@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.2
*/

.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */

.toppage h2, .toppage h3, .toppage h4, .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.toppage h3::before, .toppage h3::after {
  display: none;
}
.toppage h4::before, .toppage h4::after {
  display: none;
}
.toppage h5::before, .toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/

.main_address {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-- スライダーの時 ------------*/

.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}
@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

/*==========================
	汎用に使えるボタン
==========================*/

.link_btn, .btn-style {
  text-align: left;
}
.link_btn a, .btn-style a {
  background: #a72b29;
  max-width: 100%;
  padding: 1em 1.5em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  position: relative;
  width: 210px;
}
.btn-style-w a {
  background: none;
  border: 1px solid #fff;
}
.link_btn a span, .btn-style a span {
  display: block;
  font-size: 12px;
}
.link_btn a::after, .btn-style a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_btn a::before, .btn-style a::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 19px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_btn a:hover:after, .btn-style a:hover:after {
  right: 13px;
}
.link_btn a:hover:before, .btn-style a:hover:before {
  right: 17px;
}
.link_btn a:hover, .btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.under .link_btn a, .under .btn-style a {
  width: auto;
  min-width: 280px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 300px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
  text-decoration: none;
}

/*-- 新着情報 --------------*/

.sec_news {
  padding: 4em 0;
}
.sec_news .news {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec_news .news dl {
  line-height: 1.3;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sec_news .news dl dt:last-of-type {
    padding: 0 0 0;
  }
}
@media (min-width: 768px) {
  .sec_news .news dl dd:last-of-type {
    padding: 0 0 0 110px;
  }
}
.sec_news .news dt {
  float: left;
  clear: left;
  color: #433f3f;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .sec_news .news dt {
    padding: 0 0 30px;
  }
}
.sec_news .news dd {
  padding: 15px 0 15px 110px;
}
@media (min-width: 768px) {
  .sec_news .news dd {
    padding: 0 0 30px 110px;
  }
}
.news dd a {
  text-decoration: none;
  color: #491e1e;
}
.sec_news .news dd a:hover {
  text-decoration: underline;
  color: #a72b29;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.sec_news .news h3 {
  font-size: 40px;
  color: #1f1f1f;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0;
}
.sec_news .news .btn a {
  position: absolute;
  top: 13px;
  right: 0;
  color: #433f3f;
  font-size: 12px;
  display: table;
  padding: 1px 12px;
  text-decoration: none;
}
.sec_news .news .btn a:after {
  content: ' ＞';
  font-weight: bold;
}
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.btn2 a {
  width: 49%;
}
.btn2 a + a {
  margin-left: 2%;
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
  	mainimage　が一枚画像の場合
  ================================*/
  /* .mainimage{
        background: url(img/mainimage.jpg) no-repeat center / cover;
    height: 650px;
}*/
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col_wrap {
    /*改行して組む場合*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  .columns.reverse {
    /*左右反転*/
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns > .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .columns.col3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns.col3 > .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-right: 2%;
  }
  .columns.col3 > .column:nth-of-type(3n) {
    margin-right: 0;
  }
  .columns.col4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns.col4 > .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    margin-right: 2%;
  }
  .columns.col4 > .column:nth-of-type(4n) {
    margin-right: 0;
  }
  .col_align {
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top #contents, .top #aside {
    margin-bottom: 0;
  }
  /*==========================
  	　mainimage
  ==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  	ボタン
  ==========================*/
  /*==========================
  	loop
  ==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  .sp-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sp-columns .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
.sec_news {
  background: #f9f5f1;
}
@media (min-width: 768px) {
  .sec_news {
    padding: 20px 0 30px;
  }
  .sec_news .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sec_news .news {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .sec_news .news {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sec_news .news .btn-style {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .sec_news .news .btn-style {
    margin-top: 2em;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sec_news .news dl {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 0;
    border-left: 1px solid #491e1e;
  }
}
@media (max-width: 767px) {
  .sec_news .news dl {
    border-top: 1px solid #491e1e;
  }
}
.sec_news h2 {
  font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 40px;
  color: #a72b29;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.sec_news h2 span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 1;
  color: #491e1e;
}
@media (max-width: 767px) {
  .sec_news h2 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec_news h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sec01 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(51%, #fff), color-stop(51%, #f8ccc1), to(#f8ccc1));
  background: linear-gradient(90deg, #fff 0%, #fff 51%, #f8ccc1 51%, #f8ccc1 100%);
  padding: 70px 0;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 40px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(56%, #fff), color-stop(56%, #f8ccc1), to(#f8ccc1));
    background: linear-gradient(180deg, #fff 0%, #fff 56%, #f8ccc1 56%, #f8ccc1 100%);
  }
}
@media (max-width: 767px) {
  .sec01 .column {
    margin-bottom: 8%;
  }
}
@media (min-width: 768px) {
  .sec01 .col_text {
    padding-left: 9%;
  }
}
.sec01 h2 {
  font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 40px;
  color: #a72b29;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.8em;
  padding-top: 35px;
}
.sec01 h2:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 23px;
  height: 27px;
  background: url(img/h2-icn.png) no-repeat;
}
.sec01 h2 span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 1;
  color: #491e1e;
}
@media (max-width: 767px) {
  .sec01 h2 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec01 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sec01 .text-box {
  padding: 7%;
  border: 1px solid #491e1e;
}
.sec01 .text-box:not(:last-child) {
  margin-bottom: 1.5em;
}
.sec01 .text-box .table02 th, .sec01 .text-box .table02 td {
  text-align: left;
  padding-bottom: 15px;
}
.sec01 .text-box .table02 th {
  font-weight: bold;
}
.sec02 {
  background: url(img/sec03-bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 40px 0;
    background: url(img/sp_sec03-bg.jpg) no-repeat center/cover;
  }
}
.sec02 .text-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 5%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec02 .text-box {
    width: 40%;
  }
}
.sec02 h2 {
  font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 40px;
  color: #a72b29;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.8em;
  padding-top: 35px;
}
.sec02 h2:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 23px;
  height: 27px;
  background: url(img/h2-icn.png) no-repeat;
}
.sec02 h2 span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 1;
  color: #491e1e;
}
@media (max-width: 767px) {
  .sec02 h2 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec02 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sec02 h3 {
  display: table;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
  color: #491e1e;
  font-size: 38px;
  padding-bottom: 6px;
  margin-bottom: 25px;
  border-bottom: 1px solid #a72b29;
}
@media (max-width: 767px) {
  .sec02 h3 {
    font-size: 20px;
  }
}
.sec02 .btn {
  margin-top: 20px;
  text-align: center;
}
.sec03 {
  background: #f9f5f1;
  padding: 50px 0 0;
}
.sec03 h2 {
  font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 40px;
  color: #a72b29;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1.2em;
  padding-top: 35px;
}
.sec03 h2:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 23px;
  height: 27px;
  background: url(img/h2-icn.png) no-repeat;
}
.sec03 h2 span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 1;
  color: #491e1e;
}
@media (max-width: 767px) {
  .sec03 h2 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec03 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sec03 .columns {
  margin-bottom: 10px;
}
.sec03 .columns.bnr-content .title {
  color: #fff;
  font-size: 30px;
  text-align: left;
  letter-spacing: 0.04em;
  font-size: 30px;
}
@media (max-width: 767px) {
  .sec03 .columns.bnr-content .title {
    font-size: 20px;
  }
}
.sec03 .columns.bnr-content .title.prevention {
  background: url(img/sp_sec03-lg-001.jpg) no-repeat center/cover;
}
.sec03 .columns.bnr-content .title.acupuncture {
  background: url(img/sp_sec03-lg-002.jpg) no-repeat center/cover;
}
.sec03 .columns.bnr-content .title span {
  font-size: 60px;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .sec03 .columns.bnr-content .title span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sec03 .columns.bnr-content .title {
    padding: 43px 30px;
  }
}
@media (min-width: 768px) {
  .sec03 .columns.bnr-content .column {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .sec03 .columns.bnr-content .column.title {
    max-width: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec03 .columns.bnr-content .column.title.prevention {
    background: url(img/sec03-lg-001.jpg) no-repeat center/cover;
  }
  .sec03 .columns.bnr-content .column.title.acupuncture {
    background: url(img/sec03-lg-002.jpg) no-repeat center/cover;
  }
}
.sec03 .prevention-menu-list {
  border-top: 1px solid #d5c9be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec03 .prevention-menu-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.57%;
  border-bottom: 1px solid #d5c9be;
  width: 33.333%;
  height: 150px;
}
@media (min-width: 768px) {
  .sec03 .prevention-menu-list li {
    height: 197.5px;
  }
}
.sec03 .prevention-menu-list li:nth-child(2), .sec03 .prevention-menu-list li:nth-child(5) {
  border-left: 1px solid #d5c9be;
  border-right: 1px solid #d5c9be;
}
.sec03 .prevention-menu-list li span {
  margin: 0.5em 0 0 0;
  font-size: 1.3vw;
  font-weight: bold;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .sec03 .prevention-menu-list li span {
    font-size: 15px;
  }
}
.sec03 .prevention-menu-list li a {
  color: #491e1e;
}
.sec03 .prevention-menu-list li a:hover {
  color: #a72b29;
}
.sec04 {
  background: -webkit-gradient(linear, left top, right top, from(#491e1e), color-stop(50%, #491e1e), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(90deg, #491e1e 0%, #491e1e 50%, #fff 50%, #fff 100%);
}
@media (max-width: 767px) {
  .sec04 {
    background: -webkit-gradient(linear, left top, left bottom, from(#491e1e), color-stop(44%, #491e1e), color-stop(44%, #fff), to(#fff));
    background: linear-gradient(180deg, #491e1e 0%, #491e1e 44%, #fff 44%, #fff 100%);
  }
  .sec04 .column {
    margin-bottom: 8%;
  }
}
.sec04 .title-content {
  background: #f9f5f1;
  padding: 3% 0 2% 0;
}
.sec04 .sec04-content {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec04 .sec04-content {
    padding: 40px 0;
  }
}
.sec04 h2 {
  font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 40px;
  color: #a72b29;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.8em;
  padding-top: 35px;
}
.sec04 h2:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 23px;
  height: 27px;
  background: url(img/h2-icn.png) no-repeat;
}
.sec04 h2 span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 1;
  color: #491e1e;
}
@media (max-width: 767px) {
  .sec04 h2 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec04 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sec04 h3 {
  font-size: 27px;
  color: #a72b29;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a72b29;
}
@media (max-width: 767px) {
  .sec04 h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .sec04 .text {
    padding-left: 6%;
  }
}
.sec04 .btn {
  margin-top: 20px;
  text-align: center;
}
.sec05 {
  background: #f9ede9;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec05 {
    padding: 40px 0;
  }
}
.sec05 .logo {
  padding: 20px 0 30px;
  text-align: center;
}
.sec05 .text-box {
  padding: 7%;
  border: 1px solid #491e1e;
}
.sec05 .text-box .table02 th, .sec05 .text-box .table02 td {
  text-align: left;
  padding-bottom: 15px;
}
.sec05 .text-box .table02 th {
  font-weight: bold;
}
.sec05 .btn-style {
  margin-top: 2em;
  text-align: left;
  margin-left: 0;
}
@media (max-width: 767px) {
  .sec05 .btn-style {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec05 .column {
    margin-bottom: 8%;
  }
}
.ontime {
  color: #a72b29;
}

/* ==============================アニメーション */

.at01 {
  animation-delay: .2s;
}
.at02 {
  animation-delay: 0.4s;
}
.at03 {
  animation-delay: 0.6s;
}
.at04 {
  animation-delay: 0.8s;
}

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