@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  min-width: 1200px;
  line-height: 1;
}

ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

.mb15 {
  margin-bottom: 15px !important;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry-button {
  text-align: center;
}

.entry-button a {
  display: inline-block;
  background: url(../img/bg-btn-entry.png) no-repeat;
}

.entry-button img {
  transition: .3s;
}

.entry-button a:hover img {
  opacity: .8;
}

.main {
  text-align: center;
}

.sec01 {
 background: url(../img/bg-sec01.png) no-repeat center top;
  height: 1280px;
  position: relative;
  filter: drop-shadow(0 10px 0 #fff);
    padding-top: 50px;
}
.sec01 .inner h2{
    margin: 20px 0;
}
.sec02 .flex {
  width: 841px;
  margin: 0 auto;
}

.sec02 figcaption {
  margin: 10px 0 52px;
}

.sec02 {
  background: #fffff7;
  margin-top: -50px;
    padding-bottom: 60px;
}
.sec02 .inner{
  padding-top: 50px;
}
.sec02 .inner .entry-button{
  margin-top: 50px;
}
.sec03 {
  background: url(../img/bg-sec03.jpg);
  padding-bottom: 55px;
}

.sec04 {
  background: url(../img/bg-sec04.png);
  padding: 90px 0;
}

.sec04 .acc {
  cursor: pointer;
  position: relative;
  transition: .3s;
}

.sec04 .acc:hover {
  opacity: .7;
}

.sec04 .acc:after {
  content: "";
  width: 34px;
  height: 27px;
  background: url(../img/icon-down1.png) no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

.sec04 .acc.is-active:after {
  transform: rotateX(180deg);
}

.sec04 .acc + p {
  display: none;
}

.sec04-box {
  margin-top: 50px;
  border: 4px solid #000;
  background: #fff9e3;
  padding: 60px 29px;
}

.sec04-box figcaption {
  margin: 10px 0 48px;
}

.sec04-box + .sec04-box {
  background: #f5f8ff;
  margin-top: 50px;
}

.sec04-box + .sec04-box .acc:after {
  background-image: url(../img/icon-down2.png);
}

.sec04-box .entry-button {
  margin: 50px 0 0;
}

.footer {
  background: #0c5780;
  padding: 50px 0 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.footer p {
  margin-bottom: 30px;
}

.footer a {
  color: #fff;
}
.sec06 div{
	width: 1000px;
	margin: 60px auto;
}
.sec06ttl{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: left;
}
.sec06{
    padding-bottom: 50px;
}
.detail_tbl{
	width: 100%;
	border-collapse: collapse;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	
}
.detail_tbl th,.detail_tbl td{
	border-bottom: #fff solid 1px;
	border-right: #fff solid 1px;

}
.detail_tbl th{
	background: #daeafa;
	font-size: 1.5rem;
		padding: 20px 10px;
	width: 20%;
	line-height: 1.6;
}
.detail_tbl td{
	background: #e5eaed;
	font-size: 1.5rem;
	text-align: left;
		padding: 20px 10px 20px 30px;
	line-height: 1.2;
}
.detail_tbl td.tbl_gld,.detail_tbl td.tbl_std{
	text-align: center;
}
.tbl_gld img,.tbl_std img{
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}
.detail_tbl_02_ttl{
    
}
.detail_tbl_02{
    width: 1000px;
    margin: 20px auto;
}
.detail_tbl_02 th{
    padding: 10px;
}
.detail_tbl_02 td{
    background: #f3f3f3;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
}
.mb{
    margin-bottom: 50px;
}
section.sec02 > .flex > figure {
    width: 33.33%;
}
section.sec02 > .flex > figure > img {
    width: 95%;
}