@charset "utf-8";

/*==========================================
 font
===========================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 62.5%;
  font-weight: 350;
  color: #333;
}

/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: underline; }
a:hover   { color: #333; text-decoration: underline; }
a:active  { color: #333; text-decoration: underline; }



/*==========================================
 body
===========================================*/

html {
  background: #77CAE0;
}
body {
  -webkit-text-size-adjust: 100%;
}

/*==========================================
 clearfix
===========================================*/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*==========================================
 コンテンツのスタイル 共通
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.spView {
  display: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}

/*==========================================
 背景のスタイル
===========================================*/
#wrapper {
  width: 1366px;
  margin: 0 auto;
  padding: 0 0 60px;
  background-image: url("../img/side_bk01.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    padding: 0 0 60px;
    background-image: none;
    background-color: #fff;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
}
header #header {
  position: relative;
  width: 100%;
  height: 687px;
  background-image: url("../img/main_img01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
header #headerLogoArea {
  position: absolute;
  left: 77px;
  top: 34px;
}
header #headerLogoArea h1 {
}
header #headerLogoArea h1 img {
  width: 660px;
  height: 312px;
}
header #headerNavi {
  position: absolute;
  right: 141px;
  top: 17px;
}
header #headerNavi img {
  width: 296px;
  height: 64px;
}
header #headerItem {
  position: absolute;
  left: 190px;
  top: 255px;
}
header #headerPr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  padding: 16px 0 0;
  box-sizing: border-box;
  background-color: #EF2635;
  text-align: center;
}
header #headerPr p {
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  header #header {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../img/main_img01.png);
    background-repeat: no-repeat;
    background-size: auto 250px;
    background-position: center 40px;
  }
  header #headerLogoArea {
    left: 3%;
    top: 20px;
  }
  header #headerLogoArea h1 img {
    width: 200px;
    height: auto;
  }
  header #headerNavi {
    right: 3%;
    top: 7px;
  }
  header #headerNavi img {
    width: 150px;
    height: auto;
  }
  header #headerItem {
    left: 11%;
    top: 110px;
  }
  header #headerItem img {
    width: auto;
    height: 135px;
  }
  header #headerPr {
    height: 50px;
    padding: 15px 0 0;
  }
  header #headerPr p {
    font-size: 1.8rem;
  }
}


/*==========================================
 フッターのスタイル
===========================================*/
footer {
  width: 100%;
  min-width: 1366px;
  min-height: 504px;
  background-color: #0F9DCD;
  text-align: center;
}
footer h2 {
  padding: 40px 0;
  font-size: 3.0rem;
  color: #fff;
}
footer #footerInfo {
  width: 856px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
footer #footerInfo h3 {
  /* padding: 0 0 20px; */
  padding: 0 0 20px;
  font-size: 2.0rem;
}
footer #footerInfo p {
  font-size: 1.4rem;
  line-height: 1.6;
}
footer #footerInfo .footerCatalog_Bot {
  width: 530px;
  margin: 0 auto;
  padding: 20px 0 0;
}
footer #footerInfo .footerCatalog_Bot a {
  display: block;
  width: 466px;
  height: 70px;
  margin: 0 auto;
  padding: 25px 0 0;
  box-sizing: border-box;
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
  background-color: #0F9DCD;
}
footer #footerInfo .footerCatalog_Bot a.typ02 {
  background-color: #DCCC0A;
}
footer #footerInfo .footerCatalog_Bot a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer #footerAddress {
  padding: 30px 0;
}
footer #footerAddress small {
  font-size: 1.2rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer {
    min-height: 300px;
    min-width: 100%;
  }
  footer h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }
  footer #footerInfo {
    width: 90%;
    padding: 20px 15px;
  }
  footer #footerInfo h3 {
    padding: 0 0 10px;
    font-size: 1.6rem;
  }
  footer #footerInfo p {
    font-size: 1.2rem;
  }
  footer #footerInfo .footerCatalog_Bot {
    width: 100%;
  }
  footer #footerInfo .footerCatalog_Bot a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 17px 0 0;
    font-size: 1.4rem;
  }

  footer #footerAddress {
    padding: 30px 0;
  }
  footer #footerAddress small {
    font-size: 1.2rem;
    color: #fff;
  }
}


/*==========================================
 コンテンツのスタイル 共通
===========================================*/
#mainContents {
  width: 100%;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
}

