body{
	font-family: "Rounded Mplus 1c","Lucida Sans",arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	line-height: 1.8em;
	font-size:16px;
	min-width: 1200px;
	    letter-spacing: 1.4px;
    line-height: 1.8;


	background: 0px 24px url(../img/pattern-1.gif);
    background-repeat: repeat;
    background-size: auto;
	}

/* ----------------------------------------

コンテンツ最大幅の設定

---------------------------------------- */

.content-wrap{
	max-width:960px;
	margin:0 auto;
	padding:0 16px;
	}

.content-wrap-l{
	max-width:1200px;
	margin:0 auto;
	padding:0 16px;

	}



/*共通パディング*/
/*
.box-pd{
	padding-top: 160px;
	padding-bottom: 100px
}
*/

/* ----------------------------------------

各ページ共通要素

---------------------------------------- */
.ttl-mt-5{
	margin-top:-50px;
	text-align:center;
    color: #2e9bb7;
	}
.point-box {
    padding: 60px 24px 50px;
    border: double 9px #2e9bb7;
}

.sharp-ttl-box {
    text-align: center;
    line-height: 10;
}

.sharp-ttl-box .ttl-1 {
    padding-left: 26px;
    background: url(../img/question.png) top left no-repeat;
    display: inline;
    color: #2e9bb7;
}

.sharp-ttl-box .ttl-1 span {
    padding: 0px 0px 8px;
    border-bottom: 2px solid #2e9bb7;
    font-weight: 900;
}

/* ----------------------------------------

各共通タイトル

---------------------------------------- */

/*
.common-ttl {
    font-size: 30px;
}
.lower-ttl{

}
*/



.common-ttl-1 {
	color: #fefefe;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    border-radius: 23px;
    letter-spacing: 8px;
    line-height: 2.4;
    background-color: #2e9bb7;
}

.common-box-1 {
    padding: 36px;
    background-color: #fff;
    border-radius: 34px;
	border: 2px solid #2e9bb7;
}

.common-box-1 p {
    color: #777;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
}
.common-ttl-2{
    color: #f46b6e;
	font-weight:bold;
	}

.common-ttl-3{

    text-align: center;
    color: #2f9bb7;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 4px;
}



/* ----------------------------------------

共通フォントスタイル

---------------------------------------- */
.color-1{
	color:#2f9bb7;
}

/*

.color-2{
	color:#ffdf03;
}

.color-3{
	color:#1d1106;
}

.bg-color-1{
	background-color: :#a88220;
}
.bg-color-2{
	background-color:#ae7430;
}

.bg-color-3{
	background-color:#1d1106;
}


.font-1{
	font-family: 'Anton', sans-serif;
}

.mincho{
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	}

.mincho2{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

*/

/* ----------------------------------------

パンくず

---------------------------------------- */

.header-box .logo-box{
    margin: auto;
		    width: 220px;
}


.logo-box{
	    width: 250px;
}




.top-txt{
	font-size:12px;
	padding: 20px 20px 0;
	}


.navbar li span{
    margin-right: 20px;
}

/*

.bread-wrap{

	position:relative;
	}
.breadcrumb {
    margin-top: 35px;
    font-size: 16px;
    font-weight: normal;
    font-family: -webkit-body;
}

.breadcrumb li{
	display:inline-block;
	}

.breadcrumb li a{
	color:#666;
	}

.breadcrumb li a:hover{
	text-decoration:underline;
	}

.breadcrumb li a:after{
	content:">";
	padding:0 8px;
	text-decoration:none !important;
	display: inline-block;
	}
*/
/* ----------------------------------------

上部に戻るボタン

---------------------------------------- */
/*
.to-top-btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    border: double #3ec8fb 1px;
    background: #000000;
    color: #3ec8fb;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em;
}*/
/* ----------------------------------------

ヘッダー

---------------------------------------- */
.content-visual {
    background: url(../img/main-visual-1.jpg) no-repeat;
    background-size: cover;
    border-radius: 34px 34px 0 0;
    position: relative;
    height: 340px;
	}

.content-visual:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 341px;
    background: linear-gradient(#d2fff5,#d2fff5d9, #008680);
    border-radius: 34px 34px 0 0;
}





.content-visual .top-txt , .content-visual>.content-wrap-l , .content-visual .content-header{
	position:relative;
}



.content-header  {
    color: #fff;
    padding: 20px 0 10px;
    margin: 0 auto;
	}

.content-header  .icon {
	/*width: 80px;*/
	width:auto;
    float: left;
	    margin-right: 24px;
	}

.content-header .ttl {
    font-size: 24px;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 5px;
	}
.content-header .ttl .e-ttl{
	font-size: 16px;
    letter-spacing: 10px;
    text-align: center;
}
.content-header .txt {
	    padding: 10px;
		    line-height: 1.6;
    letter-spacing: 3px;
    font-size: 14px;
		color: #fdff9a;
}




/* ----------------------------------------

フッダー

---------------------------------------- */
footer{
    padding-bottom: 30px;
}

.footer-box{
    background-color: #d2fff5;
    padding-top: 50px;
    padding-bottom: 30px;
}

footer li .fa {
    font-size: 28px;
    color: #2f9bb7;
	margin-right: 12px;


}

footer li {
    line-height: 1;
    letter-spacing: 1px;
    font-size: 14px;
}
footer li:hover {
    color: #309bb7;
}

footer dl .txt {
    color: #2f9bb7;
    letter-spacing: 0.6px;
    line-height: 1.6;
    font-size: 12px;
}

footer .fb {
    width: 100%;
    height: 100%;

	}
footer dl a {
    text-decoration: none;
    border-bottom: 1px #309bb7 solid;
}


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

footer li {
    font-size: 12px;
       letter-spacing: -1px;
}
footer li .fa {
    font-size: 26px;
    margin-right: 3px;
}


}

@media screen and (max-width: 1186px) {
.content-header .ttl {
    font-size: 24px;
	}
.content-header .ttl .e-ttl {

    letter-spacing: 10px;
}
}

@media screen and (max-width: 1042px) {
.content-header .ttl {
    font-size: 23px;
    line-height: 1;
}
.content-header .ttl .e-ttl {
    font-size: 14px;

}


.content-header .icon {
    margin-right: 10px;
}
.content-header .icon img {
    width: 50px;
}
.content-header .txt p {
	    margin: 0;
}

}

/* 以下タブレット(col-md)の設定 */
@media screen and (max-width: 992px) {
.content-visual:before {

    height: 340px;
}
.content-header .ttl .e-ttl {
	letter-spacing: 6px;
	font-size: 14px;
}

.content-visual .top-txt{
    height: 56px;
}

}

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


}
