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

body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #111;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 400;
}
a{
    color: #707070;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
    width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.head_area{
  width: 100%;
  height: 325px;
  background: url('../images/head_back.png');
  background-size: cover;
  background-position: center;
}
.content_area{
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}
#main-content{
  background: #f5f5f5;
}
.mv_img img{
  width: 100%;
}
h1{
  font-size: 32px;
  font-weight: 700;
}
.red{
  color: #F44343;
}
.grey{
  color: #919191;
  font-size: 80%;
}
.blue{
  color: #4b67e3;
}
.big{
  font-size: 160%;
  font-weight: 600;
}
.name{
  font-size: 130%;
  font-weight: 500;
}
.back_grey{
  background: #707070;
  padding: 8px;
  color: #fff;
  display: inline-block;
}
.contents_img{
  margin: 36px auto;
}
.ttl_area{
      font-size: 28px;
  background: #fff1f4;;
  padding: 16px 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.flex{
  display: flex;
  align-items: flex-start;
}
.qa_item{
  margin: 16px auto;
}
.qa_item img{
  width: 56px;
  height: 56px;
}
.q_user .txt_content,
.a_user .txt_content{
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 20px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  width: calc(100% - 66px);
  font-size: 16px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 16px;
}
.a_user .txt_content{
  margin: 0em 20px 1.5em 0;
}
.q_user .txt_content:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -16px;
  top: 10px;
  border-right: 15px solid #dcdcdc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.q_user .txt_content:after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13.5px;
  top: 10px;
  border-right: 15px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.a_user .txt_content:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -16px;
  top: 10px;
  border-left: 15px solid #dcdcdc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.a_user .txt_content:after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -13.5px;
  top: 10px;
  border-left: 15px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.staff_prof{
  background: #f5f5f5;
  padding: 24px;
  margin-top: 2rem;
}
.box_content{
  border: 1px solid #dcdcdc;
  padding: 16px;
  width: 100%;
  margin-top: 2rem;
}
.staff_prof img{
  width: 180px;
}
.staff_contents{
  width: calc(100% - 200px);
  margin: 0 0 0 24px;
}
p{
    overflow-wrap: break-word;
}
#iframe {
    width: 100%;
    min-height: 1000px;
}
.padding2{
    padding: 0 2%;
}
p strong{
    font-weight: 600;
}
.marker{
    background:linear-gradient(transparent 20%, #ffff80 0%);
}
/*フッターコンテンツ*/
#main-footer{
    background: #111;
    padding: 16px;
    margin-top: 64px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.txt_content{
  padding: 0 16px;
}

@media screen and ( max-width: 812px ){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    /*ヘッダーコンテンツ*/
    .g-area .member,
    .g-area .login{
        width: 160px;
        padding: 0 6px;
        display: inline-block;
    }
    .g-navi,
    .g-contact{
        float: right;
    }
    .g-navi{
        margin-top: 12px;
    }
    .g-navi li{
        margin: 0 30px;
    }
    
    /* ハンバーガーメニュー*/
    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,.16);
    }
/*    main{
        margin-top: 70px;
    }*/
    .global-nav {
      position: fixed;
      right: -320px; /* これで隠れる */
      top: 0;
      width: 300px; /* スマホに収まるくらい */
      height: 100vh;
      padding-top: 40px;
      background-color: #0099D9;
      transition: all .6s;
      z-index: 200;
      overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    }
    .hamburger {
      position: absolute;
      right: 0;
      top: 16%;
      width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
      height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
      cursor: pointer;
      z-index: 300;
    }
    .global-nav__list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .global-nav__item {
      text-align: center;
    }
    .global-nav__item a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #fff;
    }
    .global-nav__item a:hover {
      background-color: #eee;
    }
    .hamburger__line {
          position: absolute;
          left: 11px;
          width: 24px;
          height: 1px;
          background-color: #111;
          transition: all .6s;
    }
    .hamburger__line--1 {
        top: 10px;
    }
    .hamburger__line--2 {
        top: 20px;
        width: 14px;
        right: 0;
    }
    .hamburger__line--3 {
        top: 30px;
    }
    .black-bg {
          position: fixed;
          left: 0;
          top: 0;
          width: 100vw;
          height: 100vh;
          z-index: 100;
          background-color: #000;
          opacity: 0;
          visibility: hidden;
          transition: all .6s;
          cursor: pointer;
    }
    /* 表示された時用のCSS */
    .nav-open .global-nav {
      right: 0;
    }
    .nav-open .black-bg {
      opacity: .8;
      visibility: visible;
    }
    .nav-open .hamburger__line--1 {
      transform: rotate(45deg);
      top: 20px;
    }
    .nav-open .hamburger__line--2 {
      width: 0;
      left: 50%;
    }
    .nav-open .hamburger__line--3 {
      transform: rotate(-45deg);
      top: 20px;
    }
    .g-area li{
        float: none;
        text-align: left;
    }
    .g-area li a{
        padding: 5%;
    }
    .global-nav__list li:nth-child(even){
        background: #00ABF2;
    }
      /* ハンバーガーメニュー*/ 
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 599px ){
    .staff_contents p{
        font-size: 90%;
        line-height: 22px;
    }
    #main-content .content_area{
            padding: 0;
    }
    body{
        letter-spacing: 0;
    }
    h1{
        font-size: 28px;
        margin-bottom: 1.5rem;
        line-height: 1.3;
    }
    p{
        margin-bottom: 1rem;
        line-height: 2;
    }
    body{
        font-size: 17px;
        line-height: 27px;
    }
    .big{
        font-size: 140%;
    }
    .staff_prof img {
        width: 100px;
    }
    .staff_contents {
        width: calc(100% - 100px);
    }
    .staff_prof{
        margin-top: 2rem;
        padding: 10px;
    }
    .head_area{
        height: auto;
    }
    .qa_item img {
        width: 48px;
        height: 48px;
    }
    .q_user .txt_content,
    .a_user .txt_content{
      width: calc(100% - 58px);
    }
    .ttl_area {
        font-size: 24px;
        line-height: 1.6;
    }
}

