@charset "UTF-8";
/* CSS Document */

#mainimg,
#mainimg .container {
	height: 120px;
}

#mainimg {
	background-image: url("../img/mainimg_sub.jpg");
	background-position: center top 70px;
}

#mmes {
	width: auto;
	height: 120px;
	margin: 0;
	font-size: 31px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 4.58px;
	padding-top: 40px;
}

#contents {
	padding: 16px 0 30px;
}

div.panlist {
	font-size: 12px;
	line-height: 1;
	padding-bottom: 30px;
}

#colset {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
}

#sidemenu {
	order: 2;
	background: rgba(0, 78, 162, 0.06);
	border-radius: 5px;
	width: 235px;
	padding: 15px 10px;
	box-sizing: border-box;
}

#sidemenu h4 {
	font-size: 16px;
	line-height: 1;
	color: #17B3CC;
	letter-spacing: 2.36px;
	font-weight: 700;
}

#sidemenu h4 a {
	color: #17B3CC;
}

#sidemenu > div {
	padding-left: 25px;
}

#sidemenu > a,
#sidemenu > div a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin: 15px 0 0 0;
}

#sidemenu > a.slt {
	color: #17B3CC;
	border-bottom: 1px solid #17B3CC;
}

#sidemenu > div a.slt {
	color: #17B3CC;
}

#sidemenu > a::before,
#sidemenu > div a::before {
	content: '-';
	margin-right: 5px;
}

#sidecontents {
	order: 1;
	width: 660px;
	text-align: justify;
	text-justify: inter-character;
}

#sidecontents h1 {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #17B3CC;
	letter-spacing: 4.14px;
	padding-bottom: 45px;
}

#sidecontents h2 {
	color: #17B3CC;
}

.cblk {
	clear: both;
	padding-bottom: 60px;
	margin-top: -104px;
	padding-top: 104px;
}

.cblk h2 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #17B3CC;
	letter-spacing: 3px;
	border-bottom: 1px solid #17B3CC;
	margin-bottom: 15px;
}

.cblk h2 > span {
	display: block;
	padding-left: 15px;
	border-left: 2px solid #17B3CC;
	margin-bottom: 2px;
}

.cblk h2 a.option-title-btn {
	font-size: 14px;
	line-height: 3em;
	color: #FFFFFF;
	background-color: #17B3CC;
	padding: 3px 4px;
	border-radius: 3px;

}

.cblk p {
	font-size: 16px;
	color: #000000;
	letter-spacing: 1.4px;
	text-align: justify;
	line-height: 30px;
}

.cblk p a {
	color: #17B3CC;
	text-decoration: underline;
}

.cblk ol {
	list-style: decimal;
	list-style-position: inside;
}

.cblk ol li {
	font-size: 16px;
	color: #000000;
	letter-spacing: 1.4px;
	text-align: justify;
	line-height: 1.6em;
	padding-bottom: 1.4em;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.cblk li a {
	color: #17B3CC;
	text-decoration: underline;
}

.cblk hr {
	border: none;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #17B3CC;
}

.cblk .iblk {
	padding-left: 20px;
}

a.btn {
	display: block;
	width: 234px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #17B3CC;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	color: #17B3CC;
	letter-spacing: 1.33px;
	padding-left: 15px;
}

a.btn.disabled {
	pointer-events: none;
	opacity: 0.3 !important;
}

a.btn::before {
	content: '》';
	float: right;
}

a.btn.right {
	float: right;
}

a.btn.left {
	float: left;
}

.cblk_end {
	border-top: 1px solid #17B3CC;
	padding: 50px 0 60px;
}

.cblk_end strong {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #17B3CC;
	letter-spacing: 2.66px;
}

a.btn.right {
	margin-top: 30px;
}

.btns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}

.btns a.btn {
	width: 320px;
}

.btns a.btn:nth-child(3),
.btns a.btn:nth-child(4),
.btns a.btn:nth-child(5) {
	margin-top: 20px;
}

.btns > div {
	width: 320px;
	margin-top: 20px;
}