/* 余白調整  /////////////////////////////*/
#mainContents .pt_10 { padding-top: 10px; }
#mainContents .pt_20 { padding-top: 20px; }
#mainContents .pt_30 { padding-top: 30px; }
#mainContents .pt_60 { padding-top: 60px; }
#mainContents .pt_100 { padding-top: 100px; }

#mainContents .pb_10 { padding-bottom: 10px; }
#mainContents .pb_20 { padding-bottom: 20px; }
#mainContents .pb_30 { padding-bottom: 30px; }
#mainContents .pb_60 { padding-bottom: 60px; }

#mainContents .mt_60 { margin-top: 60px; }
#mainContents .mt_30 { margin-top: 30px; }

#mainContents .mb_30 { margin-bottom: 30px; }
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #mainContents .pt_10 { padding-top: 10px; }
  #mainContents .pt_20 { padding-top: 10px; }
  #mainContents .pt_30 { padding-top: 20px; }
  #mainContents .pt_60 { padding-top: 40px; }
  #mainContents .pt_100 { padding-top: 50px; }

  #mainContents .pb_10 { padding-bottom: 10px; }
  #mainContents .pb_20 { padding-bottom: 20px; }
  #mainContents .pb_30 { padding-bottom: 20px; }
  #mainContents .pb_60 { padding-bottom: 40px; }

  #mainContents .plr_3p { padding-left: 3%; padding-right: 3%; }

  #mainContents .mt_60 { margin-top: 30px; }
  #mainContents .mt_30 { margin-top: 20px; }

  #mainContents .mb_30 { margin-bottom: 20px; }
}

/* layout  /////////////////////////////*/
#mainContents .t_center { text-align: center;}

/*==========================================
 Youtube
===========================================*/
.prMovie {
  width: 560px;
  height: 315px;
  margin: 40px auto;
}
.prMovie iframe {
  width: 560px;
  height: 315px;
}
@media only screen and (max-width: 767px) {
  .prMovie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .prMovie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*==========================================
 3つのポイント
===========================================*/
#threePoint {
  width: 100%;
  margin: 60px 0 0;
}
#threePoint h2 {
  padding: 0 0 20px;
  font-size: 4.6rem;
  text-align: center;
}
#threePoint h3 {
  font-size: 2.0rem;
  text-align: center;
  color: #015166;
  line-height: 1.8;
}
#threePoint h3 br.sp {
  display: none;
}
#threePoint h3 span {
  padding: 0 10px 2px;
  color: #fff;
  background-color: #DCCC0A;
}
#threePoint #threePointPr {
  width: 1200px;
  height: 490px;
  margin: 70px auto;
}
#threePoint #threePointPr .threePointBox {
  float: left;
  width: 369px;
  height: 490px;
  margin: 0 46px 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#threePoint #threePointPr .threePointBox:nth-child(1) {
  background-image: url("../img/point_bk01.svg");
}
#threePoint #threePointPr .threePointBox:nth-child(2) {
  background-image: url("../img/point_bk02.svg");
}
#threePoint #threePointPr .threePointBox:nth-child(3) {
  margin: 0;
  background-image: url("../img/point_bk03.svg");
}

#threePoint #threePointPr .threePointBox h3 {
  padding: 50px 0 20px;
  font-size: 5.0rem;
  text-align: center;
  color: #fff;
}
#threePoint #threePointPr .threePointBox p {
  padding: 0 25px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #threePoint {
    width: 94%;
    margin: 20px 3% 0;
  }
  #threePoint h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  #threePoint h3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #threePoint h3 br.sp {
    display: block;
  }
  #threePoint #threePointPr {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  #threePoint #threePointPr .threePointBox {
    float: left;
    width: 31%;
    height: auto;
    margin: 0 3.5% 0 0;
  }
  #threePoint #threePointPr .threePointBox h3 {
    padding: 40px 0 85px;
    font-size: 2.4rem;
  }
  #threePoint #threePointPr .threePointBox p {
    padding: 0;
    font-size: 1.0rem;
    color: #333;
    line-height: 1.6;
  }
}


