@charset "UTF-8";
/* CSS Document */
@import url("common.css");
/*  -------------------------------------------------------------------------------------------------------------------- */
/* ベースレイアウト設定 */
/*  -------------------------------------------------------------------------------------------------------------------- */
body {
  width: 100%;
  height: auto; }

* {
  padding: 0;
  margin: 0;
  line-height: 1.6; }

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  height: 100%; }

/* section */
section {
  width: 100%; }

a:hover {
  transition: 0.5s;
  filter: opacity(0.8); }

header {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 735px) {
    header {
      padding: 0.4rem 0 0; } }
  header .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1025px) {
      header .wrap {
        max-width: 94%; } }
  @media (max-width: 735px) {
    header .logo {
      width: 70%; }
      header .logo img {
        width: 100%; } }
  header .header-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    header .header-contact .mail {
      display: block;
      margin: 0 0 8px;
      min-height: 0%; }
      @media (max-width: 735px) {
        header .header-contact .mail {
          margin: 5px 0 0px;
          width: 80%; }
          header .header-contact .mail img {
            width: 100%; } }
    header .header-contact .tel {
      display: block;
      min-height: 0%; }
      @media (max-width: 735px) {
        header .header-contact .tel {
          width: 80%; }
          header .header-contact .tel img {
            width: 100%; } }

/*  -------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1025px) {
  .imgTitle {
    width: 100%; } }

.color {
  font-size: 110%;
  color: #d53037;
  background: -webkit-linear-gradient(0deg, #e47579, #d53037);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.btn a {
  display: inline-block;
  padding: 14px 20px;
  box-sizing: border-box;
  background-color: #ffc926;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600; }
  @media (max-width: 735px) {
    .btn a {
      padding: 4px;
      font-size: 0.8rem; } }

/*  ------------------------------------------------------------ */
/*main*/
/*  ------------------------------------------------------------ */
.wrap {
  margin: auto;
  width: 1000px; }
  @media (max-width: 1025px) {
    .wrap {
      width: 92%; } }
  @media (max-width: 735px) {
    .wrap {
      width: 94%; } }
  .wrap.type2 {
    width: 1200px;
    margin: auto; }
    @media (max-width: 1025px) {
      .wrap.type2 {
        width: 92%; } }
    @media (max-width: 735px) {
      .wrap.type2 {
        width: 94%; } }
  .wrap.type3 {
    width: 1120px;
    margin: auto; }
    @media (max-width: 1025px) {
      .wrap.type3 {
        width: 92%; } }
    @media (max-width: 735px) {
      .wrap.type3 {
        width: 94%; } }

.mainBlock {
  width: 100%;
  background: url("../images/main_Bg.png") no-repeat left top;
  background-size: 100% 100%; }
  @media (max-width: 735px) {
    .mainBlock {
      background: url("../images/mainBg_sp.jpg");
      background-size: 100% 100%; } }
  .mainBlock .wrap {
    padding: 60px 0 30px; }
    @media (max-width: 735px) {
      .mainBlock .wrap {
        padding: 1.2rem 0; } }
  .mainBlock .txt01 {
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 1025px) {
      .mainBlock .txt01 {
        width: 80%; } }
    @media (max-width: 735px) {
      .mainBlock .txt01 {
        width: 100%; }
        .mainBlock .txt01 img {
          width: 100%; } }
  .mainBlock ul {
    margin: 2rem auto 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 735px) {
      .mainBlock ul {
        margin: 0.8rem auto 1rem; } }
    .mainBlock ul li {
      width: 30%;
      margin: 0 0 20px; }
      .mainBlock ul li img {
        width: 100%; }
      @media (max-width: 735px) {
        .mainBlock ul li {
          width: 48.5%;
          margin: 0 0 5px; } }
  .mainBlock .txt02 {
    text-align: center;
    margin: 40px auto 60px; }
    @media (max-width: 1025px) {
      .mainBlock .txt02 {
        width: 40%;
        margin: 10px auto 40px; } }
    @media (max-width: 735px) {
      .mainBlock .txt02 {
        width: 56%;
        margin: 1rem auto 1.6rem; }
        .mainBlock .txt02 img {
          width: 100%; } }

/*  ------------------------------------------------------------ */
.txt03 {
  text-align: center;
  margin: 40px auto 80px; }
  @media (max-width: 1025px) {
    .txt03 {
      width: 85%;
      margin: 30px auto 60px; }
      .txt03 img {
        width: 100%; } }
  @media (max-width: 735px) {
    .txt03 {
      width: 100%;
      margin: 0rem auto 1rem; } }

/*  ------------------------------------------------------------ */
/*悩み*/
/*  ------------------------------------------------------------ */
.nayami {
  background: url("../images/nayamiBg.png") repeat-x;
  padding: 70px 0 30px;
  margin: 0 auto 90px; }
  @media (max-width: 1025px) {
    .nayami {
      padding: 40px 0 40px;
      margin: 0 auto 60px; } }
  @media (max-width: 735px) {
    .nayami {
      background: url("../images/nayamiBg_sp.png") repeat-x;
      padding: 1rem 0 1.8rem;
      margin: 0 auto 1rem; } }

/*  ------------------------------------------------------------ */
/*新常識_親*/
/*  ------------------------------------------------------------ */
.common_sense_parent {
  margin: 0 auto 120px; }
  @media (max-width: 1025px) {
    .common_sense_parent {
      margin: 0 auto 80px; } }
  @media (max-width: 735px) {
    .common_sense_parent {
      margin: 0 auto 2rem; } }
  .common_sense_parent h2 {
    text-align: center;
    margin: 0 auto 60px; }
    @media (max-width: 1025px) {
      .common_sense_parent h2 {
        width: 90%;
        margin: 0 auto 40px; } }
    @media (max-width: 735px) {
      .common_sense_parent h2 {
        width: 100%;
        margin: 0 auto 1rem; } }
  .common_sense_parent .box {
    margin: 0 0 60px;
    align-items: center; }
    @media (max-width: 1025px) {
      .common_sense_parent .box {
        margin: 0 0 40px; } }
    @media (max-width: 735px) {
      .common_sense_parent .box {
        margin: 0 0 1.2rem; } }
    .common_sense_parent .box .img {
      width: 42%; }
      .common_sense_parent .box .img img {
        width: 100%; }
      @media (max-width: 1025px) {
        .common_sense_parent .box .img {
          width: 40%; } }
      @media (max-width: 735px) {
        .common_sense_parent .box .img {
          width: 40%; } }
    .common_sense_parent .box .txtBlock {
      width: 52%; }
      @media (max-width: 735px) {
        .common_sense_parent .box .txtBlock {
          width: 56%; } }
      @media (max-width: 1025px) {
        .common_sense_parent .box .txtBlock .iconTitle {
          width: 35%; } }
      @media (max-width: 735px) {
        .common_sense_parent .box .txtBlock .iconTitle {
          width: 30%;
          line-height: 1; } }
      .common_sense_parent .box .txtBlock .txt {
        font-size: 3.5rem;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 1.5rem; }
        @media (max-width: 1025px) {
          .common_sense_parent .box .txtBlock .txt {
            font-size: 2.6rem; } }
        @media (max-width: 735px) {
          .common_sense_parent .box .txtBlock .txt {
            font-size: 1.2rem;
            margin: 0 0 0.4rem;
            line-height: 1; } }
        @media (max-width: 320px) {
          .common_sense_parent .box .txtBlock .txt {
            font-size: 1rem;
            margin: 0 0 0.4rem;
            line-height: 1; } }
        .common_sense_parent .box .txtBlock .txt .txS {
          font-size: 65%; }
        .common_sense_parent .box .txtBlock .txt .color {
          line-height: 1.2; }
      .common_sense_parent .box .txtBlock .btn a {
        width: 100%; }
        @media (max-width: 1025px) {
          .common_sense_parent .box .txtBlock .btn a {
            padding: 10px; } }
        @media (max-width: 735px) {
          .common_sense_parent .box .txtBlock .btn a {
            padding: 3px;
            border-radius: 3px; } }

