﻿@charset "utf-8";

/* ■■■メインイメージ■■■*/

#header-bg {
background: url(../images/ttl_bg.jpg) center 0 no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
}

#header-bg h2 {
padding: 200px 18px 0;
}

h2 {
color: #333;
font-size: 50px;
text-align: center;
font-family: 'Noto Serif JP', serif;
line-height: 120%;
font-weight: normal;
}

/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */

@media only screen and (max-width: 768px){

#header-bg h2 {
padding: 140px 18px 0;
}

}
/* max-width: 768px @end */



/* ■■■コンテンツエリア■■■*/
#contentsArea01{
background: url(../../common/images/back_top_gr.svg) no-repeat center top;
overflow: hidden;
margin-top: 20px;
}

h4 {
margin-top: 100px;
color: #fff;
background-color: #abd37d;
font-size: 24px;
padding: 20px;
text-align: center;
font-family: 'Noto Serif JP', serif;
}

h4 span{
font-size: 18px;    
}

.bg_green{
margin-top: 54px;
background-color: #e9fce9;
padding: 40px 0 140px 0;
}

.bt01 {
width: 340px;
text-align: center;
}

.outAreaL{
float: left;
width: 20%;
}

.outAreaL2{
float: left;
width: 49%;
}

.outAreaR{
float: right;
width: 50%;
}

.outAreaR2{
float: right;
width: 75%;
}

.outAreaR3{
float: right;
width: 49%;
}

.f02{
color: #fff;
text-align: center;
font-size: 16px;
background-color: #4cb9b7;
border-radius:100px; 
padding: 2px;
width: 200px;
}

.outAreaL4{
float: left;
width: 49%;
}

.outAreaR4{
float: right;
width: 49%;
}


/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */

@media only screen and (max-width: 768px){
#contentsArea01{
margin-top: 0;
}
    
.bg_green{
padding: 40px 0 80px 0;
}

.f02{
margin: 0 auto;
}
    
.outAreaL{
float: none;
width: 50%;
margin: 0 auto;
}
    
.outAreaL2{
float: none;
width: 100%;
margin: 0 auto;
}

.outAreaR{
float: none;
width: 100%;
}
    
.outAreaR2{
float: none;
width: 100%;
}
    
.outAreaR3{
float: none;
width: 100%;
margin-top: 20px;
}
    
.outAreaL4{
float: none;
width: 100%;
}

.outAreaR4{
float: none;
width: 100%;
}
    
.outAreaR4 img{
width: 90%;
}
    

}
/* max-width: 768px @end */