@charset "utf-8";
/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Base styles
================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* { -webkit-text-size-adjust: none; }
html {
  overflow-y: scroll;
}



/* 基本設定
--------------------------------------------------- */
body {
 margin: 0 auto;
 padding: 0;
 text-align: center;
 font-family: "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
 font-size: 13px;
 line-height: 130%;
 color: #4C4C4C;
}

img {
 border: none;
}

a:link, a:active, a:visited {
 color: #343FB0;
 text-decoration: underline;
}

a:hover {
 color: #ff6060;
 text-decoration: underline;
}

ul {
 list-style-type: none;
}

/* wide img
--------------------------------------------------- */
.wide img, .wide img, .wide img {
	display:block;
	max-width: 100%;
	height: auto;
}
.ie6 .wide img, .ie6 .wide img, .ie6 .wide img {
	width: 100%;
}

/* body
--------------------------------------------------- */
.ie body {
}


/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}

/* 調整用 */
.mb5 {
	margin-bottom: 5px!important
}
.mb10 {
	margin-bottom: 10px!important
}
.mb15 {
	margin-bottom: 15px!important
}
.mb20 {
	margin-bottom: 20px!important
}
.mb25 {
	margin-bottom: 25px!important
}
.mb30 {
	margin-bottom: 30px!important
}
.mb40 {
	margin-bottom: 40px!important
}
.mb50 {
	margin-bottom: 50px!important
}
.mt5 {
	margin-top: 5px!important
}
.mt10 {
	margin-top: 10px!important
}
.mt15 {
	margin-top: 15px!important
}
.mt20 {
	margin-top: 20px!important
}
.mt25 {
	margin-top: 25px!important
}
.mt30 {
	margin-top: 30px!important
}
.bold {
	font-weight: bold!important
}
.txtC1 {
	color: #c00!important
}
.txtC2 {
	color: #666666!important
}
.txtS1 {
	font-size: 16px;
}
.txtS2 {
	font-size: 10px;
}
.txtS3 {
	font-size: 14px;
}
.alignL {
	text-align: left!important
}
.alignC {
	text-align: center!important
}
.alignR {
	text-align: right!important
}
.floatL {
	float: left!important
}
.floatR {
	float: right!important
}

/* 画面サイズ調整用 */
.show_pc {
	display: block;
}

.show_sp {
	display: none;
}

/* screens smaller than 767
--------------------------------------------------- */
@media only screen and (max-width:767px) {
	.show_pc {
		display: none;
	}

	.show_sp {
		display: block;
	}
}
/* /screens smaller than 767 */


#main.simulator_content{
	background-image: url(/img/simulator/simulator_bg.jpg);
	margin: 40px auto;
	padding: 0 0 60px;
}
.simulator_content img {
	width: 100%;
}
.simulator_wrap {
	margin-top: 60px;
	margin-bottom: 40px;
	padding: 0 30px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}
