/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1.5;
}

::-moz-selection {
  background: #00bfff;
  color: #fff;
}

::selection {
  background: #00bfff;
  color: #fff;
}

a {
  color: #118fde;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #62bbf3;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:focus,
*:focus {
  outline: none;
}

.pc-only {
  display: none !important;
}
.sp-only {
  display: block !important;
}

.publicity__tere {
  margin-bottom: 10px;
}
.tere-txt {
  width: 100%;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }

  .tere-txt {
    width: 550px;
  }
  .publicity__tere {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

@media print {
  * html body {
    zoom: 0.7;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  vertical-align: bottom;
}

.header {
  width: 100%;
}

.header__inr {
  position: relative;
  width: 1020px;
  height: 100px;
  margin: 0 auto;
}

.header__logo {
  position: absolute;
  top: 10px;
  left: 0;
}

.header__logo a:hover {
  opacity: 0.5;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  right: 10px;
}

.header__nav dl {
  margin: 0 10px 0 10px;
  line-height: 1.05;
}

.header__nav dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}

.header__nav dl dd {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav ul li {
  margin: 0 0 0 5px;
}

.header__nav ul li a {
  display: block;
  width: 145px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  text-indent: 54px;
}

.header__nav ul li a:hover {
  opacity: 0.5;
}

.header__nav ul li:nth-child(1) a {
  background: url(../images/icon_free.svg) no-repeat 23px center #ff7301;
  background-size: 15px;
}

.header__nav ul li:nth-child(2) a {
  background: url(../images/icon_kengaku.svg) no-repeat 25px center #ff7301;
  background-size: 13px;
}

.header__nav ul li:nth-child(3) a {
  width: 65px;
  font-size: 10.5px;
  text-align: center;
  background: #59bdd8;
  background-size: 13px;
  text-indent: 0px;
  line-height: 15px;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
}

.header__login a:hover {
  opacity: 0.5;
}

.header__login img {
  bottom: -40px;
  left: -50px;
  height: auto;
}

.nav {
  width: 100%;
  height: 80px;
  background: #118fde;
}

.nav ul.nav__sub {
  display: none;
}

.nav ul.nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  background: url(../images/nav_line.png) left center no-repeat;
}

.nav ul.nav__main li {
  /* display: block; */
  width: 20%;
  height: 80px;
  background: url(../images/nav_line.png) right center no-repeat;
}

.nav ul.nav__main li a {
  display: block;
  width: 100%;
  height: 80px;
  padding: 20px 0 0 0;
  background: url(../images/nav_mark.png) center 55px no-repeat;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.nav ul.nav__main li a:hover {
  background: url(../images/nav_mark_on.png) center 60px no-repeat #1560ad;
}

.nav ul.nav__main li.active a {
  display: block;
  width: 100%;
  height: 80px;
  padding: 20px 0 0 0;
  background: url(../images/nav_mark_on.png) center 60px no-repeat #1560ad;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.nav dl {
  display: none;
}

.pnav {
  padding: 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
}

.pnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

.pnav ul li {
  padding: 0 0 0 35px;
  background: url(../images/pnav_line.svg) 13px center no-repeat;
}

.pnav ul li a {
  color: #333;
  text-decoration: none;
}

.pnav ul li a:hover {
  color: #118fde;
  text-decoration: underline;
}

.pnav ul li:first-child {
  padding: 0;
  background: none;
}

.visual {
  width: 1000px;
  margin: 0 auto 65px auto;
  padding: 35px 0 0 0;
}

.visual__inr {
  position: relative;
  width: 1000px;
  border: 5px solid #118fde;
}

.visual__inr a:hover {
  opacity: 0.5;
}

.visual .slider__btn {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.visual .slider__btn a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -5000px;
}

.visual .feed__prev__btn {
  left: -60px;
}

.visual .feed__prev__btn a {
  background: url(../images/btn_slide_prev.png) no-repeat;
}

.visual .feed__next__btn {
  right: -60px;
}

.visual .feed__next__btn a {
  background: url(../images/btn_slide_next.png) no-repeat;
}

.bx-controls {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}

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

.bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

.bx-pager-item a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #d2d2d2;
  text-indent: -5000px;
}

.bx-pager-item a.active {
  background: #118fde;
}

.sagasu {
  width: 100%;
  margin: 0 0 50px 0;
}

.sagasu__area {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 0 50px 0;
  background: #e7f4fc;
}

.sagasu__logo {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 139px;
  height: 183px;
  margin-left: -138px;
}

.sagasu__map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 510px;
  height: 600px;
  margin-left: -255px;
  z-index: 10;
}

.sagasu__btn {
  position: absolute;
  width: 200px;
}

.sagasu__btn dl dt {
  margin-bottom: 10px;
  padding-bottom: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.sagasu__btn dl dt a {
  color: #333;
  text-decoration: none;
}

.sagasu__btn dl dt a:hover {
  opacity: 0.5;
}

.sagasu__btn dl dd {
  padding: 0 0px 0 7px;
}

.sagasu__btn dl dd ul {
  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;
}

.sagasu__btn dl dd ul::after {
  display: block;
  width: 32%;
  content: "";
}

.sagasu__btn dl dd ul li {
  width: 32%;
  margin-bottom: 5px;
}

.sagasu__btn dl dd ul li a {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}

.sagasu__btn dl dd ul li a:hover {
  opacity: 0.5;
}

.sagasu #sagasu__btn__hokkaido {
  top: 45px;
  left: 50%;
  margin-left: 270px;
}

.sagasu #sagasu__btn__hokkaido dl dt {
  border-bottom: 3px solid #f29e85;
}

.sagasu #sagasu__btn__hokkaido dl dd ul li:first-child {
  width: 100%;
}

.sagasu #sagasu__btn__kanto {
  top: 45px;
  left: 50%;
  margin-left: -470px;
}

.sagasu #sagasu__btn__kanto dl dt {
  border-bottom: 3px solid #86ba53;
}

.sagasu #sagasu__btn__hokuriku {
  top: 220px;
  left: 50%;
  margin-left: 270px;
}

.sagasu #sagasu__btn__hokuriku dl dt {
  border-bottom: 3px solid #65c3c2;
}

