@charset "UTF-8";
/*plan*/
.gsyk_plan_li {
    list-style: none;
}
.gsyk_plan_li > li {
	border-radius:10px;
    border: 2px solid;
    border-left: 2px solid;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	overflow:hidden;
}
.gsyk_plan_li .plan_regular {
	border-color: #ff3780;
}
.gsyk_plan_li .plan_twin {
	border-color: #600080;
}
.gsyk_plan_li .plan_single {
	border-color: #ff9722;
}
.gsyk_plan_li .plan_single_hotel {
	border-color: #008629;
}
.gsyk_plan_li > li + li {
	margin-top: 40px;
}
.gsyk_plan_li .name {
    display: flex;
}
.gsyk_plan_li .name .head2 {
    font-size: 28px;
    font-weight:bold;
    padding: 5px 15px 5px 0;
	margin-right: 15px;
    border-right: 1px solid;
}
.gsyk_plan_li .plan_regular .head2 {
    color: #ff3780;
}
.gsyk_plan_li .plan_twin .head2 {
    color: #600080;
}
.gsyk_plan_li .plan_single .head2 {
    color: #ff9722;
}
.gsyk_plan_li .plan_single_hotel .head2 {
    color: #008629;
}
.gsyk_plan_li .name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    background-color: #edede4;
    padding: 30px 35px;
}
.gsyk_plan_li .name .txt {
    font-size: 15px;
    font-weight: bold;
}
.gsyk_plan_li .cont {
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
/* 	background-color: #edede4; */
}
.gsyk_plan_inner {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 30px;
/*     background-color: #edede4; */
}
.gsyk_plan_inner.plan-type-grid__tit > p + h3 {
    margin-top: 25px;
}
.gsyk_plan_inner.plan-type-grid__tit > p {
	width: 100%;
	padding-left: 50px;
    font-size: 15px;
    line-height: 1.5;
}
.gsyk_plan_li .cont > img {
    flex-shrink: 0;
}
.page-id-211 .white-bg {
    background-color: #f7f7f7;
}
#gsyk_plan {
    padding-bottom: 110px;
}

/*process*/
.border_head {
	margin-bottom: 70px;
	text-align: center;
}
.border_head > h2 {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*
    min-width: 525px;
    min-height: 100px;
*/
    padding: 10px;
    font-size: 24px;
    font-weight:bold;
    color:#cc0000;
/*
    border: 2px solid #000;
    border-bottom: none;
*/
/*     background: url(/wp-content/themes/ace-theme/img/border_head_b.svg) center center/cover no-repeat; */
}
@media screen and (max-width: 565px) {
.border_head {
	margin-bottom: 50px;
}
.border_head > h2 {
	min-width: 80%;
    min-height: 60px;
    padding: 15px;
    font-size: 19px;
	line-height: 1.5;
}
}
.border_head > h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
/*     background: linear-gradient(45deg, #000 0%, #000 47%, rgba(255,255,255,0) 47%, rgba(255,255,255,0) 53%, #000 53%); */
	background:#000;
}
@media all and (-ms-high-contrast: none) {
.border_head > h2 {
	/*display: table-cell;
	vertical-align: middle;*/
	min-height: auto;
}
}
.border_head > h2::after {
/*
    content: '';
    position: absolute;
    bottom: -18px;
    right: 45.5%;
    display: block;
    width: 2px;
    height: 20px;
    background-color: #000;
    transform: skewX(30deg);
*/
}
@media only screen and (max-width: 420px) {
.border_head > h2::after {
    right: 44%;
}
}
.border_head > h2 > span {
    font-size: 16px;
}
#prcs_flow {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
/*     padding: 30px 0 105px; */
    margin-bottom: 80px;
}
@media all and (-ms-high-contrast: none) {
	#prcs_flow {
		overflow-x: hidden;
	}
}
#prcs_flow > .border_head {
    margin-bottom: 105px;
}
.prcs_flow_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	width: 100%;
	list-style: none;
}
.swiper-container.prcs_flow_container {
	width: 100%;
    padding: 30px 0 40px;
}
.prcs_flow_li.swiper-wrapper {
    flex-wrap: inherit;
	justify-content: flex-start;
}
.prcs_flow_li > li {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 200px;
    padding: 50px 15px 15px;
	margin-right: 15px;
    margin-bottom: 70px;
    border-radius:10px;
    background-color: #fef6d3;
    border: 2px solid #cc0000;
	counter-increment: cnt;
}
.prcs_flow_li > li.swiper-slide {
    margin-right: 15px;
    margin-left: 15px;
}
.prcs_flow_li > li.dummy {
	height: 0;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
}
.prcs_flow_li > li.dummy.swiper-slide {
	display: none;
}
.prcs_flow_li > li.dummy::before, .prcs_flow_li > li.dummy::after {
	display: none;
}
.prcs_flow_li > li > img {
    width: auto;
    height: 65px;
}
.prcs_flow_li > li > p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.prcs_flow_li > li > p > span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}
.prcs_flow_li > li > span.nyuko {
    font-size: 55px;
    line-height: 1;
}
.yellow_hukidashi {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    background-color: #f7dd01;
    border-radius: 50px;
}
.yellow_hukidashi::before {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    transform: translateX(-50%);
}
.yellow_hukidashi.up::before {
    top: -15px;
    border-top: none;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #f7dd01;
    border-left: 12px solid transparent;
}
.yellow_hukidashi.down::before {
    bottom: -15px;
    border-top: 15px solid #f7dd01;
    border-right: 12px solid transparent;
    border-bottom: none;
    border-left: 12px solid transparent;
}
.prcs_flow_li > li > .yellow_hukidashi {
    position: absolute;
    top: calc(100% + 30px);
	left: 50%;
    width: 200px;
	transform: translateX(-50%);
}
.prcs_flow_li > li::before {
    content: "" counter(cnt) "";
    position: absolute;
    top: -25px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 32px;
    color:#fff;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    line-height: 1;
    background-color: #cc0000;
    border-radius: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
@media all and (-ms-high-contrast: none) {
	.prcs_flow_li > li::before {
		padding-top: 10px;		
	}
}
.prcs_flow_li > li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: none;
    border-bottom: 15px solid transparent;
    border-left: 13px solid #cc0000;
    transform: translateY(-50%);
	z-index: 0;
}
.prcs_flow_li > li.last::after {
	display: none;
	
	content: '';
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 1px solid #000;
	transform: translate(-50%, -50%);
}
#prcs_schedule p.paragraph.entry-cal-legend {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
}
#prcs_schedule p.paragraph.entry-cal-legend .gino {
    color: #100074;
}
#prcs_schedule p.paragraph.entry-cal-legend .gakka {
    color: #008529;
}
#prcs_schedule p.paragraph.entry-cal-legend .free {
    color: #727171;
}
#prcs_schedule p.paragraph.entry-cal-legend span:last-of-type {
	margin-left: 30px;
}
#prcs_schedule > img {
    width: 100%;
}
.prcs_table_mark {
    margin-bottom: 35px;
}
.prcs_table_mark > dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 10px;
	font-size: 16px;
}
.prcs_table_mark > dl > dt {
	flex-shrink: 0;
    padding: 0 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.prcs_table_mark > dl > dt.tekisei {
    background-color: #ef767a;
}
.prcs_table_mark > dl > dt.koka {
    background-color: #75d4d4;
}
.prcs_table_mark > dl > dt.okyu {
    background-color: #78c6eb;
}
#prcs_schedule > p {
    font-size: 16px;
}
.prcs_table_mark > dl > dd::before {
	content: '：';	
}

/*insurance*/
#insurance {
    padding: 80px 0 60px;
}
.insurance-intro > h3 {
    font-size: 20px;
    text-align: center;
}
.insurance-intro {
    margin-bottom: 60px;
}
.insurance_cont {
    position: relative;
    width: 100%;
    padding: 25px 20px 0 40px;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #3eb88c;
}
.insurance-five_li > li, .insurance-case_li > li {
	margin-right: 20px;
}
.insurance-five_li > li {
	margin-bottom: 30px;
}
.insurance-five {
	position: relative;
	z-index: 1;
}
.insurance-five > img {
    position: absolute;
    top: -45px;
    left: 40px;
    width: 123px;
}
.insurance-five > h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
	margin-bottom: 45px;
    font-size: 28px;
	text-align: center;
}
.insurance-five > h2 > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.insurance-five > h2 > span > img {
    display: block;
    width: 68px;
    margin-top: -25px;
    margin-right: 5px;
}
.insurance-five_li, .insurance-case_li {
	position: relative;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
	z-index: 2;
}
@media only screen and (max-width: 1145px) {
	.insurance-five_li, .insurance-case_li {
	    max-width: 645px;
		margin: auto;
	    justify-content: center;
	}
}
.insurance-five_li.swiper-wrapper, .insurance-case_li.swiper-wrapper {
    max-width: inherit;
    flex-wrap: inherit;
    justify-content: flex-start;
    align-items: flex-start;
}
.insurance-five .swiper-container.insurance-li_container {
    padding: 20px 0 0;
	margin-top: -25px;
}
.insurance_cont li {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 190px;
    height: 190px;
	background-color: #e5efdf;
}
.insurance-five_li > li {
    border: 1px solid #515151;
    border-radius: 15px;
	counter-increment: cnt;
}
.insurance-five_li > li::before {
    content: "" counter(cnt) "";
    position: absolute;
    top: -20px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #dd0000;
    border-radius: 50%;
    transform: translateX(-50%);
}
@media all and (-ms-high-contrast: none) {
.insurance-five_li > li::before {
	padding-top: 10px;
}
}
.insurance-five_li > li > .price {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    padding: 25px 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #3eb88c;
	border-radius: 0 0 15px 15px;
}
.insurance-five_li > li > .name {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 100%;
	padding: 20px 20px 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.insurance_cont::before {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border-top: 1px solid #3eb88c;
    border-left: 1px solid #3eb88c;
    transform: translateX(-50%) rotate(-135deg);
	z-index: 1;
}
.insurance-five::before {
    bottom: -16px;
    background-color: #fff;
}
.insurance-case::before {
    top: -15px;
    background-color: #f5f7f8;
}
.insurance-case.insurance_cont {
	position: relative;
    padding: 50px 20px 25px 40px;
	z-index: 0;
}
#insurance .hoken-link {
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 55px auto 0;
}
.insurance-case > .head2, .insurance-case > p {
	position: relative;
    margin-bottom: 20px;
    font-size: 18px;
	font-weight: bold;
    text-align: center;
	z-index: 2;
}
.insurance-case_li > li > img {
    display: block;
    height: 70px;
}
.insurance-case_li > li {
    padding: 30px 15px 10px;
	margin-bottom: 25px;
    border: 1px solid #000;
}
.insurance-case_li > li > p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.insurance-case_li > li > p > span {
    color: #dd0000;
}
#insurance .logo_aiu {
	opacity: 1;
    display: block;
    width: 164px;
    margin: 55px auto 0;
	transition: all .3s ease;
}
#insurance .logo_aiu:hover {
	opacity: .7;
}

