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

#mainimg, #mainimg .container {
	height: 120px;
}
#mainimg {
	background-image: url("../img/mainimg.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: #004EA2;
	letter-spacing: 2.36px;
	font-weight: 700;
}
#sidemenu h4 a {
	color: #004EA2;
}
#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: #004EA2;
	border-bottom: 1px solid #004EA2;
}
#sidemenu > div a.slt {
	color: #004EA2;
}
#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: #004EA2;
	letter-spacing: 4.14px;
	padding-bottom: 45px;
}
.cblk {
	clear: both;
	padding-bottom: 60px;
}
.cblk h2 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #004EA2;
	letter-spacing: 3px;
	border-bottom: 1px solid #004EA2;
	margin-bottom: 15px;
}
.cblk h2 > span {
	display: block;
	padding-left: 15px;
	border-left: 2px solid #004EA2;
	margin-bottom: 2px;
}
.cblk p {
	font-size: 16px;
	color: #000000;
	letter-spacing: 1.4px;
	text-align: justify;
	line-height: 30px;
}
.cblk p.err {
	color: #F00;
}
.cblk p strong.btxt {
	display: block;
	padding: 20px 0 10px;
	font-size: 36px;
	font-weight: 700;
	color: #004EA2;
	letter-spacing: 5.32px;
}
.cblk p strong.btxt small {
	line-height: 2em;
}
.cblk p a {
	color: #004EA2;
	text-decoration: underline;
}
.cblk hr {
	border: none;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #004EA2;
}
.cblk .iblk {
	padding-left: 20px;
}
.cblk table.col2table {
	width: 100%;
}
.cblk table.col2table th, .cblk .col2table td {
	padding:  8px;
	border: 1px solid #3e3e3e;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1.4px;
	text-align: justify;
	line-height: 1.6em;
	vertical-align: middle;
}
.cblk table.col2table th {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #004EA2;
	color: #FFFFFF;
	padding:  10px;
}
.cblk table.col2table th:first-child, .cblk .col2table td:first-child {
	width: 40%;
	font-weight: bold;
}
.cblk table.col2table tr:nth-child(2n) {
	background-color: #f1f1f1;
}

a.btn {
	display: block;
	width: 234px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #004EA2;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	color: #004EA2;
	letter-spacing: 1.33px;
	padding-left: 15px;
}
a.btn::before {
	content: '》';
	float: right;
}
a.btn.right {
	float: right;
}
a.btn.left {
	float: left;
}

.cblk_end {
	border-top: 1px solid #004EA2;
	padding: 50px 0 60px;
}
.cblk_end strong {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #004EA2;
	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) {
	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 #004EA2;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	color: #004EA2;
	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: #004EA2;
	color: #FFF;
}
a.bbtn {
	display: block;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #004EA2;
	background-color: #004EA2;
	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: #004EA2;
	padding-bottom: 10px;
}
.cblk h6 {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #004EA2;
	padding-bottom: 5px;
}
.cblk p.business {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #004EA2;
	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: #004EA2;
	letter-spacing: 2.93px;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #004EA2;
}
.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: #004EA2;
	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: #004EA2;
	letter-spacing: 3.2px;
	padding: 10px 0;
	font-feature-settings: "palt";
}

#map {
	padding: 0;
}
.cblk .info > h3 {
	font-size: 18px;
	color: #004EA2;
	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 #004EA2;
	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 #004EA2;
	padding: 8px 14px;
	margin: 20px 0 0 0;
}
.bblk strong {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2.36px;
	color: #004EA2;
}

#price {
	font-size: 52px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 7.68px;
	color: #004EA2;
}
#price b {
	font-size: 16px;
	letter-spacing: 0;
}

#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.i3 {
	background-image: url("../img/cali3.png");
	background-repeat: no-repeat;
	background-size: 33px 28px;
	background-position: center;
}
#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 #004EA2;
	margin-bottom: 35px;
}
#formcal #f1 {
	width: 235px;
}
#formcal #f1 h6 {
	margin-top: 32px;
}
#formcal #f1 > div:not(#otherop_base) {
	border-bottom: 1px solid #004EA2;
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
}
#formcal #f1 > div:not(#otherop_base) a {
	float: right;
	display: 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:not(#otherop_base) 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:not(#otherop_base) a:hover {
	color: #FFF;
	background-color: #979797;
}

