@charset "utf-8";

/* reset */
*, *::before, *::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.c-header *,
.c-footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/********** base set **********/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, abbr, cite, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, footer, summary, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}
html {background-color:#fff;}
body {
  /*font-family: "TBゴシック M", "TBGothic M", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;*/
  color: #202020;
  font-size: 100%;
  /*line-height: 1;*/
  height: 100%;
  -webkit-text-size-adjust:100%;
}
.fontM {
}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ul, ol {list-style: none;}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  text-decoration: none;
}
a:hover {color: #D3131C!important;}
mark {
  color: #333;
  font-weight: nomal;
}
sup, sub {
  position: relative;
  font-size: 77%;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
hr {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  visibility: hidden;
}
input, select {vertical-align: middle;}
input, select, textarea {font: inherit;}
input[type="text"], textarea {
  font: inherit;
  border-radius: 4px;
  padding: 3px 5px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height:1%; }
.clearfix { display:block; }

.pcHide {
  display:none;
}

.spImg {
  display:none;
}

img {
  max-width: 100%;
  height: auto;
}

#pageWrap {
  width: 100%;
  min-width: 1024px;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .pcHide {
    display:initial;
  }

  .spHide {
    display:none;
  }

  .pcImg {
    display:none;
  }

  .spImg {
    display:initial;
  }

  #pageWrap {
    min-width: initial;
  }

  .inner {
    width: auto;
  }
}

/********** header set **********/

#header {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
#header .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 11;
}
.slider_wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.slider {
  position: relative;
  background: url(../images/slider01a.jpg) no-repeat left bottom;
  background-size: auto 100%;
  overflow: hidden;
  cursor: pointer;
}
.slider ul {
  float: left;
  overflow: hidden;
  display: none;
}
.slider ul li {
  float: left;
  width: 100%;
  overflow: hidden;
}
.slider ul img{
  width: 100%;
  max-width: initial;
}
.sitelogo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -144px 0 0 -144px;
  z-index: 10;
  cursor: pointer;
}
.cm_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  z-index: 10;
  display: none;
}

.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 103;
}
.modal_frame {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 102;
}
.modal_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#header .page_ttl {
  margin: 0 8px;
  padding: 105px 0 38px;
}

@media screen and (max-width: 640px) {
  #header .logo {
    top: 2.703%;
    left: 3.125%;
    width: 20.9%;
  }
  .sitelogo {
    top: 21.622%;
    width: 50%;
    margin: 0 0 0 -25%;
  }
  .cm_btn {
    display: block;
    position: initial;
    width: auto;
    border-bottom: 1px solid #dcdcdc;
    z-index: 0;
  }
  .cm_btn a {
    display: block;
    padding: 15.625% 0 0;
    background: url(../images/cm_btn01_sp.png) no-repeat center top;
    background-size: contain;
  }

  #header .page_ttl {
    margin: 0 3.125%;
    padding: 14.53% 0 24px;
    text-align: center;
  }
}

/********** footer set **********/

#footer {
  text-align: center;
}

.f_up {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40px;
}
.f_up a {
  display: none;
}

#footer .footer1 {
  background: #d7000f;
}

@media screen and (max-width: 640px) {
  .f_up {
    width: 9.37%;
  }
  .f_up a {
    display: initial;
  }

  #footer .footer1 p {
    padding: 43.59375% 0 0;
    background: url(../images/footer.jpg) no-repeat center top;
    background-size: contain;
  }

  #footer .footer1 p img {
    display: none;
  }

  #footer .footer2 {
    padding: 40px 0 20px;
  }

  #footer .footer2 .footer-logo {
    width: 39.21875%;
    margin: 0 auto 20px;
  }
}

/********** wrap set **********/

#wrap {
  max-width: 1024px;
  margin: 0 auto 80px;
  text-align: center;
}

.lead {
  padding: 40px 0 80px;
}
.lead h2 {
  margin: 0 0 80px;
}
.lead section a {
  display: block;
  color: #202020;
}
.lead section a:hover {
  color: #202020 !important;
}
.lead section span {
  display: block;
}
.lead h3 {
  margin: 0 0 36px;
  font-size: 32px;
}
.lead h3 br {
  display: none;
}
.lead .img {
  float: left;
  width: 413px;
  margin: 0 0 0 8px;
}
.lead .txt {
  margin: 0 8px 0 445px;
  text-align: left;
}
.lead .txt span {
  line-height: 1.75;
  font-size: 16px;
}
.lead .txt .large {
  margin: 0 0 8px;
  line-height: 1.5;
  font-size: 24px;
}
.lead .txt .link {
  padding: 3px 0;
  text-indent: 2em;
  background: url(../../../common2/images/shape_01.png) no-repeat left center;
}
.lead .author {
  display: table;
  margin: 12px 0 0;
  text-align: left;
}
.lead .author span {
  display: table-cell;
  vertical-align: middle;
}
.lead .author .author_img {
  padding: 0 16px 0 0;
}
.lead .author .author_txt {
  line-height: 1.67 !important;
  font-size: 12px !important;
}

