@charset "UTF-8";
.main {
  width: 100%;
  overflow: hidden;
}

.main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*==============================*/

/* aside */

/*==============================*/

.aside {
  position: fixed;
  left: -960px;
  top: 0;
  bottom: 0;
  width: 960px;
  z-index: 1000;
}

.aside > .aside_ov {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.aside > .aside_btn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 4em;
  background: #000;
  padding: 70px 5px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.aside > .aside_btn:before,
.aside > .aside_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 32px;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background: #fff;
}

.aside > .aside_btn:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.aside > .aside_btn span.close {
  display: none;
}

.aside > .aside_btn.active:after {
  display: none;
}

.aside > .aside_btn.active span.open {
  display: none;
}

.aside > .aside_btn.active span.close {
  display: inline;
}

/*
.aside>.aside_btn:hover {
*/
.aside > .aside_btn.hover {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

/*
.aside>.aside_btn:hover:before,
.aside>.aside_btn:hover:after {
*/
.aside > .aside_btn.hover:before,
.aside > .aside_btn.hover:after {
  background: #000;
}

.aside > .aside_cnts {
  position: absolute;
  left: 0;
  min-width: 940px;
  max-width: 100vw;
  top: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.aside.active > .aside_cnts {
  overflow: scroll;
  -ms-overflow-style: none;
}

.aside > .aside_cnts a {
  color: #fff;
  padding: 14px 20px 14px 30px;
  display: block;
}

.aside > .aside_cnts .cnts_change_01 a {
  padding: 0;
}

.aside > .aside_cnts .aside_cnts_in {
  width: 960px;
  padding-top: 68px;
  padding-bottom: 80px;
}

.aside > .aside_cnts .aside_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 30px 60px;
  text-align: center;
}

.aside > .aside_cnts .aside_box01 img {
  width: 320px;
}

.aside > .aside_cnts .aside_box01 a:hover img {
  opacity: 0.8;
}

.aside > .aside_cnts .aside_box01 .cnts {
  margin-left: 80px;
}

.aside > .aside_cnts .aside_box01 .cnts .aside_btn02 {
  margin-top: 16px;
}

.aside > .aside_cnts .aside_box01 .cnts .aside_btn02 a {
  position: relative;
  display: inline-block;
  font-size: 1.428em;
  color: #333;
  padding-left: 20px;
}

.aside > .aside_cnts .aside_box01 .cnts .aside_btn02 a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 17px;
  margin-top: -9px;
  background: url(/cmn/imgs/ico_arrow08.png) no-repeat center center / 100%;
}

.aside > .aside_cnts * + .aside_box02 {
  margin-top: 40px;
}

.aside > .aside_cnts .aside_box02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 410px;
  height: 84px;
  border: 1px solid #ff5400;
  margin: 0 auto;
  font-size: 1.428em;
  font-weight: bold;
  color: #ff5400;
}

.aside > .aside_cnts .aside_box02 a:hover {
  background: #fff;
  text-decoration: none;
}

.aside > .aside_cnts .aside_box02 a span {
  position: relative;
  display: inline-block;
  padding-left: 38px;
}

.aside > .aside_cnts .aside_box02 a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 35px;
  margin-top: -17px;
  background: url(/cmn/imgs/aside_ico01.png) no-repeat;
}

.aside > .aside_cnts * + .aside_box03 {
  margin-top: 45px;
}

.aside > .aside_cnts .aside_box03 + .aside_box03 {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #fff;
}

.aside > .aside_cnts .aside_box03.aside_box03_01 + .aside_box03 {
  padding-top: 0;
  border-top: none;
}

.aside > .aside_cnts .aside_box03 {
  padding-left: 40px;
  padding-right: 40px;
}

.aside > .aside_cnts .aside_box03 .ttl {
  font-size: 2.285em;
  font-weight: bold;
}

.aside > .aside_cnts .aside_box03 .ttl + * {
  margin-top: 35px;
}

.aside > .aside_cnts .aside_box03.aside_box03_01 ul {
  margin-left: -40px;
  margin-right: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}

.aside > .aside_cnts .aside_box03.aside_box03_01 ul li {
  width: 50%;
  border-top: 1px solid #fff;
}

.aside > .aside_cnts .aside_box03.aside_box03_01 ul li:nth-of-type(2n) {
  border-left: 1px solid #fff;
}

