@charset "utf-8";
/*
Template:training
Theme Name:training-child
Theme URI:https://training.or.jp
Description:training
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.9
*/
#global_menu > ul {
	padding-left: 140px;
}
.post_content p {
	line-height: 1.8;
}
.post_content h3.catch_txt {
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}
h3.catch_txt .dots {
  background-image: radial-gradient(circle at center, orange 25%, transparent 25%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.post_content h4.catch_txt {
	font-size: 22px;
	line-height: 1.8;
	font-weight: bold;
	margin-top: 10px;
}
h4.catch_txt .dots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
}
.post_content h3.styled_h3 {
	padding-bottom: 0.6em!important;
	margin: 2em 0 1em 0;
}
.post_content h3.styled_h3 span {
	display: inline-block;
    padding: 6px 18px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #598175;
    vertical-align: middle;
    border-radius: 20px;
}
.post_content .q_frame h3.styled_h3 {
	margin-top: 10px;
}
.circle_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.circle_wrap .circle_box {
	border-radius: 160px;
	width: 160px;
	height: 160px;
	background: orange;
	margin: 15px;
}
.post_content .circle_wrap .circle_box img {
	height: 60px;
	width: auto;
	margin-bottom: 0;
}
.post_content .circle_wrap .circle_box p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}
/*KOUZA*/
.post_content ul.list_box {
	list-style: none;
	margin: 0 0 10px;
}
.post_content ul.list_box li {
	padding: 5px;
	border-radius: 30px;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
	.post_content h3.catch_txt {
		font-size: 20px;
	}
	h3.catch_txt .dots {
		font-size: 24px;
	}
	.circle_wrap .circle_box {
		border-radius: 140px;
		width: 140px;
		height: 140px;
		margin: 5px;
	}
	.post_content .circle_wrap .circle_box img {
		height: 40px;
		width: auto;
	}
}

/*COMMON*/
@media only screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
}

/*講師*/
#service_icon_list_type1 .catch span span {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4;
}
#service_icon_list_type1 li {
    width: calc(25% + 1px);
	aspect-ratio: 1 / 1.35;
}
#service_icon_list_type1 a {
	border: 0;
}
#service_icon_list_type1 .catch {
	overflow: inherit;
	max-height: 6.6em;
}
#service_icon_list_type1 .icon img {
	max-width: 180px;
	border-radius: 180px;
}
@media screen and (max-width: 600px) {
	#service_icon_list_type1 .icon img {
		max-width: 160px;
		border-radius: 160px;
	}
	#service_icon_list_type1 li {
		aspect-ratio: 1 / 1.5;
	}
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
.wpcf7 p {
	font-size: inherit !important;
}
*:first-child+html input[type="submit"]{padding:3px;}

span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #f6c560;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120% !important;
  color: #fff;
  cursor: pointer;
	height:48px;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #666;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button{
  text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}
.wpcf7-form table p {
  padding-bottom: 5px;
}
textarea.wpcf7-form-control {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
	background-color: #f6c560 !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #f4a300 !important;	
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
  font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
   -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table p {
    padding-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
form table .txt_s {
    font-size: 80%;
    color: #666;
}
/*TABLE*/
.post_content table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 10px;
    white-space: nowrap;
    text-align:left;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
}
.post_content table th.txt_c, .post_content table thead th {
    text-align:center;
}
.post_content table.flat,
.post_content table.flat th,
.post_content table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  border-bottom: 1px solid #000;
}
.post_content table.border td {
  border-bottom: 1px solid #ccc;
}
.post_content table.border tr:first-child th {
  border-top: 1px solid #000;
}
.post_content table.border tr:first-child td {
  border-top: 1px solid #ccc;
}
.post_content dl.history {
  display: flex;
  flex-wrap: wrap;
}
.post_content dl.history dt, .post_content dl.history dd {
	box-sizing: border-box;
}
.post_content dl.history dt {
  width: 35%;
  padding: 10px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_content dl.history dd {
  width: 65%;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* フォーム */
.wpcf7-form-control.wpcf7-previous{
	background:#f6c560 !important;
}
.wpcf7-form-control.wpcf7-previous:hover{
	background:#f6c560 !important;
	opacity:0.8;
}


/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
    .post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
	padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
	margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
	.post_content form table th, .post_content form table td,
	.post_content table.resp th, .post_content table.resp td {
  	display: block;
	}
	.post_content form table th, .post_content table.resp th {
  	border-top: 0;
  	border-bottom: 0;
	}
	[data-name="zip"] input[type="text"],
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 30%;
	}
	span.yubin, span.yubin:hover { 
		font-size: 80% !important;
		padding: 7px 10px; 
	}
}
.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
	margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
	.scroll table{
	width:100%;
	}
	.scroll{
	overflow: auto;
	white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}