.nav_top {
  border-bottom: 1px solid #dedede;
}
.nav_bottom {
  border-top: 1px solid #dedede;
}
.nav ul {
  font-size: 20px;
  color: #f01428;
  letter-spacing: -0.5em;
}
.nav ul li {
  display: inline-block;
  width: 462px;
  border: 1px solid #dedede;
  letter-spacing: 0;
}
.nav_top ul li {
  margin: 0 8px -1px;
  border-radius: 8px 8px 0 0;
  vertical-align: bottom;
}
.nav_bottom ul li {
  margin: -1px 8px 0;
  border-radius: 0 0 8px 8px;
  vertical-align: top;
}
.nav_top ul li.current {
  border-bottom: 1px solid #fff;
}
.nav_bottom ul li.current {
  border-top: 1px solid #fff;
}
.nav ul li.current span ,
.nav ul li a {
  display: block;
}
.nav_top ul li.current span ,
.nav_top ul li a {
  padding: 15px 0 14px;
}
.nav_bottom ul li.current span ,
.nav_bottom ul li a {
  padding: 14px 0 15px;
}
.nav ul li a span {
  padding: 0 0 0 14px;
  background: url(../images/arw_ico01.png) no-repeat left center;
}

.main {
  padding: 80px 0;
}
.main h2 {
  margin: 0 0 69px;
}
.main .survey {
  margin: 0 0 46px;
}
.main .survey h3 {
  margin: 0 0 12px;
  line-height: 1.3;
  font-size: 40px;
}
.main .survey h3 > span {
  display: block;
  margin: 18px 0 0;
}
.main .survey h3 span span {
  font-size: 16px;
}
.main .survey .graph {
  margin: 0 0 21px;
}
.main .survey .txt_box .lead_txt {
  margin: 0 0 32px;
  line-height: 1.25;
  font-size: 32px;
}
.main .survey .txt_box .comment {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}
.main .survey .txt_box .comment li {
  position: relative;
  float: left;
  width: 402px;
  margin: 0 8px 24px;
  padding: 20px 30px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.main .survey .txt_box .comment li:before {
  position: absolute;
  top: -16px;
  left: 50%;
  margin: 0 0 0 -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 16px solid #c8c8c8;
  content: "";
}
.main .survey .txt_box .comment li:after {
  position: absolute;
  top: -15px;
  left: 50%;
  margin: 0 0 0 -19px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 15px solid #fff;
  content: "";
}
.main .survey .txt_box .survey_note {
  margin: 0 10px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.main .survey .txt_box .lead_txt sup {
  font-size: 16px;
  top: -0.8em;
}

.main .summary {
  margin: 52px 0 0;
}
.main .summary p {
  margin: 0 8px;
  text-align: left;
  line-height: 1.75;
  font-size: 24px;
}

.bnr_area {
  padding: 80px 0;
}

.gallery {
  padding: 46px 0 35px;
}
.gallery h3 {
  margin: 0 0 47px;
}
.gallery .gallery_list .gallery_box {
  float: left;
  width: 50%;
  margin: 0 0 40px;
}
.gallery .gallery_list .gallery_box .img {
  margin: 0 0 18px;
}
.gallery .gallery_list .gallery_box .txt_box {
  margin: 0 40px;
  text-align: left
}
.gallery .gallery_list .gallery_box .txt_box h4 {
  margin: 0 0 10px;
  line-height: 1.4;
  font-size: 20px;
}
.gallery .gallery_list .gallery_box .txt_box dl {
  line-height: 1.5;
  font-size: 16px;
  color: #797979;
}
.gallery .gallery_list .gallery_box .txt_box dt {
  float: left;
  width: 5em;
}
.gallery .gallery_list .gallery_box .txt_box dd {
  margin: 0 0 0 5em;
}
.gallery .gallery_list .gallery_box .txt_box p {
  margin: 14px 0 0;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .lead {
    padding: 20px 0 40px;
  }
  .lead h2 {
    margin: 0 3.125% 40px;
    padding: 22.166% 0 0;
    background: url(../images/lead_ttl01_sp.png) no-repeat center top;
    background-size: contain;
  }
  .lead h3 {
    margin: 0 0 12px;
    line-height: 1.5;
    font-size: 16px;
  }
  .lead h3 br {
    display: initial;
  }
  .lead .img {
    float: none;
    width: auto;
    margin: 0 3.125% 18px;
  }
  .lead .img img {
    width: 100%;
  }
  .lead .txt {
    margin: 0 3.125%;
  }
  .lead .txt span {
    line-height: 1.8;
    font-size: 10px;
  }
  .lead .txt .large {
    margin: 0 0 15px;
    line-height: 1.8;
    font-size: 12px;
  }
  .lead .txt .link {
    margin: 6px 0 0;
    padding: 0;
    text-indent: 3.2em;
    background: url(/common2/images/shape_01_sp.png) no-repeat 0.48em center;
    background-size: 16px;
  }
  .lead .author {
    margin: 12px 0 0;
  }
  .lead .author .author_img {
    padding: 0 10px 0 0;
  }
  .lead .author .author_txt {
    line-height: 1.5 !important;
    font-size: 10px !important;
  }

  .nav ul {
    font-size: 8px;
  }
  .nav ul li {
    width: auto;
  }
  .nav ul li:nth-child(1) {
    width: 58.4%;
  }
  .nav ul li:nth-child(2) {
    width: 33.4%;
  }
  .nav_top ul li {
    margin: 0 0.625% -1px;
    border-radius: 4px 4px 0 0;
  }
  .nav_bottom ul li {
    margin: -1px 0.625% 0;
    border-radius: 0 0 4px 4px;
  }
  .nav_top ul li.current span ,
  .nav_top ul li a {
    padding: 7px 6px 6px;
  }
  .nav_bottom ul li.current span ,
  .nav_bottom ul li a {
    padding: 6px 6px 7px;
  }
  .nav ul li a span {
    padding: 0 0 0 7px;
  }

  .main {
    padding: 40px 0;
  }
  .main h2 {
    margin: 0 3.125% 40px;
  }
  .main .survey {
    margin: 0 0 30px;
  }
  .main .survey h3 {
    margin: 0 3.125% 6px;
    font-size: 20px;
  }
  .main .survey h3 img {
    width: 30.667%;
    margin: 0 auto;
  }
  .main .survey h3 > span {
    margin: 9px 0 0;
  }
  .main .survey h3 span span {
    font-size: 10px;
  }
  .main .survey .graph {
    margin: 0 3.125%  10px;
  }
  .main .survey .txt_box .lead_txt {
    margin: 0 3.125% 16px;
    line-height: 1.43;
    font-size: 14px;
  }
  .main .survey .txt_box .lead_txt br {
    display: none;
  }
  .main .survey .txt_box .comment {
    line-height: 1.4;
    font-size: 10px;
  }
  .main .survey .txt_box .comment li {
    float: none;
    width: auto;
    margin: 0 3.125% 10px;
    padding: 10px 5%;
  }
  .main .survey .txt_box .comment li:before {
    top: -8px;
    margin: 0 0 0 -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #c8c8c8;
  }
  .main .survey .txt_box .comment li:after {
    top: -7px;
    margin: 0 0 0 -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #fff;
  }
  .main .survey .txt_box .survey_note {
    font-size: 10px;
  }
  .main .survey .txt_box .lead_txt sup {
    font-size: 10px;
    top: -0.3em;
  }

  .main .summary {
    margin: 28px 0 0;
  }
  .main .summary p {
    margin: 0 3.125%;
    line-height: 1.8;
    font-size: 15px;
  }

  .bnr_area {
    padding: 40px 0;
  }

  .gallery {
    padding: 20px 0 17px;
  }
  .gallery h3 {
    margin: 0 3.125% 24px;
  }
  .gallery .gallery_list .gallery_box {
    float: none;
    width: auto;
    margin: 0 10% 20px;
  }
  .gallery .gallery_list .gallery_box .img {
    margin: 0 0 9px;
  }
  .gallery .gallery_list .gallery_box .txt_box {
    margin: 0;
  }
  .gallery .gallery_list .gallery_box .txt_box h4 {
    margin: 0 0 5px;
    line-height: 1.6;
    font-size: 14px;
  }
  .gallery .gallery_list .gallery_box .txt_box dl {
    line-height: 1.6;
    font-size: 10px;
  }
  .gallery .gallery_list .gallery_box .txt_box p {
    margin: 7px 0 0;
    line-height: 1.6;
    font-size: 10px;
  }
}