@charset "UTF-8";
/*----------------------------------------
* last update 2019-10-04
*
* +00 reset
* +01 header
* +02 footer
* +03 common
* +04 page
*
----------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese);
@import url(https://use.fontawesome.com/releases/v5.11.1/css/all.css);
/*----------------------------------------------------
++00 reset
----------------------------------------------------*/
body, section, article, nav, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
p, th, td, figure {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

address {
	font-style: normal;
}

/* default */
html {
	width: 100%;
	height: 100%;
	font-size: 62.5% !important;
}

body {
	position: relative;
	width: 100%;
	background: #fff;
	color: #333333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

body * {
	box-sizing: border-box;
}

input, button, textarea, select {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
	border: 0;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: normal;
}

header, footer, section, nav {
	display: block;
}

a {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
	outline: none;
}

a:hover {
	text-decoration: none;
}

i {
	font-style: normal;
}

i.fa, i.fas, i.fab {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	margin: 0 5px 0 0 !important;
}

/*----------------------------------------------------
++01 header
----------------------------------------------------*/
header {
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 71px;
	background: #fff;
	font-size: 1.4rem;
	z-index: 100;
}

header .inner {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	width: 900px;
	padding: 0 24px;
	margin: 0 auto;
}

header h1 {
	width: 173px;
	height: 42px;
	margin: 0 25px 0 0;
}

header h2 {
	color: #707070;
	font-size: 1.4rem;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	header {
		display: flex;
		align-items: center;
		width: 100%;
		height: 72px;
	}
	header .inner {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		padding: 0 5px;
		margin: 0 auto;
	}
	header h1 {
		width: 180px;
		height: auto;
		margin: 0 0;
	}
	header h2 {
		display: none;
	}
}

/*----------------------------------------------------
++02 footer
----------------------------------------------------*/
footer {
	width: 100%;
	background: #F5F5F5;
	color: #666666;
	font-size: 1.2rem;
	padding: 20px 0;
	margin: 25px auto 0;
}

footer .flex_PC {
	width: 900px;
	font-size: 1.2rem;
	white-space: nowrap;
	padding: 0;
	margin: 0 auto;
}

#footer_CTA {
	position: fixed;
	right: 40px;
	bottom: -207px;
	width: 185px;
	height: 185px;
	margin: 0;
	z-index: 100;
}

#footer_CTA .cta {
	margin: 0 auto 33px;
}

#footer_CTA .cta a {
	display: block;
	width: 185px;
	height: 185px;
	background: url(/themes/enw/images/s-agent/common/bg_cta.svg) no-repeat center center;
	background-size: 185px 185px;
	font-size: 1.4rem;
	text-align: center;
	padding: 42px 0 0;
	transition: all 0.3s;
}

#footer_CTA .cta a span {
	font-size: 2rem;
}

#footer_CTA .cta a strong {
	display: block;
	font-size: 2rem;
	font-weight: 600;
}

#footer_CTA .cta a i {
	display: inline-block;
	font-size: 2.5rem;
	padding: 0 0 0 10px;
}

#footer_CTA .cta a:hover {
	transform: scale(1.1);
}

#footer_CTA .pagetop {
	width: 90px;
	height: 54px;
	margin: 0 auto;
}

#footer_CTA .pagetop a {
	position: relative;
	display: block;
	width: 90px;
	height: 54px;
	background: #2C7D9B;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 8px 0 0;
	border-radius: 10px;
	transition: all 0.5s;
}

#footer_CTA .pagetop a:after {
	position: relative;
	top: 4px;
	display: block;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	content: "";
}

#footer_CTA .pagetop a:hover {
	background: #00BFFF;
}

#sp_footer_CTA {
	display: none;
}

@media screen and (max-width: 767px) {
	#footer_CTA {
		display: none;
	}
	#sp_footer_CTA {
		position: fixed;
		left: 0;
		bottom: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 100%;
		height: 63px;
		background: #000033;
		padding: 5px;
	}
	#sp_footer_CTA .cta {
		width: calc(100% - 88px);
		margin: 0;
	}
	#sp_footer_CTA .cta a {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		height: 54px;
		background: #FFCE27 url(/themes/enw/images/s-agent/common/bg_sp_cta.svg) no-repeat left 12px center;
		background-size: 90% auto;
		color: #000033;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
		border-radius: 10px;
		padding: 3px 0 0;
	}
	#sp_footer_CTA .cta a span {
		font-size: 1.8rem;
	}
	#sp_footer_CTA .cta a strong {
		font-size: 2rem;
		font-weight: 600;
	}
	#sp_footer_CTA .cta a i {
		display: inline-block;
		font-size: 3rem;
		padding: 0 0 0 16px;
	}
	#sp_footer_CTA .pagetop {
		width: 77px;
		height: 54px;
		margin: 0;
	}
	#sp_footer_CTA .pagetop a {
		position: relative;
		display: block;
		width: 77px;
		height: 54px;
		background: #F4F3F9;
		color: #000033;
		font-size: 1rem;
		text-align: center;
		padding: 14px 0 0;
		border-radius: 10px;
		transition: all 0.5s;
	}
	#sp_footer_CTA .pagetop a:after {
		position: relative;
		top: 4px;
		display: block;
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900;
		content: "";
	}
	footer {
		font-size: 0.6rem;
		line-height: 2;
		padding: 20px 16px 80px;
		margin: 25px auto 0;
	}
	footer .flex_PC {
		width: 100%;
	}
	footer address p {
		font-size: 1rem;
	}
}

/*----------------------------------------------------
++03 common
----------------------------------------------------*/
main {
	width: 900px;
	padding: 71px 0 0;
	margin: 0 auto;
}

.baseInner {
	font-size: 1.4rem;
	margin: 0 auto 60px;
}

.baseInner h2 {
	position: relative;
	width: 100%;
	height: 50px;
	background: #2C7D9B;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 11px 0 0;
	margin: 0 auto 41px;
	font-weight: bold;
}

.baseInner h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 15px solid #2C7D9B;
}

