@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 100%;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, input, select, textarea {
  vertical-align: middle;
}
a {
  color: #000000;
  /*transition: 0.5s;*/
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}
ruby rt {
  font-size: 12px;
}
ruby rt span {
  display: inline-block;
  width: 8px;
  height: 1px;
}
.pc{
  display: block !important;
}
.sp{
  display: none !important;
}
.bold{
    font-weight: bold !important;
  }
.small{
  font-size: 12px !important;
}
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
}
/*Icon Fonts*/
@font-face {
  font-family: 'kokoro';
  src: url('../font/ipaexm.ttf'), url('../font/ipaexg.ttf');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e600";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-pinterest:before {
  content: "\e602";
}
/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
body {
  font-family: sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 100;
  color: #1a1a1a;
}
/*
=========================================
	Modules（Block）
=========================================
*/
#Contents #ContentsInner {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
}
#Contents:after{
  content: '';
  display: block;
  width: 100%;
  height: 304px;
  background: -moz-linear-gradient(top, #f7c6dd, #FFF);
  background: -webkit-linear-gradient(top, #f7c6dd, #FFF);
  background: linear-gradient(to bottom, #f7c6dd, #FFF);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*=========================================
	header
=========================================*/
.header{
  width: 100%;
  background: #fff;
}
.header__inner{
  width: 100%;
  max-width: 1320px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.header__inner p{
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}

/*=========================================
	Each page（Original）
=========================================*/
.main_intro h1 {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.main_intro h1 img{
  width: 100%;
  max-width: 682px;
  height: auto;
}
.comment {
  width: 100%;
  border: 2px solid #000;
  background: #ddf1fc;
  padding: 10px;
  box-sizing: border-box;
  margin: 40px auto;
}
.comment .logo {
  display: block;
  text-align: center;
  padding: 15px 0;
}
.bnr img {
  float: none !important;
  margin: 0 auto !important;
  display: block;
}
.comment .logo img {
  display: block;
  float: none;
  margin: 0 auto;
}
.comment p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}
.comment p:first-of-type {
  margin-top: 0;
}
.comment p.name {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  display: block;
}
.article p.note {
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
.comment p span.smallTxt {
  font-size: 12px;
}
.comment p.name .katagaki {
  font-size: 14px;
  display: block;
}
.comment p a {
  text-decoration: underline;
}
.comment p a:hover {
  text-decoration: none;
}
.comment p.company {
  font-size: 14px;
}
.float_none {
  text-align: center;
}
.float_none img {
  float: none !important;
  margin: 20px auto !important;
}
.smallList li {
  font-size: 13px;
}
.article p.bigTxt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.article p.prof {
  margin-top: 20px;
  font-size: 12px;
}
.article .kazari {
  text-align: center;
}
.article .kazari span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px;
  background: #ec6500;
}
.thin-bg {
  background: #ddf1fc;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
.thin-bg h3 {
  margin: 0;
}
.thin-bg p {
  margin-bottom: 0 !important;
  margin-top: 15px;
}
.intro {
  background-color: #a7cd3a;
  position: relative;
  background-image: url(../images/doctor.jpg);
  background-repeat: no-repeat;
  background-position: 520px bottom;
  background-size: 102px 109px;
  margin-top: 8px;
}
.intro h1 {
  font-size: 190%;
  color: #fff;
  padding: 35px 25px;
  line-height: 1.4;
}
.intro span {
  font-size: 60%;
}
.intro p {
  font-size: 70%;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
}
.article {
  width: 100%;
    max-width: 980px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
  color: #333;
  margin-bottom: 30px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
}
.article p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
.flexBox_text p.bold{
  display: block;
  margin-bottom: 25px;
}
.flexBox_text p small{
  font-size: 12px;
}
h3 {
  font-size: 18px;
  margin: 30px 0 15px;
  line-height: 1.3;
  padding: 2px 15px;
  border-left: 5px solid #465d9d;
  color: #465d9d;
}
.flex{
  display: flex;
}
.flex .text{
  width: 82%;
  padding-right: 40px;
  box-sizing: border-box;
}
.flex .item{
  width: 18%;
  max-width: 170px;
}
.flex .item img{
  width: 100%;
  max-width: 170px;
  height: auto;
}
.article p.fonts {
  font-size: 80%;
  margin: 0 0 5px;
}
.article a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #444;
  padding-bottom: 2px;
}
.article a:hover {
  border-bottom: 2px solid #444;
}
.flexBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.flexBox_thumb{
  width: 19%;
  padding-left: 60px;
  box-sizing: border-box;
}
.flexBox_thumb img{
  width: 100%;
  max-width: 122px;
  height: auto;
  vertical-align: bottom;
}
.flexBox_thumb p.thumb_cap{
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-top: 8px;
  text-align: center;
}
.flexBox_thumb p.thumb_cap span.name{
  font-size: 18px;
  display: block;
}
.flexBox_text{
  width: 81%;
  padding-left: 40px;
  box-sizing: border-box;
}

.qaBlock{
  margin-top: 20px;
}
.qaBlock_inner{
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.qaBlock_box{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: -moz-linear-gradient(top, #f7c6dd, #FFF 200px);
  background: -webkit-linear-gradient(top, #f7c6dd, #FFF 200px);
  background: linear-gradient(to bottom, #f7c6dd, #FFF 200px);
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 2px 4px 10px #ddd;
  position: relative;
  height: 200px;
  overflow: hidden;
}
.qaBlock_box.open{
  height: auto;
}
.qaBlock_box:nth-child(3n){
  margin-right: 0;
}
.qaBlock_box dt{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25;
      display: block;
}
.qaBlock_box dt img,
.qaBlock_box dd img{
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 40px;
    height: 48px;
}
.qaBlock_box dd{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1em;
     display: block;
}
.gradation{
  position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 1) 40%);
}
.qaBlock_box .floatBlock{
  margin-top: 10px;
}
.qaBlock_box .floatBlock p{
  font-size: 14px;
  line-height: 1.5;
}
.qaBlock_box .floatBlock .item{
  float: right;
  min-width: 105px;
  padding-left: 10px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.qaBlock_box .btn{
  width: calc(100% - 40px);
    position: absolute;
      z-index: 10;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    border-bottom: 0;
}
.qaBlock_box .btn a{
  background: #f38f2c;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 4px;
    border-bottom: 6px solid #d37800;
}
.qaBlock_box .btn a:active {
    transform: translateY(4px);
    border-bottom: none;
}
.site-policy{
  width: 100%;
    max-width: 980px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto 50px;
}
.site-policy a {
  text-decoration: underline;
}
.site-policy dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  padding: 5px;
  /* border: 1px solid #000; */
  text-align: center;
  background: #3e3e3e;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.site-policy dt img {
  width: 20px;
  position: absolute;
  right: 15px;
  top: 9px;
}
.site-policy dt:hover {
  cursor: pointer;
  opacity: .7;
  transition: all ease .5s;
}
.site-policy dd {
  display: none;
  font-size: 14px;
  line-height: 1.5;
}
.site-policy p {
  font-size: 14px;
}

/*=========================================
	interview
=========================================*/
.interview{
  width: 100%;
  margin-top: 50px;
}
.interview h2{
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 30px;
}
.interview h3{
  border-left: 5px solid #f38f2c;
    color: #f38f2c;
}
.interview span.title{
  font-size: 22px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #f38f2c;
  padding: 12px 20px;
  box-sizing: border-box;
}
.interview .flex{
  display: flex;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.interview p.item_cap{
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-top: 8px;
  text-align: center;
}
.interview p.item_cap span.name{
  font-size: 18px;
  display: block;
}
.interview a.btn{
  font-size: 16px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #f38f2c;
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 4px;
    border-bottom: 6px solid #d37800;
}
.interview a.btn:active {
    transform: translateY(4px);
    border-bottom: none;
  margin-bottom: 4px;
}
.bnr{
  display: block;
  margin: 40px 0 50px;
}
.bnr img{
  width: 100%;
  max-width: 980px;
  height: auto;
}

/*=========================================
	footer
=========================================*/
.footer{
  width: 100%;
  background: #fff;
  position: relative;
  z-index: -1;
}
.footer__inner{
  width: 100%;
  max-width: 1320px;
  padding: 10px 20px 32px;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer__inner p{
  font-size: 12px;
  line-height: 1.3;
  background: transparent;
  text-align: center;
  display: block;
}
.footer:before{
  content: '';
  display: block;
  width: 100%;
  height: 304px;
  background: -moz-linear-gradient(top, #fff, #f7c6dd);
  background: -webkit-linear-gradient(top, #fff, #f7c6dd);
  background: linear-gradient(to bottom, #fff, #f7c6dd);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px){
  .main_intro h1{
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  .flexBox{
    display: block;
  }
  .flexBox_thumb{
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
        text-align: center;
  }
  .flexBox_text{
    width: 100%;
    padding-left: 0;
  }
  .qaBlock_inner{
    display: block;
  }
  .qaBlock_box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .interview{
    margin-top: 35px;
  }
  .interview span.title{
    font-size: 18px;
  }
  .interview .flex{
    display: block;
  }
  .flex .item {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    text-align: center;
}
  .flex .text {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    box-sizing: border-box;
}
  h3{
    margin-top: 20px;
  }
  .interview h2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bnr {
    display: block;
    margin: 30px 0;
}
  .site-policy {
    margin: 0 auto 30px;
}
  .flex{
    display: block;
  }
}


/*
=========================================
	Modules（Parts）
=========================================
*/
#cn-main #sns {
  text-align: right;
  padding: 15px 0 5px 0;
}
/* フロート／フロート解除
---------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* 表示調整
---------------------------------*/
/*SP*/
.u-sp {
  display: block;
}
.u-pc {
  display: none;
}
/*