/*  ------------------------------------------------------------ */
/*ドクター*/
/*  ------------------------------------------------------------ */
.doctor {
  background: url("../images/doctorBg.jpg") repeat-x;
  padding: 70px 0;
  box-sizing: border-box;
  margin: 0 auto; }
  @media (max-width: 1025px) {
    .doctor {
      padding: 40px 0;
      margin: 0 auto 40px; } }
  @media (max-width: 735px) {
    .doctor {
      padding: 1.4rem 0 3vh;
      background-size: auto 100%;
      margin: 0 auto 0; } }
  .doctor .flex {
    align-items: center; }
    @media (max-width: 735px) {
      .doctor .flex {
        display: block; } }
  .doctor .img {
    width: 35%; }
    .doctor .img img {
      width: 100%; }
    @media (max-width: 735px) {
      .doctor .img {
        width: 75%;
        text-align: center;
        margin: 0 auto 0.8rem; } }
  .doctor .txtBox {
    width: 60%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box; }
    @media (max-width: 1025px) {
      .doctor .txtBox {
        padding: 24px; } }
    @media (max-width: 735px) {
      .doctor .txtBox {
        padding: 0.8rem 5% 1.2rem;
        width: 100%; } }
    .doctor .txtBox .flex.type2 {
      align-items: start; }
    .doctor .txtBox .flex .box .title {
      font-size: 108%;
      font-weight: 500;
      border-bottom: 1px solid #1D1C1C;
      padding-bottom: 0.2rem;
      margin-bottom: 0.4rem; }
    .doctor .txtBox .flex .box:nth-child(1) {
      width: 56%; }
      @media (max-width: 1025px) {
        .doctor .txtBox .flex .box:nth-child(1) {
          width: 100%; } }
    .doctor .txtBox .flex .box:nth-child(2) {
      width: 38%; }
      @media (max-width: 1025px) {
        .doctor .txtBox .flex .box:nth-child(2) {
          width: 100%; } }
  .doctor .line {
    text-align: center;
    margin: 0.8rem auto 0; }
    @media (max-width: 1025px) {
      .doctor .line {
        width: 100%; }
        .doctor .line img {
          width: 100%; } }

/*  ------------------------------------------------------------ */
/*新常識1*/
/*  ------------------------------------------------------------ */
.common_title {
  margin: 0 auto 60px; }
  @media (max-width: 1025px) {
    .common_title {
      margin: 0 auto 40px; } }
  @media (max-width: 735px) {
    .common_title {
      margin: 0 auto 1.4rem; } }
  .common_title h2 {
    margin: 0 auto 0.2rem; }
  .common_title .font {
    font-size: 1.8rem; }
    @media (max-width: 1025px) {
      .common_title .font {
        font-size: 1.3rem; } }
    @media (max-width: 735px) {
      .common_title .font {
        font-size: 1rem; } }
    .common_title .font .txS {
      font-size: 80%; }

.kokyuImg {
  margin: 0 auto 80px; }
  @media (max-width: 1025px) {
    .kokyuImg {
      margin: 0 auto 50px; } }
  @media (max-width: 735px) {
    .kokyuImg {
      margin: 0 auto 1rem; } }

#common_sense_01 {
  margin: 0 auto 200px; }
  @media (max-width: 1025px) {
    #common_sense_01 {
      margin: 0 auto 120px; } }
  @media (max-width: 735px) {
    #common_sense_01 {
      margin: 0 auto 4.8rem; } }

