@charset "UTF-8";

/* contents */

body {
	background: #fff;
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.8;
    color: #0A122E;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
}

body.open {
    overflow-y: hidden;
    height: 100vh;
}

@media screen and (min-width: 768px) {
	body {
		min-width: 1100px;
	}
}

a {
    color: #0A122E;
	transition: all .3s ease-out;
}

a.underline, p.underline a {
    text-decoration: underline!important;
}

a.underline:hover, p.underline a:hover {
    opacity: 0.7;
}

a.opac:hover {
    opacity: 0.75;
}

.bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.serif {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: 400;
}

.v-middle {
    vertical-align: middle;
}

.regular {
	font-weight: 400;
}

.mx820 {
    max-width: 820px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx400 {
    max-width: 400px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx500 {
    max-width: 500px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx820 {
	max-width: 820px!important;
    margin-left: auto;
    margin-right: auto;
}

.flex-col {
    display: flex;
    flex-wrap: wrap;
}

.flex-col.flex-center {
    align-items: center;
}

.flex-col.col2 > * {
    width: 50%;
}

.flex-col .flex-txt {
    padding: 0 5%;
}

.flex-col.col3 {
    justify-content: center;
}

.flex-col.col3 > * {
    width: 33.33%;
    padding: 0 3%;
}

.flex-col.col6 {
    justify-content: center;
}

.flex-col.col6 > * {
    width: 16.6666%;
    padding: 0 0.3%;   
}

.flex-col.col6 p {
    line-height: 1.5;
    text-align: center;
}

.flex-col.col6 img {
    padding: 0 0 4px 0!important;
}

.nobr {
    white-space: nowrap;
    display: inline-block;
}

@media only screen and (min-width:768px) {

    .flex-col.col2.opp > div:first-child {
        order: 2;
    }

    .flex-col.col2.opp > div:last-child {
        order: 1;
    }

}

.pt05 {
	padding-top: 5px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt30 {
	padding-top: 30px!important;
}

.pt40 {
	padding-top: 40px!important;
}

.pt50 {
	padding-top: 50px!important;
}

.pt60 {
	padding-top: 60px!important;
}

.pt70 {
	padding-top: 70px!important;
}

.pt80 {
	padding-top: 80px!important;
}

.pt90 {
	padding-top: 90px!important;
}

.pt100 {
	padding-top: 100px!important;
}

.pt120 {
	padding-top: 120px!important;
}

.pt05 {
	padding-top: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pb40 {
	padding-bottom: 40px!important;
}

.pb50 {
	padding-bottom: 50px!important;
}

.pb60 {
	padding-bottom: 60px!important;
}

.pb70 {
	padding-bottom: 70px!important;
}

.pb80 {
	padding-bottom: 80px!important;
}

.pb90 {
	padding-bottom: 90px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

.pb120 {
	padding-bottom: 120px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mt70 {
	margin-top: 70px!important;
}

.mt80 {
	margin-top: 80px!important;
}

.mt90 {
	margin-top: 90px!important;
}

.mt100 {
	margin-top: 100px!important;
}

.mt120 {
	margin-top: 120px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

.mb120 {
	margin-bottom: 120px!important;
}

.fs12 {
	font-size: 12px!important;
}

.fs13{
	font-size: 13px!important;
}

.fs14{
    font-size: 14px!important;
}

.fs15 {
	font-size: 15px!important;
}

.fs16 {
	font-size: 16px!important;
}

.fs18 {
	font-size: 18px!important;
}

.fs20 {
	font-size: 20px!important;
}

.fs22 {
	font-size: 22px!important;
}

.fs24 {
    font-size: 24px!important;
}

.fs26 {
	font-size: 26px!important;
}

.fs28 {
	font-size: 28px!important;
}

.fs30 {
	font-size: 30px!important;
}

.fs32 {
    font-size: 32px!important;
}

@media only screen and (max-width:767px) {

    .flex-col.col2 > * {
        width: 100%;
    }
    
    .flex-col.col2 > *:first-child {
        margin-bottom: 25px;
    }

    .flex-col .flex-txt {
        padding: 0%;
    }

    .flex-col.col3 > * {
        width: 50%;
        padding: 0 2%;
    }
    
    .flex-col.col6 > * {
        width: 33.333%
    }

    .pt20 {
		padding-top: 15px!important;
	}

	.pt30 {
		padding-top: 20px!important;
	}

	.pt40 {
		padding-top: 25px!important;
	}

	.pt50 {
		padding-top: 30px!important;
	}

	.pt60 {
		padding-top: 35px!important;
	}

	.pt70 {
		padding-top: 40px!important;
	}

	.pt80 {
		padding-top: 50px!important;
	}

	.pt90 {
		padding-top: 60px!important;
	}

	.pt100 {
		padding-top: 70px!important;
	}

	.pt120 {
		padding-top: 80px!important;
	}

	.pb20 {
		padding-bottom: 15px!important;
	}

	.pb30 {
		padding-bottom: 20px!important;
	}

	.pb40 {
		padding-bottom: 25px!important;
	}

	.pb50 {
		padding-bottom: 30px!important;
	}

	.pb60 {
		padding-bottom: 35px!important;
	}

	.pb70 {
		padding-bottom: 40px!important;
	}

	.pb80 {
		padding-bottom: 50px!important;
	}

	.pb90 {
		padding-bottom: 60px!important;
	}

	.pb100 {
		padding-bottom: 70px!important;
	}

	.pb120 {
		padding-bottom: 80px!important;
	}

	.mt20 {
		margin-top: 15px!important;
	}

	.mt30 {
		margin-top: 20px!important;
	}

	.mt40 {
		margin-top: 25px!important;
	}

	.mt50 {
		margin-top: 30px!important;
	}

	.mt60 {
		margin-top: 35px!important;
	}

	.mt70 {
		margin-top: 40px!important;
	}

	.mt80 {
		margin-top: 50px!important;
	}

	.mt90 {
		margin-top: 60px!important;
	}

	.mt100 {
		margin-top: 70px!important;
	}

	.mt120 {
		margin-top: 80px!important;
	}

	.mb20 {
		margin-bottom: 15px!important;
	}

	.mb30 {
		margin-bottom: 20px!important;
	}

	.mb40 {
		margin-bottom: 25px!important;
	}

	.mb50 {
		margin-bottom: 30px!important;
	}

	.mb60 {
		margin-bottom: 35px!important;
	}

	.mb70 {
		margin-bottom: 40px!important;
	}

	.mb80 {
		margin-bottom: 50px!important;
	}

	.mb90 {
		margin-bottom: 60px!important;
	}

	.mb100 {
		margin-bottom: 70px!important;
	}

	.mb120 {
		margin-bottom: 80px!important;
	}
	
	.fs12 {
		font-size: 11px!important;
	}

	.fs13 {
		font-size: 12px!important;
	}

    .fs14 {
        font-size: 13px!important;
    }

    .fs15 {
		font-size: 14px!important;
	}

	.fs16 {
		font-size: 15px!important;
	}
	
	.fs18 {
		font-size: 16px!important;
	}
	
	.fs20 {
		font-size: 18px!important;
	}

	.fs22 {
		font-size: 18px!important;
	}

    .fs24 {
        font-size: 20px!important;
    }

    .fs26 {
		font-size: 22px!important;
	}

	.fs28 {
		font-size: 18px!important;
	}

	.fs30 {
		font-size: 24px!important;
	}

    .fs32 {
        font-size: 24px!important;
    }

}

@media screen and (min-width: 768px) {
	
	body {
		font-size: 14px;
	}
	
}

/* common */


.txt-img-box {
    display: flex;
    flex-wrap: wrap;
}

.txt-img-box.img-s .img-box {
    width: 240px;
}

.txt-img-box.img-s .txt-box {
    width: calc(100% - 240px);
    padding-left: 4%;
}

#contents-wrap {
    width: 100%;
    padding-right: 60px;
    background: #f5f5f5;
}

.inner {
	width: 100%;
	max-width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center!important;
}

.post-content h2 {
    padding-bottom: 25px;
    padding-top: 45px;
}

h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.post-content h3 {
    font-size: 16px;
    border-left: 3px solid #F8D369;
    padding-left: 12px;
    color: #0A122E;
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 {
    padding: 4px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 112%;
    color: #0A122E;
}

.post-content h4 {
    padding: 4px 0;
}

.post-content img {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.post-content p {
    padding-top: 4px;
    padding-bottom: 4px;
}

.article hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ddd;
}

.article ul {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.article ul li {
    padding: 3px 0 3px 0;
    list-style: circle;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.textright-spleft {
    text-align: right;
}
.center {
    margin: auto;
}

#loading{position:fixed;width:100%;height:100vh;background: linear-gradient(110deg, #0A122E, #174540);z-index:9999;left: 0; top: 0;}
.loader{top:50%;left:50%;margin-top:-25px;margin-left:-25px;font-size:6px;position:absolute;text-indent:-9999em;border-top:1px solid rgba(207,207,207,0.30);border-right:1px solid rgba(207,207,207,0.10);border-bottom:1px solid rgba(207,207,207,0.30);border-left:1px solid rgba(207,207,207,1.00);-webkit-animation:load8 .8s infinite linear;animation:load8 .81s infinite linear}
.loader,.loader:after{border-radius:50%;width:50px;height:50px}
@-webkit-keyframes load8 {
	0%{-webkit-transform:rotate(0);transform:rotate(0)}
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
	}
@keyframes load8 {
	0%{-webkit-transform:rotate(0);transform:rotate(0)}
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

@media screen and (min-width:768px) {
    
    .is-sp {
       display: none!important;
	}

    #contents-wrap {
        min-width: 1160px;
    }


}
@media screen and (max-width:767px) {
    

    #contents-wrap {
        padding-right: 0;
    }

    .inner {
        padding-left: 6%;
        padding-right: 6%;
    }

    .txt-img-box.img-s .img-box {
        width: 100%;
        padding-right: 40%;
        padding-bottom: 25px;
    }

    .txt-img-box.img-s .txt-box {
        width: 100%;
        padding-left: 0;
    }
    
    .bnr-box a {
        width: 48%;
        margin-right: 2%;
    }

    .table-img-wrap {
        overflow-y: auto;
    }
    
    .table-img-wrap p {
        min-width: 700px;
    }
    
    h2 {
        font-size: 15px;
    }

    .post-content h2 {
        font-size: 16px;
    }
    
    h3 {
        font-size: 15px;
    }

    .post-content h3 {
        font-size: 15px;
    }

    h2::after {
        width: 74.5px;
        height: 20px;
    }

    .is-pc {
		display: none!important;
    }
    
    .textright-spleft {
        text-align: left;
    }
}

/* 
header
*/

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

#logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    z-index: 3;
}

#btn-menu-wrap {
    width: 60px;
    height: 100vh;
    background: linear-gradient(to bottom, #3c1414, #e24b4b);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
}

#social-btn {
    position: fixed;
    right: 21px;
    bottom: 21px;
    width: 18px;
    z-index: 15;
}

#social-btn li {
    padding-top: 6px;
}

#social-btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width:767px) {
	
    .header {
        z-index: 6;
    }
    
    .accord-menu {
        display: none;
    }

    #logo {
        width: 68px;
        height: 68px;
        position: fixed;
    }

    #btn-menu-wrap {
        width: 100%;
        height: 42px;
        background: linear-gradient(to bottom, #3c1414, #e24b4b);
        z-index: 3;
    }

    #social-btn {
        position: fixed;
        right: 42px;
        top: 8px;
        bottom: auto;
        width: auto;
        z-index: 3;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-right: 1px solid #fff;
        padding-right: 12px;
    }

    #social-btn li {
        padding-top: 0;
        padding-left: 10px;
        width: 26px;
        padding-bottom: 2px;
    }
    
    #social-btn img {
        vertical-align: middle;
    }

    #social-btn a:hover {
        opacity: 0.7;
    }

}

