@charset "utf-8";
/* =======================================

	ContentsElements

======================================= */
body.lower {
	padding: 61px 0 0 0;
}

@media only screen and (min-width: 768px){
	body.lower {
		padding: 0;
	}
}

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

	short_width

------------------------------------------------------ */
.short_width #container {
	height: 100%;
	overflow: visible;
	background: transparent;
}
.short_width #container::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(/2026/img/user/common/bg_sp.png) no-repeat;
	background-size: 100% auto;
	background-position: top center;
	-webkit-background-size:cover;/*Android4*/
}
.fixed .short_width #container {
	height: auto;
}
.short_width .outer {
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	/* -webkit-box-align: center;
	align-items: center; */
}
.short_width #wrapper {
	width: 100%;
}
.catch_copy {
	margin: 65px 5% 20px;
}
.catch_copy img {
	width: 100%;
	vertical-align: bottom;
}

@media only screen and (min-width: 768px){
	.short_width #container::before {
		background: url(/2026/img/user/common/bg_pc.png) no-repeat;
		background-size: cover;
	}
	.catch_copy {
		margin: 68px 0 25px 74px;
	}
	.catch_copy img {
		width: 672px;
	}
}

/* ------------------------------------
	short width form area
------------------------------------ */
.short_width .form_area {
	margin: 0 5%;
	padding: 40px 30px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(16, 83, 145, 0.5);
}
.short_width .form_area h1 {
	width: 207px;
	margin: 0 auto 30px;
}
.short_width .form_area h1 img {
	width: 100%;
	display: block;
}

@media only screen and (min-width: 768px){
	.short_width .form_area {
		width: 500px;
		margin: 0 auto;
		padding: 40px;
	}
	.short_width .form_area h1 {
		width: 138px;
	}
}

/* ------------------------------------
	pg_notice
------------------------------------ */
.pg_notice #wrapper {
	margin: 20px 0;
}
.pg_notice main {
	position: fixed;
	width: 100%;
}
.pg_notice .form_area {
	max-height: 100%;
	overflow-y: auto;
	border-radius: 10px;
}
.pg_notice .form_area::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
}
.pg_notice .form_area::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(229, 231, 231, 1);
}
.pg_notice .form_area h1 {
	width: auto;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	color: #2682A7;
	margin: 0 0 25px;
}
.pg_notice .form_area h1 span {
	margin: 10px 0 0 0;
	font-size: 1.4rem;
	display: block;
	color: rgba(34, 34, 34, .4);
	font-family: "Helvetica Neue", Helvetica, arial;
}
.pg_notice .form_area .company_name {
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 15px;
}
.pg_notice .form_area p:last-child {
	margin: 0;
}
.pg_notice .note {
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 20px 0 0;
	padding: 0 5%;
}
.t_blank {
	position: relative;
	font-size: 1.3rem;
	display: table;
	margin: 25px auto 0;
	padding: 0 5%;
	text-align: center;
}
.t_blank span {
	text-decoration: underline;
	color: #fff;
}
.t_blank:after {
	font-size: 1.8rem;
	color: #fff;
	content: "\e91e";
	font-family: 'recruiting_plus';
	margin: 0 0 0 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ------------------------------------
	start
------------------------------------ */
.type_start ul li {
	margin: 12px 0 0;
}
.sub_link {
	margin: 25px 0 0 0;
	text-align: center;
}
.sub_link li {
	margin: 0 0 10px;
	text-align: center;
}
.sub_link a {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}

@media only screen and (min-width: 768px){
	.type_start ul {
		width: 295px;
		margin: 0 auto;
	}
	.type_start ul li {
		margin: 24px 0 0;
	}
}

/* ------------------------------------
	regist
------------------------------------ */
.short_width #wrapper {
	margin: 30px 0;
}
.short_width .pg_ttl {
	margin: 0 0 25px;
	text-align: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
}
.btn_pgbk {
	position: absolute;
	top: 37px;
	left: 25px;
}
.btn_pgbk a {
	padding: 0 0 0 25px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
.btn_pgbk a:before {
	content: "\e906";
	font-family: 'recruiting_plus';
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.form_area.type_regist {
	padding: 40px 22px 60px;
}
.form_area.type_regist dl {
	margin: 0 0 38px;
	position: relative;
}
.form_area.type_regist dl.reqiure:before {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-radius: 50%;
	background: #FC1A1A;
	position: absolute;
	top: 6px;
	right: 0;
}
.form_area.type_regist dt {
	margin: 0 0 15px;
	color: #1C88BD;
	font-size: 1.3rem;
	font-weight: 600;
}
.form_area.type_regist dd {
	position: relative;
}
.form_area.type_regist dd.reqiure:before,
.form_area.type_regist dd.optional:before {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-radius: 50%;
	background: #FC1A1A;
	position: absolute;
	top: 5px;
	right: 0;
}
.form_area.type_regist dd.optional:before {
	background: #E8E8E8;
}
.form_area.type_regist dd.optional:after {
	content: "任意";
	color: rgba(34, 34, 34, 1);
	font-size: 1.2rem;
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 15px;
}
.form_area.type_regist dd.confirm {
	color: #222;
	font-size: 1.4rem;
	font-weight: bold;
}
.form_area.type_regist dd .form_note {
	color: rgba(34, 34, 34, .7);
	font-size: 1.2rem;
	font-weight: 500;
	text-indent: -0.5rem;
	margin: 0 0 30px 0.5rem;
}

@media only screen and (min-width: 768px){
	.btn_pgbk {
		left: calc(50% - 240px);
	}
	.form_area.type_regist {
		padding: 40px 40px 60px;
	}
}

/* select */
.select_box {
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	margin: auto auto 15px;
	padding: 20px 10px 6px 35px;
	font-size: 1.5rem;
	background: none;
	border-radius: 0;
	color: #CBCBCB;
	cursor: pointer;
	border-bottom: 2px solid #E9E9F0;
	position: relative;
	transition: all 0.3s ease-out;
}
.select_box.selected {
	color: #222;
	border-bottom: 2px solid #2D9CC6;
}
.select_box:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 7px solid #575757;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: 30px;
	left: 10px;
	transition: all 0.3s ease-out;
}
.select_box.open:before {
	border-top: 7px solid #2D9CC6;
}
.select_list {
	width: 100%;
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 1;
	border-radius: 8px;
	border: 1px solid #E8E8E8;
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.select_list_inner {
	height: 200px;
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}
.select_list a {
	padding: 12px 18px;
	display: block;
	font-size: 1.3rem;
	border-bottom: 1px solid #E8E8E8;
}

/* scrollbar */
header .notice_detail .inner::-webkit-scrollbar {
	width: 10px;
}
header .notice_detail .inner::-webkit-scrollbar-track {
	background: #fff;
	border: none;
	border-radius: 10px;
	background: #eee;
}
header .notice_detail .inner::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	box-shadow: none;
}

/* placeholder animation */
.input_wrap label {
	position: relative;
	margin: auto auto 15px;
	width: 100%;
	display: block;
}
.input_wrap label .label {
	position: absolute;
	top: 19px;
	left: 10px;
	font-size: 1.5rem;
	color: #CBCBCB;
	font-weight: 500;
	transform-origin: 0 0;
	transition: all 0.2s ease;
}
.input_wrap label input {
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	outline: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	padding: 20px 10px 6px 10px;
	font-size: 1.6rem;
	background: none;
	border-radius: 0;
	color: #222;
	transition: all 0.15s ease;
	border-bottom: 2px solid #E9E9F0;
}
.input_wrap label input:not(:placeholder-shown) + .label,
.input_wrap.full label input + .label {
	color: #ADADAD;
	transform: translateY(-20px) scale(0.8);
}
.input_wrap label input:focus {
	background: none;
	outline: none;
}
.input_wrap label input:focus + .label,
.input_wrap.full label input + .label {
	color: #2D9CC6;
	transform: translateY(-20px) scale(0.8);
	transition-delay: 0.1s;
}
.input_wrap.full.blur label input + .label {
	color: #ADADAD;
}
input::-ms-clear {
	visibility:hidden
}
input::-ms-reveal {
	visibility:hidden
}
.input_wrap label .border {
	width: 0;
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 2px;
	right: 0;
	background: #c8ccd4;
	transition: all 0.3s ease-out;
}
.input_wrap label input:focus + span + .border,
.input_wrap.full label input + span + .border {
	width: 100%;
	background: #2D9CC6;
}

@media only screen and (min-width: 768px){
	.input_wrap label .border {
		bottom: 0;
	}
}

/* radio  */
.type_radio .radio_cont {
	margin: auto auto 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
}
.type_radio .radio_cont li {
	width: 100%;
	margin: 0 0 0 -1px;
	text-align: center;
	border: 1px solid #BEBEBE;
}
.type_radio .radio_cont li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.type_radio .radio_cont li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.type_radio .input_wrap label {
	margin: auto;
}
.type_radio .input_wrap label input {
	border: none;
}
.type_radio .radio_wrap {
	display: inline-block;
	position: relative;
}
.type_radio .radio_wrap span {
	padding: 35px 0 10px;
	font-size: 1.3rem;
	display: block;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.type_radio .radio_wrap.valid span {
	color: #FFF;
	background: #2D9CC6;
}
.type_radio .radio_cont li:first-child span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.type_radio .radio_cont li:last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.type_radio .radio_wrap input {
	display: none !important;
}
.type_radio .radio_wrap i {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 16px;
	left: 50%;
	background: #fff;
	border: 1px solid #BEBEBE;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.3s ease-out;
}
.type_radio .radio_wrap input:checked + span i {
	background: #FFF;
	border: 1px solid #BEBEBE;
	transition: all 0.3s ease-out;
}
.type_radio .radio_wrap input:checked + span i:before {
	content: "";
	width: 11px;
	height: 11px;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #64D8E0;
	z-index: 2;
	border-radius: 50%;
	transition: all 0.3s ease-out;
}
.type_radio .radio_wrap input:checked + span i:after {
	opacity: 0;
	transition: all 0.3s ease-out;
}

/* type_radio type_aspiration  */
.type_radio.type_aspiration .radio_cont {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}
.type_radio.type_aspiration .radio_cont li {
	width: 33.3333%;
	margin: 0;
	border: none;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
}
.type_radio.type_aspiration .radio_cont li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 0;
}
.type_radio.type_aspiration .radio_cont li:nth-child(3) {
	border-top-right-radius: 4px;
}
.type_radio.type_aspiration .radio_cont li:nth-child(4) {
	border-bottom-left-radius: 4px;
}
.type_radio.type_aspiration .radio_cont li:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
}
.type_radio.type_aspiration .radio_cont li:first-child span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 0;
}
.type_radio.type_aspiration .radio_cont li:nth-child(3) span {
	border-top-right-radius: 4px;
}
.type_radio.type_aspiration .radio_cont li:nth-child(4) span {
	border-bottom-left-radius: 4px;
}
.type_radio.type_aspiration .radio_cont li:last-child span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
}

/* check  */
.check_wrap {
	padding: 0 20px 0 0;
	display: inline-block;
	position: relative;
}
.check_wrap label {
	cursor: pointer;
	text-align: left;
}
.check_wrap input {
	display: none !important;
}
.check_wrap span {
	padding: 0 0 0 25px;
	display: inline-block;
	position: relative;
}
.check_wrap i {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	border: 2px solid #E8E8E8;
	border-radius: 3px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}
.check_wrap span i:before {
	content: "\e91b";
	font-family: 'recruiting_plus';
	font-size: 1rem;
	font-style: normal;
	color: #0FADC9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0.8);
	transform: translate(-50%,-50%) scale(0.8);
	z-index: 1;
}
.check_wrap span i:after {
	content: "";
	width: 100%;
	height: 100%;
	font-style: normal;
	position: absolute;
	background: #fff;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.check_wrap input:checked + span i {
	background: #2D9CC6;
	border: 2px solid #2D9CC6;
}
.check_wrap span i:before {
	color: #FFF;
	font-size: 1.2rem;
}
.check_wrap input:checked + span i:after {
	background: transparent;
}

