@charset "UTF-8";

html {
	color: #000;
	background: #FFF
}
html, body {
	height: 100%
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: 0;
	vertical-align: bottom;
	line-height: 0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font: inherit
}
li {
	list-style: none
}
sup, sub {
	vertical-align: baseline
}
strong {
	font-weight: bold;
}
body {
	font-family: "Noto Sans JP", Arial, Helvetica, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	background: #fff;
	font-size: calc( 25 / 750 * 100vw);
	line-height: calc( 40 / 750 * 100vw);
	letter-spacing: .1em
}
a, a:link, a:visited {
	color: #0072e5;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0072e5;
	text-decoration: none;
}
.disappear {
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0
}
.appear {
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 1
}
#wrapper {
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto
}
#wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}
sup {
	font-size: 50%;
	line-height: 1
}
.pcOnly {
	display: none;
}
.inner {
	max-width: 750px;
	position: relative;
	margin: 0 auto
}
#scrpt {
	display: none
}
div.select {
	display: none;
}
body.ishizue div.ishizue,
body.lady div.lady,
body.superwide div.superwide,
body.seven div.seven,
body.three div.three,
body.ganichiji div.ganichiji,
body.kiwami div.kiwami {
	display: block;
}


/* header */
header {
	background: url("../img/hdr_bg_sp.png") left top / calc( 540 / 750 * 100vw ) auto no-repeat;
}
header .inner {
	height: calc( 70 / 750 * 100vw );
	padding: calc( 17 / 750 * 100vw ) 0 0 calc( 560 / 750 * 100vw );
	box-sizing: border-box;
}
header h1 {
	width: calc( 148 / 750 * 100vw );
}


/* nav */
nav {
}
nav .inner {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: calc( 20 / 750 * 100vw ) 0 calc( 5 / 750 * 100vw );
	text-align: center;
	background: #fff;
}
nav.fixed .inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
nav ul li {
	cursor: pointer;
	width: calc( 215 / 750 * 100vw );
	margin: 0 calc( 8 / 750 * 100vw ) calc( 15 / 750 * 100vw );
}
nav ul li:hover img,
body.ishizue nav ul li.ishizue img,
body.lady nav ul li.lady img,
body.superwide nav ul li.superwide img,
body.seven nav ul li.seven img,
body.three nav ul li.three img,
body.ganichiji nav ul li.ganichiji img,
body.kiwami nav ul li.kiwami img {
	visibility: hidden;
}
nav ul li.ishizue:hover,
body.ishizue nav ul li.ishizue {
	background: url("../img/navi_btn01_on_sp.png") left top / 100% auto no-repeat;
}
nav ul li.superwide:hover,
body.superwide nav ul li.superwide {
	background: url("../img/navi_btn02_on_sp.png") left top / 100% auto no-repeat;
}
nav ul li.seven:hover,
body.seven nav ul li.seven {
	background: url("../img/navi_btn03_on_sp.png") left top / 100% auto no-repeat;
}
nav ul li.three:hover,
body.three nav ul li.three {
	background: url("../img/navi_btn04_on_sp.png") left top / 100% auto no-repeat;
}
nav ul li.ganichiji:hover,
body.ganichiji nav ul li.ganichiji {
	background: url("../img/navi_btn05_on_sp.png") left top / 100% auto no-repeat;
}
nav ul li.kiwami:hover,
body.kiwami nav ul li.kiwami {
	background: url("../img/navi_btn06_on_sp.png") left top / 100% auto no-repeat;
}
nav ul li.lady:hover,
body.lady nav ul li.lady {
	background: url("../img/navi_btn07_on_sp.png") left top / 100% auto no-repeat;
}
nav ul li.logo:hover {
	background: url("../img/hdr_logo_sp.png") left top / 100% auto no-repeat;
}
nav ul li.cpt:hover {
	background: url("../img/hdr_cpt_sp.png") left top / 100% auto no-repeat;
}