.txt_left {
	text-align: left !important;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.sup {
	position: relative;
	top: -3px;
	font-size: 0.7em;
	padding-left: 4px;
}

.hidden_PC {
	display: none !important;
}

.allNone {
	display: none !important;
}

.only_SP {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.hidden_PC {
		display: block !important;
	}
	.hidden_TAB,
	.hidden_SP_TAB {
		display: none !important;
	}
}

@media screen and (max-width: 600px) {
	.hidden_PC_TAB {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	.hidden_TAB {
		display: block !important;
	}
	.hidden_SP {
		display: none !important;
	}
}

@media screen and (max-width: 360px) {
	.only_SSP {
		display: block !important;
	}
}

.img_responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.img_responsive2 {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}

.flex_PC {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.flex_all {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.order1 {
	order: 1;
}

.order2 {
	order: 2;
}

.padNone {
	padding: 0 !important;
}

.marNone {
	margin: 0 !important;
}

.m-t-0 {
	margin-top: 0px !important;
}

.m-b-0 {
	margin-bottom: 0px !important;
}

.m-r-0 {
	margin-right: 0px !important;
}

.m-l-0 {
	margin-left: 0px !important;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-b-0 {
	padding-bottom: 0px !important;
}

.p-r-0 {
	padding-right: 0px !important;
}

.p-l-0 {
	padding-left: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.p-r-5 {
	padding-right: 5px !important;
}

.p-l-5 {
	padding-left: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-b-10 {
	padding-bottom: 10px !important;
}

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

.p-l-10 {
	padding-left: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.p-t-15 {
	padding-top: 15px !important;
}

.p-b-15 {
	padding-bottom: 15px !important;
}

.p-r-15 {
	padding-right: 15px !important;
}

.p-l-15 {
	padding-left: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.p-t-20 {
	padding-top: 20px !important;
}

.p-b-20 {
	padding-bottom: 20px !important;
}

.p-r-20 {
	padding-right: 20px !important;
}

.p-l-20 {
	padding-left: 20px !important;
}

.m-t-25 {
	margin-top: 25px !important;
}

.m-b-25 {
	margin-bottom: 25px !important;
}

.m-r-25 {
	margin-right: 25px !important;
}

.m-l-25 {
	margin-left: 25px !important;
}

.p-t-25 {
	padding-top: 25px !important;
}

.p-b-25 {
	padding-bottom: 25px !important;
}

.p-r-25 {
	padding-right: 25px !important;
}

.p-l-25 {
	padding-left: 25px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.m-r-30 {
	margin-right: 30px !important;
}

.m-l-30 {
	margin-left: 30px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.p-b-30 {
	padding-bottom: 30px !important;
}

.p-r-30 {
	padding-right: 30px !important;
}

.p-l-30 {
	padding-left: 30px !important;
}

.m-t-35 {
	margin-top: 35px !important;
}

.m-b-35 {
	margin-bottom: 35px !important;
}

.m-r-35 {
	margin-right: 35px !important;
}

.m-l-35 {
	margin-left: 35px !important;
}

.p-t-35 {
	padding-top: 35px !important;
}

.p-b-35 {
	padding-bottom: 35px !important;
}

.p-r-35 {
	padding-right: 35px !important;
}

.p-l-35 {
	padding-left: 35px !important;
}

.m-t-40 {
	margin-top: 40px !important;
}

.m-b-40 {
	margin-bottom: 40px !important;
}

.m-r-40 {
	margin-right: 40px !important;
}

.m-l-40 {
	margin-left: 40px !important;
}

.p-t-40 {
	padding-top: 40px !important;
}

.p-b-40 {
	padding-bottom: 40px !important;
}

.p-r-40 {
	padding-right: 40px !important;
}

.p-l-40 {
	padding-left: 40px !important;
}

.m-t-45 {
	margin-top: 45px !important;
}

.m-b-45 {
	margin-bottom: 45px !important;
}

.m-r-45 {
	margin-right: 45px !important;
}

.m-l-45 {
	margin-left: 45px !important;
}

.p-t-45 {
	padding-top: 45px !important;
}

.p-b-45 {
	padding-bottom: 45px !important;
}

.p-r-45 {
	padding-right: 45px !important;
}

.p-l-45 {
	padding-left: 45px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-b-50 {
	margin-bottom: 50px !important;
}

.m-r-50 {
	margin-right: 50px !important;
}

.m-l-50 {
	margin-left: 50px !important;
}

.p-t-50 {
	padding-top: 50px !important;
}

.p-b-50 {
	padding-bottom: 50px !important;
}

.p-r-50 {
	padding-right: 50px !important;
}

.p-l-50 {
	padding-left: 50px !important;
}

.m-t-55 {
	margin-top: 55px !important;
}

.m-b-55 {
	margin-bottom: 55px !important;
}

.m-r-55 {
	margin-right: 55px !important;
}

.m-l-55 {
	margin-left: 55px !important;
}

.p-t-55 {
	padding-top: 55px !important;
}

.p-b-55 {
	padding-bottom: 55px !important;
}

.p-r-55 {
	padding-right: 55px !important;
}

.p-l-55 {
	padding-left: 55px !important;
}

.m-t-60 {
	margin-top: 60px !important;
}

.m-b-60 {
	margin-bottom: 60px !important;
}

.m-r-60 {
	margin-right: 60px !important;
}

.m-l-60 {
	margin-left: 60px !important;
}

.p-t-60 {
	padding-top: 60px !important;
}

.p-b-60 {
	padding-bottom: 60px !important;
}

.p-r-60 {
	padding-right: 60px !important;
}

.p-l-60 {
	padding-left: 60px !important;
}

.m-t-65 {
	margin-top: 65px !important;
}

.m-b-65 {
	margin-bottom: 65px !important;
}

.m-r-65 {
	margin-right: 65px !important;
}

.m-l-65 {
	margin-left: 65px !important;
}

.p-t-65 {
	padding-top: 65px !important;
}

.p-b-65 {
	padding-bottom: 65px !important;
}

.p-r-65 {
	padding-right: 65px !important;
}

.p-l-65 {
	padding-left: 65px !important;
}

.m-t-70 {
	margin-top: 70px !important;
}

.m-b-70 {
	margin-bottom: 70px !important;
}

.m-r-70 {
	margin-right: 70px !important;
}

.m-l-70 {
	margin-left: 70px !important;
}

.p-t-70 {
	padding-top: 70px !important;
}

.p-b-70 {
	padding-bottom: 70px !important;
}

.p-r-70 {
	padding-right: 70px !important;
}

.p-l-70 {
	padding-left: 70px !important;
}

.m-t-75 {
	margin-top: 75px !important;
}

.m-b-75 {
	margin-bottom: 75px !important;
}

.m-r-75 {
	margin-right: 75px !important;
}

.m-l-75 {
	margin-left: 75px !important;
}

.p-t-75 {
	padding-top: 75px !important;
}

.p-b-75 {
	padding-bottom: 75px !important;
}

.p-r-75 {
	padding-right: 75px !important;
}

.p-l-75 {
	padding-left: 75px !important;
}

.m-t-80 {
	margin-top: 80px !important;
}

.m-b-80 {
	margin-bottom: 80px !important;
}

.m-r-80 {
	margin-right: 80px !important;
}

.m-l-80 {
	margin-left: 80px !important;
}

.p-t-80 {
	padding-top: 80px !important;
}

.p-b-80 {
	padding-bottom: 80px !important;
}

.p-r-80 {
	padding-right: 80px !important;
}

.p-l-80 {
	padding-left: 80px !important;
}

.m-t-85 {
	margin-top: 85px !important;
}

.m-b-85 {
	margin-bottom: 85px !important;
}

.m-r-85 {
	margin-right: 85px !important;
}

.m-l-85 {
	margin-left: 85px !important;
}

.p-t-85 {
	padding-top: 85px !important;
}

.p-b-85 {
	padding-bottom: 85px !important;
}

.p-r-85 {
	padding-right: 85px !important;
}

.p-l-85 {
	padding-left: 85px !important;
}

.m-t-90 {
	margin-top: 90px !important;
}

.m-b-90 {
	margin-bottom: 90px !important;
}

.m-r-90 {
	margin-right: 90px !important;
}

.m-l-90 {
	margin-left: 90px !important;
}

.p-t-90 {
	padding-top: 90px !important;
}

.p-b-90 {
	padding-bottom: 90px !important;
}

.p-r-90 {
	padding-right: 90px !important;
}

.p-l-90 {
	padding-left: 90px !important;
}

.m-t-95 {
	margin-top: 95px !important;
}

.m-b-95 {
	margin-bottom: 95px !important;
}

.m-r-95 {
	margin-right: 95px !important;
}

.m-l-95 {
	margin-left: 95px !important;
}

.p-t-95 {
	padding-top: 95px !important;
}

.p-b-95 {
	padding-bottom: 95px !important;
}

.p-r-95 {
	padding-right: 95px !important;
}

.p-l-95 {
	padding-left: 95px !important;
}

.m-t-100 {
	margin-top: 100px !important;
}

.m-b-100 {
	margin-bottom: 100px !important;
}

.m-r-100 {
	margin-right: 100px !important;
}

.m-l-100 {
	margin-left: 100px !important;
}

.p-t-100 {
	padding-top: 100px !important;
}

.p-b-100 {
	padding-bottom: 100px !important;
}

.p-r-100 {
	padding-right: 100px !important;
}

.p-l-100 {
	padding-left: 100px !important;
}

.commonBtn {
	display: inline-block;
	background: #fff url(/themes/enw/images/s-agent/common/icon_arrow_yellow_right.svg) no-repeat right 8px center;
	font-size: 1.4rem;
	padding: 7px 31px 6px 14px;
	border: 1px solid #333333;
	border-radius: 5px;
	transition: all 0.5s;
}

.commonBtn:hover {
	background: #ffecaa url(/themes/enw/images/s-agent/common/icon_arrow_yellow_right.svg) no-repeat right 8px center;
}

.wordFile:before {
	position: relative;
	top: -1px;
	left: -6px;
	content: "";
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(/themes/enw/images/s-agent/tips/icon_word.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.w-100 {
	width: 100%;
}

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		padding-top: 72px;
		margin-top: 0;
	}
	.baseInner {
		font-size: 1.2rem;
		margin: 0 auto 40px;
	}
	.baseInner h2 {
		width: 100%;
		min-height: 50px;
		height: auto;
		font-size: 1.6rem;
		padding: 13px 10px 9px;
		margin: 0 auto 40px;
	}
	.sp_m-t-0 {
		margin-top: 0px !important;
	}
	.sp_m-b-0 {
		margin-bottom: 0px !important;
	}
	.sp_m-r-0 {
		margin-right: 0px !important;
	}
	.sp_m-l-0 {
		margin-left: 0px !important;
	}
	.sp_p-t-0 {
		padding-top: 0px !important;
	}
	.sp_p-b-0 {
		padding-bottom: 0px !important;
	}
	.sp_p-r-0 {
		padding-right: 0px !important;
	}
	.sp_p-l-0 {
		padding-left: 0px !important;
	}
	.sp_m-t-5 {
		margin-top: 5px !important;
	}
	.sp_m-b-5 {
		margin-bottom: 5px !important;
	}
	.sp_m-r-5 {
		margin-right: 5px !important;
	}
	.sp_m-l-5 {
		margin-left: 5px !important;
	}
	.sp_p-t-5 {
		padding-top: 5px !important;
	}
	.sp_p-b-5 {
		padding-bottom: 5px !important;
	}
	.sp_p-r-5 {
		padding-right: 5px !important;
	}
	.sp_p-l-5 {
		padding-left: 5px !important;
	}
	.sp_m-t-10 {
		margin-top: 10px !important;
	}
	.sp_m-b-10 {
		margin-bottom: 10px !important;
	}
	.sp_m-r-10 {
		margin-right: 10px !important;
	}
	.sp_m-l-10 {
		margin-left: 10px !important;
	}
	.sp_p-t-10 {
		padding-top: 10px !important;
	}
	.sp_p-b-10 {
		padding-bottom: 10px !important;
	}
	.sp_p-r-10 {
		padding-right: 10px !important;
	}
	.sp_p-l-10 {
		padding-left: 10px !important;
	}
	.sp_m-t-15 {
		margin-top: 15px !important;
	}
	.sp_m-b-15 {
		margin-bottom: 15px !important;
	}
	.sp_m-r-15 {
		margin-right: 15px !important;
	}
	.sp_m-l-15 {
		margin-left: 15px !important;
	}
	.sp_p-t-15 {
		padding-top: 15px !important;
	}
	.sp_p-b-15 {
		padding-bottom: 15px !important;
	}
	.sp_p-r-15 {
		padding-right: 15px !important;
	}
	.sp_p-l-15 {
		padding-left: 15px !important;
	}
	.sp_m-t-20 {
		margin-top: 20px !important;
	}
	.sp_m-b-20 {
		margin-bottom: 20px !important;
	}
	.sp_m-r-20 {
		margin-right: 20px !important;
	}
	.sp_m-l-20 {
		margin-left: 20px !important;
	}
	.sp_p-t-20 {
		padding-top: 20px !important;
	}
	.sp_p-b-20 {
		padding-bottom: 20px !important;
	}
	.sp_p-r-20 {
		padding-right: 20px !important;
	}
	.sp_p-l-20 {
		padding-left: 20px !important;
	}
	.sp_m-t-25 {
		margin-top: 25px !important;
	}
	.sp_m-b-25 {
		margin-bottom: 25px !important;
	}
	.sp_m-r-25 {
		margin-right: 25px !important;
	}
	.sp_m-l-25 {
		margin-left: 25px !important;
	}
	.sp_p-t-25 {
		padding-top: 25px !important;
	}
	.sp_p-b-25 {
		padding-bottom: 25px !important;
	}
	.sp_p-r-25 {
		padding-right: 25px !important;
	}
	.sp_p-l-25 {
		padding-left: 25px !important;
	}
	.sp_m-t-30 {
		margin-top: 30px !important;
	}
	.sp_m-b-30 {
		margin-bottom: 30px !important;
	}
	.sp_m-r-30 {
		margin-right: 30px !important;
	}
	.sp_m-l-30 {
		margin-left: 30px !important;
	}
	.sp_p-t-30 {
		padding-top: 30px !important;
	}
	.sp_p-b-30 {
		padding-bottom: 30px !important;
	}
	.sp_p-r-30 {
		padding-right: 30px !important;
	}
	.sp_p-l-30 {
		padding-left: 30px !important;
	}
	.sp_m-t-35 {
		margin-top: 35px !important;
	}
	.sp_m-b-35 {
		margin-bottom: 35px !important;
	}
	.sp_m-r-35 {
		margin-right: 35px !important;
	}
	.sp_m-l-35 {
		margin-left: 35px !important;
	}
	.sp_p-t-35 {
		padding-top: 35px !important;
	}
	.sp_p-b-35 {
		padding-bottom: 35px !important;
	}
	.sp_p-r-35 {
		padding-right: 35px !important;
	}
	.sp_p-l-35 {
		padding-left: 35px !important;
	}
	.sp_m-t-40 {
		margin-top: 40px !important;
	}
	.sp_m-b-40 {
		margin-bottom: 40px !important;
	}
	.sp_m-r-40 {
		margin-right: 40px !important;
	}
	.sp_m-l-40 {
		margin-left: 40px !important;
	}
	.sp_p-t-40 {
		padding-top: 40px !important;
	}
	.sp_p-b-40 {
		padding-bottom: 40px !important;
	}
	.sp_p-r-40 {
		padding-right: 40px !important;
	}
	.sp_p-l-40 {
		padding-left: 40px !important;
	}
	.sp_m-t-45 {
		margin-top: 45px !important;
	}
	.sp_m-b-45 {
		margin-bottom: 45px !important;
	}
	.sp_m-r-45 {
		margin-right: 45px !important;
	}
	.sp_m-l-45 {
		margin-left: 45px !important;
	}
	.sp_p-t-45 {
		padding-top: 45px !important;
	}
	.sp_p-b-45 {
		padding-bottom: 45px !important;
	}
	.sp_p-r-45 {
		padding-right: 45px !important;
	}
	.sp_p-l-45 {
		padding-left: 45px !important;
	}
	.sp_m-t-50 {
		margin-top: 50px !important;
	}
	.sp_m-b-50 {
		margin-bottom: 50px !important;
	}
	.sp_m-r-50 {
		margin-right: 50px !important;
	}
	.sp_m-l-50 {
		margin-left: 50px !important;
	}
	.sp_p-t-50 {
		padding-top: 50px !important;
	}
	.sp_p-b-50 {
		padding-bottom: 50px !important;
	}
	.sp_p-r-50 {
		padding-right: 50px !important;
	}
	.sp_p-l-50 {
		padding-left: 50px !important;
	}
	.sp_m-t-55 {
		margin-top: 55px !important;
	}
	.sp_m-b-55 {
		margin-bottom: 55px !important;
	}
	.sp_m-r-55 {
		margin-right: 55px !important;
	}
	.sp_m-l-55 {
		margin-left: 55px !important;
	}
	.sp_p-t-55 {
		padding-top: 55px !important;
	}
	.sp_p-b-55 {
		padding-bottom: 55px !important;
	}
	.sp_p-r-55 {
		padding-right: 55px !important;
	}
	.sp_p-l-55 {
		padding-left: 55px !important;
	}
	.sp_m-t-60 {
		margin-top: 60px !important;
	}
	.sp_m-b-60 {
		margin-bottom: 60px !important;
	}
	.sp_m-r-60 {
		margin-right: 60px !important;
	}
	.sp_m-l-60 {
		margin-left: 60px !important;
	}
	.sp_p-t-60 {
		padding-top: 60px !important;
	}
	.sp_p-b-60 {
		padding-bottom: 60px !important;
	}
	.sp_p-r-60 {
		padding-right: 60px !important;
	}
	.sp_p-l-60 {
		padding-left: 60px !important;
	}
	.sp_m-t-65 {
		margin-top: 65px !important;
	}
	.sp_m-b-65 {
		margin-bottom: 65px !important;
	}
	.sp_m-r-65 {
		margin-right: 65px !important;
	}
	.sp_m-l-65 {
		margin-left: 65px !important;
	}
	.sp_p-t-65 {
		padding-top: 65px !important;
	}
	.sp_p-b-65 {
		padding-bottom: 65px !important;
	}
	.sp_p-r-65 {
		padding-right: 65px !important;
	}
	.sp_p-l-65 {
		padding-left: 65px !important;
	}
	.sp_m-t-70 {
		margin-top: 70px !important;
	}
	.sp_m-b-70 {
		margin-bottom: 70px !important;
	}
	.sp_m-r-70 {
		margin-right: 70px !important;
	}
	.sp_m-l-70 {
		margin-left: 70px !important;
	}
	.sp_p-t-70 {
		padding-top: 70px !important;
	}
	.sp_p-b-70 {
		padding-bottom: 70px !important;
	}
	.sp_p-r-70 {
		padding-right: 70px !important;
	}
	.sp_p-l-70 {
		padding-left: 70px !important;
	}
	.sp_m-t-75 {
		margin-top: 75px !important;
	}
	.sp_m-b-75 {
		margin-bottom: 75px !important;
	}
	.sp_m-r-75 {
		margin-right: 75px !important;
	}
	.sp_m-l-75 {
		margin-left: 75px !important;
	}
	.sp_p-t-75 {
		padding-top: 75px !important;
	}
	.sp_p-b-75 {
		padding-bottom: 75px !important;
	}
	.sp_p-r-75 {
		padding-right: 75px !important;
	}
	.sp_p-l-75 {
		padding-left: 75px !important;
	}
	.sp_m-t-80 {
		margin-top: 80px !important;
	}
	.sp_m-b-80 {
		margin-bottom: 80px !important;
	}
	.sp_m-r-80 {
		margin-right: 80px !important;
	}
	.sp_m-l-80 {
		margin-left: 80px !important;
	}
	.sp_p-t-80 {
		padding-top: 80px !important;
	}
	.sp_p-b-80 {
		padding-bottom: 80px !important;
	}
	.sp_p-r-80 {
		padding-right: 80px !important;
	}
	.sp_p-l-80 {
		padding-left: 80px !important;
	}
	.sp_m-t-85 {
		margin-top: 85px !important;
	}
	.sp_m-b-85 {
		margin-bottom: 85px !important;
	}
	.sp_m-r-85 {
		margin-right: 85px !important;
	}
	.sp_m-l-85 {
		margin-left: 85px !important;
	}
	.sp_p-t-85 {
		padding-top: 85px !important;
	}
	.sp_p-b-85 {
		padding-bottom: 85px !important;
	}
	.sp_p-r-85 {
		padding-right: 85px !important;
	}
	.sp_p-l-85 {
		padding-left: 85px !important;
	}
	.sp_m-t-90 {
		margin-top: 90px !important;
	}
	.sp_m-b-90 {
		margin-bottom: 90px !important;
	}
	.sp_m-r-90 {
		margin-right: 90px !important;
	}
	.sp_m-l-90 {
		margin-left: 90px !important;
	}
	.sp_p-t-90 {
		padding-top: 90px !important;
	}
	.sp_p-b-90 {
		padding-bottom: 90px !important;
	}
	.sp_p-r-90 {
		padding-right: 90px !important;
	}
	.sp_p-l-90 {
		padding-left: 90px !important;
	}
	.sp_m-t-95 {
		margin-top: 95px !important;
	}
	.sp_m-b-95 {
		margin-bottom: 95px !important;
	}
	.sp_m-r-95 {
		margin-right: 95px !important;
	}
	.sp_m-l-95 {
		margin-left: 95px !important;
	}
	.sp_p-t-95 {
		padding-top: 95px !important;
	}
	.sp_p-b-95 {
		padding-bottom: 95px !important;
	}
	.sp_p-r-95 {
		padding-right: 95px !important;
	}
	.sp_p-l-95 {
		padding-left: 95px !important;
	}
	.sp_m-t-100 {
		margin-top: 100px !important;
	}
	.sp_m-b-100 {
		margin-bottom: 100px !important;
	}
	.sp_m-r-100 {
		margin-right: 100px !important;
	}
	.sp_m-l-100 {
		margin-left: 100px !important;
	}
	.sp_p-t-100 {
		padding-top: 100px !important;
	}
	.sp_p-b-100 {
		padding-bottom: 100px !important;
	}
	.sp_p-r-100 {
		padding-right: 100px !important;
	}
	.sp_p-l-100 {
		padding-left: 100px !important;
	}
	.linkBtn {
		padding: 0 10px;
	}
	.flex_PC {
		display: block;
	}
	.sp_txt_left {
		text-align: left !important;
	}
	.sp_txt_center {
		text-align: center !important;
	}
	.sp_txt_right {
		text-align: right !important;
	}
	.sp_w_100 {
		width: 100% !important;
	}
}

/*----------------------------------------------------
++04 page
----------------------------------------------------*/
#firstView {
	width: 100%;
	margin: 0 auto 60px;
}

#firstView .inner1 {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: flex-end;
	width: 100%;
	height: 400px;
	background-size: cover;
}

#firstView #innerpc{
	background: url(/themes/enw/images/s-agent/firsrView/bg_main×5.jpg) no-repeat center center;
}
#firstView #innersp{
	background: url(/themes/enw/images/s-agent/firsrView/bg_main×2.jpg) no-repeat center center;
}
#firstView #inner01{
	background: url(/themes/enw/images/s-agent/firsrView/bg_main01.jpg) no-repeat center center;
}
#firstView #inner02{
	background: url(/themes/enw/images/s-agent/firsrView/bg_main02.jpg) no-repeat center center;
}
#firstView #inner03{
	background: url(/themes/enw/images/s-agent/firsrView/bg_main03.jpg) no-repeat center center;
}
#firstView #inner04{
	background: url(/themes/enw/images/s-agent/firsrView/bg_main04.jpg) no-repeat center center;
}
#firstView #inner05{
	background: url(/themes/enw/images/s-agent/firsrView/bg_main05.jpg) no-repeat center center;
}

#firstView .inner1 .description {
	width: 100%;
	height: 102px;
	background: rgba(255, 255, 255, 0.6);
	color: #2C7D9B;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
	text-align: center;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff;
	padding: 0;
}

#firstView .inner1 .description h2 {
	font-size: 3.2rem;
	font-weight: 500;
	margin: 0 auto -5px;
}

#firstView .inner1 .description h2 span {
	font-weight: 700;
}