/* password  */
.form_area .pass_wrap input {
	padding: 20px 60px 6px 10px;
}
.form_area .error .pass_wrap input {
	padding: 20px 90px 6px 10px;
}
.pass_wrap .icon_area {
	position: absolute;
	top: 22px;
	right: 0;
}
.pass_wrap .icon_area span {
	color: #A7A7A7;
	font-size: 1.3rem;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
}
.pass_wrap .icon_area span:before {
	margin: 0 5px 0 0;
	content: "\e923";
	font-family: 'recruiting_plus';
	font-size: 1.8rem;
	position: absolute;
	top: -9px;
	left: -24px;
}

/*policy*/
.form_area .policy_wrap {
	width: 100%;
	margin: 50px auto 50px;
}
.form_area.type_narrow .policy_wrap {
	margin: 0 auto 20px -30px;
}
.form_area .policy_box .inner {
	height: 200px;
	overflow: auto;
	padding: 5%;
	font-size: 1.5rem;
	border: 2px solid #E8E8E8;
	background: #FFF;
	-webkit-overflow-scrolling: touch;
}
.form_area .policy_box h2 {
	margin: 0 0 10px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	color: #222;
}
.form_area .policy_box h3 {
	margin: 0 0 5px;
	font-size: 1.3rem;
	font-weight: bold;
}
.form_area .policy_box p {
	margin: 0 0 20px;
	font-size: 1.3rem;
}
.form_area .policy_box p:last-child {
	margin: 0;
}