.btns > div:nth-child(1),
.btns > div:nth-child(2) {
	margin-top: 0;
}

.btns > div input[type=radio],
.btns > div input[type=checkbox] {
	display: none;
}

.btns label {
	display: block;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #17B3CC;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	color: #17B3CC;
	letter-spacing: 1.33px;
	padding-left: 15px;
	background-image: url("../img/check_off.png");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: right 15px center;
}

.btns label.l2 {
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btns input[type=radio]:checked+label,
.btns input[type=checkbox]:checked+label {
	background-image: url("../img/check_on.png");
	background-color: #17B3CC;
	color: #FFF;
}

a.bbtn {
	display: block;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #17B3CC;
	background-color: #17B3CC;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 1.33px;
	padding-left: 15px;
}

a.bbtn::before {
	content: '》';
	float: right;
}

.cblk .img {
	padding-bottom: 40px;
}

.cblk .img img {
	width: 100%;
	height: auto;
}

.cblk .img2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}

.cblk .img2 > div {
	width: 320px;
}

.cblk h5 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 2.36px;
	color: #17B3CC;
	padding-bottom: 10px;
}

.cblk h6 {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #17B3CC;
	padding-bottom: 5px;
}

.cblk p.business {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #17B3CC;
	letter-spacing: 2.36px;
}

.cblk p.business strong {
	display: block;
	padding-top: 20px;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 5.32px;
	font-weight: 700;
}


.flowt {
	display: inline-block;
	width: 150px;
	box-sizing: border-box;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	font-weight: 700;
	color: #17B3CC;
	letter-spacing: 2.93px;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #17B3CC;
}

.flowt.wide {
	width: 187px;
}

.flowp {
	background-image: url("../img/flowline.png");
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: left 20px bottom;
	padding: 15px 0 20px 85px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1.4px;
	text-align: justify;
	line-height: 30px;
}

.flowp a {
	color: #17B3CC;
	text-decoration: underline;
}

.flowp.end {
	background-image: none;
	padding-bottom: 0;
}

.flowp h3 {
	display: block;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	color: #17B3CC;
	letter-spacing: 3.2px;
	padding: 10px 0;
	font-feature-settings: "palt";
}

.flowp h3 small {
	line-height: 2em;
}

#map {
	padding: 0;
}

.cblk .info > h3 {
	font-size: 18px;
	color: #17B3CC;
	letter-spacing: 2.66px;
	line-height: 1;
	font-weight: 700;
	padding-top: 20px;
}

.cblk .info > p {
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 2;
}

#info1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #979797;
}

#info1 h3 {
	padding-bottom: 20px;
}

#info2 h3 {
	padding-bottom: 16px;
}

#info2 > div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#info2 > div > div {
	width: auto;
	box-sizing: border-box;
}

#info2 > div > div:first-child {
	border-right: none;
	border-bottom: 1px dotted #17B3CC;
	padding-right: 0;
	padding-bottom: 20px;
}

#info2 > div > div:last-child {
	padding-left: 0;
	padding-top: 20px;
}

#info2 > div h4 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 16px;
}

#info2 p {
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 2;
}

.bblk {
	border-radius: 3px;
	border: 1px solid #17B3CC;
	padding: 8px 14px;
	margin: 20px 0 0 0;
}

.bblk strong {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2.36px;
	color: #17B3CC;
	cursor: pointer;
}

.bblk strong span:after {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
}

.bblk strong.open span:after {
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
}

.bblk .accordion-inner {
	display: none;
	padding: 24px 0 0;
}
.bblk .accordion-inner > div {
	padding: 12px 0;
}
.bblk .accordion-inner > div.inner-flexb {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bblk .accordion-inner > div.inner-flexb img {
	width: 49%;
}
.bblk .accordion-inner > div h3 {
	font-size: 16px;
	color: #17B3CC;
	letter-spacing: 2.36px;
}
.bblk .accordion-inner > div p {
	font-size: 14px;
	letter-spacing: 1.4px;
	text-align: justify;
	line-height: 30px;
}
.bblk .accordion-inner > div ul.inner-flex-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.bblk .accordion-inner > div ul.inner-flex-list li {
	padding-right: 20px;
}
.bblk .accordion-inner > div li {
	list-style: disc;
	margin-left: 20px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1.4px;
	text-align: justify;
	line-height: 30px;
}

.bblk table {
	border-collapse: collapse;
	margin: 10px 0;
}

.bblk th,
.bblk td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
}

