html {
	overflow-y: scroll;
	font-size: 62.5%;
	height: 100%;
}

* {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
}



#wrap {
	font-size: 15px;
	font-size: 1.5rem;
}

header {
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	border-bottom: 1px solid #999;
}
#logo {
	max-width: 680px;
	margin: 0 auto;
}

#mainCont {
	max-width: 680px;
	margin: 0 auto;
	padding: 20px;
}
#mainCont a:hover img {
	opacity: 0.8;
}


#mainBnr {
	margin-bottom: 40px;
	text-align center;
}
#mainBnr img {
	width: 100%;
	height: auto;
}

#mainTtl {
	margin-bottom: 40px;
	padding: 3px;
	line-height: 1.2;
	background: #77d1ee;
	border-radius: 16px;
}
#mainTtl span {
	display: block;
	padding: 7px 17px 6px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 16px;
	background-color: #33c4eb;
}

.subTtl {
	margin-bottom: 25px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #0071b7;
}
.helpBoxWrap .subTtl {
	margin-bottom: 15px;
}
.subTtl:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	border: 1px solid #41bfe8;
	background: linear-gradient(to right, #86cfef 30%, #fff 30%, #fff);
}
.subTtl span {
	display: block;
	padding: 0 5px 8px 1.2em;
	text-indent: -1.2em;
}
.subTtl span:before {
	content: "・";
}

.subTtl2 {
	padding: 5px;
	line-height: 1.2;
	font-weight: bold;
	color: #0071b7;
}
.helpBoxWrap .subTtl2 {
	padding: 0 0 8px;
}