#firstView .inner1 .description h2 strong {
	color: #FFCE27;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#firstView .inner1 .description h2 i {
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 500;
	margin: 0 4px;
}

#firstView .inner1 .description p {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

#firstView .inner2 {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: 171px;
	background: #2C7D9B url(/themes/enw/images/s-agent/firsrView/bg_inner.svg) no-repeat center bottom;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.2;
}

#firstView .inner2 span {
	color: #FFCE27;
}

#complist .complist_slider {
	width: 100%;
	background: #F5F5F5;
	padding: 25px 26px 24px;
}

#complist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}

#complist ul li {
	width: 120px;
	height: 49px;
	margin: 0 10px;
}

#complist ul li img {
	display: block;
	width: auto;
	height: 49px;
	margin: 0 auto;
}

#reason .reason_item {
	width: 236px;
	margin: 0 auto;
}

#reason .reason_item figure {
	margin: 0 auto 31px;
}

#reason .reason_item h3 {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto 15px;
	font-weight: bold;
}

#reason .reason_item p {
	font-size: 1.4rem;
}

#support .flex_PC {
	margin: 0 auto 30px;
}

#support .flex_PC p:first-child {
	width: 396px;
	order: 2;
}

#support .flex_PC p:last-child {
	width: 450px;
	order: 1;
}

