@charset "UTF-8";

/* mixins
--------------------------------------------------------*/
/* clearfix
--------------------------------------------------------*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* title
----------------------------------------*/
.main_contents h2 {
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 40px;
  overflow: hidden;
}

.main_contents h2.with-bar:before {
  content: "";
  display: block;
  height: 2px;
  width: 45px;
  margin: 0 auto 15px;
  background-color: #6d6e72;
}

.main_contents h3 {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.4;
  margin: 0 auto 20px;
  padding: 7px 0 7px 0;
  background-image: url(../img/common/bg-dot.png);
  background-position: 0% 0%;
  background-repeat: repeat;
}

.main_contents h3 span {
  border-left: 4px solid #6d6e72;
  padding-left: 10px;
  display: block;
  line-height: 1.4;
}

.main_contents h4 {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  color: #000000;
  line-height: 1.6;
  margin: 0 auto 20px;
  padding-left: 18px;
}

.main_contents h4:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background-color: #6d6e72;
}

@media only screen and (max-width: 736px) {
  .main_contents {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main_contents h2 {
    font-size: 1.4rem;
    width: auto;
    margin: 0 -15px 30px;
    text-align: center;
    padding: 0 15px;
  }

  .main_contents h2.with-bar:before {
    content: "";
    display: block;
    height: 2px;
    width: 45px;
    margin: 0 auto 15px;
    background-color: #6d6e72;
  }

  .main_contents h3 {
    text-align: left;
    font-size: 1.3rem;
    color: #000000;
    line-height: 1.4;
    margin: 0 auto 20px;
    padding: 7px 0 7px 0;
    background-image: url(../img/common/bg-dot.png);
    background-position: 0% 0%;
    background-repeat: repeat;
  }

  .main_contents h3 span {
    border-left: 4px solid #6d6e72;
    padding: 0 0 0 8px;
    display: block;
    line-height: 1.4;
  }

  .main_contents h4 {
    text-align: left;
    font-size: 1.2rem;
    position: relative;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto 20px;
    padding-left: 15px;
  }

  .main_contents h4:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    background-color: #6d6e72;
  }
}

/* ttl_page
----------------------------------------*/
.ttl_page {
  text-align: center;
  padding: 45px 0;
  background: #fff;
  background-image: url(../img/freadia_brand/bg-kv.jpg);
  background-position: 50% 50%;
  background-repeat: repeat;
}

.ttl_page h1 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .ttl_page {
    padding: 30px 15px;
    background-size: auto 100%;
  }

  .ttl_page h1 {
    font-size: 1.6rem;
    margin: 0 0;
    letter-spacing: 1px;
    padding-left: 0;
  }

  .ttl_page .txt {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 4.687%;
    letter-spacing: .3px;
  }
}

/*text
----------------------------------------*/
/* 注釈 */
.main_contents .contblock p.asterisk {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000000;
}

.main_contents .contblock ul.asterisk {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000000;
}

@media only screen and (max-width: 736px) {
  .main_contents .contblock p.asterisk {
    font-size: 1rem;
    color: #000000;
  }

  .main_contents .contblock ul.asterisk {
    font-size: 1rem;
    color: #000000;
  }

  .main_contents p.asterisk {
    font-size: 1rem;
    color: #000000;
  }

  .main_contents ul.asterisk {
    font-size: 1rem;
    color: #000000;
  }
}

/*ul, li
----------------------------------------*/
.main_contents {
  /*Local Nav
  ----------------------------------------*/
  /*panel
  ----------------------------------------*/
  /*box
  ----------------------------------------*/
  /* 段落の区切り */
  /* 2カラム */
  /* 3カラム */
  /* 4カラム */
}

.main_contents ul {
  margin-bottom: 35px;
}

.main_contents ul li {
  font-size: 12px;
  font-size: 1.2rem;
  float: none;
  margin-bottom: 3px;
  position: relative;
  padding-left: 14px;
}

.main_contents ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/common/ic-arrow-red-r.png);
  background-position: 50% 50%;
  background-size: 5px auto;
  background-repeat: no-repeat;
}

.main_contents ul li ul li {
  padding-left: 14px;
  margin-left: -14px;
}

.main_contents ul li ul li a {
  text-decoration: underline;
  color: #E23337;
}

