﻿@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;
}


.table_pr{
height: 30px;
margin: 16px auto 0;
}

.table_pr th,
.table_pr td{
border: 1px solid #ccc;
width: 10%;
height: 33%;
text-align: center;
vertical-align: middle;
}

.table_pr th{
background-color: #fcfde2;
}

.table_pr td{
color: #009b99;
background-color: #fff;
}

.table_pr .bla{
color: #333;
}

.priAreaL{
float: left;
width: 30%;
}

.priAreaR{
float: right;
width: 65%;
}

#contentsArea02{
background: url(../../common/images/back_top_wh.svg) no-repeat center top;
overflow: hidden;
margin-top: -54px;
padding-top: 54px;
}

.bg_wh{
padding: 40px 0 100px 0;
}

#kenArea2{
margin-top: 40px;
padding: 30px;
background-color: #fff;
border: solid 3px #abd37d;
}


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

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

.priAreaR{
float: none;
width: 100%;
}
  
.priAreaL img{
width: 75%;
}
  
.priAreaR img{
width: 75%;
}
    
#kenArea2{
margin-top: 20px;
padding: 16px;
}



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