/*---------------------------------------------
  service
---------------------------------------------*/

#service h3 {
text-align: center;
margin-bottom: 1.2rem;
font-weight:700;
}

#service .service h3 {
letter-spacing:0.1em;
text-indent:0.1em;
}

#service .session h3,
#service .fee h3 {
letter-spacing:0.5em;
text-indent:0.5em;
}

.service_logo {
width: 60%;
max-width: 400px;
display: block;
margin: 0 auto 40px;
}


/*------------------
  単一プラン
------------------*/

/***** plan *****/

#service.service_single .plan {
	width:100%;
	max-width:800px;
	margin:0 auto 64px;
	border-radius: 3px;
border: 1px solid #ebbe78;
box-shadow: none;
}

#service.service_single .plan .description {
padding: 22px 16px 0;
}

#service.service_single .plan .price {
	padding:16px;
	text-align:center;
}


/*------------------
  複数プラン
------------------*/

#service.service_multiple .lead {
    font-size: 14px;
font-weight: 400;
	width:100%;
	max-width:800px;
	margin:0 auto 64px;
	border-radius: 3px;
border: 1px solid #ebbe78;
padding: 22px 16px;
}

/***** plan *****/

#service.service_multiple .plan {
margin-bottom: 64px;
}

#service.service_multiple .plan ul {
    clear:both;
    text-align:center;
    padding: 10px 0;
}

#service.service_multiple .plan li {
    padding: 28px 0 0;
    box-sizing: border-box;
    border-radius: 3px;
background: #FFCE8F;
background: linear-gradient(180deg,rgba(255, 206, 143, 1) 0%, rgba(255, 253, 184, 1) 100%);
}

#service.service_multiple .plan li dl  {
    margin:0 24px 24px;
}

#service.service_multiple .plan li dt  {
    margin-bottom:16px;
    font-weight: normal;
background-color: #fff;
padding: 28px 0;
}

#service.service_multiple .plan li dt .plan_name {
    font-size:20px;
}

#service.service_multiple .plan li dd {
    text-align:left;
}

#service.service_multiple .plan li .registrations a {
display: block;
font-size: 20px;
text-decoration: none;
font-weight:600;
background-color: #EF9E3D;
max-width: 280px;
width: 70%;
border-radius: 6px;
padding: 8px 0;
color: #fff;
text-align: center;
margin: 0 auto 28px;
}

@media (hover: hover) {
#service.service_multiple .plan li .registrations a:hover {
opacity: 0.8;
}

}

@media screen and (min-width: 768px) {

#service.service_multiple .plan ul {
    clear:both;
}

#service.service_multiple .plan li {
    display:inline-block;
    margin: 0px 1.5%;
}

#service.service_multiple .plan.plan-2 li {
    width:40%;
}

#service.service_multiple .plan.plan-3 li {
    width:30%;
    float: left;
    display: block;
}
    
}


@media screen and (max-width: 767px) {

#service.service_multiple .plan li {
    margin-bottom:32px;
padding-bottom: 1px;
}

}


/***** service *****/

#service.service_multiple .service h5 {
    font-size:16px;
    text-align:center;
    margin-bottom:32px;
}

#service.service_multiple .service table {
    width:100%;
}

#service.service_multiple .service th {
    text-align:center;
    border-bottom:solid 1px #E0E0E0;
    padding-bottom:16px;
    font-weight:normal;
}

#service.service_multiple .service td {
    border-bottom:solid 1px #E0E0E0;
    padding:16px 0px;
}

#service.service_multiple .service tr td:nth-child(n+2) {
    text-align:center;
    border-left:solid 16px rgba(255,255,255,0);
}

#service.service_multiple .service tr td.no_service {
    color:#E0E0E0;
}

#service.service_multiple .service tr td .sub_txt {
    font-size:12px;
    margin-top:8px;
}




@media screen and (min-width: 768px) {

#service.service_multiple .service tr td:first-child {
    padding:16px;
}

    
}


@media screen and (max-width: 767px) {

#service.service_multiple .service th {
    padding-bottom:8px;
    line-height:1.4;
}

#service.service_multiple .service tr td:nth-child(n+2) {
    text-align:center;
    border-left:solid 8px #fff;
    width:20%;
}

}




#service .wrapper-ye {
padding: 20px 50px 32px;
background: #FFCE8F;
background: linear-gradient(180deg,rgba(255, 206, 143, 1) 0%, rgba(255, 253, 184, 1) 100%);
}

#service .wrapper-bk {
padding: 52px 50px 80px;
background-color: #1A1A1A;
}


.service {
margin-top: 64px;
}

