@charset "utf-8";




/*============*/
/* コンテンツ */
/*============*/

/* レイアウト
-----------------------------------*/
#container {
	width: 100%;
	padding: 70px 0 100px;
	background-repeat: no-repeat;
	background-position: 50% 70px;
	/* 背景画像指定はcontents.css */
}

@media screen and (min-width:1600px){

#container {
	background-size: 100% 230px;
}

}

#container .main {
	width: 100%;
	background: url(/images/common/com_bg01.png) repeat-x 0 0;
}

#container .maincolumn {
	position: relative;
	max-width: 1048px;
	padding: 0 24px;
	margin: 0 auto;
	text-align: left;
}

#container .contents {
	position: relative;
	width: 100%;
	margin-top: 40px;
	line-height: 1.6;
}



/* パンくず
-----------------------------------*/
#p-navi {
	max-width: 1048px;
	margin: 0 auto;
	padding: 0 24px;
	padding: 8px 0;
}

#p-navi ul li {
	display: inline;
	color: #FFF;
	font-size: 12px;
	line-height: 1.0;
}

#p-navi ul li:after {
	content: " >";
	color: #0EE7FD;
}

#p-navi ul li:last-child:after {
	content: "";
}

#p-navi ul li a:link,
#p-navi ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#p-navi ul li a:hover,
#p-navi ul li a:active {
	color: #3CC;
	text-decoration: underline;
}

@media (max-width: 767px) {
#p-navi {
	opacity: 0;
}
}


/* タイトル
-----------------------------------*/
.maincolumn > h1 {
	color: #0EE7FD;
	font-size: 40px;
	font-weight: bold;
	line-height: 70px;
}

.maincolumn > h1 span {
	font-size: 30px;
	line-height: 1.0;
}

.contents > h2, .contents .product-tabcts1 > h2, .contents .product-tabcts2 > h2 {
	min-height: 57px;
	margin: 60px 0 30px;
	padding: 17px 0 0 25px;
	background: url(/images/common/com_h01.png) no-repeat 0 0;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.0;
}

.contents > h3 {
	margin: 30px 0 20px;
	padding-left: 15px;
	border-left: solid 10px #15B8C8;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.contents > h2:first-child,
.contents > h2 + h3 {
	margin-top: 0;
}

@media (max-width: 767px) {
	.maincolumn > h1 {
		padding-top: 16px;
		font-size: 24px;
		line-height: 1.3;
	}

	.maincolumn > h1 span {
		display: block;
		font-size: 16px !important;
	}

	.contents > h2, .contents .product-tabcts1 > h2, .contents .product-tabcts2 > h2 {
		min-height: 57px;
		margin: 40px 0 24px;
		padding: 17px 0 0 16px;
		background: url(/images/common/com_h01.png) no-repeat 0 0;
		color: #FFF;
		font-size: 20px;
	}

	.contents > h3 {
		margin: 24px 0 16px;
		font-size: 18px;
	}
}


/*============*/
/* 共通・汎用 */
/*============*/

/* 段落
-----------------------------------*/
.psp p {
	margin-bottom: 15px;
}

.psp p:last-of-type {
	margin-bottom: 0;
}

/* ぶら下げインデント */
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.multicolumn,
.multilist {
	overflow: hidden !important;
}

.multicolumn-left {
	float: left;
}

.multicolumn-right {
	float: right;
}

.multilist li {
	float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 { width: 1000px;}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
ul.list-df {
	margin-left: 25px;
	list-style: disc;
}

/* リスト（ドット） */
ul.list-dot li {
	padding-left: 1em;
}

ul.list-dot li:before {
	content: "・";
	margin-left: -1em;
}

/* リスト（数字） */
ol.list-num li {
	margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw15 { width: 15%;}
col.colw20 { width: 20%;}
col.colw25 { width: 25%;}
col.colw30 { width: 30%;}
col.colw35 { width: 35%;}
col.colw40 { width: 40%;}
col.colw45 { width: 45%;}
col.colw50 { width: 50%;}

/* テーブル */


/* ボタン（ベースのみ：widthは別途指定）
-----------------------------------*/
/* 水色枠ボタン */
.btn01 a,
button.btn01 {
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 0;
	border-radius: 0;
	border: solid 1px #3CC;
	background-color: rgba(255,255,255,0.7);
	color: #333;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

button.btn01 {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1.6;
}

.btn01 a:hover,
button.btn01:hover {
	background-color: #3CC;
	color: #FFF;
}

.btn01 a span,
button.btn01 span {
	position: relative;
	padding-left: 23px;
}

.btn01 a span:before,
button.btn01 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 22px;
	margin-top: -11px;
	background: url(/images/common/com_ic02.png) no-repeat 0 0;
}

.btn01 a:hover span:before,
button.btn01:hover span:before {
	content: "";
	background: url(/images/common/com_ic02.png) no-repeat 0 -22px;
}

/* 外部リンクアイコン */
.btn01.win a[href^="http"] span {
	padding-right: 21px;
}

.btn01.win a[href^="http"] span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(/images/common/com_ic04.png) no-repeat 0 0;
}

.btn01.win a:hover[href^="http"] span:after {
	content: "";
	background: url(/images/common/com_ic04.png) no-repeat 0 -16px;
}

/* グレー枠ボタン */
.btn01 div,
button.btn02 {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 0;
	border-radius: 0;
	border: solid 1px #CCC;
	background-color: rgba(255,255,255,0.7);
	color: #333;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 1.6;
}

button.btn02:hover {
	background-color: #CCC;
	color: #FFF;
}

.btn01 div span,
button.btn02 span {
	position: relative;
	padding-left: 23px;
}

.btn01 div span:before,
button.btn02 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 22px;
	margin-top: -11px;
	background: url(/images/common/com_ic03.png) no-repeat 0 0;
}

button.btn02:hover span:before {
	content: "";
	background: url(/images/common/com_ic03.png) no-repeat 0 -22px;
}