/*agree*/
.agree_txt {
	margin: 30px 0;
	font-size: 1.4rem;
}
.agree_txt a {
	color: #105391;
	text-decoration: underline;
}
/* PC Hover */
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .agree_txt a:hover {
		text-decoration: none;
	}
}
.agree_wrap {
	margin: 0 0 50px;
	text-align: center;
}
.agree_wrap .agreeTxt {
	color: #1D1E24;
	font-size: 1.4rem;
	vertical-align: middle;
}
.btn_area .submit_btn.agree_btn:disabled,
.btn_area .submit_btn.agree_btn.disable {
	color: #FFF;
	cursor: default;
	background: #E2E2E2;
	border: 1px solid #E2E2E2;
}
.btn_area .sub_link {
	margin: 35px 0 0 0;
	text-align: center;
}
.btn_area .sub_link a {
	color: #105391;
}
.btn_area .sub_link span {
	padding: 0 0 0 25px;
	position: relative;
}
.btn_area .sub_link .icon_bk_arrow span:before {
	content: "\e906";
	font-family: 'recruiting_plus';
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	color: #105391;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.btn_area .sub_link .icon_help span:before {
	content: "\e90a";
	font-family: 'recruiting_plus';
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	color: #105391;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* error */
.error_ttl {
	margin: 0 0 30px;
	line-height: 1.6;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FC1A1A;
}
.error_msg {
	display: block;
	margin: -5px 0 5px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FC1A1A;
}
.error .input_wrap:before {
	content: "\e905";
	font-family: 'recruiting_plus';
	font-size: 1.7rem;
	color: #FF3B00;
	position: absolute;
	top: 20px;
	right: 0;
}
.type_radio.error .input_wrap:before {
	top: auto;
	bottom: 0;
}
.error .input_wrap.pass_wrap:before {
	top: 20px;
	bottom: auto;
}
.error .input_wrap .icon_area {
	position: absolute;
	top: 22px;
	right: 30px;
}
.error .input_wrap  label input {
	padding: 20px 30px 6px 10px;
}
.error .select_box {
	padding: 20px 30px 6px 35px;
}

/* confirm */
.type_conf dd {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	color: #222;
	font-size: 1.4rem;
	font-weight: bold;
}
.type_conf dd .label {
	display: block;
	color: #ADADAD;
	font-size: 1.2rem;
}
.form_area.type_regist.type_conf dd .form_note {
	margin: 5px 0 0;
}

/* finish */
.form_msg {
	font-size: 1.4rem;
	margin: 0 0 30px;
}
.form_area.type_regist .line_accont dt {
	margin: 50px auto 15px;
	vertical-align: middle;
	color: #00B900;
}
.line_accont dt img {
	width: 40px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
.line_accont dd {
	font-size: 1.4rem;
	margin: 0 0 30px;
}

/* ------------------------------------
	reminder
------------------------------------ */
.form_area .item {
	margin: 0 0 38px;
	position: relative;
}

/* ------------------------------------
	agreement
------------------------------------ */
.form_area.type_agree {
	padding: 40px 5%;
}
.agree_contents h2 {
	margin: 0 0 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
}
.agree_contents h3 {
	margin: 0 0 30px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.agree_contents h4 {
	margin: 0 0 30px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.agree_contents h5 {
	margin: 0 0 30px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
}
.agree_contents h6 {
	margin: 0 0 30px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}
.agree_contents p {
	font-size: 1.4rem;
	margin: 0 0 30px;
}
.agree_contents a {
	color: #105391;
	text-decoration: underline;
}
.agree_contents p.note {
	margin: 0 0 30px;
}
.form_area.type_agree .btn_area {
	margin: 30px 0 0;
	text-align: center;
}
.form_area.type_agree .tab_close {
	width: 270px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}

/* PC Hover */
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .agree_contents a:hover {
		text-decoration: none;
	}
}

@media only screen and (min-width: 768px){
	.form_area.type_agree {
		width: 900px;
	}
}

/* .policy_contact */
.agree_contents .policy_contact {
	font-size: 1.4rem;
	margin: 0 0 20px;
}
.agree_contents .policy_contact:last-child {
	margin: 30px 0;
}
.agree_contents .policy_contact li {
	padding: 0px 0px 5px 0;
}
.agree_contents .policy_contact li > .tel,
.agree_contents .policy_contact li > .mail {
	color: #105391;
	text-decoration: none;
}
.agree_contents .policy_contact li > .ttl {
	display: inline-block;
	width: 70px;
	color: initial;
}
.agree_contents .note {
	font-size: 1.4rem;
	text-indent: -1.0em;
	padding-left: 1.0em;
	margin: 0 0 60px;
}

/* .table */
.agree_contents .rsp_tbl table {
	width: 100%;
	margin: 0 0 20px;
	font-size: 1.4rem;
	border-top: 1px solid #E2E2E3;
	border-left: 1px solid #E2E2E3;
}
.agree_contents .rsp_tbl th,
.agree_contents .rsp_tbl td {
	padding: 15px;
	display: block;
	border-right: 1px solid #E2E2E3;
	border-bottom: 1px solid #E2E2E3;
}
.agree_contents .rsp_tbl th {
	width: 100%;
	font-size: 1.4rem;
	background: rgba(226, 226, 226, 0.2);
	text-align: center;
}
.agree_contents .rsp_tbl .attention {
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.agree_contents .rsp_tbl .attention:not(:last-child) {
	margin: 0 0 20px;
}
.agree_contents .rsp_tbl .tbl_ul + .attention {
	margin: 20px 0;
}
.agree_contents .rsp_tbl a + .attention {
	margin: 20px 0 0;
}
/* .tbl_ol */
.agree_contents .rsp_tbl .tbl_ol {
	counter-reset: tbl-list-count;
	list-style-type: none;
	margin: 0 0 20px;
}
.agree_contents .rsp_tbl .tbl_ol.add_padd li:not(:last-child) {
	margin: 0 0 20px;
}
.agree_contents .rsp_tbl .tbl_ol li:before {
	counter-increment: tbl-list-count;
	content: counter(tbl-list-count)" )";
	padding: 2px 8px;
	margin: 0 5px 0 0;
}
.agree_contents .rsp_tbl .tbl_ol li a {
	display: table;
	margin: 0 0 0 36px;
}
/* .tbl_ul */
.agree_contents .rsp_tbl .tbl_ul {
	margin: 0 0 0 12px;
}
.agree_contents .rsp_tbl .tbl_ul li {
	list-style-type: none;
	position: relative;
	padding: 0px 0px 5px 20px;
}
.agree_contents .rsp_tbl .tbl_ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	left: 0;
	background: #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (min-width: 768px){
	.agree_contents .rsp_tbl th,
	.agree_contents .rsp_tbl td {
		display: table-cell;
		padding: 15px;
	}
	.agree_contents .rsp_tbl th {
		width: 254px;
	}
}

.agree_contents .agree_wrap {
	margin: 30px 0;
}

/* ------------------------------------
	login
------------------------------------ */
.c_logo {
	width: 80px;
	height: 80px;
	margin: 0 auto 18px;
	overflow: hidden;
	position: relative;
	border: 2px solid #E8E8E8;
	border-radius: 50%;
}
.c_logo img {
	border-radius: 50%;
}
.c_name {
	margin: 0 auto 32px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.form_area .error_ttl {
	margin: 0 0 25px;
	text-align: center;
}
.form_area .error_ttl .inner {
	padding: 5px 20px 5px 50px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #FF3B00;
	display: inline-block;
	background: #FFEFEB;
	border-radius: 5px;
	position: relative;
}
.form_area .error_ttl .inner:before {
	content: "\e905";
	font-family: 'recruiting_plus';
	font-size: 1.7rem;
	color: #FF3B00;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_area.type_login .item {
	margin: 0 0 15px;
	position: relative;
}
.save_pass {
	margin: 30px 0;
}
.save_pass .text {
	color: #1D1E24;
	font-size: 1.4rem;
	vertical-align: middle;
}
.form_area.type_login .land img {
	width: auto !important;
	height: 100% !important;
}
.form_area.type_login .port img {
	width: 100% !important;
	height: auto !important;
}

/* ------------------------------------
	404
------------------------------------ */
body.pg_error {
	 background: #fff;
	 height: 100%
}
.notfound_404 {
	padding: 30px 0px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, arial;
	font-size: 3.0rem;
	font-weight: bold;
}
.notfound_404 span {
	color: #2D9CC6;
}
.searchpage_404 {
	padding: 0px 0px 24px 0px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.text_404 {
	text-align: center;
	padding: 0px 16px 55px 16px;
	font-size: 1.4rem;
}
.text_white {
	color: #FFF;
}
.error_area {
	background: #fff;
	padding: 70px 0px;
}
.error_area p {
	font-size: 1.4rem;
	line-height: 1.8;
}
a.basic_btn_404, button.basic_btn {
	width: 240px;
	padding: 18px 30px;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 94px;
	position: relative;
	z-index: 0;
	transition: all 0.3s ease-out;
}
.btn_area_error {
	text-align: center;
}
.pg_error footer {
	padding: 19px 16px 19px;
}

@media only screen and (min-width: 768px){
	.notfound_404 {
		padding: 50px 0px 60px 0px;
	}
	.error_area {
		padding: 70px 16px;
	}
	.btn_area_error {
		padding: 100%;
	}
}

/* ------------------------------------
	terms
------------------------------------ */
.terms_h2 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	padding: 16px;
	border-bottom: 1px solid #DDD;
}

/* ------------------------------------
	access
------------------------------------ */
.access_h2 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	padding: 16px;
	border-bottom: 1px solid #DDD;
}
.post_details.type_static .article .info {
	padding: 20px 16px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acces_text {
	font-size: 1.4rem;
}
.acces_error_msg {
	padding: 5px 0px 5px 27px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FF3B00;
	display: inline-block;
	border-radius: 5px;
	position: relative;
}
.acces_error_msg:before {
	content: "\e905";
	font-family: 'recruiting_plus';
	font-size: 1.7rem;
	color: #FF3B00;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.access_cp {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0px 0px 16px 0px;
}
.access_ad {
	margin: 0 0 10px;
	line-height: 20px;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.access_tel {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	line-height: 1.4;
	font-size: 1.4rem;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	position: relative;
}
.access_tel:before {
	content: "\e928";
	font-family: 'recruiting_plus';
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	color: #2D9CC6;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.access_mail {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	line-height: 1.4;
	font-size: 1.4rem;
	color: #2D9CC6;
	font-family: "Helvetica Neue", Helvetica, arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	position: relative;
}
.access_mail:before {
	content: "\e925";
	font-family: 'recruiting_plus';
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	color: #2D9CC6;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.access_mail a{
	color: #2D9CC6;
}

/* ------------------------------------
	post
------------------------------------ */
.post {
	background: #DDD;
}
.post > li {
	margin: 0 0 24px;
	background: #FFF;
}
.post > li:first-child {
	margin: 24px 0 24px;
}
.masonry > li {
	opacity: 0;
	transition: all 0.8s ease-out;
}
.masonry > li.show {
	opacity: 1;
}
/* .post_all .masonry > li {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.post_all .masonry > li.show {
	opacity: 1;
} */
.tab_cont.post_category .post,
.tab_cont.post_category .article_list {
	margin: 24px 0 1px;
}
.tab_cont.post_category .post > li {
	margin: 0 0 1px;
	width: 100%;
	position: relative;
}
.tab_cont.post_category .post > li:last-child {
	margin: 0;
}
.tab_cont.post_category .article_list > li {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.post_wrap {
		margin: 0 -1%;
		background: transparent;
	}
	.post {
		background: transparent;
	}
	.post > li,
	.post > li:first-child,
	.post > li:last-child {
		width: 48%;
		margin: 0 1% 10px;
	}
	.tab_cont.post_category .post,
	.tab_cont.post_category .article_list {
		margin: 0;
	}
	.tab_cont.post_category .post > li {
		width: 98%;
		margin: 0 1% 1px;
	}
	.tab_cont.post_category .post > li:last-child {
		margin: 0 1%;
	}
	.tab_cont.post_category .article_list > li:first-child {
		margin: 0;
	}
}

/* article */
.post .article a {
	display: block;
}
.post .article .info {
	padding: 20px 16px;
	position: relative;
	font-size: 1.4rem !important;
	line-height: 1.5 !important;
}
.post .article .info h2 {
	margin: 0 0 4px;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.post .article .info h2.type_new {
	padding: 0 60px 0 0;
}
.post .article .info h2 .icon_new {
	position: absolute;
	top: 0;
	right: 0;
}
.post .article .info .date {
	margin: 0 0 8px;
	color: rgba(34, 34, 34, 0.5);
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, arial;
}
.post .article .info p {
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
}
.post .article .info.lcut3 {
	max-height: 154px;
	overflow: hidden;
}
.post .article .info.lcut5 {
	max-height: 196px;
	overflow: hidden;
}
.post .article .info.lcut3:before,
.post .article .info.lcut5:before {
	content: "";
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #FFF;
}
.post .article .info.lcut3:after,
.post .article .info.lcut5:after {
	content: "Read more";
	width: 140px;
	padding: 0 5px 0 0;
	display: block;
	font-size: 1.2rem;
	color: #2D9CC6;
	text-align: right;
	font-family: "Helvetica Neue", Helvetica, arial;
	position: absolute;
	right: 16px;
	bottom: 20px;
	z-index: 2;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff 40%, #ffffff 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff',GradientType=1 );
}
.post.masonry .info img,
.post.masonry .info video {
	display: none;
}
.post_wrap .masonry li figure {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
.post_wrap .masonry .land img {
	width: auto !important;
	height: 100% !important;
}
.post_wrap .masonry .port img {
	width: 100% !important;
	height: auto !important;
}
.post .article .status .type:before {
	content: "\e927";
	font-family: 'recruiting_plus';
	font-size: 1.4rem;
	line-height: 1.2;
	color: rgba(34, 34, 34, .4);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

/* .category */
.post .article .category {
	padding: 20px 60px 20px 16px;
	position: relative;
}

.article_list .article .category {
	padding: 0 44px 0 0;
}
.post .article .category h2,
.article_list .article .category h2 {
	line-height: 1.4;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
.post .article .category span,
.article_list .article .category span {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ADADAD;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.category_ttl {
	position: relative;
	background: #fff;
	border: 1px solid #E8E8E8;
	padding: 20px 60px 20px 16px;
	display: block;
	width: 100%;
}
.category_ttl {
	margin: 24px 0 0 !important;
}
.category_ttl + .article_list {
	margin: 0 !important;
}
.category_ttl h2 {
	line-height: 1.4;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
.category_ttl span {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ADADAD;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
	.category_ttl {
		margin: 0 !important;
	}
}

/* photo */
.post .photo li a {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	display: block;
	z-index: 1;
}
.post .photo .info {
	padding: 10px 16px;
}
.post .photo .info .date {
	margin: 0;
	color: rgba(34, 34, 34, 0.5);
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, arial;
	position: relative;
}
.post .photo .info .date .icon_new {
	position: absolute;
	top: 0;
	right: 0;
}
.post .photo .info p {
	font-size: 1.4rem;
}
.post .photo .slide_wrap {
	position: relative;
}
.post .photo .slider img {
	width: 100%;
	display: block;
}
.post .photo .slide_wrap .caption {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.post .photo .slide_wrap .caption a {
	padding: 16px 12px;
	display: block;
	opacity: 1 !important;
}
.post .photo .slide_wrap .caption span {
	display: block;
	font-size: 1.3rem;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* .post .photo .slide_wrap:before { */
.post .photo .slide_wrap .caption a:before {
	display: none;
	content: "";
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(0, 0, 0, .4);
	background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.8)',GradientType=0 );
	opacity: 1 !important;
}
.post .photo .slide_wrap .caption.display_layer a:before {
	display: block;
}
.post .photo .status .type:before {
	content: "\e915";
	font-family: 'recruiting_plus';
	font-size: 2rem;
	line-height: 1.2;
	color: rgba(34, 34, 34, .4);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

/* post status */
.post .status {
	padding: 7px 16px;
	position: relative;
	color: rgba(34, 34, 34, .5);
	border-top: 1px solid #DDD;
}
.post .status .type {
	padding: 0 80px 0 23px;
	position: relative;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.post .status > span,
.post .status > button {
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
}
.post .status > span:before,
.post .status > button:before {
	font-family: 'recruiting_plus';
	font-size: 1.7rem;
	display: inline-block;
	line-height: 1.2;
	transition: all 0.3s ease-out;
}
.post .status > span.active:before {
	font-size: 1.7rem;
	font-family: 'recruiting_plus';
}
.post .status > button.active:before {
	font-size: 1.7rem;
	font-family: 'recruiting_plus';
	-webkit-animation: likeAct 1s forwards;
	animation: likeAct 1s forwards;
	transition: all 0.3s ease-out;
}
.post .status span.like_btn,
.post .status button.like_btn {
	right: 76px;
}
.post .status span.like_btn:before,
.post .status button.like_btn:before {
	font-size: 2.2rem;
	content: "\e907";
	color: #03A1CC;
}
.post .status span.like_btn.active:before,
.post .status button.like_btn.active:before {
	font-size: 1.7rem;
	content: "\e924";
}
.post .status span.check_btn,
.post .status button.check_btn {
	right: 46px;
}
.post .status span.check_btn:before,
.post .status button.check_btn:before {
	content: "\e932";
	color: #FF8835;
}
.post .status span.check_btn.active:before,
.post .status button.check_btn.active:before {
	content: "\e933";
}
.post .status span.smile_btn,
.post .status button.smile_btn {
	right: 16px;
}
.post .status span.smile_btn:before,
.post .status button.smile_btn:before {
	font-size: 1.8rem;
	content: "\e931";
	color: #FF6685;
}
.post .status span.smile_btn.active:before,
.post .status button.smile_btn.active:before {
	font-size: 1.8rem;
	content: "\e934";
}
@-webkit-keyframes likeAct {
	0% {-webkit-transform: scale(1) rotateY(0deg); opacity: 1;}
	50% {-webkit-transform: scale(1.3) rotateY(360deg); opacity: 0;}
	55% {-webkit-transform: scale(0.1) rotateY(0deg); opacity: 1;}
	70% {-webkit-transform: scale(1.1) rotateY(0deg); opacity: 1;}
	90% {-webkit-transform: scale(0.1) rotateY(180deg); opacity: 1;}
	100% {-webkit-transform: scale(1) rotateY(180deg); opacity: 1;}
}
@keyframes likeAct {
	0% {transform: scale(1) rotateY(0deg); opacity: 1;}
	50% {transform: scale(1.3) rotateY(360deg); opacity: 0;}
	55% {transform: scale(0.1) rotateY(0deg); opacity: 1;}
	70% {transform: scale(1.1) rotateY(0deg); opacity: 1;}
	90% {transform: scale(0.1) rotateY(180deg); opacity: 1;}
	100% {transform: scale(1) rotateY(180deg); opacity: 1;}
}

/* more */
.more {
	padding: 25px 0 20px;
	text-align: center;
	color: #ADADAD;
	font-weight: bold;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, arial;
	position: relative;
	background: #DDD;
}
.more span {
	display: block;
}

.loader {
	display: inline-block;
	transform: scale(0.4, 0.4) rotate(90deg);
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
.ball-pulse>div:nth-child(1) {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse>div:nth-child(2) {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse>div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse>div {
	background-color: #ADADAD;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 5px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

@media only screen and (min-width: 768px) {
	.more {
		width: 730px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	.more {
		padding-top: 0;
	}
}

/* -----------------------------------
	Login MoveAnimation
------------------------------------ */
.form_area.type_login {
	position: relative;
	z-index: 5;
}
.sub_link,
.sub_link a {
	position: relative;
	z-index: 1;
}

.btn_area {
	text-align: center;
}
.btn_login,
.btn_new_login {
	margin: 0 auto;
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
}
.btn_login.show_login,
.btn_new_login.show_login {
	width: 100%;
	position: relative;
	z-index: 10;
	transform: scale(1);
	animation: login_move 3.2s ease-in forwards;
}
@keyframes login_move {
	0% {width: 100%;}
	10% {width: 60px;}
	20% {width: 60px;}
	40% {width: 60px;}
	50% {width: 60px; transform: scale(1);}
	80% {width: 60px; transform: scale(100);}
	100% {width: 60px; transform: scale(100);}
}
.btn_login strong,
.btn_new_login strong {
	display: block;
	transition: all .2s linear;
	opacity: 1;
}
.btn_login.show_login strong,
.btn_new_login.show_login strong {
	opacity: 0;
}

.btn_login.show_login span.sub_circle,
.btn_new_login.show_login span.sub_circle {
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	opacity: 0;
	transform: rotate(0);
	animation: login_move_sub 3.2s ease-in forwards;
}
.btn_login.show_login span.sub_circle:after,
.btn_new_login.show_login span.sub_circle:after {
	content: '';
	top: 0;
	left: 50%;
	width: 15px;
	height: 15px;
	background: #28c8e5;
	border-radius: 50%;
	position: absolute;
	transform: translateX(-50%);
}
@keyframes login_move_sub {
	0% {opacity: 0;transform: rotate(0);}
	10% {opacity: 0;transform: rotate(0);}
	15% {opacity: 1;transform: rotate(0);}
	20% {opacity: 1;transform: rotate(0);}
	25% {opacity: 1;transform: rotate(90deg);}
	30% {opacity: 1;transform: rotate(180deg);}
	35% {opacity: 1;transform: rotate(270deg);}
	40% {opacity: 1;transform: rotate(360deg);}
	45% {opacity: 1;transform: rotate(360deg);}
	50% {opacity: 0;transform: rotate(360deg);}
	100% {opacity: 0;transform: rotate(360deg);}
}

.login_wrap {
	position: relative;
}
.login_wrap span.in_circle {
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%) scale(0);
	animation: login_move_circle 3.2s ease-in forwards;
	z-index: 11;
}
@keyframes login_move_circle {
	0% {transform: translate(-50%, -50%) scale(0);}
	10% {transform: translate(-50%, -50%) scale(1);}
	60% {transform: translate(-50%, -50%) scale(1);}
	80% {transform: translate(-50%, -50%) scale(100);}
	100% {transform: translate(-50%, -50%) scale(100);}
}

/* ------------------------------------
	pjax Elements
------------------------------------ */
.catch_copy,
.type_start,
.type_login,
.type_regist  {
	transform: translateX(0);
	transition: all .3s ease-in-out;
}
.showL .catch_copy,
.showL .type_start,
.showL .type_login,
.showL .type_regist {
	transform: translateX(0);
	animation: showL .3s ease-in-out;
}
.showR .catch_copy,
.showR .type_start,
.showR .type_login,
.showR .type_regist {
	transform: translateX(0);
	animation: showR .3s ease-in-out;
}
.hideL .catch_copy,
.hideL .type_start,
.hideL .type_login,
.hideL .type_regist {
	transform: translateX(-100%);
	opacity: 0;
}
.hideR .catch_copy,
.hideR .type_start,
.hideR .type_login,
.hideR .type_regist {
	transform: translateX(100%);
	opacity: 0;
}

@keyframes showL {
	0% {transform: translateX(-100%);opacity: 0;}
	100% {transform: translateX(0);opacity: 1;}
}

@keyframes showR {
	0% {transform: translateX(100%);opacity: 0;}
	100% {transform: translateX(0);opacity: 1;}
}

/* ------------------------------------
	editor
------------------------------------ */
.post_details p {
	margin: 0 16px 24px;
	font-size: 1.5rem;
	line-height: 2.2;
	letter-spacing: 0.1rem;
}
.post_details .article .info a {
	display: inline-block;
	color: #0FADC9;
	text-decoration: underline;
}
@media only screen and (min-width: 768px) {
	.post_details .article .info p {
		margin: 0 20px 16px;
	}
}

/* heading */
.post_details h3 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 2px solid #222222;
	padding-bottom: 18px;
	margin: 40px 16px 20px;
}
.post_details h4 {
	font-size: 1.8rem;
	font-weight: bold;
	background: #F5F5F5;
	padding: 15px;
	margin: 40px 16px 18px;
}
.post_details h5 {
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 10px;
	margin: 36px 16px 18px;
	border-left: 3px solid #ccc;
}
.post_details h6 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 30px 16px 18px;
}
@media only screen and (min-width: 768px) {
	.post_details h3,
	.post_details h4,
	.post_details h5,
	.post_details h6 {
		margin: 40px 20px 24px;
	}
}

/* list */
.basic_ol {
	margin: 0 20px 30px;
	counter-reset:list-count;
}
.basic_ol ol,
.basic_ol ul {
	margin: 20px 0 30px;
}
.basic_ol li {
	list-style-type: none;
	position: relative;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0px 0px 0 35px;
	font-size: 1.5rem;
}
.basic_ol > li:before {
	counter-increment:list-count;
	content: counter(list-count)"";
	background: #2D9CC6;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #FFFFFF;
	line-height: 20px;
	float: left;
	font-family: "Helvetica Neue", Helvetica, arial;
	position: absolute;
	top: 2px;
	left: 0;
}
.basic_ol ol > li:before,
.basic_ul ol > li:before {
	width: 30px;
	background: transparent;
	color: #222;
	content: "("counter(list-count)")";
}
.basic_ol ol ol li:before {
	margin: 3px 13px 20px -32px;
	content: counter(list-count)".";
}
.basic_ul {
	margin: 20px 0;
	counter-reset:list-count;
}
.basic_ul ul,
.basic_ul ol {
	margin: 20px 0 0;
}
.basic_ul li {
	list-style-type: none;
	position: relative;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0px 0px 0 30px;
	font-size: 1.4rem;
	position: relative;
}
.basic_ul li:before {
	content: "";
	width: 13px;
	height: 2px;
	border-top: 2px solid #ADADAD;
	position: absolute;
	top: 10px;
	left: 0;
}
.basic_ul ul > li {
	padding: 0 0 0 20px;
}
.basic_ul ul > li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: none;
	position: absolute;
	top: 9px;
	left: 0;
	background: #03A1CC;
	border-radius: 50%;
}
.basic_ul ul ul > li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: none;
	position: absolute;
	top: 10px;
	left: 0;
	background: #ADADAD;
	border-radius: 0;
	transform: rotate(45deg);
}

/* table */
.post_details .article .fr_tbl_wrap {
	margin: 0 16px 30px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.post_details .article table {
	width: 690px !important;
	font-size: 1.4rem;
	border-top: 1px solid #E2E2E3;
	border-left: 1px solid #E2E2E3;
}
.post_details .article table td {
	padding: 15px;
	border-right: 1px solid #E2E2E3;
	border-bottom: 1px solid #E2E2E3;
}
@media only screen and (min-width: 768px) {
	.post_details .article .fr_tbl_wrap {
		margin: 0 20px 30px;
	}
}

/* responsive table 	*/
@media only screen and (max-width: 768px) {
	.post_details .article .fr_rsp_tbl {
		overflow: hidden;
	}
	.post_details .article .fr_rsp_tbl table {
		width: 100% !important;
	}
	.post_details .article .fr_rsp_tbl table td {
		width: 100% !important;
		display: block;
	}
}

/* responsive table */
.post_details .article table.fr-alternate-rows tbody tr:nth-child(2n) {
	background: whitesmoke;
}

/* img */
.post_details img {
	position: relative;
	max-width: 100%;
	box-sizing: border-box;
}
.post_details img.fr-dib {
	margin: 0 auto 20px;
	display: block;
	float: none;
	vertical-align: top;
}
.post_details img.fr-dib.fr-fil {
	margin-left: 0;
	text-align: left;
}
.post_details img.fr-dib.fr-fir {
	margin-right: 0;
	text-align: right;
}
.post_details img.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(100% - (2 * 5px));
}
.post_details img.fr-dii.fr-fil {
	float: left;
	margin: 0 20px 20px 0;
	max-width: calc(100% - 5px);
}
.post_details img.fr-dii.fr-fir {
	float: right;
	margin: 0 0 20px 20px;
	max-width: calc(100% - 5px);
}
.post_details span.fr-img-caption {
	position: relative;
	max-width: 100%;
}
.post_details span.fr-img-caption.fr-dib {
	margin: 5px auto;
	display: block;
	float: none;
	vertical-align: top;
}
.post_details span.fr-img-caption.fr-dib.fr-fil {
	margin-left: 0;
	text-align: left;
}
.post_details span.fr-img-caption.fr-dib.fr-fir {
	margin-right: 0;
	text-align: right;
}
.post_details span.fr-img-caption.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(100% - (2 * 5px));
}
.post_details span.fr-img-caption.fr-dii.fr-fil {
	float: left;
	margin: 0 20px 20px 0;
	max-width: calc(100% - 5px);
}
.post_details span.fr-img-caption.fr-dii.fr-fir {
	float: right;
	margin: 0 0 20px 20px;
	max-width: calc(100% - 5px);
}
.post_details .fr-img-caption {
	text-align: center;
}
.post_details .fr-img-caption .fr-img-wrap {
	padding: 0;
	display: inline-block;
	margin: auto;
	text-align: center;
	width: 100%;
}
.post_details .fr-img-caption .fr-img-wrap img {
	display: block;
	margin: auto;
	width: 100%;
}
.post_details .fr-img-caption .fr-img-wrap > span {
	margin: auto;
	display: block;
	padding: 5px 5px 10px;
	font-size: 1.4rem;
	font-weight: initial;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.5;
}
.post_details .article img.fr-full-width {
	width: 100% !important;
	margin: 0 0 30px;
	display: block;
}
.post_details .fr-img-caption.fr-full-width {
	width: 100% !important;
	margin: 0 0 30px;
	display: block;
}
@media only screen and (max-width: 768px) {
	.post_details img.fr-dii.fr-fil,
	.post_details img.fr-dii.fr-fir {
		max-width: 50% !important;
	}
	.post_details .fr-img-caption.fr-fil,
	.post_details .fr-img-caption.fr-fir {
		max-width: 50% !important;
	}
}

/* video */
.post_details .article .fr-video {
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #E8E8E8;
}
.post_details .article .fr-video video {
	width: 100% !important;
	margin: 0 auto;
	display: block;
}

/* ------------------------------------
	article
------------------------------------ */
.post_wrap {
	overflow: hidden;
	background: #DDD;
}
.post_details {
	background: #fff !important;
}
.post_details > li {
	margin: 0 0 24px;
	background: #FFF;
}
.post_details > li:first-child {
	margin: 24px 0 24px;
}
.post_details > li:last-child {
	margin: 24px 0 0;
}
.post_key_visual .post_details {
	background: none !important;
}

@media only screen and (min-width: 768px) {
	.post_wrap {
		margin: 0 -1%;
		background: transparent;
	}
	.post_wrap.post_article,
	.post_wrap.post_appeal,
	.post_wrap.post_snap,
	.post_wrap.post_info,
	.post_wrap.post_category,
	.post_wrap.post_message {
		margin: 0;
	}
	.post_details {
		background: transparent;
	}
	.post_details > li,
	.post_details > li:first-child,
	.post_details > li:last-child {
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	.post_details > li:first-child,
	.post_details > li:last-child {
		margin: 0;
	}
	.post_key_visual .post_details {
		background: #fff !important;
	}
}

/* article */
.post_details .article a {
	display: block;
}
.post_details .article .info {
	padding: 20px 0;
}
.post_details .article .info_head {
	padding: 26px 16px 10px;
}
.post_details .article .info h2 {
	margin: 0 0 4px;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}
.post_details .article .info h2.type_new {
	padding: 0 60px 0 0;
}
.post_details .article .info h2 .icon_new {
	position: absolute;
	top: 0;
	right: 0;
}
.post_details .article .info .date {
	margin: 0 0 8px;
	color: rgba(34, 34, 34, 0.5);
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, arial;
}
.post_details .article .status .type:before {
	content: "\e927";
	font-family: 'recruiting_plus';
	font-size: 1.4rem;
	line-height: 1.2;
	color: rgba(34, 34, 34, .4);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

/* photo */
.post_details .photo a {
	display: block;
}
.post_details .photo .info {
	padding: 10px 16px;
}
.post_details .photo .info .date {
	margin: 0;
	color: rgba(34, 34, 34, 0.5);
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, arial;
	position: relative;
}
.post_details .photo .info .date .icon_new {
	position: absolute;
	top: 0;
	right: 0;
}
.post_details .photo .info p {
	font-size: 1.4rem;
}
.post_details .photo .slide_wrap {
	position: relative;
}
.post_details .photo .slider img {
	width: 100%;
	display: block;
}
.post_details .photo .slide_wrap .caption {
	width: calc(100% - 32px);
	position: absolute;
	left: 16px;
	bottom: 16px;
	z-index: 2;
}
.post_details .photo .slide_wrap .caption span {
	display: block;
	font-size: 1.3rem;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.post_details .photo .slide_wrap:before {
	content: "";
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .4);
	background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.8)',GradientType=0 );
}
.post_details .photo .status .type:before {
	content: "\e915";
	font-family: 'recruiting_plus';
	font-size: 2rem;
	line-height: 1.2;
	color: rgba(34, 34, 34, .4);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}
.article_around .type:before {
	content: "\e927";
	font-family: 'recruiting_plus';
	font-size: 1.4rem;
	line-height: 1.2;
	color: rgba(34, 34, 34, .4);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

/* post_details status */
.post_details .status {
	padding: 7px 16px;
	position: relative;
	color: rgba(34, 34, 34, .5);
}
.post_details .status .type {
	padding: 0 120px 0 23px;
	position: relative;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.post_details .status .btn {
	position: relative;
}
.post_details .status .btn button {
	position: absolute;
	bottom: -10px;
	padding: 0;
	width: 65px;
	position: absolute;
	background: transparent;
}
.post_details .status .like_btn {
	right: 50px;
}
.post_details .status .check_btn {
	right: 20px;
}
.post_details .status .smile_btn {
	right: -10px;
}

/* post_details status */
.post_details .article .key_visual img {
	width: 100%;
	display: block;
}
.article_like_btn {
	text-align: center;
}
.article_like_btn button {
	background: none;
	max-width: 300px;
	margin: 0 3px;
}
/*.article_like_btn .like_btn {
	border: 2px solid #2D9CC6;
	background: transparent;
	max-width: 300px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 13px 20px;
}
.post_details .status .like_btn:before {
	position: relative;
	top: 5px;
	content: "\e907";
	font-family: 'recruiting_plus';
	font-size: 2.2rem;
	display: inline-block;
	line-height: 1.2;
	color: #03A1CC;
	transition: all 0.3s ease-out;
}
.post_details .status .like_btn.active:before {
	content: "\e924";
	font-family: 'recruiting_plus';
	-webkit-animation: likeAct 1s forwards;
	animation: likeAct 1s forwards;
	transition: all 0.3s ease-out;
}
.article_like_btn .like_btn:before {
	content: "\e907";
	font-family: 'recruiting_plus';
	font-size: 2.2rem;
	display: inline-block;
	line-height: 1.2;
	color: #03A1CC;
	transition: all 0.3s ease-out;
	margin-right: 40px;
}
.article_like_btn .like_btn.active:before {
	content: "\e924";
	font-family: 'recruiting_plus';
	-webkit-animation: likeAct 1s forwards;
	animation: likeAct 1s forwards;
	transition: all 0.3s ease-out;
}
*/
/* .article_like_btn */
.article_like_btn {
	background: #fff;
	border-top: 2px solid #E8E8E8;
	padding: 30px 16px 40px;
}
.article_like_btn h2 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #222;
	margin-bottom: 20px;
}
/*.article_like_btn .like_btn {
	position: relative;
}
.article_like_btn .like_btn > span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@-webkit-keyframes likeAct {
	0% {-webkit-transform: scale(1) rotateY(0deg); opacity: 1;}
	50% {-webkit-transform: scale(1.3) rotateY(360deg); opacity: 0;}
	55% {-webkit-transform: scale(0.1) rotateY(0deg); opacity: 1;}
	70% {-webkit-transform: scale(1.1) rotateY(0deg); opacity: 1;}
	90% {-webkit-transform: scale(0.1) rotateY(180deg); opacity: 1;}
	100% {-webkit-transform: scale(1) rotateY(180deg); opacity: 1;}
}
@keyframes likeAct {
	0% {transform: scale(1) rotateY(0deg); opacity: 1;}
	50% {transform: scale(1.3) rotateY(360deg); opacity: 0;}
	55% {transform: scale(0.1) rotateY(0deg); opacity: 1;}
	70% {transform: scale(1.1) rotateY(0deg); opacity: 1;}
	90% {transform: scale(0.1) rotateY(180deg); opacity: 1;}
	100% {transform: scale(1) rotateY(180deg); opacity: 1;}
}*/

/* LottieAnimationBtn */
#lte_like_icon,
#lte_check_icon,
#lte_smile_icon {
	width: 30px!important;
	height: 30px;
	z-index: 3;
}

#lte_like_btn,
#lte_check_btn,
#lte_smile_btn {
	width: 200px!important;
	height: 80px;
	padding: 0!important;
}
.btn_lte {
	position:relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 100;
}
.btn_lte svg.svg_default {display:block;}
.btn_lte svg.svg_active {display: none;}
.btn_lte.push svg.svg_default {display: none;}
.btn_lte.push svg.svg_active {display: block;}

/* .adv_area_article */
.adv_area_article {
	padding: 0 25px 30px;
	overflow: hidden;
	background: #FFF;
}
.adv_area_article.w320 li {
	margin: 0 10px;
	float: left;
}

@media only screen and (max-width: 768px) {
	.adv_area_article {
		padding: 0 16px 30px;
	}
	.adv_area_article.w320 li {
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
		float: none;
	}
	.adv_area_article.w320 li img {
		max-width: 100%;
	}
}

/* .article_around */
.article_around {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;*/
	background: #fff;
	position: relative;
	overflow: hidden;
}
.article_around li {
	width: 50%;
}
.article_around li.prev_box {
	float: left;
}
.article_around li.next_box {
	float: right;
}
.article_around .border {
	padding: 20px 16px;
	display: block;
	border: 1px solid #E8E8E8;
	position: relative;
}
.article_around .prev,
.article_around .next {
	font-size: 1.4rem;
	font-weight: bold;
	color: #A6A6A6;
	position: relative;
}
.article_around .prev {
	padding-left: 16px;
}
.article_around .next {
	padding-right: 16px;
	text-align: right;
}
.article_around .prev:before,
.article_around .next:before {
	content: "\e918";
	display: inline-block;
	font-family: 'recruiting_plus';
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	color: #28C8E5;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.article_around .prev:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.article_around .icon_new {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.article_around figure {
	position: relative;
	overflow: hidden;
	width: 95px;
	height: 95px;
	float: left;
}
.article_around figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.article_around .land img {
	width: auto;
	height: 100%;
}
.article_around .port img {
	width: 100%;
	height: auto;
}
.article_around .around_wrap {
	float: right;
	width: calc(100% - 95px);
	height: 95px;
	padding-left: 10px;
	position: relative;
}
.article_around h2 {
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
}
.article_around .date {
	color: rgba(34, 34, 34, 0.5);
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, arial;
}
.article_around .status {
	padding: 7px 0 0;
	color: rgba(34, 34, 34, .5);
	position: absolute;
	bottom: 16px;
	width: 100%;
}
.article_around .type {
	width: calc(100% - 80px);
	padding: 0 0 0 23px;
	position: relative;
	left: 0;
	bottom: -22px;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article_around .btn {
	position: absolute;
	right: 8px;
	bottom: -21px;
}
.article_around .status .btn > span {
	padding: 0 0 0 5px;
	background: transparent;
}
.article_around .status .btn > span::before {
	position: relative;
	top: 5px;
	font-size: 1.8rem;
	font-family: 'recruiting_plus';
	display: inline-block;
	line-height: 1.2;
	transition: all 0.3s ease-out;
}
.article_around .status .btn .like_btn::before {
	content: "\e907";
	font-size: 2.2rem;
	color: #03A1CC;
}
.article_around .status .btn .like_btn.active::before {
	content: "\e924";
	font-size: 1.8rem;
}
.article_around .status .btn .check_btn::before {
	content: "\e932";
	color: #FF8835;
	top: 3px;
}
.article_around .status .btn .check_btn.active::before {
	content: "\e933";
}
.article_around .status .btn .smile_btn::before {
	content: "\e931";
	color: #FF6685;
}
.article_around .status .btn .smile_btn.active::before {
	content: "\e934";
}

@media only screen and (max-width: 768px) {
	.article_around {
		display: block;
	}
	.article_around li {
		width: 100%;
	}
	.article_around li.prev_box,
	.article_around li.next_box {
		float: none;
	}
	.article_around li:first-child {
		border-top: 1px solid #E8E8E8;
	}
	.article_around li:nth-child(2) {
		margin-top: -1px;
		border-top: 1px solid #E8E8E8;
	}
	.article_around .prev {
		padding: 2px 0 0 0;
	}
	.article_around .next {
		padding: 2px 0 0 0;
		text-align: left;
	}
	.article_around .border {
		border-width: 1px 0;
	}
}

/* page_back */
.page_back {
	background: #fff;
	padding: 16px;
}
.page_back a {
	padding: 30px;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	text-align: center;
	background: #E8E8E8;
}

@media only screen and (max-width: 768px) {
	.page_back {
		padding: 0;
	}
	.page_back a {
		padding: 25px;
	}
}

/* .article_list */
.article_list_ttl {
	position: relative;
}
.article_list_ttl h2 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	padding: 16px;
	border-bottom: 1px solid #DDD;
}
.article_list_ttl h2 span {
	cursor: pointer;
}
.article_list_ttl h2 span:after {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'recruiting_plus';
	content: '\e910';
	color: #2D9CC6;
	padding: 0 5px;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.article_list_ttl aside {
	display: none;
	width: 100%;
	background: rgba(255,255,255, 1);
	box-shadow: 0 0px 5px rgba(0,0,0,0.16);
	padding: 16px 16px 24px;
	text-align: left;
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 3;
}
.article_list_ttl aside:before {
	content: '';
	filter: drop-shadow(0 -5px 2px rgba(0,0,0,0.05));
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent rgba(255,255,255, 1) transparent;
	position: absolute;
	right: 22px;
	top: -9px;
	z-index: 2;
}
.article_list_ttl aside:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent rgba(221,221,221, 1) transparent;
	position: absolute;
	right: 20px;
	top: -12px;
	z-index: 1;
}
.article_list_ttl aside h3 {
	font-size: 1.6rem;
	font-weight: bold;
}
.article_list_ttl aside input {
	border-radius: 15px;
	border: none;
	background: none;
	-webkit-appearance: none;
	border: 1px solid #E8E8E8;
	padding: 8px 40px 8px 15px;
	margin-top: 10px;
	width: 100%;
	position: relative;
}
.article_list_ttl aside input:focus {
	outline: none;
}
.article_list_ttl aside button {
	position: absolute;
	right: 20px;
	bottom: 22px;
	background: none;
}
.article_list_ttl aside button:before {
	font-size: 2.2rem;
	line-height: 1.3;
	font-family: 'recruiting_plus';
	content: '\e910';
	color: #2D9CC6;
	position: relative;
}

/* .article_list */
.article_list {
	background: #fff;
	position: relative;
}
.article_list a {
	padding: 20px 16px;
	display: block;
	width: 100%;
	border: 1px solid #E8E8E8;
}
.article_list .icon_new {
	position: absolute;
	left: 17px;
	z-index: 1;
}
.article_list figure {
	position: relative;
	overflow: hidden;
	width: 95px;
	height: 95px;
	float: left;
	border: 1px solid #E8E8E8;
}
.article_list figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.article_list .land img {
	width: auto;
	height: 100%;
}
.article_list .port img {
	width: 100%;
	height: auto;
}
.article_list .around_wrap {
	float: right;
	width: calc(100% - 95px);
	height: 95px;
	padding-left: 10px;
	position: relative;
}
.article_list h3 {
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
}
.article_list .date {
	color: rgba(34, 34, 34, 0.5);
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, arial;
}
.article_list .status {
	position: absolute;
	bottom: -6px;
	padding: 0;
	width: calc(100% - 16px);
	padding: 7px 0 0;
	color: rgba(34, 34, 34, .5);
}
.article_list .type {
	padding: 0 80px 0 23px;
	position: relative;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article_list .type:before {
	content: "\e927";
	font-family: 'recruiting_plus';
	font-size: 1.4rem;
	line-height: 1.2;
	color: rgba(34, 34, 34, .4);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}
.article_list .status .btn {
	position: relative;
	width: 100%;
}
.article_list .status > span {
	padding: 0;
	background: transparent;
	position: absolute;
	bottom: 0;
}
.article_list .status > span > span {
	font-size: 1.3rem;
	font-weight: normal;
	color: #222;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", YuGothic, YuGothicM, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.article_list .status > span:before {
	position:relative;
	top: 5px;
	font-size: 1.8rem;
	font-family: 'recruiting_plus';
	display: inline-block;
	line-height: 1.2;
	transition: all 0.3s ease-out;
}
.article_list .status .like_btn {
	right: 60px;
}
.article_list .status .like_btn:before {
	content: "\e907";
	font-size: 2.2rem;
	color: #03A1CC;
}
.article_list .status .like_btn.active:before {
	content: "\e924";
	font-size: 1.8rem;
}
.article_list .status .check_btn {
	right: 30px;
}
.article_list .status .check_btn:before {
	content: "\e932";
	color: #FF8835;
	top: 3px;
}
.article_list .status .check_btn.active:before {
	content: "\e933";
}
.article_list .status .smile_btn {
	right: 0;
}
.article_list .status .smile_btn:before {
	content: "\e931";
	color: #FF6685;
}
.article_list .status .smile_btn.active:before {
	content: "\e934";
}

@media only screen and (min-width: 768px) {
	.article_list {
		margin: 0 0 10px;
	}
}

/* ------------------------------------
	user_snap_list
------------------------------------ */
/* .page_ttl */
.page_ttl {
	position: relative;
}
.page_ttl h2 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	padding: 16px;
	border-bottom: 1px solid #DDD;
}
.page_ttl aside {
	display: none;
	width: 100%;
	background: rgba(255,255,255, 1);
	box-shadow: 0 0px 5px rgba(0,0,0,0.16);
	padding: 16px 16px 24px;
	text-align: left;
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 2;
}
.page_ttl aside:before {
	content: '';
	filter: drop-shadow(0 -5px 2px rgba(0,0,0,0.05));
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent rgba(255,255,255, 1) transparent;
	position: absolute;
	right: 22px;
	top: -9px;
	z-index: 2;
}
.page_ttl aside:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent rgba(221,221,221, 1) transparent;
	position: absolute;
	right: 20px;
	top: -12px;
	z-index: 1;
}
.page_ttl aside h3 {
	font-size: 1.6rem;
	font-weight: bold;
}
.page_ttl aside input {
	border-radius: 15px;
	border: none;
	background: none;
	-webkit-appearance: none;
	border: 1px solid #E8E8E8;
	padding: 8px 40px 8px 15px;
	margin-top: 10px;
	width: 100%;
	position: relative;
}
.page_ttl aside input:focus {
	outline: none;
}
.page_ttl aside button {
	position: absolute;
	right: 20px;
	bottom: 22px;
	background: none;
}
.page_ttl aside button:before {
	font-size: 2.2rem;
	line-height: 1.5;
	font-family: 'recruiting_plus';
	content: '\e910';
	color: #2D9CC6;
	position: relative;
}

/* .snap_list */
.snap_list {
	overflow: hidden;
	padding: 1px 1px 0;
	font-size: 0;
	position: relative;
}
.snap_list li {
	position: relative;
	float: left;
	width: 33.3%;
	height: auto;
	border: solid 1px #DDD;
	background: #fff;
}
.snap_list li:first-child {
	width: calc(100% / 3 * 2 - 0.5px);
	height: auto;
}
.snap_list li a {
	display: block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.snap_list li a.photo_2:before,
.snap_list li a.photo_3:before,
.snap_list li a.photo_4:before,
.snap_list li a.photo_5:before {
	position: absolute;
	top: 0;
	right: 5px;
    content: "\e919";
    font-family: 'recruiting_plus';
    font-size: 2.2rem;
	color: #fff;
	z-index: 1;
}
.snap_list li a.photo_3:before {
	content: "\e91a";
}
.snap_list li a.photo_4:before {
	content: "\e91c";
}
.snap_list li a.photo_5:before {
	content: "\e91d";
}
.snap_list li a.photo_2:after,
.snap_list li a.photo_3:after,
.snap_list li a.photo_4:after,
.snap_list li a.photo_5:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%);
	z-index: 0;
}
.snap_list li a.land img {
	width: auto;
	height: 100%;
}
.snap_list li a.port img {
	width: 100%;
	height: auto;
}
.snap_around {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    background: #fff;
    position: relative;
}
.around_wrap {
	width: 60%;
}

@media only screen and (max-width: 768px) {
	.snap_list {
		margin: 0 0 24px;
	}
}

/* ------------------------------------
	user_snap_details
------------------------------------ */
.snap .date .icon_new {
	float: right;
}
.post_details .snap .info .date {
    margin: 0 0 16px;
    color: rgba(34, 34, 34, 0.5);
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Helvetica, arial;
}
.snap p.comment {
	margin: 0 0 9px;
	padding: 0 16px 0;
	font-size: 1.4rem;
}
.post_details .snap .status .type:before {
    content: "\e915";
    font-family: 'recruiting_plus';
    font-size: 1.4rem;
    line-height: 1.2;
    color: rgba(34, 34, 34, .4);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.gallery li img {
	width: 100%;
	display: block;
}
.post_snap .article_around .type:before {
	content: "\e915";
	top: 52%;
}
@media only screen and (max-width: 768px) {
	.post_snap .article_around {
		margin-top: 1px;
	}
	.post_snap .article_around li {
		width: 50%;
	}
	.post_snap .article_around li {
		border: none;
	}
	.post_snap .article_around li.next_box {
		float: right;
	}
	.post_snap .article_around .next {
		padding-right: 16px;
		text-align: right;
	}
	.post_snap .article_around .next:before {
		right: 0;
	}
	.post_snap .article_around li.prev_box {
		float: left;
	}
	.post_snap .article_around .prev {
		padding-left: 16px;
	}
	.post_snap .article_around li:nth-child(2) {
		margin-top: 0;
	}
	.post_snap .article_around .border {
		padding: 20px 16px 20px 8px;
	}
	.post_snap .article_around li:nth-child(2) .border {
		padding: 20px 8px 20px 16px;
	}
	.post_snap .article_around figure {
		width: 100%;
		padding-top: 100%;
	}
	.post_snap .article_around .around_wrap {
		width: 100%;
		height: auto;
		padding: 6px 0 0;
	}
	.post_snap .article_around .status .type {
		display: none;
	}
	.article_around .btn {
		right: 0;
    	bottom: -13px;
	}
}
/* ------------------------------------
	user_info_list
------------------------------------ */
.post_info .tab_cont > section {
	position: relative;
	width: 100%;
    margin-bottom: 2px;
	padding: 30px 25px;
	background-color: #fff;
}
.post_info div h3 {
	font-size: 2.4rem;
	color: #000;
	text-align: center;
}
.post_info div h4 {
	font-size: 1.3rem;
	color: #ADADAD;
	padding-bottom: 24px;
}
.post_info section {
	width: 100%;
	font-weight: 600;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", YuGothic, YuGothicM, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* user_img .dropzone */
.user_img .dropzone {
	margin: 0 auto 20px;
	position: relative;
}
.user_img .dropzone > .delete {
	width: auto;
	min-width: 80px!important;
	background: #FFE8E6;
	color: #C92700;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	min-width: auto;
	min-width: initial;
	padding: 5px 20px;
	font-size: 1.3rem;
	white-space: nowrap;
}
.user_img .dropzone .file_view {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
}
.user_img.color1 .dropzone .file_view {
	background: #FF8835;
	background: -moz-linear-gradient(left, #FF8835 0%, #FF6685 100%);
	background: -webkit-linear-gradient(left, #FF8835 0%,#FF6685 100%);
	background: linear-gradient(to right, #FF8835 0%,#FF6685 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8835', endColorstr='#FF6685',GradientType=1 );
}
.user_img.color2 .dropzone .file_view {
	background: #6adfe3;
	background: -moz-linear-gradient(left, #6adfe3 0%, #006aaf 100%);
	background: -webkit-linear-gradient(left, #6adfe3 0%,#006aaf 100%);
	background: linear-gradient(to right,  #6adfe3 0%,#006aaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6adfe3', endColorstr='#006aaf',GradientType=1 );
}
.user_img .dropzone .file_view a {
	width: 140px;
	height: 140px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 5px solid #FFF;
	border-radius: 50%;
	overflow: hidden;
	background: #FFF;
}
.user_img .dropzone .file_view label > input {
	opacity: 0;
	cursor: pointer;
}
.user_img .dropzone .file_view label {
	width: 140px;
	height: 140px;
	display: block;
	cursor: pointer;
	background: url(/2026/img/user/common/icon_user.png) no-repeat center center;
	background-size: 142px 142px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 5px solid #FFF;
	border-radius: 50%;
}
.user_img .dropzone .file_view label:before {
	content:"";
	width: 48px;
	height: 48px;
	position: absolute;
	right: -20px;
	bottom: 5px;
	border-radius: 50%;
	background: #E8E8E8;
}
.user_img .dropzone .file_view label:after {
	content: "\e915";
	font-family: 'recruiting_plus';
	font-size: 2.4rem;
	color: #ADADAD;
	position: absolute;
	right: -8px;
	bottom: 8px;
	z-index: 1;
}
.user_img .dropzone .file_view .fileup {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: none;
	border: none;
	position: absolute;
	top: -10px;
	left: -10px;
}
.user_img .dropzone .file_view img {
	position: absolute;
	opacity: 0;
}
.user_img .dropzone .file_view.land img {
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 1;
}
.user_img .dropzone .file_view.port img {
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.post_info .tab_cont > section {
		padding: 20px 25px 30px;
	}
	.user_img .dropzone > .delete {
		top: -30px;
	}
	.user_img .dropzone {
		margin: 30px auto 0;
	}
}

.post_info .tab_cont .user_img .error_msg {
	display: block;
	text-align: center;
	margin: 0 0 10px;
}

.post_info .rewrite {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 1.3rem;
	color: #1C88BD;
}
.post_info .tab_cont .data_input input {
	width: 100%;
	height: calc( 1.4rem * 2 );
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	border: none;
	resize: none;
	outline: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	border-bottom: 2px solid #E9E9F0;
}
.post_info .tab_cont .data_input span.border {
	display: block;
	width: 0;
	height: 2px;
	position: relative;
	bottom: 2px;
	left: 0;
	right: 0;
	background: #2D9CC6;
	transition: all 0.3s ease-out;
}
.post_info .tab_cont .data_input input:focus + span.border {
	width: 100%;
	background: #2D9CC6;
}
.post_info .tab_cont .data_input input.read_only:focus + span.border {
	width: 0;
}
.post_info .tab_cont .data_input input.read_only {
	border: none;
}
.post_info .tab_cont .data_input.type_password input:placeholder-shown {
	color: #ADADAD;
	font-weight: normal;
}
.post_info .tab_cont .data_input.type_password input::-webkit-input-placeholder {
	color: #ADADAD;
	font-weight: normal;
}
.post_info .tab_cont .data_input.type_password input::-moz-placeholder {
	color: #ADADAD;
	font-weight: normal;
}
.post_info .tab_cont .data_input.type_password input:-ms-input-placeholder {
	color: #ADADAD;
	font-weight: normal;
}
.post_info .tab_cont .data_input.type_password .form_note {
	margin: 0 0 30px 0.5rem;
	padding: 10px 0 0 0;
	color: rgba(34, 34, 34, .7);
	font-size: 1.2rem;
	font-weight: 500;
	text-indent: -0.5rem;
}
.post_info .tab_cont .data_input .pass_confirm {
	display: none;
}
.post_info .tab_cont .data_input .error_msg {
	margin: 10px 0 0;
}
.post_info p {
	padding-top: 24px;
	font-size: 1.2rem;
	color: #646464;
	font-weight: normal;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", YuGothic, YuGothicM, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.post_info section .btn_area {
	width: 100%;
	overflow: hidden;
}
.post_info section .btn_area a.btn_cancel,
.post_info section .btn_area button.btn_edit {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	float: right;
	margin-top: 16px;
	border-radius: 4px;
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "Lato","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", YuGothic, YuGothicM, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.post_info section .btn_area > a.btn_cancel {
	width: 118px;
	margin-right: 8px;
	padding: 6px 24px;
	background-color: #E8E8E8;
	color: #222222;
}
.post_info section .btn_area > button.btn_edit {
	width: 78px;
	padding: 6px 24px;
	line-height: 1.8;
	background-color: #2D9CC6;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.post_info .rewrite {
		top: 30px;
	}
	.post_info .tab_cont .data_input input {
		font-size: 1.4rem;
	}
}

/* line info */
.post_info .line_info p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.4rem;
}
.post_info .line_info h5 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 1.3rem;
}
.post_info .line_info .btn_area {
	text-align: left;
}
.post_info .line_info .basic_btn {
	width: 240px;
	margin: 0 0 30px;
}
.line_info .line_account {
	width: 100%;
	margin: 0 0 30px;
	border: 1px solid #ddd;
}
.line_info .line_account tr {
	border-top: 1px solid #DDD;
}
.line_info .line_account th,
.line_info .line_account td {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 1.4rem;
}
.line_info .line_account th {
	font-weight: bold;
	background: #F5F5F5;
}
.line_info .line_account td {
	font-weight: normal;
}
.line_info .line_account img {
	width: 100px;
	margin: 5px 0 0;
}
.line_info .line_account .line_friend {
	margin: 10px 0;
}
.line_info .line_account .line_friend img {
	width: auto;
}
.line_info .basic_ul.type_samll {
	margin: 0 0 20px;
}
.line_info .basic_ul.type_samll li {
	margin: 0;
	padding: 2px 0 3px 30px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.8;
}

@media only screen and (min-width: 768px) {
	.line_info .line_account th,
	.line_info .line_account td {
		display: table-cell;
	}
	.line_info .line_account th {
		border-right: 1px solid #DDD;
	}
}

/* decline info */
.post_info .decline_info p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.4rem;
}
.post_info .decline_info .btn_area {
	text-align: left;
}
.post_info .decline_info .basic_btn.type_decline {
	width: auto;
	margin: 0 0 30px;
	color: #C92700;
	padding: 5px 20px;
	font-size: 1.3rem;
	background: #FFE8E6;
}

/* ------------------------------------
	user_details
------------------------------------ */
.appeal_ttl {
	position: relative;
}
.appeal_ttl h2 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	padding: 16px;
	border-bottom: 1px solid #DDD;
}
.appeal_ttl h2 span {
	cursor: pointer;
}
.appeal_ttl h2 span:after {
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'recruiting_plus';
	content: '\e90a';
	color: #2D9CC6;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* .mv_appeal */
.mv_appeal {
	min-height: 363px;
	background: url(/2026/img/user/appeal/appeal_img_pc.png) no-repeat center right;
	background-size: cover;
}
.mv_appeal img {
	max-width: 310px;
	margin:35px 26px;
}
/* .appeal_storage */
.appeal_storage {
	padding: 16px;
	background: #F5F5F5;
}
.appeal_used {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.appeal_used h3 {
	font-size: 1.4rem;
	font-weight: bold;
}
.appeal_used p {
	font-size: 1.2rem;
	font-weight: bold;
}
/* .storage_graph */
.storage_graph .graph {
	background: #E8E8E8;
	overflow: hidden;
	white-space: nowrap;
	height: 14px;
	margin-top: 14px;
	border-radius: 4px;
}
.storage_graph .graph div {
	display: inline-block;
	text-align: center;
	height: 100%;
}
.storage_graph .graph div span {
	display: block;
}
.storage_graph .graph div.text {
	background: #2D9CC6;
	width: 10%;
}
.storage_graph .graph div.img {
	background: #F8C006;
}
.storage_graph .graph div.movie {
	background: #C162A4;
}
/* for IE */
/** html .storage_graph ,* html .storage_graph p {    display: inline;    zoom: 1;}
*:first-child+html .storage_graph ,*:first-child+html .storage_graph p {   display: inline;    zoom: 1;}*/

.storage_graph .legend {
	margin-top: 17px;
}
.storage_graph .legend li {
	position: relative;
	float: left;
	font-size: 1.4rem;
}
.storage_graph .legend li:not(:first-child) {
	margin-left: 16px;
}
.storage_graph .legend li span {
	padding-left: 24px;
}
.storage_graph .legend li:before {
	content: '';
	display: block;
	border-radius: 4px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 3px;
}
.storage_graph .legend .text:before {
	background: #2D9CC6;
}
.storage_graph .legend .img:before {
	background: #F8C006;
}
.storage_graph .legend .movie:before {
	background: #C162A4;
}
/* .appeal_link */
.appeal_link li {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	position: relative;
	margin-bottom: 2px;
}
.appeal_link li a {
	display: block;
	padding: 15px 17px 15px 55px;
}
_:-ms-lang(x)::-ms-backdrop, .appeal_link li a {
	padding: 18px 17px 12px 55px;
}
.appeal_link li a:before {
	line-height: 1.5;
	font-family: 'recruiting_plus';
	color: #2D9CC6;
	padding: 0 5px;
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.appeal_link li.exist a:after {
	font-size: 1.8rem;
	font-weight: normal;
	content: '\e90e';
	line-height: 1.5;
	font-family: 'recruiting_plus';
	color: #2AB6CF;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.appeal_link li.text a:before {
	font-size: 2.2rem;
	content: '\e90f';
}
.appeal_link li.img a:before {
	font-size: 1.8rem;
	content: '\e90c';
}
.appeal_link li.movie a:before {
	font-size: 1.9rem;
	content: '\e90b';
}

@media only screen and (max-width: 768px) {
	.mv_appeal {
		min-height: 293px;
		background: url(/2026/img/user/appeal/appeal_img_sp.png) no-repeat bottom right;
		background-size: cover;
	}
	.appeal_link li:last-child {
		margin-bottom: 0;
	}
}

/* appeal */
.appeal_wrap {
	background: #fff;
	padding: 24px 16px;
}
.appeal_wrap p {
	font-size: 1.4rem;
	line-height: 1.5;
}
.appeal_wrap .description {
	margin-bottom: 1.6rem;
}
.appeal_wrap h3 {
	font-size: 1.6rem;
	font-weight: bold;
}
.appeal_date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.appeal_date h3.edit_ttl {
	position: relative;
	padding-left: 30px;
}
.appeal_date h3.edit_ttl:before {
	content: "\e92a";
	font-family: 'recruiting_plus';
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1;
	color: #ADADAD;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.appeal_date p {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ADADAD;
}
.appeal_date p > span {
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, arial;
	padding-left: 6px;
}
.appeal_wrap textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
	width: 100%;
	min-height: 320px;
	padding: 10px 16px;
	line-height: 1.8;
	border: 1px solid #E2E2E2;
}
.appeal_wrap textarea::placeholder{
	color: #ADADAD;
}
.appeal_wrap .read_only {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
	width: 100%;
	padding: 3px;
	line-height: 1.8;
}
.appeal_wrap .text_count,
.appeal_wrap .text_capacity {
	text-align: right;
	color: #ADADAD;
	margin-top: 4px;
}
.appeal_wrap .appel_note {
	margin: 5px 0 0;
	font-size: 1.2rem;
	line-height: 1.8;
	color: #ADADAD;
}

/* .error_msg */
.appeal_wrap .data_input .error_msg {
	margin: 0 0 5px;
}
.type_img.non_editable .appeal_wrap .data_input .error_msg {
	margin: 5px 0;
}

/* btn_area */
.appeal_wrap .data_input .btn_area {
	margin: 40px 0;
}
.appeal_wrap .data_input .btn_area .sub_link a {
	color: #2D9CC6;
}
.btn_area .sub_link .icon_bk_arrow span:before {
	color: #2D9CC6;
}
.appeal_wrap .data_input .appeal_edit {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.appeal_wrap .data_input .small_btn {
	padding: 8px 20px;
}
_:-ms-lang(x)::-ms-backdrop, .appeal_wrap .data_input .small_btn {
	padding: 9px 20px 5px;
}
.appeal_wrap .data_input .small_btn:not(:first-child) {
	margin-left: 8px;
}
.appeal_wrap .data_input .btn_edit {
	color: #FFF;
	background: #2D9CC6;
	border: 2px solid #2D9CC6;
	padding: 7px 20px;
}
_:-ms-lang(x)::-ms-backdrop, .appeal_wrap .data_input .btn_edit {
	padding: 9px 20px 5px;
}
.appeal_wrap .data_input .btn_rewrite {
	color: #FFF;
	background: #2D9CC6;
	border: 2px solid #2D9CC6;
}
.appeal_wrap .data_input .btn_clear {
	border: 2px solid #FC1A1A;
	color: #FC1A1A;
	padding: 7px 20px;
}
_:-ms-lang(x)::-ms-backdrop, .appeal_wrap .data_input .btn_clear {
	padding: 9px 20px 5px;
}
.appeal_wrap .data_input.while_editing .btn_clear {
	position: absolute;
	top: 0;
	left: 0;
}
.appeal_wrap .data_input .btn_cancel {
	color: #222;
	background: #E8E8E8;
	border: 1px solid #E8E8E8;
}

@media only screen and (min-width: 768px) {
	body:not(.tab_view) .appeal_wrap .data_input .btn_edit:hover {
		color: #2D9CC6;
		background: #FFF;
		border: 2px solid #2D9CC6;
	}
	body:not(.tab_view) .appeal_wrap .data_input .btn_rewrite:hover {
		color: #2D9CC6;
		background: #FFF;
		border: 2px solid #2D9CC6;
	}
	body:not(.tab_view) .appeal_wrap .data_input .btn_clear:hover {
		border: 2px solid #FC1A1A;
		background: #FC1A1A;
		color: #fff;
	}
	body:not(.tab_view) .appeal_wrap .data_input .btn_cancel:hover {
		background: #222;
		color: #fff;
	}
}

@media only screen and (max-width: 768px) {
	.appeal_wrap textarea {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 370px) {
	.appeal_wrap textarea {
		font-size: 1.8rem;
	}
}

/* .icon_finish */
.appeal_wrap .appeal_check {
	margin: 16px auto 25px;
	width: 100px!important;
	text-align: center;
}
.appeal_finish .appeal_link li:first-child {
	margin-top: 2px;
}

/* .dropzone */
.post_appeal .dropzone {
	position: relative;
}
.post_appeal .uploaded .dropzone:not(:first-child) {
	margin-top: 24px;
}
.post_appeal .dropzone > p {
	margin-top: 8px;
}
.post_appeal .dropzone > .delete {
	background: #FC1A1A;
	width: 27px;
	height: 27px;
	position: absolute;
	top: -6px;
	right: -6px;
	border-radius: 50%;
}
.post_appeal .dropzone > .delete:before {
	font-size: 1.4rem;
	font-weight: normal;
	content: '\e911';
	line-height: 1.5;
	font-family: 'recruiting_plus';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post_appeal .dropzone .file_view {
	width: 100%;
	background: #F5F5F5;
	text-align: center;
}

.post_appeal .dropzone .file_view label  > input {
	opacity: 0;
}

.post_appeal .dropzone .file_view label {
	width: 100%;
	position: relative;
	display: block;
	background-size: 100px 100px;
	cursor: pointer;
}
.type_img .dropzone .file_view label {
	background: #F5F5F5 url(/2026/img/user/appeal/fileview.png) no-repeat center center;
}
.type_movie .dropzone .file_view label {
	background: #F5F5F5 url(/2026/img/user/appeal/movieview.png) no-repeat center center;
}

.post_appeal .dropzone .file_view .fileup {
	width: 100%;
	height: 220px;
	background: none;
	border: none;
	/* z-index: -1; */
	position: relative;
}

.post_appeal .dropzone .file_view img {
	opacity: 1;
	max-width: 100%;
	height: auto;
}

/* img */
.type_img .uploaded + .text_capacity {
	display: none;
}

.type_img .uploaded .dropzone .file_view {
	background:#fff;
}
.type_img .uploaded .dropzone:not(:last-child) .file_view a {
	cursor: default;
}
.type_img .uploaded .dropzone:last-child .file_view {
	height: 67px;
}

.type_img .uploaded .dropzone:last-child .file_view label {
	height: 67px;
	background: #F5F5F5 url(/2026/img/user/appeal/fileview02.png) no-repeat center center;
	background-size: 95px 19px;
}

.type_img .uploaded .dropzone:last-child .file_view .fileup {
	height: 67px;
}
.type_img .uploaded .dropzone:last-child .text_capacity {
	display: none;
}

/* movie */
.appeal_wrap h3.movie_ttl {
	margin: 24px 0 8px;
}
.appeal_wrap h3.movie_ttl + p {
	margin-bottom: 16px;
}
.type_movie .dropzone .file_view.movie_load {
	background:#fff;
	width: 100%;
}
.type_movie .dropzone .file_view video {
	width: 100%;
	/*max-width: 100%;*/
}
.type_movie .dropzone .file_view #vjs_video_3 {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
/*.type_movie .uploaded + .text_capacity {
	display: none;
}*/

/* .non_editable */
.non_editable .dropzone .file_view {
	background: #fff;
}
.non_editable .dropzone .file_view img {
	position: static;
	opacity: 1;
	transform: translateX(0);
}
.non_editable .dropzone:not(:first-child) .file_view {
	height: auto;
	margin-top: 24px;
}

@media only screen and (max-width: 768px) {
	.post_appeal .dropzone .file_view label {
		background-size: 100px 100px;
	}
}

/* ------------------------------------
	message
------------------------------------ */
#pg_message footer {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	#pg_message main {
		position: fixed;
	}
	#pg_message main > form {
		width: 100%;
		max-width: 730px;
	}
	#pg_message #wrapper {
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 768px) {
	#pg_message .page_back {
		display: none !important;
	}
	#pg_message #wrapper {
		margin-top: 61px;
	}
}

.message_ttl {
	position: relative;
}
.message_ttl h2 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	padding: 16px;
	border-bottom: 1px solid #DDD;
}
.message_ttl h2 span {
	cursor: pointer;
}
.message_ttl h2 span:after {
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'recruiting_plus';
	content: '\e90a';
	color: #2D9CC6;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* .message_wrap */
.message_wrap {
	background: #fff;
	position: relative;
}
/* .message_area */
.message_area {
	padding: 10px 50px 0;
}
.message_area.scroll_area {
	/*height: 500px;*/
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 0 5px 0 0;
}
.message_area.scroll_area::-webkit-scrollbar {
	width: 10px;
	margin: 5px;
}
.message_area.scroll_area::-webkit-scrollbar-track {
	border: none;
	border-radius: 10px;
	background: #eee;
	margin: 5px;
}
.message_area.scroll_area::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	box-shadow: none;
}
.message_area h3 {
	display: table;
	left: 50%;
	color: #6E6E6E;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 20px 20px 20px 24px;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	clear: both;
}
.message_area h3:before,
.message_area h3:after {
	content: "\e912";
	font-family: 'recruiting_plus';
	font-size: 1.4rem;
	color: #666666;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.message_area h3:before {
	left: 0;
}
.message_area h3:after {
	right: 0;
}
.message_area p {
	word-break: break-word;
}
.message_area .from {
	display: -webkit-box;
	display: flex;
	width: calc(100% - 40px);
	clear: both;
}
.message_area .from:first-child {
	margin: 30px 0 0;
}
.message_area > div:last-child {
	padding: 0 0 30px;
}
.message_area .from .from_img {
	margin: 0 20px 0 0;
}
.message_area .from figure {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 25px;
	border: 1px solid #E8E8E8;
	position: relative;
}
.message_area .from figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.message_area .from figure.port img {
	width: 100%;
	height: auto;
}
.message_area .from figure.land img {
	width: auto;
	height: 100%;
}
.message_area .from .name {
	font-size: 1.3rem;
	font-weight: bold;
}
.message_area .from .date {
	color: #666;
	font-size: 1.2rem;
	line-height: 1.6;
	font-family: "Helvetica Neue", Helvetica, arial;
	margin: 0 0 5px 8px;
	display: inline-block;
}
.message_area .from .date .time {
	margin: 0 0 0 8px;
}
.message_area .from .from_message > p {
	font-size: 1.4rem;
	font-weight: 400;
	padding: 16px 22px;
	border-radius: 15px;
	background: #F5F5F5;
	margin: 0 0 24px;
}
.message_area .to {
	float: right;
	width: calc(100% - 100px);
	position: relative;
	clear: right;
}
.message_area .to:first-child {
	margin: 30px 0 0;
}
.message_area .to .date {
	color: #666;
	font-size: 1.2rem;
	line-height: 1.6;
	font-family: "Helvetica Neue", Helvetica, arial;
	margin: 0 8px 5px 0;
	display: block;
	text-align: right;
}
.message_area .to .date .time {
	margin: 0 0 0 8px;
}
.message_area .to > p {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 16px 22px;
	border-radius: 15px;
	background: #00A5EF;
	cursor: pointer;
	display: inline-block;
	float: right;
	margin: 0 0 24px;
}

/* .message_delete */
.message_area .message_delete {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	padding: 5px 10px;
	color: #ADADAD;
	background: #eee;
	clear: both;
}

/* .message_send */
.message_send {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	width: 100%;
	border-top: 1px solid #E8E8E8;
	position: relative;
}
.message_send .btn_reload:after {
	display: block;
	content: "\e92e";
	font-family: 'recruiting_plus';
	font-size: 3rem;
	color: #33adc9;
	position: absolute;
	right: 30px;
	top: -55px;
	cursor: pointer;
}
.message_send .send_error_msg {
	position: absolute;
	top: 15px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FF3B00;
	padding: 0 20px 0 0;
}
.message_send textarea {
	width: calc(100% - 94px);
	height: 45px;
	min-height: 37px;
	line-height: 1.8;
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding: 10px;
	border: 1px solid #E8E8E8;
	border-radius: 20px;
	max-height: 150px;
}
.message_send textarea + .text_count {
	font-size: 1.4rem;
	color: #ADADAD;
	margin: 0;
	text-align: right;
}
.message_send .btn_area {
	margin: 0;
	padding: 0;
	width: 84px;
}
.message_send .btn_area button {
	width: 74px;
	font-size: 1.3rem;
	padding: 10px 10px;
}
.modal.type_message .delete_btn {
	width: 260px;
	margin: 10px auto;
}

@media only screen and (max-width: 1280px){
	.message_area.scroll_area {
		padding: 10px 24px 0;
	}
	.message_area .from .from_message > p {
		padding: 15px 18px;
	}
	.message_area .to > p {
		padding: 15px 18px;
	}
}
@media only screen and (max-width: 768px) {
	.message_area.scroll_area {
		padding: 10px 10px 0;
	}
	.message_area h3 {
		padding: 15px 18px 15px 20px;
	}
	.message_area .from {
		width: calc(100% - 20px);
	}
	.message_area .from figure {
		width: 30px;
		height: 30px;
	}
	.message_area .from .from_img {
		margin: 0 10px 0 0;
	}
	.message_area .from .from_message {
		margin: 2px 0 0;
	}
	.message_area .from .from_message > p {
		line-height: 1.6;
		margin: 10px 0 18px -40px
	}
	.message_area .to {
		width: calc(100% - 20px);
	}
	.message_area .to .date {
		margin: 0 0 5px 0;
	}
	.message_area .to > p {
		line-height: 1.6;
		padding: 10px 15px;
	}
	.message_send {
		padding: 12px 10px;
	}
	.message_send .btn_reload:after {
		right: 25px;
		top: -52px;
	}
	.message_send textarea {
		font-size: 1.6rem;
		padding: 5px;
		height: 29px;
		line-height: 1.2;
	}
}

/* ------------------------------------
	no posts
------------------------------------ */
.no_posts {
	background: rgba(255, 255, 255, 0.6);
	padding: 30px 16px;
	margin: 0 1%;
}
.post_article .no_posts,
.post_snap .no_posts {
	margin: 0;
}
.no_posts h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.no_posts p {
	font-size: 1.4rem;
	color: #ADADAD;
}
@media only screen and (max-width: 768px) {
	.pg_noposts,
	.pg_noposts body {
		height: 100% !important;
	}
	.pg_noposts .cont_wrap {
		height: calc(100% - 131px);
		min-height: 400px;
	}
	.pg_noposts body {
		background: #DDD;
		/* padding: 0 !important; */
	}
	.no_posts,
	.post_article .no_posts,
	.post_snap .no_posts {
		margin: 24px 0 0;
	}
	.post_wrap.post_article .article_around .prev,
	.post_wrap.post_article .article_around .next {
		margin-left: 16px;
	}
}

/* ------------------------------------
	decline
------------------------------------ */
.decline_h2 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	padding: 16px;
	border-bottom: 1px solid #DDD;
}
.decline_wrap {
	padding: 20px 16px;
	font-size: 1.4rem;
	background: #FFF;
}
.decline_wrap p {
	margin-bottom: 1.6rem;
}
.decline_wrap .btn_area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px auto 0;
}
.decline_wrap .btn_area li {
	margin: 0 10px 25px;
	display: inline-block;
}
.decline_wrap .btn_area li:first-child { order: 1;}
.decline_wrap .btn_area li:last-child { order: 2;}
.decline_wrap .btn_area a {
	min-width: 300px;
}

@media only screen and (min-width: 768px) {
	.decline_wrap .btn_area {
		margin: 40px auto 15px;
	}
	.decline_wrap .btn_area li:first-child { order: 2;}
	.decline_wrap .btn_area li:last-child {	order: 1;}
	.decline_wrap .btn_area a {
		min-width: 240px;
	}
}

/* ------------------------------------
	decline_input
------------------------------------ */
.user_form_wrap {
	padding: 40px 16px;
	background: #DDD;
}
.user_form_inner {
	background: #FFF;
	border-radius: 20px;
}
.user_form_inner .user_select {
	margin: auto auto 15px;
}
.user_form_inner .select_note {
	display: block;
	margin: 5px 0 0 0;
	color: rgba(34, 34, 34, 0.7);
	font-weight: normal;
}
.user_form_inner .check_wrap {
	padding: 0;
	display: block;
}
.user_form_inner .check_wrap {
	font-size: 1.3rem;
	font-weight: bold;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}
.user_form_inner .check_wrap:first-child {
	border-top: 1px solid #BEBEBE;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.user_form_inner .check_wrap:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.user_form_inner .check_wrap label {
	padding: 15px;
	display: block;
}
.user_form_inner .check_wrap label span {
	line-height: 1.3;
}
.user_form_inner .check_wrap .other_textarea {
	width: calc(100% - 40px);
	margin: 0 20px 20px;
}
.user_form_inner .check_wrap .other_textarea:disabled {
	background: #E2E2E2;
}
.user_form_inner textarea {
	width: 100%;
	min-height: 100px;
	margin: auto auto 15px;
	padding: 10px 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	border: 1px solid #E2E2E2;
}
.user_form_inner .agree_wrap {
	margin: 0 0 40px;
}
.user_form_inner .btn_area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px auto 0;
}
.user_form_inner .btn_area li {
	margin: 0 10px 20px;
	display: inline-block;
}
.user_form_inner .btn_area li:first-child { order: 1;}
.user_form_inner .btn_area li:last-child { order: 2;}
.user_form_inner .btn_area button,
.user_form_inner .btn_area a {
	min-width: 280px;
}
.user_form_inner .confirm > span {
	display: block;
	font-weight: normal;
}
.user_form_inner .caution_area h3 {
	margin: 45px 0 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FC1A1A;
	text-align: center;
}
.user_form_inner .caution_area p {
	margin: 0 0 20px;
	font-size: 1.2rem;
	color: rgba(34, 34, 34, 0.7);
}
.user_form_inner .agree_wrap .check_wrap {
	font-weight: normal;
	font-size: 1.4rem;
	border: none;
}
.user_form_inner .agree_wrap .check_wrap label {
	text-align: center;
}
.user_form_inner .agree_wrap .check_wrap span i:after {
	left: 0;
}
.user_form_inner .btn_area .basic_btn.agree_btn.disable:before {
	background: #ff8c2d;
	background: -moz-linear-gradient(left, #ff8c2d 0%, #ff6589 100%);
	background: -webkit-linear-gradient(left, #ff8c2d 0%,#ff6589 100%);
	background: linear-gradient(to right,  #ff8c2d 0%,#ff6589 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c2d', endColorstr='#ff6589',GradientType=1 );
}

@media only screen and (min-width: 768px) {
	.user_form_wrap {
		padding: 0;
		background: #FFF;
	}
	.user_form_wrap .form_area.type_regist {
		padding: 0 16px 20px;
	}
	.user_form_inner .check_wrap .other_textarea,
	.user_form_inner textarea {
		font-size: 1.4rem;
	}
	.user_form_inner .btn_area {
		margin: 40px auto 15px;
	}
	.user_form_inner .btn_area li:first-child { order: 2;}
	.user_form_inner .btn_area li:last-child {	order: 1;}
	.user_form_inner .btn_area button,
	.user_form_inner .btn_area a {
		min-width: 240px;
	}
}

/* ------------------------------------
	decline_finish
------------------------------------ */
body.pg_no_header {
	 background: #fff;
	 height: 100%
}
body.pg_no_header #wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}
body.pg_no_header footer {
	padding: 19px 16px 19px;
}
.pg_no_header .complete_area {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #DDD;
}
.pg_no_header .complete_area figure {
	width: 100px;
}
.pg_no_header .complete_area figure img {
	width: 100%;
}
.pg_no_header .complete_area .main_text {
	margin: 40px 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.pg_no_header .complete_area .eng_msg {
	margin: 50px 0 0;
	color: #2D9CC6;
	font-size: 2rem;
	font-family: "Helvetica Neue", Helvetica, arial;
}


/* ------------------------------------
	short_height・short_bg
------------------------------------ */
@media only screen and (max-width: 768px) {
	.short_height,
	.short_height body {
		height: 100% !important;
	}
	/* IE */
	.short_height .ua_ie .cont_wrap {
		min-height: calc(100vh - 131px);
	}
	.short_bg body {
		background: #DDD;
	}
}

/* ------------------------------------
	.ellip
------------------------------------ */
.ellip {
	display: block;
	height: 100%;
}
.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}
.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
}

/* ------------------------------------
	.movie_convert
------------------------------------ */
.movie_convert {
	display: inline-block;
	vertical-align: bottom;
	background: #e8e8e8 url(/2026/img/movie_convert.png) no-repeat center center;
}
@media only screen and (max-width: 768px){
	.movie_convert {
		width: 100%!important;
		background-size: 150px 150px;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
.btn_pgbk,
.sub_link a,
.article_like_btn,
.post .status button.like_btn,
.article_list li a,
.article_around li,
.adv_area_article a,
.page_back a,
.appeal_link li a,
.decline_info .type_decline,
.t_blank,
.line_info .line_account .line_friend img {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
	body:not(.tab_view) .btn_pgbk:hover,
	body:not(.tab_view) .sub_link a:hover,
	body:not(.tab_view) .article_like_btn .like_btn:hover,
	body:not(.tab_view) .post .status button.like_btn:hover,
	body:not(.tab_view) .article_list li a:hover,
	body:not(.tab_view) .article_around li:hover,
	body:not(.tab_view) .adv_area_article a:hover,
	body:not(.tab_view) .page_back a:hover,
	body:not(.tab_view) .appeal_link li a:hover,
	body:not(.tab_view) .decline_info .type_decline:hover,
	body:not(.tab_view) .t_blank:hover,
	body:not(.tab_view) .line_info .line_account .line_friend img:hover {
		opacity: 0.7;
	}
}
