@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html{
  font-size: 62.5%;
}
body {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "KozGoPr6N-Light", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  color: #333333;
}
a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: .6;
  text-decoration: none;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly{
	display: block;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
.color-g {
  background-color: #22B573;
}
.color-p{
  background-color: #FF7BAC;
}
.color-y{
  background-color: #FCEE21;
}
#contentsArea .top {
  position: relative;
  border-bottom: solid 1px;
  text-align: center;
}
#contentsArea .mainVisual {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#contentsArea .mainVisual h1{
  padding: 30px 0 20px;
}

#contentsArea .mainVisual .text01{
  margin: 20px 0;
  line-height: 0;
}
#contentsArea .text02{
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
}

#contentsArea .mainVisual .img_main{
  width: 100%;
  padding-top: 62.5%;
}
#contentsArea .mainVisual .img_main1{
  background: url(../images/01/img_main.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
#contentsArea .mainVisual .img_main2{
  background: url(../images/02/img_main.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
#contentsArea .mainVisual .img_main3{
  background: url(../images/03/img_main.jpg) no-repeat 0 0;
  background-size: 100% auto;
}

#contentsArea .commonBlock01 {
  max-width: 450px;
  width: 90%;
  margin: 45px auto;
}

#contentsArea .commonBlock01 h2{
  font-size: 2.4rem;
  font-family: 'A1 Mincho',sans-serif;
  font-weight: bold;
  margin: 60px auto 40px;
  line-height: 1.5;
  border: solid 1px;
  padding: 10px;
  text-align: center;
}

#detailArea {
  background-color: #F2F2F2;
  border-top: solid 1px;
}
@media screen and (max-width: 768px) {
  #contentsArea .mainVisual .img_main{
    width: 92%;
    padding-top: 103.463%;
    margin: 0 auto;
  }
  #contentsArea .mainVisual .img_main1{
    background: url(../images/01/img_main_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #contentsArea .mainVisual .img_main2{
    background: url(../images/02/img_main_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #contentsArea .mainVisual .img_main3{
    background: url(../images/03/img_main_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  /* #contentsArea .mainVisual h1 {
    padding: 45px 0 40px;
  } */
  #contentsArea .mainVisual h1 img{
    width: 40%;
    margin: 0 auto;
  }
  #contentsArea .mainVisual .text01 {
    margin: 15px 0;
    line-height: 0;
  }
  #contentsArea .text02 {
    top: 15px;
    right: 0;
  }
  #contentsArea .text02 img{
    width: 38.1%
  }
  #contentsArea .mainVisual .text01 img {
    width: 50%;
  }
  #contentsArea .listBlock01{
    padding: 40px 0 10px;
    border-radius: 20px;
    margin: 0 auto 40px;
  }
  #contentsArea .commonBlock01 {
    width: 85%;
    margin: 30px auto;
  }
  #contentsArea .commonBlock01 h2{
    font-size: 2rem;
    margin: 30px auto 20px;
  }
  #contentsArea .commonBlock01 .text {
    line-height: 1.7;
  }
}

/* detailArea */
#detailArea .navBlock01 {
  padding: 0px 0 40px;
}
#detailArea .navBlock01 ul.list {
	max-width: 610px;
	width: 90%;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 2.8rem;
  font-family: 'A1 Mincho',sans-serif;
}
#detailArea .navBlock01 .list li.hide {
  position: relative;
  opacity: 0;
  z-index: -1;
}
#detailArea .navBlock01 .list li a{
  display: block;
}
#detailArea .navBlock01 .list li a img{
  height: 72px;
}
#detailArea .articleBlock01 {
  max-width: 610px;
  width: 90%;
  padding: 120px 0;
  margin: 0 auto;
}

#detailArea .articleBlock01 .heading {
  text-align: center;
  margin-bottom: 120px;
}

#detailArea .articleBlock01 .conv{
  border-top: 1px solid;
}

