@charset "UTF-8";
/* ==========================================================================
 * Responsive
 * ========================================================================== */

/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}

/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}

/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}

/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif,"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 1.5;
	background: #fff;
	color: #1d1d1d;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.6em;
		font-size: 1.6rem;
	}
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}

/* ==========================================================================
 * Text
 * ========================================================================== */
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: bold;
}
mark {
	background: linear-gradient(transparent 70%, #feed01 70%);
	display: inline-block;
}
small,
.txt--small {
	display: inline-block;
	font-size: 60%;
}
.txt--large {
	font-size: 150%;
}
@media screen and (max-width: 640px) {	
	.txt--large {
		font-size: 130%;
	}
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
p {
	margin: 0;
}
.txt--left {
	text-align: left;
}
.txt--center {
	text-align: center;
}
.txt--right {
	text-align: right;
}
.txt--unbold {
	font-weight: normal;
}
.txt--bold {
	font-weight: bold;
}
.txt--notes {
	color: #7f8c8d;
}
.txt--orange {
	color: #f4810e;
}
.txt--underline {
	border-bottom: 2px solid #f4810e;
	display: inline-block;
	padding: 0 0 5px;
}

.content__h2-style {
	font-size: 4.8rem;
	text-align: center;
	margin: 0 0 50px;
}
.content__h2-style .txt--small {
	font-size: 60%;
	margin: 0 0 20px;
}
.content__h2-style2 {
	font-size: 4.8rem;
	margin: 0 0 50px;
	text-align: center;
}
.content__h2-style2 span {
	background: url("../images/pc/tl_icon_left.png") no-repeat top left;
	display: inline-block;
	padding: 40px 40px 0;
	position: relative;
}
.content__h2-style2 span::after {
	background: url("../images/pc/tl_icon_right.png") no-repeat top right;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 28px;
}
@media screen and (max-width: 640px) {
	.content__h2-style {
		font-size: 2.4rem;
		margin: 0 0 10%;
	}
	.content__h2-style .txt--small {
		font-size: 70%;
		margin: 0 0 10px;
	}
	.content__h2-style2 {
		font-size: 2.4rem;
		margin: 0 0 30px;
	}
	.content__h2-style2 span {
		background: url("../images/sp/tl_icon_left.png") no-repeat top left 0 / 20px;
		display: block;
		padding: 20px 0 0;
	}
	.content__h2-style2 span::after {
		background: url("../images/sp/tl_icon_right.png") no-repeat top right / 20px;
		top: 0;
		right: 0;
		height: 20px;
		width: 20px;
	}
}

/* ==========================================================================
 * other
 * ========================================================================== */
.slide-icon {
	display: block;
	position: relative;
}
.slide-icon::after {
	align-items: center;
	background: #f4810e;
	border: solid 3px #1d1d1d;
	border-radius: 100%;
	color: #fff;
	display: flex;
	height: 35px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	justify-content: center;
	width: 35px;
}
.slide-icon.plus::after {
	content: "＋";
}
.slide-icon.minus::after {
	content: "ー";
}

.content-box {
	background: #fff9e1;
	box-shadow: 8px 8px 0 rgba(254, 220, 201, 1);
	border: solid 3px #1d1d1d;
	border-radius: 5px;
	padding: 20px;
}
.content-box2 {
	background: #fff;
	box-shadow: 8px 8px 0 rgba(254, 220, 201, 1);
	border: solid 3px #1d1d1d;
	border-radius: 5px;
	padding: 20px;
}
@media screen and (max-width: 640px) {
	.slide-icon::after {
		height: 30px;
		width: 30px;
	}
	
	.content-box {
		box-shadow: 3px 3px 0 rgba(254, 220, 201, 1);
		padding: 5%;
	}
	.content-box2 {
		box-shadow: 3px 3px 0 rgba(254, 220, 201, 1);
		padding: 5%;
	}
	
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
	min-width: 920px;
}
.inner--width {
	width: 920px;
	margin: 0 auto;
}
@media screen and (min-width: 641px) {
	a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 640px) {
	#page-container {
		max-width: 640px;
		overflow: hidden;
		min-width: unset;
	}
	.inner--width {
		width: 100%;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 640px) {
	a.backtotop {
		bottom: 35vw;
	}
}

/* ==========================================================================
 * Header
 * ========================================================================== */
 .hd {
	background: #fff;
	padding: 10px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
 }
.header__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.header__wrap nav ul {
	align-items: center;
	display: flex;
}
.nav__link li {
	margin: 0 20px 0 0;
}
.nav__link a {
	color: #1d1d1d;
}
.nav__link .nav-btn a {
	background: #376fd7;
	border: 2px solid #1d1d1d;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
.fv {
	background: url("../images/pc/fv_bg.jpg") #fff9e1 no-repeat top center;
	padding: 63px 0 0;
}
.fv__txt {
	text-align: center;
	padding: 50px 0 0;
}
.fv__txt + p {
	margin: 10px auto 0;
	width: 670px;
}
@media screen and (max-width: 640px) {
	.hd {
	   padding: 5%;
	   position: static
	}
	.header__logo img {
		width: 45%;
	}
   .fv {
	   background: #fff9e1;
	   padding: 0;
   }
   .fv__txt {
	   padding: 0;
   }
   .fv__txt + p {
	   margin: 10px auto 0;
	   width: 90%;
   }
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		background: #fff;
		display: flex;
		justify-content: center;
		position: fixed;
		top: 2vw;
		right: 10px;
		padding: 20px;
		z-index: 90;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #444;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #444;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
		padding: 0;
	}
	.gnavi__hamburger-menu ul li:last-child a::before {
		border-top: none;
		border-right: none;
		display: none;
	}
	.gnavi__hamburger-menu ul li.nav-btn a {
		background: #376fd7;
		border: 2px solid #1d1d1d;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		padding: 10px;
		text-decoration: none;
		text-align: center;
	}
	/* /hamburger menu */
}

/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta-common {
	margin: 90px 0 70px;
}
.cta.cta-bg {
	background: #fff9e1;
	padding: 30px 0 80px;
}
.cta__point {
	text-align: center;
	margin: 0 0 50px;
}
.cta__btn {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	.cta-common {
		margin: 10% 0;
	}
	.cta.cta-bg {
		padding: 10% 0;
	}
	.cta__point {
		margin: 0 5% 10%;
	}
	.cta__btn {
		display: block;
		margin: 0 5%;
	}
	.cta__btn li:last-child {
		margin: 10% 0 0;
	}
	.ft-cta {
		background: #fff;
		box-shadow: 0px 0px 3px 0px #ccc;
		padding: 5% 0;
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.ft-cta ul {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.ft-cta li:first-child {
		padding: 0 2.5% 0 5%;
	}
	.ft-cta li:last-child {
		padding: 0 5% 0 2.5%;
	}
}

/* ==========================================================================
 * trouble
 * ========================================================================== */
.trouble {
	background: url("../images/pc/trouble_bg.png") no-repeat top center;
	padding: 80px 0 0;
}
.trouble-txt {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.trouble {
		background: none;
		padding: 10% 0 0;
	}
	.trouble-txt {
		padding: 0 5%;
	}
}

/* ==========================================================================
 * comparison
 * ========================================================================== */
.comparison {
	background: url("../images/pc/comparison_bg.jpg") no-repeat bottom center;
	padding: 0 0 130px;
 }
.comparison-txt {
	margin: 50px 0 0;
}
.comparison-txt small {
	display: inline-block;
	margin: 30px 0 0;
}
.comparison-detail {
	margin: 50px 0 0;
}
.comparison-detail dt {
	cursor: pointer;
	text-align: center;
}
.comparison-detail dd {
	border-top: 1px dotted #1d1d1d;
	margin: 20px 0 0;
	display: none;
}
.comparison-detail__list .txt-lead {
	margin: 40px 0;
	text-align: center;
}
.comparison-detail__list p {
	margin: 5px 0 20px;
}
.comparison-detail__list .txt-date {
	text-align: right;
}
.comparison-detail__list li:last-child {
	text-align: center;
	margin: 40px 0;
}
@media screen and (max-width: 640px) {
	.comparison {
		background: url("../images/sp/comparison_bg.jpg") no-repeat bottom center / 100%;
		padding: 0 0 20%;
	 }
	.comparison-txt {
		margin: 10% 5% 0;
	}
	.comparison-txt small {
		display: inline-block;
		margin: 10% 0 0;
	}
	.comparison-detail {
		margin: 10% 5% 0;
	}
	.comparison-detail dd {
		margin: 5% 0 0;
	}
	.comparison-detail__list .txt-lead {
		margin: 5% 0;
		text-align: left;
	}
	.comparison-detail__list p {
		margin: 5px 0;
	}
	.comparison-detail__list .txt-date {
		text-align: left;
	}
	.comparison-detail__list li:last-child {
		margin: 10% 0 0;
	}
}

/* ==========================================================================
 * refinancing
 * ========================================================================== */
.refinancing {
	background: url("../images/pc/refinancing_bg.png") #fff9e1 no-repeat top center;
	padding: 80px 0;
}
.refinancing-img {
	text-align: center;
}
.refinancing-txt {
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 0;
}
.refinancing-txt small {
	font-size: 80%;
}
.refinancing-txt .txt--large {
	font-size: 120%;
}
.refinancing-txt .txt--orange {
	font-size: 150%;
}
.refinancing .notice {
	margin: 10px 0 0;
}
.refinancing-txt-box {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 0;
}
.refinancing .txt--bottom {
	font-size: 3.2rem;
	margin: 10px 0 0;
}
.refinancing .txt--bottom span {
	background: #1d1d1d;
	color: #fff;
	display: inline-block;
	padding: 10px;
}
.refinancing .txt--bottom small {
	font-size: 80%;
}
@media screen and (max-width: 640px) {
	.refinancing {
		background: #fff9e1;
		padding: 10% 5%;
	}
	.refinancing-txt {
		font-size: 3.2rem;
		margin: 10% 0 0;
		line-height: 1.1;
	}
	.refinancing-txt mark {
		margin: 0 0 5px;
	}
	.refinancing .notice {
		margin: 5% 0 0;
	}
	.refinancing-txt-box {
		font-size: 1.6rem;
		margin: 10% 0 0;
	}
	.refinancing .txt--bottom {
		font-size: 1.6rem;
	}
	.refinancing .txt--bottom span {
		font-size: 2.4rem;
	}
	.refinancing .txt--bottom small {
		font-size: 80%;
	}
}

/* ==========================================================================
 * year10
 * ========================================================================== */
.year10 {
	background: url("../images/pc/10year_bg.png") no-repeat top center;
	padding: 100px 0 70px;
	position: relative;
}
.year10 h2::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/pc/10year_tl_icon.png") no-repeat top center;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.year10-txt {
	font-size: 4.8rem;
	font-weight: bold;
	margin: 70px 0 0;
	line-height: 1.1;
	text-align: center;
}
.year10-txt small {
	font-size: 80%;
}
.year10-txt .txt--large {
	font-size: 120%;
}
.year10-txt .txt--orange {
	font-size: 150%;
}
.year10-txt2 {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 40px 0 20px;
	text-align: center;
}
.year10-txt2  small {
	font-size: 80%;
}
@media screen and (max-width: 640px) {
	.year10 {
		background: none;
		padding: 75px 5% 10%;
	}
	.year10 h2::before {
		background: url("../images/sp/10year_tl_icon.png") no-repeat top center / 70px;
		position: absolute;
		top: -10px;
	}
	.year10-txt {
		font-size: 3.2rem;
		margin: 10% 0 0;
	}
	.year10-txt mark {
		margin: 0 0 8px;
	}
	.year10-txt2 {
		font-size: 2.4rem;
		margin: 10% 0 5%;
	}
}

/* ==========================================================================
 * simulation
 * ========================================================================== */
.simulation {
	background: url("../images/pc/simulation_bg.jpg") #fff9e1 no-repeat bottom center;
	padding: 80px 0;
}
.simulation h2 {
	text-align: center;
	margin: 0 0 40px;
}
.simulation-box .content-box2 {
	margin: 0 0 70px;
}
.simulation-box .content-box2 > dl > dt {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 20px 0 40px;
	text-align: center;
}
.simulation-box li:last-child {
	display: none;
}
.simulation-box .simulation-txt {
	background: #f3f3f3;
	font-size: 1.8rem;
	margin: 0 0 40px;
	padding: 10px 0;
	text-align: center;
}
.simulation__list {
	display: flex;
	flex-wrap: wrap;
}
.simulation__list > dt {
	border-right: 3px solid #f4810e;
	line-height: 1;
	margin: 0 20px 20px 0;
	padding: 10px 0;
	width: 185px;
}
.simulation__list > dd {
	margin: 0 0 20px;
	padding: 10px 0;
	width: calc(100% - 205px);
}
.simulation__list > dd ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
.simulation__list > dd ul li {
	margin: 0 30px 0 0;
}
.simulation__list > dd ul li label {
	cursor: pointer;
}
.simulation__list > dd ul li input[type="radio"] {
	cursor: pointer;
	margin: 0 5px 0 0;
}
.simulation__list > dd ul li input[type="radio"] {
	position: relative;
	width: 16px;
	height: 16px;
	background: #f3f3f3;
	border: 1px solid #666;
	border-radius: 50%;
	vertical-align: -2px;
	appearance: none;
}
.simulation__list > dd ul li input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f4810e;
	content: '';
}
.simulation__list input[type="text"],
.simulation__list input[type="number"] {
	background: #f3f3f3;
	border: 2px solid #666;
	border-radius: 5px;
	padding: 10px;
	text-align: right;
}
.simulation__list input[type="text"] {
	width: 180px;
}
.simulation-box .content-box2 p {
	margin: 0 0 40px;
}
.simulation-box .content-box2 p + p {
	cursor: pointer;
	margin: 0 0 20px;
	text-align: center;
}
.simulation-box .content-box > dl > dt {
	color: #f4810e;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 20px 0 40px;
	text-align: center;
}
.simulation-box .result-before {
	background: #f3f3f3;
	padding: 20px 10px 0;
	position: relative;
}
.simulation-box .result-before::after {
	background: url("../images/pc/simulation_form_arrow.png") no-repeat center bottom;
	content: "";
	display: block;
	position: absolute;
	bottom: -56px;
	left: 50%;
	transform: translateX(-50%);
	height: 36px;
	width: 36px;
}
.simulation-box .result-before p {
	border-bottom: 1px dotted #1d1d1d;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
}
.simulation-box .result-before dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 100px;
}
.simulation-box .result-before dl div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;	
}
.simulation-box .result-before dl dt {
	border: 4px solid #1d1d1d;
	border-radius: 50px;
	font-weight: bold;
	margin: 0 30px 20px 0;
	padding: 20px 0;
	text-align: center;
	width: 170px;
}
.simulation-box .result-before dl dd {
	font-weight: bold;
	margin: 0 0 20px;
	width: 170px;
}
.simulation-box .result-after {
	background: #fff;
	padding: 20px 10px;
	margin: 76px 0 0;
}
.simulation-box .result-after .result-afte-tl {
	border-bottom: 1px dotted #1d1d1d;
	color: #f4810e;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
}
.simulation-box .result-after .after-data1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 100px;
}
.simulation-box .result-after .after-data1 div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.simulation-box .result-after .after-data1 dt {
	background: #f4810e;
	border: 4px solid #1d1d1d;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	margin: 0 30px 20px 0;
	padding: 20px 0;
	text-align: center;
	width: 170px;
}
.simulation-box .result-after .after-data1 dd {
	color: #f4810e;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 20px;
	width: 170px;
}
.simulation-box .result-after-txt {
	color: #1d1d1d;
	font-weight: bold;
	text-align: center;
}
.simulation-box .result-after .after-data2 {
	align-items: center;
	display: flex;
	margin: 30px 0 0;
	padding: 0 20px;
	width: 100%;
}
.simulation-box .result-after .after-data2 dt {
	border-right: 3px solid #f4810e;
	margin: 0 20px 20px 0;
	padding: 10px 0;
	width: 130px;
}
.simulation-box .result-after .after-data2 dd {
	margin: 0 0 20px;
}
.simulation-box .result-after .after-data2 dd li:first-child input {
	border: 1px solid #1d1d1d;
	border-radius: 5px;
	background: #f3f3f3;
	margin: 0 10px 0 0;
	padding: 20px;
	width: 70px;
	text-align: center;
}
.simulation-box .result-after .after-data2 dd {
	width: calc(100% - 130px);
}
.simulation-box .result-after .after-data2 dd ul {
	align-items: center;
	display: flex;
	width: 100%;
}
.simulation-box .result-after .after-data2 dd li {
	position: relative;
}
.simulation-box .result-after .after-data2 dd li:first-child {
	width: 220px;
}
.simulation-box .result-after .after-data2 dd li:last-child {
	margin: 0 0 0 40px;
	width: calc(100% - 260px);
}
.simulation-box .result-after .after-data2 dd li:last-child::before {
	content: "1年";
	position: absolute;
	bottom: -30px;
	left: 20px;
}
.simulation-box .result-after .after-data2 dd li:last-child::after {
	content: "10年";
	position: absolute;
	bottom: -30px;
	right: 20px;
}
.simulation-range {
	appearance: none;
	height: 12px;
	border: 1px solid #ffffff;
	border-radius: 9999px;
	background: linear-gradient(90deg, #f4810e 25%, #f3f3f3 25%);
	cursor: pointer;
	width: 80%;
}
.simulation-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border: 2px solid #ffffff;
	border-radius: 9999px;
	background: #f4810e;
	box-shadow: none;
}
.simulation-range::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border: 2px solid #ffffff;
	border-radius: 9999px;
	background: #f4810e;
	box-shadow: none;
}
.simulation-box .result-after .after-data2 + p {
	padding: 0 20px;
}
.simulation-box .result-after2-tl {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 40px 0 30px;
	text-align: center;
}
.simulation-box .content-box {
	margin: 0 0 20px;
}
.result-after2__list {
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	margin: 0 auto;
	width: 90%;
}
.result-after2__list dt {
	background: #f4810e;
	border: 4px solid #1d1d1d;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	margin: 0 30px 20px 0;
	padding: 20px 0;
	text-align: center;
	width: 170px;
}
.result-after2__list dd {
	width: calc(100% - 200px);
}
.result-after2__list dd ul {
	align-items: center;
	display: flex;
	font-weight: bold;
	width: 100%;
}
.result-after2__list dd ul li:first-child {
	width: 120px;
}
.result-after2__list dd ul li:nth-child(2) {
	margin: 0 20px;
	padding: 40px 0 0;
	position: relative;
	text-align: center;
	width: 180px;
}
.result-after2__list dd ul li:nth-child(2)::after {
	background: url("../images/pc/simulation_form_arrow2.png") no-repeat center center;
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	height: 18px;
	width: 180px;
}
.result-after2__list .result {
	font-size: 2.4rem;
	margin: -20px 0 0;
}
@media screen and (max-width: 640px) {
	.simulation {
		background: #fff9e1;
		padding: 10% 5%;
	}
	.simulation h2 {
		margin: 0 0 10%;
	}
	.simulation-box .content-box2 {
		margin: 0 0 10%;
	}
	.simulation-box .content-box2 > dl > dt {
		font-size: 1.8rem;
		margin: 5% 0 10%;
	}
	.simulation-box .simulation-txt {
		font-size: 1.6rem;
		margin: 0 0 5%;
	}
	.simulation__list {
		display: block;
	}
	.simulation__list > dt {
		border-left: 2px solid #f4810e;
		border-right: none;
		margin: 0 0 10px;
		padding: 0 0 0 10px;
		width: 100%;
	}
	.simulation__list > dd {
		margin: 0 0 10%;
		padding: 0;
		width: 100%;
	}
	.simulation__list > dd + dt + dd + dt + dd {
		margin: 0 0 5%;
	}
	.simulation__list input[type="text"] {
		width: 90%;
	}
	.simulation-box .content-box2 p {
		margin: 0 0 5%;
	}
	.simulation-box .content-box2 p + p {
		margin: 0 0 5%;
	}
	.simulation-box .content-box > dl > dt {
		font-size: 1.8rem;
		margin: 5% 0 10%;
	}
	.simulation-box .result-before {
		padding: 10px;
	}
	.simulation-box .result-before::after {
		background: url("../images/sp/simulation_form_arrow.png") no-repeat center bottom / 32px;
		height: 42px;
		width: 100%;
	}
	.simulation-box .result-before dl {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 0;
	}
	.simulation-box .result-before dl dt {
		font-size: 1.2rem;
		margin: 0 5px 10px;
		padding: 10px 0;
		text-align: center;
		width: calc(100% - 10px);
	}
	.simulation-box .result-before dl dd {
		margin: 0 5px 20px;
		text-align: center;
		width: calc(100% - 10px);
	}
	.simulation-box .result-after {
		padding: 10px;
	}
	.simulation-box .result-after .after-data1 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 0;
	}
	.simulation-box .result-after .after-data1 dt {
		font-size: 1.2rem;
		margin: 0 5px 10px;
		padding: 10px 0;
		text-align: center;
		width: calc(100% - 10px);
	}
	.simulation-box .result-after .after-data1 dd {
		margin: 0 5px 20px;
		text-align: center;
		font-size: 120%;
		width: calc(100% - 10px);
	}
	.simulation-box .result-after .after-data2 {
		display: block;
		padding: 0;
	}
	.simulation-box .result-after .after-data2 dt {
		border-left: 3px solid #f4810e;
		border-right: none;
		margin: 0 0 10px;
		padding: 10px 0 10px 10px;
		width: 100%;
	}
	.simulation-box .result-after .after-data2 dd {
		margin: 0 0 10px;
	}
	.simulation-box .result-after .after-data2 dd li:first-child input {
		padding: 10px;
		width: 40px;
	}
	.simulation-box .result-after .after-data2 dd {
		width: 100%;
	}
	.simulation-box .result-after .after-data2 dd ul {
		display: block;
	}
	.simulation-box .result-after .after-data2 dd li:first-child {
		align-items: center;
		display: flex;
		width: 100%;
	}
	.simulation-box .result-after .after-data2 dd li:last-child {
		margin: 10px 0 0;
		width: 100%;
	}
	.simulation-box .result-after .after-data2 dd li:last-child::before {
		bottom: -25px;
	}
	.simulation-box .result-after .after-data2 dd li:last-child::after {
		bottom: -25px;
	}
	.simulation-range {
		width: 74%;
	}
	.simulation-box .result-after .after-data2 + p {
		margin: 30px 0 0;
		padding: 0;
	}
	.simulation-box .result-after2-tl {
		font-size: 1.6rem;
		margin: 10% 0 5%;
	}
	.result-after2__list {
		display: block;
		width: 100%;
	}
	.result-after2__list dt {
		margin: 0 0 20px;
		width: 100%;
	}
	.result-after2__list dd {
		width: 100%;
	}
	.result-after2__list dd ul {
		display: block;
	}
	.result-after2__list dd ul li:first-child {
		text-align: center;
		width: 100%;
	}
	.result-after2__list dd ul li:nth-child(2) {
		margin: 0;
		padding: 15px 0 0 130px;
		width: 100%;
	}
	.result-after2__list dd ul li:nth-child(2)::after {
		background: url("../images/sp/simulation_form_arrow.png") no-repeat center center / 32px;
		top: 6px;
		height: 42px;
		width: 100%;
	}
	.result-after2__list .result {
		margin: 0 0 10%;
		text-align: center;
	}
}