/* 
footer
*/

.footer {
    background: #0A122E;
    color: #fff;
}

.footer * {
    color: #fff;
}

#f-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#f-nav ul li {
    padding: 2px 15px;
}

#f-nav ul a:hover {
    opacity: 0.7;
}

#f-logo {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.copyright {
    padding-top: 10px;
    padding-bottom:12px;
    border-top: 1px solid #fff;
}

@media screen and (max-width:767px) {
    
    #f-logo {
        width: 100px;
        height: 100px;
    }
}

/* 
gNav
*/

#gNav > ul > li > a {
	margin: 0 30px;
	font-size: 14px;
}
#gNav > ul li a {
    color: #062622;
	transition: all 250ms ease-in-out;
}
#gNav ul li a:hover {
	opacity: 0.75;
}
.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	transition: all 350ms ease-in-out;
}
.sub-menu li {
	background: #666;
	border-top: 1px solid #fff;
	width: 100px;
}
.sub-menu li a {
	display: block;
	padding: 6px 14px;
    white-space: nowrap;
    color: #fff;
}

@media screen and (min-width: 768px) {
    #gNav ul li:hover .sub-menu {
        overflow: visible;
        max-height: 100vh;
        opacity: 1;
    }
}

#btn-menu {
	background: none;
	display: inline-block;
	border: none;
	outline: none;
	-webkit-appearance: none;
	width: 50px;
	height: 50px;
	z-index: 4;
    position: fixed;
    right: 5px;
    top: 0;
}
#btn-menu span {
	height: 1px;
    background: #fff;
	position: absolute;
	right: 14px;
	margin: auto;
	transition: all 200ms ease-in-out;
	transform: rotate(0);
}
#btn-menu span:nth-child(1) {
	top: 16px;
    width: 14px;
}
#btn-menu span:nth-child(2) {
	top: 0;
	bottom: 0;
    width: 18px;
}
#btn-menu span:nth-child(3) {
	bottom: 16px;
    width: 22px;
}
.open #btn-menu span:nth-child(1),
.open #btn-menu span:nth-child(3) {
	top: 25px;
	bottom: 25px;
}
.open #btn-menu span:nth-child(1) {
	transform: rotate(45deg);
    width: 22px;
}
.open #btn-menu span:nth-child(3) {
	transform: rotate(-45deg);
}
.open #btn-menu span:nth-child(2) {
	width: 0;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 767px) {

    #btn-menu {
        width: 42px;
        height: 42px;
        right: 0;
    }
    #btn-menu span {
        right: 9px;
    }
    #btn-menu span:nth-child(1) {
        top: 14px;
    }
    #btn-menu span:nth-child(2) {
        top: 0;
        bottom: 0;
    }
    #btn-menu span:nth-child(3) {
        bottom: 13px;
    }
    .open #btn-menu span:nth-child(1),
    .open #btn-menu span:nth-child(3) {
        top: 20px;
    }

}

