html, body {
    line-height: 1.6;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
body{
  font-size: 1rem;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif;
	color: #323232;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Commons styles
   ========================================================================== */
a{text-decoration: none; color: inherit}
a:focus, *:focus { outline:none;}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img{border: 0px;}
p,dd,figure,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0}
ul,ol,li,dl{margin: 0;padding: 0;list-style: none}
.b{font-weight: bold}
.fw_n{font-weight: normal}
.tx_und{text-decoration: underline}
.tx_cent{text-align: center}
.tx_right{text-align: right}
.tx_left{text-align: left}
.marker_tp_1 {background:rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fff0d2  0%) repeat scroll 0 0; }
.fc_wht{color: #FFF!important}
.fc_blue{color: #126fb8!important}
.fc_red{color: #ff1e00!important}

.fs_80 { font-size: 80%;}
.fs_90 { font-size: 90%;}
.fs_120 { font-size: 120%;}
.tx_sdw_1{
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;	
}
.txs_12 {
	font-size: 12px;	
}
.txs_13 {
	font-size: 13px;	
}
.txs_14 {
	font-size: 14px;	
}
.txs_15 {
	font-size: clamp(13px, 0.78vw, 15px);	
}
.txs_16 {
	font-size: clamp(14px, 0.833vw, 16px);	
}
.txs_18 {
	font-size: clamp(15px, 0.93vw, 18px);	
}
.txs_20 {
	font-size: clamp(16px, 1.04vw, 20px);	
}
.txs_21 {
	font-size: clamp(16px, 1.09vw, 21px);	
}
.txs_22 {
	font-size: clamp(17px, 1.14vw, 22px);
}
.txs_23 {
	font-size: clamp(17px, 1.19vw, 23px);
}
.txs_24 {
	font-size: clamp(17px, 1.25vw, 24px);
}
.txs_25 {
	font-size: clamp(18px, 1.3vw, 25px);
}
.txs_26 {
	font-size: clamp(18px, 1.35vw, 26px);
}
.txs_28 {
	font-size: clamp(20px, 1.4583vw, 28px);
}
.txs_30 {
	font-size: clamp(22px, 1.56vw, 30px);	
}
.txs_32 {
	font-size: clamp(22px, 1.66vw, 32px);	
}
.txs_33 {
	font-size: clamp(22px, 1.71vw, 33px);	
}
.txs_35 {
	font-size: clamp(22px, 1.82vw, 35px);	
}
.txs_36 {
	font-size: clamp(22px, 1.84vw, 36px);	
}
.txs_40 {
	font-size: clamp(36px, 2.08vw, 40px);	
}
.txs_46 {
	font-size: clamp(36px, 2.39vw, 46px);	
}
.txs_50 {
	font-size: clamp(36px, 2.6vw, 50px);	
}
.ls_ng_15 {
	letter-spacing: -.015em
}
.ls_0 {
	letter-spacing: 0
}
.ls_25 {
	letter-spacing: .025em
}
.ls_35 {
	letter-spacing: .035em
}
.ls_5 {
	letter-spacing: .05em
}

.ls_75 {
	letter-spacing: .075em;
}
.ls_80 {
	letter-spacing: .08em
}
.ls_100 {
	letter-spacing: .1em
}
.ls_200 {
	letter-spacing: .2em
}
.fw_400 {
	font-weight: 400
}
.fw_500 {
	font-weight: 500
}
.fw_550 {
	font-weight: 550
}
.fw_600 {
	font-weight: 600
}
.lh_1_6 {
	line-height: 1.6
}
.lh_1_7 {
	line-height: 1.7
}
.lh_1_8 {
	line-height: 1.8
}
.lh_2 {
	line-height: 2
}
.bx_sdw_1{box-shadow:1px 1px 3px 1px #f2f2f2;}
.flex_wrapper{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-wrap_par{
	flex-wrap: wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;	
	display: flex;		
}
.flex-rev{
	flex-flow: row-reverse;
}
.jus_bet{justify-content: space-between}
.jus_cent{justify-content: center}
.an_bl{align-items: baseline}
.an_cent{align-items: center}
.block_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}
.hover:hover{
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1.5s;
	transition-property: all;
  	transition: 0.15s linear;	
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width:767px){
.hover_0{
	transition-property: all;
  	transition: 0.15s linear;
}
.hover_0:hover{
	opacity: 0.5;
}
.hover_1{
	transition-property: all;
  	transition: 0.2s linear;
}
.hover_1:hover{
	opacity: 0.8;
}
}
.pc{display: block}
.rp{display: none!important}
.sp{display: none!important}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.no_link{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}
.max_img{
	max-width: 100%;
	height: auto;
	display: block;
}
.img_w100{width: 100%; height: auto}
.img_w50{width: 50%; height: auto}
.img_w40{width: 40%; height: auto}
.img_w20{width: 20%; height: auto}
.img_w25{width: 25%; height: auto}
.img_w30{width: 30%; height: auto}
.img_w35{width: 35%; height: auto}
.img_w10{width: 10%; height: auto}
.img_w5{width: 5%; height: auto}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignright {
	margin: 0 0 0 min(1.45vw, 28px);
	display: inline;
	}
.alignleft {
	margin: 0 min(1.45vw, 28px) 0 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.mgn_auto {
	margin-left: auto;
	margin-right: auto;
}
.clear{clear: both}
.pos_rel{position: relative}
/*-------------------------------------
ラッパー
--------------------------------------*/
.wrap_1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;	
}
.wrap_1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;	
}
.wrap_1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}
.wrap_500 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;	
}

/*-------------------------------------
背景色
--------------------------------------*/
.bg_type_wht {
	background-color: #FFF!important
}
.bg_type_gley_1 {
	background-color: #eaf0f5!important
}
.bg_type_gley_2 {
	background-color: #f8f6f2!important
}
.bg_type_blue_1 {
	background-color: #eaf0f5!important
}
.bg_type_blue_2 {
	background-color: #ecf5fd!important
}

/*-------------------------------------
リスト
--------------------------------------*/
.list_type_1, .list_type_2  {
	display: flex;
}
.list_type_1 .cel {
	line-height: 1.7;
	text-align: left;
}
.list_type_1 dt {
	width: 1em;
	text-align: left
}
.list_type_1 dd {
	width: calc(100% - 1em);
	text-align: left;
}
.list_type_2 dt {
	width: 1.5em;
}
.list_type_2 dd {
	width: calc(100% - 1.5em);
}
.list_type_2  {
	position: relative
}
.list_type_2::before  {
	content: "✓";
	position: absolute;
	top: -.25em;
	left: 0;
	font-size: 150%;
	font-weight: 700
}

ol.num_ver{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.num_ver li {
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;	
}
ol.num_ver li:last-child {
    margin-bottom: 0
}
ol.num_ver li:before {
	font-weight: 600
}
ol.num_ver li:before {
    content: counter(item) ".";
    counter-increment: item;
}

/*-------------------------------------
ボックス
--------------------------------------*/
.bx_tp_1 aside {
	display: inline-block;
	padding: 4px 20px;
	background: #f9a81a;
	border-radius: 10px 10px 0 0
}
.bx_tp_1 .mn {
	padding: 20px;
	border: 2px solid #f9a81a;
	border-radius: 0 10px 10px 10px
}
.bx_tp_2 {
	border: 4px solid #126fb8
}
.bx_tp_2 .tit {
	background: #126fb8;
	padding: 18px 0 16px;
	text-align: center;
	left: .075em;
	color: #fff;
}
.bx_tp_2 .mn {
	padding: 30px;
}
.bx_tp_2 .px {
	/*width: 250px;*/
}
.bx_tp_2 .px img{
	display: block;
	width: 100%;
	height: auto
}
.bx_tp_2 .tx {
	margin-top: 10px;
	position: relative
}
.bx_tp_3 {
	padding: 20px;
	border: 2px solid #d1d1d1;
	background: #f6f6f6;
	border-radius: 10px
}
.bx_tp_4 {
	padding: 14px 20px;
	border: 2px solid #d1d1d1;
}

.inl_b{display: inline-block}
.inl{display: inline}
/*-------------------------------------
見出し
--------------------------------------*/
.h_type_1 {
	margin-bottom: 30px;
	font-size: clamp(14px, 1.25vw, 24px);
	letter-spacing: .075em;
    padding: 25px 20px;
	border-bottom: 1px dotted #ccc;
    border-top: 5px solid #e6e6e6;
}
.h_type_2 {
    background-color: #f4f8fb;
    border-top: 5px solid #e6e6e6;
    font-weight: 600;
	letter-spacing: .075em;
    padding: 17px 20px 21px;
}
.h_type_3 {
    padding: 5px 0 5px 10px;
	border-left: 5px solid #126fb8;
	border-bottom: 1px dotted #126fb8;
	letter-spacing: .075em;
}
.h_type_3 {
    padding: 5px 0 5px 10px;
	border-left: 5px solid #126fb8;
	border-bottom: 1px dotted #126fb8;
	letter-spacing: .075em;
}
.h_type_4 {
    position: relative;
	padding-left: 20px;
}
.h_type_4::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
/*form_restart*/
.form_area input[type='text'],
.form_area input[type='email'],
.form_area input[type='submit'],
.form_area input[type='button'],
.form_area button,
.form_area textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
/*-------------------------------------
ボタン
--------------------------------------*/
.btn_type_1 {
	position: relative;
	max-width: 524px;	
}
.btn_type_1 a {
	position: relative;
	background: #126fb8;
	padding: 12px 2%;
	border-radius: 10px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	transition: all 0.2s 0s ease;
	top: 0;
	z-index: 10
}
@media screen and (min-width:767px){
.btn_type_1:hover a {
	top: 7px;
}	
}
.btn_type_1 aside {
	content: "";
	position: absolute;
	bottom:-7px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;	
	background: #0a3d64;
	z-index: 0
}

/*-------------------------------------
余白
--------------------------------------*/
.sec_pad_80_b{
	padding-bottom: min(4.16vw, 80px);
}
.sec_pad_60{
	padding: min(3.125vw, 60px) 0;
}
.sec_pad_60_t{
	padding-top: min(3.125vw, 60px);
}
.sec_pad_60_b{
	padding-bottom: min(3.125vw, 60px);
}
.sec_pad_50{
	padding: min(2.6vw, 50px) 0;
}
.sec_pad_50_t{
	padding-top: min(2.6vw, 50px);
}
.sec_pad_50_b{
	padding-bottom: min(2.6vw, 50px);
}
.mgn_auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
.mgn_t_5 {
	margin-top: 5px
}
.mgn_t_10 {
	margin-top: 10px
}
.mgn_t_15 {
	margin-top: 15px
}
.mgn_t_17 {
	margin-top: min(0.8854166666666666vw, 17px)
}
.mgn_t_20 {
	margin-top: min(1.0416666666666665vw, 20px)
}
.mgn_t_30 {
	margin-top: min(1.5625vw, 30px)
}
.mgn_t_40 {
	margin-top: min(2.08333333vw, 40px)
}
.mgn_t_50 {
	margin-top: min(2.6041vw, 50px)
}
.mgn_t_60 {
	margin-top: min(3.125vw, 60px)
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header.general {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #FFF;	
}
header.general .inn h1 img {
	display: block;
	width: 309px;
	height: auto
}
header.general .nvs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
header.general .inn, header.general .nvs, header.general .nvs li{height: 100%}
header.general .nvs li,
.menu_contents .inn .bx{
	margin-right: min(2.08vw, 40px)
}
header.general .nvs li{
	display: flex;
	align-items: center
}
header.general .nvs li a,
.menu_contents .inn .bx a{
	display: inline-block;
	font-size: clamp(13px, 0.78125vw, 15px);
	font-weight: 300;
	position: relative;	
	letter-spacing: .035em;
}
header.general .nvs li > a::before {
	content: "";
	position: absolute;
	bottom:-8px;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	margin: auto;
	background: #126fb8;
	transition: width 0.2s 0s ease;
}
header.general .nvs li:hover > a::before {
	width: 100%;
}
header.general .tel_set {
	padding: 12px 0;
}
.tel_set {
	text-align: center;
}
.tel_set .row_1 {
	font-size: clamp(12px, 0.7291666666666666vw, 14px);
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;	
}
.menu_contents {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 0;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(70,67,67,.2);
}
.menu_contents .inn .bx a {
	display: inline-block;
    padding: 22px 0 22px 14px;
	position: relative
}
.menu_contents .inn .bx a:hover {
	text-decoration: underline
}
.menu_contents .inn .bx a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 8px;
	height: 14px;
	margin: auto;
	background: url("../img/ico_arrw_1.webp") no-repeat center / cover
}
.breadcrumbs {
	padding: 19px 0;
	background: #eaf0f5
}
.breadcrumbs ol {
	margin: 0;
	padding: 0;
	display: flex;
}
.breadcrumbs ol li {
	position: relative;	
	margin-right: 38px;
}
.breadcrumbs ol li a:hover {
	text-decoration: underline
}
.breadcrumbs ol li:first-child {
	padding-left: 24px;
}
.breadcrumbs ol li:last-child {
	margin-right: 0;	
}
.breadcrumbs ol li:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 19px;
	height: 18px;
	margin: auto;
	background: url("../img/ico_home.png") no-repeat center / cover
}
.breadcrumbs ol li:not(:first-child)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: -21px;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url("../img/ico_arrw_2.png") no-repeat center / cover
}
.fv {
	display: flex
}
.fv .bx {
	width: 50%;
	display: flex;
	align-items: center;
	align-content: center;
}
.fv .bx.left {
	justify-content: flex-end;
	padding: min(3.28vw, 63px) 0;
}
.fv .bx.left .inn {
	margin-right: min(1.71vw, 33px);
}
.fv .bx.right .inn {
	margin-left: min(1.71vw, 33px);
}
.deco_tp_rad_1 {
	display: inline-block;
	padding: 8px min(2.5vw, 48px);
	background: #FFF;
	border: 1px solid #126fb8;
	border-radius: 60px;
	text-align: center
}
.fv .bx.left .inn .catch  {
	margin: 30px 0;
}
.fv .bx.left .inn .points h2  {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 2px solid #126fb8
}
.fv .bx.left .inn .points .row {
	display: flex
}
.fv .bx.left .inn .points .row .cel {
	display: flex;
	align-items: center
}
.fv .bx.left .inn .points .row .cel a {
	text-decoration: underline
}
.fv .bx.left .inn .points .row .cel:first-child {
	margin-right: 19px
}
.fv .bx.left .inn .points .row .cel aside {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #126fb8;
	color: #FFF;
	padding-top: 2px;
	font-size: 13px;
	font-weight: 600;
	margin-right: 6px;
}
.belt {
	padding: 26px 0
}
.belt .tx {
	margin-right: min(3.64vw, 70px)
}
.three_pt .bx {
	width: 30%;
	border: 2px solid #75bcf5;
	border-radius: 10px;
	position: relative
}
.three_pt .bx::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: -2.4vw;
	width: min(1.14vw, 22px);
	height: min(2.08vw, 40px);
	margin: auto;
	background: url("../img/tra_1.webp") no-repeat center / cover
}
.three_pt .bx:last-child::after {
	display: none
}
.three_pt .bx h3 {
	border-radius: 8px 8px 0 0;	
	padding: 8px 0;
	text-align: center;
	background: #75bcf5;
	color: #FFF
}
.three_pt .bx figure {
	margin: 28px 14px;
}
.three_pt .bx p.sub {
	text-align: center;
	color: #126fb8
}
.three_pt .bx .tx {
	padding: 0 15px 16px;
}
.choice_rsn .bx {
	width: 32.333333333%;
	padding: 17px 0 20px;
	border-radius: 10px;
	background: #FFF
}
.choice_rsn .bx .px{
	display: block;
	width: 100%;
	height: auto
}
.choice_rsn .bx .px img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}
.choice_rsn .bx .tx {
	margin-top: 27px;
	padding: 0 30px;
}
.choice_rsn .tra {
	display: block;
	width: min(19.27vw, 370px);
	height: auto
}
.customer_sol .bx {
	width: 30%;
}
.customer_sol .bx img{
	display: block;
	width: 100%;
	height: auto
}
.customer_sol .bx h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	text-align: center
}
.faq .bxs {
	padding: 20px 0 0;
	border-top: 1px solid #919191;
}
.faq .bxs:last-of-type {
	padding-bottom: 20px;
	border-bottom: 1px solid #919191;
}
.faq .bxs dl {
	display: flex
}
.faq .bxs dt {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	font-size: 18px;
	line-height: 1;
	color: #FFF;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.faq .bxs dd {
	width: calc(100% - 33px);
	padding: .25em 0 0 1%
}
.faq .bxs dl.q_zone dt {
	background: #126fb8
}
.faq .bxs dl.q_zone dd {
	font-weight: 600
}
.faq .bxs dl.a_zone dt {
	background: #f9a81a
}
footer {
	margin-top: min(5.2vw, 100px);
	background: #4f4f4f
}
footer .row_1 h2 {
	font-size: 16px
}
footer .row_1 .col ul {
	margin-top: 14px;
}
footer .row_1 .col ul li {
	margin-bottom: 10px;
}
footer .row_1 .col ul li:last-child {
	margin-bottom: 0;
}
footer .row_1 .col ul li a {
	padding-left: 12px;
	position: relative
}
footer .row_1 .col ul li a:hover {
	text-decoration: underline
}
footer .row_1 .col ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url("../img/ico_arrw_3.png") no-repeat center / cover
}
footer .row_1 .col.two {
	margin-left: min(3.64vw, 70px)
}
footer .row_2 {
	margin-top: min(4.68vw, 90px);
	border-bottom: 1px solid #999999;	
}
footer .row_2 .col_1 {
	width: calc(100% - 110px)
}
footer .row_2 .col_1 .logos {
	width: 308px
}
footer .row_2 .col_1 .logos .tels_ft {
	border-top: 1px solid #999999;
	padding-top: 10px
}
footer .row_2 .col_1 .adds {
	width: calc(100% - 308px);
	padding-left: min(3.33vw, 64px);
}
footer .row_2 .col_2 {
	width: 110px;
}
footer .row_2 .col_2 img{
	display: block;
	width: 100%;
	height: auto
}
footer nav ul li:last-child{
	margin-left: min(2.08vw, 40px);
}
.title_commn {
	padding: 26px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.title_commn .tit {
	padding-left: 26px;
	position: relative;
	font-size: clamp(18px, 1.354vw, 26px);
	letter-spacing: .075em;
}
.title_commn .tit::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 8px;
	height: 100%;
	margin: auto;
	background: #126fb8
}
.sepa_wrap {
	display: flex;
	justify-content: space-between
}
.sepa_wrap .side {
	width: 30%;
}
.sepa_wrap .side .bur img{
	display: block;
	width: 100%;
	height: auto
}
.sepa_wrap .side .side_m {
	border: 1px solid #E3E3E3
}
.sepa_wrap .side .side_m li a {
	position: relative;
	display: block;
	padding: 18px 10px 18px 45px;
	font-weight: 600;
	letter-spacing: .075em;
	border-bottom: 1px solid #E3E3E3;
	transition: all 0.2s 0s ease;
}
.sepa_wrap .side .side_m li a:hover {
	color: #126fb8;
	text-decoration: underline
}
.sepa_wrap .side .side_m li:last-child a {
	border-bottom: none
}
.sepa_wrap .side .side_m li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 18px;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url("../img/ico_arrw_4.jpg") no-repeat center / cover
}
.tbl_tp_1 table {
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl_tp_1 table td {
    padding: 1% 0.5%;
}
.bx_tp_2 .tx .btn_type_1 a {
	font-size: clamp(14px, 0.833vw, 16px);	
}
.home .bx_tp_1 .mn ol li:before {
    color: #f9a81a;
}
.sepa_wrap .stage {
	width: 66%;
}
.toc_child {
	margin-top: 10px;
}
.toc_child li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 6px;
}
.toc_child li:last-child {
	margin-bottom: 0;
}
.toc_child li::before {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 10px;
	height: 1px;
	background: #126fb8
}
.toc_child li a {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: .025em;
}
.form_area  {
	padding-bottom: 100px
}
.form_area .stage {
	padding: 20px 20px 40px;
	border-radius: 10px;
	margin-top: 40px;
}
.form_area .item {
	font-size: clamp(16px, 0.93vw, 18px);
	font-weight: 600;
	letter-spacing: .075em;	
}
.form_area .item .req {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1;
	padding: 2px 3px 3px;
	border: 1px solid #ff1e00;
	display: inline-block;
	margin-left: 10px
}
.form_area .item.hd {
	display: flex;
	align-items: center
}
.form_area .item.field {
	font-size: clamp(14px, 0.833vw, 16px);	
	font-weight: 500;
	letter-spacing: .075em;	
}

