@charset "utf-8";

/*-------------------------------------------

    Page

-------------------------------------------*/
#page_bar{
	background: #293765;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#page_bar h1 span{
    padding: 20px 0 20px 45px;
    display: inline-block;
    vertical-align: middle;
}

#bread_list{
	background: #f6f6f6;
	padding: 20px 0 40px;
}
#bread_list ul{
	max-width: 1000px;
	margin: 0 auto;
}
#bread_list ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0;
}
#bread_list ul li a{
    display: block;
    color: #293765;
    background: url(../images/common/arrow.png) no-repeat left center;
    background-size: 12px;
    padding: 2px 0 0 16px;
}

#breadcrumb ul{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
#breadcrumb ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0 24px 0 0;
	position: relative;
	font-size: 1.2rem;
}
#breadcrumb ul li::after{
	content: "→";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#breadcrumb ul li:last-child::after{
	display: none;
}
#breadcrumb ul li a{
	color: #595757;
}

#wrap{
	max-width: 1000px;
	margin: 40px auto 100px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#contents{
	width: 750px;
}

.anchor{
	text-align: right;
	margin-top: 20px;
}
.anchor a{
	color: #2e3b68;
}

#sidebar{
    width: 230px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}
#sidebar h5{
    color: #fff;
    text-align: center;
    padding: 30px 0 20px;
    margin: 0 0;
}
#sidebar h5 span{
	display: block;
	margin: 5px 0 0;
	font-size: 1.2rem;
	transform: scale(0.8);
	letter-spacing: 0.3em;
}
#sidebar ul li.active{
    background: url(../images/common/side_bg02.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 5px 30px 4px 0;
    margin: 20px 0 20px;
    display: block;
    font-weight: bold;
    position: relative;
    color: #fff;
}
#sidebar ul li.active::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -20px;
    background: #d9deee;
}
#sidebar ul li.active::after{
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0px;
    background: #859fcc;
}
#sidebar ul li.active span{
    background: url(../images/common/arrow_on.png) no-repeat 10px center;
    background-size: 14px;
    padding: 0 0 0 30px;
}
#sidebar ul li.active a{
    background: url(../images/common/arrow_on.png) no-repeat 10px center;
    background-size: 14px;
    padding: 0 0 0 30px;
    color: #fff;
    border: none;
}
#sidebar ul li a{
    background: url(../images/common/arrow.png) no-repeat 10px center;
    background-size: 14px;
    border-top: solid 1px #d9deed;
    padding: 26px 15px 23px 31px;
    display: block;
    color: #595757;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#sidebar .side_bnr a{
	display: block;
	margin: 4px 0 0;
}

.page_ttl01{
	text-align: center;
	margin: 40px 0;
	font-size: 2rem;
	color: #293765;
}
.page_ttl01 span{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 1px 10px;
    border-left: solid 4px #5678b1;
}

.page_box01{
	margin: 40px 15px;
}
.page_box01 b{
	display: block;
	font-size: 1.6rem;
	color: #293765;
	margin: 0 0 10px;
}
.page_box01 p{
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0.1em;
	margin: 10px 0 0;
}
.page_box01 p a{
	color: #5678b1;
	font-weight: bold;
}

.m20{
	margin-left: 20px!important;
	margin-right: 20px!important;
}

.blue{
	color: #5678b1;
	font-weight: bold;
}
.red{
	color: #a32e2b;
	font-weight: bold;
}
.red_txt p{
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	margin: 35px 0;
}

.btn{
	text-align: center;
	margin: 80px 0;
}
.btn a{
	display: inline-block;
	vertical-align: middle;
	max-width: 260px;
}
.btn01{
	text-align: center;
	margin: 80px 0;
}
.btn01 a{
	display: inline-block;
	vertical-align: middle;
	max-width: 400px;
}

.bnr_box01{
	border-bottom: solid 1px #d2d9ec;
}

/*-------------------------------------------

    Seminar

-------------------------------------------*/
#page_bar h1 span.seminar_ico{
	background: url(../images/seminar/ttl_ico01.png) no-repeat left center;
	background-size: 40px;
}
.side_seminar_bg{
	display: block;
	background: url(../images/seminar/side_bg01.png) no-repeat center top;
	background-size: cover;
}

