@charset "utf-8";
/*
****************************************
----------------------------------------
------- common
----------------------------------------
****************************************
*/
.sp_only {
	display: none;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.mini_inner {
	max-width: 1000px;
	margin: 0 auto;
}

.mbs {margin-bottom: 10px !important;}
.mbm {margin-bottom: 30px !important;}
.mbl {margin-bottom: 60px !important;}
.mts {margin-top: 10px !important;}
.mtm {margin-top: 30px !important;}
.mtl {margin-top: 60px !important;}

.pbs {padding-bottom: 10px !important;}
.pbm {padding-bottom: 30px !important;}
.pbl {padding-bottom: 60px !important;}
.pts {padding-top: 10px !important;}
.ptm {padding-top: 30px !important;}
.ptl {padding-top: 60px !important;}

.full+.full,
.inner_sp +.full,
.inner+.full,
.inner+.inner,
.inner+.inner_sp,
.inner_sp+.inner{
	margin-top: 60px;
}

.bg_block {
	padding: 60px 0;
	margin: 60px 0;
}

.bg_block+.bg_block {
	margin-top: 0;
}

.header03 + .basic_layout {
/*	margin-top: 68px;	headerの高さ
	padding-top: 30px;*/
}

/*****************************
------------------------------
singlepage
------------------------------
*****************************/

.singlepage .alignright { float: right; }
.singlepage .alignleft { float: left; }

/*****************************
------------------------------
list
------------------------------
*****************************/

.top_listbox {
	padding: 30px;
}

.list_col02 {
	overflow: hidden;
}

.list_col02 li {
	float: left;
	width: 48%;
}

.list_col02 li:nth-of-type(2) {
	margin-top: 0;
}

.list_col02 li:nth-of-type(2n) {
	margin-left: 4%;
	float: right;
}

.list_col02 li:nth-of-type(2n+3) {
	clear: both;
}

/*****************************
------------------------------
mv
------------------------------
*****************************/
.mv img {
	width: 100%;
}

@media screen and (max-width: 2000px) {
	.mv_trim picture {
		display: block;
		margin: 0 auto;
		width: 1000px;
	}

	.mv_trim picture img {
		width: 2000px;
		margin-left: -500px;
		max-width: none;
	}
}

/*****************************
------------------------------
top
------------------------------
*****************************/

.top_listbox {
	overflow: hidden;
}


/*****************************
------------------------------
under
------------------------------
*****************************/
/*リストを横並びにする*/
#under .line_list {
	text-align: left;
}

#under .line_list li {
    display: inline-block;
    margin-right: 1em;
    margin-top: 0;
    margin-bottom: 5px;
}

#under {
	margin-bottom: 100px;
}

#under h2 {
	margin-top: 50px;
}

#under .meritbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#under .meritbox > div {
	width : 48%;

}

#under .meritbox > div:nth-of-type(2n) {
	margin-left: 4%;
}

.flow_next {
	position: relative;
	margin-top: 100px;
}

.flow_next:before {
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 30px 0 30px;
	border-color: #42caba transparent transparent transparent;
	background: none !important;
}

/*****************************
------------------------------
qp
------------------------------
*****************************/
.basic_layout .qa_box + .catch_copy {
	margin-top: 60px;
}

.qa_box + .qa_box {
	margin-top: 30px;
	padding-top: 40px;
}

/*****************************
------------------------------
list
------------------------------
*****************************/

.dotlist li+li {
	margin-top: 4px;
}

.basic_layout .checklist li,
.checklist li {
    padding-left: 26px;
}

/*
****************************************
----------------------------------------
------- title common
----------------------------------------
****************************************
*/
h2 {margin-bottom: 30px;}
h3 {margin-bottom: 30px;}
h4 {margin-bottom: 20px;}
h5 {margin-bottom: 17px;}

.has_parallax h3 {margin-bottom: 30px;}
.has_parallax h4 {margin-bottom: 30px;}
.has_parallax h5 {margin-bottom: 20px;}
.has_parallax h6 {margin-bottom: 17px;}


.basic_layout.no_parallax div[class*="title_set"] h2+h3, 
.basic_layout.no_parallax div[class*="title_set"] h3+h4, 
.basic_layout.no_parallax div[class*="title_set"] h4+h5 {
	margin-top: 0;
}


/*++++++++++++++++++++++++++++++++++++++
parallax_title
++++++++++++++++++++++++++++++++++++++++
*/
.parallax_title {
	position: relative;
	min-height: 400px;
	margin-bottom: 40px;
}

.parallax_title .h2box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.parallax_title .h2box .inner {
	padding: 20px 0;
}

.parallax_title .h2box h2 {
	margin-bottom: 0;
	padding: 0;
	background: transparent;
}

.parallax_title .h2box .inner p {
	margin-top: 0;
}


/*
****************************************
----------------------------------------
------- table
----------------------------------------
****************************************
*/

.table_flat {
	margin-top: -5px !important;
}

/*.table_border th {
	font-size: 1.4rem;
}

.table_border td {
	font-size: 1.4rem;
}*/