.bblk th.ct,
.bblk td.ct {
	text-align: center;
}

.bblk th {
	white-space: nowrap;
	border-right: 1px solid #000;
}

#price {
	font-size: 52px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 7.68px;
	color: #17B3CC;
}

#calupd {
	text-align: right;
	font-size: 12px;
	line-height: 1;
}

#caltabs a span p {
	width: 46%;
}

#calsets table td {
	width: 14.28%;
}

#calsets table td.i1::after,
#calsets table td.i2::after {
	display: none;
}

#calsets table td div {
	font-size: 12px;
	line-height: 37px;
	height: 37px;
	border-top: 1px dotted #979797;
}

#calsets table td div span {
	color: #F00;
	font-size: 20px;
	vertical-align: middle;
	padding-left: 10px;
}

#calsets table td div.i1 {
	background-image: url("../img/cali1.png");
	background-repeat: no-repeat;
	background-size: 33px 28px;
	background-position: center;
}

#calsets table td div.i2 {
	background-image: url("../img/cali2.png");
	background-repeat: no-repeat;
	background-size: 33px 28px;
	background-position: center;
}

#calsets > div > img {
	height: 25px;
	margin-right: 10px;
}

#formcal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 35px;
	border-bottom: 1px solid #17B3CC;
	margin-bottom: 35px;
}

#formcal #f1 {
	width: 235px;
}

#formcal #f1 h6 {
	margin-top: 32px;
}

#formcal #f1 div {
	border-bottom: 1px solid #17B3CC;
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
}

#formcal #f1 div a {
	float: right;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #000;
	border-radius: 4px;
	border: 1px solid #979797;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	padding: 4px 6px 4px 18px;
	margin-top: 10px;
}

#formcal #f1 div a::before {
	content: '×';
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	height: 16px;
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#formcal #f1 div a:hover {
	color: #FFF;
	background-color: #979797;
}

#formcal #f2 {
	width: 405px;
}

.fblk {
	clear: left;
	border-left: 3px solid #17B3CC;
	padding-left: 22px;
	margin-top: 27px;
}

.fblk :not(strong) {
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

.fblk.ws {
	width: 320px;
}

.fblk.wm {
	width: 490px;
}

.fblk strong {
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #17B3CC;
	letter-spacing: 2.66px;
}

.fblk input[type=text] {
	background: #F3F3F3;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	font-size: 18px;
	line-height: 40px;
	padding: 0 12px;
	margin-top: 10px;
	box-sizing: border-box;
	width: 100%;
}

.fblk select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 0 35px 0 10px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	background-image: url("../img/chevron-down-solid.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-color: #F3F3F3;
	margin-top: 10px;
}

.fblk textarea {
	background: #F3F3F3;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 12px;
	margin-top: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
}

.fblk label {
	display: inline-block;
	padding-top: 10px;
	font-size: 18px;
	line-height: 1;
}

.fblk label > input[type=radio],
.fblk label > input[type=checkbox] {
	margin-right: 5px;
}

.fblk input.fl {
	width: 145px;
	float: left;
}

.fblk span {
	display: inline-block;
	margin: 12px 0 0 10px;
	font-size: 12px;
	line-height: 18px;
}

.fblk > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.fblk > div > div:first-child {
	width: 125px;
	font-size: 18px;
	line-height: 42px;
	padding-top: 10px;
}

.fblk > div > div:last-child {
	width: 510px;
}

.fblk > div > div:last-child label {
	line-height: 42px;
}

.fblk > div > div:last-child.ws {
	width: 190px;
}

.fblk > div > div:last-child.wm {
	width: 340px;
}

.fblk > div > div:last-child.wm span {
	margin-left: 0;
}

.fblk > div > div:last-child.wm p {
	font-size: 18px;
	line-height: 38px;
	border-bottom: 1px solid #979797;
}

#submitblk {
	padding-top: 50px;
}

