@charset "utf-8";
.wrapper {
padding-top: 35px;
}
main h3 {
font-size: 2.0rem;
font-family: 'Fjalla One', sans-serif;
color: #0B2A4B;
letter-spacing: 0.1em;
padding: 0 15px 10px 10px;
border-bottom: solid 1px #0F3866;
line-height: 100%;
display: block;
margin-bottom: 20px;
}
.txt01 {
font-size: 1.3rem;
padding: 0 20px 50px;
line-height: 180%;
}
.txt02 {
font-size: 1.3rem;
padding: 0 20px 10px;
line-height: 180%;
}
.outline {
margin-left: 15px;
margin-bottom: 50px;
}
.outline li {
list-style: disc;
margin: 5px 0 5px 20px;
font-size: 1.3rem;
}
.wrap {
height: 1000px;
position: relative;
display: flex;
align-items: center;
margin-bottom: 70px;
}
figure {
width: 50%;
height: 500px;
margin: 0;
display: grid;
place-items: center center;
position: absolute;
top: 0;
left: 0;
z-index: 3;
}
.cBox {
border: solid 1px #eee;
background-color: #fff;
padding: 40px 40px 40px 165px;
margin-left: 400px;
width: 62%;
box-sizing: border-box;
z-index: 2;
position: absolute;
top: 20px;
right: 0;
}
.cTxt {
font-size: 1.3rem;
line-height: 200%;
}
main {
padding-top: 30px;
margin-bottom: 80px;
}
main h4 {
font-size: 1.4rem;
line-height: 100%;
margin-bottom: 15px;
}
.txt03 {
font-size: 1.3rem;
line-height: 180%;
margin-bottom: 30px;
}
main h5 {
font-size: 1.3rem;
margin-bottom: 10px;
}

/*　for iPad 　*/

@media screen and (min-width:768px) and ( max-width:979px) {
.wrap {
height: auto;
position: static;
display: flex;
align-items: stretch;
margin-bottom: 0px;
justify-content: space-between;
}
figure {
width: 50%;
height: auto;
margin: 0;
display: grid;
place-items: top center;
position: static;
}
.cTitle {
display: block;
margin-bottom: 25px;
}
.cBox {
border: solid 1px #eee;
background-color: #fff;
padding: 30px 20px 30px 25px;
margin-left: 20px;
width: 50%;
position: static;
}
.cTxt {
line-height: 180%;
font-size: 1.2rem;
}
}



/*　for スマートフォン 　*/
@media all and (max-width : 767px ){
main h3 {
font-size: 1.4rem;
letter-spacing: 0.1em;
padding: 0 15px 10px 10px;
line-height: 160%;
}
.wrap {
height: auto;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
}
figure {
width: 90%;
height: auto;
margin: 0 auto 15px;
display: block;
place-items: center center;
position: static;
}
.cBox {
border: solid 1px #eee;
background-color: #fff;
padding: 20px 20px 30px 20px;
margin-left: 0px;
width: 90%;
position: static;
}

.cTxt {
padding-top: 20px;
line-height: 180%;
font-size: 1.2rem;
}
main {
padding-top: 20px;
margin: 0 auto 30px;
width: 90%;
}



}