/*
	School
--------------------*/
.school_box01{
	display: table;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d0d7e6;
	padding: 10px;
}
.school_box01 dt{
    display: table-cell;
    vertical-align: middle;
    width: 240px;
}
.school_box01 dt figure{
	position: relative;
}
.school_box01 dt span{
    font-size: 1rem;
    position: absolute;
    left: -5px;
    padding: 3px 0 2px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    width: 70px;
}
.school_box01 dd{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.school_box01 dd a{
    display: inline-block;
    max-width: 45%;
    margin: 10px 2% 0 0;
    color: #293765;
    font-weight: bold;
    font-size: 1.4rem;
    white-space: nowrap;
}

.school_box02{
	margin: 0 20px 30px;
}
.school_box02 dl{
	display: table;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d0d7e6;
	padding: 10px;
	margin: 10px 0 0;
}
.school_box02 dt{
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}
.school_box02 dt span{
    font-size: 1rem;
    padding: 3px 0 2px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    width: 70px;
    display: block;
    margin: 5px 0;
}
.school_box02 dd{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: bold;
}
.school_box02 dd:nth-of-type(1){
    border-right: solid 1px #d0d7e6;
    box-sizing: border-box;
    width: 270px;
}
.school_box02 h3{
	font-size: 1.6rem;
    color: #293765;
    margin: 0 0 10px;
}
.school_box02 h4{
	font-size: 1.4rem;
    color: #293765;
    margin: 0 0;
}
.school_box02 .page_ttl01{
	font-size: 1.6rem;
	font-weight: bold;
}
.school_box02 figure{
	position: relative;
}
.school_box02 figure a{
	font-size: 1.3rem;
	border: 1px solid #eee;
	color: #333;
	padding: 10px;
	border-radius: 5px;
	position: absolute;
}
.school_box02 figure a:hover{
	background: #5677B1;
	color: #FFF;
	opacity: 1;
	transition: 0.5s;
}
.Kyushu{
	top:70%;
	left: 13%;
	background: #daaac0;
}
.Chugoku{
	top: 50%;
	left:27%;
	background: #f3d281;
}
.Shikoku{
	top: 420px;
	left: 120px;
}
.Kinki{
	top: 67%;
	left: 54%;
	background: #d1bad9;
}
.Chubu{
	top: 40%;
	left: 50%;
	background: #f8c5b4;
}
.Kanto{
	top: 60%;
	left: 70%;
	background: #cce2a3;
}
.Tohoku{
	top: 200px;
	left: 70px;
}
.Hokkaido{
	top: 50px;
	left: -120px;
}
.school_box03{
	margin: 100px 20px 0;
}
.school_box03 h3{
	font-size: 1.6rem;
	margin: 60px 0 25px;
	color: #293765;
}
.table_head{
	display: table;
	width: 100%;
}
.table_head dt{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #5172a7;
    width: 33.333333333%;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    padding: 20px 0;
}
.table_head dt:nth-of-type(2){
	box-sizing: border-box;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.table_body{
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: solid 1px #d0d7e6;
}
.table_body dd{
	display: table-cell;
	width: 25%;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
	color: #293765;
	letter-spacing: 0.1em;
}
.table_body dd:nth-of-type(2){
	box-sizing: border-box;
	border-left: solid 1px #d0d7e6;
	border-right: solid 1px #d0d7e6;
	width: 50%;
}

span.type01{
	color: #fff;
	background: #5678b1;
	top: -3px;
}
span.type02{
	color: #fff;
	background: #b16256;
	top: 17px;
}
span.type03{
	color: #fff;
	background: #78b156;
	top: 37px;
}


/*-------------------------------------------

    License

-------------------------------------------*/
#page_bar h1 span.license_ico{
	background: url(../images/license/ttl_ico01.png) no-repeat left center;
	background-size: 34px;
}
.side_license_bg{
	display: block;
	background: url(../images/license/side_bg01.png) no-repeat center top;
	background-size: cover;
}
.license_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.license_list li{
	width: 48%;
	margin: 0 0 2%;
	text-align: center;
}
.license_list li span{
    background: url(../images/common/arrow.png) no-repeat left center;
    background-size: 14px;
    color: #293765;
    font-size: 1.3rem;
    padding: 3px 0 0 20px;
    margin: 10px 0 0;
    display: inline-block;
}

/*
	検定要項
--------------------*/
.sikaku{
	margin: 70px 20px;
}
.sikaku table{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.sikaku th{
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #263668;
	border: solid 1px #d2d9ec;
	line-height: 1.6;
}
.sikaku td{
	padding: 25px 10px;
	text-align: left;
	vertical-align: middle;
	color: #313131;
	background: #fff;
	border: solid 1px #d2d9ec;
	min-width: 80px;
	line-height: 1.6;
	font-size: 1.2rem;
	text-align: left;
}
.sikaku td:nth-of-type(1){
	text-align: center;
	color: #263668;
	font-weight: bold;
}
.sikaku p{
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 30px 0 0;
	color: #263668;
}
.youkou{
	margin: 100px 0;
}
.youkou_box01{
	margin: 0 35px;
}
.training ul{
	margin: 15px 0 0;
}
.training ul li{
	font-size: 1.3rem;
	line-height: 1.8;
	color: #3e3a3a;
}
.mondai{
	margin: 20px;
}
.relux_box01 ul{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	border: solid 1px #d2d9ec;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.relux_box01 ul li{
	width: 33%;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.7;
	color: #3e3a3a;
}


/*
	予定表
--------------------*/
.license_price01{
	margin: 100px 20px 0;
}
.license_price01 table{
	width: 100%;
	margin: 0 0 -40px;
}
.license_price01 table th{
	background: #263668;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	border: solid 1px #d2d9ec;
}
.license_price01 table td{
	padding: 25px 25px;
	border: solid 1px #d2d9ec;
	font-weight: bold;
}

.license_detail01 {
    margin: 100px 20px;
    padding: 0 0 30px;
    border-bottom: solid 1px #d2d9ec;
}
.license_detail01 h3{
	margin: 40px 0 10px;
	color: #293765;
	font-size: 1.6rem;
}
.license_detail01 dl{
	display: table;
	width: 100%;
}
.license_detail01 dt{
	width: 300px;
	display: table-cell;
	vertical-align: top;
}
.license_detail01 dd{
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}
.license_detail01 dd b{
	display: block;
	margin: 0 0 10px;
	font-size: 1.6rem;
	color: #293765;
}
.license_detail01 dd p{
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: justify;
	margin: 10px 0 10px;
}
.license_detail01 dd a{
    display: block;
    margin: 0 auto 20px;
    max-width: 220px;
}
.license_detail01 ul{
	margin: 0 20px;
}
.license_detail01 ul li{
	line-height: 1.6;
	font-size: 1.4rem;
	margin: 4px 0;
}

.license_schedule01 {
    margin: 100px 20px;
    padding: 0 0 30px;
    border-bottom: solid 1px #d2d9ec;
}
.license_schedule01 ul{
	margin: 25px 20px 0;
}
.license_schedule01 li{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #293765;
}
.license_schedule01 p{
	margin: 10px 20px 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #293765;
}

.schedule_box01{
	margin: 60px 20px 0;
}
.schedule_box01 h3{
	font-size: 1.6rem;
	margin: 0 0 10px;
	color: #293765;
}
.schedule_box01 table{
	width: 100%;
}
.schedule_box01 th{
	border: solid 1px #d2d9ec;
	background: #293765;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 15px;
	white-space: nowrap;
}
.schedule_box01 td{
	border: solid 1px #d2d9ec;
	color: #293765;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 15px 0px;
	white-space: nowrap;
}

.license_pass01{
	margin: 0 20px;
}
.license_pass01 h3{
	font-size: 1.6rem;
	margin: 60px 0 20px;
	color: #293765;
}
.pass_box02{
	margin: 40px 0 0;
}
.pass_box02 dl{
	margin: 0 0 35px;
}
.pass_box02 dt{
	font-size: 1.6rem;
	font-weight: bold;
	color: #293765;
	margin: 0 0 10px;
}
.pass_box02 dd{
	font-size: 1.4rem;
	line-height: 1.6;
}

.license_regist01{
	margin: 100px 20px 0;
}
.license_regist01 h3{
	font-size: 1.6rem;
	margin: 20px 0 5px;
	color: #293765;
}
.license_regist01 table{
	width: 100%;
}
.license_regist01 th{
	background: #293765;
	padding: 10px;
	width: 259px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border: solid 1px #d2d9ec;
}
.license_regist01 td{
	vertical-align: middle;
	color: #1c3462;
	border: solid 1px #d2d9ec;
	padding: 10px 20px;
	line-height: 20px;
}

/*
	協会加盟校・スクール
--------------------*/
.member_list{
	border: solid 1px #d2d9ec;
	padding: 8px;
}
.member_list dl{
	display: table;
	width: 100%;
}
.member_list dt{
	display: table-cell;
	vertical-align: middle;
	width: 88px;
	padding: 10px;
}
.member_list dt span.tag{
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url(../images/seminar/member/tag.png) no-repeat left center;
    background-size: 100% 100%;
    font-size: 1.2rem;
    padding: 0 15px 0 8px;
}
.member_list dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: left;
	padding: 10px 10px 10px 0;
}
.member_list dd b{
	display: inline;
	font-size: 1.2rem;
}
.member_box01{
	margin: 60px 20px;
}
.member_box01 b{
	display: block;
    font-size: 1.6rem;
    color: #293765;
    margin: 0 0 10px;
}
.member_box01 table{
	width: 100%;
}
.member_box01 th{
	padding: 15px;
	background: #e5e5e4;
	text-align: center;
	color: #293765;
	border: solid 1px #646565;
	vertical-align: middle;
	width: 150px;
	font-size: 1.3rem;
}
.member_box01 td{
	padding: 15px;
	vertical-align: middle;
	border: solid 1px #646565;
	font-size: 1.3rem;
}


/*-------------------------------------------

    Overview

-------------------------------------------*/
#page_bar h1 span.pri_ico{
	background: url(../images/overview/ttl_ico01.png) no-repeat left center;
	background-size: 40px;
}
.side_pri_bg{
    display: block;
    background: url(../images/overview/side_bg01.png) no-repeat center top;
    background-size: cover;
}