.eigyou01 td,
.eigyou01 th {
	font-size: 1.4rem;
}

.table_mini td,
.table_mini th {
	font-size: 1.1rem;
}


/*++++++++++++++++++++++++++++++++++++++
rowbox
++++++++++++++++++++++++++++++++++++++++
*/

.rowbox {
	overflow: hidden;
}

.rowbox .imgbox {
	float: right;
	width: 30%;
	margin-left: 3%;
	margin-bottom: 10px;
}

.rowbox.left .imgbox {
	float: left;
	margin-left: 0;
	margin-right: 3%;
}

.rowbox.not_around .textbox {
	float: left;
	width: 67%;
}

.rowbox.left.not_around .imgbox+.textbox {
	float: right;
	width: 67%;
}

/*
****************************************
----------------------------------------
------- col / box
----------------------------------------
****************************************
*/
.box {float: left;}

.hasbg > .box {
	padding: 20px;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
col
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.col01 > .box {
	width: 100%;
}

.col02 > .box {
	width: 48%;
	margin-left: 4%;
}

.col02.img_only > .box {
	width: 49%;
	margin-left: 2%;
}

.col03 > .box {
	width: 32%;
	margin-left: 2%;
}

.col04 > .box {
	width: 23.5%;
	margin-left: 2%;
}

.col05 > .box {
	width: 19%;
	margin-left: 1.25%;
}

.col02 > .box:nth-child(2n+1),
.col02.img_only > .box:nth-child(2n+1),
.col03 > .box:nth-child(3n+1),
.col04 > .box:nth-child(4n+1),
.col05 > .box:nth-child(5n+1) {
	margin-left: 0;
}

.col01 > .box:nth-child(n+2),
.col02 >.box:nth-child(n+3),
.col03 > .box:nth-child(n+4),
.col04 > .box:nth-child(n+5),
.col05 >.box:nth-child(n+6) {
	margin-top: 20px;
}

div[class*="col0"]+div[class*="col0"] {
	margin-top: 50px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
s_fit
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.s_fit.col01 > .box {
	width: 100%;
}

.s_fit.col02.reverse > .box,
.s_fit.col02 > .box {
	width: 50%;
	margin-left: 0;
}

.s_fit.col02.img_only > .box {
	width: 50%;
	margin-left: 0;
}

.s_fit.col03 > .box {
	width: 33.333333%;
	margin-left: 0;
}

.s_fit.col04 > .box {
	width: 25%;
	margin-left: 0;
}

.s_fit.col05 > .box {
	width: 20%;
	margin-left: 0;
}

.s_fit.col01 > .box:nth-child(n+2),
.s_fit.col02 >.box:nth-child(n+3),
.s_fit.col03 > .box:nth-child(n+4),
.s_fit.col04 > .box:nth-child(n+5),
.s_fit.col05 >.box:nth-child(n+6) {
	margin-top: 0;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
s_col_border
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.s_col_border01 > .box {
	border-right: 1px solid #fff;
}

.s_col_border01.col01 > .box:nth-child(n+2),
.s_col_border01.col02 > .box:nth-child(n+3),
.s_col_border01.col03 > .box:nth-child(n+4),
.s_col_border01.col04 > .box:nth-child(n+5),
.s_col_border01.col05 > .box:nth-child(n+6) {
	border-top: 1px solid #fff;
}

.s_col_border01.col02 > .box:nth-child(2n),
.s_col_border01.col03 > .box:nth-child(3n),
.s_col_border01.col04 > .box:nth-child(4n),
.s_col_border01.col05 > .box:nth-child(5n) {
	border-right: 0;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
s_col_border02
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.s_col_border02 > .box:nth-child(n+2) {
	border-right: 1px solid #fff;
}

.s_col_border02.col02 > .box:nth-child(n+2),
.s_col_border02.col03 > .box:nth-child(n+3) {
	border-top: 1px solid #fff;
}

.s_col_border02.col02 > .box:nth-child(2n+3),
.s_col_border02.col03 > .box:nth-child(3n+4) {
	border-right: 0;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
header01
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.header01 .header_info {
	padding: 15px 0;
}

.header01 h1 {
	float: left;
}

.header01 .h_content {
	float: left;
}

.header01 .header_r {
	overflow: hidden;
	float: right;
}

.header01 .has_child > .sub_menu_block {
    display: none;
}

.header01 .list_parent {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.header01 .nav_li {
    width: 16.6666%;
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header01 .nav_li > a {
	padding: 20px 15px;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.4;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    flex-direction: column;
    position: relative;
}

/*一番上のリストの下矢印*/
.header01 .has_child > a:after {
	content: '';
	position: absolute;
	bottom: 9px;
	left: 50%;
	width: 8px;
	height: 8px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	border-bottom: 2px solid #68BDDA;
	border-right: 2px solid #68BDDA;
	z-index: 11;
}

.header01 .has_child:hover > a:after {
	display: none;
}


.header01 .nav_li:last-of-type:after,
.header01 .nav_li:before {
	content: '';
	width: 1px;
	height: 15px;
	background: #68BDDA;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header01 .nav_li:before {
	left: 0;
}

.header01 .nav_li:last-of-type:after {
	right: 0;
}

.header01 a {
	text-decoration: none;
}

.header01 .has_child:hover > .sub_menu_block {
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 1000;
	border: 1px solid #68BDDA;
	background: #68BDDA
}


.header01 .has_child > .sub_menu_block > .sub_menu > .nav_li_child > a {
	padding: 5px 10px;
	display: block;
	background: #68BDDA;
	color: #fff;
}

.header01 .has_child > .sub_menu_block > .sub_menu > .nav_li_child + .nav_li_child {
	border-top: 1px solid #70d1f3;
}

.header01 .has_child > .sub_menu_block > .sub_menu > .nav_li_child:hover > a {
	background: #70d1f3;
	color: #fff;
}

.header01 .has_child > .sub_menu_block > .sub_menu > .nav_li_child a:hover {
	opacity: 1;
}

.header01 .has_child > .sub_menu_block > .sub_menu > .nav_li_child:first-of-type > a {
	position: relative;
}


/*丸い吹き出し*/
.header01.balloon_round .has_child:hover > .sub_menu_block {
	background: #fff;
	border-radius: 10px;
	top: 92%;
}

.header01.balloon_round .has_child > .sub_menu_block > .sub_menu > .nav_li_child:first-of-type > a {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.header01.balloon_round .has_child > .sub_menu_block > .sub_menu > .nav_li_child:last-of-type > a {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


/*吹き出しの三角部分*/
.header01 .nav_li.has_child > .sub_menu_block > .sub_menu > .nav_li_child:first-of-type:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
	border-color: transparent transparent #68BDDA transparent;
	background: transparent;
	transition: 0.7s;
}

/*吹き出しの三角部分*/
.header01 .nav_li.has_child > .sub_menu_block > .sub_menu > .nav_li_child:first-of-type:hover:before {
	border-color: transparent transparent #70d1f3 transparent;
}

/*吹き出しの三角部分*/
.header01 .nav_li.has_child > .sub_menu_block > .sub_menu > .nav_li_child:first-of-type:after {
	display: block;
		position: absolute;
	top: -11px;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-color: transparent transparent #68BDDA transparent;
	z-index: 99;
	background: transparent;
}

.header01 .has_grand .sub_menu_block {
	border-top: 1px solid #68BDDA;
}

.header01 .has_grand .sub_menu_block a {
	width: 100%;
	display: block;
	padding: 5px 15px;
	font-size: 1.4rem;
	background: #f8ffef;
}

.header01 .has_grand .nav_li_child + .nav_li_child {
	border-top: 1px solid #68BDDA;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
header02
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.header02 .header_main h1 {
	width: 255px;
	margin-top: 12px;
    margin-left: 10px;
}

.header02 .header_main_home {
	width: 70px;
}

.header02 .header_info_box {
	float: right;
}

.header02 nav {
	float: left;
}

.header02 nav a {
	text-decoration: none;
}

.header02 .nav_li {
	display: block;
	float: left;
	border-left: 1px solid #ccc;
	max-height: 70px;
}

.header02 .nav_li > a {
	padding: 0 25px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 70px;
	text-align: center;
	line-height: 1.5;
}

/*.header02 .nav_li > a {
	display: block;
	padding: 21px 25px;
}*/

.header02 .sub_menu_block {
	max-height: 0;
	opacity: 0;
	transition: all .5s;
	background: #42caba;
	position: absolute;
	left: 0;
	top: auto;
	width: 100%;
	display: block;
	overflow: hidden;
}

.sub_menu_block .sub_in_none {
	display: none;
}

.header02 .has_child {
	cursor: pointer;
}

.header02 .has_child:hover > .sub_menu_block {
	max-height: 9999px;
	opacity: 1;
	cursor: auto;
}

.header02 .sub_menu_block .inner {
	padding: 30px 0;
}

.header02 .sub_menu {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.header02 .sub_menu_block_ttl {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-size: 2.8rem;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #fff;
}

.header02 .sub_menu > li {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	margin-right: 20px;
}

.header02 .sub_menu > li a {
	color: #fff;
	    font-size: 1.5rem;
    letter-spacing: 0;
}

.header02 .sub_menu > li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
	transition: .7s;
}

.header02 .sub_menu li:hover:before {
	opacity: 0.7;
}

.header02 .sub_menu_ttl {
	font-size: 2.4rem;
	color: #42caba;
}

.header02 .header_info_other {
	float: right;
	overflow: hidden;
}

.header02 .header_info_big {
	position: fixed;
	top: 0;
	right: 0;
}

.header02 .header_info_other_mini {
	float: left;
	margin-right: 161px;
}

.header02 .header_info_other_mini a {
	display: block;
}

.header02 .header_info_first {
	background: #003784;
	margin-bottom: 1px;
}

.header02 .header_info_second {
	background: #3476d3;
}

.header02 .header_info_big {
	background: #42caba;
	margin-left: 1px;
}

.header02_nav_sp {
	display: none !important;
}

.header02 .nav_li_child.has_grand {
    display:  block;
    float:  left;
    width: 23.5%;
    margin-right: 2%;
}

.header02 .nav_li_child.has_grand:nth-of-type(4n) {
    margin-right: 0;
}

.header02 .nav_li_child.has_grand:nth-of-type(4n + 5) {
    clear: both;

}

.header02 .nav_li_child.has_grand:nth-of-type(n + 5) {
    margin-top: 20px;
}

.header02 .sub_menu.clearfix {
    overflow: hidden;
}

.header02 .sub_menu_block_grand .nav_li_child {
    display: block;
    padding-left: 1em;
}

.header02 .sub_menu_block_ttl_grand {
	color: #fff;
}

.header02 .sub_menu > li.has_grand:before {
	display: none;
}

.header02 .sub_menu_block_grand > li {
	position: relative;
}

.header02 .sub_menu_block_grand > li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    transition: .7s;
}

.header02 .header_home_box {
	float: left;
		border-left: 1px solid #ccc;
}

.header02 .sub_menu_block br {
    display: none !important;
}

/*****************************
------------------------------
header03
------------------------------
*****************************/

.header03 .header_main {
	width: 214px;
}


.header03 .has_child {
	position: relative;
}

.header03 .has_child:before,
.header03 .has_child:after {
	content: '';
	width: 10px;
	height: 2px;
	background: #42caba;
	border-radius: 10px;
	position: absolute;
	bottom: 12px;
}

.header03 .has_child:before {
	left: 50%;
	transform: translateX(-8px) rotate(45deg);
}

.header03 .has_child:after {
	left: 50%;
	transform: translateX(-2px) rotate(-45deg);
}

.header03 .nav_li_child:not(:last-of-type) {
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}

.header03 .sub_menu_block {
	max-height: 0;
	opacity: 0;
	transition: all .5s;
	position: absolute;
	left: 50%;
	top: auto;
	width: 220px;
	display: block;
	overflow: hidden;
	margin-left: -110px;
}

.header03 .sub_menu {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	background: #f67797;
	padding: 13px 10px;
}

.header03 .sub_menu > li > a {
	text-align: center;
	line-height: 1.4;
}

.header03 .sub_menu a {
	color: #fff;
	display: block;
}

.header03 .sub_menu li+li {
	margin-top: 8px;
}

.header03 .has_child:hover > .sub_menu_block {
	max-height: 9999px;
	opacity: 1;
}


.header03 .nav_li {
	float: left;
}

.header03 .nav_li > a {
	padding: 21px 15px;
	display: block;
	position: relative;
}

.header03 .nav_li:not(:last-of-type) > a:before {
	content: '';
	position: absolute;
	top: 26px;
	right: 0;
	width: 1px;
	height: 16px;
	background: #000;
}

.header03 .nav_li:first-of-type > a {
	padding: 20px 15px 20px 0;
}

.header03 nav {
	margin-right: 210px;
	display: block !important;
}

.header03 .header_info_other {
	position: fixed;
	top: 0;
	right: 20px;
	width: 190px;
	background: #42caba;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px 9px;
	z-index: 1000;
}

/*
****************************************
----------------------------------------
------- 特殊ブロックcommon
----------------------------------------
****************************************
*/

/*
****************************************
----------------------------------------
------- imgbg_block
----------------------------------------
****************************************
*/

.imgbg:before {background-repeat: no-repeat;}

.imgbg_wrap {
	padding: 30px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.imgbg_block {overflow: hidden;}
.imgbg_left .imgbg_box {float: right;}
.imgbg_right .imgbg_box {float: left;}

/*****************************
------------------------------
vertical_img_block
------------------------------
*****************************/
.vertical_img_block {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background: #d9fff8;
}

.vertical_img_box {
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.vertical_img_box:nth-of-type(2n) {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: column-reverse;
	-webkit-box-direction: column-reverse;
	flex-direction: column-reverse;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.vertical_icon {
	text-align: center;
}

.vertical_icon img {
	width: 80px;
	display: inline-block;
}

.vertical_detail {
	padding: 60px 30px;
}

.vertical_img {
	position: relative;
	min-height: 0%;
	overflow: hidden;
}

.vertical_img span {
	position: absolute;
	right: -4px;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	padding: 10px 0;
	line-height: 1;
	font-size: 4.8rem;
	letter-spacing: 5px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);

}

.ie.vertical_img span {
	top: 0px;
	bottom: auto;
}

.vertical_img img {
	width: 100%;
}

.vertical_ttl {
	text-align: center;
	color: #42caba;
}


.vertical_yoko .vertical_img span {
    position: absolute;
    right: -4px;
    bottom: -14px;
    color: #fff;
    font-weight: bold;
    -ms-writing-mode: lr-tb;
     writing-mode: horizontal-tb; 
    display: inline-block;
    padding: 10px 0;
    line-height: 1;
    font-size: 4.8rem;
    letter-spacing: 5px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
}

@media screen and (max-width: 1300px) and (min-width: 1041px) {
	.vertical_yoko  .vertical_img span {
		font-size: 3vw;
	}
}

/*****************************
------------------------------
mod_frostglass
------------------------------
*****************************/

.mod_frostglass {
	padding: 40px;
}

/*****************************
------------------------------
mod_frostglass
------------------------------
*****************************/

.imglink_box .box:hover:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.8;
}


/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_big_icon
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*mod_big_icon*/
.mod_big_icon .big_icon_wrap {
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-right: 1%;
	padding-left: 1%;
	max-width: 1200px;
	margin: 0 auto;
}

.mod_big_icon .big_icon_col02 .big_icon_box {
	width: 49%;
}

.mod_big_icon .big_icon_col02 .big_icon_box:nth-of-type(n+3) {
	margin-top: 2%;
}

.mod_big_icon .big_icon_wrap .big_icon_img {
	width: 140px;
	padding: 10px 20px;
}

.mod_big_icon .big_icon_col03 .big_icon_box:nth-of-type(3) {
    margin-top: 0;
}

.mod_big_icon .big_icon_col03 .big_icon_box:nth-of-type(n+4) {
    margin-top: 2%;
}

.mod_big_icon .big_icon_col03 .big_icon_box {
    width: 32%;
}

.mod_big_icon .big_icon_col03.big_icon_wrap .big_icon_img {
    width: 29%;
    padding: 13px;
}

.mod_big_icon .big_icon_col03.big_icon_wrap .big_icon_img img {
    max-width: 80px;
    width: 100%;
}

.mod_big_icon .big_icon_col03.big_icon_wrap .big_icon_txt {
	font-size: 2.1rem;
    text-align: center;
    line-height: 1.5;
}

/*
****************************************
----------------------------------------
------- mod_imghalf_box
----------------------------------------
****************************************
*/
.mod_imghalf {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.mod_imghalf_box {
	overflow: hidden;
	width: 50%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px;
}

.mod_imghalf.cross_img .mod_imghalf_box {
	width: 45%;
}

.mod_imghalf.cross_img .mod_imghalf_imgin {
	width: 55%;
}

.mod_imghalf_imgin {
	padding: 0;
}

.mod_imghalf_imgin p {
	position: relative;
	height: 100%;
	width: 100%;
}

.mod_imghalf_imgin p img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 max-width: none;
	  -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;'
}

.mod_imghalf_boxin {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.mod_imghalf_boxin *+* {
	margin-top: 1em;
}

.mod_imghalf_ttl {
	margin-bottom: 0;
	text-align: center;
	font-size: 4rem;
	color: #fff;
}

.mod_imghalf_ttl span {
	font-size: 40%;
}

.mod_imghalf_box.mod_imghalf_imgin span {
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 50px;
    font-size: 5rem;
    display: block;
    font-weight: bold;
}

.mod_imghalf_box.mod_imghalf_imgin span:before {
    content: '';
    width: 102%;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: -4px;
    height: 3px;
}

.mod_imghalf:nth-of-type(2n) .mod_imghalf_box.mod_imghalf_imgin span {
	right: auto;
	left: 50px;
}

/*
****************************************
----------------------------------------
------- icon_box
----------------------------------------
****************************************
*/
.mod_icon {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
    padding-left: 1%;
    padding-right: 1%;
}

/*
****************************************
----------------------------------------
------- mod_icon
----------------------------------------
****************************************
*/
.mod_icon .box {
	text-align: center;
}

.mod_icon .textbox p {
	text-align: center;
}

.mod_icon .btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod_icon_before_btn {
	margin-bottom: 80px;
}

.type_list.mod_icon .mod_icon_before_btn {
	margin-bottom: 20px;
}

.type_list.mod_icon .mod_icon_ttl {
	margin-bottom: 15px;
}

.mod_icon.hasbg.icon > .box {
	padding: 35px 20px 20px 20px;
}

/*
****************************************
----------------------------------------
------- flex
----------------------------------------
****************************************
*/
.mod_catalog, .icon_box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}


/*****************************
------------------------------
mod_bnr
------------------------------
*****************************/
.mod_bnr {
	overflow:hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}

#toppage + .mod_bnr {
	/*padding: 50px 0 0px;*/
}

.bnr_col04,
.bnr_col03,
.bnr_col02 {
	overflow: hidden;
}

.mod_bnr_box {
	text-align: center;
}

.bnr_col02 .mod_bnr_box {
	width: 49%;
}

.bnr_col03 .mod_bnr_box {
	width: 32%;
}

.bnr_col02 .inner,
.bnr_col03 .inner,
.bnr_col04 .inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bnr_col04 .mod_bnr_box {
	width: 23.5%;
	max-width: 230px;
}

.mod_bnr_box img {
	width: 100%;
	vertical-align: bottom;
}

/*
****************************************
----------------------------------------
------- feature_circle_block
----------------------------------------
****************************************
*/

.feature_circle_block .btn {
	position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feature_circle_img {
	margin-bottom: 15px;
}

.feature_circle_num {
	margin-bottom: 15px;
}

.feature_circle_block {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.feature_circle_box {
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.feature_circle_box {
	width: 30%;
}

.circle_col03 .feature_circle_box {
	width: 30%;
}

.circle_col04 .feature_circle_box {
	width: 22%;
}

.feature_circle_box:not(:last-of-type) {
	margin-right: 5%;
}

.circle_col04 .feature_circle_box:not(:last-of-type) {
	margin-right: 4%;
}

.feature_circle_box:not(:last-of-type) {
	margin-right: 5%;
}

.feature_circle_ttl {
	margin-top: 0;
	text-align: center;
}

.feature_circle_txt {
	margin-bottom: 100px;
}

.feature_circle_block.no_btn .feature_circle_txt {
	margin-bottom: 0;
}

.feature_circle_box .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*
****************************************
----------------------------------------
------- banner_box
----------------------------------------
****************************************
*/
.banner_box {
	width: 80%;
	margin: 0 auto;
}

.banner_box.full {
	margin: 0 auto;
}

/*
****************************************
----------------------------------------
------- mod_differ
----------------------------------------
****************************************
*/
.mod_differ {
	overflow: hidden;
}

.differ_box:nth-of-type(2n+1) {
	width: 58%;
	float: left;
}

.differ_box:nth-of-type(2n+2) {
	width: 38%;
	float: right;
}

.differ_reverse .differ_box:nth-of-type(2n+1) {
	width: 38%;
	float: right;
}

.differ_reverse .differ_box:nth-of-type(2n+2) {
	width: 58%;
	float: left;
}

.mod_differ_fb {
	overflow: hidden;
}

.differ_box_fb:nth-of-type(2n+1) {
	width: calc(96% - 340px);
	float: left;
}

.differ_box_fb:nth-of-type(2n+2) {
	width: 340px;
	float: right;
}

.differ_box_fb:nth-of-type(2n+2) iframe {
	width: 100%;
}

.differ_reverse .differ_box_fb:nth-of-type(2n+1) {
	width: 38%;
	float: right;
}

.differ_reverse .differ_box_fb:nth-of-type(2n+2) {
	width: 58%;
	float: left;
}

/*
****************************************
----------------------------------------
------- mod_side_bg
----------------------------------------
****************************************
*/

.mod_side_bg {
	position: relative;
	background: #faf2e5;
}

.mod_side_bg .inner {
	z-index: 11;
	position: relative;
}

.mod_side_bg:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 10;
}

/*
****************************************
----------------------------------------
------- mod_fit_box
----------------------------------------
****************************************
*/

.mod_fit_box {
	overflow: hidden;
	width: 100%;
	/*画像がボーダー分縮んでしまい最後の一つにボーダーをつけないとがたがたになるため*/
	width: calc(100% + 1px);
}

.mod_fit_box .fit_item {
	float: left;
}

.mod_fit_box .fit_item img{
	border-right: 1px solid #fff;
}

.mod_fit_box.fit_item02 .fit_item {
	width: 50%;
}

.mod_fit_box.fit_item03 .fit_item {
	width: 33.333333%;
}

.mod_fit_box.fit_item04 .fit_item {
	width: 25%;
}

.mod_fit_box .fit_btn {
	padding: 0 25px;
}

/*
****************************************
----------------------------------------
------- gmap
----------------------------------------
****************************************
*/
.gmap {
	height: 400px;
	overflow:hidden;
}

.gmap+.inner_sp,
.gmap+.full,
.gmap+.inner {
	margin-top: 50px;
}

.gmap_size01 { height: 500px; }

/*
****************************************
----------------------------------------
------- fb
----------------------------------------
****************************************
*/

.fbbox iframe {
	width: 100%;
}

/*
****************************************
----------------------------------------
------- btn
----------------------------------------
****************************************
*/

.btn_size01_pc {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.btn_size02_pc {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.btn_size01 {
	width: 70%;
}

.btn01 {
	padding: 8px 1.3em 8px 2em;
}

.btn01:before,
.btn01:after {
	width: 8px;
	height: 8px;
	top: 18px;
}

.btn01:before {
	left: 6px;
}

.btn01:after {
	left: 12px;
}

.btn01.icon_fit:after,
.btn01.icon_fit:before {
	display: none;
}


.btn01 span:before,
.btn01 span:after {
	top: 6px;
	width: 8px;
	height: 8px;
}

.btn01 span:before {
	left: -24px;
}

.btn01 span:after {
	left: -18px;
}

.btn03 {
	padding: 0.5em 1.2em 0.5em 1em;
}

.btn03:before {
	top: 16px;
	right: 10px;
	border-width: 6px 0 6px 8px;
}

.btn04 {
	padding: 0.5em 1.2em 0.5em 1em;
}

.btn04.backbtn {
	padding: 0.5em 1em 0.5em 1.6em;
}

.btn04:before {
	top: 18px;
	right: 10px;
	width: 8px;
	height: 8px;
}

.btn04.backbtn:before {
	left: 10px;
	right: auto;
}

.btn_l {
	margin-left: 0;
}

.btn_r {
	margin-right: 0;
}

/*
****************************************
----------------------------------------
------- top_button
----------------------------------------
****************************************
*/

#top_button {
	right: 10px;
	bottom: 10px;
}

#top_button a {
	width: 50px;
	height: 50px;
}

#top_button a:before {
	top: 1.3em;
	left: 50%;
	width: 30%;
	height: 30%;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
before_footer
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/

.before_footer_separate .inner > .col02 > .box:nth-of-type(2){
	margin-left: 2%;
	padding-left: 2%;
	border-left: 1px solid #42caba;
}

.before_footer li a {
	text-decoration: none;
}

.before_footer nav li .sub-menu {
	margin-top: 0;
	background: transparent;
}

.before_footer nav li .sub-menu li {
	margin-top: 0;
}

.before_footer nav li .sub-menu li:before {
	height: 1px;
	top: 15px;
}

.before_footer nav li .sub-menu li a {
	padding-bottom: 0;
	display: inline-block;
}

.before_footer nav li.menu-parent-item:before {
	background: #42caba;
}

.before_footer nav li.menu-parent-item > a:hover {
	opacity: 1;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
before_footer02
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/

.before_footer02_box {
	float: left;
	width: 48%;
}

.before_footer02_box:first-of-type {
	float: right;
	margin-left: 4%;
}

.before_footer02_info {
	margin-bottom: 25px;
}

.before_footer02_time {
	margin-left: 45px;
}

.before_footer02_nav_box nav {
	width: 45%;
	float: left;
}

.before_footer02_nav_box nav:last-of-type {
	margin-left: 10%;
}

.before_footer_sitemap {
	margin-top: 30px;
}


/*****************************
------------------------------
contact
------------------------------
*****************************/

.contactRead {
	margin-top: 30px;
}

div#contactForm {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color:#ccc;
	margin: 30px 0;
	padding: 30px 0 0;
}
div#contactForm dl {
	overflow: hidden;
}
div#contactForm dt {
	float: left;
	width: 30%;
	clear: both;
	padding: 5px 10px 5px 15px;
	position: relative;
	margin-bottom: 10px;
	vertical-align: middle;
}

div#contactForm dd {
	float: left;
	width: 70%;
	margin-bottom: 10px;
}

div#contactForm .wpcf7c-conf {
	background-color: #fff !important;
	border: none;
	resize: none;
	padding: 7px 0;
}
div#contactForm input,
div#contactForm textarea {
	padding: 5px;
	width: 100%;
	font-size:1.6rem;
	border: 1px solid #a9a9a9;
}

#contactForm input[type="number"] {
	width: 100px;
}

div#contactForm dt:before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 4px;
	height: 60%;
	content: "";
	background: #42caba;
}

div#contactForm input[type="radio"], div#contactForm input[type="checkbox"] {
    width: auto;
}

div#contactForm input[type="submit"]:hover,
div#contactForm input[type="button"]:hover {
	opacity: 0.7;
}

div#contactForm input[type="submit"],div#contactForm input[type="button"] {
	width: 180px;
	height: 50px;
	font-size: 2rem;
	letter-spacing: 5px;
	padding: 5px 0 5px 5px;
	transition: .5s;
}