/*  ------------------------------------------------------------ */
/*新常識2*/
/*  ------------------------------------------------------------ */
#common_sense_02 {
  margin: 0 auto 100px;
  background: url("../images/common_sense_02Bg.jpg") repeat;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 1025px) {
    #common_sense_02 {
      margin: 0 auto 70px; } }
  @media (max-width: 735px) {
    #common_sense_02 {
      margin: 0 auto 3.6rem; } }
  #common_sense_02:before {
    position: absolute;
    content: '';
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 238px;
    height: 238px;
    background-image: url("../images/before_icon01.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1025px) {
      #common_sense_02:before {
        width: 148px;
        height: 148px;
        top: -74px; } }
    @media (max-width: 735px) {
      #common_sense_02:before {
        width: 100px;
        height: 100px;
        top: -50px; } }
  #common_sense_02 .wrap.type2 {
    padding: 200px 0 200px; }
    @media (max-width: 1025px) {
      #common_sense_02 .wrap.type2 {
        padding: 120px 0 120px; } }
    @media (max-width: 735px) {
      #common_sense_02 .wrap.type2 {
        padding: 4.2rem 0 4.2rem; } }
  #common_sense_02 .box {
    background: #fefef2;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin: 40px auto 70px; }
    @media (max-width: 1025px) {
      #common_sense_02 .box {
        padding: 24px;
        margin: 24px auto; } }
    @media (max-width: 735px) {
      #common_sense_02 .box {
        padding: 0.8rem 4% 1.5rem 4%;
        margin: 1.6rem auto; } }
    #common_sense_02 .box .font {
      position: relative;
      color: #3f1000;
      font-size: 2.4rem;
      font-weight: 600;
      padding-left: 4.8rem; }
      @media (max-width: 1025px) {
        #common_sense_02 .box .font {
          font-size: 1.5rem;
          padding-left: 3.5rem; } }
      @media (max-width: 735px) {
        #common_sense_02 .box .font {
          font-size: 1.1rem;
          padding-left: 0; } }
      @media (max-width: 320px) {
        #common_sense_02 .box .font {
          font-size: 1rem; } }
      #common_sense_02 .box .font .txS {
        font-size: 80%; }
      #common_sense_02 .box .font:before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0%;
        width: 107px;
        height: 70px;
        background-image: url(../images/fukidasi.png);
        background-size: contain; }
        @media (max-width: 1025px) {
          #common_sense_02 .box .font:before {
            width: 70px;
            height: 45px;
            top: -8px; } }
        @media (max-width: 735px) {
          #common_sense_02 .box .font:before {
            top: -30px; } }
    #common_sense_02 .box ul {
      width: 1000px;
      margin: 40px auto;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 1025px) {
        #common_sense_02 .box ul {
          width: 96%;
          margin: 30px auto; } }
      @media (max-width: 735px) {
        #common_sense_02 .box ul {
          width: 100%;
          margin: 20px auto;
          justify-content: space-between; } }
      #common_sense_02 .box ul li {
        width: 150px;
        font-size: 124%;
        font-weight: 600;
        margin-bottom: 15px; }
        @media (max-width: 1025px) {
          #common_sense_02 .box ul li {
            font-size: 110%;
            margin-bottom: 10px;
            width: 140px; } }
        @media (max-width: 735px) {
          #common_sense_02 .box ul li {
            font-size: 98%;
            width: 49%; } }
        #common_sense_02 .box ul li.type2 {
          width: 260px; }
          @media (max-width: 1025px) {
            #common_sense_02 .box ul li.type2 {
              width: 210px; } }
          @media (max-width: 735px) {
            #common_sense_02 .box ul li.type2 {
              width: 49%; } }
        #common_sense_02 .box ul li.type3 {
          width: 490px; }
          @media (max-width: 1025px) {
            #common_sense_02 .box ul li.type3 {
              width: 435px; } }
          @media (max-width: 735px) {
            #common_sense_02 .box ul li.type3 {
              width: 100%; } }
        #common_sense_02 .box ul li.type4 {
          width: 180px; }
          @media (max-width: 1025px) {
            #common_sense_02 .box ul li.type4 {
              width: 160px; } }
          @media (max-width: 735px) {
            #common_sense_02 .box ul li.type4 {
              width: 49%; } }
        #common_sense_02 .box ul li.type5 {
          width: 260px; }
          @media (max-width: 1025px) {
            #common_sense_02 .box ul li.type5 {
              width: 210px; } }
          @media (max-width: 735px) {
            #common_sense_02 .box ul li.type5 {
              width: 100%; } }
        #common_sense_02 .box ul li:before {
          content: '';
          display: inline-block;
          width: 28px;
          height: 28px;
          background-image: url(../images/icon_check.png);
          background-size: contain;
          vertical-align: middle;
          margin-right: 4px; }
          @media (max-width: 1025px) {
            #common_sense_02 .box ul li:before {
              width: 20px;
              height: 20px; } }
          @media (max-width: 735px) {
            #common_sense_02 .box ul li:before {
              width: 16px;
              height: 16px; } }
  #common_sense_02 .symptoms {
    margin: 0 auto 80px; }
    @media (max-width: 1025px) {
      #common_sense_02 .symptoms {
        margin: 0 auto 60px; } }
    @media (max-width: 735px) {
      #common_sense_02 .symptoms {
        margin: 0 auto 1.6rem; } }
    #common_sense_02 .symptoms dl {
      width: 30%;
      position: relative; }
      @media (max-width: 735px) {
        #common_sense_02 .symptoms dl {
          width: 100%; }
          #common_sense_02 .symptoms dl:not(:last-child) {
            margin: 0 auto 4em; } }
      #common_sense_02 .symptoms dl dt img {
        width: 100%; }
      #common_sense_02 .symptoms dl dd {
        
        text-align: left; }
        @media (max-width: 1025px) {
          #common_sense_02 .symptoms dl dd br {
            display: none; } }
      #common_sense_02 .symptoms dl:not(:last-child):after {
        position: absolute;
        content: '';
        top: 50%;
        right: -17%;
        transform: translateY(-50%);
        display: block;
        width: 40px;
        height: 189px;
        background-image: url("../images/arriw_right.png");
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 1025px) {
          #common_sense_02 .symptoms dl:not(:last-child):after {
            width: 24px;
            height: 100px;
            top: 40%;
            right: -17%; } }
        @media (max-width: 735px) {
          #common_sense_02 .symptoms dl:not(:last-child):after {
            background-image: url("../images/arrow_under.png");
            width: 120px;
            height: 30px;
            top: auto;
            bottom: -12%;
            right: auto;
            left: 50%;
            transform: translateY(0);
            transform: translateX(-50%); } }