.overview_box01{
	margin: 0 0 80px;
}
.overview_box01 p{
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: justify;
	margin: 15px 0 0;
}
.overview_box01 table{
	width: 100%;
	margin: 60px 0 0;
}
.overview_box01 table th{
	text-align: left;
	color: #133981;
	letter-spacing: 0.1em;
	padding: 15px 20px;
	border: solid 1px #313131;
	box-sizing: border-box;
	width: 180px;
}
.overview_box01 table td{
	text-align: left;
	letter-spacing: 0.1em;
	padding: 15px 20px;
	border: solid 1px #313131;
	box-sizing: border-box;
}
.overview_box02 dl{
	border-bottom: solid 1px #133981;
	margin: 0 0 35px 0;
	padding: 0 0 20px 0;
}
.overview_box02 dl dt{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #133981;
	margin: 0 0 10px;
}
.overview_box02 dl dd{
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0.1em;
	margin: 10px 0 0;
}

/*
	Sitemap
--------------------*/
.sitemap_box::after{
	content: "";
	display: block;
	clear: both;
}
.sitemap_item{
	width: 33.333333333%;
	float: left;
}
.sitemap_item p a{
    color: #133981;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
    display: inline-block;
}
.sitemap_item ul{
	margin: 10px 0 40px;
	letter-spacing: 0.1em;
}
.sitemap_item ul li{
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 10px 0 0;
}
.sitemap_item ul li a{
	color: #313131;
}
.sitemap_item ul.child{
	margin: 10px 0;
}
/*-------------------------------------------

    Faq

-------------------------------------------*/
#page_bar h1 span.faq_ico{
	background: url(/wp/wp-content/themes/therapy-themes/images/faq/ttl_ico01.png) no-repeat left center;
	background-size: 40px;
}
.side_faq_bg{
    display: block;
    background: url(/wp/wp-content/themes/therapy-themes/images/faq/side_bg01.png) no-repeat center top;
    background-size: cover;
}
/*-------------------------------------------

    Contact

-------------------------------------------*/
#page_bar h1 span.contact_ico{
	background: url(../images/contact/ttl_ico01.png) no-repeat left center;
	background-size: 30px;
}
.side_contact_bg{
    display: block;
    background: url(../images/contact/side_bg01.png) no-repeat center top;
    background-size: cover;
}
#page_bar h1 span.siryou_ico{
	background: url(../images/contact/siryou/ttl_ico01.png) no-repeat left center;
	background-size: 34px;
}
.side_siryou_bg{
    display: block;
    background: url(../images/contact/siryou/side_bg01.png) no-repeat center top;
    background-size: cover;
}
#page_bar h1 span.member_ico{
	background: url(../images/contact/member/ttl_ico01.png) no-repeat left center;
	background-size: 34px;
}
.side_member_bg{
    display: block;
    background: url(../images/contact/member/side_bg01.png) no-repeat center top;
    background-size: cover;
}
.contact_box01 p{
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	color: #133981;
	margin: 0 0 20px;
}
.contact_box01 p.req{
	color: #811320;
	margin: 0 0 5px;
}
.contact_box01 table{
	width: 100%;
}
.contact_box01 th{
	color: #133981;
	background: #e5e5e4;
	text-align: left;
	padding: 15px 30px;
	position: relative;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.5;
	box-sizing: border-box;
	width: 200px;
	border: solid 1px #949494;
}
.contact_box01 th .req{
    position: absolute;
    right: 10px;
    top: 39%;
    color: #811320;
}
.contact_box01 th p{
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: normal;
	margin: 5px 0 0;
}
.contact_box01 td{
	padding: 15px 20px;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.5;
	border: solid 1px #949494;
}
.contact_box01 td input.input01{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	border: solid 1px #eee;
	width: 100%;
}
.contact_box01 td textarea{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	border: solid 1px #eee;
	width: 100%;
	min-height: 100px;
}
.contact_box01 td .error {
    font-size: 1.2rem;
    color: #B70000;
    display: block;
    margin: 10px 0 0;
}
.contact_box01 td .horizontal-item{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0!important;
}
.contact_box01 .submit{
    background: url(../images/contact/btn.png) repeat-x;
    background-size: contain;
    display: block;
    width: auto;
    max-width: 230px;
    text-align: center;
    margin: 35px auto 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    border: none;
    outline: none;
    padding: 12px 40px;
    border-radius: 4px;
}

