@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
 line-height: 1; 
 font-size: 100px;  /* 1rem = 100pxと定義 */
}  

h2 {
 padding-top: 20px;
}

h3.three {
 font-size: 28px;
 text-align: center;
 font-weight: bold; 
 padding: 0 0 30px 0;
 margin: 0;
 color: #333333;
}

p {
 margin: 0;
 padding: 0
}

figure {
 margin: 0;
}

.blue {
 color: #2d5adc;
}

.fnup {
 font-size: 24px;
}

a:focus {
 outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

ol, ul {
  list-style: none; }

li {
 line-height: 1.6;}

.clear {
  clear: both; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 769px) {
    a:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7; } }

a img {
  border: none; }



article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom; }

.wrap {
  overflow: hidden; }

span.tsume {
 -webkit-font-feature-settings: "palt";
 font-feature-settings: "palt";
}

.pc_br {
 display: block;
}

.sp_br {
 display: none;
}


@media screen and (max-width: 768px) {
 .pc_br {
  display: none;
 }
 .sp_br {
  display: block;
 }
}



/*------------------------------------------
  body
------------------------------------------*/
body {
 color: #333333;
 font-size: 0.16rem;  /*　基本のフォントサイズは16px */
 line-height: 1.8;
 letter-spacing: 1px;
 -webkit-text-size-adjust: 100%;
 font-family: 'Noto Sans JP', sans-serif;
 background: #ffffff;
}

@media screen and (max-width: 768px) {
 body {
  min-width: 100%;
 }
}


/*------------------------------------------
  header ここから
------------------------------------------*/
#top {
 position: relative;
 padding: 0;
 margin: 0;
}

.header .headerTop h1 {
 position: absolute;
 top: 0;
 left: 50px;
 width: 160px;
 height: 160px;
 box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
 text-indent: -9999px;
 background: #ffffff;
 z-index: 2;
}

.header .header_logo a {
 display: block;
 width: 100%;
 height: 100%;
 background: url(../images/logo_jmam.svg) no-repeat center;
 background-size: 85%;
}

@media screen and (max-width: 767px) {
 .header .headerTop h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  position: fixed;
 }
 
 .header .header_logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 15%;
 }
}


/*	メインビジュアル
------------------------------------------*/
.main_img .mv_wrap {
 position: relative;
 width: 100%; 
 height: 500px; 
 background-image: url("../images/main_img.jpg");
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
}

.main_img .mv_wrap h2 {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
/* max-width: 767px;*/
 transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
 font-size: 0.5rem;   /* 見出しは大きめの30px */
 font-weight: bold;
 text-align: center;
 color: #0071e7;
 padding: 0;
}

.main_img .mv_wrap h2 span.bg {
 background: #ffffff;
 padding: 0 4px;
}

@media screen and (max-width: 767px) {
 .main_img .mv_wrap h2 {
  width: 100%;
  font-size: 0.4rem;
 }
}

@media screen and (max-width: 480px) {
 .main_img .mv_wrap {
  height: 400px;
}
 
 .main_img .mv_wrap h2 {
  font-size: 0.3rem;
 } 
}
/*------------------------------------------
// header ここまで
------------------------------------------*/




/*----------------------------------------------
Q&A　
------------------------------------------------*/
.content_wrap {
 width: 100%;
 padding: 1rem 0;
 margin: 0 auto 0;
 background: #f5f2eb;
}

.content_wrap .faq_box {
 background-color: #ffffff;
 position: relative;
 display: flex;
 flex-direction: column;
 width: 70%;
 margin: 0 auto 0.5rem;
}

.content_wrap .q_box {
/* cursor: pointer;*/
 display: flex;
 padding: 0.4rem 0.4rem 0.45rem;
 /* min-height: 11.75rem; */
 align-items: center;
}

.content_wrap .faq_q {
 pointer-events: none;
 font-size: 0.5rem;
 line-height: 1;
 font-family: Open Sans,sans-serif;
 font-weight: 600;
 margin-right: 0.5rem;
 color: #0071e7;
}

.content_wrap h3 {
 pointer-events: none;
 font-size: 0.26rem;
 line-height: 1.5;
 color: #0071e7;
 font-weight: 600;
}

.content_wrap .a_box {
 padding: 0rem 0.5rem 0.5rem;
}

.content_wrap .a_box p.txt {
 font-size: 0.18rem;
 line-height: 1.7;
 text-align: justify;
 padding: 0 0 0.1rem 0;
}


.content_wrap .a_box .detail {
/* display: block;*/
 text-decoration: underline;
 font-size: 0.18rem;
 font-weight: 600;
 padding: 0.05rem 0 0;
 color: #0071e7;
}


@media screen and (max-width: 767px) {
.content_wrap {
 padding: 0.7rem 0;
}
 
 .content_wrap .faq_box {
  width: 80%;
 } 
}



@media screen and (max-width: 480px) {
.content_wrap {
 padding: 0.4rem 0;
}
 
 .content_wrap .faq_box {
  width: 90%;
 }
 
 .content_wrap .q_box {
  flex-direction: column;
  padding: 0.2rem 0.2rem 0.25rem;
 } 
 
 .content_wrap .faq_q {
  font-size: 0.4rem;
  margin:0 0 0.2rem 0;
 } 
 
 .content_wrap .a_box {
  padding: 0rem 0.2rem 0.4rem;
 } 
 
 .content_wrap .a_box p.txt {
  font-size: 0.16rem;
  line-height: 1.5;
 } 
}
/*----------------------------------------------
//   Q&A　 ここまで
------------------------------------------------*/



/*------------------------------------------
// ページのトップへ戻る ここから
------------------------------------------*/
#toTop{
 position: fixed;
 right: 50px;
 bottom: 50px;
/* display: none;*/
 z-index: 99999;
}
#toTop a{
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 50px;
  height: 50px;
}

#toTop a:hover{
 opacity: 0.8;
}
@media screen and (max-width: 768px) {
 #toTop img{
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
 }
}
/*------------------------------------------
// ページのトップへ戻る ここまで
------------------------------------------*/


