@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', '游ゴシック体', 'Yu Gothic', 'YuGothic',  'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}
.ff_m {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fc_red {
  color: #ec5f76;
}

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  text-align: center;
}

#container {
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
}

.l-main {
  width: 1200px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.l-main:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header .c-header1_sp {
  display: none;
}

#header .c-header1_sp ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 44px;
  background: #007dd7;
}

#header .c-header1_sp ul li {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: calc( 100% / 3 );
  height: 44px;
}

#header .c-header1_sp ul li:nth-of-type(2) {
  background: #54c3f1;
}

#header .c-header1_sp ul li:nth-of-type(3) {
  background: #1fb6c4;
}

#header .c-header1_sp ul li img {
  height: 23px;
}

#header .c-header1 {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .c-header1 .h-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .c-header1 h1 {
  color: #007DD7;
  padding-left: 10px;
  line-height: 1.6;
  font-size: 1.5rem;
}

#header .c-header1 .h-right a {
  margin-left: 10px;
}

#header .c-header1 .icon_menu {
  display: none;
}

/*------------------------------------------------------------
	Navi
------------------------------------------------------------*/
.c-gnav {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}

.c-gnav li {
  display: inline-block;
  float: left;
}

.c-gnav li:last-child a {
  padding-right: 0;
}

.c-gnav li:last-child a:after {
  content: none;
}

.c-gnav a {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #007DD7;
  padding: 0 28px;
  position: relative;
}

.c-gnav a:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -5px;
  font-weight: bold;
}

/*------------------------------------------------------------
	Banner
------------------------------------------------------------*/
.c-banner {
  width: 100%;
  height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.c-banner.campaign {
  background: #54C3F1;
  padding-top: 45px;
}

.c-banner.vanawell {
  padding-top: 130px;
  margin-bottom: 80px;
  background: url("/assets/img/product/vanawell/banner_bg.png") center center no-repeat;
  background-size: cover;
}

.c-banner.vanawellwater {
  padding-top: 30px;
  background: url("/assets/img/product/vanawellwater/banner_bg.png") center center no-repeat;
  background-size: cover;
}

/*------------------------------------------------------------
	Breadcrumbs
------------------------------------------------------------*/
.c-breadcrumb {
  padding-left: 45px;
  padding-bottom: 80px;
}

.c-breadcrumb a {
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}

.c-breadcrumb a:after {
  content: ">";
  padding: 0 5px;
}

.c-breadcrumb a:last-child:after {
  content: "";
}

/*------------------------------------------------------------
	contentc
------------------------------------------------------------*/
.c-fbtn {
  padding: 70px 0 240px;
}

.c-fbtn .fbtn_content {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*------------------------------------------------------------
	side
------------------------------------------------------------*/
#sideBar {
  padding: 50px 0;
  width: 200px;
  background-color: #efefef;
  float: right;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer .l-main {
  position: relative;
}

#footer .f-info {
  background: #007DD7;
}

#footer .c-footer1 {
  padding: 60px 0 50px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

#footer .c-footer1 .f_link {
  display: inline-block;
  float: left;
  padding-right: 100px;
}

#footer .c-footer1 .f_link li {
  padding-bottom: 10px;
}

#footer .c-footer1 .f_link a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
}

#footer .c-footer1 .footer1_left {
  display: inline-block;
  float: left;
}

#footer .c-footer1 .footer1_right {
  display: inline-block;
  float: right;
}

#footer .c-footer1 .footer1_right a {
  display: block;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  width: 285px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #fff;
}

#footer .c-footer1 .footer1_right a:nth-child(1) {
  margin-bottom: 10px;
}

#footer .c-footer2 {
  padding: 30px 0 35px;
  overflow: hidden;
}

#footer .c-footer2 .footer2_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  float: left;
}

#footer .c-footer2 .footer2_left p {
  font-size: 1.6rem;
  color: #fff;
  padding-left: 15px;
}

#footer .c-footer2 .footer2_right {
  display: inline-block;
  float: right;
}

#footer .f-copyright {
  color: #007DD7;
  padding: 20px 0 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