.main_contents ul li ul li:before {
  width: 7px;
  height: 11px;
  top: 4px;
  background-image: url(../img/common/ic-tri-red-r.png);
  background-position: 50% 50%;
  background-size: 4px auto;
  background-repeat: no-repeat;
}

.main_contents ul>li>ul>li>ul {
  margin-left: 2em;
}

.main_contents ul>li>ul>li>ul>li>ul {
  margin-left: 1em;
}

.main_contents ul li ul li ul li {
  padding-left: 0;
  list-style-type: disc;
  list-style-position: outside;
}

.main_contents ul li ul li ul li:before {
  display: none;
}

.main_contents ol {
  margin-bottom: 35px;
  counter-reset: countme;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main_contents ol li {
  font-size: 12px;
  font-size: 1.2rem;
  float: none;
  margin-bottom: 3px;
}

.main_contents ol li:before {
  counter-increment: countme;
  content: counter(countme) ".";
  margin-right: 0.5em;
  color: #e23337;
}

.main_contents .local-navi-wrap ul {
  clear: both;
  list-style: none;
  text-align: center;
  letter-spacing: -.4em;
  margin-bottom: 0;
}

.main_contents .local-navi-wrap ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px 10px;
  padding: 0;
  background: none;
}

.main_contents .local-navi-wrap ul li .item {
  display: block;
  min-width: 160px;
  text-align: center;
  border: solid 1px #1f326e;
  background-color: #fff;
  color: #1f326e;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main_contents .local-navi-wrap ul li a.item:hover,
.main_contents .local-navi-wrap ul li a.item:active,
.main_contents .local-navi-wrap ul li a.item:focus {
  border: solid 1px #1f326e;
  background-color: #1f326e;
  color: #fff;
}

.main_contents .local-navi-wrap ul li .invert {
  border: solid 1px #1f326e;
  background-color: #1f326e;
  color: #fff;
}

.main_contents .local-navi-wrap ul li a.invert:hover,
.main_contents .local-navi-wrap ul li a.invert:active,
.main_contents .local-navi-wrap ul li a.invert:focus {
  border: solid 1px #1f326e;
  background-color: #fff;
  color: #1f326e;
}

.main_contents .local-navi-wrap ul li:before {
  display: none;
}

.main_contents .panel {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main_contents .panel p {
  font-size: 12px;
  font-size: 1.2rem;
}

.main_contents .contblock {
  width: 100%;
  margin: 0 auto 120px;
}

.main_contents .contblock p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .5px;
}

.main_contents .contblock .cap {
  font-size: 12px;
  font-size: 1.2rem;
}

.main_contents .col2_block {
  margin: 0 -20px 50px -20px;
}

.main_contents .col2_block .col_box {
  float: left;
  width: 50%;
  padding: 0 20px;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* index用 */
.main_contents .col2_block02 {
  margin: 0 -20px 50px -20px;
}

.main_contents .col2_block02 .col_box {
  float: left;
  width: 50%;
  padding: 0 20px;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




.main_contents .col3_block {
  margin: 0 -20px 50px -20px;
}

.main_contents .col3_block .col_box {
  float: left;
  width: 33.3%;
  padding: 0 20px;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.main_contents .col4_block {
  margin: 0 -20px 50px -20px;
}

.main_contents .col4_block .col_box {
  float: left;
  width: 25%;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main_contents .col5_block {
  margin: 0 -20px 50px -20px;
}

.main_contents .col5_block .col_box {
  float: left;
  width: 20%;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@media only screen and (max-width: 736px) {
  .main_contents {
    /*panel
    ----------------------------------------*/
    /*Local Nav
    ----------------------------------------*/
  }

  .main_contents ul {
    margin-bottom: 20px;
  }

  .main_contents ul li {
    font-size: 12px;
    font-size: 1.2rem;
    float: none;
    margin-bottom: 3px;
    position: relative;
    padding-left: 14px;
    font-weight: bold;
  }

  .main_contents ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../img/common/ic-arrow-red-r.png);
    background-position: 50% 50%;
    background-size: 5px auto;
    background-repeat: no-repeat;
  }

  .main_contents ul li ul li {
    padding-left: 14px;
    margin-left: -14px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }

  .main_contents ul li ul li:before {
    width: 7px;
    height: 11px;
    top: 4px;
    background-image: url(../img/common/ic-tri-red-r.png);
    background-position: 50% 50%;
    background-size: 4px auto;
    background-repeat: no-repeat;
  }

  .main_contents ul li ul li ul {
    margin-left: 14px;
  }

  .main_contents ul li ul li ul li {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    padding-left: 0;
    list-style-type: disc;
    list-style-position: outside;
  }

  .main_contents ul li ul li ul li:before {
    display: none;
  }

  .main_contents ol {
    margin-bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 1em;
  }

  .main_contents ol li {
    font-size: 12px;
    font-size: 1.2rem;
    float: none;
    margin-bottom: 3px;
  }

  .main_contents ol li:before {
    counter-increment: countme;
    content: counter(countme) ". ";
    margin-right: 0;
    color: #e23337;
    margin-left: -1.25em;
  }

  .main_contents .panel {
    padding: 15px;
  }

  .main_contents .panel p {
    font-size: 1.2rem;
  }

  .main_contents .contblock {
    width: auto;
    margin: 0 0 20px;
  }

  .main_contents .contblock p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .5px;
  }

  .main_contents .contblock .cap {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .main_contents .col2_block {
    margin: 0 -7.5px;
  }

  .main_contents .col2_block .col_box {
    padding: 0 7.5px;
  }


  /*index用　 */
  .main_contents .col2_block02 {
    margin: 0 -7.5px;
  }

  .main_contents .col2_block02 .col_box {
    float: none;
    width: 100%;
  }



  .main_contents .col3_block {
    width: 100%;
    margin: 0;
  }

  .main_contents .col3_block .col_box {
    width: 100%;
    padding: 0;
  }

  .main_contents .col4_block {
    margin: 0 -7.5px;
  }

  .main_contents .col4_block .col_box {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 7.5px;
  }

  .main_contents .col5_block {
    margin: 0 -7.5px;
  }

  .main_contents .col5_block .col_box {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 7.5px;
  }

  .main_contents .col4_block .col_box:nth-child(3),
  .main_contents .col4_block .col_box:nth-child(4) {
    margin-bottom: 0;
  }

  .main_contents .col4_block.category-btn-wrap .col_box {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 7.5px;
  }

  .main_contents .col4_block.category-btn-wrap .col_box:nth-child(3),
  .main_contents .col4_block.category-btn-wrap .col_box:nth-child(4) {
    margin-bottom: 0;
  }

  .main_contents .local-navi-wrap {
    margin: 0 -7.5px;
  }

  .main_contents .local-navi-wrap ul li {
    margin: 0 0 15px;
    padding: 0 7.5px;
    width: 50%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main_contents .local-navi-wrap ul li .item {
    display: block;
    min-width: 100%;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main_contents .local-navi-wrap ul li a.item:hover,
  .main_contents .local-navi-wrap ul li a.item:active,
  .main_contents .local-navi-wrap ul li a.item:focus {
    border: solid 1px #1f326e;
    background-color: #1f326e;
    color: #fff;
  }

  .main_contents .local-navi-wrap ul li .invert {
    border: solid 1px #1f326e;
    background-color: #1f326e;
    color: #fff;
  }

  .main_contents .local-navi-wrap ul li a.invert:hover,
  .main_contents .local-navi-wrap ul li a.invert:active,
  .main_contents .local-navi-wrap ul li a.invert:focus {
    border: solid 1px #1f326e;
    background-color: #fff;
    color: #1f326e;
  }
}

/*テーブル
----------------------------------------*/
.main_contents .table_block table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 20px;
  border-right: solid 1px #d3d3d3;
}

.main_contents .table_block table caption {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  line-height: 1.6;
  margin: 0 auto 10px;
  background-image: url(../img/common/bg-h4.jpg);
  background-position: 0% 45%;
  background-repeat: no-repeat;
  padding-left: 18px;
  position: relative;
}

.main_contents .table_block table caption:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background-color: #6d6e72;
}

.main_contents .table_block table tr th,
.main_contents .table_block table tr td {
  /* border: 1px solid #d3d3d3; */
  padding: 15px 15px;
}

.main_contents .table_block table thead tr th {
  font-weight: normal;
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: none;
  border-left: solid 1px #d3d3d3;
  text-align: left;
  background: #6d6e72;
  color: #fff;
}

.main_contents .table_block table tr th {
  font-weight: normal;
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: solid 1px #d3d3d3;
  border-left: solid 1px #d3d3d3;
  text-align: left;
  background: #eee;
  color: #000;
  vertical-align: top;
}

.main_contents .table_block table tr:first-child th {
  border-top: solid 1px #babcc2;
}

.main_contents .table_block table tr:first-child td {
  border-top: solid 1px #babcc2;
}

.main_contents .table_block table tr td {
  border-bottom: solid 1px #babcc2;
  /* border-left: solid 1px #babcc2; */
  font-size: 12px;
  font-size: 1.2rem;
}

.main_contents .table_block a {
  text-decoration: underline;
}

.main_contents .table_block a:hover {
  opacity: .6;
}



@media only screen and (max-width: 736px) {
  .main_contents .table_block table caption {
    text-align: left;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto 10px;
    padding-left: 15px;
    position: relative;
  }

  .main_contents .table_block table caption:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    background-color: #6d6e72;
  }

  .main_contents .table_block table tbody {
    border-top: solid 1px #dbdbdb;
  }

  .main_contents .table_block table tr th,
  .main_contents .table_block table tr td {
    padding: 15px 19px;
  }

  .main_contents .table_block table thead tr th {
    font-size: 1.2rem;
  }

  .main_contents .table_block table tr th {
    font-size: 1.2rem;
  }

  .main_contents .table_block table tr td {
    font-size: 1.2rem;
  }

  .main_contents .table_block .sp_table_scroll {
    overflow: auto;
  }

  .main_contents .table_block .sp_table_scroll table {
    min-width: 730px;
    width: auto;
    margin-bottom: 5px;
  }

  .main_contents .table_block .sp_table_scroll+* {
    margin-top: 10px;
  }

  .main_contents .table_block .sp_table_scroll::-webkit-scrollbar {
    height: 5px;
  }

  .main_contents .table_block .sp_table_scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .main_contents .table_block .sp_table_scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .main_contents .table_block.sp_table_single table,
  .main_contents .table_block.sp_table_single table tbody,
  .main_contents .table_block.sp_table_single table thead,
  .main_contents .table_block.sp_table_single table tr,
  .main_contents .table_block.sp_table_single table th,
  .main_contents .table_block.sp_table_single table td {
    display: block;
  }

  .main_contents .table_block.sp_table_single table {
    border: none;
  }

  .main_contents .table_block.sp_table_single table caption {
    display: block;
  }

  .main_contents .table_block.sp_table_single table .w20per {
    width: 100%;
  }

  .main_contents .table_block.sp_table_single table .align_c {
    text-align: left !important;
  }

  .main_contents .table_block.sp_table_single table thead tr th {
    display: block;
    font-weight: normal;
    background: none;
    font-size: 1.2rem;
    border-bottom: none;
    border-left: solid 1px #d3d3d3;
    text-align: left;
    background: #6d6e72;
    color: #fff;
  }

  .main_contents .table_block.sp_table_single table tr th,
  .main_contents .table_block.sp_table_single table tr td {
    padding: 7px 2.413%;
    border: solid 1px #dbdbdb !important;
    border-top: none !important;
  }

  .main_contents .table_block.sp_table_single table tr th {
    width: auto !important;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background-size: 0.689% auto;
    -webkit-background-size: 0.689% auto;
    -moz-background-size: 0.689% auto;
    -o-background-size: 0.689% auto;
  }

  .main_contents .table_block.sp_table_single table caption {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .main_contents .table_block.sp_table_single table tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* button
----------------------------------------*/
.main_contents .btn-list>.btn {
  display: inline-block;
  margin-right: 10px;
}

.main_contents .btn_block.col2_block {
  width: 550px;
  text-align: center;
  margin: 0 auto;
}

.main_contents .btn_block.col2_block .col_box {
  padding: 0 5px 0 0;
}

.main_contents .btn_block.col2_block .col_box .btn {
  max-width: 100%;
  width: 100%;
}

.main_contents .btn_block.col2_block .col_box:last-child {
  padding: 0 0 0 5px;
}

.main_contents .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  border: solid 1px #727171;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main_contents .btn .ic {
  background-image: url(../img/common/ic-arrow-black-r.png);
  background-position: 1em 50%;
  background-repeat: no-repeat;
  background-size: 5px auto;
  padding-left: 2em;
  margin-left: -1em;
  -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.main_contents .btn:before,
.main_contents .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.main_contents .btn:after {
  left: -1px;
  top: -1px;
  border-left: 1px solid #727171;
  border-top: 1px solid #727171;
}

.main_contents .btn:before {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
}

.main_contents .btn.btn-sm {
  padding: 10px 0;
  /* max-width: 145px; */
  width: 100%;
}

.main_contents .btn.btn-lg {
  width: 255px;
  padding: 14px 0 14px 0;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}

.main_contents .btn.btn-red {
  border: solid 1px #e23337;
  background-color: #e23337;
  color: #fff;
}

.main_contents .btn.btn-red .ic {
  background-image: url(../img/common/ic-arrow-white-r.png);
}

.main_contents .btn.btn-red:after {
  border-left: 1px solid #e23337;
  border-top: 1px solid #e23337;
}

.main_contents .btn.btn-red:before {
  border-right: 1px solid #e23337;
  border-bottom: 1px solid #e23337;
}

.main_contents .btn.btn-rounded {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
}

.main_contents .btn.btn-lg.btn-rounded {
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  -ms-border-radius: 22.5px;
  -o-border-radius: 22.5px;
  border-radius: 22.5px;
}

.main_contents .btn.btn-rounded:before,
.main_contents .btn.btn-rounded:after {
  display: none;
}

.main_contents .btn.btn-invert {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
}

.main_contents .btn.btn-invert .ic {
  background-image: url(../img/common/ic-arrow-white-r.png);
}

.main_contents .btn_block .btn img {
  display: block;
}

.main_contents a.btn.btn-invert {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 736px) {
  .main_contents .btn {
    -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .main_contents .btn .ic {
    -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .main_contents .btn:hover {
    border: solid 1px #FFF;
    background-color: #fff;
  }

  .main_contents .btn:hover .ic {
    -webkit-animation: movebtnArrow 0.4s linear;
    -moz-animation: movebtnArrow 0.4s linear;
    -ms-animation: movebtnArrow 0.4s linear;
    -o-animation: movebtnArrow 0.4s linear;
    animation: movebtnArrow 0.4s linear;
  }

  .main_contents .btn:hover:after,
  .main_contents .btn:hover:before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main_contents .btn:before,
  .main_contents .btn:after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }

  .main_contents .btn.btn-red:hover {
    border: solid 1px #FFF;
    background-color: #fff;
    color: #e23337;
  }

  .main_contents .btn.btn-red:hover .ic {
    background-image: url(../img/common/ic-arrow-red-r.png);
  }

  .main_contents .btn.btn-rounded:hover {
    border: solid 1px #000;
    color: #fff;
    background-color: #000;
  }

  .main_contents .btn.btn-rounded:hover .ic {
    background-image: url(../img/common/ic-arrow-white-r.png);
  }

  .main_contents .btn.btn-red.btn-rounded:hover {
    border: solid 1px #e23337;
    background-color: #fff;
    color: #e23337;
  }

  .main_contents .btn.btn-red.btn-rounded:hover .ic {
    background-image: url(../img/common/ic-arrow-red-r.png);
  }
}

@-webkit-keyframes movebtnArrow {
  0% {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-position: 0em 50%;
  }

  100% {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-position: 1em 50%;
  }
}

@-moz-keyframes movebtnArrow {
  0% {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-position: 0em 50%;
  }

  100% {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-position: 1em 50%;
  }
}

@keyframes movebtnArrow {
  0% {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-position: 0em 50%;
  }

  100% {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-position: 1em 50%;
  }
}

@media only screen and (max-width: 736px) {
  .main_contents .btn-list>.btn {
    margin-right: 10px;
  }

  .main_contents .btn-list-sp-2col>.btn {
    width: calc(50% - 5px);
    display: inline-block;
    margin-right: 5px;
  }

  .main_contents .btn-list-sp-2col>.btn:last-child {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-left: 5px;
  }

  .main_contents .btn_block.col2_block {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .main_contents .btn_block.col2_block .col_box {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }

  .main_contents .btn_block.col2_block .col_box .btn {
    max-width: 255px;
    width: 255px;
    display: block;
    margin: 0 auto 20px;
  }

  .main_contents .btn_block.col2_block .col_box:last-child {
    padding: 0;
  }

  .main_contents .btn {
    font-size: 1.0rem;
    line-height: 15px;
    letter-spacing: 0.05em;
    padding: 10px 0 10px 0;
    text-align: center;
  }

  .main_contents .btn .ic {
    background-image: url(../img/common/ic-arrow-black-r.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px auto;
    padding-left: 1em;
  }

  .main_contents .btn.btn-sm {
    padding: 6px 0 6px 0;
    max-width: 100%;
  }

  .main_contents .btn.btn-lg {
    width: 255px;
    padding: 12px 0 12px 1em;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
  }

  .main_contents .btn.btn-lg:before {
    left: 18px;
  }

  .main_contents .btn.btn-red:before {
    background-image: url(../img/common/ic-arrow-white-r.png);
  }

  .main_contents .btn.btn-rounded {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
  }

  .main_contents .btn.btn-lg.btn-rounded {
    -webkit-border-radius: 20.5px;
    -moz-border-radius: 20.5px;
    -ms-border-radius: 20.5px;
    -o-border-radius: 20.5px;
    border-radius: 20.5px;
  }

  .main_contents .btn.btn-invert:before {
    background-image: url(../img/common/ic-arrow-white-r.png);
  }
}

/* ページャー
----------------------------------------*/
.main_contents ul.pager {
  clear: both;
  list-style: none;
  text-align: center;
  padding: 0 0 60px;
  border: 0;
  font-weight: bold;
}

.main_contents ul.pager li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

.main_contents ul.pager li span {
  display: inline-block;
  *display: inline;
  margin: 0 2px;
  width: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  border: solid 1px #6d6e72;
  vertical-align: middle;
  position: relative;
  background: #6d6e72;
}

.main_contents ul.pager li a {
  display: inline-block;
  *display: inline;
  margin: 0 2px;
  width: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #6d6e72;
  border: solid 1px #6d6e72;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.main_contents ul.pager li a:hover {
  background: #6d6e72;
  color: #fff;
}

.main_contents ul.pager li a.nav-previous,
.main_contents ul.pager li a.nav-next {
  width: auto;
  margin: 0 20px 0 0;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  border: none;
  padding-right: 20px;
}

.main_contents ul.pager li a.nav-next {
  margin: 0 0 0 20px;
}

.main_contents ul.pager li a.nav-previous:hover,
.main_contents ul.pager li a.nav-next:hover {
  background: none;
  color: #1f326e;
  opacity: 0.5;
}

.main_contents ul.pager li a.nav-previous {
  padding-right: 0;
  padding-left: 20px;
}

.main_contents ul.pager li a.nav-previous:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url(../img/common/ic-tri-red-lg-l.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 22px;
  margin: 0 5px;
}

.main_contents ul.pager li a.nav-next:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  background-image: url(../img/common/ic-tri-red-lg-r.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 22px;
  margin: 0 5px;
}

.main_contents ul.pager li:before {
  display: none;
}

@media only screen and (max-width: 736px) {
  .main_contents ul.pager {
    padding: 0 0 30px;
  }

  .main_contents ul.pager li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
  }

  .main_contents ul.pager li span {
    margin: 0 2px;
    width: 27px;
    line-height: 27px;
  }

  .main_contents ul.pager li a {
    margin: 0 2px;
    width: 27px;
    line-height: 27px;
  }

  .main_contents ul.pager li a.nav-previous,
  .main_contents ul.pager li a.nav-next {
    margin: 0 10px 0 0;
    padding-left: 15px;
  }

  .main_contents ul.pager li a.nav-next {
    margin: 0 0 0 10px;
    padding-right: 15px;
    padding-left: 0;
  }

  .main_contents ul.pager li a.nav-previous:before {
    left: 0;
    top: 6px;
    width: 8px;
    height: 18px;
    margin: 0;
  }

  .main_contents ul.pager li a.nav-next:after {
    right: 0;
    top: 5px;
    width: 8px;
    height: 18px;
    margin: 0;
  }

  .recruit-linkbtn {
    display: flex;
  }
}