@charset "utf-8";

/*
Theme Name: United Rivers
*/

/* breakpoint
@media(max-width:767px){}
@media(max-width:991px){}
*/


/* reset
++++++++++++++++++++++++*/

* { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
  word-break: break-all;
}
h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
}
input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, input, select, textarea {
}
img, fieldset {
	border: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

@media(max-width:767px){
input[type="submit"] {
	-webkit-appearance: none;
}
}


/* common class
++++++++++++++++++++++++*/

/* clear */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; } .clearfix { display: block; }

/*spon-off*/
.PC {display:block;}
.SP {display:none;}
@media(max-width:767px){
.PC {display:none;}
.SP {display:block;}
}


/* font */
.fs110 { font-size: 110% !important; }.fs120 { font-size: 120% !important; }.fs130 { font-size: 130% !important; }.fs140 { font-size: 140% !important; }.fs150 { font-size: 150% !important; }.fs160 { font-size: 160% !important; }.fs170 { font-size: 170% !important; }.fs180 { font-size: 180% !important; }.fs190 { font-size: 190% !important; }.fs200 { font-size: 200% !important; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.text_center { text-align: center !important; }
.text_right { text-align: right !important; }
.text_left { text-align: left !important; }
.float_left { float: left !important; }
.float_right { float: right !important; }

@media(max-width:767px){
.text_center_sp { text-align: center !important; }
.text_left_sp { text-align: left !important; }
.text_right_sp { text-align: right !important; }
.float_left_sp { float: left !important; }
.float_right_sp { float: right !important; }
}

@media(max-width:991px){
.text_center_tb { text-align: center !important; }
.text_left_tb { text-align: left !important; }
.text_right_tb { text-align: right !important; }
.float_left_tb { float: left !important; }
.float_right_tb { float: right !important; }
}

/* margin & padding */
.pt0 { padding-top: 0 !important; }.pl0 { padding-left: 0 !important; }.pr0 { padding-right: 0 !important; }.pb0 { padding-bottom: 0 !important; }.pt10 { padding-top: 10px !important; }.pl10 { padding-left: 10px !important; }.pr10 { padding-right: 10px !important; }.pb10 { padding-bottom: 10px !important; }.pt15 { padding-top: 15px !important; }.pl15 { padding-left: 15px !important; }.pr15 { padding-right: 15px !important; }.pb15 { padding-bottom: 15px !important; }.pt20 { padding-top: 20px !important; }.pl20 { padding-left: 20px !important; }.pr20 { padding-right: 20px !important; }.pb20 { padding-bottom: 20px !important; }.pt25 { padding-top: 25px !important; }.pl25 { padding-left: 25px !important; }.pr25 { padding-right: 25px !important; }.pb25 { padding-bottom: 25px !important; }.pt30 { padding-top: 30px !important; }.pl30 { padding-left: 30px !important; }.pr30 { padding-right: 30px !important; }.pb30 { padding-bottom: 30px !important; }.pt35 { padding-top: 35px !important; }.pl35 { padding-left: 35px !important; }.pr35 { padding-right: 35px !important; }.pb35 { padding-bottom: 35px !important; }.pt40 { padding-top: 40px !important; }.pl40 { padding-left: 40px !important; }.pr40 { padding-right: 40px !important; }.pb40 { padding-bottom: 40px !important; }.pt45 { padding-top: 45px !important; }.pl45 { padding-left: 45px !important; }.pr45 { padding-right: 45px !important; }.pb45 { padding-bottom: 45px !important; }.pt50 { padding-top: 50px !important; }.pl50 { padding-left: 50px !important; }.pr50 { padding-right: 50px !important; }.pb50 { padding-bottom: 50px !important; }.pt55 { padding-top: 55px !important; }.pl55 { padding-left: 55px !important; }.pr55 { padding-right: 55px !important; }.pb55 { padding-bottom: 55px !important; }.pt60 { padding-top: 60px !important; }.pl60 { padding-left: 60px !important; }.pr60 { padding-right: 60px !important; }.pb60 { padding-bottom: 60px !important; }

.mt0 { margin-top: 0 !important; }.ml0 { margin-left: 0 !important; }.mr0 { margin-right: 0 !important; }.mb0 { margin-bottom: 0 !important; }.mt10 { margin-top: 10px !important; }.ml10 { margin-left: 10px !important; }.mr10 { margin-right: 10px !important; }.mb10 { margin-bottom: 10px !important; }.mt15 { margin-top: 15px !important; }.ml15 { margin-left: 15px !important; }.mr15 { margin-right: 15px !important; }.mb15 { margin-bottom: 15px !important; }.mt20 { margin-top: 20px !important; }.ml20 { margin-left: 20px !important; }.mr20 { margin-right: 20px !important; }.mb20 { margin-bottom: 20px !important; }.mt25 { margin-top: 25px !important; }.ml25 { margin-left: 25px !important; }.mr25 { margin-right: 25px !important; }.mb25 { margin-bottom: 25px !important; }.mt30 { margin-top: 30px !important; }.ml30 { margin-left: 30px !important; }.mr30 { margin-right: 30px !important; }.mb30 { margin-bottom: 30px !important; }.mt35 { margin-top: 35px !important; }.ml35 { margin-left: 35px !important; }.mr35 { margin-right: 35px !important; }.mb35 { margin-bottom: 35px !important; }.mt40 { margin-top: 40px !important; }.ml40 { margin-left: 40px !important; }.mr40 { margin-right: 40px !important; }.mb40 { margin-bottom: 40px !important; }.mt45 { margin-top: 45px !important; }.ml45 { margin-left: 45px !important; }.mr45 { margin-right: 45px !important; }.mb45 { margin-bottom: 45px !important; }.mt50 { margin-top: 50px !important; }.ml50 { margin-left: 50px !important; }.mr50 { margin-right: 50px !important; }.mb50 { margin-bottom: 50px !important; }.mt55 { margin-top: 55px !important; }.ml55 { margin-left: 55px !important; }.mr55 { margin-right: 55px !important; }.mb55 { margin-bottom: 55px !important; }.mt60 { margin-top: 60px !important; }.ml60 { margin-left: 60px !important; }.mr60 { margin-right: 60px !important; }.mb60 { margin-bottom: 60px !important; }

@media(max-width:767px){
.pt0_sp { padding-top: 0 !important; } .pl0_sp { padding-left: 0 !important; } .pr0_sp { padding-right: 0 !important; } .pb0_sp { padding-bottom: 0 !important; } .pt10_sp { padding-top: 10px !important; } .pl10_sp { padding-left: 10px !important; } .pr10_sp { padding-right: 10px !important; } .pb10_sp { padding-bottom: 10px !important; } .pt15_sp { padding-top: 15px !important; } .pl15_sp { padding-left: 15px !important; } .pr15_sp { padding-right: 15px !important; } .pb15_sp { padding-bottom: 15px !important; } .pt20_sp { padding-top: 20px !important; } .pl20_sp { padding-left: 20px !important; } .pr20_sp { padding-right: 20px !important; } .pb20_sp { padding-bottom: 20px !important; } .pt25_sp { padding-top: 25px !important; } .pl25_sp { padding-left: 25px !important; } .pr25_sp { padding-right: 25px !important; } .pb25_sp { padding-bottom: 25px !important; } .pt30_sp { padding-top: 30px !important; } .pl30_sp { padding-left: 30px !important; } .pr30_sp { padding-right: 30px !important; } .pb30_sp { padding-bottom: 30px !important; } .pt35_sp { padding-top: 35px !important; } .pl35_sp { padding-left: 35px !important; } .pr35_sp { padding-right: 35px !important; } .pb35_sp { padding-bottom: 35px !important; } .pt40_sp { padding-top: 40px !important; } .pl40_sp { padding-left: 40px !important; } .pr40_sp { padding-right: 40px !important; } .pb40_sp { padding-bottom: 40px !important; } .pt45_sp { padding-top: 45px !important; } .pl45_sp { padding-left: 45px !important; } .pr45_sp { padding-right: 45px !important; } .pb45_sp { padding-bottom: 45px !important; } .pt50_sp { padding-top: 50px !important; } .pl50_sp { padding-left: 50px !important; } .pr50_sp { padding-right: 50px !important; } .pb50_sp { padding-bottom: 50px !important; } .pt55_sp { padding-top: 55px !important; } .pl55_sp { padding-left: 55px !important; } .pr55_sp { padding-right: 55px !important; } .pb55_sp { padding-bottom: 55px !important; } .pt60_sp { padding-top: 60px !important; } .pl60_sp { padding-left: 60px !important; } .pr60_sp { padding-right: 60px !important; } .pb60_sp { padding-bottom: 60px !important; }

.mt0_sp { margin-top: 0 !important; } .ml0_sp { margin-left: 0 !important; } .mr0_sp { margin-right: 0 !important; } .mb0_sp { margin-bottom: 0 !important; } .mt10_sp { margin-top: 10px !important; } .ml10_sp { margin-left: 10px !important; } .mr10_sp { margin-right: 10px !important; } .mb10_sp { margin-bottom: 10px !important; } .mt15_sp { margin-top: 15px !important; } .ml15_sp { margin-left: 15px !important; } .mr15_sp { margin-right: 15px !important; } .mb15_sp { margin-bottom: 15px !important; } .mt20_sp { margin-top: 20px !important; } .ml20_sp { margin-left: 20px !important; } .mr20_sp { margin-right: 20px !important; } .mb20_sp { margin-bottom: 20px !important; } .mt25_sp { margin-top: 25px !important; } .ml25_sp { margin-left: 25px !important; } .mr25_sp { margin-right: 25px !important; } .mb25_sp { margin-bottom: 25px !important; } .mt30_sp { margin-top: 30px !important; } .ml30_sp { margin-left: 30px !important; } .mr30_sp { margin-right: 30px !important; } .mb30_sp { margin-bottom: 30px !important; } .mt35_sp { margin-top: 35px !important; } .ml35_sp { margin-left: 35px !important; } .mr35_sp { margin-right: 35px !important; } .mb35_sp { margin-bottom: 35px !important; } .mt40_sp { margin-top: 40px !important; } .ml40_sp { margin-left: 40px !important; } .mr40_sp { margin-right: 40px !important; } .mb40_sp { margin-bottom: 40px !important; } .mt45_sp { margin-top: 45px !important; } .ml45_sp { margin-left: 45px !important; } .mr45_sp { margin-right: 45px !important; } .mb45_sp { margin-bottom: 45px !important; } .mt50_sp { margin-top: 50px !important; } .ml50_sp { margin-left: 50px !important; } .mr50_sp { margin-right: 50px !important; } .mb50_sp { margin-bottom: 50px !important; } .mt55_sp { margin-top: 55px !important; } .ml55_sp { margin-left: 55px !important; } .mr55_sp { margin-right: 55px !important; } .mb55_sp { margin-bottom: 55px !important; } .mt60_sp { margin-top: 60px !important; } .ml60_sp { margin-left: 60px !important; } .mr60_sp { margin-right: 60px !important; } .mb60_sp { margin-bottom: 60px !important; }
}
@media(max-width:991px){
.pt0_tb { padding-top: 0 !important; } .pl0_tb { padding-left: 0 !important; } .pr0_tb { padding-right: 0 !important; } .pb0_tb { padding-bottom: 0 !important; } .pt10_tb { padding-top: 10px !important; } .pl10_tb { padding-left: 10px !important; } .pr10_tb { padding-right: 10px !important; } .pb10_tb { padding-bottom: 10px !important; } .pt15_tb { padding-top: 15px !important; } .pl15_tb { padding-left: 15px !important; } .pr15_tb { padding-right: 15px !important; } .pb15_tb { padding-bottom: 15px !important; } .pt20_tb { padding-top: 20px !important; } .pl20_tb { padding-left: 20px !important; } .pr20_tb { padding-right: 20px !important; } .pb20_tb { padding-bottom: 20px !important; } .pt25_tb { padding-top: 25px !important; } .pl25_tb { padding-left: 25px !important; } .pr25_tb { padding-right: 25px !important; } .pb25_tb { padding-bottom: 25px !important; } .pt30_tb { padding-top: 30px !important; } .pl30_tb { padding-left: 30px !important; } .pr30_tb { padding-right: 30px !important; } .pb30_tb { padding-bottom: 30px !important; } .pt35_tb { padding-top: 35px !important; } .pl35_tb { padding-left: 35px !important; } .pr35_tb { padding-right: 35px !important; } .pb35_tb { padding-bottom: 35px !important; } .pt40_tb { padding-top: 40px !important; } .pl40_tb { padding-left: 40px !important; } .pr40_tb { padding-right: 40px !important; } .pb40_tb { padding-bottom: 40px !important; } .pt45_tb { padding-top: 45px !important; } .pl45_tb { padding-left: 45px !important; } .pr45_tb { padding-right: 45px !important; } .pb45_tb { padding-bottom: 45px !important; } .pt50_tb { padding-top: 50px !important; } .pl50_tb { padding-left: 50px !important; } .pr50_tb { padding-right: 50px !important; } .pb50_tb { padding-bottom: 50px !important; } .pt55_tb { padding-top: 55px !important; } .pl55_tb { padding-left: 55px !important; } .pr55_tb { padding-right: 55px !important; } .pb55_tb { padding-bottom: 55px !important; } .pt60_tb { padding-top: 60px !important; } .pl60_tb { padding-left: 60px !important; } .pr60_tb { padding-right: 60px !important; } .pb60_tb { padding-bottom: 60px !important; }

.mt0_tb { margin-top: 0 !important; } .ml0_tb { margin-left: 0 !important; } .mr0_tb { margin-right: 0 !important; } .mb0_tb { margin-bottom: 0 !important; } .mt10_tb { margin-top: 10px !important; } .ml10_tb { margin-left: 10px !important; } .mr10_tb { margin-right: 10px !important; } .mb10_tb { margin-bottom: 10px !important; } .mt15_tb { margin-top: 15px !important; } .ml15_tb { margin-left: 15px !important; } .mr15_tb { margin-right: 15px !important; } .mb15_tb { margin-bottom: 15px !important; } .mt20_tb { margin-top: 20px !important; } .ml20_tb { margin-left: 20px !important; } .mr20_tb { margin-right: 20px !important; } .mb20_tb { margin-bottom: 20px !important; } .mt25_tb { margin-top: 25px !important; } .ml25_tb { margin-left: 25px !important; } .mr25_tb { margin-right: 25px !important; } .mb25_tb { margin-bottom: 25px !important; } .mt30_tb { margin-top: 30px !important; } .ml30_tb { margin-left: 30px !important; } .mr30_tb { margin-right: 30px !important; } .mb30_tb { margin-bottom: 30px !important; } .mt35_tb { margin-top: 35px !important; } .ml35_tb { margin-left: 35px !important; } .mr35_tb { margin-right: 35px !important; } .mb35_tb { margin-bottom: 35px !important; } .mt40_tb { margin-top: 40px !important; } .ml40_tb { margin-left: 40px !important; } .mr40_tb { margin-right: 40px !important; } .mb40_tb { margin-bottom: 40px !important; } .mt45_tb { margin-top: 45px !important; } .ml45_tb { margin-left: 45px !important; } .mr45_tb { margin-right: 45px !important; } .mb45_tb { margin-bottom: 45px !important; } .mt50_tb { margin-top: 50px !important; } .ml50_tb { margin-left: 50px !important; } .mr50_tb { margin-right: 50px !important; } .mb50_tb { margin-bottom: 50px !important; } .mt55_tb { margin-top: 55px !important; } .ml55_tb { margin-left: 55px !important; } .mr55_tb { margin-right: 55px !important; } .mb55_tb { margin-bottom: 55px !important; } .mt60_tb { margin-top: 60px !important; } .ml60_tb { margin-left: 60px !important; } .mr60_tb { margin-right: 60px !important; } .mb60_tb { margin-bottom: 60px !important; }
}

/* width */
.w5 { width: 5% !important; } .w10 { width: 10% !important; } .w15 { width: 15% !important; } .w20 { width: 20% !important; } .w25 { width: 25% !important; } .w30 { width: 30% !important; } .w35 { width: 35% !important; } .w40 { width: 40% !important; } .w45 { width: 45% !important; } .w50 { width: 50% !important; } .w55 { width: 55% !important; } .w60 { width: 60% !important; } .w65 { width: 65% !important; } .w70 { width: 70% !important; } .w75 { width: 75% !important; } .w80 { width: 80% !important; } .w85 { width: 85% !important; } .w90 { width: 90% !important; } .w95 { width: 95% !important; } .w100 { width: 100% !important; }
@media(max-width:767px){
.w5_sp { width: 5% !important; } .w10_sp { width: 10% !important; } .w15_sp { width: 15% !important; } .w20_sp { width: 20% !important; } .w25_sp { width: 25% !important; } .w30_sp { width: 30% !important; } .w35_sp { width: 35% !important; } .w40_sp { width: 40% !important; } .w45_sp { width: 45% !important; } .w50_sp { width: 50% !important; } .w55_sp { width: 55% !important; } .w60_sp { width: 60% !important; } .w65_sp { width: 65% !important; } .w70_sp { width: 70% !important; } .w75_sp { width: 75% !important; } .w80_sp { width: 80% !important; } .w85_sp { width: 85% !important; } .w90_sp { width: 90% !important; } .w95_sp { width: 95% !important; } .w100_sp { width: 100% !important; }
}
@media(max-width:991px){
.w5_tb { width: 5% !important; } .w10_tb { width: 10% !important; } .w15_tb { width: 15% !important; } .w20_tb { width: 20% !important; } .w25_tb { width: 25% !important; } .w30_tb { width: 30% !important; } .w35_tb { width: 35% !important; } .w40_tb { width: 40% !important; } .w45_tb { width: 45% !important; } .w50_tb { width: 50% !important; } .w55_tb { width: 55% !important; } .w60_tb { width: 60% !important; } .w65_tb { width: 65% !important; } .w70_tb { width: 70% !important; } .w75_tb { width: 75% !important; } .w80_tb { width: 80% !important; } .w85_tb { width: 85% !important; } .w90_tb { width: 90% !important; } .w95_tb { width: 95% !important; } .w100_tb { width: 100% !important; }
}

/* layout */
.hide { display: none !important; }
.block { display: block !important; }
.inline_block { display: inline-block !important; }
.inline { display: inline !important; }
.table { display: table; width: 100%; margin: 0; }
.table.fixed { table-layout: fixed; }
.table > * { display: table-cell; }
.table.vt > * { vertical-align: top; }
.table.vm > * { vertical-align: middle; }
.table.vb > * { vertical-align: bottom; }
.rowline > * { display: inline-block; }
.rowline.vt > * { vertical-align: top; }
.rowline.vm > * { vertical-align: middle; }
.rowline.vb > * { vertical-align: bottom; }
.flex { display: -ms-flexbox; display: flex; }
.flex.between { -ms-flex-pack: justify; justify-content: space-between; }
.flex.left { -ms-flex-pack: start; justify-content: flex-start; }
.flex.right { -ms-flex-pack: end; justify-content: flex-end; }
.flex.center { -ms-flex-pack: center; justify-content: center; }
.flex.top { -ms-flex-align: start; align-items: flex-start; }
.flex.bottom { -ms-flex-align: end; align-items: flex-end; }
.flex.middle { -ms-flex-align: center; align-items: center; }
.flex[class*='col'] { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex.col1 > * { width: 100%; } .flex.col2 > * { width: 50%; } .flex.col3 > * { width: 33.333333%; } .flex.col4 > * { width: 25%; } .flex.col5 > * { width: 20%; } .flex.col6 > * { width: 16.666666%; } .flex.col7 > * { width: 14.285714%; } .flex.col8 > * { width: 12.5%; } .flex.col9 > * { width: 11.111111%; } .flex.col10 > * { width: 10%; } .flex.col11 > * { width: 9.090909%; } .flex.col12 > * { width: 8.333333%; }
.flex.vt > * { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.flex.vt > * > * { width: 100%; }
.flex.vm > * { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.flex.vm > * > * { width: 100%; }
.flex.vb > * { display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; }
.flex.vb > * > * { width: 100%; }
.flex.tc > * { text-align: center; }
.flex.tl > * { text-align: left; }
.flex.tr > * { text-align: right; }
.flex.wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
.flex.nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap !important; }

@media(max-width:991px){
.hide_tb { display: none !important; }
.block_tb { display: block !important; }
.inline_block_tb { display: inline-block !important; }
.inline_tb { display: inline !important; }
.table_tb { display: table; width: 100%; margin: 0; }
.table_tb.fixed_tb { table-layout: fixed; }
.table_tb > * { display: table-cell; }
.table.vt_tb > *, .table_tb.vt_tb > * { vertical-align: top; }
.table.vm_tb > *, .table_tb.vm_tb > * { vertical-align: middle; }
.table.vb_tb > *, .table_tb.vb_tb > * { vertical-align: bottom; }
.rowline_tb > * { display: inline-block; }
.rowline.vt_tb > *, .rowline_tb.vt_tb > * { vertical-align: top; }
.rowline.vm_tb > *, .rowline_tb.vm_tb > * { vertical-align: middle; }
.rowline.vb_tb > *, .rowline_tb.vb_tb > * { vertical-align: bottom; }
.flex_tb { display: -ms-flexbox; display: flex; }
.flex.between_tb, .flex_tb.between_tb { -ms-flex-pack: justify; justify-content: space-between; }
.flex.left_tb, .flex_tb.left_tb { -ms-flex-pack: start; justify-content: flex-start; }
.flex.right_tb, .flex_tb.right_tb { -ms-flex-pack: end; justify-content: flex-end; }
.flex.center_tb, .flex_tb.center_tb { -ms-flex-pack: center; justify-content: center; }
.flex.top_tb, .flex_tb.top_tb { -ms-flex-align: start; align-items: flex-start; }
.flex.bottom_tb, .flex_tb.bottom_tb { -ms-flex-align: end; align-items: flex-end; }
.flex.middle_tb, .flex_tb.middle_tb { -ms-flex-align: center; align-items: center; }
.flex.wrap_tb, .flex_tb.wrap_tb { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex.nowrap_tb, .flex_tb.nowrap_tb { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex_tb[class*='col'] { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex.col1_tb > *, .flex_tb.col1_tb > * { width: 100%; } .flex.col2_tb > *, .flex_tb.col2_tb > * { width: 50%; } .flex.col3_tb > *, .flex_tb.col3_tb > * { width: 33.333333%; } .flex.col4_tb > *, .flex_tb.col4_tb > * { width: 25%; } .flex.col5_tb > *, .flex_tb.col5_tb > * { width: 20%; } .flex.col6_tb > *, .flex_tb.col6_tb > * { width: 16.666666%; } .flex.col7_tb > *, .flex_tb.col7_tb > * { width: 14.285714%; } .flex.col8_tb > *, .flex_tb.col8_tb > * { width: 12.5%; } .flex.col9_tb > *, .flex_tb.col9_tb > * { width: 11.111111%; } .flex.col10_tb > *, .flex_tb.col10_tb > * { width: 10%; } .flex.col11_tb > *, .flex_tb.col11_tb > * { width: 9.090909%; } .flex.col12_tb > *, .flex_tb.col12_tb > * { width: 8.333333%; }
.flex.vt_tb > *, .flex_tb.vt_tb > * { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.flex.vt_tb > * > *, .flex_tb.vt_tb > * > * { width: 100%; }
.flex.vm_tb > *, .flex_tb.vm_tb > * { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.flex.vm_tb > * > *, .flex_tb.vm_tb > * > * { width: 100%; }
.flex.vb_tb > *, .flex_tb.vb_tb > * { display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; }
.flex.vb_tb > * > *, .flex_tb.vb_tb > * > * { width: 100%; }
.flex.tc_tb > *, .flex_tb.tc_tb > * { text-align: center; }
.flex.tl_tb > *, .flex_tb.tl_tb > * { text-align: left; }
.flex.tr_tb > *, .flex_tb.tr_tb > * { text-align: right; }
.flex.wrap_tb, .flex_tb.wrap_tb { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
.flex.nowrap_tb, .flex_tb.nowrap_tb { -ms-flex-wrap: nowrap; flex-wrap: nowrap !important; }
}

@media(max-width:767px){

.hide_sp { display: none !important; }
.block_sp { display: block !important; }
.inline_block_sp { display: inline-block !important; }
.inline_sp { display: inline !important; }
.table_sp { display: table; width: 100%; margin: 0; }
.table_sp.fixed_sp { table-layout: fixed; }
.table_sp > * { display: table-cell; }
.table_sp.vt_sp > * { vertical-align: top; }
.table_sp.vm_sp > * { vertical-align: middle; }
.table_sp.vb_sp > * { vertical-align: bottom; }
.rowline_sp > * { display: inline-block; }
.rowline_sp.vt_sp > * { vertical-align: top; }
.rowline_sp.vm_sp > * { vertical-align: middle; }
.rowline_sp.vb_sp > * { vertical-align: bottom; }
.flex_sp { display: -ms-flexbox; display: flex; }
.flex.between_sp, .flex_sp.between_sp { -ms-flex-pack: justify; justify-content: space-between; }
.flex.left_sp, .flex_sp.left_sp { -ms-flex-pack: start; justify-content: flex-start; }
.flex.right_sp, .flex_sp.right_sp { -ms-flex-pack: end; justify-content: flex-end; }
.flex.center_sp, .flex_sp.center_sp { -ms-flex-pack: center; justify-content: center; }
.flex.top_sp, .flex_sp.top_sp { -ms-flex-align: start; align-items: flex-start; }
.flex.bottom_sp, .flex_sp.bottom_sp { -ms-flex-align: end; align-items: flex-end; }
.flex.middle_sp, .flex_sp.middle_sp { -ms-flex-align: center; align-items: center; }
.flex.wrap_sp, .flex_sp.wrap_sp { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex.nowrap_sp, .flex_sp.nowrap_sp { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex_sp[class*='col'] { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex.col1_sp > *, .flex_sp.col1_sp > * { width: 100%; } .flex.col2_sp > *, .flex_sp.col2_sp > * { width: 50%; } .flex.col3_sp > *, .flex_sp.col3_sp > * { width: 33.333333%; } .flex.col4_sp > *, .flex_sp.col4_sp > * { width: 25%; } .flex.col5_sp > *, .flex_sp.col5_sp > * { width: 20%; } .flex.col6_sp > *, .flex_sp.col6_sp > * { width: 16.666666%; } .flex.col7_sp > *, .flex_sp.col7_sp > * { width: 14.285714%; } .flex.col8_sp > *, .flex_sp.col8_sp > * { width: 12.5%; } .flex.col9_sp > *, .flex_sp.col9_sp > * { width: 11.111111%; } .flex.col10_sp > *, .flex_sp.col10_sp > * { width: 10%; } .flex.col11_sp > *, .flex_sp.col11_sp > * { width: 9.090909%; } .flex.col12_sp > *, .flex_sp.col12_sp > * { width: 8.333333%; }
.flex.vt_sp > *, .flex_sp.vt_sp > * { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.flex.vt_sp > * > *, .flex_sp.vt_sp > * > * { width: 100%; }
.flex.vm_sp > *, .flex_sp.vm_sp > * { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.flex.vm_sp > * > *, .flex_sp.vm_sp > * > * { width: 100%; }
.flex.vb_sp > *, .flex_sp.vb_sp > * { display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; }
.flex.vb_sp > * > *, .flex_sp.vb_sp > * > * { width: 100%; }
.flex.tc_sp > *, .flex_sp.tc_sp > * { text-align: center; }
.flex.tl_sp > *, .flex_sp.tl_sp > * { text-align: left; }
.flex.tr_sp > *, .flex_sp.tr_sp > * { text-align: right; }
.flex.wrap_sp, .flex_sp.wrap_sp { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
.flex.nowrap_sp, .flex_sp.nowrap_sp { -ms-flex-wrap: nowrap; flex-wrap: nowrap !important; }
}

/* border */
.no_bd_left { border-left: none !important; }
.no_bd_right { border-right: none !important; }
.no_bd_top { border-top: none !important; }
.no_bd_bottom { border-bottom: none !important; }

/* slick slider */
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev:hover, .slick-prev:focus,
.slick-prev{
	left:15%;
  background: url(../images/common/slide_prev.png) no-repeat center;
}
.slick-next:hover, .slick-next:focus,
.slick-next{
	right:15%;
  background: url(../images/common/slide_next.png) no-repeat center;
}
.slick-arrow{
	z-index:10;
}


/* wordpress
++++++++++++++++++++++++*/

/* breadcrumb */
#breadcrumb {
  font-size: 11px;
  margin: 2em 0 1em;
  color: #666666;
}

@media(max-width:767px){
#breadcrumb {
  padding: 1em 1.25em;
  border: 1px solid #eeeeee;
  margin: 2em 0 0;
}
}

/* wp pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 10px 17px !important;
	border: 1px solid #333333 !important;
	color: #1a1a1a;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #333333 !important;
	background: #333333;
	color: #ffffff;
}
.wp-pagenavi .pages {
	display: none;
}

@media(max-width:767px){
.wp-pagenavi {
	text-align: left;
}

}

/* social */
ul.snsbox {
	margin: 15px 0;
}
ul.snsbox li {
	display: inline-block;
	vertical-align: top;
}
ul.snsbox li.fb {
	width: 71px;
}

/* post */
ol,
ol li {
  list-style: decimal inside;
}
em {
  font-weight: bold;
}
blockquote {
  background: #f8f8f8;
  color: #777777;
  border-left: none;
  padding: 1em 2em;
  margin: 1em 0;
  font-size: 100%;
}
blockquote p {
  margin-bottom: 1em;
  word-break: break-all;
  font-size: 100%;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

 Start Cording

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */


/* all setting
++++++++++++++++++++++++*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",Osaka, sans-serif;

	min-width: 1090px;
  font-size: 14px;
  color: #1a1a1a;
}
@media(max-width:767px){
body {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-size: 3.7vw; /* 14 / 375 */
	min-width: inherit;
}
}

/* wrapper */
.container {
	max-width: 1090px;
  margin: 0 auto;
}
.container.small {
  padding:1px 40px 0px;
}
@media(max-width: 991px){
.container {
	width: 93.75%;
  margin: 0 auto;
}
.container.small {
  padding-left: 0;
  padding-right: 0;
}
}

/* typo */
h1, h2, h3, h4, h5, h6, h7 {
	font-size: inherit;
	line-height: 1.5;
}
p, dl, dt, dd, ol, ul, li, table, th, td {
	font-size: inherit;
	line-height: 1.75;
}

/* title */
.title_sec {
  font-size: 36px;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
}
.title_sub_sec {
  font-size: 28px;
  margin: 1em 0;
  text-align: center;
}
.title_sub_sec::after {
  content: "";
  display: block;
  background: #bcbcbc;
  width: 45px;
  height: 5px;
  margin: 20px auto 0;
}

.title_page {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 .25em;
}
.title_page i {
  display: inline-block;
  vertical-align: .1em;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 0;
}
.title_page + p {
  margin-bottom: 1em;
}

@media(max-width:767px){

.title_sec {
  font-size: 200%;
  margin: 30px 0;
}
.title_sub_sec {
  font-size: 180%;
  margin: 30px 0;
}
.title_sub_sec::after {
  margin: 10px auto 20px;
}
.title_page {
  font-size: 200%;
}
.title_page.small {
  font-size: 160%;
}

}

.title_lp_page {
  background: url(../images/common/bg_border_gray.png) left top repeat;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  padding: .5em;
  border: 3px solid #333333;
  margin: 40px auto 50px;
}

@media(max-width:767px){
.title_lp_page {
  font-size: 5vw;
  margin: 20px auto 25px;
}
}

/* text */

/* link */
a:focus, a:hover, a { color: inherit; text-decoration: none; }
a:focus, a:hover { text-decoration: none; }
td a:hover, td a,
p a:hover, p a { color: #55a0d6; }
a:hover img { filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
p > strong {
  color: #d7614f;
  border-bottom: 1px solid #d7614f;
}


a.plink,.plink {
    background-image: url(../images/common/next.svg);
  background-repeat: no-repeat;
  background-size: 8px;
	font-size:14px;
	border-radius:30px;
  background-position: right 15px center;
	display:block;
	margin:10px auto;
	width:98%;
	max-width:320px;
	padding:0.8em 1.8em;
	text-decoration:none  !important;
	text-align:center;
	
}
a.plink1,.plink1 {
	color:#fff !important;
	background-color:#5186ec;
}
a.plink2,.plink2 {
	color:#fff !important;
	background-color:#e9445a;
}
/* button */
.btn_orange a,
.btn_orange input[type="submit"],
.btn_more a {
  display: block;
  background: none;
  background-image:  url(../images/common/icon_btn_arrow.png), url(../images/common/bg_btn_more.png);
  background-repeat: no-repeat, repeat;
  background-size: 18px, 6px;
  background-position: 95% center, right top;
  width: 277px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  border: none;
  border-bottom: solid 3px #f6b98e;
  border-right: solid 3px #f6b98e;
  position: relative;
  z-index: 1;
}
.btn_orange input[type="submit"] {
  display: inline-block;
}
.btn_orange a,
.btn_orange input[type="submit"] {
  background-image: url(../images/common/bg_btn_more.png);
  background-repeat: repeat;
  background-size: 6px;
  background-position: right top;
}
.btn_orange input[type="submit"]::before,
.btn_orange a::before,
.btn_more a::before {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 4px 4px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}
.btn_orange input[type="submit"]::after,
.btn_orange a::after,
.btn_more a::after{
  content: " ";
  position: absolute;
  top: -1px;
  right: -3px;
  width: 0;
  height: 0;
  border-width: 0px 4px 4px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

@media(max-width:767px){

.btn_orange input[type="submit"],
.btn_orange a,
.btn_more a {
  width: 100%;
}

}

/* box */
.box_article {
  width: 350px;
  margin: 0 0 40px;
}
.box_article.small {
  width: 300px;
}
.box_article .text {
  border-left: 3px solid #333333;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
}
.box_article .image {
  border: 3px solid #333333;
  height: 168px;
  overflow: hidden;
  background: #ffffff;
}
.box_article a .image img {
  -moz-transition: -moz-transform .2s ease-in-out,filter .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out,filter .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out,filter .2s ease-in-out;
  transition: transform .2s ease-in-out,filter .2s ease-in-out;
}
.box_article a:hover .image img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box_article .text {
  padding: 1em;
  background: #ffffff;
  color: #1a1a1a;
  min-height: 120px;
  font-weight: bold;
  font-size: 16px;
}
.box_article .text .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: .5em;
}
.box_article .text_sub {
  font-weight: normal;
  font-size: 12px;
}


.box_article2 {
  width: 100%;
}
.box_article2 .image {
  height: 400px;
}
.box_article2 a .image img {
	width:100%;
}
.box_article .more {
    color: #55a0d6;
    text-decoration: underline;
}


@media(max-width:991px){
.box_article {
  width: 320px;
}
.box_article .image {
  height: 160px;
}

.box_article2 {
  width: 100%;
}
.box_article2 .image {
  height: 360px;
}

}

@media(max-width:767px){
.box_article.small {
  width: 100%;
}
.box_article.small,
.box_article {
  margin: 0 0 5.7vw; /* 20 / 350 */
}
.box_article:last-child {
  margin: 0;
}
.box_article .text {}
.box_article .image,
.box_article2 .image {
  height: 46.5vw; /* 163 / 350 */
}
.box_article .text {
  min-height: inherit;
  font-size: 120%;
}
.box_article .text .title {
  font-size: 120%;
}
.box_article .text_sub {
  font-size: 90%;
}
}

.fukidashi {
  border: 2px solid #333333;
  border-radius: 7px;
  padding: 1em .75em;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  line-height: 1.5;
  min-height: 52px;
  font-size: 14px;
}
.fukidashi.row2 {
  text-align: left;
  font-size: 12px;
  padding: .5em .75em;
}
.fukidashi.small {
  padding: 1.25em .75em;
  font-size: 12px;
}
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  z-index: 2;
  display: block;
  background: url(../images/common/icon_fukidashi.png) center no-repeat;
  background-size: 100%;
  width: 21px;
  height: 20px;
}

@media(max-width:767px){
.fukidashi {
  font-size: 110%;
}
.fukidashi.row2 {
  font-size: 90%;
}
.fukidashi.small {
  font-size: 90%;
}
.fukidashi::after {
}
}

/* background */
.bg_green {
  background: #8dbcb9;
  color: #ffffff;
}
.bg_blue_dot {
  background: url(../images/common/bg_blue.jpg) repeat;
  color: #ffffff;
}
.bg_yellow {
  background: #f3f2cc;
}
.bg_lightgray {
  background: #f2f2f2;
}

/* form */
input[type="submit"] {
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  padding: .5em;
  border: 1px solid #cccccc;
}
@media(max-width:767px){
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
}

}
textarea {
  width: 100%;
}
.hissu {
  color: #E51B00;
}


/* header
++++++++++++++++++++++++*/

#header {
  padding: .5em 0 0;
  background: #ffffff;
}
#header.fixed {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
}
#header.fixed + #contents {
  padding-top: 139px;
}
#header .title {
  line-height: 1.5;
  font-size: 11px;
  color: #666666;
}
#header .logo {
  position: relative;
  z-index: 1;
  top: -3px;
}
#header .bnr ul li {
  margin-left: 20px;
}
#gnav {
  border-top: 4px solid #4697d2;
  background: #9ca8af;
  margin-top: 10px;
}
#gnav ul li {
  border-left: 1px solid #7f7f7f;
  text-align: center;
}
#gnav ul li:last-child {
  border-right: 1px solid #7f7f7f;
}
#gnav ul li a {
  display: block;
  padding: .35em 2em;
  color: #ffffff;
  font-weight: bold;
}
#gnav ul li.light a {
  background: url(../images/common/icon_light.png) no-repeat 22px 5px;
  background-size: 20px auto;
  padding-left: 45px;
}
#header  .bnr {
	position:relative;
}
#header  .bnr:before {
    background: url(../images/common/btn_bg.png) no-repeat right top;
    background-size: auto 100%;
    padding-right: 0;
    display: block;
    width: 100px;
    height: 80px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: -55px;
	z-index:1;
}