/* gNav */
#menu {
	height: 0;
	width: 0;
	overflow: hidden;
}
#gNav {
    background: #102B37;
	position: fixed;
	top: 0;
	right: 0;
	transition: all 300ms ease-out;
	opacity: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow: hidden;
	box-sizing: border-box;
	z-index: 2;
    transform: translateX(100%);
}
.open #gNav {
	opacity: 1;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    transform: translateX(-60px);
}

.open #loading {
    display: block!important;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
}
.open #loading .loader {
    display: none!important;
}
#gNav > ul {
	display: flex;
    flex-wrap: wrap;
	height: auto;
	padding-top: 20px;
}
#gNav > ul > li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
#gNav > ul > li:nth-child(n+2) a {
	border-left: none;
}
#gNav > ul > li a {
	display: block;
	line-height: 1.7;
	padding: 6px 20px;
    color: #fff;
	text-align: left;
}
#gNav > ul > li > a {
	padding: 12px 20px;
	margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#gNav .sub-menu {
    background: rgba(255, 255, 255, 0.08);
}
#gNav > ul > li ul {
	padding-left: 15px;
	padding-bottom: 5px;
    padding-top: 5px;
}
#gNav .info {
	font-weight: 500;
}
#gNav .info > span {
	line-height: 40px;
	display: block;
	color: #fff;
	padding: 0 6%;
}
#gNav .info ul {
	padding: 15px 6vw;
}
#gNav .info ul li {
	line-height: 1.7;
}
#gNav .info ul li:nth-child(n+2) {
	margin-top: 8px;
}
.sub-menu {
	position: inherit;
	left: 0;
	max-height: none;
	overflow: visible;
}
.sub-menu li {
	background: none;
	border-top: none;
	width: auto;
    display: none;
}
#gNav .sub-menu li a {
	display: block;
	padding-left: 12px!important;
    padding-right: 12px!important;
	font-size: 13px;
	position: relative;
}
#gNav .sub-menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 6px;
	height: 1px;
	background: #bbb;
	display: block;
}

