@charset "utf-8";
/* ===================================================================
 File Name  : add.css
 Style Info : 追加ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  project
--------------------------------------------------- */

.h-project-h1{
	font-size:2.5em;
	text-align:center;
	font-weight:bold;
	margin-bottom:30px;
}


.h-project-wrap{
    background:#bfe8ee;
    margin:0 50px;
    padding:30px;
    border-radius:20px;
/*    text-align: center;*/
}
.h-project-wrap a{
    text-decoration:none;
}
.h-project-block{
    background:#ffffff;
    padding:15px;
    border-radius:15px;
}
.h-project-block-h1{
    font-size:1.8em;
    font-weight:bold;
    color:#29B1C8;
    text-align:center;
    line-height:1.1em;
    /*border-bottom:2px solid #29B1C8;*/
    padding:10px;
	text-decoration:underline;
}
.h-project-block-h2{
    font-size:2.2em;
    font-weight:bold;
	background:#29B1C8;
    color:#29B1C8;
    color:#fff;
    text-align:center;
    line-height:1.0em;
    padding:10px 0 8px;
	margin-bottom:7px !important;
}
.h-project-block-p{
    margin-bottom:0;
    color:#444444;
	font-size:1.5em;
}

.h-project-allow{
    text-align:center;
    font-size:5em;
    color:#ffffff;
    line-height:1.1em;
}

.h-project-block-fig{
	width:24%;
	margin-right:8px;
	text-align:center;
	font-weight:bold;
}


@media screen and (max-width: 860px) {
    .h-project-wrap{
    margin:0;
    }
}