/*-------------------------------------------

    Single

-------------------------------------------*/
#page_bar h1 span.single_ico{
	background: url(../images/single/ttl_ico01.png) no-repeat left center;
	background-size: 26px;
}
.single_box p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 25px 0 0;
}
.single_box h1{
    background: #5678b0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 10px;
    text-align: justify;
    margin: 30px 0 20px;
}
.single_box h2{
    padding: 3px 0 1px 10px;
    border-left: solid 4px #5678b1;
    margin: 30px 0 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #293765;
}
.single_box h3{
    margin: 30px 0 20px;
    color: #5678af;
    font-size: 1.6rem;
    line-height: 1.5;
}



@media screen and (min-width:320px) and ( max-width: 767px) {
/*-------------------------------------------

    Page

-------------------------------------------*/
#page_bar{
	background: #293765;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#page_bar h1 span{
    padding: 20px 0 20px 45px;
    display: inline-block;
    vertical-align: middle;
}

#bread_list{
	background: #f6f6f6;
	padding: 15px;
}
#bread_list ul{
	max-width: 1000px;
	margin: 0 auto;
}
#bread_list ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px 5px 0;
	font-size: 1.3rem;
}
#bread_list ul li a{
    display: block;
    color: #293765;
    background: url(../images/common/arrow.png) no-repeat left center;
    background-size: 12px;
    padding: 2px 0 0 16px;
}

