@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	min-width: 1260px;
	height: auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	font-size: 1.4rem;
	color: #464646;
	line-height: 1.65;
}

.base_box {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	z-index: 1;
}

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

	.base_box { width:auto; margin:0 30px; }

}

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	letter-spacing: 0.1rem;
	font-feature-settings: "pkna";
}

h1,h2,h3,h4,h5,h6 {
	color: #464646;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}

.date {
	letter-spacing: 0;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: normal;
}

/* ▼LINK▼ */
a {
	color: #00b38f;
	text-decoration: none;
	outline: none;
	transition: .5s;
	backface-visibility: hidden;
}
a:hover { text-decoration:none; }

a:before, a:after {
	content: '';
	position: absolute;
	transition: .5s;
	backface-visibility: hidden;
}

.hover_light a:hover, a.hover_light:hover, .modal_switch.hover_light:hover, .hover_light button:hover, button.hover_light:hover, .hover_light .btn02:hover, .modal_switch:hover,
.hover_light a:hover:before, a.hover_light:hover:before, .modal_switch.hover_light:hover:before,
.hover_light a:hover:after, a.hover_light:hover:after, .modal_switch.hover_light:hover:after {
	opacity: 0.8;
	text-decoration: none;
}

/* ▼IMG▼ */
img, input[type="image"] {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

button, input[type="submit"] {
	padding: 0;
	border: 0;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	letter-spacing: 0.05rem;
	cursor: pointer;
	outline: none;
	transition: .5s;
}

.img_frame {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
.img_frame {
	position: relative;
	overflow: hidden;
}

.img_frame img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/
/*
HEADER
***************************************************************************/
header {
	padding: 25px 30px;
	background: #00b38f;
}

header .logo {
	float: left;
	margin-right: 30px;
}

.hnavi_list {
	float: left;
	min-width: 500px;
}

.hnavi_list > li {
	display: inline-block;
}

.hnavi_list > li a, .hnavi_list > li p {
	display: block;
	padding: 0 20px;
	color: #fff;
	line-height: 50px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	transition: .5s;
	cursor: pointer;
}

.hnavi_list > li p:hover { opacity:0.8; }

.hnavi_list .inner {
	display: none;
	position: absolute;
	top: 85px;
	left: 80px;
	width: 600px;
	padding: 20px 40px;
	background: #fff;
	border: solid 2px #00b38f;
	z-index: 1000;
}

.hnavi_list .inner.ex { left:250px; }

.hnavi_list .inner:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	width: 24px;
	height: 16px;
	margin-left: -12px;
	background: url(../images/icon_arrow.png) no-repeat;
}

.hnavi_list .project_list > li { margin-bottom:10px; }

.hnavi_list .project_list > li a {
	padding: 20px 110px 20px 65px;
	font-size: 1.6rem;
	background-position: 20px center;
	background-size: 28px;
	border: solid 1px #e4e4e4;
}

.hnavi_list .project_list > li a:before {
	right: 15px;
	width: 80px;
	margin-top: -15px;
	font-size: 1.2rem;
	line-height: 30px;
	border-radius: 15px;
}

.h_search {
	float: right;
	width: 40px;
	margin-right: 10px;
}

.h_search .icon {
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.h_search .inner {
	display: none;
	position: absolute;
	top: 15px;
	right: 0;
	width: calc(100vw - 670px);
	padding: 10px 20px 10px 15px;
	background: #fff;
	z-index: 1000;
}

.h_search .inner input {
	display: inline-block;
}

.h_search .inner input[type="text"] {
	width: calc(100% - 110px);
	height: 50px;
	margin-right: 4px;
	padding: 0 5px 0 45px;
	line-height: 50px;
	background: url(../images/icon_search_green.png) 12px center no-repeat;
	border-radius: 25px;
}

.h_search .inner input[type="submit"] {
	width: 100px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	background: #00b38f;
	border-radius: 20px;
}

.h_account {
	float: right;
	width: 50px;
	margin: 0 15px 0 20px;
}

.h_account .icon {
	position: relative;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.h_account .icon img {
	width: 50px;
	border-radius: 50%;
}

.h_account .icon span {
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 1.2rem;
	color: #008c42;
	line-height: 26.5px;
	background: #f3e72b;
	border-radius: 50%;
}

.h_account .inner {
	display: none;
	position: absolute;
	top: 85px;
	right: 30px;
	width: 300px;
	padding: 0 15px;
	background: #fff;
	border: solid 2px #00b38f;
	z-index: 1000;
}

.h_account .inner:before {
	content: '';
	position: absolute;
	top: -12px;
	right: 70px;
	width: 24px;
	height: 16px;
	background: url(../images/icon_arrow.png) no-repeat;
}

.h_account .inner li {
	text-align: center;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	border-bottom: dotted 1px #d0d0d0;
}

.h_account .inner li:last-child { border-bottom:none; }

.h_account .inner li.chat {
	padding: 15px 20px;
}

.h_account .inner li a {
	display: block;
	padding: 18px 0;
	color: #5c5c5c;
}

.h_account .inner li.chat a {
	position: relative;
	padding: 0;
	font-size: 1.5rem;
	color: #fff;
	line-height: 50px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	background: #00b38f;
	border-radius: 25px;
}

.h_account .inner li.chat a span {
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	text-align: center;
	font-size: 1.2rem;
	color: #008c42;
	line-height: 26.5px;
	background: #f3e72b;
	border-radius: 50%;
}

header .btn {
	float: right;
	width: 200px;
	margin-left: 10px;
}

#gnavi_cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: transparent;
	z-index: 999;
}

/*
CONTENTS
***************************************************************************/
#contents {
	position: relative;
	padding: 60px 100px 100px;
}

#contents.ex { padding:60px 0 100px; }
#contents.chat { padding:60px 100px 0; }

.contents_inner {
	padding: 60px 150px 90px;
	background: #f3f3f3;
}

.contents_l {
	float: left;
	width: calc((100% - 60px) / 2);
}

.contents_r {
	float: right;
	width: calc((100% - 60px) / 2);
}

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

	#contents { padding:60px 30px 100px; }
	#contents.ex { padding:60px 0 100px; }
	#contents.chat { padding:60px 30px 0; }
	.contents_inner { padding:60px 30px 90px; }
	.contents_l, .contents_r { width:calc((100% - 40px) / 2); }

}

/* ▼LINK LIST▼ */
.link_list li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 68px;
	border-bottom: solid 1px #c0c0c0;
}

.link_list li a {
	display: block;
	color: #a1dbcf;
	background: #fff;
}

.link_list li.active a {
	color: #fff;
	background: #00b38f;
}

/* ▼PAGE NAVI▼ */
.pnavi_list {
	padding: 15px 100px;
	background: #f8f8f8;
}

.pnavi_list li {
	display: inline;
	margin-right: 8px;
	font-size: 1.2rem;
	color: #7a7a7a;
}

.pnavi_list li a {
	margin-right: 12px;
	color: #8f8f8f;
	text-decoration: underline;
}

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

	.pnavi_list { padding:15px 30px; }

}

/*
TOP
***************************************************************************/
/* ▼TOPICS▼ */
.top_topics {
	padding: 15px 30px;
	background: #efefef;
}

.top_topics .title {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	line-height: 40px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	background: #00b38f;
	border-radius: 20px;
}

.top_topics .content {
	float: right;
	width: calc(100% - 120px);
	margin: 9px 0;
}

.top_topics dl {
	margin-bottom: 5px;
}

.top_topics dl:last-child { margin-bottom:0; }

.top_topics dt {
	float: left;
	width: 110px;
	margin-top: 2px;
	font-size: 1.3rem;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	letter-spacing: 0;
}