/*  ------------------------------------------------------------ */
/*新常識3*/
/*  ------------------------------------------------------------ */
#common_sense_03 {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }
  #common_sense_03:before {
    position: absolute;
    content: '';
    top: -240px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 238px;
    height: 238px;
    background-image: url("../images/before_icon02.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1025px) {
      #common_sense_03:before {
        width: 148px;
        height: 148px;
        top: -150px; } }
    @media (max-width: 735px) {
      #common_sense_03:before {
        width: 100px;
        height: 100px;
        top: -100px; } }
  #common_sense_03 .wrap.type2 {
    padding: 60px 0 60px; 
        overflow:hidden;}
    @media (max-width: 1025px) {
      #common_sense_03 .wrap.type2 {
        padding: 30px 0; } }
    @media (max-width: 735px) {
      #common_sense_03 .wrap.type2 {
        padding: 1.8rem 0 4rem; } }
    #common_sense_03 .wrap.type2._ver2 {
      padding: 0 0 60px; }
      @media (max-width: 1025px) {
        #common_sense_03 .wrap.type2._ver2 {
          padding: 0px 0 60px; } }
      @media (max-width: 735px) {
        #common_sense_03 .wrap.type2._ver2 {
          padding: 0rem 0 1.8rem; } }
  #common_sense_03 .box {
    border: 6px solid #306669;
    box-sizing: border-box;
    width: 1000px;
    margin: 50px auto; }
    @media (max-width: 1025px) {
      #common_sense_03 .box {
        width: 100%;
        margin: 30px auto; } }
    @media (max-width: 735px) {
      #common_sense_03 .box {
        margin: 20px auto;
        width: 100%; } }
    #common_sense_03 .box h3 {
      width: 100%;
      background: #306669;
      padding: 20px 0;
      text-align: center;
      color: #fff;
      font-size: 2rem;
      font-weight: 600; }
      @media (max-width: 1025px) {
        #common_sense_03 .box h3 {
          font-size: 1.6rem;
          padding: 14px 0; } }
      @media (max-width: 735px) {
        #common_sense_03 .box h3 {
          font-size: 1.4rem;
          padding: 0.5rem 0; } }
    #common_sense_03 .box .inner {
      padding: 20px;
      box-sizing: border-box; }
      @media (max-width: 735px) {
        #common_sense_03 .box .inner {
          padding: 0.8rem 3%; } }
    @media (max-width: 735px) {
      #common_sense_03 .box .spFlex {
        width: 100%; }
        #common_sense_03 .box .spFlex .spImg {
          width: 50%; }
        #common_sense_03 .box .spFlex dl {
          width: 47%; } }
    #common_sense_03 .box dl {
      width: 32%; }
      @media (max-width: 735px) {
        #common_sense_03 .box dl {
          width: 100%;
          display: flex;
          justify-content: space-between;
          flex-direction: row-reverse;
          align-items: center; }
          #common_sense_03 .box dl:not(:last-child) {
            margin: 0 0 1rem; } }
      @media (max-width: 735px) {
        #common_sense_03 .box dl dt {
          width: 50%; } }
      #common_sense_03 .box dl .txtK {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0 auto 1rem;
        color: #306669; }
        #common_sense_03 .box dl .txtK.red {
          color: #ff6666; }
        #common_sense_03 .box dl .txtK.blue {
          color: #669acc; }
        @media (max-width: 1025px) {
          #common_sense_03 .box dl .txtK {
            font-size: 1.3rem; } }
        @media (max-width: 735px) {
          #common_sense_03 .box dl .txtK {
            font-size: 0.8rem;
            text-align: left;
            margin: 0; } }
      @media (max-width: 735px) {
        #common_sense_03 .box dl dd {
          width: 47%; } }
      #common_sense_03 .box dl dd ul li {
        font-size: 1.2rem; }
        @media (max-width: 1025px) {
          #common_sense_03 .box dl dd ul li {
            font-size: 1rem; } }
        @media (max-width: 735px) {
          #common_sense_03 .box dl dd ul li {
            font-size: 0.85rem; } }
      #common_sense_03 .box dl dd .txtL {
        font-size: 2rem;
        font-weight: 600; }
        @media (max-width: 1025px) {
          #common_sense_03 .box dl dd .txtL {
            font-size: 1.6rem; } }
        @media (max-width: 735px) {
          #common_sense_03 .box dl dd .txtL {
            font-size: 1rem; } }
    #common_sense_03 .box.type2 {
      margin: 0 auto 70px; }
      @media (max-width: 1025px) {
        #common_sense_03 .box.type2 {
          margin: 0px auto 40px; } }
      @media (max-width: 735px) {
        #common_sense_03 .box.type2 {
          margin: 0 auto 30px; } }
      #common_sense_03 .box.type2 h3 {
        background: #2c7073;
        background: -moz-linear-gradient(#179ca2 0%, #2c7073 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#179ca2), to(#2c7073));
        background: -webkit-linear-gradient(#179ca2 0%, #2c7073 100%);
        background: -o-linear-gradient(#179ca2 0%, #2c7073 100%);
        background: linear-gradient(#179ca2 0%, #2c7073 100%); }
      #common_sense_03 .box.type2 ul li.fontL {
        font-size: 1.3rem;
        font-weight: 600; }
        @media (max-width: 1025px) {
          #common_sense_03 .box.type2 ul li.fontL {
            font-size: 1.1rem; } }
        @media (max-width: 735px) {
          #common_sense_03 .box.type2 ul li.fontL {
            font-size: 1rem; } }
    #common_sense_03 .box .marker {
      background: linear-gradient(transparent 60%, #ffff00 60%); }
  #common_sense_03 .arrowBg {
    width: 100%;
    background: url("../images/arrowBg_pc.gif") no-repeat left top;
    background-size: 100% 100%;
    margin: 80px auto 60px; }
    @media (max-width: 1025px) {
      #common_sense_03 .arrowBg {
        margin: 0px auto 40px; } }
    @media (max-width: 735px) {
      #common_sense_03 .arrowBg {
        margin: 0px auto 20px;
        background: url("../images/arrowBg_sp.gif");
        background-size: 100% 100%; } }
    #common_sense_03 .arrowBg .font {
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      padding: 60px 0 110px;
      box-sizing: border-box;
      color: #fff; }
      @media (max-width: 1025px) {
        #common_sense_03 .arrowBg .font {
          font-size: 1.4rem;
          padding: 35px 0 75px; } }
      @media (max-width: 735px) {
        #common_sense_03 .arrowBg .font {
          font-size: 1.1rem;
          padding: 0.8rem 0 2.4rem;
          line-height: 1.2; } }
      #common_sense_03 .arrowBg .font .txtL {
        font-size: 138%; }
    #common_sense_03 .arrowBg.type2 {
      background: url("../images/arrowBg2_pc.gif") no-repeat left top;
      background-size: 100% 100%;
      margin: 80px auto 0px; }
      @media (max-width: 1025px) {
        #common_sense_03 .arrowBg.type2 {
          margin: 0px auto 0px; } }
      @media (max-width: 735px) {
        #common_sense_03 .arrowBg.type2 {
          margin: 0px auto 0px;
          background: url("../images/arrowBg2_sp.gif");
          background-size: 100% 100%; } }
      #common_sense_03 .arrowBg.type2 .font {
        font-size: 2.2rem;
        padding: 70px 0 80px; }
        @media (max-width: 1025px) {
          #common_sense_03 .arrowBg.type2 .font {
            font-size: 1.8rem;
            padding: 35px 0 60px; } }
        @media (max-width: 735px) {
          #common_sense_03 .arrowBg.type2 .font {
            font-size: 1.1rem;
            padding: 0.8rem 0 2.4rem;
            line-height: 1.2; } }
        #common_sense_03 .arrowBg.type2 .font .txtL {
          font-size: 138%;
          border-bottom: 2px solid #ffff00; }
  #common_sense_03 .kyouseiBlock {
    align-items: center; }
    #common_sense_03 .kyouseiBlock .txtBlock {
      width: 53%; }
      @media (max-width: 1025px) {
        #common_sense_03 .kyouseiBlock .txtBlock {
          width: 55%; } }
      @media (max-width: 735px) {
        #common_sense_03 .kyouseiBlock .txtBlock {
          width: 100%; } }
      #common_sense_03 .kyouseiBlock .txtBlock .font {
        font-size: 1.5rem; }
        @media (max-width: 1025px) {
          #common_sense_03 .kyouseiBlock .txtBlock .font {
            font-size: 1.05rem; } }
        @media (max-width: 735px) {
          #common_sense_03 .kyouseiBlock .txtBlock .font {
            font-size: 0.9rem;
            letter-spacing: -0.05rem; } }
        @media (max-width: 320px) {
          #common_sense_03 .kyouseiBlock .txtBlock .font {
            font-size: 0.8rem; } }
      #common_sense_03 .kyouseiBlock .txtBlock .g_box {
        background: #cce7e8;
        padding: 20px;
        box-sizing: border-box;
        margin: 20px auto 20px; }
        @media (max-width: 1025px) {
          #common_sense_03 .kyouseiBlock .txtBlock .g_box {
            padding: 20px 10px; } }
        @media (max-width: 735px) {
          #common_sense_03 .kyouseiBlock .txtBlock .g_box {
            padding: 10px;
            margin: 1rem auto 1rem; } }
        #common_sense_03 .kyouseiBlock .txtBlock .g_box .font {
          font-size: 1.9rem;
          font-weight: 600; }
          @media (max-width: 1025px) {
            #common_sense_03 .kyouseiBlock .txtBlock .g_box .font {
              font-size: 1.4rem; } }
          @media (max-width: 735px) {
            #common_sense_03 .kyouseiBlock .txtBlock .g_box .font {
              font-size: 1.2rem; } }
          @media (max-width: 320px) {
            #common_sense_03 .kyouseiBlock .txtBlock .g_box .font {
              font-size: 1.1rem; } }
    #common_sense_03 .kyouseiBlock .img {
      width: 43%; }
      @media (max-width: 735px) {
        #common_sense_03 .kyouseiBlock .img {
          width: 100%; } }
