@charset "utf-8";





/*----------------------------------- 
      #sec1
-----------------------------------*/

#sec1 {
	padding: 0 0 70px;
}
@media screen and (max-width: 1024px){
	#sec1 {
	   padding: 0 0 2%;
	}
}


.sec1-box1 {
	margin-bottom: 8%;
}
.sec1-box1 dl {
    background-color: #85ACDC;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sec1-box1 dl dt {
    width: 50%;
	line-height: 0;
}
.sec1-box1 dl dd {
    width: 50%;
	padding: 0 7%;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px){
    .sec1-box1 {
		margin-bottom: 12%;
	}
	.sec1-box1 dl dd {
	    padding: 0 4%;
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px){
	.sec1-box1 dl dt {
		width: 100%;
	}
	.sec1-box1 dl dd {
		width: 100%;
		padding: 8% 5%;
		font-size: 16px;
		font-size: 1.6rem;
	}
}


.sec1-box2 {
    max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.sec1-box2 h2 {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #263F8C;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 8%;
}
.sec1-box2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec1-box2 li {
    width: 32%;
	padding: 0 3% 3%;
    background-color: #DFEBFD;
	box-sizing: border-box;
}
.sec1-box2 li h3 {
    max-width: 100px;
	margin: -20px auto 30px;
	line-height: 0;
}
.sec1-box2 li h4 {
    font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #263F8C;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 3%;
}
.sec1-box2 li p {
	line-height: 1.8;
}
@media screen and (max-width: 1024px){
	.sec1-box2 {
		padding: 0 5%;
	}
	.sec1-box2 h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
}
@media screen and (max-width: 768px){
	.sec1-box2 h2 {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 12%;
	}
	.sec1-box2 li {
		width: 95%;
		padding: 0 5% 5%;
		margin: 0 auto 10%;
	}
	.sec1-box2 li h3 {
		max-width: 100px;
		margin: -20px auto 5%;
	}
	.sec1-box2 li h4 {
		font-size: 17px;
		font-size: 1.7rem;
	}
}


/*----------------------------------- 
      #sec2  ご利用の流れ
-----------------------------------*/

#sec2 {
	padding: 80px 70px 70px;
}
@media screen and (max-width: 1024px){
	#sec2 {
	   padding: 8% 4%;
	}
}


.sec2-box1 ul li {
	margin-bottom: 70px;
}
.sec2-box1 ul li:last-child {
	margin-bottom: 0;
}
.sec2-box1 h3 {
    font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
    color: #2E4DA8;
	border-bottom: #2E4DA8 1px solid;
	line-height: 1.6;
	margin-bottom: 25px;
}
.sec2-box1 h3 em {
	font-weight: bold;
	color: #fff;
	background-color: #2E4DA8;
	padding: 0 0.6em;
	margin-right: 0.6em;
	vertical-align: middle;
}
.sec2-box1 h3 em span {
    font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 0.2em;
	vertical-align: middle;
}
.sec2-box1 h4 {
	margin-top: 25px;
}

.sec2-btn a {
    background: url(../img/flow/sec2-icon.png) right 15px center no-repeat;
    display: inline-block;
	margin-top: 20px;
	padding: 0.8em 4em 0.8em 1em;
	color: #22A366;
	background-color: #fff;
	border: #21A365 2px solid;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	-o-transition: .25s linear;
	-ms-transition: .25s linear;
}
.sec2-btn a:hover {
	background-color: #E1F9EE;
}
.sec2-btn br {
	display: none;
}
@media screen and (max-width: 768px){
	.sec2-box1 ul li {
		margin-bottom: 8%;
	}
	.sec2-box1 h3 {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 3%;
	}
	.sec2-box1 h3 em span {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.sec2-box1 h4 {
		margin-top: 4%;
	}
	.sec2-btn {
		text-align: center;
	}
	.sec2-btn a {
		margin-top: 3%;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.sec2-btn br {
		display: block;
	}
}



/*----------------------------------- 
   #sec3  書体及び印字方向について
-----------------------------------*/

#sec3 {
	padding: 80px 70px 70px;
}
@media screen and (max-width: 1024px){
	#sec3 {
	   padding: 8% 4%;
	}
}

#sec3 .sub {
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px){
	#sec3 .sub {
		letter-spacing: 0;
	}
}



.sec3-box1 {
	max-width: 800px;
	margin: 0 auto 4%;
}


.sec3-box2 table {
	width: 100%;
	border-collapse: collapse;
	border: #D4D4D4 2px solid;
	margin-bottom: 15px;
}
.sec3-box2 table img {
    max-width: 148px;
	margin: 0 auto;
	display: block;
	line-height: 0;
}
.sec3-box2 th {
	border: #D4D4D4 1px solid;
	padding: 1% 2%;
}
.sec3-box2 td {
	border: #D4D4D4 1px solid;
	padding: 2% 2%;
	text-align: center;
	background-color: #F6F6F6;
}
.sec3-box2 td:first-of-type {
	width: 7em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #DFDFDF;
}
.sec3-box2 tr:nth-of-type(2) td:first-of-type {
	border-bottom: #fff 1px solid;
}
.sec3-box2 .attention {
    font-size: 13px;
	font-size: 1.3rem;
	color: #666;
	text-align: right;
}
@media screen and (max-width: 768px){
	.sec3-box2 table {
		border: #D4D4D4 1px solid;
		margin-bottom: 10px;
	}
	.sec3-box2 td:first-of-type {
		width: 2em;
		font-size: 16px;
		font-size: 1.6rem;
		/*-ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;*/
	}
	.sec3-box2 .attention {
		font-size: 12px;
		font-size: 1.2rem;
	}
}


/*----------------------------------- 
      #sec4  オプション
-----------------------------------*/

