@charset "UTF-8";
/*リセット*/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}
legend {
	color: #000;
}
/*共通設定*/
html {
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', YuGothic, 'Yu Gothic', sans-serif;
	font-size: 62.5%;
	font-weight: 500;
	background-color: transparent;
	background-image: none;
}
body {
	font-size: 1.3rem;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #0000ff;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a img:hover {
	opacity: 0.85;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
input {
	outline: none;
}
input:focus {
	outline: none;
}
input[type="submit"] {
	-webkit-appearance: none;
}
table {
	width: 100%;
}
.container {
	width: 100%;
	min-height: calc(100vh - 150px);
	/*padding: 10px 0 60px;*/
	padding: 0 0 60px;
	background-color: #f8f8f8;
}

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


@media screen and (min-width:768px){
/*header*/
/*header {
	width: 100%;
	height: 75px;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
header .header_area_in {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
header .header_logo {
	height: 74px;
}
header .header_logo img {
	width: auto;
	height: 100%;
}*/
}

/* header
-------------------------------------*/
header .header_aera {
  width:100%;
	background: #fff;
  margin:0 auto 0px;
  padding:0;
  border-bottom:1px solid #ccc;
}

/* header
--------------------------------*/
header .header_aera .header_area_in {
	width: 1000px;
	height: 95px;
	text-align: center;
	background-color:#fff !important;
  margin:6px auto 0;
  display:flex;
  justify-content:space-between;
	z-index:190000001;
}
header .header_aera .header_logo{
margin:0;
padding:0;
text-align:left;
flex:0 0 auto;
}
header .header_aera .header_btn {
flex:0 0 230px;
	padding-top: 4px;
}
header .header_aera .header_tel {
flex:0 0 289px;
	padding-top: 3px;
}

/*******************/
.footer_c {
	font-size: 10px;
	line-height: 40px;
	margin:0px;
	padding: 10px 0;
  width:100%;
  background:#F3F3F3;
  text-align:center;
}
/*footer*/
footer {
	width: 100%;
	height: 75px;
	font-size: 1.2rem;
	line-height: 75px;
	text-align: center;
	background-color: #cccccc;
}
/*タイトル*/
.simulation-title {
	width: 100%;
	/*max-width: 100%;*/
	margin: 0 auto 0 auto;
	background-color:#00B545;
}
.flxbx {
	display: flex;
}
/*シミュレーションエリア*/
.simulation-area {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 10px auto;
}
.simulation-area .simu_contents {
	width: 78%;
	margin: 0 auto 40px auto;/*40*/
}
.simulation-area .simu_side {
	width: 20%;
	margin: 0 auto 10px auto;
}
.simulation-area section {
	padding: 20px 30px 30px;
	display: none;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #cccccc;
}
.simulation-area section.disp {
	display: block;
}
.simulation-area section > h2 {
	margin-bottom: 20px;
	padding: 15px 0px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #ec5504;
	text-align: center;
	border-radius: 2px;
}
.simulation-area section > p {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}



.simulation-area section .branch {
	display: flex;
	flex-wrap: wrap;
}
.simulation-area section .branch .todouhuken {
	width: 100%;
}
.simulation-area section .branch .todouhuken span {
	width: 100%;
	max-width: 400px;
	height: 60px;
	margin: 0 auto;
	cursor: pointer;
	font-size: 2rem;
	line-height: 52px;
	background-color: #ffffff;
	border: solid 4px #ec5504;
	border-radius: 100px;
	overflow: hidden;
	text-align: center;
	display: block;
	position: relative;
}
.simulation-area section .branch .todouhuken span:before {
	width: 0;
	height: 0;
	content: '';
	border: 6px solid transparent;
	border-top-color: #ec5504;
	border-bottom: none;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(0, -50%);
	pointer-events: none;
}




.simulation-area section .branch .todouhuken ul {
	width: 100%;/*702px;*/
	margin: 14px auto;
	padding:1.2em .8em 1.2em 1.2em;
	display: none;
	background-color: #F8F8F8;
	/*border: solid 1px #cccccc;*/
}
.simulation-area section .branch .todouhuken ul:after {
	content: '';
	display: block;
	clear: both;
}
.simulation-area section .branch .todouhuken li {
	width: 100%;/*70px;*/
	float: left;
	padding:0;
	margin:0;
}

.simulation-area section .branch .todouhuken label {
	width: auto;
	display:inline-block;
	height: auto;
	margin: 0;
	padding: 0.1em .5em;
	border: none;
	font-size: 1.5rem;
	text-align: left;
	color: #000000;
}
.simulation-area section .branch .todouhuken label:hover {
	color: #ec5504;
}

.simulation-area section .branch .todouhuken p {
	font-size: 1.4rem;
	text-align: center;
	display:inline-block;
	font-weight:normal;
	background-color:#FF7328;
	padding:.2em .5em .1em;
	margin:4px 0;
	border-radius:99px;
	letter-spacing: 0.05em;
	width:90px;
	color:#fff;
}


.simulation-area section .branch input[type="radio"] {
	display: none;
}
.simulation-area section .branch input[type="radio"]:checked + label {
	color: #000;
	border-color: #ec5504;
}
.simulation-area section .branch input[type="radio"]:checked + label img {
	filter: none;
	opacity: 1;
}
.simulation-area section .branch label {
	width: 40%;
	height: auto;/*280px;*/
	margin: 0 5% 10px 5%;
	padding: 30px 0 15px;/*60px 0;*/
	display: block;
	font-size: 2.0rem;
	font-weight: normal;/*bold;*/
	color: #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 span {}
.simulation-area section .branch label img {
	margin: 0 auto 15px auto;
	display: block;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: opacity 0.7, filter 0.7s;
	/*opacity: 0.3;
	transition: opacity 0.5s, filter 0.5s;*/
}
.simulation-area section .branch label:hover {
	color: #000;
	border-color: #ec5504;
}
.simulation-area section .branch label:hover img {
	filter: none;
	opacity: 1;
}


.simulation-area section.result > table {
	width: 100%;
}
.simulation-area section.result > table th {
	width: 200px;
	padding: 1em;
	border: solid 1px #666666;
}
.simulation-area section.result > table td {
	padding: 1em;
	border: solid 1px #666666;
}
.simulation-area section.result .reset {
	display: none;
}
.simulation-area section .back {
	margin-top: 30px;
	display: inline-block;
	cursor: pointer;
}
.simulation-area section .back:before {
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
  content: "\f137";
	display: inline-block;
	font-weight: bold;
	
}
.simulation-area section .back:hover {
	text-decoration: underline;
}
.simulation-area .selected {
	width: 200px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #cccccc;
}

/* table
-------------------------------------------------*/
.simulation-area .selected > table {
	display: block;
}
.simulation-area .selected > table tbody {
	display: block;
}
.simulation-area .selected > table tbody tr {
	display: block;
}
.simulation-area .selected > table tbody tr th {
	padding: 0.7em 1em .3em;
	display: block;
	/*border-bottom: dotted 1px #cccccc;*/
}
.simulation-area .selected > table tbody tr td {
	padding: .3em 1em .7em;
	display: block;
	border-bottom: solid 1px #666666;font-size:15px;
}
/*******/
.simulation-area .selected .reset {
	margin: 20px auto 9px auto;
	padding: 10px;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #666666;
	cursor: pointer;
	transition: opacity 0.5s;
}
.simulation-area .selected .reset:hover {
	opacity: 0.5;
}
.pdwn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 70%;
	height: 50px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 20px;
	border: 2px solid #EC5504;
	border-radius: 6px;
	font-size: 20px;
	font-weight: normal;
	margin: 0 auto;
}
/*アコーディオン*/
.accordion .title {
	cursor: pointer;
}
.accordion .detail {
	display: none;
}

/* Accordion
-------------------------------------------------------------*/
section .footer_accordion {
	width: 94%;
	margin: auto;
	padding: 0;
}
.ac-box {
	width: auto;
	margin: .8em auto 1.8em;
}
/*ラベル*/
.ac-box label {
	max-width: 92%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	margin: auto;
	line-height: 42px;
	position: relative;
	display: block;
	height: 42px;
	border-radius: 4px;
	cursor: pointer;
	color: #ec5504;
	/*transition: all 0.2s;*/
	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: " \f13a";
}
/*チェックのアイコン↑*/
.ac-box input:checked ~ label::after {
	color: #fff; /*#EB5505;*/
	font-family: "Font Awesome 5 Free";
	content: " \f139";
}
/*中身を非表示*/
.ac-box div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
	/*transition: 0.1s;*/
}
/*クリックで中身を表示*/
.ac-box input:checked ~ div {
	height: auto;
	padding: 5px;
	background: #fff;
	opacity: 1;
}
/*表示内容の調整*/
.ac-box div p {
	color: #333;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-align: justify;
}
.ac-box div h3 {
	color: #333;
	line-height: 23px;
	font-size: 15px;
	padding: 0 20px;
	text-align: justify;
}
.ac-small {
	margin: .3em 1em;
	padding:0;
	font-size:13px;
}
.ac-small p {
	margin-bottom: 0px;
}

