@charset "UTF-8";
/*共通設定*/
body {
	height: 100vh;
	font-size: 1.2rem;
	-webkit-text-size-adjust: 100%;
}
/*header*/

#header {
	height: auto;
	margin: 0;
	padding:0;
	background: none;
	border-bottom: none;
}
/*#header .header_logo {
	height: auto;
}*/
/*#header .header_logo img {
	margin: 12px 0 0;
	padding: 0;
}*/
#header picture img {
	width:160px;
	margin: 6px 0 0;
	padding: 0;
}

/* PC SP 表示切り替え
----------------------------------------------*/
  .sp-hide,.spNone,.is-sp{
    display: block !important;
  }
  .pc-hide,.pcNone,.is-pc {
    display: none !important;
  }


.points {
	margin:20px auto 20px;
	width:100%;
}
/* sub_main
---------------------------*/
div.simulation-title {
  width:100%;
  margin:2% 0 0 !important;
}
section.top_section_wrap {
  margin-top:1em !important;
}
.condition-selection {
    *zoom:1;padding: 15px 0 10px
}

.condition-selection:after {
    content: "";
    display: table;
    clear: both
}



/* attention head add20191203
---------------------------------------*/
.attention_head {
width:100%;
margin:0 auto;
padding:0;
background-color:#FFFF00;
text-align:center;
height:40px;
}

.attention_head_w {
width:100%;
margin:0 auto !important;
margin:0;
padding:0;
text-align:center;
height:40px;
}
.attention_head_w img {
display:block;
margin:0 auto;
padding:0;
height:40px;
text-align:center;
}


/*タイトル*/
.container {
	width: 100%;
	min-height: auto;
	padding: 0;
}
.flxbx {
	display: flex;
}
.simulation-area .simu_contents {
	width: 100%;
	margin: 0 auto 40px auto;
}
.simulation-area .simu_side {
	display: none;
	width: 33%;
	margin: 0 auto 10px auto;
}

/*シミュレーションエリア*/
.simulation-area {
	width: 95%;
	/*max-width: 1000px;*/
	margin: 10px auto 20px auto;
}
.simulation-area section {
	padding: 15px 10px;
}

.simulation-area section .branch .todouhuken span {
	height: 40px;
	font-size: 1.3rem;
	line-height: 32px;
}
.simulation-area section .branch .todouhuken ul {
	width: 100%;
	margin: 14px auto;
	padding:1.2em .4em 1.2em .7em;
	display: none;
	background-color: #F8F8F8;
}

.simulation-area section .branch .todouhuken li {
	width: calc(100% - 80px);
	border-bottom:1px dotted #ccc;
	margin-left:80px;
}



/*.simulation-area section .branch .todouhuken li label {
	font-weight:normal;
	font-size:14px;
	line-height: 24px
}*/


.simulation-area section .branch .todouhuken label {
	width: auto;
	display:inline-block;
	height: auto;
	margin: 0;
	padding: 0.1em .5em;
	border: none;
	font-size:14px;
	line-height: 24px;
		font-weight:normal;
	text-align: left;
	color: #000000;
}

.simulation-area section .branch .todouhuken p {
	/*display:none !important;*/
	font-size: 1.2rem;
	text-align: center;
	display:inline-block;
	font-weight:normal;
	background-color:#FF7328;
	padding:.2em .5em .1em;
	margin:6px 6px 6px -80px;
	border-radius:99px;
	letter-spacing: 0.05em;
	width:70px;
	color:#fff;
}


