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

.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;}
.mbl01 {margin-bottom: 90px !important;}
.mts {margin-top: 10px !important;}
.mtm {margin-top: 30px !important;}
.mtl {margin-top: 60px !important;}
.mtl01 {margin-top: 90px !important;}

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

.mt00_pctb {margin-top: 0px !important;}
.mt10_pctb {margin-top: 10px !important;}
.mt20_pctb {margin-top: 20px !important;}
.mt30_pctb {margin-top: 30px !important;}
.mt40_pctb {margin-top: 40px !important;}
.mt50_pctb {margin-top: 50px !important;}
.mt60_pctb {margin-top: 60px !important;}

.mb00_pctb {margin-bottom: 0px !important;}
.mb10_pctb {margin-bottom: 10px !important;}
.mb20_pctb {margin-bottom: 20px !important;}
.mb30_pctb {margin-bottom: 30px !important;}
.mb40_pctb {margin-bottom: 40px !important;}
.mb50_pctb {margin-bottom: 50px !important;}
.mb60_pctb {margin-bottom: 60px !important;}

.pt00_pctb {padding-top: 0px !important;}
.pt10_pctb {padding-top: 10px !important;}
.pt20_pctb {padding-top: 20px !important;}
.pt30_pctb {padding-top: 30px !important;}
.pt40_pctb {padding-top: 40px !important;}
.pt50_pctb {padding-top: 50px !important;}
.pt60_pctb {padding-top: 60px !important;}

.pb00_pctb {padding-bottom: 0px !important;}
.pb10_pctb {padding-bottom: 10px !important;}
.pb20_pctb {padding-bottom: 20px !important;}
.pb30_pctb {padding-bottom: 30px !important;}
.pb40_pctb {padding-bottom: 40px !important;}
.pb50_pctb {padding-bottom: 50px !important;}
.pb60_pctb {padding-bottom: 60px !important;}

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

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

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

.just_height {
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*****************************
------------------------------
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;
}

.list_col03 {
	overflow: hidden;
}

.list_col03 li {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.list_col03 li:nth-of-type(n):nth-of-type(-n+3) {
	margin-top: 0;
}

.list_col03 li:nth-of-type(3n + 1) {
	margin-left: 0;
}

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

.list_col04 {
	overflow: hidden;
}

.list_col04 li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
}

.list_col04 li:nth-of-type(n):nth-of-type(-n+4) {
	margin-top: 0;
}

.list_col04 li:nth-of-type(4n + 1) {
	margin-left: 0;
}

.list_col04 li:nth-of-type(4n+5) {
	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: #66b821 transparent transparent transparent;
	background: none !important;
}

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

.qa_box + .qa_box {
    margin-top: 40px;
    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;
	position: relative;
	z-index: 11;
}

.rowbox .textbox {
	z-index: 10;
	position: relative;
}

.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;
}

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

.cols_mini.col02  > .box:nth-child(n+3) {
	margin-top: 2%;
}

.cols_mini.col02 > .box:nth-child(2n+1) {
	margin-left: 0;
}
.col02 > .box:nth-child(2n+1) {
    clear: both;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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;
	justify-content: center;
}

.header01 .nav_li {
    min-width: 180px;
    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 5px;
	border-right: 2px solid #fff;
	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;
	color: #fff;
	font-size: 2rem;
	font-family: 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.header01 .nav_li:first-of-type {
	width: auto;
	min-width: auto;

}

.header01 .nav_li:first-of-type > a {
	padding: 20px 20px;
	border-right: 0;
	background: #ff6600;
}

/*一番上のリストの下矢印*/
.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 #fff;
	border-right: 2px solid #fff;
	z-index: 11;
}

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


.header01 .nav_li:last-of-type:after,
.header01 .nav_li:before {
	display: none;
}

.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 #66b821;
	background: #66b821
}


.header01 .has_child > .sub_menu_block > .sub_menu > .nav_li_child > a {
	padding: 5px 10px;
	display: block;
	background: #66b821;
	color: #fff;
	font-size: 1.6rem;
}

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

.header01 .has_child > .sub_menu_block > .sub_menu > .nav_li_child:hover > a {
	background: #8ecd59;
	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 #66b821 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 #8ecd59 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 #66b821 transparent;
	z-index: 99;
	background: transparent;
}

.header01 .has_grand .sub_menu_block {
	border-top: 1px solid #66b821;
}

.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 #66b821;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fixed_side
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
#fixed_side {
	overflow: hidden;
	position: fixed;
	top: 43%;
	transform: translateY(-50%);
	right: 0;
	width: 70px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(84,84,84,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(84,84,84,0.2);
	box-shadow: 0px 0px 8px 0px rgba(84,84,84,0.2);
}
/*
****************************************
----------------------------------------
------- 特殊ブロック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;}


/*
****************************************
----------------------------------------
------- img_bg_block 
----------------------------------------
****************************************
*/

.img_bg_block {
	padding: 60px 0;
}

.img_bg_block .inner {
	overflow: hidden;
}

.img_bg_block .img_bg_box {
	width: 50%;
}

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

.img_bg_flex .img_bg_flex_inner {
    min-height: 400px;
    display: flex;
    align-items: center;
    width: 100%;
}

.img_bg_flex.img_bg_noheight .img_bg_flex_inner {
	min-height: auto;
}

.img_bg_block.img_bg_full .img_bg_box {
	width: 100%;
}

.img_bg_frostglass .img_bg_box {
	padding: 40px;
}

.img_bg_text_right .img_bg_box {
	float: right;
}

.img_bg_block.img_bg_greeting:before {
	background-position: center top;
}

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

.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: #66b821;
}


.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.not_text .btn {
	position: static;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.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;
}

.mod_icon_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*
****************************************
----------------------------------------
------- 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;
}

/*
****************************************
----------------------------------------
------- mod_color_box
----------------------------------------
****************************************
*/

.mod_color_box .color_box_item a:hover img,
.mod_color_box .color_box_item a:hover {
	opacity: 1;
}

.mod_color_box .color_box_item {
	transition: 0.5s;
}

.mod_color_box .color_box_item:hover {
	opacity: 0.5;
}

/*
****************************************
----------------------------------------
------- 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: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.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%);
	max-width: 200px;
	width: 100%;
}

/*
****************************************
----------------------------------------
------- 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 #66b821;
}

.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: #66b821;
}

.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: 5px;
    left: 0;
    width: 4px;
    height: 100%;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    background: #66b821;
}

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: #66b821;
	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: #66b821;
	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%;
}

.inner .mod_setbox + .mod_setbox,
.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;
}
/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
stairs_inner
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.stairs_col03:after {
	content: "";
	display: block;
	width: 30%;
	height: 0;
}

.stairs_col03 .stairs_box {
    width: 30%;
}

.stairs_col03 .stairs_box:nth-of-type(3n+1) {
	padding-top: 40px;
}

.stairs_col03 .stairs_box:nth-of-type(3n+2) {
	padding-top: 20px;
}

.stairs_col03 .stairs_box:nth-of-type(n+4) {
	margin-top: 20px;
}

/*****************************
------------------------------
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;
}