@media screen and (max-width: 767px) {
    #gNav {
        padding-top: 48px;
    } 
    .open #gNav {
        transform: translateX(0);
    }
    #gNav > ul > li {
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        margin-bottom: 0;
    }
    #gNav > ul > li > a {
        border: none;
    }
    #gNav .sub-menu {
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }
}

/* top nav */

.accord-menu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 30px 0;
    margin-right: 60px;
    background: #fff;
}

.accord-menu > ul > li {
    margin-right: 50px;
    position: relative;
}

.accord-menu a {
    font-family: "Yu Mincho", "YuMincho", serif;
}

.accord-menu a:hover {
    opacity: 0.7;
}

.accord-menu > ul > li {
    position: relative;
}

.accord-menu li ul {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.accord-menu li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #102B37;
}

.accord-menu li ul li a:hover {
    background: rgba(16, 43, 55, 0.8);
}

.accord-menu li ul li:last-child {
    border-bottom: none;
}

.accord-menu .sub-menu li {
    padding: 0!important;
}


@media screen and (max-width: 767px) {
    
    .menu-item-has-children {
        display: flex!important;
        flex-wrap: wrap;
    }
    
    .menu-item-has-children a {
        width: calc(100% - 39px);
    }

    .btn-open {
        width: 24px;
        height: 24px;
        position: relative;
        margin-right: 15px;
        margin-top: 11px;
        cursor: pointer;
    }
    
    .btn-open::before {
        content: "";
        display: block;
        box-sizing: border-box;
        width: 24px;
        height: 24px;
        background: #eee;
    }
    .btn-open::after {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 9px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #222;
        border-right: 1px solid #222;
        transform: rotate(135deg);
        transition: all .2s ease;
    }
    
    .btn-open.act::after {
        transform: rotate(-45deg);
        top: 10px;
    }

    .sub-menu {
        max-height: 100vh;
        transition: padding .08s ease;
    }
    
    .sub-menu.close {
        max-height: 0;
        padding-top: 0!important;
        padding-bottom: 0!important;
        border-top-width: 0!important;
        overflow: hidden;
    }

}

@media screen and (min-width: 768px) {

    .sub-top-nav ul.is-pc > li, .seitai-top-nav ul.is-pc > li, .yoga-top-nav ul.is-pc > li {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .btn-open {
        display: none;
    }
    
}

/* other page */

.sub-page .key, .archive .key, .single .key, .category .key, .key.other-page {
    height: 200px;
    width: 100%;
    position: relative;
    margin-top: 85px;
}

.sub-page .key h1, .archive .key h1, .single .key h1, .category .key h1, .page .key h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.sub-catch-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sub-catch-wrap > div:first-child {
    width: 50%;
}

.sub-catch-wrap > div:last-child {
    width: 50%;
}

.sub-catch-wrap p span {
    padding: 0 10px;
    line-height: 2;
}

main.all .sub-catch-wrap p span {
    background: #D0F0FF;
}

@media screen and (max-width: 767px) {

    .sub-page .key, .archive .key, .single .key, .category .key {
        height: 150px;
        width: 100%;
        position: relative;
        margin-top: 42px;
    }

    .sub-catch-wrap > div:first-child {
        width: 100%;
    }

    .sub-catch-wrap > div:last-child {
        width: 100%;
        padding-left: 20%;
        transform: translateY(-12%);
    }

}

@media screen and (min-width: 768px) {

    .sub-catch-wrap > div:first-child {
        margin-right: -2%;
    }

    .sub-catch-wrap > div:last-child {
        transform: translateY(20px);
    }

}


body.wp-embed-responsive article div ul li, body.page article div ul li {
	list-style-type: circle;
	margin-left: 25px;
	padding: 2px 0;
}
body.wp-embed-responsive article div ol li, body.page article div ol li {
	list-style-type: decimal-leading-zero;
	margin-left: 25px;
	padding: 2px 0 2px 3px;
}
body.wp-embed-responsive article div ul, body.page article div ul, body.wp-embed-responsive article div ol, body.page article div ol {
	padding: 2px 0;
}
body.wp-embed-responsive article div h1:not(.news-title), body.page article div h1 {
	font-size: 24px;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 15px;
}
body.wp-embed-responsive article div h2, body.page article div h2 {
	font-size: 20px;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 12px;
}
body.wp-embed-responsive article div h2::after, body.page article div h2::after {
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	background: #222;
	margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
}
body.wp-embed-responsive article div h3, body.page article div h3 {
	font-size: 18px;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 4px;
}
body.wp-embed-responsive article div p, body.page article div p {
	padding-top: 8px;
	padding-bottom: 8px;
}
body.wp-embed-responsive article div h2:first-child, body.page article div h2:first-child, body.wp-embed-responsive article div h3:first-child, body.page article div h3:first-child, body.wp-embed-responsive article div p:first-child, body.page article div p:first-child {
	padding-top: 0;
}
body.wp-embed-responsive article div hr, body.page article div hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
}
body.wp-embed-responsive article div hr + h2, body.page article div hr + h2, body.wp-embed-responsive article div hr + h3, body.page article div hr + h3 {
	padding-top: 4px;
}
body.wp-embed-responsive article div img, body.page article div img {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    display: block;
}
.wp-block-advgb-table {
	margin-top: 12px!important;
	width: 100%;
}
.wp-block-advgb-table.is-style-stripes td {
	padding: 18px 15px;
}
.wp-block-advgb-table.is-style-regular td {
	padding: 14px 15px;
}
.wp-block-advgb-table.is-style-regular td:first-child {
	padding-left: 17px;
	border-left: 1px solid #222!important;
}
.wp-block-advgb-table td {
	color: #222;
}
.wp-block-advgb-table td:first-child {
	font-weight: 500;
	color: #222;
}

