@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 1.4pt;
	word-break: break-all;
	font-feature-settings: "palt";
	position: relative;
	overflow-x: hidden;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
h1, h2, h3 {
	font-family: 'Century Gothic', 'Roboto', Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
}
h3 {
	font-weight: 700;
	line-height: 1;
}
/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}
/*--------header--------*/
header {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
header a {
	width: 17.5%;
	display: block;
}
/*--------section--------*/
section {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
section #main {
	background: url(../images/main.jpg) no-repeat top center;
	height: 566px;
	margin-bottom: 30px;
	position: relative;
}
section #main h1 {
	width: 60%;
	position: absolute;
	bottom: 3%;
	right: 3%;
}
section #contents > div {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
section #contents #intro {
	font-size: 16px;
}
section #contents #result h2 {
	font-size: 25px;
	background: url(../images/icon01.png) no-repeat center right;
	background-size: 13%;
	padding-right: 32px;
}
section #contents #result > div > div:nth-child(1) {
	width: 24%;
}
section #contents #result > div > div:nth-child(2) {
	width: 35%;
}
section #contents #result > div > div:nth-child(3) {
	width: 40%;
}
section #contents #result h3 {
	display: inline-block;
}
section #contents #result ul li {
	text-indent: -3em;
	margin-left: 4em;
}
section #contents #point h2 {
	background: url(../images/icon02.png) no-repeat center right;
	background-size: 10%;
	padding-right: 32px;
}
section #contents #point > div > div {
	width: 30%;
	border: 1px solid #e5e5e5;
	padding: 15px 15px 0;
	box-sizing: border-box;
}
section #contents #point > div > div:nth-child(-n+3) {
	margin-bottom: 30px;
}
section #contents #point > div > div h3 {
	font-size: 20px;
	text-align: center;
}
section #contents #point > div > div > p {
	margin: 15px 0;
}
section #contents #point p img {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
section #contents #point p em {
	font-weight: 700;
	display: inline-block;
	line-height: 0;
}
section #contents #information a {
	text-decoration: underline;
	display: block;
}
section #contents #information a.b_top {
	text-align: right;
}
#box05 {
	box-sizing: border-box;
	padding: 60px 0;
}
#box05 p {
	margin: 0 auto 20px;
	text-align: left;
}
#box05 p em {
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.35;
	color: #cc0000;
}
#box05 p span {
	font-weight: bold;
	font-size: 16px;
}
/*--------header--------*/
footer {
	font-size: 10px;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
}
/*--------btn--------*/
.btn {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #333;
	padding: 5px 0;
	text-decoration: none !important;
	width: 35%;
	margin: 10px 0 30px;
}
/*--------pageTop--------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	font-size: 18px;
	padding: 7px 0 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #fddbe1;
	font-weight: bold;
	text-align: center;
}
#pageTop i.fa {
	padding-right: 7px;
}

.couponBtn {
  position: relative;
  position: fixed;
  bottom: 180px;
  left: 20px;
  width: 150px;
  height: auto;
  z-index: 999; }

.couponTxt {
  position: absolute;
  z-index: 999; }

.couponBg {
  position: absolute; }

 @media screen and (max-width: 768px) {
/*--------header--------*/
header {
	width: 90%;
	padding: 15px 0;
}
header a {
	width: 35%;
}
/*--------section--------*/
section {
	width: 90%;
	overflow: hidden;
}
section #main {
	background: url(../images/main.jpg) no-repeat top center;
	background-size: cover;
	height: 350px;
}
section #main h1 {
	width: 80%;
}
section #contents #result > div > div:nth-child(1), section #contents #result > div > div:nth-child(2), section #contents #result > div > div:nth-child(3) {
	width: 100%;
	margin-bottom: 15px;
}
section #contents #point > div > div {
	width: 100%;
	margin-bottom: 30px;
}
#box05 {
	box-sizing: border-box;
	padding: 50px 0;
}
#box05 p em {
	font-size: 24px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	line-height: 1.35;
	color: #cc0000;
}
#box05 p span {
	font-size: 14px;
}

/*--------btn--------*/
.btn {
	width: 80%;
}
/*--------pageTop--------*/
#pageTop {
	bottom: 10px;
	right: 10px;
}
#pageTop a {
	width: 32px;
	height: 35px;
	padding: 4px 0 0 8px;
}
#pageTop i.fa {
	padding-top: 0.2px;
}
	 
.couponBtn {
    bottom: 110px;
    left: 5px;
    width: 100px;
    height: auto; }	 
}
