@charset "utf-8";

/* ====================================================================
 基本設定
==================================================================== */

/* 基本
----------------------------------------------------------*/
html {
    overflow-y: scroll;
    font-size: 62.5%;
}
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #0c0c0c;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
body, button, input, select, textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
input, select, textarea {
    font-size: 1.6rem;
    vertical-align: middle;
}

body > footer,
body > header,
body > main {
  width: 100%;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  body { font-size: 1.4rem; }
}

/* ----- 一般的なリンク ----- */
a,
a:visited {
    color: #0068d1;
    text-decoration: underline;
    outline: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
a:hover {
    color: #0068d1;
    text-decoration: none;
}
#main a, a:visited {
    text-decoration: underline;
}
#main a:hover {
    text-decoration: none;
}

/* clearfixなど
----------------------------------------------------------*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*** pc-only / sp-only ***/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* ====================================================================
 header
==================================================================== */

.header {
  display: block;
  width: 100%;
  height: 92px;
  background: #0099ff;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__logo-yahoo {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 230px;
  height: auto;
}

.header__logo img, .header__logo-yahoo img {
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .header {
    height: 13vw;
  }
  .header__logo {
    left: 15px;
    width: 30%;
    max-width: 150px;
  }
  .header__logo-yahoo {
    right: 15px;
    width: 34%;
    max-width: 150px;
  }
}

/* ====================================================================
 side-btn
==================================================================== */
.side-btn {
  position: fixed;
  top: 215px;
  right: 0;
  z-index: 1000;
}
.side-btn a:hover {
  opacity: 0.75;
}


@media all and (max-width: 767px) {
  .side-btn {
    width: 15vw;
    opacity: .8;
    display: none;
  }
}

/* ====================================================================
 main
==================================================================== */

/* main
----------------------------------------------------------*/
.main_area {
  max-width: 1000px;
  margin: 0 auto;
}
.main_img {
  padding-top: 30px;
}
.main_text {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align:center;
}
.main_text img {
  max-width: 756px;
}