.simulation-area section .branch label {
	width: 40%;
	height: 120px;
	margin: 0 5% 10px 5%;
	padding: 10px 0;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #555;/*cccccc;*/
	border: solid 4px #cccccc;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.5s, color 0.5s;
	position: relative;
}
/*.simulation-area section .branch label { height: 140px; padding: 10px; font-size: 1.4rem; }*/
.simulation-area section .branch label:hover {
	color: #000;
	border-color: #ec5504;
}
.simulation-area section .branch label img {
	max-width: 50px;
	max-height: 50px;
}
/******************/
.simulation-area section.result .reset {
	margin: 14px auto 0 auto;
	padding: 10px;
	display: block;
	text-align: center;
	color: #333;
	background-color: #F0F0F0;
	cursor: pointer;
	transition: opacity 0.5s;
	width: 92%;
	border-radius: 6px;
}
.simulation-area section.result .reset:hover {
	opacity: 0.5;
}
.simulation-area .selected {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #cccccc;
}
.simulation-area .selected > table tbody tr th {
	padding: 0.3em 0.5em;
	display: block;
	border-bottom: dotted 1px #cccccc;
}
.simulation-area .selected > table tbody tr td {
	padding: 0.3em 0.5em;
	display: block;
	border-bottom: solid 1px #666666;
}
.simulation-area section > h2 {
	margin-bottom: 20px;
	padding: 15px 0px;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #ec5504;
	text-align: center;
	border-radius: 2px;
}
.simulation-area section > p {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.simulation-area section .branch label span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.result dl.price-after {
	width: 95%;
	border: 4px solid #ec5504;
	border-top: none;
	margin: 0 auto;
	text-align: center;
}
.result dl.price-after dt {
	font-size: 17px;
	font-weight: bold;
	line-height: 2em;
	color: #fcff00;
	background-color: #ec5504;
	width: 100%;
}
.result dl.price-after dd {
	font-size: 18px;
	line-height: 3em;
	height: 3em;
	font-weight: bold;
}
.result dl.price-after dd .pri {
	font-size: 30px;
	color: #ec5504;
	font-weight: bold;
	padding: 0 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.result dl.price-after dd .price-fee .tax {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #444444;
	position: relative;
	display: inline-block;
}
.tbl_result {
	width: 100%;
	margin: 0 auto 10px;
	font-size:11px;
}
.tbl_result th {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	padding: 5px;
	font-weight: normal;/*bold;*/
	text-align: center;
	width: 13em;
	box-sizing: border-box;
}
.tbl_result td {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
}
dl.price-after2 {
	width: 95%;
	border: 4px solid #009AE1;
	border-top: none;
	margin: 0 auto;
	text-align: center;
}
dl.price-after2 dt {
	font-size: 17px;
	font-weight: bold;
	line-height: 2em;
	color: #fcff00;
	background-color: #009AE1;
	width: 100%;
}
dl.price-after2 dd {
	font-size: 18px;
	line-height: 3em;
	height: 3em;
	font-weight: bold;
}
dl.price-after2 dd .pri {
	font-size: 30px;
	color: #ec5504;
	font-weight: bold;
	padding: 0 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.detail-view-button {
	width: 60%;
	margin: 15px auto;
	padding: 12px 0 12px 10px;
	border-radius: 5px;
	background-color: #999;
	background-size: 6px;
	box-shadow: 0 2px 0 0 #817e7e;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.detail-view-button .arrow-icon {
	display: inline-block;
	position: relative;
	padding-left: 14px;
}
.close-button {
	display: none;
	width: 85px;
	margin: 15px auto;
	padding: 12px 0;
	border-radius: 5px;
	background: #999 url(../img/icon.png) 12px 50% no-repeat;
	background-size: 8px;
	box-shadow: 0 2px 0 #817e7e;
	padding: 12px 0 12px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
}
.notice {
	display: none;
}
.footer_c {
	font-size: 8px;
	line-height: 20px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
/* Accordion
-------------------------------------------------------------*/
section .footer_accordion {
	width: 94%;
	margin: auto;
	padding: 0;
}
.ac-box {
	width: auto;
	margin: 10px auto 30px;
}
/*ラベル*/
.ac-box label {
	max-width: 92%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	margin: auto;
	line-height: 35px;
	position: relative;
	display: block;
	height: 35px;
	border-radius: 4px;
	cursor: pointer;
	color: #ec5504;
	transition: all 0.5s;
	border: 1px solid #ec5504;
}
/*ラベルホバー時*/
.ac-box label:hover {
	background: #ec5504;
	/*-webkit-transition: all .2s;
	transition: all .2s;*/
	opacity: .9;
	color: #fff;
}
/*チェックを隠す*/
.ac-box input {
	display: none;
}
/*チェックのアイコン↓*/
.ac-box label:after {
	color: #ec5504;
	font-family: "Font Awesome 5 Free";
	content: " \f078";
}
/*チェックのアイコン↑*/
.ac-box input:checked ~ label::after {
	color: #fff; /*#EB5505;*/
	font-family: "Font Awesome 5 Free";
	content: " \f077";
}
/*中身を非表示*/
.ac-box div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}
/*クリックで中身を表示*/
.ac-box input:checked ~ div {
	height: auto;
	padding: 12px 0 4px;
	background: #fff;
	opacity: 1;
}
/*表示内容の調整*/
.ac-box div p {
	color: #333;/*777;*/
	line-height: 18px;
	font-size: 11px;
	padding: 0;
	text-align: left;
}
.ac-small p {
	margin: 0px 1em;
}
.ac-box div h3 {
	color: #333;
	line-height: 18px;
	font-size: 11px;
	padding: 0 1em;
	text-align: left;
}


/* 2
--------------------------*/
.ac-box2 {
	width: auto;
	margin: 10px auto 30px;
}
/*ラベル*/
.ac-box2 label {
	max-width: 92%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	margin: auto;
	line-height: 35px;
	position: relative;
	display: block;
	height: 35px;
	border-radius: 4px;
	cursor: pointer;
	color: #009AE1;
	/*transition: all 0.5s;*/
	border: 1px solid #009AE1;
}
/*ラベルホバー時*/
.ac-box2 label:hover {
	background: #009AE1;
	/*-webkit-transition: all .2s;
	transition: all .2s;*/
	opacity: .9;
	color: #fff;
}
/*チェックを隠す*/
.ac-box2 input {
	display: none;
}
/*チェックのアイコン↓*/
.ac-box2 label:after {
	color: #009AE1;
	font-family: "Font Awesome 5 Free";
	content: " \f078";
}
/*チェックのアイコン↑*/
.ac-box2 input:checked ~ label::after {
	color: #fff; /*#EB5505;*/
	font-family: "Font Awesome 5 Free";
	content: " \f077";
}
/*中身を非表示*/
.ac-box2 div {
	height: 0px;
	padding: 0 !important;
	margin:0 !important;
	overflow: hidden;
	opacity: 0;
	/*transition: 0.5s;*/
}
/*クリックで中身を表示*/
.ac-box2 input:checked ~ div {
	height: auto;
	padding: 12px;
	background: #fff;
	opacity: 1;
}
/*表示内容の調整*/
.ac-box2 div p {
	color: #333;/*777;*/
	line-height: 19px;
	font-size: 11px;
	padding: 0;
	text-align: justify;
}
.ac-small2 p {
	margin:0;
	padding:0;
}
.ac-box2 div h3 {
	font-weight: bold;
	color: #333;
	line-height: 18px;
	font-size: 11px;
	padding: 0 1em 0 1.2em;
	text-align: left;
}
/*Accordion END */
.ac-box2 .campaign_img_text {
	margin: 0 1.5em !important;
}

/*お問い合わせフォーム*/
.d-contact_form table {
	font-size: 1.2rem;
}
.d-contact_form table th {
	width: 35%;
	padding: 6px;
}
.d-contact_form table th .required, .d-contact_form > p .required {
	margin: 0 0 5px 0;
	display: block;
}
.d-contact_form table td {
	padding: 6px;
}
.d-contact_form table td input[type="text"], .d-contact_form table td input[type="tel"], .d-contact_form table td input[type="email"] {
	width: 100%;
}
.d-contact_form table td input[type="text"].p-postal-code, .d-contact_form table td input[type="tel"].p-postal-code, .d-contact_form table td input[type="email"].p-postal-code {
	width: 50%;
}
.d-contact_form table td.button_area {
	padding: 15px;
}
/**埋め込みフォームCSS**/
#form_header .header_form-ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0px;
	padding: 5px 5px 5px 33px;
	text-align: center;
	color: #FFF;
	background-color: #eb5505;
}
#form_header .header_form-ttl span.icon_mitsumori:before {
	background: none;
}
div.container_read {
	width: 100%;
	margin: 20px auto;
	padding: 0 1em;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
div.container_read h2 {
	font-size: 1.4rem;
	line-height: 1.9;
	border-bottom: solid 1px #ddd;
	position: relative;
	margin-bottom: .7em;
	color: #171717;
	letter-spacing: 1%;
	text-indent: .1em;
	margin-top: 10px;
}
div.container_read h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ff0000;
	bottom: -1px;
	width: 30%;
}
div.container_read p {
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
.container_f {
	width: 98%;
	margin: 20px auto;
	padding: .5em 0.5em 1.0em;
	/* overflow: hidden; */
	box-sizing: border-box;
	border: none;
}
.mailform {
	width: 98%;
	margin: 0 auto;
}
.mailform dl {
	padding: 6px 0px 7px;
	width: 100%;
	margin: 0;
	/* border-bottom: 1px solid #E3E3E3; */
	border: none;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.mailform dt {
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 .4em;
	background: #fff;
}
.mailform dl dt span.form_required {
	width: auto;
	background-color: #ff0000;
	font-size: 10px;
	color: #FFF;
	border-radius: 2px;
	text-align: center;
	margin: 0px 3px 0 0 !important;
	padding: 1px 5px;
	letter-spacing: 4%;
	vertical-align: 1px;
}
.mailform dd {
	width: 100%;
	padding: 0;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 !important;
}
.mailform dd input[type="text"], .mailform dd input[type="tel"], .mailform dd input[type="email"], .mailform dd select, .mailform dd textarea {
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	padding: 4px 8px;
	font-size: 16px;
	background: #fff;
	box-sizing: border-box;
	/* border-radius: 2px; */
	border: 1px solid #ddd;
	height: 35px;
}
.confirmation_btn {
	font-family: inherit;
	padding: 10px 0px;
	font-size: 1em;
	border-radius: 4px;
	border: none;
	background: #22A9FF;
	color: #fff;
	cursor: pointer;
	margin: 1em auto 0;
	display: block;
	width: 70%;
}
.ssl {
	width: 100%;
	margin: 15px auto;
}
.ssl div.left {
	float: left;
	width: 15%;
}
.ssl div.right {
	width: 80%;
	padding-left: 5%;
	float: right;
}
.ssl div.right h3 {
	font-size: 15px;
}
.ssl div.right p {
	padding-top: 0px !important;
	font-size: 11px !important;
	text-align: left !important;
	line-height: 1.5 !important;
}



/* footer 20191017
----------------------------------------------*/

.footer_form {
	background-color: #F2F2F2;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 1em 0;
}
.footer_c {
	font-size: 8px;
	line-height: 20px;
	margin: 0;
	padding: 10px 0 20px;
}

  /* header
-------------------------------------*/
div.header_logo_flex_wrap {
display:flex;
width:100%;
margin:0;
padding:3px 3px 2px 2px;
}
div.header_logo_flex_wrap .header_logo {
flex:1 1 39%;
align-items: center;
align-content: flex-start;
}
div.header_logo_flex_wrap .header_logo img {
width:98%;
}
div.header_logo_flex_wrap .header_menu_btn1 {
flex:1 1 39%;
align-items: center;
align-content: flex-start;
}
div.header_logo_flex_wrap .header_menu_btn1 img {
width:96%;
margin-top:2px;
}
div.header_logo_flex_wrap .header_menu_btn2 {
flex:1 1 10%;
align-items: center;
align-content: flex-start
}
div.header_logo_flex_wrap .header_menu_btn2 img {
width:96%;
border:1px solid #ccc;
border-radius:2px;
background-color:#fff;
margin-left:2px;
} 


/*---------------------------------------------------------------------------------------*/
/* 20191011 */
/* font-awesoe footer_wrap_footer
----------------------------------------------------*/
@media screen and (max-width:767px){
section.footer__wrap_footer {
  margin-top:10px;
	margin-bottom: 0px;
  }
section.footer__wrap_footer .footer_drawer-nav {
  margin: 0;
  padding: 0;
  background: #fff;
  box-sizing:border-box;
}
section.footer__wrap_footer ul.footer_drawer-footer {
  display: flex;
}
section.footer__wrap_footer .footer_drawer-footer li {
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
section.footer__wrap_footer .footer_drawer-footer li:last-child {
  border-left:1px solid #ccc;
}
  
  
section.footer__wrap_footer .footer_drawer-footer li a {
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 1em 0;
  background: #FAFAFA;
  color: #000;
	line-height: 1.5;
	text-decoration: none;
  position:relative;
}
section.footer__wrap_footer .footer_drawer-footer li a::hover {
  display: block;
  margin: 0;
  padding: 1em 0;
  margin-left: 0px;
  background: #FFFFBC;
  color: #666;
  cursor: hand !important;
  transition: .2s;
}
section.footer__wrap_footer .footer_drawer-footer li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: " \f054 ";
  position: absolute;
  top: 11px;
  bottom:0;
  margin:auto;
  left: 1.4em;
  color: #9A9A9A;
  font-size: 12px;
}


/* form subtitle
------------------------------*/
/*
p.form_title_attention_p {
  text-align:center;
  margin:1.5em auto -.5em;
  padding:0;
  box-sizing: border-box;
  color:#ff0000;
  font-weight: bold;
  font-size:1.1em;
}
p.form_title_attention_p a {
   color:#ff0000 !important;
  margin:.2em auto;
  padding:0;
}
*/

/*表示切替
--------------------------*/

.pcpage{
display: none;
}
.smppage{
display: block;
}
/***/
}


/* form subtitle
------------------------------*/
p.form_title_attention_p {
  text-align:center;
  margin:1.5em auto -.5em;
  padding:0;
  box-sizing: border-box;
  color:#ff0000;
  font-weight: bold;
  font-size:1.1em;
}

#sp_fix_menu {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 99999;
}
#sp_fix_menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  display: table;
  list-style: none;
}
#sp_fix_menu ul li {
  width: 25%;
  margin: 0;
  padding: 0;
  display: table-cell;
  border: none;
  list-style: none;
}
#sp_fix_menu ul li img {
  width: 100%;
  vertical-align: bottom;
}
#sp_fix_menu ul li a img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sp_fix_menu ul li a img:hover {
  opacity: 0.6;
}
#sp_fix_menu p {
  width: 100%;
  margin: 0;
  padding: 0;
}
#sp_fix_menu p img {
  width: 100%;
  vertical-align: bottom;
}

