@charset "UTF-8";
.h_font_b {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  color: #2E3192;
  font-weight: bold; }

.h2_box {
  text-align: center;
  margin-bottom: 60px; }

.h2_box h2 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  color: #2E3192;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px; }

.h2_box .slug {
  font-weight: 800;
  font-size: 20px;
  color: #64b4b4; }

@media only screen and (max-width: 800px) {
  .h_font_b {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    color: #2E3192;
    font-weight: bold; }

  .h2_box {
    text-align: center;
    margin-bottom: 60px; }

  .h2_box h2 {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color: #2E3192;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px; }

  .h2_box .slug {
    font-weight: 800;
    font-size: 20px;
    color: #64b4b4; } }
/*-----------------------------------------------
FV
----------------------------------------------------*/
.fv_sec {
  height: 638px;
  background: url(../images/page/top/fv_pc.png);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 800px) {
  .fv_sec {
    height: auto;
    background: none; } }
/*-----------------------------------------------
message_sec
----------------------------------------------------*/
.message_sec {
  margin-top: -40px;
  padding: 90px 0 60px 0;
  background: #dff0ef; }
  .message_sec .red {
    color: #ED1E79; }
  .message_sec .message_box {
    width: 1080px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; }
  .message_sec .message_box_in {
    width: 90%;
    margin: auto;
    padding: 30px 0 0 0; }
  .message_sec .message_title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .message_sec .message_title_red {
    color: #ED1E79; }
  .message_sec .message_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
  .message_sec .message_box .text {
    font-size: 14px; }
  .message_sec .col {
    width: 48%;
    margin-bottom: 30px; }
  .message_sec .message_cta {
    border: 1px solid #ED1E79;
    padding: 20px 0 20px 0;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px; }
  .message_sec .message_cta_title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #ED1E79; }
  .message_sec .message_cta_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: auto; }
  .message_sec .message_cta_flBox .col_l {
    font-weight: 700;
    font-size: 43px;
    width: 100%;
    line-height: 1;
    text-align: center; }
  .message_sec .message_cta_flBox .col_l i {
    font-size: 30px;
    margin-right: 5px; }
  .message_sec .message_cta_flBox .col_r {
    font-size: 14px;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0 10px 0; }
  .message_sec .dejisuma_box {
    width: 983px;
    background: #fff;
    margin-bottom: 30px; }

@media only screen and (max-width: 800px) {
  .message_sec {
    margin-top: -40px;
    padding: 60px 0 60px 0;
    background: #dff0ef; }
    .message_sec .red {
      color: #ED1E79; }
    .message_sec .message_box {
      width: 90%;
      margin: auto;
      background: #fff;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px; }
    .message_sec .message_box_in {
      width: 90%;
      margin: auto;
      padding: 30px 0 30px 0; }
    .message_sec .message_title {
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px solid #B3B3B3;
      margin-bottom: 10px;
      padding-bottom: 10px; }
    .message_sec .message_title_red {
      color: #ED1E79; }
    .message_sec .message_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 0; }
    .message_sec .message_box .text {
      font-size: 14px; }
    .message_sec .col {
      width: 100%;
      margin-bottom: 20px; }
    .message_sec .col01 {
      order: 1; }
    .message_sec .col02 {
      order: 3; }
    .message_sec .col03 {
      order: 2; }
    .message_sec .col04 {
      order: 4; }
    .message_sec .message_cta {
      border: 1px solid #ED1E79;
      padding: 20px 0 20px 0;
      border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px; }
    .message_sec .message_cta_title {
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      margin-bottom: 10px;
      color: #ED1E79; }
    .message_sec .message_cta_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 90%;
      margin: auto; }
    .message_sec .message_cta_flBox .col_l {
      font-weight: 800;
      font-size: 30px;
      width: 100%;
      line-height: 1;
      text-align: center; }
    .message_sec .message_cta_flBox .col_l i {
      font-size: 20px;
      margin-right: 5px; }
    .message_sec .message_cta_flBox .col_r {
      font-size: 14px;
      width: 100%;
      line-height: 1.5;
      text-align: center;
      padding: 10px 0 10px 0; }
    .message_sec .dejisuma_box {
      width: 90%;
      background: #fff;
      margin-top: 30px; } }
/*-----------------------------------------------
症状・診療案内
----------------------------------------------------*/
.types_sec {
  padding: 60px 0 60px 0; }
  .types_sec .types_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .types_sec .types_flBox .col {
    width: 48%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-bottom: 30px;
    background: #fff; }
  .types_sec .types_flBox .title {
    background: #2E3192;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0; }
  .types_sec .types_flBox .title img {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 80px; }
  .types_sec .bullet {
    margin: 20px auto 20px auto; }
  .types_sec .bullet_in {
    width: 85%;
    padding: 20px 0 20px 0;
    margin: auto; }
  .types_sec .bullet ul {
    padding: 0;
    margin: 0; }
  .types_sec .bullet li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    background: url(../images/page/top/nayami_bullet.svg);
    background-size: 25px;
    background-position: left center;
    background-repeat: no-repeat; }
  .types_sec .blue03 {
    color: #64b4b4; }
  .types_sec .message_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: auto;
    padding: 20px 0 10px 0; }
  .types_sec .message_flBox .message_l {
    width: 80px; }
  .types_sec .message_flBox .message_r {
    width: 370px;
    font-size: 16px;
    padding-right: 5px; }

/*症状*/
.shoujou_sec .col {
  width: 48%;
  border: 1px solid #2E3192; }

/*診療案内*/
.nayami_sec {
  background: #2E3192; }
  .nayami_sec .nayami_link {
    text-align: center; }
  .nayami_sec a {
    color: #64b4b4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline; }
  .nayami_sec h2 {
    color: #fff; }
  .nayami_sec .message_flBox {
    height: 200px; }
  .nayami_sec .col {
    width: 48%;
    border: 1px solid #fff;
    padding-bottom: 30px; }
  .nayami_sec .sp {
    margin-left: 30px; }

@media only screen and (max-width: 1200px) {
  .types_sec {
    padding: 60px 0 60px 0; }
    .types_sec .types_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .types_sec .types_flBox .col {
      width: 48%;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin-bottom: 30px;
      background: #fff; }
    .types_sec .types_flBox .title {
      background: #2E3192;
      color: #fff;
      position: relative;
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      height: 120px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border-radius: 15px 15px 0 0;
      -webkit-border-radius: 15px 15px 0 0;
      -moz-border-radius: 15px 15px 0 0; }
    .types_sec .types_flBox .title img {
      position: absolute;
      left: 10px;
      top: 20px;
      width: 80px; }
    .types_sec .bullet {
      margin: 20px auto 20px auto; }
    .types_sec .bullet_in {
      width: 85%;
      padding: 20px 0 20px 0;
      margin: auto; }
    .types_sec .bullet ul {
      padding: 0;
      margin: 0; }
    .types_sec .bullet li {
      list-style: none;
      padding-left: 40px;
      position: relative;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 5px;
      background: url(../images/page/top/nayami_bullet.svg);
      background-size: 25px;
      background-position: left center;
      background-repeat: no-repeat; }
    .types_sec .blue03 {
      color: #64b4b4; }
    .types_sec .message_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 96%;
      margin: auto;
      padding: 20px 0 10px 0; }
    .types_sec .message_flBox .message_l {
      width: 15%; }
    .types_sec .message_flBox .message_r {
      width: 78%;
      font-size: 16px;
      padding-right: 5px; }

  /*症状*/
  .shoujou_sec .col {
    width: 48%;
    border: 1px solid #2E3192; }

  /*診療案内*/
  .nayami_sec {
    background: #2E3192; }
    .nayami_sec h2 {
      color: #fff; }
    .nayami_sec .col {
      width: 48%;
      border: 1px solid #fff;
      height: 355px; }
    .nayami_sec .message_flBox {
      height: auto; } }
@media only screen and (max-width: 800px) {
  .types_sec {
    padding: 60px 0 60px 0; }
    .types_sec .types_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .types_sec .types_flBox .col {
      width: 100%;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin-bottom: 30px;
      background: #fff; }
    .types_sec .types_flBox .title {
      background: #2E3192;
      color: #fff;
      position: relative;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      height: 90px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border-radius: 15px 15px 0 0;
      -webkit-border-radius: 15px 15px 0 0;
      -moz-border-radius: 15px 15px 0 0; }
    .types_sec .types_flBox .title img {
      position: absolute;
      left: 10px;
      top: 20px;
      width: 50px; }
    .types_sec .bullet {
      margin: 20px auto 20px auto; }
    .types_sec .bullet_in {
      width: 90%;
      padding: 20px 0 20px 0;
      margin: auto; }
    .types_sec .bullet ul {
      padding: 0;
      margin: 0; }
    .types_sec .bullet li {
      list-style: none;
      padding-left: 25px;
      position: relative;
      font-weight: bold;
      font-size: 13px;
      margin-bottom: 5px;
      background: url(../images/page/top/nayami_bullet.svg);
      background-size: 17px;
      background-position: left center;
      background-repeat: no-repeat; }
    .types_sec .blue03 {
      color: #64b4b4; }
    .types_sec .message_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 96%;
      margin: auto;
      padding: 20px 0 10px 0; }
    .types_sec .message_flBox .message_l {
      width: 15%; }
    .types_sec .message_flBox .message_r {
      width: 78%;
      font-size: 13px;
      padding-right: 5px; }

  /*症状*/
  .shoujou_sec .col {
    width: 48%;
    border: 1px solid #2E3192; }

  /*診療案内*/
  .nayami_sec {
    background: #2E3192; }
    .nayami_sec h2 {
      color: #fff; }
    .nayami_sec .col {
      width: 48%;
      border: 1px solid #fff;
      height: auto; } }
/*-----------------------------------------------
what_sec
----------------------------------------------------*/
.what_sec {
  background: none;
  padding: 0;
  background: #dff0ef;
  position: relative;
  height: 280px; }
  .what_sec .sec_in {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0; }
  .what_sec .what_box {
    background: #fff;
    width: 1063px;
    height: 76px;
    margin: auto;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    /* CSS3 */
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    z-index: 9; }
  .what_sec .what_box_in {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .what_sec .line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
  .what_sec .day {
    width: 13%;
    display: block;
    font-weight: bold;
    color: #2E3192; }
  .what_sec .cat {
    width: 13%;
    display: block;
    font-weight: bold;
    color: #2E3192; }
  .what_sec .title {
    display: block;
    width: 68%;
    font-weight: bold; }
  .what_sec .title a {
    display: block;
    width: 100%;
    background: url("../images/common/arrow.svg");
    background-size: 27px;
    background-position: center right;
    background-repeat: no-repeat; }

@media only screen and (max-width: 750px) {
  .what_sec {
    position: relative;
    margin-top: 0;
    z-index: 4;
    position: relative;
    height: 280px; }
    .what_sec .what_box {
      width: 100%;
      margin: 0 auto 20px 0;
      -webkit-box-shadow: 0 0 10px 0 #ccc;
      /* Safari, Chrome用 */
      -moz-box-shadow: 0 0 10px 0 #ccc;
      /* Firefox用 */
      box-shadow: 0 0 10px 0 #ccc;
      /* CSS3 */
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      height: auto; }
    .what_sec .what_box_in {
      width: 85%;
      padding: 15px 0 20px 0;
      margin: auto;
      display: block; }
    .what_sec .line {
      display: block;
      width: 100%; }
    .what_sec .day {
      width: auto;
      display: inline-block;
      font-weight: normal;
      color: #2E3192;
      font-size: 13px; }
    .what_sec .cat {
      width: auto;
      display: inline-block;
      color: #2E3192;
      font-size: 13px; }
    .what_sec .title {
      display: block;
      width: 100%;
      font-weight: bold; }
    .what_sec .title a {
      display: block;
      width: 85%;
      padding-right: 15%;
      background-size: 27px;
      background-position: center right;
      background-repeat: no-repeat; } }
/*-----------------------------------------------
greeting_sec
----------------------------------------------------*/
.greeting_sec {
  padding: 60px 0 60px 0; }
  .greeting_sec .greeting_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px; }
  .greeting_sec .greeting_l {
    width: 52%;
    font-size: 16px; }
  .greeting_sec .greeting_r {
    width: 400px;
    font-weight: bold;
    font-size: 20px; }
  .greeting_sec .line01 {
    font-weight: bold;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }
  .greeting_sec .line02 {
    font-weight: bold;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    color: #2E3192;
    margin-bottom: 30px; }

@media only screen and (max-width: 800px) {
  .greeting_sec {
    padding: 60px 0 60px 0; }
    .greeting_sec .greeting_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 60px; }
    .greeting_sec .greeting_l {
      width: 100%;
      font-size: 14px;
      order: 2; }
    .greeting_sec .greeting_r {
      width: 100%;
      font-weight: bold;
      font-size: 16px;
      order: 1;
      margin-bottom: 30px; }
    .greeting_sec .line01 {
      font-weight: bold;
      font-size: 20px;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 10px; }
    .greeting_sec .line02 {
      font-weight: bold;
      font-size: 20px;
      font-family: 'Noto Serif JP', serif;
      color: #2E3192;
      margin-bottom: 30px; } }
/*-----------------------------------------------
about_box
----------------------------------------------------*/
.about_box {
  margin-bottom: 60px;
  border: 1px solid #B3B3B3;
  padding: 30px 0 30px 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; }
  .about_box .about_box_in {
    width: 90%;
    margin: auto; }
  .about_box .about_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    margin: auto; }
  .about_box .about_l {
    width: 420px; }
  .about_box .about_r {
    width: 420px; }
  .about_box .about_koyamaFlBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif; }
  .about_box .about_koyamaFlBox .col_l {
    width: 25%; }
  .about_box .about_koyamaFlBox .col_l img {
    width: 143px; }
  .about_box .about_koyamaFlBox .col_r {
    width: 70%;
    padding-top: 30px;
    font-size: 20px; }
  .about_box .prof_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #B3B3B3;
    padding: 10px 0 10px 0; }
  .about_box .prof_flBox:first-child {
    border-top: 1px solid #B3B3B3;
    padding: 10px 0 10px 0; }
  .about_box .prof_l {
    width: 30%; }
  .about_box .prof_r {
    width: 55%;
    padding-left: 10%;
    position: relative; }
  .about_box .prof_r:before {
    content: "：";
    position: absolute;
    left: 0; }
  .about_box .about_l_line01 {
    color: #2E3192;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
    font-weight: bold; }
  .about_box .bullet {
    background: #F2F2F2;
    font-size: 16px;
    margin-bottom: 30px; }
  .about_box .bullet_in {
    width: 85%;
    padding: 20px 0 20px 0;
    margin: auto; }
  .about_box .bullet ul {
    padding: 0;
    margin: 0; }
  .about_box .bullet li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    font-size: 16px; }
  .about_box .bullet li:before {
    content: "・";
    position: absolute;
    left: 0; }

@media only screen and (max-width: 800px) {
  .about_box {
    margin-bottom: 60px;
    border: 1px solid #B3B3B3;
    padding: 30px 0 30px 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; }
    .about_box .about_box_in {
      width: 90%;
      margin: auto; }
    .about_box .about_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 85%;
      margin: auto; }
    .about_box .about_l {
      width: 100%; }
    .about_box .about_r {
      width: 100%; }
    .about_box .about_koyamaFlBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-weight: bold;
      margin-bottom: 20px;
      font-family: 'Noto Serif JP', serif; }
    .about_box .about_koyamaFlBox .col_l {
      width: 25%; }
    .about_box .about_koyamaFlBox .col_l img {
      width: 143px; }
    .about_box .about_koyamaFlBox .col_r {
      width: 70%;
      padding-top: 30px;
      font-size: 20px; }
    .about_box .prof_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: 1px solid #B3B3B3;
      padding: 10px 0 10px 0; }
    .about_box .prof_flBox:first-child {
      border-top: 1px solid #B3B3B3;
      padding: 10px 0 10px 0; }
    .about_box .prof_l {
      width: 30%; }
    .about_box .prof_r {
      width: 55%;
      padding-left: 10%;
      position: relative; }
    .about_box .prof_r:before {
      content: "：";
      position: absolute;
      left: 0; }
    .about_box .about_l_line01 {
      color: #2E3192;
      font-weight: bold;
      font-size: 20px;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 20px;
      font-weight: bold; }
    .about_box .bullet {
      background: #F2F2F2;
      font-size: 16px;
      margin-bottom: 30px; }
    .about_box .bullet_in {
      width: 85%;
      padding: 20px 0 20px 0;
      margin: auto; }
    .about_box .bullet ul {
      padding: 0;
      margin: 0; }
    .about_box .bullet li {
      list-style: none;
      padding-left: 20px;
      position: relative;
      font-size: 13px; }
    .about_box .bullet li:before {
      content: "・";
      position: absolute;
      left: 0; } }
/*-----------------------------------------------
feature_sec
----------------------------------------------------*/
.feature_sec {
  background: #dff0ef;
  padding: 60px 0 60px 0; }
  .feature_sec .feature_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .feature_sec .col {
    width: 344px; }
  .feature_sec .text {
    font-weight: bold;
    font-size: 24px; }

@media only screen and (max-width: 1200px) {
  .feature_sec {
    background: #dff0ef;
    padding: 60px 0 60px 0; }
    .feature_sec .feature_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .feature_sec .col {
      width: 32%;
      margin-bottom: 20px; }
    .feature_sec .text {
      font-weight: bold;
      font-size: 16px; } }
@media only screen and (max-width: 800px) {
  .feature_sec {
    background: #dff0ef;
    padding: 60px 0 60px 0; }
    .feature_sec .feature_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .feature_sec .col {
      width: 100%;
      margin-bottom: 20px; }
    .feature_sec .col img {
      width: 100%;
      display: block; }
    .feature_sec .text {
      font-weight: bold;
      font-size: 16px; } }
/*-----------------------------------------------
specialty_sec
----------------------------------------------------*/
.specialty_sec {
  background: #2E3192; }
  .specialty_sec h2 {
    color: #fff; }
  .specialty_sec .specialty_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .specialty_sec .col {
    width: 344px;
    margin-bottom: 20px;
    display: block; }
  .specialty_sec .text {
    background: #ffff;
    border-radius: 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 15px;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3; }
  .specialty_sec .blue {
    color: #64b4b4; }

/*-----------------------------------------------
blog_sec
----------------------------------------------------*/
.blog_sec {
  padding: 60px 0 60px 0;
  background: #fff; }
  .blog_sec .day {
    font-size: 11px;
    color: #666666; }
  .blog_sec .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    color: #111; }
  .blog_sec .cat {
    color: #64B4B4; }
  .blog_sec .blog_text {
    width: 90%;
    margin: auto;
    padding: 10px 0 10px 0; }
  .blog_sec .blog_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
  .blog_sec .blog_col {
    width: 24%;
    background: #fff; }
  .blog_sec .blog_col img {
    width: 100%;
    height: 164px;
    object-fit: cover; }
  .blog_sec .blog_btn {
    width: 240px;
    display: block;
    margin: auto; }
  .blog_sec .blog_btn:hover {
    opacity: 0.7; }

@media only screen and (max-width: 750px) {
  .blog_sec {
    padding: 60px 0 60px 0;
    margin-bottom: 60px; }
    .blog_sec .day {
      font-size: 11px;
      color: #666666; }
    .blog_sec .title {
      font-weight: bold;
      font-size: 14px; }
    .blog_sec .cat {
      color: #64B4B4; }
    .blog_sec .blog_text {
      width: 90%;
      margin: auto;
      padding: 10px 0 10px 0; }
    .blog_sec .blog_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 30px; }
    .blog_sec .blog_col {
      width: 48%;
      background: #fff;
      margin-bottom: 10px; }
    .blog_sec .blog_col img {
      width: 100%;
      height: 124px;
      object-fit: cover; }
    .blog_sec .blog_btn {
      width: 240px;
      display: block;
      margin: auto; }
    .blog_sec .blog_btn:hover {
      opacity: 0.7; } }
/*-----------------------------------------------
sec-news
----------------------------------------------------*/
.news_sec {
  padding: 60px 0 60px 0;
  background: #F2F2F2; }
  .news_sec .box-news {
    width: 800px;
    padding: 20px 0 20px 0;
    margin: auto; }
  .news_sec .line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
  .news_sec .line {
    margin-bottom: 10px; }
  .news_sec .day {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    margin-right: 10px; }

@media only screen and (max-width: 800px) {
  .news_sec {
    padding: 60px 0 60px 0; }
    .news_sec .h2_box {
      width: 243px;
      margin: 0 auto 60px auto; }
    .news_sec h2 {
      font-weight: bold;
      font-size: 18px; }
    .news_sec .box-news {
      width: 100%;
      padding: 20px 0 20px 0;
      margin: auto; }
    .news_sec .line {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      width: 100%; }
    .news_sec .day {
      display: inline-block;
      width: 100%;
      font-weight: bold;
      margin-right: 10px; } }
/*-----------------------------------------------
bnr
----------------------------------------------------*/
.bnr_blue {
  padding: 10px 0 90px 0;
  background: #2E3192; }

.bnr_gray {
  background: #F2F2F2;
  padding: 10px 0 60px 0; }

.bnr_sec .bnr_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 825px;
  margin: auto; }
  .bnr_sec .bnr_flBox a {
    display: block;
    width: 263px; }

@media only screen and (max-width: 800px) {
  .bnr_sec {
    padding: 10px 0 30px 0; }

  .bnr_sec .bnr_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: auto; }
    .bnr_sec .bnr_flBox a {
      display: block;
      width: 48%;
      margin-bottom: 20px; } }
/*-----------------------------------------------
obi
----------------------------------------------------*/
.obi {
  height: 150px;
  background: url(../images/page/top/obi.png);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 750px) {
  .obi_sec {
    heigh: auto;
    background: none; } }