/*qualification*/
.red_note {
    position: relative;
    display: flex;
    padding: 20px 20px 20px 115px;
	margin-bottom: 50px;
    color: #dd0000;
    font-size: 16px;
    line-height: 2;
    background-color: #fff;
    border: 1px solid #dd0000;
}
.red_note::before {
    content: '\f12a';
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 100%;
    color: #fff;
    font-size: 45px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #dd0000;
}
.qlf_block_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#qualification .qlf_block {
    width: 48.5%;
}
#qualification .qlf_block:last-of-type {
    width: 100%;
	margin-top: 65px;
}
table .bg-gold {
	background-color: #f4da01;
}
table .bg-blue {
	color: #fff;
	background-color: #75d0d0;
}
table .bg-yellow {
	background-color: #fff7cf;
}
table .bg-purple {
	background-color: #f9eff3;
}
.qlf_table {
	margin-bottom: 20px;
}
.qlf_table > table {
	font-size: 15px;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
}
.qlf_table > table tr > * {
	padding: 15px 10px;
}
.qlf_table > table th {
	padding: 15px 5px;
	text-align: center;
	vertical-align: middle;
}
.qlf_table > table tr:first-of-type th {
	font-size: 16px;
}
.qlf_table > table td {
    font-size: 14px;
	vertical-align: middle;
}
.qlf_table > table td.bg-purple {
	width: 100px;
	text-align: center;
}
.qlf_table > table th:first-of-type {
    width: 120px;
}
.qlf_table > table th, .qlf_table > table td {
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}
.qlf_table_type {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
}
.qlf_table_type > li {
    width: 65px;
    margin-right: 5px;
	margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background-color: #f38f1e;
    border-radius: 5px;
}
.qlf_block .good-pts__tit {
    text-align: center;
}
#qualification .qlf_block .good-pts__tit {
    margin-bottom: 50px;
}
#qualification .qlf_block:first-of-type .good-pts__tit {
	margin-bottom: 15px;
}
#qualification .qlf_block:first-of-type .good-pts__tit + p {
    margin-bottom: 15px;
	font-size: 13px;
	text-align: right;
}
#qualification .qlf_block .qlf_table + p {
    font-size: 13px;
}
#qualification {
/*     padding: 80px 0 70px; */
    margin-bottom: 85px;
}
#qualification .qlf_block:last-of-type .good-pts__tit {
	margin-bottom: 20px;
}
#qualification .qlf_block:last-of-type > p {
    margin-bottom: 35px;
    font-size: 15px;
    text-align: center;
}
#qualification .qlf_block:last-of-type > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#qualification .qlf_block:last-of-type > div > * {
    width: 48.5%;
}
.qlf_dl {
	background-color: #fff;
    border: 1px solid #e79773;
}
.qlf_dl > dt {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #e79773;
}
.qlf_dl > dd {
	padding: 20px;
}
.qlf_dl > dd .sub {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}
.qlf_dl > dd > ul {
    padding-left: 20px;
}
.qlf_dl + .qlf_dl {
	margin-top: 30px;
}
.qlf_dl ul.mark_square {
	padding: 0;
    list-style: none;
}
.qlf_dl ul.mark_square li::before {
    content: '■';
    display: block;
    margin-right: 3px;
}
.qlf_dl ul.mark_square li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#qualification_need .qlf_block > div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 55px;
}
#qualification_need .qlf_block > div > ul {
	width: 48.5%;
	list-style: none;
}
#qualification_need .qlf_block > div > ul > li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
	font-size: 16px;
}
#qualification_need li.mark_circle_g {
	font-weight: bold;
}
li.mark_circle_g::before {
	content: '';
	flex-shrink: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 5px;
	margin-right: 3px;
	background-color: #3eb88c;
	border-radius: 50%;
}
li.mark_triangle_o::before {
	content: '';
	flex-shrink: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: 3px;
	border-top: none;
	border-right: 8px solid transparent;
	border-bottom: 15px solid #f38f1e;
	border-left: 8px solid transparent;
}
#qualification_need .qlf_dl > dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#qualification_need .qlf_dl > dd > div {
	width: 49%;
}
#qualification_need .syorui {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    list-style: none;
}
#qualification_need .syorui > li {
    width: 32%;
    padding: 5px;
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
    background-color: #3eb88c;
    border-radius: 5px;
}
#qualification_need .syorui > li.dummy {
	padding: 0;
	margin-bottom: 0;
}

/*subscription*/
.kiyaku {
    width: 100%;
    height: 800px;
    padding: 40px 55px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: auto;
}
.kiyaku > .head3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
.kiyaku > ol {
    padding-left: 25px;
}
.kiyaku > ol > li {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.7;
}
.kiyaku > ol > li > .head4 {
	margin-bottom: 15px;
}
.kiyaku > ol > li > .head4, .kiyaku > ol > li::marker {
    font-size: 20px;
    font-weight: bold;
}
.kiyaku .red, .dl_temp1_ol .red, .wysiwyg .dl_temp1 a, .dsc_txt .red {
    color: #e00012;
}
.kakko_num > li {
	list-style: none;
	counter-increment: cnt;
}
.kakko_num > li::before {
    content: "（ " counter(cnt) " ）";
}
.kiyaku > ol > li a, .wysiwyg .dl_temp1_ol a {
    opacity: 1;
    text-decoration: underline;
    transition: all .3s ease;
}
.kiyaku > ol > li a:hover, .wysiwyg .dl_temp1 a:hover {
	opacity: .7;
	border-bottom: none;
}
#subscription {
    padding: 75px 0 90px;
    margin-bottom: 120px;
}
.contact_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 115px;
}
.contact_wrap > div {
	position: relative;
    width: 46%;
	text-align: center;
	box-shadow: 0 -3px 10px rgba(0,0,0,.2);
}
@media only screen and (max-width: 1050px) {
.contact_wrap {
    display: block;
}
.contact_wrap > div {
    max-width: 570px;
    width: 92%;
    margin: 0 auto 35px;
}
}
.contact_wrap > .tel_block {
	padding-top: 25px;
}
.contact_wrap > .net_block {
	padding: 25px 25px 20px;
}
.contact_wrap > .tel_block > .yellow_hukidashi {
    position: absolute;
    bottom: calc(100% + 10px);
	left: 0;
}
.contact_wrap > div > .head2, .form_head > .head2 {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 25px;
    border-bottom: 2px solid;
}
.contact_wrap > .tel_block > .head2, .form_head > .head2 {
	margin-right: 25px;
	margin-left: 25px;
	border-color: #da0000;
}
.contact_wrap > .net_block > .head2 {
	border-color: #009c94;
}
.contact_wrap > div > img {
	display: block;
	width: 92px;
	margin: 0 auto 35px;
}
.contact_wrap > div > .note {
    font-size: 16px;
    font-weight: bold;
}
.contact_wrap > .tel_block > .tel, .contact_wrap > .tel_block > .tel > a {
    color: #da0000;
    font-size: 40px;
    font-weight: bold;
}
.contact_wrap > .tel_block > .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 25px 20px;
}
.contact_wrap > .tel_block > .tel::before {
    content: '';
    display: block;
    width: 54px;
    height: 31px;
	margin-right: 7px;
    background: url(/wp-content/themes/ace-theme/img/subscription/free_dial_b.svg) center center/contain no-repeat;
}
.contact_wrap > .tel_block > .time {
    width: 100%;
	padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #da0000;
}
.contact_wrap > .net_block > div > a {
	opacity: 1;
    display: inline-block;
    margin: 0 10px;
    color: #da0000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
	transition: all .3s ease;
}
.contact_wrap > .net_block > div > a:hover {
	opacity: .7;
}
.contact_wrap > .net_block > div {
    margin: 3px 0 25px;
}
.contact_wrap > .net_block > a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    padding: 10px 15px;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #009c94;
    border: 2px solid #009c94;
    border-radius: 5px;
    transition: all .3s ease;
}
.contact_wrap > .net_block > a:hover {
	color: #009c94;
	background-color: #fff;
}
#subscription .red_note, 
#mw_wp_form_mw-wp-form-57 .red_note {
    margin-bottom: 20px;
}
#mw_wp_form_mw-wp-form-57 .red_note {
	margin-top: 35px;
}
#subscription .red_note + p,
#mw_wp_form_mw-wp-form-57 .red_note + p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

/*t-point*/
.p_w1000 {
	padding-right: calc((100% - 1000px) / 2);
	padding-left:  calc((100% - 1000px) / 2);
}
@media screen and (max-width: 1040px) {
.p_w1000 {
	padding-right: 20px;
	padding-left: 20px;
}
}
.tpoint_block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tpoint_wrap img {
    flex-shrink: 0;
	margin-right: 25px;
}
.tpoint_block > div {
    width: 100%;
}
#tpoint_about > .tpoint_wrap:first-of-type {
    padding-top: 75px;
    padding-bottom: 55px;
}
#tpoint_about > .tpoint_wrap:first-of-type img {
    max-width: 392px;
    width: 39%;
}
#tpoint_about > .tpoint_wrap:last-of-type {
    padding-top: 85px;
    padding-bottom: 75px;
}
#tpoint_about > .tpoint_wrap:last-of-type img {
    max-width: 250px;
    width: 20%;
	margin-right: 0;
	margin-left: 25px;
}
#tpoint_about > .tpoint_wrap:last-of-type .tpoint_block {
    flex-direction: row-reverse;
}
.line_h_blue{
	margin-bottom: 30px;
	text-align: center;
}
.line_h_blue > .head2 {
	position: relative;
	display: inline-block;
    min-width: 426px;
	padding: 0 20px 20px;
    color: #004096;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width: 465px) {
.line_h_blue > .head2 {
    min-width: auto;
}
}
.line_h_blue > .head2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #004096 calc(50% - 14px), transparent calc(50% - 14px), transparent calc(50% + 14px), #004096 calc(50% + 14px));
	background-size: 100% calc(100%);
}
.line_h_blue > .head2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top: 1px solid #004096;
    border-left: 1px solid #004096;
    transform: translateX(-50%) rotate(-135deg);
}
.tpoint_block > div > a, .tyugata_block > .btn_wrap > a, #suk_ssn .yellow_btn {
    border-radius: 3px;
    display: block;
    max-width: 360px;
    padding: 5px;
    margin: 35px 0 0 auto;
    font-size: 14px;
	letter-spacing: 1px;
    text-align: center;
    background-color: #efd600;
    border: 1px solid #efd600;
}
.tpoint_block > div > a::after, .tyugata_block > .btn_wrap > a::after, #suk_ssn .yellow_btn::after {
    content: '\f054';
    position: relative;
    right: 0;
    margin-left: 5px;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all .3s ease;
}
.tpoint_block > div > a:hover::after, .tyugata_block > .btn_wrap > a:hover::after, #suk_ssn .yellow_btn:hover::after {
	right: -5px;
}
.tpoint_block > div > p {
    font-size: 18px;
}
#tpoint_about > .tpoint_wrap:last-of-type .tpoint_block::before, #tpoint_about > .tpoint_wrap:last-of-type .tpoint_block::after {
	flex-shrink: 0;
    content: '';
    display: block;
    width: 144px;
    height: 370px;
    margin-top: -65px;
}
#tpoint_about > .tpoint_wrap:last-of-type .tpoint_block::before {
	margin-left: 10px;
	background: url(/wp-content/themes/ace-theme/img/t_point/tpoint_pic2.svg) center center/contain no-repeat;
}
#tpoint_about > .tpoint_wrap:last-of-type .tpoint_block::after {
	margin-right: 10px;
	background: url(/wp-content/themes/ace-theme/img/t_point/tpoint_pic1.svg) center center/contain no-repeat;
}
#tpoint_about > .tpoint_wrap:last-of-type .tpoint_block > div > a {
    margin: 35px auto 0 0;
}
#tpoint_about > .tpoint_wrap:last-of-type .line_h_blue {
    margin-bottom: 45px;
}
.tpoint_method .wrapper {
	display: none;
	
	width: 95%;
    padding: 65px 70px 35px;
	margin-bottom: 55px;
    background-color: #fff;
    border-radius: 50px;
}
.tpoint_method {
    padding: 0px 0 40px;
}
.tpoint_method .line_h_blue {
    margin-bottom: 55px;
}
.tpoint_method .line_h_blue::after {
    content:"Vポイント対象校にお申込みの方には別途弊社よりご案内いたします。";
    display: block;
	font-size: 1.2em;
	margin-top: 50px;
}
.tpoint_method .wrapper > .head3 {
    margin-bottom: 35px;
    font-size: 26px;
    text-align: center;
}
.tpoint_method .wrapper > .head3::after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    margin: 20px auto 0;
    background: linear-gradient(90deg, #004096 0%, #004096 50%, #fff000 50%);
}
.tpoint_method .wrapper > p {
    font-size: 18px;
}
.tpoint_method .wrapper > p + img {
    margin-top: 15px;
}
.tpoint_method .wrapper > p > span {
    color: #004096;
    font-weight: bold;
}
.tpoint_method .wrapper > .head3:nth-of-type(2) {
    margin-top: 60px;
}
.tpoint_method .wrapper > .center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}
.tpoint_method .wrapper > .center > span {
    display: block;
    width: 66px;
    height: 28px;
    margin-right: 10px;
    border: 1px solid #df3828;
}
#tpoint_timing {
    padding-top: 85px;
    padding-bottom: 90px;
}
#tpoint_timing > div > .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#tpoint_timing > div > .cont > img {
    flex-shrink: 0;
    max-width: 350px;
    width: 100%;
	margin-right: 20px;
}
#tpoint_timing > div > .cont > div {
    max-width: 505px;
    width: 100%;
}
#tpoint_timing > div > .cont dt {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #004096;
}
#tpoint_timing > div > .cont dd {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 1.6;
    background-color: #f7f7f7;
}
#tpoint_timing > div > .cont dd ol {
    padding-left: 20px;
}
#tpoint_timing > div > .cont > div .yellow_hukidashi {
    display: block;
    max-width: 165px;
    padding: 20px 15px;
    margin: 0 auto 20px;
    font-size: 18px;
}
#tpoint_timing .line_h_blue {
    margin-bottom: 65px;
}
#tpoint_school ul {
    max-width: 875px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