.service .row {
gap: 15px 0;
}
.service .row dl {
color: #202020;
}
.service .row dt {
background-color: #ffce8f;
color: #473620;
margin-bottom: 4px;
padding: 8px 20px;
font-size: 16px;
border-radius: 3px 3px 0 0;
}
.service .row dd {
background-color: #fffdb8;
padding: 15px 20px;
border-radius: 0 0 3px 3px;
}

#service .session {
padding-bottom: 60px;
}

#service .session .session_wrapper {
display: flex;
flex-wrap: wrap;
column-gap: 1%;
row-gap: 12px;
}

#service .session_wrapper dl {
background: #fff;
padding: 20px 10px;
width: 49.5%;
}
#service .session_wrapper dl dt {
text-align: center;
font-size: 20px;
margin-bottom: 0.3rem;
font-weight:700;
}

#service .session_wrapper dl span {
display: inline-block;
position: relative;
background: #f3f3f3;
width: 100%;
text-align: center;
}

#service .session_wrapper dl span:first-of-type {
margin-bottom: 1.8rem;
}

#service .session_wrapper dl span:first-of-type:after {
content: "▼";
display: block;
position: absolute;
right: 0;
left: 0;
}

#service .fee_box dl {
background: #fff;
padding: 20px 10px;
width: 100%;
}

#service .fee_box dl dd {
font-size: 16px;
font-weight:500;
}

#service .join a {
color: #B7B7B7;
text-decoration: underline;
}

#service .join a.btn {
display: block;
font-size: 20px;
text-decoration: none;
font-weight:600;
background-color: #EF9E3D;
max-width: 480px;
border-radius: 6px;
padding: 10px 0;
color: #fff;
text-align: center;
margin:auto;
}

@media (hover: hover) {
#service .join a:hover {
opacity: 0.8;
}

}


@media (min-width: 768px) {
.service .row dt {
font-size: 18px;
}

}

@media (max-width: 767px) {

#service .wrapper-wh {
padding: 28px 3% 36px;
}
#service .wrapper-ye {
padding: 28px 3% 32px;
}

#service .session_wrapper dl {
width: 100%;
}
}





/*---------------------------------------------
  payment
---------------------------------------------*/

#payment .lead {
	font-size: 14px;
	margin-bottom: 64px;
	font-weight: 400;
}


/***** tab_menu *****/

#payment .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#payment .tab_scroll {
	overflow-x: scroll;
}

#payment .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#payment .tab_menu li {
	display: table-cell;
}

#payment .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}

#payment .tab_menu li input:checked+label {
	color: #E46933;
	border-bottom: solid 2px #E46933;
}


/***** sub_menu *****/

#payment .sub_menu {
	margin-bottom: 64px;
}

#payment .sub_menu li {
	display: inline-block;
	margin-right: 1em;
}

#payment .sub_menu li label{
	cursor: pointer;
}
#payment .sub_menu li input:checked+label {
	color: #E46933;
}


/***** payment *****/

#payment .payment .payment_list h3 {
	margin-bottom: 64px;
	font-size: 20px;
}

#payment .payment .payment_list .payment_box {
	margin-bottom: 64px;
}

#payment .payment .payment_list .payment_box h4 {
	font-size: 16px;
	margin-bottom: 32px;
}

#payment .payment .payment_list .payment_box dl {
	display: flex;
	flex-direction: column;
	border-bottom: solid 1px #CBCBCB;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
#payment .payment .payment_list .payment_box dl {
flex-direction: row;
}

#payment .payment .payment_list .payment_box dt {
flex-basis:16%;
	font-weight: normal;
}

#payment .payment .payment_list .payment_box dd {
	flex-basis: 84%;
	margin-bottom: 0;
}
}


@media screen and (max-width: 767px) {

#payment .payment .payment_list .payment_box dt {
	font-weight: normal;
	margin-bottom: 8px;
}

#payment .payment .payment_list .payment_box dd {
	margin-bottom: 0;
}
}



/*---------------------------------------------
  INFO
---------------------------------------------*/

#info dl {
	margin-bottom:64px;
}

#info dt {
	font-size:24px;
	margin-bottom:16px;
}

#info dd ul, #faq dd ul {
	margin-bottom:0;
	list-style: none;
}

@media screen and (max-width:767px){
	
	#info dt {
		font-size:20px;
		line-height:1.2;
	}

}


/*------------------
  law
------------------*/

#law .law_box {
	margin-bottom:64px;
}

#law .law_box h3 {
	font-size:24px;
	line-height: 1.8;
	margin-bottom: 16px;
}

#law .law_box h4 {
	font-size:20px;
	margin-bottom: 16px;
}

#law .law_box h4 .info{
	font-size:16px;
}


#law .law_box dl {
display: flex;
flex-direction:column;
	padding:16px 0;
	border-bottom:solid 1px #E0E0E0;
	margin-bottom:0;
}

#law .law_box dd {
margin-bottom: 0;
}