#support .counselor {
	position: relative;
	background: #F5F5F5;
	padding: 0 40px 25px;
	margin: 0 auto;
}

#support .counselor h3 {
	position: relative;
	width: 900px;
	height: 45px;
	font-size: 1.8rem;
	border-bottom: 1px solid #C2C2C2;
	padding: 10px 0 0 14px;
	margin: 0 0 37px -40px;
	font-weight: bold;
}

#support .counselor .comment {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 auto 44px;
}

#support .counselor .comment figure {
	width: 206px;
	height: auto;
}

#support .counselor .comment .comment_body {
	position: relative;
	width: calc(100% - 256px);
	background: #fff;
	border-radius: 10px;
	padding: 25px;
}

#support .counselor .comment .comment_body:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -36px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 22px solid #fff;
}

#support .counselor .comment .comment_body h4 {
	font-size: 1.6rem;
	border-left: none;
	text-indent: 0;
	margin: 0 auto 15px;
	font-weight: bold;
}

#support .counselor h4 {
	font-size: 1.6rem;
	border-left: 5px solid #00BFFF;
	text-indent: 19px;
	margin: 0 auto 20px;
}

#voice > p {
	width: 90%;
	margin: 0 auto 30px;
}

#voice #voice_wrapper_PC {
	position: relative;
	width: 100%;
	min-height: 425px;
	margin: 0 auto 20px;
}