div#contactForm .formbtn {
	position:relative;
	text-align: center;
	margin-top: 20px;
}

div#contactForm input[type="submit"] {
	border:none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: #42caba;
	color: #fff;
}

div#contactForm input[type="submit"].wpcf7-submit {
	display: inline-block;
	margin: 0;
}

div#contactForm input[type="button"] {
	display: inline-block;
	margin-right: 40px;
}

div#contactForm span.must {
	font-size: 1.2rem;
	padding-left: 7px;
}

#contactForm div.wpcf7-response-output {
	margin: 0 0 1em;
}

div#contactForm .ajax-loader {
	display: none;
}

.basic_layout .h2box.thanks_title {
	padding: 51px 10px 38px;
}

.basic_layout .form_thanks .button {
	width: 300px;
	margin: 50px auto 60px;
}

.basic_layout .h2box.thanks_title h2:before {
	display: none;
}

.basic_layout div.wpcf7-mail-sent-ok {
	visibility: hidden;
}

div#contactForm span.example {
	color: #ccc;
	font-size: 1.2rem;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	border:#000 1px solid;
}
input.wpcf7c-conf:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	border:none;
}
textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
textarea {
	border:#a9a9a9 1px solid;
}

#contactForm div.wpcf7-validation-errors {
	border: 1px solid #ea4545;
	background: #ffdce1;
	font-size: 16px;
	font-size: 1.6rem;
}

