@charset "UTF-8";
/* please prepare import reset css */
body,
html,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  box-sizing: border-box;
  font-family: "メイリオ", sans-serif;
  font-weight: 100; }

/* image */
img {
  width: 100%; }

/* font */
h1 {
  padding: 0px;
  margin: 0px; }

h2,
h3,
p {
  text-align: center; }

h2 {
  font-size: 36px;
  line-height: 72px;
  font-weight: 800; }

h2 span {
  font-size: 18px;
  line-height: 0em;
  display: block;
  width: 100%;
  padding-bottom: 36px;
  color: #e0081e; }

h3 {
  font-size: 24px;
  line-height: 48px; }

ul li,
.column {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding: 12.5px; }

ul li {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding: 12.5px; }

p {
  font-size: 24px;
  line-height: 36px;
  padding: 18px 0px; }

p span {
  font-size: 20px;
  line-height: 30px; }

p span span {
  font-size: 14px;
  line-height: 22px; }

/* text ddecoration */
.text-left {
  text-align: left; }

/* background */
section.bk_gray {
  background-color: #cdd2e5; }

section.bk_black1 {
  background-color: #eee; }

/* outline decoration */
#outline p {
  text-align: left;
  margin: 0px;
  font-family: serif; }

p.s01 {
  padding: 0px 0px 0px;
  font-size: 18px;
  line-height: 1.5em; }

p.t01 {
  padding: 21px 0px 0px;
  font-size: 14px;
  line-height: 1em; }

p.mini {
  display: block;
  border-radius: 10px;
  border: 1px solid #999;
  padding: 5%;
  margin: 5%; }

p.mini span {
  color: #333;
  font-size: 14px; }

.img-50 {
  width: 50px;
  display: block;
  float: right;
  margin: 0px;
  padding: 0px; }

@media screen and (max-width: 767px) {
  h1,
  h2 {
    padding-top: 0px;
    font-size: 26px;
    line-height: 42px; }
  h2 span {
    font-size: 14px;
    line-height: 14px;
    display: block;
    width: 100%;
    padding-bottom: 21px; }
  h3 {
    font-size: 24px;
    line-height: 48px; }
  ul li,
  .column {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding: 12.5px; }
  ul li {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding: 12.5px; }
  p {
    font-size: 24px;
    line-height: 36px;
    padding: 18px 0px; }
  p span {
    font-size: 20px;
    line-height: 30px; }
  p span span {
    font-size: 14px;
    line-height: 22px; }
  #header-top .column {
    margin: 0px;
    padding: 0px;
    background-color: #fff; }
  .img-50 {
    width: 20%;
    display: block;
    float: right;
    margin: 0px;
    padding: 0px; }
  /* outline decoration */
  #outline p {
    margin: 0px;
    font-family: serif; }
  p.s01 {
    padding: 2%;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 100;
    text-align: right !important; }
  p.t01 {
    padding: 10% 0px 1%;
    font-size: 12px;
    border-bottom: 1px dotted #999;
    line-height: 1em;
    font-weight: 100;
    text-align: left; }
  p.mini {
    display: block;
    border-radius: 10px;
    border: 1px solid #999;
    padding: 5%;
    margin: 5%; }
  p.mini span {
    color: #333;
    font-size: 14px; } }

/* section in container */
.container-1000 {
  max-width: 1000px;
  margin: 0px auto; }

.container-95p {
  position: relative;
  z-index: 10; }

.container-95p .columns {
  background-color: #fff;
  padding: 25px 10px 5px 10px;
  margin: -37px auto;
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .container-95p {
    max-width: 1000px;
    margin: 0px auto;
    margin-top: -160px; }
  .container-95p .columns {
    background-color: #fff;
    padding: 40px 10px 0px; } }

@media screen and (max-width: 767px) and (min-width: 376px) {
  #header {
    background-color: #2c5dbd; }
  .container-95p {
    max-width: 90%;
    margin: 0px auto;
    margin-top: -25%; }
  .container-95p .columns {
    padding: 25px 0px 5px 0px; } }

@media screen and (max-width: 375px) {
  p.s01 {
    font-size: 13px; }
  #header {
    background-color: #2c5dbd; }
  .container-95p {
    max-width: 90% !important;
    margin: 0px auto;
    margin-top: -25%; }
  .container-95p .columns {
    padding: 25px 0px 5px 0px; }
  .h-title h2,
  .h-title span {
    font-size: 24px; }
  .h-title {
    max-width: 90% !important; }
  h2.blue1 {
    font-size: 24px; } }

/* section */
.section {
  width: 100%;
  margin: 0px auto;
  clear: both; }

.section {
  padding: 2rem 0rem;
  clear: both; }

.reset_margin-top {
  margin-top: 0px; }

.reset_padding-top {
  padding-top: 0px; }

/* column */
.column {
  display: block;
  float: left;
  box-sizing: border-box; }

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none; }
  .columns {
    margin-left: -1.3%;
    width: 102.65%; }
  .pc-2b {
    width: 25%; }
  .pc-3b {
    width: 33.33%; }
  .pc-4b {
    width: 25%; }
  .pc-6b {
    width: 16.666%; }
  .pc-1 {
    width: 10%; }
  .pc-2 {
    width: 20%; }
  .pc-3 {
    width: 30%; }
  .pc-4 {
    width: 40%; }
  .pc-5 {
    width: 50%; }
  .pc-6 {
    width: 60%; }
  .pc-7 {
    width: 70%; }
  .pc-8 {
    width: 80%; }
  .pc-9 {
    width: 90%; }
  .pc-10 {
    width: 100%; }
  .l-img {
    display: inline-block;
    max-width: 60px; }
  .pc-left {
    text-align: left; }
  .pc-left span {
    font-size: 24px;
    text-align: left;
    display: inline-block;
    color: #0a1753; }
  /* question decoration */
  #questions p {
    padding: 10px; }
  .question {
    background-color: #0a1753;
    color: #fff;
    border-radius: 5px; } }

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none; }
  .sm-2b {
    width: 25%; }
  .sm-3b {
    width: 33.33%; }
  .sm-6b {
    width: 16.666%; }
  .sm-2-5 {
    width: 25%;
    padding: 0px; }
  .sm-3-5 {
    width: 35%;
    padding: 0px; }
  .sm-4-5 {
    width: 45%;
    padding: 0px; }
  .sm-1 {
    width: 10%; }
  .sm-2 {
    width: 20%; }
  .sm-3 {
    width: 30%; }
  .sm-4 {
    width: 40%; }
  .sm-5 {
    width: 50%; }
  .sm-6 {
    width: 60%; }
  .sm-7 {
    width: 70%; }
  .sm-8 {
    width: 80%; }
  .sm-9 {
    width: 90%; }
  .sm-10 {
    width: 100%; }
  ul li,
  .column {
    padding: 3.125px 6.25px; }
  .l-img {
    display: inline-block;
    max-width: 15%;
    float: left; }
  .pc-left {
    text-align: left; }
  .pc-left span {
    font-size: 20px;
    text-align: left;
    display: block;
    float: right;
    width: 80%;
    color: #0a1753; }
  #nayami ul li,
  .column {
    padding: 3.125px 12.5px 3.125px 12.5px; }
  /* question decoration */
  #questions p {
    padding: 10px;
    font-size: 16px;
    line-height: 18px; }
  .question {
    background-color: #0a1753;
    color: #fff;
    border-radius: 5px; } }