#voice #voice_wrapper_PC .tabnav1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case {
	width: 402px;
	background: #fff;
	border: #C2C2C2;
	padding: 16px 24px;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case h4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	font-size: 1.4rem;
	border-bottom: 1px solid #C2C2C2;
	padding: 0 0 12px;
	margin: 0 auto 12px;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case h4 span {
	display: inline-block;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case h4 span:first-child {
	width: calc(100% - 60px);
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case h4 span:last-child {
	width: 47px;
	height: 47px;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case h5 {
	width: 55px;
	text-align: center;
	border: 1px solid #45A2E3;
	padding: 8px 3px;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	margin: 0 auto 15px;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case p {
	font-size: 1.2rem;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case p a {
	display: block;
	background: #FFCE27;
	text-align: center;
	padding: 5px 0;
	margin: 24px auto 8px;
	transition: all 0.5s;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case p a:hover {
	background: #f3bc00;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case .before,
#voice #voice_wrapper_PC .voice_item .voice_body .voice_case .after {
	position: relative;
	width: 160px;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case .before:after {
	position: absolute;
	right: -20px;
	top: 9px;
	display: block;
	content: "";
	width: 17px;
	height: 18px;
	background: url(/themes/enw/images/s-agent/voice/icon_arrow_right.svg) no-repeat center center;
	background-size: contain;
}

#voice #voice_wrapper_PC .voice_item .voice_body .voice_case .after h5 {
	background: #45A2E3;
	color: #fff;
}

#voice #voice_wrapper_SP {
	display: none;
}

#interView #interView_wrapper_PC {
	position: relative;
	width: 100%;
	min-height: 750px;
	height: auto;
	margin: 0 auto 20px;
}

#interView #interView_wrapper_PC .tabnav2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

#interView #interView_wrapper_PC .interview_item .interview_body {
	height: auto !important;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	background: #fff;
	border: 1px solid #C2C2C2;
	border-top: none;
	padding: 25px;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case:first-child {
	border-top: 1px solid #C2C2C2;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case figure {
	width: 124px;
	height: 130px;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div {
	width: calc(100% - 150px);
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div h4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 auto 12px;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div h4 img {
	width: 100px;
	height: auto;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div h4 span {
	display: block;
	width: calc(100% - 130px);
	font-size: 1.2rem;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div h4 span strong {
	display: block;
	color: #CC0000;
	font-size: 1.4rem;
	margin: 0 auto 5px;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div h5 {
	font-size: 1.6rem;
	margin: 0 auto 20px;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div p {
	text-align: right;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div p a {
	display: inline-block;
	background: #E2E2E2;
	font-size: 1.2rem;
	padding: 7px 14px 6px;
	border-radius: 5px;
	transition: all 0.5s;
}

#interView #interView_wrapper_PC .interview_item .interview_body .interview_case div p a:hover {
	background: #c9c9c9;
}

#interView #interView_wrapper_SP {
	display: none;
}

#voice #voice_wrapper_PC .tabnav1 li, #interView #interView_wrapper_PC .tabnav2 li {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	width: 118px;
	height: 63px;
	background: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	border: 1px solid #E2E2E2;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	transition: all 0.8s;
}

#voice #voice_wrapper_PC .tabnav1 li.active, #interView #interView_wrapper_PC .tabnav2 li.active {
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-bottom: none;
}

#voice #voice_wrapper_PC .tabnav1 li:hover, #interView #interView_wrapper_PC .tabnav2 li:hover {
	background: #F5F5F5;
}

#voice #voice_wrapper_PC .voice_item .voice_body, #interView #interView_wrapper_PC .interview_item .interview_body {
	width: 100%;
	height: auto;
	background: #F5F5F5;
	padding: 30px;
	transition: all 0.8s;
}

#flow .flow_item {
	position: relative;
	width: 842px;
	background: #DEF7FF;
	padding: 23px 10px;
	margin: 0 auto 33px;
}

#flow .flow_item:after {
	position: absolute;
	bottom: -34px;
	left: 50%;
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background: url(/themes/enw/images/s-agent/flow/icon_arrow_bottom.svg) no-repeat center center;
	background-size: contain;
	margin-left: -17px;
}

#flow .flow_item#flow01 {
	background: #DEF7FF url(/themes/enw/images/s-agent/flow/bg_flow01.svg) no-repeat bottom left 20px;
}

#flow .flow_item#flow02 {
	background: #DEF7FF url(/themes/enw/images/s-agent/flow/bg_flow02.svg) no-repeat bottom right 30px;
}

#flow .flow_item#flow03 {
	background: #DEF7FF url(/themes/enw/images/s-agent/flow/bg_flow03.svg) no-repeat bottom right 19px;
}

