/* CSS Document */

/*------------------------------------------------------------
	メインコンテンツ等のスタイル
------------------------------------------------------------*/
/*
html{
	width:1920px;
}
*/
body {
	font-family: "メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
	/*font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;*/
	font-size: 14px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
	position: relative;
/*	min-width: 1240px;*/
}
body#orgBody {
	font-family: "メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
	/*font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;*/
	font-size: 14px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
	position: relative;
	min-width: 0;
}
pre {
	font-family: "メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select {
    /*font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;*/
    font-size: 100%;
	letter-spacing: 1px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	/*font-size: 100%;
    font-weight: normal;*/
    margin-top: 0;
}
img {
    vertical-align: bottom;
}
a img {
    border: medium none;
}
a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
.more a:hover, a:active, a:focus {
    color: #7cc0b4;
    text-decoration: none !important;
}

a:hover, a:active, a:focus {
    color: #7cc0b4;
    text-decoration: none !important;
}
.clearfix:after {
	clear: both;
    content: ".";
    /*display: inline-block;*/
	display: block;
    height: 0;
    visibility: hidden;
}
.clearfix2:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.hv_ex:hover {
	color: #f08200 !important;
}
/* ----- 明朝フォント ----- */
.minchou-0 {
    font-family: BebasNeueRegular,arial,Georgia,serif;
}
/* キレイめ */
.minchou-1 {
    font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E",serif;
}
/* 太め */
.minchou-2 {
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
/* 標準 */
.minchou-3 {
    font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E",serif;
}
/* 行書系 */
.minchou-4 {
    font-family: himn,'教育部標準楷書','全字庫正楷體','標楷體','BiauKai','STKaiti',Kai,serif;
}
/* 細い＆小さい */
.font-1 {
    font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
/* 太い＆ひらぎの系 */
.font-2 {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,sans-serif;
}
/* FB */
.font-3 {
    font-family: Helvetica,Arial,"lucida grande",tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}

.shadow-1 {
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.05);	
}
.shadow-2 {
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.08);	
}
.shadow-3 {
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.2);	
}
.iblk {
	display: inline-block;	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header-wrap {
	width: 100%;
	position: absolute;
	
	z-index: 5;
}
.header-top {
	background-color: #353535;
	color: #fff;
	height: 38px;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}

.ht-left {
	padding: 10px 15px;
	line-height: 18px;
}
.ht-right {
	padding: 10px 15px;
	line-height: 18px;
}
.header-top2 {
	width: 100%;
	height: 73px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.header-top2 .logo {
	float: left;
	padding: 20px 30px;
	border-right: 1px solid #dedede;
	width: 42px;
    height: 34px;
}
.header-top2-w {
	/*width: 100%;*/
	height: 84px;
	margin: 0 auto;
	/*border-bottom:1px solid rgba(255,255,255,0.3);*/
	padding: 10px 10px 0;
}
.org_top{
	box-shadow: 0 0 10px #ccc;
}
.header-top3 {
	width: 1200px;
	height: 74px;
	margin: 0 auto;
	
}
.logo {
	float: left;
	padding: 20px 30px;
}
.logo img {
	width: 100%;
}
.ht2-right {
	float: right;
	overflow: hidden;
}
.header-page-left ul li{
	float:left;
	margin-right:10px;
	width:auto;
	list-style: none;
}
.ht2-right h5 span{
	margin-top:-30px;
}
.ht2-right span {
	display: block;
	line-height: 74px;
	float: left;
	padding: 0 20px;
}


.header-top2-w .ht2-right {
	float: right;
}

/*.header-top2-w .ht2-right a{
	color: #fff;
	font-weight: bold;
	display: block;
	position: relative;
}
.header-top2-w .ht2-right a:before,
.header-top2-w .ht2-right a:after {
	content: "";
	position: absolute;
	bottom: 20px;
	transition: all .3s ease-out;
	width: 0;
	height: 1px;
	background-color: #fff;
}
.header-top2-w .ht2-right a:before {
	left: 50%;
}
.header-top2-w .ht2-right a:after {
	right: 50%;
}
.header-top2-w .ht2-right a:hover:before,
.header-top2-w .ht2-right a:hover:after {
	width: 50%;
}*/
.header-nav {
	color: #fff !important;
	font-weight: bold;
	display: block;
	position: relative;
}
.header-nav:before,
.header-nav:after {
	content: "";
	position: absolute;
	bottom: 20px;
	transition: all .3s ease-out;
	width: 0;
	height: 1px;
	background-color: #fff;
}
.header-nav:before {
	left: 50%;
}
.header-nav:after {
	right: 50%;
}
.header-nav:hover:before,
.header-nav:hover:after {
	width: 50%;
}
.header-nav2 {
	color: #000 !important;
	font-weight: bold;
	display: block;
	position: relative;
	font-weight: normal !important;
}
.header-nav2:before,
.header-nav2:after {
	content: "";
	position: absolute;
	bottom: 20px;
	transition: all .3s ease-out;
	width: 0;
	height: 1px;
	background-color: #7cc0b4;
}
.header-nav2:before {
	left: 50%;
}
.header-nav2:after {
	right: 50%;
}
.header-nav2:hover:before,
.header-nav2:hover:after {
	width: 50%;
}

.header-top2-w  .header-page-left ul li{
	float:left;
	margin-right:10px;

}
.header-top2-w  .ht2-right h5 span{
	margin-top:-30px;
}
.header-top2-w  .ht2-right span {
	display: block;
	line-height: 84px;
	float: left;
	padding: 0 20px;
}

.header-register {
	display: block;
	border: 1px solid #7cc0b4;
    border-radius: 3px;
    color: #7cc0b4 !important;
    float: left;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 21px 20px;
    text-align: center;
    width: 100px;
}
.header-top2-w .header-register:hover {
	color: #fff !important;
	background-color: #7cc0b4;
}


.header-top2-w .header-register {
	display: block;
	border: 1px solid #fff;
    border-radius: 3px;
    color: #fff !important;
    float: left;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 26px 20px;
    text-align: center;
    width: 100px;
}

.header-top_s {
	position: relative;
	width: 100%;
	height: 73px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.header-top_s .logo {
	float: left;
	padding: 20px 30px;
	border-right:1px solid #dedede;
	width: 42px;
	height: 34px;
}
.header-top_s .logo img {
	width: 100%;
}






















.header-register:hover {
	color: #fff !important;
	border: 1px solid #7cc0b4;
	background-color: #7cc0b4;
}
<!--
.header-register-in {
	display: block;
	border: 1px solid #7cc0b4;
    border-radius: 3px;
    color: #7cc0b4 !important;
    float: left;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 21px 20px;
    text-align: center;
    width: 140px;
}-->
.header-register-in2 {
	display: block;
	border: 1px solid #7cc0b4;
    border-radius: 3px;
    color: #7cc0b4 !important;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 21px auto;
    text-align: center;
    width: 160px;
	transition: 0.2s;
}
.header-register-in2:hover {
	color: #fff !important;
	background-color: #7cc0b4;
}
.header-login-ex {
	float: left;
	height: 84px;
	width: 84px;
	background-color: #7cc0b4;
	color: #fff !important;
	justify-content: center;
	display: flex !important;
	align-items: center;
	border-radius: 3px;
}
.header-login-ex:hover {
	background-color: #9ad0c6;
}
.header-login-ex span {
	font-weight: bold;
	font-size: 12px;
	color: #fff !important;
	flex-direction: column;
	display: flex !important;
	align-items: center;
	line-height: normal !important;
	padding: 0 !important
}
.header-login-ex span::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/icon/login.png);
    margin-top: -3px;
    margin-bottom: 7px;
    width: 18px;
    height: 18px;
}
.header-login-ex2 {
	float: left;
	height: 74px;
	width: 84px;
	background-color: #7cc0b4;
	color: #fff !important;
	justify-content: center;
	display: flex !important;
	align-items: center;
}
.header-login-ex2:hover {
	background-color: #9ad0c6;
}
.header-login-ex2 span {
	font-weight: bold;
	font-size: 12px;
	color: #fff !important;
	flex-direction: column;
	display: flex !important;
	align-items: center;
	line-height: normal !important;
	padding: 0 !important
}
.header-login-ex2 span::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/icon/login.png);
    margin-top: -3px;
    margin-bottom: 7px;
    width: 18px;
    height: 18px;
}
.header-login-ex3 {
	float: left;
	height: 74px;
	width: 84px;
	background-color: #7cc0b4;
	color: #fff !important;
	justify-content: center;
	display: flex !important;
	align-items: center;
}
.header-login-ex3:hover {
	background-color: #9ad0c6;
}
.header-login-ex3 span {
	font-weight: bold;
	font-size: 12px;
	color: #fff !important;
	flex-direction: column;
	display: flex !important;
	align-items: center;
	line-height: normal !important;
	padding: 0 !important
}
.header-login-ex3 span::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/icon/login.png);
    margin-top: -3px;
    margin-bottom: 7px;
    width: 18px;
    height: 18px;
}
.cb-header {
	background-color: #fff;
	position: fixed; /* ヘッダーバーを固定 */
	top: 0; /* 上から0の位置に固定 */
	left: 0; /* 左から0の位置に固定 */
	display: none; /* ヘッダーバーを非表示 */
	width: 100%;
	z-index: 2000;
	border-bottom: 1px solid #ddd;
	height:73px;
	
}
.twitter-share-button{
	vertical-align: top;
}









#project_header-wrap {
	width: 100%;
	margin-bottom: 74px;
}

.project_header-top {
	width: 100%;
	height: 74px;
	margin: 0 auto;
	background: #ff5a5f;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	z-index: 999;
	
}

.project_logo {
	float: left;
	padding: 25px 30px;
}
.ht2-right {
	float: right;
	display: flex;
	align-items: center;
}
.ht2-right span {
	display: block;
	line-height: 74px;
	float: left;
	padding: 0 20px;
}
.header-register {
	display: block;
	border: 1px solid #7cc0b4;
    border-radius: 3px;
    color: #7cc0b4 !important;
    float: left;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 21px 20px;
    text-align: center;
    width: 100px;
}
.header-register:hover {
	color: #fff !important;
	background-color: #7cc0b4;
}
<!--
.header-register-in {
	display: block;
	border: 1px solid #7cc0b4;
    border-radius: 3px;
    color: #7cc0b4 !important;
    float: left;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 21px 20px;
    text-align: center;
    width: 140px;
}-->
.header-register-in2 {
	display: block;
	border: 1px solid #7cc0b4;
    border-radius: 3px;
    color: #7cc0b4 !important;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 21px auto;
    text-align: center;
    width: 160px;
	transition: 0.2s;
}
.header-register-in2:hover {
	color: #fff !important;
	background-color: #7cc0b4;
}






.header-registBtn {
	width: 100px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	color: #7cc0b4 !important;
	font-size: 14px;
	border: 1px solid #7cc0b4;
	margin-right: 30px;
	margin-left: 10px;
}
.header-registBtn:hover {
	color: #fff !important;
}
.header-registBtn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
 	background-color: #7cc0b4;
}
.header-registBtn:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.header-registBtn span {
	z-index: 1;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 14px;
}


.header-registBtn-top {
	width: 100px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	color: #fff !important;
	font-size: 14px;
	border: 1px solid #fff;
	margin-right: 30px;
	margin-left: 20px;
}
.header-registBtn-top:hover {
	color: #fff !important;
	border: 1px solid #7cc0b4;
}
.header-registBtn-top:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
 	background-color: #7cc0b4;
}
.header-registBtn-top:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.header-registBtn-top span {
	z-index: 1;
	display: inline-block;
	height: 40px;
	line-height: 40px !important;
	padding: 0 !important;
	font-size: 14px;
}












.header-login {
	display: block;
	float: left;
	line-height: 74px;
	background-color: #7cc0b4;
	color: #fff !important;
	padding: 0 20px 0 30px;
	text-align: center;
	margin-left: 20px;
	margin-right: -4px;
}





#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
}

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
    background-color: #; /*アイコン部分背景色*/
    color: #fff; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 13px;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}



#ham-menu li{
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/*------------------------------------------------------------
	メインイメージエリア
------------------------------------------------------------*/
/*
#mainImage-area {
	background: url(../image/mainimage.png) no-repeat scroll top center;
	height: 600px;
	position: relative;
}*/
#mainImage-area {
	background: url(../image/bg_top.png) repeat scroll top center;
	height: 650px;
	position: relative;
}
.topcopy_wrap {
	color: #fff;
	line-height: 1.6;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 41%;
	font-weight: bold;
	text-align: center;
}
.topcopy_en {
	margin-bottom: 20px;
}
.topcopy {
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.topcopy_sub {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2px;
}
.main-introduction {
	bottom: 240px;
    height: 190px;
    position: absolute;
    right: 49%;
    width: 530px;
	text-align:  center;
}
.main-introduction h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
	letter-spacing: 2px;
}
.main-introduction p {
	margin-bottom: 25px;
	font-size: 16px;
}
.mi-btn {
	display: inline-block;
	background-color: #7cc0b4;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
	border-radius: 5px;
	line-height: 1;
	padding: 15px 30px;
}
.mi-btn:hover {
	background-color: #94d7cb;
}



.m-searchbox {
	/*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
	width: 100%;
	padding: 30px;
	text-align: center;
	bottom: 21%;
	position: absolute;
	box-sizing: border-box;
}
.m-searchbox2 {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	width: 100%;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
}
.m-searchbox3 {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	bottom: 0;
	position: absolute;
	box-sizing: border-box;
}
.m-searchbox_s {
	width: 290px;
	padding:10px 10px 0 10px;
	text-align: left;
	float: left;
	box-sizing: border-box;
	margin-left:20px;
}
.mainSearchbox {
	border: 0 none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.searchbox {
	height: 36px;
    margin: auto;
    width: 620px;
    z-index: 1000;
	position: relative;
}
.m-searchbox_s .searchbox {
	height: 36px;
    margin: auto;
    width: 260px;
    z-index: 1000;
}
.m-searchbox_s .mainSearchbox {
	border: 1px solid #dedede;
	border-radius: 4px;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 6px 0 0 ;
    padding: 0;
    vertical-align: baseline;
}
.searchbox input[type="text"] {
/*    background: #fff none repeat scroll 0 0;*/
	background: url(../image/icon/search.png) no-repeat scroll 10px center #fff;
	background-size: 18px auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #989ba4;
    font-size: 14px;
    height: 100%;
    line-height: 1.6;
    padding: 0 10px 0 43px;
    width: 100%;
	border: medium none;
    padding-left: 35px;
	box-sizing: border-box;
}
.searchbox button[type="submit"] {
    background-color:#7cc0b4;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #ccc;
    display: block;
    font-size: 1.7rem;
    height: 36px;
    left: auto;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
}
.searchbox button[type="submit"]::after {
    color: #fff;
    content: "検索";
	font-size:14px;
/*    font-family: fontawesome;*/
    line-height: 32px;
}
.searchbox button[type="submit"]::after {
    content: "検索";
	font-size:14px;
/*    font-family: fontawesome;*/
    line-height: 32px;
}

.project_searchbox {
	height: 36px;
    margin: 19px auto;
    width: 320px;
    z-index: 1000;
	position: relative;
	float: left;
	
}
.project_searchbox input[type="text"] {
    background: #ff5a5f;
    border: 1px solid #fff !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
    height: 100%;
    line-height: 1.6;
    padding: 0 10px 0 33px;
    width: 100%;
	border: medium none;
    padding-left: 20px;
	box-sizing: border-box;
}
.project_searchbox button[type="submit"] {
    display: none;
}
.project_searchbox button[type="submit"]::after {
    color: #fff;
    content: "?";
    font-family: fontawesome;
    line-height: 36px;
}
.project_searchbox button[type="submit"]::after {
    content: "?";
    font-family: fontawesome;
    line-height: 28px;
}
/*------------------------------------------------------------
	メインイコンテンツ
------------------------------------------------------------*/
#section_wrap {
	width: 100%;
}



.content_wrap {
    width: 100%;
    padding: 50px 5% 0;
    box-sizing: border-box;
}
.content_wrap_mb {
    width: 100%;
    padding: 50px 5% 0;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.content_wrap_mb2 {
    width: 100%;
    padding: 70px 5% 0;
    box-sizing: border-box;
    margin-bottom: 80px;
    min-height: 300px;
}
.content_wrap_mb3 {
    width: 100%;
    padding: 40px 5% 0;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.content_wrap_mb4 {
    width: 100%;
    padding: 80px 5% 0;
    box-sizing: border-box;
    margin-bottom: 0;
}
.content_wrap_mb4_2 {
    width: 100%;
    padding: 80px 5% 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.content_wrap_mb4_3 {
    width: 100%;
    padding: 80px 5% 0;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.content_wrap_gray {
    width: 100%;
    padding: 50px 5% 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.content_wrap_gray2 {
    width: 100%;
    padding: 50px 5% 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.content_wrap_gray3 {
    width: 100%;
    padding: 30px 5% 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.content_wrap_gray4 {
    width: 100%;
    padding: 80px 5% 60px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.content_wrap_gray_ac01 {
    width: 100%;
    padding: 112px 5% 80px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.content_wrap_gray_ac02 {
    width: 100%;
    padding: 0 5% 60px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.content_wrap_gray_ac03 {
    width: 100%;
    padding: 112px 5% 40px;
    box-sizing: border-box;
}
.content_wrap_gray_ac04 {
    width: 100%;
    padding: 162px 5% 80px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.content_wrap_mainc {
    width: 100%;
    padding: 50px 5% 40px;
    box-sizing: border-box;
    background-color: #7cc0b4;
}
.content_wrap_ft {
    width: 100%;
    padding: 50px 5% 0;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.content_wrap_ft2 {
    width: 100%;
    padding: 30px 5% 30px;
    box-sizing: border-box;
}

.inner_wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.inner_wrap_abt {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.inner_wrap_rgs {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.inner_wrap_dnt {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}


.row {
	padding: 0 20px;
}
.inner {
	margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    /*min-width: 1080px;*/
    position: relative;
	overflow: hidden;
}
.inner_ex {
	margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    /*min-width: 1080px;*/
    position: relative;
	overflow: hidden;
}
.inner_ex2 {
	margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    /*min-width: 1080px;*/
    position: relative;
	overflow: hidden;
}
.inner_2 {
	font-weight: normal;
	font-size: 14px;
}
.gl-title {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #7cc0b4;
	font-weight: bold;
}
.gl-title2 {
	font-size: 20px;
	padding: 13px 15px 10px;
	margin-top: 0;
	text-transform: capitalize;
	text-align: left;
	background-color: #f3f3f3;
	line-height: 1.6;
	border-radius: 5px;
	margin-bottom: 40px;
	font-weight: bold;
}

.m-heading1 {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	margin-bottom: 40px;
}
.m-heading1::after {
    background-color: #7cc0b4;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}
.m-heading1 .en {
    display: block;
    font-family: "Lato","YuGothic","Yu Gothic","Meiryo",Hiragino Sans,Hiragino Kaku Gothic ProN,sans-serif;
    font-size: 24px;
	font-weight: normal;
}
.m-heading1 .jp {
    display: block;
    font-size: 14px;
    margin-top: 2px;
	font-weight: normal;
}
.boxes1 {
	padding: 0 20px;
}
.boxes1 p{
	font-size:16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}
.atn01 {
	text-align: left;
	margin-bottom: 15px;
}
.top_strong_point_wrap {
	display: flex;
}
.boxes1_t {
	margin-right: 2%;
	/*width:992px;*/
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boxes1_itv {
	padding: 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.boxes1_itv img {
	border-radius: 5px;
}
.bitv_tit {
	color: #7CC0B4;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
.bitv_name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pick-up1 {
	margin-bottom: 30px;
	display: flex;
}
.pu-left {
	float: left;
	width: 48%;
	height: 318px;
}
.pu-left img {
	border-radius: 5px 0 0 5px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.pu-right {
	background-color: #f8f8f8;
	float: left;
	width: 52%;
	height: 288px;
	padding: 20px 30px 10px;
	border-radius: 0 5px 5px 0;
}
.pu-right h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.4;
}
.pu-ownner {
	height: 48px;
	margin-bottom: 5px;
}
.pu-ownner img {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 3px;
	margin-right: 10px;
}
.puo-name {
	color: #838383;
	float: left;
	line-height: 40px;
}
.pu-right p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.more1 {
	margin-bottom: 20px;
}
.more1 a {
	background: url(../image/icon/arrow01.png) no-repeat scroll left center;
	padding: 0 0 0 16px;
	display: inline-block;
	float: right;
}
.overview {
	
}
.overview .month {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #7cc0b4;
	height: 40px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.overview .month .month-left {
	float: left;
	background-color: #7cc0b4;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 35%;
	line-height: 40px;
	font-weight: bold;
	height: 100%;
	box-sizing: border-box;
}
.overview .month .month-right {
	float: right;
	font-size: 21px;
	font-weight: bold;
	text-align: right;
	width: 65%;
	line-height: 40px;
	height: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	letter-spacing: 1px;
	background-color: #fff;
	border-radius: 0 3px 3px 0;
}
.count {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #7cc0b4;
	height: 40px;
	border-radius: 3px;
}
.count .total {
	float: left;
	text-align: center;
	width: 50%;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	height: 100%;
	border-right: 1px solid #7cc0b4;
	background-color: #fff;
	border-radius: 3px 0 0 3px;
}
.count .number {
	float: left;
	text-align: center;
	width: 50%;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
	border-radius: 0 3px 3px 0;
}
.small {
	font-size: 14px;
	font-weight: normal;
}
.attention_count {
	display: inline-block;
	margin-right: 8px;
}

.boxes1_r {
	/*padding: 0 20px;
	width:248px;*/
	width: 18%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.boxes1_r .top_menu{
	font-size: 18px;
	line-height: 36.6px;
	border-left:1px solid #999; 
	position:relative;
}

.boxes1_r .top_menu .slide_menu{
	margin-left: 20px;
}


.boxes1_r .top_menu .current{
	
}


	#slide-line{
	position: absolute;
	top: 6px;
	left: -2px;
	width:3px;
	height: 20px;
		border-radius: 6px;
	background-color: #7cc0b4;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	}

.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  color: #7cc0b4;
  text-decoration:underline;
  cursor: pointer;
}

/* ホバーでバーの位置を変化 */


.slide_menu p:nth-child(1).is-active ~ #slide-line {
    top: 6px;
}
.slide_menu p:nth-child(2).is-active ~ #slide-line {
    top: 12%;
}
.slide_menu p:nth-child(3).is-active ~ #slide-line {
    top: 22%;
}
.slide_menu p:nth-child(4).is-active ~ #slide-line {
    top: 32%;
	
}
.slide_menu p:nth-child(5).is-active ~ #slide-line {
    top: 42%;
	
}
.slide_menu p:nth-child(6).is-active ~ #slide-line {
    top: 52%;
	
}
.slide_menu p:nth-child(7).is-active ~ #slide-line {
    top: 62%;
	
}
.slide_menu p:nth-child(8).is-active ~ #slide-line {
    top: 72%;
	
}
.slide_menu p:nth-child(9).is-active ~ #slide-line {
    top: 82%;
	
}
.slide_menu p:nth-child(10).is-active ~ #slide-line {
    top: 92%;
	
}

.slide_menu p:nth-child(1):hover ~ #slide-line {
    top: 6px;
}
.slide_menu p:nth-child(2):hover ~ #slide-line {
    top: 12%;
}
.slide_menu p:nth-child(3):hover ~ #slide-line {
    top: 22%;
}
.slide_menu p:nth-child(4):hover ~ #slide-line {
    top: 32%;
	
}
.slide_menu p:nth-child(5):hover ~ #slide-line {
    top: 42%;
	
}
.slide_menu p:nth-child(6):hover ~ #slide-line {
    top: 52%;
	
}
.slide_menu p:nth-child(7):hover ~ #slide-line {
    top: 62%;
	
}
.slide_menu p:nth-child(8):hover ~ #slide-line {
    top: 72%;
	
}
.slide_menu p:nth-child(9):hover ~ #slide-line {
    top: 82%;
	
}
.slide_menu p:nth-child(10):hover ~ #slide-line {
    top: 92%;
	
}