#breadcrumb ul{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 15px;
	line-height: 18px;
}
#breadcrumb ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0 24px 0 0;
	position: relative;
	font-size: 1.2rem;
}
#breadcrumb ul li::after{
	content: "→";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#breadcrumb ul li:last-child::after{
	display: none;
}
#breadcrumb ul li a{
	color: #595757;
}

#wrap{
	max-width: 1000px;
	margin: 20px auto 100px;
	display: block;
}
#contents{
	width: 100%;
	margin: 0 0;
	padding: 0 15px;
	box-sizing: border-box;
}

#sidebar{
    display: none;
}
#sidebar h5{
    color: #fff;
    text-align: center;
    padding: 30px 0 20px;
    margin: 0 0;
}
#sidebar h5 span{
	display: block;
	margin: 5px 0 0;
	font-size: 1.2rem;
	transform: scale(0.8);
	letter-spacing: 0.3em;
}
#sidebar ul li.active{
    background: url(../images/common/side_bg02.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 5px 30px 4px 0;
    margin: 20px 0 20px;
    display: block;
    font-weight: bold;
    position: relative;
    color: #fff;
}
#sidebar ul li.active::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -20px;
    background: #d9deee;
}
#sidebar ul li.active::after{
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0px;
    background: #859fcc;
}
#sidebar ul li.active span{
    background: url(../images/common/arrow_on.png) no-repeat 10px center;
    background-size: 14px;
    padding: 0 0 0 30px;
}
#sidebar ul li a{
    background: url(../images/common/arrow.png) no-repeat 10px center;
    background-size: 14px;
    border-top: solid 1px #d9deed;
    padding: 26px 15px 23px 31px;
    display: block;
    color: #595757;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#sidebar .side_bnr a{
	display: block;
	margin: 4px 0 0;
}

.page_ttl01{
	text-align: center;
	margin: 40px 0;
	font-size: 2rem;
	color: #293765;
}
.page_ttl01 span{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 1px 10px;
    border-left: solid 4px #5678b1;
}

.page_box01{
	margin: 30px 0;
}
.page_box01 b{
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #293765;
	margin: 0 0 10px;
}
.page_box01 p{
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0.1em;
	margin: 10px 0 0;
}
.page_box01 p a{
	color: #5678b1;
	font-weight: bold;
}