#flow .flow_item#flow04 {
	background: #DEF7FF url(/themes/enw/images/s-agent/flow/bg_flow04.svg) no-repeat bottom right 21px;
}

#flow .flow_item#flow05 {
	background: #FFE077 url(/themes/enw/images/s-agent/flow/bg_flow05.svg) no-repeat bottom right 30px;
}

#flow .flow_item#flow05:after {
	display: none;
}

#flow .flow_item h3 {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto 14px;
	font-weight: bold;
}

#flow .flow_item p {
	width: 664px;
	margin: 0 auto;
}

#faq .faq_item {
	border-bottom: 1px solid #C2C2C2;
}

#faq .faq_item:first-of-type {
	border-top: 1px solid #C2C2C2;
}

#faq .faq_item .question {
	position: relative;
	font-size: 1.4rem;
	background: url(/themes/enw/images/s-agent/faq/icon_q.svg) no-repeat left 15px center;
	padding: 10px 46px 10px 76px;
	margin: 10px auto;
	cursor: pointer;
	font-weight: bold;
}

#faq .faq_item .question:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	content: "";
	color: #FFCE27;
}

#faq .faq_item .question.active:after {
	content: '\f077';
}

#faq .faq_item .answer {
	background: #F5F5F5;
	padding: 18px 20px 14px;
}

#faq .faq_item .answer p {
	margin: 0 auto 10px;
}

#faq .faq_item .answer .commonBtn {
	display: block;
	border: 1px solid #C2C2C2;
	margin: 20px auto 0;
}