.page-numbers {
	min-width: 34px;
	height: 30px;
	line-height: 30px;
	background: #eee;
	color: #222!important;
	display: inline-block;
	text-decoration: none!important;
	text-align: center;
	font-weight: 500;
	opacity: 1!important;
	transition: all 250ms ease-in-out;
	letter-spacing: 0.08em;
	margin: 0 5px;
	padding: 0 8px
}
.page-numbers:hover {
	background: #666;
	color: #fff!important;
}
.page-numbers.prev, .page-numbers.next {
	width: auto;
	padding: 0 10px;
	font-size: 13px;
}
.page-numbers.current, .page-numbers.current:hover {
	color: #bbb!important;
	background: #eee!important;
}
.page-numbers:hover {
	background: #666;
	color: #fff!important;
}
.btn_wrap {
	width: 100%;
	text-align: center;
	display: table;
}
.btn_wrap ol {
	display: table-cell;
}
.btn_wrap ol li {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	body.wp-embed-responsive article div h1:not(.news-title), body.page article div h1 {
		font-size: 18px;
		padding-top: 25px;
		padding-bottom: 12px;
	}
	body.wp-embed-responsive article div h2, body.page article div h2 {
		font-size: 16px;
		padding-top: 25px;
		padding-bottom: 10px;
	}
	body.wp-embed-responsive article div h2::after, body.page article div h2::after {
		margin-top: 11px;
	}
	body.wp-embed-responsive article div h3, body.page article div h3 {
		font-size: 14px;
		padding-top: 22px;
		padding-bottom: 2px;
	}
	body.wp-embed-responsive article div p, body.page article div p {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	body.wp-embed-responsive article div hr, body.page article div hr {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	body.wp-embed-responsive article div hr + h2, body.page article div hr + h2, body.wp-embed-responsive article div hr + h3, body.page article div hr + h3 {
		padding-top: 3px;
	}
	body.wp-embed-responsive article div img, body.page article div img {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.wp-block-advgb-table.is-style-stripes td, .wp-block-advgb-table.is-style-regular td {
		display: block;
		padding: 0 4%;
	}
	.wp-block-advgb-table.is-style-stripes td:first-child, .wp-block-advgb-table.is-style-regular td:first-child {
		padding-top: 15px;
	}
	.wp-block-advgb-table.is-style-stripes td:last-child, .wp-block-advgb-table.is-style-regular td:last-child {
		padding-bottom: 15px;
	}
	.wp-block-advgb-table.is-style-regular td {
		padding-left: 4%!important;
		padding-right: 4%!important;
		border-left: 1px solid #222!important;
	}
	.wp-block-advgb-table.is-style-regular td:first-child {
		padding-left: 0;
	}
}

/* 
news page
*/

.clearfix > .inner {
    overflow: hidden;
    background: #fff;
    margin-bottom: 60px;
}
.news-main a {
    text-decoration: underline;
}
.news-main a:hover {
    opacity: 0.75;
}
.news-main {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 80px;
	float: right;
}
.news-main-content {
	padding: 30px 0 30px 50px;
}
.news-article {
	padding-top: 80px;
	padding-bottom: 35px;
	margin-top: -80px;
	margin-bottom: 45px;
	border-bottom: 4px #0A122E double;
	display: block;
}
.news-date {
	font-weight: 500;
	color: #0A122E;
}
.news-title {
	margin-top: 6px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
    font-family: "Yu Mincho", "YuMincho", serif;
}
.news-text strong {
	font-weight: 500;
	font-size: 1.2em;
}

@media screen and (min-width: 768px) {
    .news-main {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width: 767px) {
	body.archive #cover-bg {
		background-position: top 0 left 12%;
	}
	.news-main-content {
		padding: 20px 0;
		margin-left: 0;
	}
	.news-article {
		padding-top: 80px;
		padding-bottom: 30px;
		margin-top: -80px;
		margin-bottom: 35px;
		border-bottom: 4px #0A122E double;
		display: block;
	}
	.news-date {
		font-weight: 500;
	}
	.news-title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.news-main {
		padding-top: 10px;
		margin-left: 0;
		margin-bottom: 0;
		float: none;
		padding-bottom: 0;
	}
}

.article.page-content {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.post-categories {
    padding-bottom: 15px;
}

.post-categories li {
    display: inline-block;
    padding: 0 6px!important;
    border: 1px solid #0A122E;
    margin-left: 0!important;
    margin-right: 6pximportant;

}

.post-categories li a {
    text-decoration: none;
    color: #0A122E;
    font-size: 92%;
}

/* side */
.side {
	width: 150px;
	float: left;
	padding-top: 80px;
}
.side-list {
	border-left: 3px solid #0A122E;
	margin-bottom: 10px;
}
.side-list li {
	border-bottom: 1px solid #ddd;
}
.side-list li:last-child {
	border-bottom: none;
}
.side-list li a {
	padding: 10px 15px;
	display: block;
	position: relative;
	font-weight: 500;
	color: #222;
	transition: all 250ms ease-in-out;
}
.side-list li a:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: solid 2px #222;
	border-right: solid 2px #222;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
.side-list li a:hover {
	opacity: .6;
}

.screen-reader-text {
    display: none;
}

.menu_title.ff_js {
    font-size: 108%;
    color: #0A122E;
    font-weight: 500;
    padding-bottom: 2px;
    border-bottom: 1px solid #0A122E;
    margin-bottom: 10px;
    border-left: 3px solid #0A122E;
    padding-left: 8px;
}

#sidebar {
    padding-bottom: 25px;
}

#sidebar aside {
    padding-bottom: 25px;
}

.cat-item {
    border-bottom: 1px solid #eee;
    padding: 4px 0;
    position: relative;
}

.cat-item::after {
    
}

.cat-item a {
    font-size: 93%;
}

.search-form {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.search-form label {
    width: calc(100% - 34px);
    height: 34px;
}

.search-form label input {
    height: 34px;
    width: 100%;;
    padding-left: 4px;
    padding-right: 4px;
}

.search-form > input {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    display: inline-block;
    cursor: pointer;
}

.widget_recent_entries li a {
    display: block;
    margin-bottom: 3px;
    font-size: 92.85%;
}

.widget_recent_entries li {
    padding: 6px 0 10px 0;
}

.widget_recent_entries li:not(:first-child) {
    border-top: 1px solid #ddd;
}

.widget_recent_entries li a:hover {
    opacity: 0.7;
}

.widget_recent_entries li span {
    display: inline-block;
    padding: 1px 6px;
    background: #f2f2f2;
}

@media screen and (min-width: 768px) {
    
    #sidebar {
        padding-top: 80px;
        width: 180px;
    }

}

@media screen and (max-width: 767px) {
}

.q-and-a-tit {
	background: #003E64;
	color: #fff;
	padding: 15px;
}

article:not(:first-child) .q-and-a-tit {
	margin-top: 5px;
}

.q-and-a-tit h1 {
	margin-bottom: 0;
	margin-top: 0;
}

.ico-q {
	width: 30px;
	padding-bottom: 0!important;
}

.ico-a {
	width: 30px;
	padding-bottom: 0!important;
}

.news-text.q-and-a-txt {
	padding: 15px;
	border: 1px solid #0A122E;
}

.detail-btn {
	text-align: right;
}

.detail-btn a {
	color: #0A122E!important;
	font-weight: 500;
}

.detail-btn a:hover {
	color: #a38343!important;
	font-weight: 500;
}


/* common parts */

.common-table-wrap table {
    table-layout: fixed;
}

.common-table-wrap td {
    padding: 6px 12px;
    vertical-align: middle;
}

.ez-toc-list > li {
    padding: 8px !important;
}

@media screen and (max-width: 767px) {
    
    .common-table-wrap div {
        width: 700px;
    }
    
    .common-table-wrap {
        width: 100%;
        overflow-x: auto;
    }
    
}

@media screen and (min-width: 768px) {
    .ez-toc-list {
        display: flex;
        flex-wrap: wrap;
    }
    .ez-toc-list > li {
        width: 50%;
    }
}

/* slide */

.slick-dots {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 18px;
    position: absolute;
    left: 50%;
    bottom: -52px;
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
    background: none;
    border: none;
}

.slick-dots button {
    display: block;
    padding: 0;
    border: none;
    box-sizing: content-box;
    background: none;
    font-size: 0;
    cursor: pointer;
}

.slick-dots button::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #195C85;
    border-radius: 50%;
    margin: 3px 7px;
}

.slick-dots .slick-active button::after {
    background: #F8D369;
}

@media screen and (max-width: 767px) {

    .slick-dots {
        text-align: center;
        padding-top: 10px;
    }

}

@media screen and (max-width: 600px) {

    .wp-block-media-text .wp-block-media-text__content {
        padding: 20px 0 0 0;
    }
    
}






/* QA */

.page-id-13 .wp-block-group {
    padding-top: 18px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
}

.page-id-13 .wp-block-group h3 {
    border: none;
    padding-left: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.page-id-13 .wp-block-group h3::before {
    content: "Q";
    display: inline-block;
    padding: 2px 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 120%;
    margin-right: 12px;
    background: #F8D369;
}

/* price */

.bg-price {
    background-image: url(../img/common/bg_price@2x.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 15px;
    padding-right: 15px;
}

.page-id-9 .wp-block-columns {
    flex-wrap: wrap;
    gap:0;
    justify-content: center;
    align-items: center !important;
}

.page-id-9 .wp-block-column {
    width: 32%;
    flex-basis: auto!important;
    background: #fff;
    box-shadow:3px 3px 13px 3px rgb(0 0 0 / 5%);
    border-top-width: 10px;
    border-top-style: solid;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    flex-grow: inherit!important;
    margin-left: 0!important;
    border-right:1px solid #f2f2f2;
    border-left:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
}

.page-id-9 .wp-block-column.gray {
    border-top-color: #E0E0E0;
}

.page-id-9 .wp-block-column.deep {
    border-top-color: #255E8E;
    width: 36%;
    border-top-width: 12px;
    border-top-style: solid;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    flex-grow: inherit!important;
}

.page-id-9 .wp-block-column.blue {
    border-top-color: #AFDAF4;
}

.page-id-9 .wp-block-column.gold {
    border-top-color: #BEB49D;
}

.page-id-9 .wp-block-column p, .page-id-9 .wp-block-column h4 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.page-id-9 .wp-block-column p {
    padding: 14px 0;
}

.page-id-9 .wp-block-column.deep p {
    padding: 20px 0;
}

.page-id-9 .wp-block-column h4 {
    line-height: 1.5;
    padding: 23px 0 17px; 
}

.page-id-9 .wp-block-column h4::after {
    display: block;
    color: #96989F;
}

.vip-txt {
    border-top: 1px solid #BEB49D;
}

.page-id-9 .wp-block-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.page-id-9 .wp-block-table td:not(:last-child) {
    border-right: 1px solid #eee;
}

.page-id-9 .wp-block-table td:nth-child(1) {
    width: 35%;
}

.page-id-9 .wp-block-table td:nth-child(2) {
    width: 30%;
}

.page-id-9 .wp-block-table td:nth-child(3) {
    width: 25%;
}

.page-id-9 .wp-block-table tr:first-child {
    background: #f2f2f2;
}

.page-id-9 h4.gray {
    border-top: 2px solid #E0E0E0;
    padding: 10px 0;
}

.page-id-9 h4.deep {
    border-top: 2px solid #255E8E;
    padding: 10px 0;
}

.page-id-9 h4.blue {
    border-top: 2px solid #AFDAF4;
    padding: 10px 0;
}

.wp-block-group.gold {
    border-top: 10px solid #BEB49D;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    padding-left: 8px;
    padding-right: 8px;
}

.wp-block-group.gold strong {
    display: inline-block;
    padding: 3px 10px;
    margin: 3px;
    border: 1px solid #BEB49D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.balloon {
    position: relative;
    background-color: #fff;
    border-bottom: solid 2px #ddd;
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
}
.balloon:before,
.balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon:before {
    border: solid 12px transparent;
    border-top: solid 12px #ddd;
}
.balloon:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
.balloon p {
    margin: 0;
    padding: 0;
}


.page-template-default s {
    text-decoration: line-through!important;
    font-size: 88%;
    opacity: 0.6;
}

.page-template-default sup {
    font-size: 65%;
    position: relative;
    top: -0.4em;
}

.page-template-default strong {
    font-weight: 700!important;
}

@media screen and (max-width: 767px) {

    .page-id-9 .wp-block-column, .page-id-9 .wp-block-column.deep {
        width: 100%;
    }
        
    .page-id-9 .wp-block-column.gray {
        order: 2;
        margin-bottom: 12px;
    }
    
    .page-id-9 .wp-block-column.deep {
        order: 1;
        margin-bottom: 8px;
    }
    
    .page-id-9 .wp-block-column.blue {
        order: 3;
    }

    .wp-block-group.gold strong {
        width: 190px;
    }

    .page-id-9 .wp-block-table td {
        padding: 10px 2px;
    }

}


/* courses */

.bg-oimachi {
    background-image: url(../img/common/bg-oimachi@2x.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-roppongi {
    background-image: url(../img/common/bg-roppongi.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-gaienmae {
    background-image: url(../img/top/bg_concept03@2x.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
}

#access {
    background: #F5F5F5;
    margin-bottom:70px;
}

#access h2 {
    text-align: left!important;
    padding-left: 24%;
}

#access-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
}

#access-wrap .access-tit {
    width: 36%;
}

#access-wrap .access-map {
    width: 64%;
}

.map-wrap {
    padding-right: 10px;
}

.map-wrap iframe {
    border: 5px solid #fff!important;
}

.access-address {
    padding-left: 15px;
    border-left: 1px solid #0A122E;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

    #access h2 {
        text-align: center!important;
        padding-left: 0;
    }

    #access-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #access-wrap .access-tit {
        width: 100%;
    }

    #access-wrap .access-map {
        width: 100%;
    }

    .map-wrap {
        padding-right: 0;
    }

    .map-wrap iframe {
        border: none!important;
    }

    .access-address {
        padding-left: 12px;
        margin-left: 6%;
        margin-right: 6%;
        margin-bottom: 30px;
    }
}


