@charset "UTF-8";
/* ===================================================================
Grobal Style
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese");
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

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

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}

input[type="button"], input[type="submit"] {
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

abbr, acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1367px) {
  .hidden-desktop {
    display: none;
  }
}

@media screen and (min-width: 961px) and (max-width: 1366px) {
  .hidden-laptop {
    display: none;
  }
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .hidden-tablet {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .main {
    display: block;
    margin-top: 222px;
  }
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

p {
  text-align: justify;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

a {
  color: #212121;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 600px) {
  a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

a:hover {
  transition: all 0.3s;
}

ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 600px) {
  ul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

/*  Inview animation  */
.inv {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/*  scroll icon animation  */
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
}

/*  contents  */
.section {
  padding: 60px 20px;
}

@media screen and (max-width: 960px) {
  .section {
    padding: 30px 5%;
  }
}

.content {
  max-width: 900px;
  margin: auto;
}

.box {
  width: 100%;
  margin-left: 5px;
  border: 1px solid #014EA2;
  background: #FFFFFF url(../img/box_bg.jpg) no-repeat top;
  padding: 10px 15px 15px;
  margin-bottom: 20px;
}

.box .image {
  margin-bottom: 30px;
}

.box-title {
  background: url(../img/label_pc.svg) no-repeat;
  height: 35px;
  width: 350px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-bottom: 4px;
  margin-left: -20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .box-title {
    width: 280px;
    background: url(../img/label_sp.svg) no-repeat;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.inner-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inner-link-wrap::after {
  content: '';
  display: block;
  width: 31%;
  height: 0;
}

.inner-link-wrap.twe-column .inner-link {
  width: 48%;
}

.inner-link-wrap.three-column .inner-link {
  width: 31%;
}

@media screen and (max-width: 960px) {
  .inner-link-wrap.three-column .inner-link {
    width: 48%;
  }
}

.inner-link-wrap .inner-link {
  display: flex;
  align-items: center;
  background: #EC7281 url(../img/link_bg.svg) no-repeat center left;
  background-size: cover;
  width: 100%;
  height: 53px;
  color: #FFFFFF;
  transition: all 0.3s;
  padding-left: 50px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .inner-link-wrap .inner-link {
    height: 35px;
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16667;
  }
}

.inner-link-wrap .inner-link:hover {
  opacity: 0.7;
}

.section-title {
  color: #EC7281;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  border-top: 1px solid #EC7281;
  border-bottom: 1px solid #EC7281;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .section-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.22222;
  }
}

.lead {
  margin-bottom: 40px;
  text-align: center;
}

.point-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media screen and (max-width: 960px) {
  .point-wrap {
    flex-direction: column;
  }
}

.point-wrap .point {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #014EA2;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #014EA2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 15px 0;
}

@media screen and (max-width: 960px) {
  .point-wrap .point {
    width: 100%;
    margin-bottom: 10px;
  }
  .point-wrap .point:last-child {
    margin-bottom: 0;
  }
}

.point-wrap .point:nth-child(1)::before {
  content: '1';
  display: block;
  padding: 5px 10px;
  background: #014EA2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.point-wrap .point:nth-child(2)::before {
  content: '2';
  display: block;
  padding: 5px 10px;
  background: #014EA2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.point-wrap .point:nth-child(3)::before {
  content: '3';
  display: block;
  padding: 5px 10px;
  background: #014EA2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.table {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.table table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
}

.table table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px;
}

@media screen and (max-width: 960px) {
  .table table tr {
    flex-direction: column;
  }
}

.table table tr th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}

@media screen and (max-width: 960px) {
  .table table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}

.table table tr td {
  width: calc(100% - 200px);
}

@media screen and (max-width: 960px) {
  .table table tr td {
    width: 100%;
  }
}

.table table tr td.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .table table tr td.flex {
    flex-direction: column;
  }
}

.table table tr td.flex img {
  height: 40px;
  width: auto;
}