#common_sense_03 .symptoms dl{
    position: relative;
    width:30%;
}

#common_sense_03 .symptoms dl:not(:last-child):after {
        position: absolute;
        content: '';
        top: 50%;
        right: -17%;
        transform: translateY(-50%);
        display: block;
        width: 40px;
        height: 189px;
        background-image: url("../images/arriw_right.png");
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 1025px) {
          #common_sense_03 .symptoms dl:not(:last-child):after {
            height: 100px;
            top: 50%;
            right: -17%; } }
        @media (max-width: 735px) {
          #common_sense_03 .symptoms dl:not(:last-child):after {
            background-image: url("../images/arrow_under.png");
            width: 120px;
            height: 30px;
            top: auto;
            bottom: -12%;
            right: auto;
            left: 50%;
            transform: translateY(0);
            transform: translateX(-50%); } }
      @media (max-width: 735px) {
        #common_sense_03 .symptoms dl {
          width: 100%;
          text-align:center; }
          #common_sense_03 .symptoms dl:not(:last-child) {
            margin: 0 auto 4em; } 
           #common_sense_03 .symptoms img{
            width:80%;}}


.gimonBlock {
  width: 100%;
  background: url("../images/gimon_bg.jpg") repeat;
  padding: 45px 0 80px;
  box-sizing: border-box; }
  @media (max-width: 1025px) {
    .gimonBlock {
      padding: 35px 0 60px; } }
  @media (max-width: 735px) {
    .gimonBlock {
      padding: 1.2rem 0 1.8rem; } }
  .gimonBlock h3 {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 1000px; }
    .gimonBlock h3 img {
      width: 100%; }
    @media (max-width: 1025px) {
      .gimonBlock h3 {
        margin: 0 auto 30px; } }
    @media (max-width: 735px) {
      .gimonBlock h3 {
        margin: 0 auto 20px; } }
  .gimonBlock dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-weight: 600;
    margin: 0 0 20px; }
    .gimonBlock dl dt {
      width: 20%; }
      .gimonBlock dl dt img {
        width: 100%; }
    .gimonBlock dl dd {
      width: 76%; }
      @media (max-width: 1025px) {
        .gimonBlock dl dd {
          width: 74%; } }
      @media (max-width: 735px) {
        .gimonBlock dl dd {
          width: 72%; } }
    .gimonBlock dl.question .fukidasi {
      position: relative;
      background: #fff;
      padding: 30px;
      box-sizing: border-box;
      border-radius: 10px;
      font-size: 1.8rem; }
      @media (max-width: 1025px) {
        .gimonBlock dl.question .fukidasi {
          font-size: 1.4rem;
          padding: 20px; } }
      @media (max-width: 735px) {
        .gimonBlock dl.question .fukidasi {
          font-size: 1rem;
          padding: 0.8rem 3%; } }
      .gimonBlock dl.question .fukidasi .txtL {
        font-size: 120%; }
        @media (max-width: 735px) {
          .gimonBlock dl.question .fukidasi .txtL {
            font-size: 110%; } }
      .gimonBlock dl.question .fukidasi:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-top: 10px solid transparent;
        border-right: 20px solid #fff;
        border-bottom: 10px solid transparent;
        border-left: 0; }
    .gimonBlock dl.answer .fukidasi {
      position: relative;
      background: #fff;
      padding: 30px;
      border: 4px solid #65b6ba;
      border-radius: 10px;
      box-sizing: border-box;
      font-size: 1.4rem; }
      @media (max-width: 1025px) {
        .gimonBlock dl.answer .fukidasi {
          font-size: 1.15rem;
          padding: 20px; } }
      @media (max-width: 735px) {
        .gimonBlock dl.answer .fukidasi {
          font-size: 0.8rem;
          padding: 0.8rem 3%; } }
      .gimonBlock dl.answer .fukidasi .txtL {
        font-size: 160%; }
        @media (max-width: 735px) {
          .gimonBlock dl.answer .fukidasi .txtL {
            font-size: 130%;
            line-height: 1.4; } }
      .gimonBlock dl.answer .fukidasi:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -24px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-left: 24px solid #65b6ba;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-right: 0; }
      .gimonBlock dl.answer .fukidasi:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-left: 20px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 0; }

