@charset "utf-8";

/* ====================================================================
 基本設定
==================================================================== */

/* 基本
----------------------------------------------------------*/
html {
    overflow-y: auto;
    font-size: 62.5%;
}
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #0b0b0b;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
body, button, input, select, textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul {
    list-style: none;
}
img {
    vertical-align: bottom;
    line-height: 0;
}
input, select, textarea {
    font-size: 1.6rem;
    vertical-align: middle;
}

/* ----- 一般的なリンク ----- */
.main a,
.main a:visited {
    color: #09f;
    text-decoration: underline;
}
.main a:hover {
    color: #09f;
    text-decoration: none;
}

/* clearfixなど
----------------------------------------------------------*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 共通
----------------------------------------------------------*/
@media print, screen and (min-width: 640px) {
  .sp {display: none;}
  .pc {display: block;}

  .wrapper {
    max-width:980px;
    width: 100%;
  	margin:0 auto;
  }
}
@media print, screen and (max-width: 639px) {
  .sp {display: block;}
  .pc {display: none;}

  .wrapper {
    width:auto;
  	margin:0 auto;
    padding: 0 2vw;
  }
}

/* ====================================================================
 ヘッダー
==================================================================== */
.header {
	background:#0099ff;
	color:#fff;
}
.header .wrapper {}
.header .hd_logo {
	width:22%;
  max-width: 186px;
  padding: 15px;
}
.header .hd_logo img {
	width:100%;
  height: auto;
}

@media screen and (min-width: 640px) {
  .header .wrapper {
    max-width: 980px;
  }
}

@media screen and (max-width: 639px) {
  .header .wrapper {
    width: auto;
    padding: 0;
  }
  .header .hd_logo {
  	width: 30%;
    max-width: 186px;
    padding: 1vw;
  }
}

/************* sec 共通 *************/
.sec {
  /* border-top: 1px solid #2f5496;
  padding-top: 50px; */
  padding-bottom: 50px;
}
.sec .sec_tit {
  position: relative;
  border-radius: 6px 6px 0 0;
  background-color: #2f5496;
  color: #fff;
  padding: 8px 20px 6px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.sec .sec_tit .sec_tit-link {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.sec .sec_tit .sec_tit-link a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
}
.sec .sec_tit .sec_tit-link a:before {
  content:"\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
  color: #fff;
}
.sec .sec_tit .sec_tit-link a:hover {
  opacity: 0.75;
}

.sec .sec_txt {
  margin-top: 1.5em;
}

/* note */
.sec .note {
  font-size: 1.4rem;
  margin-left: 20px;
}
.sec .note:before {
  display: inline-block;
  content: "※";
  text-indent: -20px;
}

/* sec_img */
.sec_img {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec_img_inner {
  position: relative;
}
.sec_movie_inner {
  width: 100%;
  padding-top: 56.25%;
}
  .sec_movie_inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
.sec_img img {
  width: 100%;
  height: auto;
}
.sec_img span {
  display: block;
}
.sec_img .copyright,
.sec_img_inner .copyright {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  width: calc(100% - 10px);
  word-wrap: break-word;
}
.sec_img .cap {
  background-color: #edf3fd;
  padding: 5px 10px;
  color: #666;
  font-size: 1.4rem;
}
.sec_row-left, .sec_row-right {
  display: inline-block;
  vertical-align: top;
}
.sec_row-left {
  width: calc(100% - 420px);
  margin-right: 14px;
}
@media screen and (max-width: 980px) {
  .sec_img {
    max-width: 40%;
  }
  .sec_row-left {
    width: calc(100% - (40% + 20px));
    margin-right: 14px;
  }
}
@media screen and (max-width: 639px) {
  .sec_img {
    max-width: 400px;
  }
  .sec_row-left {
    width: 100%;
    margin-right: 0;
  }
  .sec_row-right {
    display: block;
  }
}


.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }

.mb0 { margin-bottom: 0px !important; }

.fs14 { font-size: 1.4rem; }

.tac { text-align: center; }
.tar { text-align: right; }
.tal { text-align: left; }


@media screen and (max-width: 639px) {
  .mt10-sp { margin-top: 10px !important; }
  .mt15-sp { margin-top: 15px !important; }
  .mt20-sp { margin-top: 20px !important; }
}


/* IE用　object-fit ※imgタグに入れる */
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}


/* ====================================================================
 フッター
==================================================================== */
.footer {
  background-color: #09f;
  /* margin-bottom: 92px; */
  padding: 30px 0;
}
.ft_txt {
  padding-bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
}
.ft_txt a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.ft_txt a:hover {
  text-decoration: underline;
}
 @media screen and (max-width: 639px) {
   .footer {
     /* margin-bottom: 12.520vw; */
       font-size: 14px;
   }
}

/* ====================================================================
 pagetop
==================================================================== */
.pagetop {
    display: none;
    position: fixed;
    z-index: 1500;
    right: calc((100% / 2) - 490px);
    /* bottom: 100px !important; */
    bottom: 30px !important;
}
.pagetop a {
    display: inline-block;
    border-radius: 50%;
    background-color: #2f5496;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
}
@media screen and (max-width: 980px) {
  .pagetop {
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .pagetop {
      right: 20px !important;
      /* bottom: 100px !important; */
      bottom: 30px !important;
      transform: translateX(0);
  }
}

/*　2020/07/08 追加　*/
.copyright{
 color: white;
    font-size: 14px;
}
.inner{
    margin-right: 15%;
    display: flex;
    margin-left: 15%;
    margin-bottom: 1.2%;
}
.pc_footer_link{
    display: flex;
}
.footer_logo{
 margin-left: 10%;
}
.u-hide_sm{
 margin-top: 1%;
}
@media screen and (max-width: 639px) {
    .sec_plan .plan_list li{
     width: auto;
    }
    .inner{
    margin-right: 2vw;
    display: block;
    margin-left: 2vw;
}
.footer_logo{
    margin: 0;
    }
.text_sm{
    font-size: 10px;
    }
.u-hide_sm{
    margin-bottom: 3%;
    margin-left: 35px;
    margin-right: 35px;
    }
.ft_txt{
    margin-top:5%;
    }
    .copyright{
text-align: center;
        margin-bottom: 3%;
}
    .sp_mt{
     margin-top: -25px;
    }
}
.s_txt{
 font-size: 12px;
}


/*　2020/09/15 追加（アコーディオン化）　*/
.sec label {
    display: block;
    margin: 0;
    padding : 0;
    cursor :pointer;
}
.sec input {
    display: none;
}
.sec .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked ~ .accshow {
    height: auto;
    padding: 0px;
    opacity: 1;
}

.sec_tit .sec_tit-link.accicon:before {
  content:"\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.cssacc:checked ~ label .sec_tit .sec_tit-link.accicon:before {
  content:"\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .sec label .sec_tit {
    padding-right: 40px !important;
  }
}