.boxes3 {
	/*padding: 0 20px;*/
}
.boxes3 .box {
	float: left;
    padding: 20px;
    width: 30.1%;
}
.boxes3 .box .box-in {
	background-color: #f8f8f8;
    box-shadow: 0 4px 0 #e3e4e8;
    margin-bottom: 4px;
    padding-bottom: 45px;
    position: relative;
    width: 100%;
}
.boxes3 .box .box-in {
    height: 480px !important;
}
.boxes3 .box .box-in .box-thumbnail{
	position: relative;
}
.boxes3 .box .box-in .box-thumbnail img {
    width: 100%;
	transition: 0.5s;
}
.boxes3 .box .box-in .box-thumbnail img:hover {
    opacity: 0.5;
}

.boxes3 .box .box-in .ownner {
    height: 48px;
	margin-top: -15px;
	z-index: 100 !important;
	position: relative;
	padding-left: 20px;
}
/*
.boxes3 .box .box-in .ownner-thumbnai {
   
}
*/
.boxes3 .box .thumbnail{
    width: 100%;
	position: relative;
	padding: 62% 0 0;
	overflow: hidden;
	transition: 0.5s;
	border-radius: 5px;
}
.boxes3 .box .thumbnail img {
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
    width: 100%;
	transition: 0.5s;
	border-radius: 5px;
	height: 140px;
    object-fit: cover;
}
.boxes3 .box .box-in .ownner-thumbnai img {
    border: 4px solid #fff;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
	transition: 0.5s;
}
.boxes3 .box .box-in .ownner-thumbnai img:hover {
    opacity: 0.5;
}
.boxes3 .box .box-in .ownner-name {
    color: #838383;
    float: left;
    line-height: 27px;
	padding-top: 20px;
	font-size: 13px;
}
.boxes3 .box .box-in .box-title {
    padding: 10px 20px;
}
.boxes3 .box .box-in .box-title h4 {
    line-height: 1.5;
	margin-bottom: 10px;
}
.boxes3 .box .box-in .box-title .sub {
    
}
.boxes3 .box .box-in .overview {
	padding: 0 20px;
}
.boxes3 .box .box-in .month {
	border: 1px solid #7cc0b4;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.boxes3 .box .box-in .month .month-left {
	background-color: #7cc0b4;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 30px;
    text-align: center;
    width: 35%;
}
.boxes3 .box .box-in .month .month-right {
	box-sizing: border-box;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 1px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 65%;
}
.boxes3 .box .box-in .count {
	border: 1px solid #7cc0b4;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
}
.boxes3 .box .box-in .count .total {
    border-right: 1px solid #7cc0b4;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
}
.boxes3 .box .box-in .count .number {
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
}
.boxes3 .box .box-in .count .total .total-money {
	 background: url(../image/icon/icon_yen.png) no-repeat scroll left 8px;
	 padding-left: 16px;
	 display: inline-block;
	 font-weight: normal;
}
.boxes3 .box .box-in .count .number .total-number {
	 background: url(../image/icon/icon_people.png) no-repeat scroll left 8px;
	 padding-left: 20px;
	 display: inline-block;
	 font-weight: normal;
}




































.special_boxes {
	background-color: #f8f8f8;
	border-bottom: 1px solid #d5d5d5;
	padding: 30px 0 15px;
	width: 100%;
}



.boxes {
	background-color: #f8f8f8;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 15px 0 0;
	width: 100%;
}
.boxes-ex {
	background-color: #f8f8f8;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 25px 0 25px;
	width: 100%;
}
.boxes-ex .boxes-inner {
    margin: 0 auto;
    position: relative;
    width: 700px;
}

.boxes_err {
	background-color: #f8f8f8;
	border: 1px solid #7cc0b4;
	padding: 15px 0 0;
	width: 99%;
	border-radius: 5px;
}
.dt_index::before{
    background: #7cc0b4;
    height:14px;
    width:3px;
    margin-right:7px;
    content:'';
    display: inline-block;vertical-align: middle;
}
.dt_index2::before{
    /*background: #7cc0b4;*/
    height:14px;
   /* width:3px;
    margin-right:7px;*/
    content:'';
    display: inline-block;vertical-align: middle;
}



.form-group{
    margin-bottom:20px;
}
.form-group2 {
    margin-bottom:0;
}
.form-group2 label{
    margin-left:3px;
}
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

.m-heading_top{
	margin-bottom: 30px;
	height: 30px;
}
.attention_title_wrap {
	margin-bottom: 30px;
	height: 30px;
	display: flex;
	justify-content: space-between;
}
.attention_title {
	font-size: 20px;
	font-weight: bold;
	display: flex;
}
.attention_title span {
	display: inline-block;
	background-color: #e3e4e8;
	font-size: 14px;
	padding: 5px 15px;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
	margin-left: 15px;
	line-height: 1.5;
}
.attention_more {
	display: inline-block;
	background: url(../image/icon/next5.png) no-repeat scroll right center;
	line-height: 30px;
	font-size: 12px;
	padding: 2px 15px 0;
	float: right;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;

}


/*
.m-heading2 .title {
	display: inline-block;
	padding: 0 0 0 12px;
	border-left: 7px solid #7cc0b4;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}*/
.m-heading_top .title {
	display: inline-block;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.m-heading2 {
	margin-bottom: 10px;
	/*padding: 0 20px;*/
	/*height: 60px;*/
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	
}
/*
.m-heading2 .title {
	display: inline-block;
	padding: 0 0 0 12px;
	border-left: 7px solid #7cc0b4;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}*/
.m-heading2 .title {
	display: inline-block;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.m-heading2 .title_sp {
	display: inline-block;
	padding: 0 0 0 12px;
	border-left: 7px solid #666;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.m-heading-itv {
	margin-bottom: 30px;
	padding: 0;
}
.m-heading-itv .title_sp {
	display: inline-block;
	padding: 0 0 0 12px;
	border-left: 7px solid #666;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.m-heading-itv2 {
	margin-bottom: 5px;
	padding: 0;
}
.m-heading-itv2 .title_sp {
	display: inline-block;
	padding: 0 0 0 12px;
	border-left: 7px solid #666;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
/*
.m-heading2 .more {
	display: inline-block;
	background-color: #7cc0b4;
	line-height: 30px;
	font-size: 13px;
	padding: 4px 30px 0;
	float: right;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	box-shadow: 0 4px 0 #54af9f;
}
.m-heading2 .more:hover {
    background-color: #92d0c5;
}*/
.m-heading_top .more {
	display: inline-block;
	background: url(../image/icon/next5.png) no-repeat scroll right center;
	line-height: 30px;
	font-size: 13px;
	padding: 2px 15px 0;
	float: right;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;

}
.m-heading_top .more:hover {
    opacity: 0.6;
}
.m-heading2 .more {
	display: inline-block;
	background: url(../image/icon/next5.png) no-repeat scroll right center;
	line-height: 30px;
	font-size: 12px;
	padding: 2px 15px 0;
	float: right;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;

}
.m-heading2 .more:hover {
    opacity: 0.6;
}

.boxes4 {
	/*padding: 0 20px;*/
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}

.boxes4 .work_index{
	display:block;
	width:100px;
	height:45px;
	line-height: 45px;
	background: #7cc0b4;
	text-align: center;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	margin:20px 0 0 20px;
}
.boxes4 .project_index{
	display:block;
	width:140px;
	height:45px;
	line-height: 45px;
	background: #ff5a5f;
	text-align: center;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	margin:20px 0 0 20px;
}

.org_list_title_01 {
	background-color: #e9f4f2;
	padding: 12px 15px 10px 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	border-radius: 5px;
}
.org_list_title_02 {
	background-color: #ffe6e7;
	padding: 12px 15px 10px 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	border-radius: 5px;
}
.org_list_title_03 {
	background-color: #fce9d2;
	padding: 12px 15px 10px 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	border-radius: 5px;
}

.boxes4 .org_index, .boxes6 .org_index{
	display:block;
	width:120px;
	height:45px;
	line-height: 45px;
	background: #f08200;
	text-align: center;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	margin:20px 0 0 20px;
}
.boxes4 .no_data, .boxes6 .no_data{
	font-size: 16px;
	width:60%;
	padding:30px 0;
	background: #f2f2f2;
	font-weight: normal;
	text-align: center;
	margin: 60px auto;
}
.boxes4 .box {
	float: left;
    padding: 20px 0 20px 20px;
    width: 25%;
    box-sizing: border-box;
}
.boxes4 .box .box-in {
	background-color: #f8f8f8;
    box-shadow: 0 4px 0 #e3e4e8;
    margin-bottom: 4px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    border-radius: 0 0 5px 5px;
}
.boxes4 .box .box-in {
    height: 390px !important;
}

.boxes4 .box .box-in .box-thumbnail{
    width: 100%;
	position: relative;
	padding: 56.25% 0 0;
	overflow: hidden;
	transition: 0.5s;
	border-radius: 5px 5px 0 0;
}
.boxes4 .box .box-in .box-thumbnail img {
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
    width: 100%;
	transition: 0.5s;
}
.boxes4 .box .box-in .box-thumbnail img:hover {
    opacity: 0.5;
}
.boxes4 .box .box-in .ownner {
    height: 48px;
	margin-top: -15px;
	z-index: 100 !important;
	position: relative;
	padding-left: 10px;
}
.boxes4 .box .box-in .ownner-thumbnai {
   
}
.boxes4 .box .box-in .ownner-thumbnai img {
    border: 4px solid #fff;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
	transition: 0.5s;
	border-radius: 3px;
}
.boxes4 .box .box-in .ownner-thumbnai img:hover {
    opacity: 0.5;
}
.boxes4 .box .box-in .ownner-name {
    color: #838383;
    float: left;
    line-height: 27px;
	padding-top: 20px;
	font-size: 11px;
}
.boxes4 .box .box-in .box-title {
    padding: 10px 20px;
}
.boxes4 .box .box-in .box-title h4 {
    line-height: 1.5;
	margin-bottom: 8px;
	font-size: 12px;
}
.boxes4 .box .box-in .box-title .sub {
	font-size: 12px;
	line-height: 1.6;
    height:60px;
	overflow: hidden;
}
.boxes4 .box .box-in .overview {
	padding: 0 20px;
}
.boxes4 .box .box-in .month {
	border: 1px solid #7cc0b4;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.boxes4 .box .box-in .month .month-left {
	background-color: #7cc0b4;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    line-height: 30px;
    text-align: center;
    width: 38%;
}
.boxes4 .box .box-in .month .month-right {
	box-sizing: border-box;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 1px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 62%;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
}
.boxes4 .box .box-in .count {
	border: 1px solid #7cc0b4;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
}
.boxes4 .box .box-in .count .total {
    border-right: 1px solid #7cc0b4;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
}
.boxes4 .box .box-in .count .number {
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
}
.boxes4 .box .box-in .count .total .total-money {
	 /*background: url(../image/icon/icon_yen.png) no-repeat scroll left 7px;
	 padding-left: 16px;*/
	 display: inline-block;
	 font-weight: normal;
}
.boxes4 .box .box-in .count .number .total-number {
	 /*background: url(../image/icon/icon_people.png) no-repeat scroll left 7px;
	 padding-left: 20px;*/
	 display: inline-block;
	 font-weight: normal;
}

.boxes .boxes-inner {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;	
}
.boxes .boxes-inner .boxes3 {
	overflow:hidden
}

.boxes .boxes-inner .boxes3 .box {
    float: left;
    padding: 20px;
    width: 30.1%;
}

.org_table_wrap {
	padding: 20px;
	margin-bottom: 20px;
}
.org_table{
	width:100%;
	margin: auto;
	border: 1px solid #dedede;
	font-size: 14px;
}

.org_table th{
	background-color: #eeeeee;
	width:20%;
	margin: auto;
	border: 1px solid #dedede;
	padding:15px;
	font-weight: bold;
}
.org_table td{
	width:auto;
	margin: auto;
	border: 1px solid #dedede;
	padding:15px;
	background-color: #fff;
}





.top-updates {
/*    background-color: #434a54;*/
    /*border-radius: 5px;*/
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
.top_interview_wrp {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
}
.top_thumbnail {
	width: 23%;
	height: 200px;
}
.top_thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}
.read_box {
	width: 75%;
}
.tu-bodyWrap {
    background-color: rgba(0, 0, 0, 0.5);
    /*border-radius: 5px;*/
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
    z-index: 9;
}
.tu-bodyWrap:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
.tu-bodyWrap2 {
    background-color: rgba(0, 0, 0, 0.5);
    /*border-radius: 5px;*/
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
    z-index: 9;
}
.tu-bodyWrap2:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.tu-bodyWrap_top {
    background-color: rgba(0, 0, 0, 0.0);
    /*border-radius: 5px;*/
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	width:100%;
	height:180px;
    transition: all 0.2s ease-out 0s;
    z-index: 9;
}
.tu-bodyWrap_top:hover {
    background-color: rgba(0, 0, 0, 0.3);
    /*border-radius: 5px;*/
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	width:100%;
	height:180px;
    transition: all 0.2s ease-out 0s;
    z-index: 9;
}
.tu-bodyWrap:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.tu-body {
    -moz-box-align: center;
    align-items: center;
    /*border-radius: 5px;*/
    bottom: 0;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.tu-title {
	padding: 20px;
	text-align: center;
}
.tu-title .category {
/*	background: url(../image/icon/icon_file.png) no-repeat scroll 14px 4px #7cc0b4;*/
	background: #7cc0b4;
	display: inline-block;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1;
	border-radius: 2px;
	margin-bottom: 0px;
}
.owner-date {
	background: url(../image/icon/icon_owner.png) no-repeat scroll left 7px;
	font-size: 13px;
	line-height: 1;
	padding: 5px 0 4px 18px;
}
.owner-date_top {
	font-size: 11px;
	line-height: 1;
	padding: 5px 0 4px;
	text-align: center;
	margin: 0 auto;
}
.special_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.spacial_name {
	font-size: 16px;
	line-height: 1;
	text-align: center;

}


.footer-start {
	background-color: #424242;
    color: #fff;
}
.footer-start-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.submit-box {
	padding: 20px 0;
}
.start-button {
	background-color: #7cc0b4;
	color: #fff !important;
	display: inline-block;
	border-radius: 20px;
	padding: 8px 20px;
	font-weight: bold;
	margin-left: 15px;
	letter-spacing: 2px;
}
.tf-itv {
		
}
.ti-left {
	float: left;
	width: 18%;
}
.ti-right {
	float: right;
	width: 80%;
}
.ti-right h4 {
	color: #7CC0B4;
}
.ti-right p {
	
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
#pageTitle-area {
	height: 412px;
    position: relative;
	text-align: center;
}
#pageTitle-area2 {
	height: 372px;
    position: relative;
}
#pageTitle-area2-404 {
	height: 200px;
    position: relative;
}
#pageTitle-area2-sp {
	height: 600px;
    position: relative;
}
#pageTitle-area2-sp:after {
	position: absolute;
	content:'';
	top:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}


#pageTitle-area3 {
	height: 512px;
    position: relative;
}
#pageTitle-area4 {
	height: 372px;
    position: relative;
	top:112px;
}
#pageTitle-area5 {
	height: auto;
	padding-top:112px;
}
#pageTitle-area6 {
	height: 495px;
    position: relative;
	top:112px;
	padding-bottom:112px;
}
@media screen and (min-width:481px){
	#pageTitle-area6 {
		height: 495px;
		position: relative;
		top:112px;
		padding-bottom:112px;
	}
}
@media screen and (max-width:480px){
	#pageTitle-area6-sp {
		display: none;
	}
}
.result {
	background: url(../image/bg/results.png) no-repeat scroll center top;
}
.list {
	background: url(../image/bg/01.png) no-repeat scroll center top;
}
.search {
	background: url(../image/bg/serach.png) no-repeat scroll center top;
}

@media screen and (min-width:481px){
	.about {
		background: url(../image/bg/about.png) no-repeat scroll center top;
	}
}
@media screen and (max-width:480px){
	.about-sp {
		display: none;
	}
}
.funding {
	background: url(../image/bg/funding.png) no-repeat scroll center top;
}
.interview {
	background: url(../image/bg/interview.png) no-repeat scroll center top;
}
.faq {
	background: url(../image/bg/faq.png) no-repeat scroll center top;
}
.register {
	background: url(../image/bg/register.png) no-repeat scroll center top;
}
.page-headerTitle {
	text-align: center;
	color: #fff;
	height: 200px;
	padding-top: 212px;
}
.page-headerTitle h2 {
	font-size: 30px;
	font-weight: bold;
}
.page-headerTitle p {
	font-size: 16px;
}

/*@media screen and (min-width:481px){
	.page-headerTitle2 {
		text-align: center;
		color: #fff;
		height: 180px;
		padding-top: 192px;
		position: relative;
		z-index: 2;
	}
}
@media screen and (max-width:480px){
	.page-headerTitle2-sp {
		display: none;
	}
}
*/