.sagasu #sagasu__btn__chugoku {
  top: 220px;
  left: 50%;
  margin-left: -470px;
}

.sagasu #sagasu__btn__chugoku dl dt {
  border-bottom: 3px solid #ae6eab;
}

.sagasu #sagasu__btn__kinki {
  top: 405px;
  left: 50%;
  margin-left: 270px;
}

.sagasu #sagasu__btn__kinki dl dt {
  border-bottom: 3px solid #5d95c8;
}

.sagasu #sagasu__btn__kyushu {
  top: 405px;
  left: 50%;
  margin-left: -470px;
}

.sagasu #sagasu__btn__kyushu dl dt {
  border-bottom: 3px solid #cea973;
}

.sagasu__list {
  margin-bottom: 40px;
}

.sagasu__tbl table {
  width: 100%;
  border-top: 1px solid #b1b1b1;
  border-collapse: collapse;
}

.sagasu__tbl table tr {
  border-bottom: 1px solid #b1b1b1;
}

.sagasu__tbl table th,
.sagasu__tbl table td {
  padding: 15px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.sagasu__tbl table th {
  width: 240px;
  padding-left: 20px;
  background: #f2f2f2;
  font-weight: 500;
  text-align: left;
}

.sagasu__tbl table td {
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  font-weight: 300;
}

.sagasu__tbl table td span {
  display: block;
}

.sagasu__tbl table td.hplink {
  width: 210px;
  padding-right: 0;
}

.sagasu__tbl table td.hplink a {
  display: block;
  width: 210px;
  border: 2px solid #118fde;
  border-radius: 6px;
  background: url(../images/sagasu_link_mark.png) no-repeat 95% center;
  color: #118fde;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.sagasu__tbl table td.hplink a:hover {
  background: url(../images/sagasu_link_mark_on.png) no-repeat 97% center #118fde;
  color: #fff;
}

.sagasu__idx {
  margin: 0 0 70px 0;
  padding: 50px 0 0 0;
  overflow: hidden;
  background: #e7f4fc;
}

.topics__list {
  width: 800px;
  margin: 0 auto 30px auto;
}

.topics__list ul {
  border-top: 1px solid #b1b1b1;
}

.topics__list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #b1b1b1;
}

.topics__list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topics__list ul li dl dt {
  width: 90px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}

.topics__list ul li dl dd {
  width: 120px;
}

.topics__list ul li dl dd.ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  padding-left: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}

.about__visual {
  margin-bottom: 35px;
}

.about__visual img {
  margin: 0 auto;
  width: 90%;
}

.about__visual a:hover {
  opacity: 0.5;
}

.kobetsu__point {
  margin-bottom: 30px;
}

.kobetsu__point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq__list dl {
  margin: 0 0 50px 0;
}

.faq__list dl dt {
  margin-bottom: 20px;
  padding: 0 0 10px 55px;
  border-bottom: 3px solid #f6f6f6;
  background: url(../images/faq.png) no-repeat left top;
  color: #118fde;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.faq__list dl dd {
  margin-bottom: 25px;
  padding: 0 40px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}

.faq__list dl dd strong {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.contact__btn {
  text-align: center;
}

.policy__list dl {
  padding-bottom: 20px;
}

.policy__list dl dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.policy__list dl dd {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}

.policy__list dl dd.border {
  padding: 15px 25px;
  border: 5px solid #eff0f0;
  line-height: 1.6;
}

.footer__copy {
  width: 100%;
  height: 80px;
  background: #3b3b3b;
}

.footer__copy__inr {
  max-width: 1000px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}

.footer__copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.footer__copy ul li {
  margin: 0 20px 0 0;
}

.footer__copy ul li a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 80px;
  text-decoration: none;
}

.footer__copy ul li a:hover {
  opacity: 0.5;
}

.footer__copy p {
  float: right;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 80px;
}

.btns {
  width: 940px;
  margin: 0 auto 50px auto;
  padding: 70px 0 0 0;
  overflow: hidden;
}

.btns__bnr ul {
  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;
}

.btns__bnr ul li {
  width: 24%;
  margin: 0 0 20px 0;
  border: 3px solid #118fde;
}

.btns__bnr ul li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.btns__bnr ul li a:hover {
  opacity: 0.5;
}

.btns__bnr ul li dl dt img {
  width: 100%;
  height: auto;
}

