﻿body {
	color: #111111;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: .05em;
}

a {
	color: #024d8e;
	text-decoration: none;
	transition: all 0.3s ease;
}

img {
	max-width: 100%;
	height: auto;
}

#header {
	background: rgba(255,255,255,0.8);
	border-top: 5px solid #024d8e;
	box-shadow: 0 3px 3px rgba(1,1,1,0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

#header .inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	width: 1100px;
	padding: 20px 0;
}

#header .inner #logo {
	width: 190px;
}

#navi {
	margin-top: 15px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#navi li {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 0 30px;
}

#navi li:before {
	position: absolute;
	left: 0;
	content: "/";
	color: #111111;
}

#navi li:first-child:before {
	display: none;
}

#navi li a {
	position: relative;
	color: #024d8e;
	font-family: "Anton",sans-serif;
	font-size: 1.8rem;
}

#navi li a span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #111111;
}

#navi li a:hover {
	color: #111111;
}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}

#page-top a {
	display: block;
	background: #d4362a;
	box-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
	color: #FFFFFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #d4362a;
	font-family: 'FontAwesome';
	font-size: 1.6rem;
	text-align: center;
}

#page-top a:hover {
	background: #FFFFFF;
	color: #d4362a;
}

.foot_navi {
	border-top: 1px solid #CCCCCC;
	font-size: 1.4rem;
}

.foot_navi ul {
	margin: 0 auto;
	width: 1100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.foot_navi ul li {
	width: 25%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.foot_navi ul li:before {
	position: absolute;
	top: 35%;
	left: 0;
	content: "/";
	color: #111111;
}

.foot_navi ul li:first-child:before {
	display: none;
}

.foot_navi ul li a {
	display: block;
	padding: 30px 0 25px;
	color: #111111;
}

.foot_navi ul li a:hover {
	color: #024d8e;
}

#footer {
	background: #024d8e;
	border-top: 5px solid #d4362a;
	color: #FFFFFF;
	text-align: center;
}

#footer .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}

#footer .inner .copyright {
	font-size: 1.2rem;
}

#sp_navi,#humberger,#drawernav {
	display: none;
}

#slideshow {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.single {
	margin: 0 auto;
	width: 1100px;
	padding-bottom: 60px;
}

.single.single_02 {
	width: 700px;
}

.contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contents .main {
	width: 70%;
}

.contents .side {
	width: 26%;
}

.bg_contact {
	background: url(../img/bg_contact.jpg) no-repeat center;
	background-size: cover;
}

.bg_contact .inner {
	background: rgba(255,255,255,0.6);
	padding-top: 60px;
}

.contact_bnr {
	text-align: center;
}

.contact_bnr li {
	display: inline-block;
	margin: 0 15px;
}

.contact_bnr li .bnr_tel {
	background: #FFFFFF;
	color: #024d8e;
}

.contact_bnr li .bnr_tel:before {
	content: "\f095";
}

.contact_bnr li .bnr_tel:hover {
	background: #024d8e;
	color: #FFFFFF;
}

.contact_bnr li .bnr_fax {
	background: #FFFFFF;
	border: 1px solid #d4362a;
	color: #d4362a;
}

.contact_bnr li .bnr_fax:before {
	content: "\f1ac";
}

.contact_bnr li .bnr_mail {
	border: 1px solid #024d8e;
	background: #FFFFFF;
	color: #024d8e;
}

.contact_bnr li .bnr_mail:before {
	content: "\f0e0";
}

.contact_bnr li .bnr_mail:hover {
	background: #024d8e;
	color: #FFFFFF;
}

.contact_bnr li a,.contact_bnr li span {
	display: block;
	padding: 15px 0;
	width: 300px;
	color: #FFFFFF;
	font-weight: 500;
	box-shadow: rgba(0,0,0,0.3) 4px 4px 0 0;
}

.contact_bnr li a:before,.contact_bnr li span:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	margin-right: 10px;
}

.bg_contents {
	padding: 150px 0;
}

.bg_contents_01 {
	background: url(../img/bg_contents_01.jpg) no-repeat center 60%;
	background-size: cover;
}

.bg_01 {
	background: #024d8e;
	color: #FFFFFF;
	padding-top: 60px;
	margin-bottom: 60px;
}