/* item-list */
#item-list .column p {
  font-size: 20px;
  line-height: 0px; }

/* decoration */
.img-shadow1 {
  filter: drop-shadow(0px 8px 0px #c09728);
  margin-bottom: 6px; }

a:hover .img-shadow1 {
  position: relative;
  margin-top: 6px;
  margin-bottom: 0px;
  filter: drop-shadow(8px 0px 0px #fff); }

.img-shadow2 {
  filter: drop-shadow(0px 8px 0px #1c3f87);
  margin-bottom: 6px; }

a:hover .img-shadow2 {
  position: relative;
  margin-top: 6px;
  margin-bottom: 0px;
  filter: drop-shadow(0px 0px 0px #1c3f87); }

/* */
clear {
  clear: both;
  display: block; }

/* decoration */
.blue1 {
  font-weight: 800;
  color: #0a1753; }

/* no */
.no-top-margin {
  margin-top: 0px; }

.no-top-padding {
  padding-top: 0px; }

.no-bottom-padding {
  padding-bottom: 0px; }

.no-bottom-margin {
  margin-bottom: 0px; }

/* hr */
hr.hidden-pc {
  border: none;
  padding-top: 20px;
  clear: both;
  filter: none;
  border-bottom: 1px solid #eee;
  width: 95%;
  margin: 0px auto; }

/* special */
@media screen and (min-width: 768px) {
  .h-title {
    max-width: 500px;
    margin: 0px auto;
    padding: 10px;
    margin-bottom: -40px;
    z-index: 20;
    position: relative; }
  .h-title h2,
  .h-title span {
    background-color: #f7c229; }
  .h-title span {
    font-size: 36px;
    line-height: 0px;
    padding-top: 15px;
    text-align: center;
    display: block;
    margin-bottom: -10px; }
  #all-service p {
    color: #555;
    text-align: left; } }

@media screen and (max-width: 767px) {
  .h-title {
    max-width: 70%;
    margin: 0px auto;
    padding: 10px;
    position: relative;
    margin-bottom: 10px; }
  .h-title h2,
  .h-title span {
    background-color: #f7c229; }
  .h-title span {
    font-size: 26px;
    line-height: 0px;
    padding-top: 10px;
    text-align: center;
    display: block;
    margin-bottom: -3px; }
  #all-service .column {
    padding: 0px; }
  #all-service p {
    color: #555;
    margin-top: -60px;
    display: block;
    background-color: #fff;
    width: 90%;
    margin: -60px auto 20px;
    font-size: 18px;
    padding: 5%;
    text-align: left;
    line-height: 1.5em; } }

/* form */
#app .service-list li {
  box-sizing: border-box;
  font-size: 14px;
  width: 33.33%;
  text-align: center;
  float: left;
  line-height: inherit;
  margin: 0px;
  padding: 0px; }
  #app .service-list li .formimg {
    width: 100%;
    max-width: 200px;
    margin: 0px;
    padding: 0px; }
  #app .service-list li .titles {
    font-size: 26px;
    font-weight: 800;
    margin: 0px;
    padding: 5px 0px 0px; }
  #app .service-list li .subTitles {
    font-size: 14px;
    color: #e0081e;
    margin: 0px;
    padding: 0px; }
  #app .service-list li .dummyButton {
    border: 1px solid #725959;
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px;
    width: 100%;
    display: block;
    max-width: 150px;
    box-sizing: border-box;
    font-size: 20px;
    background-color: #fff;
    font-weight: 800; }
    #app .service-list li .dummyButton:hover {
      background-color: #cab578;
      color: #fff; }
  #app .service-list li .checked:hover {
    background-color: #f7c229;
    color: #fff; }
  #app .service-list li .hiddenInput {
    display: none; }
  #app .service-list li .checked {
    background-color: #f7c229;
    color: #fff; }
