@charset "utf-8";
/* ================================================================
夏の感謝を込めて Summer Fair
=================================================================== */

/*Base */
* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

em {
	font-style: normal;
}

ol, ul {
	list-style-type: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
.contents-wrapper .cartWrap .numWrap .num,
.contents-wrapper .sec05 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: underline;
	border: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
/* pc */
@media screen and (min-width:737px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #3e3a39;
		text-decoration: none;
	}
}

*:focus {
	outline: none;
}


/* contents-wrapper
*****************************************/
.contents-wrapper {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	color: #231815;
	font-size: 20px;
}

/* section
*****************************************/
.sec03{
	padding-top: 56px;
}

.sec03 .sec03__heading{
	width: 86.1333333%; /* 646px */
	margin: 0 auto 33px auto;
}

.sec03 .cp {
	width: 86.1333333%; /* 646px */
	margin: 0 auto 33px auto;
}

.sec03 .cp_tlt {
	margin-top: 40px;
}

.sec03 dl:not(:first-of-type){
	margin-top: 10px;
}

.sec03 dl{
	margin: 0 auto 0 auto;
	padding: 0 40px 0 52px;
	box-sizing: border-box;
}

.sec03 dl dt{
	color: #1c2080;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.4358;
	letter-spacing: .15em;
	margin-bottom: 4px;
}

.sec03 dl dd{
	color: #1c2080;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.33333;
	font-feature-settings: 'palt';
}

.sec03 dl dd .tax{
	font-size: 25px;
}

.sec03 dl dd .text-small{
	font-size: 24px;
	font-weight: 300;
	line-height: 1.625;
	text-align: right;
	color: #231815;
	padding-right: 7px;
	box-sizing: border-box;
}

.sec03 ul{
	width: 85.6%; /* 642px */
	margin: 40px auto 0;
	border-top: 1px solid #231815;
	padding: 40px 0;
	box-sizing: border-box;
}

.sec03 ul li{
	font-size: 29px;
	line-height: 1.2758;
	position: relative;
	padding-left: 1em;
	box-sizing: border-box;
}

.sec03 ul li:before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.sec03 ul li:not(:first-of-type){
	margin-top: 23px;
}

/* sp */
@media screen and (max-width:736px) {
	.sec03{
		padding-top: 28px;
	}

	.sec03 .sec03__heading{
		margin: 0 auto 17px auto;
	}
	.sec03 .cp_tlt {
	margin-top: 30px;
	    margin-bottom: 20px;
    } 
	.sec03 .cp {
    margin-bottom: 20px;
    }

	.sec03 dl:not(:first-of-type){
		margin-top: 5px;
	}

	.sec03 dl{
		padding: 0 20px 0 26px;
	}

	.sec03 dl dt{
		font-size: 19px;
		margin-bottom: 2px;
	}

	.sec03 dl dd{
		font-size: 15px;
	}

	.sec03 dl dd .tax{
		font-size: 13px;
	}

	.sec03 dl dd .text-small{
		font-size: 12px;
		padding-right: 4px;
	}

	.sec03 ul{
		margin: 20px auto 0;
		padding: 20px 0;
	}

	.sec03 ul li{
		font-size: 15px;
	}

	.sec03 ul li:not(:first-of-type){
		margin-top: 12px;
	}
}