/* Accordion
-------------------------------------------------------------*/

.ac-box2 {
	width: auto;
	margin: 13px auto 13px;
}
/*ラベル*/
.ac-box2 label {
	max-width: 92%;
	font-size: 15px;
	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.2s;*/
	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: " \f13a";
	font-weight: bold;
}
/*チェックのアイコン↑*/
.ac-box2 input:checked ~ label::after {
	color: #fff !important;
	font-family: "Font Awesome 5 Free";
	content: " \f139";
}
/*中身を非表示*/
.ac-box2 div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
	/*transition: 0.5s;*/
}
/*クリックで中身を表示*/
.ac-box2 input:checked ~ div {
	height: auto;
	padding: 5px;
	background: #fff;/*************/
	opacity: 1;
}
/*表示内容の調整*/
.ac-box2 div p {
	color: #333;
	line-height: 22px;
	font-size: 13px;
	padding: 10px 20px 16px;
	text-align: justify;
}
.ac-box2 div h3 {
	color: #333;
	line-height: 21px;
	font-size: 15px;
	padding: 0 20px;
	margin:.5em 0 0;
	text-align: left;
}
.ac-small p {
	margin-bottom: 0px;
}


/*Accordion END */
/*お問い合わせフォーム*/
.d-contact_form table {
	width: 100%;
	font-size: 1.3rem;
	border: solid 5px #d9d9d9;
}
.d-contact_form table th {
	width: 25%;
	padding: 10px;
	background-color: #efefef;
	border: solid 1px #d9d9d9;
}
.d-contact_form table th .required, .d-contact_form > p .required {
	margin: 0 5px 0 0;
}
.d-contact_form table th .required:before, .d-contact_form > p .required:before {
	padding: 0 3px;
	content: '必須';
	font-size: 0.769em;
	line-height: 1.5;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	background-color: #e60a06;
	border-radius: 2px;
}
.d-contact_form table td {
	padding: 10px;
	border: solid 1px #d9d9d9;
}
.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: 60%;
	margin-right: 0.5em;
	padding: 3px;
	border: solid 1px #d9d9d9;
}
.d-contact_form table td textarea {
	width: 100%;
	height: 200px;
	padding: 3px;
	border: solid 1px #d9d9d9;
}
.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: 30%;
	ime-mode: disabled;
}
.d-contact_form table td input[type="text"]:focus, .d-contact_form table td input[type="tel"]:focus, .d-contact_form table td input[type="email"]:focus, .d-contact_form table td textarea:focus {
	background-color: rgba(255, 0, 0, 0.1);
}
.d-contact_form table td select {
	padding: 3px;
	border: solid 1px #d9d9d9;
}
.d-contact_form table td label {
	margin-right: 1em;
	display: inline-block;
}
.d-contact_form table td label input[type="checkbox"], .d-contact_form table td label input[type="radio"] {
	margin-right: 5px;
	vertical-align: middle;
}
.d-contact_form table td .annotaion {
	display: inline-block;
	line-height: 2;
}
.d-contact_form table td.error input[type="text"], .d-contact_form table td.error input[type="tel"], .d-contact_form table td.error input[type="email"] {
	border-color: #ff0000;
}
.d-contact_form table td.error label {
	color: #ff0000;
}
.d-contact_form table td.button_area {
	padding: 20px;
	text-align: center;
}
.d-contact_form table td.button_area .form_confirm {
	width: 80%;
	padding: 10px;
	display: inline-block;
	background-color: #efefef;
	border: solid 1px #d9d9d9;
}
.d-contact_form table td.button_area .form_confirm:hover {
	background-color: #e1edf4;
	border-color: #13a0f7;
}
.d-contact_form table td.button_area .form_submit {
	width: 48%;
	margin: 0 auto;
	padding: 10px;
	display: inline-block;
	background-color: #efefef;
	border: solid 1px #d9d9d9;
}
.d-contact_form table td.button_area .form_submit:hover {
	background-color: #e1edf4;
	border-color: #13a0f7;
}
.d-contact_form table td.button_area .form_back {
	width: 48%;
	margin: 0 auto;
	padding: 10px;
	display: inline-block;
	background-color: #efefef;
	border: solid 1px #d9d9d9;
}
.d-contact_form table td.button_area .form_back:hover {
	background-color: #ffeded;
	border-color: #ff7575;
}
.d-contact_form .form_close {
	width: 48%;
	margin: 50px auto;
	padding: 10px;
	display: block;
	background-color: #efefef;
	border: solid 1px #d9d9d9;
}
.d-contact_form .form_close:hover {
	background-color: #ffeded;
	border-color: #ff7575;
}
/***追加スタイル***/
.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: 23px;
	font-weight: bold;
	line-height: 2em;
	color: #fcff00;
	background-color: #ec5504;
	width: 100%;
}
.result dl.price-after dd {
	font-size: 28px;
	line-height: 3em;
	height: 3em;
	font-weight: bold;
}
.result dl.price-after dd .pri {
	font-size: 60px;
	color: #ec5504;
	font-weight: bold;
	padding: 0 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.result dl.price-after dd .price-fee .tax {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	color: #444444;
	position: relative;
	display: inline-block;
}
.tbl_result {
	width: 90%;
	margin: 4px auto 10px;
}
.tbl_result th {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	padding: 10px;
	font-weight: normal;/*bold;*/
	text-align: center;
	width: 15em;
	box-sizing: border-box;
}
.tbl_result td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}
.result dl.price-after {
	width: 95%;
	border: 4px solid #ec5504;
	border-top: none;
	margin: 0 auto;
	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: 23px;
	font-weight: bold;
	line-height: 2em;
	color: #fcff00;
	background-color: #009AE1;
	width: 100%;
}
dl.price-after2 dd {
	font-size: 28px;
	line-height: 3em;
	height: 3em;
	font-weight: bold;
}
dl.price-after2 dd .pri {
	font-size: 60px;
	color: #ec5504;
	font-weight: bold;
	padding: 0 5px;
	font-family: Helvetica, Arial, sans-serif;
}

