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


/*contents01*/

.contents01 {
	width: 100%;
	background-image: url(images/contents01-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:110px;
	padding-bottom:110px;
	text-align:center;
}

.contents01-box {
	width: 850px;
	border: 1px solid #999;
}

.contents01-box .box {
	background-color:rgba(0,0,0,0.6);
	margin:25px;
	padding-top:25px;
	padding-bottom:30px;
}

.contents01-box h3 {
	font-family: "kozuka-gothic-pr6n", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 200;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(../common/images/midashi01.png);
	background-size: auto 60px;
	display:inline-block;
	margin-bottom:25px;
}

.contents01-box h4 {
	font-size: 28px;
	line-height: 1.4;
	color: #fcee21;
	font-weight: normal;
	margin-bottom:45px;
}


.contents01-box .box div {
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top:30px;
	padding-bottom:30px;
}

.contents01-box h5 {
	font-size: 20px;
	line-height: 1;
	color: #FFF;
	font-weight: normal;
	margin-bottom:15px;
	display:inline-block;
	background-color:#7e2c8d;
	padding-left:15px;
	padding-right:15px;
	padding-top:6px;
	padding-bottom:6px;
}

.contents01-box .box01 h5 {
	background-color:#d4145a;
}

.contents01-box h6 {
	font-size: 20px;
	line-height: 1.6;
	color: #db3eb9;
	font-weight: normal;
}


.contents01-box p {
	font-size: 20px;
	line-height: 1.6;
	color: #FFF;
}

.contents01-box .box03 p {
	text-align:left;
	width:535px;
	margin-left:auto;
	margin-right:auto;
}

.contents01-box p span {
	font-size: 17px;
	line-height: 1.6;
	color: #FFF;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}

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



/*contents01*/

.contents01 {
	width: 100%;
	padding-top:20px;
	padding-bottom:20px;
}

.contents01-box {
	width: 90%;
}

.contents01-box .box {
	margin:15px;
	padding-top:15px;
	padding-bottom:10px;
}

.contents01-box h3 {
	font-size: 20px;
	background-size:25px auto;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left:15px;
	margin-right:15px;
}


.contents01-box h4 {
	font-size: 20px;
	margin-bottom:25px;
	padding-right: 15px;
	padding-left: 15px;
}

.contents01-box h5 {
	font-size: 16px;
}

.contents01-box h6 {
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
}


.contents01-box p {
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
}

.contents01-box .box03 p {
	text-align:left;
	width:100%;
}

.contents01-box p span {
	font-size: 13px;
}



    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
	
}