#tpoint_school ul > li {
    width: 47%;
    margin-bottom: 25px;
}
#tpoint_school ul > li > a {
	display: block;
	width: 100%;
	padding: 15px 15px 10px;
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #efd600;
    border: 2px solid #efd600;
    border-radius: 100px;
	transition: all .3s ease;
}
#tpoint_school ul > li > a:hover {
	background-color: #fff;
}
#tpoint_school {
	padding: 90px 20px 60px;
}
#tpoint_school .line_h_blue {
    margin-bottom: 45px;
}


/*form*/
.contact_head {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}
.contact_txt {
	margin-bottom: 15px;
	line-height: 2;
	text-align: center;
}
#contact {
    width: 100%;
    padding: 70px 100px 65px;
    margin: auto;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.page-contact #conatct {
	padding: 100px 100px 65px;
}
#contact select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 15px 30px 15px 15px;
	background: none;
	border: none;;
}
#contact input, #contact textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}
#contact select::-ms-expand {
    display: none;
}
.contact_form dd > select {
	padding: 13px 15px;
	font-size: 16px;
	cursor: pointer;
}
.contact_note:first-of-type {
    margin-top: 10px;
}
.contact_note {
	font-size: 14px;
	line-height: 1.7;
}
@media screen and (max-width: 860px) {
#contact {
	width: 95%;
}
}
.contact_form {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 10px;
	border-bottom: 1px solid #ababab;
}
.page-contact .contact_form:first-of-type {
	border-top: 1px solid #ababab;
}
.contact_form > dt {
    position: relative;
    width: 27%;
	padding-top: 10px;
    padding-right: 15px;
    padding-left: 55px;
    font-size: 16px;
    line-height: 2;
}
.contact_form > dt:nth-of-type(n+2) {
    margin-top: 15px;
}
.mw_wp_form_confirm .contact_form > dt {
    padding-top: 0;
}
.contact_form > dd {
	width: 73%;
	font-size: 16px;
}
.contact_form > dd:nth-of-type(n+2) {
    margin-top: 15px;
}
.contact_form > dd .flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contact_form > dd .flex > * + * {
    margin-left: 20px;
}
@media only screen and (max-width: 1060px) {
.contact_form > dd .flex.nyukokibobi {
    display: block;
}
.contact_form > dd .flex.nyukokibobi > * + * {
	margin-left: 0;
	margin-top: 10px;
}
}
.contact_form dt span {
    position: absolute;
    top: 13px;
    left: 0;
    padding: 6px 8px;
    color: #fff;
    font-size: 14px;
	line-height: 1;
    background-color: #009c94;
    border-radius: 3px;
}
.mw_wp_form_confirm .contact_form dt span {
    top: 3px;
}
.contact_form dd input {
    max-width: 100%;
    padding: 15px;
    font-size: 16px;
    border: none;
    background-color: #ecedf2;
    border-radius: 10px;
}
@media all and (-ms-high-contrast: none) {
.contact_form dd input[size="20"] {
	max-width: 200px;
}
}s
.contact_form dd select {
    width: 100%;
    padding: 15px 30px 15px 15px;
	font-size: 16px;
    border: none;
	border-radius: 10px;
}
.contact_form dd textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    line-height: 1.7;
    background-color: #ecedf2;
    border: none;
    border-radius: 10px;
}
.contact_btn {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}
.contact_btn input, .contact_btn a {
    max-width: 255px;
    width: 90%;
    padding: 15px 0;
    margin: 0 10px;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #009c94;
    border: 2px solid #009c94;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
}
.contact_btn input:hover, .contact_btn a:hover {
	color: #009c94;
	background-color: #fff;
}
.contact_form dd .select {
    position: relative;
    display: inline-block;
    border: 1px solid #231815;
    border-radius: 10px;
}
.mw_wp_form_confirm .contact_form dd .select {
	border: none;
}
.contact_form dd .select::after {
    position: absolute;
    top: 50%;
    right: 9px;
    content: '\f107';
	font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    transform: translate(0, -50%);
}
.contact_error span:last-of-type {
	margin-bottom: 25px;
}
.mw_wp_form_confirm .contact_form dd .select::after {
	display: none;
}
.contact_form .mwform-radio-field {
	display: block;
	margin-bottom: 15px;
}
.mwform-radio-field.horizontal-item {
    display: inline-block;
	padding-top: 10px;
    margin-bottom: 0;
}
.mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
    margin-left: 20px;
}
.mwform-radio-field.horizontal-item label {
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contact_form .mwform-radio-field input, .contact_form dd input[type="checkbox"],
.contact_policy_check input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 3px 0 0;
	margin-right: 5px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #6d748e;
	border-radius: 50% !important;
	outline: none;
	cursor: pointer;
}
.contact_policy_check {
	margin: 55px 0 0;
    text-align: center;
}
.contact_policy_check + .contact_btn {
    margin-top: 30px;
}
.contact_policy_check input[type="checkbox"] {
	margin-right: 0;
}
.contact_btn #notpress {
	opacity: .4;
    pointer-events: none;
}
.contact_form dd input[type="checkbox"], .contact_policy_check input[type="checkbox"] {
	margin-top: -2px;
	border-radius: 0!important;
}
.contact_form .mwform-radio-field input[type=radio]:checked::before, .contact_form dd input[type="checkbox"]:checked::before,
.contact_policy_check input[type="checkbox"]:checked::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #009c94;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.contact_form dd input[type="checkbox"]:checked::before, .contact_policy_check input[type="checkbox"]:checked::before {
	content: '\f00c';
	width: auto;
    height: auto;
    color: #009c94;
    font-size: 12px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	background-color: #fff;
	border-radius: 0;
}
#contact .mwform-checkbox-field.horizontal-item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contact .mwform-checkbox-field.horizontal-item + .horizontal-item {
	margin-left: 0;
}
.contact_code {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.contact_form dd .contact_code input {
  max-width: 100px;
  margin: 05px;
  width: 90%;
}
.contact_pref, .contact_city {
  margin-bottom: 10px;
}
.contact_form dd .contact_pref input {
  max-width: 215px;
  width: 100%;
}
.contact_txt {
  margin: 0 0 20px;
  color: #333;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}
.contact_summary .btn-base {
  margin-top: 45px;
}
.contact_summary .btn-base a {
  padding: 17px 60px;
  font-size: 16px;
  letter-spacing: 2px;
}

.contact_summary .btn-base a span::after {
  content: '\f105';
  margin-left: 20px;
  font-size: 23px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.mw_wp_form span.error {
	margin-top: 5px;
	font-size: 15px;
}
.mw_wp_form .syobun span.error {
    margin: 0 0 10px;
}
.contact_form dd dl.yoko {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact_form dd dl.yoko dt {
	flex-shrink: 0;
    padding: 10px 10px 0 0;
    font-size: 18px;
}
.mw_wp_form_confirm .contact_form dd dl.yoko dt {
    padding-top: 0;
}
.contact_form dd dl.tate dt {
	font-size: 18px;
}
.contact_form > .flex_end .flex {
    align-items: flex-end;
}
.contact_form > .syobun .flex .tate {
    width: 35%;
}
.contact_form > .syobun .flex .yoko {
    width: 65%;
}
@media only screen and (max-width: 930px) {
.contact_form > .flex_end .flex.tosya {
    display: block;
}
.contact_form > dd .flex > * + .tosya_num {
    margin-left: 0;
}
}
@media only screen and (max-width: 830px) {
.contact_form > .flex_end.syobun .flex {
    display: block;
}
.contact_form > dd.flex_end.syobun .flex > * + * {
    margin: 5px 0 20px 0;
}
.contact_form > .syobun .flex .tate {
    width: 100%;
}
.contact_form > .syobun .flex .yoko {
    width: 100%;
}
}
.contact_form > dt > small {
    display: block;
}
.contact_form > dd.point > .yoko {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  /*form768px*/
  .contact_form {
    display: block;
  }
  .contact_form > dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .contact_form > dd {
    width: 100%;
  }
  .contact_form dd input {
    padding: 10px;
    font-size: 16px;
  }
  .contact_btn {
    margin-top: 25px;
  }
  .contact_btn input, .contact_btn a {
    padding: 15px 0;
    font-size: 17px;
    letter-spacing: 1px;
  }
  .contact_form dd textarea {
    padding: 7px 10px;
    font-size: 15px;
  }
  .mwform-checkbox-field.horizontal-item {
    margin-bottom: 5px;
  }
  .contact_head {
    font-size: 19px;
    line-height: 1.5;
    text-align: left;
  }
  .contact_txt {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
  }
  .mw_wp_form span.error {
    font-size: 14px;
  }
}

/*contact*/
.page-contact .contact_wrap > div > img {
    width: auto;
    height: 90px;
    margin: 30px auto 10px;
}
.contact_wrap > .tel_block.mail > .head2 {
    border-color: #0071ad;
}
.page-contact .contact_wrap > div > .address {
    display: block;
    margin-bottom: 15px;
    color: #0071ad;
    font-size: 40px;
    font-weight: bold;
}
.contact_wrap > .tel_block.mail > .time {
    background-color: #0071ad;
}
.form_head {
	text-align: center;
}
.form_head > .head2 {
    margin: 0 auto 30px;
    border-color: #009c94;
}
#contact_form_sec .form_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 175px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    z-index: 1;
}
#contact_form_sec .form_icon > img {
    display: block;
    width: 91px;
    margin-right: -20px;
}
#mw_wp_form_mw-wp-form-58 {
    position: relative;
    margin-top: -85px;
    z-index: 0;
}
#mw_wp_form_mw-wp-form-58.mw_wp_form_confirm, #mw_wp_form_mw-wp-form-58.mw_wp_form_complete {
    margin-top: 0;
}
.page-contact .contact_wrap {
    padding-bottom: 45px;
}

/*subscription_form*/
#subscription_form {
    padding-top: 75px;
    padding-bottom: 115px;
}
#subscription_form .form_head > .head2 {
    margin-bottom: 60px;
}
#subscription_form > .txt {
    padding-left: 20px;
	margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.6;
    border-left: 6px solid #009c94;
}
.subscription_step {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    color: #75d0d0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 2px solid #75d0d0;
	box-sizing: unset;
}
.subscription_step > div {
	position: relative;
	width: calc(100% / 3);
	padding: 15px;
}
.subscription_step > div > span {
	display: block;
	font-size: 16px;
}
.subscription_step > div::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    display: block;
    width: 63px;
    height: 63px;
    background-color: #fff;
    border-top: 2px solid #75d0d0;
    border-right: 2px solid #75d0d0;
    transform: rotate(45deg);
    transform-origin: left top;
	z-index: 1;
}
.subscription_step > div.step3::after {
	display: none;
}
.subscription_step > div.active::after {
    background-color: #75d0d0;
}
.subscription_step > div.active {
    color: #fff;
    background-color: #75d0d0;
}
.sub_head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 10px 0;
    font-size: 17px;
    font-weight: bold;
	line-height: 1.4;
    color: #333;
}
.sub_head::before {
    content: '';
	flex-shrink: 0;
    display: block;
    width: 15px;
    height: 15px;
	margin-top: 4px;
    margin-right: 5px;
    background-color: #009c94;
    border-radius: 50%;
}

/*request*/
#request {
    padding-top: 70px;
    padding-bottom: 85px;
}
.request_msg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 35px 175px 35px 20px;
    margin-bottom: 75px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    background: url(/wp-content/themes/ace-theme/img/request/request_back.png) center center/cover no-repeat;
    border: 1px solid #231815;
    border-radius: 10px;
}
@media only screen and (max-width: 1070px) {
.request_msg {
    padding: 35px 20px;
}
}
.request_msg > img {
	flex-shrink: 0;
	display: block;
    width: 120px;
    margin-right: 55px;
}
.request_msg .head3 {
    color: #e00012;
    font-size: 24px;
    font-weight: normal;
}
.request_msg::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 24px solid #231815;
    border-right: 15px solid transparent;
    border-bottom: none;
    border-left: 15px solid transparent;
    transform: translateX(-50%);
}