/*==========================================
 冷感成分ポイント
===========================================*/
#coolPr {
  position: relative;
  width: 100%;
  height: 1050px;
  margin: 100px 0 0;
  background-image: url("../img/cool_bk01.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#coolPr #coolPrPhoto {
  position: absolute;
  right: 55px;
  top: 45px;
  width: 488px;
  height: 563px;
  padding: 125px 40px 0;
  box-sizing: border-box;
  background-image: url("../img/cool_photo_bk01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#coolPr #coolPrPhoto img {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px;
}
#coolPr #coolPrPhoto h2 {
  padding: 0 0 15px;
  font-size: 2.8rem;
  color: #fff;
}
#coolPr #coolPrPhoto p {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
}
#coolPr #coolPrText {
  position: absolute;
  left: 120px;
  top: 706px;
}
#coolPr #coolPrText h3 span {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 10px 2px;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.8;
  background-color: #DCCC0A;
}
#coolPr #coolPrText p {
  display: block;
  width: 687px;
  font-size: 1.8rem;
  line-height: 1.8;
}
#coolPrImg {
  width: 648px;
  margin: 50px auto 0;
}
#coolPrImg img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #coolPr {
    height: 600px;
    margin: 50px 0 0;
  }
  #coolPr #coolPrPhoto {
    right: auto;
    top: 250px;
    width: 94%;
    height: auto;
    margin: 0 3%;
    padding: 0;
    background-image: none;
  }
  #coolPr #coolPrPhoto img {
    display: none;
  }
  #coolPr #coolPrPhoto h2 {
    padding: 0 0 10px;
    font-size: 2.0rem;
    color: #333;
  }
  #coolPr #coolPrPhoto p {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  #coolPr #coolPrText {
    left: 3%;
    top: 390px;
    width: 94%;
  }
  #coolPr #coolPrText h3 span {
    margin: 0 0 10px;
    font-size: 2.0rem;
  }
  #coolPr #coolPrText p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #coolPrImg {
    width: 94%;
    margin: 30px 3% 0;
  }
  #coolPrImg img {
    width: 100%;
    height: auto;
  }
}

.titleArea {
  width: 100%;
  padding: 120px 0 40px;
  text-align: center;
}
.titleArea h2 {
  padding: 0 0 20px;
}
.titleArea h2 img {
  width: 346px;
  height: auto;
}
.titleArea p {
  font-size: 3.0rem;
  color: #0F9DCD;
}
@media only screen and (max-width: 767px) {
  .titleArea {
    padding: 80px 0 30px;
  }
  .titleArea h2 {
    padding: 0 0 10px;
  }
  .titleArea h2 img {
    width: 200px;
    height: auto;
  }
  .titleArea p {
    font-size: 2.0rem;
  }
}


.titleArea02 {
  width: 100%;
  padding: 30px 0 30px;
}
.titleArea02 h3 {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.4;
}
.titleArea02 p {
  padding: 10px 0 0;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .titleArea02 {
    padding: 20px 0 20px;
  }
  .titleArea02 h3 {
    font-size: 2.4rem;
  }
  .titleArea02 p {
    font-size: 1.6rem;
  }
}

#useArea {
  width: 856px;
  margin: 0 auto;
}
#useArea .useImg {
  width: 100%;
}
#useArea .useImg .column {
  float: left;
  width: 268px;
  margin: 0 26px 0 0;
}
#useArea .useImg .column:nth-child(3) {
  margin: 0;
}
#useArea .useImg img {
  width: 100%;
  height: auto;
}
#useArea .useImg p {
  font-size: 1.8rem;
  line-height: 1.6;
}
#useArea .useText {
  width: 100%;
  margin: 30px 0 0;
  padding: 30px 20px 15px;
  box-sizing: border-box;
  background-color: #0F9DCD;
}
#useArea .useText ul {
  list-style-type: none;
}
#useArea .useText ul li {
  padding: 0 0 15px;
  font-size: 2.1rem;
  color: #fff;
}

