@charset "utf-8";


/*====================================================================

　Layout

====================================================================*/

.l-row {
	display: flex;
}

.l-row__center {
	width: 100% !important;
	display: flex;
	align-items: center;
}

.l-row__center--list01 {
	flex-grow: 1;
}

.l-row__center--list02 {
	flex-grow: 1;
	margin-left:10px;
}

.l-row__center02 {
	width: 100% !important;
	display: flex;
	align-items: center;
}


#l-wrapper {
	position: relative;
	padding-bottom: 15px;
	min-height: 100vh;
}

@media screen and (max-width: 1200px) {
	#l-wrapper {
		padding-top:60px;
	}
}
@media screen and (max-width: 960px) {
.l-row.c-spfull {
	display: block;
}
}

/*
header
---------------------------------------------------------*/

.l-header {
	margin: 0 auto;
	line-height: 1;
	width: 100%;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #DDD;
}
.l-header__container {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 40px;
	height: 80px;
}
@media screen and (max-width: 1400px) {
	.l-header__container {
		padding-left: 25px;
		padding-right: 25px;
		margin: 0;
	}
}
@media screen and (max-width: 1200px) {
	.l-header {
		height: 60px;
		position: fixed;
		margin: 0;
		top: 0;
		z-index: 1000;
	}
	.l-header__container {
		padding-left: 20px;
		padding-right: 20px;
		height: 60px;
	}
	.l-header__container {
		width: calc(100% - 60px);
	}
}

/*
mainimage
---------------------------------------------------------*/

.l-mainimage {
	padding-top: 80px;
	background: url(../img/bg_mainimage.jpg) no-repeat 50% 80px #F8F9F9;
	border-bottom: 1px solid #DDDDE1;
}
.l-mainimage__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 450px;
}
@media screen and (max-width: 1200px) {
	.l-mainimage {
		padding-top: 60px;
		background-position: 50% 60px;
	}
}
@media screen and (max-width: 768px) {
	.l-mainimage {
		padding-bottom: 30px;
		background-position: 0 60px;
		background-size: auto 450px;
	}
	.l-mainimage__container {
		display: block;
		min-height: auto;
	}
}
@media screen and (max-width: 420px) {
	.l-mainimage {
		background-position: 50% 60px;
	}
}

/*
maintitle
---------------------------------------------------------*/

.l-maintitle {
	padding-top: 80px;
	background: #F5F8FA;
}
.l-maintitle__container {
	display: flex;
	align-items: center;
	min-height: 200px;
}
@media screen and (max-width: 768px) {
	.l-maintitle {
		padding-top: 60px;
	}
	.l-maintitle__container {
		min-height: 90px;
	}
}

/*
contents
---------------------------------------------------------*/

