@charset "UTF-8";

/* ===================================================================
 style info :トップページ用css
=================================================================== */
h2{
	font-size:200%;
	text-align:center;
	margin:15px 0;
	line-height:1.2em;
}

 /* -----------------------------------------------------------
	main
----------------------------------------------------------- */
.main{
position: relative;
}
.main img{
	width:100%;
}

.main .check{
	position:absolute;
	top:290px;
left: 0;
right: 0;
margin: auto;
width:860px;
overflow:hidden;
    background-color: #fff;
    border: 3px #77B60A solid;
    box-sizing: border-box;
    padding: 24px;
}
.main .check h2{
    color:#77B60A;
    font-size: 2rem;
    font-weight: bold;
}
.main ul{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
        flex-wrap: wrap;
}
.main li{
	width:48%;
    background-color: #77B60A;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    background-image: url("../images/top/ic_check.gif");
    background-position: 16px 16px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 16px 16px 16px 46px;
    margin-bottom: 16px;
}
@media screen and (max-width:1600px){
    .main .check{
	top:240px;
    }
}
@media screen and (max-width:1500px){
    .main .check{
	top:200px;
    }
}
@media screen and (max-width:1300px){
    .main .check{
	top:150px;
    }
}
@media screen and (max-width:768px){
.main{
	position:static;
}
.main .check{
	position:static;
margin:16px auto 0 auto;
width:95%;
overflow:hidden;
}
.main .check h2{
    font-size: 2rem;
}
.main ul{
display:block;
}
.main li{
	width:100%;
    font-size: 1.2rem;
    padding: 8px 16px 8px 46px;
}
}

 /* -----------------------------------------------------------
	ごあいさつ
----------------------------------------------------------- */
.message{
	background-color: #F1F5F6;
    margin-top: 200px;
    box-sizing: border-box;
    padding: 32px 24px;
    overflow: hidden;
}
.message h2{
    text-align: left;
}
.message .photo{
    float: left;
    max-width: 252px;
    width: 100%;
}
.message .comment{
    float: right;
    max-width: 716px;
    width: 100%;
}
.message .comment h3{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 32px;
}
.message .comment h3 span{
    font-size: 1rem;
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}
.message .comment p{
    line-height: 2.5em;
}

@media screen and (max-width:768px){
.message{
    margin-top: 70px;
}
.message .photo{
    float: none;
    margin: 0 auto;
    width: 50%;
}
.message .comment{
    float: none;
}
.message .comment h3{
    font-size: 1.5rem;
    margin-bottom: 24px;
}
.message .comment p{
    line-height:1.6em;
}
}

 /* -----------------------------------------------------------
	支援実績
----------------------------------------------------------- */
.support{
	background-color: #0081BF;
    margin-top: 0;
    box-sizing: border-box;
    padding: 32px 24px;
    overflow: hidden;
}
.support .achievement{
    background-color: #fff;
    margin-bottom: 32px;
    padding: 85px 55px 45px 55px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.support .achievement h3{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #77B60A;
    padding: 8px 16px;
    box-sizing: border-box;
}
.support .achievement dt{
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #0F4A89;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    padding: 8px 16px;
    box-sizing: border-box;
    float: left ;
	    clear: left ;
	    margin-right: 0.5em ;
    margin-bottom: 16px;
    margin-top: 16px;
	    width:150px ;
}
.support .achievement dd{
    float: left ;
    font-size: 1rem;
margin-left: 1em ;
    max-width: 700px;
    width: 100%;
    margin-top: 16px;
    padding-top: 8px;
}
.support .copy{
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    font-size: 2rem;
    font-weight: bold;
}
.support .copy a{
    color: #fff;
}
.support .copy2{
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    font-size: 1.3rem;
    font-weight: bold;
}
@media screen and (max-width:768px){
.support .achievement{
    background-color: #fff;
    margin-bottom: 32px;
    padding: 85px 32px 45px 32px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.support .achievement dt{
    padding: 8px 16px;
    float: none ;
	    margin-right: 0;
    margin-bottom: 8px;
}
.support .achievement dd{
    float: none ;
margin-left: 0 ;
    padding-top: 0;
    margin-bottom: 16px;
}
.support .copy{
    font-size: 1.4rem;
}
.support .copy2{
    font-size: 1rem;
}
}