.top_topics dd {
	float: left;
	width: calc(100% - 110px);
}

/* ▼ACTIVITY▼ */
.top_activity .activity_list {
	margin-bottom: 40px;
}

.top_activity .activity_list > li { display:none; }

.top_activity .activity_list > li:nth-child(1),
.top_activity .activity_list > li:nth-child(2),
.top_activity .activity_list > li:nth-child(3) { display:block; }

/*
PROJECT
***************************************************************************/
/* ▼MEMBER▼ */
.member_sec {
	position: relative;
	padding: 25px 50px 30px;
	border-bottom: solid 1px #b5b5b5;
}

.member_sec .title {
	float: left;
	width: 420px;
	font-size: 1.6rem;
	line-height: 64px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
}

.member_sec .title img {
	width: 64px;
	margin-right: 30px;
	border-radius: 50%;
}

.member_sec .title span {
	margin-left: 30px;
	font-size: 1.3rem;
	color: #a8a8a8;
}

.member_sec .list {
	float: right;
	max-width: calc(100% - 420px);
}

.member_sec .list li {
	float: left;
	margin: 0 0 10px 10px;
}

.member_sec .list li img {
	width: 64px;
	border-radius: 50%;
}

.member_sec .btn {
	position: absolute;
	bottom: -20px;
	right: 80px;
	width: 200px;
	z-index: 10;
}

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

	.member_sec { padding:25px 30px 30px; }

}

/* ▼LIST▼ */
.project_list > li {
	margin-bottom: 20px;
}

.project_list > li:last-child { margin-bottom:0; }

.project_list > li a {
	display: block;
	position: relative;
	padding: 25px 160px 25px 110px;
	font-size: 2rem;
	color: #009ab3;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	background-color: #f8f8f8;
	background-position: 35px center;
	background-repeat: no-repeat;
	background-size: 40px;
	border: solid 2px #e4e4e4;
	border-radius: 10px;
}

.project_list > li.house a { background-image:url(../images/icon_house.png); }
.project_list > li.water a { background-image:url(../images/icon_water.png); }

.project_list.ex > li a {
	padding: 35px 160px 35px 110px;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
}

.project_list > li a:before {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 100px;
	margin-top: -20px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	line-height: 40px;
	border-radius: 20px;
}

