@charset "UTF-8";
/* CSS Document */
.contWrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.contWrapper p{
	margin: 0;
    padding: 0;
}
.contWrapper a {
	text-decoration: none;
}
.pink{
color:#fd498f;
}
.camBtn{
	background: #ffaa17;
	color: #fff;
	font-size:22px;
	font-weight: bold;
}
.contWrapper{
	min-width: 320px;
}
.main{
    width: 100%;
}
.main h2{
	text-align: center;
	margin: 0;
	line-height: 0;
}
.main h2 img{
    width: 100%;
	max-width: 940px;
}
.contWidth{
    max-width: 940px;
    margin: 0 auto;
	color:#333;
}
#campaign{
    text-align: center;
    background-image:url(../img/bg.png);
	padding:34px 40px 120px;
	box-sizing:border-box;
    position: relative;
    z-index: 0;
}
#campaign::before {
    content: '';
    display: block;
    position: absolute;
    top: 95%;
    right: 0;
    bottom: -5%;
    left: 0;
    background-image:url(../img/bg.png);
	transform: skewY(-10deg);
    z-index: -1;
}
.title1{
    margin-bottom: 50px;
	text-align: center;
}
.whiteBx{
    background: #FFFFFF;
    padding: 40px 40px 60px;
	border-radius: 4px;
}
.about{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
    margin-bottom: 50px;
}
.about ul{
	overflow: hidden;
}
.about ul li{
	float: left;
}
.about ul li:last-of-type{
	float:right;
}
.about p{
	padding-top:50px;
}
.about img{
    width: 100%;
}
.subTitle {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 3px #4bc2d0;
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
	width:100%;
    text-align: center;
}
.subTitle:before,
.subTitle:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.subTitle:before {
    border: solid 30px transparent;
    border-top: solid 30px #4bc2d0;
}
.subTitle:after {
    border: solid 30px transparent;
    border-top: solid 30px #fff;
    margin-top: -5px;
}
.subTitle img{
	padding-bottom:27px;
}
.about_point{
	margin-bottom: 60px;
}
.about_point ul {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
.about_point ul li {
	line-height: 0;
	padding-top:8px;
	padding-bottom:8px;
}
.about_point a {
	display: block;
	width:580px;
	padding-top:20px;
	padding-bottom:18px;
	border-radius: 100px;
	margin: 0 auto;
}
.about_point a:before{
	padding-right:3px;
	content: '▼';
}
.about_date{
	text-align: left;
	margin-bottom: 50px;
}
.about_date h4{
	text-indent: 1em;
	background: #4bc2d0;
	color:#fff;
	font-size:20px;
	padding-top:6px;
	padding-bottom:6px;
}
.about_date p{
	line-height: 1.9;
	font-size: 16px;
	margin-top: 10px;
}
.about_shipping{
	padding:40px 30px 20px;
	border: solid 3px #ffe7bc;
	background: #fffbf5;
	box-sizing:border-box;
	border-radius: 4px;
	text-align: left;
	font-size:16px;
}
.about_mitsumori a {
	display: block;
	width:100%;
	padding-top:20px;
	padding-bottom:18px;
	border-radius: 100px;
	text-align: center;
}
.about_shipping ul{
	overflow: hidden;
}
.about_shipping ul li{
	float:left;
	}
.about_shipping ul li:first-of-type{
	width:60%;
}
.about_shipping ul li:last-of-type{
	float:right;
}
.about_shipping ul li p{
	margin-bottom: 20px;
	line-height: 1.7;
	font-weight: bold;
}
.shippingTitle{
	color:#fd498f;
	font-size:30px;
}
.about_shipping a {
	display: block;
	width:100%;
	padding-top:20px;
	padding-bottom:18px;
	border-radius: 100px;
	text-align: center;
}
#attention{
	padding: 160px 40px 200px;
	background-image: url("../img/grid.png");
}
#attention ul{
    list-style: disc;
	list-style-position: outside;
 }