@media screen and (min-width: 961px) {
  .table table tr td.flex img {
    margin-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .table table tr td.flex img {
    margin-top: 20px;
  }
}

.table.color {
  width: 100%;
}

.table.color tr {
  border-top: 1px solid #EC7281;
}

.table.color tr:last-child {
  border-bottom: 1px solid #EC7281;
}

.table.color tr:nth-child(odd) {
  background: rgba(236, 114, 129, 0.1);
}

.table.color tr th {
  color: #EC7281;
  text-align: center;
}

.table.color tr td {
  display: block;
}

.table.color tr td .border-top {
  width: 100%;
  border-top: 1px dashed #EC7281;
  padding-top: 10px;
  margin-top: 10px;
}

.example-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .example-wrap {
    flex-direction: column;
  }
}

.example-wrap .person-wrap {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .example-wrap .person-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.example-wrap .person-wrap img {
  width: 100px;
}

.example-wrap .person-wrap p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
}

.example-wrap .text {
  width: calc(100% - 200px);
}

.example-wrap .text .example-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  color: #014EA2;
  font-weight: normal;
  border-left: 7px solid #014EA2;
  border-bottom: 1px solid #014EA2;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .example-wrap .text {
    width: 100%;
  }
}

.caution {
  background: #FFFFFF;
  border: 1px solid #EC7281;
  color: #EC7281;
  padding: 20px;
  margin: 20px auto;
}

h3.caution-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #EC7281;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin: 30px auto;
}

.contact-tel {
  padding: 0 5%;
  display: flex;
  justify-content: center;
}

.contact-tel img {
  min-width: 100%;
}

.calculator-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.calculator-wrap .calculator {
  width: 49%;
}

@media screen and (max-width: 960px) {
  .calculator-wrap .calculator {
    width: 100%;
  }
  .calculator-wrap .calculator:not(:last-child) {
    margin-bottom: 15px;
  }
}

.calculator-wrap .calculator .title {
  background: #014EA2;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 12px;
}

.calculator-wrap .calculator .title p {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
}

@media screen and (max-width: 600px) {
  .calculator-wrap .calculator .title p {
    display: block;
    margin-top: 7px;
  }
}

.calculator-wrap .calculator .table.input tr:nth-child(odd) {
  background: rgba(1, 78, 162, 0.1);
}

.calculator-wrap .calculator .table.result tr:nth-child(even) {
  background: rgba(1, 78, 162, 0.1);
}

.calculator-wrap .calculator .table table {
  width: 100%;
}

.calculator-wrap .calculator .table table tr {
  border-top: 1px solid #014EA2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 90px;
}

@media screen and (max-width: 600px) {
  .calculator-wrap .calculator .table table tr {
    height: auto;
  }
}

.calculator-wrap .calculator .table table tr:last-child {
  border-bottom: 1px solid #014EA2;
}

.calculator-wrap .calculator .table table tr th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
}

@media screen and (max-width: 600px) {
  .calculator-wrap .calculator .table table tr th {
    width: 100%;
  }
}

.calculator-wrap .calculator .table table tr th p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
}

.calculator-wrap .calculator .table table tr td {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 150px);
}

@media screen and (max-width: 600px) {
  .calculator-wrap .calculator .table table tr td {
    width: 100%;
  }
}

.calculator-wrap .calculator .table table tr td input {
  height: 25px;
  width: 100px;
  border: 1px solid #014EA2;
  margin: 0 10px;
}