/*埋め込みフォーム用CSS*/
#form_header .header_form-ttl {
	font-size: 26px;
	font-weight: bold;
	line-height: 49px;
	margin: 0px;
	padding: 15px 0 15px 1em;
	text-align: center;
	color: #FFF;
	background-color: #eb5505;
}
.container_read {
	width: 100%;
	max-width: 800px;
	margin: 24px auto 20px;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}
div.container_read h2 {
	font-size: 1.4em;
	line-height: 1.9;
	border-bottom: solid 1px #ddd;
	position: relative;
	margin-bottom: .6em;
	color: #000;
	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%;
}
.container_read p {
	padding: 0;
	margin: 0 1.0em;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
.container_f {
	width: 100%;
	max-width: 800px;
	margin: 28px auto 60px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.mailform {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.mailform dl {
	border-bottom: 1px solid #ECECEC;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.0em;
}
.mailform dt {
	width: 35%;
	padding: 15px 30px;
	box-sizing: border-box;
	line-height: 30px;
	background: #FAFAFA;
	border-right: 1px solid #ECECEC;
}
.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;
}
label {
	font-size: 14px;
}
.mailform dd {
	width: 65%;
	padding-left: 8px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px 30px 10px 10px;
}
.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 6px;
	font-size: 14px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.mailform p {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding-top: 1em;
}
.soushin_btn_area {
	margin: 30px auto;
}
.confirmation_btn {
	font-family: inherit;
	padding: 10px 0px;
	font-size: 14px;
	border-radius: 4px;
	border: none;
	background: #22A9FF;
	color: #fff;
	cursor: pointer;
	margin: 1em auto 15px;
	display: block;
	width: 48%;
}
.ssl2 {
	width: 352px;
	margin: 20px auto 22px;
}
.ssl2 div.left {
	float: left;
	width: 15%;
}
.ssl2 div.right {
	width: 80%;
	padding-left: 0%;
	float: right;
}
.ssl2 div.right h3 {
	font-size: 15px;
	font-weight: bold;
}
.ssl2 div.right p {
	padding-top: 0px !important;
	font-size: 11px !important;
	text-align: left !important;
	line-height: 1.5 !important;
}
.pcnone {
	display: none;
}


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

.attention_head_w {
width:1000px;
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;

}



/*-------------------------------*/

.simulation-title {
    width: 100%;
    max-width: 1920px;
    background-image: url(../img/simulation-title_pc3.png);
    background-size: cover;
    background-position: center top;
    min-height: 550px;/*780px;*//*520px;*/
    background-repeat: no-repeat;
    text-align: center;
    /* object-fit: cover; */
    margin: 0 auto;
    padding: 0;
    clear: both;
}
.points {
	margin:20px auto 20px;
	width:1000px;
}
.container{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	min-height: 780px;
  background-color: #f8f8f8;
}
.simulation-title{
	text-align: center;
	/*margin-bottom: 40px;*/
  padding-top:10px;
}
.simulation-form{
	width: 1000px;
	margin: 0 auto;
}
.simulation-form .sidebar{
	width: 24%;
	border: 1px solid #ec5504;
	background-color: #fff;
	float: right;
	position: relative;
  transition: all 0.1s;
  border-radius:2px;
}


/* header
--------------------------------*/
.header_area_in {
	width: 1000px;
	height: 80px;
	text-align: center;
	background: #fff;
  margin:6px auto 0;
  display:flex;
  justify-content:space-between;
}
.header_logo{
margin:0;
padding:0;
text-align:left;
flex:0 0 auto;
}
.header_btn {
flex:0 0 230px;
	padding-top: 4px;
}
.header_tel {
flex:0 0 289px;
	padding-top: 3px;
}

/* スライダー
--------------------------------*/
iframe#newframe22b {
    height: 580px;
}
iframe#newframe22c {
    height: 580px;
}
/*---------------------------------------------------------------------------------------*/
/* 20191011 */
/* font-awesoe footer_wrap_footer
----------------------------------------------------*/
@media screen and (min-width:768px){
section.footer__wrap_footer {
  margin-top:10px;
  }
section.footer__wrap_footer .footer_drawer-nav {
  margin: 0;
  padding: 0;
  background: #fff;
  box-sizing:border-box;
}
section.footer__wrap_footer .footer_drawer-footer {
  display: flex;
}
section.footer__wrap_footer .footer_drawer-footer li {
  flex:1 1 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
	color:#222;

}
section.footer__wrap_footer .footer_drawer-footer li a {
	color:#222;
  position:relative;
}
section.footer__wrap_footer .footer_drawer-footer li a:hover {
	color:#0099E4;
}
section.footer__wrap_footer .footer_drawer-footer li:nth-last-child(2){
 align-items:center;
 text-align:right;
 padding:1em 2em;
}
section.footer__wrap_footer .footer_drawer-footer li:nth-last-child(1){
 align-items:center;
 text-align:left;
 padding:1em 2em;
}
section.footer__wrap_footer .footer_drawer-footer li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: " \f054 ";
  position: absolute;
  top: 3px;
  bottom:0;
  margin:auto;
  left: -1.1em;
  color: #9A9A9A;
  font-size: 12px;
}
/***/
}

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