div#contactForm span.wpcf7-not-valid-tip {
	color: #ea4545;
}


.row_max {
	width: 100% !important;
}

.row_max {
	margin-bottom: 0 !important;
}

#contactForm dd {
	float: right;
}

#contactForm dd + dd {
	clear: both;
}

input[type="checkbox"] + span {
	font-size: 1.6rem;
}

#contactForm .formbtn {
	margin-top: 30px;
}





/*****************************
------------------------------
add css
------------------------------
*****************************/


/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_greeting
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_greeting.greeting_imgbg {
	position: relative;
}

.mod_greeting.greeting_imgbg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.mod_greeting .greeting_wrap {
	position: relative;
	background: #fff;
	padding: 40px;
	z-index: 11;
}

.mod_greeting .greeting_wrap {
}

.mod_greeting .person_radius {
	margin-bottom: 15px;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: row-reverse;
	-webkit-box-direction: row-reverse;
	flex-direction: row-reverse;
}

.mod_greeting .person_radius p {
	float: right;
	width: 17%;
	text-align: right;
}

.mod_greeting .person_radius img {
	border-radius: 50%;
	display: inline-block;
	vertical-align: bottom;
	max-width: 150px;
	width: 100%;
}

.mod_greeting .person_radius .greeting_catch {
	float: left;
	width: 80%;
	line-height: 1.9;
	margin-bottom: 0;
	color: #42caba;
	font-size: 2.4rem;
	text-align: left;
	margin-top: 0;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
btn_center
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.btn_center .box:nth-of-type(2n + 1) .btn {
	margin-left: auto;
	margin-right: 0;
}

.btn_center .box:nth-of-type(2n) .btn {
	margin-left: 0;
	margin-right: auto;
}


/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_list_link
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_list_link {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}


.col02 .box.f_nav_small {
	width: 30%;
}

.col02 .box.f_nav_big {
	width: 66%;
}

.f_nav_big .dotlist {
	overflow: hidden;
}

.f_nav_big .dotlist > li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 0;
}