/* 20250912 */]

/* br */
.pc-br{
	display:block;
}
.sp-br{
	display:none;
}
@media only screen and (max-width:767px){
	.pc-br{
	display:none;
	}
	.sp-br{
	display:block;
	}
}

/* text */
p{
	margin-bottom:0 !important;
}
.nayami_p{
	margin:10px 0 !important;
	text-align: center;
}
.question{
	color:#1aac96;
	font-weight:600;
	font-size:18px;
}
.voice_name{
	margin: 10px 0;
    display: block;
}

.name{
	padding: 4px 8px;
    background: #e6f5d7;
    border-radius: 4px;
    display: inline-block;
	margin-right: 8px;
    font-size: 14px;
}

/* img */
.main_image{
	width:100%;
	height:auto;
}

/* title */

.title.entry-title{
	font-size:32px !important;
}
.title_h2{
	color:#1aac96;
	padding-bottom:10px;
	border-bottom:3px solid #1aac96;
	margin-bottom:16px !important;
}

.title_h2_counter{
	color:#1aac96;
	padding-bottom:12px;
	border-bottom:3px solid #1aac96;
	margin-bottom:16px !important;
	width:50%;
	margin:auto !important;
	text-align:center;
}

.voice_h2{
	text-align:left !important;
	margin:0 !important;
}

.title_h3{
	margin:0 !important;
	font-size:20px !important;
}

.title_h3_frame{
	font-size:20px !important;
	padding:10px !important;
	background:#018571;
	color:#fff;
	border-radius:4px;
	text-align:center;
}

.title_h3_frame_nayami{
	font-size:20px !important;
	padding:10px !important;
	background:#f9b42d;
	color:#fff;
	border-radius:4px;
	text-align:center;
}

.title_h3_price{
	margin:0 !important;
	font-size:20px !important;
	text-align:center;
}

.voice_h3_small{
	margin: 0 !important;
    font-size: 20px !important;
	color:#309b8a;
}

.title_h4{
	margin: 10px 0 !important;
    font-size: 18px !important;
    border-left: 5px solid #018571 !important;
    padding: 0 0 0 10px !important;
	color:#018571;
}

@media only screen and (max-width:767px){
	.styled_h2{
	font-size:24px !important;
	}
	.title.entry-title {
    font-size: 24px !important;
	}
	.voice_h3_small{
	font-size:14px !important;
	}
}

.span_text{
	font-size:14px;
	color:#018571;
	line-height:1.5 !important;
}

.font-big{
	font-size: 34px;
    font-family: Montserrat;
    margin: 0 10px;
    font-weight: 700;
	color: #1aac96;
	position:relative;
}

.font-big:after{
	position:absolute;
	content:"";
	width:160px;
	height:20px;
	background:#ffeb3b;
	top:20px;
	left:50%;
	transform:translateX(-50%);
	z-index:-1;
}

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* top vice */
.cb_selling_point.num5 .sp_content.num1,
.cb_selling_point.num5 .sp_content.num3{
	background:#e9fbef; !important;
}

/* voice 非表示項目*/
#single_case_header{
	display:none;
}
#case_study_category_list .headline{
	font-size:26px;
}

