@charset "UTF-8";
/* CSS Document */
/* license
------------------------------------------------------ */
.procedure-bg {
  padding: 100px 0 60px;
  background: url(images/license-bg.png) no-repeat;
  background-size: cover;
}
.procedure-link-wrap {
  display: flex;
  max-width: 600px;
  justify-content: center;
  margin: 30px auto 50px;
}
.procedure-link-wrap li {
  width: 48%;
  margin: 4px;
}
.procedure-link-wrap li a {
  display: block;
  padding: 12px 0 10px;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
.procedure-link-wrap li a span {
  color: #FAE252;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
}
.procedure-link-wrap li:first-child a {
  background: #324A7C;
  color: #fff;
}
.procedure-link-wrap li:last-child a {
  background: #67B6AE;
  color: #fff;
}
.procedure-link-wrap li a:after {
  content: '';
  background: url("images/arrow.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 8px;
  vertical-align: middle;
  position: absolute;
  right: 20%;
  top: 30px;
}
.procedure-link-wrap li:first-child a:before {
  content: '';
  background: url("images/update-icon.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  left: 25%;
  top: 20px;
}
.procedure-link-wrap li:last-child a:before {
  content: '';
  background: url("images/revocation-icon.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  left: 22%;
  top: 20px;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .procedure-bg {
    background: url(images/license-bg-sp.png) no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }
  .procedure-link-wrap li a span {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .procedure-link-wrap li {
    width: 44%;
  }
  .procedure-link-wrap li a {
    padding: 40px 0;
  }
  .procedure-link-wrap li a {
    font-size: 2.2rem;
  }
  .procedure-link-wrap li a:after {
    bottom: 20px;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
  }
  .procedure-link-wrap li:first-child a:before, .procedure-link-wrap li:last-child a:before {
    right: 0;
    left: 0;
    margin: auto;
  }
}
/* update
------------------------------------------------------ */
.update-bg{
position: relative;
/*
padding-top: 100px;
margin-top: -100px;*/
margin-bottom: 100px;

}
/*
.update-bg:before{
content: '';
    background: url(../../common/images/circle01-top.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: top center;
    display: block;
    height: 360px;
	margin-bottom: -236px;
	position: absolute;
	top: 300px;
	z-index: -1;
}
.update-bg:after{
content: '';
    background: url(../../common/images/circle01-bottom.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: bottom center;
    display: block;
    height: 360px;
	position: absolute;
	bottom: -300px;;
}
*/

.update {
  max-width: 900px;
  margin: 0 auto;
}
.update-price-ttl {
  background: #324A7C;
  color: #FAE252;
  text-align: center;
  padding: 20px 0;
}
.update-price-ttl span {
  color: #FAE252;
  font-family: 'din2014';
  font-size: 4rem;
  vertical-align: bottom;
  margin-left: 8px;
}
.update-price-bg {
  background: #F3F6FD;
  padding: 20px 0 30px;
  margin-bottom: 30px;
}
.update-price-wrap {
  width: 90%;
  margin: 0 auto;
}
.update-price-breakdown {
  color: #324A7C;
  font-family: 'hiragino6';
}
.update-table {
  width: 100%;
  display: flex;
}
.update-table tbody {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.update-table tbody tr {
  width: 19.8%;
}
.update-table tbody tr th, .update-table tbody tr td {
  width: 100%;
  display: block;
  text-align: center;
}
.update-table tbody tr th {
  background: #324A7C;
  color: #fff;
  padding: 10px 0;
}
.update-table tbody tr td {
  background: #fff;
  padding: 26px 0;
}
.update-table tbody tr:last-child td {
  color: #324A7C;
  font-family: 'hiragino6';
}
h4 {
  color: #FAE252;
  font-family: 'hiragino7';
  font-size: 1.8rem;
  border-left: 8px solid;
  padding-left: 4px;
  margin-bottom: 6px;
}
.document-bg {
  background: #F3F6FD;
  padding: 30px 0;
  margin-bottom: 20px;
}
.document-list {
  width: 50%;
  margin: 0 auto;
}
.document-list li {
  color: #324A7C;
  font-family: 'hiragino6';
}
.h4-lead {
  margin-bottom: 20px;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  .update-price-breakdown {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .update-table tbody tr {
    width: 100%;
  }
  .update-table tbody {
    flex-wrap: wrap;
  }
  .update-table tbody tr td {
    padding: 16px 0;
  }

}
/* revocation
------------------------------------------------------ */
/* .revocation-bg {
background: url(../common/images/corse-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center 240px;
  width: 100vw;
  max-width: 100vw;
  padding-top: 100px;
} */
/*
.revocation-bg{
background: linear-gradient(180deg, #fff 0%, #fff 40%, #F2F5FA 40%, #F2F5FA 100%);
position: relative;
padding-top: 160px;
margin-bottom: 240px;
}
.revocation-bg:before{
content: '';
    background: url(../../common/images/circle02-top.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: top center;
    display: block;
    height: 360px;
	margin-bottom: -236px;
	position: absolute;
	top: 300px;
	z-index: -1;
}
.revocation-bg:after{
content: '';
    background: url(../../common/images/circle02-bottom.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: bottom center;
    display: block;
    height: 360px;
	position: absolute;
	bottom: -300px;;
}
*/
.revocation {
  max-width: 900px;
  margin: 0 auto;
}
.revocation .h4-lead {
  color: #4D4D4D;
}
.revocation-price-ttl {
  background: #67B6AE;
  color: #FAE252;
  text-align: center;
  padding: 20px 0;
}
.revocation-price-ttl span {
  color: #FAE252;
  font-family: 'din2014';
  font-size: 4rem;
  vertical-align: bottom;
  margin-left: 8px;
}
.revocation-price-bg {
  background: #F3F6FD;
  padding: 20px 0 30px;
  margin-bottom: 30px;
}
.revocation-price-wrap {
  width: 90%;
  margin: 0 auto;
}
.revocation-price-breakdown {
  color: #67B6AE;
  font-family: 'hiragino6';
}
.revocation-table {
  width: 100%;
  display: flex;
}
.revocation-table tbody {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.revocation-table tbody tr {
  width: 19.8%;
}
.revocation-table tbody tr th, .revocation-table tbody tr td {
  width: 100%;
  display: block;
  text-align: center;
}
.revocation-table tbody tr th {
  background: #67B6AE;
  color: #fff;
  padding: 10px 0;
}
.revocation-table tbody tr td {
  background: #fff;
  padding: 26px 0;
}
.revocation-table tbody tr:last-child td {
  color: #67B6AE;
  font-family: 'hiragino6';
}
.revocation h4 {
  color: #324A7C;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  .revocation-table tbody tr {
    width: 100%;
  }
  .revocation-table tbody {
    flex-wrap: wrap;
  }
  .revocation-table tbody tr td {
    padding: 16px 0;
  }
  .document-list {
    width: 80%;
  }
  .update-bg{
    margin-top: 0;
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #324A7C 20%, #324A7C 100%);
	  padding-top: 0;
  }
  .revocation-bg{
    margin-top: 0;
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #F2F5FC 20%, #F2F5FC 100%);
    padding-top: 0;
  }
  .update-bg:after,.revocation-bg:after{
    height: 200px;
    bottom: -140px;
  }
  .revocation-bg:before{
    top: 100px;
  }
}
/* check
------------------------------------------------------ */
.check-bg {
  padding: 100px 0;
}
.check-item {
  background: #F2F5FC;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
  padding-top: 100px;
}
.check-img {
  width: 40%;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
}
.check-ttl {
  text-align: center;
  color: #324A7C;
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: 'hiragino6';
  margin-top: 10px;
}
.check-txt {
  width: 80%;
  margin: 20px auto;
  font-size: 1.2rem;
  line-height: normal;
}
.check-list {
  display: flex;
  width: 80%;
  margin: 10px auto 30px;
}
.check-list li {
  background: #fff;
  text-align: center;
  border-radius: 30px;
  color: #4A5F8B;
  padding: 2px 10px;
  margin-right: 6px;
  font-family: 'hiragino6';
  font-size: 1.2rem;
}
.check-link-wrap {
  display: flex;
  justify-content: space-between;
}
.check-link-item {
  display: block;
  width: 50%;
  text-align: center;
  padding: 26px 0;
  font-family: 'hiragino6';
  font-size: 1.6rem;
}
.check-link-item:nth-child(1) {
  background: #FAE252;
  color: #324A7C;
}
.check-link-item:nth-child(1):before {
  content: '';
  background: url(../common/images/check-icon01.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.check-link-item:nth-child(2) {
  background: #67B6AE;
  color: #fff;
}
.check-link-item:nth-child(2):before {
  content: '';
  background: url(../common/images/check-icon02.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .check-wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .check-item {
    width: 32%;
  }
}
/* iframe
------------------------------------------------------ */

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  section iframe {
    max-width: 100%;
    width: 100%;
    height: 600px;
    margin-top: -60px;
    z-index: -1;
    position: relative;
    margin-bottom: 40px;
  }
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  section iframe {
    max-width: 100%;
    width: 100%;
    height: 470px;
    position: relative;
	margin-bottom: 41px;
	margin-top: -40px;
  }
  .check-bg{
    padding-top: 0;
    padding-bottom: 20px;
  }
}



/* form
------------------------------------------------------ */
.circle-bg {
  background-image: linear-gradient(to bottom, #fff 20%, #324A7C 20%, #324A7C 84%, #fff 84%);
  padding: 40px 0;
  width: 100VW;
  margin: 20px calc(50% - 50vw) 0;
}
.form-body div{
	color: #fff;
}
.circle-bg:before{
content: '';
    background: url(../../common/images/circle01-top.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: top center;
    display: block;
    height: 400px;
    margin-bottom: -280px;
}
.circle-bg:after{
content: '';
    background: url(../../common/images/circle01-bottom.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: bottom center;
    display: block;
    height: 360px;
	margin-top: -300px;
}
form {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.form-ttl span {
    display: block;
    color: #fff;
    font-size: 1.4rem;
}
form p, form label, form a {
  color: #fff;
}
form a {
  text-decoration: underline;
}
form span.required {
  background: #FAE252;
  color: #324A7C;
  padding: 2px 4px;
  font-size: 1.4rem;
  margin-left: 2px;
	display: inline-block;
}
input {
  width: 100%;
  font-size: 16px;
}
input[type="text"], input.adress-number, input[type="tel"] {
  height: 50px;
  background: #F3F6FD;
  border: none;
}
select{
	width: 100%;
	height: 40px;
}
input[type="radio"] {
    width: 15px;
    height: 15px;
}
input[type="date"] {
    height: 40px;
}
textarea {
  width: 100%;
  background: #F3F6FD;
  border: none;
  height: 200px;
}
input.white {
  display: block;
  background: #fff;
  padding: 12px 0 16px;
  width: 90%;
  max-width: 340px;
  margin: 20px auto;
  text-align: center;
  font-family: 'hiragino6';
  position: relative;
  z-index: 2;
  border: none;
}
input.white:before {
  content: '';
  background: #FAE252;
  width: 340px;
  height: 46px;
  position: absolute;
  left: -6px;
  top: -2px;
  z-index: -1;
}
input.white:after {
  content: '';
  background: url(../images/link-btn-arrow.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20%;
  top: 18px;
}
.form-inner {
  margin-bottom: 40px;
}
input[type="checkbox"] {
  width: 20px;
}
.form-body label {
  width: 100%;
}
  input.adress-number {
    width: 95%;
  }
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .form-inner, .form-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .form-head {
    width: 30%;
  }
  .form-body {
    width: 70%;
  }
  .form-body div {
    width: 48%;
  }
  .form-inner.last-inner, .form-inner.last-inner .form-body {
    justify-content: center;
  }
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .form-ttl {
    margin-bottom: 10px;
  }
  .form-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	  align-items: center;
  }
  input.adress-number {
    width: 92%;
  }
	.form-body div {
    width: 46%;
}
	.form-inner {
    margin-bottom: 20px;
}
	.circle-bg {
  background-image: linear-gradient(to bottom, #fff 7%, #324A7C 7%, #324A7C 94%, #fff 94%);
  padding: 40px 0;
  width: 100VW;
  margin: 20px calc(50% - 50vw) 0;
}
.circle-bg:before{
content: '';
    background: url(../../common/images/circle01-top.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: top center;
    display: block;
    height: 400px;
    margin-bottom: -280px;
}
.circle-bg:after{
content: '';
    background: url(../../common/images/circle01-bottom.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: bottom center;
    display: block;
    height: 360px;
	margin-top: -300px;
}
	.form-bg {
    padding-top: 40px;
}
}