@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

body {
  line-height: 1; }

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; }

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center; }
img{
  width: auto;
  max-width: 100%;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
  text-decoration: none;
  }

a:hover {
  opacity: 0.7; }

.clear {
  overflow: hidden; }

.clear:after {
  clear: both; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.red {
  color: #d80000; }

.bold {
  font-weight: bold; }

.sp {
  display: none; }

.pc {
  display: block; }

#sec01,#sec02,#sec03,#sec13,#footer,.qaWrap{
  max-width: 1000px;
  margin:0 auto;
  text-align: center;
}
/*
#sec10 ul{
  display: flex;
  justify-content: space-between;
}
*/

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 0px;
    cursor: pointer;
    z-index: 999;
    background: rgba(68, 90, 141,0.7);
    width: 100px;
    padding: 15px 0;
    color: #fff;
    font-size: 90%;
    text-align: center;
}

#sec03 img {
  margin: 0 auto 20px;
}
#footer {
  background-color: #5A5539;
}

#Contents .flex.footer{
  width: 90%;
  margin:0 auto;
}
#Contents .flex {
  display: flex;
  align-items: center;
  justify-content:space-between;
}

#Contents .btns {
  width: 38%;
}

.fotter_img {
  width: 60%;
}
.raijo img{
  margin-bottom: 1rem;
}


.qaWrap .box .midashiWrap {
  padding-bottom: 10px;
}
.qaWrap .box .detail {
  margin-top: 10px;
  display: none;
}
.qaWrap .box .detail.open {
/*  margin-top: 10px;*/
  display: block;
}




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

.pc {
  display: none; }

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 0px;
    cursor: pointer;
    z-index: 999;
    background: rgba(68, 90, 141,0.7);
    width: 100px;
    padding: 15px 0;
    color: #fff;
    font-size: 90%;
    text-align: center;
}

#Contents .flex {
  display: block;
}

#Contents .flex.footer,
#Contents .btns,
.fotter_img
  {
  width: auto;
  margin: 0;
}
.footer {
  padding: 1rem 2rem 3rem;
}
  
#sec03 img {
  width: 90%;
  margin: 0 5% 5%px;
}
  

}


/* -------------------------------- 
header
 -------------------------------- */
header{
  height:70px;
  border-bottom:#e8e8e8 3px solid;
  background: #fff;
}
header .inner h1{
  margin:20px 0 0 35px;
  float: left;
}
header .btn_company{
  float: right;
}
header .btn_company a{
  background:#1F3973;
  line-height: 1.8rem;
  font-weight:bold;
  padding:25px 40px;
  color: #fff;
  display: block;
  position: relative;
}
header .btn_company a::after{
  content: "";
  width:12px;
  height:16px;
  background: url(../img/icon_arrow.png) center center no-repeat;
  padding-left:10px;
  display: inline-block;
  position: absolute;
  top:50%;
  margin-top:-9px;
}


@media screen and (max-width: 768px) {
  
  header{
    height:55px;
  }
  header .inner h1{
    width:30%;
    margin:15px 0 0 10px;
  }
  header .btn_company{
    display: none
  }

  header .btn_company a{
    padding:15px 10%;
    font-size: 14px;
  }
  header .btn_company a::after{
    width:12px;
    height:16px;
    padding-left:10px;
    top:50%;
    margin-top:-9px;
  }
}


/* detail
------------------------------------------ */
.detail {
/*  margin-top: 8%;*/
}
.detail a {
  display: block;
  max-width: 500px;
  margin: 0 auto 4%;
}
.detail a p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; 
  text-decoration: none;
}
.detail a:link p {
  background-color: #2E7A4C;
  color: #fff;
  font-family: "ヒラギノ角ゴ Std","Hiragino Kaku Gothic Std","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 60px;
}
.detail a:visited p {
  color: #fff;
}


@media screen and (max-width: 768px) {
  .detail a {
    display: block;
    width: 90%;
    margin: 0 auto 4%;
  }
  .detail a:link p {
    font-size: 4vmin;
    font-weight: 600;
  }
}

  