.calculator-wrap .calculator .table table tr td input.short {
  width: 35px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

.buttons input {
  font-size: 15px;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: 100px;
  padding: 10px;
  border: none;
  margin: 10px;
}

.buttons .button {
  background: #EC7281;
}

.buttons .reset {
  background: #CBCBCB;
}

.btn-link {
  background: #FFFFFF;
  color: #EC7281;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto;
  transition: all 0.3s;
  border: solid 3px #EC7281;
}

.btn-link:hover {
  background: #EC7281;
  color: #FFFFFF;
  border: solid 3px #EC7281;
}

.btn-submit {
  background: #EC7281;
  color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 auto;
  transition: all 0.3s;
  border: solid 6px #eaa2a6;
}

.btn-submit:hover {
  background: #FFFFFF;
  color: #EC7281;
  border: solid 6px #eaa2a6;
}

.btn-return {
  background: #FFFFFF;
  color: #CBCBCB;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto;
  transition: all 0.3s;
  border: solid 3px #CBCBCB;
}

.btn-return:hover {
  background: #CBCBCB;
  color: #FFFFFF;
  border: solid 3px #CBCBCB;
}

.pagetop {
  background: #00A0DD;
  color: #FFFFFF;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 100;
}

@media screen and (max-width: 600px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}

.slider a {
  transition: 0.4s;
}

.bx-pager {
  width: 100%;
  height: 0px;
  text-align: center;
  display: inline-block;
  margin: 20px auto 50px;
}

.bx-pager-item {
  display: inline;
  padding: 0 20px;
}

.bx-pager-item a {
  background: #FFFFFF;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -200%;
  overflow: hidden;
  border: 1px solid #CBCBCB;
  border-radius: 50%;
}

.bx-pager-item a:hover {
  border: none;
  background: #EC7281;
}

.bx-pager-item a.active {
  border: none;
  background: #EC7281;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
}

body {
  position: relative;
  background: #FFFFFF;
  color: #212121;
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 960px) {
  body.open {
    position: fixed;
  }
}

::selection {
  background: #212121;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #212121;
  background: #212121;
  text-shadow: none;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #4285f4;
  text-decoration: none;
}

.noscript {
  background: #EEEEEF;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*  header  */
@media screen and (min-width: 961px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: #FFFFFF;
  }
}

.header .content {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

@media screen and (max-width: 960px) {
  .header .content {
    display: block;
    padding: 0;
    flex-direction: column;
  }
}

.header .content .logo {
  padding: 20px 0;
}

.header .content .logo img {
  width: auto;
  height: 80px;
}

@media screen and (max-width: 960px) {
  .header .content .logo {
    padding: 10px;
    width: auto;
  }
  .header .content .logo img {
    height: 45px;
  }
}

.header .content .info_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .content .info_area .freecall {
  width: 300px;
}

.header .content .info_area .contact {
  width: 151px;
  margin-left: 30px;
}

@media screen and (max-width: 960px) {
  .header .content .info_area .freecall, .header .content .info_area .contact {
    width: 50%;
    margin: 0;
  }
  .header .content .info_area .freecall img, .header .content .info_area .contact img {
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0;
    margin: auto;
    background: #00A0DD;
  }
}

.header .menu {
  background: #00A0DD;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
  width: 65px;
  height: 65px;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .header .menu {
    display: none;
  }
}

.header .menu .menu-line, .header .menu::before, .header .menu::after {
  content: '';
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  transition: all 0.3s;
}

.header .menu .menu-line {
  transform: translate(-50%, -50%);
}

.header .menu::before {
  transform: translate(-50%, calc(-50% - 7px));
}

.header .menu::after {
  transform: translate(-50%, calc(-50% + 7px));
}

.header .menu.open {
  background: transparent;
}

.header .menu.open::before, .header .menu.open::after {
  background: #FFFFFF;
}

.header .menu.open::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header .menu.open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header .menu.open .menu-line {
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .header .gnav {
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 160, 221, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: 1000;
  }
  .header .gnav.open {
    visibility: visible;
    opacity: 1;
    overflow: scroll;
  }
}

.header .gnav ul {
  display: flex;
}

@media screen and (max-width: 960px) {
  .header .gnav ul {
    flex-direction: column;
  }
}

@media screen and (min-width: 961px) {
  .header .gnav ul li {
    border-left: 1px solid #014EA2;
  }
  .header .gnav ul li:last-child {
    border-right: 1px solid #014EA2;
  }
}

@media screen and (max-width: 960px) {
  .header .gnav ul li {
    border-bottom: 1px solid #014EA2;
  }
}

.header .gnav ul li a {
  color: #FFFFFF;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 961px) {
  .header .gnav ul li a {
    text-align: center;
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .gnav ul li a:hover {
    background: #0084C9;
    border-top: 7px solid #EC7281;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 961px) and (min-width: 961px) {
  .header .gnav ul li a.current {
    background: #0084C9;
    border-top: 7px solid #EC7281;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 960px) {
  .header .gnav ul li a {
    display: block;
    padding: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*  footer  */
.footer {
  padding: 30px 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .footer {
    flex-direction: column;
  }
}

.footer .footer-logo {
  width: 190px;
  margin: 0 10px 15px;
}

.footer small {
  font-size: 10px;
  font-size: 1rem;
  margin: 0 10px 15px;
}

.footer small a {
  text-decoration: underline;
}

.footer p {
  padding: 10px;
  border: 1px solid #212121;
  margin: 0 10px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.footer .footer-logo-sub {
  width: 155px;
  margin: 0 10px 15px;
}

#kv img {
  min-width: 100%;
}

#index {
  background: #EEEEEF;
}

#index .caution {
  background: #FFFFFF;
  border: 1px solid #EC7281;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 0;
}

@media screen and (max-width: 960px) {
  #index .caution {
    flex-direction: column;
    justify-content: center;
  }
}

#index .caution .mark {
  width: 70px;
}

@media screen and (max-width: 960px) {
  #index .caution .mark {
    margin-bottom: 20px;
  }
}

#index .caution p {
  color: #EC7281;
}

#index .caution p big {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (min-width: 961px) {
  #index .caution p {
    width: calc(100% - 100px);
  }
}