.potential {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 auto 10px; }
  @media (max-width: 1025px) {
    .potential {
      font-size: 1.7rem;
      margin: 0 auto 60px; } }
  @media (max-width: 735px) {
    .potential {
      font-size: 1.2rem;
      margin: 0 auto 30px; } }
  @media (max-width: 320px) {
    .potential {
      font-size: 1.1rem; } }
  .potential .txtL {
    font-size: 140%;
    font-weight: 600;
    background: linear-gradient(transparent 70%, #ffff00 70%); }
.border_Img {
  display: flex;
  align-items: center; }
  @media (max-width: 1025px) {
    .border_Img img {
      width: 148px; } }
  @media (max-width: 735px) {
    .border_Img img {
      width: 100px; } }
  .border_Img:before, .border_Img:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #65b6ba; }
  .border_Img:before {
    margin-right: 1rem; }
  .border_Img:after {
    margin-left: 1rem; }

.bgGreen {
  background: #65b6ba;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin:auto 0 60px;}
  @media (max-width: 1025px) {
    .bgGreen {
      margin: 0px auto 40px; } }
  @media (max-width: 735px) {
    .bgGreen {
      margin: 0px auto 0.6rem;
      padding: 15px 5% 10px; } }
  .bgGreen p {
    text-align: center;
    margin: auto; }
    @media (max-width: 1025px) {
      .bgGreen p {
        max-width: 480px; } }
.txtL_potential{
    font-size: 140%;
    font-weight: 600;}
.bk_red{
        background:-webkit-linear-gradient(0deg, #e47579, #d53037);}
/*  ------------------------------------------------------------ */
/*唾液検査について*/
/*  ------------------------------------------------------------ */
#common_sense_04 {
  margin: 0 auto 0;
  padding: 80px 0 5px; }
  @media (max-width: 1025px) {
    #common_sense_04 {
      margin: -10px auto 0;
      padding: 50px 0 10px; } }
  @media (max-width: 735px) {
    #common_sense_04 {
      margin: -50px auto 0;
      padding: 50px 0 30px; } }
  @media (max-width: 735px) {
    #common_sense_04 .font.typeS {
      font-size: 92%; } }
  #common_sense_04 h3 {
    max-width: 700px;
    border-bottom: 1px solid #0093C4;
    padding: 0 15px 5px 15px;
    margin: 0 auto 25px; }
    @media (max-width: 1025px) {
      #common_sense_04 h3 {
        max-width: 400px;
        padding: 0 45px 5px 45px; } }
    @media (max-width: 735px) {
      #common_sense_04 h3 {
        max-width: 80%;
        padding: 0 5% 0px 5%;
        margin: 0 auto 0.8rem; } }
  #common_sense_04 .font.type2 {
    font-size: 1.6rem;
    letter-spacing: -0.05rem; }
    @media (max-width: 1025px) {
      #common_sense_04 .font.type2 {
        font-size: 1.2rem; } }
    @media (max-width: 735px) {
      #common_sense_04 .font.type2 {
        font-size: 0.9rem; } }
    @media (max-width: 360px) {
      #common_sense_04 .font.type2 {
        font-size: 0.8rem; } }
    @media (max-width: 320px) {
      #common_sense_04 .font.type2 {
        font-size: 0.8rem; } }
    #common_sense_04 .font.type2 .txtL {
      font-size: 140%;
      font-weight: 600; }
      @media (max-width: 735px) {
        #common_sense_04 .font.type2 .txtL {
          font-size: 120%;
          line-height: 1.4; } }
  #common_sense_04 .kensaBlock {
    margin: 80px auto 60px; }
    @media (max-width: 1025px) {
      #common_sense_04 .kensaBlock {
        margin: 60px auto 60px; } }
    @media (max-width: 735px) {
      #common_sense_04 .kensaBlock {
        margin: 30px auto 30px; } }
  #common_sense_04 .child {
    width: 32.5%; }
    @media (max-width: 735px) {
      #common_sense_04 .child {
        width: 100%; } }
    #common_sense_04 .child h4 {
      font-size: 1.8rem;
      font-weight: 600;
      text-align: center;
      margin: 0 auto 13px; }
      @media (max-width: 1025px) {
        #common_sense_04 .child h4 {
          font-size: 1.2rem;
          margin: 0 auto 5px; } }
      @media (max-width: 735px) {
        #common_sense_04 .child h4 {
          font-size: 1.2rem;
          margin: 0 auto 0.2rem; } }
    #common_sense_04 .child .box {
      background: #FFF;
      padding: 15px 15px 30px 15px;
      box-sizing: border-box; }
      @media (min-width: 1026px) {
        #common_sense_04 .child .box {
          min-height: 465px; } }
      @media (max-width: 1025px) {
        #common_sense_04 .child .box {
          padding: 10px 10px 20px 10px;
          min-height: 410px; } }
      @media (max-width: 735px) {
        #common_sense_04 .child .box {
          padding: 0.8rem 4% 1.3rem 4%;
          margin-bottom: 1.5rem;
          min-height: auto; } }
      #common_sense_04 .child .box .img {
        margin: 0 auto 10px; }
        @media (max-width: 735px) {
          #common_sense_04 .child .box .img {
            margin: 0 auto 10px; } }
  #common_sense_04 dl.price {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0 auto;
    font-size: 1.4rem; }
    @media (max-width: 735px) {
      #common_sense_04 dl.price {
        display: block;
        margin: 0 auto;
        text-align: center; } }
    #common_sense_04 dl.price dt {
      margin-right: 10px; }
      @media (max-width: 1025px) {
        #common_sense_04 dl.price dt {
          width: 8%; }
          #common_sense_04 dl.price dt img {
            width: 100%; } }
      @media (max-width: 735px) {
        #common_sense_04 dl.price dt {
          width: 20%;
          margin: 0 auto 0px;
          height: auto; } }
  #common_sense_04 .merit {
    margin: 40px auto 80px; }
    @media (max-width: 1025px) {
      #common_sense_04 .merit {
        margin: 30px auto 60px; } }
    @media (max-width: 735px) {
      #common_sense_04 .merit {
        margin: 1rem auto 0.6rem; } }
    @media (max-width: 735px) {
      #common_sense_04 .merit.flex {
        justify-content: center; } }
    #common_sense_04 .merit .child {
      width: 30%; }
      #common_sense_04 .merit .child img {
        width: 100%; }
      @media (max-width: 735px) {
        #common_sense_04 .merit .child {
          width: 48.5%;
          margin-bottom: 0.8rem; }
          #common_sense_04 .merit .child:nth-child(1) {
            margin-right: 3%; } }
      #common_sense_04 .merit .child dl {
        display: flex;
        align-items: center;
        justify-content: center; }
        #common_sense_04 .merit .child dl dt {
          margin-right: 10px; }
          @media (max-width: 1025px) {
            #common_sense_04 .merit .child dl dt {
              width: 20%; } }
          @media (max-width: 735px) {
            #common_sense_04 .merit .child dl dt {
              width: 15%;
              margin-right: 5px; } }
        #common_sense_04 .merit .child dl .font {
          font-size: 1.8rem;
          font-weight: 600;
          line-height: 1.2; }
          @media (max-width: 1025px) {
            #common_sense_04 .merit .child dl .font {
              font-size: 1.25rem; } }
          @media (max-width: 735px) {
            #common_sense_04 .merit .child dl .font {
              font-size: 0.9rem; } }

/*  ------------------------------------------------------------ */
/*虫歯予防をするには*/
/*  ------------------------------------------------------------ */
#common_sense_05-1 {
  background: url("../images/common_sense3_img06-bg_pc.jpg") center center;
  margin: 0 auto 0;
  padding: 7vh 0 }
  @media (max-width: 1025px) {
    #common_sense_05-1 {
      margin: -10px auto 0;
      padding: 50px 0 10px; } }
  @media (max-width: 735px) {
    #common_sense_05-1 {
      margin: -50px auto 0;
      padding: 20px 0 30px; } }
  @media (max-width: 735px) {
    #common_sense_05-1 .font.typeS {
      font-size: 92%; } }