.form_area input[type='submit'],
.form_area input[type='button'],
.form_area input[type='checkbox'],
.form_area label,
.form_area button,
.form_area button,
.form_area select{
  cursor: pointer;
}
.form_area input[type='text'],
.form_area input[type='email'],
.form_area textarea,
.form_area select{
	width: 100%;
	padding: 3px 5px;
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-transition:all .1s;
	transition:all .1s;	
}
.form_area input[type='text'],
.form_area input[type='email'],
.form_area textarea{
	width: 100%;
	padding: 5px
}
.form_area select{
	width: 100%;
	padding: 10px 5px
}
.form_area select{
	display: block
}
.form_area .sct_pack {margin-right: 10px}
.form_area .sct_pack p {margin-left: 10px}

.form_area .long_size,.form_area textarea{max-width: 744px}
.form_area textarea{height: 11.56vw}
.form_area .slt_wrap {
	align-items: center
}
.form_area input[type='text']:focus,
.form_area input[type='email']:focus,
.form_area textarea:focus{
	box-shadow:0 0 3px 1px #fde5d7;	
}
.form_area input[type='checkbox'] {
}
.form_area .pri_chk input[type='checkbox'] {
	width: 26px;
	height: 26px;
}
.form_area .item.field {
	margin-top: 5px
}
.form_area .formContent {
	margin-bottom: 25px
}
.radio_tp label {
	padding-left: 0
}
.radio_tp .in_wrap {
	margin-right: 30px
}
.form_area input[type='submit'] {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 21px;
    background: #126fb8;
    border-radius: 20px;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}