@media all and (max-width: 767px) {
  .main_img {
    padding-top: 10px;
  }
  .main_text {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .main_text img {
    max-width: 100%;
  }
}

/* btn_comment */
.btn_comment {
  text-align: center;
}
 .btn_comment-btn {
   position: relative;
   margin-top: 20px;
   text-align: center;
 }
 .btn_comment-btn a:hover {
   opacity: 0.75;
 }
 .btn_comment-txt {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: block;
   background-color: rgba(0, 0, 0, 0.65);
   width: auto;
   padding: 10px 50px;
   color: #fff;
   font-size: 1.4rem;
   text-align: center;
   line-height: 1.8;
 }
 .btn_comment-note {
   margin-top: 10px;
   font-size: 1.2rem;
 }
 @media all and (max-width: 767px) {
   .btn_comment {
     width: 90%;
     margin: 0 auto;
   }
   .btn_comment-txt {
     width: 90%;
     padding: 10px 20px;
   }
   .btn_comment-note {
     margin-top: 20px;
   }
 }

 /* link_report */
 .link_report {
   margin-top: 20px;
   text-align: center;
 }

 /* yohoo_kids */
 .yohoo_kids {
   border-radius: 4px;
   border: 4px solid #f19747;
   max-width: 65%;
   margin: 30px auto 0;
   text-align: center;
   box-shadow: 2px 2px 2px inset rgba(0, 0, 0, 0.2);
 }
 .yohoo_kids_inner {
   display: flex;
   justify-content: space-between;
 }
 .yohoo_kids_inner .yohoo_kids_img {
   width: 25%;
   padding: 20px 0 30px 20px;
 }
   .yohoo_kids_inner .yohoo_kids_img img {
     display: block;
     border: 1px solid #ddd;
     width: 100%;
     height: auto;
   }
   .yohoo_kids_inner .yohoo_kids_img .cap {
     display: block;
     font-size: 1.4rem;
     padding-top: 10px;
   }
 .yohoo_kids_inner .yohoo_kids_txt {
   width: 75%;
   padding: 0 30px 20px;
 }
 .yohoo_kids_inner .yohoo_kids_txt p {
   padding-top: 20px;
   font-size: 1.8rem;
   text-align: left;
 }

  @media all and (max-width: 767px) {
    .yohoo_kids {
      max-width: 100%;
    }
    .yohoo_kids_inner {
      flex-wrap: wrap;
    }
    .yohoo_kids_inner .yohoo_kids_img {
      width: 60%;
      margin: 0 auto;
      padding: 20px 0 0;
    }
    .yohoo_kids_inner .yohoo_kids_txt {
      width: 100%;
      padding: 0 20px 20px;
    }
  }

 /* sec
 ----------------------------------------------------------*/
.sec{}
.sec_inner{
  max-width: 1000px;
  margin: 0 auto;
}
.sec-tit {
  margin-bottom: 20px;
  text-align: center;
}
.sec-tit img {
  max-width: 624px;
}
.sec-txt {
  margin-bottom: 20px;
}
.sec-note {
  font-size: 1.4rem;
  text-align: right;
}

@media all and (max-width: 767px) {
  .sec_inner{
      margin: 0 1.30378vw; /* 0 10px @767px */
  }
  .sec-tit img {
    max-width: 100%;
  }
}

/* sec_sdgs */
.sec_sdgs {
  border-top: 1px solid #fa9b45;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
}
.sec_sdgs .sec-tit {
  position: relative;
}
.sec_sdgs .sec-tit:before, .sec_sdgs .sec-tit:after {
  display: inline-block;
  content: "";
  position: absolute;
}
.sec_sdgs .sec-tit:before {
  top: 0;
  left: 0;
  background: url(../img/sec_tit_deco01.png) left top no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
}
.sec_sdgs .sec-tit:after {
  right: 0;
  bottom: 0;
  background: url(../img/sec_tit_deco02.png) right bottom no-repeat;
  background-size: contain;
  width: 64px;
  height: 38px;
}
.sec_sdgs .sec_sdgs-inner {
  position: relative;
  width: 650px;
  margin: 0 auto;
}
.sec_sdgs .sec_sdgs-inner:after {
  display: inline-block;
  position: absolute;
  top: -24px;
  right: 0;
  content: "";
  background: url(../img/sec_sdgs_bg.png) right top no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
}
.sec_sdgs .sec-txt {
  font-size: 2.0rem;
}

@media all and (max-width: 767px) {
  .sec_sdgs {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 60px;
  }
  .sec_sdgs .sec-tit:before {
    top: -24px;
    left: 0;
    width: 27px;
    height: 27px;
  }
  .sec_sdgs .sec-tit:after {
    right: 0;
    bottom: -14px;
    width: 32px;
    height: 19px;
  }
  .sec_sdgs .sec_sdgs-inner {
    width: 100%;
  }
  .sec_sdgs .sec_sdgs-inner:after {
    top: -5px;
    right: 10px;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: -1;
  }
  .sec_sdgs .sec-txt {
    font-size: 1.4rem;
  }
}

/* sec_comment */
.sec_comment {
  background-color: #fceddf;
  padding: 80px 0;
}
.sec_comment .sec-tit {
  position: relative;
}
.sec_comment .sec-tit:before, .sec_comment .sec-tit:after {
  display: inline-block;
  content: "";
  position: absolute;
}
.sec_comment .sec-tit:before {
  top: 0;
  left: 0;
  background: url(../img/sec_tit_deco03.png) left top no-repeat;
  background-size: contain;
  width: 66px;
  height: 46px;
}
.sec_comment .sec-tit:after {
  right: 0;
  bottom: 0;
  background: url(../img/sec_tit_deco04.png) right bottom no-repeat;
  background-size: contain;
  width: 64px;
  height: 54px;
}
.sec_comment-term {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.sec_comment-term img {
  max-width: 444px;
}
@media all and (max-width: 767px) {
  .sec_comment {
    padding: 70px 0 50px 0;
  }
  .sec_comment .sec-tit:before {
    top: -30px;
    left: 0;
    width: 33px;
    height: 23px;
  }
  .sec_comment .sec-tit:after {
    right: 0;
    bottom: -10px;
    width: 32px;
    height: 27px;
  }
  .sec_comment-term {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .sec_comment-term img {
    max-width: 100%;
  }
}

/* sec_faq */
.sec_faq {
  position: relative;
  background-color: #e6f0fb;
  padding: 80px 0;
}
  .sec_faq:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/sec_faq_line.png) left top repeat-x;
    background-size: contain;
    width: 100%;
    height: 6px;
  }
  .sec_faq:after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/sec_faq_line.png) left top repeat-x;
    background-size: contain;
    width: 100%;
    height: 6px;
    transform: rotate(180deg);
  }

.sec_faq-list {
  width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}