.bg_01 a {
	color: #FFFFFF;
}

.bg_02 {
	background: #FAFAFA;
	padding-top: 60px;
	margin-bottom: 60px;
}

.contact_box {
	position: relative;
	top: -95px;
	background: rgba(255,255,255,0.9);
	margin: 0 auto -40px;
	padding: 30px 30px 40px;
	width: 1100px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.mtitle_big {
	position: relative;
	margin-bottom: 40px;
	color: #024d8e;
	font-family: "Anton",sans-serif;
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

.mtitle_big span {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #111111;
}

.mtitle_big:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 50%;
	margin: 10px 0 0 -20px;
	display: block;
	background: #024d8e;
}

.mtitle_big.mtitle_big_white {
	color: #FFFFFF;
}

.mtitle_big.mtitle_big_white span {
	color: #FFFFFF;
}

.mtitle_big.mtitle_big_white:after {
	background: #FFFFFF;
}

.mtitle_middle {
	font-size: 2.2rem;
	font-weight: 500;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	margin-bottom: 10px;
}

.mtitle_middle:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: 2px solid #d4362a;
	bottom: -2px;
	width: 100px;
	color: #aaa;
}

.mtitle_sub {
	font-size: 2.8rem;
	font-weight: 500;
	padding-top: 10px;
	margin-bottom: 20px;
	position: relative;
}

.mtitle_sub span {
	font-size: 1.8rem;
}

.mtitle_sub:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e4e0d5;
	content: '';
}

.mtitle_sub:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 190px;
	height: 2px;
	background-color: #d4362a;
	content: '';
}

.mtitle_small {
	border-left: 5px solid #d4362a;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
}

.conts-sub-ttl {
	width: 300px;
	margin: 0 auto 15px;
}

.mtitle_archive {
	margin-bottom: 5px;
	font-family: "Anton",sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
}

.mtitle_archive:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f0ca";
	margin-right: 5px;
	color: #024d8e;
}

.cbtn a {
	display: table;
	background: #024d8e;
	border: 1px solid #024d8e;
	color: #FFFFFF;
	padding: .5em 4em;
	border-radius: 100px;
	margin: 40px auto 0;
}

.cbtn a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-left: 10px;
}

.cbtn a:hover {
	background: transparent;
	color: #024d8e;
}

.cbtn.cbtn_white a {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #024d8e;
}

.cbtn.cbtn_white a:hover {
	background: transparent;
	color: #FFFFFF;
}

.newsbox {
	display: flex;
}

.newsbox .news-ttl {
	width: 170px;
	font-family: "Anton",sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	border-right: 3px solid #FFFFFF;
	line-height: 1.2;
	text-align: center;
}

.newsbox .news-ttl span {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	display: block;
}

.newsbox .news-bx {
	flex: 1;
	padding: 8px 0 0 50px;
}

.news-top dt {
	float: left;
	width: 7em;
}

.news-top dd {
	padding: 0 0 10px 8em;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 10px;
}

.news-top dd:last-child {
	margin: 0;
	border-bottom: none;
}

.news-bl {
	overflow: hidden;
}

.news-bl dt {
	float: left;
	width: 8em;
	padding: 3px 5px;
	line-height: 1.3;
	background: #d4362a;
	color: #FFFFFF;
	text-align: center;
}

.news-bl dd {
	padding: 0 0 10px 10em;
	line-height: 1.6;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 10px;
}

.news-bl dd:last-child {
	margin: 0;
	border-bottom: none;
}

.news-bl02 {
	overflow: hidden;
}

.news-bl02 dt {
	float: left;
	width: 8em;
	padding: 3px 5px;
	line-height: 1.3;
	background: #d4362a;
	color: #FFFFFF;
	text-align: center;
}

.news-bl02 dd {
	padding: 0 0 10px 10em;
	line-height: 1.6;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 10px;
}

/* .news-bl02 dd:last-child {
	margin: 0;
	border-bottom: none;
} */

.tbl {
	width: 100%;
}