#otherop_base {
	display: none;
	background-color: #F1F1F1;
	padding: 15px;
	margin-top: 30px;
}
#otherop_base.set {
	display: block;
}
#otherop_check {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#otherop_check > div {
	font-size: 14px;
	line-height: 1.428;
	letter-spacing: 1.4px;
}
#otherop_check > div:first-child {
	width: 2.2em;
	padding-right: 5px;
}
#otherop_check p {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 1.33px;
	border-radius: 3px;
	margin-top: 8px;
}
#otherop_check p.oop1 {
	color: #0074A2;
	border: 2px solid #0074A2;
}
#otherop_check p.oop1:hover,#otherop_check p.oop1.slt {
	color: #FFF;
	background-color: #0074A2;
}
#otherop_check p.oop2 {
	color: #A27C00;
	border: 2px solid #A27C00;
}
#otherop_check p.oop2:hover,#otherop_check p.oop2.slt {
	color: #FFF;
	background-color: #A27C00;
}

#formcal #f2 {
	width: 405px;
}
.fblk {
	clear: left;
	border-left: 3px solid #004EA2;
	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: #004EA2;
	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: auto;
}
.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;
}
.fblk .confirm {
	font-size: 18px;
	line-height: 42px;
	padding-top: 10px;
	margin: 0;
}
#submitblk {
	padding-top: 50px;
}
#submitblk a.btn {
	width: 320px;
	margin: 0 0 0 auto;
}
#submitblk a#backbtn {
	float: left;
	width: calc( 50% - 10px);
	margin: 0 20px 0 0;
	padding-left: 5px;
}
#submitblk a#backbtn::before {
	content: '《';
	float: left;
	margin-right: 20px;
}
#submitblk a#backbtn + a.btn {
	float: right;
	margin: 0;
}
#opblk {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #004EA2;
}
.fblk.btns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 20px 22px;
}
.fblk.btns a.btn {
	width: 320px;
}
.fblk.btns a.btn:nth-child(3),.fblk.btns a.btn:nth-child(4) {
	margin-top: 20px;
}
.fblk.btns > div {
	width: 300px;
	margin-top: 20px;
}
#silverblk > div {
	width: auto;
}
.fblk.btns > div:nth-child(1),.fblk.btns > div:nth-child(2) {
	margin-top: 0;
}
.fblk.btns > div input[type=radio],.fblk.btns > div input[type=checkbox] {
	display: none;
}
.fblk.btns label {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #004EA2;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	color: #004EA2;
	letter-spacing: 1.33px;
	padding-top: 0;
	padding-left: 15px;
	background-image: url("../img/check_off.png");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: right 15px center;
}
.fblk.btns label.l2 {
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fblk.btns input[type=radio]:checked + label,.fblk.btns input[type=checkbox]:checked + label {
	background-image: url("../img/check_on.png");
	background-color: #004EA2;
	color: #FFF;
}
.fblk.btns b {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #004EA2;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	color: #004EA2;
	letter-spacing: 0;
	padding-top: 0;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: right 15px center;
}
.fblk.btns b.l2 {
	line-height: 30px;
	padding-right: 15px;
}
.fblk.btns input[type=radio]:checked + b,.fblk.btns input[type=checkbox]:checked + b {
	background-color: #004EA2;
	color: #FFF;
}

@media screen and (max-width: 999px) {
	#mainimg, #mainimg .container {
		height: 80px;
	}
	#mainimg {
		background-image: url("../img/mainimg.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;
	}
	.btns > div:nth-child(2) {
	margin-top: 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 strong.btxt {
		padding: 10px 0 0;
		font-size: 30px;
		letter-spacing: 0.1rem;
	}
	.cblk p strong.btxt small {
		line-height: 1em;
	}
	#formcal {
		flex-direction: column;
	}
	#formcal #f1 {
		width: 100%;
	}
	#formcal #f2 {
		width: 100%;
		padding-top: 30px;
	}
	.fblk {
		padding-left: 10px;
		margin-top: 30px;
	}
	.fblk strong {
		line-height: 1.4;
		letter-spacing: 0;
	}
	.fblk .cblk p {
		line-height: 1.4;
		padding-top: 10px;
		letter-spacing: 0;
	}
	.fblk.ws,.fblk.wm {
		width: auto;
	}
	.fblk input.fl {
        width: auto;
        float: none;
    }
    .fblk > div {
        flex-direction: column;
    }
    .fblk > div > div:first-child {
        width: auto;
    }
    .fblk > div > div:last-child {
        width: auto;
    }
    .fblk > div > div:last-child.ws {
        width: auto;
    }
    .fblk > div > div:last-child.wm {
        width: auto;
    }
	#submitblk a.btn {
		margin: auto;
	}
	.fblk .wline {
		line-height: 1;
	}
	.fblk .wline label {
		line-height: 1;
		padding-top: 0;
	}
	.fblk .tline select {
		font-size: 12px;
	}
	.fblk .confirm:first-child {
		padding-left: 2em;
	}
	#calsets > div > img {
		margin-right: 5px;
	}
}