.f_nav_big .dotlist > li:nth-of-type(3n) {
	margin-right: 0;
}

.f_nav_big .dotlist > li:nth-of-type(3n + 4) {
	clear: both;
}

.f_nav_big .dotlist > li:nth-of-type(n + 4) {
	margin-top: 1em;
}


/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
has_side
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.has_side {
	overflow: hidden;
}

.has_side .main_box {
	width: 70%;
	float: left;
}

.has_side .category_box {
	width: 27%;
	float: right;
}

#under .main_box .post-meta {
	margin-top: -20px;
}


/*****************************
------------------------------
mod_l_square
------------------------------
*****************************/

.mod_l_square .square_wrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.mod_l_square .square_wrap:nth-of-type(2n) {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: row-reverse;
	-webkit-box-direction: row-reverse;
	flex-direction: row-reverse;
}

.mod_l_square .square_img {
	position: relative;
	width: 45%;
}

.mod_l_square .square_img img {
	position: absolute;
	top: 0;
	 left: 0;
	width: 100%;
	height: 100%;
	 max-width: none;
	  -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'
}

.mod_l_square .square_detail {
	width: 55%;
}

.mod_l_square .square_detail_inner {
	padding: 40px;
}

/*
****************************************
----------------------------------------
------- mod_setbox
----------------------------------------
****************************************
*/
.mod_setbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 0 1%;
}