ul.tv_introduction{
padding: 0 20px;
width: 1000px;
margin: 0 auto 40px auto;
}
ul.tv_introduction li:nth-child(1){
float: right;
width: 60%;
padding-left: 30px;
text-align: left;
}
ul.tv_introduction li:nth-child(2){
float: left;
width: 40%;
padding-right: 30px;
}
ul.tv_introduction li:nth-child(3){
float: right;
width: 60%;
padding-left: 35px;
text-align: left;
}
ul.tv_introduction li:nth-child(3) p{
margin: 10px auto 0 auto;
font-size: 16px;
}

#photo_change {
    width: 382px;
    height: 217px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

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


/*****************************************************
 * フィックスバナー　PC add
 *****************************************************/
 div.b-pcfix__wrap {
   color:#000;
    border-radius: 0;
    border: 1px solid #4a8f01;
    margin: 0;
    padding: 0 11px 11px;
    width: 300px;
    height: 260px;/*320px;*/
    display: none;
    position: fixed;
    bottom: 140px;
    right: 9px;
    z-index: 1000000;
   box-sizing: border-box;

 /*background-color: gray;*/
  /*background-position: 40% 0%;*/
  background-size: 300px 320px;
  background-image: url(/lp1/img/fix_bn_bg.png);
	 background-repeat:no-repeat;
}
div.b-pcfix__wrap h2 {
    font-size: 16px;
    font-weight: normal;
    background-color: #043786;
    color: white;
    text-align: center;
    line-height: 42px;
    height: 40px;
    margin: 0 -11px;
    padding: 0;
    letter-spacing: 0.1em;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
			display:none;
}
/* 1 text */
div.b-pcfix__wrap p:nth-child(2) {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    margin: 150px 0 0;
    padding: 0;
    color:#111;
}
/* 2 text */
div.b-pcfix__wrap p:nth-child(3) {display:none;
    font-size: 13px;
    line-height: 1.5;
    margin: 148px 0 5px;
    padding: 7px 0 5px;
    text-align: center;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    font-weight: bold;
    color:#fff;letter-spacing:.1em;
}
/* 3 text */
div.b-pcfix__wrap p:nth-child(4) {display:none;
    font-size: 12px;
    line-height: 1.5;
    margin: 3px 0 0;
    padding: 0;
    color:#fff;
}
/* btn */
div.b-pcfix_btn {
    width: 100%;
    height: 40px;
    margin: 6px auto 0;
    padding: 0;
    line-height: 41px;
    background-color: #ff0000;
    text-align: center;
    border-radius: 4px;
}
.b-pcfix_btn a {
    text-decoration: none;
    width: 100%;
    height: 40px;
    margin: 6px auto;
    padding: 0;
    line-height: 42px;
    display: block;
    color: #fff;
}
.b-pcfix_btn a i {
    margin-right: .4em;
    display: inline-block;
}
.b-pcfix_btn:hover {
    opacity: 0.85;
}
.d-pc_fix_bnr_close {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #002947;
}
.d-pc_fix_bnr_close i {
    font-size: 1.2rem;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.keiyaku_attention span {
    color: red;
}


/*おすすめポイント*/
.point_box {
	background:url("/support/img/osusume_bg1.png") 0 0 no-repeat;
	background-size:cover;
	padding: 20px 0 40px;
}
.full_width {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    width: auto !important;
}
.point_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    justify-content: center;
}
.point_box ul li {
/*    border: 1px solid #EB5505;
    background: #FFF;*/
    text-align: center;
    margin: 0;
    /* flex: 0 1 18%; */
     flex: 0 1 24%; 
    /*flex: 0 1 33%;*/
    /* flex: 1 1 47%; */
}
.point_box h2{
	text-align: center;
	margin: 30px auto;
    max-width: 1000px;
    width: 100%;
}
.point_box h2 .mds{
	width: 50%;
}
/*見出し3*/
.c-title03 {
	margin: 0 0 1.95rem 0;
	padding: 0.5em 1em 0.5em calc(1em - 5px);
	font-size: 1.6rem;
	font-weight: 700;
	border-left: solid 5px #043786;
}