.about_header {
	height: 495px;
	background-image: url(../image/bg/about.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 111px;
	position: relative;
}
.about_copy {
	color: #fff;
	line-height: 1.6;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 34%;
	font-weight: bold;
	text-align: center;
}
.about_copy_tit {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 15px;
}
.about_copy_sub {
	font-size: 18px;
	font-weight: normal;
}



.page-headerTitle2 h2 {
	font-size: 30px;
}
.page-headerTitle2 p {
	font-size: 14px;
}

#page_special_header {
	height: 600px;
}
.page_special_header_blk {
	height: 600px;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	display: flex;
	align-items: center;
}
.special_header_wrap {
	width: 100%;
	padding: 110px 5% 0;
	box-sizing: border-box;
}
.special_header_inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.special_header_ctg {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
.special_header_ctg span {
	display: inline-block;
	background-color: #7cc0b4;
	padding: 8px 20px 7px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.special_header_tit {
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.special_header_tit::after {
	content: '';
	display: block;
	position: relative;
	width: 40px;
	height: 1px;
	bottom: -8px;
	left: 50%;
	margin-left: -20px;
	background-color: #fff;
}
.special_header_txt {
	text-align: center;
	margin-bottom: 30px;
	line-height: 2.6;
}
.special_head_sns {
	text-align: center;
}




.page-headerTitle3 {
	text-align: center;
	color: #fff;
	height: 300px;
	padding-top: 100px;
}
.page-headerTitle3 h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.page-headerTitle3 p {
	font-size: 16px;
}
.page-headerTitle4 {
	text-align: center;
	height: 200px;
	padding-top: 60px;
}
.page-headerTitle4 h2 {
	font-size: 30px;
	margin-bottom: 20px;
	padding: 0 10%;
}
.page-headerTitle4 p {
	font-size: 16px;
}
.page-headerTitle4_2 {
	text-align: center;
	height: 180px;
	padding-top: 80px;
}
.page-headerTitle4_2 h2 {
	font-size: 30px;
	margin-bottom: 20px;
	padding: 0 10%;
}
.page-headerTitle4_2 p {
	font-size: 16px;
}
.page-headerTitle5 {
	background: #f0f0f0;
	text-align: center;
	padding-top: 110px;
	height: 150px;
}
.page-headerTitle5 img{
	width:150px;
	height: auto;
	margin-bottom:30px;
}
.page-headerTitle5 h2 {
	font-size: 32px;
	margin-bottom: 20px;
	padding: 0 5%;
}
.page-headerTitle5-mp {
	background: #f0f0f0;
	text-align: center;
	padding-top: 110px;
}
.page-headerTitle5-mp img{
	width:150px;
	height: auto;
	margin-bottom:30px;
}
.page-headerTitle5-mp h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.page-headerTitle6 {
	background: #f0f0f0;
	text-align: center;
	height:auto;
	padding-top: 60px;
	margin-bottom: 60px;
}
.page-headerTitle6 img{
	width:100px;
	height: auto;
	margin-bottom:30px;
}
.page-headerTitle6 h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.page-headerTitle7 {
	background: #f0f0f0;
	text-align: center;
	padding-top: 60px;
	height: auto;
	padding-bottom: 80px;
}
.page-headerTitle7 img{
	width:150px;
	height: auto;
}
.page-headerTitle7 h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.page-headerTitle7 .sns img {
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
	padding: 0 5px;
}

.page-headerTitle8 {
	background: #f0f0f0;
	text-align: center;
	padding-top: 110px;
}
.page-headerTitle8 img{
	width:150px;
	height: auto;
	margin-bottom:30px;
	border-radius: 5px;
}
.page-headerTitle8 h2 {
	font-size: 32px;
	margin-bottom: 20px;
}


.page_activity_headWrap {
	padding-top: 70px;
	text-align: center;
}
.page_activity_headTit {
	font-size: 32px;
	margin-bottom: 15px;
}
.page_activity_headTxt {

}


.text_inner{
	width: 1200px;
	margin: 0 auto;
}
.page-headerTitle5 p {
	font-size: 16px;
	line-height: 1.7;
}
.serach-result-box {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #cef1eb;
    margin: 50px 0 0;
    padding: 50px;
    position: relative;
}
.maincolor {
	color: #7cc0b4;
}
.select01 {
	display:block;
	padding:  3px 10px 5px;
	width: 250px;
	margin-bottom: 20px;
	
}
.select02 {
	display:block;
	padding:  3px 10px 5px;
	width: 150px;
}


.mdl-input-select {
    position: relative;
    height: 40px;
}
.input_select_01 {
	/*z-index: 1;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    /*line-height: 1.5;*/
    padding: 5px 20px;
    background: #f8f8f8;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    position: relative;
    width: 30%;
    background-color: #f8f8f8;
    display: block;
    height: 40px;
}
.mdl-input-select::after {
	display: block;
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	margin: -2px 0 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}






















@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}



.select-wrap {
    position: relative;
	width: 200px;
	margin-bottom: 20px;
}
.select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #000;
}
.select-wrap select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 0px;
	border-top: none;
	border-left: none;
	border-right: none;
    border-bottom:1px solid #828c9a;
    color:#828c9a;
    width:100%;
}
.select-wrap select option{
  background-color: #fff;
  color: #333;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap .select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}









.more2 {
    background-color: #7cc0b4;
    box-shadow: 0 4px 0 #54af9f;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 4px 90px 0;
}
.more2:hover {
    background-color: #92d0c5;
}

.box-about {
	width: 100%;
}
.box-about img {
	width: 100%;
	border-radius: 50%;
	margin-bottom: 30px;
}
.box-about h4 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}
.box-about p {

}

.vision_about{
	width: 96%;
	border:1px solid #7cc0b4;
	text-align: center;
	margin:40px auto;
	padding:40px 0 60px;
}

.vision_about h3{
	font-size: 24px;
	color:#7cc0b4;
}

.vision_about h4{
	font-size: 32px;
	color:#444;
	line-height: 2.8;
}

.vision_about p{
	font-size: 16px;
	color:#000;
}
.vision_about p span{
	display: block;
}

.vision_about2 {
	width: 96%;
	border:1px solid #7cc0b4;
	text-align: center;
	margin:40px auto 0;
	padding:40px 0 60px;
}

.vision_about2 h3{
	font-size: 24px;
	color:#7cc0b4;
}

.vision_about2 h4{
	font-size: 32px;
	color:#444;
	line-height: 2.8;
}

.vision_about2 p{
	font-size: 14px;
	color:#000;
	line-height: 2.1;
}
.vision_about2 p span{
	display: block;
}