@media screen and (min-width:768px){
#law .law_box dl {
flex-direction: row;
}

#law .law_box dt {
flex-basis: 30%;
}

#law .law_box dd {
flex-basis: 70%;
}

}


@media screen and (max-width:767px){

#law .law_box h4 {
	font-size:18px;
	line-height:1.2;
}

#law .law_box h3 {
	font-size:20px;
	line-height:1.2;
}

#law .law_box dt {
	margin-bottom:16px;
	font-size:16px;
}


}



/*------------------
  FAQ
------------------*/

/***** tab_menu *****/

#faq .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#faq .tab_scroll {
	overflow-x: scroll;
}

#faq .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#faq .tab_menu li {
	display: table-cell;
}

#faq .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}
#faq .tab_menu li input:checked+label {
	color: #E46933;
	border-bottom: solid 2px #E46933;
}



/***** FAQ *****/

#faq .faq_box {
	margin-bottom:64px;
}

#faq .faq_box h3 {
	font-size:24px;
	margin-bottom:16px;
	line-height:1.8;
}

#faq .faq_box h3 i {
	margin-right:0.5em;
}

#faq .faq_box dl {
	margin-bottom:8px;
}

#faq .faq_box dt {
	padding:16px 32px 16px 16px;
	position:relative;
	cursor:pointer;
	border:solid 1px #E0E0E0;
	transition: 0.3s;
}

#faq .faq_box dt:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #BDBDBD;
	border-right: 4px solid #BDBDBD;
	transform: rotate(135deg);
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-delay: .1s;
}

#faq .faq_box dt.select:after {
	transform: rotate(-45deg);
}

#faq .faq_box dd {
	padding:16px;
	display:none;
	border:solid 1px #E0E0E0;
}




@media screen and (max-width:767px){

	#faq .faq_box h3 {
		font-size:20px;
		line-height:1.2;
	}

}








/*---------------------------------------------
 MESSAGE MAIL
---------------------------------------------*/

/*--------------------
 message_mail
--------------------*/

#message_mail .message_mail {
	width: 100%;
	margin: 0 auto 64px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#message_mail .message_mail .description {
	padding:32px 16px 0;
}

#message_mail .message_mail .description .attention {
color: #FF0004;
}

#message_mail .message_mail .price {
	padding:32px 0;
	text-align:center;
}

#message_mail .message_mail .registration {
	border-top:solid 1px #E0E0E0;
}

#message_mail .message_mail .registration a {
	text-align:center;
	display:block;
	padding:16px;
}


/*--------------------
 member
--------------------*/

#message_mail .member {
	margin-top: 128px;
}

#message_mail .member h3 {
	margin-bottom: 32px;
	font-size: 24px;
}

#message_mail .member h4 {
	margin-bottom: 32px;
	font-size: 20px;
}

/***** sample *****/

#message_mail .member .sample {
	width: 100%;
	margin: 0 auto 64px;
	padding:32px 16px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#message_mail .member .sample dt {
display: flex;
flex-wrap: wrap;
	border-bottom: solid 1px #E0E0E0;
	font-weight: normal;
	margin-bottom: 32px;
	padding-bottom: 8px;
}

#message_mail .member .sample dt .title {
flex-basis:80%;
}

#message_mail .member .sample dt .time {
	flex-basis: 20%;
	text-align: right;
}
#message_mail .member .sample dt .from {
flex-basis: 100%;
}

#message_mail .member .sample dt .time, #message_mail .member .sample dt .from .name {
	color: #9E9E9E;
}

#message_mail .member .sample dd img {
width: auto;
max-width: 100%;
}


/***** member_list *****/

#message_mail .member .member_list ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin: 0 -1.5%;
}

#message_mail .member .member_list li {
	flex-basis: 22%;
	margin: 0 1.5% 32px;
}

@media screen and (max-width: 767px) {

#message_mail .member .member_list li {
	flex-basis: 30.3%;
}

}


#message_mail .member .member_list dl {
	margin-bottom: 0;
}

#message_mail .member .member_list dt {
	width: 100%;
	padding-top: 100%;
	margin-bottom: 16px;
	border-radius: 50% !important;
	height: 0;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	transition:opacity .3s ease;
}

#message_mail .member .member_list dt img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: top;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
}

#message_mail .member .member_list dt:hover {
	opacity: 0.8;
}

#message_mail .member .member_list dd {
	text-align: center;
}



/*---------------------------------------------
 MESSAGE MAIL GUIDE
---------------------------------------------*/

#messagemail_guide .guide .re_box {
	margin-bottom: 64px;
}

#messagemail_guide .guide .re_box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

#messagemail_guide .guide .re_box dl {
	margin-bottom: 32px;
}

#messagemail_guide .guide .re_box dt {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}