.slide-down {
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: 1s;
  top: 0;
}
.slide-up {
  animation-name: slideUp;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: 1s;
  top: -150px;
}
@keyframes slideDown {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -150px;
  }
}

@media(max-width:767px){
#header {
  padding: .85em 0 0;
}
#header .logo {
  text-align: left;
  padding: .5em 0;
}
#header .logo img {
  width: 62.8vw; /* 220 / 350 */
}
#header .title {
  display: none !important;
}
#header .bnr {
	display:none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #FF8800;
}
#header .bnr ul li {
  padding: 0;
  text-align:center;

}
#header .bnr ul li a {
	display: block;
	padding: 10px 0;
}
#header .bnr ul li img {
  width: 50%;

}
#header .bnr ul li:last-child {
  /* padding-top: 3.5vw  !important;  13 / 365 */
}
#sp_menu {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}
#sp_menu img {
  width: 11.4vw; /* 40 / 350 */
  height: auto;
}
#gnav ul { display: none; }
#gnav ul li {
  display: block;
  border-left: none;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#gnav ul li:last-child {
  border-right: none;
  border-bottom: none;
}
#gnav ul li a {
  padding: 1em 2em;
}
#gnav ul li.light a {
  background: none;
  padding-left: 1em 2em;
}

#header  .bnr:before { display: none;}
}