/*FAQ
------------------------------*/
.faq_q {
	width: 100%;
	padding-left: 40px;
	font-size: 14px;
	line-height: 26px;
	/*padding-top: 18px;*/
	padding-top: 24px;
	padding-bottom: 10px;
	margin: 0px 0px 10px 0px;
	border-top: 1px dashed #C1C1C1;
	/*background: url(../img/faq_q.png) no-repeat 0px 20px;*/
	background: url(../img/faq_q.png) no-repeat 0px 22px;
	font-weight: bolder;
	color: #043786;
}
.faq_a {
	width: 100%;
	padding-left: 40px;
	font-size: 14px;
	/*line-height: 30px;*/
	line-height: 1.8;
	height: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/faq_a.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
}
.faq_a p a {
    text-decoration-line: underline;
}


/*FAQ
----------------------------------------------------*/
.faq_q2 {
	width: 100%;
	padding-left: 40px;
	font-size: 14px;
	line-height: 26px;
	padding-top: 18px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top: 1px dashed #CCC;
	background: url(../img/faq_q2.png) no-repeat 0px 20px;
	font-weight: bolder;
	color: #00cccc; /*#EB5B18;*/
}
.faq_a2 {
	width: 100%;
	padding-left: 40px;
	font-size: 14px;
	line-height: 30px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/faq_a2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}






.d-container_in {
    width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
}
.d-main_area {
    width: 100%;
}
.logoside{
    width: 180px;
    left: 200px;
    position: absolute;
    top: 56px;
    font-size: 1.4em;
}