@charset "utf-8";
/* @import */
@import url(all.min.css);

/*同階層のfontsフォルダー用*/
/* CSS Document */
html {
  font-size: 66.5%;
  /*ベース10px*/
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #171414;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
}

/* ＝＝＝＝＝＝＝共通スタイル＝＝＝＝＝＝＝＝ */


img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

a, a:hover, a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/*alpha*/
.alpha:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.clear {
  clear: both;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.align-center-imp {
  text-align: center !important;
}

.bold {
  font-weight: bold;
}

.bold_under {
  font-weight: bold;
  text-decoration: underline;
}

.mt-05 {
  margin-top: 05px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.indent:last-of-type {
  margin-bottom: 0;
}

.indent_inp {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
  font-size: 1.4rem !important;
}

.indent_inp:last-of-type {
  margin-bottom: 0;
}

.pr {
  text-align: right;
  font-size: 1.4rem;
}

.supplement_end {
  font-size: 1.2rem;
}

.red_color {
  color: #ff0000;
}

.blue_color {
  color: #0068b7;
}

.yellow_color {
  color: #e7fb09;
}

/*スマホ用改行指定*/
.break {
  display: none;
}

.break_spnon {
  display: block;
}

@media only screen and (max-width : 768px) {
  .pr {
    padding-right: 20px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width : 640px) {
  .pr {
    padding-right: 15px;
    font-size: 1.2rem;
  }

  .indent {
    font-size: 1.2rem;
  }

  .indent_inp {
    font-size: 1.2rem !important;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
  }


  .break {
    display: block;
  }

  .break_spnon {
    display: none;
  }
}

/* ↓↓↓↓　モーダル　↓↓↓ */
.madal_container {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}

.madal_contents {
  background-color: #fff;
  /*バナー画像横サイズ*/
  width: 400px;
  /*バナー画像縦サイズ*/
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.madal_contents a {
  display: block;
  line-height: 0;
}

.madal_contents span {
  cursor: pointer;
  position: absolute;
  top: -66px;
  right: 0;
  color: #fff;
  font-size: 3.5em;
  z-index: 100;
  font-weight: bold;
}

.active {
  display: block !important;
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-fill-mode: both;
}

@media screen and (max-width: 640px) {
  .madal_contents {
    width: 95%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    transform: inherit;
  }

  .madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -46px;
    right: 0;
    color: #fff;
    font-size: 2.5em;
    Z-INDEX: 100;
    font-weight: bold;
  }
}

/* ↑↑↑↑　モーダル　↑↑↑↑ */
/* ＝＝＝＝＝＝＝header＝＝＝＝＝＝＝＝ */
.header_inner {
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 0;
  margin: 0px auto 0px;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.header_inner h1 {
  max-width: 200px;
  text-align: left;
}

@media only screen and (max-width : 768px) {
  .header_inner {
    padding: 0 15px;
  }
}

@media only screen and (max-width : 640px) {
  .header_inner {
    max-width: 100%;
    padding: 0 15px;
  }

  .header_inner h1 {
    max-width: 150px;
    line-height: 1.2;
  }
}

/* ＝＝＝＝＝＝＝コンテンツ内容汎用＝＝＝＝＝＝＝＝ */
#main {}

section {}

.content {}

.contentarea {}

/*汎用*/
.contentarea_inner {
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 0;
  margin: 0px auto 0px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

/*コンテンツタイトル*/
h2.content_tit {
  font-size: 4.0rem;
  color: #333;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 0 auto 30px;
}

h2.content_tit:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #502f2f;
}

@media only screen and (max-width : 768px) {
  #main {}

  .contentarea_inner {}
}

@media only screen and (max-width : 640px) {
  #main {}

  .contentarea_inner {
    max-width: 100%;
    font-size: 1.4rem;
  }

  h2.content_tit {
    font-size: 2.0rem;
  }
}

/* ＝＝＝＝＝＝＝タブコンテンツ内タイトル＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝foote部分スタイル＝＝＝＝＝＝＝＝ */
footer {
  color: #333;
  height: auto;

}

footer .bg_footer {
  width: 100%;
  background: #fff;
  /* padding-bottom: 200px; */
  /* padding: 0 0 120px 0; */
}

@media only screen and (max-width : 640px) {
  footer .bg_footer {
    /* padding-bottom: 150px; */
  }
}

footer .fotter_inner {
  padding: 30px 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}

footer .footer_logo {}

footer .footer_logo p {
  text-align: center;
  margin: 0 auto 30px;
}

footer .footer_logo img {
  width: 220px;
  max-width: 220px;
  height: auto;
}

ul.foot_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

ul.foot_navi li {
  width: 40%;
  text-align: right;
  padding-right: 20px;
  border-right: 1px #333 solid;
}

ul.foot_navi li:last-of-type {
  text-align: left;
  padding-left: 20px;
  border-right: none;
}

ul.foot_navi a {
  color: #333;
  text-decoration: none;
  font-size: 1.25rem;
}

.foot_navi a:hover {
  opacity: 0.8;
}

footer .copyright {
  text-align: center;
}

/*PAGE TOP*/
#page_top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #4aa7b8;
  border-radius: 50%;
  z-index: 999;
}

@media only screen and (max-width : 640px) {
  #page_top {
    display: none !important;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  line-height: 1.5;
}

#page_top a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  /*アイコン*/
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  /*アイコンの色*/
  position: absolute;
  width: 25px;
  height: 45px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*======================================================
LP019用追加CSS
======================================================*/
.wrap_item {}

.item_img {}

.item_img_no1 {
  text-align: center;
  margin: 50px auto;
  max-width: 380px;
}

.item_img img { display: block; }

.item_img p {
  font-size: 1.2rem;
  word-wrap: break-word;
}

.item_txt {
  margin-bottom: 30px;
}

.item_txt p {
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-align: left;
}

.item_txt p.bm0 {
  margin-bottom: 0;
}

.item_txt p.annot {
  font-size: 1.2rem;
  text-align: right;
}

.small_txt {
  font-size: 1.2rem;
}

.item_txt p.txtimg {
  font-size: 2.2rem;
}

.item_txt .txt_large {
  font-size: 2.8rem;
}

.request_link {
  color: #3c619f;
  text-decoration: underline;
}

.source_link {
  color: #3c619f;
}

@media only screen and (max-width : 768px) {}

@media only screen and (max-width : 640px) {
  .item_img {}

  .item_img p {
    font-size: 1rem;
  }

  .item_img_no1 {
    max-width: 380px;
    text-align: center;
    margin: 30px auto;
    padding: 0 15px;
  }

  .item_txt {
    margin-bottom: 20px;
  }

  .item_txt p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .item_txt p.bm0 {
    font-size: 1.6rem;
  }

  .item_txt .txt_large {
    font-size: 2.2rem;
  }
}

/*======================================================
マーカー&テキスト色
======================================================*/

.marker_red {
  background: linear-gradient(transparent 70%, #ff6666 70%);
}

.marker_yeloow {
  background: linear-gradient(transparent 60%, #ffff99 60%);
}

.txt_colorblue {
  color: #0068b7;
}

.txt_colorred {
  color: #ff0000;
}

/*======================================================
ボタン
======================================================*/
.btn {
  max-width: 1080px;
  text-align: center;
}

@media only screen and (max-width : 640px) {
  .btn {
	width: 100%
  }
}

/*======================================================
br スマホ（640px以下）は、改行しない
======================================================*/
.break_no {
  display: block;
}

@media only screen and (max-width : 640px) {
  .break_no {
    display: none;
  }
}

/*======================================================
追記20230224
======================================================*/

.fixed_bnr {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: none;
}

.fixed_bnr .fixed_bnr_img {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 88;
}

.fixed_bnr_img_inner {
  max-width: 643px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.fixed_bnr .fixed_bnr_img_inner a {
  display: block;
}

.fixed_bnr .fixed_bnr_img p.close {
  position: absolute;
  right: 10px;
  top: 2px;
  margin-bottom: 15px;
}

.fixed_bnr .fixed_bnr_img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}

.fixed_bnr .fixed_bnr_img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fixed_bnr .fixed_bnr_img p.close a i {
  font-size: 20px;
  z-index: 888;
  color: #fff;
}

@media only screen and (max-width : 640px) {
  .fixed_bnr .fixed_bnr_img {
    padding: 10px 0;
  }
}

/*======================================================
追記20230501 POPUP広告バナー ②
======================================================*/

.popup-overlay-bg {
  background: rgb(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}

.popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  min-width: 280px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein .5s;
  animation: fadein .5s
}

.popup-close {
  position: absolute;
  top: -40px;
  right: -10px;
  width: 29px;
  height: 29px;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000000;
}

.popup-close:after, .popup-close:before {
  width: 14px;
  height: 2px;
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  background: #667075
}

.popup-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg)
}

.popup-close:after {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}

.popup-close {
  width: 23px;
  height: 23px;
}

.popup-close:after, .popup-close:before {
  width: 11px;
  height: 2px;
  left: 6px;
  top: 9px
}

.popup-inner img {
  max-width: 100%;
  opacity: 1 !important
}

#popup {
  display: none;
}

/* アニメーション */
@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media only screen and (max-width : 640px) {
  .popup-inner {
    width: 95%;
  }

  .popup-close {
    position: absolute;
    top: -35px;
    right: 5px;
  }
}