#contents {
	margin-bottom: 120px;
}
.l-container {
	margin: 0 auto;
	width: 960px;
}
.l-container--60 {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}
.l-section {
	margin-top: 60px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
	.l-container {
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.l-container--60 {
		width: 100%;
	}
	.l-section {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/*
footer
---------------------------------------------------------*/

.l-footer {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding-bottom: 20px;
	color: #999;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.l-footer {
		padding-bottom: 30px;
	}
}


/*====================================================================

　Component

====================================================================*/

/*
fonts
---------------------------------------------------------*/

.c-title01 {
	margin-bottom: .5em;
	font-size: 2.6rem;
}
.c-title02 {
	margin-bottom: .5em;
	padding: .4em 1em;
	color: #fff;
	font-size: 1.7rem;
	background: #004EA2;
	border-radius: 4px;
}
.c-title03 {
	margin: .5em 0;
	color: #004EA2;
	font-size: 2.2rem;
	font-weight: 400;
}
.c-title04 {
	margin-bottom: .5em;
	padding: .4em 1em;
	font-size: 1.7rem;
	color: #555555;
	border-radius: 4px;
	border:2px solid #c7c7c7;
	background: #EEE;
}
.c-title04.type2{
	background: #d9ecff;
	color: #333;
	border-color: #004EA2;
}
.c-title05 {
	position: relative;
	padding: 1em 50px 1em 20px;
	font-size: 1.6rem;
	background: #E0EFFF;
	border: 1px solid #CFDCE6;
	border-radius: 10px;
	transition: .5s ease;
}
.c-title05.c-error{
  background:#ffe0e0;
  border: 1px solid #e6cfcf;
}
/*.c-error__outer{
	display: none;
}
.c-error + .c-error__outer{
	display: block;
	position: relative;
	height: 3rem;
}*/
.c-errormessage {
	margin: 3px 0 0 0;
	color: #DE2F2F;
}
.c-checktext {
	margin: 0;
	font-size: 1.7rem;
}

.c-fnt--lll { font-size: 2.6rem; line-height: 1.5; }
.c-fnt--ll { font-size: 2rem; }
.c-fnt--l { font-size: 1.8rem; }
.c-fnt--s { font-size: 1.4rem; line-height: 1.5; }
.c-fnt--ss { font-size: 1.3rem; line-height: 1.5; }
.c-fnt--sss { font-size: 1.1rem; line-height: 1.5; }

.c-fnt--blue { color: #0F3675; }
.c-fnt--red { color: #DE2F2F; }
.c-fnt--gray { color: #777; }

.c-fnt--em { font-weight: 700; }

.c-attention, 
.c-any {
	display: inline-block;
	margin-right: 10px;
	padding: .3em .5em;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	width: 45px;
	background: #888;
	text-align: center;
	border-radius: 4px;
}
.c-attention { background: #FF6565; }

.c-label {
	display: block;
	margin-bottom: 3px;
	font-size: 1.4rem;
	font-weight: 700;
}

.c-status {
	display: inline-block;
	margin-right: .5em;
	padding: .4em 1em;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	border: 2px solid #333;
	border-radius: 30px;
	text-align: center;
}
.c-status01 { color: #E9A505; border-color: #E9A505; }
.c-status02 { color: #2CB9AA; border-color: #2CB9AA; }
.c-status03 { color: #1287CD; border-color: #1287CD; }

.c-item01 {
	display: inline-block;
	margin-right: 10px;
	padding: .3em .5em;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.4;
	border:1px solid #888;
	text-align: center;
	border-radius: 4px;
	font-weight:bold;
	background:#FFF;
}

.c-item02 {
	display: inline-block;
	margin-right: 10px;
	padding: .3em .5em;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.4;
	border: 1px solid #E1E1E1;
	text-align: center;
	border-radius: 4px;
	font-weight:bold;
	background: #E0EFFF;
}

.c-min-w01{
	min-width:92px;
}

@media screen and (max-width: 960px) {
	.c-title01 {
		margin-bottom: .7em;
		font-size: 1.9rem;
	}
	.c-fnt--s { font-size: 1.3rem; }
	.c-fnt--ss { font-size: 1.2rem; }
	.c-fnt--sss { font-size: 1rem; }
	.c-status {
		display: block;
		margin: 0 0 5px;
		padding: .3em .5em;
		font-size: 1.2rem;
		width: 5em;
	}
}

/*
bg
---------------------------------------------------------*/

.c-bg01 {
	background: #F5F5F5;
}

/*
btn
---------------------------------------------------------*/

/* btn */
.c-btn {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	border-radius: 3px;
}
.c-btn__cover {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 40px auto;
	width: 100%;
}
	.c-btn__cover .c-btn {
		width: 400px;
	}
	.c-btn__cover .c-btn.u-w100p {
		width: 100%;
	}
	.c-btn__cover .c-btn a, 
		.c-btn__cover .c-btn input {
			font-size: 1.7rem;
		}
.p-contact--login .c-btn {
	font-size: 1.3rem;
}
.c-btn:hover, 
.c-btn__list a:hover {
	opacity: .8;
}
	.c-btn a, 
	.c-btn input {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .5em;
		color: #fff;
		text-decoration: none;
	}
	.c-btn input {
		display: inline-block;
		width: 100%;
		background: transparent;
		border: none;
		cursor: pointer;
	}
	.c-btn a:hover {
		text-decoration: none;
	}
.c-btn--orange {
	background: #f79604;
}
.c-btn--gray {
	background: #888;
}
.c-btn--blue {
	background: #004EA2;
}
.c-btn--blue02 {
	background: #fff;
	border: 1px solid #004EA2;
	box-shadow: none;
}
	.c-btn--blue02 a, 
	.c-btn--blue02 input {
		color: #004EA2;
	}
.c-btn--white {
	padding-right: 1em;
	background: #fff;
}
	.c-btn--white a {
		color: #004EA2;
	}
.c-btn__cover .c-btn--back {
	display: flex;
	align-items: center;
	font-weight: 500;
	width: auto;
	margin-right: auto;
	margin-bottom:-40px;
}
	.c-btn__cover .c-btn--back input {
		color: #333;
		font-size: 1.5rem;
	}
	.c-btn__cover .c-btn--back .c-arrow {
		display: inline-block;
		width: 8px;
		height: 13px;
		background: url(../img/common/ico_arrow_r.svg) no-repeat;
		background-size: cover;
	}
.c-btn__close {
	position: absolute;
	top: 11px;
	right: 5px;
	display: block;
	width: 18px;
	height: 18px;
	background: #9a9a9a;
	border-radius: 50%;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
}
.c-btn__close::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	text-indent: initial;
	width: 18px;
	height: 18px;
	background: url(../img/common/ico_close.svg) no-repeat 50% 50%;
	background-size: 10px 10px;
}
.c-btn__close:hover {
	background: #555;
}

/* btn__list */
.c-btn__list {
	display: flex;
	justify-content: center;
}
	.c-btn__list li {
		margin: 12px;
		width: calc(100% / 3 - 6px);
	}
	.c-btn__list.col1 li {
		margin: 12px;
		width: calc(100% - 6px);
		font-size:1.5em;
	}
	.c-btn__list.col2 li {
		margin: 12px;
		width: calc(100% / 2 - 6px);
	}
	.c-btn__list li a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .7em .5em;
		color: #fff;
		font-weight: 700;
		background: #004EA2;
		text-decoration: none;
		border-radius: 3px;
	}
		.c-btn__list li a img {
			margin-right: 10px;
			width: 20px;
		}
@media screen and (max-width: 760px) {
	.c-btn__cover {
		position: static;
		display: block;
		margin: 25px auto 20px;
	}
		.c-btn__cover .c-btn {
			margin-right: auto;
			margin-left: auto;
			width: 90%;
		}
	.c-btn__cover .c-btn--back {
		position: static;
		margin-bottom: 15px;
		width: auto;
	}
		.c-btn__cover .c-btn--back input {
			width: auto;
		}
	.c-btn__list {
		display: block;
	}
		.c-btn__list li {
			margin: 10px auto;
			width: 90%;
		}
		.c-btn__list.col2 li {
			margin: 10px auto;
			width: 90%;
		}
		.c-btn__list.col1 li {
			margin: 10px auto;
			width: 90%;
		}
}

.c-top_input{
	text-align:center;
	font-size: 1.5rem;
}

form .c-top_input .checkbox::before{
		position: absolute;
		top: 16px;
		left: 0;
		content: "";
		display: block;
		margin-top: -12px;
		width: 22px;
		height: 22px;
		background: #fff;
		border: 2px solid #7bdb6f;
		border-radius: 5px;
}

form .c-top_input .checkbox::before{
		border-color:#2CB9AA;
		top: 19px;
}

form .c-top_input .checkbox::after{
		top: 19px;
}

form .c-top_input label{
		color:#2CB9AA;
		font-size:1.8rem;
		font-weight:bold;
}

form .c-top_input input[type=checkbox]:checked + .checkbox::before {
	background: #2CB9AA;
	border: none;
}

form .c-top_input input[type=checkbox]:checked .checkbox::before + label {
	color:#FF0000;
}


#area_sv_third_portability input:disabled + label, 
#area_sv_cableelectric input:disabled + label, 
#area_sv_visit input:disabled + label, 
#area_sv_reliefsupport input:disabled + label{
	opacity:0.4;
}

.c-arrow__bg{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.c-arrow001{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #004EA2 transparent transparent transparent;
}
@media screen and (max-width: 1200px) {
	.c-arrow__bg{
		margin-right: 20px;
	}
}

@media screen and (max-width: 960px) {
	.c-arrow__bg{
		justify-content: space-around;
		margin:20px auto 0;
		text-align: center;
		min-height: 40px;
	}
	.c-arrow001{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 40px 0 40px;
		border-color: #004EA2 transparent transparent transparent;
	}
}

/*
img / icon
---------------------------------------------------------*/

.c-icon {
	margin-right: 7px;
}

.c-iconlist__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background: linear-gradient(to bottom right, #0084CF, #0F3675);
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.c-iconlist__icon {
		transform: scale(.7, .7);
	}
}

/*
caption
---------------------------------------------------------*/

.c-caption--10, 
.c-caption--20 {
	margin: 1em 0;
}
	.c-caption--10 li {
		padding-left: 1em;
		text-indent: -1em;
	}
	.c-caption--20 li {
		padding-left: 2em;
		text-indent: -2em;
	}

/*
table
---------------------------------------------------------*/

@media screen and (max-width: 960px) {
	.c-tblblk, 
	.c-tblblk thead, 
	.c-tblblk tbody, 
	.c-tblblk tr, 
	.c-tblblk th, 
	.c-tblblk td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-wrap {
		overflow-x: auto;
		/*white-space: nowrap;
		word-wrap: normal;*/
	}
	.table-wrap::-webkit-scrollbar {
	 height: 5px;
	}
	.table-wrap::-webkit-scrollbar-track {
	 background: #d5d5d5;
	}
	.table-wrap::-webkit-scrollbar-thumb {
	 background: #515151;
	}
	.table-wrap table {
		width: 600px;
	}
	.table-wrap table th, .table-wrap table td {
		max-width: 180px;
	}
}

table.brtop{
	border-top: 1px solid #E1E1E1 !important;
	margin-top: 20px !important;
}
table.brtop.u-mt0{
	margin-top: 0px !important;
}

table.brbottom__none th , table.brbottom__none td{
	border-bottom: none !important;
}


/*
autocomplete-select
---------------------------------------------------------*/

.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible;}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap;}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px;}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em;}.ui-widget.ui-widget-content{border:1px solid #c5c5c5;}.ui-widget-content{border:1px solid #dddddd;background:#ffffff;color:#333333;}.ui-state-default,.ui-button{border:1px solid #c5c5c5;background:#FFF;font-weight:normal;color:#454545;}a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none;}.ui-button:hover,.ui-button:focus{border:1px solid #cccccc;background-color:#ededed;font-weight:normal;color:#2b2b2b;}a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none;}a.ui-button:active,.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#ffffff;}.ui-icon{width:16px;height:16px;}.ui-icon{background-image:url("../img/common/ico_arrow.svg");}.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("../img/common/ico_arrow.svg");}.ui-button:active .ui-icon{background-image:url("../img/common/ico_arrow.svg");}.ui-button .ui-icon{background:url("../img/common/ico_arrow.svg") center center / 10px auto no-repeat;}.ui-icon-triangle-1-s{background-position:-65px -16px;}.ui-corner-left{border-top-left-radius:3px;}.ui-corner-right{border-top-right-radius:3px;}.ui-corner-left{border-bottom-left-radius:3px;}.ui-corner-right{border-bottom-right-radius:3px;}

.c-autoselect{
	position: relative;
	height: 46px;
}

.custom-combobox{
	position: relative;
	height: 46px;
}

.custom-combobox-input{
	height: 46px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	margin-left: -1px;
	width: 220px;
}

.ui-widget{
	font-size:16px !important;
}

.c-autoselect .ui-widget{
	font-family: 'Montserrat', "BIZ UDGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.c-autoselect a.ui-button{
	position: absolute;
	top: 0;
	left:218px;
	height: 46px;
	background-color: #FFF;
}
.c-autoselect a.ui-button:hover{
	background-color: #F6F6F6;
}

.ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/*
Datepicker
---------------------------------------------------------*/

a.ui-state-default:hover{
	background-color: #EEE;
}
.ui-state-highlight {
	background: #FFF000;
}
.ui-state-highlight:hover {
	background: #f8f5ce;
}
a.ui-state-active {
	color: #FFF;
	background: #007fff;
}
a.ui-state-active:visited{
	color: #FFF;
}
a.ui-state-active:link {
	color: #FFF;
}
a.ui-state-default.ui-state-active:hover{
	background-color: #5a86b3;
	color:#FFF;
}
a.ui-state-active.ui-state-highlight{
	background: #007fff;
}
.ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w {
	transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-prev-hover{
	left: 2px !important;
	top:2px;
	opacity: 0.6;
	cursor: pointer;
}
.ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
	transform: rotate(270deg);
	margin-top: -10px;
}
.ui-datepicker .ui-datepicker-next-hover{
	right:2px !important;
	top:2px;
	opacity: 0.6;
	cursor: pointer;
}

/*
canvas
---------------------------------------------------------*/

.c-canvas-container{
	position:relative;
	margin: 20px auto 15px;
	width: 100%;
	max-width: 600px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #004EA2;
	border-radius: 4px;

}
@media screen and (max-width: 670px) {
	.c-canvas-container{
		overflow: auto;
	}
}
.c-canvas-btn{
	display: flex;
	justify-content: center;
}
.c-canvas-btn input {
	margin: 0 10px ;
}


/*====================================================================

　Project

====================================================================*/

/*
header
---------------------------------------------------------*/

.p-header__logo {
	display: flex;
	align-items: flex-end;
	margin: 0;
	padding: 20px 0;
	color: #333;
}
	.p-header__logo img {
		width: 180px;
	}
	.p-header__logo__text {
		display: inline-block;
		margin-left: .5em;
		font-size: 1.8rem;
		font-weight: 700;
	}
.p-header__menu {
	display: flex;
	margin: 0 0 0 auto;
}
.p-header__home-bt{
	color: #333 !important;
	font-weight: 700;
	border: 1px solid #b5b5b5;
	padding: 5px 1em 5px calc(5px + 1.5em);
	border-radius: 5px;
	background: url(/img/common/ico_home01.svg) center left 5px / 1.5em auto #f1f1f1 no-repeat;
	font-size: 1.5rem;
	margin-left: 0.5em;
}
.p-header__home-bt:hover{
	opacity: .6;
}
.p-gnav {
	display: flex;
	margin-right: 2em;
	font-size: 1.5rem;
}
	.p-gnav__item {
		padding: 1em;
	}
	.p-gnav__item a {
		color: #333;
		font-weight: 700;
		border:1px solid #b5b5b5;
		padding:5px 1.2em;
		border-radius: 5px;
		background: #f1f1f1;
	}
	.p-gnav__item a:hover, 
	.p-signup__btn a:hover {
		opacity: .7;
	}
	.p-drawer__logo {
		position: absolute;
		top: calc(50% - 14px);
		right: 0;
		width: 110px;
		height: auto;
	}
.p-signup {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
}
.p-signup__btn {
	color: #004EA2;
	font-size: 1.3rem;
}
	.p-signup__btn a {
		display: block;
		margin-left: 1.5em;
		padding: 5px .5em;
		color: #004EA2;
		border: 1px solid #004EA2;
		border-radius: 5px;
	}
@media screen and (max-width: 1200px) {
	.p-gnav {
		display: block;
		margin: 30px 25px 5px;
		text-align: center;
	}
		.p-gnav__item {
			padding: 0;
		}
			.p-gnav a {
				display: block;
				padding: 0.7em;
				font-size: 1.6rem;
			}
	.p-drawer__logo {
		position: static;
		margin: 0 auto;
	}
	.p-signup {
		margin-right: 0;
	}
	.p-header__logo {
		margin: 0;
		padding: 0;
	}
		.p-header__logo a {
			display: block;
			text-align: center;
		}
		.p-header__logo img {
			width: 110px;
		}
		.p-header__logo__text {
			margin-top: .3em;
			font-size: 1.4rem;
		}
	.p-signup {
		display: block;
		margin: 0 25px;
		text-align: center;
	}
	.p-signup__text {
		padding: 15px 0;
		font-size: 1.4rem;
	}
	.p-signup__btn {
		font-size: 1.4rem;
	}
		.p-signup__btn a {
			margin-left: 0;
			padding: .7em;
		}
}
@media screen and (max-width: 560px) {
	.p-header__home-bt{
		color: #333 !important;
		font-weight: 700;
		border: 1px solid #b5b5b5;
		padding: 0;
		border-radius: 5px;
		background: url(/img/common/ico_home01.svg) center center / 1.5em auto #f1f1f1 no-repeat;
		font-size: 1.5rem;
		margin-left: 0.5em;
		overflow: hidden;
		position: relative;
		width: 28px;
		height: 28px;
	}
	.p-header__home-bt > span{
		position: absolute;
		color: #f1f1f1;
		top: -100px;
		left: 0;
	}
}
@media screen and (max-width: 420px) {
	.p-header__logo {
		display: block;
	}
	.p-header__logo__text {
		display: inline-block;
		margin-left: 0;
		margin-top: .5em;
		font-size: 1.2rem;
	}
}

/*
p-drawer
---------------------------------------------------------*/

#p-drawer {
	transition: transform .3s;
}
@media screen and (max-width: 1200px) {
	#p-drawer {
		position: fixed;
		z-index: 303;
		top: -2px;
		right: 0;
		bottom: 0;
		display: block;
		width: 85%;
		max-height: 100%;
		height: 100%;
		background-color: #fff;
		border-top: 1px solid #DDDDE1;
		transform: translateX(100%);
		transition: transform .4s;
		overflow-y: scroll;
		padding: 30px 0;
	}
	.nav-open #p-drawer {
		transform: translateX(0);
	}
}

/*
nav-btn
---------------------------------------------------------*/

#nav-btn {
	display: none;
}
@media screen and (max-width: 1200px) {
	#nav-btn {
		position: absolute;
		z-index: 302;
		top: 15px;
		right: 10px;
		display: inline-block;
		color: #FFF;
		width: 41px;
		height: 28px;
		border: none;
		background-color: transparent;
		vertical-align: middle;
		background: #888;
    width: 120px;
    border-radius: 5px;
	}
	#nav-btn span.icon, #nav-btn span.icon:before, #nav-btn span.icon:after {
		position: absolute;
		left: 12px;
		bottom: 20px;
		height: 2px;
		width: 17px;
		background: #FFF;
		display: block;
		content: "";
		cursor: pointer;
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	#nav-btn span.icon::before {
		left: 0;
		bottom: -7px;
		width: 17px;
	}
	#nav-btn span.icon::after {
		left: 0;
		bottom: -14px;
		width: 11px;
	}
	.nav-open #nav-btn span.icon {
		top: 13px;
		left: 8px;
		width: 25px;
		transform: rotate(45deg);
	}
	.nav-open #nav-btn span.icon::after {
		top: 0;
		width: 25px;
		transform: rotate(-90deg);
	}
	.nav-open #nav-btn span.icon::before {
		top: 0;
		width: 25px;
		transform: rotate(0deg);
		background-color: transparent;
	}
	#nav-btn span.text {
		position: absolute;
		top: 8px;
		right: 5px;
		display: inline-block;
		font-weight: bold;
		text-align: center;
		width: 80px;
		font-size: 13px;
	}
	.overflow {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #000E20;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}
	.nav-open .overflow {
		opacity: .6;
		visibility: visible;
	}
}