.vision_tit1 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.vision_tit2 {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
.vision_tit2::after {
	content: '';
	display: block;
	position: relative;
	width: 40px;
	height: 1px;
	bottom: -8px;
	left: 50%;
	margin-left: -20px;
	background-color: #fff;
}
.vision_txt {
	color: #fff;
	text-align: justify;
	padding: 0 20%;
	margin-bottom: 30px;
	font-size: 16px;
}



.about_strong_01 {
	display: flex;
	justify-content: space-between;
}
.about_strong_01_left {
	width: 42%;
}
.about_strong_01_left img {
	width: 95%;
}
.about_strong_01_right {
	width: 55%;
	align-self: center;
}
.asr_tit {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	line-height: 1.5;
}
.asr_tit::after {
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	width: 60px;
	background-color: #7abcb0;
	bottom: -20px;
}
.asr_txt {
	font-size: 14px;
	text-align: justify;
}

.about_story {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.as_txt_01 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
	text-align: justify;
}
.as_txt_02 {
	font-size: 14px;
	color: #fff;
	text-align: justify;
	margin-bottom: 30px;
}



.about_strong_02 {
	display: flex;
	justify-content: space-between;
}
.about_strong_02_left {
	width: 55%;
	align-self: center;
}
.about_strong_02_right {
	width: 45%;
	text-align: right;
}
.about_strong_02_right img {
	width: 60%;
}

.about_strong_03 {
	display: flex;
	justify-content: space-between;
}
.about_strong_03_left {
	width: 42%;
}
.about_strong_03_left img {
	width: 100%;
}
.about_strong_03_right {
	width: 55%;
	align-self: center;
}





.about_wrap01{
	max-width:1400px;
	margin: 30px auto;
	font-size: 14px;
	padding: 50px 0 20px;
}
.about_wrap01 img {
	margin-top: -40px;
}
.about_wrap01 .inner_box{
	width:48%;
	display:inline-block;
	vertical-align: top;
}

.about_wrap01 .inner_box h3{
	font-size:21px;
	margin-bottom:30px;
}

.about_wrap01 .inner_box p{
	line-height: 2.4;
}


.about_wrap02{
	width:100%;
	background: #f2f2f2;
	margin: 30px auto;
	padding:40px 0px 0;
	font-size: 14px;
}
.about_wrap02 .inner{
	max-width:1200px;
	margin:0 auto;
}
.about_wrap02 .inner .inner_box01{
	width:56%;
	display:inline-block;
	vertical-align: top;
}
.about_wrap02 .inner .inner_box02{
	width:40%;
	display:inline-block;
	vertical-align: top;
}
.about_wrap02 .inner .center{
	text-align: center;
}
.center2{
	text-align: center;
}
.about_wrap02 .inner .inner_box01 h3{
	font-size:21px;
	margin:40px 0 30px;
}

.about_wrap02 .inner .inner_box01 p{
	line-height: 2.4;
}
.about_wrap02 .inner .inner_box02 img{
	text-align: center;
	margin: 0 auto;
	width: 317px;
}


.about_wrap03{
	max-width:1200px;
	margin: 80px auto;
	font-size: 14px;
}

.about_wrap03 .inner_box{
	width:48%;
	display:inline-block;
	vertical-align: top;
}

.about_wrap03 .inner_box h3{
	font-size:21px;
	margin-bottom:30px;
}

.about_wrap03 .inner_box p{
	line-height: 2.4;
}



.about_wrap04{
	background: #7cc0b4;
	max-width:800px;
	margin: 30px auto;
	padding: 60px 200px 100px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.about_wrap04 h3{
	font-size:28px;
	margin-bottom:30px;
}

.about_wrap04 p{
	line-height: 2.4;
	text-align:left;
}
.abost {
	/*padding: 0 40px;*/
	font-size: 14px;
}










.fd-ownner {
	height: 48px;
	display: inline-block;
}
.fd-ownner img {
	border: 4px solid #fff;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.fdo-name {
	color: #fff;
    float: left;
    line-height: 48px;
}
.fd-label {
	background-color: #7cc0b4;
	display: inline-block;
	padding: 6px 18px 5px;
	line-height: 1;
	color: #fff;
	border-radius: 2px;

}
.owner-info-box {
	padding: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.owner-info {
	margin-bottom: 10px;
}
.owner-info img {
	float: left;
	width: 55px;
	height: 55px;
}
.oin {
	float: left;
	padding-left: 15px;
	font-size: 18px;
}
.oin span {
	display: block;
	color: #919191;
	font-size: 14px;
}
.owner-headline {
	
}
.column_wrap {
	display: flex;
	justify-content: space-between;
}

.column-left {
	width: 70%;
	box-sizing: border-box;
}

.column-right {
	width: 27%;
	box-sizing: border-box;
}
.fd-title {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 30px;
}
.fd-detail {
	margin-bottom: 30px;
}
.shareOn {
    font-size: 12px;
    height: 44px;
    line-height: 44px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom:60px;
}
.avenir_m {
	float: left;
	margin-right: 15px;
	padding-left: 5px;
}
.shareOn ul {
    width: 50%;
	float: left;
}
.shareOn ul li {
    float: left;
	margin-right: 10px;
}
.shareOn ul li img {
    vertical-align: middle;
}
.fd-date {
	line-height: 44px;
	float: right;
	font-size: 14px;
	padding-right: 5px;
	letter-spacing: 2px;
}

.shareOn2 {
    font-size: 12px;
    height: 54px;
    line-height: 54px;
	border-bottom: 1px solid #dcdcdc;
}
.bdp {
	border-top: 1px solid #dcdcdc;
}
.avenir_m2 {
	float: left;
	margin-right: 15px;
	padding-left: 5px;
}
.shareOn2 ul {
    width: 50%;
	float: left;
}
.shareOn2 ul li {
    float: left;
	margin-right: 10px;
}
.shareOn2 ul li img {
    vertical-align: middle;
}
.fd-date2 {
	line-height: 54px;
	float: right;
	font-size: 14px;
	padding-right: 5px;
	letter-spacing: 2px;
}



.limit_text{
	margin:40px 0;
}

.limit_text span{
	font-size: 36px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 10px;
}


.funding_tab{
	width: 100%;
	margin:0 auto 20px;
	border-bottom: 1px solid #ccc;
}



.funding_tab .report_a{
	color:#ff5a5f;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 50%;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 4px solid  #ff5a5f;
}
.funding_tab .report{
	color:#666;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 50%;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.funding_tab .report:hover{
	color:#666;
	background:#fff;
	background-size: 18px auto;
	border-bottom: 4px solid  #ff5a5f;
}
.funding_tab .report span{
	padding: 0px 5px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 10px;
	border: none;
}
.funding_tab .report_a span{
	padding: 0px 5px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 10px;
	border: none;
}
.funding_tab .funding_a{
	color:#666;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 50%;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 4px solid  #ff5a5f;
}
.funding_tab .funding{
	color:#666;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 50%;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.funding_tab .funding:hover{
	color:#666;
	background:#fff;
	background-size: 18px auto;
	border-bottom: 4px solid  #ff5a5f;
}



.funding_tab .comment_a{
	color:#666;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 50%;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 4px solid #7cc0b4;
}
.funding_tab .comment{
	color:#666;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 50%;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.funding_tab .comment:hover{
	color:#666;
	background: url(../image/icon/comment_g.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	border-bottom: 4px solid #7cc0b4;
}


.funding_tab .project_a{
	color:#ff5a5f;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 49.5%;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	border-bottom: 4px solid #ff5a5f;

}
.funding_tab .project{
	color:#666;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 49.5%;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;

}
.funding_tab .project:hover{
	color:#ff5a5f;
	background:#fff;
	background-size: 18px auto;
	transition: 0.1s;
	border-bottom: 4px solid #ff5a5f;
}
.funding_tab .project span{
	padding: 0px 5px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 10px;
	border: none;
}

.funding_tab .project_a span{
	padding: 0px 5px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 10px;
	border: none;
}

.more-btn2{
	width: 200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #ff5a5f;
	color: #ff5a5f;
	margin: 10px auto 0;
	transition: 0.5s;
}
.more-btn2:hover{
	background: #ff5a5f;
	color: #fff !important;
}




.funding-info .funding-massage_wrap{
	
}
.funding-info .funding-massage_wrap .massage_box{
	margin:10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid  #ff5a5f;
}

.funding-info .funding-massage_wrap .massage_box .box_l{
	display: inline-block;
	margin-right: 10px;
}
.funding-info .funding-massage_wrap .massage_box .box_l .img_box{
	width: 40px;
	height: 40px;
	line-height: 14px;
	border-radius: 50%;
	background: url(../image/icon/foundo_logo.png) no-repeat scroll center center #fff;
	background-size: 40px 40px;
	color:#7cc0b4;
	font-size:0px;
	text-align: center;
	vertical-align: middle;
}
.funding-info .funding-massage_wrap .massage_box .box_l .img_box img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.funding-info .funding-massage_wrap .massage_box .box_r{
	width:170px;
	display: inline-block;
	vertical-align:top;
}
.funding-info .funding-massage_wrap .massage_box .box_r .name{
	display: block;
	font-size:14px;
	line-height: 1.6;
	font-weight: normal;
	color: #666;
}
.funding-info .funding-massage_wrap .massage_box .box_r .price{
	display: block;
	font-size:12px;
	line-height: 1.6;
	font-weight: bold;
	color: #000;
}
.funding-info .funding-massage_wrap .massage_box .box_r .comment{
	display: block;
	font-size:10px;
	line-height: 1.4;
	color: #666;
}
.funding-info .funding-massage_wrap .massage_box .box_r .date{
	display: block;
	font-size:10px;
	color: #ccc;
}


.owner-index{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}







































.fundraiser-box {
	background-color: #f8f8f8;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 5px;
}
.fundraiser-button {
	display: block;
	background-color: #ff5a5f;
	box-shadow: 0 4px 0 #f03137;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	height: 90px;
	padding-top: 40px;
	margin-bottom: 20px;
}
.fundraiser-button span {
	font-size: 14px;
	display: inline-block;
	font-weight: normal;	
}
.fundraiser-box h4 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.bar {
	border: 1px solid #ff5a5f;
	height: 30px;
	width: 100%;
	margin-bottom: 10px;
}
.bar-inner {
	background-color: #ff5a5f;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.w01 {
	width: 10%;
}
.w02 {
	width: 10%;
}
.w03 {
	width: 10%;
}
.w04 {
	width: 10%;
}
.w05 {
	width: 10%;
}
.w06 {
	width: 10%;
}
.w07 {
	width: 10%;
}
.w08 {
	width: 10%;
}
.w09 {
	width: 10%;
}
.w10 {
	width: 10%;
}
.w11 {
	width: 11%;
}
.w12 {
	width: 12%;
}
.w13 {
	width: 13%;
}
.w14 {
	width: 14%;
}
.w15 {
	width: 15%;
}
.w16 {
	width: 16%;
}
.w17 {
	width: 17%;
}
.w18 {
	width: 18%;
}
.w19 {
	width: 19%;
}
.w20 {
	width: 20%;
}
.w21 {
	width: 21%;
}
.w22 {
	width: 22%;
}
.w23 {
	width: 23%;
}
.w24 {
	width: 24%;
}
.w25 {
	width: 25%;
}
.w26 {
	width: 26%;
}
.w27 {
	width: 27%;
}
.w28 {
	width: 28%;
}
.w29 {
	width: 29%;
}
.w30 {
	width: 30%;
}
.w31 {
	width: 31%;
}
.w32 {
	width: 32%;
}
.w33 {
	width: 33%;
}
.w34 {
	width: 34%;
}
.w35 {
	width: 35%;
}
.w36 {
	width: 36%;
}
.w37 {
	width: 37%;
}
.w38 {
	width: 38%;
}
.w39 {
	width: 39%;
}
.w40 {
	width: 40%;
}
.w41 {
	width: 41%;
}
.w42 {
	width: 42%;
}
.w43 {
	width: 43%;
}
.w44 {
	width: 44%;
}
.w45 {
	width: 45%;
}
.w46 {
	width: 46%;
}
.w47 {
	width: 47%;
}
.w48 {
	width: 48%;
}
.w49 {
	width: 49%;
}
.w50 {
	width: 50%;
}
.w51 {
	width: 51%;
}
.w52 {
	width: 52%;
}
.w53 {
	width: 53%;
}
.w54 {
	width: 54%;
}
.w55 {
	width: 55%;
}
.w56 {
	width: 56%;
}
.w57 {
	width: 57%;
}
.w58 {
	width: 58%;
}
.w59 {
	width: 59%;
}
.w60 {
	width: 60%;
}
.w61 {
	width: 61%;
}
.w62 {
	width: 62%;
}
.w63 {
	width: 63%;
}
.w64 {
	width: 64%;
}
.w65 {
	width: 65%;
}
.w66 {
	width: 66%;
}
.w67 {
	width: 67%;
}
.w68 {
	width: 68%;
}
.w69 {
	width: 69%;
}
.w70 {
	width: 70%;
}
.w71 {
	width: 71%;
}
.w72 {
	width: 72%;
}
.w73 {
	width: 73%;
}
.w74 {
	width: 74%;
}
.w75 {
	width: 75%;
}
.w76 {
	width: 76%;
}
.w77 {
	width: 77%;
}
.w78 {
	width: 78%;
}
.w79 {
	width: 79%;
}
.w80 {
	width: 80%;
}
.w81 {
	width: 81%;
}
.w82 {
	width: 82%;
}
.w83 {
	width: 83%;
}
.w84 {
	width: 84%;
}
.w85 {
	width: 85%;
}
.w86 {
	width: 86%;
}
.w87 {
	width: 87%;
}
.w88 {
	width: 88%;
}
.w89 {
	width: 89%;
}
.w90 {
	width:90%;
}
.w91 {
	width:91%;
}
.w92 {
	width:92%;
}
.w93 {
	width:93%;
}
.w94 {
	width:94%;
}
.w95 {
	width:95%;
}
.w96 {
	width:96%;
}
.w97 {
	width:97%;
}
.w98 {
	width:98%;
}
.w99 {
	width:99%;
}
.w100 {
	width:100%;
}
.fundraiser-box p {
	font-size: 14px;
	text-align: center;
}
.fr-info {
	text-align: center;
}
.fr-info img {
	width: 100px;
	height: 100px;
}
.fr-name {
	padding: 15px 0;
}
.fr-headline {
	text-align: left;
	margin-bottom: 15px;
}
.wk-info {
	text-align: left;
}
.wk-info h3{
	font-size: 18px;
	font-weight: bold;
	color:#7cc0b4;
	border-bottom: 1px solid #7cc0b4;
}
.wk-info h3.supportcomment {
	font-size: 18px;
	font-weight: bold;
	color:#7cc0b4;
	border-bottom: 1px solid #7cc0b4;
	margin-bottom: 30px;
}
.wk-info img {
	width: 100px;
	height: 100px;
}
.wk-name {
	padding: 15px 0;
}
.wk-headline {
	text-align: left;
	margin: 15px 0;
}
.wk-info span.days{
	display: block;
}
.wk-info .wk-massage_wrap{
	
}
.wk-info .wk-massage_wrap .massage_box{
	margin:10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #7cc0b4;
}

.wk-info .wk-massage_wrap .massage_box .box_l{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.wk-info .wk-massage_wrap .massage_box .box_l .img_box{
	width: 40px;
	height: 40px;
	line-height: 14px;
	border-radius: 50%;
	background: url(../image/icon/foundo_logo.png) no-repeat scroll center center #fff;
	background-size: 40px 40px;
	color:#7cc0b4;
	font-size:0px;
	text-align: center;
	vertical-align: middle;
}
.wk-info .wk-massage_wrap .massage_box .box_l .img_box img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.wk-info .wk-massage_wrap .massage_box .box_r{
	width:170px;
	display: inline-block;
	vertical-align:top;
}
.wk-info .wk-massage_wrap .massage_box .box_r .name{
	display: block;
	font-size:14px;
	line-height: 1.6;
	font-weight: normal;
	color: #666;
}
.wk-info .wk-massage_wrap .massage_box .box_r .price{
	display: block;
	font-size:12px;
	line-height: 1.6;
	font-weight: bold;
	color: #000;
}
.wk-info .wk-massage_wrap .massage_box .box_r .comment{
	display: block;
	font-size:10px;
	line-height: 1.4;
	color: #666;
}
.wk-info .wk-massage_wrap .massage_box .box_r .date{
	display: block;
	font-size:10px;
	color: #ccc;
}
/*.more-btn{
	width: 200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #7cc0b4;
	color: #7cc0b4;
	margin: 10px auto 0;
	transition: 0.5s;
}
.more-btn:hover{
	background: #7cc0b4;
	color: #fff !important;
}
*/

.more-btn {
	width: 100%;
	height: 35px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #7cc0b4;
	border-radius: 3px;
	color: #7cc0b4 !important;
	font-size: 14px;
	margin-top: 24px;
	transition: 0.5s;
}
.more-btn:hover {
	color: #fff !important;
}
.more-btn:before {
	content: "もっと見る";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
 	background: #7cc0b4;
 	color: #fff !important;
}
.more-btn:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
	color: #fff !important;
}
.more-btn span {
	z-index: 1;
	display: inline-block;
}









.bl-check-box{
	text-align: center;
}
.owner-msg {
	background: url(../image/icon/icon_mail.png) no-repeat scroll left center;
	display: inline-block;
	padding-left: 30px;
}
.owner-msg a {
	color: #7cc0b4 !important;
	text-decoration: underline !important;
}
.m-heading3 {
	margin-bottom: 20px;
	height: 40px;
}
.m-heading3 .title {
	display: inline-block;
	padding: 0 0 0 12px;
	border-left: 7px solid #7cc0b4;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	float: left;
}
.m-heading3 .more {
	display: inline-block;
	background-color: #ff5a5f;
	line-height: 40px;
	font-size: 28px;
	padding: 4px 60px 0;
	float: right;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}
.m-heading3 .more:hover {
    background-color: #92d0c5;
}
.m-heading4 {
	margin-bottom: 20px;
	padding: 0 20px;
	height: 40px;
}
.return-box {
	background-color: #f8f8f8;
	padding: 30px;
	margin: 0 20px 30px;
}
.return-box-left {
	width: 25%;
	text-align: center;
	float: left;
}
.rb-price {
	background: url(../image/icon/icon_present.png) no-repeat scroll center top;
	font-weight: bold;
	font-size: 18px;
	padding-top: 38px;
	text-align: center;
	margin-bottom: 15px;
}
.patron {
	background: url(../image/icon/icon_patron.png) no-repeat scroll left center;
	padding-left: 18px;
	display: inline-block;
	
}
.schedule {
	background: url(../image/icon/icon_train.png)no-repeat scroll left center;
	padding-left: 18px;
	display: inline-block;
}
.return-box-center {
	width: 60%;
	text-align: left;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.return-box-right {
	float: left;
	width: 15%;
}
.return-box-right img {
	float: left;
	width: 100%;
}

.tier {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    /*box-sizing: border-box;*/
    display: inline-block;
    height: 205px;
    margin-right: 16px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 32%;
}
.tier:nth-child(3n) {
	margin-right: 0;
}
.tier h3 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    padding: 20px 0;
    text-align: center;
	text-transform: none;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}
.tier h5 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px;
}
.tier p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 10px;
}






.fd-ownner2 {
	/*min-height: 48px;*/
	display: inline-block;
}
.fd-ownner2 img {
	border: 4px solid #F8F8F8;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.fdo-name2 {
    float: left;
    /*line-height: 48px;*/
}
.fd-label2 {
	background-color: #7cc0b4;
	display: inline-block;
	padding: 6px 18px 5px;
	line-height: 1;
	color: #fff;
	border-radius: 2px;
}
.fd-label2:hover {
    background-color: #5aa89a;
}
.fd-label2 a {
    color: #ffffff;
}
.activity-box-wrap {
	background-color: #F8F8F8;
}

.activity-box {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.mypage_profile_image {
	text-align: center;
	margin-bottom: 20px;
}
.mypage_profile_image img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
}
.mypage_donate_count_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto 40px;
}
.mypage_donate_count_box {
	width: 32%;
	border: 1px solid #7cc0b4;
	border-radius: 5px;
	background-color: #fff;
}
.mypage_donate_count_tit {
	background-color: #7cc0b4;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
.mypage_donate_count {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;

}
.mp_nickname {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.mypage_profile_wrap {
	max-width: 800px;
	margin: 0 auto 40px;
}
.mypage_profile_inner {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

.org_overview_wrap {
	margin-bottom: 30px;
}
.org_overview_img {
	margin-bottom: 20px;
	text-align: center;
}
.org_overview_img img {
	width: 160px;
	height: 160px;
	border-radius: 5px;
}
.org_overview_name {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.org_overview_txt {
	line-height: 2;
}


.org_donate_count_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 40px;
}
.org_donate_count_box {
	width: 24%;
	border: 1px solid #7cc0b4;
	border-radius: 5px;
}
.org_donate_count_tit {
	background-color: #7cc0b4;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
.org_donate_count {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;

}
.mypage_sns {
	text-align: center;
}
.mypage_sns img {
	width: 35px;
}



.orb_support_btn {
	width: 250px;
	height: 35px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #7cc0b4;
	border-radius: 3px;
	color: #7cc0b4 !important;
	font-size: 14px;
	margin: 0 auto;
	font-weight: normal;
}
.orb_support_btn:hover {
	color: #fff !important;
}
.orb_support_btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
 	background: #7cc0b4;
}
.orb_support_btn:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.orb_support_btn span {
	z-index: 1;
	display: inline-block;
}





/*
.actv-left {
    float: left;
    height: 400px;
    width: 600px;
}
.actv-right {
    float: right;
    height: 340px;
    width: 540px;
}*/
.actv-right {
    border-top: 1px solid  #7cc0b4;
	padding-top:20px;
}


.actv-left {
    float: left;
	width: 65%;
	height: 520px;
}
.actv-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.actv-right {
    float: right;
	width: 32%;
}
.actv-right p{
    font-size: 14px;
	font-weight: normal;
}

/*.actv-left img{
	width: 100%;
    height: auto;
    border-radius: 5px;
    
}*/

.don-total {
	/*border-bottom: 1px solid #7cc0b4;*/
	padding-bottom: 5px;

	margin-bottom: 5px;
}
.dt-left {
	/*float: left;*/
	font-size: 14px;
	line-height: 1.6;
	/*padding-left: 22px;*/
}
.dt-right {
	/*float: right;*/
	font-size: 32px;
}

.month_donate_amount_box {
	margin-bottom: 15px;
}
.mdab_tit {
	font-size: 14px;
}
.mdab_amount {
	font-weight: bold;
	font-size: 32px;
}
.month_donate_number_box {
	margin-bottom: 15px;
}
.mdnb_tit {
	font-size: 14px;
}
.mdnb_number {
	font-weight: bold;
	font-size: 32px;
}
.actv_cumulative {
	margin-bottom: 15px;
}
.actv_continuation {
	margin-bottom: 20px;
}
.activity_intro {
	margin-bottom: 10px;
}

/*
.dt-total {
	background: url(../image/icon/icon_yen2.png) no-repeat scroll left center;
}
.dt-number {
	background: url(../image/icon/icon_people2.png) no-repeat scroll left center;
}*/
.month-total {
	/*background-color: #f8f8f8;*/
	/*height: 100px;*/
	padding:10px 0;
}
.mt-left {
	float: left;
	padding: 20px;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
}
.mt-right {
	float: right;
	padding: 20px;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
}
.mt-left span {
	font-weight: bold;
	font-size: 20px;
	display: block;
}
.mt-right span {
	font-weight: bold;
	font-size: 20px;
	display: block;
}
.fundraiser-button2 {
	background-color: #7cc0b4;
   /* box-shadow: 0 4px 0 #5aa89a;*/
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight:normal;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
	transition: 0.5;
}
.fundraiser-button2:hover {
	background-color: #5aa89a;
}

.fundraiser-button2 span {
	/*background: url(../image/icon/icon_hart.png) no-repeat scroll left center;*/
	display: inline-block;
	/*padding-left: 28px;*/
	color: #fff;
}



.donate_btn_01 {
	width: 100%;
	height: 70px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #7cc0b4;
	border-radius: 5px;
	color: #fff !important;
	font-size: 18px;
	background-color: #7cc0b4;
	margin-bottom: 15px;
	transition: 0.5s;
	box-sizing: border-box;
}
.donate_btn_01:hover {
	color: #fff !important;
	border-radius: 5px !important;
	border: 1px solid #5aa89a;
}
.donate_btn_01:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
 	background: #5aa89a;
 	border-radius: 5px;
}
.donate_btn_01:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.donate_btn_01 span {
	z-index: 1;
	display: inline-block;
}







.fundraiser-button4 {
	background-color: #f1f1f1;
    box-shadow: 3px 3px 3px #ccc;
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
	border-radius: 8px;
	transition: 0.5;
}
.fundraiser-button4:hover {
	background-color: #5aa89a;
	color:#fff;
}

.pjt-title {
	font-size: 24px;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #cccccc;*/
	padding-left: 15px;
	font-weight: bold;
	line-height: 1.4;
	border-left: 3px solid #7CC0B4;
}
.pjt-title span {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}
.interview-box {
	margin-bottom: 70px;
}
.interview-title {
	background: url(../image/bg/border.png) repeat-x scroll top center;
	padding: 40px 0 35px 0;
	border-bottom: 1px solid #000;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 20px;
}
.interview-title2 {
	background: url(../image/bg/border.png) repeat-x scroll top center;
	padding: 40px 0 35px 0;
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 30px;
}
.interview-indent {
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
}
.ii-left {
	float: left;
	width: 25%;
}
.ii-left img {
	width: 100%;
}
.ii-right {
	float: right;
	width: 75%;
	padding-left: 20px;
	box-sizing: border-box;
}
.ttl {
	
}
.ttl-date {
	float: left;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
}
.ttl-more {
	background: url(../image/icon/arrow01.png) no-repeat scroll right center;
	float: right;
	display: inline-block;
	padding-right: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

.acv-year {
	margin-bottom: 30px;
	border-bottom: 1px solid #c0c0c0;
	font-size: 18px;
}
.interview-n-box {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.interview-n-box-thum {
	float: left;
	width: 20%;
	margin-right: 15px;
	height: 120px;
}
.interview-n-box-thum img {
	width: 100%;
	height: 100%;
	margin-right: 15px;
	object-fit: cover;
	border-radius: 5px;

}
.interview-n-box-right {
	width: 78%;
}
.inb-date {
	display: inline-block;
	float: left;
	color: #979797;
}
.inb-category {
	display: inline-block;
	float: left;
	color: #979797;
}
.inb-title {
	font-size: 18px;
	line-height: 1.5;
}
.press-n-box {
	margin-bottom: 30px;
}
.press-n-box-thum {
	float: left;
	width: 120px;
	margin-right: 15px;
}
.press-n-box-right {
	float: left;
	width: 70%;
}
.prs-date {
	display: inline-block;
	float: left;
	color: #979797;
}
.prs-category {
	display: inline-block;
	float: left;
	color: #979797;
}
.prs-title {
	font-size: 18px;
	line-height: 1.5;
}

.archive-box {
	padding: 20px;
	background-color: #F8F8F8;
}
.archive-box h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.archive {
	
}
.archive li {
	/*background: url(../image/icon/arrow02.png) no-repeat scroll left center;*/
	padding: 5px 0 3px 5px;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 2px;
}
.archive li a {
	display: block;
	line-height: 1;
}
.archive li a span {
	padding-left: 5px;
	display: inline-block;
	line-height: 1;
}
.archive li a span img {
	vertical-align: top;
}
.interview-all-box {
	margin-bottom: 40px;
	font-size: 16px;
}
.itv-pager {
	
}
.itvp-left {
	float: left;
	width: 33.2%;
	font-size: 18px;
}
.itvp-left a {
	background: url(../image/icon/arrow_back.png) no-repeat scroll left center;
	padding-left: 22px;
	display: inline-block;
}
.itvp-center {
	float: left;
	width: 33.2%;
	font-size: 16px;
	text-align: center;
}
.itvp-center a {
	display: inline-block;
	padding: 5px 15px;;
	background-color: #000;
	color: #fff !important;
}
.itvp-right {
	float: left;
	width: 33.2%;
	font-size: 18px;
	text-align: right;
}
.itvp-right a {
	background: url(../image/icon/arrow_next.png) no-repeat scroll right center;
	display: inline-block;
	padding-right: 22px;
}

.faq-category {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
/*
.faq-category li {
    float: left;
    margin-bottom: 20px;
    width: 280px;
}
.faq-category li:nth-child(2n) {
    margin-left: 20px;
}
*/
.faq-category li {
    display: inline-block;
    margin:0 20px 20px 20px;
    width: 30%;
}

.faq-category li a {
    background-color: #7CC0B4;
    border-radius: 31px;
    display: block;
    font-size: 14px;
    height: 62px;
    line-height: 62px;
    transition: all 0.3s ease 0s;
	color: #fff !important;
	text-align: center;
}
.faq-tit {
    border-bottom: 1px solid #b6bdd3;
    font-size: 18px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
}
.faq-tit  span {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0 32px;
    position: relative;
    top: 15px;
}


.faq-box {
    margin-bottom: 40px;
}
.accordion_ul section h1 {
    border-bottom: 1px dotted #ccc;
    padding: 18px 10px;
    cursor: pointer;
    position: relative;
	font-weight: normal;
}
.accordion_ul section h1:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: #7CC0B4;
}
.accordion_ul section h1:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: 12px;
  background: #fff;
}

.accordion_ul section h1.active:before {
  margin-top: 2px;
}
.accordion_ul section h1.active:after {
  margin-top: -3px;
}
.accordion_ul section div {
    background-color: #f7f7f5;
    margin-bottom: 10px;
    padding: 14px 24px 18px 24px;
}
.accordion_ul section li a {
    position: relative;
    display: block;
}
.accordion_ul section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #9CF;
}
.accordion_ul section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}
.font-en {
	font-family: "Times New Roman",Times,Garamond,Georgia,serif;
	font-size: 24px;
	font-weight: normal;	
	line-height: 24px;
	margin-right: 5px;
}


/*------　会員登録-　-----*/
.register-form dl {
    margin-bottom: 10px;
}
.register-form dt {
    background: #7CC0B4 none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 18px 0;
    width: 25%;
	text-align: center;
}
.register-form dd {
    width: 75%;
	float: left;
}
.register-form input[type="text"], .register-form input[type="email"] {
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #7CC0B4 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 1px 0 0;
    box-sizing: border-box;
    color: inherit;
    font-size: inherit;
    margin: 0 0 0 1px;
    padding: 18px;
    vertical-align: middle;
    width: 100% !important;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right:5px;
}

.rqr {
    color: #f22;
    margin-bottom: 10px;
}
.rqr img {
    margin-right: 3px;
    vertical-align: middle;
}
.register-table {
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 30px;
    width: 100%;
}
.register-table th {
	width: 25%;
    background-color: #f7f7f5;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 20px 5px 20px 20px;
    text-align: left;
    vertical-align: middle;
}

.register-table th.pc_none {
	display: block;
}
@media ( min-width : 768px) {
.register-table th.pc_none {
	display: none;
}
}

sup {
    color: #f22;
    font-size: 14px;
}
.register-table td {
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}
.ipcstm {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 8px 10px;
    width: 100%;

    box-sizing: border-box;
}
.notes2 {
    color: #aaa;
    display: block;
    font-size: 11px;
    line-height: 1.6;
}
#secBtn {
    margin: 20px 0 40px;
    padding-top: 20px;
    text-align: center;
}
#secBtn .btnSubmit, #secBtn .btnPrev {
	font-family: "メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
    background-color: #333;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 62px;
    line-height: 62px;
    outline: medium none;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 300px;
	cursor:  pointer;
}
#secBtn .btnSubmit span {
/*    background: rgba(0, 0, 0, 0) url(../image/icon/ico_arrow01.png) no-repeat scroll right center;*/
    padding-right: 0px;
}



#secBtn2 {
    margin: 20px 0 40px;
    padding-top: 20px;
    text-align: center;
}
#secBtn2 .btnSubmit, #secBtn2 .btnPrev {
	font-family: "メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
    background-color: #333;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 62px;
    line-height: 62px;
    outline: medium none;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 380px;
	cursor:  pointer;
}
#secBtn2 .btnSubmit span {
/*    background: rgba(0, 0, 0, 0) url(../image/icon/ico_arrow01.png) no-repeat scroll right center;*/
    padding-right: 0px;
}
.confirm-box dt {
    line-height: 2;
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 5px;
	font-weight: bold;
}
.confirm-box dd {
    line-height: 2;
    margin-bottom: 30px;
    padding: 10px 17px;
	background-color: #f2f2f2;
	border-radius: 3px;
}

.btnCom {
    background-color: #7CC0B4;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    transition: all 0.3s ease 0s;
	width: 346px;
	color: #fff !important;
}





/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
	background-color: #2b2d2e;
}
.footer-inner {
	max-width: 1200px;
	padding: 40px 20px;
	margin: 0 auto;
}
.footer_wrap {
	display: flex;
	justify-content: space-between;
}
.footer-left {
	width: 28%;
	margin-right: 2%;
}
.footer-logo {
	margin-bottom: 20px;
	padding: 0 80px 0 0;
}
.footer-left p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.footer-social {
	
}
.footer-social ul {
	
}
.footer-social ul li {
	float: left;
	margin-right: 15px;
}
.footer-right {
	width: 70%;
}

.fnav {

}
.fnav div {
    float: left;
    width: 25%;
}
.fnav h2 {
	color: #fff !important;
}
.fnav ul li {
    background: rgba(0, 0, 0, 0) url(../image/icon/icon_square01.png) no-repeat scroll left center;
    font-size: 13px;
    padding-left: 10px;
}
.fnav ul li a {
	color: #fff !important;
}
.fnav_st {

}
.fnav_st div {
    float: left;
    width: 25%;
}
.fnav_st h2 {
	color: #fff !important;
}
.fnav_st ul li {
    background: rgba(0, 0, 0, 0) url(../image/icon/icon_square01.png) no-repeat scroll left center;
    font-size: 13px;
    padding-left: 10px;
}
.fnav_st ul li a {
	color: #fff !important;
}


.footer-border {
	border-bottom: 1px solid #555758;
	height: 1px;
	width: 100%;
}
.footer2 {
	max-width: 1200px;
	padding: 20px;
	margin: 0 auto;
}
.fnav2 {
	padding: 10px 0;
}
.fnav2 ul {

}
.fnav2 ul li {
	float: left;
	width: 20%;
	text-align: center;
}
.fnav2 ul li a {
	color: #fff;
}
.copyright {
	text-align: center;
	padding: 10px 0;
	color: #fff;
}




