#useArea .useImg02 {
  width: 100%;
  margin: 60px 0 0;
}
#useArea .useImg02 .useImg02_L {
  float: left;
  width: 260px;
}
#useArea .useImg02 .useImg02_R {
  float: right;
  width: 580px;
}
#useArea .useImg02 h3 {
  padding: 25px 0 0;
  font-size: 3.0rem;
  line-height: 1.6;
}
#useArea .useImg02 h4 {
  padding: 0 0 10px;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #0F9DCD;
}
#useArea .useImg02 p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#useArea .useText02 {
  width: 100%;
  margin: 60px 0 0;
  padding: 20px 20px 5px;
  box-sizing: border-box;
  background-color: #E5E5E5;
}
#useArea .useText02 h3 {
  padding: 0 0 15px;
  font-size: 1.8rem;
}
#useArea .useText02 ul {
  list-style-type: none;
}
#useArea .useText02 ul li {
  padding: 0 0 15px;
  font-size: 1.5rem;
}
#useArea .red {
  padding: 5px 0 0;
  font-size: 2.0rem;
  color: #FF0000;
}
@media only screen and (max-width: 767px) {
  #useArea {
    width: 94%;
    margin: 0 3%;
  }
  #useArea .useImg {
    width: 100%;
  }
  #useArea .useImg .column {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #useArea .useImg img {
    width: 100%;
    height: auto;
  }
  #useArea .useImg p {
    font-size: 1.4rem;
  }
  #useArea .useText {
    padding: 10px 10px 5px;
  }
  #useArea .useText ul {
    list-style-type: none;
  }
  #useArea .useText ul li {
    padding: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #useArea .useImg02 {
    margin: 40px 0 0;
  }
  #useArea .useImg02 .useImg02_L {
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
  #useArea .useImg02 .useImg02_L img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  #useArea .useImg02 .useImg02_R {
    float: none;
    width: 100%;
  }
  #useArea .useImg02 h3 {
    padding: 0;
    font-size: 2.0rem;
    line-height: 1.6;
  }
  #useArea .useImg02 h4 {
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
  #useArea .useImg02 h3 br,
  #useArea .useImg02 h4 br {
    display: none;
  }
  #useArea .useImg02 p {
    font-size: 1.4rem;
  }
  #useArea .useText02 {
    margin: 30px 0 0;
    padding: 10px 10px 5px;
  }
  #useArea .useText02 h3 {
    padding: 0 0 15px;
    font-size: 1.6rem;
  }
  #useArea .useText02 ul li {
    padding: 0 0 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #useArea .red {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}


#specArea {
  width: 856px;
  margin: 0 auto;
}
#specArea .specBox {
  width: 100%;
}
#specArea .specBox .specBox_L {
  float: left;
  width: 218px;
}
#specArea .specBox .specBox_R {
  float: right;
  width: 638px;
}
#specArea .specBox .specBox_R p.red {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FF0000;
}
#specArea .specBox table {
  width: 100%;
  margin: 0 0 30px;
  border-top: 1px solid #BBBCBC;
}
#specArea .specBox table tr {
  border-bottom: 1px solid #BBBCBC;
}
#specArea .specBox table th {
  width: 82px;
  padding: 12px 15px;
  background-color: #E5E5E5;
  text-align: left;
  font-size: 1.6rem;
}
#specArea .specBox table th.w_180 {
  width: 180px;
}
#specArea .specBox table td {
  padding: 12px 15px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
}
#specArea .specBox table td a {
  color: #0F9DCD;
  text-decoration: underline;
}
#specArea .specBox table td a:hover {
  opacity: 0.7;
}
#specArea .specBox table td img {
  width: 70px;
  height: auto;
}
#specArea .specBox h4 {
  padding: 0 0 20px;
  font-size: 2.0rem;
}
#specArea .specBox img.important {
  width: 470px;
  height: auto;
}

#specArea .specBox .specBox_R .linkTyp01 {
  padding: 30px 0 50px;
}
#specArea .specBox .specBox_R .linkTyp01 a {
  display: block;
  width: 300px;
  height: 50px;
  padding: 15px 0 0;
  box-sizing: border-box;
  font-size: 2.0rem;
  text-align: center;
  color: #fff;
  background-color: #DCCC0A;
}
#specArea .specBox .specBox_R .linkTyp01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#specArea .specBox .specBox_R .linkTyp01 p {
  padding: 10px 0 0;
  font-size: 1.4rem;
}