#single_case {
	width:1030px;
}

/* セミナー広告のブログリスト */
.blog_list{
	justify-content:center;
}

/* flex */
.parent{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.child{
	width:50%;
}

.child_nayami{
	width:50%;
	background:#fffbf0;
}

.child1{
	margin-right:20px;
}
.seven-child{
	width:70%;
	margin-right:20px;
}
.three-child{
	width:30%;
	margin-right:20px;
}

.three-child img{
	width:100% !important;
}
@media only screen and (max-width:767px){
	.parent{
	display:block;
	}
	.child{
	width:100%;
	}
	.child_nayami{
	width:100%;
	margin-top:20px;
	}
	.child1{
	margin-right:0px;
	}
	.seven-child{
	width:100%;
	margin-right:0px;
	}
	.three-child{
	width:100%;
	margin-right:0px;
	}
}

/* wrap */
.wrap{
	padding:24px 0;
}
.wrap_color{
	padding:14px;
	background:#e8f3f1;
	border-radius:8px;
	color: #333;
	margin:10px 0;
}

.wrap_color_nayami{
	padding:14px;
	background:#f5f5f5;
	border-radius:8px;
	color: #333;
	margin:10px 0;
}

.lead_box{
	background:#008e78;
	padding:14px;
	border-radius:4px;
	margin:10px 0;
}
.lead_box p{
	font-size:20px;
	font-weight:600;
    color: #fff;
	letter-spacing: 1.2px;
}

.voice_box{
	padding:20px 40px !important;
	position:relative;
}
.voice_box:before{
	position:absolute;
	content:url(https://www.ss04.aiosl.jp/training.or.jp/wp-content/uploads/solid3px-blue.png);
	top:0;
	left:10%;
	transform:translateX(-50%);
}
.voice_box:after{
	position:absolute;
	content:url(https://www.ss04.aiosl.jp/training.or.jp/wp-content/uploads/solid3px-green.png);
    top: 40%;
    right: 10%;
    transform: translateX(50%);
}

@media only screen and (max-width:767px){
	.lead_box p{
	text-align:center;
	}
	.voice_box{
	padding:40px 20px !important;
	position:relative;
	}
	.voice_box:before{
	position:absolute;
	content:url(https://www.ss04.aiosl.jp/training.or.jp/wp-content/uploads/solid3px-blue.png);
	top:5%;
	left:15%;
	transform:translateX(-50%);
	}
.voice_box:after{
	position:absolute;
	content:url(https://www.ss04.aiosl.jp/training.or.jp/wp-content/uploads/solid3px-green.png);
    right: 0%;
	top: 80%;
    transform: translateY(-50%);       
	}
}

/* 投稿機能　右コンテンツ非表示 */
#main_col{
	width:100%;
}

/* ul li */
.list li,
.wrap_color ul li{
	list-style:disc;
}
.list_nayami{
	padding-left:10px;
}
@media only screen and (max-width:767px){
/* 	.list_nayami{
	padding-left:0;
	} */
}

/* top fv 非表示 */
#header_slider{
	display:none !important;
}
#header_slider_content{
	display:none !important;
}

/* カウンター文字色 */
#index_achievements{
	color:#000;
}

#header_slider_wrap {
	height:0 !important;
}

.counter{
    color: #008e78;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2.3px;
	text-align:center !important;
	display: inline-block !important;
}

.counter-sub{
	display:inline-block !important;
	color: #008e78;
    font-weight: 600;
    font-size: 22px;
	
}

.counter-parent{
	text-align:center;
}

.counter-box{
	padding: 20px 0;
}

.cb_free_space{
	padding:60px 0 40px 0;
}

/* 保健室 */
.nayami1{
	width:200px;
	height:auto;
}
.nayami2{
	width:140px;
	height:auto;
}
.nayami3{
	width:400px;
	height:auto;
}

.space-right{
	margin-right:20px;	
}
@media only screen and (max-width:767px){
	.space-right{
	margin-right:0;
	margin-bottom:20px;
	}
}