.boxes5 {
	/*padding: 0 20px;*/
	width: 950px;
	margin: 0 auto;
}
.boxes5 .box {
	float: left;
    padding: 5px 1%;
    width: 23%;
}
.boxes5 .box .box-in {
	background-color: #f8f8f8;
    box-shadow: 0 4px 0 #e3e4e8;
    margin-bottom: 4px;
    padding-bottom: 45px;
    position: relative;
    width: 100%;
}
.boxes5 .box .box-in {
    height: 480px !important;
}
.boxes5 .box .box-in .box-thumbnail img {
    width: 100%;
}
.boxes5 .box .box-in .ownner {
    height: 48px;
	margin-top: -15px;
	z-index: 100 !important;
	position: relative;
	padding-left: 20px;
}
.boxes5 .box .box-in .ownner-thumbnai {
   
}
.boxes5 .box .box-in .ownner-thumbnai img {
    border: 4px solid #fff;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
	transition: 0.5s;
}
.boxes5 .box .box-in .ownner-thumbnai img:hover {
    opacity: 0.5;
}
.boxes5 .box .box-in .ownner-name {
    color: #838383;
    float: left;
    line-height: 27px;
	padding-top: 20px;
	font-size: 13px;
}
.boxes5 .box .box-in .box-title {
    padding: 10px 20px;
}
.boxes5 .box .box-in .box-title h4 {
    line-height: 1.5;
	margin-bottom: 10px;
}
.boxes5 .box .box-in .box-title .sub {
    
}
.boxes5 .box .box-in .overview {
	padding: 0 20px;
}
.boxes5 .box .box-in .month {
	border: 1px solid #7cc0b4;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.boxes5 .box .box-in .month .month-left {
	background-color: #7cc0b4;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 30px;
    text-align: center;
    width: 35%;
}
.boxes5 .box .box-in .month .month-right {
	box-sizing: border-box;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 1px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 65%;
}
.boxes5 .box .box-in .count {
	border: 1px solid #7cc0b4;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
}
.boxes5 .box .box-in .count .total {
    border-right: 1px solid #7cc0b4;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
}
.boxes5 .box .box-in .count .number {
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
}
.boxes5 .box .box-in .count .total .total-money {
	 background: url(../image/icon/icon_yen.png) no-repeat scroll left 8px;
	 padding-left: 16px;
	 display: inline-block;
	 font-weight: normal;
}
.boxes5 .box .box-in .count .number .total-number {
	 background: url(../image/icon/icon_people.png) no-repeat scroll left 8px;
	 padding-left: 20px;
	 display: inline-block;
	 font-weight: normal;
}




.top-updates2 {
    background-color: #434a54;
    /*border-radius: 5px;*/
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
}
.top-updates2 img{
	opacity: 0.4;
	transition: 0.5s;
}

.top-updates2 img:hover{
	opacity: 1;
}
#topics_wrap{
	background-color: #eee;
	padding:30px;
	border-bottom: 1px solid #dcdcdc;
}
.topics_box{
	width: 950px;
	margin: 0 auto;
	
}
.topics_box span.index{
	background-color: #666;
	padding: 5px 8px;
	color: #fff;
	border-radius: 6px;
	margin-right: 15px;
}
.topics_box span.read{
font-size: 14px;
	letter-spacing: 2px;
}
.ownner-thumbnai img:hover{
    opacity: 0.8;
}









/*************************************************************

                     団体　リスト

*************************************************************/