.project_list > li.nodeal a:before { content:'未対応'; background:#f39bba; }
.project_list > li.progress a:before { content:'進行中'; background:#83bff1; }
.project_list > li.processed a:before { content:'完了'; background:#a4a4a4; }

.project_list > li .txt {
	margin-left: 30px;
	font-size: 1.4rem;
	color: #7a7a7a;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
}

.project_list .sub {
	margin: 5px 0;
	line-height: 1;
}

.project_list .sub li {
	display: inline-block;
	margin-right: -4px;
	padding: 0 15px;
	font-size: 1.4rem;
	color: #464646;
	line-height: 1;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	border-right: solid 1px #464646;
}

.project_list .sub li:first-child { padding-left:0; }
.project_list .sub li:last-child { padding-right:0; border-right:none; }

.project_status {
	width: 100px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	line-height: 40px;
	border-radius: 20px;
}

.project_status.nodeal { background:#f39bba; }
.project_status.progress { background:#83bff1; }
.project_status.processed { background:#a4a4a4; }

.project_list .member {
	margin-top: 15px;
}

.project_list .member li {
	display: inline-block;
	margin: 0px 0px 10px 0px;
}

.project_list .member li img {
	width: 32px;
	border-radius: 50%;
}

/* ▼DETAIL▼ */
.project_sec {
	margin: 0 50px;
	padding-bottom: 50px;
	font-size: 1.5rem;
}

.project_sec .head {
	padding: 15px 0 130px;
}

.project_sec .head .project_status {
	display: inline-block;
	margin-right: 30px;
}

.project_sec .head .date_txt {
	display: inline-block;
	font-size: 1.3rem;
	color: #a8a8a8;
	line-height: 40px;
}

.project_sec .head .title {
	margin-bottom: 25px;
	font-size: 2rem;
	color: #009ab3;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}

.project_sec .head .file_list li {
	display: inline-block;
	position: relative;
	margin: 0 10px 15px 0;
	padding: 0 95px 0 75px;
	font-size: 1.4rem;
	color: #019275;
	line-height: 50px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	background: #eee;
	border-radius: 25px;
}

.project_sec .head .file_list li a { color:#019275; }

.project_sec .head .file_list li span {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
}

.project_sec .title01 {
	padding-bottom: 30px;
	letter-spacing: 0.25rem;
	border-bottom: solid 1px #b5b5b5;
}

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

	.project_sec { margin:0; }

}

/* ▼COMMENT LIST▼ */
.comment_list {
	margin-bottom: 90px;
}

.comment_list > dl {
	position: relative;
	padding: 40px 10px 80px;
	font-size: 1.5rem;
	border-bottom: dotted 1px #d0d0d0;
}

.comment_list > dl > dt {
	margin-bottom: 25px;
	font-size: 1.3rem;
	color: #a8a8a8;
	line-height: 64px;
}

.comment_list > dl > dt img {
	width: 64px;
	margin-right: 20px;
	border-radius: 50%;
}

.comment_list .date {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
	font-size: 1.3rem;
	color: #a8a8a8;
}

.comment_list > dl > dd img {
	max-width: 100%;
}

.comment_list > dl > dd a {
	color: #009ab3;
	text-decoration: underline;
}

.comment_list > dl > dd a:hover { opacity:0.8; }

.comment_list .status {
	margin-bottom: 50px;
}

.comment_list .status dl {
	font-size: 1.3rem;
	color: #a8a8a8;
	line-height: 1.8;
}

.comment_list .status dt {
	float: left;
	width: 90px;
}

.comment_list .status dd {
	float: left;
	width: calc(100% - 90px);
}

.comment_list .status dd .arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 15px;
	vertical-align: middle;
	background: url(../images/icon01.png) center center no-repeat;
}

/* ▼COMMENT▼ */
.comment_sec {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 150px;
	background: rgba(255,255,255,0.8);
	z-index: 10;
}

.comment_sec .inner {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 45px 150px;
	background: #f3f3f3;
	z-index: 11;
}

.comment_sec .close {
	position: absolute;
	top: -10px;
	right: 150px;
	cursor: pointer;
	z-index: 12;
}

.comment_sec .text {
	float: left;
	width: 52%;
	padding-right: 25px;
}

.comment_sec .text dt {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	letter-spacing: 0.25rem;
}

.comment_sec .content {
	float: right;
	width: 48%;
	margin-top: 5px;
}

.comment_sec .content dl {
	float: left;
	width: calc(50% - 7.5px);
	margin-bottom: 20px;
}

.comment_sec .content dl:nth-child(2n) { float:right; }
.comment_sec .content dl:last-child { margin-bottom:0; }

.comment_sec .content dt {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	border-bottom: solid 1px #a2a2a2;
}

.comment_sec .dummy_select img, .comment_sec .dummy_select_content li img {
	width: 40px;
	margin-right: 20px;
	vertical-align: middle;
	border-radius: 50%;
}

.comment_sec .btn_upload {
	margin-bottom: 20px;
	font-size: 1.3rem;
	color: #00b38f;
	line-height: 24px;
}

.comment_sec .btn_upload span {
	display: inline-block;
	padding-right: 35px;
	background: url(../images/btn_plus_green.png) right center no-repeat;
}

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

	.comment_sec { padding:40px 30px; }
	.comment_sec .inner { padding:45px 30px; }
	.comment_sec .close { right:30px; }

}

/*
ADDPROJECT
***************************************************************************/
.addproject_sec .title01 {
	padding-bottom: 15px;
	font-size: 1.6rem;
	border-bottom: solid 1px #b5b5b5;
}

.addproject_sec .head {
	padding: 60px 150px 90px;
	font-size: 1.5rem;
	background: #f3f3f3;
}

.addproject_sec .foot {
	padding: 60px 150px 0;
	font-size: 1.3rem;
	color: #585858;
}

.addproject_sec .url_list {
	padding-bottom: 10px;
}

.addproject_sec .url_list .set {
	margin-bottom: 15px;
}

.addproject_sec .url_list .set li {
	float: left;
	width: calc((100% - 20px) / 2);
}

.addproject_sec .url_list .set li:nth-child(2n) { float:right; }

.addproject_sec .status {
	margin-bottom: 40px;
}

.addproject_sec .status dl {
	float: left;
	width: calc((100% - 180px) / 4);
	margin-right: 60px;
}

.addproject_sec .status dl:nth-child(4n) { margin-right:0; }

.addproject_sec .status dt {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	border-bottom: solid 1px #a9a9a9;
}

.addproject_sec .dummy_select img, .addproject_sec .dummy_select_content li img {
	width: 40px;
	margin-right: 20px;
	vertical-align: middle;
}

.addproject_sec .user_list {
	min-height: 104px;
	margin-bottom: 20px;
	padding: 20px;
	background: #f3f3f3;
}

.addproject_sec .user_list li {
	display: inline-block;
	margin: 10px 25px 10px 0;
	line-height: 40px;
}

.addproject_sec .user_list li > img {
	width: 40px;
	margin-right: 15px;
	vertical-align: middle;
	border-radius: 50%;
}

.addproject_sec .user_list li .data_delete {
	margin-left: 10px;
	cursor: pointer;
}

.addproject_sec .user_search {
	margin-bottom: 70px;
	padding: 40px 40px 10px;
	border: solid 1px #dfdfdf;
}

.addproject_sec .user_search li {
	display: inline-block;
	margin: 0 25px 30px 0;
	padding: 15px 40px 15px 30px;
	background: #fff;
	border: solid 1px #dfdfdf;
	cursor: pointer;
}

.addproject_sec .user_search li.active {
	color: #fff;
	background: #00b38f;
	border: solid 1px #00b38f;
}

.addproject_sec .user_search li img {
	width: 40px;
	margin-right: 20px;
	vertical-align: middle;
	border-radius: 50%;
}

.addproject_sec .search_btn {
	position: absolute;
	top: 0;
	right: 0;
}

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

	.addproject_sec .head { padding: 60px 30px 90px; }
	.addproject_sec .foot { padding: 60px 30px 0; }
	.addproject_sec .status dl { width:calc((100% - 90px) / 4); margin-right:30px; }

}

/*
CHAT
***************************************************************************/
/* ▼MEMBER▼ */
.member_list {
	float: left;
	width: 400px;
	padding: 30px 10px 80px;
	font-size: 1.5rem;
	background: #fff;
	border: solid 2px #e4e4e4;
	border-radius: 10px;
}

.member_list li a {
	display: block;
	padding: 30px 15px 15px;
	color: #464646;
	border-bottom: dotted 1px #d0d0d0;
}

.member_list li .name {
	position: relative;
	margin-bottom: 15px;
	font-size: 1.3rem;
	color: #a8a8a8;
	line-height: 64px;
}

.member_list li .name img {
	width: 64px;
	margin-right: 20px;
	vertical-align: middle;
	border-radius: 50%;
}

.member_list li .name .comment_num {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	line-height: 26.5px;
	background: #00b38f;
	border-radius: 50%;
}

.member_list li .date {
	margin-top: 15px;
	text-align: right;
	font-size: 1.3rem;
	color: #a8a8a8;
}

/* ▼CHAT▼ */
.chat_sec {
	position: relative;
	float: right;
	width: calc(100vw - 660px);
	padding-bottom: 310px;
	font-size: 1.5rem;
	background: #fff;
	border: solid 2px #e4e4e4;
	border-radius: 10px;
}

.chat_sec .chat_list {
	padding: 20px 40px 30px;
	background: #f8f8f8;
	border-radius: 10px 10px 0 0;
}

.chat_sec .chat_list .member_comment {
	padding: 30px 90px 30px 0;
}

.chat_sec .chat_list .your_comment {
	padding: 30px 0 30px 90px;
	text-align: right;
}

.chat_sec .chat_list .inner {
	display: inline-block;
	min-width: 400px;
	max-width: calc(100% - 90px);
}

.chat_sec .chat_list .name {
	margin-bottom: 15px;
	font-size: 1.3rem;
	color: #a8a8a8;
	line-height: 50px;
}

.chat_sec .chat_list .name img {
	width: 50px;
	margin-right: 15px;
	vertical-align: middle;
	text-align: left;
	border-radius: 50%;
}

.chat_sec .chat_list .txt {
	margin-bottom: 10px;
	padding: 15px 20px;
	text-align: left;
	border: solid 2px #e4e4e4;
	border-radius: 10px;
}

.chat_sec .chat_list .info {
	text-align: right;
	font-size: 1.3rem;
	color: #a8a8a8;
	line-height: 25px;
}

.chat_sec .chat_list .read {
	margin-right: 25px;
	color: #00b38f;
}

.chat_sec .chat_list .file {
	margin-left: 10px;
	vertical-align: 2px;
}

.chat_sec .chat_list .file img { width:25px; }

.chat_sec .chat_comment {
	position: fixed;
	bottom: 0;
	right: 100px;
	width: calc(100vw - 660px);
	background: #fff;
	z-index: 50;
}

.chat_sec .chat_comment .inner {
	padding: 40px;
	background: #f3f3f3;
	border-left: solid 2px #e4e4e4;
	border-right: solid 2px #e4e4e4;
	border-bottom: solid 2px #e4e4e4;
	border-radius: 0 0 10px 10px;
}

.chat_sec .chat_comment .btn_upload {
	position: absolute;
	top: -15px;
	right: -15px;
}

.chat_sec .chat_comment .btn_upload img { width:30px; }

.chat_sec .chat_comment .btn01 {
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 190px;
}

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

	.chat_sec { width:calc(100vw - 500px); }
	.chat_sec .chat_comment { right:30px; width:calc(100vw - 500px); }

}


/* ▼CHAT MODAL▼ */
.modal_member .title {
	margin-bottom: 15px;
	padding-left: 60px;
	font-size: 1.5rem;
	color: #009ab3;
	line-height: 42px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	background: url(../images/icon_person.png) 10px center no-repeat;
}

.modal_member .user_list {
	min-height: 74px;
	margin-bottom: 15px;
	padding: 10px 20px;
	background: #fff;
	border: solid 1px #dfdfdf;
}

.modal_member .user_list li {
	display: inline-block;
	margin: 5px 20px 5px 0;
	line-height: 40px;
}

.modal_member .user_list li > img {
	width: 40px;
	margin-right: 15px;
	vertical-align: middle;
	border-radius: 50%;
}

.modal_member .user_list li .data_delete {
	margin-left: 10px;
	cursor: pointer;
}

.modal_member .user_search {
	margin-bottom: 50px;
	padding: 25px 40px;
	background: #fff;
	border: solid 1px #dfdfdf;
}

.modal_member .user_search li {
	display: inline-block;
	margin: 15px 25px 15px 0;
	padding: 15px 40px 15px 30px;
	background: #fff;
	border: solid 1px #dfdfdf;
	cursor: pointer;
}

.modal_member .user_search li.active {
	color: #fff;
	background: #00b38f;
	border: solid 1px #00b38f;
}

.modal_member .user_search li img {
	width: 40px;
	margin-right: 20px;
	vertical-align: middle;
	border-radius: 50%;
}

/*
PROFILE
***************************************************************************/
.profile_sec .box {
	margin-bottom: 60px;
	padding: 50px 150px;
	font-size: 1.3rem;
	background: #f3f3f3;
}

.profile_sec .user_form > dl > dt { padding:0; }

.profile_sec .address { width:calc(100% - 250px); }

.profile_sec .icon_select dl {
	float: left;
	width: calc((100% - 20px) / 2);
	padding: 40px 50px 50px;
	background: #fff;
}

.profile_sec .icon_select dl:last-child { float:right; }

.profile_sec .icon_select dt {
	padding: 0 10px 15px;
	font-size: 1.6rem;
	border-bottom: solid 1px #b5b5b5;
}

.profile_sec .icon_select .img {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.profile_sec .icon_select .img img {
	max-width: 100%;
	border-radius: 50%;
}

.profile_sec .icon_select .img.add_line img {
	border: solid 1px #dfdfdf;
}

.profile_sec .icon_select .content {
	display: table-cell;
	width: 50%;
	padding-left: 20px;
	vertical-align: middle;
}

.profile_sec .icon_select .content .txt {
	margin-bottom: 15px;
	padding: 0 20px;
	font-size: 1.3rem;
	color: #a4a4a4;
	line-height: 66px;
	background: #fff;
	border: solid 1px #dfdfdf;
}

.profile_sec .icon_select .content .list06 { margin:0 25px 15px; }

.profile_sec .icon_select .input_file .input_btn {
	float: none;
	width: 100%;
}

.profile_sec .icon_select .input_file input[type="file"].input_box {
	width: 100%;
}

.profile_sec .icon_select .icon_list li {
	position: relative;
	float: left;
	width: 74px;
	margin: 0 10px 20px;
	cursor: pointer;
}

.profile_sec .icon_select .icon_list li img {
	width: 100%;
	border-radius: 50%;
}

.profile_sec .icon_select .icon_list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	border-radius: 50%;
	opacity: 0;
}

.profile_sec .icon_select .icon_list li.active:before { opacity:1; }

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

	.profile_sec .box { padding:50px 30px; }
	.profile_sec .icon_select .content .list06 { margin:0 0 15px; }

}

/*
ACTIVITY
***************************************************************************/
/* ▼LIST▼ */
.activity_list > li {
	position: relative;
	font-size: 1.5rem;
	border-bottom: dotted 1px #d0d0d0;
}

.activity_list > li > a {
	display: block;
	padding: 40px 60px 40px 110px;
	color: #464646;
}

.activity_list.ex > li > a { padding: 50px 260px 50px 30px; }

.activity_list > li .img {
	position: absolute;
	top: 40px;
	left: 20px;
}

.activity_list > li .img img {
	width: 64px;
	border-radius: 50%;
}

.activity_list > li .head {
	margin-bottom: 8px;
	font-size: 1.3rem;
	color: #a8a8a8;
}

.activity_list > li .name {
	margin-bottom: 25px;
	font-size: 1.3rem;
	color: #a8a8a8;
	line-height: 64px;
}

.activity_list > li .name img {
	width: 64px;
	margin-right: 25px;
	vertical-align: middle;
	border-radius: 50%;
}

.activity_list > li .title {
	margin-bottom: 6px;
	color: #009ab3;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}

.activity_list.ex > li .title { font-family:"ヒラギノ角ゴ W3 JIS2004", sans-serif; }

.activity_list > li .file {
	position: absolute;
	bottom: 50px;
	right: 0;
}

.activity_list.ex > li .file { bottom:40px; right:20px; }

.activity_list > li .date {
	position: absolute;
	bottom: 15px;
	right: 0;
	text-align: right;
	font-size: 1.3rem;
	color: #a8a8a8;
}

.activity_list.ex > li .date { bottom:50px; right:100px; }

.activity_list > li .status {
	margin-top: 20px;
}

.activity_list > li .status dl {
	font-size: 1.3rem;
	color: #a8a8a8;
	line-height: 1.8;
}

.activity_list > li .status dt {
	float: left;
	width: 90px;
}

.activity_list > li .status dd {
	float: left;
	width: calc(100% - 90px);
}

.activity_list > li .status dd .arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 15px;
	vertical-align: middle;
	background: url(../images/icon01.png) center center no-repeat;
}

/*
USER
***************************************************************************/
.user_sec .add_btn {
	position: absolute;
	top: -25px;
	right: 0;
	width: 460px;
}

.user_sec .search_btn {
	position: absolute;
	top: 0;
	right: 0;
}

.user_sec .box {
	padding-bottom: 10px;
}

.user_sec .box .title {
	margin-bottom: 30px;
	padding: 20px 30px;
	font-size: 1.6rem;
	color: #009ab3;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	background: #e6e6e6;
}

.user_sec .head {
	margin-bottom: 30px;
}

.user_sec .head li, .user_sec .list > li > p, .user_sec .list .box_edit {
	float: left;
	padding: 10px 15px;
	text-align: center;
	font-size: 1.5rem;
	color: #7a7a7a;
	border-right: dotted 1px #aaa;
}

.user_sec .head li:last-child, .user_sec .list .box_edit { border-right:none; }

.user_sec ul .box_icon { width:8%; }
.user_sec ul .box_name { width:14%; }
.user_sec ul .box_mail { width:20%; }
.user_sec ul .box_belongs { width:18%; }
.user_sec ul .box_authority { width:18%; }
.user_sec ul .box_status { width:8%; }
.user_sec ul .box_edit { width:14%; }

.user_sec .list > li {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 0;
	background: #fff;
	border: solid 2px #e4e4e4;
	border-radius: 10px;
}

.user_sec .list > li:before {
	display: none;
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	border: solid 2px #e4e4e4;
	border-radius: 10px;
	z-index: 1;
}

.user_sec .list > li.active:before { display:block; }

.user_sec .list > li a { color:#009ab3; }
.user_sec .list > li a:hover { opacity:0.8; }

.user_sec .list .box_icon, .user_sec .list .box_edit { padding:0; }
.user_sec .list .box_icon img, .user_sec .list .box_edit img {
	width: 40px;
	border-radius: 50%;
}

.user_sec .list .box_status { color:#00b38f; }

.user_sec .list .box_edit li {
	display: inline-block;
	margin: 0 5px;
}

/* ▼MODAL▼ */
.modal_user .user_form > dl > dt { padding:0; }

.modal_user .delete {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

/*
INFORMATION
***************************************************************************/
.info_sec .add_btn {
	position: absolute;
	top: -15px;
	right: 0;
	width: 250px;
}

/* ▼LIST▼ */
.info_list > li {
	position: relative;
	padding: 40px;
	border-bottom: dotted 1px #d0d0d0;
}

.info_list > li > dl {
	padding-right: 200px;
	font-size: 1.5rem;
}

.info_list > li > dl dt {
	float: left;
	width: 180px;
}

.info_list > li > dl dd {
	float: left;
	width: calc(100% - 180px);
}

.info_list .ctl_list {
	position: absolute;
	top: 50%;
	right: 0;
	width: 180px;
	margin-top: -20px;
}

.info_list .ctl_list li {
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 30px;
	cursor: pointer;
}

.info_list .ctl_list li:last-child { margin-left:0; }

.info_list .ctl_list li.disp_status {
	background: url(../images/icon_uneye.png) center center no-repeat;
}

.info_list .ctl_list li.disp_status.active {
	background: url(../images/icon_eye.png) center center no-repeat;
}

/* ▼DETAIL▼ */
.info_sec .radio_icon {
	display: inline-block;
	position: absolute;
	top: -15px;
	right: 0;
	padding: 10px 30px 10px 75px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #00b38f;
	background-position: 30px center;
	border-radius: 27px;
}

.info_sec .radio_icon input[type="radio"] {
	top: 10px;
	left: 30px;
}

.info_sec .box {
	margin-bottom: 60px;
	padding: 50px 150px;
	font-size: 1.3rem;
	background: #f3f3f3;
}

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

	.info_sec .box { padding:50px 30px; }

}

/* ▼MODAL▼ */
.modal_info {
	color: #464646;
}

.modal_info .date {
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.modal_info .title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 1.5rem;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	border-bottom: dotted 1px #d0d0d0;
}

.modal_info .txt {
	margin-bottom: 30px;
	line-height: 1.8;
}

.modal_info .img {
	width: 100%;
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*
PP
***************************************************************************/
.pp_sec {
	padding: 20px 50px;
}

.pp_sec .sec_title {
	margin-bottom: 60px;
	text-align: center;
	font-size: 3.6rem;
	color: #00b38f;
}

.pp_sec .box {
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 2.4;
}

.pp_sec .title {
	font-size: 1.4rem;
	line-height: 2;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}

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

	.pp_sec { padding:20px 30px; }

}

/*
FORM
***************************************************************************/
#form_contents .sec_title {
	padding: 45px 0;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	background: #00b38f;
}

#form_contents .sec_inner {
	padding: 70px 150px 200px;
	font-size: 1.5rem;
}

#form_contents .user_form > dl { margin-bottom:60px; }

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

	#form_contents .sec_inner { padding:70px 30px 200px; }

}

/* ▼MAILFORMPRO▼ */
#mfp_hidden, #mfp_overlay_background, #mfp_loading_screen, #mfp_loading, #mfp_overlay { display:none; }

.mfp_err {
	display: none;
	margin-top: 20px;
	padding: 0 20px;
	text-align: left;
	font-size: 1.3rem;
	color: #fff;
	line-height: 40px;
	background: #00b38f;
	clear: both;
}

/* ▼FORM COMMON▼ */
.pp_box {
	margin-bottom: 100px;
	padding: 65px 0 70px;
	text-align: center;
	line-height: 2.15;
	background: #f4f4f4;
}

.pp_box .title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

/*
USER FORM
***************************************************************************/
.user_form > dl {
	margin-bottom: 40px;
}

.user_form > dl > dt {
	position: relative;
	float: left;
	width: 170px;
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 68px;
}

.user_form > dl > dt.ex { line-height:34px; }
.user_form.conf > dl > dt, .user_form > dl.ex > dt { line-height:1.65; }

.user_form > dl > dt.must:before {
	content: '※';
	position: absolute;
	top: -1px;
	left: 0;
	color: #00b38f;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}

.user_form > dl > dd {
	float: right;
	width: calc(100% - 170px);
}

.user_form .attent_txt {
	font-size: 1.3rem;
	color: #7b7b7b;
	line-height: 1.5;
}

.form_add, .form_delete {
	font-size: 1.3rem;
	line-height: 24px;
	cursor: pointer;
	transition: .5s;
}

.form_add { color:#00b38f; }
.form_delete { color:#585858; }

.form_add span, .form_delete span {
	display: inline-block;
	padding-right: 35px;
	line-height: 24px;
	background-position: right center;
	background-repeat: no-repeat;
}

.form_add span { background-image:url(../images/btn_plus_green.png); }
.form_delete span { background-image:url(../images/btn_close_gray.png); }

.form_add:hover, .form_delete:hover { opacity:0.8; }

.form_add_sec > .set, .form_element_content > .set {
	display: none;
}

.form_add_sec > .set:first-child, .form_element_content > .set:first-child {
	display: block;
}

.user_btn {
	margin: 0 150px;
}

.user_btn li {
	margin-bottom: 35px;
}

.user_btn li:last-child { margin-bottom:0; }

.user_btn .conf { display:none; }

.error_txt {
	margin-top: 30px;
	margin-bottom:30px;
	text-align: left;
	color: #e8417c;
	line-height: 1.8;
}

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

	.user_btn { margin:0 30px; }

}

/*
LOGIN
***************************************************************************/
.login_sec {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

.login_sec .sec_title {
	margin-bottom: 60px;
	text-align: center;
	font-size: 3.6rem;
	color: #00b38f;
}

.login_sec .catch {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	color: #00b38f;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}

.login_sec .user_form > dl {
	margin-bottom: 0;
	padding: 40px 60px;
	border-bottom: solid 1px #dfdfdf;
}

.login_sec .user_form > dl > dt {
	width: 150px;
	padding: 0;
}

.login_sec .user_form > dl > dd {
	float: right;
	width: calc(100% - 150px);
}

.login_sec .chk_icon {
	padding: 10px 60px;
	font-size: 1.5rem;
	color: #464646;
	background-color: #f4f4f4;
	background-position: 15px center;
}

.login_sec .chk_icon input[type="checkbox"] {
	top: 10px;
	left: 15px;
}

.login_sec .btn {
	width: 770px;
	margin: 70px auto 40px;
}

.login_sec .txt {
	text-align: center;
	line-height: 2.15;
}

.login_sec .txt a {
	color: #009ab3;
	text-decoration: underline;
}

/*
FOOTER
***************************************************************************/
footer {
	padding-top: 75px;
	background: #00b38f;
}

footer .inner {
	margin: 0 100px 25px;
}

footer .fnavi {
	float: left;
	width: 400px;
}

footer .logo { margin-bottom:25px; }

footer .fnavi li {
	display: inline-block;
	margin-right: 30px;
	font-size: 1.2rem;
}

footer .fnavi li a { color:#fff; }

footer .btn {
	float: right;
	width: 490px;
	margin-top: 35px;
}

footer .btn li {
	float: left;
	width: 240px;
}

footer .btn li:last-child { float:right; }

footer .btn_ptop {
	width: 40px;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 40px;
}

.copy_txt {
	padding: 30px 0;
	text-align: center;
	font-size: 1.1rem;
	color: #7a7a7a;
	background: #ededed;
}

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

	footer .inner { margin:0 30px 25px; }

}

/*
OVERLAY WINDOW
***************************************************************************/
.modal_switch, .modal_switch span {
	cursor: pointer;
	transition: .5s;
}

#overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(27,27,27,0.65);
	z-index: 10000;
	overflow: auto;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_inner {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: auto;
	background: #f3f3f3;
}

.overlay_content {
	display: none;
	position: relative;
	padding: 90px 150px;
	font-size: 1.3rem;
	color: #585858;
}

.overlay_content .scroll_box {
	max-height: calc(100vh - 320px);
	padding-right: 30px;
	overflow-y: auto;
}

#overlay_window .modal_close {
	position: absolute;
	top: 40px;
	right: 180px;
	cursor: pointer;
	transition: .5s;
	z-index: 10001;
}

#overlay_window .search_btn {
	position: absolute;
	top: 0;
	right: 0;
}

#overlay_window .modal_close:hover { opacity:0.8; }

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

	.overlay_content { padding:90px 30px; }
	#overlay_window .modal_close { right:60px; }

}

/* ▼POPUP▼ */
.popup_txt {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	height: 90px;
	margin-top: -45px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	line-height: 90px;
	background: #00b38f;
	z-index: 500;
}

.popup_txt .close {
	position: absolute;
	top: 0;
	right: 50px;
	cursor: pointer;
}

/*
ORIGINAL SCROLL
***************************************************************************/
.scroll_box::-webkit-scrollbar {
	width: 6px;
}

#overlay_window .scroll_box::-webkit-scrollbar { width:3px; }

.scroll_box::-webkit-scrollbar-track {
	background: #d9d9d9;
}

.pp_box .scroll_box::-webkit-scrollbar-track { width:1px; background:#ddd; }

.scroll_box::-webkit-scrollbar-thumb {
	background: #575757;
}

.pp_box .scroll_box::-webkit-scrollbar-thumb { background:#8fd127; }

.gecko .scroll_box {
	scrollbar-width: 6px;
	scrollbar-color: #575757 #d9d9d9;
}

.gecko #overlay_window .scroll_box { scrollbar-width:3px; }

.gecko .pp_box .scroll_box {
	scrollbar-width: 3px;
	scrollbar-color: #8fd127 #ddd;
}

/*
PARTS
***************************************************************************/
/* ▼BOX▼ */
.tbl_box {
	display: table;
	width: 100%;
}

/* ▼TITLE▼ */
.title01 {
	position: relative;
	padding-bottom: 20px;
	font-size: 2.2rem;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
	border-bottom: solid 1px #464646;
}

.title02 {
	position: relative;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
}

/* ▼BUTTON, LINK▼ */
.btn01 {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 50px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	border-radius: 25px;
	cursor: pointer;
	transition: .5s;
}

.btn01.btn_h40 {
	height: 40px;
	font-size: 1.5rem;
	line-height: 40px;
	border-radius: 20px;
}

.btn01.btn_h70 {
	height: 70px;
	font-size: 1.5rem;
	line-height: 70px;
	border-radius: 35px;
}

.btn01.btn_h80 {
	height: 80px;
	font-size: 2rem;
	line-height: 80px;
	border-radius: 40px;
}

.btn01.white { color:#00b38f; background:#fff; }
.btn01.gray { color:#00b38f; background:#e6e6e6; }
.btn01.green { color:#fff; background:#00b38f; }
.btn01.yellow { color:#029275; background:#f3e72b; }
.btn01.back { color:#fff; background:#9f9f9f; }

.btn01.white:hover { background:#ededed; }
.btn01.gray:hover { background:#f2f2f2; }
.btn01.green:hover { background:#029779; }
.btn01.yellow:hover { background:#e5d917; }
.btn01.back:hover { background:#bfbfbf; }

.arrow_right {
	padding-right: 35px;
	background: url(../images/arrow_right_white.png) right center no-repeat;
}

.disp_ctl {
	position: absolute;
	bottom: 25px;
	right: 0;
	min-width: 230px;
}

.data_add {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	line-height: 70px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	background: #00b38f;
	border-radius: 35px;
	cursor: pointer;
	transition: .5s;
}

.data_add span {
	margin-left: 12px;
}

.data_add:hover { opacity:0.8; }

/* ▼LIST▼ */
.li_mb0 > li { margin-bottom:0px!important; }
.li_mb5 > li { margin-bottom:5px!important; }
.li_mb10 > li { margin-bottom:10px!important; }
.li_mb20 > li { margin-bottom:20px!important; }
.li_mb30 > li { margin-bottom:30px!important; }
.li_mb40 > li { margin-bottom:40px!important; }
.li_mb50 > li { margin-bottom:50px!important; }

.list01 > li {
	margin-bottom: 15px;
	padding-left: 12px;
	background: url(../images/icon01_blue.png) left 10px no-repeat;
}

.list01 > li:last-child { margin-bottom:0; }

.list01.yellow > li { background:url(../images/icon01_yellow.png) left 10px no-repeat; }

.list02 > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 45px;
}

.list02 > li:last-child { margin-bottom:0; }

.list02 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list02 > li:nth-child(1):before { content:'（1）'; }
.list02 > li:nth-child(2):before { content:'（2）'; }
.list02 > li:nth-child(3):before { content:'（3）'; }
.list02 > li:nth-child(4):before { content:'（4）'; }
.list02 > li:nth-child(5):before { content:'（5）'; }
.list02 > li:nth-child(6):before { content:'（6）'; }
.list02 > li:nth-child(7):before { content:'（7）'; }
.list02 > li:nth-child(8):before { content:'（8）'; }
.list02 > li:nth-child(9):before { content:'（9）'; }

.list03 > li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
}

.list03 > li:last-child { margin-bottom:0; }

.list03 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list03.green > li:before { color:#71b900; }

.list03 > li:nth-child(1):before { content:'1.'; }
.list03 > li:nth-child(2):before { content:'2.'; }
.list03 > li:nth-child(3):before { content:'3.'; }
.list03 > li:nth-child(4):before { content:'4.'; }
.list03 > li:nth-child(5):before { content:'5.'; }
.list03 > li:nth-child(6):before { content:'6.'; }
.list03 > li:nth-child(7):before { content:'7.'; }
.list03 > li:nth-child(8):before { content:'8.'; }
.list03 > li:nth-child(9):before { content:'9.'; }

.list04 > li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}

.list04 > li:last-child { margin-bottom:0; }

.list04 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list04 > li:nth-child(1):before { content:'ア)'; }
.list04 > li:nth-child(2):before { content:'イ)'; }
.list04 > li:nth-child(3):before { content:'ウ)'; }
.list04 > li:nth-child(4):before { content:'エ)'; }
.list04 > li:nth-child(5):before { content:'オ)'; }
.list04 > li:nth-child(6):before { content:'カ)'; }
.list04 > li:nth-child(7):before { content:'キ)'; }
.list04 > li:nth-child(8):before { content:'ク)'; }
.list04 > li:nth-child(9):before { content:'ケ)'; }

.list05 > li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 25px;
}

.list05 > li:last-child { margin-bottom:0; }

.list05 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list05 > li:nth-child(1):before { content:'a)'; }
.list05 > li:nth-child(2):before { content:'b)'; }
.list05 > li:nth-child(3):before { content:'c)'; }
.list05 > li:nth-child(4):before { content:'d)'; }
.list05 > li:nth-child(5):before { content:'e)'; }
.list05 > li:nth-child(6):before { content:'f)'; }
.list05 > li:nth-child(7):before { content:'g)'; }
.list05 > li:nth-child(8):before { content:'h)'; }
.list05 > li:nth-child(9):before { content:'i)'; }

.list06 > li {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.3rem;
	color: #7b7b7b;
}

.list06 > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/* ▼DL▼ */
.dlist01 dl {
	position: relative;
	padding: 25px 0;
	border-bottom: solid 1px #dfdfdf;
}

.dlist01 dl:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 25%;
	height: 1px;
	background: #7aa5cd;
}

.dlist01 dt {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 20px;
	color: #2b2b2b;
}

.dlist01 dd {
	float: right;
	width: 75%;
	padding: 0 20px;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.w4per { width:4%; }
.w5per { width:5%; }
.w7per { width:7%; }
.w8per { width:8%; }
.w10per { width:10%; }
.w12per { width:12%; }
.w14per { width:14%; }
.w15per { width:15%; }
.w16per { width:16%; }
.w18per { width:18%; }
.w20per { width:20%; }
.w22per { width:22%; }
.w24per { width:24%; }
.w25per { width:25%; }
.w30per { width:30%; }
.w32per { width:32%; }
.w35per { width:35%; }
.w36per { width:36%; }
.w40per { width:40%; }
.w50per { width:50%; }
.w55per { width:55%; }
.w56per { width:56%; }
.w60per { width:60%; }
.w70per { width:70%; }
.w75per { width:75%; }
.w80per { width:80%; }
.w100per { width:100%!important; }

.w30 { width:30px!important; }
.w40 { width:40px!important; }
.w60 { width:60px!important; }
.w75 { width:75px!important; }
.w80 { width:80px!important; }
.w90 { width:90px!important; }
.w100 { width:100px!important; }
.w120 { width:120px!important; }
.w130 { width:130px!important; }
.w140 { width:140px!important; }
.w150 { width:150px!important; }
.w170 { width:170px!important; }
.w180 { width:180px!important; }
.w200 { width:200px!important; }
.w210 { width:210px!important; }
.w220 { width:220px!important; }
.w230 { width:230px!important; }
.w240 { width:240px!important; }
.w250 { width:250px!important; }
.w260 { width:260px!important; }
.w280 { width:280px!important; }
.w290 { width:290px!important; }
.w300 { width:300px!important; }
.w310 { width:310px!important; }
.w320 { width:320px!important; }
.w335 { width:335px!important; }
.w350 { width:350px!important; }
.w355 { width:355px!important; }
.w360 { width:360px!important; }
.w380 { width:380px!important; }
.w400 { width:400px!important; }
.w440 { width:440px!important; }
.w450 { width:450px!important; }
.w460 { width:460px!important; }
.w470 { width:470px!important; }
.w500 { width:500px!important; }
.w540 { width:540px!important; }
.w570 { width:570px!important; }
.w600 { width:600px!important; }
.w800 { width:800px!important; }
.w1000 { width:1000px!important; }

.h90 { height:90px!important; }
.h100 { height:100px!important; }
.h150 { height:150px!important; }
.h200 { height:200px!important; }
.h300 { height:300px!important; }
.h360 { height:360px!important; }

.area_h200 { min-height:200px; }
.area_h220 { min-height:220px; }
.area_h240 { min-height:240px; }
.area_h300 { min-height:300px; }
.area_h430 { min-height:430px; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.mb200 { margin-bottom:200px!important; }
.mb150 { margin-bottom:150px!important; }
.mb140 { margin-bottom:140px!important; }
.mb120 { margin-bottom:120px!important; }
.mb110 { margin-bottom:110px!important; }
.mb100 { margin-bottom:100px!important; }
.mb95 { margin-bottom:95px!important; }
.mb90 { margin-bottom:90px!important; }
.mb85 { margin-bottom:85px!important; }
.mb80 { margin-bottom:80px!important; }
.mb75 { margin-bottom:75px!important; }
.mb70 { margin-bottom:70px!important; }
.mb65 { margin-bottom:65px!important; }
.mb60 { margin-bottom:60px!important; }
.mb55 { margin-bottom:55px!important; }
.mb50 { margin-bottom:50px!important; }
.mb45 { margin-bottom:45px!important; }
.mb40 { margin-bottom:40px!important; }
.mb35 { margin-bottom:35px!important; }
.mb30 { margin-bottom:30px!important; }
.mb25 { margin-bottom:25px!important; }
.mb20 { margin-bottom:20px!important; }
.mb15 { margin-bottom:15px!important; }
.mb12 { margin-bottom:12px!important; }
.mb10 { margin-bottom:10px!important; }
.mb8 { margin-bottom:8px!important; }
.mb5 { margin-bottom:5px!important; }
.mb0 { margin-bottom:0!important; }
.mb-10 { margin-bottom:-10px!important; }
.mb-20 { margin-bottom:-20px!important; }

.mlr150 { margin-left:150px!important; margin-right:150px!important; }
.mlr115 { margin-left:115px!important; margin-right:115px!important; }
.mlr100 { margin-left:100px!important; margin-right:100px!important; }
.mlr80 { margin-left:80px!important; margin-right:80px!important; }
.mlr75 { margin-left:75px!important; margin-right:75px!important; }
.mlr70 { margin-left:70px!important; margin-right:70px!important; }
.mlr60 { margin-left:60px!important; margin-right:60px!important; }
.mlr55 { margin-left:55px!important; margin-right:55px!important; }
.mlr50 { margin-left:50px!important; margin-right:50px!important; }
.mlr45 { margin-left:40px!important; margin-right:45px!important; }
.mlr40 { margin-left:40px!important; margin-right:40px!important; }
.mlr35 { margin-left:35px!important; margin-right:35px!important; }
.mlr30 { margin-left:30px!important; margin-right:30px!important; }
.mlr25 { margin-left:25px!important; margin-right:25px!important; }
.mlr20 { margin-left:20px!important; margin-right:20px!important; }
.mlr15 { margin-left:15px!important; margin-right:15px!important; }
.mlr10 { margin-left:10px!important; margin-right:10px!important; }
.mlr5 { margin-left:5px!important; margin-right:5px!important; }
.mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.mr60 { margin-right:60px!important; }
.mr50 { margin-right:50px!important; }
.mr40 { margin-right:40px!important; }
.mr30 { margin-right:30px!important; }
.mr25 { margin-right:25px!important; }
.mr20 { margin-right:20px!important; }
.mr15 { margin-right:15px!important; }
.mr10 { margin-right:10px!important; }
.mr5 { margin-right:5px!important; }
.mr0 { margin-right:0px!important; }
.mr-5 { margin-right:-5px!important; }

.ml260 { margin-left:260px!important; }
.ml180 { margin-left:180px!important; }
.ml80 { margin-left:80px!important; }
.ml50 { margin-left:50px!important; }
.ml40 { margin-left:40px!important; }
.ml32 { margin-left:32px!important; }
.ml30 { margin-left:30px!important; }
.ml20 { margin-left:20px!important; }
.ml15 { margin-left:15px!important; }
.ml10 { margin-left:10px!important; }
.ml0 { margin-left:0px!important; }
.ml-5 { margin-left:-5px!important; }
.ml-10 { margin-left:-10px!important; }
.ml-15 { margin-left:-15px!important; }
.ml-20 { margin-left:-20px!important; }

.ml_em5 { margin-left:5em!important; }

.mt140 { margin-top:140px!important; }
.mt130 { margin-top:130px!important; }
.mt120 { margin-top:120px!important; }
.mt90 { margin-top:90px!important; }
.mt80 { margin-top:80px!important; }
.mt70 { margin-top:70px!important; }
.mt60 { margin-top:60px!important; }
.mt55 { margin-top:55px!important; }
.mt50 { margin-top:50px!important; }
.mt45 { margin-top:45px!important; }
.mt40 { margin-top:40px!important; }
.mt30 { margin-top:30px!important; }
.mt25 { margin-top:25px!important; }
.mt20 { margin-top:20px!important; }
.mt15 { margin-top:15px!important; }
.mt10 { margin-top:10px!important; }
.mt5 { margin-top:5px!important; }
.mt3 { margin-top:3px!important; }
.mt0 { margin-top:0!important; }
.mt-5 { margin-top:-5px!important; }
.mt-10 { margin-top:-10px!important; }
.mt-20 { margin-top:-20px!important; }
.mt-30 { margin-top:-30px!important; }
.mt-40 { margin-top:-40px!important; }
.mt-50 { margin-top:-50px!important; }
.mt-80 { margin-top:-80px!important; }

.pb100 { padding-bottom:100px!important; }
.pb80 { padding-bottom:80px!important; }
.pb50 { padding-bottom:50px!important; }
.pb40 { padding-bottom:40px!important; }
.pb30 { padding-bottom:30px!important; }
.pb20 { padding-bottom:20px!important; }
.pb15 { padding-bottom:15px!important; }
.pb10 { padding-bottom:10px!important; }
.pb5 { padding-bottom:5px!important; }
.pb0 { padding-bottom:0!important; }

.p20 { padding:20px!important; }
.p15 { padding:15px!important; }
.p10 { padding:10px!important; }

.pt60 { padding-top:60px!important; }
.pt50 { padding-top:50px!important; }
.pt40 { padding-top:40px!important; }
.pt30 { padding-top:30px!important; }
.pt20 { padding-top:20px!important; }
.pt15 { padding-top:15px!important; }
.pt10 { padding-top:10px!important; }

.ptb30 { padding-top:30px!important; padding-bottom:30px!important; }
.ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pl23 { padding-left:23px!important; }
.pl10 { padding-left:10px!important; }

.pr10 { padding-right:10px!important; }

.plr40 { padding-left:40px!important; padding-right:40px!important; }
.plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.bold { font-family:"ヒラギノ角ゴ W6 JIS2004", sans-serif;!important; }
.normal { font-family:"ヒラギノ角ゴ W3 JIS2004", sans-serif;!important; }

.size10 { font-size:1rem!important; }
.size11 { font-size:1.1rem!important; }
.size12 { font-size:1.2rem!important; }
.size13 { font-size:1.3rem!important; }
.size14 { font-size:1.4rem!important; }
.size15 { font-size:1.5rem!important; }
.size16 { font-size:1.6rem!important; }
.size17 { font-size:1.7rem!important; }
.size18 { font-size:1.8rem!important; }
.size19 { font-size:1.9rem!important; }
.size20 { font-size:2.0rem!important; }
.size22 { font-size:2.2rem!important; }
.size24 { font-size:2.4rem!important; }
.size26 { font-size:2.6rem!important; }
.size28 { font-size:2.8rem!important; }
.size30 { font-size:3.0rem!important; }
.size32 { font-size:3.2rem!important; }
.size34 { font-size:3.4rem!important; }
.size36 { font-size:3.6rem!important; }
.size54 { font-size:5.4rem!important; }
.size64 { font-size:6.4rem!important; }

.lh25 { line-height:2.5!important; }
.lh22 { line-height:2.2!important; }
.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }
.lh12 { line-height:1.2!important; }

.c_mgray { color:#7b7b7b!important; }
.c_gray { color:#585858!important; }
.c_white { color:#fff!important; }
.c_black { color:#2b2b2b!important; }
.c_blue { color:#009ab3!important; }

/* ▼link▼ */
.u_line { padding-bottom:4px; border-bottom:solid 1px #40bcc4; }
.u_line.white { color:#fff; border-bottom:solid 1px #fff; }
.u_line.green { padding-bottom:2px; color:#8fd127; border-bottom:solid 1px #8fd127; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */

/* ▼indent▼ */
.indent1 { margin-left:1em; text-indent:-1em; }
.indent2 { margin-left:2em; text-indent:-2em; }
.indent3 { margin-left:3em; text-indent:-3em; }
.indent4 { margin-left:4em; text-indent:-4em; }
.indent5 { margin-left:5em; text-indent:-5em; }
.indent6 { margin-left:6em; text-indent:-6em; }


/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, .dummy_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 68px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #585858;
	line-height: 68px;
	letter-spacing: 0.1rem;
	background: #fff;
	border: solid 1px #dfdfdf;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
}

input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

input[type="date"] {
	background: #fff url(../images/icon_date.png) right 15px center no-repeat;
}

select, .dummy_select {
	background: #fff url(../images/arrow_select.png) right center no-repeat;
}

.dummy_select_content {
	display: none;
	position: absolute;
	top: 68px;
	left: 0;
	width: 100%;
	z-index: 100;
}

.dummy_select_content li {
	width: 100%;
	height: 68px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #585858;
	line-height: 68px;
	background: #fff;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	cursor: pointer;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%!important;
	padding: 20px;
	font-size: 1.4rem;
	color: #585858;
	line-height: 1.85;
	letter-spacing: 0.1rem;
	background: #fff;
	border: solid 1px #dfdfdf;
	font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus {
	border: solid 1px #dfdfdf;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: 1.4rem!important;
	color: #ababab;
	font-weight: normal;
}

input:-ms-input-placeholder {
	font-size: 1.4rem!important;
	color: #ababab;
	font-weight: normal;
}

input::-moz-placeholder {
	font-size: 1.4rem!important;
	color: #ababab;
	font-weight: normal;
}

textarea::-webkit-input-placeholder {
	font-size: 1.4rem!important;
	color: #ababab;
	font-weight: normal;
}

textarea:-ms-input-placeholder {
	font-size: 1.4rem!important;
	color: #ababab;
	font-weight: normal;
}

textarea::-moz-placeholder {
	font-size: 1.4rem!important;
	color: #ababab;
	font-weight: normal;
}

input[type="radio"], input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	opacity: 0;
	cursor: pointer;
}

.radio_list li, .chk_list li, .radio_icon, .chk_icon {
	position: relative;
	padding-left: 45px;
	line-height: 34px;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.radio_list li, .chk_list li { margin-bottom:20px; }

.radio_list li, .radio_icon { background-image:url(../images/radio_box_off.png); }
.radio_list li.active, .radio_icon.active { background-image:url(../images/radio_box_on.png); }

.chk_list li, .chk_icon { background-image:url(../images/chk_box_off.png); }
.chk_list li.active, .chk_icon.active { background-image:url(../images/chk_box_on.png); }

.radio_list.large li, .chk_list.large li { padding-right:50px; }
.radio_list.mini li, .chk_list.mini li { padding-right:20px; }

.radio_list.row li, .chk_list.row li {
	float: left;
}

.radio_list.row.item_2 li, .chk_list.row.item_2 li { width:calc(50% - 10px); }
.radio_list.row.item_2 li:nth-child(2n), .chk_list.row.item_2 li:nth-child(2n) { float:right; }
.radio_list.row.item_4 li, .chk_list.row.item_4 li { width:25%; }
.radio_list.row.item_5 li, .chk_list.row.item_5 li { width:20%; }

.radio_list.col li, .chk_list.col li {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}

.radio_list.col li:last-child, .chk_list.col li:last-child { margin-right:0; }

.input_list li {
	float: left;
	width: calc((100% - 10px) / 2);
	margin-bottom: 10px;
}

.input_list li:nth-child(2n) { float:right; }

.input_file {
	position: relative;
	width: 100%;
	height: 68px;
}

.input_file .input_txt {
	float: left;
	width: calc(100% - 225px);
	padding: 0 20px;
	font-size: 1.3rem;
	color: #a4a4a4;
	line-height: 66px;
	background: #fff;
	border: solid 1px #dfdfdf;
}

.input_file .input_btn {
	float: right;
	width: 215px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	line-height: 68px;
	background: #00b38f;
	cursor: pointer;
	transition: .5s;
	backface-visibility: hidden;
}

.input_file .input_btn:hover { opacity:0.8; }

.input_file input[type="file"].input_box {
	position: absolute;
	top: 0;
	right: 0;
	width: 215px;
	height: 68px;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
}

.file_delete {
	float: right;
	width: 160px;
	margin-left: 10px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	line-height: 68px;
	background: #aeaeae;
	cursor: pointer;
}

.file_box {
	margin-bottom: 35px;
	padding: 80px 0 70px;
	text-align: center;
	background: #fff;
	border: dotted 2px #e2e2e2;
}

.file_box .txt {
	color: #ccc;
}

.file_box.active .txt { display:none; }

.file_box .btn {
	display: inline-block;
	position: relative;
	padding: 0 95px 0 75px;
	font-size: 1.4rem;
	color: #019275;
	line-height: 50px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
	background: #f3e72b;
	border-radius: 25px;
}

.file_box .btn span {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
}

.pass_look {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 16px;
	margin-top: -8px;
	background: url(../images/icon_eye.png) no-repeat;
	cursor: pointer;
}

.pass_look.active { background:url(../images/icon_uneye.png) no-repeat; }

label { display:block; width:100%; cursor:pointer; }