/* contents
++++++++++++++++++++++++*/

#contents {}
/* mvadd */
.mvadd > div > div {

}
.mvadd .mvadd1 {background:#3799be;padding:0 0;}
.mvadd .mvadd2 {background:#212324;color:#fff;font-size:20px; text-align:center;font-weight:bold;padding:20px 0;}
.mvadd .mvadd2 span {color:#edeb4e;}
.mvadd .mvadd3 {background:#d76250;color:#000000;font-size:18px; text-align:center;padding:15px 0;font-weight:bold;}
.mvadd .mvadd3 span {color:#d76250;background:#fff;padding:5px 8px;margin:0 5px;}
.mvadd .mvadd4 {background:#8dbcb9;}
.mvadd .mvadd4 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
	}
.mvadd .mvadd4 .desc {position:relative;width:40%;font-size:24px;color:#fff;box-sizing:border-box;padding:5px 20px;text-align:center;}
.mvadd .mvadd4 .desc:after {content:"";display:block;position:absolute;right:-10px;top:0;width:20px;height:100%;background:url(../images/common/ar-pc.png) no-repeat right center;}
.mvadd .mvadd4 span {color:#edeb4e;font-size:32px;font-weight:bold;}
.mvadd .mvadd4 .image {width:60%;background:#fff;padding:55px 35px;box-sizing:border-box;text-align:center;}
.mvadd .mvadd4 .image img {max-width:480px;}
.mvadd .mvadd5 {background:#3799be;text-align:center;font-size:16px;color:#fff;padding:30px 0;font-weight:bold;}
.mvadd .mvadd5 .picture {box-sizing:border-box;padding:20px;background:#fff;margin-top:20px;}
@media(max-width:767px){
	.mvadd .mvadd2 {font-size:16px; padding:10px 0;}
	.mvadd .mvadd3 {font-size:14px;line-height:2;}
	.mvadd .mvadd4 .desc {width:100%;font-size:16px;padding:10px 0px;}
	.mvadd .mvadd4 .image {width:100%;padding:20px;}
	.mvadd .mvadd4 .image img {    max-width: 100%;}
	.mvadd .mvadd4 .desc:after {right:0px;top:auto;bottom:-10px;width:100%;height:20px;background:url(../images/common/ar-sp.png) no-repeat top center;background-size:   auto 20px;}
	.mvadd .mvadd5 .picture {padding:10px;}
}
/* ウエンツさん撤去後に有効
.mvadd .mvadd1 .container.small {
	padding:60px;
}
*/
/* kv */
.kv {
  text-align: center;
  padding: 0 0 5px;
}
.kv .title {
  font-size: 24px;
  font-weight: bold;
  padding: 2em 0 1em;
}
.kv .itemlist {
  padding: 0 40px;
  margin: 0 0 30px;
}
.kv .item {
  background: #ffffff;
  color: #474747;
  text-align: center;
  padding: 30px;
}
.kv .item p {
  margin: 0 0 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.kv .item p img{
	width:100%;
	height:240px;
	object-fit:cover;
}
.kv .item p a{ text-decoration:underline;}
.kv .text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.kv .text i {
  vertical-align: 5px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.kv .text span {
  font-size: 24px;
}

section {
 padding: 40px 0;
}

@media(max-width:767px){
.kv .title {
  font-size: 140%;
  padding: 1.5em 0 1em;
}
.kv .itemlist {
  padding: 0;
}
.kv .item {
  margin-bottom: 2.8vw; /* 10 / 350 */
}
.kv .item p {
  font-size: 180%;
}
.kv .text {
  font-size: 160%;
}
.kv .text span {
  font-size: 120%;
}
section {
 padding: 30px 0;
}
	.mvadd6.kv   .item{
		width:100% !important;
    padding: 15px;
	}
	.mvadd6.kv .item p {
    font-size: 120%;
}
}


/* sec_catch */
.sec_catch { padding: 0; }
.sec_catch .container{
  position: relative;
  z-index: 1;
  min-height: 400px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.sec_catch .text {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1em;
}
.sec_catch .text span {
  font-size: 34px;
  display: inline-block;
  vertical-align: -.07em;
  border-bottom: 4px solid #ffffff;
  line-height: 1.5;
}
.sec_catch .image {
  margin: 30px 0 0;
  position: relative;
  z-index: 1;
  left: -40px;
}
.sec_catch .image_2 {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -10px;
}

@media(max-width:991px){
.sec_catch .image {
  left: 0;
}
.sec_catch .image_2 {
  right: -20px;
}
}

@media(max-width:767px){
.sec_catch .container {
  min-height: inherit;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec_catch .text {
  font-size: 170%;
  text-align: center;
}
.sec_catch .text span {
  font-size: 140%;
}
.sec_catch .image {
  left: 0;
}
.sec_catch .image_2 {
  position: static;
  margin-top: 30px;
  top: 0;
  text-align: center;
}
}


/* sec_service */
.sec_service {
  padding: 0;
}
.sec_service .title_sec {
  background: url(../images/common/sec_2_bg_ttl.png) no-repeat center;
  background-size: 173px;
  padding: 1em 0;
}
.sec_service .box_article {
  padding-bottom: 34px;
  background: url(../images/common/sec_2_icon.png) no-repeat center bottom;
  background-size: 82px;
}

@media(max-width:767px){
.sec_service {
  padding: 0 0 30px;
}
.sec_service .title_sec {
  background: url(../images/common/sec_2_bg_ttl.png) no-repeat center top;
  background-size: 62.8vw; /* 220 / 350 */
  padding: 1.5em 0;
}
}

/* sec_case */
.sec_case {
  position: relative;
  z-index: 1;
}
.sec_case::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -50px;
  left: 10%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 495px 0 495px;
  border-color: #89c0dc transparent transparent transparent;
}
.sec_case .box_article .text {
  min-height: 150px;
  position:relative;
}
.sec_case .box_article .text2 {
  position:relative;
  top:50px;
  border:3px solid #000;
  margin-bottom:50px;

}

.sec_case .box_article .text2:before {
  position:absolute;
  top:-53px;
  background: url(../images/common/arrow2.png) no-repeat center -20px;
  background-size:100%;
  width:100px;
  height:60px;
  content:"";
  display:block;
  left:50%;
  margin-left:-50px;
}
.sec_case .box_article .text3:before {
  background: url(../images/common/arrow1.png) no-repeat center -20px;
  background-size:100%;
}



.sec_case .box_article .text p {
  margin-bottom: 1em;
}
.sec_case .box_article .text p:last-child {
  margin: 0;
}
.sec_case .text_bottom {
  font-size: 16px;
}

@media(max-width:767px){
.sec_case::after {
  display: none;
  border-width: 25px 250px 0 250px;
  border-color: #89c0dc transparent transparent transparent;
}
.sec_case .title_sec {
  margin-top: 0;
}
}

/* sec_offer */
.sec_offer {
  text-align: center;
}
.sec_offer p {
  font-size: 36px;
  font-weight: bold;
  margin: 60px 0 1em;
  line-height: 2;
}
.sec_offer strong {
  border: none;
  color: #ffffff;
  padding: .1em;
}
.sec_offer strong.blue {
  background: #1a98d7;
}
.sec_offer strong.red {
  background: #d76250;
}

@media(max-width:767px){
.sec_offer p {
  font-size: 120%;
  margin: 0 0 1em;
}
}


/* sec_book */
.sec_book .bd_blue {
  padding: 30px;
  border: 5px solid #4597d1;
  margin-bottom: 50px;
}
.sec_book .image {
  min-width: 278px;
}
.sec_book .image .btn_book {
}
.sec_book .image .btn_book ul li {
  margin: 10px 0 0;
}
.sec_book .image .btn_book ul li a {
  background: #cccccc;
  border: 2px solid #999999;
  display: block;
  padding: .5em;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.sec_book .image .btn_book ul li.buy a {
  background: #d76250;
  border: 2px solid #d76250;
  color: #ffffff;
}
.sec_book .text .title_sec {
  font-size: 32px;
  text-align: left;
}
.sec_book .text {
  padding-left: 40px;
  width: 742px;
}
.sec_book .text .image_2 {
  min-width: 245px;
}
.sec_book .text .text_2 {
  font-size: 16px;
  padding-left: 20px;
}
.sec_book .text .text_2 p {
  line-height: 2.25;
  margin-bottom: 20px;
  word-break: break-all;
}

@media(max-width:767px){
.sec_book .bd_blue {
  padding: 8.5vw 4.2vw; /* 30 15 / 350 */
  margin-bottom: 0;
}
.sec_book .image {
  min-width: inherit;
}
.sec_book .image_2 img,
.sec_book .image img {
  width: 100%;
}
.sec_book .image .btn_book {
}
.sec_book .image .btn_book ul li {
}
.sec_book .image .btn_book ul li a {
  font-size: 100%;
}
.sec_book .image .btn_book ul li.buy a {}
.sec_book .text .title_sec {
  font-size: 180%;
  margin-bottom: 10px;
}
.sec_book .text {
  width: auto;
  padding-left: 0;
}
.sec_book .text .image_2 {
  min-width: inherit;
  width: 30%;
  padding: 5px 15px 0 0;
}
.sec_book .text .text_2 {
  font-size: 100%;
  padding-left: 0;
  width: 70%;
}
.sec_book .text .text_2 p {
  line-height: 2;
  margin-bottom: 10px;
}
.sec_book .btn_cv_1 {
  text-align: center;
}
.sec_book .btn_cv_1 img {
  width: 100%;
}
}

/* sec_column */
.sec_column {
  padding-bottom: 80px;
  color: #1a1a1a;
}
.sec_column .title_sec {
  font-size: 32px;
  background: url(../images/common/sec_6_icon_ttl.png) no-repeat center top;
  background-size: 45px;
  padding-top: 65px;
}
.sec_column .title_sec i {
  margin: 0 10px;
  vertical-align: .1em;
}

/* アイコン無しver */
.sec_column .title_sec.nonicon {
  background: none;
}

@media(max-width:767px){
.sec_column {
  padding-bottom: 30px;
}
.sec_column .title_sec {
  font-size: 160%;
  margin-top: 0;
}
/* アイコン無しver */
.sec_column .title_sec.nonicon {
	padding-top: 45px;
}
.sec_column .btn_cv_3 {
  margin-top: 10px;
}
}


/* sec_greeting */
.sec_greeting {
  padding-bottom: 90px;
}
.sec_greeting .title_sec {
  background: url(../images/common/sec_7_icon_ttl.png) no-repeat center top;
  background-size: 45px;
  padding-top: 65px;
}
.sec_greeting .title_sec p {
  font-size: 28px;
  margin-bottom: 1em;
}
.sec_greeting .box_white {
  background: #ffffff;
  padding: 40px;
}
.sec_greeting .box_white .title_sub {
  font-weight: bold;
  line-height: 2.5;
  font-size: 16px;
}
.sec_greeting .box_white p {
  line-height: 2.5;
  margin-bottom: 1.5em;
}
.sec_greeting .box_white p:last-child {
  margin-bottom: 0;
}
.sec_greeting .box_white img {
  margin: 0 0 0 40px;
}

@media(max-width:767px){
.sec_greeting {
  padding-bottom: 30px;
}
.sec_greeting .title_sec {
  font-size: 120%;
  margin-top: 0;
}
.sec_greeting .title_sec p {
  font-size: 100%;
}
.sec_greeting .box_white {
  padding: 5.7vw; /* 20 / 350 */
}
.sec_greeting .box_white img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.sec_greeting .box_white .title_sub {
  line-height: 1.75;
  font-size: 120%;
  margin-bottom: .5em;
}
.sec_greeting .box_white p {
  line-height: 1.75;
  margin-bottom: 1em;
}
}


/* sec_faq */
.sec_faq {
  padding-bottom: 90px;
}
.sec_faq .title_sec {
  background: url(../images/common/sec_8_icon_ttl.png) no-repeat center top;
  background-size: 45px;
  padding-top: 65px;
}
.sec_faq dl {
  padding: 40px;
  border-top: 2px solid #cccccc;
}
.sec_faq dl:last-child {
  border-bottom: 2px solid #cccccc;
}
.sec_faq dl dt {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 55px;
  margin: 0 0 20px;
  background: url(../images/common/sec_8_icon_q.png) no-repeat left top;
  background-size: 40px;
  min-height: 40px;
}
.sec_faq dl dt a {
  color: #55a0d6;
  text-decoration: underline;
}
.sec_faq dl dd {
  font-size: 16px;
  padding: 0 0 0 55px;
  background: url(../images/common/sec_8_icon_a.png) no-repeat left top;
  background-size: 40px;
  min-height: 40px;
  line-height: 2;
}

@media(max-width:767px){
.sec_faq {
  padding-bottom: 30px;
}
.sec_faq .title_sec {
  margin-top: 0;
  font-size: 160%;
}
.sec_faq dl {
  padding: 5.7vw 0; /* 20 / 350 */
}
.sec_faq dl:last-child {
}
.sec_faq dl dt {
  font-size: 140%;
  padding: 0 0 0 55px;
  min-height: 40px;
  background: url(../images/common/sec_8_icon_q.png) no-repeat left top;
  background-size: 40px;
}
.sec_faq dl dd {
  font-size: 120%;
  line-height: 1.75;
}
}


/* sec_knowledge */
.sec_knowledge {
  padding-bottom: 60px;
}
.sec_knowledge .title_sec {
  background: url(../images/common/sec_9_icon_ttl.png) no-repeat center top;
  background-size: 45px;
  padding-top: 65px;
}

@media(max-width:767px){
.sec_knowledge {
  padding-bottom: 30px;
}
.sec_knowledge .title_sec {
  margin-top: 0;
  font-size: 160%;
}
}


/* sec_review */
.sec_review {
  padding-bottom: 50px;
}
.sec_review .title_sec {
  background: url(../images/common/sec_10_icon_ttl.png) no-repeat center top;
  background-size: 45px;
  padding-top: 65px;
}

@media(max-width:767px){
.sec_review {
  padding-bottom: 30px;
}
.sec_review .title_sec {
  margin-top: 0;
  font-size: 150%;
}
}


/* sec_news */
.sec_news {}
.sec_news .title_sec {
  font-size: 26px;
  text-align: left;
  background: url(../images/common/sec_11_icon_ttl.png) no-repeat left center;
  background-size: 45px;
  padding: .1em;
  padding-left: 65px;
}
.sec_news .left {
  padding-right: 20px;
}
.sec_news .right {
  padding-left: 20px;
}
.sec_news .box_scroll {
  padding: 20px;
  background: #ffffff;
  height: 215px;
  overflow-y: scroll;
}
.sec_news dl {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec_news dl dt i {
  background: #ecc16b;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  padding: .05em .5em;
  margin-right: .5em;
  font-size: 12px;
  display: inline-block;
}
.sec_news dl dt time {
  color: #d76250;
}

@media(max-width:767px){
.sec_news .title_sec {
  font-size: 160%;
  margin-bottom: .5em;
  background-size: 35px;
  padding-left: 50px;
}
.sec_news .left .title_sec {
  margin-top: 0;
}
.sec_news .left {
  padding-right: 0;
  padding-bottom: 10px;
}
.sec_news .right {
  padding-left: 0;
}

}

/* page
++++++++++++++++++++++++*/

#contents.page #main {
  width: 720px;
  float: right;
}
#contents.page #main section {
  padding: 0;
  margin: 40px 0;
}
#contents.page #sidebar {
  width: 230px;
  float: left;
  margin: 40px 0;
}

@media(max-width:767px){

#contents.page #main {
  width: 100%;
  float: none;
}
#contents.page #main section {
  margin: 30px 0;
}
#contents.page #sidebar {
  width: 100%;
  float: none;
  margin: 30px 0;
}

}

#sidebar .bnr li {
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: center;
}
#sidebar .bnr a {
  color: #55a0d6;
  text-decoration: underline;
  font-size: 12px;
}
#sidebar .bnr img {
  padding: 0 0 2px;
}
#sidebar .menu {
  margin: 0 0 30px;
}
#sidebar .menu:last-child {
  margin: 0;
}
#sidebar .menu .title {
  font-size: 15px;
  font-weight: bold;
  background: url(../images/common/bg_border_gray.png) repeat;
  background-size: 19px;
  padding: .5em;
  border: 3px solid #333333;
}
#sidebar .menu .title i {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: .1em;
}
#sidebar .menu li {
  border-bottom: 3px solid #333333;
  border-left: 3px solid #333333;
  border-right: 3px solid #333333;
  font-size: 12px;
}
#sidebar .menu li a {
  display: block;
  background: url(../images/common/side_icon_arrow.png) no-repeat 95% center;
  background-size: 8px;
  padding: .75em 24px .75em 1em;
}