#specArea .specBox .specBox_R .linkTyp02 {
  width: 100%;
  padding: 30px 0 50px;
}
#specArea .specBox .specBox_R .linkTyp02 ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#specArea .specBox .specBox_R .linkTyp02 ul li {
  padding: 0 15px 15px 0;
}
#specArea .specBox .specBox_R .linkTyp02 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px 12px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
}
#specArea .specBox .specBox_R .linkTyp02 ul li.typ01 a {
  background-color: #015166;
}
#specArea .specBox .specBox_R .linkTyp02 ul li.typ02 a {
  background-color: #0F9DCD;
}
#specArea .specBox .specBox_R .linkTyp02 ul li.typ03 a {
  background-color: rgb(255, 164, 28);
}
#specArea .specBox .specBox_R .linkTyp02 ul li.typ04 a {
  background-color: #bf0000;
}
#specArea .specBox .specBox_R .linkTyp02 ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#specArea .specBox .specBox_R p.red {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #specArea {
    width: 94%;
    margin: 0 3%;
  }
  #specArea .specBox {
    width: 100%;
  }
  #specArea .specBox .specBox_L {
    float: none;
    width: 100%;
  }
  #specArea .specBox .specBox_L img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  #specArea .specBox .specBox_R {
    float: none;
    width: 100%;
  }
  #specArea .specBox table th {
    width: 60px;
    font-size: 1.4rem;
  }
  #specArea .specBox table th.w_180 {
    width: 140px;
  }
  #specArea .specBox table td {
    font-size: 1.4rem;
  }
  #specArea .specBox h4 {
    padding: 0 0 15px;
    font-size: 1.8rem;
  }
  #specArea .specBox img.important {
    width: 100%;
    height: auto;
  }

  #specArea .specBox .specBox_R .linkTyp01 {
    padding: 20px 0 30px;
  }
  #specArea .specBox .specBox_R .linkTyp01 a {
    width: 100%;
  }
}

#sceneArea {
  width: 1200px;
  margin: 0 auto;
}
#sceneArea p {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
}
#sceneArea #sceneImgBox {
  width: 100%;
  margin: 40px 0 0;
}
#sceneArea #sceneImgBox .sceneImg {
  float: left;
  width: 383px;
  margin: 0 25px 40px 0;
}
#sceneArea #sceneImgBox .sceneImg:nth-child(3n) {
  margin: 0 0 40px;
}
#sceneArea #sceneImgBox .sceneImg img {
  width: 100%;
  height: auto;
  padding: 0 0 5px;
}
#sceneArea #sceneImgBox .sceneImg p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #sceneArea {
    width: 94%;
    margin: 0 3%;
  }
  #sceneArea p {
    font-size: 1.6rem;
  }
  #sceneArea #sceneImgBox {
    margin: 30px 0 0;
  }
  #sceneArea #sceneImgBox .sceneImg:nth-child(1n) {
    float: left;
    width: 48%;
    margin: 0 0 30px 0;
  }
  #sceneArea #sceneImgBox .sceneImg:nth-child(2n) {
    float: right;
    width: 48%;
    margin: 0 0 30px 0;
  }
  #sceneArea #sceneImgBox .sceneImg:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  #sceneArea #sceneImgBox .sceneImg p {
    font-size: 1.4rem;
  }
}

#noteArea {
  width: 1200px;
  margin: 50px auto 0;
}
#noteArea h3 {
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
}
#noteArea ul {
  margin: 30px 0 0;
  padding: 20px 25px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  list-style-type: none;
}
#noteArea ul li {
  padding: 0 0 15px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #noteArea {
    width: 94%;
    margin: 30px auto 0;
  }
  #noteArea h3 {
    font-size: 2.0rem;
  }
  #noteArea ul {
    margin: 30px 0 0;
    padding: 10px 0 0;
  }
  #noteArea ul li {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

#faqArea {
  width: 856px;
  margin: 0 auto;
}
#faqArea .faqBox {
  width: 100%;
  margin: 0 0 40px;
  background-color: #DBF0F8;
}
#faqArea .faqBox h3 {
  position: relative;
  width: 100%;
  height: 58px;
  padding: 17px 15px 0 50px;
  box-sizing: border-box;
  background-color: #0F9DCD;
  font-size: 2.2rem;
  color: #fff;
}
#faqArea .faqBox h3::before {
  position: absolute;
  left: 17px;
  top: 12px;
  content: "Q";
  font-size: 3.0rem;
  font-weight: 300;
  color: #fff;
}
#faqArea .faqBox p {
  padding: 15px 20px 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #faqArea {
    width: 94%;
    margin: 0 3%;
  }
  #faqArea .faqBox {
    margin: 0 0 30px;
  }
  #faqArea .faqBox h3 {
    height: auto;
    padding: 10px 15px 10px 40px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #faqArea .faqBox h3::before {
    top: 7px;
    font-size: 2.0rem;
  }
  #faqArea .faqBox p {
    padding: 5px 10px 10px;
    font-size: 1.4rem;
  }
}