#tips .flex_PC {
	background: #F5F5F5;
	padding: 25px 30px 24px;
}

#tips .flex_PC .tips_item {
	position: relative;
	width: 405px;
	border-radius: 10px;
	padding: 23px 46px 0;
}

#tips .flex_PC .tips_item:first-child {
	background: #fff;
}

#tips .flex_PC .tips_item:last-child {
	background: #DEF7FF;
}

#tips .flex_PC .tips_item figure {
	height: 57px;
	text-align: center;
	margin: 0 auto 20px;
}

#tips .flex_PC .tips_item h3 {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto 20px;
	font-weight: bold;
}

#tips .flex_PC .tips_item p {
	width: 313px;
	margin: 0 auto 70px;
}

#tips .flex_PC .tips_item p:last-child {
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
}

#tips .flex_PC .tips_item p:last-child .commonBtn {
	display: block;
	text-align: center;
	text-indent: 10px;
	margin: 0 auto;
}

#tips .flex_PC .tips_item .wordFile {
    font-weight: bold;
}

#company table {
	width: 100%;
	margin: 0 auto 15px;
}

#company table tr {
	border-bottom: 1px solid #C2C2C2;
}

#company table tr:last-child {
	border: none;
}

#company table th, #company table td {
	font-size: 1.4rem;
	padding: 17px;
}

#company table th {
	width: 189px;
	background: #F5F5F5;
	text-align: left;
	font-weight: normal;
}

#company table th:last-child {
	border: none;
}

#company table td {
	vertical-align: top;
}

#company table td span {
	display: inline-block;
	width: 60px;
	height: auto;
	margin: 0 30px;
}