@media(max-width:767px){

#sidebar .bnr img {
  padding: 0 0 5px;
}
#sidebar .menu li a {
  padding: .75em 36px .75em 1em;
}

}

/* sec_page_service */
.sec_page_service .item {
  margin-bottom: 30px;
}
.sec_page_service .item:last-child {
  margin-bottom: 0;
}
.sec_page_service .item > .title {
  font-weight: bold;
  background: url(../images/common/bg_border_gray.png) repeat;
  background-size: 19px;
  padding: .5em .5em .5em 2em;
  border: 3px solid #333333;
  color: #666666;
}
.sec_page_service .item .left {
  padding-right: 30px;
}
.sec_page_service .item .explain {
  padding: 30px;
  border: 3px solid #333333;
  border-top: 0;
}
.sec_page_service .item::after {
  display: block;
  content: "";
  width: calc(100% - 6px);
  height: 10px;
  border: 3px solid #333333;
  border-top: 0;
  background: url(../images/common/bg_border_gray.png) repeat;
  background-size: 19px;
}
.sec_page_service .item .explain .title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 1em;
}
.sec_page_service .item .explain p {
  margin: 0 0 1em;
}

@media(max-width:767px){
.sec_page_service .item {
  margin-bottom: 15px;
}
.sec_page_service .item .explain {
  padding: 15px;
}
.sec_page_service .item > .title {
  padding: .5em;
  text-align: center;
}
.sec_page_service .item .explain .title {
  margin: 0 0 .5em;
}
.sec_page_service .item .left {
  padding-right: 0;
  margin-bottom: 15px;
}

}