#sec4 {
	padding: 80px 70px 70px;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec4 {
	   padding: 8% 4%;
	}
}

#sec4 .sub {
	margin-bottom: 8%;
}
@media screen and (max-width: 768px){
	#sec4 .sub {
		margin-bottom: 12%;
	}
}


.sec4-box1 ul li {
    background-color: #F3F7FE;
	margin-bottom: 50px;
}
.sec4-box1 ul li:last-child {
	margin-bottom: 0;
}
.sec4-box1 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec4-box1 ul li:nth-child(even) dl {
	flex-direction: row-reverse;
}
.sec4-box1 dl dt {
	width: 30%;
	line-height: 0;
}
.sec4-box1 dl dt img {
	max-width: 300px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.sec4-box1 dl dd {
	width: 70%;
	padding: 4% 5%;
	box-sizing: border-box;
}
.sec4-box1 dl dd h3 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #263F8C;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 1%;
}
@media screen and (max-width: 768px){
	.sec4-box1 ul li {
		margin-bottom: 10%;
	}
	.sec4-box1 dl dt {
		width: 100%;
	}
	.sec4-box1 dl dt img {
		width: 50%;
		margin: -5% auto 0;
		display: block;
	}
	.sec4-box1 dl dd {
		width: 100%;
		padding: 4% 5%;
		box-sizing: border-box;
	}
	.sec4-box1 dl dd h3 {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
}


/*----------------------------------- 
      #sec5  ご注文はこちら
-----------------------------------*/

#sec5 {
	 margin: -10% 20px 60px;
	 padding-top: 10%;
	 overflow: hidden;
	 
}
@media screen and (max-width: 1024px){
	#sec5 {
		 margin: 0 4% 8%;
		 padding-top: 0;
	}
}


dl.sec5-box1 {
    background: url(../img/top/sec3-bg.jpg) center center no-repeat;
	max-width: 960px;
    margin: 0 auto;
	padding: 0 1% 0 5%;
    border: #DDD000 4px solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background-size: cover;
}
dl.sec5-box1 dt {
    width: 45%;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	color: #263F8C;
	line-height: 1.5;
}
dl.sec5-box1 dt span {
    background: url(../img/top/sec3-icon.png) right center no-repeat;
	padding-right: 50px;
}
dl.sec5-box1 dt a {
	color: #263F8C;
	text-decoration: none;
	transition: .5s;
}
dl.sec5-box1 dt a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}
dl.sec5-box1 dd {
    width: 55%;
	line-height: 0;
}
dl.sec5-box1 dd img {
    max-width: 635px;
	margin-top: -10%;
}
@media screen and (max-width: 1024px){
    dl.sec5-box1 {
		padding: 7% 3% 0;
		border: #DDD000 3px solid;
	}
	dl.sec5-box1 dt {
		width: 100%;
		font-size: 36px;
		font-size: 3.6rem;
		text-align: center;
		margin-bottom: 5%;
	}
	dl.sec5-box1 dt span {
		background: url(../img/top/sec3-icon.png) right center no-repeat;
		padding-right: 50px;
	}
	dl.sec5-box1 dd {
		width: 100%;
	}
	dl.sec5-box1 dd img {
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 768px){
	dl.sec5-box1 dt {
		font-size: 26px;
		font-size: 2.6rem;
	}
	dl.sec5-box1 dt span {
		padding-right: 20px;
		background-size: 12px auto;
	}
}


/*----------------------------------- 
      #sec6
-----------------------------------*/

#sec6 {
	padding: 90px 0 0;
}
@media screen and (max-width: 1024px){
	#sec6 {
	   padding: 8% 0 0;
	}
}

#sec6 .sub {
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px){
	#sec6 .sub {
		letter-spacing: 0;
	}
}


.sec6-box1 {
    max-width: 900px;
	margin: 0 auto 5%;
	padding: 0 4%;
	box-sizing: border-box;
}


ul.sec6-box2 {
    line-height: 1.8;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: center;*/
}
ul.sec6-box2 li {
	width: 50%;
	padding: 5% 0;
	color: #fff;
	text-align: center;
}
ul.sec6-box2 li:nth-child(odd) {
	background-color: #2E4DA8;
}
ul.sec6-box2 li:nth-child(even) {
	background-color: #27428F;
}
ul.sec6-box2 li h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 4%;
}
.sec6-tel {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 2%;
}
.sec6-tel span {
	font-size: 28px;
	font-size: 2.8rem;
}
.sec6-tel a {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
.sec6-btn a {
    background: url(../img/top/sec4-icon.png) right 15px center no-repeat;
    width: 20em;
	margin: 4% auto 0;
	display: block;
	background-color: #0E2D7E;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-align: center;
	padding: 0.7em 0;
	transition: .3s;
}
.sec6-btn a:hover {
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;*/
	transform: translateY(-4px) translateX(-2px);
    box-shadow: 5px 5px 0 0 #111;
	transition: .3s;
}


@media screen and (max-width: 1024px){
	ul.sec6-box2 {
		line-height: 1.6;
	}
	ul.sec6-box2 li {
		width: 100%;
		padding: 8% 0;
	}
	ul.sec6-box2 li h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.sec6-tel {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.sec6-tel span {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 768px){
    .sec6-tel {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	.sec6-tel span {
		font-size: 16px;
		font-size: 1.6rem;
	}
    .sec6-tel a {
		background: url(../img/top/sec4-icon.png) right 15px center no-repeat;
		width: 18em;
		margin: 0 auto;
		display: block;
		border: #fff 1px solid;
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 0.6em 0 0.5em;
		cursor: pointer;
		box-sizing: border-box;
	}
    .sec6-btn a {
		width: 18em;
		font-size: 16px;
		font-size: 1.6rem;
	}
}