/*
content
---------------------------------------------------------*/

.p-content {
	margin: 0 auto;
	width: 460px;
}
@media screen and (max-width: 560px) {
	.p-content {
		width: auto;
	}
}

/*
peger
---------------------------------------------------------*/

.p-peger {
	display: flex;
	margin-top: 2em;
	font-size: 1.4rem;
	border-radius: .25rem;
}
.p-peger__item a {
	display: block;
	margin-left: -1px;
	padding: .5em .75em;
	line-height: 1.25;
	text-decoration: none;
	border: 1px solid #DDDDE1;
}
.p-peger__item.active a {
	color: #fff;
	background-color: #0F3675;
}

/*
pagetop
---------------------------------------------------------*/

.p-pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
	.p-pagetop a {
		position: relative;
		display: block;
		color: #fff;
		line-height: 50px;
		width: 50px;
		height: 50px;
		text-decoration: none;
		background-color: rgba(158, 160, 169, .9);
		border-radius: 3px;
		text-align: center;
	}
		.p-pagetop span {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.p-pagetop span::before {
			display: block;
			content: "";
			width: 10px;
			height: 10px;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			transform: rotate(-45deg);
		}
	.p-pagetop a:hover {
		opacity: .8;
	}

@media screen and (max-width:1200px) {
	.p-pagetop {
		bottom: 20px;
		right: 20px;
	}
}
@media screen and (max-width:960px) {
	.c-application__only .p-pagetop {
		bottom: 12vw;
		left: auto;
		right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.c-application__only .p-pagetop {
		bottom: 10vw;
		left: auto;
		right: 10px;
		margin-bottom: 27px;
	}
	.p-pagetop a {
			line-height: 35px;
			width: 35px;
			height: 35px;
		}
			.p-pagetop span::before {
				width: 8px;
				height: 8px;
			}
}

/*
login
---------------------------------------------------------*/

.l-split {
	display: flex;
	width: 100%;    
}
.p-split__item {
	width: 50%;
}
.p-split__item--r {
	position: relative;
	color: #fff;
}
.p-split__item--r__inner {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100vh;
	background: url(../img/bg_mainimage.png) center left / 95% auto no-repeat ;
}
.p-split__item--l {
	position: relative;
	padding: 80px;
}
.p-login__logo {
	margin: 0 auto;
	width: 200px;
	text-align: center;
}
.p-login__logo__text {
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: .05em;
}
.p-login {
	margin: 40px auto;
	width: 420px;
}
.p-login + .p-login {
	padding-top: 30px;
	border-top: 1px solid #D5D5D5;
}
.p-login__title {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
}
.p-login__save { margin-bottom: 40px; }
.p-login__save .checkbox {
	padding: 3px 5px 3px 25px;
	font-size: 1.3rem;
}
.p-login__save .checkbox::before {
	top: 17px;
	width: 18px;
	height: 18px;
	border: 1px solid #808495;
	border-radius: 4px;
}
.p-login__save .checkbox::after {
	position: absolute;
	top: 50%;
	left: 6px;
	content: "";
	display: block;
	margin-top: -7px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1200px) {
	.l-split {
		display: block;
	}
	.p-split__item {
		display: block;
		padding: 50px 25px 25px;
		width: auto;
		min-height: 100vh;
	}
	.p-split__item--r {
		display: none;
	}
	.p-split__item--r__inner {
		position: inherit;
		width: auto;
		height: auto;
	}
	.p-split__item--l__inner {
		height: auto;
	}
	.p-split__item--l__inner .l-footer {
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 560px) {
	.p-login {
		margin: 30px auto;
		width: auto;
	}
	.p-login + .p-login {
		padding-top: 15px;
	}
	.p-login__save { margin-bottom: 15px; }
	.p-login__save {
		text-align: center;
	}
}

/*
box
---------------------------------------------------------*/

.p-box01 {
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #DDDDE1;
}
@media screen and (max-width: 768px) {
	.p-box01 {
		margin: 20px 0;
		padding: 10px 20px;
	}
}

.c-box01{
	border:1px solid #E1E1E1;
	padding:1em 2.5em 2.5em;
	margin-top:-1.5em;
	border-radius:4px;
}

.c-box-scroll{
	margin: 1em 0;
	font-size: 1.5rem;
	overflow-y: scroll;
	border: 1px solid #d5d5d5;
	padding:0 1em 1em;
}

.c-box-scroll.height_min{
	height:130px;
}

.c-box-scroll p{
	margin: 0;
}

.c-box-scroll p.subti{
	margin-top: 1em;
	font-weight: bold;
}

.c-box02{
	border: 2px solid #c7c7c7;
	background: #EEE;
	padding:1em 2.5em 2.5em;
	border-radius:4px;
	width: calc(100% - 60px );
	max-width: 1360px;
}

@media screen and (max-width: 960px) {
	.c-box02{
		width: 100%;
	}
}

.c-align01{
	position: relative;
	padding-bottom:120px !important;
	margin-right: 20px !important;
    margin-left: 20px !important;
}

.c-align01__btn01{
	position: absolute;
	bottom:30px;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 516px;
	margin: auto;
}
@media screen and (max-width: 960px) {
	.c-align01{
		margin-right: auto !important;
    margin-left: auto !important;
	}
}

.c-logo-credit01{
	display: flex;
	flex-wrap: wrap;
	margin:auto;
}
.c-logo-credit01 li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.c-logo-credit01 li img{
	height: 39px;
}




.p-sticky-box01{
	position: relative;
	margin:50px 0 0;
	z-index: 0;
}

.p-sticky-title01{
	position: sticky;
  top:63px;
  z-index:100;
	padding: 1em 50px 1em 20px;
	font-size: 1.6rem;
	background: #ffe4a9;
	border: 1px solid #CFDCE6;
	border-radius: 0;
	transition: .5s ease;
	margin:0 0 30px 0;
}

@media screen and (max-width: 1200px) {
	.p-sticky-title01 {
	  top:123px;
	}
}

/*
buttonlist
---------------------------------------------------------*/

.p-buttonlist {
	justify-content: center;
	margin: 100px 0 40px;
}
	.p-buttonlist li {
		padding: 0 10px;
		width: 40%;
		text-align: center;
	}
		.p-buttonlist li a {
			display: block;
			padding: 60px 20px 50px;
			color: #333;
			font-size: 1.7rem;
			font-weight: 700;
			line-height: 1.4;
			text-decoration: none;
			background: #fff;
			border: 2px solid #004EA2;
			border-radius: 6px;
			box-shadow: 0 2px 6px rgba(0,0,0,.06);
			transition: .3s ease;
		}
		.p-buttonlist li a:hover {
			opacity: .7;
		}
		.p-buttonlist.first_color li:first-child a {
			color: #fff;
			background: #004EA2;
			border: 1px solid #004EA2;
		}
			.p-buttonlist li img {
				display: block;
				margin: 0 auto 20px;
				height: 50px;
			}
			.p-buttonlist li a:hover img {
				opacity: 1;
			}

			.p-buttonlist.red li a{
				border-color:#ed766b;
			}
			.p-buttonlist.first_color.red li:first-child a{
				background-color: #ed766b;
				border-color:#ed766b;
			}

			@media screen and (max-width: 1024px) {
	.p-buttonlist li {
		width: 50%;
	}
		.p-buttonlist li a {
			padding: 30px 10px;
			font-size: 1.6rem;
		}
		.p-buttonlist li img {
			margin: 0 auto 10px auto;
			height: 30px;
		}
}
@media screen and (max-width: 560px) {
	.p-buttonlist {
		display: block;
		margin: 40px 0 20px;
	}
	.p-buttonlist li {
		margin-bottom: 20px;
		width: 100%;
	}
}


.p-buttonlist02 {
	display: flex;
	justify-content: center;
	margin: 40px 0 40px;
}
.p-buttonlist02:first-child {
	margin-top: 100px;
}
.p-buttonlist02 li {
	width: calc(40% - 20px);
	text-align: center;
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
}
.p-buttonlist02 li .midashi {
	margin: 0 auto 10px;
	display: inline-block;
	color: #FFF;
	font-size: 2.5rem;
}
.p-buttonlist02 li .midashi > span {
	display: block;
}
.p-buttonlist02 li .midashi > span.min {
	font-size: 11px;
	margin-top: 5px;
}
.p-buttonlist02 li a {
	display: flex;
	flex-wrap: wrap;
    align-content: center;
	padding: 30px 20px 30px;
	color: #333;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: .3s ease;
	position: relative;
	border: 2px solid #004EA2;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
	flex-grow: 1;
}
.p-buttonlist02 li a:hover {
	opacity: .7;
}
.p-buttonlist02 li a > .img {
	width: 100%;
	height: 50px;
	display: block;
}
.p-buttonlist02 li a > .text {
	width: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	flex: 1 0 auto;
	margin-top: 15px;
}
.p-buttonlist02 li a > .text2 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	font-size: .9em;
	line-height: 1.5;
	text-align: center;
	text-indent: -1em;
	background: #FFF;
	color: #DE2F2F;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 5px rgb(0 0 0 / 8%);
}
.p-buttonlist02 li a > .text2.indent01 {
	text-indent: -1em;
	padding-left: calc(10px + 1em);
}
.p-buttonlist02 li img {
	display: block;
	margin: 0 auto 20px;
	height: 50px;
}
.p-buttonlist02 li a:hover img {
	opacity: 1;
}
.p-buttonlist02.red li a {
	border-color: #ed766b;
}
.p-buttonlist02.first_color.red li:first-child a {
	background-color: #ed766b;
	border-color: #ed766b;
}
.p-buttonlist02.first_color li:first-child a {
	color: #fff;
	background: #004EA2;
	border: 1px solid #004EA2;
}
.p-buttonlist02.green li a {
	border-color: #008ea2;
}
.p-buttonlist02.first_color.green li:first-child a {
	background-color: #008ea2;
	border-color: #008ea2;
}
@media screen and (max-width: 1024px) {
	.p-buttonlist02 li {
		width: 50%;
	}
	.p-buttonlist02 li .midashi {
		position: static;
	}
	.p-buttonlist02 li a {
		padding: 30px 10px;
		font-size: 1.6rem;
	}
	.p-buttonlist02 li a > .img {
		height: 30px;
	}
	.p-buttonlist02 li a > .text {
		margin-top: 10px;
	}
	.p-buttonlist02 li img {
		margin: 0 auto 10px auto;
		height: 30px;
	}
}
@media screen and (max-width: 560px) {
	.p-buttonlist02 {
		display: block;
		margin: 40px 0 20px;
	}
	.p-buttonlist02:first-child {
		margin-top: 40px;
	}
	.p-buttonlist02 li {
		margin: 0 0 20px;
		width: 100%;
	}
	.p-buttonlist02 li a > .text2 br {
		display: none;
	}
}










/*
panel
---------------------------------------------------------*/

.p-panel {
	max-width: 900px;
	margin: 0 auto;
}
.p-panel__item {
	margin-bottom: 30px;
}
.p-panel__title[id]::before::before {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  content: "";
}

.p-panel__title {
	position: relative;
	padding: 1em 50px 1em 20px;
	font-size: 1.6rem;
	background: #E0EFFF;
	border: 1px solid #CFDCE6;
	border-radius: 10px;
	transition: .5s ease;
	cursor: pointer;
}
.p-panel__title.color2 {
	background: #ffe4a9;
}
.p-panel__title::before, 
.p-panel__title::after {
	position: absolute;
	content: "";
	color: #fff;
	font-weight: 700;
}
/*.p-panel__title::before {
	top: calc(50% - 14px);
	right: 15px;
	width: 28px;
	height: 28px;
	background: #004EA2;
	border-radius: 50%;
}*/
.p-panel__title::after {
	position: absolute;
	color: #fff;
	font-weight: 700;
	top: calc(50% - 14px);
	right: 15px;
	width: 28px;
	height: 28px;
	background: #004EA2;
	border-radius: 50%;
	content: "＋";
	font-size: 16px;
	line-height: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 2px 0 0 0;
}
.p-panel__title.close {
	border-radius: 10px 10px 0 0;
  position: -webkit-sticky;
  position: sticky;
  top:0;
  z-index:100;
  border-radius:0;
}
.p-panel__title.close::after {
	content: "－";
}
@media screen and (max-width: 1200px) {
	.p-panel__title.close {
	  top:60px;
	}
}

h3.p-panel__title > .c-attention{
	font-size: 1.4rem;
	border:2px solid #FF6565;
	width: 50px;
	margin-left:0.5em;
	padding: 0 0.5em;
}
@media screen and (max-width: 960px) {
	h3.p-panel__title > .c-attention{
		font-size: 1.2rem;
		border:2px solid #FF6565;
		width: 40px;
		padding: 0 0.5em;
		margin-left:0.5em;
    vertical-align: top;
	}
}

h3.c-title05 > .c-attention{
	font-size: 1.4rem;
	border:2px solid #FF6565;
	width: 50px;
	margin-left:0.5em;
	padding: 0 0.5em;
}
@media screen and (max-width: 960px) {
	h3.c-title05 > .c-attention{
		font-size: 1.2rem;
		border:2px solid #FF6565;
		width: 40px;
		padding: 0 0.5em;
		margin-left:0.5em;
    vertical-align: top;
	}
}



.sp-anchor{
		position:absolute;
		top:-10px;
		display:block;
		width:10px;
		height:10px;
}

@media screen and (max-width: 1200px) {
	.sp-anchor{
		position:absolute;
		top:-70px;
		display:block;
		width:10px;
		height:10px;
	}
}

.p-panel__content {
	display: none;
	padding: 0 20px 20px;
	background: #fff;
	border-right: 1px solid #CFDCE6;
	border-bottom: 1px solid #CFDCE6;
	border-left: 1px solid #CFDCE6;
	border-radius: 0 0 10px 10px;
}
	.p-panel__content table {
		margin: 0;
		border-top: none;
	}
		.p-panel__content table tr:last-of-type th, 
		.p-panel__content table tr:last-of-type td {
			padding-bottom: 0;
			border-bottom: none;
		}
		.p-panel__content table th {
			padding-right: 1em;
			width: 230px;
			vertical-align: top;
			text-align: left;
		}
		.p-panel__content table.important01 th {
			width: 90px;
		}
		.p-panel__content table.important01 td {
			width: auto;
			vertical-align: top;
			text-align: left;
		}

.p-panel__content .c-table01 th {
	padding: .5em !important;
	width: 20%;
	border: 1px solid #E1E1E1 !important;
	vertical-align: top;
}
.p-panel__content .c-table01 thead th {
	width: auto;
	background: #f1f1f1;
	text-align: center;
}
.p-panel__content .c-table01 tbody td {
	padding: .5em !important;
	border: 1px solid #E1E1E1 !important;
	vertical-align: top;
}
.p-panel__content .c-table01 tbody td:nth-of-type(1) {
	width: 30%;
}

.p-panel--open.p-panel__item {
	position: relative;
}
.p-panel--open .p-panel__title {
	border-radius: 10px 10px 0 0;
	cursor: auto;
	pointer-events: none;
}
.p-panel--open .p-panel__title::before, 
.p-panel--open .p-panel__title::after {
	display: none;
}
.p-panel--open .p-panel__title + .c-btn {
	position: absolute;
	top: 15px;
	right: 20px;
}
	.p-panel--open .p-panel__title + .c-btn a {
		padding: .2em .7em;
		font-size: 1.4rem;
	}
.p-panel--open .p-panel__content {
	display: block;
}

/* disabled */
.disabled .p-panel__title {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	pointer-events: none;
}

@media screen and (max-width: 960px) {
	.p-panel__item {
		margin-bottom: 15px;
	}
	.p-panel__title {
		padding: .7em 50px .7em 15px;
		line-height: 1.3;
	}
	.p-panel__content {
		padding: 0 15px 15px;
	}
	.p-panel--open .p-panel__title + .c-btn {
		top: 8px;
		right: 10px;
	}
		.p-panel--open .p-panel__title + .c-btn a {
			padding: .2em .4em;
			font-size: 1.2rem;
		}
	.p-panel__content table th { width: 100%; }
	.p-panel__content .c-table01 { border-bottom: 1px solid #E1E1E1; }
	.p-panel__content .c-table01 th, 
	.p-panel__content .c-table01 tbody td:nth-of-type(1) {
		width: auto;
	}
	.p-panel__content .c-table01 thead {
		display: none;
	}
	.p-panel__content .c-table01 tbody th {
		font-size: 1.4rem;
		border-bottom: none !important;
	}
	.p-panel__content .c-table01 tbody td {
		border-top: none !important;
		border-bottom: none !important;
	}
		.p-panel__content .c-table01 tbody td .checkbox {
			padding-top: 4px;
			font-size: 1.4rem;
		}
}

/*
form
---------------------------------------------------------*/

.p-article {
	margin-top: 40px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.06);
	border-radius: 15px;
}
.p-form {
	margin: 40px 0;
}
.p-form table th {
	padding-right: 1em;
	width: 250px;
	vertical-align: top;
}
	table th .c-inner, 
	table td .c-inner {
		display: flex;
		align-items: center;
		text-align: left;
	}
	table th .c-inner {
		padding-top: .5em;
	}
	table td .c-inner p {
		margin: 0 5px 0 0;
		width: 2em;
		text-align: right;
	}
	table td .c-inner p.c-other01 {
		width: 3em;
	}
	table td .c-inner p.c-other02 {
		width: 4em;
	}
	table td .c-inner p.c-other03 {
		width: 5em;
	}
	table td .c-inner input, 
	table td .c-inner select {
		margin-right: 5px;
	}
	table td .c-inner input + p { margin-left: 1em;}
	table td input, 
	table td select {
		padding: 7px 10px;
	}
	table td input[type="button"] {
		padding: .4em 1em;
	}
table td .c-inner .c-hyphen {
	margin-right: 5px;
}

table td .c-inner.align-top{
	align-items: baseline;
}

table td select {
	padding: 7px 30px 7px 10px;
}

.c-inner .flex-basis100{
	flex-basis:100%;
}

.c-other01-input{
  width:calc(100% - 5.5rem);
}


.c-title02 + .p-form {
	margin-top: 0;
}
.c-title02 + .p-form table {
	margin: 0 20px;
	width: calc(100% - 40px);
	border-top: none;
}

.c-title02 + .p-form .p-formlist {
	width: calc(100% - 40px);
}

.c-title05 + .p-form {
	margin-top: 0;
}
.c-title05 + .p-form table {
	margin: 0 20px;
	width: calc(100% - 40px);
	border-top: none;
}

.p-input__group {
	margin: 15px 0;
}
.p-input__group:first-child { margin-top: 30px; }
.p-input__cover {
	display: flex;
	margin-top: 15px;
}
	.p-input__cover .p-input__group { margin-top: 0; }
	.p-input__cover .p-input__group + .p-input__group { margin-left: 20px; }
	.p-input__cover .p-input__group .c-label { font-weight: 500; }

/* formlist */
.p-formlist {
	flex-wrap: wrap;
	margin: 0;
}
.p-formlist li {
	width: calc(100% / 4);
}
.p-formlist li:nth-child(n+5), 
.p-formlist .p-formlist--full:nth-child(n+2) {
	margin-top: 1em;
}

.p-formlist.col2.rows li {
	margin-top: 1em;
}
.p-formlist.col2.rows li:nth-child(1),
.p-formlist.col2.rows li:nth-child(2) {
	margin-top: 0;
}
@media screen and (max-width: 960px) {
	.p-formlist.col2.rows.lift-sp-col2 li:nth-child(2) {
		margin-top: 1em;
	}
}
.p-formlist.col3.rows li {
	margin-top: 1em;
}
.p-formlist.col3.rows li:nth-child(1),
.p-formlist.col3.rows li:nth-child(2) {
	margin-top: 0;
}

.p-formlist.col2 li {
	width: calc(100% / 2);
}
.p-formlist.col3 li {
	width: calc(100% / 3);
}
.p-formlist.col3 li:nth-child(n+4) {
	margin-top: 1em;
}
.p-formlist.colauto li {
	width: auto;
	margin-right:2rem;
}
.p-formlist.colauto li:nth-last-of-type(1){
	margin-right:0;
}
.p-formlist .p-formlist--full {
	width: 100%;
}

.p-formlist.col3.pattern1 li:nth-child(1) {
	width: calc(calc(100% / 3)*2);
}
.p-formlist.col3.pattern2 li:nth-child(2) {
	width: calc(calc(100% / 3)*2);
}

	.p-formlist .p-formlist--full .u-w50p, 
	.p-formlist .p-formlist--full .u-w200, 
	.p-innerarea .u-w150, 
	.p-innerarea .u-w200 {
		padding: 3px 1%;
		width: 50%;
	}
	.p-formlist .p-formlist--full select {
		padding: 3px 1%;
	}
	.p-formlist .p-formlist--full p {
		margin-left: 25px;
	}
.p-formlist .c-attention {
	position: static;
}
.p-formlist li .p-formlist {
	margin-left: 1.5em;
}

.p-formlist.line_bg01{
  border:1px solid #E1E1E1;
  padding:20px;
  border-radius:4px;
}

/* multiple */
.p-multiple {
	margin: 0 20px;
}
.p-multiple + .p-multiple {
	margin-top: 20px;
	border-top: 1px solid #E1E1E1;
}
.p-multiple__item {
	align-items: flex-start;
}
	.p-multiple select, 
	.p-multiple__text {
		width: 43%;
	}
	.p-multiple select {
		padding: 7px 30px 7px 10px;
	}
	.p-multiple__btn {
		margin-top: 30px;
		width: 14%;
		min-width: 100px;
		text-align: center;
	}
	.p-multiple__text {
		margin: 0;
	}
		.p-multiple__text li {
			position: relative;
			margin-bottom: 7px;
			padding: 7px 20px 7px 7px;
			border: 1px solid #C5C5C5;
			border-radius: 4px;
		}

.p-innerarea {
	margin-left: 1em;
}

.p-frame {
	height: 300px;
	border: 1px solid #E1E1E1;
	overflow: auto;
}

/* password */
#checkPassword {
  display: none;
}
#checkPasswordBefore {
	display: none;
}
#checkPasswordCheck {
	display: none;
}
.showText {
  display: none;
}
.hideText {
  display: inline;
}
.togglePassword {
	position: relative;
}
.c-eye, 
.c-eye--slash {
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
}
.c-eye::before {
	content: "";
  display: inline-block;
  margin-left: 5px;
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_eye.svg) no-repeat;
}
.c-eye--slash::before {
  display: none;
}
#checkPassword:checked + .togglePassword > .c-eye::before {
  display: none;
}
#checkPassword:checked + .togglePassword > .c-eye--slash::before {
	content: "";
  display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_eye-slash.svg) no-repeat;
}
#checkPasswordBefore:checked + .togglePassword > .c-eye::before {
	display: none;
}
#checkPasswordBefore:checked + .togglePassword > .c-eye--slash::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_eye-slash.svg) no-repeat;
}
#checkPasswordCheck:checked + .togglePassword > .c-eye::before {
	display: none;
}
#checkPasswordCheck:checked + .togglePassword > .c-eye--slash::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_eye-slash.svg) no-repeat;
}