.sec_faq-list > li {
  margin-bottom: 50px;
}
.sec_faq-list > li:last-child {
  margin-bottom: 0px;
}
.sec_faq-list li dt {
  margin-bottom: 20px;
}
.sec_faq-list li dt:before {
  display: inline-block;
  content: "";
  background: url(../img/sec_faq_q.png) left center no-repeat;
  background-size: contain;
  width: 26px;
  height: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
.sec_faq-list li dd {
  width: 800px;
  margin: 0 auto;
}
.sec_faq-list-txt {
  margin-bottom: 20px;
}
.sec_faq-list-disc {
  margin-left: 1em;
}
.sec_faq-list-disc li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.btn_endviolence {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.btn_endviolence p {
  margin: 0 10px;
}
.btn_endviolence-btn a:hover {
  opacity: 0.75;
}

@media all and (max-width: 767px) {
  .sec_faq {
    padding: 50px 0;
  }
  .sec_faq-list {
    width: 100%;
  }
  .sec_faq-list li dt img {
    display: inline-block;
    max-width: calc(100% - 46px);
  }
  .sec_faq-list li dt:before {
    margin-right: 10px;
    vertical-align: top;
  }
  .sec_faq-list li dd {
    width: auto;
    margin-left: 36px;
    margin-right: 10px;
  }

  .btn_endviolence {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .btn_endviolence p {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .btn_endviolence p i {
    transform: rotate(90deg);
  }
}

/* sec_crc30 */
.sec_crc30 {
  padding: 80px 0;
}
.sec_crc30-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.sec_crc30-inner div {
  margin-left: 50px;
}
.sec_crc30-inner div .sec-tit {
  margin-bottom: 30px;
  text-align: left;
}
.sec_crc30-inner div p {
  margin-bottom: 20px;
  font-size: 2.0rem;
}
.sec_crc30-rights {
  position: relative;
  border-radius: 6px;
  border: 3px solid #fa9b45;
  background-color: #fbd8b8;
  width: 900px;
  margin: 30px auto 0;
  padding: 20px;
}
.sec_crc30-rights:after {
  display: inline-block;
  content: "";
  position: absolute;
  top:-50px;
  right: -20px;
  background: url(../img/sec_crc30-rights-img.png) right top no-repeat;
  width: 110px;
  height: 121px;
}
.sec_crc30-rights h3 {
  margin-bottom: 20px;
  font-weight: bold;
}
.sec_crc30-rights-note {
  font-size: 1.4rem;
  text-align: right;
}

.btn_crc30 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.btn_crc30 p {
  margin: 0 10px;
}
.btn_crc30-btn a:hover {
  opacity: 0.75;
}

@media all and (max-width: 767px) {
  .sec_crc30 {
    padding: 50px 0;
  }
  .sec_crc30-inner {
    width: 100%;
  }
  .sec_crc30-inner div {
    margin-left: 20px;
  }
  .sec_crc30-inner div p {
    font-size: 1.6rem;
  }
  .sec_crc30-rights {
    width: 100%;
    margin: 20px auto 0;
    padding: 10px;
  }
  .sec_crc30-rights:after {
    top:-40px;
    right: 0px;
    background-size: contain;
    width: 80px;
    height: 88px;
  }
  .sec_crc30-rights h3 {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .btn_crc30 {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .btn_crc30 p {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .btn_crc30 p i {
    transform: rotate(90deg);
  }
}

/* sec_sns */
.sec_sns {
  background-color: #fceddf;
  padding: 80px 0;
  text-align: center;
}
.sec_sns-line {
  line-height: 0;
}
.sec_sns-line.line-top {
  padding-bottom: 30px;
}
.sec_sns-line.line-bottom {
  padding-top: 30px;
}
.sec_sns_logo {
  margin-bottom: 50px;
}
.sec_sns_tit {
  margin-bottom: 50px;
}
.sec_sns_tit img {
  max-width: 756px;
}
.sec_sns-btns {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.sec_sns-btns li {
  display: inline-block;
	width: calc((100% - 40px) / 3);
	line-height: 1;
	vertical-align: middle;
}
.sec_sns-btns li a {
	display: block;
	color: #fff !important;
	width: 100%;
	text-align: center;
	border-radius: 2px;
	line-height: 50px;
	text-decoration: none !important;
}
.sec_sns-btns li.fb a {
	background-color: #3b5998;
}
.sec_sns-btns li.tw a {
	background-color: #1da1f2;
}
.sec_sns-btns li.ln a {
	background-color: #00c300;
}
.sec_sns-btns li a i {
	padding-right: 6px;
	font-size: 26px;
	vertical-align: middle;
}
.sec_sns-btns li.ln a img {
	display: inline-block;
	width: 32px;
	padding-right: 6px;
	vertical-align: middle;
}

@media all and (max-width: 767px) {
  .sec_sns {
    padding: 50px 0;
  }
  .sec_sns-line.line-top {
    padding-bottom: 20px;
  }
  .sec_sns-line.line-bottom {
    padding-top: 20px;
  }
  .sec_sns_logo {
    max-width: 80%;
    margin: 0 auto 30px;
  }
  .sec_sns_tit {
    margin-bottom: 30px;
  }
  .sec_sns_tit img {
    max-width: 100%;
  }
  .sec_sns-btns {
    width: 90%;
  }
  .sec_sns-btns li {
  	width: calc((100% - 20px) / 3);
    font-size: 1.3rem;
  }
  .sec_sns-btns li a i {
  	font-size: 20px;
  }
  .sec_sns-btns li.ln a img {
  	width: 26px;
  }
}

/* ====================================================================
 footer
==================================================================== */

/* footer
----------------------------------------------------------*/
.footer {
  background: #0099ff;
  color: #fff;
  padding: 0 15px;
}

.footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 100px;
}

.footer__info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}

.footer__info .left .address {
  font-size: 1.3rem;
}

@media all and (max-width: 767px) {
  .footer__inner {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    height: auto;
  }
  .footer__info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__info .left {
    margin: 0 auto 10px;
  }

  .footer__info .left .address {
    font-size: 1.1rem;
  }
}