.chushaku10 {
    font-size: 10px!important;
    line-height: 1.5em!important;
    color: #575757!important;
    margin: 5px auto!important;
    /* text-align: center; */
	width: 95%;
}

/* スライダー
--------------------------------*/
iframe#newframe21b {
    height: 375px;
}
iframe#newframe21c {
    height: 375px;
}


/*TV紹介
-------------------------------*/
.midashi{
width: 100%;
margin: 0 auto;
}

ul.tv_introduction{
padding: 0 10px;
margin: 0 auto 20px;
width: 100%;
}
ul.tv_introduction li img{
width: 100%;
}
ul.tv_introduction li:nth-child(1){
float: inherit;
width: 100%;
padding: 0;
margin-bottom: 10px;
}
ul.tv_introduction li:nth-child(2){
float: inherit;
width: 100%;
padding: 0;
}
ul.tv_introduction li:nth-child(3){
float: inherit;
width: 100%;
padding: 0;
text-align: left;
}
ul.tv_introduction li:nth-child(3) p{
margin: 10px auto 0 auto;
font-size: 12px;
}

#photo_change {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width:320px) { 
#photo_change {
    min-height: 165px;
}
@media screen and (min-width:360px) { 
#photo_change {
    min-height: 190px;
}
}
@media screen and (min-width:414px) { 
#photo_change {
    min-height: 220px;
}
}

