@charset "utf-8";
/* CSS Document */

/*====================================================================

index.css

=====================================================================*/


/*--------------------------------------------------------------------/
	01.index
/--------------------------------------------------------------------*/
/* h2
----------------------------------------------------------------*/

@media screen and (min-width: 768px) {
.kv {
	background: url(../img/lv2_kv.jpg) center center no-repeat #fff;
	background-size: cover;
	position: relative;
  color: #fff;
  font-size: 1.5em;
}
}
@media screen and (max-width: 767px) {
  .kv {
  background: url(../img/lv2_kv.jpg) center center no-repeat #fff;
  background-size: cover;
  position: relative;
  color: #fff;
  font-size: 1.5em;
}
}

.kv .inner {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
  align-items: center;
}
/*
@media screen and (max-width: 800px) {
	.kv {
		height: 420px;
	}
}



@media screen and (max-width: 600px) {
	.kv {
		height: 240px;
	}
}*/

.contents {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contents {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #fff;
}
}

/* page-navi
----------------------------------------------------------------*/
.page-navi {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.page-navi li {
  display: inline;
  font-size: 0.81rem;
  vertical-align: middle;
}

.page-navi i.icon-right {
  margin-left: .3rem;
  margin-right: .2rem;
  font-size: 0.63rem;
}

.page-navi a {
  color: #444;
  transition: 0.3s ease all;
  text-decoration: none !important;
}

.page-navi a:hover {
  color: #001496;
}
.btn-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
}
.btn-main{
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #fff!important;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 24px;
	background: #1aa0e5;
	text-align: center;
	height: 70px;
	line-height: 70px;
	border-bottom: 4px solid #126F9E;
}

.btn-main:hover {
	background: #1689C4;
}