/*------------------------------------------------------------
	Headline
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
}

.c-title1 h2 {
  display: inline-block;
  font-size: 5.3rem;
  color: #007DD7;
  text-align: center;
  text-indent: -20px;
  font-weight: normal;
}

.c-title1 h2:after {
  content: "";
  width: 100%;
  height: 31px;
  background: url("/assets/img/common/title1_after.png") center center no-repeat;
  background-size: cover 31px;
  margin-top: 15px;
  display: block;
}

.c-title2 {
  text-align: center;
  font-size: 5.3rem;
  color: #007DD7;
}

.c-title2 small {
  display: block;
  font-size: 5rem;
}

.c-title3 {
  font-size: 2.6rem;
  text-align: center;
  color: #007DD7;
}

.c-title3:after {
  content: url("/assets/img/common/title3_after.png");
  display: block;
  margin-top: 20px;
}

.c-title4 {
  font-size: 2.6rem;
  text-align: center;
  color: #007DD7;
  padding-bottom: 25px;
  position: relative;
}

.c-title4:after {
  content: "";
  width: 80px;
  height: 5px;
  background: #007DD7;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
}

.c-title5 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}

.c-title5 span {
  display: inline-block;
}

.c-title5 span:after {
  content: "";
  width: 90%;
  height: 9px;
  background: #FFF000;
  display: block;
  margin-top: -15px;
}
.c-title5 span.ttl_attention {
  font-size: 40px;
}
.c-title5 span.ttl_attention:after {
  content: none;
}
.c-title6 {
  font-size: 2.2rem;
  color: #007DD7;
  text-align: center;
  line-height: 1.6;
}

.c-title6:before {
  content: url("/assets/img/common/title6_before.png");
  display: block;
  margin-bottom: 10px;
}

.c-title6 span {
  display: inline-block;
}

.c-title6 span:after {
  content: "";
  width: 95%;
  height: 11px;
  background: #FFF000;
  display: block;
  margin-top: -15px;
}

.c-title7 {
  font-size: 3.8rem;
  color: #007DD7;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.c-title7 span {
  margin-right: 50px;
}

.c-title7 span:last-child {
  margin-right: 0;
}

.c-title7:after {
  content: "";
  width: 90px;
  height: 8px;
  background: #007DD7;
  position: absolute;
  bottom: 0;
  left: calc(50% - 45px);
}

.c-title7.pink {
  color: #FF506E;
}

.c-title7.pink:after {
  background: #FF506E;
}

.c-title7.green {
  color: #8DC21F;
}

.c-title7.green:after {
  background: #8DC21F;
}

.c-title8 {
  font-size: 2.2rem;
  color: #007DD7;
  text-align: center;
}

.c-title8:after {
  content: url("/assets/img/common/arrow_down.png");
  display: block;
  margin-top: 30px;
}

.c-title9 {
  font-size: 2.6rem;
  color: #007DD7;
  text-align: center;
  line-height: 1.6;
}

.c-title9:after {
  content: url("/assets/img/common/title6_before.png");
  display: block;
  margin-top: 10px;
}

.c-title9 span {
  display: inline-block;
}

.c-title9 span:after {
  content: "";
  width: 95%;
  height: 11px;
  background: #FFF000;
  display: block;
  margin-top: -15px;
}
.c-title10 {
  color: #007DD7;
}

/*------------------------------------------------------------
	Button
------------------------------------------------------------*/
.c-btn01 {
  display: block;
  font-size: 2.6rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  width: 336px;
  padding: 20px 0;
  border: 2px solid #000;
  border-radius: 10px;
}

.c-btn02 {
  font-size: 2.6rem;
  color: #FF506E;
  width: 450px;
  height: 147px;
  border: 5px solid #FF506E;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: center;
}

.c-btn02.blue {
  color: #007DD7;
  border-color: #007DD7;
}

.c-btn02.red {
  color: red;
  border-color: red;
}

.c-btn02.green {
  color: #1FB6C4;
  border-color: #1FB6C4;
}

.c-btn02.green span {
  color: #FF506E;
}

.c-btn03 {
  display: block;
  font-size: 3.3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #007DD7;
  text-decoration: none;
  padding: 26px 0;
  border-radius: 20px;
}

.c-btn03:after {
  content: "";
  width: 36px;
  height: 23px;
  background: url("/assets/img/common/icon_arrow_right_db.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 100px;
}

.btn_top {
  position: absolute;
  top: -70px;
  right: 20px;
}

/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
.sec_txt {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 60px;
}

.sec_txt span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.sec_txt span:after {
  content: "";
  width: 100%;
  height: 11px;
  background: #FFF000;
  display: block;
  margin-top: -15px;
}

.title_txt {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 45px;
}

.title_txt2 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 45px;
}

.title_txt3 {
  font-size: 2.2rem;
  margin-top: 50px;
  text-align: center;
}
.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.marker {
  display: inline-block;
}
.marker:after {
  content: "";
  width: 100%;
  height: 11px;
  background: #FFF000;
  display: block;
  margin-top: -15px;
}
/* ----- 規約 ----- */
.rule-txt_box {
  font-size: 16px;
  line-height: 1.5;
}
.rule-main_txt {
  text-align: center;
  margin-bottom: 50px;
}
.rule-txt {
  margin-bottom: 40px;
}
.rule-ttl {
  margin-bottom: 5px;
  font-size: 22px;
  color: #595757;
}
.rule-list li {
  padding-left: 1em;
  text-indent: -1em;
}


.taktyuibun{
  margin: 10px 0;
	font-size:3rem;
	color:red;
}