@media screen and (max-width: 960px) {
	.p-article {
		margin-top: 20px;
		padding: 10px;
		border-radius: 8px;
		box-shadow:none;
	}
	.p-form {
		margin: 25px 0;
	}
	.p-form table th {
		padding-right: 0;
		width: 100%;
		border-bottom: 0;
	}
	table th .c-inner {
		padding-top: 0;
	}
	table td .c-inner {
		display: block;
	}
	table td .c-inner p {
		margin-bottom: 3px;
		width: 100%;
		text-align: left;
	}
	table td .c-spfull input {
		width: 100%;
	}
	table td .c-inner input + p {
		margin-top: .8em;
		margin-left: 0;
	}
	table td input.u-w50p, 
	.togglePassword {
		width: 100% !important;
	}
	table td input.u-w20p, 
	table td select.u-w20p {
		width: 28%;
	}
	table td input.u-w15p {
		width: 20%;
	}
	table td input.u-w10p {
		width: 20%;
	}
	.c-title02 + .p-form table {
		margin: 0 10px;
		width: calc(100% - 20px);
	}
	.c-title02 + .p-form .p-formlist {
		width: calc(100% - 20px);
	}
	.p-input__cover {
		display: block;
	}
		.p-input__cover .p-input__group { width: 100%; }
		.p-input__cover .p-input__group + .p-input__group { margin-left: 0; }
	.p-formlist {
		display: block;
	}
	.p-formlist li, 
	.p-formlist.col2 li, 
	.p-formlist.col3 li {
		width: 100%;
	}
	.p-formlist li:nth-child(n+2), 
	.p-formlist.col3 li:nth-child(n+2) {
		margin-top: 1em;
	}
	.p-formlist--full .p-formlist li {
		margin-top: 0;
	}
	.p-formlist .p-formlist--full .u-w50p, 
	.p-formlist .p-formlist--full .u-w200, 
	.p-innerarea .u-w150, 
	.p-innerarea .u-w200 {
		margin-top: 5px;
		width: 100%;
	}
	.p-multiple {
		margin: 0 10px;
	}
	.p-multiple + .p-multiple {
		margin-top: 20px;
		border-top: 1px solid #E1E1E1;
	}
	.p-multiple__item {
		display: block;
	}
		.p-multiple select, 
		.p-multiple__text {
			width: 100%;
		}
		.p-multiple__btn {
			margin: 10px auto;
			width: auto;
		}
			.p-multiple__text li {
				margin-bottom: 7px;
				padding: 7px;
			}
}
@media screen and (max-width: 560px) {
	.p-innerarea {
		margin-left: 0;
	}
}

