@charset "utf-8";
html,body,h1,h2,p,ul,li {
	margin: 0;
	padding: 0;
}
ul,li {
	list-style-type: none;
}
body {
	font-size: 16px;
	color: #333333;
	line-heighr: 100%;
    font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}


#wrap {
	width: 100%;
	position: relative;
}

#head_wrap {
	width: 100%;
	background-color: #dbf4fb;
}
#head_wrap #head {
	max-width: 1164px;
	width: 100%;
	padding-top: 85px;
	margin: 0 auto;
	background: url(../img/bg1.png) center bottom no-repeat;
	background-size: auto 50px;
	background-color: #dbf4fb;
  padding-bottom: 85px;
}
#head_wrap #head h1 {
    font-size: 40px;
	color: #59c3dc;
	text-align: center;
	line-height: 100%;
}
#head_wrap #head > p {
	font-size: 16px;
	color: #333333;
	margin-top: 50px;
	text-align: center;
	line-height: 100%;
}

#head .head_infoarea{
  max-width: 595px;
  margin: 50px auto 0;
  text-align: center;
}

#head .head_infoarea h2{
  margin: 0 auto 10px;
}

#head .head_infoarea h2 img{
  width: 354px;
}

#head .head_infoarea .anchor{
  margin: 25px auto 0;
}
#head .head_infoarea .anchor a{
  background: url("../img/icon02.svg") no-repeat 93% 50%;
  border: 2px solid #55ABCD;
  border-radius: 30px;
  color: #000;
  font-size: 20px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
#head .head_infoarea .anchor a:hover{
  background-color:#fff;
}
#head .head_infoarea .anchor a:before{
  background: url("../img/icon01.svg") no-repeat 0 0;
  content: "";
  height: 31px;
  margin: 0 15px 6px 0;
  width: 27px;
}


#flow_wrap {
	width: 100%;
	background-color: #fff;
}
#flow_wrap #flow {
	max-width: 1164px;
	width: 100%;
	padding-top: 85px;
	margin: 0 auto;
	background: url(../img/pict1.jpg) center top no-repeat/*,url(../img/bg2.jpg) center bottom no-repeat*/;
	background-size: /*54px auto,*/auto 50px;
	background-color: #fff;
  /*padding-bottom: 85px;*/
}
#flow_wrap #flow h2,
#campaign_wrap #campaign h2 {
    font-size: 32px;
	color: #333333;
	/*font-weight: bold;*/
	text-align: center;
	line-height: 100%;
}

#flow .step_area{
  display: flex;
  justify-content: space-between;
  max-width: 1128px;
  min-width: 960px;
  margin: 50px auto 0;
}

#flow .step_area dl{
  margin: 0;
  width: 23.9%;
}

#flow .step_area dl dt{
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  padding-left: 90px;
  position: relative;
}

#flow .step_area dl dt img{
  position: absolute;
  top: 5px;
  left: 0;
  width: 85px;
	max-height: 30px;
}

#flow .step_area dl dd{
  margin: 0;
}

#flow .step_area dl dd img{
  width: 100%;
}

#wrap .notes_sp{
	display: none;
}

#wrap .notes_pc{
	text-align: right;
	margin: 10px;
}

#flow .iframe_wrap,#scanpoint_wrap .iframe_wrap{
	text-align: center;
}

#scanpoint_wrap{
	max-width: 1164px;
	width: 100%;
	background: url(../img/bg2.jpg) center bottom no-repeat;
	background-size: auto 50px;
	padding-bottom: 85px;
	margin: 50px auto 0;
}

#scanpoint_wrap h2{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

#scanpoint_wrap h2 img{
	height: 2.5em;
	margin-right: 15px;
}

#campaign_wrap {
	width: 100%;
	background-color: #dbf4fb;
}
#campaign_wrap #campaign {
	max-width: 960px;
	width: 100%;
	padding: 85px 0 60px 0;
	margin: 0 auto;
    background: url(../img/pict2.jpg) center top no-repeat;
	background-size: 48px auto;
	background-color: #dbf4fb;
}
#campaign_wrap #campaign h2 {
	margin-bottom: 60px;
}
#campaign_wrap #campaign #no_campaign {
	width: 960px;
	padding: 80px 0 60px 0;
	margin: 0 auto;
	background-color: #fff;
	/*display: none;*/
}
#campaign_wrap #campaign #no_campaign span {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 100%;	
	text-align: center;
	letter-spacing: 0.5px;
}




#cpContainer #cpList ul.cp_list {
    width: 100%;
    margin-left: 0;
}
#cpContainer #cpList ul.cp_list li.box {
    width: calc( 47.9% - 2px );
    margin: 0 4.2% 4.2% 0;
	border: none;
}

#cpContainer #cpList ul.cp_list li.box:nth-child(even) {
	margin-right: 0;
}




#suntory_contents p#btn_page_top {
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: -85px;
	right: calc( ( 100% - 1164px ) / 2 );
	margin-right: 7px;
	text-indent: -9999px;
}
@media screen and (max-width: 1163px) {
#suntory_contents p#btn_page_top {
	right: 0;
}
}
	#suntory_contents p#btn_page_top:before {
		content: "";
    	vertical-align: middle;
    	position: absolute;
    	top: 1.2em;
    	left: 1.09em;
    	width: .7em;
    	height: .7em;
    	margin: auto;
    	border-top: 3px solid #fff;
    	border-right: 3px solid #fff;
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	z-index: 15;
	}

	#suntory_contents p#btn_page_top:after {
		content: "";
    	position: absolute;
    	bottom: 0;
    	right: 0px;
    	width: 48px;
    	height: 48px;
    	border-radius: 24px;
    	background-color: #0f96b8;
    	z-index: 14;
    	top: 0;
    	margin: auto;
	}

	#suntory_contents p#btn_page_top:hover:after {
		background-color: #007694;
	}