/*juntyugata*/
#tyugata_about > .wrapper > .txt {
    margin-bottom: 50px;
    font-size: 18px;
    text-align: center;
}
.tyugata_truck {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.tyugata_truck > .icon {
    width: 27%;
}
.tyugata_truck > .icon > img {
	width: 100%;
    vertical-align: bottom;
}
.tyugata_truck > .icon > img.sp {
	display: none;
}
.tyugata_truck > .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 73%;
	padding: 10px 40px 10px 0;
}
.tyugata_truck > .cont > .head3 {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.tyugata_truck > .cont > .head3 > span {
    color: #dd0000;
}
.tyugata_truck > .cont > p {
	width: 100%;
    font-size: 16px;
}
@media only screen and (max-width: 1010px) {
.tyugata_truck > .icon > img.sp {
	display: inline-block;
}
.tyugata_truck > .icon > img.pc {
	display: none;
}
.tyugata_truck {
    display: block;
}
.tyugata_truck > .icon {
    width: 100%;
    padding: 15px 10px 10px;
    text-align: center;
    background-color: #0071aa;
}
.tyugata_truck > .icon > img.sp {
    max-width: 100px;
}
.tyugata_truck > .cont {
    width: 100%;
    padding: 25px;
}
.tyugata_truck > .cont > .head3 {
    margin-bottom: 20px;
}
.tyugata_truck > .cont {
    width: 100%;
    padding: 20px;
}
.tyugata_truck > .cont > .head3 {
    margin-bottom: 15px;
}
}
#tyugata_about .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
	margin-bottom: 65px;
}
#tyugata_about .saiteki {
    width: 39%;
}
#tyugata_about .saiteki > ul {
    padding: 25px 25px 0;
    background-color: #fff;
    border: 1px solid #ababab;
    list-style: none;
}
#tyugata_about .saiteki > ul li.good-pts__tit {
    font-size: 18px;
}
#tyugata_about .saiteki > .yellow_hukidashi {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
}
#juntyugata table {
	width: 100%;
    background-color: #fff;
    border-top: 1px solid #ababab;
    border-left: 1px solid #ababab;
	table-layout: fixed;
}
#tyugata_about .inner > .table_wrap {
	width: 59%;
}
#tyugata_about .inner > .table_wrap > table {
   table-layout: auto;
}
#tyugata_about .inner > .table_wrap > table tr > th:first-of-type {
	text-align: center;
}
#juntyugata table tr > * {
    padding: 20px 10px;
    font-size: 18px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}
#juntyugata table tr  > th {
	font-weight: normal;
}
.b_blue {
    color: #fff;
    background-color: #3f99e8;
}
.b_lblue {
    background-color: #e9f4f9;
}
.b_orange {
    color: #fff;
    background-color: #ff9d00;
}
.b_lorange {
    background-color: #faecd3;
}
.b_green {
	background-color: #e8f2e2;
}
.b_purple {
	background-color: #fcf2f6;
}
#tyugata_about .note {
    width: 100%;
	font-size: 16px;
    background-color: #fff;
    border: 1px solid #e79773;
}
#tyugata_about .note > dt {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #e79773;
}
#tyugata_about .note > dd {
    width: 100%;
    padding: 20px 25px;
	line-height: 2;
}
#tyugata_about .note > dd > ul {
    padding-left: 20px;
}
#tyugata_about {
/*
    padding-top: 70px;
    padding-bottom: 100px;
*/
}
#tyugata_school {
    padding-top: 100px;
    padding-bottom: 85px;
}
#tyugata_school > .head2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 20px;
}
#tyugata_school > .head2::before, #tyugata_school > .head2::after {
    content: '';
    display: block;
    width: 51px;
    height: 1px;
    margin: 0 15px;
    background-color: #000;
}
#tyugata_school > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}
#tyugata_school > ul > li {
    width: 32%;
    min-height: 50px;
	margin-bottom: 10px;
}
#tyugata_school > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 2px solid #b20f05;
    border-radius: 100px;
	transition: all .3s ease;
}
#tyugata_school > ul > li > a:hover {
	background-color: #fff;
}
#tyugata_school > ul > li.dummy {
    min-height: 0;
    height: 0;
	padding: 0;
    border: none;
}
#tyugata_plan {
    padding: 100px 0 40px;
    background-color: #e9e9e0;
}
.tyugata_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
    background-color: #fff;
    border: 1px solid #bfbfbf;
	border-radius: 10px;
    width: 100%;
    padding: 20px 30px 20px;
	margin-bottom: 45px;
}
.tyugata_block > .head2 {
    margin-bottom: 50px;
    font-size: 20px;
}
.tyugata_block > .head2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
    font-size: 24px;
}
.tyugata_block > .head2::before {
    content: '';
	flex-shrink: 0;
    display: block;
    width: 5px;
    height: 33px;
    margin: 0 15px 0 0;
    background-color: #b20f05;
/*     transform: rotate(30deg); */
}
.tyugata_block .flex {
    display: block;
/*
    justify-content: flex-start;
    align-items: flex-start;
*/
	width: 100%;
}
.tyugata_block .table_wrap {
	text-align: center;
    margin-bottom: 25px;
}
.tyugata_block .table_wrap + .table_wrap {
    margin-left: 25px;
}
.tyugata_block .table_wrap > p {
    font-size: 15px;
}
.tyugata_block > .btn_wrap > a {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: 0 auto 0;
    word-break: break-word;
}
.tyugata_block > .btn_wrap > a:last-of-type {
    color: #fff;
    background-color: #0071aa;
    border-color: #0071aa;
}
.tyugata_block > .btn_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
}
.tyugata_block .t-point {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    margin-left: auto;
}
.tyugata_block .t-point::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url("/wp-content/themes/ace-theme/img/t-point-icon.png") center center/contain no-repeat;
}
.tyugata_truck > .cont > .head3 .br_520 {
	display: none;
}
.section-title img {
    display: block;
    margin: 0 auto 0.3em;
}
.section-title .icon_hoken {
    width: 44px;
}
.section-title .icon_contact {
    width: 36px;
}

/*corporate*/
.dl_temp1 dt > .head2 {
    margin-bottom: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
	letter-spacing: 1px;
    background-color: #009c94;
}
.dl_temp1 > dl > dd {
    padding: 20px 0 40px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.7;
}
.dl_temp1 > dl > dd b {
    font-size: 18px;
    line-height: 1.5;
}
.wysiwyg .dl_temp1_table > dl {
    display: flex;
    justify-content: flex-start;
	margin-bottom: 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.dl_temp1_table > dl > dt {
    width: 195px;
    padding: 15px;
    background-color: rgba(0,156,148,.07);
    border-right: 1px solid #ccc;
}
.dl_temp1_table > dl > dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 195px);
    padding: 15px 20px 15px 15px;
    margin: 0;
}
.dl_temp1_table > dl > dd p {
	width: 100%;
}
.dl_temp1_table {
    border: 1px solid #ccc;
}
.dl_temp1_ol > ol > li > .head4, .dl_temp1_ol > ol > li::marker {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
.dl_temp1_ol > ol > li {
    margin-bottom: 15px;
}
.dl_temp1_dl > dl > dt {
    font-weight: bold;
}
.wysiwyg .dl_temp1_dl > dl > dd {
    margin-left: 0;
}
.wysiwyg .dl_temp1_dl > dl {
    margin-bottom: 15px;
}
.dl_temp1 > dl > dd > .block {
    margin: 0 20px 30px;
}
.dl_temp1 > dl > dd > .block > .head3 {
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 17px;
    background-color: #009c94;
}
.dl_temp1 > dl > dd > .block > ol {
    margin-left: 0;
}
.wysiwyg ol.kakko_num {
    margin-left: 0;
}
#kiyaku_menseki .red_note {
    line-height: 1.7;
}
.dl_temp1 table tr > th:first-of-type {
    width: 145px;
}
.dl_temp1 table tr > th {
    background-color: #F5F5F5;
}
.dl_temp1 table {
    font-size: .9em;
	table-layout: auto;
}
.dl_temp1 .table_block table {
	min-width: 500px;
}
.dl_temp1 .table_block {
	width: 100%;
	margin-bottom: 20px;
	overflow-x: auto;
}

/*school*/
.plan-grid.plan-grid-1 {
    grid-template-columns: 50% 50%;
}
.plan-grid.plan-grid-2 {
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
}
.plan-grid.plan-grid-3 {
    grid-template-columns: 25% 25% 25% 25%;
}
.plan-grid.plan-grid-4 {
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.plan-grid.plan-grid-5 {
    grid-template-columns: calc(100% / 6) calc(100% / 6) calc(100% / 6) calc(100% / 6) calc(100% / 6) calc(100% / 6);
}
.plan-grid.plan-grid-6 {
    grid-template-columns: calc(100% / 7) calc(100% / 7) calc(100% / 7) calc(100% / 7) calc(100% / 7) calc(100% / 7) calc(100% / 7);
}
.plan-grid-item.key {
    grid-column: 1;
}
.plan-grid-item.blue {
    grid-column: 2;
}
.plan-grid-item.orange {
    grid-column: 3;
}
.plan-grid-item.green {
    grid-column: 4;
}
.plan-grid-item.pink {
    grid-column: 5;
}
.plan-grid-item.purple {
    grid-column: 6;
	background-color: #ECEAF5;
}
.plan-grid-item.yellow {
    grid-column: 7;
	background-color: #FFFDE0;
}
.sing-cont .wrapper {
	visibility: hidden;
	height:0;
}
.sing-cont .wrapper.show {
	visibility:visible;
	height:auto;
}
.sing-cont .wrapper.add {
	display: none;
}
.sing-cont .wrapper.show.add {
	display: block;
}
.sing-tabs__tab {
	cursor: pointer;
}
.sing-head__tit > p {
    font-size: 16px;
    font-weight: normal;
}
.schoolspots_container .swiper-wrapper, .swiper-container.accm_container .swiper-wrapper {
	align-items: center;
}
.schoolspots_container .swiper-slide, .swiper-container.accm_container .swiper-slide {
/* 	opacity: 0!important; */
}
.schoolspots_container .swiper-slide.swiper-slide-active, .schoolspots_container .swiper-slide.swiper-slide-duplicate-active,
.swiper-container.accm_container .swiper-slide.swiper-slide-active, .swiper-container.accm_container .swiper-slide.swiper-slide-duplicate-active {
/* 	opacity: 1!important; */
}
#subscription-box {
    position: fixed;
    bottom: 20px;
    right: 0;
    padding: 10px 0 10px 10px;
    z-index: 999;
    overflow-x: hidden;
}
#subscription-box > .sbs_btn {
    width: 260px;
    margin-right: -15px;
    border-radius: 10px;
/*     transform: skewX(-10deg); */
	box-sizing: border-box;
}
#subscription-box > .sbs_btn > a {
	position: relative;
    display: block;
	width: 100%;
	color: #fff;
    font-weight: bold;
	text-align: right;