.m20{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.blue{
	color: #5678b1;
	font-weight: bold;
}
.red{
	color: #a32e2b;
	font-weight: bold;
}
.red_txt p{
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	margin: 35px 0;
}

.btn{
	text-align: center;
	margin: 80px 0;
}
.btn a{
	display: inline-block;
	vertical-align: middle;
	max-width: 214px;
}
.btn01{
	text-align: center;
	margin: 80px 0;
}
.btn01 a{
	display: inline-block;
	vertical-align: middle;
	max-width: 334px;
}

.bnr_box01{
	border-bottom: solid 1px #d2d9ec;
}

.school_box02 figure img{
	display: none;
}
.school_box02 figure a{
	position: static;
	display: inline-block;
	margin: 10px;
	padding: 10px 18px;
}
/*-------------------------------------------

    Seminar

-------------------------------------------*/
#page_bar h1 span.seminar_ico{
	background: url(../images/seminar/ttl_ico01.png) no-repeat left center;
	background-size: 40px;
}
.side_seminar_bg{
	display: block;
	background: url(../images/seminar/side_bg01.png) no-repeat center top;
	background-size: cover;
}

/*
	School
--------------------*/
.school_box01{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d0d7e6;
	padding: 10px;
}
.school_box01 dt{
    display: block;
    vertical-align: middle;
    width: 100px;
    float: left;
    margin: 0 10px 0 0;
}
.school_box01 dt figure{
	position: relative;
}
.school_box01 dt span{
    font-size: 1rem;
    position: absolute;
    left: -5px;
    padding: 3px 0 2px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    width: 70px;
}
.school_box01 dd{
	display: block;
	vertical-align: middle;
	padding: 0;
}
.school_box01 dd a{
    display: block;
    max-width: 80%;
    margin: 10px 0 0 0;
    color: #293765;
    font-weight: bold;
    font-size: 1.4rem;
    white-space: normal;
}

.school_box02{
	margin: 0 0 30px;
}
.school_box02 dl{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d0d7e6;
	padding: 10px;
	margin: 10px 0 0;
}
.school_box02 dt{
    display: block;
    vertical-align: middle;
    width: 100%;
}
.school_box02 dt span{
    font-size: 1rem;
    padding: 3px 0 2px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    width: 70px;
    display: inline-block;
    margin: 5px 0;
}
.school_box02 dd{
    display: block;
    vertical-align: middle;
    padding: 0 0 0;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: bold;
}
.school_box02 dd:nth-of-type(1){
    border-right: none;
    box-sizing: border-box;
    width: 270px;
}
.school_box02 h3{
	font-size: 1.6rem;
    color: #293765;
    margin: 0 0 10px;
}
.school_box02 h4{
	font-size: 1.4rem;
    color: #293765;
    margin: 0 0;
}

.school_box03{
	margin: 60px 0 0;
}
.school_box03 h3{
	font-size: 1.6rem;
	margin: 60px 0 25px;
	color: #293765;
}
.table_head{
	display: table;
	width: 100%;
}
.table_head dt{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #5172a7;
    width: 33.333333333%;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    padding: 20px 0;
}
.table_head dt:nth-of-type(2){
	box-sizing: border-box;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.table_body{
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: solid 1px #d0d7e6;
}
.table_body dd {
    display: table-cell;
    width: 33.33333333%;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    color: #293765;
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}
.table_body dd:nth-of-type(2){
	box-sizing: border-box;
	border-left: solid 1px #d0d7e6;
	border-right: solid 1px #d0d7e6;
}

span.type01{
	color: #fff;
	background: #5678b1;
	top: -3px;
}
span.type02{
	color: #fff;
	background: #b16256;
	top: 17px;
}
span.type03{
	color: #fff;
	background: #78b156;
	top: 37px;
}


/*-------------------------------------------

    License

-------------------------------------------*/
#page_bar h1 span.license_ico{
	background: url(../images/license/ttl_ico01.png) no-repeat left center;
	background-size: 34px;
}
.side_license_bg{
	display: block;
	background: url(../images/license/side_bg01.png) no-repeat center top;
	background-size: cover;
}
.license_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.license_list li{
	width: 48%;
	margin: 0 0 2%;
	text-align: center;
}
.license_list li span{
    background: url(../images/common/arrow.png) no-repeat left center;
    background-size: 10px;
    color: #293765;
    font-size: 1rem;
    padding: 3px 0 0 14px;
    margin: 10px 0 0;
    display: inline-block;
}