/*  ------------------------------------------------------------ */
/*患者さんの声*/
/*  ------------------------------------------------------------ */
#voice {
  background: #eff8f8;
  padding: 100px 0 0;
  position: relative; }
  @media (max-width: 1025px) {
    #voice {
      padding: 80px 0 0; } }
  @media (max-width: 735px) {
    #voice {
      padding: 40px 0 0; } }
  #voice:after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 180px solid #eff8f8; }
    @media (max-width: 1025px) {
      #voice:after {
        border-top: 140px solid #eff8f8; } }
    @media (max-width: 735px) {
      #voice:after {
        border-top: 60px solid #eff8f8; } }
  #voice h2 {
    text-align: center;
    margin: 0 auto 40px; }
    @media (max-width: 1025px) {
      #voice h2 {
        margin: 0 auto 30px; } }
    @media (max-width: 735px) {
      #voice h2 {
        margin: 0 auto 1rem; } }
    #voice h2 .font {
      font-size: 2.4rem;
      font-weight: normal; }
      @media (max-width: 1025px) {
        #voice h2 .font {
          font-size: 1.8rem; } }
      @media (max-width: 735px) {
        #voice h2 .font {
          font-size: 1.1rem; } }
      #voice h2 .font .txtL {
        font-size: 140%; }
  #voice .box {
    background: #fff;
    padding: 25px 30px 45px 30px;
    box-sizing: border-box;
    margin-bottom: 35px; }
    @media (max-width: 1025px) {
      #voice .box {
        padding: 25px 25px 35px 25px;
        margin-bottom: 25px; } }
    @media (max-width: 735px) {
      #voice .box {
        padding: 0.8rem 4% 1.2rem;
        margin-bottom: 1rem; } }
    @media (max-width: 735px) {
      #voice .box .flex {
        align-items: center; } }
    #voice .box .flex .img {
      width: 15%; }
      #voice .box .flex .img img {
        width: 100%; }
      @media (max-width: 1025px) {
        #voice .box .flex .img {
          width: 15%; } }
      @media (max-width: 735px) {
        #voice .box .flex .img {
          width: 14%; } }
    #voice .box .flex .txtBlock {
      width: 100%; }
      @media (max-width: 1025px) {
        #voice .box .flex .txtBlock {
          width: 100%; } }
      @media (max-width: 735px) {
        #voice .box .flex .txtBlock {
          width: 100%;
          text-align:center; } }
    #voice .box .font {
      font-size: 1.7rem;
      line-height: 1.4;
      background: linear-gradient(transparent 80%, #ffff50 0%);
      display: inline;
      padding: 0 2px 3px;
      margin-bottom: 20px; }
      @media (max-width: 1025px) {
        #voice .box .font {
          font-size: 1.3rem; } }
      @media (max-width: 735px) {
        #voice .box .font {
          font-size: 1rem;
          line-height: 1; } }
      @media (max-width: 320px) {
        #voice .box .font {
          font-size: 0.9rem; } }
      #voice .box .font .txtL {
        font-size: 140%; }
        @media (max-width: 1025px) {
          #voice .box .font .txtL {
            font-size: 130%; } }
        @media (max-width: 735px) {
          #voice .box .font .txtL {
            font-size: 120%; } }

#voice_come {
  padding: 280px 0 100px; }
  @media (max-width: 1025px) {
    #voice_come {
      padding: 180px 0 40px; } }
  @media (max-width: 735px) {
    #voice_come {
      padding: 80px 0 20px; } }
  #voice_come .fontB_2 {
    font-size: 2.4rem;
    font-weight: 600; }
    @media (max-width: 1025px) {
      #voice_come .fontB_2 {
        font-size: 1.6rem; } }
    @media (max-width: 735px) {
      #voice_come .fontB_2 {
        font-size: 1.1rem; } }
  #voice_come .color {
    font-size: 140%; }

/*  ------------------------------------------------------------ */
/*コンタクト*/
/*  ------------------------------------------------------------ */
#contact .yoyaku {
  position: relative; }
  #contact .yoyaku:before {
    position: absolute;
    content: '';
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 190px;
    height: 68px;
    background-image: url("../images/arrow.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 1025px) {
      #contact .yoyaku:before {
        width: 130px;
        height: 44px;
        bottom: -70px; } }
    @media (max-width: 735px) {
      #contact .yoyaku:before {
        width: 110px;
        height: 36px;
        bottom: -60px; } }
#contact .fontB_2 {
  font-size: 2.8rem;
  font-weight: 600; }
  @media (max-width: 1025px) {
    #contact .fontB_2 {
      font-size: 2rem; } }
  @media (max-width: 735px) {
    #contact .fontB_2 {
      font-size: 1.4rem; } }
#contact .kensa {
  font-size: 1.8rem;
  font-weight: 600; }
  @media (max-width: 1025px) {
    #contact .kensa {
      font-size: 1.6rem; } }
  @media (max-width: 735px) {
    #contact .kensa {
      font-size: 1.1rem; } }
#contact .contact {
  margin: 140px auto 0;}
  @media (max-width: 1025px) {
    #contact .contact {
      margin: 80px auto 60px; } }
  @media (max-width: 735px) {
    #contact .contact {
      margin: 60px auto 40px; } }
  #contact .contact .formTable {
    margin: 0 auto 60px; }
    @media (max-width: 1025px) {
      #contact .contact .formTable {
        margin: 0 auto 40px; } }
    @media (max-width: 735px) {
      #contact .contact .formTable {
        margin: 0 auto 20px; } }
    #contact .contact .formTable table {
      border-spacing: 0pt;
      font-size: 90%;
      width: 100%;
      text-align: left; }
      #contact .contact .formTable table th {
        max-width: 7rem;
        border-bottom: 1px solid #cacaca;
        font-weight: normal;
        padding: 0 10px; }
        @media (max-width: 735px) {
          #contact .contact .formTable table th {
            max-width: 100%;
            border-bottom: none;
            display: block; } }
      #contact .contact .formTable table td {
        padding: 26px;
        box-sizing: border-box;
        border-bottom: 1px solid #cacaca; }
        @media (max-width: 735px) {
          #contact .contact .formTable table td {
            width: 100%;
            display: block;
            padding: 10px 10px 15px;
            margin-bottom: 10px; } }
    #contact .contact .formTable .text input {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      display: inline-block;
      color: inherit;
      font-family: inherit;
      font-size: 90%;
      width: 100%;
      padding: 0.8em 0.8em;
      background-color: #F2F2F2;
      border: none;
      box-sizing: border-box;
      border-radius: 4px; }
      #contact .contact .formTable .text input:focus {
        box-shadow: none;
        outline: none; }
#contact .textarea textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 0.6em 0.8em;
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 4px;
  box-sizing: border-box;
  border: none; }
#contact .required {
  display: inline-block;
  padding: 0 .3em;
  margin: 0 0 0 1em;
  font-size: 13px;
  color: #fff;
  background-color: #d72624;
  border-radius: 3px; }
#contact .inquiry {
  font-size: 90%;
  margin: 0 0 14px; }

.formBtn {
  margin: 60px auto 100px; }
  @media (max-width: 1025px) {
    .formBtn {
      margin: 40px auto 60px; } }
  @media (max-width: 735px) {
    .formBtn {
      margin: 20px auto 4rem; } }
  .formBtn a {
    text-align: center;
    display: block;
    background-color: #8ec721;
    width: 20rem;
    padding: 20px;
    text-decoration: none;
    color: #FFF;
    font-weight: 600;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1.5rem;
    margin: auto; }
    @media (max-width: 1025px) {
      .formBtn a {
        width: 16rem;
        padding: 15px;
        font-size: 1.2rem; } }
    @media (max-width: 735px) {
      .formBtn a {
        width: 12rem;
        padding: 12px;
        font-size: 1.1rem; } }

.contact_block {
  width: 100%;
  background: url("../images/gimon_bg.jpg") repeat;
  padding: 7vh 0 7vh;
  box-sizing: border-box; }
  @media (max-width: 1025px) {
    .contact_block{
      padding: 3vh; } }
  @media (max-width: 735px) {
    .contact_block {
      padding: 2vh; } }
.contact .fontB_2,
.contact .kensa {
	text-align: center;
}
.contact .kensa {
	margin-bottom: 3vh;
}