.aside > .aside_cnts .aside_box03.aside_box03_01 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 78px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 72px;
  background: url(/cmn/imgs/ico_arrow09.png) no-repeat 40px center;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 ul li {
  position: relative;
  width: 50%;
  padding-left: 48px;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 ul li:nth-of-type(n + 3) {
  margin-top: 20px;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 ul li:before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #721b23;
  content: "?";
  background: #fdecee;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 ul li a {
  text-decoration: underline;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 ul li a:hover {
  text-decoration: none;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 .btn {
  margin-top: 35px;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 36px;
  border: 1px solid #fff;
  margin-left: auto;
}

.aside > .aside_cnts .aside_box03.aside_box03_02 .btn a:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 li {
  width: 135px;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 li + li {
  margin-left: 14px;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 li:nth-of-type(6n + 7) {
  margin-left: 0;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 li:nth-of-type(n + 7) {
  margin-top: 14px;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 8px;
  background: #fff;
  color: #721b23;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 li a:hover {
  -webkit-box-shadow: 0 0 0 4px #721b23 inset;
  box-shadow: 0 0 0 4px #721b23 inset;
  text-decoration: none;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 li a .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 62px;
  margin-bottom: 8px;
}

.aside > .aside_cnts .aside_box03.aside_box03_03 li a p {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.22;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .sttl {
  font-size: 1.714em;
  font-weight: bold;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 * + .sttl {
  margin-top: 70px;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .sttl + * {
  margin-top: 30px;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .ul01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .ul01 li {
  margin-right: 50px;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .ul01 li a {
  display: inline-block;
  padding-left: 16px;
  background: url(/cmn/imgs/ico_arrow10.png) no-repeat left center;
  font-size: 1.142em;
  text-decoration: underline;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .ul01 li a:hover {
  text-decoration: none;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 * + .ul02 {
  margin-top: 70px;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 li {
  width: 410px;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 li:nth-of-type(n + 3) {
  margin-top: 40px;
}

.aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  background: url(/cmn/imgs/ico_arrow09.png) no-repeat 18px center;
  padding: 0 25px;
}

/* @media screen and (max-width: 1030px) {
  .aside > .aside_btn.active {
    position: fixed;
    left: auto;
    right: 0;
    z-index: 1001;
    border: 1px solid #fff;
    border-right: none;
  }
} */

@media screen and (max-width: 767px) {
  .aside {
    left: -100vw;
    width: 100vw;
  }
  .aside > .aside_btn {
    left: 100%;
    top: auto;
    bottom: 0;
    width: auto;
    white-space: nowrap;
    padding: 10px 10px 10px 40px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .aside > .aside_btn br {
    display: none;
  }
  .aside > .aside_btn:before,
  .aside > .aside_btn:after {
    left: 10px;
    top: 50%;
    width: 16px;
    margin-left: 0;
    margin-top: -1px;
  }
  .aside > .aside_btn.active {
    display: none;
  }
  .aside > .aside_cnts {
    min-width: initial;
    min-width: auto;
  }
  .aside > .aside_cnts .aside_cnts_in {
    position: relative;
    width: auto;
    padding-top: 70px;
    padding-bottom: 36px;
  }
  .aside > .aside_cnts .aside_cnts_in .aside_close {
    position: absolute;
    right: 27px;
    top: 27px;
    width: 22px;
    height: 22px;
    background: url(/cmn/imgs/aside_close.png) no-repeat center center / 100% 100%;
  }
  .aside > .aside_cnts .aside_box01 {
    display: block;
    padding: 12px 32px;
    text-align: center;
  }
  .aside > .aside_cnts .aside_box01 img {
    width: auto;
    max-width: 100%;
  }
  .aside > .aside_cnts .aside_box01 a:hover img {
    opacity: 1;
  }
  .aside > .aside_cnts .aside_box01 .cnts {
    margin-left: 0;
    margin-top: 20px;
  }
  .aside > .aside_cnts .aside_box01 .cnts .aside_btn02 {
    margin-top: 16px;
  }
  .aside > .aside_cnts .aside_box01 .cnts .aside_btn02 a {
    font-size: 15px;
  }
  .aside > .aside_cnts * + .aside_box02 {
    margin-top: 23px;
  }
  .aside > .aside_cnts .aside_box02 {
    padding: 0 30px;
  }
  .aside > .aside_cnts .aside_box02 a {
    width: 100%;
    height: 64px;
    font-size: 15px;
  }
  .aside > .aside_cnts * + .aside_box03 {
    margin-top: 42px;
  }
  .aside > .aside_cnts .aside_box03 + .aside_box03 {
    margin-top: 32px;
    padding-top: 32px;
  }
  .aside > .aside_cnts .aside_box03 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .aside > .aside_cnts .aside_box03 .ttl {
    font-size: 24px;
  }
  .aside > .aside_cnts .aside_box03 .ttl + * {
    margin-top: 28px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_01 ul {
    margin-left: -30px;
    margin-right: -30px;
    display: block;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_01 ul li {
    width: auto;
    border-top: 1px solid #fff;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_01 ul li:nth-of-type(2n) {
    border-left: none;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_01 ul li a {
    height: 62px;
    padding-left: 52px;
    background-position: 32px center;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_02 ul {
    display: block;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_02 ul li {
    width: auto;
    padding-left: 36px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_02 ul li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_02 ul li:nth-of-type(n + 2) {
    margin-top: 24px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_02 ul li:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    line-height: 24px;
    font-size: 18px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_02 .btn {
    margin-top: 20px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_02 .btn a {
    width: 100px;
    height: 28px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li {
    width: 30%;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li + li {
    margin-left: 5%;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li:nth-of-type(6n + 7) {
    margin-left: 5%;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li:nth-of-type(3n + 4) {
    margin-left: 0;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li:nth-of-type(n + 7) {
    margin-top: 0;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li:nth-of-type(n + 4) {
    margin-top: 16px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li a {
    display: block;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    color: #fff;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li a .figure {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    border: 1px solid #fff;
    margin-bottom: 8px;
    padding: 100% 10px 0;
    border: 1px solid #fff;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li a .figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_03 li a p {
    display: block;
    font-size: 12px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .sttl {
    font-size: 18px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 * + .sttl {
    margin-top: 54px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .sttl + * {
    margin-top: 24px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul01 li {
    width: 45%;
    margin-right: 0;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul01 li:nth-of-type(n + 3) {
    margin-top: 16px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul01 li a {
    font-size: 12px;
    background-position: left 0.35em;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 * + .ul02 {
    margin-top: 46px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 {
    display: block;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 li {
    width: auto;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 li:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  .aside > .aside_cnts .aside_box03.aside_box03_04 .ul02 li a {
    height: 46px;
  }

  .aside > .aside_cnts .cnts_change_01 a {
    padding: 0;
  }
  .aside > .aside_cnts .link_area_change a {
    padding: 10px;
  }
}

/*==============================*/

/* topicpath */

/*==============================*/

.topicpath {
  height: 60px;
  width: 940px;
  margin: 0 auto;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.topicpath li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.topicpath li a {
  text-decoration: underline;
  color: #721b23;
}

.topicpath li a:hover {
  text-decoration: none;
}

.topicpath li + li::before {
  position: absolute;
  left: -18px;
  top: calc(50% - 5px);
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topicpath p.date {
  position: absolute;
  right: 0;
  top: 18px;
  color: #989898;
}

@media screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
}

/*==============================*/

/* h1 */

/*==============================*/

.main .h1 {
  font-size: 28px;
  font-weight: bold;
  background: #fdecee;
  margin: 0;
}

.main .h1 > span {
  display: block;
  width: 940px;
  margin: 0 auto;
  padding: 10px 0 7px;
}

@media screen and (max-width: 767px) {
  .main .h1 span {
    width: calc(100% * 690 / 750);
    margin: 0 auto;
    font-size: 24px;
  }
}

/*==============================*/

/* section */

/*==============================*/

.main .l_inner {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 98px;
}

.main .section {
  width: 940px;
  padding: 28px 0 0px;
  background: #ffffff;
}

.main .section + .section {
  margin-top: 40px;
}

.section > * + * {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .main .l_inner {
    width: 100%;
    padding-bottom: 40px;
  }
  .main .section {
    width: 100%;
    padding: 33px 12px 0 12px;
  }
}

/*==============================*/

/* column */

/*==============================*/

.main .column {
  margin-top: 40px;
  overflow: hidden;
}

.main .column > ul,
.main .column > div {
  float: left;
}

.main .column > ul + ul,
.main .column > ul + div,
.main .column > div + ul,
.main .column > div + div {
  margin-left: 32px;
}

@media only screen and (max-width: 767px) {
  .main .column {
    margin-top: 20px;
  }
  .main .column > ul,
  .main .column > div {
    float: none;
  }
  .main .column > ul + ul,
  .main .column > ul + div,
  .main .column > div + ul,
  .main .column > div + div {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*==============================*/

/* grid */

/*==============================*/

.grid1 {
  width: 32px;
}

.grid2 {
  width: 64px;
}

.grid3 {
  width: 96px;
}

.grid4 {
  width: 128px;
}

.grid5 {
  width: 160px;
}

.grid6 {
  width: 192px;
}

.grid7 {
  width: 224px;
}

.grid8 {
  width: 211px;
}

.grid9 {
  width: 288px;
}

.grid10 {
  width: 320px;
}

.grid11 {
  width: 292px;
}

.grid12 {
  width: 384px;
}

.grid13 {
  width: 416px;
}

.grid14 {
  width: 448px;
}

.grid15 {
  width: 480px;
}

.grid16 {
  width: 512px;
}

.grid17 {
  width: 454px;
}

.grid18 {
  width: 576px;
}

.grid19 {
  width: 608px;
}

.grid20 {
  width: 640px;
}

.grid21 {
  width: 672px;
}

.grid22 {
  width: 704px;
}

.grid23 {
  width: 616px;
}

.grid24 {
  width: 768px;
}

.grid25 {
  width: 800px;
}

.grid26 {
  width: 697px;
}

.grid27 {
  width: 864px;
}

.grid28 {
  width: 896px;
}

.grid29 {
  width: 928px;
}

.grid30 {
  width: 960px;
}

.grid31 {
  width: 992px;
}

.grid32 {
  width: 1024px;
}

.grid33 {
  width: 1056px;
}

.grid34 {
  width: 1088px;
}

.grid35 {
  width: 1120px;
}

.grid36 {
  width: 1152px;
}

@media only screen and (max-width: 767px) {
  .grid1 {
    width: 100%;
  }
  .grid2 {
    width: 100%;
  }
  .grid3 {
    width: 100%;
  }
  .grid4 {
    width: 100%;
  }
  .grid5 {
    width: 100%;
  }
  .grid6 {
    width: 100%;
  }
  .grid7 {
    width: 100%;
  }
  .grid8 {
    width: 100%;
  }
  .grid9 {
    width: 100%;
  }
  .grid10 {
    width: 100%;
  }
  .grid11 {
    width: 100%;
  }
  .grid12 {
    width: 100%;
  }
  .grid13 {
    width: 100%;
  }
  .grid14 {
    width: 100%;
  }
  .grid15 {
    width: 100%;
  }
  .grid16 {
    width: 100%;
  }
  .grid17 {
    width: 100%;
  }
  .grid18 {
    width: 100%;
  }
  .grid19 {
    width: 100%;
  }
  .grid20 {
    width: 100%;
  }
  .grid21 {
    width: 100%;
  }
  .grid22 {
    width: 100%;
  }
  .grid23 {
    width: 100%;
  }
  .grid24 {
    width: 100%;
  }
  .grid25 {
    width: 100%;
  }
  .grid26 {
    width: 100%;
  }
  .grid27 {
    width: 100%;
  }
  .grid28 {
    width: 100%;
  }
  .grid29 {
    width: 100%;
  }
  .grid30 {
    width: 100%;
  }
  .grid31 {
    width: 100%;
  }
  .grid32 {
    width: 100%;
  }
  .grid33 {
    width: 100%;
  }
  .grid34 {
    width: 100%;
  }
  .grid35 {
    width: 100%;
  }
  .grid36 {
    width: 100%;
  }
}

/*==============================*/

/* headline */

/*==============================*/

.main h2 + *,
.main h3 + *,
.main h3 + *,
.main h4 + * {
  margin-top: 20px;
}

.main * + h2 {
  margin-top: 52px;
}

.main * + h3 {
  margin-top: 40px;
}

.main * + h4 {
  margin-top: 40px;
}

.main .h2 {
  position: relative;
  font-size: 1.285rem;
  font-weight: bold;
  border-bottom: 2px solid #721b23;
  padding-bottom: 10px;
  padding-left: 26px;
}

.main .h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10px;
  width: 8px;
  background: #721b23;
}

.main .h3 {
  position: relative;
  font-size: 1.142rem;
  font-weight: bold;
  padding-left: 20px;
}

.main .h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.815em;
  width: 12px;
  height: 12px;
  background: #721b23;
  margin-top: -6px;
}

.main .h4 {
  font-size: 1.142rem;
  font-weight: bold;
  color: #721b23;
}

.main .h5 {
  font-size: 1.142rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .main * + h2 {
    margin-top: 32px;
  }
}

/*==============================*/

/* text */

/*==============================*/

.main .txt_left {
  text-align: left;
}

.main .txt_center {
  text-align: center;
}

.main .txt_right {
  text-align: right;
}

.main .txt_bold {
  font-weight: bold;
}

/*==============================*/

/* link */

/*==============================*/
.main a.link_main {
  color: #721a22;
}

.main .link a,
.main .link_pdf > a,
.main .link_blank > a,
.main .link_anchor > a {
  color: #721b23;
  font-weight: bold;
  padding-left: 16px;
  background: url(/cmn/imgs/ico_arrow01.png) no-repeat 0 center;
}
.main .link_anchor > a {
  background: url(/cmn/imgs/ico_arrow11.png) no-repeat 0 center;
}
.main span.link a,
.main span.link_pdf > a,
.main span.link_blank > a,
.main span.link_anchor > a {
  background: none;
  padding-left: 0;
}
.main img.linkIcon {
  vertical-align: baseline;
  line-height: 0;
  margin-right: 10px;
}
.main .h3.link_pdf > a,
.main .h3.link_blank > a {
  padding-left: 0;
  background: none;
}
.main .link_pdf > a:after {
  content: " ";
  display: inline-block;
  width: 13px;
  height: 14px;
  margin: 0 8px;
  background: url(/cmn/imgs/ico_pdf.png) no-repeat 0 0;
}

.main .link_blank > a:after {
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 8px;
  background: url(/cmn/imgs/ico_blank.png) no-repeat 0 0;
}

/*==============================*/

/* list */

/*==============================*/

.main .list > dt {
  font-weight: bold;
}

.main .list > dd {
  margin-top: 3px;
}

.main .list_note > li {
  padding-left: 1em;
  position: relative;
}

.main .list_note > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.main .list_note_outer {
  padding: 20px 26px;
  background: #f0f0f0;
}

.main .list_disc {
  margin-left: 1.5em;
}

.main .list_disc > li {
  list-style-type: disc;
}

.main .list_num {
  margin-left: 1.5em;
}

.main .list_num > li {
  list-style-type: decimal;
}

/*==============================*/

/* btn */

/*==============================*/

.main .btn01 {
  position: relative;
  padding: 34px 0;
}

.main .btn01:before {
  content: "";
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: 0;
  bottom: 0;
  background: #fee1e5;
}

.main .btn01 ul {
  position: relative;
  overflow: hidden;
}

.main .btn01 ul li {
  float: left;
  width: 220px;
}

.main .btn01 ul li + li {
  margin-left: 20px;
}

.main .btn01 ul li:nth-of-type(4n + 5) {
  clear: both;
  margin-left: 0;
}

.main .btn01 ul li:nth-of-type(n + 5) {
  margin-top: 20px;
}

.main .btn01 ul li a {
  position: relative;
  display: block;
  height: 80px;
  background: #fff url(/cmn/imgs/ico_arrow01.png) no-repeat 20px center;
  color: #464646;
  font-size: 1.285rem;
}

.main .btn01 ul li a:hover {
  background-color: #fafafa;
}

.main .btn01 ul li a span {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .btn02 ul {
  position: relative;
  overflow: hidden;
}

.main .btn02 ul li {
  width: 50%;
}

.main .btn02 ul li:nth-of-type(2n + 1) {
  float: left;
  padding-right: 12px;
}

.main .btn02 ul li:nth-of-type(2n) {
  float: right;
  padding-left: 12px;
}

.main .btn02 ul li:nth-of-type(2n + 3) {
  clear: both;
}

.main .btn02 ul li:nth-of-type(n + 3) {
  margin-top: 24px;
}

.main .btn02 ul li a {
  position: relative;
  display: block;
  height: 60px;
  background: #fff url(/cmn/imgs/ico_arrow01.png) no-repeat 20px center;
  border: 1px solid #721b23;
  color: #721b23;
  font-size: 1.142rem;
  text-align: center;
}

.main .btn02 ul li a:hover {
  background-color: #fafafa;
}

.main .btn02 ul li a span {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .btn00 a {
  display: inline-block;
  font-size: 1.142rem;
  color: #721b23;
  border: 1px solid #721b23;
  background: #fff url(/cmn/imgs/ico_arrow01.png) no-repeat 20px center;
  padding: 17px 60px;
}

.main .btn00 a:hover {
  background-color: #fafafa;
  text-decoration: none;
}

.main .btn03 a {
  display: inline-block;
  font-size: 1.142rem;
  color: #ff671c;
  border: 1px solid #ff671c;
  background: #fdecee url(/cmn/imgs/ico_arrow04.png) no-repeat 20px center;
  padding: 17px 60px;
}

.main .btn03 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.main .btn04 {
  text-align: center;
  font-size: 0;
}

.main .btn04 + .btn04 {
  margin-top: 12px;
}

.main .btn04 li {
  display: inline-block;
  font-size: 1rem;
  width: 320px;
}

.main .btn04 li + li {
  margin-left: 12px;
}

.main .btn04 li a {
  position: relative;
  display: block;
  height: 62px;
  background-image: url(/cmn/imgs/ico_arrow02.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 8px auto;
  color: #fff;
  font-size: 1.428rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.main .btn04 li a:hover {
  top: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main .btn04 li.btn04_01 a {
  background-color: #ff5400;
}

.main .btn04 li.btn04_02 a {
  background-color: #00b09b;
}

.main .btn04 li.btn04_03 a {
  background-color: #008ad3;
}

.main .btn04 li.btn04_04 a {
  background-color: #6ec14e;
}

.main .btn04 li a span {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .btn05 {
}
.main .btn05 > a {
  padding: 7px 15px 6px 30px;
  display: inline-block;
  background: #721b23 url(/cmn/imgs/ico_arrow09.png) no-repeat 13px center;
  background-size: 8px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.143rem; /*16px*/
  box-shadow: 0 3px 0 0 rgba(62, 1, 7, 1);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .main .btn01 {
    position: relative;
    padding: 14px 0;
  }
  .main .btn01:before {
    left: -100%;
    right: -100%;
  }
  .main .btn01 ul li {
    width: 50%;
  }
  .main .btn01 ul li + li {
    margin-left: 0;
  }
  .main .btn01 ul li:nth-of-type(4n + 5) {
    clear: none;
  }
  .main .btn01 ul li:nth-of-type(n + 5) {
    margin-top: 0;
  }
  .main .btn01 ul li:nth-of-type(2n + 1) {
    float: left;
    padding-right: 5px;
  }
  .main .btn01 ul li:nth-of-type(2n) {
    float: right;
    padding-left: 5px;
  }
  .main .btn01 ul li:nth-of-type(2n + 3) {
    clear: both;
  }
  .main .btn01 ul li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .main .btn01 ul li a {
    height: 44px;
    color: #721b23;
    font-size: 0.714rem;
    background-position: 12px center;
  }
  .main .btn01 ul li a span {
    left: 20px;
    right: 20px;
    text-align: center;
  }
  .main .btn02 ul li {
    width: auto;
  }
  .main .btn02 ul li:nth-of-type(2n + 1),
  .main .btn02 ul li:nth-of-type(2n) {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .main .btn02 ul li:nth-of-type(2n + 3) {
    clear: none;
  }
  .main .btn02 ul li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .main .btn02 ul li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .main .btn02 ul li a {
    background-position: 12px center;
    font-size: 1.142rem;
  }
  .main .btn02 ul li a span {
    left: 20px;
    right: 20px;
  }
  .main .btn00 a {
    max-width: 100%;
    background-position: 14px center;
    padding: 17px 30px;
    text-align: center;
  }
  .main .btn03 a {
    display: block;
    background-position: 14px center;
    padding: 17px 30px;
    text-align: center;
  }
  .main .btn04 {
    padding: 0 15px;
  }
  .main .btn04 + .btn04 {
    margin-top: 30px;
  }
  .main .btn04 li {
    display: block;
    font-size: 1rem;
    width: auto;
  }
  .main .btn04 li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .main .btn04 li a {
    font-size: 1.5rem;
  }
}

/*==============================*/

/* select */

/*==============================*/

.main .select01 {
  padding: 9px 65px 9px 9px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: url(/cmn/imgs/ico_arrow12.png) 93% 50% no-repeat;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: inherit;
}
.main .select01::-ms-expand {
  display: none;
}

/*==============================*/

/* panel */

/*==============================*/

.main .panel {
  padding: 30px;
  border: 1px solid #721b23;
}

.main .panel_txt {
  margin-top: 12px;
  line-height: 1.5;
}

.main .panel .btn03 {
  margin-top: 20px;
}

.main .panel .btn03 a {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .main .panel {
    margin-top: 16px;
    padding: 20px;
  }
  .main .panel_outer {
    margin-top: 16px;
  }
}

/*==============================*/

/* table */

/*==============================*/

.main table {
  width: 100%;
}

.main .table th,
.main .table td {
  padding: 14px 20px;
  border: 1px solid #dddddd;
}

.main .table_tit {
  background: #721b23;
  color: #ffffff;
  text-align: left;
  font-size: 1.125rem;
  vertical-align: top;
}

.main .table_subtit {
  background: #f2f1ef;
  vertical-align: top;
}

.main .table caption {
  margin-bottom: 10px;
  text-align: left;
}

.main .table + .table {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .main .table_tit {
    font-size: 1rem;
  }
}

/*==============================*/

/* box */

/*==============================*/

.main .box01 {
  border: 2px solid #dddddd;
  padding: 24px;
}

.main .box01 .text {
  font-size: 1.285rem;
  vertical-align: bottom;
}

.main .box01 .text .strong {
  font-size: 1.777em;
  font-weight: bold;
}

.main .box_contact {
  text-align: center;
}

.main .box_contact .ttl {
  font-size: 1.428rem;
  font-weight: bold;
  color: #721b23;
}

.main .box_contact .contact_in {
  background: #f0f0f0;
  padding: 24px;
  margin-top: 12px;
}

.main .box_contact .contact_in .lead {
  font-size: 1.571rem;
  font-weight: bold;
}

.main .box_contact .contact_in .tel01 {
  font-size: 2.214rem;
  font-weight: bold;
  color: #721b23;
  margin-top: 16px;
}

.main .box_contact .contact_in .tel01 span:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 23px;
  background: url(/cmn/imgs/ico_tel.png) no-repeat;
  margin-right: 10px;
}

.main .box_contact .contact_in .tel02 {
  margin-top: 4px;
  font-size: 1.142rem;
}

.main .box_contact .contact_in .tel02 span {
  font-weight: bold;
  color: #721b23;
}

.main .box_contact .contact_in .text {
  margin-top: 12px;
  font-size: 1.142rem;
}

.main .box_contact .contact_in .text br {
  display: none;
}

.main .box_tab .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main .box_tab .tab_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 54px;
  border: 1px solid #721b23;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #fdecee;
  font-size: 1.285rem;
  font-weight: bold;
  color: #721b23;
  cursor: pointer;
}

.main .box_tab .tab_btn li.active {
  background: #721b23;
  color: #fff;
}

.main .box_tab .tab_btn li + li {
  margin-left: 6px;
}

.main .box_tab .tab_cnts {
  border: 1px solid #721b23;
  padding: 20px;
}

.main .box_tab .tab_cnts > li {
  display: none;
}

.main .box_tab .tab_cnts > li.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .main .box01 .text {
    font-size: 1.214rem;
    padding: 16px;
  }
  .main .box_contact .ttl {
    font-size: 1.142rem;
  }
  .main .box_contact .contact_in {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .main .box_contact .contact_in .lead {
    font-size: 1.428rem;
  }
  .main .box_contact .contact_in .tel01 {
    font-size: 2.214rem;
  }
  .main .box_contact .contact_in .tel01 span:before {
    margin-right: 6px;
  }
  .main .box_contact .contact_in .text br {
    display: inline;
  }
  .main .box_tab .tab_btn li {
    font-size: 1.142rem;
  }
}

/*==============================*/

/* box adobe pdf */

/*==============================*/
.main .box_adobe {
  border: 2px solid #ddd;
  padding: 15px;
  overflow: hidden;
}
.main .box_adobe > * {
  float: left;
}
.main .box_adobe > * + * {
  margin-left: 15px;
  width: calc(100% - 127px);
}
@media only screen and (max-width: 767px) {
  .main .box_adobe > * {
    float: none;
    text-align: center;
  }
  .main .box_adobe > * + * {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}

/*==============================*/

/* box application */

/*==============================*/
.main .box_app {
  border: 2px solid #ddd;
  padding: 15px;
  overflow: hidden;
}
.main .box_app > * {
  float: left;
}
.main .box_app > * + * {
  margin-left: 15px;
  width: calc(100% - 127px);
}
@media only screen and (max-width: 767px) {
  .main .box_app > * {
    float: none;
    text-align: center;
  }
  .main .box_app > * + * {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}

/*==============================*/

/* width */

/*==============================*/

.main .w25p {
  width: 25%;
}
.main .w40p {
  width: 40%;
}
.main .w50p {
  width: 50%;
}
.main .w75p {
  width: 75%;
}
.main .w100p {
  width: 100%;
}

.main .w100p.btn_small a,
.main .w100p.btn a {
  width: 1200px;
}

@media only screen and (max-width: 767px) {
  .main .w25p {
    width: auto;
  }
  .main .w50p,
  .main .w75p {
    width: 100%;
    max-width: 370px;
  }
  .main .img_responsive {
    width: 100%;
  }
}

/*==============================*/

/* direct */

/*==============================*/

.main .dir_box01 {
  position: relative;
  border: 1px solid #ececec;
  padding: 32px 30px;
}

.main .dir_box01 * {
  position: relative;
}

.main .dir_box01 .figure {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.main .dir_box01 .lead {
  font-size: 2em;
  font-weight: bold;
}

.main .dir_box01 .text {
  margin-top: 30px;
  font-size: 1.285em;
  color: #721b23;
  line-height: 1.55;
}

@media only screen and (max-width: 767px) {
  .main .dir_box01 {
    padding: 16px;
  }
  .main .dir_box01 .figure {
    width: 50%;
  }
  .main .dir_box01 .lead {
    font-size: 1.285em;
  }
  .main .dir_box01 .text {
    margin-top: 16px;
    font-size: 1em;
  }
}

.main .dir_box02 {
  background: #f2f1ef;
  padding: 30px;
}

.main .dir_box02 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .dir_box02 ol > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main .dir_box02 ol > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main .dir_box02 ol > li dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(209, 198, 176, 1)), to(rgba(191, 174, 137, 1)));
  background: linear-gradient(to right, rgba(209, 198, 176, 1) 0%, rgba(191, 174, 137, 1) 100%);
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.main .dir_box02 ol > li dl dt img {
  vertical-align: middle;
  margin-left: 10px;
}

.main .dir_box02 ol > li + li dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 22px;
  border-color: transparent transparent transparent #bfae89;
}

.main .dir_box02 ol > li dl dd {
  background: #fff;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 16px 28px;
  text-align: center;
}

.main .dir_box02 ol > li + li dl dd {
  margin-left: 2px;
}

.main .dir_box02 ol > li dl dd p {
  font-size: 1.142em;
  font-weight: bold;
  color: #7d001a;
  line-height: 1.375;
}

.main .dir_box02 ol > li dl dd p {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .dir_box02 ol > li dl dd p.txt_l {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.428em;
}

.main .dir_box02 ol > li dl dd .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .main .dir_box02 {
    padding: 15px;
  }
  .main .dir_box02 ol {
    display: block;
  }
  .main .dir_box02 ol > li + li {
    position: relative;
    padding-top: 40px;
  }
  .main .dir_box02 ol > li dl {
    display: block;
    height: auto;
  }
  .main .dir_box02 ol > li dl dt {
    position: static;
  }
  .main .dir_box02 ol > li + li dl dt:before {
    left: 50%;
    top: 0;
    margin-left: -11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .main .dir_box02 ol > li dl dd {
    display: block;
    padding: 16px;
    text-align: center;
  }
  .main .dir_box02 ol > li + li dl dd {
    margin-left: 0;
  }
  .main .dir_box02 ol > li dl dd p {
    display: block;
  }
  .main .dir_box02 ol > li dl dd .figure {
    display: block;
    min-height: initial;
    margin-top: 16px;
  }
  .main .dir_box02 ol > li dl dd .figure img {
    width: auto;
    max-width: 100%;
  }
}

.main .dir_box03 > ol > li {
  position: relative;
  border: 2px solid #ddd;
  padding: 25px 30px 30px;
}

.main .dir_box03 > ol > li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 36px 0 36px;
  border-color: #dddddd transparent transparent transparent;
}

.main .dir_box03 > ol > li:last-of-type:after {
  display: none;
}

.main .dir_box03 > ol > li + li {
  margin-top: 32px;
}

.main .dir_box03 > ol > li dl dt {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 40px;
  background: linear-gradient(to left, #59becb, #f7f9fb);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.main .dir_box03 > ol > li dl dt img {
  vertical-align: middle;
  margin-left: 10px;
}

.main .dir_box03 > ol > li dl dt:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 22px;
  border-color: transparent transparent transparent #59becb;
}

.main .dir_box03 > ol > li dl dd .lead {
  text-align: center;
  padding: 0 214px;
  font-size: 1.714rem;
  font-weight: bold;
  color: #59becb;
}

.main .dir_box03 > ol > li dl dd .text {
  margin-top: 30px;
  font-size: 1.142rem;
}

.main .dir_box03 > ol > li dl dd .note {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .main .dir_box03 > ol > li {
    padding: 0;
    border: none;
  }
  .main .dir_box03 > ol > li dl dt {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
  }
  .main .dir_box03 > ol > li dl dt:before {
    display: none;
  }
  .main .dir_box03 > ol > li dl dd {
    border: 2px solid #ddd;
    padding: 16px;
  }
  .main .dir_box03 > ol > li dl dd .lead {
    text-align: center;
    padding: 0;
    font-size: 1.428rem;
  }
  .main .dir_box03 > ol > li dl dd .text {
    margin-top: 16px;
    font-size: 1rem;
  }
  .main .dir_box03 > ol > li dl dd .note {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

.main .dir_box04 {
  background: #fee1e5;
  padding: 20px;
  text-align: center;
}

.main .dir_box04 .lead {
  font-size: 1.714rem;
  font-weight: bold;
  color: #721b23;
}

.main .dir_box04 .cnts {
  background: #fff;
  padding: 30px;
  margin-top: 25px;
}

.main .dir_box04 .cnts .btn a {
  display: inline-block;
  color: #fff;
  font-size: 1.571rem;
  font-weight: bold;
  background: #008fd0 url(/cmn/imgs/ico_arrow09.png) no-repeat 20px center;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
  padding: 22px 52px;
  text-decoration: none;
}

.main .dir_box04 .cnts .btn a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .main .dir_box04 {
    padding: 16px;
  }
  .main .dir_box04 .lead {
    font-size: 1.428rem;
  }
  .main .dir_box04 .cnts {
    padding: 16px;
    margin-top: 16px;
  }
  .main .dir_box04 .cnts .btn a {
    display: block;
    font-size: 1.285rem;
    padding: 16px 16px 16px 42px;
  }
}

.main .dir_box05 {
  background: #f2f1ef;
  padding: 20px 30px;
}

.main .dir_box05 dl dt {
  position: relative;
  font-size: 1.428rem;
  font-weight: bold;
  color: #721b23;
  padding-left: 36px;
}

.main .dir_box05 dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 23px;
  height: 23px;
  margin-top: -12px;
  background: url(/cmn/imgs/ico_exclamation.png) no-repeat;
}

.main .dir_box05 dl dd {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .main .dir_box05 {
    padding: 16px;
  }
  .main .dir_box05 dl dt {
    font-size: 1.285rem;
  }
  .main .dir_box05 dl dd {
    margin-top: 16px;
  }
}

.main .dir_table01 table th,
.main .dir_table01 table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.main .dir_table01 table thead th {
  background: #721b23;
  color: #fff;
  font-size: 1.285rem;
  font-weight: bold;
  text-align: center;
}
.main .dir_table01 table thead th .small {
  font-size: 0.777em;
}

.main .dir_table01 table tbody th {
  background: #f2f1ef;
}

.main .dir_table01 table tbody td {
  text-align: center;
}
.main .dir_table01.typeA table tbody td {
  text-align: left;
}

.main .dir_table01 table tbody td img + img {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .main .dir_table01 {
    width: 100%;
    overflow: scroll;
    padding-bottom: 10px;
  }
  .main .dir_table01 table {
    width: 940px;
  }
}

.main .h2.h2_dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .h2.h2_dir .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main .h2.h2_dir .ico {
  margin: 0 8px;
}

.main .h2.h2_dir .ico img {
  width: 32px;
}

.main .h2.h2_dir .ico img + img {
  margin-left: 4px;
}

.main .dir_box06 > dl > dt {
  background: #721b23;
  padding: 10px;
  color: #fff;
  font-size: 1.714rem;
  text-align: center;
}

.main .dir_box06 > dl > dd {
  background: #fee1e5;
  padding: 20px;
}

.main .dir_box06 > dl > dd .lead {
  text-align: center;
}

.main .dir_box06 > dl > dd .ul01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.main .dir_box06 > dl > dd .ul01 > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 438px;
  background: #fff;
  padding: 24px 30px;
  text-align: center;
}

.main .dir_box06 > dl > dd .ul01 > li + li {
  margin-left: 20px;
}

.main .dir_box06 > dl > dd .ul01 > li p {
  font-size: 1.428rem;
  font-weight: bold;
}

.main .dir_box06 > dl > dd .ul01 > li .btn {
  margin-top: 8px;
}

.main .dir_box06 > dl > dd .ul01 > li .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 378px;
  height: 78px;
  background: url(/cmn/imgs/ico_arrow09.png) no-repeat 20px center;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
  font-size: 1.571rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.main .dir_box06 > dl > dd .ul01 > li .btn a:hover {
  opacity: 0.8;
}

.main .dir_box06 > dl > dd .ul01 > li .btn.dir_btn01 a {
  background-color: #008fd0;
}

.main .dir_box06 > dl > dd .ul01 > li .btn.dir_btn02 a {
  background-color: #00b09c;
}

.main .dir_box06 > dl > dd .link {
  margin-top: 16px;
}

.main .dir_box06 > dl > dd .link .small {
  font-size: 0.875em;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .main .dir_box06 > dl > dt {
    font-size: 1.428rem;
  }
  .main .dir_box06 > dl > dd {
    padding: 16px;
  }
  .main .dir_box06 > dl > dd .ul01 {
    display: block;
    margin-top: 16px;
  }
  .main .dir_box06 > dl > dd .ul01 > li {
    width: auto;
    padding: 16px;
  }
  .main .dir_box06 > dl > dd .ul01 > li + li {
    margin-left: 0;
    margin-top: 16px;
  }
  .main .dir_box06 > dl > dd .ul01 > li p {
    font-size: 1.248rem;
  }
  .main .dir_box06 > dl > dd .ul01 > li .btn a {
    width: 100%;
    height: 78px;
    padding: 0 20px;
    font-size: 1.248rem;
    background-position: 14px center;
  }
  .main .dir_box06 > dl > dd .link {
    margin-top: 8px;
  }
  .main .dir_box06 > dl > dd .link .small {
    display: inline-block;
    margin-left: 16px;
  }
}

.main .dir_box07 > dl > dt {
  color: #721b23;
  font-size: 1.428rem;
  font-weight: bold;
  text-align: center;
}

.main .dir_box07 > dl > dd {
  margin-top: 16px;
  padding: 30px;
  background: #f0f0f0;
}

.main .dir_box07 > dl > dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .dir_box07 > dl > dd ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.main .dir_box07 > dl > dd ul li + li {
  margin-left: 30px;
}

.main .dir_box07 > dl > dd ul li .lead {
  font-size: 1.285rem;
  font-weight: bold;
}

.main .dir_box07 > dl > dd ul li .cnts {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
}

.main .dir_box07 > dl > dd ul li .cnts .strong {
  font-weight: bold;
  color: #981b0f;
}

.main .dir_box07 > dl > dd ul li .cnts .tell {
  margin-top: 8px;
  font-size: 2.214rem;
  font-weight: bold;
  color: #981b0f;
  vertical-align: middle;
}

.main .dir_box07 > dl > dd ul li .cnts .tell img {
  vertical-align: middle;
  margin-right: 8px;
}

.main .dir_box07 > dl > dd ul li .cnts .text {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .main .dir_box07 > dl > dd {
    padding: 16px;
  }
  .main .dir_box07 > dl > dd ul {
    display: block;
  }
  .main .dir_box07 > dl > dd ul li {
    display: block;
  }
  .main .dir_box07 > dl > dd ul li + li {
    margin-left: 0;
    margin-top: 32px;
  }
  .main .dir_box07 > dl > dd ul li .lead {
    font-size: 1rem;
    font-weight: bold;
  }
  .main .dir_box07 > dl > dd ul li .cnts {
    margin-top: 8px;
  }
  .main .dir_box07 > dl > dd ul li .cnts .tell {
    font-size: 1.428rem;
  }
}

.main .dir_table02 table th,
.main .dir_table02 table td {
  padding: 10px 24px;
  border: 1px solid #ddd;
  text-align: left;
}

.main .dir_table02 table thead th {
  background: #721b23;
  color: #fff;
  font-size: 1.285rem;
  font-weight: bold;
}

.main .dir_table02 table tbody th {
  background: #721b23;
  color: #fff;
  vertical-align: top;
  white-space: nowrap;
  width: 1px;
}

.main .dir_table02 table tbody td.td_gray {
  background-color: #f0f0f0;
}

.main .dir_table02 table tbody td.td_red {
  background-color: #fee1e5;
}

@media only screen and (max-width: 767px) {
  .main .dir_table02 {
    width: 100%;
    overflow: scroll;
    padding-bottom: 10px;
  }
  .main .dir_table02 table {
    width: 940px;
  }
}

/*==============================*/

/* module */

/*==============================*/

.br_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
}

/*==============================*/

/* 180927追加 */

/*==============================*/

/*=====================
 nav area start
 ======================*/

.aside .aside_cnts_bgc {
  background: #f9e2e4;
}

.aside .aside_cnts_in .aside_box01.aside_btn01_change_dis {
  display: inherit;
  padding: 30px 0 40px;
}

.aside > .aside_cnts .aside_box01 .cnts_change_01 {
  margin-top: 45px;
  margin-left: 0;
}

.aside_btn01_change {
  margin-top: 10px;
}

.aside > .aside_cnts .aside_cnts_in_change {
  width: 460px;
  padding-top: 50px;
}

.aside > .aside_cnts {
  min-width: 460px;
}

.aside_change {
  width: 460px;
  left: -460px;
}

.aside_box_wrapper {
  padding: 40px 50px;
}

.aside .aside_btn_cre {
  width: 100%;
  background: #721b23;
  /* padding: 13px 20px; */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.aside .aside_btn_cre a:hover {
  text-decoration: none;
}

.aside .aside_btn_cre a:hover .aside_btn_cre {
  opacity: 0.8;
}

.link_area_change > li {
  margin-top: 25px;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}

.link_area_change > li:first-child {
  margin-top: 30px;
}

.aside .link_area_change a {
  color: #721b23;
}

.link_area_change li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 9px;
  height: 9px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #721b23;
  border-right: 2px solid #721b23;
}

.aside_btn_adj_01 {
  margin-top: 50px;
}

.aside_btn_adj_02 {
  margin-top: 40px;
}

.aside .aside_cnts_bgc .aside_btn01_change_dis .cnts_change_01 img {
  width: auto;
}

.aside_btn_arr {
  position: relative;
}

.aside_btn_arr::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1rem;
  width: 9px;
  height: 9px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.aside > .aside_cnts .aside_box01 .cnts_change_01 {
  margin-top: 25px;
}

.aside .aside_cnts_in .aside_box01.aside_btn01_change_dis {
  padding: 25px 0 30px;
}

/*=====================
 nav area end
 ======================*/

@media only screen and (max-width: 767px) {
  /*=====================
	 nav area start
	 ======================*/
  body .aside_change {
    left: -100%;
  }
  .aside > .aside_cnts .aside_cnts_in_change {
    padding-top: 68px;
    width: auto;
  }
  .aside > .aside_cnts {
    min-width: 100%;
  }
  .aside_change {
    width: 100vw !important;
  }
  .aside_box_wrapper {
    padding: 30px;
  }
  .aside .aside_cnts_in .aside_box01.aside_btn01_change_dis {
    padding: 2vw 0;
  }
  .aside > .aside_cnts .aside_box01 .cnts_change_01 {
    margin-top: 2vw;
  }
  .aside .aside_btn_cre {
    font-size: 18px;
  }
  .aside_btn_adj_01 {
    margin-top: 30px;
  }
  .aside_btn_adj_02 {
    margin-top: 20px;
  }
  .link_area_change > li:first-child {
    margin-top: 20px;
  }
  .link_area_change > li {
    margin-top: 15px;
  }
  .aside_btn01_change {
    margin-top: 2vw;
  }
}

/* サイドメニュー181009追加 */

.aside_box_wrapper {
  padding: 40px 0;
}

.aside_btn_adj_01,
.aside_btn_adj_02 {
  margin-top: 0px;
}

.link_area_change li::after {
  display: none;
}

.link_area_change > li {
  width: calc(100% - 4px);
  background: #fff;
  margin: 2px;
}

.link_area_change > li:nth-of-type(n + 2) {
  margin-top: 0;
}

.link_area_change > li {
  /* padding: 10px 19px 10px 30px; */
  text-decoration: none;
}

.link_area_change {
  margin-top: 0 !important;
}

.link_area_change > li:first-child {
  margin-top: 0;
}

.aside .aside_btn_cre {
  text-align: left;
}

.aside .link_area_change a {
  color: #333;
}

.aside_box + .aside_box > p {
  margin-top: 2px;
}

.aside > .aside_cnts .aside_cnts_in_change,
.aside_box_wrapper {
  padding-top: 0;
}

.aside > .aside_cnts .aside_cnts_in_change {
  border-top: 50px solid #721b23;
  width: 400px;
}

.aside_change {
  width: 400px;
}

.aside > .aside_cnts {
  min-width: 400px;
}

.aside_change {
  left: -400px;
}

.aside_box_menu .aside_btn_cre {
  position: relative;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 14px 20px 14px 30px;
}

/* .ac-btn {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.ac-btn i {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	background: #fff;
	border-radius: 100px;
}

.ac-btn i::after {
	content: '';
	display: block;
	width: 16px;
	height: 4px;
}

.ac-btn i::before {
	content: '';
	display: block;
	width: 4px;
	height: 16px;
}

.ac-btn i::before, .ac-btn i::after {
	background: #721b23;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.aside_box_menu.active .aside_btn_cre .ac-btn i::before {
	display: none;
} */

.aside_box_menu.active .aside_btn_cre.aside_btn_arr::after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* .aside > .aside_btn{
	position: fixed;
	left: auto;
	right: 0;
} */

.aside > .aside_btn.active {
  left: calc(100% + 15px);
}

.aside > .aside_cnts .aside_cnts_in {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* スクロールバー */
  .aside.active > .aside_cnts::-webkit-scrollbar {
    width: 17px;
    /* スクロールバー横幅 */
    height: 17px;
    /* スクロールバー高さ */
    background-color: #f5f5f5;
    /* スクロールバー背景 */
  }
  /* スクロールバー　□ */
  .aside.active > .aside_cnts::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* スクロールバー角 */
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* スクロールバー影 */
  }
  /* スクロールバー */
  .aside.active > .aside_cnts::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* スクロールバー影 */
    border-radius: 10px;
    /* スクロールバー角 */
    background-color: #f5f5f5;
    /* スクロールバー背景 */
  }
}

@media screen and (max-width: 767px) {
  .aside > .aside_cnts {
    min-width: initial;
    min-width: auto;
  }
  .aside > .aside_cnts .aside_cnts_in_change {
    width: auto;
  }
  .aside > .aside_cnts .aside_cnts_in .aside_close {
    position: absolute;
    right: 10px;
    top: -37px;
    width: 22px;
    height: 22px;
    background: url(/cmn/imgs/aside_close.png) no-repeat center center / 100% 100%;
  }
  .link_area_change > li:first-child {
    margin-top: 2px;
  }
  .aside_cnts.aside_cnts_bgc {
    width: 66.666666666vw;
  }
  .aside .aside_btn_cre {
    font-size: 15px;
  }
  .aside .link_area_change a {
    color: #333;
    font-size: 15px;
  }
  .aside_cnts .logo {
    width: calc(100% - 60px);
    margin: auto;
  }
  .aside > .aside_cnts .aside_box01 .cnts_change_01 {
    padding: 0 2vw;
  }
}

@media screen\0 {
  .aside > .aside_btn.active {
    left: 100%;
  }
  /* IE のみ適用される */
}

@supports (-ms-ime-align: auto) {
  .aside > .aside_btn.active {
    left: 100%;
  }
  /* IEEDGE のみ適用される */
}

/*=====================
	  nav area end
======================*/

/* マージン190522追加 */
/*=====================
	  margin
======================*/
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl16 {
  padding-left: 16px !important;
}

.mtL {
  margin-top: 60px !important;
}
.mtM {
  margin-top: 40px !important;
}
.mtS {
  margin-top: 20px !important;
}
.mtSS {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mtL {
    margin-top: 30px !important;
  }
  .mtM {
    margin-top: 20px !important;
  }
  .mtS {
    margin-top: 10px !important;
  }
  .mtSS {
    margin-top: 5px !important;
  }
}

/*=====================
	  section border
======================*/
.main .sec_line_btm {
  padding-bottom: 40px;
  border-bottom: 2px solid #999;
}

/*=====================
	  anchor list
======================*/
.main .anchor_list > * {
  float: left;
  box-sizing: border-box;
}
.main .anchor_list > *:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .main .anchor_list > * {
    float: left;
    width: 50%;
  }
}

/*=====================
	  movie
======================*/
.main .movie01 {
  max-width: 560px;
}
.main .movie01 > * {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.main .movie01 > * > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
}

/*=====================
	  smooth scroll
======================*/
html {
  /*scroll-behavior: smooth;*/
}