/* sec_page_detail */
.sec_page_detail .title {
  border: 3px solid #333333;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
}
.sec_page_detail .text {
  border: 3px solid #333333;
  border-top: 0;
  padding: 20px 45px 45px;
}
.sec_page_detail .eyecatch {
  margin: 0 0 20px;
}
.sec_page_detail .head {
  font-size: 13px;
  margin: 0 0 10px;
}
.sec_page_detail .head .auther {
  color: #73afdd;
  text-decoration: underline;
}
.sec_page_detail .head .auther .image {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.sec_page_detail .head .auther img {
  width: 100%;
}

@media(max-width:767px){

.sec_page_detail .text {
  padding: 15px;
}

}

.post h3 {
  background: #56a0d6;
  padding: .75em 1em;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 2em 0;
}
.post h4 {
  background: #eaeaea;
  padding: .5em .75em;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0;
}
.post h5 {
  border-bottom: 3px solid #eaeaea;
  padding: .5em .75em;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin: 1em 0;
}
.post p {
  margin: 0 0 1em;
  line-height: 2;
	font-size:1.1em;
}
.post a {
  color: #73afdd;
  text-decoration: underline;
}
.post ol li,
.post ul li {
  margin: 1em 0;
	font-size: initial;
	font-size:1.1em;
}
.post ol li li,
.post ul li li {
	font-size:1em;
	
}

.sec_page_detail .post h3 {
  width: calc(100% + 89.5px);
  margin-left: -45px;
}

@media(max-width:767px){

.sec_page_detail .post h3 {
  width: 100%;
  margin-left: 0;
}

}

.sec_page_detail .foot ul {
  margin-left: -5px;
}
.sec_page_detail .foot li {
  padding-left: 5px;
}

@media(max-width:767px){

.sec_page_detail .foot ul {
  margin-left: -5px;
}
.sec_page_detail .foot li {
  padding-left: 5px;
  margin-bottom: 5px;
}

}

.sec_page_detail_auther > .title {
  background: url(../images/common/bg_border_gray.png) repeat;
  background-size: 15px;
  border: 3px solid #333333;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
}
.sec_page_detail_auther > .text {
  border: 3px solid #333333;
  border-top: 0;
  padding: 25px 45px 0;
}
.sec_page_detail_auther .left {
  width: 150px;
}
.sec_page_detail_auther .right {
  width: calc(100% - 150px);
  padding-left: 25px;
}
.sec_page_detail_auther .right .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5em;
}
.sec_page_detail_auther .right p {
  font-size: 13px;
}
.sec_page_detail_auther .right .title a {
  color: #73afdd;
  text-decoration: underline;
}
.sec_page_detail_auther .recent .title {
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0 .5em;
}
.sec_page_detail_auther .btn {
  margin: 40px 0 0;
}
.sec_page_detail_other,
.sec_page_detail_case {

}