.line_box {
	text-align: center;
	border:10px solid #07b53b;
	border-radius: 10px;
	padding: 1.5em;
	width: 47%;
	background: #07b53b;
	box-shadow: 4px 4px 8px 0px #777777;
}
@media (max-width: 1025px) {
	.line_box {
		width: 100%;
		margin-bottom: 2vh;
		padding: 1em;
	}
}

.tel_box {
	text-align: center;
	border:10px solid #40b6c5;
	border-radius: 10px;
	padding: 1.5em;
	width: 37%;
	background: #fff;
	box-shadow: 4px 4px 8px 0px #777777;
}
@media (max-width: 1025px) {
	.tel_box {
		width: 100%;
		padding: 1em;
	}
}
.sp-br {display: none;}
@media (max-width: 735px) {
	.sp-br {display: block;}
}
.line_box h3,
.tel_box h3 {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
@media (max-width: 735px) {
.line_box h3,
.tel_box h3 {font-size: 1.5rem;}
}
.line_box a,
.tel_box .tel {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-decoration: none;
	padding: 0.35em;
}
@media (max-width: 735px) {
.line_box a,
.tel_box .tel {
		font-size: 1.35rem;
	}
}
.line_box a {
	background: #fff;
	border-radius: 30px;
	color: #07b53b;
	box-shadow: 0px 6px 0px 0px #04601f;
}
.tel_box .tel {
	color: #40b6c5;
}
@media (max-width: 735px) {
.tel_box a {padding: 0;}
}
.line_box p,
.tel_box p {
	font-size: 1em;
}
.line_box h3 {
	color: #fff;
}
.line_box p {
	color: #fff;
}
.line_box .line_qr {
	width: 28%;
	padding: 10px 0 0 0;
}
@media (max-width: 1025px) {
	.line_box .line_qr {display: none;}
}
.line_box .line_qr img {
	width: 100%;
}
@media (max-width: 1025px) {
	.line_box .flex {display: block;}
}

/*  -------------------------------------------------------------------------------------------------------------------- */
footer {
  width: 100%;
  background: #40b6c5;
  padding: 40px 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1rem; }
  @media (max-width: 1025px) {
    footer {
      padding: 30px 0; } }
  @media (max-width: 735px) {
    footer {
      padding: 20px 0; } }
  @media (max-width: 735px) {
    footer h2 {
      width: 90%;
      text-align: center;
      margin: auto; }
      footer h2 img {
        width: 100%; } }
  footer .flex {
    align-items: flex-end; }
  @media (max-width: 735px) {
    footer .txtContent {
      width: 100%;
      text-align: center;
      margin: 10px 0 0 0; } }
  footer address {
    margin: 30px 0 0;
    font-size: 90%; }
    @media (max-width: 735px) {
      footer address {
        margin: 20px 0 0; } }
  footer .copyright {
    padding: 16px 0 0;
    font-size: 10px;
    color: #fff; }
  footer .imgContent {
    width: 590px; }
    @media (max-width: 1025px) {
      footer .imgContent {
        width: 400px; } }
    @media (max-width: 735px) {
      footer .imgContent {
        width: 100%;
        margin: 20px auto 0; } }
    @media (max-width: 1025px) {
      footer .imgContent p {
        width: 48%; }
        footer .imgContent p img {
          width: 100%; } }
    @media (max-width: 735px) {
      footer .imgContent p {
        width: 49%; } }

#pagefoot {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 5px;
  padding-bottom: 40px; }
  @media (max-width: 735px) {
    #pagefoot {
      padding-bottom: 10px; 
      right: 20px;} 
  #pagefoot img {
    width:100px !important;
}
}
  #pagefoot img {
    cursor: pointer; 
    width:70%;
}

/*  ------------------------------------------------------------ */
/*追加CSS*/
/*  ------------------------------------------------------------ */
.triangle{
    text-align:center;
    padding-bottom:20px;}

#common_sense_05{
    padding-bottom:70px;}
	@media (max-width: 1025px) {
      #common_sense_05 {
        padding-bottom:50px; } }
    @media (max-width: 735px) {
      #common_sense_05 {
        padding-bottom:30px; } }

.float_none{
    overflow:hidden;
    margin:20px 0 130px 0;}

.float_left{
    float:left;
    width:21%;
    text-align:center;}
.sec_font{
    font-size: 18px;
    color: #000;
    font-weight:bold;
    margin-bottom:5px;}

.sec_text{
    color: #000;
    text-align:left;}

  @media screen and (max-width: 800px){
    .sec_triangle{
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 32.5px 0 32.5px;
      border-color: #6bbabe transparent transparent transparent;
      margin: 20px auto;}
    .float_left{
      float: none;
      width: 100%;}
    .float_none{
      overflow:hidden;
      margin:20px 0 80px 0;} }
  @media screen and (min-width: 800px){
    .sec_triangle{
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 32.5px 0 32.5px 20px;
      border-color: transparent transparent transparent #6bbabe;
      float:left;
      margin: 10% 21px;}　}

/*  ------------------------------------------------------------ */
/*先生のコメント*/
/*  ------------------------------------------------------------ */
.doctorcomment{
    margin-top:60px;}
.doctorcomment dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;}
.doctorcomment dt {
    width: 50%;}
.doctorcomment dl dd {
    width: 80%;}
.doctor_img{
    display:none;}
.doctorcomment .doctor_text{
    font-size:30px;
    font-weight:bold;
    font-family:'Noto Serif JP';}
.doctoe_text_big{
    font-size:40px;}
 .doctorcomment .fukidashi {
    position: relative;
    background: #fff;
    padding: 30px;
    border: 8px solid #65b6ba;
    border-radius: 20px;
    box-sizing: border-box;}
.doctor_comment_img{
     width:47%;
     margin:-85px -35px 0px;
     }

      @media (max-width: 735px) {
         .doctorcomment dl dd {
          width:100%;}
       .doctorcomment .sp_none{ 
          display:none;}
       .doctorcomment .sp {
          width:50% !important;}
       .doctorcomment dl {
          display:block;}
       .doctorcomment dt {
          width:100%;
          text-align:center;}
       .doctorcomment .doctor_text{
          font-size:15px;}
       .doctoe_text_big{
          font-size:20px;}
        .doctorcomment .fukidashi {
          padding: 15px;
          border: 4px solid #65b6ba;
          border-radius: 15px;} 
       .doctor_comment_img{
          width:100%;
          margin:-40px 0px 0px;
          }
       .doctor_img{
          width:58%;
          float:right;
          margin:-70px -115px;
          display:block;
          }}


 .doctorcomment .fukidashi:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -24px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-right: 24px solid #65b6ba;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 0; }
      .doctorcomment .fukidashi:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -12px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-right: 20px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 0; }

      @media (max-width: 735px) {
        .doctorcomment .fukidashi:before {
          display:none;}
      .doctorcomment .fukidashi:after {
          display:none;} }

      .text_right{
        text-align:right;
        }
      .weight_color{
        font-weight:bold;
        color:#d53037;
        }