html {
    font-size: 62.5%;
}

@media (max-width: 768px) {
    html {
        font-size: 31.25%;
    }
}

.img-responsive {
    /*width: 100%;*/
    margin: auto;
}

iframe {
    width: 100%;
}

p{
	line-height: 1.8;
}

/*@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}*/


/* header
************************************************/

#header {
    /*padding: 30px 0 15px;*/
    padding-top: 30px;
    padding-bottom: 15px;
}

#header h1 {
    margin: 0;
}

#header img {
    vertical-align: middle;
    height: auto !important;
}


/* form
************************************************/

.formWrap01 {
    background: #FFC;
    padding-bottom: 25px;
}

.formWrap01 h2 {
    width: 100%;
    padding: 0.6em 0;
    margin: 0 0 25px;
    text-align: center;
    font-size: 5rem;
    background: #FC0;
    color: #0641B0;
    font-weight: bold;
}

.formWrap01 table {
    /*width: 100%;*/
}

.formWrap01 table thead,
.formWrap01 table tbody {
    border: none!important;
}

.formWrap01 table th,
.formWrap01 table td {
    border: none!important;
    border-bottom: 20px solid #FFC!important;
    background: #EDEDED;
    font-size: 2.4rem;
    vertical-align: middle!important;
}

.formWrap01 table th {
    background: #939393;
    color: #fff;
    width: 27%;
}

.formWrap01 table th.var01{
    background: #F00;
	
}

.formWrap01 table thead th {
    background: #0641B0;
    color: #fff;
    font-size: 2.8rem;
}

.formWrap01 table tbody th {
    padding-left: 20px;
}

.formWrap01 table tbody td {
    padding: 20px 20px 20px 40px;
}

.formWrap01 table tbody td input[type=text],
.formWrap01 table tbody td input[type=email],
.formWrap01 table tbody td input[type=tel] {
    width: 100%;
    padding: 5px;
}

.formWrap01 table tbody td input[type=file] {
    font-size: 1rem;
}