.inner2 .mod_setbox + .mod_setbox {
	margin-top: 2%;
}

/*****************************
------------------------------
mod_flex
------------------------------
*****************************/

.mod_flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.mod_flex.flex_reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: row-reverse;
	-webkit-box-direction: row-reverse;
	flex-direction: row-reverse;
}

.mod_flex.flex_items .flex_item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.mod_flex.flex_col02 .flex_item {
	width: 48%;
}

.mod_flex.flex_col03 .flex_item {
	width: 32%;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_posttype_img
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.mod_posttype_img ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.mod_posttype_img.post_col03 li {
	width: 32%;
}

.mod_posttype_img.post_col03 li+li {
	margin-left: 2%;
}

.mod_posttype_img a {
	text-decoration: none;
}

.mod_posttype_img .post_img_ttl {
	margin-top: 15px;
	text-align: left;
}

/*****************************
------------------------------
title_set01
------------------------------
*****************************/
.basic_layout.has_parallax .title_set01 h3 {
	margin-bottom: 60px;
}

/*****************************
------------------------------
title_set02
------------------------------
*****************************/
.basic_layout.has_parallax div[class*="title_set02"] h3+h4 {
	margin-top: 45px;
}

/*****************************
------------------------------
title_set04
------------------------------
*****************************/
.basic_layout.has_parallax .title_set04 h3 {
	margin-bottom: 30px;
}

.basic_layout.has_parallax div[class*="title_set04"] h3+h4 {
	margin-top: 30px;
}

.basic_layout.has_parallax div[class*="title_set04"] h4+h5 {
	margin-top: 45px;
}

.basic_layout.no_parallax div[class*="title_set04"] h3+h4 {
	margin-top: 0;
}

/*****************************
------------------------------
title_set06
------------------------------
*****************************/
.basic_layout.has_parallax div[class*="title_set06"] h4+h5 {
	margin-top: 45px;
}