@media(max-width:767px){

.sec_page_detail_auther > .text {
  padding: 15px;
}
.sec_page_detail_auther .left {
  width: 80px;
}
.sec_page_detail_auther .right {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.sec_page_detail_other .title_page,
.sec_page_detail_case .title_page {
  font-size: 160%;
}

}

/* sec_page_company */
.sec_page_company {}
.table_2,
.table_1 {
  margin: 40px 0;
  padding: 15px 30px;
  border: 3px solid #333333;
  font-size: 15px;
}
.table_2 {
  padding: 0;
  border: none;
}
.table_2 table,
.table_1 table {
  width: 100%;
}
.table_2 table tr th,
.table_2 table tr td,
.table_1 table tr th,
.table_1 table tr td {
  vertical-align: top;
  line-height: 1.75;
  padding: 15px 0;
  border-bottom: 1px solid #333333;
}
.table_2 table tr th,
.table_1 table tr th {
  font-weight: bold;
  padding: 15px 0;
  min-width: 175px;
  text-align: left;
}
.table_2 table tr:last-child th,
.table_2 table tr:last-child td,
.table_1 table tr:last-child th,
.table_1 table tr:last-child td {
  border-bottom: none;
}
.table_1 table tr:last-child td {
}

@media(max-width:767px){

.table_2,
.table_1 {
  margin: 30px 0;
  padding: 15px;
  font-size: 120%;
}
.table_2 {
  padding: 0;
}
.table_2 table,
.table_1 table,
.table_2 table tr,
.table_1 table tr {
  display: block;
}
.table_2 table tr th,
.table_2 table tr td,
.table_1 table tr th,
.table_1 table tr td {
  display: block;
  border-bottom: none;
}
.table_2 table tr th,
.table_1 table tr th {
  padding: 15px 0 2px;
  min-width: inherit;
}
.table_2 table tr td,
.table_1 table tr td {
  border-bottom: 1px solid #333333;
  padding: 2px 0 15px;
}
.table_2 table tr:first-child th,
.table_1 table tr:first-child th {
  padding-top: 0;
}
.table_2 table tr:last-child td,
.table_1 table tr:last-child td {
  padding-bottom: 0;
}

}

.table_3 table {
  width: 100%;
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
.table_3 table tr td,
.table_3 table tr th {
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  padding: 1em;
  font-size: 14px;
  text-align: center;
}
.table_3 table tr th {
  background: #d76250;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

/* footer
++++++++++++++++++++++++*/

#footer {
  padding: 40px 0 20px;
  background: #9ca8af;
  color: #ffffff;
}
#footer .menu {
  margin-bottom: 20px;
}
#footer .menu ul li {
  margin-bottom: .5em;
}
#footer .menu ul li a {
  display: block;
  background: url(../images/common/footer_menu_icon.png) no-repeat left center;
  background-size: 18px;
  padding-left: 28px;
}
#footer .footer_info {
  overflow: hidden;
}
#footer .footer_info > * {
  width: 350px;
}
#footer .copyright {
  text-align: center;
  margin-top: 20px;
}
#footer .bnr {display:none;}