.p-item-w01{
	display:inline-block;
	width:8rem;
}

/*
steps
---------------------------------------------------------*/

.p-steps {
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	text-align: center;
}
	.p-steps li {
		position: relative;
		display: inline-block;
		width: 20%;
		counter-increment: steps;
	}
	.p-steps li::before {
		display: inline-block;
		content: counter(steps);
		margin: 0 auto 5px;
		color: #004EA2;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 30px;
		width: 30px;
		height: 30px;
		background: #fff;
		border: 1px solid #004EA2;
		border-radius: 50%;
	}
	.p-steps li.current::before {
		color: #fff;
		background: #004EA2;
	}
	.p-steps li::after {
		position: absolute;
		top: 15px;
		display: inline-block;
		content: "";
		margin: 0 25px;
		width: 75%;
		height: 1px;
		background: #d5d5d5;
	}
	.p-steps li:last-child::after {
		display: none;
	}
.p-steps__text {
	display: block;
	line-height: 1.3;
}
@media screen and (max-width: 960px) {
	.p-steps {
		font-size: 1.2rem;
	}
		.p-steps li {
			width: 33.333%;
		}
}
@media screen and (max-width: 560px) {
		.p-steps li::after {
			width: 55%;
		}
}

/*
application
---------------------------------------------------------*/