.simulator_wrap p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.8;
	color:#4A2628;
	max-width: 600px;
	margin: 0 auto;
}
.simulator {
	background-color: #FFF;
	padding: 40px;
	margin: 40px 40px 0;
	filter: drop-shadow(5px 14px 20px rgba(0,0,0,0.08));
	position:relative;
}
.simulator::after {
	content: url(/img/simulator/tape_2.png);
	position: absolute;
	top: -25px;
	left: -16px;
}
.simulator::before {
	content: url(/img/simulator/tape_2.png);
	position: absolute;
	bottom: -25px;
	right: -16px;
}
.form_wrap {
		margin-top: 24px;
		min-height: 40px;
		display: flex;
		align-items: center;
		gap: 24px;
		justify-content: center;
}
.simulator input[type="date"] {
	height: 40px;
	max-width: 300px;
	min-width: 150px;
	width: 100%;
	border: solid 1px #E5E5E5;
	border-radius: 8px;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #FFF;
	color: #666;
	font-size: 16px;
	position: relative;
}
.simulator input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	content: "";
	background-image: url("/img/common/icon_cal.svg");
  width: 100%;
  height: 100%;
	background-repeat: no-repeat;
  background-position: center right 36px;
	background-size: 20px;
}
.simulator input[type="date"]::-webkit-inner-spin-button,
.simulator input[type="date"]::-webkit-clear-button,
.simulator input[type="date"]::-webkit-datetime-edit{
  -webkit-appearance: none;
	display: none;
}
.simulator input[type="date"]:before {
	position: absolute;
	top: 8px;
	left: 20px;
	content: attr(data-date);
	display: inline-block;
	color: black;
}
.checbox_area {
	padding: 8px 16px 8px 8px;
	min-width: 100px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.checbox_input {
	margin: 0;
	width: 0;
	opacity: 0;
}
.checbox_input:checked + .checbox_btn {
	background: #666;
}
.checbox_input:checked + .checbox_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 2px;
	border-radius: 2px;
	transform: translate(-6px, 5px) rotateZ(-135deg);
	transform-origin: 2px -1px;
	background: #FFFFFF;
}
.checbox_input:checked + .checbox_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76%;
	height: 2px;
	border-radius: 2px;
	transform: translate(-6px, 5px) rotateZ(-45deg);
	transform-origin: 0 -5px;
	background: #FFFFFF;
}
.checbox_btn {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: solid 2px transparent;
	background: rgba(0,0,0, .1);
	border-radius: 4px;
}
.checbox_label {
	margin-left: 12px;
	display: block;
	font-size: 16px;
}
.result_wrap {
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}
.result_wrap dl {
	margin: 0 auto -1px;
	padding: 0;
	max-width: 600px;
	width: 100%;
	display: flex;
}
.result_wrap dt, .result_wrap dd {
	white-space: nowrap;
	border: solid 1px #999;
	color: #4A2628;
	padding: 16px;
}
.result_wrap dd {
	gap: min(24px,3%);
	display: flex;
}
.result_wrap dt{
	border-right: unset;
}
.result_wrap dd {
	width: 100%;
}
.result_before dt{
	background-color: #FFFB9C;
}
.result_after dt{
	background-color: #E4EDBB;
}
.result_period dt{
	background-color: #D6F1FF;
}
.result_before dd{
	background-color: #FFFCC3;
}
.result_after dd{
	background-color: #EFF4D6;
}
.result_period dd{
	background-color: #E6F6FF;
}
.result_period .period_end{
	font-size: 15px;
}

.simulator_download_wrap{
	margin: 40px 40px 0;
	border: #CCC 1px solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 36px;
}
.simulator_download_wrap h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.8;
	color:#4A2628;
	margin-bottom: 16px;
}
.download_list{
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	justify-content: center;
	margin-top: 24px;
}
.download_list li {
	width: 48%;
	min-height: 80px;
	background-color: #FFF;
	filter: drop-shadow(5px 8px 16px rgba(0,0,0,0.08));
	-webkit-filter: drop-shadow(5px 8px 16px rgba(0,0,0,0.08));
}
.download_list a {
	display: block;
	background-image: url(/img/simulator/icon_pdf.svg);
	background-repeat:no-repeat;
	background-size: 40px;
	background-position: 20px 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 26px 0 0 80px;
}
@media only screen and (max-width:768px) {
	#main.simulator_content {
		margin: 0;
	}
	.simulator {
		margin: 40px 0 0;
		padding: 40px 24px;
	}
	.form_wrap {
		display: block;
		text-align: center;
	}
	.simulator input[type="date"] {
		width: 54vw;
		margin-bottom: 16px;
		height: 50px;
		color: #FFF;
		background-color: #FFF;
	}
	.simulator input[type="date"]:before{
		top: 14px;
	}
	.checbox_area {
		margin: 0 auto 16px;
		width: 54vw;
	}
	.result_wrap dl {
		display: block;
		text-align: left;
		margin: 0 auto;
	}
	.result_wrap dt, .result_wrap dd {
		width: auto;
		margin-top: -1px;
	}
	.result_wrap dt{
		border: solid 1px #999;
	}
	.result_wrap dd {
		display: block;
	}
	.simulator_download_wrap{
		margin: 40px 0 0;
	}
	.download_list{
		display: block;
	}
	.download_list li {
		width: 100%;
		margin-bottom: 24px;
	}
	.download_list li a {
		font-size: 16px;
		background-size: 30px;
		background-position: 20px 25px;
		padding-top: 16px;
	}
}