.formWrap01 input[type=submit] {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 4rem;
    padding: 0.5em 0px;
    border: none;
    -webkit-appearance: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FC0), color-stop(0.00, #F90));
    background: -webkit-linear-gradient(#FC0, #F90);
    background: -moz-linear-gradient(#FC0, #F90);
    background: -o-linear-gradient(#FC0, #F90);
    background: -ms-linear-gradient(#FC0, #F90);
    background: linear-gradient(#FC0, #F90);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.formWrap02 {
    background: #F8FBFF;
    padding: 30px 0;
}

.formWrap02 img {
    max-width: 90%;
}

@media (max-width: 768px) {
    .formWrap01 table th,
    .formWrap01 table td {
        display: block;
        width: 100%;
        border: none;
        font-size: 3.6rem;
        border: none!important;
    }
    .formWrap01 table thead th {
        font-size: 4.4rem;
    }
    .formWrap01 table tbody td {
        padding: 10px;
    }
}


/* section01
************************************************/

.section01 {
    background: #0642B0;
}

.section01 .img-responsive {
    width: 100%;
}

.section01 h1 {
    margin: 0;
}

.section01 h1 img {
    width: 100%;
}

.section01 .wrap01 {
    padding: 35px 0 0;
}

.section01 .wrap02 {
    padding: 0 0 25px;
}

.section01 .wrap01 .text01 {
    font-size: 7rem;
    color: #FFF;
    line-height: 1.2;
}

.section01 .wrap01 .text01 small {
    font-size: 0.714em;
    line-height: 1.2;
    display: inline-block;
}

@media (max-width: 768px) {
	.section01 .wrap01 .text01 small {
		padding-top: 0.5em;
	}
}

.section01_02 .wrap03 {
    padding: 40px 0;
}

.section01_03 {
    background: #EDEDED;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section01_03 h2 {
    font-size: 5rem;
}

.section01_03 .text01 {
    font-size: 4.3rem;
    color: #0640B0;
}

@media (max-width: 768px) {
	.section01_03 .text01 {
	    line-height: 1.2;
	}
}

.section01_03 .wrap01 .inner01 {
    background: #FFF;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 3.5rem;
    color: #0640B0;
    white-space: nowrap;
}

.section01_03 .wrap01 .inner01 img {
    width: 100%;
    margin-bottom: 20px;
}

.section01_03 .wrap02 {
    margin-top: 20px;
}

.section01_03 .wrap02 img {
    width: 100%;
}

@media (max-width: 768px) {
    .section01_03 .wrap01 .inner01 {
        padding: 10px;
        margin-bottom: 10px;
    }
}

.sect02 {
    background: #0642B0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sect02 h1 {
    font-size: 7rem;
    color: #FFF;
}

.sect02 h1 small {
    color: #fff;
    font-size: 0.714em;
    display: inline-block;
    line-height: 1.2;
    padding-top: 0.25em;
}

.sect02 .list01 {
    color: #FF0;
    font-size: 4.6rem;
    padding-left: 0;
}

.sect02 .list01 li {
    border-bottom: 2px solid #fff;
    list-style-position: inside;
    padding: 10px 0;
}

.sect02 .list01 li:last-child {
    border: none;
}

.sect02_01 {
    padding-top: 90px;
}

.sect02_01 h2 {
    margin: 0;
    width: 100%;
    background: #0642B0;
}

.sect02_01 h2 img {
    max-width: 85%;
}

.sect02_01 .wrap01 {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: solid 4px #EDEDED;
    display: table;
    width: 100%;
}

.sect02_01 .wrap01:last-child {
    border: none;
}

.sect02_01 .wrap01 .inner01,
.sect02_01 .wrap01 .inner02 {
    display: table-cell;
    vertical-align: middle;
}

.sect02_01 .wrap01 .inner01 {
    width: 38%;
}

.sect02_01 .wrap01 .inner01 img {
    width: 100%;
}

.sect02_01 .wrap01 .inner02 {
    padding-left: 10%;
}

.sect02_01 .wrap01 .inner02 .text01 {
    font-size: 2.6rem;
}

.sect02_01 .wrap01 .inner02 .text01 span {
    color: red;
}

.sect02_01 .wrap01 .inner02 .text02 {
    font-size: 4rem;
    color: red;
}

@media (max-width: 768px) {
    .sect02_01 {
        padding-top: 40px;
    }
}

.section03 h1,
.section04 h1,
.section05 h1,
.section06 h1 ,
.section07 h1 {
    background: #0642B0;
    color: #fff;
    font-size: 4rem;
    padding: 1em 0;
    margin: 0;
}

.section03 .wrap01 {
    padding: 40px 0 60px;
}

.section03 .wrap01 h2 {
    color: #0641B0;
    background: #EDEDED;
    padding: 10px;
    margin: 0 0 15px;
    font-size: 3rem;
}

.section03 .wrap01 .text01 {
    font-size: 1.8rem;
}

.section03 .wrap01 img {
    width: 100%;
}

@media (max-width: 768px) {
    .section03 h1,
    .section04 h1 {
        /*font-size: 6rem;*/
    }
    .section03 .wrap01 .text01 {
        font-size: 3rem;
    }
    .section03 .wrap01 {
        padding-bottom: 20px;
    }
}

.section04 h2 {
    font-size: 3rem;
    color: #0642B0;
}

.section04 .text01 {
    font-size: 1.8rem;
}



.section04 .wrap01 {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.section04 .wrap01 .inner01,
.section04 .wrap01 .inner02 {
    display: table-cell;
    vertical-align: middle;
    background: #EDEDED;
}

.section04 .wrap01 .inner01 {
    width: 35%;
}

.section04 .wrap01 .inner01 img {
    width: 100%;
}

.section04 .wrap01 .inner02 {
    padding-left: 5%;
}

.section04 .wrap01 .inner02 h3 {
    font-size: 3rem;
    color: #0640B0;
    line-height: 2;
}

.section04 .wrap01 .inner02 .text01 {
    font-size: 2rem;
}

@media (max-width: 768px) {
	.section04 .text01 {
	    font-size: 2.5rem;
	}
	.section04 .wrap01 .inner02 .text01{
		font-size: 2.5rem;
	}
}

.section05 {
    padding-top: 30px;
}

.section05 h1,
.section06 h1 ,
.section07 h1 {
    padding-left: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 20px;
}

.section05 h2 ,
.section06 h2 {
    color: #0640B0;
    font-size: 2.8rem;
}

.section05 .text01 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.section05 table {
    width: 100%;
}

.section05 table th,
.section05 table td {
    font-size: 2.4rem;
    font-weight: normal;
    border: none;
    border-bottom: 3px solid #FFFFFF;
    background: #EDEDED;
}

.section05 table th {
    background: #939393;
    color: #fff;
}

.section05 table td img{
	margin-right: 15px;
	max-width: 40%;
}

@media (max-width: 768px) {
    .section05 .text01 {
	    font-size: 2.5rem;
	}

    .section05 table th,
	.section05 table td {
		display: block;
		width: 100%;
		overflow: hidden;
	    font-size: 2.5rem;
	}
}

.section06 .text01{
	font-size: 2rem;
}

.section06 .inner01{
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.section06 .text01{
		font-size: 3rem;
	}
    .section06 .inner01{
		margin-bottom: 10px;
	}
	.section06 .inner01:nth-child(odd){
		margin-bottom: 40px;
	}
}

.section07 .text01{
	font-size: 2rem;
}


#footer{
	border-top: solid 10px #013298;
	padding-top: 15px;
}
#footer .text01{
	font-size: 1.8rem;
	color: #013298;
}
#copyright{
	background: #013298;
	padding: 10px 0;
	color: #fff;
	font-size: 1.2rem;
	margin-top: 25px;
}