.p-appli {
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	width: 1360px;
}
.p-appli__main {
	margin-right: 30px;
	margin-left: 30px;
	width: calc(100% - 500px);
}
.p-appli__sub {
	position: -webkit-sticky;
	position: sticky;
	top: 30px; /*固定したい位置*/
	padding: 20px;
	width: 250px;
}
@media screen and (max-width: 1200px) {
	.p-appli__sub {
		top: 70px; /*固定したい位置*/
	}
}
.p-appli__sub2 {
	position: -webkit-sticky;
	position: sticky;
	top: 30px; /*固定したい位置*/
	padding: 20px;
	width: 250px;
}
.p-appli__sub2.sp-conduct01 {
	display:none;
}
@media screen and (max-width: 1200px) {
	.p-appli__sub2.sp-conduct01 {
		display:block;
		position:relative;
		top:auto;
		width:100%;
		height:auto;
	}
	.p-appli__sub2.sp-conduct01 .p-service-link{
		margin:20px auto;
	}
	.p-appli__sub2.sp-conduct01 .p-service-link a{
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 10px 0 7px;;
	}
	.p-appli__sub2.sp-conduct02 {
		display:none;
	}
}
.p-appli__scroll{
	height:auto;
	max-height:calc(100vh - 60px);
	overflow: auto;
}
.p-appli__scroll::-webkit-scrollbar {
  width: 8px;
}
.p-appli__scroll::-webkit-scrollbar-track {
  background: #E1E1E1;
  border-radius: 10px;
  margin: 20px 0;
}
.p-appli__scroll::-webkit-scrollbar-thumb {
  background: #004ea2;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
	.p-appli__scroll{
		height:calc(100vh - 160px);
		overflow: auto;
	}
}