/*
	検定要項
--------------------*/
.sikaku{
	margin: 60px 0;
}
.sikaku table{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.sikaku th{
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #263668;
	border: solid 1px #d2d9ec;
	line-height: 1.6;
}
.sikaku td{
	padding: 25px 10px;
	text-align: left;
	vertical-align: middle;
	color: #313131;
	background: #fff;
	border: solid 1px #d2d9ec;
	min-width: 80px;
	line-height: 1.6;
	font-size: 1.2rem;
	text-align: left;
}
.sikaku td:nth-of-type(1){
	text-align: center;
	color: #263668;
	font-weight: bold;
}
.sikaku p{
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 30px 0 0;
	color: #263668;
}
.youkou{
	margin: 60px 0;
}
.youkou_box01{
	margin: 0;
}
.training ul{
	margin: 15px 0 0;
}
.training ul li{
	font-size: 1.3rem;
	line-height: 1.8;
	color: #3e3a3a;
}
.mondai{
	margin: 20px 0;
}
.relux_box01 ul{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	border: solid 1px #d2d9ec;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.relux_box01 ul li{
	width: 50%;
	display: block;
	font-size: 1.1rem;
	line-height: 1.7;
	color: #3e3a3a;
}


/*
	予定表
--------------------*/
.license_price01{
    margin: 60px 0 0;
}
.license_price01 table{
	width: 100%;
	margin: 0 0 -40px;
}
.license_price01 table th{
	background: #263668;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 10px;
	border: solid 1px #d2d9ec;
	white-space: nowrap;
}
.license_price01 table td{
	padding: 15px 15px;
	border: solid 1px #d2d9ec;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5;
}

.license_detail01 {
    margin: 60px 0;
    padding: 0 0 30px;
    border-bottom: solid 1px #d2d9ec;
}
.license_detail01 h3{
	margin: 40px 0 10px;
	color: #293765;
	font-size: 1.6rem;
}
.license_detail01 dl{
	display: block;
	width: 100%;
}
.license_detail01 dt{
	display: none;
}
.license_detail01 dd{
	display: block;
	vertical-align: top;
	padding: 0 0 0 0;
}
.license_detail01 dd b{
	display: block;
	margin: 0 0 10px;
	font-size: 1.6rem;
	color: #293765;
}
.license_detail01 dd p{
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: justify;
	margin: 10px 0 10px;
}
.license_detail01 dd a{
    display: block;
    margin: 0 auto 20px;
    max-width: 220px;
}
.license_detail01 ul{
	margin: 0 0;
}
.license_detail01 ul li{
	line-height: 1.6;
	font-size: 1.4rem;
	margin: 4px 0;
}

.license_schedule01{
    margin: 60px 0;
    padding: 0 0 30px;
    border-bottom: solid 1px #d2d9ec;
}
.license_schedule01 ul{
	margin: 25px 0 0;
}
.license_schedule01 li{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #293765;
}
.license_schedule01 p{
	margin: 10px 20px 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #293765;
}

.schedule_box01{
	margin: 60px 0 0;
}
.schedule_box01 h3{
	font-size: 1.6rem;
	margin: 0 0 10px;
	color: #293765;
}
.schedule_box01 table{
	width: 100%;
}
.schedule_box01 th{
	border: solid 1px #d2d9ec;
	background: #293765;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 15px;
	white-space: nowrap;
}
.schedule_box01 td{
	border: solid 1px #d2d9ec;
	color: #293765;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 15px;
	white-space: nowrap;
}
.scroll{
	overflow-x: scroll;
}

.license_pass01{
	margin: 0 0;
}
.license_pass01 h3{
	font-size: 1.6rem;
	margin: 60px 0 20px;
	color: #293765;
}
.pass_box02{
	margin: 40px 0 0;
}
.pass_box02 dl{
	margin: 0 0 35px;
}
.pass_box02 dt{
	font-size: 1.6rem;
	font-weight: bold;
	color: #293765;
	margin: 0 0 10px;
}
.pass_box02 dd{
	font-size: 1.4rem;
	line-height: 1.6;
}

.license_regist01{
	margin: 60px 0 0;
}
.license_regist01 h3{
	font-size: 1.6rem;
	margin: 20px 0 5px;
	color: #293765;
}
.license_regist01 table{
	width: 100%;
}
.license_regist01 th{
	background: #293765;
	width: 140px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border: solid 1px #d2d9ec;;
	font-size: 1.2rem;
	white-space: nowrap;
}
.license_regist01 td{
	vertical-align: middle;
	color: #1c3462;
	border: solid 1px #d2d9ec;
	padding: 10px 10px;
	font-size: 1.2rem;
	line-height: 1.5;
}

/*
	協会加盟校・スクール
--------------------*/
.member_list{
	border: solid 1px #d2d9ec;
	padding: 15px;
}
.member_list dl{
	display: table;
	width: 100%;
}
.member_list dt{
	display: table-cell;
	vertical-align: top;
	width: 100px;
	padding: 10px 0 0;
}
.member_list dt span.tag{
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url(../images/seminar/member/tag.png) no-repeat left center;
    background-size: 100% 100%;
    font-size: 1.2rem;
    padding: 0 15px 0 8px;
}
.member_list dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    padding: 7px 10px 10px 0;
}
.member_list dd b{
	display: inline;
	font-size: 1.2rem;
}
.member_box01{
	margin: 60px 0;
}
.member_box01 b{
	display: block;
    font-size: 1.6rem;
    color: #293765;
    margin: 0 0 10px;
}
.member_box01 table{
	width: 100%;
}
.member_box01 th{
	padding: 15px 0;
	background: #e5e5e4;
	text-align: center;
	color: #293765;
	border: solid 1px #646565;
	vertical-align: middle;
	width: 100px;
	font-size: 1.3rem;
}
.member_box01 td{
	padding: 15px;
	vertical-align: middle;
	border: solid 1px #646565;
	font-size: 1.2rem;
	line-height: 1.5;
}


