@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.title01 h2 {
    font-size: 3.5rem;
}

.btn_01 a {
	font-size: 3.2rem;
	padding: 15px 0;
}


.title03 h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    background: #36479F;
    padding: 10px 0;
}
.btnwrap2{
    justify-content: space-between;
}
.btnwrap2 .box{
    width: 48.83721%;
    border: 5px solid #eee;
    background: #fafafa;
}
.btnwrap2 .box a{
    display: block;
    padding: 25px 0;
    text-align: center;
}
@media screen and (max-width: 1200px){
.title03 h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 0.4545));
}
}


@media screen and (max-width: 834px) {
    .title03 h2 {
        text-align: left !important;
        padding: 10px;
    }
}
@media screen and (max-width: 640px) {
.btn_01 a {
	font-size: 2.4rem;
}
.btnwrap2 .box{
    width: 100%;
    margin-bottom: 15px;
}
}