.boxes6 {
	/*padding: 0 20px;*/
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}
.boxes6 .box {
	float: left;
    padding: 20px 0 20px 20px;
    width: 25%;
    box-sizing: border-box;
}
.boxes6 .box .box-in {
	background-color: #f8f8f8;
    box-shadow: 0 4px 0 #e3e4e8;
    margin-bottom: 4px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.boxes6 .box .box-in {
    height: 290px !important;
}
.boxes6 .box .box-in .box-thumbnail {
    width: 80%;
	height:220px;
	padding:10% 10% 0 10%;
	overflow: hidden;
	margin-bottom: 12px;
}
.boxes6 .box .box-in .box-thumbnail img {
    width: 100%;
	transition: 0.5s;
	border-radius: 5px;
	height:auto;
}
.boxes6 .box .box-in .box-thumbnail img:hover {
    opacity: 0.5;
}
.boxes6 .box .box-in .ownner {
    height: 48px;
	margin-top: -15px;
	z-index: 100 !important;
	position: relative;
	padding-left: 26px;
}
.boxes6 .box .box-in .ownner-thumbnai {
   
}
.boxes6 .box .box-in .ownner-thumbnai img {
    border: 4px solid #fff;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
	transition: 0.5s;
}
.boxes6 .box .box-in .ownner-thumbnai img:hover {
    opacity: 0.5;
}
.boxes6 .box .box-in .ownner-name {
    float: left;
    line-height: 27px;
	padding-top: 20px;
	font-size: 13px;
}
.boxes6 .box .box-in .box-title {
    padding: 10px 20px;
}
.boxes6 .box .box-in .box-title h4 {
    line-height: 1.5;
	margin-bottom: 8px;
	font-size: 12px;
}
.boxes6 .box .box-in .box-title .sub {
	font-size: 12px;
	line-height: 1.6;
	
    
}
.boxes6 .box .box-in .overview {
	position: absolute;
	top:0;
	left:0;
	width:70%;
	height: 135px !important;
	background: rgba(240,130,0,0.9);
	color:#fff;
	margin: 10% 10% 0 10%;
	padding:40px 5%;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
	font-weight: bold;
}
.boxes6 .box .box-in .overview:hover {
	position: absolute;
	top:0;
	left:0;
	width:70%;
	height: 135px !important;
	background: rgba(240,130,0,0.9);
	margin: 10% 10% 0 10%;
	padding:40px 5%;
	opacity: 0.9;
	border-radius: 5px;
}
.boxes6 .box .box-in .month {
	border: 1px solid #f08200;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.boxes6 .box .box-in .month .month-left {
	/*background-color: #f08200;*/
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    line-height: 30px;
    text-align: center;
    width: 35%;
}
.boxes6 .box .box-in .month .month-right {
	box-sizing: border-box;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 1px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 65%;
}
.boxes6 .box .box-in .count {
	border: 1px solid #f08200;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
}
.boxes6 .box .box-in .count .total {
    border-right: 1px solid #f08200;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
}
.boxes6 .box .box-in .count .number {
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
}
.boxes6 .box .box-in .count .total .total-money {
	 background: url(../image/icon/icon_yen.png) no-repeat scroll left 7px;
	 padding-left: 16px;
	 display: inline-block;
	 font-weight: normal;
}
.boxes6 .box .box-in .count .number .total-number {
	 background: url(../image/icon/icon_people.png) no-repeat scroll left 7px;
	 padding-left: 20px;
	 display: inline-block;
	 font-weight: normal;
}













/*************************************************************

                     プロジェクト　リスト

*************************************************************/




.boxes7 {
	/*padding: 0 20px;*/
}
.boxes7 .box {
	float: left;
    padding: 20px;
    width: 21.7%;
}
.boxes7 .box .box-in {
	background-color: #f8f8f8;
    box-shadow: 0 4px 0 #e3e4e8;
    margin-bottom: 4px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}
.boxes7 .box .box-in {
    height:420px !important;
}
.boxes7 .box .box-in .box-thumbnail{
    width: 100%;
	position: relative;
	padding: 75% 0 0;
	overflow: hidden;
	transition: 0.5s;
}
.boxes7 .box .box-in .box-thumbnail img {
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
    width: 100%;
	transition: 0.5s;
}
.boxes7 .box .box-in .box-thumbnail img:hover {
    opacity: 0.5;
}

.boxes7 .box .box-in .ownner {
    height: 48px;
	margin-top: -15px;
	z-index: 100 !important;
	position: relative;
	padding-left: 20px;
}
.boxes7 .box .box-in .ownner-thumbnai {
   
}
.boxes7 .box .box-in .ownner-thumbnai img {
    border: 4px solid #fff;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
	transition: 0.5s;
}
.boxes7 .box .box-in .ownner-thumbnai img:hover {
    opacity: 0.5;
}
.boxes7 .box .box-in .ownner-name {
    color: #838383;
    float: left;
    line-height: 27px;
	padding-top: 20px;
	font-size: 13px;
}
.boxes7 .box .box-in .box-title {
    padding: 10px 20px;
}
.boxes7 .box .box-in .box-title h4 {
    line-height: 1.5;
	margin-bottom: 8px;
	font-size: 12px;
}
.boxes7 .box .box-in .box-title .sub {
	font-size: 12px;
	line-height: 1.6;
	max-height: 40px;
	overflow: hidden;
    
}
.boxes7 .box .box-in .overview {
	padding: 0 10px;
}
.boxes7 .box .box-in .overview p{
	background: url(../image/icon/icon_yen2.png) no-repeat scroll left center;
	background-size: 15px auto;
	padding-left: 20px;
	margin-bottom:5px;
}
.boxes7 .box .box-in .bar {
	border: 1px solid #ff5a5f;
	height: 20px;
	width: 100%;
	margin-bottom: 10px;
}
.boxes7 .box .box-in .bar-inner {
	background-color: #ff5a5f;
	line-height: 20px;
	color: #fff;
	font-size:12px;
	text-align: center;
}

.boxes7 .box .box-in .count {
	border: 1px solid #ee646f;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
}
.boxes7 .box .box-in .count .total {
    border-right: 1px solid #ee646f;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 46%;
}
.boxes7 .box .box-in .count .number {
    box-sizing: border-box;
	border-right: 1px solid #ee646f;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 30%;
}
.boxes7 .box .box-in .count .day {
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 24%;
}
.boxes7 .box .box-in .count .total .total-money {
	 background: url(../image/icon/icon_yen.png) no-repeat scroll left 7px;
	 padding-left: 16px;
	 display: inline-block;
	 font-weight: normal;
}
.boxes7 .box .box-in .count .number .total-number {
	 background: url(../image/icon/icon_people.png) no-repeat scroll left 7px;
	 padding-left: 20px;
	 display: inline-block;
	 font-weight: normal;
}
.boxes7 .box .box-in .count .day .total-day {
	 background: url(../image/icon/icon_watch.png) no-repeat scroll left 7px;
	 background-size: 12px auto;
	 padding-left: 20px;
	 display: inline-block;
	 font-weight: normal;
		overflow: hidden;
	white-space: nowrap;
}










.boxes8 {
	/*padding: 0 20px;*/
	padding:0;
}
.boxes8 .box {
	clear:both;
    padding: 0px 1px 40px;
    width: 100%;
	
}

.boxes8 a {
	color: #000 !important;
}
.boxes8 a:hover {
	color: #ff5a5f !important;
}
.boxes8 .box .box-in {
/*
	background-color: #f8f8f8;
    box-shadow: 0 4px 0 #e3e4e8;
*/
/*    margin-bottom: 4px;*/
/*    padding-bottom: 20px;*/
	padding: 0;
	margin: 0;
    position: relative;
    width: 100%;
	overflow: hidden;
	border: 1px solid #e3e4e8;
}
.boxes8 .box .box-in {
    height:auto !important;
}
.inner_left,
.inner_right{
	float: left;
}
.inner_left{
	width:35%
}
.inner_right{
/*	margin-top: 15px;*/
	width:65%
}
/*
.boxes8 .box .box-in .box-thumbnail img {
    width: 100%;
	transition: 0.5s;
}
.boxes8 .box .box-in .box-thumbnail img:hover {
    opacity: 0.5;
}
*/

.boxes8 .box .box-in .box-thumbnail{
    width: 100%;
	position: relative;
	padding: 66.666666% 0 0;
	overflow: hidden;
	transition: 0.5s;
}
.boxes8 .box .box-in .box-thumbnail img {
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: 0;
    width: 100%;
	transition: 0.5s;
    /*height: 173px;*/
    object-fit: cover;
}
.boxes8 .box .box-in .box-thumbnail img:hover {
    opacity: 0.5;
}
.boxes8 .box .box-in .ownner {
    height: auto;
	margin-top: 0px;
	z-index: 100 !important;
	position: relative;
	padding-left: 20px;
}
.boxes8 .box .box-in .ownner-thumbnai {
   
}
.boxes8 .box .box-in .ownner-thumbnai img {
    border: 4px solid #fff;
    float: left;
    margin-right: 10px;
    width: 40px;
	transition: 0.5s;
}
.boxes8 .box .box-in .ownner-thumbnai img:hover {
    opacity: 0.5;
}
.boxes8 .box .box-in .ownner-name {
    color: #838383;
    float: left;
    line-height: 27px;
	padding-top: 0px;
	font-size: 13px;
}
.boxes8 .box .box-in .box-title {
    padding: 12px 20px 5px;
}
.boxes8 .box .box-in .box-title h4 {
    line-height: 1.5;
	/*margin-bottom: 8px;*/
	font-size: 16px;
}
.boxes8 .box .box-in .box-title .sub {
	font-size: 12px;
	line-height: 1.6;
    
}
.boxes8 .box .box-in .overview {
	padding: 0 20px;
}
.boxes8 .box .box-in .overview p{
	background-size: 15px auto;
	padding-left: 0px;
	margin-bottom:5px;
}
.boxes8 .box .box-in .bar {
	border: 1px solid #ff5a5f;
	height: 20px;
	width: 100%;
	margin-bottom: 10px;
}
.boxes8 .box .box-in .bar-inner {
	background-color: #ff5a5f;
	line-height: 20px;
	color: #fff;
	font-size:12px;
	text-align: center;
}

.boxes8 .box .box-in .count {
	border: 1px solid #ee646f;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
}
.boxes8 .box .box-in .count .total {
    border-right: 1px solid #ee646f;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 46%;
}
.boxes8 .box .box-in .count .number {
    box-sizing: border-box;
	border-right: 1px solid #ee646f;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 30%;
}
.boxes8 .box .box-in .count .day {
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 24%;
}
.boxes8 .box .box-in .count .total .total-money {
	 background: url(../image/icon/icon_yen.png) no-repeat scroll left 7px;
	 padding-left: 16px;
	 display: inline-block;
	 font-weight: normal;
}
.boxes8 .box .box-in .count .number .total-number {
	 background: url(../image/icon/icon_people.png) no-repeat scroll left 7px;
	 padding-left: 20px;
	 display: inline-block;
	 font-weight: normal;
}
.boxes8 .box .box-in .count .day .total-day {
	 background: url(../image/icon/icon_watch.png) no-repeat scroll left 7px;
	 background-size: 12px auto;
	 padding-left: 20px;
	 display: inline-block;
	 font-weight: normal;
}





.boxes8 .box .box-in .count2 {
	
    box-sizing: border-box;
    height: 30px;
    width: 100%;
	margin-bottom:5px;
}
.boxes8 .box .box-in .count2 .total {

    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: left;
    width: 46%;
}

.boxes8 .box .box-in .count2 .day {

    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: right;
    width: 30%;
}



.boxes8 .box .box-in .count2 .total .total-money {
	 font-size:18px;
	
}
.boxes8 .box .box-in .count2 .number .total-number {
	 font-size:18px;
}
.boxes8 .box .box-in .count2 .day .total-day {
	 font-size:14px;
}




.boxes8 .box .box-in .finish_project, .boxes4 .box .box-in .finish_project, .boxes4 .box-pro .box-in .finish_project{
	width:100%;
	height:100%;
	background: rgba(126,126,126,0.5);
	position: absolute;
	top:0;
	left:0;
	z-index: 555;
}












/*************************************************************

                     特集　リスト

*************************************************************/





.boxes_sp {
	/*padding: 0 20px;*/
	margin-bottom: 27px;
}
.boxes_sp .box {
	float: left;
    padding: 10px 20px 0 20px;
    width: 30.1%;
}
.boxes_sp .box .box-in {
	background-color: #f8f8f8;
    box-shadow: 0 4px 0 #e3e4e8;
    margin-bottom: 4px;
    padding-bottom: 45px;
    position: relative;
    width: 100%;
}
.boxes_sp .box .box-in {
    height: 480px !important;
}
.boxes_sp .box .box-in .box-thumbnail img {
    width: 100%;
	transition: 0.5s;
}
.boxes_sp .box .box-in .box-thumbnail img:hover {
    opacity: 0.5;
}

.boxes_sp .box .box-in .ownner {
    height: 48px;
	margin-top: -15px;
	z-index: 100 !important;
	position: relative;
	padding-left: 20px;
}
.boxes_sp .box .box-in .ownner-thumbnai {
   
}
.boxes_sp .box .box-in .ownner-thumbnai img {
    border: 4px solid #fff;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
	transition: 0.5s;
}
.boxes_sp .box .box-in .ownner-thumbnai img:hover {
    opacity: 0.5;
}
.boxes_sp .box .box-in .ownner-name {
    color: #838383;
    float: left;
    line-height: 27px;
	padding-top: 20px;
	font-size: 13px;
}
.boxes_sp .box .box-in .box-title {
    padding: 10px 20px;
}
.boxes_sp .box .box-in .box-title h4 {
    line-height: 1.5;
	margin-bottom: 10px;
}
.boxes_sp .box .box-in .box-title .sub {
    
}
.boxes_sp .box .box-in .overview {
	padding: 0 20px;
}
.boxes_sp .box .box-in .month {
	border: 1px solid #7cc0b4;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.boxes_sp .box .box-in .month .month-left {
	background-color: #7cc0b4;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 30px;
    text-align: center;
    width: 35%;
}
.boxes_sp .box .box-in .month .month-right {
	box-sizing: border-box;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 1px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 65%;
}
.boxes_sp .box .box-in .count {
	border: 1px solid #7cc0b4;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
}
.boxes_sp .box .box-in .count .total {
    border-right: 1px solid #7cc0b4;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
}
.boxes_sp .box .box-in .count .number {
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 28px;
    text-align: center;
    width: 50%;
}
.boxes_sp .box .box-in .count .total .total-money {
	 background: url(../image/icon/icon_yen.png) no-repeat scroll left 8px;
	 padding-left: 16px;
	 display: inline-block;
	 font-weight: normal;
}
.boxes_sp .box .box-in .count .number .total-number {
	 background: url(../image/icon/icon_people.png) no-repeat scroll left 8px;
	 padding-left: 20px;
	 display: inline-block;
	 font-weight: normal;
}

.top_special {

}
.top_special img {
	border-radius: 3px;
}












.m-heading_s {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 20px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.m-heading_s .en {
    display: block;
	color:#666;
    font-size: 28px;
	font-weight: bolder;
}
.m-heading_s .jp {
    display: block;
	color:#999;
    font-size: 14px;
    margin-top: 10px;
	font-weight: normal;
}

.boxes-sponsor {
	width: 1200px;
	margin: 0 auto;
}















/*
.detail_tab{
	width: 100%;
	border-bottom: 4px solid #7cc0b4;
	margin-bottom: 20px;
}



.detail_tab .report_a{
	color:#fff;
	background: url(../image/icon/report_w.png) no-repeat scroll 50px center  #7cc0b4;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .report{
	color:#666;
	background: url(../image/icon/report_g.png) no-repeat scroll 50px center  #eee;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .report:hover{
	color:#fff;
	background: url(../image/icon/report_w.png) no-repeat scroll 50px center  #7cc0b4;
	background-size: 18px auto;
}

.detail_tab .detail_a{
	color:#fff;
	background: url(../image/icon/detail_w.png) no-repeat scroll 35px center #7cc0b4;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .detail{
	color:#666;
	background: url(../image/icon/detail_g.png) no-repeat scroll 35px center #eee;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .detail:hover{
	color:#fff;
	background: url(../image/icon/detail_w.png) no-repeat scroll 35px center #7cc0b4;
	background-size: 18px auto;
}



.detail_tab .comment_a{
	color:#fff;
	background: url(../image/icon/comment_w.png) no-repeat scroll 20px center #7cc0b4;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .comment{
	color:#666;
	background: url(../image/icon/comment_g.png) no-repeat scroll 20px center #eee;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .comment:hover{
	color:#fff;
	background: url(../image/icon/comment_w.png) no-repeat scroll 20px center #7cc0b4;
	background-size: 18px auto;
	transition: 0.1s;
}


.detail_tab .project_a{
	color:#ff5a5f;
	background: url(../image/icon/project_r.png) no-repeat scroll 20px center #7cc0b4;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 207px;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;

}
.detail_tab .project{
	color:#ff5a5f;
	background: url(../image/icon/project_r.png) no-repeat scroll 20px center #eee;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 207px;
	height:50px;
	line-height: 50px;
	text-align: center;
	float: left;

}
.detail_tab .project:hover{
	color:#ff5a5f;
	background: url(../image/icon/project_r.png) no-repeat scroll 20px center #7cc0b4;
	background-size: 18px auto;
	transition: 0.1s;
}
.detail_tab .project span{
	padding: 0px 5px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 10px;
	border: none;
}

.detail_tab .project_a span{
	padding: 0px 5px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 10px;
	border: none;
}
*/





#detail_tab_wrap {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0 5%;
	box-sizing: border-box;
}
.detail_tab{
	max-width: 1200px;
	margin:0 auto -1px;
	display: flex;
}



.detail_tab .report_a{
	color:#666;
	background: url(../image/icon/report_g.png) no-repeat scroll 50px center  #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 1px solid #7cc0b4;
}
.detail_tab .report_a_active {
	color:#7cc0b4;
	background: url(../image/icon/report_g_actv.png) no-repeat scroll 50px center  #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 1px solid #7cc0b4;
	font-weight: bold;
}
.detail_tab .report{
	color:#666;
	background: url(../image/icon/report_g.png) no-repeat scroll 50px center  #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .report:hover{
	color:#7cc0b4;
	background: url(../image/icon/report_g_actv.png) no-repeat scroll 50px center  #fff;
	background-size: 18px auto;
	border-bottom: 1px solid #7cc0b4;
}

.detail_tab .detail_a{
	color:#666;
	background: url(../image/icon/detail_g.png) no-repeat scroll 35px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 1px solid #7cc0b4;
}
.detail_tab .detail_a_active {
	color:#7cc0b4;
	background: url(../image/icon/detail_g_actv.png) no-repeat scroll 35px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 1px solid #7cc0b4;
	font-weight: bold;
}
.detail_tab .detail{
	color:#666;
	background: url(../image/icon/detail_g.png) no-repeat scroll 35px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .detail:hover{
	color:#7cc0b4;
	background: url(../image/icon/detail_g_actv.png) no-repeat scroll 35px center #fff;
	background-size: 18px auto;
	border-bottom: 1px solid #7cc0b4;
}



.detail_tab .comment_a{
	color:#666;
	background: url(../image/icon/comment_g.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 1px solid #7cc0b4;
}
.detail_tab .comment_a_active {
	color:#7cc0b4;
	background: url(../image/icon/comment_g_actv.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
	border-bottom: 1px solid #7cc0b4;
	font-weight: bold;
}
.detail_tab .comment{
	color:#666;
	background: url(../image/icon/comment_g.png) no-repeat scroll 38px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 206px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.detail_tab .comment:hover{
	color:#7cc0b4;
	background: url(../image/icon/comment_g_actv.png) no-repeat scroll 38px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	border-bottom: 1px solid #7cc0b4;
}


.detail_tab .project_a{
	/*color:#ff5a5f;*/
	background: url(../image/icon/project_r.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 207px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #7cc0b4;

}
.detail_tab .project_a_active {
	color:#ff5a5f;
	background: url(../image/icon/project_r_actv.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 207px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #7cc0b4;
	font-weight: bold;

}
.detail_tab .project{
	/*color:#ff5a5f;*/
	background: url(../image/icon/project_r.png) no-repeat scroll 30px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 207px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;

}
.detail_tab .project:hover{
	color:#ff5a5f;
	background: url(../image/icon/project_r_actv.png) no-repeat scroll 30px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	border-bottom: 1px solid #7cc0b4;
}
.detail_tab .project span{
	padding: 2px 5px 1px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 3px;
	border: none;
	font-size: 10px;
}

.detail_tab .project_a span{
	padding: 0px 5px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 10px;
	border: none;
}
.detail_tab .project_a_active span{
	padding: 0px 5px;
	background: #ff5a5f;
	border-radius: 2px;
	color:#fff;
	margin-left: 10px;
	border: none;
}
.detail_tab .project_g_a{
	color:#666;
	background: url(../image/icon/project_g.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 207px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #7cc0b4;
}
.detail_tab .project_g_a_active {
	color:#ff5a5f;
	background: url(../image/icon/project_g_actv.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 207px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #7cc0b4;
	font-weight: bold;
}
.detail_tab .project_g{
	color:#666;
	background: url(../image/icon/project_g.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	width: 207px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;

}
.detail_tab .project_g:hover{
	color:#ff5a5f;
	background: url(../image/icon/project_g_actv.png) no-repeat scroll 20px center #fff;
	background-size: 18px auto;
	transition: 0.1s;
	border-bottom: 1px solid #7cc0b4;
}



.column-single{
	float: left;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
.column-single2{
	float: left;
	width: 100%;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.detail-info {
	text-align: left;
	margin-bottom:40px;
}
.detail-info h3{
	font-size: 18px;
	font-weight: bold;
	color:#7cc0b4;
	border-bottom: 1px solid #7cc0b4;
}
.detail-info img {
	width: 100px;
	height: 100px;
}
.wk-name {
	padding: 15px 0;
}
.wk-headline {
	text-align: left;
	margin: 15px 0;
}
.wk-headline li.indent-1 {
padding-left:1em;
text-indent:-1em;
}
.detail-info span.days{
	display: block;
}
.detail-info .wk-massage_wrap{
	
}
.detail-info .wk-massage_wrap .massage_box{
	margin:0 0 20px;
	padding:30px 20px 30px 20px;
	/*height: 80px;*/
	background: #eeeeee;
	/*border-bottom: 1px solid #7cc0b4;*/
	border-radius: 5px;
	display: flex;
}

.detail-info .wk-massage_wrap .massage_box .box_l{
	display: inline-block;
	margin-right: 15px;
}
.detail-info .wk-massage_wrap .massage_box .box_l .img_box{
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: url(../image/icon/foundo_logo.png) no-repeat scroll center center;
	color:#7cc0b4;
	font-size:0px;
	text-align: center;
	vertical-align: middle;
	background-size: 50px 50px;
}
.detail-info .wk-massage_wrap .massage_box .box_l .img_box img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.detail-info .wk-massage_wrap .massage_box .box_r{
	width:90%;
	display: inline-block;
	vertical-align:top;
}
.detail-info .wk-massage_wrap .massage_box .box_r .name{
	display: block;
	font-size:14px;
	line-height: 1.6;
	font-weight: normal;
	color: #929292;
	float: left;
	margin-right: 10px;
}
.detail-info .wk-massage_wrap .massage_box .box_r .name a{
	display: block;
	font-size:14px;
	line-height: 1.6;
	font-weight: normal;
	color: #7cc0b4;
	float: left;
	/*margin-right: 10px;*/
}

.detail-info .wk-massage_wrap .massage_box .box_r .price{
	display: block;
	font-size:14px;
	line-height: 1.6;
	font-weight: normal;
	color: #000;
	float: left;
}.detail-info .wk-massage_wrap .massage_box .box_r .price2{
	display: block;
	font-size:14px;
	line-height: 1.6;
	font-weight: normal;
	color: #929292;
	float: left;
}
.detail-info .wk-massage_wrap .massage_box .box_r .comment{
	clear: both;
	display: block;
	font-size:14px;
	line-height: 1.4;
	color: #929292;
	padding-top:5px;
}
.detail-info .wk-massage_wrap .massage_box .box_r .date{
	display: block;
	font-size:10px;
	color: #929292;
	float: right;
}


/*************************************************************

                     ユーザー エディット

*************************************************************/


.user_edit_wrap{
	width: 600px;
	margin: 50px auto 70px;
	text-align: left;
}
.user_edit_wrap h3{
	margin: 40px 0;
	font-weight: normal;
}
.title-green-border {
	font-size:20px;
	padding: 13px 15px 10px;
	margin-top:0;
	text-transform:capitalize;
	text-align: left;
	background-color: #f3f3f3;
	line-height: 1.6;
	border-radius: 5px;
	margin-bottom: 20px;
}
.mp_txtArea {
	margin-bottom: 40px;
}
.form-control {
display:block;
width:100%;
height:34px;
font-size:14px;
line-height:1.42857143;
color:#555;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:4px;
/*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;*/
padding:6px 12px;
}
.form-control-top {
display:block;
width:100%;
height:24px;
font-size:14px;
line-height:1.42857143;
color:#555;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:4px;
/*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;*/
padding:20px 12px;
margin:20px 0;
	box-sizing: border-box;
}
.btn-primary {
	color: #fff !important;
	text-align: center;
	background-color:#7cc0b4;
	border:none;
	width:30%;
	height: 40px;
	line-height: 40px;
	border-radius:4px;
	margin: 20px auto;
	display: block;
	transition: 0.5s;
	cursor: pointer;
}
.btn-primary2 {
	color: #fff !important;
	text-align: center;
	background-color:#7cc0b4;
	border:none;
	width:30%;
	height: 40px;
	line-height: 40px;
	border-radius:4px;
	margin: 5px 15px;
	display: block;
	transition: 0.5s;
	cursor: pointer;
}
.btn-primary:hover {
color:#fff;
background-color:#57b2a2;
}
.btn-primary2:hover {
color:#fff;
background-color:#d97201;
}
.control-label{
	font-weight: bold;
	margin-top: 20px;
	display: block;
	vertical-align: middle;
	text-align: left;
	border-left: 5px solid #7cc0b4;
	padding-left: 10px;
	margin-bottom: 10px;
}
.control-label2{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
	vertical-align: middle;
}
.control-label3{
	font-weight: bold;
	margin-top: 20px;
	display: block;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 10px;
}
.control-label4{
	font-weight: bold;
	margin-top: 20px;
	display: block;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 10px;
}
.registered {
	background: url(../image/icon/arrow_com_1.png) no-repeat center left;
	display: inline-block;
	padding-left: 18px;
	background-size: 12px auto;
}

#mypage .image_form input.file {
width:280px;
display: block;
border:1px solid #ddd;
background-color:#ddd;
border-radius:3px;
padding:5px 10px 4px;
margin-bottom:15px;
}

.help-block{
	font-size: 12px;
	color: #666;
}
.help-block2{
	font-size: 12px;
	color: #666;
	background: url(../image/icon/risk.png) no-repeat left 3px;
	background-size: 16px 16px;
	padding-left:22px;
	margin-bottom: 30px;
	line-height: 1.9;
}
.help-block2 a{
	font-size: 12px;
	color: #7cc0b4;
	border-bottom: 1px solid #7cc0b4;
}
.btn-xs{
font-size:12px;
line-height:1.5;
border-radius:3px;
padding:5px 15px 3px;
color: #fff !important;
background-color:#7cc0b4;
}
.btn-xs:hover {
	background-color:#57b2a2;
}
.required-mark{
	color: #f00;font-size:12px;
}

.form-inputs{
	margin-bottom 20px;
}











/* privacy policy */

.privacy_box{}

.privacy_box h3{
	font-size:16px;
	margin-bottom: 15px;
}
.privacy_box h4{
	font-size:14px;
}
.privacy_box p{
	margin-bottom: 20px;
}

.privacy_box span{
	display: block;
	padding-left: 14px;
}
.privacy_box span.indent1{
	display: block;
	padding-left: 38px;
}
.privacy_box span.indent2{
	display: block;
	padding-left: 52px;
}




/* pager */
.pager-com {
	text-align: center;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:40px;
	padding: 15px 0;
}
.cpager li {
    display: inline-block;
    margin: 0 5px 0 0;
	font-size: 12px;
	vertical-align:middle;
}
.cpager li.border_none {
    border: medium none;
}
.cpager li.border_none_l {
    border: medium none;
	float: left;
	background: #dedede none repeat scroll 0 0;
	border-radius: 3px;
	margin-left: 15px;
}
.cpager li.border_none_r {
    border: medium none;
	float: right;
	background: #dedede none repeat scroll 0 0;
	border-radius: 3px;
	margin-right: 15px;
}
.cpager li a {
    color: #000;
    display: block;
    padding: 8px 13px;
    text-decoration: none;
}
.cpager li a:hover {
    color: #ffffff;
    background-color: #7cc0b4;
    text-decoration: none;
	border-radius: 3px;
}
.pagercurrent {
    background: #7cc0b4 none repeat scroll 0 0;
	border-radius: 3px;
    color: #ffffff;
    display: block;
    padding: 8px 13px;
    text-decoration: none;
	
}




/* detail_detail */
.report_box{
	width: 100%;
	border:1px solid #ccc;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 5px;
}

.report_box .month_index{
	width: 240px;
	height:35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #7cc0b4;
	border: 1px solid #7cc0b4;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 30px 0px;
	border-radius: 5px;
	/*-webkit-transform: skew(-30deg);
-moz-transform: skew(-30deg);
-o-transform: skew(-30deg);
transform: skew(-30deg);
	transition: 0.5s;*/
}
.report_box .month_index p{
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: bold;
	/*-webkit-transform: skew(30deg);
-moz-transform: skew(30deg);
-o-transform: skew(30deg);
transform: skew(30deg);*/
}
.report_box .detail_box{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}

.report_box .detail_box .price{
	width: 45.5%;
	margin: 0 2%;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.report_box .detail_box .price .left{
	position: absolute;
	left:0;
	bottom:0;

}
.report_box .detail_box .price .right{
	position: absolute;
	right:0;
	bottom:0;

}
.report_box .detail_box .price .number{
	font-size:18px;

}

.report_box .read_box{
	width: 100%;
	display: block;
	background: #f0f0f0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
.report_box .read_box .read_index{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.report_box .read_box .read{
	font-size: 12px;
}


.period_box {
	font-size: 11px;
	display: inline-block;
	float: right;
	text-align: left;
	padding-top: 10px;
}
.period_box span {
	font-size: 10px;
	display: inline-block;
	background-color: #7cc0b4;
	color: #fff;
	padding: 5px 0 3px;
	border-radius: 3px;
	margin-right: 5px;
	margin-left: 10px;
	line-height: 1;
	text-align: center;
	width: 70px;
}









.icheck-margin {
margin:5px 5px 10px 0;
	text-align: left;
}

.icheck-margin span.radio {
display:inline;
margin-right:20px;
}

.column-left hr.white {
background-color:transparent;
border-top:1px solid #fff;
}

.column-left .hr {
background-color:transparent;
border-top:2px dashed #fff;
margin:0 10px 5px;
}

.column-left .form {
background-color:#F1F0EB;
}

.column-left .type-select ul li {
display:inline-block;
margin:5px 30px 5px 20px;
}

.column-left .steps {
padding:15px 15px 0;
}

.column-left table.donations {
width:100%;
border-bottom:5px solid #ddd;
}

.column-left table.donations td {
border:1px solid #ddd;
min-height:40px;
}

.column-left table.donations td.title {
background-color:#eee;
font-weight:700;
padding:10px;
}

.column-left table.donations td.title i {
color:#fff;
margin-right:5px;
}

.column-left table.donations td.body {
background-color:#fff;
padding:10px;
}

.column-left .new-card-btn {
margin:30px 0;
}

.column-left .finished p.data {
text-align:right;
font-size:20px;
font-weight:700;
padding-bottom:5px;
border-bottom:1px solid #ddd;
}

.column-left .finished p.anonymous {
text-align:right;
font-size:14px;
color:#ED3F3F;
font-weight:700;
}

.column-left .finished p.comment {
font-size:14px;
font-weight:400;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #ddd;
}

.column-left .gift p.name {
border-top:5px solid #eee;
border-bottom:1px solid #ddd;
padding:5px 0;
}

.column-left .sns {
text-align:center;
background-color:#EDEADF;
margin:20px 0;
padding:20px 0;
}

.column-left .sns p {
font-size:10px;
margin:0;
}



.column-left2 {
	/*padding: 20px;*/
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.column-left2 hr.white {
background-color:transparent;
border-top:1px solid #fff;
}

.column-left2 .hr {
background-color:transparent;
border-top:2px dashed #fff;
margin:0 10px 5px;
}

.column-left2 .form {
background-color:#F1F0EB;
}

.column-left2 .type-select ul li {
display:inline-block;
/*margin:5px 30px 5px 20px;*/
	margin:5px 30px 5px 3px;
}

.column-left2 .steps {
padding:15px 15px 0;
}

.column-left2 table.donations {
width:100%;
border-bottom:5px solid #ddd;
}

.column-left2 table.donations td {
border:1px solid #ddd;
min-height:40px;
}

.column-left2 table.donations td.title {
background-color:#eee;
font-weight:700;
padding:10px;
}

.column-left2 table.donations td.title i {
color:#fff;
margin-right:5px;
}

.column-left2 table.donations td.body {
background-color:#fff;
padding:10px;
}

.column-left2 .new-card-btn {
margin:30px 0;
}

.column-left2 .finished p.data {
text-align:right;
font-size:20px;
font-weight:700;
padding-bottom:5px;
border-bottom:1px solid #ddd;
}

.column-left2 .finished p.anonymous {
text-align:right;
font-size:14px;
color:#ED3F3F;
font-weight:700;
}

.column-left2 .finished p.comment {
font-size:14px;
font-weight:400;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #ddd;
}

.column-left2 .gift p.name {
border-top:5px solid #eee;
border-bottom:1px solid #ddd;
padding:5px 0;
}

.column-left2 .sns {
text-align:center;
background-color:#EDEADF;
margin:20px 0;
padding:20px 0;
}

.column-left2 .sns p {
font-size:10px;
margin:0;
}








.character_count+div {
width:100%;
text-align:right;
}
.form-control {
	font-family: "メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
display:block;
width:100%;
height:50px;
line-height: 34px;
font-size:14px;
/*line-height:1.42857143;*/
color:#555;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:4px;
/*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;*/
padding:6px 12px;
	/*margin-bottom:20px;*/
	box-sizing: border-box;
}

.form-control:focus {
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
border-color:#66afe9;
}

.form-control::-moz-placeholder {
color:#999;
opacity:1;
}

.form-control::-ms-expand {
border:0;
background-color:transparent;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
background-color:#eee;
opacity:1;
}

.form-control2 {
	font-family: "メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
display:block;
height:50px;
line-height: 34px;
font-size:14px;
/*line-height:1.42857143;*/
color:#555;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s box-shadow ease-in-out .15s;
padding:6px 12px;
	/*margin-bottom:20px;*/
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
}

.form-control2:focus {
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
border-color:#66afe9;
}

.form-control2::-moz-placeholder {
color:#999;
opacity:1;
}

.form-control2::-ms-expand {
border:0;
background-color:transparent;
}

.form-control2[disabled],.form-control2[readonly],fieldset[disabled] .form-control2 {
background-color:#eee;
opacity:1;
}
.fw20pct {
	width: 20%;
}
.fw30pct {
	width: 30%;
}
.fw40pct {
	width: 40%;
}
.fh150 {
	height: 150px;
}

.help-block {
display:block;
margin-bottom:10px;
color:#737373;
	text-align: left;
}
.buttons {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.btn-success {
	display: block;
	width:80%;
	height: 30px;
	line-height: 30px;
	color:#000;
	background-color:#fff;
	border:1px solid #7cc0b4;
	border-radius: 20px;
	margin: 0 auto;
}
.btn-success:hover {
color:#fff;
background-color:#7cc0b4;
border-color:#7cc0b4;
}


.btn-success2 {
	display: block;
	width:100%;
	height: 40px;
	line-height: 40px;
	color:#fff;
	background-color:#7cc0b4;
	border:1px solid #7cc0b4;
	border-radius: 4px;
	margin: 0 auto;
}
a.btn-success2 {
	color:#fff;
}
.btn-success2:hover {
color:#fff !important;
background-color:#9bd4ca;
border-color:#9bd4ca;
}
.btn-success2:visited {
color:#fff !important;
}

.col-sm-4 {
	width:19%;
	display: inline-block;
	position:relative;
	height:30px;
	color:#fff !important;
	background-color:#fff;
	margin: 10px 0;
	text-align: center;
}
.col-sm-4:visited {
	color:#fff !important;
}
.input-group .form-control:focus {
z-index:3;
}

.input-group-addon,.input-group-btn,.input-group .form-control {
display:table-cell;
}

.input-group-addon,.input-group-btn {
width:1%;
white-space:nowrap;
vertical-align:middle;
}

.input-group-addon {
font-size:14px;
font-weight:400;
line-height:1;
color:#555;
text-align:center;
background-color:#eee;
border:1px solid #ccc;
border-radius:4px;
padding:6px 0px;
	width: 100%;
}

#credit_card .card-icon {
text-align:center;
border:1px solid #ddd;
background-color:#fff;
padding:10px;

}

#credit_card .card-icon img {
height:50px;
}









.header-page-left {
	float: left;
	padding: 11px 0 0 0; 
}

.header-page-left h4{
	margin-bottom: 2px;
}

/*.fundraiser-button3 {
	background: #7cc0b4;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
	width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	transition: 0.5;
	margin: 15px 0 0 0;
}
.fundraiser-button3:hover {
	background-color: #5aa89a;
}*/


.fundraiser-button3 {
	width: 180px;
	height: 40px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #7cc0b4;
	border-radius: 3px;
	color: #fff !important;
	font-size: 14px;
	margin-top: 15px;
	background-color: #7cc0b4;
	transition: 0.5;
	border-radius: 3px;
}
.fundraiser-button3:hover {
	color: #fff !important;
	border: 1px solid #5aa89a;
}
.fundraiser-button3:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
 	background: #5aa89a;
}
.fundraiser-button3:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.fundraiser-button3 span {
	z-index: 1;
	display: inline-block;
}


















/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: " ";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding: 3%;
  text-align: left;
  font-size: 13px;
  background: #5aa89a;
  z-index: 1;

}
.side-menu ul li {
	padding:20px 0 20px 28px;
	border-bottom: 1px solid #7cbeb2;
	font-size: 16px;
}
.side-menu ul li.home {
	background-image: url(../image/icon/mp_top.png);
	background-size: 16px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.side-menu ul li.history {
	background-image: url(../image/icon/mp_donate.png);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.side-menu ul li.support {
	background-image: url(../image/icon/mp_support.png);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.side-menu ul li.mailaddress {
	background-image: url(../image/icon/mp_mail.png);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.side-menu ul li.password {
	background-image: url(../image/icon/mp_pass.png);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.side-menu ul li.twitter {
	background-image: url(../image/icon/mp_twitter.png);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.side-menu ul li.setting {
	background-image: url(../image/icon/mp_setting.png);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.side-menu ul li.logout {
	background-image: url(../image/icon/mp_logout.png);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
/*.side-menu ul li.home::before {
	content: " ";
	display: block;
	background-image: url(../image/icon/mp_top.png);
	background-size: 14px auto;
	background-position: left center;
	position: absolute;
}*/


.side-menu ul li a{
	color: #fff;
	display: block;
	padding: 0 18px 0 0;
	background-image: url(../image/icon/arrow03.png);
	background-size: 7px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  cursor: pointer;
  z-index: 4;
}

/* メインコンテンツ */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 13px;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.grad-wrap {
  position: relative;
  margin-top: 20px;
}
.grad-wrap + .grad-wrap {
  margin-top: 20px;
}
.grad-trigger {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height:30px;
  line-height: 30px;
  border-radius: 2px;
  /*background: #009e8f;*/
  color: #7cc0b4;
  font-size: 13px;
  text-align:left;
  cursor: pointer;
  transition: .2s ease;
  /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
	letter-spacing: 1px;
}
.grad-trigger:hover {
  /*background: #fff;*/
  color: #9ad9ce;
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-trigger-close {
  z-index: 2;
  top:-20px;
  left: 0;
  width: 160px;
  height:30px;
  line-height: 30px;
  border-radius: 2px;
  /*background: #009e8f;*/
  color: #009e8f;
  font-size: 13px;
  text-align:left;
  cursor: pointer;
  transition: .2s ease;
  /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
	letter-spacing: 1px;
}
.grad-trigger-close:hover {
  /*background: #fff;*/
  color: #009e8f;
}
.grad-trigger-close .fa {
  margin-right: .5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
 font-size: 13px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.grad-item.is-hide {
  height: 0px; 
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
.grad-item img {
  padding: 10px 0;
}


/* pagenation */
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 13px;
    line-height: 13px;
	text-align: center;
}
 
.pagination span, .pagination a {
    display: inline-block;
    margin: 4px;
    padding: 9px 12px;
    text-decoration: none;
    width: auto;
    color: #5aa89a;
    border: 1px solid #5aa89a;
    background: #fff;
	transition: 0.2s;
	border-radius: 3px;
}
 
.pagination a:hover{
    color: #fff;
    opacity: 1;
    background:#5aa89a;
}
 
.pagination .current{
    border: 1px solid #5aa89a;
    color: #fff;
    background: #5aa89a;
    padding: 9px 12px;
	margin: 4px;
	border-radius: 3px;
   
}

.pjt-txt{
	margin-bottom:50px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}
.pjt-txt2{
	margin-bottom:20px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}
.pjt-txt2 a{
	color: #7cc0b4 !important;
	text-decoration: underline;
}
.pjt-txt3{
	margin-bottom:20px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}
.pjt-txt3 a{
	color: #7cc0b4 !important;
	text-decoration: underline;
}

.pjt-txt pre, .pjt-txt2 pre, .pjt-txt3 pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*ボックス全体*/
.accbox {
    margin: 0 0 3em;
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 0 0 5px;
    padding : 0 0 14px;
    font-weight: normal;
    cursor :pointer;
	text-align: left;
    /*transition: all 0.5s;*/
}
.accbox label .comtit {
	color: #7cc0b4;
    display: inline-block;
	padding-left: 20px;
	background: url(../image/icon/icon_comment.png) no-repeat left center;
}

/*ラベルホバー時*/
.accbox label:hover {
    /*background :#85baef;*/
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: 0.8s;*/
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    /*padding: 5px;
    background: #f8f8f8;*/
    opacity: 1;
}
.comment-detail-box {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.cdb-left {
	width: 8%;
	float: left;
	margin-right: 2%;
}
.cdb-right {
	width: 90%;
	float: left;;
}
.cdb-name {
	color: #7cc0b4;
	line-height: 1;
	margin-bottom: 5px;
}
.cdb-name span {
	display: inline-block;
	color: #999;
	font-size: 11px;
	margin-left: 10px;
	font-style: italic;
}
.cdb-text {
	font-size: 12px;
	color: #999;
}
.send-comment-box {
	
}
.scb-title {
	color: #7cc0b4;
	font-size: 16px;
	margin-bottom: 5px;
}
.form-input-comment {
	font-family: "メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 18px 25px;
	font-weight: 300;
	line-height: 24px;
	color: #29293a;
	background-color: #f8f8f8;
	background-image: none;
	border: 0px solid #f8f8f8;
	border-radius: 5px;
	-webkit-appearance: none;
	height: 200px;
	box-sizing: border-box;
}
.comment-button-box {
	
}
.comment-button {
	color: #fff;
	background-color: #7cc0b4;
	border-color: #7cc0b4;
	min-width: 230px;
	padding: 14px 38px;
	
	position: relative;
    display: inline-block;
    max-width: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 35px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: .25s all ease;
    white-space: pre-wrap;
	margin-top: 20px;
}


.flow_wrap{
	width:100%;
	background: #f8f8f8;
	padding:40px 5%;
	overflow: hidden;
	box-sizing: border-box;
}

.flow_box{
	max-width:800px;
	margin: 0 auto;
}
.flow_box ul {
	display: flex;
}
.flow_box ul li{
	float: left;
	position: relative;
	background: #fff;
	width:24.5%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:36px;
	line-height:36px;
}
.flow_box ul li:first-child{
	border-left:1px solid #ccc;
}
.flow_box ul li p{
    padding-left: 20px;
    text-align: center;
}



.flow_box ul li:before{
	content: "";
	border: 19px solid transparent;
	border-left: 19px solid #ccc;
	position: absolute;
	right: -38px;
	top:-1px;
	z-index: 997;
}
.flow_box ul li:after{
	content: "";
	border: 19px solid transparent;
	border-left: 19px solid #fff;
	position: absolute;
	right: -37px;
	top:-1px;
	z-index: 998;
}


.flow_box ul li.current{
	float: left;
	position: relative;
	background: #565656;
	width:24.5%;
	border-top:1px solid #565656;
	border-bottom:1px solid #565656;
	height:36px;
	line-height:36px;
}
/*
.flow_box ul li:first-child{
	border-left:1px solid #ccc;
}
*/
.flow_box ul li.current p{
    padding-left: 0;
    color: #fff;
    text-align: center;
}



.flow_box ul li.current:before{
	content: "";
	border: 19px solid transparent;
	border-left: 19px solid #ccc;
	position: absolute;
	right: -38px;
	top:-1px;
	z-index: 997;
}
.flow_box ul li.current:after{
	content: "";
	border: 19px solid transparent;
	border-left: 19px solid #565656;
	position: absolute;
	right: -37px;
	top:-1px;
	z-index: 998;
}











/* -----------------------------------------------------------
		モーダルウィンドウ
----------------------------------------------------------- */

.modal-content {
  position: fixed;
  display: none;
  z-index: 99999;
  width: 50%;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
}

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-overlay {
  z-index: 97;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(124, 192, 180, .8);
}

.modal-open {
  display: block;
	float: left;
	line-height: 74px;
	height: 74px;
	width: 84px;
	background-color: #7cc0b4;
	color: #fff !important;
	text-align: center;
	margin-left: 20px;
	border-radius: 3px;
}
.modal-open:hover {
 	background-color: #9ad0c6;
}


.modal-close {
  color: #fff;
  text-decoration: underline;
  background: url(./img/common/close.png) center center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

.modal-content .policy_title {
  font-size: 42px;
  font-weight: bold;
	font-style: italic;
}

.modal-content .policy_title::after {
  content: '';
  display: block;
  width: 90%;
  height: 3px;
  margin: 15px 0 30px;
  background: #c1bc57;
}

.modal-content .policy_read {
  font-size: 16px;
  line-height: 2.4;
}

.sptinfo_tit {
	padding: 0 0 0 10px;
	border-left: 3px solid #7cc0b4;
}

#payment_form {
	width: 100%;
}
#credit_card {
	width: 100%;
	margin: 0 auto;
}
.width50 {
	width: 50%;
}
.width30 {
	width: 30%;
}
.width20 {
	width: 20%;
}



.sns_input_btn{
	display: inline-block;
	margin:0 5px;
	vertical-align: middle;

}

.sns_input{
	display: inline-block;
	width: 56%;
	margin:0 5px;
	vertical-align: middle;
}

/*.credit::after{
	content:url(../image/icon/credit.png);
	position: relative;
	top:10px;
	margin-left:10px;
}*/
.credit::after{
	content:"";
	background: url(../image/icon/credit.png) no-repeat;
	width: 215px;
	height: 29px;
	position: relative;
	top:10px;
	margin-left:10px;
	background-size: contain;
	display: inline-block;
}


.error-explanation {
    background: none repeat scroll 0 0 #ffe9e9;
    border: 2px solid #ff3333;
    margin-bottom: 30px;
	margin-top: 30px;
    padding: 15px;
	text-align: left;
	border-radius: 5px;
}
.error-explanation h2 {
    background: url(../image/icon/icon_attention.gif) no-repeat scroll 0 0.1em rgba(0, 0, 0, 0);
    color: #ff3333;
    padding-left: 25px;
}
.error-explanation ul {
    margin: 10px 0 0 20px;
}
.error-explanation li {
    background: url(../image/icon/icon_004.gif) no-repeat scroll 0 0.5em rgba(0, 0, 0, 0);
    color: #ff3333;
    list-style: outside none none;
    padding-left: 20px;
}


/*------------------------------------------------------------
	団体詳細のプロジェクト
------------------------------------------------------------*/

.boxes4 .box-pro {
    float: left;
    padding: 20px 0 20px 20px;
    width: 25%;
    box-sizing: border-box;
}
.boxes4 .box-pro .box-in {
    height: 390px !important;
}
.boxes4 .box-pro .box-in {
    /*margin-bottom: 4px;*/
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
    box-shadow: 0 4px 0 #e3e4e8;
    padding-bottom: 20px;
    border-radius: 0 0 5px 5px;
}
.boxes4 .box-pro .box-in .box-thumbnail {
    width: 100%;
    position: relative;
    padding: 0 0 5%;
    overflow: hidden;
    transition: 0.5s;
}

.box-pro-detailArea {

}
.boxes4 .box-pro .box-in .box-title {
    padding: 0 20px;
}
.boxes4 .box-pro .box-in .box-title h4 {
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
}
.boxes4 .box-pro .box-in .ownner {
    height: 58px;
    margin: -15px 0;
    z-index: 100 !important;
    position: relative;
    padding: 0 20px;
}
.boxes4 .box-pro .box-in .ownner-name {
    color: #838383;
    line-height: 27px;
    padding-top: 10px;
    font-size: 11px;
}

.box-pro-ownner {
	padding: 0 20px;
	margin-bottom: 10px;
}
.box-pro-ownner a {
	color: #9b9b9b !important;
	font-size: 12px;
}

.box-pro-count-wrap {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}
.bpc-count-box {
	width: 48%;
	border-radius: 3px;
	border: 1px solid #ff5a5f;
}
.bpc-count-tit {
	background-color: #ff5a5f;
	text-align: center;
	color: #fff;
	padding: 5px 0 4px;
	line-height: 1;
	font-size: 12px;
	border-radius: 3px 3px 0 0;
}
.bpc-count-number {
	text-align: center;
	background-color: #fff;
	padding: 5px 0;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}



.boxes4 .box-pro .box-in .count {
    border: none;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.boxes4 .box-pro .box-in .count .total {
    border-right: none;
    box-sizing: border-box;
    float: left;
    font-size: 21px;
    font-weight: bold;
    height: 100%;
    text-align: left;
    width: 46%;
    line-height: 40px;
}
.boxes4 .box-pro .box-in .count .total p {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 0;
}
.boxes4 .box-pro .box-in .count .total .total-money {
    font-weight: normal;
}
.boxes4 .box-pro .box-in .count .day {
    box-sizing: border-box;
    float: right;
    font-size: 21px;
    font-weight: bold;
    height: 100%;
    text-align: center;
    width: 24%;
}
.boxes4 .box-pro .box-in .count .day p {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 0;
}
.boxes4 .box-pro .box-in .count .day .total-day {
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
}
.boxes4 .box-pro .box-in .bar {
    border: 1px solid #ff5a5f;
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
}
.boxes4 .box-pro .box-in .bar-inner {
    background-color: #ff5a5f;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.boxes4 .box-pro .box-in .overview {
    padding: 0 20px;
}
.boxes4 .box-pro .box-in .overview p {
    text-align: center;
    font-size: 12px;
    color: #838383;
}
.boxes4 .box-pro a:hover, a:active, a:focus {
    color: #ED3F3F;
    text-decoration: none !important;
}
.boxes4 .box-pro .box-in .box-thumbnail img {
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
    height: 173px;
    object-fit: cover;
}
.boxes4 .box-pro .box-in .box-thumbnail img:hover {
    opacity: 0.5;
}


/*------------------------------------------------------------
	団体詳細の支援コメント追加
------------------------------------------------------------*/
.detail-info .wk-massage_wrap .massage_box .box_r .activity_name{
	clear: both;
	display: block;
	font-size:10px;
	line-height: 1.4;
	color: #999999;
	padding-top:5px;
}

.w80pct {
	width: 80% !important;
	margin: 0 auto !important;
}

/*------------------------------------------------------------
	ユーザー名存在チェック
------------------------------------------------------------*/
#exist_username {
	display: none;
}
#exist_username i {
	padding: 0 5px;
}


/*------------------------------------------------------------
	Loading 
------------------------------------------------------------*/

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
  opacity: 0.8;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 200;
  background: url("../image/loading.gif") center center no-repeat;
}
#loader p {
  padding-top: 140px;
}
/*------------------------------------------------------------
	404 error
------------------------------------------------------------*/
.box404 {
	background-color: #F8F8F8;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 50px 30px 40px;
	color: #000;
	width: 800px;
	margin: 0 auto 90px;
	text-align: center;
}
.box404 h2 {
	color: #7cc0b4;
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 10px;

}
.box404 h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.box404 p { 
	
}
.topbtn-ex {
	background-color: #7cc0b4;
	padding: 5px 30px;
	text-align: center;
	margin: 30px auto 10px;
	color: #fff !important;
	display: inline-block;
	border-radius: 30px;
	letter-spacing: 2px;
}
.boxerror {
	background-color: #F8F8F8;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 50px 30px 40px;
	color: #000;
	width: 800px;
	margin: 0 auto 90px;
	text-align: center;
}
.boxerror h2 {
	color: #7cc0b4;
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 10px;

}
.boxerror h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.boxerror p { 
	
}





















/*------------------------------------------------------------
	団体紹介ページ　2018/11　追加
------------------------------------------------------------*/

/*@media screen and (min-width:1400px) {*/

	#header_wrap {
	    background-image: url("../image/bg_org.png");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    height: 100vh;
	    position: relative;
	}
	.headerOrg {
		display: flex;
		justify-content: space-between;
		padding: 2% 2% 0;
	}
	.headerOrg_left {
		display: flex;
		align-items: center;
	}
	.headerOrg_logo {
		padding-left: 20px;
	}
	.headerOrg_logo img {
		width: 60px;
	}
	.headerOrg_right {
		display: flex;
		align-items: center;
	}
	.btn_org_login {
		border: 1px solid #7abcb0;
		padding: 3px 25px;
		text-align: center;
		display: block;
		font-size: 14px;
		border-radius: 3px;
		color: #fff;
		margin-right: 30px;
		letter-spacing: 1px;
		font-weight: bold;
		cursor: pointer;
	}
	.btn_org_login:hover {
		color: #fff !important;
	}
	.btn_org_regist {
		border: 1px solid #7abcb0;
		background-color: #7abcb0;
		padding: 3px 25px;
		text-align: center;
		display: block;
		font-size: 14px;
		border-radius: 3px;
		color: #fff;
		letter-spacing: 1px;
		font-weight: bold;
		cursor: pointer;
	}
	.btn_org_regist {
		color: #fff !important;
	}
	.btn_org_regist:hover {
		color: #fff !important;
	}
	.header_page_content {
		padding: 0 5%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	.header_page_content_inner {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 23%;
	}
	.header_page_main {
		display: flex;
		justify-content: space-between;
	}
	.hpm_left {
		width: 100%;
		color: #fff;
		text-align: center;
		align-self: center;
	}
	.hpm_left img {
		margin-bottom: 50px;
	}
	.hpm_tit_wd {
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 1.8;
	}
	.hpm_tit_sp {
		display: none;
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 1.8;
	}
	.hpm_text {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.hpm_right {
		width: 45%;
		display: none;
	}
	.hContent_orgRegist_box {
		width: 90%;
		background-color: #f3f3f3;
		padding: 40px 50px;
		border-radius: 3px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.hcob_tit {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #7abcb0;
		margin-bottom: 20px;
	}
	.ullist_orgRegist {
		width: 100%;
	}
	.ullist_orgRegist li {
		width: 100%;
		margin-bottom: 20px;
	}
	.input_text {
		width: 100%;
	    height: 40px;
	    padding: 5px 20px;
	    background: #fff;
	    box-sizing: border-box;
	    border-radius: 2px;
	    border: none;
	}
	.input_select_wrap {
		position: relative;
	}
	.input_select {
		-webkit-appearance: none;
		-moz-appearance: none;
		padding: 5px 20px;
		background: transparent;
		background-color: transparent;
		cursor: pointer;
		border: none;
		border-radius: 2px;
		position: relative;
		width: 100%;
		background-color: #fff;
		display: block;
		height: 40px;
	}
	.input_select_wrap::after {
	    display: block;
	    position: absolute;
	    content: "";
	    top: 50%;
	    right: 20px;
	    margin: -2px 0 0;
	    border-top: 5px solid #999;
	    border-right: 5px solid transparent;
	    border-left: 5px solid transparent;
	}
	.ul_caution {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.ul_caution a {
		color: #7abcb0 !important;
	}
	.ul_caution2 {
		font-size: 12px;
		text-align: center;
	}
	.ul_caution2 a {
		color: #7abcb0 !important;
	}
	.btn_form_confirm {
		width: 300px;
		height: 60px;
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		border: 2px solid #fff;
		background-color: #7abcb0;
		font-size: 16px;
		font-weight: bold;
		margin: 0 auto 20px;
		border:none;
		border-radius: 3px;
	}
	.btn_form_confirm span {
		z-index: 1;
		display: inline-block;
		color: #fff !important;
	}
	.scrollMarker {
	    position: absolute;
	    width: 72px;
	    height: 52px;
	    bottom: 20px;
	    left: 50%;
	    margin-left: -36px;
	    overflow: hidden;
	    opacity: 0.7;
	}
	.scrollMarker img {
	    width: 72px;
	    height: 52px;
	}


	.contWrap__top {
		width: 100%;
		padding: 100px 5% 0;
		box-sizing: border-box;
		margin-bottom: 100px;
	}
	.contWrap__top__ex {
		width: 100%;
		padding: 100px 5%;
		box-sizing: border-box;
		background-color: #f5f5f5;
	}
	.contWrap__top__ex2 {
		width: 100%;
		padding: 100px 5%;
		box-sizing: border-box;
		background-color: #7abcb0;
		color: #fff;
	}
	.innerWrap__top {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		position: relative;
	}
	.contWrap__top__ex3 {
		width: 100%;
		padding: 5% 5% 0;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	.org_vision_inner {
		width: 100%;
		border:1px solid #7cc0b4;
		text-align: center;
		margin:0 auto 0;
		padding:40px 0 60px;
	}

	.org_vision_inner h3{
		font-size: 24px;
		color:#7cc0b4;
	}

	.org_vision_inner h4{
		font-size: 32px;
		color:#444;
		line-height: 2.8;
	}

	.org_vision_inner p{
		font-size: 14px;
		color:#000;
		line-height: 2.1;
	}
	.org_vision_inner p span{
		display: block;
	}


	.org_cotent_box {
		display: flex;
		justify-content: space-between;
	}
	.org_cotent_box_left {
		width: 43%;
	}
	.org_cotent_box_left_ex {
		width: 52%;
		align-self: center;
	}
	.strong_imageBox {
		text-align: center;
	}
	.strong_imageBox img {
		
	}
	.org_cotent_box_right {
		width: 52%;
		align-self: center;
	}
	.org_cotent_box_right_ex {
		width: 43%;
	}
	.org_strong_point_tit {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 30px;
		position: relative;
	}
	.org_strong_point_tit::after {
		display: block;
	    position: absolute;
	    content: "";
	    height: 2px;
	    width: 60px;
	    background-color: #7abcb0;
	    top: 50px;
	}
	.org_strong_point_text {
		line-height: 2;
	}

	.recruit_tit {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		position: relative;
		margin-bottom: 40px;
	}
	.recruit_tit::after {
		display: block;
	    position: relative;
	    content: "";
	    height: 2px;
	    width: 60px;
	    background-color: #fff;
	    top: 15px;
	    left: 50%;
	    margin-left: -30px;
	}
	.org_recruit_text {
		text-align: center;
		line-height: 2.1;
	}

	.btn_modal {
	display: flex;
	width: 300px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background-color: #7abcb0;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 3px;
	}
	.btn_modal span {
		z-index: 1;
		display: inline-block;
		color: #fff !important;
	}
	#modal{
		width:500px;
		height:580px;
	}

/*}
*/














/*

@media screen and (min-width:600px) and ( max-width:1399px) {

	#header_wrap {
	    background-image: url("../image/bg_org.png");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    height: 100vh;
	    position: relative;
	}
	.headerOrg {
		display: flex;
		justify-content: space-between;
		padding: 2% 2% 0;
	}
	.headerOrg_left {
		display: flex;
		align-items: center;
	}
	.headerOrg_logo {
		padding-left: 20px;
	}
	.headerOrg_logo img {
		width: 60px;
	}
	.headerOrg_right {
		display: flex;
		align-items: center;
	}
	.btn_org_login {
		border: 1px solid #7abcb0;
		padding: 3px 25px;
		text-align: center;
		display: block;
		font-size: 14px;
		border-radius: 3px;
		color: #fff;
		margin-right: 30px;
		letter-spacing: 1px;
		font-weight: bold;
		cursor: pointer;
	}
	.btn_org_login:hover {
		color: #fff !important;
	}
	.btn_org_regist {
		border: 1px solid #7abcb0;
		background-color: #7abcb0;
		padding: 3px 25px;
		text-align: center;
		display: block;
		font-size: 14px;
		border-radius: 3px;
		color: #fff;
		letter-spacing: 1px;
		font-weight: bold;
		cursor: pointer;
	}
	.btn_org_regist {
		color: #fff !important;
	}
	.btn_org_regist:hover {
		color: #fff !important;
	}
	.header_page_content {
		padding: 0 5%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	.header_page_content_inner {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 23%;
	}
	.header_page_main {
		display: flex;
		justify-content: space-between;
	}
	.hpm_left {
		width: 100%;
		color: #fff;
		text-align: center;
		align-self: center;
	}
	.hpm_left img {
		margin-bottom: 50px;
	}
	.hpm_tit_wd {
		font-size: 20px;
		margin-bottom: 30px;
		line-height: 1.7;
	}
	.hpm_tit_sp {
		display: none;
		font-size: 20px;
		margin-bottom: 30px;
		line-height: 1.7;
	}
	.hpm_text {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.hpm_right {
		width: 45%;
		display: none;
	}
	.hContent_orgRegist_box {
		width: 100%;
		background-color: #f3f3f3;
		padding: 30px 40px;
		border-radius: 3px;
		box-sizing: border-box;
	}
	.hcob_tit {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #7abcb0;
		margin-bottom: 20px;
	}
	.ullist_orgRegist {
		width: 100%;
	}
	.ullist_orgRegist li {
		width: 100%;
		margin-bottom: 20px;
	}
	.input_text {
		width: 100%;
	    height: 35px;
	    padding: 5px 20px;
	    background: #fff;
	    box-sizing: border-box;
	    border-radius: 2px;
	    border: none;
	}
	.input_select_wrap {
		position: relative;
	}
	.input_select {
		-webkit-appearance: none;
		-moz-appearance: none;
		padding: 5px 20px;
		background: transparent;
		background-color: transparent;
		cursor: pointer;
		border: none;
		border-radius: 2px;
		position: relative;
		width: 100%;
		background-color: #fff;
		display: block;
		height: 35px;
	}
	.input_select_wrap::after {
	    display: block;
	    position: absolute;
	    content: "";
	    top: 50%;
	    right: 20px;
	    margin: -2px 0 0;
	    border-top: 5px solid #999;
	    border-right: 5px solid transparent;
	    border-left: 5px solid transparent;
	}
	.ul_caution {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.ul_caution a {
		color: #7abcb0 !important;
	}
	.ul_caution2 {
		font-size: 12px;
		text-align: center;
	}
	.ul_caution2 a {
		color: #7abcb0 !important;
	}
	.btn_form_confirm {
		width: 250px;
		height: 45px;
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		border: 2px solid #fff;
		background-color: #7abcb0;
		font-size: 16px;
		font-weight: bold;
		margin: 0 auto 20px;
		border:none;
		border-radius: 3px;
	}
	.btn_form_confirm span {
		z-index: 1;
		display: inline-block;
		color: #fff !important;
	}
	.scrollMarker {
	    position: absolute;
	    width: 72px;
	    height: 52px;
	    bottom: 35px;
	    left: 50%;
	    margin-left: -36px;
	    overflow: hidden;
	    opacity: 0.7;
	}
	.scrollMarker img {
	    width: 72px;
	    height: 52px;
	}


	.contWrap__top {
		width: 100%;
		padding: 100px 5% 0;
		box-sizing: border-box;
		margin-bottom: 100px;
	}
	.contWrap__top__ex {
		width: 100%;
		padding: 100px 5%;
		box-sizing: border-box;
		background-color: #f5f5f5;
	}
	.contWrap__top__ex2 {
		width: 100%;
		padding: 100px 5%;
		box-sizing: border-box;
		background-color: #7abcb0;
		color: #fff;
	}
	.innerWrap__top {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		position: relative;
	}
	.contWrap__top__ex3 {
		width: 100%;
		padding: 5% 5% 0;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	.org_vision_inner {
		width: 100%;
		border:1px solid #7cc0b4;
		text-align: center;
		margin:0 auto 0;
		padding:40px 0 60px;
	}

	.org_vision_inner h3{
		font-size: 24px;
		color:#7cc0b4;
	}

	.org_vision_inner h4{
		font-size: 32px;
		color:#444;
		line-height: 2.8;
	}

	.org_vision_inner p{
		font-size: 14px;
		color:#000;
		line-height: 2.1;
	}
	.org_vision_inner p span{
		display: block;
	}

	.org_cotent_box {
		display: flex;
		justify-content: space-between;
	}
	.org_cotent_box_left {
		width: 43%;
		align-self: center;
	}
	.org_cotent_box_left_ex {
		width: 52%;
		align-self: center;
	}
	.strong_imageBox {
		text-align: center;
	}
	.strong_imageBox img {
		
	}
	.org_cotent_box_right {
		width: 52%;
		align-self: center;
	}
	.org_cotent_box_right_ex {
		width: 43%;
	}
	.org_strong_point_tit {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
		position: relative;
	}
	.org_strong_point_tit::after {
		display: block;
	    position: absolute;
	    content: "";
	    height: 2px;
	    width: 60px;
	    background-color: #7abcb0;
	    top: 45px;
	}
	.org_strong_point_text {
		line-height: 2;
	}

	.recruit_tit {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		position: relative;
		margin-bottom: 40px;
	}
	.recruit_tit::after {
		display: block;
	    position: relative;
	    content: "";
	    height: 2px;
	    width: 60px;
	    background-color: #fff;
	    top: 15px;
	    left: 50%;
	    margin-left: -30px;
	}
	.org_recruit_text {
		text-align: center;
		line-height: 2.1;
	}

	.btn_modal {
		display: flex;
		width: 300px;
		height: 60px;
		justify-content: center;
		align-items: center;
		background-color: #7abcb0;
		font-size: 16px;
		font-weight: bold;
		margin: 0 auto;
		border-radius: 3px;
	}
	.btn_modal span {
		z-index: 1;
		display: inline-block;
		color: #fff !important;
	}
	#modal{
		width:500px;
		height:580px;
	}
	footer {
	background-color: #2b2d2e;
	}
	.footer-inner {
		max-width: 1200px;
		padding: 40px 20px;
		margin: 0 auto;
	}
	.footer-left {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-left p {
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	.footer-social {
		
	}
	.footer-social ul {
		
	}
	.footer-social ul li {
		float: left;
		margin-right: 15px;
	}
	.footer-right {
		width: 100%;
		float: none;
	}

	.fnav {

	}
	.fnav div {
	    float: left;
	    width: 25%;
	}
	.fnav h2 {
		color: #fff !important;
	}
	.fnav ul li {
	    background: rgba(0, 0, 0, 0) url(../image/icon/icon_square01.png) no-repeat scroll left center;
	    font-size: 13px;
	    padding-left: 10px;
	}
	.fnav ul li a {
		color: #fff !important;
	}
	.footer-border {
		border-bottom: 1px solid #555758;
		height: 1px;
		width: 100%;
	}
	.footer2 {
		max-width: 1200px;
		padding: 20px;
		margin: 0 auto;
	}
	.fnav2 {
		padding: 10px 0;
	}
	.fnav2 ul {

	}
	.fnav2 ul li {
		float: left;
		width: 20%;
		text-align: center;
	}
	.fnav2 ul li a {
		color: #fff;
	}
	.copyright {
		text-align: center;
		padding: 10px 0;
		color: #fff;
	}

}


*/















/*


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

	#header_wrap {
	    background-image: url("../image/bg_org.png");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    height: 100vh;
	    position: relative;
	}
	.headerOrg {
		display: flex;
		justify-content: space-between;
		padding: 3% 3% 0;
	}
	.headerOrg_left {
		display: flex;
		align-items: center;
	}
	.headerOrg_logo {
		padding-left: 10px;
	}
	.headerOrg_logo img {
		width: 60px;
	}
	.headerOrg_right {
		display: flex;
		align-items: center;
	}
	.btn_org_login {
		border: 1px solid #7abcb0;
		padding: 3px 25px;
		text-align: center;
		display: block;
		font-size: 14px;
		border-radius: 3px;
		color: #fff;
		margin-right: 10px;
		letter-spacing: 1px;
		font-weight: bold;
		cursor: pointer;
	}
	.btn_org_login:hover {
		color: #fff !important;
	}
	.btn_org_regist {
		border: 1px solid #7abcb0;
		background-color: #7abcb0;
		padding: 3px 25px;
		text-align: center;
		display: block;
		font-size: 14px;
		border-radius: 3px;
		color: #fff;
		letter-spacing: 1px;
		font-weight: bold;
		cursor: pointer;
	}
	.btn_org_regist {
		color: #fff !important;
	}
	.btn_org_regist:hover {
		color: #fff !important;
	}
	.header_page_content {
		padding: 0 7%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	.header_page_content_inner {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 12%;
	}
	.header_page_main {
		display: flex;
		justify-content: space-between;
	}
	.hpm_left {
		width: 100%;
		color: #fff;
		text-align: left;
		align-self: center;
	}
	.hpm_left img {
		margin-bottom: 50px;
	}
	.hpm_tit_wd {
		display: none;
		font-size: 4.8vw;
		margin-bottom: 30px;
		line-height: 1.8;
		text-align: center;
	}
	.hpm_tit_sp {
		font-size: 4.8vw;
		margin-bottom: 30px;
		line-height: 1.8;
		text-align: center;
	}
	.hpm_text {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.hpm_right {
		display: none;
		width: 100%;
	}
	.hContent_orgRegist_box {
		width: 100%;
		background-color: #f3f3f3;
		padding: 30px 40px;
		border-radius: 3px;
		box-sizing: border-box;
	}
	.hcob_tit {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #7abcb0;
		margin-bottom: 20px;
	}
	.ullist_orgRegist {
		width: 100%;
	}
	.ullist_orgRegist li {
		width: 100%;
		margin-bottom: 20px;
	}
	.input_text {
		width: 100%;
	    height: 30px;
	    padding: 5px 20px;
	    background: #fff;
	    box-sizing: border-box;
	    border-radius: 2px;
	    border: none;
	}
	.input_select_wrap {
		position: relative;
	}
	.input_select {
		-webkit-appearance: none;
		-moz-appearance: none;
		padding: 5px 20px;
		background: transparent;
		background-color: transparent;
		cursor: pointer;
		border: none;
		border-radius: 2px;
		position: relative;
		width: 100%;
		background-color: #fff;
		display: block;
		height: 30px;
	}
	.input_select_wrap::after {
	    display: block;
	    position: absolute;
	    content: "";
	    top: 50%;
	    right: 20px;
	    margin: -2px 0 0;
	    border-top: 5px solid #999;
	    border-right: 5px solid transparent;
	    border-left: 5px solid transparent;
	}
	.ul_caution {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.ul_caution a {
		color: #7abcb0 !important;
	}
	.ul_caution2 {
		font-size: 12px;
		text-align: center;
	}
	.ul_caution2 a {
		color: #7abcb0 !important;
	}
	.btn_form_confirm {
		width: 200px;
		height: 40px;
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		border: 2px solid #fff;
		background-color: #7abcb0;
		font-size: 16px;
		font-weight: bold;
		margin: 0 auto 20px;
		border:none;
		border-radius: 3px;
	}
	.btn_form_confirm span {
		z-index: 1;
		display: inline-block;
		color: #fff !important;
	}
	.scrollMarker {
	    position: absolute;
	    width: 72px;
	    height: 52px;
	    bottom: 30px;
	    left: 50%;
	    margin-left: -36px;
	    overflow: hidden;
	    opacity: 0.7;
	}
	.scrollMarker img {
	    width: 72px;
	    height: 52px;
	}


	.contWrap__top {
		width: 100%;
		padding: 50px 8% 0;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	.contWrap__top__ex {
		width: 100%;
		padding: 50px 8%;
		box-sizing: border-box;
		background-color: #f5f5f5;
	}
	.contWrap__top__ex2 {
		width: 100%;
		padding: 50px 8%;
		box-sizing: border-box;
		background-color: #7abcb0;
		color: #fff;
	}
	.innerWrap__top {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		position: relative;
	}
	.contWrap__top__ex3 {
		width: 100%;
		padding: 5% 5% 0;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.org_vision_inner {
		width: 100%;
		border:1px solid #7cc0b4;
		text-align: center;
		margin:0 auto 0;
		padding:30px 5% 45px;
		box-sizing: border-box;
	}
	.org_vision_inner h3{
		font-size: 24px;
		color:#7cc0b4;
		margin-bottom: 15px;
	}

	.org_vision_inner h4{
		font-size: 22px;
		color:#444;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.org_vision_inner p{
		font-size: 14px;
		color:#000;
		line-height: 2.1;
		text-align: left;
	}
	.corg_vision_inner p span{
		display: block;
	}

	.org_cotent_box {
		display: flex;
		/*justify-content: space-between;
		flex-direction: column;
	}
	.org_cotent_box_left {
		width: 100%;
	}
	.org_cotent_box_left_ex {
		width: 100%;
		align-self: center;
		margin-bottom: 30px;
	}
	.strong_imageBox {
		text-align: center;
		margin-bottom: 30px;
	}
	.strong_imageBox img {
		
	}
	.org_cotent_box_right {
		width: 100%;
		align-self: center;
	}
	.org_cotent_box_right_ex {
		width: 100%;
	}
	.org_strong_point_tit {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
		position: relative;
		text-align: center;
	}
	.org_strong_point_tit::after {
		display: block;
	    position: absolute;
	    content: "";
	    height: 2px;
	    width: 60px;
	    background-color: #7abcb0;
	    top: 120%;
	    left:50%;
	    margin-left: -30px;
	}
	.org_strong_point_text {
		line-height: 2;
	}

	.recruit_tit {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		position: relative;
		margin-bottom: 40px;
	}
	.recruit_tit::after {
		display: block;
	    position: relative;
	    content: "";
	    height: 2px;
	    width: 60px;
	    background-color: #fff;
	    top: 15px;
	    left: 50%;
	    margin-left: -30px;
	}
	.org_recruit_text {
		text-align: center;
		line-height: 2.1;
	}

	.btn_modal {
		display: flex;
		width: 280px;
		height: 60px;
		justify-content: center;
		align-items: center;
		background-color: #7abcb0;
		font-size: 16px;
		font-weight: bold;
		margin: 0 auto;
		border-radius: 3px;
	}
	.btn_modal span {
		z-index: 1;
		display: inline-block;
		color: #fff !important;
	}
	#modal{
		width:100%;
		height:580px;
		box-sizing: border-box;
	}




	.faq-tit {
	    border-bottom: 2px solid #b6bdd3;
	    font-size: 16px;
	    position: relative;
	    text-align: center;
		margin-bottom: 40px;
	}
	.faq-tit  span {
	    background: #ffffff none repeat scroll 0 0;
	    display: inline-block;
	    font-weight: bold;
	    letter-spacing: 0.1em;
	    line-height: 1;
	    padding: 0 15px;
	    position: relative;
	    top: 15px;
	}


	.faq-box {
	    margin-bottom: 40px;
	}
	.accordion_ul section h1 {
	    border-bottom: 1px dotted #ccc;
	    padding: 18px 30px 10px 0;
	    cursor: pointer;
	    position: relative;
		font-weight: normal;
	}
	.accordion_ul section h1:before {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 40%;
	  right: 15px;
	  width: 10px;
	  height: 10px;
	  margin-top: 7px;
	  background: #7CC0B4;
	}
	.accordion_ul section h1:after {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 40%;
	  right: 15px;
	  width: 10px;
	  height: 10px;
	  margin-top: 12px;
	  background: #fff;
	}

	.accordion_ul section h1.active:before {
	  margin-top: 2px;
	}
	.accordion_ul section h1.active:after {
	  margin-top: -3px;
	}
	.accordion_ul section div {
	    background-color: #f7f7f5;
	    margin-bottom: 10px;
	    padding: 14px 24px 18px 24px;
	}
	.accordion_ul section li a {
	    position: relative;
	    display: block;
	}
	.accordion_ul section li a:before{
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 17px;
	  width: 10px;
	  height: 10px;
	  margin-top: -5px;
	  background: #9CF;
	}
	.accordion_ul section li a:after{
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 50%;
	  right: 22px;
	  width: 10px;
	  height: 10px;
	  margin-top: -5px;
	  background: #F2F2F2;
	}
	.font-en {
		font-family: "Times New Roman",Times,Garamond,Georgia,serif;
		font-size: 24px;
		font-weight: normal;	
		line-height: 24px;
		margin-right: 5px;
	}



	footer {
		background-color: #2b2d2e;
	}
	.footer-inner {
		max-width: 1200px;
		padding: 40px 20px 10px;
		margin: 0 auto;
	}
	.footer-left {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-left p {
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	.footer-social {
		
	}
	.footer-social ul {
		
	}
	.footer-social ul li {
		float: left;
		margin-right: 15px;
	}
	.footer-right {
		width: 100%;
		float: none;
	}

	.fnav {

	}
	.fnav div {
	    float: left;
	    width: 50%;
	    margin-bottom: 30px;
	}
	.fnav h2 {
		color: #fff !important;
	}
	.fnav ul li {
	    background: rgba(0, 0, 0, 0) url(../image/icon/icon_square01.png) no-repeat scroll left center;
	    font-size: 13px;
	    padding-left: 10px;
	}
	.fnav ul li a {
		color: #fff !important;
	}
	.footer-border {
		border-bottom: 1px solid #555758;
		height: 1px;
		width: 100%;
	}
	.footer2 {
		max-width: 1200px;
		padding: 20px;
		margin: 0 auto;
	}
	.fnav2 {
		padding: 10px 0;
	}
	.fnav2 ul {

	}
	.fnav2 ul li {
		float: left;
		width: 50%;
		text-align: center;
		font-size: 11px;
		margin-bottom: 10px;
	}
	.fnav2 ul li a {
		color: #fff;
	}
	.copyright {
		text-align: center;
		padding: 10px 0;
		color: #fff;
	}
}
*/


.privacy_agreement {
	background-color: rgba(124, 191, 179, 0.66);
	padding: 10px 10px 10px 10px;
	border-radius: 4px;
	color: #7c7c7c;
	margin: 0 0 20px 0;
}