.form_area input[disabled] {
    background-color: #f4f4f4;
    color: #888;
    cursor: default;
}
.thanks .form_area{
	height: 100vh
}
.ft_nvs li {
	margin-right: 30px;
}
.ft_nvs li:last-child {
	margin-right: 0;
}





































@media screen and (max-width:1610px){
.wrap_1600 {
	margin-left: 2%;
	margin-right: 2%;
}
}
@media screen and (max-width:1210px){
.wrap_1200 {
	margin-left: 2%;
	margin-right: 2%;
}	
}
@media screen and (max-width:1010px){
header.general .inn.flex_wrapper {
    display: block
}	
header.general .inn h1 img {
    display: block;
    width: auto;
    min-width: inherit;
    height: auto;
	margin: 0 auto 2vw
}
header.general .nvs {
    justify-content: center
}	
.fv .bx.left .inn .points .row {
    display: block;
}
.fv .bx.left .inn .points .row .cel:first-child {
    margin-right: 0;	
}	
.fv .bx.left .inn .points .row .cel {
    margin-bottom: 10px;
}	
}
@media screen and (max-width:900px){

.bx_tp_2 .tx .btn_type_1 {
	position: relative;
	bottom: unset;
	left: unset;
	width: 100%
}
}
@media screen and (max-width:767px){
/* ==========================================================================
   Commons styles
   ========================================================================== */
.flex_wrapper, .flex-wrap_par{
    display: block;
}
.flex_sp{
	display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: flex!important;
	flex-wrap: wrap!important;
}	
.pc{display: none!important}
.sp{display: block!important}	
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}	
.wrap_1200, .wrap_1000, .wrap_500 {
    width: 100%;
	max-width: 100%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
    padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
}
	
