@charset "UTF-8";
.btnNavy a {
  background: #0d4479;
  position: relative;
  display: inline-block;
  color: #ffffff;
  width: 395px;
  text-align: center;
  font-size: 18px;
  height: 64px;
  line-height: 64px; }
  .btnNavy a:after {
    position: absolute;
    top: 50%;
    margin: -6px auto 0;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
@media screen and (max-width: 640px) {
  .btnNavy a, .btnNavy input {
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 14px; }
    .btnNavy a:after, .btnNavy input:after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; } }

/*
==============================================================
index.css
==============================================================
*/
/* キービジュアル
-------------------------------------------------------*/
.keyvisual {
  border-bottom: 5px solid #ccc;
  height: 480px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .keyvisual {
      height: auto; } }
  .keyvisual .slideContainer img {
    width: 100%;
    height: auto;
    min-height: 480px;
    margin: auto;
    vertical-align: middle; }
    @media screen and (max-width: 640px) {
      .keyvisual .slideContainer img {
        width: 100%;
        height: auto;
        min-height: auto; } }

/* 日本産婦人科医会とは
-------------------------------------------------------*/
.aboutColumnList {
  letter-spacing: -0.4em; }
  .aboutColumnList li {
    display: inline-block;
    letter-spacing: normal;
    width: 320px;
    margin: 0 20px 0 0; }
    .aboutColumnList li .inner {
      background: #fff;
      padding: 0 0 18px;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03); }
    .aboutColumnList li .thumb {
      margin: 0 0 18px; }
      .aboutColumnList li .thumb img {
        width: 100%;
        height: auto; }
    .aboutColumnList li .sub {
      font-size: 18px;
      border-left: 4px solid #ff8762;
      color: #0d4479;
      padding-left: 12px;
      line-height: 1.2;
      font-weight: bold;
      margin: 0 0 10px; }
    .aboutColumnList li .exp {
      margin: 0 16px;
      color: #666; }
    .aboutColumnList li a {
      display: block;
      position: relative; }
      .aboutColumnList li a:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid #0d4479;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .aboutColumnList li a:hover:after {
        opacity: 1; }
    .aboutColumnList li:last-child, .aboutColumnList li:nth-child(3n) {
      margin-right: 0; }
  @media screen and (max-width: 640px) {
    .aboutColumnList {
      margin: 0 10px; }
      .aboutColumnList li {
        margin-right: 0;
        display: block;
        width: auto;
        margin-bottom: 15px; }
        .aboutColumnList li .inner {
          padding-bottom: 6px; }
        .aboutColumnList li .thumb {
          margin-bottom: 9px; }
        .aboutColumnList li .sub {
          font-size: 16px;
          margin-bottom: 3px; }
        .aboutColumnList li:last-child {
          margin-bottom: 0; } }

/* QA
-------------------------------------------------------*/
#qa.sectionModule {
  padding-top: 0; }

.qaList {
  letter-spacing: -0.4em; }
  .qaList li {
    display: inline-block;
    letter-spacing: normal;
    background: #fff;
    width: 235px;
    margin: 0 20px 20px 0;
    padding: 8px 0 15px;
    vertical-align: top;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
    .qaList li .inner {
      position: relative;
      margin: 0 20px; }
    .qaList li .head {
      font-size: 18px;
      font-weight: bold;
      padding-left: 28px;
      padding-bottom: 8px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
      position: relative; }
      .qaList li .head:before {
        content: "Q";
        display: block;
        width: 48px;
        height: 48px;
        position: absolute;
        left: -32px;
        top: -20px;
        border-radius: 100%;
        background: #146dc2;
        text-align: center;
        line-height: 48px;
        font-size: 22px;
        font-weight: bold;
        color: #fff; }
    .qaList li .body {
      min-height: 4.8em; }
      .qaList li .body .description {
        font-weight: bold; }
    .qaList li .foot {
      text-align: right;
      font-size: 12px; }
    .qaList li:last-child {
      margin-right: 0; }
    .qaList li:nth-child(4n) {
      margin: 0 0 20px 0; }
  @media screen and (max-width: 640px) {
    .qaList {
      margin: 0 10px; }
      .qaList li {
        width: auto;
        display: block;
        margin-right: 0;
        margin-bottom: 15px; }
        .qaList li .head {
          font-size: 16px;
          padding-left: 20px; }
          .qaList li .head:before {
            left: -26px;
            top: -14px;
            width: 36px;
            height: 36px;
            line-height: 36px;
            font-size: 18px; }
        .qaList li .body {
          min-height: 0; }
          .qaList li .body .description {
            font-weight: normal; }
        .qaList li .foot {
          padding-top: 5px; }
        .qaList li:last-child {
          margin-bottom: 0; } }

/* NEWS
-------------------------------------------------------*/
#news .moreLinkBox {
  padding-top: 17px; }
#news.sectionModule {
  padding-bottom: 70px; }
@media screen and (max-width: 640px) {
  #news .moreLinkBox {
    padding-top: 0;
    margin-bottom: 0; }
  #news.sectionModule {
    padding-top: 24px;
    padding-bottom: 30px; } }

/*# sourceMappingURL=index.css.map */