/* remove special thanks */

#menu-item-21 {
    
}

/* remove special thanks */

.contact-wrap h2 {
    padding-bottom: 10px;
    border-bottom: 5px solid #F2F2F2;
}

.contact-wrap .phone a {
    text-decoration: underline!important;
}

.contact-wrap .line-green {
    border-bottom: 1px dotted #00B900;
    padding-bottom: 8px;
}

.contact-wrap .line-gray {
    border-bottom: 1px dotted #bbb;
    padding-bottom: 8px;
}

.post-content #cf7md-form .mdc-floating-label, .post-content #cf7md-form .mdc-select__native-control, .post-content #cf7md-form .mdc-select__selected-text, .post-content #cf7md-form .mdc-text-field__input {
    font-size: 0.85rem;
}

#cf7md-form label, #cf7md-form .cf7md-label {
    font-size: 0.85rem;
}

#cf7md-form .cf7md-label--static {
    margin-bottom: 16px !important;
    color: #000 !important;
}

.post-content #cf7md-form .mdc-button::before, .post-content #cf7md-form .mdc-button::after, .post-content #cf7md-form .mdc-button--raised:not(:disabled), .post-content #cf7md-form .mdc-button--unelevated:not(:disabled), .post-content #cf7md-form .mdc-button--raised:not(:disabled), .post-content #cf7md-form .mdc-button--unelevated:not(:disabled) {
    background: #2d66b5!important;
}