#submitblk a.btn {
	width: 320px;
	margin: 0 0 0 auto;
}

table.optb {
	border-collapse: collapse;
	margin: 15px 0 0;
}

table.optb th,
table.optb td {
	border: 1px solid #979797;
	font-size: 16px;
	line-height: 1.5;
	padding: 4px 10px;
	text-align: center;
	vertical-align: middle;
}

table.optb td {
	text-align: left;
}

table.optb td.tdtop {
	width: 1em;
	text-align: center;
}

table.optb td.nw {
	white-space: nowrap;
}

#rec_type {
	padding: 15px 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#rec_type > div {
	width: 156px;
	margin: 0 12px 22px 0;
}

#rec_type > div:nth-child(4n),
#rec_type > div:last-child {
	margin-right: 0;
}

#rec_type > div > div {
	width: 156px;
	height: 156px;
	text-align: right;
	background-size: cover;
}

#rec_type > div:nth-child(1) > div {
	background-image: url(../img/recommend_i1.jpg);
}

#rec_type > div:nth-child(2) > div {
	background-image: url(../img/recommend_i2.jpg);
}

#rec_type > div:nth-child(3) > div {
	background-image: url(../img/recommend_i3.jpg);
}

#rec_type > div:nth-child(4) > div {
	background-image: url(../img/recommend_i4.jpg);
}

#rec_type > div:nth-child(5) > div {
	background-image: url(../img/recommend_i5.jpg);
}

#rec_type > div:nth-child(6) > div {
	background-image: url(../img/recommend_i6.jpg);
}

#rec_type > div:nth-child(7) > div {
	background-image: url(../img/recommend_i7.jpg);
}

#rec_type > div label {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}

#rec_type > div label input {
	transform: scale(1.5);
}

#rec_type > div p {
	font-size: 14px;
	line-height: 1.4;
	color: #000000;
	letter-spacing: 1.4px;
	text-align: justify;
	padding: 3px 0 0;
}

#rec_type .disabled {
	opacity: 0.3;
}

.radioset label {
	display: inline-block;
	margin: 0 3em 1em 0;
}

@media screen and (max-width: 999px) {

	#mainimg,
	#mainimg .container {
		height: 80px;
	}

	#mainimg {
		background-image: url("../img/mainimg_sub.jpg");
		background-position: center top 70px;
	}

	#mmes {
		width: auto;
		height: 80px;
		margin-left: 12px;
		font-size: 24px;
		letter-spacing: 0;
		padding-top: 25px;
	}

	#contents .container {
		padding: 0 12px;
	}

	#colset {
		flex-direction: column;
	}

	#sidemenu {
		display: none;
	}

	#sidecontents {
		width: auto;
	}

	.btns {
		flex-direction: column;
		padding: 0;
	}

	.btns a.btn {
		width: 100%;
		margin-bottom: 20px;
	}

	.cblk_end strong {
		display: block;
		padding-bottom: 20px;
		line-height: 1.8;
		text-align: center;
	}

	.flowp {
		padding-left: 55px;
	}

	.flowp h3 {
		font-size: 30px;
		letter-spacing: 0;
	}

	.cblk .img2 > div {
		width: 100%;
	}

	.cblk p.business strong {
		font-size: 26px;
		line-height: 1.4em;
		padding-bottom: 0.5em;
		letter-spacing: 1px;
	}

	.btns > div:nth-child(2) {
		margin-top: 20px;
	}

	table.optb th,
	table.optb td {
		font-size: 12px;
		padding: 4px;
	}

	table.optb td.nw {
		white-space: normal;
	}

	#rec_type > div:nth-child(2n),
	#rec_type > div:last-child {
		margin-right: 0;
	}
}