/*     transform: skewX(10deg); */
}
#subscription-box > .sbs_btn > a > span {
    display: block;
}
#subscription-box > .sbs_btn:nth-of-type(1) {
    background-color: #cc0000;
    border:3px solid #fff;
    box-shadow:0 0 5px rgba(0,0,0,0.5)
}
#subscription-box > .sbs_btn:nth-of-type(2) {
	display:none;
    background-color: #808080;
}
#subscription-box > .sbs_btn:nth-of-type(1) > a {
	padding: 15px 65px 15px 15px;
    font-size: 22px;
	line-height: 1.3;
}
#subscription-box > .sbs_btn:nth-of-type(2) > a {
	padding: 20px 75px 20px 20px;
    font-size: 21px;
	line-height: 1.5;
}
#subscription-box > .sbs_btn:nth-of-type(1) > a > span {
    font-size: 15px;
}
#subscription-box > .sbs_btn:nth-of-type(2) > a > span {
    font-size: 16px;
}
#subscription-box > .sbs_btn > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 35px;
    display: block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: transparent;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
	transition: all .3s ease;
}
#subscription-box > .sbs_btn > a:hover::after {
	right: 30px;
}
#subscription-box > .sbs_btn:nth-of-type(1) > a::before {
/*     content: "\f2bb"; */
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    font-size: 32px;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
}
.fac-overview-dual {
    margin-bottom: 45px;
}
.fac_ann {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    list-style: none;
}
.fac_ann__item {
    width: 19.0%;
	margin-bottom: 20px;
}
.fac_ann__item.dummy {
	margin-bottom: 0;
}
.fac_ann__item > img {
	display: block;
    width: 100%;
	margin-bottom: 5px;
}
.fac_ann__item > p {
    width: 100%;
    font-size: 14px;
	line-height: 1.5;
    text-align: center;
}
.school_campaign .plan-metabox__type {
    font-size: 14px;
	line-height: 1.4;
    text-align: center;
}
.school_campaign .plan-metabox__type > small {
    font-size: 17px !important;
    font-weight: bold;
}
.school_campaign .plan-list__item__price img {
    margin-right: 0;
}
.plan-list__item__price > p {
    margin-left: 25px;
	font-size: 15px;
	text-align: left;
}
.plan-list__item__price > img + p {
    margin-left: 0;
}
.school_campaign .plan-list__item__price > img + p {
    margin-left: 25px;
}
.school_campaign .plan-list__item__price > p {
    margin-left: 40px;
	font-size: 15px;
	text-align: left;
}
.school_campaign .plan-list__item__price > p::before {
    content: '\f5e4';
    margin-right: 5px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.school_campaign .plan-list__item {
    justify-content: flex-start;
	align-items: center;
}
.school_campaign .plan-list__item__details h5 {
    font-weight: bold;
    font-size: 16px;
}
.school_campaign .plan-list__item__details h5:before {
    opacity: 1;
    font-size: 18px;
}
.school_campaign .plan-list__item__price > p > .price {
	margin: 3px 0 5px;
	font-size: 20px;
}
.plan-list__item__price > p.at > .price {
    color: #e00000;
}
.plan-list__item__price > p.mt > .price {
    color: #1b16b3;
}
.school_campaign .plan-list__item__price p .tax {
    text-align: right;
}
.feature-plan__options.school_campaign .plan-list {
    padding: 20px;
}
.plan-metabox__note > p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.school_campaign .plan-list__item {
    font-size: 16px;
    line-height: 1.5;
}
.plan-list__item__details {
    width: 32%;
}
.plan-list__item__price {
    width: 68%;
	margin: auto;
}
.plan-list__item__price.n_details {
    width: 100%;
	justify-content: center;
}
.school_campaign .plan-list__item__details {
    width: 30%;
}
.school_campaign .plan-list__item__price {
    width: 70%;
}
@media only screen and (max-width: 1200px) and (min-width: 900px) {
	.school_campaign .plan-list__item__price img {
	    display: block;
	}
	.school_campaign .plan-list__item__details h5 {
	    font-size: 15px;
	}
	.school_campaign .plan-list__item__details {
	    width: 35%;
	}
	.school_campaign .plan-list__item__price {
	    width: 65%;
	}
	.school_campaign .plan-list__item__price > p {
	    margin-left: 20px;
	}
	.school_campaign .plan-list__item__price > img + p {
	    margin-left: 15px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 900px) {
	.school_campaign .plan-list__item {
	    display: block;
	}
	.plan-list__item__price img, .school_campaign .plan-list__item__price img {
	    display: none;
	}
	.plan-list__item__details, .school_campaign .plan-list__item__details {
	    width: 100%;
	}
	.school_campaign .plan-list__item__details {
		margin-bottom: 5px;
	}
	.school_campaign .plan-list__item__details h5 > br {
	    display: none;
	}
	.plan-list__item__price, .school_campaign .plan-list__item__price {
		justify-content: center;
	    width: 100%;
	    padding-left: 0;
	}
	.school_campaign .plan-list__item__price > p {
		margin-left: 40px;		
	}
	.school_campaign .plan-list__item__price > img + p {
	    margin-left: 0;
	}
	.plan-list__item__price p em {
	    font-size: 32px;
	}
	.school_campaign .plan-list__item__price p .tax {
	    font-size: 13px;
	}
	.plan-list__item {
	    display: block;
	}
	.plan-list__item__details h5 > br {
	    display: none;
	}
}

header.pc-only {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	transition: all .5s ease;
}
header.pc-only.h_scroll {
    top: -105px;
}
.page-payment .head2, .page-payment .head3 {
    padding: 10px 15px;
    color: #fff;
    background-color: #009c94;
}
.page-payment .head3 {
    padding: 5px 10px;
	margin-top: 40px;
}
.page-payment .head4 {
    color: #e00000;
    font-size: 1.3em;
}
.page-payment .box,
.dl_temp1 .box {
    padding: 20px;
	margin: 0 0 15px;
    border: 1px solid #e1e1e1;
}
.page-payment ol.box, .dl_temp1 ul.box {
    padding: 20px 20px 20px 40px;
}
.feature-plan__overview ul li.dummy {
    height: 0;
    margin: 0;
}
.single-school .big-bnnr-btn {
    font-size: 16px;
}
.entry-cal-legend a.plan {
	margin-right: 20px;
}
.dsc_txt {
    font-size: 17px;
	margin-top: -15px;
    margin-bottom: 30px;
	text-align: center;
}
.p-discount #reform-content {
	margin-bottom: 45px;
}
.p-discount h4 .wari {
    display: block;
    margin-right: 0.4em;
    padding: 0.3em 0.2em;
    line-height: 1;
    font-weight: 600;
	background-color: #fff;
    border: 2px solid;
    border-radius: 3px;
}
.p-discount #hayawari .early {
    color: #619000;
}
.p-discount #gakuwari .student {
    color: #00a4c3;
}
.p-discount #gwari .g {
    color: #ff3600;
}
.sp-accordion-content .sp-accordion-content {
    height: auto;
}
.single-school .head3 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.p-discount .head4,
.single-school .head3 span {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
    margin: 2.5em auto 1.8em;
    letter-spacing: 0.05em;
    pointer-events: none;
}
.single-school .head3 span {
	margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}
.single-school .head3 span br {
	display: none;
}
.p-discount .head4::before,
.single-school .head3 span::before {
	content: "";
    display: block;
    width: 2.6em;
    height: 1px;
    margin: 0 0.8em;
    background: #bdbebf;
}
.p-discount .head4::after,
.single-school .head3 span::after {
	content: "";
    display: block;
    width: 2.6em;
    height: 1px;
    margin: 0 0.8em;
    background: #bdbebf;
}
.sing-anchor-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.sing-anchor-menu a {
    margin: 0 35px;
    font-size: 18px;
    font-weight: bold;
}
.sing-anchor-menu a::after {
    content: '\f0da';
	position: relative;
	right: 0;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	transition: all .3s ease;
}
.sing-anchor-menu a:hover::after {
    right: -5px;
}
#cooking.dsc_sec,
#endyear.dsc_sec .feature-plan__overview,
#graduate.dsc_sec .feature-plan__overview,
#offseason.dsc_sec .feature-plan__overview,
#single.dsc_sec .feature-plan__overview,
#group.dsc_sec .feature-plan__overview {
    width: 100%;
}
.dsc_sec {
	margin-bottom: 10px;
}
#cooking.dsc_sec .plan-metabox {
    margin-bottom: 10px;
}
#cooking.dsc_sec .plan-metabox__type {
    width: 40%;
}
#cooking.dsc_sec .plan-metabox__note {
    width: 60%;
}
#cooking.dsc_sec .plan-list__item__price {
    width: 100%;
    justify-content: center;
}
#cooking.dsc_sec .plan-metabox__note > p:first-of-type br {
    display: none;
}
#cooking.dsc_sec .plan-list__item__price p em {
	margin-left: 3px;
    font-size: 36px;
}
#cooking.dsc_sec .plan-list__item__price > p br {
    display: none;
}
#cooking.dsc_sec .plan-list__item__price p span {
    text-align: right;
}
#cooking.dsc_sec .plan-list__item__price p span.price {
	display: inline-block;
}
#cooking.dsc_sec .plan-list__item__price > p {
    font-size: 18px;
}
.single-school #campaign {
    padding-bottom: 0;
}
#hayawari, #gakuwari, #gwari {
    padding-top: 110px;
    margin-top: -110px;
}

/*souki*/
.suk_case_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 820px;
    width: 92%;
    margin: auto;
}
.suk_case_block .head3 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
}
.suk_case_block.toku .head3 {
    color: #f75900;
}
.suk_case_block.son .head3 {
    color: #0093da;
}
.suk_case_li {
    list-style: none;
}
.suk_case_li li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 355px;
    height: 300px;
    padding: 50px;
    margin-bottom: 45px;
    text-align: center;
    background-color: #fff;
    border: 1px solid;
}
.toku .suk_case_li li {
    border-color: #f75900;
}
.son .suk_case_li li {
    border-color: #0093da;
}
.toku .suk_case_li li:last-of-type {
    background-color: #f7dd01;
}
.son .suk_case_li li:last-of-type {
    background-color: #78c6eb;
}
.suk_case_li li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: none;
    border-left: 20px solid transparent;
    transform: translateX(-50%);
}
.toku .suk_case_li li::after {
    border-top: 20px solid #f75900;
}
.son .suk_case_li li::after {
    border-top: 20px solid #0093da;
}
.toku .suk_case_li li:last-of-type {
    width: 375px;
    height: 320px;
}
.toku .suk_case_li li:last-of-type::after {
    top: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #f75900;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.son .suk_case_li li:last-of-type::after {
    display: none;
}
.suk_case_li img {
    margin-top: auto;
}
.suk_case_li p {
    margin-top: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.suk_case_li li > * {
    position: relative;
    z-index: 1;
}
.suk_ssn_txt {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 2;
}
#suk_case {
/*     padding: 80px 0; */
}
#suk_ssn {
    padding-top: 90px;
    padding-bottom: 110px;
}
.suk_ssn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.suk_ssn_block {
    width: 48%;
}
.suk_ssn_block .head3 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.suk_ssn_block.spring .head3 {
    color: #f44f6c;
}
.suk_ssn_block.summer .head3 {
    color: #3eafe4;
}
.suk_ssn_li {
    list-style: none;
}
.suk_ssn_li li {
    position: relative;
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 65px;
    text-align: center;
    border-radius:5px;
    box-sizing: border-box;
}
.spring .suk_ssn_li li {
    border:3px solid #fccfd7;
}
.summer .suk_ssn_li li {
    border:3px solid #cdeaf8;
}
.suk_ssn_li dt {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}
.suk_ssn_li dd {
    font-size: 16px;
}
.suk_ssn_li dd .br_520 {
    display: none;
}
.suk_ssn_li li::after {
    content:"▼";
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    display: block;
    width: 100%;
/*     height: 45px; */
	font-size:32px;
    transform: translateX(-50%);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.suk_ssn_li li:last-child::after {
    content: none;
}
.spring .suk_ssn_li li::after {
/*     background-image: url("/wp-content/themes/ace-theme/img/souki/souki_spring_arrow.svg"); */
}
.summer .suk_ssn_li li::after {
/*     background-image: url("/wp-content/themes/ace-theme/img/souki/souki_summer_arrow.svg"); */
}
#suk_ssn .yellow_btn {
    margin: 50px auto;
}








/*rsp-s*/
@media only screen and (max-width: 1000px) {
	.dsc_txt {
	    font-size: 14px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    text-align: left;
	}
	.accordion-subtitle:first-of-type {
	    margin-top: 0;
	}
}
/*rsp-1000*/

@media only screen and (max-width: 900px) {
	.p-discount .wrapper {
	    padding: 0;
	}
	.plan-list__item {
	    justify-content: flex-start;
	}
	.plan-list__item__price img {
		display: block;
	}
	.plan-list__item__details h5 > br {
	    display: none;
	}
	.fac-dets {
		padding: 25px;
	}
	.fac-dets__wrap > .fac-dets__slid {
	    display: block;
	    width: 100%;
	    max-width: 560px;
		margin-right: auto;
		margin-left: auto;
	}
	/*plan-900*/
	.gsyk_plan_li .name {
	    padding: 15px;
	    align-items: unset;
	}
	.gsyk_plan_li .name .head2 {
	    flex-shrink: 0;
	    padding-right: 10px;
	    font-size: 23px;
	    line-height: 1.4;
	}
	.gsyk_plan_li .cont > img {
	    width: 40%;
	}
	.gsyk_plan_inner {
	    width: 60%;
		padding: 20px 15px;
	}
	/*process-900*/
	.prcs_flow_li {
	    justify-content: center;
	    align-items: stretch;
	}
	.prcs_flow_li > li {
		height:auto;
	    margin-right: 20px;
	}
	#prcs_flow > .border_head {
	    margin-bottom: 75px;
	}
	#prcs_flow {
	    padding: 50px 0 75px;
	    margin-bottom: 30px;
	}
	/*insurance-900*/
	.insurance-five > h2 {
	    display: block;
	}
	/*contact-900*/
	#contact {
	    padding: 45px 40px 65px;
	}
	.page-contact #contact {
	    padding: 100px 40px 65px;
	}
	/*qualification_need-900*/
	#qualification_need .syorui > li {
	    width: 48%;
	}
	/*request-900*/
	.request_msg .head3 {
	    font-size: 21px;
	}
	.request_msg > img {
	    width: 100px;
	    margin-right: 15px;
	}
	.request_msg {
	    font-size: 18px;
	}
	.school_campaign .plan-list__item__price img {
	    display: block;
	}
	.school_campaign .plan-list__item__price > p > .price em {
	    font-size: 30px;
	}
}
/*//rsp-900*/

