/* Generated by less 3.11.1 */
body.common section.seminar-article div.about .hr.hrno{
    margin-bottom: 0;
}
body.common section.seminar-article div.about .seminar12 h2{
    text-align: center;
    border-bottom: none;
}
body.common section.seminar-article div.about .seminar12 h2 span{
    font-size: 22px;
}

h3.title{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding: 0 0 20px;
}
@media (max-width: 820px) {
    h3.title{
        font-size: 20px;
    }
}
body.common section.seminar-article div.about .message.seminar12message{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
@media (max-width: 720px) {
    body.common section.seminar-article div.about .cause.cause2 ul{
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}
@media (max-width: 720px) {
    .form .step dl {
        max-width: 300px;
    }
}
.accordion {
    margin: 0 0 50px;
}
.toggle {
	display: none;
}
.Label {
	display: block;
	color: #fff;
    padding: 5px 13px;
    border-radius: 8px;
	background: #7e8b8e;
}
.Label::before,.Label::after{
	content:"";
	width: 14px;
	height: 1px;
    background: #FFF;
	position: absolute;
	top: 28px;
	right: 20px;
    transition: .5s;
}
.Label::after{
    transform: rotate(90deg);
}
.Label01::after{
    transform: rotate(0deg);
}
.Label,
.box {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
    padding: 10px 10px;
    margin: 0 0 5px;
}
.box {
	height: 0;
	margin: 0 0 6px;
	padding: 0 10px;
	overflow: hidden;
    background: #FFF;
}
.toggle:checked + .Label{
    background: #3a4751;
}
.toggle:checked + .Label + .box {
	height: auto;
    padding: 12px 10px;
	transition: all .3s;
}
.toggle:checked + .Label::after {
	transform: rotate(0deg) !important;
}
.toggle:checked + .Label01::after {
	transform: rotate(90deg) !important;
}
/**/
.Label p{
    width: calc( 100% - 40px );
	line-height: 1.6;
    margin: 0 auto;
    position: relative;
    padding: 5px !important;
}
.accordion .box p{
    width: calc( 100% - 40px );
	line-height: 1.6;
    margin: 0 auto;
    position: relative;
    padding: 5px !important;
}
/*最初のラベル*/
.accordion .box01 {
	height: auto;
    padding: 10px;
	transition: all .3s;
}
.Label.Label01{
    background: #3a4751;
}
.Label.label01::after {
	transform: rotate(0deg) !important;
}
.toggle:checked + .Label.Label01{
    background: #7e8b8e;
}
.toggle:checked + .Label + .box01 {
	height: 0;
	margin: 0 0 10px;
	padding: 0 10px;
	overflow: hidden;
    background: #FFF;
}
.Label.label01::after {
	transform: rotate(0deg) !important;
}
.toggle:checked + .label01::after {
	transform: rotate(90deg) !important;
}
@media screen and (min-width: 428px) {
    .Label::before,.Label::after{
        right: 15px;
    }
    .Label::after{
        right: 15px;
    }
}


.voice-card {
    width: 100%;
/*    overflow: scroll;*/
    margin: 0 0 50px;
}
.voice-card .wrap{
	overflow-x: scroll;
}
.voice-card ul{
    display: flex;
    justify-content: space-between;
    width: 200%;
/*    overflow: scroll;*/
}
.voice-card ul li{
    padding: 0 20px 0 0;
}
.voice-card ul li img{
    width: 100%;
}

@media screen and (max-width: 820px)  {
    .voice-card ul{
        width: 230%;
    }
}

/*ポップアップ*/
a.modaal{
    display: block;
    width: fit-content;
    font-size: 15px;
    padding: 15px 40px 18px;
    border-bottom: solid 1px #eeeeee;
    margin: 0 auto 20px;
    background: orange;
    border-radius: 50px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.modaalContent{
    padding: 30px;
}
.modaal-content h4{
    font-size: 15px;
    text-align: center;
    color: #FFF;
    border-radius: 10px 10px 0 0;
    background: #9b865f;
    padding: 10px 0;
}
.modaal-content h4{
    font-size: 16px;
    text-align: center;
    color: #FFF;
    background: #3a4751;
    padding: 20px 0;
}
/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-wrapper .modaal-close{
    position: absolute;
    top: -50px;
    right: 0;
    width: auto !important;
}
.modaal-close:after, 
.modaal-close:before{
    width: 2px;
    height: 35px;
    background: #FFF;
}
.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-65deg);
}
.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(65deg);
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}
.modaal-wrapper .modaal-close.closeBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 34px;
    color: #7e8b8e;
    border: solid 1px #7e8b8e;
    border-radius: 20px;
    position: relative;
    top: 0;
    margin: 15px auto 0;
}
.modaal-wrapper .modaal-close.closeBtn::before{
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: center / contain no-repeat url("../img/btn03.svg");
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.modaal-wrapper .modaal-close.closeBtn::after{
    display: none;
}
.modaal-container{
    width: 90%;
    max-width: 428px;
    margin: 0 auto;
    border-radius: 10px;
}
.modaal-content-container{
    padding: 0;
}


