@charset "UTF-8";

.home #contents>.inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.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,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
/*-- スライダーの時 ------------*/
.slider {}

.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-track {}

  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    /* opacity: 0.4; */
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

/*==========================
	新着情報
==========================*/
.topnews .news {
  margin-bottom: 0;
  position: relative;
}

/* 新着情報見出し */
.topnews h3 {
  font-size: 24px;
  padding: 0.4em 0 0.6em;
  position: relative;
  text-align: left;
  margin-bottom: 1.2em;
}

/* 一覧へボタン */
.topnews .btn {
  position: absolute;
  top: 10px;
  right: 20px;
}

.topnews .news .btn a {
  display: inline-block;
  line-height: 1.2;
  padding: 0.25em 0.5em 0.15em;
  text-decoration: none;
  color: #fff;
  background: #98c36d;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.topnews .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

↩

/* 新着情報 */
.topnews .news dl {
  line-height: 1.3;
  margin: 1.2em 0;
}

/* .topnews .news dt {
	 font-weight:nomal;
	 color:#98c36d;
	padding:0 20px 7px;
}
.topnews .news dd {
	margin-bottom:18px;
	padding:0 20px 15px;
	border-bottom:1px dashed #e6e6e6;
} */
.topnews .news dd a {
  text-decoration: none;
  color: #333;
}

.topnews .news dd a:hover {
  color: #98c36d;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}

.btn-style a {
  background: #98c36d;
  border: 1px solid #98c36d;
  width: 220px;
  max-width: 100%;
  padding: 0.8em 2em 0.8em 1em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  margin-top: 1.5em;
}

.btn-style a::before {
  content: '';
  position: absolute;
  top: 55%;
  right: 14px;
  width: 50px;
  height: 1px;
  border-top: 1px solid #fff;
}

.btn-style a::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 10px;
  width: 2px;
  height: 10px;
  border-top: 6px solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.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;
}

.top .mainblock a:hover {}

/*-- 余白・背景 --------------*/
.sec01 {
  padding: 80px 0;
}
.sec01 .con02{
  margin-top: 50px;
}
.sec02 {
  padding: 80px 0;
  background: url(img/sec02_bg.jpg)no-repeat right bottom/ cover;
}

.sec03 {
  padding: 80px 0;
  background: url(img/sec03_bg.jpg)no-repeat center bottom;
}

.sec04 {
  padding: 80px 0 0;
}

.sec04 .con01 {
  padding: 100px 0 0;
  background: url(img/sec04_bg01.jpg)no-repeat center top;
  background-size: contain;
}

.sec04 .con02 {
  margin-top: 30px;
  padding: 0 0 100px;
  background: url(img/sec04_bg02.jpg)no-repeat center bottom;
  background-size: contain;
}

.sec04 .con03 {
  margin-top: 40px;
  padding: 100px 0 3vw;
  background: url(img/sec04_bg03.jpg)no-repeat left top;
  background-size: contain;
}

.sec05 {
  padding: 80px 0;
  background: -moz-linear-gradient(bottom, #f5f1d7 0%, #f5f1d7 62%, #fff 62%, #fff 100%), url(img/sec05_bg.png)no-repeat right 80px;
  background: -webkit-linear-gradient(bottom, #f5f1d7 0%, #f5f1d7 62%, #fff 62%, #fff 100%), url(img/sec05_bg.png)no-repeat right 80px;
  background: linear-gradient(to top, #f5f1d7 0%, #f5f1d7 62%, #fff 62%, #fff 100%), url(img/sec05_bg.png)no-repeat right 80px;
}

.sec06 {
  padding: 80px 0;
}

.sec_tab {
  padding: 40px 0 80px;
}

.sec_contact {
  padding: 100px 0;
  background: url(img/contact_bg.jpg)no-repeat center / cover;
}

/*-- 見出し --------------*/
.sec01 h2 {
  display: block;
  line-height: 1.4em;
  color: #98c36d;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 50px;
  background: url(img/h2_icon02.png)no-repeat left top;
  border-bottom: 2px solid #98c36d;
  margin-bottom: 30px;
}

.sec02 .ttl_box {
  padding: 1.5em 0;
}

.sec02 h2 span {
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  overflow-wrap: break-word;
}

/* ------------普通のh2 */
.sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec_contact h2 {
  display: block;
  font-size: 30px;
  color: #98c36d;
  letter-spacing: 4px;
  font-weight: 700;
  padding-top: 80px;
  background: url(img/h2_icon.png)no-repeat center top;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 50px;
}

.sec03 h2 .en_ttl, .sec04 h2 .en_ttl, .sec05 h2 .en_ttl, .sec06 h2 .en_ttl, .sec_contact h2 .en_ttl {
  color: #9a815c;
  font-size: 16px;
  letter-spacing: 1em;
  padding-left: 1em;
  display: block;
}

.sec03 h2 .en_ttl {
  letter-spacing: .5em;
}

.sec01 h3,.sec03 h3, .sec04 h3 {
  display: block;
  font-size: 24px;
  color: #9a815c;
  letter-spacing: 4px;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.sec01 h3{

	text-align:center;
}
.sec03 h3 .en_ttl {
  font-size: 12px;
  letter-spacing: 1em;
  padding-left: 35px;
  display: block;
  position: relative;
  z-index: 0;
}

.sec03 h3 .en_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 25px;
  height: 1px;
  background: #9a815c;
}

.sec04 h2 {
  line-height: 2em;
  margin-bottom: 0;
}

.sec04 h2 .sub_ttl {
  display: block;
  font-size: 20px;
  line-height: 1.6em;
}

.sec04 h2 .en_ttl {
  line-height: 2.2em;
  color: #fff;
  background: url(img/sec04_ttl_bg.jpg)no-repeat center bottom / cover;
}

.sec04 h3 {
  font-size: 26px;
}

.sec05 h2 .sub_ttl {
  display: block;
  font-size: 20px;
  line-height: 1.6em;
}

/*-- ボックスその他 --------------*/
.sec02 .text_box {
  color: #fff;
}

.sec02 figure {
  margin-bottom: 30px;
}

.sec03 ul.ul_check {
  border: 1px solid #98c36d;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}

.sec03 ul.ul_check {
  column-count: 2;
}

.sec03 ul.ul_check li:last-child::before {
  display: none;
}

.sec04 .con02 .columns {
  align-items: center;
}

.sec04 .num {
  position: absolute;
  top: -40px;
  left: 30px;
}

.sec04 .con01 .text_box,
.sec04 .con03 .text_box {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding: 70px 30px 20px;
  background: rgba(255, 255, 255, .9);
}
.sec04 ol {
    list-style: upper-alpha;
    margin-left: 1.3em;
    margin-bottom: 1.5em;
}
.sec05 figure {
  margin-bottom: 50px;
}

.sec06 ul {
  margin-bottom: 1.5em;
  font-weight: bold;
}

/* タブ */
.sec_tab .item_wrap ul {
  margin-top: 0;
}

.sec_tab .item_wrap ul.con01 {
  background: #ebe8e2;
  padding: 30px 15% 60px;
  box-sizing: border-box;
}

.sec_tab .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_tab .btn_wrap .tab_btn a{
  position: relative;
  z-index: 0;
  padding: .8em;
  letter-spacing: 2px;
  font-size: 20px;
  /*   width: 270px;
  max-width: 30%; */
  margin: 0 0 30px;
  display: block;
  padding: 1.3em 10px;
  box-sizing: border-box;
  text-align: center;
  background: #b9b9b9;
  color: #fff;
  text-decoration: none;
}

.sec_tab .btn_wrap .tab_btn.is-active-btn a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 20px solid #98c36d;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.sec_tab .btn_wrap .tab_btn.is-active-btn a {
  background: #98c36d;
}
.sec_tab .tab_btn {
	width: 260px;
	max-width:30%;
	margin-bottom: 30px;
	transition: .3s;
}

.sec_tab .tab_btn:not(.is-active-btn):hover {
  opacity: .7;
  color: #fff;
  cursor: pointer;
}

.sec_tab .tab_item:not(.is-active-item) {
  display: none;
}

.sec_tab ul.list_3 {
  column-count: 3;
  width: 500px;
  max-width: 100%;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {

  /* タブレットまで */
  /*==========================
	mainimage
==========================*/
  /*-- 一枚画像の時 ------------*/
  .mainimage {
    background: url(img/mainimage.jpg) no-repeat center;
    background-size: cover;
    height: 850px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
 /*-- 見出し --------------*/
.sec02 .ttl_box {
  border-top: 4px solid #fff;
  padding: 1.5em 0;
  width: 230px;
  max-width: 23%;
  display: flex;
  justify-content: center;
}
.sec02 h2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 4em;
}

.sec02 h2 span {
  font-size: 30px;
  width: 45%;
}
  /*-- ボックスその他 --------------*/
  .sec01 .img_box {
    max-width: 38%;
    width: 380px;
  }

  .sec01 .text_box {
    max-width: 60%;
    width: 600px;
  }

  .sec02 .text_box {
    width: 710px;
    max-width: 71%;
  }

  .sec04 .text_box {
    width: 640px;
    max-width: 64%;
  }

  .sec_tab .tab_item.col4 .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -webkit-flex-basis: 23.5%;
    flex-basis: 23.5%;
  }

  .sec_tab .tab_item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sec_tab .tab_btn:not(:first-child) {
    margin-left: 2%;
  }
}

@media screen and (min-width: 1042px) {
  .sec03 .text_box {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
	.sec04 .con01{
		background-size: 1500px;
		background-position: right top;
	}
	.sec04 .con03{
		background-size: 1500px;
		background-position: left top;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1280px) {

  /* 程よいブラウザサイズでメインイメージを縮小 */
  .mainimage {
    background-size: cover;
    height: 500px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1041px) {

  /*-- 余白・背景 --------------*/
  .sec01 {
    padding: 60px 0;
  }

  .sec03 {
    padding: 60px 0 0;
  }

  .sec04 .con01 {
    padding: 30vw 0 0;
    background-position: right top;
    background-size: 1100px;
  }

  .sec04 .con02 {
    padding-bottom: 50px;
  }

  .sec04 .con03 {
    background-size: 1100px;
    background-position: left top;
    padding: 30vw 0 0;
  }

  .sec_contact {
    padding: 60px 0;
  }

  .sec_tab {
    padding: 30px 0 0;
  }

  .sec05 {
    padding: 60px 0;
  }

  /*-- ボックスその他 --------------*/
  .sec04 .text_box {
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
  .sec04 .con01 .text_box, .sec04 .con03 .text_box{
  	padding: 70px 30px 0;
  }
}

@media screen and (max-width: 1041px) {
  /*コンテンツが横幅いっぱいになったら*/
  .sec03 ul li {
    font-size: 14px;
}
}

@media screen and (max-width: 767px) {

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /*==========================
	　mainimage
==========================*/
  .mainimage,
  .slider {
    margin-bottom: 1em;
  }

  /*==========================
	新着情報
==========================*/
  #main .news {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    position: relative;
  }

  #main .news .btn {
    right: 5px;
    top: 10px;
  }

  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
	電話ボタン
==========================*/
  /*
#main > .telbtn {
	margin-bottom:1.2em;
}
.telbtn {
	text-align:center;
	margin-bottom:1em;
}
.telbtn a {
	background:#98c36d;
	text-align:center;
	width:280px;
	max-width:100%;
	color:#fff;
	display:inline-block;
	padding:10px 5px 10px;
	text-decoration:none;
	font-size:24px;
	box-sizing:border-box;
	letter-spacing:0.08em;
	border-radius:4px;
	line-height:1.2em;
}
.telbtn a .subtxt {
	font-size:14px;
	display:block;
	margin-bottom:1px;
}
.telbtn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
} */
  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 100px;
  }

  .loopSlider ul {
    height: 100px;
  }

  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- 余白・背景 --------------*/
  .sec01{
    padding: 1em 0 3em;
  }
  .sec01 .con02{
    margin-top: 2em;
  }
  .sec02{
    padding: 3em 0 1em;
  }
  .sec03{
    padding: 3em 0 0;
    background:none;
  }
  .sec04{
  	padding:3em 0 0;
  }
  .sec04 .con01{
  	background:none;
  	padding:0;
  }
.sec04 .con02{
    margin-top: 1em;
    background:none;
    padding: 0;
}
.sec04 .con03 {
    margin-top: 1em;
    background:none;
    padding: 0;
}
.sec05{
	padding:0 0 1em;
	  background: -moz-linear-gradient(bottom, #f5f1d7 0%, #f5f1d7 78%, #fff 78%, #fff 100%), url(img/sec05_bg.png)no-repeat right 80px;
	  background: -webkit-linear-gradient(bottom, #f5f1d7 0%, #f5f1d7 78%, #fff 78%, #fff 100%), url(img/sec05_bg.png)no-repeat right 80px;
	  background: linear-gradient(to top, #f5f1d7 0%, #f5f1d7 78%, #fff 78%, #fff 100%), url(img/sec05_bg.png)no-repeat right 80px;
}
.sec06{
	padding:2em 0 3em;
}
.sec_contact{
	padding:3em 0;
}
.sec_tab{
	padding:0 0 3em;
}
  /*-- 見出し --------------*/
  .sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2,.sec06 h2,.sec_contact h2 {
    font-size: 22px;
  }
  .sec03 h2, .sec04 h2, .sec05 h2,.sec06 h2,.sec_contact h2{
    margin-bottom: 1.5em;
  }
  .sec03 h2 .en_ttl, .sec04 h2 .en_ttl, .sec05 h2 .en_ttl, .sec06 h2 .en_ttl, .sec_contact h2 .en_ttl{
    font-size: 12px;
  }
  .sec01 h3, .sec02 h3, .sec03 h3, .sec04 h3, .sec05 h3 {
    font-size: 20px;
  }
.sec02 h2 span{
    display:block;
}
.sec04 h2 .sub_ttl {
  font-size: 16px;
}
  /*-- ボックスその他 --------------*/
  .sec01 .text_box {
    margin-top: 1.5em;
}
.sec01 .con02 .col2+ .col2{
	margin-top:2em;
}
.sec02 .ttl_box {
    border-left: 3px solid #fff;
    padding-left: 1em;
}
  .sec03 .text_box {
    margin-top: 1.5em;
}
.sec03 ul.ul_check {
    padding: 30px 10px 20px;
	}
.sec04 .text_box {
    padding: 1em 10px;
}

.sec04 .num {
    width: 70px;
    top: -30px;
}
.sec04 .con01 .text_box, .sec04 .con03 .text_box {
    padding: 50px 10px 10px;
}

.sec04 .con02 .text_box{
    margin-top: 1.5em;
}
.sec05 figure{
	margin-bottom:1.5em;
}
.sec_contact .col3 + .col3{
	margin-top:2em;
}
.sec_tab .btn_wrap .tab_btn a{
	line-height:1.4em;
	font-size: 13px;
	letter-spacing:-1px;
}
.sec_tab .btn_wrap .tab_btn{
	padding: 10px 5px;
	max-width: 32%;
	margin-bottom:10px
}
  .sec_tab .tab_btn:not(:last-child) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 480px) {
  /* スマホ480px */
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/* ---------------------------------------------追加調整 */
/*==========================
	リンクボックス
==========================*/
.link_box {
  position: relative;
  transition: .3s;
}

.link_box:hover {
  opacity: .7;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a span.link {
  display: none;
}

/*==========================
	新着情報
==========================*/
.sec_news .news dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.sec_news .news dt {
  color: #ec6700;
  padding: 10px 10px 10px 0;
  width: 100px;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #cecece;
  margin-top: 20px;
}

.sec_news .news dd {
  display: inline-block;
  width: calc(100% - 100px);
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
}

/* 新着情報　ボタンの矢印追加 */
.sec_news .news .btn a span {
  position: relative;
  padding-right: 1em;
}

.sec_news .news .btn a span:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {

  /*-- FLEX設定 --------------*/
  .columns, .flex-aic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .flex-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns .col2 {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }

  .columns .col3 {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

  .columns .col4 {
    max-width: 24%;
    -webkit-box-flex-basis: 24%;
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }

  .columns .col5 {
    max-width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }

  .columns .col6 {
    max-width: 16.6666%;
    -webkit-box-flex-basis: 16.6666%;
    -webkit-flex-basis: 16.6666%;
    flex-basis: 16.6666%;
  }
}

@media screen and (max-width: 1042px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }

  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {

  /*==========================
	ボタン
==========================*/
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  /*==========================
	flex設定
==========================*/
  .sp_columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .sp_columns .col2,
  .sp_columns .col3,
  .sp_columns .col4,
  .sp_columns .col5 {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }
}

/*==========================
画像位置
==========================*/
.mainimage img,
figure img {
  vertical-align: middle;
}