/*-------------------------------------------

    Overview

-------------------------------------------*/
#page_bar h1 span.pri_ico{
	background: url(../images/overview/ttl_ico01.png) no-repeat left center;
	background-size: 40px;
}
.side_pri_bg{
    display: block;
    background: url(../images/overview/side_bg01.png) no-repeat center top;
    background-size: cover;
}

.overview_box01{
	margin: 0 0 80px;
}
.overview_box01 p{
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: justify;
	margin: 15px 0 0;
}
.overview_box01 table{
	width: 100%;
	margin: 60px 0 0;
}
.overview_box01 table th{
	text-align: left;
	color: #133981;
	letter-spacing: 0.1em;
	padding: 15px 15px;
	border: solid 1px #313131;
	box-sizing: border-box;
	font-size: 1.3rem;
	width: 100px;
}
.overview_box01 table td{
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding: 15px 15px;
	border: solid 1px #313131;
	box-sizing: border-box;
}
.overview_box02 dl{
	border-bottom: solid 1px #133981;
	margin: 0 0 35px 0;
	padding: 0 0 20px 0;
}
.overview_box02 dl dt{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #133981;
	margin: 0 0 10px;
}
.overview_box02 dl dd{
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0.1em;
	margin: 10px 0 0;
}

/*
	Sitemap
--------------------*/
.sitemap_box::after{
	content: "";
	display: block;
	clear: both;
}
.sitemap_item{
	width: 100%;
	float: none;
}
.sitemap_item p a{
    color: #133981;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
    display: inline-block;
}
.sitemap_item ul{
	margin: 10px 0 30px;
	letter-spacing: 0.1em;
}
.sitemap_item ul li{
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 10px 0 0;
}
.sitemap_item ul li a{
	color: #313131;
}
.sitemap_item ul.child{
	margin: 10px 0;
}

/*-------------------------------------------

    Contact

-------------------------------------------*/
#page_bar h1 span.contact_ico{
	background: url(../images/contact/ttl_ico01.png) no-repeat left center;
	background-size: 30px;
}
.side_contact_bg{
    display: block;
    background: url(../images/contact/side_bg01.png) no-repeat center top;
    background-size: cover;
}
#page_bar h1 span.siryou_ico{
	background: url(../images/contact/siryou/ttl_ico01.png) no-repeat left center;
	background-size: 34px;
}
.side_siryou_bg{
    display: block;
    background: url(../images/contact/siryou/side_bg01.png) no-repeat center top;
    background-size: cover;
}
#page_bar h1 span.member_ico{
	background: url(../images/contact/member/ttl_ico01.png) no-repeat left center;
	background-size: 34px;
}
.side_member_bg{
    display: block;
    background: url(../images/contact/member/side_bg01.png) no-repeat center top;
    background-size: cover;
}
.contact_box01 p{
	font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #133981;
    margin: 0 0 20px;
    text-align: justify;
}
.contact_box01 p.req{
	color: #811320;
	margin: 0 0 5px;
}
.contact_box01 table{
	width: 100%;
	display: block;
	border-bottom: solid 1px #949494;
}
.contact_box01 tr,.contact_box01 tbody{
	display: block;
}
.contact_box01 th{
	display: block;
	color: #133981;
	background: #e5e5e4;
	text-align: left;
	padding: 15px 15px;
	position: relative;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.5;
	box-sizing: border-box;
	width: auto;
	border: solid 1px #949494;
}
.contact_box01 th .req{
    position: absolute;
    right: 10px;
    top: 15px;
    color: #811320;
}
.contact_box01 th p{
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: normal;
	margin: 5px 0 0;
}
.contact_box01 td{
	display: block;
	padding: 15px 15px;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.5;
	border: solid 1px #949494;
	border-top: none;
	border-bottom: none;
}
.contact_box01 .submit{
    background: url(../images/contact/btn.png) repeat-x;
    background-size: contain;
    display: block;
    width: auto;
    max-width: 230px;
    text-align: center;
    margin: 35px auto 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    border: none;
    outline: none;
    padding: 12px 40px;
    border-radius: 4px;
}
}