/* ==========================================================================
 * flow
 * ========================================================================== */
.flow-lead {
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.flow-summary {
	margin: 0 0 100px;
	text-align: center;
}
.flow__list {
	margin: 0 0 50px;
}
.flow__list li dl {
	margin: 0 0 30px;
	padding: 10px 360px 10px 0;
}
.flow__list li:first-child dl {
	background: url("../images/pc/flow_step1_pic.jpg") no-repeat right center;
}
.flow__list li:nth-child(2) dl {
	background: url("../images/pc/flow_step2_pic.jpg") no-repeat right center;
}
.flow__list li:nth-child(3) dl {
	background: url("../images/pc/flow_step3_pic.jpg") no-repeat right center;
}
.flow__list li:last-child dl {
	background: url("../images/pc/flow_step4_pic.jpg") no-repeat right center;
}
.flow__list .step2-box {
	border: 3px solid #1d1d1d;
	border-radius: 5px;
	margin: -20px 0 30px;
	padding: 20px;
}
.flow__list .step2-box ul {
	margin: 10px 0 0;
}
.flow__list dt {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.flow__list dt span {
	background: #f4810e;
	border: 3px solid #1d1d1d;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	margin: 0 20px 0 0;
	padding: 5px 0;
	text-align: center;
	width: 100px;
}
@media screen and (max-width: 640px) {
	.flow {
		padding: 0 5%;
	}
	.flow-lead {
		margin: 0 0 20px;
	}
	.flow-summary {
		margin: 0 0 30px;
	}
	.flow__list {
		margin: 0;
	}
	.flow__list li dl {
		margin: 0 0 30px;
		padding: 0 0 50%;
	}
	.flow__list li:first-child dl {
		background: url("../images/sp/flow_step1_pic.jpg") no-repeat bottom center / 100%;
	}
	.flow__list li:nth-child(2) dl {
		background: url("../images/sp/flow_step2_pic.jpg") no-repeat bottom center / 100%;
	}
	.flow__list li:nth-child(3) dl {
		background: url("../images/sp/flow_step3_pic.jpg") no-repeat bottom center / 100%;
	}
	.flow__list li:last-child dl {
		background: url("../images/sp/flow_step4_pic.jpg") no-repeat bottom center / 100%;
	}
	.flow__list .step2-box {
		padding: 10px;
	}
	.flow__list dt {
		font-size: 2rem;
		margin: 0 0 10px;
		text-align: center;
	}
	.flow__list dt span {
		display: block;
		margin: 0 auto 10px;
	}
}

/* ==========================================================================
 * faq
 * ========================================================================== */
.faq__list li {
	margin: 0 0 20px;
}
.faq__list dt {
	background: url("../images/pc/question_q.png") no-repeat left center;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 0 50px;
}
.faq__list dd {
	border-top: 1px dotted #1d1d1d;
	display: none;
	margin: 20px 0 0;
	padding: 20px 0 0;
}
.item-detail {
	margin: 0 0 70px;
}
.item-detail dt {
	cursor: pointer;
}
.item-detail dd {
	border-top: 1px dotted #1d1d1d;
	display: none;
	margin: 20px 0 0;
	padding: 20px 0 0;
}
/* table--------------------------------------------------------- */
.item-detail table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #ffffff;
	margin-top: 25px;
}
.item-detail table th {
	font-weight: normal;
}
.item-detail table .bg_blue {
	background: #0773DD !important;
}
.item-detail table .bg_light_blue {
	background: #E3F2FD !important;
}
.item-detail table .bg_gray {
	background: #F5F5F5 !important;
}
.item-detail table .bg_white {
	background: #FFFFFF !important;
}
.item-detail table .bg_gw_blue {
	background: #d8e8ff !important;
}
.item-detail table .bg_gw_yellow {
	background: #fff0b8 !important;
}
.item-detail table .bg_gw_red1 {
	background: #ffeeee !important;
}
.item-detail table .bg_gw_red2 {
	background: #ffdddd !important;
}
.item-detail table .bg_gw_red3 {
	background: #ffbbdd !important;
}
.item-detail table a.c_link {
	font-size: 1.3rem;
}
table.type01.w25 th {
	width: 25% !important;
}
table.type01.w50 th {
	width: 50% !important;
}
table.type01.w75 th {
	width: 75% !important;
}
table.type01 th {
	background: #F5F5F5;
	color: #2A2A2A;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	vertical-align: top;
	border: solid 1px #C9C9C9;
}
table.type01 th:nth-child(1) {
	width: 264px;
}
table.type01 th:nth-child(2) {
	width: 512px;
}
table.type01 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #C9C9C9;
}
table.type01 td>*:first-child {
	margin-top: 0;
}