.p-result {
	margin: 10px 0 0;
	font-size: 1.3rem;
}
	.p-result li {
		display: flex;
		padding: .7em 0;
		border-top: 1px solid #E1E1E1;
	}
	.p-result li .p-result__name {
		font-size: 1.2rem;
		font-weight: 700;
		width: 67%;
	}
	.p-result li .p-result__price {
		width: 33%;
		text-align: right;
	}
.p-appli__sub__title {
	margin: 10px 0 -10px;
	padding: .3em .8em;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	background: #f1f1f1;
	text-align: center;
}
.p-result__subtotal {
	margin: 0;
	padding: .2em .5em;
	font-weight: 500;
	border-top: 1px solid #004EA2;
	text-align: right;
}
	.p-result__subtotal span {
		margin: 0 5px;
	}
.p-result__total {
	margin: 0;
	padding: .5em;
	font-weight: 500;
	background: #E0EFFF;
	border-top: 1px solid #004EA2;
	text-align: center;
}
	.p-result__total span {
		margin: 0 5px;
	}

/* .result__box */
.p-result__box {
	background: #fff;
	border: 2px solid #004EA2;
	border-radius: 10px;
}
.p-result__title {
	padding: .5em;
	color: #fff;
	font-size: 1.7rem;
	background: #004EA2;
	text-align: center;
	border-radius: 7px 7px 0 0;
}
.p-result__inner {
	margin: 20px auto;
	padding: 0 15px;
	max-width: 600px;
	width: 100%;
}
.p-result__box .p-result, 
.p-result__box .p-result li .p-result__name {
	font-size: 1.5rem;
}
	.p-result__box .p-result li {
		display: flex;
		padding: .7em 0;
		border-top: 1px solid #E1E1E1;
	}
.p-result__box .p-result__total {
	padding: .5em;
	color: #004EA2;
	font-size: 1.8rem;
	font-weight: 700;
	border-top: none;
	border-radius: 10px;
}
	.p-result__box .p-result__total .c-fnt--lll {
		font-size: 3.4rem;
	}