.order li{
	margin-left: 2em;
	margin-bottom: 1rem;
	font-size: 16px;
    line-height: 1.7;
}
#set{
	padding: 10px 40px 50px;
	background-image:url(../img/bg.png);
	position: relative;
    z-index: 0;
}
#set::after {
    content: '';
    display: block;
    position: absolute;
    top: -7%;
    right: 0;
    bottom: 93%;
    left: 0;
    background-image:url(../img/bg.png);
	transform: skewY(-10deg);
    z-index: -1;
}
#set ul{
	padding:0 40px;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#set ul li{
    width: 250px;
	background: #fff;
	margin-bottom: 15px;
	padding-bottom:20px;
	text-align: center;
	border-radius: 4px;
}
#set ul::after{
	content:"";
	display: block;
	width:250px;
}
#set ul li p.logo{
    height:108px;
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	line-height: 0; 
}
#set ul li p.logo img{
    max-width: 100%;
}

#set ul li p.txt{
	font-size:14px;
	margin-bottom:20px; 
}
#set ul li a{
	display: block;
	font-size:15px;
	width:220px;
	padding: 5px 0;
	border-radius: 100px;
	margin: 0 auto;
}
.cp_menu {
	background-color: #f5f5f5;
	padding: 20px 0;
	margin-top: 20px;
}
.cp_menu ul{
	color:#9e9c9c;
	overflow:hidden;
	line-height:1.7;
	padding:0;
	width:900px;
	margin: 0 auto;
}
.cp_menu ul li{
	display:inline-block;
	border-right:1px solid #9e9c9c;
}
.cp_menu ul li:last-child{
	border-right:none;
}
.cp_menu ul li a{
	text-decoration:none;
	color:#5D5D5D;
	padding:0 10px;
}
.cp_menu ul li a:hover{
	text-decoration:underline;
}
.cp_menu p{
	text-align: center;
}
.cp_menu img{
    max-width: 100%;
}
/* 940pxまでの幅の場合に適応される */
@media screen and (max-width:940px){
	.camBtn {
    font-size: 20px;
    line-height:1.2;
	}
	.whiteBx {
    padding: 40px 30px 50px;
	}
	.about{
		font-size:20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.about ul li{
		width:100%;
	}
	.about ul li:last-of-type{
		display: none;
	}
	.about p{
		padding-top:0;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.subTitle img{
		width:100%;
	}
	.about_point ul li img{
		width:100%;
	}
	.about_point a{
		width:100%;
	}
	.about_shipping ul li:first-of-type{
		width:100%;
	}
	.about_shipping ul li:last-of-type{
		display: none;
	}
	#set::after {
    top: -4%;
	}
	#set ul li{
    width: 49%;
	padding-bottom:20px;
	}
	#set ul li p.logo {
    width: 49%;
	}
	#set ul li p.txt {
    font-size: 20px;
    margin-bottom: 20px;
	}
	#set ul li a {
    font-size: 20px;
    width: 80%;
    padding: 10px 0;
	}
	.about_date p{
	font-size:20px;
	line-height: 1.5;
	}
}
/* 767pxまでの幅の場合に適応される */
@media screen and (max-width:767px){
	.order li {
    font-size: 20px;
    line-height: 2;
	}
	.title1{
    margin-bottom: 30px;
	}
	#set::after {
    top: -2%;
	}
    #set ul{
        flex-direction: column;
		padding: 0;
    }
    #set ul li{
	width:100%;
    }
	#set ul li p.logo {
	height: auto;
    width: 100%;
    display: block;
	padding: 20px 0;
	box-sizing: border-box;
	}
	.cp_menu img{
	width:100%;
	}
	.cp_menu ul{
		width: auto;
		margin-left: 0;
	}
	.cp_menu ul li{
		display:block;
		border-right:none;
		text-align: center;
	}
}
/* 767pxまでの幅の場合に適応される */
@media screen and (max-width:640px){
.title1 img{
    max-width:100%;
	}
}