.post-content #cf7md-form .mdc-button {
    font-size: 0.9em!important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif!important;
    font-weight: bold!important;
}

#contact-fix {
    display: none;
}

#contact-fix div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #0a122e;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 4;
    text-align: center;
    border-top:1px solid #fff;
    margin-right:60px;
}

#contact-fix p {
    color: #fff;
    padding-right: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#contact-fix p::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 13px;
    background: url(../img/common/ico_mail.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    padding-right: 4px;
}

#contact-fix a {
    color: #f8d369;
    padding: 10px 22px;
    border: 1px solid #f8d369;
    margin-left:25px;
}

#contact-fix a:hover {
    background: #F8D369;
    color: #0A122E;
}

@media screen and (max-width: 767px) {
    
    #contact-fix div {
        width: 100%;
        padding: 10px;

    }
    
}

.dB{display:block;}
.dIB{display:inline-block;}
.f12{font-size:12px;}

.courses{
    display:flex;
    justify-content:center;
    margin-top:20px;
    border-bottom:1px solid #fff;
}

.courses a{ color: #F8D369;}

.courses li{
    margin-left: 6px;
    margin-bottom:20px;
    margin-right:20px;
}
.courseLst{display:flex;}
.courses a:last-child{margin-right:0;}

.courses a:hover{text-decoration: underline;}

.footer .footerNav{
    text-align:center;
    font-size:12px;
    margin:10px 0;
    color:#bdbdbd!important;
}

.footer .footerNav a{color:#c5c5c5;}


.footerNav li{margin-bottom:5px;}

.footer .brand{
    text-align:center;
    margin:20px 0 15px;
    border-bottom: 1px solid;
    padding-bottom: 80px;
}

.footer .brand a{
    color: #F8D369;
    margin:20px 0 15px;
    border: 1px solid #f8d369a8;
    padding: 7px 11px;
}

.footer .brand a:hover {
    background: #F8D369;
    color: #0A122E;
}

.footerLink{text-decoration: underline;}

.flexLst{
    display:flex;
    justify-content: center;
}

.mr10{margin-right:10px;}
.ml10{margin-left:10px;}

@media screen and (max-width: 767px) {

    .courses{
        display:block;
        margin-bottom:25px;
        border-bottom:none;
      }
  
    .footerNav li{margin-bottom:0;}
    .courseLst{
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        padding:0 40px;
      }
  
    .courses li{margin:0 10px 10px;}

  }
  
  .tbl th{
    text-align:left;
    padding-right:40px;
    width:300px;
}

.indentLst{
    padding-left: 1rem;
    text-indent: -1rem;
}

@media screen and (max-width: 767px) {
    .tbl th{
        padding-right:25px;
        width:initial;
    }
}

.simImg{
    display:flex;
    justify-content: center;
    padding-bottom: 10px;
}

.simImagArea{
    padding:5px !important;
}

.simImg img{
    width:330px;
    padding-right:0 !important;
}

.option .optionTd{
    width: 15% !important;
}

@media screen and (max-width: 767px) {
    .simImg{
        padding-bottom: 0;
    }
}

/* partner */

.partnerTxt{
    height: 100px;
}

.partnerImgArea span{
    white-space: nowrap;
}

.partnerArea{
    padding:40px 30px;
    margin: 60px auto;
    justify-content: center;
    background-color:#F5F5F5;
}

.partnerImgArea{
    display:flex;
    justify-content: center;
}

.partnerImg{
    height:77px;
    text-align:center;
}

.partnerImgArea img{
    display: inline;
    height:85%;
}

.partnerImgArea span{
    display: block;
    text-align: center;
    padding-top:5px;
}
    
.partnarBox {
    margin:0 30px;
}

@media screen and (max-width: 767px) {

    .partnerArea {
        display: block;
        width:100%;
        margin: 50px auto;
        justify-content: center;
        padding: 40px 30px;
    }

    .partnerTxt{
        width: 100%;
        border-right: none;
        height: 55px;
        padding-right:0;
        }
    
    .partnerImgArea {
        display: flex;
        padding-left:0;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .partnerImg {
        height: 56px;
        text-align: center;
        margin-top:30px;
    }

    .fs8{
        font-size:10px;
        margin-bottom:40px;
    }

    .storeBtn{
        position: absolute;
        bottom: 7px;
    }

    .partnarBox {
        margin:0 15px;
    }

}

.btn-access-contact-1 a:hover {
    color: #fff;
    background: #0a122e;
}

.btn-access-contact-1 a {
    display: inline-block;
    padding: 3px 14px;
    border: 1px solid #0a122e;
}

/* 404 */

.not-found-ttl{
    padding-top:60px;
    font-size:25px;
}

.not-found-txt{text-align: center;}
.btn-access-contact{text-align: center;}

.btn-access-contact a {
    display: inline-block;
    padding: 3px 14px;
    border: 1px solid #0a122e;
    text-align: center;
}

@media screen and (max-width: 767px) {

    .not-found-ttl{
        font-size:23px;
    }
}

/* 修正 */

.wp-block-table td, .wp-block-table th {
    border: none;
    padding: 0.5em;
}

/* youtube */
.youtube {
    width: 90%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    margin-left: 100px;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.youtube-wrap {
    padding: 100px 0 !important;
}

.youtube-txt {
    padding: 50px 6.4% 50px 14% !important;
    width: 47% !important;
}

.youtube-ttl{
    z-index: 0;
    white-space: nowrap;
}

.ico-youtube{
    z-index: -1;
}

  @media screen and (max-width: 767px) {

  .youtube-wrap {
    padding: 30px 0 50px !important;
  }   

  .youtube {
    width: 85%;
    margin:0 auto !important;
    padding-left:0;
  }

 .youtube-txt {
    width: 100%;
    padding: 60px 6% 20px !important;
}

 .youtube-wrap .service-img {
    padding-left:0 !important;
 }

 .ico-youtube{
    left:-15% !important;
}

}

.accessTbl .accessTh{
    text-align-last: justify;
    padding-right:20px;
    white-space: nowrap;
}


@media screen and (max-width: 767px) {

    .accessTbl .accessTh{
        padding-right:15px;
    }
    
}