#detailArea .articleBlock01 .conv div{
  max-width: 450px;
  margin: 0 auto 3em;
}
#detailArea .articleBlock01 .conv h2{
  max-width: 450px;
  font-size: 2.4rem;
  font-family: 'A1 Mincho',sans-serif;
  font-weight: bold;
  margin: 60px auto;
  line-height: 1.5;
}
#detailArea .articleBlock01 div .image {
  max-width: 600px;
  margin: 0 auto 3em;
  font-size: 1.4rem;
}
#detailArea .articleBlock01 div .image ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
#detailArea .articleBlock01 div .image ul li{
  margin-bottom: 20px;
}
#detailArea .articleBlock01 .conv .info{
  font-size: 1.4rem;
}
#detailArea .articleBlock01 .conv .info p{
  border: solid 1px #231815;
  padding: 35px;
  font-size: 1.4rem;
  margin-bottom: 2em;
}
#detailArea .articleBlock01 .conv .name {
  text-align: center;
  font-family: 'A1 Mincho',sans-serif;
}
#detailArea .articleBlock01 .conv span {
  font-size: 2.5rem;
}
#detailArea .articleBlock01 .conv .name p{
  border-top: 1px solid;
  width: 100px;
  margin: 10px auto;
}
#detailArea .articleBlock01 .capture {
  font-size: 1.4rem;
	color: #666666;
}

#detailArea .articleBlock02 {
  border-top: 1px solid #231815;
  text-align: center;
  padding-top: 30px;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #detailArea .navBlock01 {
    padding: 32px 0 22px;
  }
  #detailArea .articleBlock01 .heading img{
    width: 89.4%;
  }
  #detailArea .articleBlock01 .heading2 img{
    width: 48.89%;
  }
  #detailArea .articleBlock01 .heading3 img{
    width: 63.7%;
  }
  #detailArea .articleBlock01 .heading{
    margin-bottom: 60px;
  }
  #detailArea .articleBlock01 {
    width: 90%;
    letter-spacing: 0;
    padding: 50px 0 30px;
  }
  #detailArea .articleBlock01 .conv{
    margin: 30px auto;
  }
  #detailArea .articleBlock01 .image {
    margin: 0 auto 2em;
  }
  #detailArea .articleBlock01 .conv h2 {
    font-size: 2rem;
    letter-spacing: -.25rem;
  }
  #detailArea .articleBlock01 .conv .info p {
    margin-bottom: 1em;
  }
  #detailArea .articleBlock02 {
    padding-top: 15px;
    margin-top: 60px;
  }
  #detailArea .navBlock01 ul.list {
    font-size: 2.4rem;
  }
  #detailArea .articleBlock01 .conv span {
    font-size: 2.2rem;
  }

}
@media screen and (max-width: 640px) {
  #detailArea .articleBlock01 div .image ul li {
    width: 46.875%;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
.share{
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #F2F2F2;
}
.share p{
  text-align: center;
  font-size: 1.2rem;
  padding: 50px 0 10px;
}
.share_list {
  width: 135px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 50px;
}
.share_list li img {
  width: 35px;
  height: 35px;
}
footer .inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0;
  font-size: 1.2rem;
  font-family: "KozGoPro-Regular", "小塚ゴシック Pro R", "KozGoPr6N-Regular", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", sans-serif;
}
footer .inner div:first-of-type {
  border-bottom: 1px solid;
  padding-bottom: 60px;
}
footer .inner div:last-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}
footer .inner ul.link{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "KozGoPro-Heavy", "小塚ゴシック Pro H", "KozGoPr6N-Heavy", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
}
footer .inner ul.link li{
  margin-right: 20px;
}
footer li.mail a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  background-image: url(../images/icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: .5em;
}
@media screen and (max-width: 768px) {
  .share {
    border-bottom: none;
  }
  .share p {
    padding: 40px 0 10px;
  }
  .share_list {
    padding-bottom: 40px;
  }
  .share_list li img {
    width: 35px;
    height: 35px;
  }
  footer .inner div:first-of-type ul{
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  footer .inner div:first-of-type ul li{
    width: 50%;
    margin-bottom: 3em;
  }
  footer .inner {
    padding: 50px 0;
    width: 94%;
  }
  footer .inner div:first-of-type {
    padding-bottom: 20px;
  }
  footer .inner div:last-of-type {
    display: block;
    padding-top: 10px;
  }
  footer .inner ul.link li{
    width: 50%;
    margin-right: 0;
  }
  footer .inner ul.link {
    flex-wrap: wrap;
    font-weight: bold;
  }
  footer .inner ul.link li.line{
    width: 100%;
    border-top: 1px solid;
    margin: 10px 0;
  }
  footer .inner div:last-of-type p {
    margin-top: 20px;
  }
}