#index .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}

@media screen and (min-width: 961px) {
  #index .box-wrap .news {
    width: 58%;
  }
}

@media screen and (min-width: 961px) {
  #index .box-wrap .news .title-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}

#index .box-wrap .news .title-area a {
  display: block;
  border: 1px solid #014EA2;
  color: #014EA2;
  background: #FFFFFF;
  padding: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  #index .box-wrap .news .title-area a {
    text-align: center;
  }
}

#index .box-wrap .news ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dotted #014EA2;
  padding: 20px 0;
}

#index .box-wrap .news ul li time {
  border-right: 1px solid #014EA2;
  width: 130px;
}

#index .box-wrap .news ul li a {
  color: #212121;
  padding-left: 10px;
  width: calc(100% - 130px);
}

#index .box-wrap .news ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  #index .box-wrap .youtube {
    width: 40%;
  }
}

#index .box-wrap .youtube .video {
  width: 100%;
  height: auto;
  position: relative;
}

#index .box-wrap .youtube .video video {
  width: 100%;
  height: auto;
  position: relative;
}

#fllow {
  background: #EEEEEF;
}

#fllow .fllow-title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #014EA2;
}

#fllow .image {
  margin: 20px auto;
}

#fllow .image img {
  min-width: 100%;
  height: auto;
}

#fllow .caution {
  padding: 0;
}

#fllow .caution .title {
  color: #FFFFFF;
  background: #EC7281;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

#fllow .caution p {
  text-align: center;
  padding: 0 20px 20px;
}

.banner img {
  min-width: 100%;
}

#policy .policy {
  border: 1px solid #014EA2;
}

#policy .policy .title {
  background: #014EA2;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  text-align: center;
  padding: 20px;
}

#policy .policy ul {
  padding: 20px;
  display: block;
}

#policy .policy ul li {
  position: relative;
  padding: 5px 0 0 40px;
}

#policy .policy ul li:not(:last-child) {
  margin-bottom: 15px;
}

#policy .policy ul li:nth-child(1)::before {
  content: '1';
  display: block;
  padding: 5px 10px;
  background: #014EA2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

#policy .policy ul li:nth-child(2)::before {
  content: '2';
  display: block;
  padding: 5px 10px;
  background: #014EA2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

#policy .policy ul li:nth-child(3)::before {
  content: '3';
  display: block;
  padding: 5px 10px;
  background: #014EA2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

#policy .policy ul li:nth-child(4)::before {
  content: '4';
  display: block;
  padding: 5px 10px;
  background: #014EA2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

#policy .policy ul li:nth-child(5)::before {
  content: '5';
  display: block;
  padding: 5px 10px;
  background: #014EA2;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 600px) {
  .info-wrap {
    flex-direction: column;
  }
}

.info-wrap .table {
  margin-bottom: 30px;
}

@media screen and (min-width: 601px) {
  .info-wrap .table {
    width: 60%;
  }
}

@media screen and (min-width: 601px) {
  .info-wrap .image {
    width: 38%;
  }
}

.map iframe {
  width: 100%;
  height: 300px;
}

.contact-title .caution {
  padding: 0;
}

.contact-title .caution .title {
  background: #EC7281;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
  font-size: 2.2rem;
}

