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

html {
	scroll-behavior: smooth;
}

body {
    background-color: #FFFBE0;
}
#main {
    padding: 100px 0 0;
	letter-spacing: 0.1em;
	font-weight: 500;
}

@media screen and (max-width:960px){
#main {
    padding: 70px 0 0;
}	
}

/*-----------------------------------------
	FV
-----------------------------------------*/
#top #wrapper.campaign #fv {
  width: 100%;
  height: auto;
  background-color: #F2DA63;
  margin-bottom: 0;
}
#top #wrapper.campaign #fv .fv-wrapper {
    max-width: 100%;
    background-image: unset;
    box-sizing: border-box;
    background-size: 100%;
    max-width: 1920px;
    background-position: left 0 bottom -80px;
    margin: 0 auto;
}
.fv-inner{
    width: 100%;
    margin:0 auto;
}
.fv-inner h1{
    width: 100%;
    margin:0 auto;
}
.fv-inner h1 img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.period {
    background: #1F3663;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.period {
    background: #1F3663;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.period h2 {
    background: #3B527E;
    font-size: 30px;
    padding: 10px 60px;
    border-radius: 50px;
}
.period p {
    font-size: 45px;
    font-weight: bold;
    margin-left: 40px;
}

@media screen and (max-width:1600px){
.period h2 {
    font-size: 25px;
}	
.period p {
    font-size: 35px;
}	
}

@media screen and (max-width:1200px){
.period {
    padding: 20px 0;
}	
.period h2 {
    font-size: 20px;
	padding: 5px 50px;
}	
.period p {
    font-size: 30px;
	margin-left: 20px;
}	
}

@media screen and (max-width:960px){
.period {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: 20px 0 15px;
}
.period h2 {
	font-size: 18px;
	padding: 0px 50px;
	margin-bottom: 5px;
}	
.period p {
	width: 100%;
	text-align: center;
	margin-left: 0;
}	
}

@media screen and (max-width:768px){
.period p {
    font-size: 25px;
}	
}

@media screen and (max-width:580px){
.period p {
    font-size: 23px;
}	
}

@media screen and (max-width:480px){
.period h2 {
	font-size: 16px;
}	
.period p {
    font-size: 20px;
}	
}

@media screen and (max-width:414px){
.period h2 {
	font-size: 14px;
}	
.period p {
    font-size: 18px;
}	
}

@media screen and (max-width:375px){	
.period p {
    font-size: 16px;
}	
}

/*-----------------------------------------
	共通要素
-----------------------------------------*/
section.common-sec {
    background: #fff;
    width: 92%;
    max-width: 1600px;
    padding: 70px 5% 100px;
    margin: 0 auto 70px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(77, 64, 0, 0.25);
}
section.common-sec h3 {
	text-align: center;
	color: #1F3663;
	font-size: 55px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
section.common-sec.ttl-br h3 br {
    display: none;
}
section.common-sec p.common-txt {
	text-align: center;
    font-size: 25px;
	margin-bottom: 50px;
}
.gray-box01, .gray-box02 {
    background: #F3F3F3;
    padding: 25px 5%;
}

@media screen and (max-width:1200px){
section.common-sec h3 {
    font-size: 45px;
    margin-bottom: 20px;
}
section.common-sec p.common-txt {
    font-size: 21px;
	margin-bottom: 40px;
}	
}

@media screen and (max-width:960px){
section.common-sec {
    margin: 0 auto 40px;
}	
section.common-sec h3 {
    font-size: 40px;
}	
section.common-sec.ttl-br h3 br {
    display: block;
}	
section.common-sec.ttl-br h3 span {
    display: none;
}	
}

@media screen and (max-width:768px){
section.common-sec {
    padding: 70px 7%;
}	
section.common-sec h3 {
    font-size: 35px;
}
section.common-sec p.common-txt {
    font-size: 18px;
}	
section.common-sec p.common-txt br {
    display: none;
}	
}

@media screen and (max-width:580px){	
section.common-sec p.common-txt {
	margin-bottom: 30px;
}	
}

@media screen and (max-width:480px){
section.common-sec {
	padding: 50px 5%;
}	
section.common-sec h3 {
	font-size: 30px;
}	
section.common-sec p.common-txt {
    font-size: 16px;
}
.gray-box01, .gray-box02 {
    padding: 20px 7%;
}	
}

@media screen and (max-width:414px){
section.common-sec h3 {
	font-size: 27px;
}	
}

/*-----------------------------------------
	特典内容
-----------------------------------------*/
.tokuten-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tokuten-box {
    width: 49%;
    background: #fff;
    border: 10px solid #1F3663;
    box-sizing: border-box;
    border-radius: 20px;
}
.toku-ttl {
    color: #fff;
    background: #1F3663;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 0 30px;
}
.toku-ttl span {
    font-size: 70%;
}
.toku-content {
    padding: 40px 8%;
}
p.toku-txt {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 25px;
}
.which-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 25px;
}
.which-box , .free-area {
	text-align: center;
    padding: 25px 3%;
    border: 2px solid #1F3663;
    box-sizing: border-box;
}
.which-box {
    width: 48%;
}
.which-box img {
	display: block;
    width: 150px;
    margin: 0 auto 15px;
}
.which-box b {
	color: #1F3663;
	font-size: 23px;
	line-height: 1;
}
.which-box p {
	font-size: 14px;
	line-height: 1;
}