@media only screen and (max-width: 768px) {
	#cooking.dsc_sec .plan-list__item__price > p br {
	    display: block;
	}
	.sing-anchor-menu {
	    margin: 0;
	}
	.sing-anchor-menu a {
	    margin: 0 15px 5px;
	}
	.entry-cal-legend a.plan {
		margin-right: 10px;
	}
	.single-school .big-bnnr-btn {
	    font-size: 14px;
	}
	.plan-list__item__details h5 > br {
		display: block;
	}
	.section-title {
	    font-size: 20px;
	    margin-bottom: 1.7rem;
	}
	.contact_policy_check {
	    margin: 30px 0 0;
	}
	.contact_policy_check + .contact_btn {
	    margin-top: 25px;
	}
	/*plan-768*/
	.gsyk_plan_li .name {
	    display: block;
	}
	.gsyk_plan_li .name .head2 {
	    margin-bottom: 5px;
	    font-size: 19px;
	    border-right: none;
	}
	.gsyk_plan_li .name .txt {
	    font-size: 14px;
	}
	.gsyk_plan_inner.plan-type-grid__tit > p {
	    padding-left: 0;
		font-size: 14px;
	}
	.gsyk_plan_inner.plan-type-grid__tit h3 {
	    margin-bottom: 5px;
	}
	.gsyk_plan_inner.plan-type-grid__tit > p + h3 {
	    margin-top: 20px;
	}
	.gsyk_plan_li > li + li {
	    margin-top: 25px;
	}
	.gsyk_plan_inner.plan-type-grid__tit h3 img {
	    width: 25px;
	    height: 25px;
	    margin-right: 5px;
	}
	.gsyk_plan_li > li {
	    border-left: 1px solid;
	    border-top: 5px solid;
	}
	#gsyk_plan {
		padding-top: 10px;
	    padding-bottom: 60px;
	}
	.single-school .head3 span {
	    font-size: 20px;
	}
	/*process-768*/
	#prcs_flow > .border_head {
	    margin-bottom: 55px;
	}
	.prcs_flow_li > li {
		width: calc(33.333% - 20px);
/*
	    width: 170px;
	    height: 170px;
*/
	    padding: 25px 10px 10px;
	    margin-bottom: 45px;
	}
	.prcs_flow_li > li.last{
		width:80%;
	}
	.prcs_flow_li > li.last img{
		height:60px;
	}
	.prcs_flow_li > li.last p{
		font-size: 1.3em;
	}
	.prcs_flow_li > li.dummy{
		display:none;
	}
	.prcs_flow_li > li::before {
	    width: 40px;
	    height: 40px;
	    font-size: 23px;
	    color:#fff;
	    background-color: #c00;
	}
	.prcs_flow_li > li::after {
	    left: 108%;
	    border-left: 10px solid #000;
	}
	.prcs_flow_li > li > p {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.prcs_flow_li > li > p > span {
	    margin-top: 3px;
	    font-size: 13px;
	}
	.prcs_flow_li > li > img {
	    height: 40px;
	}
	.prcs_flow_li > li > span.nyuko {
	    font-size: 36px;
	}
	/*t_point-768*/
	.tpoint_block {
	    display: block;
	}
	#tpoint_about > .tpoint_wrap:first-of-type img, #tpoint_about > .tpoint_wrap:last-of-type img {
		display: block;
	    width: 100%;
	    margin: 0 auto 20px;
	}
	#tpoint_about > .tpoint_wrap:last-of-type .tpoint_block::before, #tpoint_about > .tpoint_wrap:last-of-type .tpoint_block::after {
		display: none;	
	}
	#tpoint_about > .tpoint_wrap:last-of-type .tpoint_block > div > a {
	    margin: 35px 0 0 auto;
	}
	.line_h_blue > .head2 {
	    padding: 0 20px 15px;
	    font-size: 22px;
	}
	#tpoint_about {
	    padding-top: 10px;
	    padding-bottom: 20px;
	}
	#tpoint_about > .tpoint_wrap:first-of-type {
	    padding-top: 40px;
	}
	#tpoint_about > .tpoint_wrap:last-of-type {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.tpoint_method .wrapper {
	    padding: 30px 30px 35px;
		margin-bottom: 35px;
	}
	.tpoint_method {
	    padding: 40px 0 10px;
	}
	#tpoint_timing {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	#tpoint_timing > div > .cont {
	    flex-direction: column;
	    justify-content: center;
	}
	#tpoint_timing > div > .cont > img {
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	#tpoint_school {
	    padding: 40px 20px 60px;
	}
	.tpoint_method .wrapper > p, .tpoint_block > div > p {
	    font-size: 16px;
	}
	.tpoint_method .wrapper > .head3::after {
	    margin: 15px auto 0;
	}
	.tpoint_method .wrapper > .head3 {
		margin-bottom: 25px;
	    font-size: 20px;
	}
	/*insurance-768*/
	#insurance {
	    padding: 40px 0 50px;
	}
	.insurance-intro .border_head {
	    margin-bottom: 35px;
	}
	.insurance-intro > h3 {
	    font-size: 18px;
	}
	.insurance-intro {
	    margin-bottom: 45px;
	}
	.insurance-five > h2 > span > img {
	    width: 45px;
	}
	.insurance-five > h2 {
	    font-size: 20px;
	}
	.insurance-case > .head2, .insurance-case > p {
		font-size: 16px;
	}
	.insurance-five_li > li > .name, .insurance-five_li > li > .price, .insurance-five_li > li > .price {
	    font-size: 18px;
	}
	/*contact-768*/
	.page-contact .contact_wrap {
	   padding: 0;
	}
	.contact_wrap > div > .head2, .form_head > .head2 {
	    margin-bottom: 20px;
	    font-size: 20px;
	}
	.page-contact .contact_wrap > div > img {
	    height: 75px;
	    margin: 20px auto 10px;
	}
	.contact_wrap > .tel_block > .tel {
	    margin: 0 25px 10px;
	}
	.contact_wrap > .tel_block > .tel, .contact_wrap > .tel_block > .tel > a {
	    font-size: 35px;
	}
	.contact_wrap > .tel_block > .time {
	    font-size: 15px;
	}
	.contact_wrap > div {
		width: 100%;
	    margin: 0 auto 25px;
	}
	.page-contact .contact_wrap > div > .address {
	    font-size: 30px;
	}
	#contact_form_sec .form_icon > img {
	    width: 70px;
	}
	#contact_form_sec .form_icon {
	    width: 140px;
	    height: 140px;
	}
	#contact {
	    padding: 20px 20px 50px;
	}
	.page-contact #contact {
	    padding: 100px 20px 50px;
	}
	.contact_form {
	    padding: 15px 10px;
	}
	.mw_wp_form_confirm #contact, .mw_wp_form_complete #contact {
	    padding-top: 40px;
	}
	/*qualification_need-768*/
	#qualification {
	    padding: 40px 0 25px;
	    margin-bottom: 25px;
	}
	.red_note::before {
	    width: 80px;
	}
	.red_note {
	    padding: 15px 15px 15px 100px;
		margin-bottom: 35px;
	    line-height: 1.7;
	}
	#qualification .qlf_block {
	    width: 100%;
		margin-bottom: 20px;
	}
	#qualification .qlf_block:first-of-type .good-pts__tit {
	    margin-bottom: 5px;
	}
	#qualification .qlf_block .good-pts__tit {
	    margin-bottom: 15px;
	}
	#qualification .qlf_block:last-of-type {
	    margin-top: 30px;
	}
	#qualification .qlf_block:last-of-type > p {
	    margin-bottom: 15px;
	}
	#qualification .qlf_block:last-of-type .good-pts__tit {
	    margin-bottom: 10px;
	}
	#qualification .qlf_block:last-of-type > div {
	    flex-wrap: wrap;
	}
	#qualification .qlf_block:last-of-type > div > * {
	    width: 100%;
	}
	#qualification .qlf_block:last-of-type > div > .qlf_dl {
	    margin-bottom: 30px;
	}
	#qualification .qlf_block:last-of-type > div > div {
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	}
	.qlf_dl + .qlf_dl {
	    margin-top: 0;
	}
	.qlf_dl > dd {
	    padding: 15px;
		font-size: 14px;
	}
	.qlf_dl > dd .sub {
	    font-size: 15px;
	}
	#qualification_need .qlf_block > div:first-of-type {
	    display: block;
		margin-bottom: 30px;
	}
	#qualification_need .qlf_block > div > ul {
	    width: 100%;
	}
	.qlf_block .good-pts__tit {
	    font-size: 19px;
	}
	#qualification_need {
		padding-top: 25px;
	    padding-bottom: 65px;
	}
	#qualification .border_head {
	    margin-bottom: 40px;
	}
	/*subscription-768*/
	#subscription {
	    padding: 40px 0 50px;
	    margin-bottom: 65px;
	}
	#subscription .border_head {
	    margin-bottom: 35px;
	}
	#subscription .red_note + p,
	#mw_wp_form_mw-wp-form-57 .red_note + p {
	    margin-bottom: 10px;
	}
	#mw_wp_form_mw-wp-form-57 .red_note {
		margin-top: 20px;		
	}
	.kiyaku {
	    padding: 30px 20px;
	}
	.kiyaku > .head3 {
	    margin-bottom: 15px;
	    font-size: 17px;
	}
	.kiyaku > ol > li > .head4, .kiyaku > ol > li::marker {
	    font-size: 17px;
	}
	.kiyaku > ol > li > .head4 {
	    margin-bottom: 5px;
	}
	.kiyaku > ol > li {
		margin-bottom: 20px;
	    font-size: 15px;
	}
	.contact_wrap {
	    padding-bottom: 50px;
	}
	/*subscription_form-768*/
	.contact_form dt span, .mw_wp_form_confirm .contact_form dt span {
	    position: relative;
	    top: 0;
	    margin-right: 7px;
	}
	.contact_form > dt {
	    padding-left: 0;
	}
	#subscription_form {
	    padding-top: 35px;
	    padding-bottom: 50px;
	}
	#subscription_form .form_head > .head2 {
	    margin-bottom: 35px;
	}
	#subscription_form > .txt {
	    margin-bottom: 30px;
	    font-size: 15px;
	}
	.subscription_step {
	    font-size: 16px;
	}
	.subscription_step > div > span {
	    font-size: 14px;
	}
	.subscription_step > div {
	    padding: 10px 15px;
	}
	.subscription_step > div::after {
	    width: 49px;
	    height: 49px;
	}
	/*request-768*/
	#request {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.request_msg {
	    display: block;
	    padding: 20px;
	    margin-bottom: 45px;
		font-size: 15px;
	}
	.request_msg > img {
	    width: 85px;
	    margin: 0 auto 10px;
	}
	.request_msg .head3 {
	    font-size: 19px;
	}
	/*jyunchugata-768*/
	#tyugata_about {
	    padding-top: 35px;
	    padding-bottom: 60px;
	}
	#tyugata_about > .wrapper > .txt {
	    margin-bottom: 25px;
	    font-size: 16px;
	}
	#tyugata_about > .wrapper > .border_head {
	    margin-bottom: 35px;
	}
	#tyugata_about .inner {
	    display: block;
	    margin-bottom: 40px;
	}
	#tyugata_about .saiteki {
	    width: 100%;
	    margin-bottom: 15px;
	}
	#tyugata_about .inner > .table_wrap {
		width: 100%;
	}
	.tyugata_truck {
	    margin-bottom: 30px;
	}
	#juntyugata table tr > * {
	    font-size: 16px;
	}
	#tyugata_about .saiteki > ul {
	    padding: 20px 25px 0;
	}
	#tyugata_school {
	    padding-top: 55px;
	    padding-bottom: 45px;
	}
	#tyugata_school > .head2 {
	    margin-bottom: 25px;
	}
	#tyugata_school > ul > li {
	    width: 49%;
	    min-height: 60px;
	    font-size: 15px;
	}
	#tyugata_plan {
	    padding: 55px 0 30px;
	}
	.tyugata_block {
	    padding: 30px;
	    margin-bottom: 35px;
	}
	.tyugata_block > .head2 {
	    margin-bottom: 30px;
	}
	.tyugata_block .table_wrap {
	    margin-bottom: 20px;
	}
	.tyugata_block .table_wrap + .table_wrap {
	    margin-left: 0;
	}
	.tyugata_block .flex {
	    display: block;
	}
	/*company-768*/
	.dl_temp1 dt > .head2 {
	    padding: 10px;
	    font-size: 18px;
	}
	.dl_temp1 > dl > dd {
	    padding: 15px 0 25px;
	    font-size: 15px;
	}
	.dl_temp1 > dl > dd p {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.dl_temp1_table > dl > dt {
	    width: 150px;
		padding: 10px;
	    font-size: 15px;
	}
	.dl_temp1_table > dl > dd {
	    width: calc(100% - 150px);
	    padding: 10px;
	    font-size: 15px;
		line-height: 1.5;
	}
	.dl_temp1_ul > li {
	    margin-bottom: 5px;
	}
	.dl_temp1 > dl > dd b {
	    font-size: 17px;
	    line-height: 1.5;
	}
	#subscription-box {
	    bottom: 0;
	    display: flex;
	    width: 100%;
	    padding: 10px 0 0px 0px;
	}
	#subscription-box > .sbs_btn {
	    width: 100%;
		margin-right: 0;
		border-radius: 0;
		transform: skewX(0);
		transition: all .3s ease;
	}
	#subscription-box > .sbs_btn > a::after {
		display: none;
	}
	#subscription-box > .sbs_btn:nth-of-type(1) > a::before, #subscription-box > .sbs_btn:nth-of-type(2) > a::before {
	    position: absolute;
	    top: 50%;
	    left: 30px;
	    display: block;
	    font-size: 23px;
	    font-family: "Font Awesome 5 Free";
	    transform: translateY(-50%);	
	}
	#subscription-box > .sbs_btn:nth-of-type(2) > a::before {
		content: '\f0e0';		
	}
	#subscription-box > .sbs_btn > a {
	    text-align: center;
	    transform: skewX(0);
		transition: all .3s ease;
	}
	#subscription-box > .sbs_btn:nth-of-type(1) {
		border:0;