@media screen and (max-width: 1400px) {
	.p-appli {
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.p-appli__main {
		width: calc(100% - 250px);
		margin-right: 20px;
		margin-left: 0;
	}
}
@media screen and (max-width: 960px) {
	.p-appli {
		display: block;
	}
	.p-appli__main {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.p-appli__sub {
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		margin:auto;
		padding: 10px 10px 5px;
		width: 100%;
		height:auto;
		border-top:1px solid #E1E1E1;
		border-radius:0;
		z-index:300;
	}
	.p-appli__sub .sp-col-bg{
		display:flex;
		justify-content: space-around;
		margin-bottom: 5px;
	}
	.p-appli__sub .sp-col-list{
		width:100%;
		margin:0 5px 3px;
	}
	.p-appli__sub .sp-off{
		display:none;
	}
	.p-appli__sub .p-appli__sub__title{
		font-size: clamp(10px, 2vw, 1.3rem);
		margin:auto;
		padding: 0.4em 0.3em 0.3em;
		line-height: 1.2;
	}
	.p-appli__sub .p-result__subtotal{
		border:none;
		text-align:center;
		font-size: clamp(10px, 1.2vw, 2rem);
		margin: 2px 0 0;
		padding: 0;
		display: block;
		line-height: 1.4;
	}
	.p-appli__sub .p-result__subtotal .c-fnt--l{
		font-size: clamp(12px, 2vw, 2rem);
	}
	.p-result__subtotal span{
		margin: 0;
	}
	.p-result__box .p-result,
	.p-result__box .p-result li .p-result__name {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 560px) {
	.p-appli {
		padding-left: 10px;
		padding-right: 10px;
	}
	.p-appli__sub .sp-col-bg{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 5px;
	}
	.p-appli__sub .sp-col-list{
		width: 100%;
		margin: 0;
	}
}

.p-service-link a{
  display:block;
  padding:10px 0;
  border-top:1px solid #E1E1E1;
  font-size:1.2rem;
}

.p-service-link a:hover{
  background:#EEE;
}

.p-service-link a.c-error .c-error-icon{
	margin-left: 0;
	margin-right:0.4rem;
	font-size:12px;
	line-height: 12px;
	padding: 2px 2px 2px 2px;
}

/* error */
.p-service-link a.c-error{
  color:#DE2F2F;
}

.c-error-icon{
  display: none;
}

.c-error .c-error-icon{
	display: inline-block;
	background: #DE2F2F;
	color: #FFFFFF;
	border-radius: 20px;
	text-align: center;
	line-height: 16px;
	padding: 1px 2px 1px 2px;
	margin-left: 0.5rem;
	font-weight: bold;
	text-indent: 0;
	font-size: 14px;
}

.c-error-bg{
  background:#FFFFFF;
  border:3px solid #DE2F2F;
  padding:20px;
  margin:0 auto 20px;
  border-radius:4px;
}

.c-error-bg.sub{
  margin:0 auto 20px;
}

.c-error-bg p{
	color: #DE2F2F;
	text-align:center;
}

.p-panel__title.c-error{
  background:#ffe0e0;
  border: 1px solid #e6cfcf;
}

.c-error-pay .c-error-icon{
	display: inline-block;
	background: #DE2F2F;
	color: #FFFFFF;
	border-radius: 20px;
	text-align: center;
	line-height: 16px;
	padding: 3px 2px 3px 2px;
	margin-right: 0.5rem;
	font-weight: bold;
	text-indent: 0;
	font-size: 1.8rem;
}

/* alerts */

.c-alerts-bg{
	background: #6295cd;
  padding:20px;
  margin:-30px auto 20px;
  border-radius:4px;
  position:relative;
  width:100%;
  max-width:820px;
	box-shadow: 0 2px 6px rgb(0 0 0 / 6%);
	text-align:center;
	color:#FFF;
}

.c-alerts-bg.c-error{
  background:#FFFFFF;
  color:#DE2F2F;
  border: 3px solid #DE2F2F;
}

.c-alerts-close{
	position:absolute;
	right:12px;
	top:12px;
	font-size:1.8em;
	font-weight:bold;
	line-height:1;
	color:#FFF;
	cursor:pointer;
	border:none;
	background:none;
	padding:0;
}

.c-alerts-bg.c-error .c-alerts-close{
  color:#DE2F2F;
}

.c-alerts-bg.c-error .c-error-icon{
  margin:0 0.5rem 0 0;
}

@media screen and (max-width: 1200px) {
	.c-alerts-bg{
	  margin:80px auto 15px;
		width: calc(100% - 40px);
	}
}

.advice{
	position: relative;
}
.advice_col1{
	margin: 1em 0;
	font-size: 1.5rem;
}
.advice_col0{
	margin: 1em 0;
	font-size: 1.5rem;
}
.advice_text_bg{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: -0.3em 0 0 0;
	width: 1.4em;
	height: 1.4em;

}
.advice_text_bt{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background: url(/img/common/ico_hatena1.svg) center center / 100% 100% no-repeat;
	cursor: pointer;
	margin-left: 3px;
}
.advice_text_bt:hover{
	opacity: 0.6;
}
h3 .advice_text_bt{
	background: url(/img/common/ico_hatena2.svg) center center / 100% 100% no-repeat;
}

.advice_text{
	position: absolute;
	width: 30vw;
	background: rgba(224, 239, 255);
	padding: 20px 40px 20px 20px;
	border-radius: 10px;
	left: -70px;
	right: 0;
	bottom: 47px;
	margin: auto;
	display: flex;
	font-size: 1em;
	font-weight: normal;
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	color: #333333;
	font-size: 1.5rem;
	z-index: 300;
}
.advice_text::before{
	content: "";
	position: absolute;
	left: 4.1em;
	bottom: -1.4em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 20px 0 20px;
	border-color: rgba(224, 239, 255) transparent transparent transparent;
}

.advice_text_close{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0;
	width: 23px;
	height: 23px;
	padding: 3px;
	line-height: 0.6;
	cursor: pointer;
	color: #004EA2;
	border: 1px solid #004EA2;
	background: url(/img/common/ico_close02.svg) center center / 100% 100% no-repeat;
}
.advice_text_close:hover{
	opacity: 0.6;
}


@media screen and (max-width: 1200px) {
	.advice_text{
		width: 45vw;
	}
}
@media screen and (max-width: 960px) {
	.advice_col0{
		padding: 0.5em 0;
	}
	.advice_text_bg{
		position: absolute;
		right: 0;
		top: 0.5em;
		bottom: 0;
	}
	.advice_text{
		width: 60vw;
		left: auto;
		right: -20px;
    bottom: 47px;
	}
	.advice_text::before{
		left: auto;
		right: 10px;
		bottom: -20px;
	}
}
@media screen and (max-width: 760px) {
	.advice_text{
		width: 88vw;
	}
}



.c-list01 h4{
	font-size: 1.5rem;
}
.c-list01 > ul{
	margin: auto;
	list-style: none;
	padding: 0;
}
.c-list01 > ul > li{
	margin-left: 1em;
}
.c-list01 > ul > li > a {
	text-decoration: none;
}
.c-list01 > ul > li > a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.c-list01 > ul > li > a[href$=".pdf"]::before {
	content: "";
	width: 1.2em;
	height: 1.2em;
	background: url(/img/common/ico_pdf01.svg) center center / 100% 100% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.3em;
	margin-right: 0.2em;
}
.c-list01 > ul > li > a[href$=".doc"]::before,
.c-list01 > ul > li > a[href$=".docx"]::before {
	content: "";
	width: 1.2em;
	height: 1.2em;
	background: url(/img/common/ico_word01.svg) center center / 100% 100% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.3em;
	margin-right: 0.2em;
}
.c-list01 > ul > li > a[href$=".xls"]::before,
.c-list01 > ul > li > a[href$=".xlsx"]::before {
	content: "";
	width: 1.2em;
	height: 1.2em;
	background: url(/img/common/ico_excel01.svg) center center / 100% 100% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.3em;
	margin-right: 0.2em;
}


.c-list01 > ul > li > a[target="_blank"]::after {
	content: "";
	width: 1.2em;
	height: 1.2em;
	background: url(/img/common/ico_otherlink01.svg) center center / 100% 100% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.2em;
	margin-left: 0.2em;
}


/*====================================================================

　Utility

====================================================================*/

.u-visitedlink{
	position: relative;
	padding-left: 1em;
}
.u-visitedlink::before{
	position: absolute;
	top: 1em;
	left: 0;
	content: "";
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #DE2F2F;
	border-bottom: 3px solid #DE2F2F;
	transform: rotate(45deg);
}

.u-center { text-align: center; }
.u-right { text-align: right; }
.u-left { text-align: left; }

/* clearfix */
.u-clearfix { width: 100%; }
.u-clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/* margin */
.u-m0 { margin: 0; }
.u-m0-imp { margin: 0 !important; }
.u-mt0 { margin-top: 0; }
.u-mt5 { margin-top: 5px; }
.u-mt10 { margin-top: 10px; }
.u-mt20 { margin-top: 20px; }
.u-mt30 { margin-top: 30px; }
.u-mt40 { margin-top: 40px; }
.u-mt50 { margin-top: 50px; }
.u-mb0 { margin-bottom: 0; }
.u-mb10 { margin-bottom: 10px; }
.u-mb20 { margin-bottom: 20px; }
.u-mb30 { margin-bottom: 30px; }
.u-mb40 { margin-bottom: 40px; }
.u-mb50 { margin-bottom: 50px; }
.u-mr0 { margin-right: 0px; }
.u-mr5 { margin-right: 5px; }
.u-mr10 { margin-right: 10px; }
.u-ml0 { margin-left: 0px; }
.u-ml5 { margin-left: 5px; }
.u-ml10 { margin-left: 10px; }

/* width */
.u-w50 { width: 50px; }
.u-w60 { width: 60px; }
.u-w80 { width: 80px; }
.u-w100 { width: 100px; }
.u-w130 { width: 130px; }
.u-w150 { width: 150px; }
.u-w200 { width: 200px; }
.u-w250 { width: 250px; }
.u-w400 { width: 400px; }
.u-w10p { width: 10%; }
.u-w15p { width: 15%; }
.u-w20p { width: 20%; }
.u-w30p { width: 30%; }
.u-w40p { width: 40%; }
.u-w50p { width: 50%; }
.u-w60p { width: 60%; }
.u-w70p { width: 70%; }
.u-w80p { width: 80%; }
.u-w90p { width: 90%; }
.u-w100p { width: 100%; }

/* nowrap */
.u-nwp { white-space: nowrap;}

/* block, none */
.u-blk { display: none; }
.u-none { display: block; }

/* word-break */
.u-wb--break { word-break: break-all; }
.u-wb--keep { word-break: keep-all; }

@media screen and (max-width: 560px) {
	.u-center02 { text-align: left; }
	.u-blk { display: block; }
	.u-none { display: none; }
}

.u-txt-indent01{
  text-indent: -2.5em;
  padding-left: 3.5rem;
}

.u-txt-indent02{
  text-indent: -1em;
  padding-left: 1.5rem;
}

.u-flex-stretch{
	align-items: stretch !important;
}

.u-row_col2{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.u-row_col2 > .row_list {
  width: calc(100% / 2 - (20px / 2));
  margin-right: 20px;
  margin-bottom: 20px;
}
.u-row_col2 > .row_list:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .u-row_col2 > .row_list {
    width: 100%;
    margin-right: 0 !important;
  }
}

.u-row_col3{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.u-row_col3 > .row_list {
  width: calc(100% / 3 - ((20px * 2 ) / 3));
  margin-right: 20px;
  margin-bottom: 20px;
}
.u-row_col3 > .row_list:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .u-row_col3 > .row_list {
    width: calc(100% / 2 - (20px / 2));
  }
  .u-row_col3 > .row_list:nth-child(2n) {
    margin-right: 0;
  }
  .u-row_col3 > .row_list:nth-child(odd) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 560px) {
  .u-row_col3 > .row_list {
    width: 100%;
    margin-right: 0 !important;
  }
}


.c_attachingfile > .img{
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	border: 1px solid #C5C5C5;
	margin-bottom: 15px;
}
.c_attachingfile > .img > img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.c_attachingfile .text{
	text-align: center;
}
.c_attachingfile button{
	padding: 0.4em 1em;
	color: #555;
	background: #FFF;
	font-size: 1.5rem;
	border: 1px solid #555;
	border-radius: 4px;
}




/*========= modal ===============*/

.modal_area{
	display: none;
}
.modal_area.open{
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	background: rgb(0 0 0 / 60%) !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.modal_inner{
	width: 100%;
	max-width: 800px;
	background: #FFF;
	margin: 0 20px 40px;
	padding: 40px;
	border-radius: 10px;
	font-size: 1.5rem;
	line-height: 1.8;
	max-height: 80vh;
	overflow-y: auto;
}
.modal_btnarea{
	margin-top: 20px;
	border-top: 1px solid #E1E1E1;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.modal_btn01{
	all: initial;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	border-radius: 3px;
	background: #004EA2;
	padding: .5em 1em .3em;
	color: #FFF;
	position: absolute;
	right: 0;
}
.modal_btn02{
	all: initial;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	border-radius: 3px;
	background: #FFF;
	border: 1px solid #555 ;
	padding: .5em 1em .3em;
	color: #555 !important;
	text-decoration: none !important;
	position: absolute;
	left: 0;
}
.modal_btn01:hover,
.modal_btn02:hover{
	opacity: .6;
}

@media screen and (max-width: 800px) {
	.modal_inner{
		padding: 20px;
	}
	.modal_btnarea{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.modal_btn01{
		position: static;
	}
	.modal_btn02{
		position: static;
	}
}