.bold {
	font-weight: bold;
}
.font-red {
	color: #ff0000;
}
.indent {
	margin: 0;
	padding-left:1em;
	text-indent:-1em
}
span.indent, strong.indent {
	display:inline-block;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
dl.dl-style dt {
	margin-bottom: 5px;
	font-weight: bold;
}
dl.dl-style dd {
	margin-bottom: 15px;
}
ul.list-none li {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.list-indent li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 1em;
	text-indent: -1em;
}
ul.list-dot li {
	margin-bottom: 5px;
	margin-left: 1em;
	list-style-type: disc;
}

span.link, span.link2 {
	display: inline-block;
}
span.link a, span.link2 a {
	display: inline-block;
	padding-left: 14px;
	background: url(../img/product-details/icon_arrow_right.png) no-repeat left 3px center;
}
span.link2 a {
	padding-left: 10px;
}

.box {
	padding: 15px;
	border: 1px solid #ccc;
}

.catchTxt {
	margin-bottom: 25px;
	padding: 0 10px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	color: #0071b7;
}

.txt {
	line-height: 1.5;
}

ul.listDot li {
	margin-left: 1em;
}
ul.listDot li {
	list-style-type: disc;
	margin-bottom: 5px;
	line-height: 1.5;
}


.box1 {
	background: #eef9fe;
	padding: 22px 20px 20px;
	margin-bottom: 25px;
}

.boxTtl {
	margin-bottom: 15px;
	padding: 0 5px 8px 1.2em;
	line-height: 1.4;
	text-indent: -1.2em;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #0071b7;
	border-bottom: 1px dashed #0071b7;
}
.boxTtl:before {
	content: "■";
	padding-right: 3px;
	color: #00b8e6;;
}
.box1 .txt {
	margin-bottom: 20px;
}

.innerBox {
	padding: 15px 15px 13px;
	background: #fff;
	border: 1px solid #a5c1e3;
	border-radius: 5px;
}
.innerBoxTxt {
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #00b8e6;
}
.innerBoxCont {
	padding: 15px 20px;
	background: #e1f4fd;
	border: 1px solid #e1f4fd;
	border-radius: 5px;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.innerBoxList {
	width: 60%
}
.innerBoxList ul.list-dot li {
	font-weight: bold;
	color: #0071b7;
}
.btnImg {
	width: 40%;
	margin-left: auto;
	padding-left: 10px;
}

.box2 {
	margin-bottom: 60px;
	padding: 15px 15px 15px;
	border: 1px solid #a8c2e3;
}
.box2Txt {
	padding: 0 5px 8px 1.2em;
	line-height: 1.4;
	text-indent: -1.2em;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #0071b7;
}
.box2Txt:before {
	content: "■";
	padding-right: 3px;
	color: #0071b7;;
}
.box2Inner {
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.box2Inner > div {
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.box2Inner > div .txt {
	line-height: 1.4;
	padding-left: 10px;
}
.iconDownload {
	width: 50%;
	padding-right: 10px;
}
.iconZip {
	width: 50%;
	padding-left: 10px;
}

.lineup {
	margin-bottom: 60px;
}

table.lineupTable {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 10px;
	border: 1px solid #6796CF;
}
.lineupBox table.lineupTable {
	margin: 0 auto;
}
table.lineupTable th {
	padding: 5px;
	line-height: 1.2;
	font-weight: bold;
	color: #0071b7;
}
table.lineupTable td {
	padding: 6px;
	line-height: 1.4;
	color: #333333;
	border: 1px solid #6796CF;
}
.lineupBox table.lineupTable td {
	padding: 10px;
}
.lineupBox table.lineupTable td .lineupTableHead {
	font-weight: bold;
	color: #0071b7;
}
.lineupBox table.lineupTable td .lineupTableHead .txt1 {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #5a97cd;
}
.lineupBox table.lineupTable td .lineupTableHead .txt2 {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3m;
	color: #000;
}
table.lineupTable tr td:last-child {
	width: 116px;
	padding: 6px 0;
	line-height: 0;
	text-align: center;
}
.lineupBox table.lineupTable td:last-child {
	width: 100px;
	padding: 10px 0;
}

.lineupBox {
	margin-bottom: 60px;
}
.lineupBoxTtl {
	background: #006cb7;
	border: 1px solid #82cdea;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
}
.lineupBoxTtl span {
	display: block;
	padding: 12px 20px 10px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background: url(../img/tab_arrow_down.png) no-repeat right 20px center;
}
.lineupBoxTtl.open span {
	background: url(../img/tab_arrow_up.png) no-repeat right 20px center;
}
.lineupBoxTtl:hover {
	background: #069dd4;
}
.btnClose {
	padding-right: 1px;
	text-align: right;
}
.btnClose:hover img {
	opacity: 0.8;
}



.helpBoxWrap {
	margin-bottom: 40px;
}
.helpBox {
	padding: 20px;
	background-color: #eef9fe;
}

dl.helpDl {
}
dl.helpDl dt {
	margin-bottom: 10px;
	line-height: 1.2;
	font-weight: bold;
	color: #0071b7;
}
dl.helpDl dd {
	margin-bottom: 20px;
	line-height: 1.5;
}
.helpDlTtl {
	margin-bottom: 5px;
	line-height: 1.5;
	font-weight: bold;
}

.helpFlow {
	margin-bottom: 15px;
	background: #fff;
	border: solid 1px #6FCEEE;
	border-radius: 5px;
	position: relative;
}
.helpFlowBox {
	padding: 20px;
}
.helpFlowTtl {
	padding: 6px 10px 7px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background: #91c563;
}
.helpFlowImg {
	margin-bottom: 15px;
	text-align: center;
}
.helpFlowImg span {
	margin-right: 10px;
	margin-left: 10px;
}
.helpFlowbox a {
	color: #00afe5;
}
.helpflowArrow {
	margin-bottom: 15px;
	text-align: center;
}



#copyright {
	text-align: center;
	line-height: 60px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	background-color: #333;
}







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

.innerBoxCont {
	flex-wrap: wrap;
}
.innerBoxList {
	width: 100%;
	margin-bottom: 10px;
}
.btnImg {
	width: 100%;
	text-align: center;
}


.box2Inner {
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.box2Inner > div {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.iconDownload {
	width: 100%;
	padding: 10px 0 20px;
}
.iconZip {
	width: 100%;
	padding-left: 0;
}





}





@media screen and (max-width: 480px) {
header {
	margin-bottom: 20px;
	padding: 10px;
}
#logo img {
	width: 180px;
	height: auto;
}

#wrap {
	font-size: 14px;
	font-size: 1.4rem;
}

#mainCont {
	padding: 10px;
}



#mainTtl {
	margin-bottom: 40px;
}
#mainTtl span {
	font-size: 18px;
	font-size: 1.8rem;
}

.subTtl {
	margin-bottom: 25px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #0071b7;
}



.helpBox {
	padding: 15px;
}


#copyright {
	line-height: 50px;
	font-size: 12px;
	font-size: 1.2rem;
}



}


