@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  background: #FEFEFA; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: transform .2s; }
  a:active {
    transform: scale(0.95); }

ul[class],
ol[class] {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

li {
  list-style: none; }

/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
/* ------------------------------------------------- *
 *        ＠base
 * ------------------------------------------------- */
html {
  font-size: 100%;
  font-size: 62.5%;
  /*10px*/
  word-break: break-all; }

body {
  letter-spacing: .05rem;
  font-family: "din-2014, sans-serif","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  body.other {
    background: #fff; }

.bg-hikaku {
  background: #fff; }

a:link {
  color: #333; }

a:visited {
  color: #333; }

a:hover,
a:active,
a:focus {
  color: #31367D; }

a:hover img {
  opacity: 0.7;
  transition: 0.3s ease-in-out; }

section {
  margin-bottom: 3rem; }

p {
  font-size: 1.6rem;
  line-height: 2; }

li {
  font-size: 1.5rem; }

dt {
  font-size: 1.5rem;
  line-height: 1.5; }

dd {
  font-size: 1.4rem;
  line-height: 1.5; }

th,
td {
  font-size: 1.5rem;
  line-height: 1.5; }

small {
  font-size: 1.2rem;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    small {
      font-size: 1rem; } }

.accordion-content {
  display: none; }

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

.sp-none {
  display: none; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .sp-none {
      display: inline; } }
  @media only screen and (min-width: 960px) {
    .sp-none {
      display: inline; } }

/* ------------------------------------------------- *
 *        ＠レイアウト　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.mainvisual-bg {
  background: url(../img/mainvisual/mainvisual.jpg) center no-repeat;
  background-size: 850px;
  width: auto;
  font-family: "din-2014, sans-serif","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
  height: 256px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .mainvisual-bg {
      background: url(../img/mainvisual/mainvisual-sp.jpg) center no-repeat;
      background-size: contain;
      margin-bottom: 1rem;
      height: 155px; } }
  .mainvisual-bg .txt-box {
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center; }
    .mainvisual-bg .txt-box .txt01 {
      background: #1d4996;
      color: #fff;
      font-size: 2.4rem;
      top: 9%;
      position: absolute;
      width: 530px;
      margin: auto;
      border-radius: 30px;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .mainvisual-bg .txt-box .txt01 {
          font-size: 1.6rem;
          top: 6%;
          width: 88%;
          margin-bottom: 1rem;
          line-height: 1.8; } }
    .mainvisual-bg .txt-box .txt02 {
      top: 34%;
      line-height: 1.1;
      width: auto;
      color: #112048;
      margin: 0 auto;
      right: auto;
      position: absolute;
      font-size: 4.6rem; }
      @media only screen and (max-width: 767px) {
        .mainvisual-bg .txt-box .txt02 {
          top: 30%;
          font-size: 2.8rem; } }
    .mainvisual-bg .txt-box .txt03 {
      border-top: solid 2px;
      border-bottom: solid 2px;
      margin: auto;
      font-size: 1.8rem;
      top: 77%;
      width: 500px;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        .mainvisual-bg .txt-box .txt03 {
          width: 84%;
          font-size: 1.4rem;
          line-height: 1.8;
          top: 75%; } }

.l-mainvisual {
  margin: auto;
  border-top: solid 8px #BE2D4E;
  background: #fff; }
  .l-mainvisual img {
    margin: auto; }

@media only screen and (min-width: 960px) {
  .l-wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 4rem 0 3rem; } }
@media only screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0rem 0 3rem; } }

.l-container {
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .l-container {
      width: 100%;
      padding: 0 1rem; } }
  @media only screen and (max-width: 767px) {
    .l-container {
      width: 100%; } }

/* ------------------------------------------------- *
 *        ＠header
 * ------------------------------------------------- */
.l-header {
  background: #fff; }
  .l-header .l-header-inner {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (min-width: 960px) {
      .l-header .l-header-inner {
        margin: 0 auto;
        position: relative;
        width: 850px; } }
    .l-header .l-header-inner p {
      max-width: 500px;
      margin-right: 1rem; }
      @media only screen and (min-width: 960px) {
        .l-header .l-header-inner p {
          padding: .2rem 0 0;
          text-align: right; } }
    .l-header .l-header-inner .logo {
      float: left;
      padding: 0.5rem;
      width: 140px; }
      @media only screen and (max-width: 960px) and (min-width: 768px) {
        .l-header .l-header-inner .logo {
          padding: .5rem 0 .5rem 1rem;
          width: 180px; } }
      @media only screen and (min-width: 960px) {
        .l-header .l-header-inner .logo {
          padding: 1.5rem 0rem;
          width: 205px; } }
    .l-header .l-header-inner .menu {
      width: 26%;
      background: #31367D; }
      @media only screen and (max-width: 767px) {
        .l-header .l-header-inner .menu {
          width: 42%; } }
      .l-header .l-header-inner .menu ul {
        display: flex;
        justify-content: space-between; }
        .l-header .l-header-inner .menu ul a {
          width: 50%;
          text-align: center;
          text-decoration: none;
          color: #fff;
          font-weight: bold;
          display: flex;
          align-items: center;
          height: 75px;
          justify-content: center; }
          @media only screen and (max-width: 767px) {
            .l-header .l-header-inner .menu ul a {
              height: 45px; } }
          .l-header .l-header-inner .menu ul a:hover {
            opacity: 0.6; }
          .l-header .l-header-inner .menu ul a:first-child {
            border-right: solid 3px #FFF4EB; }
            @media only screen and (max-width: 767px) {
              .l-header .l-header-inner .menu ul a:first-child {
                border-right: solid 2px #FFF4EB; } }
          .l-header .l-header-inner .menu ul a li {
            font-size: 1.6rem; }
            @media only screen and (max-width: 767px) {
              .l-header .l-header-inner .menu ul a li {
                font-size: 1.4rem; } }
  .l-header .l-header-inner-top {
    width: 1190px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .l-header .l-header-inner-top {
        width: 100%; } }

/* ------------------------------------------------- *
 *        ＠aside
 * ------------------------------------------------- */
.l-aside {
  width: 28.25%;
  padding-left: 1.839%; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .l-aside {
      width: 100%;
      padding-left: 0;
      padding: 0 1rem; } }
  @media only screen and (max-width: 767px) {
    .l-aside {
      width: 100%;
      padding-left: 0;
      padding: 0 1rem; } }
  .l-aside .pr-side {
    margin-bottom: 2rem;
    text-align: center; }

.side-box-ranking {
  margin-bottom: 1rem; }

/* ------------------------------------------------- *
 *        ＠footer
 * ------------------------------------------------- */
.l-footer {
  width: 100%;
  background: #31367D;
  color: #fff;
  font-size: 1.2rem;
  padding: 2rem;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .l-footer {
      padding: 1rem; } }
  .l-footer .footer-txt {
    width: 850px;
    margin: auto;
    background: #f2f5f7;
    padding: 1rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .l-footer .footer-txt {
        width: 100%;
        padding: 0.5rem; } }
    .l-footer .footer-txt p {
      font-size: 1.2rem;
      line-height: 1.4;
      text-align: left;
      color: #333; }
      @media only screen and (max-width: 767px) {
        .l-footer .footer-txt p {
          font-size: 1.1rem; } }
  .l-footer ul li {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0 2rem 0.6rem 0;
    padding-left: 1rem;
    position: relative; }
    .l-footer ul li a {
      color: #fff;
      text-decoration: none; }
    .l-footer ul li::before {
      border-top: 5px solid #fff;
      border-left: 5px solid transparent;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      display: block;
      height: 0;
      left: 0;
      margin: -3px 0 0;
      position: absolute;
      top: 50%;
      width: 0; }
  .l-footer .txt-footer-copyright {
    font-size: 1.2rem; }

#scrolltop {
  background: #31367D;
  border-radius: 25px;
  bottom: 2rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  height: 50px;
  line-height: 7rem;
  opacity: 0.8;
  position: fixed;
  right: 2rem;
  text-align: center;
  width: 50px; }
  #scrolltop::after {
    content: '▲';
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -1.8rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }

/* ------------------------------------------------- *
 *        ＠テキスト
 * ------------------------------------------------- */
.fwb {
  font-weight: 700; }

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

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

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

.txt-red {
  color: #f00;
  font-weight: 700; }

.txt-marker {
  background: linear-gradient(transparent 60%, #fbe46c 60%);
  font-weight: 700; }

/* ------------------------------------------------- *
 *        ＠マージン
 * ------------------------------------------------- */
.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 1rem; }

.mb2 {
  margin-bottom: 2rem; }

.mb3 {
  margin-bottom: 3rem !important; }

.pd0 {
  padding: 0 !important; }

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