.sp_no_pad {
	padding-right: 0!important;
	padding-left: 0!important;	
}
.sp_on_pad {
	padding-right: 0.8rem!important;
	padding-left: 0.8rem!important;
}
header.general {
	height: 60px;
}
header.general .inn.flex_wrapper {
    display: flex;
	align-items: center;
}	
header.general .inn h1 img {
    width: 80%;
    margin: 0;
}
.sp_ham {
	margin: 0;
    width: 60px;
    height: 60px;
	position: absolute;
	z-index: 9999999;
	top: 0;
	right: 0;	
	display: flex!important;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	transition-property: all;
  	transition: 0.15s linear;				
}	
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
 	position: relative;
	width: 50%;
	height: 30%;
	top: 0
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #126fb8;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: rotate(-45deg);
	top: 50%;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: rotate(45deg);
	top: 50%;
}			
header.general .nvs {
	display: none;
	border-top: 1px solid #e1dcdc;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	background: #FFF;
}	
header.general .nvs li {
	border-bottom: 1px solid #e1dcdc;	
    display: block;
    padding: 3vw 0;
	text-align: center
}	
header.general .nvs li.drp {
	padding-bottom: 0
}	
header.general .nvs li, .menu_contents .inn .bx {
    margin-right: 0;
}	
header.general .nvs li a, .menu_contents .inn .bx a {
    font-size: 15px;
    font-weight: 300;
}	
.menu_contents {
    display: block;
    background-color: #eaf0f5!important;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0;
	margin-top: 3vw;
    background: none;
    box-shadow: 0 2px 4px 0 rgba(70,67,67,0);
}	
.menu_contents .inn .bx {
	border-bottom: 1px dotted #e1dcdc;		
}	
.menu_contents .inn .bx a {
    display: inline-block;
    padding: 2.5vw 0;
    position: relative;
}	
.menu_contents .inn .bx a::before {
    display: none
}	
.menu_contents .inn .bx a {
    font-size: 14px;
}	
.breadcrumbs {
    display: none
}	
.fv {
	margin-top: 60px;
    display: block;
}	
.fv .bx {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
	padding: 0 0.8rem
}	
.fv .bx.right .inn {
    margin-left: 0;
	padding: 3vw 0
}	
.fv .bx.left {
    justify-content: flex-start;
    padding: 2vw 0.8rem 12vw;
}	
.fv .bx.left .inn {
    margin-right: 0
}	
.fv .deco_tp_rad_1 {
	width: 90%;
	margin: 0 auto;
    display: block;
    padding: 8px min(2.5vw, 48px);
    background: #FFF;
    border: 1px solid #126fb8;
    border-radius: 60px;
    text-align: center;
}	
.txs_18 {
    font-size: 4.8vw;
}	
.fv .bx.left .inn .catch {
    margin: 1.5vw 0;
	text-align: center;
	line-height: 1.45
}	
.belt {
    padding: 6vw 0.8rem;
}	
.belt .tx {
    text-align: center;	
    margin-right: 0
}	
/*********************************************************************************/	
.txs_32 {
    font-size: 6.5vw;
}	
.txs_22 {
    font-size: 5vw;
}	
.txs_15 {
    font-size: 14px
}	
.mgn_t_40 {
    margin-top: 8vw;
}	
.mgn_t_30 {
    margin-top: 6.5vw;
}	
.txs_20 {
    font-size: 5vw;
}
.txs_33 {
    font-size: 6vw;
}	
.sec_pad_50_t {
    padding-top: 9.2vw;
}	
.sec_pad_60 {
    padding: 10vw 0;
}	
.mgn_t_60 {
    margin-top: 10vw;
}
.sec_pad_60_b {
    padding-bottom: 10vw;
}	
.mgn_t_20 {
    margin-top: 2vw;
}	
.sec_pad_60_t {
    padding-top: 10vw;
}	
.mgn_t_50 {
    margin-top: 8.5vw;
}	
.sec_pad_80_b {
    padding-bottom: 12vw;
}	
.tel_set {
	margin-top: 3.5vw;
}	
.tel_set .row_1 {
	text-align: center;	
    font-size: 14px;
    margin-bottom: 1vw
}	
.tel_set img {
	width: 80%;
	margin-bottom: 1vw
}	
.three_pt .bx {
    width: 90%;
	margin: 0 auto;
    border: 2px solid #75bcf5;
    border-radius: 10px;
    position: relative;
	margin-bottom: 11.5vw;
}	
.three_pt .bx:last-child {
	margin-bottom: 0;
}	
.three_pt .bx h3 {
    padding: 5px 0;
}	
.three_pt .bx figure {
    margin: 5vw 0;
}	
.three_pt .bx figure img {
    width: 60%;
	margin: 0 auto
}	
.three_pt .bx .tx {
    padding: 0 0.8rem 7vw;
}	
.three_pt .bx::after {
    top: unset;
    bottom: -11.5vw;
    right: 0;
	left: 0;
    width: min(5.86vw, 22px);
    height: min(10.66vw, 40px);
	transform: rotate(90deg);	
}	
.sp_width_side {
	width: calc(100% - 1.6rem);
	margin-left: auto;
	margin-right: auto;
}	
.choice_rsn .tra {
    width: 35vw;
}	
.wrap_1600, .wrap_1200 {
    margin-left: 0;
    margin-right: 0;
}	
.choice_rsn .bx {
    width: 100%;
	margin-bottom: 6vw;
    padding: 17px 0 20px;
    border-radius: 10px;
    background: #FFF;
}	
.choice_rsn .bx:last-child {
	margin-bottom: 0;
}	
.choice_rsn .bx .px img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}	
.choice_rsn .bx .tx {
    margin-top: 12px;
    padding: 0 0.8rem;
}	
.customer_sol .bx {
    width: 100%;
	border-bottom: 1px dotted #919191;
	padding-bottom: 5vw;
	margin-bottom: 5vw
}	
.customer_sol .bx:last-child {
	border-bottom: none;	
	margin-bottom: 0
}	
.customer_sol .bx img {
    width: 90%;
    margin: 0 auto
}	
.customer_sol .bx .tx {
    margin-top: 12px;
    padding: 0 0.8rem;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}	
