@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 {
  background: #f6fcff;
  color: #333; }

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 {
  background: #f6fcff;
  letter-spacing: 0;
  font-family: 'Prompt', 'Noto Sans Thai',Roboto,"Helvetica Neue", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, 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: #273a7f; }

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; } }

/* ------------------------------------------------- *
 *        ＠レイアウト　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.l-mainvisual {
  margin: auto; }
  .l-mainvisual img {
    margin: auto; }

@media only screen and (min-width: 960px) {
  .l-wrapper {
    width: 850px;
    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 .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; } }

/* ------------------------------------------------- *
 *        ＠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; }

/* ------------------------------------------------- *
 *        ＠footer
 * ------------------------------------------------- */
.l-footer {
  width: 100%;
  background: linear-gradient(45deg, #007bb5, #00b0ff, #007bb5);
  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;
    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; }
      @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: linear-gradient(45deg, #ff530d, #ff8400);
  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-yellow {
  color: #ffdd2a;
  font-weight: 700; }

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

/* ------------------------------------------------- *
 *        ＠CVボタン アニメーション
 * ------------------------------------------------- */
/*ノーマル キラン*/
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
.shiny-btn {
  position: relative;
  display: block;
  overflow: hidden; }
  .shiny-btn::after {
    display: none !important; }
  .shiny-btn a {
    color: #fff; }
    .shiny-btn a::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 1.5s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }

.shiny-btn2 a::after {
  animation-duration: 0.2s;
  animation-timing-function: linear; }

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