/* #mv */
#mv {
	padding: 0 0 calc( 100 / 750 * 100vw );
	text-align: center;
}
#mv h2 {
	margin-bottom: calc( 30 / 750 * 100vw );
}
#mv h3 {
	margin: calc( -30 / 750 * 100vw ) auto calc( 30 / 750 * 100vw );
}
#mv dl.fee {
	width: calc( 680 / 750 * 100vw );
	margin: 0 auto calc( 40 / 750 * 100vw );
}
#mv dl.fee dd {
	margin-top: calc( 11 / 750 * 100vw );
	color: #707070;
	font-size: calc( 16 / 750 * 100vw );
	line-height: calc( 26 / 750 * 100vw );
	letter-spacing: 0.075em;
  text-align: left;
}
#mv dl.fee dd a {
	color: #707070;
	font-size: calc( 20 / 750 * 100vw );
	line-height: calc( 30 / 750 * 100vw );
	letter-spacing: 0.075em;
	display: inline-block;
	margin: calc( 17 / 750 * 100vw ) auto 0;
	text-decoration: underline;
}
#mv dl.fee dd a::after {
	content: "?";
	display: inline-block;
	color: #fff;
  font-size: calc( 17.5 / 750 * 100vw );
  line-height: calc( 24 / 750 * 100vw );
  letter-spacing: 0.075em;
	font-weight: bold;
	background: #0072e5;
	width: calc( 24 / 750 * 100vw );
	border-radius: calc( 12 / 750 * 100vw );
	margin-left: calc( 8 / 750 * 100vw );
}
#mv p.cpt {
	width: calc( 450 / 750 * 100vw );
	line-height: .1;
	margin: 0 auto calc( 34 / 750 * 100vw );
}
#mv dl.estimation {
	width: calc( 571 / 750 * 100vw );
	margin: 0 auto;
}
#mv dl.estimation dt {
	width: calc( 356 / 750 * 100vw );
	line-height: .1;
	margin: 0 auto calc( 15 / 750 * 100vw );
}


/* #point */
#point {
}
#point dl.point03 {
	position: relative;
}
#point dl.point03 dd {
	position: absolute;
	left: calc( 190 / 750 * 100vw );
	bottom: calc( 138 / 750 * 100vw );
	width: calc( 356 / 750 * 100vw );
}


/* #recommend */
#recommend {
}
#recommend .inner {
	box-sizing: border-box;
	text-align: center;
}
#recommend a {
	width: calc( 356 / 750 * 100vw );
	position: absolute;
	left: calc( 198 / 750 * 100vw );
	bottom: calc( 80 / 750 * 100vw );
}


/* #flow */
#flow {
	background: #f1f1f5;
	border-radius: calc( 30 / 750 * 100vw );
}
#flow .inner {
	box-sizing: border-box;
	padding: calc( 80 / 750 * 100vw ) 0 calc( 110 / 750 * 100vw );
	text-align: center;
}
#flow h2 {
	width: calc( 567 / 750 * 100vw );
	margin: 0 auto calc( 60 / 750 * 100vw );
}
#flow h3 {
	width: calc( 539 / 750 * 100vw );
	margin: 0 auto calc( 40 / 750 * 100vw );
}
#flow .mail h3 {
	width: calc( 310 / 750 * 100vw );
}
#flow .net {
	margin-bottom: calc( 100 / 750 * 100vw );
}
#flow .slide {
	position: relative;
}
#flow .slide .swiper {
	position: relative;
	width: calc( 710 / 750 * 100vw );
	margin: 0 auto;
	box-sizing: border-box;
	overflow: visible;
}
#flow .slide .swiper-wrapper .swiper-slide {
	position: relative;
	width: calc( 355 / 750 * 100vw );
	padding: 0 calc( 15 / 750 * 100vw );
	box-sizing: border-box;
}
#flow .slide .swiper-wrapper .swiper-slide a {
	display: block;
	width: calc( 151 / 750 * 100vw );
	position: absolute;
	left: calc( 88 / 750 * 100vw );
	bottom: calc( 94 / 750 * 100vw );
}
#flow .slide .swiper-pagination {
	width: 100%;
	top: auto;
	bottom: calc( -32 / 750 * 100vw );
	line-height: 0.1;
}
#flow .slide .swiper-pagination .swiper-pagination-bullet {
	width: calc( 12 / 750 * 100vw );
	height: calc( 12 / 750 * 100vw );
	background: #b2b2b2;
	opacity: 1;
	margin: 0 calc( 13 / 750 * 100vw );
}
#flow .slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
}

/* .cv */
.cv {
}
.cv .inner {
	box-sizing: border-box;
	padding: calc( 100 / 750 * 100vw ) 0;;
	text-align: center;
}
.cv dl {
	width: calc( 571 / 750 * 100vw );
	margin: 0 auto;
}
.cv dl + dl {
	margin-top: calc( 40 / 750 * 100vw );
}
.cv dl.estimation dt {
	width: calc( 388 / 750 * 100vw );
	margin: 0 auto calc( 14 / 750 * 100vw );
}
.cv dl.document dt {
	width: calc( 382 / 750 * 100vw );
	margin: 0 auto calc( 14 / 750 * 100vw );
}