@media screen and (max-width: 767px) {
	#firstView {
		width: 100%;
		margin: 0 auto 20px;
	}
	#firstView .inner1 {
		height: 167px;
	}
	#firstView .inner1 .description {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
		height: 167px;
		background: none;
		color: #2C7D9B;
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
		text-align: center;
		text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff;
		padding: 0;
	}
	#firstView .inner1 .description h2 {
		font-size: 1.5rem;
		margin: 0 auto 12px;
	}
	#firstView .inner1 .description h2 strong {
		font-size: 2.4rem;
	}
	#firstView .inner1 .description h2 i {
		font-size: 1.2rem;
		margin: 0 2px;
	}
	#firstView .inner1 .description p {
		font-size: 0.6rem;
		letter-spacing: 0.1em;
	}
	#firstView .inner2 {
		height: 109px;
		background-size: 90% auto;
		font-size: 1.2rem;
	}
	#complist .complist_slider {
		padding: 22px 0;
	}
	#complist .complist_slider ul {
		margin-left: -9px;
	}
	#complist .complist_slider ul li {
		width: calc(100% / 3);
		margin: 0 0 0 10px;
	}
	#complist .complist_slider ul li img {
		max-width: 120px;
		height: auto;
	}
	#reason .reason_item {
		width: 100%;
		padding: 0 15px;
	}
	#reason .reason_item figure {
		width: 100px;
		height: auto;
		margin: 0 auto 20px;
	}
	#reason .reason_item h3 {
		font-size: 1.4rem;
		margin: 0 auto 15px;
	}
	#reason .reason_item p {
		font-size: 1.2rem;
		margin: 0 auto 40px;
	}
	#support .flex_PC {
		margin: 0 auto 35px;
	}
	#support .flex_PC p:first-child {
		width: 100%;
		margin: 0 auto 20px;
	}
	#support .flex_PC p:last-child {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	#support .counselor {
		padding: 0 15px 25px;
		margin: 0 auto;
	}
	#support .counselor h3 {
		position: relative;
		width: 100vw;
		font-size: 1.6rem;
		padding: 10px 0 0 14px;
		margin: 0 0 30px -15px;
	}
	#support .counselor .comment {
		display: block;
		position: relative;
		background: #fff;
		border-radius: 10px;
		padding: 15px;
		margin: 0 auto 20px;
	}
	#support .counselor .comment figure {
		width: 95px;
		height: 80px;
	}
	#support .counselor .comment figure img {
		width: 95px;
		height: 80px;
		object-fit: cover;
	}
	#support .counselor .comment .comment_body {
		display: block;
		width: 100%;
		background: none;
		border-radius: 0;
		padding: 0 10px;
	}
	#support .counselor .comment .comment_body:before {
		display: none;
	}
	#support .counselor .comment .comment_body h4 {
		width: calc(100% - 100px);
		min-height: 80px;
		font-size: 1.4rem;
		margin: -82px 0 20px 100px;
	}
	#support .counselor .comment .comment_body p {
		width: 100%;
	}
	#support .counselor h4 {
		font-size: 1.4rem;
		border-left: 5px solid #00BFFF;
		text-indent: 0;
		padding: 0 0 0 19px;
		margin: 0 auto 20px;
	}
	#voice > p {
		margin: 0 auto 20px;
	}
	#voice #voice_wrapper_PC {
		display: none;
	}
	#voice #voice_wrapper_SP {
		display: block;
		min-height: 1px;
		margin: 0 auto 20px;
	}
	#voice #voice_wrapper_SP .sp_tabnav1 {
		width: calc(100% - 20px);
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 5px;
	}
	#voice #voice_wrapper_SP .sp_tabnav1 li {
		position: relative;
    display: block;
    width: 105px;
    height: 45px;
    margin: 0 0 10px 10px;
	}

	#voice #voice_wrapper_SP .sp_tabnav1 li.active {
		border-radius: 5px;
	}
	#voice #voice_wrapper_SP .sp_tabnav1 li.active a {
		transition: .3s;
		background: #FFCE27;
	}
	#voice #voice_wrapper_SP .sp_tabnav1 li a {
		display: block;
		width: 100%;
		height: 100%;
		background: #F5F5F5;
		font-size: 1.2rem;
		font-weight: normal;
		text-align: center;
		border: none;
		border-radius: 5px;
		padding: 12px 0 0;
	}
	#voice #voice_wrapper_SP .sp_tabnav1 li a.line2 {
		padding: 4px 0 0;
	}
	#voice #voice_wrapper_SP .voice_item {
		background: #F5F5F5;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body {
		width: 100%;
		padding: 16px;
		margin: 0 auto 20px;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case {
		width: 100%;
		background: #fff;
		border: 1px solid #C2C2C2;
		padding: 20px 16px;
		margin: 0 auto 16px;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case h4 {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: 1.4rem;
		padding: 0 0 12px;
		border-bottom: 1px solid #C2C2C2;
		margin: 0 auto 12px;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case h4 span {
		display: inline-block;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case h4 span:first-child {
		width: calc(100% - 60px);
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case h4 span:last-child {
		width: 47px;
		height: 47px;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case h5 {
		width: 55px;
		text-align: center;
		border: 1px solid #45A2E3;
		padding: 7px 3px 6px;
		letter-spacing: 0.5em;
		text-indent: 0.5em;
		margin: 0 auto 15px;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case p {
		font-size: 1.2rem;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case p a {
		display: block;
		background: #FFCE27;
		text-align: center;
		padding: 5px 0;
		margin: 24px auto 8px;
		transition: all 0.5s;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case p a:hover {
		background: #f3bc00;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case .before,
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case .after {
		position: relative;
		width: 46%;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case .before:after {
		position: absolute;
		right: -20px;
		top: 9px;
		display: block;
		content: "";
		width: 17px;
		height: 18px;
		background: url(/themes/enw/images/s-agent/voice/icon_arrow_right.svg) no-repeat center center;
		background-size: contain;
	}
	#voice #voice_wrapper_SP .voice_item .voice_body .voice_case .after h5 {
		background: #45A2E3;
		color: #fff;
	}
	#interView #interView_wrapper_PC {
		display: none;
	}
	#interView #interView_wrapper_SP {
		display: block;
		min-height: 1px;
		margin: 0 auto 20px;
	}
	#interView #interView_wrapper_SP .sp_tabnav2 {
		width: calc(100% - 20px);
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 5px;
	}
	#interView #interView_wrapper_SP .sp_tabnav2 li {
		position: relative;
    display: block;
    width: 105px;
    height: 45px;
    margin: 0 0 10px 10px;
	}

	#interView #interView_wrapper_SP .sp_tabnav2 li.active {
		border-radius: 5px;
	}
	#interView #interView_wrapper_SP .sp_tabnav2 li.active a {
		transition: .3s;
		background: #FFCE27;
	}
	#interView #interView_wrapper_SP .sp_tabnav2 li a {
		display: block;
		width: 100%;
		height: 100%;
		background: #F5F5F5;
		font-size: 1.2rem;
		font-weight: normal;
		text-align: center;
		border: none;
		border-radius: 5px;
		padding: 12px 0 0;
		transition: .3s;
	}
	#interView #interView_wrapper_SP .sp_tabnav2 li a.line2 {
		padding: 4px 0 0;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body {
		background: #F5F5F5;
		padding: 20px 0;
		height: auto !important;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case {
		background: #fff;
		border: 1px solid #C2C2C2;
		border-top: none;
		padding: 20px 15px;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case:first-child {
		border-top: 1px solid #C2C2C2;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case .flex_all figure {
		width: 75px;
		height: 78px;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case .flex_all figure img {
		width: 75px;
		height: 78px;
		object-fit: cover;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case .flex_all h4 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
		width: calc(100% - 90px);
		align-items: center;
		margin: 0 auto 12px;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case .flex_all h4 img {
		width: 70px;
		height: auto;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case .flex_all h4 span {
		display: block;
		width: calc(100% - 80px);
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case .flex_all h4 span strong {
		display: block;
		color: #CC0000;
		font-size: 1.2rem;
		margin: 0 auto 5px;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case .flex_all h4 b {
		display: block;
		width: 100%;
		font-size: 1.2rem;
		font-weight: normal;
		padding: 0 6px;
		margin: 10px auto;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case h5 {
		font-size: 1.6rem;
		margin: 0 auto 20px;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case p {
		text-align: right;
	}
	#interView #interView_wrapper_SP .interview_item .interview_body .interview_case p a {
		display: inline-block;
		background: #E2E2E2;
		font-size: 1rem;
		padding: 7px 14px 6px;
		border-radius: 5px;
		transition: all 0.5s;
	}
	#flow .flow_item {
		width: 100%;
		background-size: auto 100%;
	}
	#flow .flow_item#flow01 {
		background: #DEF7FF url(/themes/enw/images/s-agent/flow/bg_flow01.svg) no-repeat bottom left 20px;
	}
	#flow .flow_item#flow02 {
		background: #DEF7FF url(/themes/enw/images/s-agent/flow/bg_flow02.svg) no-repeat bottom right 30px;
	}
	#flow .flow_item#flow03 {
		background: #DEF7FF url(/themes/enw/images/s-agent/flow/bg_flow03.svg) no-repeat bottom right 19px;
	}
	#flow .flow_item#flow04 {
		background: #DEF7FF url(/themes/enw/images/s-agent/flow/bg_flow04.svg) no-repeat bottom right 21px;
	}
	#flow .flow_item#flow05 {
		background: #FFE077 url(/themes/enw/images/s-agent/flow/bg_flow05.svg) no-repeat bottom right 30px;
	}
	#flow .flow_item#flow05:after {
		display: none;
	}
	#flow .flow_item h3 {
		font-size: 1.4rem;
		text-align: center;
		margin: 0 auto 14px;
	}
	#flow .flow_item p {
		width: 90%;
		font-size: 1.2rem;
		margin: 0 auto;
	}
	#faq .faq_item .question {
		background: url(/themes/enw/images/s-agent/faq/icon_q.svg) no-repeat left 15px center;
		background-size: 29px 29px;
		padding: 10px 46px 10px 56px;
	}
	#faq .faq_item .answer {
		padding: 18px 20px 14px;
	}
	#faq .faq_item .answer p {
		font-size: 1.2rem;
		margin: 0 auto 10px;
	}
	#faq .faq_item .answer .commonBtn {
		font-size: 1.3rem;
	}
	#tips .flex_PC {
		background: #F5F5F5;
		padding: 25px 15px 24px;
	}
	#tips .flex_PC .tips_item {
		position: relative;
		width: calc(100% - 16px);
		border-radius: 10px;
		padding: 23px 16px;
		margin: 0 auto 30px;
	}
	#tips .flex_PC .tips_item h3 {
		font-size: 1.4rem;
	}
	#tips .flex_PC .tips_item p {
		width: 100%;
		margin: 0 auto;
	}
	#tips .flex_PC .tips_item p:last-child {
		position: relative;
		bottom: auto;
		margin: 30px auto 0;
	}
	#tips .flex_PC .tips_item p:last-child .commonBtn {
		font-size: 1.2rem;
	}
	#company table tr {
		border: none;
	}
	#company table th, #company table td {
		display: block;
		width: 100%;
		font-size: 1.2rem;
		padding: 13px 16px;
	}
	#company table th {
		width: 100%;
		background: #F5F5F5;
		text-align: left;
	}
	#company .commonBtn {
		display: block;
		width: calc(100% - 32px);
		text-align: center;
		text-indent: 10px;
		margin: 0 auto;
	}
}