#photo_change img {
    top: 0;
    left: 0;
    position: absolute;
}

/******************
 * モーダルバナー　SP
 ******************/
  .d-sp_modal_bnr_bnrArea {
  width: 86%;
  height: auto;
  background-color: #fffdf4;
  border: solid 1px #AF0000;
  /*-webkit-border-radius: 5px;*/
  /*border-radius: 5px;*/
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  color:#000;
  display: none;
}
.d-sp_modal_bnr_bnrArea h2 {
    font-size: 16px;
    font-weight: normal;
    background-color: #043786;
    color: white;
    text-align: center;
    line-height: 40px;
    height: 38px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
		display: none;
}
/* 1text*/
.d-sp_modal_bnr_txt p.readmodal {
    font-size:14px;
    margin: 3px auto 8px;
    padding: 0;
    line-height:1.5;
	  color: #111;
	/*display: none;*/
  } 
.d-sp_modal_bnr_txt {
  padding: 10px 11px 0px;
}
/* 2text */
.d-sp_modal_bnr_txt_txt01 {display: none;
  margin: 1px 2px 0;
  padding: 0.5rem 0;
  border-top: dotted 1px #fff;
  border-bottom: dotted 1px #fff;
	color:#fff;
}
/* 3text */
.d-sp_modal_bnr_txt_txt02 {display: none;
  margin: 10px auto;
	padding:0 3px;
	line-height:1.5;
	font-size:12px;
	color:#fff;
}
.d-sp_modal_bnr_btn {
  padding: 0 10px 10px;
}
.d-sp_modal_bnr_btn img {
  width: 100%;
}
.d-sp_modal_bnr_btn_btn1 {
  width: 22.3%;
}
.d-sp_modal_bnr_btn_btn2 {
  width: 75.6%;
}
.d-sp_modal_bnr_btn_btn3 {
  width: 100%;
  margin-top: 5px;
}
.d-sp_modal_bnr_modalOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}
.add_bn_txt {
text-align:center;
line-height:1.4;
font-size:14px;
font-weight:bold;
letter-spacing: 0.04em;
padding-top: 10px;
}