/* #btmnavi */
#qa {
	background: #f1f1f5;
}
#qa .inner {
	padding: calc( 80 / 750 * 100vw ) calc( 25 / 750 * 100vw ) calc( 100 / 750 * 100vw );
}
#qa h2 {
	width: calc( 252 / 750 * 100vw );
	margin: 0 auto calc( 65 / 750 * 100vw );
}
#qa dl {
	background: #fff;
	border: #1f1f1f solid 2px;
}
#qa dl + dl {
	margin-top: calc( 30 / 750 * 100vw );
}
#qa dl dt {
	position: relative;
	min-height: calc( 130 / 750 * 100vw );
	box-sizing: border-box;
	padding: calc( 25 / 750 * 100vw ) calc( 65 / 750 * 100vw ) calc( 25 / 750 * 100vw ) calc( 125 / 750 * 100vw );
	cursor: pointer;
	display: flex;
	align-items: center;
}
#qa dl dt::before {
	content: "";
	display: inline-block;
	background: url("../img/qa_icn_q_sp.png") left top / 100% auto no-repeat;
	width: calc( 66 / 750 * 100vw );
	height: calc( 67 / 750 * 100vw );
	position: absolute;
	left: calc( 30 / 750 * 100vw );
	top: 50%;
	margin-top: calc( -33 / 750 * 100vw );
}
#qa dl dt::after {
	content: "";
	display: block;
	background: url("../img/qa_icn_arrow.png") left top / 100% auto no-repeat;
	width: calc( 22 / 750 * 100vw );
	height: calc( 13 / 750 * 100vw );
	position: absolute;
	right: calc( 30 / 750 * 100vw );
	top: 50%;
	margin-top: calc( -6 / 750 * 100vw );
	transform: rotate( 0deg );
}
#qa dl dt.active::after {
	transform: rotate( 180deg );
}
#qa dl dd {
	display: none;
	position: relative;
	border-top: #1f1f1f dotted calc( 5 / 750 * 100vw );
	margin: 0 calc( 10 / 750 * 100vw );
	padding: calc( 25 / 750 * 100vw ) calc( 17 / 750 * 100vw ) calc( 25 / 750 * 100vw ) calc( 17 / 750 * 100vw );
}
#qa dl dd span {
	display: inline-block;
	color: #707070;
	font-size: calc( 16 / 750 * 100vw );
	line-height: calc( 26 / 750 * 100vw );
	letter-spacing: 0.1em;
}
#qa dl dd p {
	box-sizing: border-box;
	padding: 0 calc( 38 / 750 * 100vw ) 0 calc( 98 / 750 * 100vw );
}
#qa dl dd p::before {
	content: "";
	display: block;
	background: url("../img/qa_icn_a_sp.png") left top / 100% auto no-repeat;
	width: calc( 66 / 750 * 100vw );
	height: calc( 67 / 750 * 100vw );
	position: absolute;
	left: calc( 20 / 750 * 100vw );
	top: calc( 30 / 750 * 100vw );
}
#qa dl dd img {
	margin: calc( 30 / 750 * 100vw ) 0 0;
}
#qa dl dd > picture:first-child img {
	margin: calc( 100 / 750 * 100vw ) 0 0;
}
#qa dl dd picture + p {
  margin-top: calc( 20 / 750 * 100vw );
	padding-left: 0;
  padding-right: 0;
}
body.seven #qa strong {
	color: #0068b6;
}
body.three #qa strong {
	color: #f3a800;
}
body.ganichiji #qa strong {
	color: #6eb944;
}
body.kiwami #qa strong {
	color: #d4a900;
}


/* #btmnavi */
#btmnavi {
	display: none;
}


/* #company */
#company {
	background: #eaf3ff;
}
#company .inner {
	padding: calc( 100 / 750 * 100vw ) calc( 35 / 750 * 100vw ) calc( 60 / 750 * 100vw );
	box-sizing: border-box;
}
#company h2 {
	width: calc( 461 / 750 * 100vw );
	margin: 0 auto calc( 55 / 750 * 100vw );
}
#company p {
	letter-spacing: 0.1em;
	margin-bottom: calc( 55 / 750 * 100vw );
}
#company p strong {
	color: #0072e5;
	font-weight: bold;
}
#company table {
	background: #fff;
	width: 100%;
	border: #1f1f1f solid 2px;
	box-sizing: border-box;
	margin: 0 auto;
}
#company table th,
#company table td {
	padding: calc( 12 / 750 * 100vw ) calc( 30 / 750 * 100vw ) calc( 13 / 750 * 100vw );
	border-bottom: #1f1f1f solid 2px;
}
#company table th {
	width: calc( 196 / 750 * 100vw );
	padding: 0 calc( 25 / 750 * 100vw );
	box-sizing: border-box;
	background: #1f1f1f;
	border-bottom: #fff solid 2px;
	color: #fff;
	vertical-align: middle;
	text-align: left;
}
#company table tr:last-child th {
	border-bottom: none;
}
#company table td span {
	display: block;
	color: #707070;
	font-size: calc( 16 / 750 * 100vw );
	line-height: calc( 26 / 750 * 100vw );
	letter-spacing: 0.1em;
}