@media(max-width:991px){
#footer .footer_info > * {
  width: 320px;
}
}

@media(max-width:767px){
#footer {
  padding: 30px 0 25%;
}
#footer .footer_info > * {
  width: 100%;
  margin-bottom: 2.8vw; /* 10 / 350 */
  text-align: center;
}
#footer .menu {
  margin-bottom: 5.7vw; /* 20 / 350 */
  text-align: left;
}
#footer .menu ul li {
  border-top: 1px solid rgba(255, 255, 255, .5);
  line-height: 1.25;
  margin: 0;
}
#footer .menu ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#footer .menu ul li a {
  padding-top: 1em;
  padding-bottom: 1em;
}
#footer .copyright {
  line-height: 1;
}

#footer .bnr {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
	display:block;
  background: rgba(255,255,255,0.9);
	padding:5px;
	box-sizing:border-box;
}
	#footer .bnr li {text-align:center;}
	#footer .bnr li a {display: block;padding:5px;}
}

.news{
	margin-top:30px;
	margin-bottom:30px;
	background:#fff;
	padding:15px 30px 15px;
	color:#000;
	position:relative;
}

.news p{ padding-bottom:15px;}
.news p em{ color:#d11414;}

#step2{ display:none;}
#contact .stepform{
	text-align:center;
	padding:30px 0 15px;
}
#contact .stepform li{
	display:inline-block;
	background:url(../images/step.png) no-repeat right center;
	font-size:1.6em;
	font-weight:bold;
	color:#999;
	padding:0 25px 0 0;
	margin-right:10px;
}
#contact .stepform li:last-of-type{
	background:none;
	padding-right:0;
	margin-right:0;
}
#contact .stepform li.act{ color:#28a8c6; font-weight:bold;}
#contact .formbtn{
	width:60%;
	margin:0 auto;
	text-align:center;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