/* 		border: 3px solid #e00000; */
	}
	#subscription-box > .sbs_btn:nth-of-type(2) {
/* 		border: 3px solid #808080;	 */
	}
	#subscription-box > .sbs_btn:nth-of-type(1):hover, #subscription-box > .sbs_btn:nth-of-type(2):hover {
		background-color: #fff;
	}
	#subscription-box > .sbs_btn:nth-of-type(1) > a:hover {
		color: #e00000;		
	}
	#subscription-box > .sbs_btn:nth-of-type(2) > a:hover {
		color: #808080;
	}
	#subscription-box > .sbs_btn:nth-of-type(1) > a, #subscription-box > .sbs_btn:nth-of-type(2) > a {
	    padding: 10px 55px 10px 65px;
	    font-size: 16px;
	    line-height: 1.4;
	}
	#subscription-box > .sbs_btn:nth-of-type(1) > a > span, #subscription-box > .sbs_btn:nth-of-type(2) > a > span {
	    font-size: 13px;
	}
	.single-school footer {
	    padding-bottom: 90px;
	}
	.fac-overview-dual {
	    margin-bottom: 35px;
	}
	.fac_ann__item > img {
	    margin-bottom: 5px;
	}
	.fac_ann__item > p {
	    font-size: 16px;
	}
	.school_campaign .plan-list__item__price > p {
	    margin-left: 20px;
	}
	.school_campaign .plan-list__item__price > img + p {
	    margin-left: 15px;
	}
	/*payment-768*/
	.page-payment .head2 {
	    padding: 10px;
	    font-size: 1.4em;
	}
	/*souki-768*/
	.suk_case_block {
	    width: 48%;
	}
	.suk_case_li li {
	    width: 100%;
	    padding: 20px 20px 50px;
	}
	.toku .suk_case_li li:last-of-type {
	    width: 100%;
	}
	.suk_case_block .head3,
	.suk_ssn_block .head3 {
	    margin-bottom: 20px;
	    font-size: 22px;
	}
}
/*//rsp-768*/

@media only screen and (max-width: 630px) {
	#subscription-box > .sbs_btn:nth-of-type(1) > a, #subscription-box > .sbs_btn:nth-of-type(2) > a {
	    padding: 10px 15px 10px 45px;
	}
	#subscription-box > .sbs_btn:nth-of-type(1) > a::before, #subscription-box > .sbs_btn:nth-of-type(2) > a::before {
	    left: 15px;
	}
	.school_campaign .plan-list__item__price > p > .price em {
	    font-size: 24px;
	}
	.single-school .head3 span::before,
	.single-school .head3 span::after {
		display: none;
	}
}
/*//rsp-630*/
	