.faq .bxs.mgn_t_60 {
    margin-top: 5.5vw;
}	
.faq .bxs dd {
    padding: 0.25em 0 0 3%;
}	
footer {
    margin-top: 13vw;
    background: #4f4f4f;
}	
footer .row_1 .col ul {
	border-bottom: 1px solid #999999;
}	
footer .row_1 .col ul li {
    margin-bottom: 0;
	padding: 3.5vw 0;
	border-top: 1px solid #999999;
}	
footer .row_1 h2, footer .row_1 .col ul li {
    padding-left: 7%
}	
footer .row_1 .col ul li a::before {
    display: none
}	
footer .row_1 .col ul li a {
    padding-left: 0;
}	
footer .row_1 .col.two {
    margin: 8vw 0 0;
}	
footer .row_2 {
    margin-top: 10vw;
    border-bottom: 1px solid #999999;
}	
footer .row_2 .col_1 {
    width: 100%;
}	
footer .row_2 .col_1 .logos {
    width: 100%;
}	
footer .row_2 .col_1 .logos a img {
    margin: 0 auto
}	
footer .row_2 .col_1 .logos .tels_ft {
    padding-top: 3.5vw;
}	
footer .row_2 .col_1 .adds {
    width: 100%;
    padding: 5vw 0.8rem;
}	
footer .row_2 .col_2 {
    margin: 0 auto
}	
footer nav ul li:last-child {
    margin-left: 10vw;
}	
.sepa_wrap {
    display: block;
}	
.sepa_wrap .stage {
    width: 100%;
}
.h_type_1 {
    margin-bottom: 5vw;
    font-size: 5.4vw;
    letter-spacing: .075em;
    padding: 15px 12px;
    border-bottom: 1px dotted #ccc;
    border-top: 5px solid #e6e6e6;
}	
.bx_tp_1 .mn {
    padding: 4vw;
}	
.sepa_wrap .mgn_t_20 {
    margin-top: 5vw;
}
.bx_tp_2 .mn {
    padding: 5vw 4vw;
	padding-bottom: 6.5vw
}	
.bx_tp_3 {
    padding: 4vw;
}	
.sepa_wrap .side {
	margin-top: 11vw;
    width: 100%;
}	
.sepa_wrap .side .bur img {
    width: 80%;
	margin: 0 auto;
}	
.sepa_wrap .side .side_m {
    border-left: none;
    border-right: none;
}	
.bx_tp_4 {
    padding: 10px;
}	
.bx_tp_4 img, .bx_tp_4 span {
    display: none
}	
.bx_tp_4 p.txs_18 {
    font-size: 15px;
}	
.title_commn {
    margin-top: 60px
}
.form_area .sct_pack {
    width: 33.333333%;
	display: flex;
	margin-right: 1%;
	margin-bottom: 10px
}	
.form_area input[type='text'], .form_area input[type='email'], .form_area textarea {
    padding: 8px 5px;
}	
.form_area .item.field {
    margin-top: 10px;
}	
.form_area .item.sct {
    display: flex
}	
.form_area select {
    width: calc(100% - 2em);
}	
.form_area .stage {
    padding: 5vw 4vw 10vw;
    border-radius: 5px;
    margin-top: 5vw;
}	
.sem_sec .h_type_1 .tit {
    font-size: 5vw;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
@media (orientation: landscape){}	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