.free-area {
    width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.free-area img {
    display: block;
    width: 110px;
    margin: 0 20px 0 10px;
}
.free-area p {
    color: #1F3663;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.gray-box01 p {
    font-size: 11px;
}
.gray-box01 p span {
    font-size: 120%;
}
.gray-box01 p:nth-child(n+2) {
	margin-top: 20px;
}

@media screen and (max-width:1440px){
.toku-ttl {
    font-size: 30px;
}
p.toku-txt {
    font-size: 21px;
}	
.which-box img {
    width: 130px;
	margin: 0 auto 10px;
}	
.which-box b {
    font-size: 20px;
}
.which-box p {
    font-size: 12px;
}
.free-area img {
    width: 90px;
}	
.free-area p {
    font-size: 18px;
}	
}

@media screen and (max-width:1280px){
.toku-content {
    padding: 30px 6%;
}	
p.toku-txt {
    font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.which-box b {
    font-size: 18px;
}
.free-area img {
    margin: 0 10px;
}
}

@media screen and (max-width:1024px){
.tokuten-area {
    width: 70%;
    margin: 0 auto;
}	
.tokuten-box {
    width: 100%;
}
.tokuten-box:first-child {
    margin-bottom: 40px;
}
}

@media screen and (max-width:960px){
.tokuten-area {
	width: 90%;
}
.toku-ttl {
	font-size: 27px;
	padding: 15px 0 25px;
}	
}

@media screen and (max-width:768px){
.tokuten-area {
	width: 100%;
}
.toku-ttl {
	font-size: 27px;
	padding: 20px 0 30px;
}	
}

@media screen and (max-width:580px){
.toku-ttl {
	font-size: 25px;
}	
p.toku-txt br {
	display: none;
}	
.which-box {
    width: 100%;
}
.which-box:first-child {
    margin-bottom: 20px;
}	
.which-box img {
	width: 110px;
}	
.free-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.free-area img {
	width: 110px;
	margin: 0 auto 10px;
}	
}

@media screen and (max-width:480px){
.tokuten-box:first-child {
	margin-bottom: 20px;
}	
.toku-ttl {
	font-size: 23px;
}	
p.toku-txt {
	font-size: 16px;
}	
.free-area p {
	font-size: 16px;
}
.which-box img, .free-area img {
	width: 90px;
}	
.gray-box01 p {
    font-size: 9px;
}	
}

/*-----------------------------------------
	お申し込みの流れ
-----------------------------------------*/
.step-box {
    width: 100%;
    padding: 50px 5%;
    border: 2px solid #1f3663;
    box-sizing: border-box;
	position: relative;
}
.step-box:nth-child(4), .step-box:nth-child(5) {
	margin-top: 50px;
}
.step-box::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #1f3663;
    position: absolute;
    bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.step-box:last-child::after {
  content: none;
}
.step-ttl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.step-ttl p.no {
    background: #1f3663;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 3%;
    margin-right: 20px;
}
.step-ttl p.step-name {
    font-size: 35px;
    font-weight: bold;
}
.step-content {
    display: flex;
    align-items: center;
}
.step-content img {
    display: block;
	width: 300px;
	margin-right: 3%;
}
.step-txt p {
    font-size: 23px;
    font-weight: bold;
}
.step-txt p.notes, .step-txt .gray-box02 p.notes, .terms-content p.notes {
    font-size: 11px;
	font-weight: normal;
    margin-top: 10px;
}
.step-txt p a {
	text-decoration: underline;
    text-underline-offset: 0.2em;
}
.gray-box02 {
    margin-top: 20px;
}
.step-txt .gray-box02 p {
    font-size: 18px;
    font-weight: 500;
	text-indent: -1em;
	padding-left: 1em;
}
.step-txt .gray-box02 p br {
	display: block!important;
}

@media screen and (max-width:1440px){
.step-ttl p.no {
	font-size: 20px;
    padding: 7px 3%;
    margin-right: 15px;
}	
.step-ttl p.step-name {
    font-size: 30px;
}	
.step-content img {
    width: 250px;
}
.step-txt p {
    font-size: 20px;
}	
.step-txt .gray-box02 p {
    font-size: 15px;
}
.step-txt p.notes, .step-txt .gray-box02 p.notes, .terms-content p.notes {
    font-size: 9px;
}	
}

@media screen and (max-width:1280px){
.step-txt p br {
	display: none;
}
}

@media screen and (max-width:960px){
.step-ttl p.no {
	font-size: 18px;
}	
.step-ttl p.step-name {
    font-size: 27px;
}	
.step-txt p {
	font-size: 18px;
}	
.step-txt p br {
	display: none;
}
}

@media screen and (max-width:768px){
.step-box {
    padding: 50px 7%;
}	
.step-ttl {
    justify-content: center;
}	
.step-content {
    justify-content: center;
    flex-wrap: wrap;
}	
.step-content img {
	width: 200px;
	margin-right: 0;
	margin-bottom: 30px;
}	
.step-txt .gray-box02 p {
	font-size: 12px;
}	
}

@media screen and (max-width:580px){
.step-ttl {
    margin-bottom: 15px;
}	
.step-ttl p.no {
	font-size: 16px;
	padding: 2px 10%;
	margin-right: 0;
	margin-bottom: 5px;
}
.step-ttl p.step-name {
	width: 100%;
	text-align: center;
	font-size: 25px;
}	
}

@media screen and (max-width:480px){
.step-ttl p.step-name {
	font-size: 23px;
}	
.step-content img {
	width: 150px;
	margin-bottom: 15px;
}
.step-txt p {
	font-size: 16px;
}	
}

/*-----------------------------------------
	キャンペーン適用条件・ご注意事項
-----------------------------------------*/
.terms-box {
    width: 100%;
    background: #fff;
    border: 10px solid #1F3663;
    box-sizing: border-box;
    border-radius: 20px;
}
.terms-box:nth-child(4),.terms-box:nth-child(5) {
	margin-top: 40px;
}
.terms-box .terms-ttl {
    color: #fff;
    background: #1F3663;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 0 30px;
}
.terms-content {
    padding: 35px 3%;
}
.terms-content p {
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 10px;
}
.terms-content ul {
    padding-left: 20px;
}
.terms-content ul li {
    font-size: 18px;
	line-height: 2;
    list-style: disc;
}
.agreement-area {
    text-align: center;
    padding: 70px 0 0;
}
.agreement-area label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.agreement-area input[type="checkbox"] {
  margin-top: 15px;
}
.agreement-area label input#agreementCheckbox {
    transform: scale(1.5);
    margin-right: 10px;
}
.agreement-area label p {
	text-align: left;
    font-size: 23px;
    font-weight: bold;
}

@media screen and (max-width:1440px){
.terms-box .terms-ttl {
    font-size: 30px;
    padding: 15px 0 25px;
}	
}

@media screen and (max-width:1200px){
.terms-box:nth-child(4),.terms-box:nth-child(5) {
	margin-top: 30px;
}
.terms-content p {
    font-size: 18px;
}	
.terms-content ul li {
    font-size: 16px;
}	
.agreement-area {
	padding: 50px 0 0;
}	
.agreement-area input[type="checkbox"] {
  margin-top: 12px;
}	
.agreement-area label p {
    font-size: 20px;
}
}

@media screen and (max-width:960px){
.terms-box .terms-ttl {
	font-size: 27px;
}	
.terms-content {
    padding: 25px 5%;
}	
.terms-content ul li {
	font-size: 14px;
}		
.agreement-area label {
    font-size: 16px;
}
.agreement-area input[type="checkbox"] {
  margin-top: 8px;
}	
.agreement-area label p {
    font-size: 16px;
}
}

@media screen and (max-width:768px){
.terms-box .terms-ttl {
	font-size: 25px;
}	
.terms-content p {
    font-size: 16px;
}	
.terms-content ul li {
    font-size: 12px;
}	
}

@media screen and (max-width:580px){
.agreement-area label input#agreementCheckbox {
    transform: scale(1.2);
}	
}

