@charset "UTF-8";
.yu-min {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  font-weight: bold; }

.yu-go {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

a {
  color: #3a3a3a; }

a::before,
a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6; }

.cmn_img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .cmn_img img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .cmn_img img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none; } }
@media screen and (min-width: 769px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    color: #3a3a3a;
    text-align: center; }

  .inbox {
    width: 1080px;
    margin: 0 auto; }

  a[href^="tel:"] {
    pointer-events: none; }

  .pagenation {
    color: #2140a3;
    font-size: 12px;
    position: relative; }
    .pagenation li {
      background: #fff;
      padding: 5px 10px;
      color: #2140a3;
      font-size: 16px;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      vertical-align: middle;
      margin-right: 10px; }
      .pagenation li a {
        color: #2140a3; }
    .pagenation .current {
      background: #2140a3;
      color: #fff !important; }
    .pagenation .right {
      position: absolute;
      right: 2%;
      z-index: 2; }
    .pagenation .center {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1; }
    .pagenation .left {
      position: absolute;
      left: 2%;
      z-index: 2; }

  .cmn_dl dl {
    border: 1px solid #bfbfbf;
    margin-bottom: 3px;
    background: #fff; }
    .cmn_dl dl dt, .cmn_dl dl dd {
      display: table-cell;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: left; }
    .cmn_dl dl dt {
      background: #000;
      color: #fff;
      font-weight: bold;
      padding: 10px 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 280px;
      position: relative; }
      .cmn_dl dl dt:after {
        content: '';
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 100%;
        z-index: 1; }
    .cmn_dl dl dd {
      padding: 10px 20px; }
      .cmn_dl dl dd a[href^="mailto:"] {
        text-decoration: underline; }
    .cmn_dl dl:last-child {
      margin-bottom: 0; }
    .cmn_dl dl:nth-child(odd) dt {
      background: #2140a3; }
      .cmn_dl dl:nth-child(odd) dt:after {
        border-left: 12px solid #2140a3; }
    .cmn_dl dl:nth-child(even) dt {
      background: #3b58b6; }
      .cmn_dl dl:nth-child(even) dt:after {
        border-left: 12px solid #3b58b6; }

  div .bread {
    padding-top: 10px;
    font-size: 12px;
    text-align: left; }
    div .bread li {
      display: inline-block;
      color: #2140a3; }
      div .bread li:after {
        content: " | ";
        padding: 0 2px;
        color: #999; }
      div .bread li:last-child:after {
        content: ""; }
      div .bread li a {
        color: #999999; }

  	/*お問い合わせ
      --------------------------------------------*/
  .contact_form {
    margin-bottom: 20px; }
    .contact_form dt {
      padding: 15px;
      width: 280px !important;
      vertical-align: top; }
      .contact_form dt span {
        color: #FF0000;
        border-radius: 4px;
        font-weight: bold;
        padding: 3px;
        font-size: 11px;
        margin-left: 5px; }
    .contact_form dd {
      padding: 10px 15px; }
      .contact_form dd .txtarea {
        border: none;
        width: 640px;
        background: #f2f2f2;
        padding: 5px; }
    .contact_form textarea {
      height: 260px; }
    .contact_form .error-text {
      color: #ff0000; }

  .g-recaptcha div {
    margin: 0 auto;
    margin-bottom: 25px; }

  .check_btn {
    width: 260px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/common/arr04.png) no-repeat, #2140a3;
    background-position: 80% 50%;
    padding: 25px 0;
    margin-top: 20px; }

  .back_btn {
    width: 270px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/common/arr04.png) no-repeat, #2140a3;
    background-position: 10% 50%;
    padding: 20px 0;
    margin-right: 40px; }

  .contact-submits-wrap {
    margin-top: 20px; }

  .send_btn {
    width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/common/arr04.png) no-repeat, #2140a3;
    background-position: 20% 50%;
    padding: 20px 0; }

  	/*プライバシーポリシー
      --------------------------------------------*/
  .privacy_cont {
    margin-bottom: 40px;
    text-align: left; }
    .privacy_cont:last-child {
      margin-bottom: 0; }

  	/*サイトマップ
      --------------------------------------------*/
  .sitemap li {
    border-bottom: 1px solid #2140a3;
    text-align: left; }

  .sitemap li a {
    padding: 15px 25px;
    display: block;
    background: url(../img/common/arr05.png) left center no-repeat; }

  .sitemap li a:hover {
    color: #2140a3; }

  .pagetop {
    color: #FFF;
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 999; } }
@media screen and (min-width: 320px) and (max-width: 768px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 3.7vw;
    color: #3a3a3a;
    line-height: 1.6;
    text-align: center; }

  .inbox {
    padding: 0 2%;
    margin: 0 auto; }

  .pagenation {
    color: #2140a3;
    font-size: 12px;
    position: relative; }
    .pagenation li {
      background: #fff;
      padding: 5px 10px;
      color: #2140a3;
      font-size: 16px;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      vertical-align: middle;
      margin-right: 10px; }
      .pagenation li a {
        color: #2140a3; }
    .pagenation .current {
      background: #2140a3;
      color: #fff !important; }
    .pagenation p a {
      color: #2140a3; }
    .pagenation .right {
      position: absolute;
      right: 2%;
      z-index: 2; }
    .pagenation .center {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1; }
    .pagenation .left {
      position: absolute;
      left: 2%;
      z-index: 2; }

  .cmn_dl {
    text-align: left; }
    .cmn_dl dl {
      background: #fff; }
      .cmn_dl dl dt {
        background: #000;
        color: #fff;
        padding: 10px; }
      .cmn_dl dl dd {
        padding: 10px 20px; }
        .cmn_dl dl dd a[href^="tel:"],
        .cmn_dl dl dd a[href^="mailto:"] {
          text-decoration: underline; }
      .cmn_dl dl:nth-child(odd) dt {
        background: #2140a3; }
      .cmn_dl dl:nth-child(even) dt {
        background: #3b58b6; }

  img {
    max-width: 100%;
    height: auto; }

  div .bread {
    display: none; }

  /*お問い合わせ
  --------------------------------------------*/
  .contact .contact_form {
    text-align: left;
    margin-bottom: 20px; }
    .contact .contact_form dl dt span {
      color: #FF0000;
      border-radius: 4px;
      font-weight: bold;
      padding: 3px;
      font-size: 11px;
      margin-left: 5px; }
    .contact .contact_form dl dd textarea {
      height: 260px; }
    .contact .contact_form .error-text {
      color: #ff0000; }
    .contact .contact_form .txtarea {
      border: none;
      width: 95%;
      background: #f2f2f2;
      padding: 5px; }
  .contact .g-recaptcha div {
    margin: 0 auto;
    margin-bottom: 20px; }
  .contact .check_btn {
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/common/arr04.png) no-repeat, #2140a3;
    background-position: 80% 50%;
    padding: 25px 0;
    margin-top: 20px; }
  .contact .back_btn {
    width: 52%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/common/arr04.png) no-repeat, #2140a3;
    background-position: 10% 50%;
    padding: 20px 0; }
  .contact .contact-submits-wrap {
    margin-top: 20px; }
  .contact .send_btn {
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background: url(../img/common/arr04.png) no-repeat, #2140a3;
    background-position: 20% 50%;
    padding: 20px 0;
    margin-left: 15px; }
  .contact input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; }

  /*プライバシーポリシー
  --------------------------------------------*/
  .privacy_cont {
    margin-bottom: 40px;
    text-align: left; }
    .privacy_cont:last-child {
      margin-bottom: 0; }

  .sitemap li {
    border-bottom: 1px solid #2140a3;
    text-align: left; }
    .sitemap li a {
      padding: 15px 25px;
      display: block;
      background: url(../img/common/arr05.png) left center no-repeat; }

  /*footer
  --------------------------------------------*/
  .pagetop {
    color: #FFF;
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 999; } }

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