@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: 'GJ Jun 34',sans-serif;
  font-size: 1.7rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  color: #000;
  background-color: #005CB9;
}
#bg{
  background: url(../images/bg_pc.jpg) no-repeat top center;
  background-size: 100% auto;
  padding-top: 164.077%;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  #bg{
    background: url(../images/bg_pc-1440.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #bg{
    background: url(../images/bg_tablet.jpg) no-repeat top center;
    background-size: 100% auto;
    }
}

.fixed{
  position: fixed !important;
  bottom: 0;
}
a {
  color: #3da5a5;
  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%;
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
  .br-spOnly{
	display: none;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.5rem;
  }
  #bg{
    background: url(../images/bg_sp.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-top: 395.696875%;
  }
  .pcOnly {
    display: none !important;
  }
  .br-spOnly, .br-sp{
	display: block;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea .mainVisual {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  text-indent: -9999px;
}

#contentsArea .mainVisual h1{
  width: 100%;
  margin: 0 auto;
  padding-top: 72.403%;
  background: url(../images/ttl_main.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
  text-indent: -9999px;
}

#contentsArea .mainVisual .text01 img{
  position: absolute;
  width: 20.684%;
  top: 4%;
  left: 38.5%;
}

#contentsArea .commonBlock01 {
  width: 22em;
  margin: 20px auto 80px;
}

#contentsArea .commonBlock01 .text{
  font-family: 'Jun 34',sans-serif;
  font-size: 2rem;
  letter-spacing: 0.16rem;
  color: #FFFFFF;
}

#contentsArea .listBlock01 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 100px;
  padding: 80px 0;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 40px;
}
#contentsArea .listBlock01 ul li img {
  width: auto;
  height: 160px;
}
#contentsArea .listBlock01 .ttl_index {
  padding-bottom: 40px;
}
#contentsArea .listBlock01 a.private{
	opacity: .5;
}
#contentsArea .listBlock01 ul li {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  border-top: solid #005CB9;
}

#contentsArea .listBlock01 ul li a {
  display: block;
  padding: 50px 0 40px;
}

@media screen and (max-width: 768px) {
  #contentsArea .commonBlock01{
    margin: 0 auto 80px;
  }
	#detailArea .articleBlock01 {
		width: 83%;
	}
}
@media screen and (max-width: 640px) {
  #contentsArea .mainVisual h1{
    width: 100%;
    padding-top: 82.8125%;
    background: url(../images/ttl_main_sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
    #contentsArea .mainVisual .text01 img {
    width: 40.625%;
    top: 5%;
    left: 29%;
  }
  #contentsArea .listBlock01{
    padding: 40px 0 10px;
    border-radius: 20px;
    margin: 0 auto 40px;
  }
  #contentsArea .commonBlock01 {
    width: 85%;
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }
  #contentsArea .commonBlock01 .text {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 1.7;
  }
  #contentsArea .listBlock01 .ttl_index img{
    width: auto;
    height: 12vw;
  }
  #contentsArea .listBlock01 ul li{
    width: 85%;
  }
  #contentsArea .listBlock01 ul li a {
    padding: 29px 10px 30px;
  }
  #contentsArea .listBlock01 ul li img{
    width: auto;
    height: 25vw;
  }
}

/* detailArea */
#detailArea .navBlock01 {
  padding: 50px 0;
}
#detailArea .navBlock01 ul.list {
	max-width: 500px;
	width: 80%;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#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: 900px;
  width: 90%;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 60px 0;
  margin: 0 auto;
}

#detailArea .articleBlock01 .heading {
  text-align: center;
}

#detailArea .articleBlock01 .hobo {
  letter-spacing: 0;
}

#detailArea .articleBlock01 .talker-h {
  color: #E01315;
}

#detailArea .articleBlock01 .talker-t {
  color: #FF5780;
}

#detailArea .articleBlock01 .talker-o {
  color: #008845;
}
#detailArea .articleBlock01 .talker-g {
  color: #005CB9;
}

#detailArea .articleBlock01 dl {
  max-width: 470px;
  width: 92%;
  margin: 0 auto 3em;
  display: -ms-flexbox;
  display: flex;
}
#detailArea .articleBlock01 dt {
    width: 120px;
    margin-right: 20px;
    text-align: right;
    font-weight: bold;
}
#detailArea .articleBlock01 dd {
    width: 400px;
}
#detailArea .articleBlock01 .conv{
	margin: 90px auto 60px;
}
#detailArea .articleBlock01 .image {
  max-width: 470px;
  width: 92%;
  margin: 0 auto 3em;
}

#detailArea .articleBlock01 .capture {
  font-size: 1.4rem;
	color: #666666;
}

#detailArea .articleBlock02 {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #detailArea .navBlock01 {
    padding: 32px 0 22px;
  }
  #detailArea .navBlock01 .list li a img{
    height: 55px;
  }
  #detailArea .articleBlock01 .heading img{
    width: auto;
    height: 90px;
  }
  #detailArea .articleBlock01 {
    width: 90%;
    letter-spacing: 0;
    padding: 50px 0 30px;
  }
  #detailArea .articleBlock01 .conv{
    margin: 30px auto;
  }
  #detailArea .articleBlock01 dl {
    margin: 0 auto 2em;
    padding-left: 0;
    display: block;
    flex-wrap: wrap;
  }
  #detailArea .articleBlock01 dt {
    width: 150px;
    text-align: left;
  }
  #detailArea .articleBlock01 dd {
    width: 100%;
  }
  #detailArea .articleBlock01 .image {
    margin: 0 auto 2em;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
.banner{
  max-width: 750px;
  width: 90%;
  margin: 40px auto 0;
}
footer {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.share_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin: 0 auto;
  padding-top: 90px;
}
.share_list li img {
  width: 70px;
  height: 70px;
}
.copyright {
  padding: 60px 0 100px;
}
@media screen and (max-width: 640px) {
  .banner{
    margin: 20px auto 0;
  }
  #footerArea {
    padding: 25px 0 10px;
	  margin-bottom: 45px;
  }
  #footerArea .list01 {
    display: block;
    margin-bottom: 13px;
  }
  .share_list{
    padding-top: 40px;
  }
  .share_list li img {
    width: 50px;
    height: 50px;
  }
  .copyright{
    padding: 210px 0 10px;
  }
  .copyright img{
    width: 80%;
  }
}
@media screen and (max-width: 320px) {
  .copyright{
    padding: 180px 0 10px;
  }
}
