@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700,900,900i&display=swap");
/* CSS Document */
html {
  margin: 0;
  height: 100%;
  font-size: 62.5%;
  line-height: 1.5;
  scroll-behavior: smooth; }

body {
  min-height: 100%;
  margin: 0;
  height: 100%;
  position: relative;
  font-size: 1.4rem; }

li {
  list-style: none; }

a {
  color: #1063a1;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s; }

a:hover {
  color: #014171;
  text-decoration: underline;
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

a:hover .ro,
.ro:hover,
input.ro:hover,
.ro:hover input {
  opacity: 0.85;
  filter: alpha(opacity=85); }

@media (max-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none; } }

select, input, textarea, button {
  vertical-align: middle;
  position: relative;
  top: -1px;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer; }

input[type="text"] {
  font-family: Verdana, Roboto,"Droid Sans", "Noto Sans Japanese", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: Verdana, Roboto,"Droid Sans", "Noto Sans Japanese", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; }

button,
input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  font-family: Verdana, Roboto,"Droid Sans", "Noto Sans Japanese", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  cursor: pointer; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.float_l {
  float: left !important; }

.float_r {
  float: right !important; }

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

.red, .red a {
  color: #ff0000; }

.fwbd {
  font-weight: bold; }

.inner {
  padding: 0 3%; }

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

@media (min-width: 961px) {
  .pc-none {
    display: none; } }

@media (max-width: 960px) {
  .sp-none {
    display: none; } }

.contents {
  width: 1000px;
  margin: 0 auto; }

@media (max-width: 960px) {
  .contents {
    width: 100%;
    margin: 0 0;
    padding: 0 3%; } }

/*--------------------------------------------------------------------
　　input
--------------------------------------------------------------------*/
.input-1 {
  width: 250px;
  height: 40px;
  padding: 8px;
  border: solid 1px #ccc;
  background: #f7f7f7; }

@media (max-width: 960px) {
  .input-1 {
    width: 100%;
    font-size: 1.6rem; } }

.input-2 {
  padding: 5px;
  border: solid 1px #ccc;
  background: #f7f7f7; }

@media (max-width: 960px) {
  .input-2 {
    width: 100%;
    font-size: 1.6rem; } }

.select-a-wrap {
  width: 250px;
  height: 40px;
  position: relative;
  border: 1px solid #ccc; }

@media (max-width: 960px) {
  .select-a-wrap {
    width: 100%; } }

.select-a {
  width: 250px;
  height: 40px;
  padding: 8px;
  border: none;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  font-size: 1.6rem; }

@media (max-width: 960px) {
  .select-a {
    width: 100%;
    font-size: 1.6rem; } }

.select-a-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  z-index: 2; }

.btn-blue {
  background: #1E58FB;
  -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  color: #fff;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease; }
  .btn-blue:hover {
    opacity: 0.8;
    -webkit-transition: all  0.6s ease;
    -o-transition: all  0.6s ease;
    transition: all  0.6s ease; }

@media (max-width: 960px) {
  .btn-blue {
    background: #1E58FB;
    -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    border-radius: 7px;
    color: #fff; } }

.btn-red {
  background: #6E0000;
  -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  color: #fff;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease; }
  .btn-red:hover {
    opacity: 0.8;
    -webkit-transition: all  0.6s ease;
    -o-transition: all  0.6s ease;
    transition: all  0.6s ease; }

@media (max-width: 960px) {
  .btn-red {
    background: #6E0000;
    -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    border-radius: 7px;
    color: #fff; } }

.btn-orange {
  background: #FB761E;
  -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease; }
  .btn-orange:hover {
    opacity: 0.8;
    -webkit-transition: all  0.6s ease;
    -o-transition: all  0.6s ease;
    transition: all  0.6s ease; }

@media (max-width: 960px) {
  .btn-orange {
    background: #FB761E;
    -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    border-radius: 5px;
    color: #fff; } }

.btn-pink {
  background: #FBE7E7;
  -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  border-radius: 10px;
  color: #B92828;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease; }
  .btn-pink:hover {
    opacity: 0.8;
    -webkit-transition: all  0.6s ease;
    -o-transition: all  0.6s ease;
    transition: all  0.6s ease; }

@media (max-width: 960px) {
  .btn-pink {
    background: #FBE7E7;
    -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    border-radius: 7px;
    color: #B92828; } }

.btn-gray {
  background: #bdbdbd;
  -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
  border-radius: 5px;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  color: #fff;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease; }
  .btn-gray:hover {
    opacity: 0.8;
    -webkit-transition: all  0.6s ease;
    -o-transition: all  0.6s ease;
    transition: all  0.6s ease; }

@media (max-width: 960px) {
  .btn-gray {
    background: #bdbdbd;
    -webkit-box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    box-shadow: 0 1px 1px 0 rgba(218, 218, 218, 0.5);
    border-radius: 5px;
    color: #fff; } }

.btn-size-l {
  width: 100%;
  height: 50px;
  line-height: 50px;
  max-width: 720px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16); }

@media (max-width: 960px) {
  .btn-size-l {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem; } }

.btn-size-m {
  width: 100%;
  height: 48px;
  line-height: 48px;
  max-width: 520px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16); }

@media (max-width: 960px) {
  .btn-size-m {
    width: 100%;
    height: 48px;
    line-height: 40px;
    font-size: 1.4rem; } }

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

.h2-a {
  margin: 0 0 20px 0;
  padding: 20px 40px;
  background: #004686;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff; }

@media (max-width: 960px) {
  .h2-a {
    margin: 0 0 10px 0;
    padding: 8px 3%;
    font-size: 1.2rem; } }