table.type01 td>.type02 {
	display: table;
	border: solid 1px #C9C9C9;
}
table.type01 td>.type02 th {
	width: auto;
	display: table-cell;
	border-left: none;
}
table.type01 td>.type02 td {
	width: auto;
	display: table-cell;
	border-left: none;
}
table.type02 {
	width: 100%;
}
table.type02 thead th {
	background: #fafafa;
	color: #484848;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type02 tbody {
	text-align: left;
}
table.type02 tbody th {
	background: #fafafa;
	color: #484848;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type02 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}
table.type02 td>*:first-child {
	margin-top: 0;
}
table.type02 td.-tac {
	text-align: center;
}
table.type03 {
	width: 775px;
}
table.type03 th {
	background: #fafafa;
	color: #484848;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type03 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}
table.type03 td>.c_list_disc {
	margin-top: 0;
}
table.type03 td>*:first-child {
	margin-top: 0;
}
table.type04 th {
	background: #fafafa;
	color: #484848;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type04 th a {
	font-size: 1.3rem;
}
table.type04 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}
table.type04 td>.c_list_disc {
	margin-top: 0;
}
table.type04 td>*:first-child {
	margin-top: 0;
}
table.type05 {
	width: 775px;
}
table.type05 th {
	background: #E3F2FD;
	color: #424242;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type05 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}
table.type05 td>*:first-child {
	margin-top: 0;
}
table.type06 {
	width: 775px;
}
table.type06 th {
	background: #0773DD;
	color: #FFFFFF;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type06 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}
table.type06 td>*:first-child {
	margin-top: 0;
}
table.type07 {
	width: 775px;
}
table.type07 th {
	background: #0773DD;
	color: #FFFFFF;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type07 tr:nth-child(even) {
	background: #F5F5F5;
}
table.type07 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}
table.type07 td>*:first-child {
	margin-top: 0;
}
table.type08 {
	width: 775px;
}
table.type08 th {
	background: #0773DD;
	color: #FFFFFF;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type08 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}
table.type08 td>*:first-child {
	margin-top: 0;
}
table.type09 {
	width: 100%;
}
table.type09 th {
	background: #fafafa;
	color: #484848;
	text-align: left;
	width: auto;
	font-size: 1.3rem;
	padding: 10px;
	border: solid 1px #C9C9C9;
	font-weight: normal;
}
table.type09 td {
	font-size: 1.3rem;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}
table.type09 td>.c_list_disc {
	margin-top: 0;
}
table.type09 td>*:first-child {
	margin-top: 0;
}
table.table_pc100 {
	width: 100% !important;
}
table.table_100 {
	width: 100% !important;
}
table input {
	border: solid 1px #C9C9C9;
	padding: 5px 10px;
	border-radius: 6px;
	cursor: pointer;
	min-height: 20px;
	min-width: 20px;
	max-width: 100%;
}
table input[type="checkbox"]:checked {
	background: #0773DD;
	color: #FFFFFF;
	border: none;
	outline: none;
	position: relative;
}
table input[type="checkbox"]:checked:after {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 6px;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 12px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
table .select_wrap {
	position: relative;
}
table .select_wrap:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-color: #C9C9C9 transparent transparent transparent;
	border-width: 7px 5px;
	border-style: solid;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	pointer-events: none;
}
table .select_wrap select {
	border: solid 1px #C9C9C9;
	padding: 5px 10px;
	border-radius: 12px;
	cursor: pointer;
	position: relative;
	width: 100%;
}
table .select_wrap02 {
	position: relative;
}
table .select_wrap02:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-color: #C9C9C9 transparent transparent transparent;
	border-width: 7px 5px;
	border-style: solid;
	position: absolute;
	top: 50%;
	right: 46px;
	margin-top: -4px;
	pointer-events: none;
}
table .select_wrap02 select {
	border: solid 1px #C9C9C9;
	padding: 5px 10px;
	border-radius: 12px;
	cursor: pointer;
	position: relative;
	width: calc(100% - 40px);
}
table .select_wrap02 span.unit {
	width: 40px;
	margin-top: 8px;
}
table .c_list_disc02>li:before {
	top: 4px;
}
table .c_list_disc03>li:before {
	top: 4px;
}
table .c_list_disc04>li:before {
	top: 4px;
}
table .c_list a {
	font-size: 1.3rem;
}
table>table {
	width: 100%;
}
.table_scroll {
	width: 100%;
	margin-top: 25px;
	position: relative;
}
.table_scroll::-webkit-scrollbar {
	height: 10px;
}
.table_scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666666;
}
.table_scroll::-webkit-scrollbar-track-piece {
	background: #cccccc;
	border-radius: 5px;
}
@media screen and (max-width: 640px) {
	.faq {
		padding: 0 5%;
	}
	.faq__list dt {
		background: url("../images/sp/question_q.png") no-repeat left center / 30px;
		padding: 0 0 0 40px;
	}
	.faq__list dt span {
		min-height: 30px;
		padding: 0 50px 0 0;
	}
	.item-detail {
		margin: 0 0 70px;
	}
	.item-detail dt {
		cursor: pointer;
	}
	.item-detail dd {
		border-top: 1px dotted #1d1d1d;
		display: none;
		margin: 20px 0 0;
		padding: 20px 0 0;
	}
	/* table--------------------------------------------------------- */
	.item-detail table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		background: #ffffff;
		margin-top: 8%;
	}
	.item-detail table th {
		font-weight: normal;
	}
	.item-detail table .bg_blue {
		background: #0773DD !important;
	}
	.item-detail table .bg_light_blue {
		background: #E3F2FD !important;
	}
	.item-detail table .bg_gray {
		background: #F5F5F5 !important;
	}
	.item-detail table .bg_white {
		background: #FFFFFF !important;
	}
	.item-detail table .bg_gw_blue {
		background: #d8e8ff !important;
	}
	.item-detail table .bg_gw_yellow {
		background: #fff0b8 !important;
	}
	.item-detail table .bg_gw_red1 {
		background: #ffeeee !important;
	}
	.item-detail table .bg_gw_red2 {
		background: #ffdddd !important;
	}
	.item-detail table .bg_gw_red3 {
		background: #ffbbdd !important;
	}
	.item-detail table a.c_link {
		font-size: 1.3rem;
	}
	table.type01.w25 th {
		width: 25% !important;
	}
	table.type01.w50 th {
		width: 50% !important;
	}
	table.type01.w75 th {
		width: 75% !important;
	}
	table.type01 th {
		background: #F5F5F5;
		color: #2A2A2A;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		vertical-align: top;
		border: solid 1px #C9C9C9;
	}
	table.type01 th:nth-child(1) {
		width: 264px;
	}
	table.type01 th:nth-child(2) {
		width: 512px;
	}
	table.type01 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: top;
		border: 1px solid #C9C9C9;
	}
	table.type01 td>*:first-child {
		margin-top: 0;
	}
	table.type01 td>.type02 {
		display: table;
		border: solid 1px #C9C9C9;
	}
	table.type01 td>.type02 th {
		width: auto;
		display: table-cell;
		border-left: none;
	}
	table.type01 td>.type02 td {
		width: auto;
		display: table-cell;
		border-left: none;
	}
	table.type02 {
		width: 100%;
	}
	table.type02 thead th {
		background: #fafafa;
		color: #484848;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type02 tbody {
		text-align: left;
	}
	table.type02 tbody th {
		background: #fafafa;
		color: #484848;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type02 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #C9C9C9;
	}
	table.type02 td>*:first-child {
		margin-top: 0;
	}
	table.type02 td.-tac {
		text-align: center;
	}
	table.type03 {
		width: 775px;
	}
	table.type03 th {
		background: #fafafa;
		color: #484848;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type03 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #C9C9C9;
	}
	table.type03 td>.c_list_disc {
		margin-top: 0;
	}
	table.type03 td>*:first-child {
		margin-top: 0;
	}
	table.type04 {
		width: 100%;
	}
	table.type04 th {
		background: #fafafa;
		color: #484848;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type04 th.writing-mode-vertical {
		writing-mode: vertical-rl;
	}
	table.type04 th a {
		font-size: 1.3rem;
	}
	table.type04 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #C9C9C9;
	}
	table.type04 td>.c_list_disc {
		margin-top: 0;
	}
	table.type04 td>*:first-child {
		margin-top: 0;
	}
	table.type05 {
		width: 775px;
	}
	table.type05 th {
		background: #E3F2FD;
		color: #424242;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type05 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #C9C9C9;
	}
	table.type05 td>*:first-child {
		margin-top: 0;
	}
	table.type06 {
		width: 775px;
	}
	table.type06 th {
		background: #0773DD;
		color: #FFFFFF;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type06 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #C9C9C9;
	}
	table.type06 td>*:first-child {
		margin-top: 0;
	}
	table.type07 {
		width: 775px;
	}
	table.type07 th {
		background: #0773DD;
		color: #FFFFFF;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type07 tr:nth-child(even) {
		background: #F5F5F5;
	}
	table.type07 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #C9C9C9;
	}
	table.type07 td>*:first-child {
		margin-top: 0;
	}
	table.type08 {
		width: 775px;
	}
	table.type08 th {
		background: #0773DD;
		color: #FFFFFF;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type08 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #C9C9C9;
	}
	table.type08 td>*:first-child {
		margin-top: 0;
	}
	table.type09 {
		width: 100%;
	}
	table.type09 th {
		background: #fafafa;
		color: #484848;
		text-align: left;
		width: auto;
		font-size: 1.3rem;
		padding: 10px;
		border: solid 1px #C9C9C9;
		font-weight: normal;
	}
	table.type09 td {
		font-size: 1.3rem;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #C9C9C9;
	}
	table.type09 td>.c_list_disc {
		margin-top: 0;
	}
	table.type09 td>*:first-child {
		margin-top: 0;
	}
	table.table_pc100 {
		width: 100% !important;
	}
	table.table_100 {
		width: 100% !important;
	}
	table input {
		border: solid 1px #C9C9C9;
		padding: 5px 10px;
		border-radius: 6px;
		cursor: pointer;
		min-height: 20px;
		min-width: 20px;
		max-width: 100%;
	}
	table input[type="checkbox"]:checked {
		background: #0773DD;
		color: #FFFFFF;
		border: none;
		outline: none;
		position: relative;
	}
	table input[type="checkbox"]:checked:after {
		content: "";
		display: block;
		position: absolute;
		top: -4px;
		left: 6px;
		bottom: 0;
		margin: auto;
		width: 6px;
		height: 12px;
		-webkit-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		transform: rotate(40deg);
		border-bottom: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
	}
	table .select_wrap {
		position: relative;
	}
	table .select_wrap:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-color: #C9C9C9 transparent transparent transparent;
		border-width: 7px 5px;
		border-style: solid;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -4px;
		pointer-events: none;
	}
	table .select_wrap select {
		border: solid 1px #C9C9C9;
		padding: 5px 10px;
		border-radius: 12px;
		cursor: pointer;
		position: relative;
		width: 100%;
	}
	table .select_wrap02 {
		position: relative;
	}
	table .select_wrap02:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-color: #C9C9C9 transparent transparent transparent;
		border-width: 7px 5px;
		border-style: solid;
		position: absolute;
		top: 50%;
		right: 46px;
		margin-top: -4px;
		pointer-events: none;
	}
	table .select_wrap02 select {
		border: solid 1px #C9C9C9;
		padding: 5px 10px;
		border-radius: 12px;
		cursor: pointer;
		position: relative;
		width: calc(100% - 40px);
	}
	table .select_wrap02 span.unit {
		width: 40px;
		margin-top: 8px;
	}
	table .c_list_disc02>li:before {
		top: 4px;
	}
	table .c_list_disc03>li:before {
		top: 4px;
	}
	table .c_list_disc04>li:before {
		top: 4px;
	}
	table .c_list a {
		font-size: 1.3rem;
	}
	table>table {
		width: 100%;
	}
	.table_scroll {
		width: 100%;
		margin-top: 8%;
		position: relative;
	}
	.table_scroll::-webkit-scrollbar {
		height: 10px;
	}
	.table_scroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666666;
	}
	.table_scroll::-webkit-scrollbar-track-piece {
		background: #cccccc;
		border-radius: 5px;
	}
}
/* ==========================================================================
 * company
 * ========================================================================== */
.company {
	background: #fff9e1;
	padding: 80px 0;
}
.company .company-detail {
	background: #fff;
	padding: 20px 20px 0;
}
.company .company-detail dl {
	display: flex;
	flex-wrap: wrap;
}
.company .company-detail dl dt {
	margin: 0 0 20px;
	width: 150px;
}
.company .company-detail dl dd {
	margin: 0 0 20px;
	width: calc(100% - 150px);
}
.ft {
	font-size: 1.2rem;
	padding: 50px 0 20px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.company {
		padding: 10% 5%;
	}
	.company .company-detail {
		padding: 5% 5% 0;
	}
	.company .company-detail dl {
		display: block;
	}
	.company .company-detail dl dt {
		margin: 0 0 5px;
		width: 100%;
	}
	.company .company-detail dl dd {
		margin: 0;
		padding: 0 0 7%;
		width: 100%;
	}
	.ft {
		font-size: 1rem;
		padding: 10% 0 35%;
	}
}