/* .popup */
.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  display: none;
}
.popup .popup__cover {
  background-color: rgba(0, 0, 0, .7);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21000;
  cursor: pointer;
}
.popup .popup__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.popup .popup__inner {
  width: calc( 680 / 750 * 100vw );
  box-sizing: border-box;
  margin: auto;
  max-height: 90vh;
  z-index: 22000;
  position: relative;
	padding: calc( 40 / 750 * 100vw );
	background: #fff;
  border-radius: calc( 30/ 750 * 100vw );
	text-align: center;
}
.popup .popup__close {
	display: inline-block;
	width: calc( 151 / 750 * 100vw );
	margin-top: calc( 30 / 750 * 100vw );
  cursor: pointer;
}
.popup .popCnt p {
	color: #707070;
	font-size: calc( 16/ 750 * 100vw );
	line-height: calc( 26 / 750 * 100vw );
	letter-spacing: 0.1em;
	text-align: left;
}
.popup.select {
}
.popup.select .popup__inner {
	background: inherit;
	width: calc( 708 / 750 * 100vw );
	padding: 0;
	margin:  auto auto calc( 150 / 750 * 100vw );
}
.popup.select .popup__close {
	display: none;
}
.popup #select::after {
	content: "";
	background: url("../img/select_fkds_sp.png") left top / 100% auto  no-repeat;
	width: calc( 42 / 750 * 100vw );
	height: calc( 24 / 750 * 100vw );
	position: absolute;
	left: calc( 96 / 750 * 100vw );
	bottom: calc( -21 / 750 * 100vw );
}
.popup #select ul {
	width: calc( 704 / 750 * 100vw );
	display: flex;
	flex-wrap: wrap;
	border-radius: calc( 30 / 750 * 100vw );
	overflow: hidden;
  background: #fff;
	border: #1f1f1f solid calc( 3 / 750 * 100vw );
}
.popup #select ul li {	
	width: calc( 352 / 750 * 100vw );
}


/* #fixedBtn */
#fixedBtn {
	display: none;
	background: rgba( 255, 255, 255, .95 );
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}
#fixedBtn.open {
	z-index: 20010;
}
#fixedBtn .inner {
	padding: calc( 22 / 750 * 100vw ) 0 calc( 22 / 750 * 100vw ) calc( 205 / 750 * 100vw );
	display: flex;
	justify-content: center;
}
#fixedBtn p.estimation {
	width: calc( 265 / 750 * 100vw );
}
#fixedBtn p.document {
	width: calc( 226 / 750 * 100vw );
}
#fixedBtn p + p {
	margin-left: calc( 13 / 750 * 100vw );
}
#fixedBtn p.select {
	width: calc( 196 / 750 * 100vw );
	position: absolute;
	left: calc( 20 / 750 * 100vw );
	top: calc( 19 / 750 * 100vw );
}


/* footer */
footer {
}
footer .inner {
	padding: calc( 50 / 750 * 100vw ) calc( 32 / 750 * 100vw ) calc( 45 / 750 * 100vw );
}
footer dl dt {
	color: #000;
	font-size: calc( 16 / 750 * 100vw );
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
	border: #1f1f1f solid 1px;
	border-radius: calc( 15 / 750 * 100vw );
	padding: calc( 6 / 750 * 100vw ) calc( 24 / 750 * 100vw ) calc( 7 / 750 * 100vw );
	margin-bottom: calc( 15 / 750 * 100vw );
	display: inline-block;
}
footer dl dd {
	color: #707070;
	font-size: calc( 16 / 750 * 100vw );
	line-height: calc( 26 / 750 * 100vw );
	letter-spacing: 0.1em;
}
footer dl dd.code {
	text-align: right;
	margin-top: 10px;
}


/* footer上コード表示(※ガン一時金タブ切り替え) */
footer dl dd.ganichiji_code {
	display: none;
}
body.ganichiji footer dl dd.ganichiji_code {
	display: block;
}
body.ganichiji footer dl dd.other_code {
	display: none;
}
footer p.copy {
	display: block;
	background: #0072e5;
	color: #fff;
	font-size: calc( 25 / 750 * 100vw );
	line-height: 1;
	letter-spacing: 0.1em;
	padding: calc( 23 / 750 * 100vw ) 0;
	text-align: center;
}