h3.normal {
    font-size: calc(1.2rem + 12 * (100vw - 320px) / 657);
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
@media screen and (min-width: 977px) {
  h3.normal {
 font-size: 30px;
}
}

h3.normal::after {
    display: block;
    content: '';
    height: 5px;
    width: 100px;
    background: #1aa0e5;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

h4.normal {
  margin-bottom: .75rem;
  font-size: 1.25em;
  border-bottom: 3px solid #1aa0e5;
  padding-bottom: .5rem;
}
/*--------------------------------------------------------------------/
  ol
/--------------------------------------------------------------------*/
ol.normal {
  margin-left: 5px;
  counter-reset: number;
}

ol.normal li {
  line-height: 1.4;
  padding-left: 2rem;
  position: relative;
}

ol.normal li:before {
  counter-increment: number;
  content: counter(number);
  color: #fff;
  background: #1aa0e5;
  border-radius: .75rem;
  position: absolute;
  left: 0;
  top: -.2rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}

ol.normal li:not(:last-child) {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------------/
  ul
/--------------------------------------------------------------------*/
ul.normal {
  margin-left: 5px;
}

ul.normal li {
  line-height: 1.4;
  padding-left: 1.5rem;
  position: relative;
}

ul.normal li:before {
  content: "●";
  color: #1aa0e5;
  position: absolute;
  left: 0;
  top: 0;
}

ul.normal li:not(:last-child) {
  margin-bottom: .5rem;
}


ul.caution {
  margin-left: 5px;
}

ul.caution li {
  line-height: 1.4;
  padding-left: 1.2rem;
  position: relative;
  color: #df2f2f;
}

ul.caution li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ul.caution li:not(:last-child) {
  margin-bottom: .5rem;
}

/*--------------------------------------------------------------------/
	common
/--------------------------------------------------------------------*/
/* cmt-box */
[class^="cmt-box"] {
  padding: 1.56rem 2rem;
  background: #d8f1fd;
}

/* table */
.common-table table {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.93em;
  margin-bottom: 2rem;
}

.common-table table tr:not(:last-child) {
  border-bottom: 1px solid #666;
}

.common-table table th {
  text-align: left;
  font-weight: normal;
  padding: 1rem 0 .8rem;
  box-sizing: border-box;
}

.common-table table td {
  box-sizing: border-box;
  padding: 1rem 1.25rem .8rem .5rem;
}

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
.txt p {
  line-height: 1.5;
}
.txt p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.contact-box {
  margin-bottom:3rem;
}
.contact-box:not(:last-of-type) {
  margin-bottom:3rem;
}
.contact-box__tit {
  overflow: hidden;
  text-align: center;
  font-family: 'Noto Serif Japanese',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: calc(0.9rem + 2 * (100vw - 320px) / 697);
  margin-bottom: 1.5rem;
  color: #001496;
}

.contact-box__tit span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.contact-box__tit span:before, .contact-box__tit span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #001496;
}

.contact-box__tit span:before {
  right: 100%;
}

.contact-box__tit span:after {
  left: 100%;
}

.contact-time {
  margin-bottom: .5rem;
}

.contact-tel {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 800;
  height: calc(60px - 2rem);
  padding-top: .2rem;
  letter-spacing: 2px;
  font-size: 1rem;
}

.contact-tel span {
  font-size: 1.6em;
}

.contact-tel a {
  color: #444;
}

.contact-step {
  margin-bottom: 2rem;
}

.contact-step ol {
  counter-reset: contact-number;
}

.contact-step ol li {
  padding: 1rem 1.2rem;
  color: #444;
  position: relative;
  text-align: left;
  background: #dedede;
  font-size: 0.88rem;
}

.contact-step ol li:before {
  display: block;
  counter-increment: contact-number 1;
  content: "Step " counter(contact-number, decimal-leading-zero);
  line-height: 1;
  margin-bottom: .3rem;
}

.contact-step ol li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.contact-step ol li.now {
  background: #1aa0e5;
  color: #fff;
}

.contact-step ol li.now:before {
  color: #fff;
}

.contact-step ol li.before {
  background: #73B7E5;
  color: #fff;
}

.contact-step ol li.before:before {
  color: #fff;
}

.contact-privacy {
  padding: 1.5rem;
  border: 1px solid #dedede;
  max-height: 200px;
  overflow-y: scroll;
}

.contact-table {
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.2;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.contact-table tr:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.contact-table th, .contact-table td {
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 500;
  box-sizing: border-box;
}

.contact-table th {
    background: #f2f2f2;
  vertical-align: middle;
  color: #000;
}
.contact-table td {
    border-right: 1px solid #e3e3e3;
}
.contact-table th span {
  color: #df2f2f;
  margin-left: .5rem;
}
.contact-table textarea {
  width: 100%;
}

.imeon {
  ime-mode: active;
}

.imeoff {
  ime-mode: disabled;
}

input,
textarea,
select {
  margin: 3px 0;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.5;
  box-sizing: border-box;
}

input {
  width: auto;
  width: 100%;
}

input.long {
  width: 100%;
}

input.short {
  width: 50%;
}

input.sub-btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
  padding: .5rem 2rem;
  background: #1aa0e5;
  color: #fff;
  border: solid 1px #1aa0e5;
  transition: 0.3s ease all;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.94rem;
}

input.sub-btn:hover {
  background: #fff;
  color: #1aa0e5;
}

input.back-btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
  padding: .5rem 2rem;
  background: #fff;
  color: #1aa0e5;
  border: solid 1px #1aa0e5;
  transition: 0.3s ease all;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.94rem;
}

input.back-btn:hover {
  background: #1aa0e5;
  color: #fff;
}

input.check-btn {
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
  padding: .5rem 2rem;
  background: #333;
  color: #fff;
  border: solid 1px #333;
  transition: 0.3s ease all;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.94rem;
}

input.check-btn:hover {
  background: #1aa0e5;
  border: solid 1px #1aa0e5;
}

input.check-btn[type="button"], input.check-btn[type="submit"] {
  -webkit-appearance: none;
}

.radio, .checkbox {
  transition: 0.3s ease all;
  position: relative;
  padding-bottom: .3rem;
  margin-right: 1.5rem;
  padding-left: 1.5rem;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
}

label.radio, label.checkbox {
  display: block;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 481px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  input.middle {
    width: 70%;
  }
  input.short {
    width: 30%;
  }
}

@media print, screen and (min-width: 768px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .contents {
    padding-bottom: 8rem;
  }
  .common-table table th {
    width: 25%;
    min-width: 180px;
  }
  .contact-step {
    margin-bottom: 3rem;
  }
  .contact-step ol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .contact-step ol > * {
    width: 18%;
  }
  .contact-step ol li:not(:last-child):after {
    border-width: 10px 0 10px 14px;
    right: -14px;
    top: calc(50% - 10px);
    border-color: transparent transparent transparent #dedede;
  }
  .contact-step ol li.now:after {
    border-color: transparent transparent transparent #1aa0e5;
  }
  .contact-step ol li.before:after {
    border-color: transparent transparent transparent #73B7E5;
  }
  .contact-table th {
    width: 35%;
  }
  .contact-table td {
    width: auto;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .main-view__tit {
    font-size: 1.5rem;
  }
  .common-table table th {
    width: 225px;
  }
  .contact-box__tit {
    font-size: 1.06rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .common-table table th {
    display: block;
    padding-bottom: 0;
  }
  .common-table table td {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
  .contact-step ol li {
    text-align: center;
    padding: .75rem;
  }
  .contact-step ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .contact-step ol li:not(:last-child):after {
    border-width: 10px 8px 0 8px;
    bottom: -10px;
    left: calc(50% - 8px);
    border-color: #dedede transparent transparent transparent;
  }
  .contact-step ol li.now:after {
    border-color: #1aa0e5 transparent transparent transparent;
  }
  .contact-step ol li.before:after {
    border-color: #73B7E5 transparent transparent transparent;
  }
  .contact-table th, .contact-table td {
    display: block;
  }
  .contact-table th {
    border-right: 1px solid #e3e3e3;
  }
}

@media screen and (max-width: 480px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}