.contact-title .caution p {
  padding: 20px;
  text-align: center;
}

.contact-step {
  background: #EEEEEF;
}

.contact-step h3 {
  color: #014EA2;
  margin-bottom: 20px;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}

@media screen and (max-width: 600px) {
  .contact-step h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.contact.color th {
  display: block;
  width: 230px;
}

.contact.color th div {
  display: flex;
  justify-content: space-between;
  width: 230px;
}

@media screen and (max-width: 600px) {
  .contact.color th {
    width: 100%;
  }
}

.contact.color th span {
  background: #EC7281;
  color: #FFFFFF;
  padding: 7px 15px;
  border-radius: 20px;
}

.contact.color td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 250px);
}

@media screen and (max-width: 600px) {
  .contact.color td {
    width: 100%;
  }
}

.contact.color td input[type="text"], .contact.color td input[type="email"], .contact.color td input[type="tel"], .contact.color td textarea {
  border: 1px solid #CBCBCB;
  box-shadow: none;
  padding: 5px 10px;
  width: 100%;
}

.contact.color td select {
  padding: 5px 10px;
}

.send-text {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.send-text img {
  width: 280px;
}

p.pink {
  color: #EC7281;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.88889;
  margin-bottom: 50px;
}

.confirm {
  font-size: 14px;
  font-size: 1.4rem;
}

.confirm .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px;
}

.confirm p {
  margin: 20px 0;
}

.confirm .scroll {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #EC7281;
  padding: 20px;
  margin-bottom: 30px;
}

.confirm .scroll p {
  margin: 0;
}

.confirm span {
  background: #EC7281;
  color: #FFFFFF;
  padding: 7px 15px;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .confirm span {
    display: inline-block;
    margin-top: 10px;
  }
}

.button {
  margin-top: 50px;
  align-items: flex-end;
}

.link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .link-wrap {
    flex-direction: column;
  }
}

.link-wrap .btn-link {
  margin: 10px;
}

.privacy h2 {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .privacy h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.privacy h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 50px 0 40px;
}

@media screen and (max-width: 600px) {
  .privacy h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0 30px;
  }
}

.privacy a {
  text-decoration: underline;
}

.news-title {
  background: url(../img/news/title_bg.jpg) no-repeat center top;
}

.news-title .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
}

@media screen and (max-width: 960px) {
  .news-title .content {
    padding: 0 5%;
  }
}

.news-title .content .title {
  color: #EC7281;
  font-size: 20px;
  font-size: 2rem;
}

.news-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #014EA2;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .news-wrap {
    flex-direction: column;
  }
}

@media screen and (min-width: 601px) {
  .news-wrap .image {
    width: 20%;
  }
}

@media screen and (min-width: 601px) {
  .news-wrap .text {
    width: 78%;
  }
}

@media screen and (max-width: 600px) {
  .news-wrap .text {
    padding: 15px;
  }
}

.news-wrap .text .title {
  color: #014EA2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.news-wrap .text time {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

.back {
  display: flex;
  justify-content: flex-end;
}

.back a {
  color: #EC7281;
  text-decoration: underline;
}

.entry {
  margin-top: 20px;
  border: 1px solid #014EA2;
}

.entry .title-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-left: 7px solid #014EA2;
  background: rgba(1, 78, 162, 0.1);
  padding: 15px;
}

@media screen and (max-width: 600px) {
  .entry .title-area {
    flex-direction: column;
  }
}

.entry .title-area .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  color: #014EA2;
}

@media screen and (max-width: 600px) {
  .entry .title-area .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.entry .title-area time {
  font-size: 14px;
  font-size: 1.4rem;
}

.entry .article {
  padding: 20px;
}

.entry .article img {
  min-width: 100%;
}

.entry .article p {
  margin-top: 15px;
}

.table_design01 {
  border-collapse: collapse;
  width: 100%;
    font-size:1.5rem;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
    text-align: right;
}
.table_design01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.kinri {
    padding-top: 15px;
    padding-bottom: 15px;
}
.kinri p {
    font-size:1.5rem;
}
.wp-block-table td, .wp-block-table th {
border: 0px solid!important;
padding: .5em;
}