#contact .formbtn li{
	display:block;
	width:30%;
	margin:0 5px;
}
#contact .formbtn li{ width:30%;}
#contact .formbtn li:last-of-type{ width:60%; }
#contact .formbtn li .nextbtn{
	display:block;
	width:100%;
	border:none;
	-webkit-appearance: none;
	border-bottom:solid 3px #F6B98E;
	padding:15px;
	text-align:center;
    background:#FE8D1C url(../images/btn_arrow.png) no-repeat 92% center;
	background-size:8px auto;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#contact .formbtn li .prevbtn{
	display:block;
	width:100%;
	border-bottom:solid 3px #aaa;
	padding:10px;
	font-size:0.9em;
	text-align:center;
    background:#555;
	color:#fff;
	font-weight:bold;
}
@media(max-width:767px){
#contact .stepform li{
	display:inline-block;
	background:url(../images/step.png) no-repeat right center;
	background-size:10px auto;
	font-size:1.3em;
	font-weight:bold;
	color:#999;
	padding:0 20px 0 0;
	margin-right:10px;
}
#contact .formbtn{
	width:100%;
	margin-top:10px;
}
	#breadcrumb {display:none;}
}
.ytube{ text-align:center;}
.ytube iframe{
	max-width:100%;

}

a.cmbtn, .cmbtn {
	background-size:16px auto;
	background-repeat:no-repeat;
	background-position: 97% center;
	display:block;
	max-width:600px;
	width:100%;
	margin:auto;
	border-radius:50px;
	padding:20px 8px;
	font-size:24px;
	font-weight:bold;
	border-bottom:3px solid #eee;
	position:relative;
}


a.bbtn, .bbtn {
	background-color:#FA7920;
	background-image:url(../images/common/next.svg);
	color:#fff;
}

a.bbtn2, .bbtn2 {
    background-color: #FA7920;
    background-image: url(../images/common/next.svg);
    color: #fff;
    font-size: 14px;
    padding: 10px;
    width: 175px;
    text-align: center;
	line-height:1;
	background-size:10px auto;
	background-position: 95% center;
}
a.telbtn, .telbtn {
background-color: #fff;
    background-image: url(../images/common/telephone.svg);
    font-size: 20px;
    padding: 0px 5px 0 20px;
    text-align: center;
    line-height: 1;
    background-size: 15px auto;
    background-position: 0 center;
    border: none;
}
.eigyo {display:block;font-size:10px;color:#333;text-align:center;}


@media(max-width:767px){

a.cmbtn, .cmbtn {
	background-size:14px auto;
    padding: 9px 30px 9px 20px;
	font-size:20px;
}
	#footer .bnr li a {
    padding: 9px 30px 9px 20px;

	}
}

.privacy p {
  margin-bottom: 16px;
  text-align:left;
  font-size: 0.9em;
}
.privacy h1{
  font-size: 1.1em;
  margin-bottom: 16px;	
}
.privacy h2 {
  font-size: 1.1em;
  margin-bottom: 16px;
}

.privacy h3 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1em;
  padding: 4px 0;
  margin-bottom: 16px;
}

.privacy h3:after {
display:none;
}
.privacy .innerbox {
  font-size: 0.9em;
}
p.righttxt {
    text-align: right !important;
}
.kyokanum{
	font-size:0.8em;
	line-height:1.4em;
	padding-right:1em;
}
#thankspage{
	padding-top:1.5em;
}
#thankspage p{
	padding-bottom:1.5em;
}
#thankspage .imgR{
	float:right;
	width:30%;
	margin:0 0 1.5em 1.5em;
}
#thankspage p.big{
	font-size:2em;
}
#thankspage p em{
	color:#e60b00;
	font-weight:bold;
}
@media(max-width:767px){
#thankspage .imgR{
	float:none;
	width:100%;
	margin:0 0 1.5em;
}	
}

.title_keyword{
	margin-top:30px;
	background:url(../images/common/sec_6_icon_ttl.png) no-repeat left center;
	background-size:45px auto;
	padding:1.5em 0 1.5em 65px;
	font-size: 26px;
	font-weight:bold;
	text-align: left;	
}

@media(max-width:767px){
	.title_keyword{
		font-size: 160%;
		padding:0;
margin-bottom: .5em;
background-size: 35px;
padding-left: 50px;
	}
}

.keywordbox{
	background:#fff;
	padding:25px;
}
.keywordbox ul{
	  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
.keywordbox ul li{
	padding:0.5em 1em;
}
.keywordbox ul li a{
	font-weight:bold;
	text-decoration:underline;
}

#sec_page_detail #contact .stepform {padding:10px;}
#sec_page_detail #contact .stepform li {margin:0;}

.formtbl .hissu{
	background:#E51B00;
	color:#fff;
	border-radius:5px;
	padding:0 0.5em;
	margin-right:0.5em;
}
.formtbl .nini{
	background:#999;
	color:#fff;
	border-radius:5px;
	padding:0 0.5em;
	margin-right:0.5em;
}

.mvadd .mvadd7 {box-sizing:border-box;padding:40px 0 60px;background:#f3f3f3;} 

.mvadd .mvadd7 .title {
    font-size: 24px;
    font-weight: bold;
    padding: 0em 0 1em;
    text-align:center;
}
.fukidashi.row2 {
    text-align:center;
}
.mvadd .mvadd7 .flex {align-items:stretch;}
.mvadd .mvadd7 .flex .blc{width:31%;}
.mvadd .mvadd7 a {display:block;
position:relative;
  -moz-transition: -moz-transform .2s ease-in-out,filter .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out,filter .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out,filter .2s ease-in-out;
  transition: transform .2s ease-in-out,filter .2s ease-in-out;
  padding:0.8em;
  background:#fff;
}
.mvadd .mvadd7 a .new {
display:inline-block;
background:#e40002;
color:#fff;
width:60px;
height:60px;
line-height:60px;
text-align:center;
border-radius:40px;
font-weight:bold;
position:absolute;
left:-10px;
top:-10px;
font-size:1em;
}
.mvadd .mvadd7 dl dt  {margin-bottom:0.5em;}
.mvadd .mvadd7 dl dt span {
display:block;
margin-bottom:0.8em;
font-size:0.9em;
border-radius:5px;
}
.mvadd .mvadd7 .morebtn{
display:block;
text-align:right;
margin-top:5px;
    background: url(../images/menu_icon1.png) no-repeat right center;
    background-size: 18px;
    padding-right: 28px;
}


.mvadd .mvadd7 dl dt{font-weight:bold;text-align:center;font-size:1.2em;}
.mvadd .mvadd7 a:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991px) {
.mvadd .mvadd7 .flex {flex-wrap:wrap;}
.mvadd .mvadd7 .flex .blc{width:96%;margin:0 auto 25px;}
}