.btns__bnr ul li dl dd {
  padding: 18px 0 18px 40px;
  background: #fff;
  background: url(../images/btns_mark.svg) no-repeat 20px center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.btns__webshowin {
  max-width: 940px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.btns__webshowin a:hover {
  opacity: 0.5;
}

.btns__webshowin img {
  width: 100%;
  height: auto;
}

.btns__contact {
  width: 100%;
  border: 3px solid #118fde;
}

.btns__contact h4 {
  padding: 20px 0 22px 0;
  background: #118fde;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.btns__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

.btns__nav dl {
  margin: 0 20px;
  line-height: 1.05;
}

.btns__nav dl dt {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.btns__nav dl dd {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 0.9;
}

.btns__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btns__nav ul li {
  margin: 0 0 0 5px;
  border: none;
}

.btns__nav ul li a {
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  text-indent: 60px;
}

.btns__nav ul li a:hover {
  opacity: 0.5;
}

.btns__nav ul li:nth-child(1) a {
  background: url(../images/icon_free.svg) no-repeat 28px center #ff7301;
  background-size: 15px;
}

.btns__nav ul li:nth-child(2) a {
  background: url(../images/icon_kengaku.svg) no-repeat 25px center #ff7301;
  background-size: 13px;
}

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

.section {
  margin-bottom: 50px;
}

.box {
  width: 880px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.box__s {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.box__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.box__2col div {
  width: 48%;
}

.box__2col div img {
  width: 100%;
  height: auto;
}

.box__2col .img {
  margin-bottom: 25px;
}

p {
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}

.box__3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.box__col div {
  width: 48%;
}

.box__col div img {
  height: auto;
}

.box__3col .img {
  margin-bottom: 25px;
}

p {
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}

.box__bdr {
  margin-bottom: 25px;
  padding: 50px 50px 0 50px;
  border: 1px solid #3b3b3b;
  background: #f6f6f6;
}

.box__bdr2 {
  margin-bottom: 25px;
  padding: 40px 40px 10px 40px;
  border: 1px solid #3b3b3b;
  background: #f6f6f6;
}

.box__bdr2 dl dt {
  margin-bottom: 5px;
  padding-left: 17px;
  background: url(../images/list_mark.svg) no-repeat left 7px;
  background-size: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

.box__bdr2 dl dd {
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}

.box__bdr5 {
  margin: 0 0 25px 0;
  padding: 20px 25px;
  border: 5px solid #eff0f0;
}

.box__bdr5 p {
  margin: 0;
}

.note {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}

.pgvisual {
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pgtitle {
  width: 100%;
  height: 100px;
  margin: 0 0 40px 0;
  padding: 0;
  background: #f6f6f6;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 100px;
  text-align: center;
}

.hline__idx {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0 0 13px 0;
  background: url(../images/hline_line.svg) center bottom no-repeat;
  background-size: 80px 2px;
  color: #118fde;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.hline {
  margin-bottom: 25px;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #f6f6f6;
  color: #118fde;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.hline .s {
  font-size: 18px;
  font-size: 1.8rem;
}

.hline__s {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
}

.btn__dot {
  padding: 15px 85px;
  border: 1px dotted #000;
  background: url(../images/btn_dot_mark.png) no-repeat 94% center;
  color: #3b3b3b;
  font-size: 15px;
  font-size: 1.5rem;
}

.btn__dot:hover {
  background: url(../images/btn_dot_mark.png) no-repeat 96% center;
  color: #3b3b3b;
  opacity: 0.5;
}

.btn__submit {
  margin: 0 5px;
  padding: 15px 80px;
  border: 2px solid #ff7800;
  border-radius: 6px;
  background: url(../images/btn_mark_on.png) no-repeat 90% center #ff7800;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn__submit:hover {
  background: url(../images/btn_mark.png) no-repeat 93% center #fff;
  color: #333;
}

.btn__back {
  margin: 0 5px;
  padding: 15px 80px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn__back:hover {
  background: #fff;
  color: #333;
}

.btn__base {
  width: 300px;
  margin: 0 5px;
  padding: 15px 0;
  border: 5px solid #ff7800;
  border-radius: 80px;
  background: url(../images/btn_mark.png) no-repeat 90% center #fff;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn__base:hover {
  background: url(../images/btn_mark_on.png) no-repeat 93% center #ff7800;
  color: #fff;
}

.hover:hover {
  opacity: 0.5;
}

.link__mark {
  padding-left: 20px;
  background: url(../images/link_mark.png) no-repeat left 5px;
}

.link__noline {
  text-decoration: none;
}

.link__tel {
  font-family: "Montserrat", sans-serif;
}

.idn__mark {
  color: #ff7800;
}

.tbl__base table {
  width: 100%;
  margin-bottom: 25px;
  border-top: 1px solid #b1b1b1;
  border-collapse: collapse;
}

.tbl__base table tr {
  border-bottom: 1px solid #b1b1b1;
}

.tbl__base table th,
.tbl__base table td {
  padding: 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
}

.tbl__base table th {
  width: 185px;
  background: #f2f2f2;
  font-weight: 500;
  text-align: left;
}

.tbl__base table td {
  background: #fff;
  font-weight: 300;
}

.list__num {
  margin: 0 0 25px 0;
  padding: 0 0 0 40px;
}

.list__num li {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  list-style: decimal;
}

.list__box {
  margin: 0 0 25px 0;
  line-height: 1.6;
}

.list__box > ul {
  padding: 0;
}

.list__box > ul > li {
  margin: 0 0 8px 0;
  padding-left: 17px;
  background: url(../images/list_mark.svg) no-repeat left 7px;
  background-size: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
}

.list__box > ul > li > ul {
  padding-top: 8px;
  padding-left: 20px;
}

.list__box > ul > li > ul > li {
  margin-bottom: 5px;
  padding-left: 17px;
  background: url(../images/list_mark_s.svg) no-repeat left 12px;
  background-size: 9px;
}

.tbl__dotline {
  margin-bottom: 30px;
}

.tbl__dotline table {
  width: 100%;
  border-top: 1px dotted #000;
  border-collapse: collapse;
}

.tbl__dotline table caption {
  padding: 0 0 10px 0;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
}

.tbl__dotline table tr {
  border-bottom: 1px dotted #000;
}

.tbl__dotline table th,
.tbl__dotline table td {
  padding: 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.tbl__dotline table th {
  width: 110px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}

.tbl__dotline table td {
  font-weight: 200;
}

strong {
  font-weight: 600;
}

.form label {
  padding: 0 5px 0 0;
}

.form input[type="text"],
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.form textarea {
  height: 200px;
  vertical-align: bottom;
}

.form .size__s {
  width: 120px;
}

.form .size__m {
  width: 350px;
}

.form .size__l {
  width: 600px;
}

.cp_ipselect {
  width: 350px;
  overflow: hidden;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  font-size: 14px;
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.txt__center {
  text-align: center;
}

.box__nomargin {
  margin-bottom: 0;
}

.bnr_l {
  padding-top: 40px;
}

.bnr_l ul {
  margin: 0;
  padding: 0;
}

.bnr_l ul li {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

.pager {
  margin: 0 0 30px 0;
}

.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager ul li.prev a:hover,
.pager ul li.next a:hover {
  opacity: 0.5;
}

.pager ul li {
  margin: 0 15px;
}

.pager ul li a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 35px;
}

.pager ul li a.active {
  color: #333;
  text-decoration: none;
}

.img__box {
  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;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
}

.img__box a:hover {
  opacity: 0.5;
}

.img__box__1col img {
  width: 100%;
  height: auto;
}

.img__box__2col figure {
  width: 47%;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.img__box__2col figure img {
  width: 100%;
  height: auto;
  margin: 0 0 3px 0;
}

.img__box__3col figure {
  width: 31%;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.img__box__3col figure img {
  width: 100%;
  height: auto;
  margin: 0 0 3px 0;
}

.img__box__r {
  margin: 5px 0 20px 0;
  overflow: hidden;
}

.img__box__r .img {
  width: 47%;
  margin: 0 0 10px 25px;
  float: right;
}

.img__box__r .img img {
  width: 100%;
  height: auto;
}

span.ctg {
  display: inline-block;
  width: 120px;
  margin: 0 20px 0 0;
  padding: 3px 0;
  border-radius: 3px;
  background: #f6f6f6;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
}

.date {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #118fde;
  z-index: 200;
}

.menu .menu__trigger,
.menu .menu__trigger span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.menu .menu__trigger {
  position: relative;
  width: 70px;
  height: 70px;
}

.menu .menu__trigger.active span {
  background-color: #fff;
}

.menu .menu__trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.menu .menu__trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu .menu__trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.topback {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 65px;
  height: 65px;
  z-index: 100;
}

.topback img {
  width: 100%;
  height: auto;
}

.topback a:hover {
  opacity: 0.5;
}

.webshowin {
  display: none;
  position: fixed;
  right: 10%;
  bottom: 5%;
  z-index: 100;
}

.webshowin img {
  width: 100%;
  height: auto;
}

.webshowin a:hover {
  opacity: 0.5;
}

.error {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.error:before {
  position: absolute;
  top: -15px;
  left: 50px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ff0000;
  content: "";
}

.commercial__movie__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.commercial__movie__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 松陰塾®︎公式Youtubeチャンネル */
.youtube-title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 3px solid #f6f6f6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.youtube-link {
  font-size: 18px;
  font-weight: 500;
  color: orange;
}
.flex2 {
  flex-flow: row-reverse;
}

/* CROSS FM */
.fm_bg {
  background: url(../../news/img/bg.jpg);
}
.fm_bg2 {
  position: relative;
  background: #fff;
  padding: 40px 40px;
  border-radius: 20px;
}

#fv {
  max-width: 1500px;
  margin: auto;
}

#lead,
#nexttime {
  margin-bottom: 60px;
}

#lead p {
  text-align: center;
}

.fm_width {
  max-width: 870px;
  width: 100%;
  margin: auto;
  margin-bottom: 60px;
}
.guest-data {
  padding: 2rem 2rem;
  background: #ffff51;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
}
.fm-btn {
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2rem 0 2rem 6.5rem;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #0552a9;
  border-bottom: 5px solid #033b76;
}
.fm-btn::before {
  content: "";
  background: url(../../news/img/pen.png);
  display: inline-block;
  width: 36px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.fm-btn:hover {
  color: #fff;
  opacity: 0.7;
}

/* episode */
.fm-title_1::before {
  content: "";
  background: url(../../news/img//previous-episode.png);
  display: inline-block;
  width: 480px;
  height: 49px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* cast */
.fm-title_2::before {
  content: "";
  background: url(../../news/img//maincast.png);
  display: inline-block;
  width: 461px;
  height: 60px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* nexttime */
.fm-title_3::before {
  content: "";
  background: url(../../news/img//nexttime.png);
  display: inline-block;
  width: 629px;
  height: 144px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.nexttime_bg {
  position: relative;
  background: url(../../news/img/bg2.jpg);
  background-size: cover;
  padding: 40px;
  padding-top: 85px;
  border-radius: 20px;
}
.schedule_bg {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.schedule_bg p {
  font-size: 2rem;
  line-height: 1.2;
}
.schedule_bg h3 {
  font-size: 2.6rem;
  margin: 0;
}

/* backnumber */
.fm-title_4::before {
  content: "";
  background: url(../../news/img//backnumber.png);
  display: inline-block;
  width: 790px;
  height: 58px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#backnumber {
  margin-bottom: 0px;
  padding-bottom: 60px;
}
#backnumber h2 {
  position: relative;
  background: #50b44c;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 20px;
  padding-left: 55px;
  margin-bottom: 20px;
  letter-spacing: 0.3rem;
}
#backnumber h2::before {
  content: "";
  background: url(../../news/img/icon.png) no-repeat;
  display: inline-block;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#backnumber h2::after {
  content: "";
  background: url(../../news/img/arrow-down.png) no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#backnumber .school {
  margin-bottom: 60px;
}
#backnumber .school:last-child {
  margin-bottom: 0px;
}

/* media */
.back-blue {
  background: #118fde;
}
.color-blue {
  color: #118fde;
}
.border_bottom_blue {
  border-bottom: 2px solid #118fde;
}
.tv_list {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    background: #fff;
    z-index: 1000;
  }
  .header__inr {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto;
  }
  .header__logo {
    position: absolute;
    top: 2px;
    left: 0;
  }
  .header__logo a:hover {
    opacity: 0.5;
  }
  .header__nav {
    display: none;
  }
  .hbtn {
    margin: 0 0 5% 0;
  }
  .hbtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .hbtn ul li {
    width: 36%;
    margin: 0 0 0 5px;
  }
  .hbtn ul li a {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    text-indent: 42px;
    margin: 0 0 0 25px;
  }
  .hbtn ul li a:hover {
    opacity: 0.5;
  }
  .hbtn ul li:nth-child(1) a {
    background: url(../images/icon_free.svg) no-repeat 18px center #ff7301;
    background-size: 15px;
  }
  .hbtn ul li:nth-child(2) a {
    background: url(../images/icon_kengaku.svg) no-repeat 18px center #ff7301;
    background-size: 13px;
  }
  .hbtn ul li:nth-child(3) a {
    width: 65px;
    font-size: 10.5px;
    text-align: center;
    background: #59bdd8;
    background-size: 13px;
    text-indent: 0px;
    line-height: 15px;
    padding: 5px 0 0 0;
  }
  .nav {
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    height: calc(100vh - 70px);
    padding-top: 20px;
    overflow: auto;
    background: #118fde;
    vertical-align: top;
  }
  .nav ul.nav__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .nav ul.nav__sub li {
    width: 48%;
    margin: 0;
  }
  .nav ul.nav__sub li a {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    text-indent: 57px;
  }
  .nav ul.nav__sub li a:hover {
    opacity: 0.5;
  }
  .nav ul.nav__sub li:nth-child(1) a {
    background: url(../images/icon_free.svg) no-repeat 23px center #ff7301;
    background-size: 15px;
  }
  .nav ul.nav__sub li:nth-child(2) a {
    background: url(../images/icon_kengaku.svg) no-repeat 23px center #ff7301;
    background-size: 13px;
  }
  .nav ul.nav__main {
    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;
    width: 100%;
    margin: 0 auto 5% auto;
    border-top: 1px solid #88c7ef;
    background: none;
  }
  .nav ul.nav__main li {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #88c7ef;
  }
  .nav ul.nav__main li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: none;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
  }
  .nav ul.nav__main li a:hover {
    background: #1560ad;
  }
  .nav ul.nav__main li.active a {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #1560ad;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
  }
  .nav dl {
    display: block;
    margin: 0 0 5% 0;
  }
  .nav dl dt {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }
  .nav dl dd {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
  }
  .nav dl dd a {
    color: #fff;
    text-decoration: none;
  }
  .main {
    padding-top: 90px;
  }
  .pnav {
    padding: 0 5% 5% 5%;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
  }
  .pnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .pnav ul li {
    padding: 0 0 0 23px;
    background: url(../images/pnav_line.svg) 6px center no-repeat;
  }
  .pnav ul li a {
    color: #333;
    text-decoration: none;
  }
  .pnav ul li a:hover {
    color: #118fde;
    text-decoration: underline;
  }
  .pnav ul li:first-child {
    padding: 0;
    background: none;
  }
  .visual {
    width: 100%;
    margin: 0 auto 45px auto;
    padding: 0;
  }
  .visual__inr {
    position: relative;
    width: 100%;
    border: 3px solid #118fde;
  }
  .visual__inr img {
    width: 100%;
    height: auto;
  }
  .visual__inr a:hover {
    opacity: 0.5;
  }
  .visual .slider__btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .visual .slider__btn a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -5000px;
  }
  .visual .feed__prev__btn {
    left: 2%;
  }
  .visual .feed__prev__btn a {
    background: url(../images/btn_slide_prev.png) no-repeat;
    background-size: 30px;
  }
  .visual .feed__next__btn {
    right: 2%;
  }
  .visual .feed__next__btn a {
    background: url(../images/btn_slide_next.png) no-repeat;
    background-size: 30px;
  }
  .bx-controls {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .bx-pager {
    text-align: center;
  }
  .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
  }
  .bx-pager-item a {
    display: inline-block;
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: #d2d2d2;
    text-indent: -5000px;
  }
  .bx-pager-item a.active {
    background: #118fde;
  }
  .news {
    width: 100%;
    margin: 0 auto 7% auto;
    overflow: hidden;
    border-radius: 10px;
    background: #f7f7f7;
  }
  .news__tip {
    display: block;
    width: 90%;
    margin: 0 5%;
  }
  .news__tip dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 7% 0;
    overflow: hidden;
  }
  .news__tip dl dt,
  .news__tip dl dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .news__tip dl dd {
    padding: 0 0 0 5%;
    overflow: hidden;
    white-space: normal;
  }
  .news__label {
    width: 100%;
    padding: 5% 0 2% 0;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
  }
  .news__btn {
    display: none;
    width: 110px;
  }
  .news__btn a {
    display: block;
    width: 110px;
    height: 70px;
    padding-left: 20px;
    background: #fff;
    background: url(../images/link_mark.png) no-repeat 25px center #eaeaea;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
  }
  .point {
    width: 100%;
    margin: 0 0 10% 0;
  }
  .point h1 {
    width: 100%;
    height: auto;
    margin-bottom: 7%;
    padding: 0;
    background: url(../images/idx_bg.png);
    text-align: center;
  }
  .point h1 span {
    display: inline-block;
    width: 100%;
    height: calc(100vw * 0.72);
    background: url(../images/point_h1_sp.png) no-repeat;
    background-size: 100%;
    text-indent: -5000px;
  }
  .point__list {
    position: relative;
    width: 100%;
    padding-top: calc(80vw * 0.3);
  }
  .point__list h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
  .point__list h2 img {
    width: 80%;
    height: auto;
  }
  .point__list a:hover {
    opacity: 0.5;
  }
  .point__list ul {
    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;
    width: 100%;
    margin-top: -20px;
  }
  .point__list ul li {
    width: 100%;
    margin-bottom: 3%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -5000px;
  }
  .point__list ul li:nth-child(1) {
    width: 100vw;
    height: calc(100vw * 0.4);
    background-image: url(../images/point_1_sp.png);
  }
  .point__list ul li:nth-child(2) {
    width: 100vw;
    height: calc(100vw * 0.4);
    background-image: url(../images/point_2_sp.png);
  }
  .point__list ul li:nth-child(3) {
    width: 100vw;
    height: calc(100vw * 0.4);
    background-image: url(../images/point_3_sp.png);
  }
  .sagasu {
    width: 100%;
    margin: 0 0 10% 0;
  }
  .sagasu__area {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 10% 0;
    padding-bottom: 10%;
    background: #e7f4fc;
  }
  .sagasu__logo {
    position: absolute;
    top: 20px;
    left: 10%;
    width: 139px;
    height: 183px;
    margin-left: 0;
  }
  .sagasu__map {
    position: static;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    margin-left: 0;
    z-index: 10;
  }
  .sagasu__map img {
    width: 100%;
    height: auto;
  }
  .sagasu__btn {
    position: static;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    border-right: 1px solid #b0b5b7;
    border-left: 1px solid #b0b5b7;
  }
  .sagasu__btn:first-child {
    border-top: 1px solid #b0b5b7;
  }
  .sagasu__btn dl dt {
    margin-bottom: 0;
    padding: 3% 5%;
    background: url(../images/accordion_mark.png) no-repeat 95% center #f6f6f6;
    background-size: 22px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .sagasu__btn dl dt.active {
    background: url(../images/accordion_mark_on.png) no-repeat 95% center #f6f6f6;
    background-size: 22px;
  }
  .sagasu__btn dl dt a {
    color: #333;
    text-decoration: none;
  }
  .sagasu__btn dl dt a:hover {
    opacity: 0.5;
  }
  .sagasu__btn dl dd {
    display: none;
    padding: 0;
  }
  .sagasu__btn dl dd ul {
    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;
  }
  .sagasu__btn dl dd ul::after {
    display: block;
    width: 100%;
    content: "";
  }
  .sagasu__btn dl dd ul li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #b0b5b7;
  }
  .sagasu__btn dl dd ul li a {
    display: block;
    padding: 3% 10%;
    background: url(../images/accordion_mark_sub.png) no-repeat 94% center #fff;
    background-size: 10px;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none;
  }
  .sagasu #sagasu__btn__hokkaido {
    top: 45px;
    left: 50%;
    margin-left: auto;
  }
  .sagasu #sagasu__btn__hokkaido dl dt {
    border-bottom: 1px solid #b0b5b7;
  }
  .sagasu #sagasu__btn__hokkaido dl dd ul li:first-child {
    width: 100%;
  }
  .sagasu #sagasu__btn__hokuriku {
    top: 45px;
    left: 50%;
    margin-left: auto;
  }
  .sagasu #sagasu__btn__hokuriku dl dt {
    border-bottom: 1px solid #b0b5b7;
  }
  .sagasu #sagasu__btn__kanto {
    top: 220px;
    left: 50%;
    margin-left: auto;
  }
  .sagasu #sagasu__btn__kanto dl dt {
    border-bottom: 1px solid #b0b5b7;
  }
  .sagasu #sagasu__btn__chugoku {
    top: 220px;
    left: 50%;
    margin-left: auto;
  }
  .sagasu #sagasu__btn__chugoku dl dt {
    border-bottom: 1px solid #b0b5b7;
  }
  .sagasu #sagasu__btn__kinki {
    top: 405px;
    left: 50%;
    margin-left: auto;
  }
  .sagasu #sagasu__btn__kinki dl dt {
    border-bottom: 1px solid #b0b5b7;
  }
  .sagasu #sagasu__btn__kyushu {
    top: 405px;
    left: 50%;
    margin-left: auto;
  }
  .sagasu #sagasu__btn__kyushu dl dt {
    border-bottom: 1px solid #b0b5b7;
  }
  .sagasu__list {
    margin-bottom: 10%;
  }
  .sagasu__tbl table {
    width: 100%;
    border-top: 1px solid #b1b1b1;
    border-collapse: collapse;
  }
  .sagasu__tbl table tr {
    border-bottom: 1px solid #b1b1b1;
  }
  .sagasu__tbl table th,
  .sagasu__tbl table td {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .sagasu__tbl table th {
    width: 100%;
    padding-left: 5%;
    background: #f2f2f2;
    font-weight: 500;
    text-align: left;
  }
  .sagasu__tbl table td {
    padding-right: 5%;
    padding-left: 5%;
    background: #fff;
    font-weight: 300;
  }
  .sagasu__tbl table td span {
    display: block;
  }
  .sagasu__tbl table td.hplink {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .sagasu__tbl table td.hplink a {
    display: block;
    width: 100%;
    border: 2px solid #118fde;
    border-radius: 6px;
    background: url(../images/sagasu_link_mark.png) no-repeat 95% center;
    color: #118fde;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .sagasu__tbl table td.hplink a:hover {
    background: url(../images/sagasu_link_mark_on.png) no-repeat 97% center #118fde;
    color: #fff;
  }
  .sagasu__idx {
    margin: 0 0 10% 0;
    padding: 10% 0;
    overflow: hidden;
    background: #e7f4fc;
  }
  .sagasu__idx .sagasu__area {
    margin: 0;
    padding-bottom: 0;
  }
  .topics__list {
    width: 100%;
    margin: 0 auto 10% auto;
  }
  .topics__list ul {
    border-top: none;
  }
  .topics__list ul li {
    padding: 5% 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .topics__list ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .topics__list ul li dl dt {
    width: auto;
    padding: 0 5%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .topics__list ul li dl dd {
    width: 120px;
  }
  .topics__list ul li dl dd.ttl {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
    padding-top: 3%;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
  }
  .about__visual {
    margin-bottom: 5%;
  }
  .about__visual a:hover {
    opacity: 0.5;
  }
  .about__visual img {
    width: 100%;
    height: auto;
  }
  .kobetsu__point {
    margin-bottom: 30px;
  }
  .kobetsu__point ul {
    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;
  }
  .kobetsu__point ul li {
    width: 32%;
  }
  .faq__list dl {
    margin: 0 0 10% 0;
  }
  .faq__list dl dt {
    margin-bottom: 4%;
    padding: 0 5% 3% 55px;
    border-bottom: 3px solid #f6f6f6;
    background: url(../images/faq.png) no-repeat 5% top;
    background-size: 30px;
    color: #118fde;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .faq__list dl dd {
    margin-bottom: 5%;
    padding: 0 5%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2;
  }
  .faq__list dl dd strong {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .contact__btn {
    text-align: center;
  }
  .contact .section {
    margin: 0 5%;
  }
  .policy__list dl {
    padding-bottom: 20px;
  }
  .policy__list dl dt {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
  .policy__list dl dd {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2;
  }
  .policy__list dl dd.border {
    padding: 15px 25px;
    border: 5px solid #eff0f0;
    line-height: 1.6;
  }
  .footer__copy ul li {
    width: 48%;
    margin: 0 0 5% 0;
  }
  .footer__copy ul li a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
  }
  .footer__copy ul li a:hover {
    opacity: 0.5;
  }
  .footer__copy p {
    width: 100%;
    margin: 0;
    padding: 5% 0;
    float: none;
    background: #fff;
    color: #333;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
  }
  .btns {
    width: 100%;
    margin: 0 auto 10% auto;
    padding: 10% 0 0 0;
    overflow: hidden;
  }
  .btns__bnr ul {
    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;
    width: 90%;
    margin: 0 5%;
  }
  .btns__bnr ul li {
    width: 100%;
    margin: 0 0 3% 0;
    border: 2px solid #118fde;
  }
  .btns__bnr ul li a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .btns__bnr ul li a:hover {
    opacity: 0.5;
  }
  .btns__bnr ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btns__bnr ul li dl dt {
    width: 40%;
  }
  .btns__bnr ul li dl dt img {
    width: 100%;
    height: auto;
  }
  .btns__bnr ul li dl dd {
    width: 60%;
    padding: 0 0 0 30px;
    background: #fff;
    background: url(../images/btns_mark.svg) no-repeat 10px center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .btns__webshowin {
    margin: 0 auto 0 auto;
    overflow: hidden;
  }
  .btns__webshowin a:hover {
    opacity: 0.5;
  }
  .btns__webshowin img {
    width: 100%;
    height: auto;
  }
  .btns__contact {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #118fde;
  }
  .btns__contact h4 {
    padding: 4% 0 4% 0;
    background: #118fde;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
  .btns__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5% 0;
  }
  .btns__nav dl {
    width: 85%;
    margin: 0 auto 5% auto;
    padding-bottom: 3%;
    border-bottom: 1px solid #118fde;
    line-height: 1.05;
  }
  .btns__nav dl:last-child {
    margin-bottom: 0;
    border: none;
  }
  .btns__nav dl dt {
    margin: 0 0 2% 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
  }
  .btns__nav dl dd {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 0.9;
    text-align: center;
  }
  .btns__nav dl dd a {
    color: #333;
    text-decoration: none;
  }
  .btns__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2%;
  }
  .btns__nav ul li {
    width: 48%;
    margin: 0;
    border: none;
  }
  .btns__nav ul li a {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    text-indent: 20px;
  }
  .btns__nav ul li a:hover {
    opacity: 0.5;
  }
  .btns__nav ul li:nth-child(1) a {
    background: url(../images/icon_free.svg) no-repeat 20px center #ff7301;
    background-size: 15px;
  }
  .btns__nav ul li:nth-child(2) a {
    background: url(../images/icon_kengaku.svg) no-repeat 20px center #ff7301;
    background-size: 13px;
  }
  .section {
    margin-bottom: 10%;
  }
  .section img {
    width: 100%;
    height: auto;
  }
  .mov {
    width: 100%;
    height: calc(100vw * 0.5625);
  }
  .box {
    width: 100%;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
  }
  .box img {
    width: 100%;
    height: auto;
  }
  .box__s {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .box__s img {
    width: 100%;
    height: auto;
  }
  .box__2col {
    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;
    margin-bottom: 5%;
  }
  .box__2col div {
    width: 100%;
  }
  .box__2col div img {
    width: 100%;
    height: auto;
  }
  .box__2col .img {
    margin-bottom: 5%;
  }
  p {
    margin-bottom: 5%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2;
  }
  .box__3col {
    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;
    margin-bottom: 5%;
  }
  .box__3col div {
    width: 100%;
  }
  .box__3col div img {
    width: 100%;
    height: auto;
  }
  .box__3col .img {
    margin-bottom: 5%;
  }
  p {
    margin-bottom: 5%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2;
  }
  .box__bdr {
    margin-bottom: 5%;
    padding: 5% 5% 0 5%;
    border: 1px solid #3b3b3b;
    background: #f6f6f6;
  }
  .box__bdr2 {
    margin-bottom: 5%;
    padding: 5%;
    border: 1px solid #3b3b3b;
    background: #f6f6f6;
  }
  .box__bdr2 dl dt {
    margin-bottom: 5px;
    padding-left: 17px;
    background: url(../images/list_mark.svg) no-repeat left 7px;
    background-size: 8px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .box__bdr2 dl dd {
    margin-bottom: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2;
  }
  .box__bdr5 {
    margin: 0 0 5% 0;
    padding: 5%;
    border: 5px solid #eff0f0;
  }
  .box__bdr5 p {
    margin: 0;
  }
  .note {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
  }
  .pgvisual {
    width: 100%;
    height: 200px;
    margin-bottom: 10%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pgtitle {
    width: 100%;
    height: auto;
    margin: 0 0 5% 0;
    padding: 5% 0;
    background: #f6f6f6;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.1;
    text-align: center;
  }
  .hline__idx {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 13px 0;
    background: url(../images/hline_line.svg) center bottom no-repeat;
    background-size: 80px 2px;
    color: #118fde;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }
  .hline {
    margin-bottom: 5%;
    padding: 0 5% 10px 5%;
    border-bottom: 3px solid #f6f6f6;
    color: #118fde;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .hline .s {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .hline span.ctg {
    display: block;
    margin-bottom: 3%;
  }
  .hline__s {
    margin-bottom: 5%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
  }
  .btn__dot {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border: 1px dotted #000;
    background: url(../images/btn_dot_mark.png) no-repeat 94% center;
    color: #3b3b3b;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .btn__dot:hover {
    background: url(../images/btn_dot_mark.png) no-repeat 96% center;
    color: #3b3b3b;
    opacity: 0.5;
  }
  .btn__submit {
    margin: 0 5px;
    padding: 15px 80px;
    border: 2px solid #ff7800;
    border-radius: 6px;
    background: url(../images/btn_mark_on.png) no-repeat 90% center #ff7800;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn__submit:hover {
    background: url(../images/btn_mark.png) no-repeat 93% center #fff;
    color: #333;
  }
  .btn__base {
    width: 100%;
    margin: 0 5px;
    padding: 15px 0;
    border: 5px solid #ff7800;
    border-radius: 80px;
    background: url(../images/btn_mark.png) no-repeat 90% center #fff;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn__base:hover {
    background: url(../images/btn_mark_on.png) no-repeat 93% center #ff7800;
    color: #fff;
  }
  .hover:hover {
    opacity: 0.5;
  }
  .link__mark {
    padding-left: 20px;
    background: url(../images/link_mark.png) no-repeat left 7px;
  }
  .link__noline {
    text-decoration: none;
  }
  .link__tel {
    font-family: "Montserrat", sans-serif;
  }
  .idn__mark {
    color: #ff7800;
  }
  .tbl__base table {
    width: 100%;
    margin-bottom: 25px;
    border-top: 1px solid #b1b1b1;
    border-collapse: collapse;
  }
  .tbl__base table tr {
    border-bottom: 1px solid #b1b1b1;
  }
  .tbl__base table th,
  .tbl__base table td {
    display: block;
    padding: 3% 5%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl__base table th {
    background: #f2f2f2;
    font-weight: 500;
    text-align: left;
  }
  .tbl__base table td {
    padding: 3% 0;
    background: #fff;
    font-weight: 300;
  }
  .list__num {
    margin: 0 0 25px 0;
    padding: 0 0 0 40px;
  }
  .list__num li {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    list-style: decimal;
  }
  .list__box {
    margin: 0 0 25px 0;
    line-height: 1.6;
  }
  .list__box > ul {
    padding: 0;
  }
  .list__box > ul > li {
    margin: 0 0 8px 0;
    padding-left: 17px;
    background: url(../images/list_mark.svg) no-repeat left 7px;
    background-size: 8px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .list__box > ul > li > ul {
    padding-top: 8px;
    padding-left: 20px;
  }
  .list__box > ul > li > ul > li {
    margin-bottom: 5px;
    padding-left: 17px;
    background: url(../images/list_mark_s.svg) no-repeat left 12px;
    background-size: 9px;
  }
  .tbl__dotline {
    margin-bottom: 30px;
  }
  .tbl__dotline table {
    width: 100%;
    border-top: 1px dotted #000;
    border-collapse: collapse;
  }
  .tbl__dotline table caption {
    padding: 0 0 10px 0;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: left;
  }
  .tbl__dotline table tr {
    border-bottom: 1px dotted #000;
  }
  .tbl__dotline table th,
  .tbl__dotline table td {
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl__dotline table th {
    width: 110px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
  }
  .tbl__dotline table td {
    font-weight: 200;
  }
  strong {
    font-weight: 600;
  }
  .form label {
    padding: 0 5px 0 0;
  }
  .form input[type="text"],
  .form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .form textarea {
    height: 200px;
  }
  .form .size__s {
    width: 100%;
  }
  .form .size__m {
    width: 100%;
  }
  .form .size__l {
    width: 100%;
  }
  .txt__center {
    text-align: center;
  }
  .box__nomargin {
    margin-bottom: 0;
  }
  .bnr_l {
    padding-top: 40px;
  }
  .bnr_l ul {
    margin: 0;
    padding: 0;
  }
  .bnr_l ul li {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  .pager {
    margin: 0 0 30px 0;
  }
  .pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pager ul li.prev a:hover,
  .pager ul li.next a:hover {
    opacity: 0.5;
  }
  .pager ul li {
    margin: 0 10px;
  }
  .pager ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 35px;
  }
  .pager ul li a.active {
    color: #333;
    text-decoration: none;
  }
  .img__box {
    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;
    margin-top: 5px;
    margin-bottom: 5%;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
  }
  .img__box img {
    width: 100%;
    height: auto !important;
  }
  .img__box a:hover {
    opacity: 0.5;
  }
  .img__box__1col img {
    width: 100%;
    height: auto;
  }
  .img__box__2col figure {
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 1.6;
  }
  .img__box__2col figure img {
    width: 100%;
    height: auto;
    margin: 0 0 3px 0;
  }
  .img__box__3col figure {
    width: 31%;
    margin: 0 0 20px 0;
    line-height: 1.6;
  }
  .img__box__3col figure img {
    width: 100%;
    height: auto;
    margin: 0 0 3px 0;
  }
  .img__box__r {
    margin: 5px 0 20px 0;
    overflow: hidden;
  }
  .img__box__r .img {
    width: 100%;
    margin: 0 0 5% 0;
    float: none;
  }
  .img__box__r .img img {
    width: 100%;
    height: auto;
  }
  span.ctg {
    display: inline-block;
    width: 120px;
    margin: 0 20px 0 0;
    padding: 3px 0;
    border-radius: 3px;
    background: #f6f6f6;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
  }
  .date {
    display: block;
    margin-bottom: 5px;
    padding: 0 5%;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.08em;
  }
  .menu {
    display: block;
  }
  .topback {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  .topback img {
    width: 100%;
    height: auto;
  }
  .topback a:hover {
    opacity: 0.5;
  }
  .webshowin {
    display: none;
    position: fixed;
    left: 5%;
    bottom: 5%;
    z-index: 100;
  }
  .webshowin img {
    width: 90%;
    height: auto;
  }
  .webshowin a:hover {
    opacity: 0.5;
  }

  /* 松陰塾®︎公式Youtubeチャンネル */
  .youtube-title {
    font-size: 18px;
  }
  .youtube-link {
    font-size: 18px;
    font-weight: 500;
    color: orange;
  }

  /* CROSS FM */
  .fm_bg2 {
    padding: 40px 15px;
    border-radius: 20px;
  }

  #lead,
  #episode,
  #cast {
    padding: 0 15px;
  }

  #lead p {
    text-align: left;
  }

  .guest-data {
    font-size: 1.5rem;
  }

  /* episode */
  .fm-title_1::before {
    content: "";
    background: url(../../news/img//previous-episode_sp.png);
    background-size: cover;
    display: inline-block;
    width: 309px;
    height: 41px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  /* cast */
  .fm-title_2::before {
    content: "";
    background: url(../../news/img//maincast_sp.png);
    background-size: cover;
    display: inline-block;
    width: 322px;
    height: 49px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  /* nexttime */
  .fm-title_3::before {
    content: "";
    background: url(../../news/img//nexttime_sp.png);
    background-size: cover;
    display: inline-block;
    width: 328px;
    height: 86px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .nexttime_bg {
    padding: 40px 15px;
    padding-top: 85px;
  }
  /* backnumber */
  .fm-title_4::before {
    content: "";
    background: url(../../news/img//backnumber_sp.png);
    background-size: cover;
    display: inline-block;
    width: 335px;
    height: 74px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  #backnumber {
    padding: 0 15px 60px;
  }

  #backnumber .fm_bg2 {
    padding: 80px 15px 40px 15px;
  }
  #backnumber h2 {
    font-size: 2rem;
    font-weight: 500;
    padding: 20px 10px;
    padding-left: 45px;
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
  }
  #backnumber h2::before {
    left: 15px;
  }
  #backnumber h2::after {
    right: 15px;
  }
  #backnumber .school {
    margin-bottom: 30px;
  }

  /* media */
  .tv_list {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