@media screen and (max-width:480px){
.terms-box .terms-ttl {
	font-size: 23px;
}	
.terms-content p {
    font-size: 14px;
}	
.agreement-area input[type="checkbox"] {
  margin-top: 6px;
}
}

/*-----------------------------------------
	フォーム
-----------------------------------------*/
a#form {
    scroll-margin-top: -100px;
}
.inc-form {
    background: #fff;
    padding-top: 100px;
    margin-top: 120px;
}
.inc-form h2 {
    font-size: 55px;
    color: #223360;
    font-weight: 900;
    margin: 0 auto 20px;
    text-align: center;
}
.inc-form iframe {
	width: 90%;
	height: 1900px;
	border: none;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.form-wrap {
	position: relative;
}
.form-cover {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.85);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.form-cover p {
    width: 85%;
    max-width: 1600px;
    background: #f3da62;
    position: absolute;
    top: 250px;
    color: #1f3663;
    font-size: 25px;
    font-weight: bold;
    padding: 100px 3%;
    border-radius: 20px;
    outline: 6px solid #1f3663;
    outline-offset: -15px;
}

@media (max-width: 1280px) {
.inc-form h2{
    font-size: 45px;
}
.form-cover p {
    padding: 100px 8%;
    font-size: 22px;
}
.form-cover p br {
    display: none;
}	
}

@media (max-width: 960px) {
.form-cover p {
	top: 200px;
}
}

@media (max-width: 768px) {
.inc-form h2{
    font-size: 35px;
	margin: 0 auto 40px;
}
.inc-form iframe {
	height: 1800px;
}
.form-cover p {
    font-size: 20px;
	top: 150px;
}
}

@media (max-width: 480px) {
.inc-form h2{
	font-size: 30px;
}
.form-cover p {
    font-size: 16px;
}
}