@media screen and (orientation: landscape) {
  .d-sp_modal_bnr {
    display: none !important;
  }
}


/* modalNew BTN
---------------------------------*/
.m-flex_container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size:12px;
}
.m-box:nth-child(1) {
  flex: 1 0 20%;
  height: auto;
  text-align: center;
  border-radius: 4px;
  margin: 2px 2px 2px 0;
}
.m-box:nth-child(2) {
  flex: 1 0 60%;
  height: auto;
  text-align: center;
  border-radius: 4px;
  margin: 2px 0 2px 2px;
}
.m-box:nth-child(3) {
  flex: 1 0 90%;
  height: auto;
  text-align: center;
  border-radius: 4px;
  margin: 2px 0 2px 0;
}
/***********/
.m-box a span.m-close {
  text-align: center;
  line-height:1;
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  color:#222;
  background-color:#ECECEC;
  padding:1em 0 .9em;
}
.m-box a:hover span.m-close {
  background-color: #D1D1D1;
}
.m-box a span.m-moushikomi {
  text-align: center;
  color:#fff;
  line-height: 1;
  width: 100%;
  display: inline-block;
  background-color: #E8003E;
  border-radius: 4px;
  padding:1em 0 .9em;
}
.m-box a:hover span.m-moushikomi {
  background-color: #007ABB;
}
.m-box a span.m-modal_none{
  text-align: center;color:#fff;
  line-height: 1;
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  background-color: #016AA3;
  padding:.9em 0 .8em;
}
.m-box a:hover span.m-modal_none {
  background-color: #007ABB;
}
.m-box a span.m-modal_none img {
  width:15px;
  vertical-align:-26%;
}
}
.keiyaku_attention span {
    color: red;
}

		
/*おすすめポイント*/
.point_box {
	background:url("/support/img/osusume_bg1.png") 0 0 no-repeat;
	background-size:cover;
	background-position: right center;
	padding: 10px 0 20px;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
    margin: 0 0 20px;	
}
.point_box h2 {
    text-align: center;
    margin: 10px auto;
    width: 100%;
}	
.point_box h2 .mds {
    width: 70%;
}	
.point_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    padding: 0 5px;
    justify-content: center;
}
.point_box ul li {
    text-align: center;
    margin: 0;
    /* flex: 0 1 18%; */
    /* flex: 0 1 24%; */
    /* flex: 0 2 31%; */
    flex: 1 1 47%;
}
.d-container_in {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inherit;
}
.d-main_area, .d-main_area1_max {
    width: 100%;
    padding: 0 5px;
}
.c-title03 {
  margin: 0 0 1.8rem 0;
  padding: 0.5em 1em 0.5em calc(1em - 5px);
  font-size: 1.472rem;
  font-weight: 700;
  border-left: solid 5px #043786;
}

/*faq よくある質問
-----------------------------------------*/
.faq_q {
    width: 96%;
    font-size: 12px;
    line-height: 1.5;
    padding: 24px 0 10px 40px;
    margin: 0% 5% 2% 2%;
    /*border-top: 1px dashed #CCC;*/
    border-top: 1px dashed #C1C1C1;
    font-weight: bolder;
    color: #043786;
	background: url(../img/faq_q.png) no-repeat 0px 20px;
}
.faq_a {
    width: 90%;
    padding: 0 0 10px 40px;
    font-size: 12px;
    line-height: 1.5;
    height: auto;
    margin: 0 5% 2% 2%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}



.d-privacyTxt{
	width: 95.6%;
	margin: 0 auto;
}
.d-privacyTxt p,
.d-privacyTxt li p {
text-align: justify;
}
.d-privacyTxt li h3 {
padding-top:.7em;
border-bottom:1px dotted #DDDDDD;
line-height:1.8;
}
.logoside{
    width: 100px;
    left: 156px;
    position: absolute;
    top: 30px;
    font-size: 1em;
}