@media only screen and (max-width: 520px) {
	.sing-anchor-menu a {
	    margin: 0 10px 5px;
	    font-size: 15px;
	}
	.p-discount .head4 {
		margin: 5px 0 0;
		font-size: 19px;
		letter-spacing: 0;
	}
	.p-discount .head4::before, .p-discount .head4::after {
		display: none;	
	}
	.accordion-subtitle {
	    margin-top: 25px;
	}
	#school-list .accordion-subtitle {
	    margin-top: 15px;
	}
	.feature-plan__overview h3 {
	    display: block;
	    padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.feature-plan__overview h3 span {
	    display: block;
/* 	    margin-bottom: 10px; */
	}
	.p-discount #reform-content {
	    margin-bottom: 0;
	}
	.plan-list__item {
	    display: block;
	}
	.plan-list__item__price img {
	    display: none;
	}
	.plan-list__item__details h5 > br {
	    display: none;
	}
	#cooking.dsc_sec .plan-list__item__price > p {
	    font-size: 15px;
	}
	#cooking.dsc_sec .plan-list__item__price p em {
	    margin-left: 0;
	    font-size: 24px;
	}
	#cooking.dsc_sec .plan-metabox__type {
	    width: 100%;
	}
	#cooking.dsc_sec .plan-metabox__note {
	    width: 100%;
	}
	.single-school .head3 span {
		margin-bottom: 0;
		line-height: 1.4;
	}
	.single-school .head3 span br {
		display: block;
	}
	.single-school .head3 {
	    font-size: 14px;
	}
	/*plan-520*/	
	.gsyk_plan_li .cont {
	    display: block;
	}
	.gsyk_plan_li .cont > img {
	    width: 100%;
	}
	.gsyk_plan_inner {
	    width: 100%;
	    padding: 15px 15px 20px;
	}
	/*process-520*/
	#prcs_flow {
	    padding: 35px 0 35px;
		margin-bottom: 0;
	}
	#prcs_flow > .border_head {
	    margin-bottom: 50px;
	}
	#prcs_schedule p.paragraph.entry-cal-legend {
	    display: flex;
	    flex-wrap: wrap;
	    margin: 10px 0 15px;
	    font-size: 15px;
	}
	#prcs_schedule p.paragraph.entry-cal-legend span:last-of-type {
	    margin-left: 10px;
	}
	.prcs_table_mark > dl > dt, .prcs_table_mark > dl > dd {
	    font-size: 14px;
	}
	.prcs_table_mark {
	    margin-bottom: 20px;
	}
	#prcs_schedule > p {
	    font-size: 14px;
	}
	.yellow_hukidashi {
	    font-size: 13px;
	}
	/*t_point-520*/
	.tpoint_method .wrapper > p, .tpoint_block > div > p {
	    font-size: 14px;
	}
	.tpoint_method .wrapper > p + img {
	    margin-top: 10px;
	}
	.tpoint_method .line_h_blue {
	    margin-bottom: 35px;
	}
	.tpoint_method .wrapper {
	    width: 92%;
	    padding: 25px 20px 35px;
	    margin-bottom: 25px;
	}
	.tpoint_method .wrapper > .head3:nth-of-type(2) {
	    margin-top: 35px;
	}
	.tpoint_method .wrapper > .head3 {
	    margin-bottom: 20px;
	    font-size: 17px;
	}
	.tpoint_method .wrapper > .head3::after {
	    margin: 10px auto 0;
	}
	.line_h_blue > .head2 {
	    padding: 0 15px 15px;
	    font-size: 20px;
		width: 100%;
	}
	#tpoint_timing > div > .cont > div .yellow_hukidashi {
	    padding: 15px 10px;
	    font-size: 16px;
	}
	#tpoint_timing > div > .cont dt {
	    font-size: 16px;
	}
	#tpoint_timing > div > .cont dd {
	    padding: 15px;
	    font-size: 15px;
	}
	#tpoint_school ul > li {
	    width: 100%;
	    margin-bottom: 15px;
	}
	#tpoint_school ul > li > a {
	    padding: 10px;
	    font-size: 16px;
	}	
	#tpoint_school .line_h_blue {
	    margin-bottom: 35px;
	}
	.tpoint_method .line_h_blue > .head2 {
	    width: 90%;
	}
	#tpoint_timing .line_h_blue {
	    margin-bottom: 25px;
	}
	#tpoint_about > .tpoint_wrap:first-of-type {
	    padding-top: 30px;
	    padding-bottom: 45px;
	}
	#tpoint_about > .tpoint_wrap:last-of-type {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	#tpoint_about > .tpoint_wrap:first-of-type img, #tpoint_about > .tpoint_wrap:last-of-type img {
	    width: 70%;
	}
	#tpoint_timing > div > .cont > img {
		width: 80%;
	}
	.tpoint_block > div > a {
	    margin: 20px 0 0 auto;
	}
	.tpoint_method .wrapper > .center {
	    margin-bottom: 0;
	}
	.tpoint_method .wrapper img {
	    margin-top: 10px;
	}
	#tpoint_timing {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	#tpoint_school {
	    padding: 30px 20px 40px;
	}
	/*insurance-520*/
	.insurance-five > img {
	    width: 90px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.insurance-intro > h3 {
	    font-size: 16px;
	}
	.insurance-intro {
	    margin-bottom: 60px;
	}
	.insurance_cont {
	    padding: 35px 0 0px;
	}
	.insurance-five > h2 > span > img {
	    width: 35px;
	}
	.insurance-case.insurance_cont {
	    padding: 35px 0 15px;
	}
	.insurance-five_li,
	.insurance-case_li {
/* 	    margin-left: 20px; */
	}
	.insurance-case_li > li {
	    padding: 20px 10px 10px;
	    margin-bottom: 15px;
	}
	.insurance-case_li > li > p {
	    font-size: 17px;
	}
	#insurance .hoken-link {
	    font-size: 1.2rem;
	}
	
	.insurance_cont li {
	    width: 45%;
		height: auto;
		margin: 0 1.5% 30px;
	}
	.insurance-five_li > li > .name {
	    padding: 20px 10px 10px;
	}
	.insurance-five_li > li > .price {
	    padding: 15px 10px 10px;
	}
	
	#insurance .logo_aiu {
	    margin: 40px auto 0;
	}
	#insurance {
	    padding: 30px 0 35px;
	}
	.insurance-five > h2 {
	    margin: 25px 10px 45px;
	}
	.insurance-case > .head2, .insurance-case > p {
	    margin: 0 15px 20px;
	}
	/*contact-520*/
	.contact_wrap > .tel_block > .tel::before {
	    width: 35px;
	    height: 20px;
	}
	.contact_wrap > .tel_block > .tel {
	    margin: 0 10px 10px;
	}
	.contact_wrap > .tel_block > .tel, .contact_wrap > .tel_block > .tel > a {
	    font-size: 30px;
	}
	.contact_wrap > div > .note {
	    font-size: 14px;
		margin: 0 10px;
	}
	.contact_wrap > div > .head2, .form_head > .head2 {
	    margin-bottom: 15px;
	    font-size: 18px;
	}
	.page-contact .contact_wrap > div > img {
	    height: 60px;
	    margin: 15px auto 10px;
	}
	.contact_wrap > .tel_block > .time {
	    font-size: 14px;
	    line-height: 1.3;
	}
	.page-contact .contact_wrap > div > .address {
		margin: 0 10px 15px;
	    font-size: 30px;
	    line-height: 1.1;
	    word-break: break-all;
	}
	#contact_form_sec {
	    padding-top: 20px;
		padding-bottom: 20px;
	}
	#contact_form_sec .form_icon > img {
	    width: 50px;
	}
	#contact_form_sec .form_icon {
	    width: 95px;
	    height: 95px;
	    padding-right: 7px;
	}
	#contact {
	    width: 100%;
		padding: 10px 15px 35px;
	}
	.page-contatc #contact {
	    padding: 100px 15px 50px;
	}
	.contact_form {
	    padding: 7px 5px 15px;
	}
	.mw_wp_form_confirm .contact_form {
		padding: 15px 10px 20px;
	}
	/*qualification_need-520*/
	#qualification {
	    padding: 30px 0 15px;
	    margin-bottom: 15px;
	}
	#qualification .border_head {
	    margin-bottom: 35px;
	}
	.red_note::before {
	    width: 100%;
	    height: 35px;
	    font-size: 20px;
	}
	.red_note {
	    padding: 45px 15px 15px 15px;
		margin-bottom: 25px;
	    font-size: 15px;
	}
	.qlf_table > table {
	    width: 570px;
	}
	.qlf_table {
	    overflow: auto;
	}
	.qlf_block .good-pts__tit {
	    font-size: 18px;
	}
	#qualification .qlf_block:last-of-type {
	    margin-top: 10px;
	}
	.qlf_dl > dd .sub {
	    margin-bottom: 10px;
	}
	#qualification .qlf_block:last-of-type > div > div {
	    display: block;
	}
	.qlf_dl + .qlf_dl {
	    margin-top: 15px;
	}
	#qualification .qlf_block:last-of-type > div > .qlf_dl {
	    margin-bottom: 25px;
	}
	#qualification_need .border_head {
	    margin-bottom: 35px;
	}
	#qualification_need .qlf_block > div > ul > li {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	li.mark_circle_g::before {
	    width: 10px;
	    height: 10px;
	    margin-top: 7px;
	}
	#qualification_need .syorui > li {
	    width: 100%;
	    margin-bottom: 10px;
	}
	li.mark_triangle_o::before {
	    border-right: 5px solid transparent;
	    border-bottom: 10px solid #f38f1e;
	    border-left: 5px solid transparent;
	}
	#qualification_need .qlf_dl > dd {
	    display: block;
	}
	#qualification_need .qlf_dl > dd > div {
	    width: 100%;
	}
	#qualification_need .qlf_dl > dd > div:first-of-type {
	    margin-bottom: 15px;
	}
	#qualification_need .qlf_dl > dd > div .qlf_dl > dd .sub {
		margin-bottom: 5px;
	}
	#qualification .qlf_block .good-pts__tit {
		margin-bottom: 10px;
	}
	#qualification .qlf_block {
		margin-bottom: 30px;
	}
	/*subscription-520*/
	#subscription .border_head > h2 {
	    font-size: 17px;
	}
	.kiyaku {
	    padding: 20px 15px 20px;
	}
	.kiyaku > .head3 {
	    margin-bottom: 10px;
	    font-size: 16px;
	}
	.kiyaku > ol > li > .head4, .kiyaku > ol > li::marker {
	    font-size: 16px;
	}
	.kiyaku > ol > li {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	#subscription {
	    padding: 30px 0 40px;
	    margin-bottom: 50px;
	}
	.contact_wrap > div > img {
	    width: 75px;
	    margin: 0 auto 10px;
	}
	.contact_wrap > .net_block > div {
	    margin: 3px 0 15px;
	}
	.contact_wrap > .net_block > a {
	    font-size: 16px;
	}
	.contact_wrap > .net_block {
	    padding: 20px;
	}
	/*subscription_form-520*/
	#subscription_form {
	    padding-top: 25px;
	    padding-bottom: 15px;
	}
	#subscription_form .form_head > .head2 {
	    margin-bottom: 25px;
	}
	#subscription_form > .txt {
	    padding-left: 8px;
	    margin-bottom: 20px;
	    font-size: 14px;
	    border-left: 3px solid #009c94;
	}
	.subscription_step {
	    display: block;
		margin-bottom: 25px;
	    border-bottom: none;
	}
	.subscription_step > div {
	    width: 100%;
	    border-bottom: 2px solid #75d0d0;
	}
	.subscription_step > div::after {
		display: none;
	}
	#contact span.mwform-radio-field.horizontal-item {
	    display: block;
		padding-top: 5px;
	    margin-left: 0;
	}
	#contact .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
	    margin-left: 0;
	}
	.contact_form > dd {
	    font-size: 15px;
	}
	.contact_form dd dl.yoko dt {
		padding: 5px 10px 0 0;
	    font-size: 15px;
	}
	.contact_form dd dl.yoko {
	    display: block;
	}
	.contact_form > dd .flex.nyukokibobi > * + * {
	    margin-top: 0;
	}
	.contact_note {
		margin-top: 5px;
	    font-size: 13px;
	    line-height: 1.5;
	}
	#contact select {
		padding: 10px 30px 10px 10px;
	}	
	.contact_form dd select {
	    padding: 10px 30px 10px 10px;
	}
	.contact_form .mwform-radio-field input, .contact_form dd input[type="checkbox"] {
	    margin-right: 2px;
	}
	.contact_form dd dl.tate dt {
	    font-size: 15px;
	}
	.contact_form .mwform-radio-field {
	    margin-bottom: 5px;
	}
	/*request-520*/
	#request {
	    padding-top: 30px;
	    padding-bottom: 10px;
	}
	.request_msg {
	    padding: 15px;
	    margin-bottom: 40px;
	    font-size: 14px;
		line-height: 1.6;
	    text-align: left;
	}
	.request_msg .head3 {
	    margin-bottom: 5px;
	    line-height: 1.5;
	}
	.request_msg > img {
	    width: 65px;
	}
	/*jyunchugata-520*/
	#tyugata_about {
	    padding-top: 25px;
	    padding-bottom: 40px;
	}
	#tyugata_about > .wrapper > .txt {
	    font-size: 14px;
	    text-align: left;
	}
	#tyugata_about > .wrapper > .border_head {
	    margin-bottom: 30px;
	}
	.tyugata_truck > .icon > img.sp {
	    max-width: 70px;
	}
	.tyugata_truck > .icon {
	    padding: 10px;
	}
	.tyugata_truck > .cont {
	    padding: 15px;
	}
	.tyugata_truck > .cont > .head3 {
	    font-size: 16px;
	}
	.tyugata_truck > .cont > p {
	    font-size: 14px;
	}
	#tyugata_about .saiteki > ul {
	    padding: 15px 15px 10px;
	}
	#tyugata_about .saiteki > ul li.good-pts__tit {
	    margin-bottom: 5px;
	    font-size: 16px;
	}
	#tyugata_about .inner > .table_wrap > table {
	    min-width: 550px;
	}
	#tyugata_about .inner > .table_wrap {
	    overflow-x: auto;
	}
	#tyugata_about .note > dd {
	    padding: 15px;
	    line-height: 1.5;
	    font-size: 15px;
	}
	#tyugata_about .note > dd li {
	    margin-bottom: 10px;
	}
	#tyugata_school {
	    padding-top: 30px;
	    padding-bottom: 35px;
	}
	#tyugata_school > .head2::before, #tyugata_school > .head2::after {
	    display: none;
	}
	#tyugata_school > .head2 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#tyugata_school > ul > li {
	    width: 100%;
	    margin-bottom: 10px;
	    font-size: 15px;
	}
	#tyugata_plan {
	    padding: 45px 0 25px;
	}
	.tyugata_block {
		display: block;
		width: 100% !important;
	    padding: 20px;
	    margin-bottom: 25px;
	}
	.tyugata_block .t-point::before {
	    width: 25px;
	    height: 25px;
	    margin-right: 6px;
	}
	.tyugata_block .t-point {
		margin-top: -5px;
	    margin-bottom: 15px;
		margin-left: 0;
	}
	.tyugata_block > .head2 {
	    align-items: flex-start;
	    margin-bottom: 15px;
	    font-size: 18px;
	}
	.tyugata_block > .head2::before {
	    height: 21px;
/*
	    margin: 3px 10px 0 0;
	    transform: rotate(22deg);
*/
	}
	.tyugata_block .table_wrap {
	    margin-bottom: 10px;
	}
	.tyugata_block > .btn_wrap {
	    display: block;
	}
	.tyugata_block > .btn_wrap > a {
	    padding: 5px;
	    margin: 10px 0 0 auto;
	    letter-spacing: 0;
	}
	.tyugata_truck > .cont > .head3 .br_520 {
		display: block;
	}
	.tyugata_truck > .cont > .head3 .br_pc {
		display: none;
	}
	#tyugata_about .inner {
	    margin-bottom: 30px;
	}
	/*company-520*/
	.dl_temp1 dt > .head2 {
	    padding: 7px 10px;
	    font-size: 17px;
		line-height: 1.3;
	}
	.dl_temp1 > dl > dd {
	    padding: 10px 0 15px;
	    font-size: 14px;
	}
	.dl_temp1 > dl > dd p {
		font-size: 14px;
	}
	.dl_temp1 > dl > dd b {
	    font-size: 16px;
	}
	.wysiwyg .dl_temp1_table > dl {
	    display: block;
	}
	.dl_temp1_table > dl > dt {
	    width: 100%;
	    padding: 5px 10px;
	    font-size: 14px;
		border-right: none;
	}
	.dl_temp1_table > dl > dd {
	    width: 100%;
	    font-size: 14px;
	}
	/*privacypolicy-520*/
	.dl_temp1_ol > ol > li > .head4, .dl_temp1_ol > ol > li::marker {
	    font-size: 16px;
	}
	/*tokusho-520*/
	.dl_temp1_table > dl > dt > br {
	    display: none;
	}
	.dl_temp1 > dl > dd > .block > .head3 {
	    margin-bottom: 5px;
	    font-size: 15px;
	}
	.dl_temp1 > dl > dd > .block {
	    margin: 0 15px 20px;
	}
	#subscription-box {
	    display: block;
	}
	#subscription-box > .sbs_btn {
	    width: 100%;
	}
	#subscription-box > .sbs_btn:nth-of-type(1) > a > span, #subscription-box > .sbs_btn:nth-of-type(2) > a > span {
	    font-size: 12px;
	}
	subscription-box > .sbs_btn:nth-of-type(1) > a, #subscription-box > .sbs_btn:nth-of-type(2) > a {
	    font-size: 15px;
	}
	#subscription-box > .sbs_btn:nth-of-type(1) > a::before, #subscription-box > .sbs_btn:nth-of-type(2) > a::before {
	    left: 25px;
	}
	.single-school footer {
	    padding-bottom: 140px;
	}
	.fac_ann__item {
	    width: 48%;
	    margin-bottom: 15px;
	}
	.fac_ann__item > p {
	    font-size: 13px;
		text-align: left;
	}
	.school_campaign .plan-list__item {
	    display: block;
	}
	.plan-list__item__details, .school_campaign .plan-list__item__details {
	    width: 100%;
	}
	.school_campaign .plan-list__item__details {
		margin-bottom: 10px;	
	}
	.school_campaign .plan-list__item__details h5 > br {
	    display: none;
	}
	.school_campaign .plan-list__item__price img {
	    display: none;
	}
	.plan-list__item__price, .school_campaign .plan-list__item__price {
		justify-content: center;
	    width: 100%;
	    padding-left: 0;
	}
	.school_campaign .plan-list__item__price > p {
	    margin-left: 20px;
	}
	.school_campaign .plan-list__item__price > img + p {
		margin-left: 0;
	}
	.school_campaign .plan-list__item {
	    font-size: 14px;
	}
	.plan-metabox__note > p:first-of-type {
/*
		width: 65px;
	    font-size: 14px;
*/
	}
	.plan-metabox__note > p:last-of-type {
/* 	    text-align: left; */
	}
	.feature-plan__overview p span:last-child > span {
	    font-size: 16px;
	    margin: 0 1px;
	}
	.sub_head {
	    font-size: 16px;
	}
	/*payment-520*/
	.page-payment .head2 {
	    padding: 7px 10px;
	    font-size: 1.3em;
	    line-height: 1.3;
	}
	.page-payment .head4 {
	    font-size: 1.1em;
	}
	.page-payment .head3 {
	    margin-top: 25px;
	    font-size: 1.1em;
	}
	.page-payment .box,
	.dl_temp1 .box {
	    padding: 10px;
	}
	.page-payment ol.box, .dl_temp1 ul.box {
	    padding: 10px 10px 10px 30px;
	}
	/*souki-520*/
	#suk_case {
	    padding: 35px 0;
	}
	#suk_case .border_head, #suk_ssn .border_head {
	    margin-bottom: 40px;
	}
	.suk_case_block .head3,
	.suk_ssn_block .head3 {
	    margin-bottom: 15px;
	    font-size: 17px;
	}
	.suk_case_li li {
	    height: 175px;
	    margin-bottom: 20px;
	    padding: 20px 10px 25px;
	}
	.toku .suk_case_li li:last-of-type {
	    height: 190px;
	}
	.toku .suk_case_li li:last-of-type::after {
	    width: calc(100% - 15px);
	    height: calc(100% - 15px);
	}
	.suk_case_li p {
	    font-size: 14px;
	}
	.suk_case_li img {
	    width: 65%;
	}
	.suk_case_li li::after {
	    border-right: 10px solid transparent;
	    border-left: 10px solid transparent;
	}
	.toku .suk_case_li li::after {
	    border-top: 10px solid #f75900;
	}
	.son .suk_case_li li::after {
	    border-top: 10px solid #0093da;
	}
	.toku .suk_case_li li:last-of-type img {
	    max-width: 75px!important;
	}
	#suk_ssn {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.suk_ssn_txt {
	    margin-bottom: 35px;
	    font-size: 15px;
	    line-height: 1.5;
	}
	.suk_ssn_li li {
	    padding: 15px 10px 10px;
	    margin-bottom: 25px;
	}
	.suk_ssn_li dt {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.suk_ssn_li dd {
	    font-size: 14px;
	    text-align: left;
	    line-height: 1.4;
	}
	#suk_ssn .yellow_btn {
	    margin: 20px auto;
	}
	.suk_ssn_li dd .br_520 {
	    display: block;
	}
}
/*//rsp-520*/