.tbl th,.tbl td {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.tbl th {
	background: #F3F3F3;
	font-weight: 500;
}

.tbl01 th {
	width: 25%;
}

.tbl_new {
	width: 100%;
}

.tbl_new tr th,.tbl_new tr td {
	vertical-align: top;
	padding: 10px;
}

.tbl_new tr:nth-child(odd) th,.tbl_new tr:nth-child(odd) td {
	background: #F3F3F3;
}

.company {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}

.company th,.company td {
	padding: 10px;
	vertical-align: middle;
}

.company th {
	text-align: left;
	width: 20%;
	position: relative;
	background: #024d8e;
	color: #FFFFFF;
	font-weight: normal;
}

.company th::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #fafafa;
	border-width: 10px;
	border-left-color: #024d8e;
	margin-top: -10px;
}

.company td {
	background: #fafafa;
	padding-left: 20px;
}

.ggmap {
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,.ggmap object,.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.half {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.half .child {
	width: 50%;
	text-align: center;
}

.column2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: -3%;
}

.column2 .child {
	width: 48.44%;
	margin: 0 3% 3% 0;
}

.column2 .child:nth-child(2n) {
	margin: 0 0 3% 0;
}

.column3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.column3 .child {
	width: 31.3%;
	margin: 0 3% 3% 0;
}

.column3 .child:nth-child(3n) {
	margin: 0 0 3% 0;
}

.point {
	position: relative;
	margin-bottom: 15px;
}

.point p {
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -18.5px;
	width: 37px;
	height: 37px;
	padding-top: 9px;
	border: 3px solid #FFFFFF;
	background: #d4362a;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	border-radius: 18.5px;
	box-sizing: border-box;
}

.list_common li {
	padding-bottom: 10px;
	padding-left: 1rem;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.list_common li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.list_common li:before {
	font-family: 'FontAwesome';
	content: "\f111";
	margin: 0 5px 0 -1rem;
	color: #024d8e;
	padding: 1px;
}

.list_common li li {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.list_common li li:before {
	display: none;
}

.list_check {
	font-size: 1.8rem;
}

.list_check li:before {
	content: "\f058";
}

.list_note {
	font-size: 1.3rem;
}

.list_note li {
	margin-bottom: 5px;
	padding-left: 1.5em;
}

.list_note li:last-child {
	margin-bottom: 0;
}

.list_note li:before {
	content: "※";
	margin: 0 5px 0 -1.5em;
	color: #FF0000;
}

.list_disc li {
	margin-bottom: 5px;
	padding-left: 1.5em;
}

.list_disc li:last-child {
	margin-bottom: 0;
}

.list_disc li:before {
	content: "・";
	margin: 0 5px 0 -1.5em;
	color: #d4362a;
}

.list_line li {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}

.list_line li:after {
	position: absolute;
	right: 0;
	content: "/";
}

.list_line li:last-child:after {
	display: none;
}

.box_style {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #FAFAFA;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.box_style:last-child {
	margin-bottom: 0;
}

.box_style .box_image {
	width: 44%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.box_style .box_image.box_image_01 {
	background-image: url(../img/article_image_06.jpg);
}

.box_style .box_image.box_image_02 {
	background-image: url(../img/article_image_02.jpg);
}

.box_style .box_detail {
	width: 53%;
}

.box_style_02 {
	background: #FFFFFF;
	padding: 20px;
}

.concept-wrap {
	position: relative;
	padding: 50px 0;
}

.concept-wrap.concept-wrap_top {
	margin-bottom: 60px;
}

.concept-wrap .bg-back {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F3F3F3;
	width: 50%;
	height: 100%;
}

.concept-wrap .concept-inner {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.concept-wrap .figure {
	position: absolute;
	top: 0;
	right: 0;
	display: table-cell;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 74%;
	height: 100%;
}

.concept-wrap .fig01 {
	background-image: url("../img/fig_01.jpg");
}

.concept-wrap .in-wrap {
	position: relative;
	float: left;
	width: 530px;
	padding: 50px 0;
}

.concept-wrap .in-wrap .concept-box {
	background-color: rgba(255,255,255,0.9);
	width: 470px;
	padding: 30px;
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
	margin-bottom: 20px;
	text-align: center;
}

.program_box {
	position: relative;
}

.program_box .program_txt {
	width: 60%;
}

.program_box .program_course {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 22px 40px 75px 25px;
}

.program_box .program_course .program_ttl {
	color: #024d8e;
	font-size: 3rem;
	margin-bottom: 15px;
}

.program_box .program_course span {
	color: #024d8e;
	font-family: "Anton",sans-serif;
	font-size: 15rem;
	font-weight: 500;
	font-style: italic;
	opacity: .05;
	line-height: 1;
	position: absolute;
	right: 60px;
	bottom: -18px;
}

.program_box .program_detail {
	margin-right: 50px;
}

.program_box .program_img {
	position: absolute;
	top: 47px;
	right: 0;
	width: 43%;
	text-align: center;
	z-index: -5;
}

.article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #024d8e;
	color: #FFFFFF;
}

.article:last-child {
	margin-bottom: 60px;
}

.article .article_image {
	width: 60%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 40%;
}

.article .article_detail {
	width: 40%;
	box-sizing: border-box;
	padding: 100px 0;
}

.article .article_detail .inner {
	margin: 0 auto;
	width: 80%;
}

.article.article_01 .article_image {
	background-image: url(../img/article_image_01_2.jpg);
}

.page_bnr {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.page_bnr li {
	width: calc(33.3%);
}

.snip1206 {
	position: relative;
	overflow: hidden;
	min-width: 220px;
	width: 100%;
	color: #111111;
	text-align: center;
}

.snip1206 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.snip1206 img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.snip1206:after {
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.75;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.snip1206 figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.snip1206 h2,.snip1206 p {
	margin: 0;
	width: 100%;
	opacity: 0;
}

.snip1206 h2 {
	padding: 0 30px;
	color: #024d8e;
	font-family: "Anton",sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
}

.snip1206 p {
	padding: 0 50px;
	font-size: 1.6rem;
}

.snip1206 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.snip1206.hover:after {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.snip1206:hover:after {
	opacity: .5;
}

.snip1206.hover figcaption h2,.snip1206.hover figcaption p {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.snip1206.hover figcaption h2 {
	opacity: 1;
}

.snip1206.hover figcaption p {
	opacity: 0.7;
}

.gallery_ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.gallery_ul li {
	width: 31.3%;
	margin: 0 3% 3% 0;
	text-align: center;
}

.gallery_ul li:nth-child(3n) {
	margin: 0 0 3% 0;
}

.gallery_ul li a {
	display: block;
	overflow: hidden;
	height: 220px;
	position: relative;
}

.gallery_ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.gallery_ul li span {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
}

.list_bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.list_bnr li {
	width: 31.3%;
	margin-bottom: 3%;
}

.list_bnr li a {
	position: relative;
	display: block;
	padding: 1em 15px;
	background: #024d8e;
	color: #FFFFFF;
	box-shadow: rgba(0,0,0,0.3) 4px 4px 0 0;
}

.list_bnr li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin-right: 5px;
	position: absolute;
	left: 90%;
	top: 30%;
	transition: all 0.3s ease;
}

.list_bnr li a:hover {
	background: #0368c0;
}

.list_bnr li a:hover:before {
	left: 92%;
}

.date {
	display: block;
	margin-bottom: 15px;
}

.date:before {
	font-family: 'FontAwesome';
	content: "\f017";
	margin-right: 5px;
}

.pages {
	text-align: center;
	margin-top: 30px;
}

.pages .page_next,.pages .page_prev {
	display: inline;
	margin: 0 20px;
}

.category_nav {
	border: 1px solid #CCCCCC;
}

.category_nav li a {
	display: block;
	padding: 15px;
	background: rgba(255,255,255,0.8);
	border-bottom: 1px dotted #CCCCCC;
}

.category_nav li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-right: 5px;
}

.category_nav li a:hover {
	background: #FFFFFF;
}

.category_nav li:last-child a {
	border-bottom: none;
}

.blog_article {
	margin-bottom: 40px;
}

.blog_article:last-child {
	margin-bottom: 0;
}

.tbbr,.spbr {
	display: none;
}

.pcbr {
	display: block;
}

.cut {
	overflow: hidden;
	zoom: 1;
}

.page_title_box {
	padding: 150px 0 100px;
	background: url(../fullscreen/images/3.jpg) no-repeat center 80%;
	background-size: cover;
}

.page_title_box .page_title {
	font-family: "Anton",sans-serif;
	font-size: 5.5rem;
	font-weight: normal;
	color: #FFFFFF;
	-webkit-text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
	-moz-text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
	-ms-text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
	text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
	text-align: center;
}

.page_title_box .page_title span {
	margin: -8px auto 0;
	display: table;
	padding-top: 10px;
	border-top: 1px solid #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
}

.breadcrumb_box {
	padding: 10px 0;
	margin-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}

.breadcrumb_box .breadcrumb {
	margin: 0 auto;
	width: 1100px;
	padding-left: 0;
	font-size: 1.4rem;
}

.breadcrumb_box .breadcrumb li {
	display: inline;
}

.breadcrumb_box .breadcrumb li+li:before {
	margin: 0 10px;
	content: ">";
}

.breadcrumb_box .breadcrumb li .home {
	font-family: 'FontAwesome';
}

.form dl dt {
	float: left;
	width: 280px;
	padding-top: 20px;
}

.form dl dt span {
	color: #fff;
	background: #FF4F4F;
	padding: 0 5px 0;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	position: relative;
	top: -2px;
}

.form dl dd {
	padding-left: 280px;
	padding-bottom: 20px;
	padding-top: 23px;
	line-height: 1.5;
	border-bottom: 1px dotted #CCCCCC;
}

.form dl dd:last-child {
	border-bottom: none;
}

.form .textarea,.form textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 80%;
	border-radius: 0;
	-webkit-appearance: none;
}

.form .textarea {
	height: 20px;
}

.form .textarea02 {
	width: 37.5%;
	margin-right: 3%;
}

.form .textarea02:last-child {
	margin-right: 0;
}

.form .textarea03 {
	width: 20%;
	margin-right: 1%;
}

.form button {
	cursor: pointer;
	position: relative;
	display: block;
	color: #FFFFFF;
	text-align: center;
	background: -moz-linear-gradient(-45deg, #d4362a 50%, #dd5e54 50%);
	background: -webkit-linear-gradient(-45deg, #024d8e 50%, #dd5e54 50%);
	background: linear-gradient(135deg, #d4362a 50%, #dd5e54 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$base_color', endColorstr='lighten($base_color, 10%)',GradientType=1 );
	border: 1px solid #d4362a;
	box-sizing: border-box;
	padding: 15px 0;
	transition: all 0.2s ease-in-out 0s;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
}

.form button:hover {
	background: #d4362a;
}

.form button:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f0e0";
	margin-right: 10px;
}

.form .select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 192px;
	min-width: 12em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333;
}

.form .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 11px;
	padding: .6875rem 2.1875rem .6875rem .6875rem;
	background: transparent;
	border: 0;
	outline: none;
	line-height: 1.5;
}

.form .entypo-down-open-mini:before {
	font-family: "FontAwesome";
	content: "\f0ab";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	right: .75rem;
	margin-top: -8px;
	margin-top: -.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #d4362a;
}

.form label.radio_text {
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	padding-left: 20px;
	display: inline-block;
}

.form label.radio_text:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0px;
	top: 2px;
	content: '';
	z-index: 3;
}

.form label.radio_text:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	left: 3px;
	top: 5px;
	background-color: #d4362a;
	z-index: 1;
}

.form label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: -23px;
	top: 0px;
	margin: 0px;
	box-shadow: 20px -1px #f3f3eb;
}

.form label.radio_text input[type="radio"]:checked {
	box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
	opacity: 0.2;
	box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
}

.form label.checkbox_text:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0;
	border: 1px solid #ccc;
	z-index: 3;
}

.form label.checkbox_text:after {
	content: '';
	position: absolute;
	top: 40%;
	left: 5px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #d4362a;
	border-bottom: 3px solid #d4362a;
	transform: rotate(45deg);
	z-index: 1;
}

.form label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 20px;
	height: 20px;
	display: block;
	box-shadow: 41px 0px #FFF;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
	box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow: 40px 0px #666;
	opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
	box-shadow: 41px 0px #EEE;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.cont-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cont-flex .img{
	width: 40%;
}

.cont-flex .text{
	width: 55%;
}

@media screen and (max-width: 640px) {
	.cont-flex li{
		margin-bottom: 20px;
	}

	.cont-flex .img{
		width: 100%;
	}
	
	.cont-flex .text{
		width: 100%;
	}
}
/*# sourceMappingURL=basis.css.map */