@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;	/* Regular */
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	padding: 90px 0 0;
	color: #333333;
}
body *{
	box-sizing: border-box;
}
ul li,
ol li{
	list-style: none;
}
input,select,button,textarea{
	font-family: inherit;
}
input[type=submit]{
	cursor: pointer;
}
img{
	max-width: 100%;
}
@media screen and (max-width: 950px) {
	body{
		padding: 30px 0 0;
	}
}
a:hover{
	opacity: 0.5;
}
/* module
------------------------------------------------------------------------ */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
}
.clearfix{
	display:block;
}
.inner{
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
@media screen and (max-width: 767px) {
	.inner{
		padding: 0 4%;
	}
}
.sp { display: none; }
@media screen and (max-width: 767px) {
	.sp { display: block; }
	.pc { display: none; }
}
.btn{
	background: #FAC543;
	background:
		url("../img/icon_chevron-right.0ebfb7a75992.png") no-repeat right 35px center #FAC543;
	background-size: 11px auto, 100% 100%;
	border: none;
	border-radius: 5px;
	width: 100%;
	max-width: 450px;
	height: 80px;
	font-size: 2.0rem;
	color: #004B73;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.btn{
		background: #FAC543;
		background:
			url("../img/icon_chevron-right.0ebfb7a75992.png") no-repeat right 15px center #FAC543;
		background-size: 11px auto, 100% 100%;
		max-width: 315px;
		height: 60px;
		font-size: 1.8rem;
	}
}

/* section
------------------------------------------------------------------------ */
section{
	padding: 70px 0;
}
section a{
	color: #1C6CC1;
}
.section-title{
	position: relative;
	padding: 0 0 25px;
	text-align: center;
	color: #004B73;
	letter-spacing: 0.1em;
}
.section-title::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #004B73;
	display: block;
	margin: 0 0 0 -20px;
	width: 40px;
	height: 2px;
}
.section-title .title{
	font-family: 'Barlow', sans-serif;
	font-size: 4.0rem;
	font-weight: 700;	/* Bold */
}
.section-title small{
	display: block;
	margin: 10px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	section{
		padding: 40px 0 50px;
	}
	.section-title{
		padding: 0 0 17px;
	}
	.section-title .title{
		font-size: 3.0rem;
	}
	.section-title small{
		margin: 5px 0 0;
		font-size: 1.2rem;
	}
}
.section-copy{
	margin: 40px auto;
	text-align: center;
}
.section-copy-head{
	margin: 30px auto;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}
.section-copy-text{
	margin: 30px auto;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.section-copy{
		margin: 20px auto;
	}
	.section-copy-head{
		margin: 15px auto;
		font-size: 2.0rem;
		letter-spacing: 0.08em;
	}
	.section-copy-text{
		margin: 15px auto;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}

/* header
------------------------------------------------------------------------ */
header{
	background-color: #ffffff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
header a{
	color: #004B73;
	text-decoration: none;
}
header .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}
@media screen and (min-width: 951px) {
	header{
		padding: 30px 0 0;
		border-bottom: 2px solid #004B73;
	}
	.header-logo{
		width: 150px;
	}
	.header-menu-open{
		display: none;
	}
	.header-menu-close{
		display: none;
	}
	.header-menu ul{
		display: flex;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
	.header-menu ul li + li::before{
		content: '｜';
		margin: 0 15px;
		color: #004B73;
	}
}
@media screen and (max-width: 950px) {
	.header-logo{
		width: 150px;
	}
	.header-menu-open{
		width: 23px;
	}
	.header-menu-wrap{
		transition: opacity .3s ease-in-out;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .5);
		opacity: 0;
		pointer-events: none;
		z-index: 2;
	}
	.header-menu-wrap.open{
		opacity: 1;
		pointer-events: unset;
	}
	.header-menu{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #F7F9FC;
	}
	.header-menu-close{
		background-color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0 20px;
		height: 60px;
	}
	.header-menu-close img{
		width: 23px;
	}
	.header-menu ul{
		padding: 15px 30px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		font-weight: 400;
	}
	.header-menu ul li{
		margin: 20px 0;
	}
}

/* main
------------------------------------------------------------------------ */
#main{
	position: relative;
	z-index: 1;
}
.main-logo{
	position: absolute;
	left: 13%;
	top: 50%;
	margin: -100px 0 0;
	z-index: 1;
}
.main-logo .logo{
	width: 600px;
}
.main-slide .slick-slide{
	background-size: cover;
	background-position: center center;
	height: 300px;
}
.main-slide .slick-slide.slide1{
	background-image: url("../img/main_slide1_pc.41bae5c1ae24.jpg");
}
.main-slide .slick-slide.slide2{
	background-image: url("../img/main_slide2_pc.c0bc44be3f97.jpg");
}
.main-slide .slick-slide.slide3{
	background-image: url("../img/main_slide3_pc.c2470f1e7700.jpg");
}
@media screen and (max-width: 767px) {
	#main{
		position: relative;
	}
	.main-logo{
		position: absolute;
		left: 0%;
		top: 0;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}
	.main-logo .logo{
		margin: 27vw 0 0;
		width: 84vw;
	}
	.main-slide .slick-slide{
		height: 0;
		padding: 109vw 0 0;
	}
	.main-slide .slick-slide.slide1{
		background-image: url("../img/main_slide1_sp.3e72c8cbc075.jpg");
	}
	.main-slide .slick-slide.slide2{
		background-image: url("../img/main_slide2_sp.08d3776700dd.jpg");
	}
	.main-slide .slick-slide.slide3{
		background-image: url("../img/main_slide3_sp.d246bf5d7f72.jpg");
	}
}

/* service
------------------------------------------------------------------------ */
#service{
	padding-top: 40px;
	padding-bottom: 80px;
}
.service-main{
	margin: 50px auto 35px;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-main-img{
	width: 50%;
}
.service-main-img img{
	width: 100%;
}
.service-main-img.img1 {
	text-align: center;
}
.service-main-img.img1 img{
	width: 80.2%;
}
.service-facility{
	margin-top: 90px;
}
.service-facility-title{
	padding: 0 100px;
	text-align: center;
}
.service-facility-title span{
	position: relative;
	display: inline-block;
	letter-spacing: 0.1em;
	font-size: 2.4rem;
	color: #004B73;
	line-height: 1.5;
	font-weight: 400;
}
.service-facility-title img{
	position: absolute;
	top: 0;
	right: -126px;
	bottom: 0;
	margin: auto 0;
	width: 96px;
}
.service-facility-title + *{
	margin-top: 72px;
}
.service-facility-text{
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}
.service-facility-cards{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-left: -15px;
	margin-bottom: -20px;
}
.service-facility-card{
	width: calc(100% / 4);
	padding-bottom: 20px;
	padding-left: 15px;
}
.service-facility-card a{
	background-color: #FAFAFA;
	color: #333333;
	text-decoration: none;
	display: block;
}
.service-facility-card-img img{
	vertical-align: top;
}
.service-facility-card-info{
	padding: 15px 12px;
}
.service-facility-card-info h3{
	color: #004B73;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.service-facility-card-info p{
	font-size: 1.1rem;
	line-height: 1.5;
}
.service-facility-card-info p + p{
	margin-top: 5px;
}
.service-facility-panels {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-left: -28px;
}
.service-facility-panel {
	padding-left: 28px;
	width: 50%;
}
.service-facility-panel-main {
	border-bottom: 1px dotted #004B73;
	text-decoration: none;
	color: #333333;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
}
.service-facility-panel:last-child .service-facility-panel-main,
.service-facility-panel:nth-last-child(2):nth-child(odd) .service-facility-panel-main {
	border-bottom: none;
}
.service-facility-panel-logo {
	width: 70px;
	flex-shrink: 0;
}
.service-facility-panel-logo img {
	width: 100%;
	vertical-align: top;
}
.service-facility-panel-info {
	flex-grow: 1;
}
.service-facility-panel-logo + .service-facility-panel-info {
	margin-left: 10px;
}
.service-facility-panel-info h3 {
	color: #004B73;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.57;
	margin-bottom: 5px;
}
.service-facility-panel-info p {
	font-size: 1.2rem;
}
.service-facility-panel-info p + p {
	margin-top: 5px;
}
.service-facility-panel-info .end {
	text-align: right;
}
.service-facility-logos {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.service-facility-logos img {
	vertical-align: top;
}
.service-facility-blocks{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-facility-block{
	margin: 40px auto 0;
	width: 31.1%;
}
.service-facility-block h3{
	font-size: 1.4rem;
	font-weight: 500;	/* Medium */
	color: #004B73;
}
.service-facility-block p{
	margin: 5px 0 0;
	font-size: 1.2rem;
	line-height: 2;
}
.service-facility-block p small{
	font-size: 1.0rem;
	display: block;
    text-align: right;
}
.service-facility-list{
	margin: 45px auto 0;
	font-size: 1.4rem;
	line-height: 2;
	color: #004B73;
	width: 92%;
}
.service-facility-list ul li{
	display: inline;
}
.service-facility-list ul li::after{
	content: '／';
	margin: 0 10px;
	display: inline-block;
}
.service-facility-list ul li:last-child::after{
	display: none;
}
/* .service-facility-list ul li:last-child::after {
	content: "etc…";
	display: inline-block;
	margin-left: 5px;
} */
@media screen and (min-width: 768px) {
	.service-facility-panel-main[href]:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 767px) {
	#service{
		position: relative;
		margin-top: -25px;
		padding-top: 0;
		padding-bottom: 50px;
		z-index: 1;
	}
	.service-main{
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left: 4.3479%;
		padding-right: 4.3479%;
		flex-direction: column;
	}
	.service-main-img{
		width: 100%;
	}
	.service-main-img + .service-main-img {
		margin-top: 26px;
	}
	.service-main-img.img1 img{
		width: 100%;
	}
	.service-facility{
		margin-top: 105px;
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.service-facility-title{
		padding: 0;
		line-height: 2;
	}
	.service-facility-title span{
		font-size: 1.8rem;
	}
	.service-facility-title img{
		right: -50px;
		width: 75px;
		top: -75px;
		bottom: auto;
	}
	.service-facility-title + * {
		margin-top: 23px;
	}
	.service-facility-card-info p {
		font-size: 1.2rem;
	}
	.service-facility-cards{
		display: block;
		margin: 40px -4vw 0;
	}
	.service-facility-card{
		padding-left: 0;
		padding-bottom: 0;
		width: 100%;
	}
	.service-facility-card + .service-facility-card {
		margin-top: 20px;
	}
	.service-facility-panels {
		flex-direction: column;
		margin-left: 0;
		margin-top: 10px;
	}
	.service-facility-panel {
		padding-left: 0;
		width: 100%;
	}
	.service-facility-panel-info p + p {
		margin-top: 0;
	}
	.service-facility-panel-info .end {
		text-align: left;
	}
	.service-facility-logos {
		margin-top: 0;
		width: 100%;
	}
	.service-facility-blocks{
		display: block;
	}
	.service-facility-block{
		margin: 10px auto 0;
		width: 100%;
	}
	.service-facility-list{
		margin: 24px auto 0;
		font-size: 1.3rem;
		line-height: 1.92;
		text-align: left;
		width: 100%;
	}
	.service-facility-list ul{
		justify-content: flex-start;
	}
}

/* interview
------------------------------------------------------------------------ */
#interview {
	background-color: #FAFAFA;
	padding-top: 80px;
	padding-bottom: 80px;
}
.interview-cards > * {
	border-bottom: 1px dotted #004B73;
	padding-top: 30px;
	padding-bottom: 30px;
}
.interview-cards > *:first-child {
	padding-top: 0;
}
.interview-cards > *:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.interview-card {
	display: flex;
}
.interview-card-img {
	overflow: hidden;
	border-radius: 5px;
	width: 290px;
	flex-shrink: 0;
	position: relative;
}
.interview-card-img::before {
	content: "";
	border-radius: 5px;
	border: 2px solid #004B73;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
}
.interview-card-img img {
	vertical-align: top;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interview-card-img + .interview-card-main {
	margin-left: 30px;
}
.interview-card-main {
	color: #004B73;
	padding-right: 8.8%;
	flex-grow: 1;
}
.interview-card-main > span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.interview-card-main h3 {
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.interview-card-main > a {
	text-decoration: underline;
	color: #1C6CC1;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.interview-card-main > a[target="_blank"] {
	position: relative;
	padding-right: 20px;
}
.interview-card-main > a[target="_blank"]:before {
	content: "";
	background: url("../img/icon_blank_clear.5644aec85027.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 15px;
	height: 15px;
}
@media screen and (max-width: 767px) {
	#interview {
		padding-top: 40px;
		padding-bottom: 45px;
	}
	.interview-cards {
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.interview-card {
		flex-direction: column;
	}
	.interview-card-img {
		width: 100%;
	}
	.interview-card-img + .interview-card-main {
		margin-top: 20px;
		margin-left: 0;
	}
	.interview-card-main {
		padding-right: 0;
	}
	.interview-card-main > span {
		font-size: 1.2rem;
	}
	.interview-card-main h3 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}

/* function
------------------------------------------------------------------------ */
#function{
	overflow: hidden;
}
.function-item{
	display: flex;
	margin: 40px 0;
}
.function-item-img{
	position: relative;
	flex-shrink: 0;
	width: 290px;
}
.function-item-img::before{
	content: '';
	position: absolute;
	top: 0;
	right: 30px;
	background: url("../img/function_item_bg_left.f1e1283260fd.png") no-repeat right 0 #E6ECEF;
	background-size: auto 185px;
	display: block;
	width: 100vw;
	height: 185px;
}
.function-item-img img{
	position: relative;
	z-index: 1;
}
.function-item-title{
	border-bottom: 1px dotted #004B73;
	padding: 25px 0 10px 35px;
	font-size: 2.0rem;
	color: #004B73;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.function-item-text{
	margin: 12px 0 0;
	padding: 0 0 0 35px;
	font-size: 1.4rem;
	line-height: 2;
}
.function-item-text dl{
	display: flex;
	align-items: center;
	line-height: 1.6;
	margin: 15px 0 0;
}
.function-item-text dl + dl {
	margin: 20px 0 0;
}
.function-item-text dl dt{
	padding: 0 15px 0 0;
}
.function-item-text dl dt span{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #004B73;
	border-radius: 5px;
	width: 160px;
	height: 45px;
	font-size: 1.6rem;
	color: #ffffff;
	letter-spacing: 0.05em;
}
.function-item:nth-child(2n){
	flex-direction: row-reverse;
}
.function-item:nth-child(2n) .function-item-img::before{
	top: -30px;
	left: 30px;
	background-image: url("../img/function_item_bg_right.cf9c0db7c204.png");
	background-position: left 0;
}
.function-item:nth-child(2n) .function-item-title{
	padding: 25px 35px 10px 0;
}
.function-item:nth-child(2n) .function-item-text{
	padding: 0 35px 0 0;
}
@media screen and (max-width: 767px) {
	.function-item{
		display: block;
		margin: 35px 4vw;
	}
	.function-item-img{
		width: 100%;
	}
	.function-item-img::before{
		background-size: auto 200px;
		height: 200px;
	}
	.function-item-title{
		padding: 20px 0 10px;
		font-size: 1.8rem;
	}
	.function-item-text{
		padding: 0;
		font-size: 1.2rem;
	}
	.function-item-text dl{
		display: block;
		margin: 20px 0;
		line-height: 2;
	}
	.function-item-text dl + dl {
		margin: 25px 0 0;
	}
	.function-item-text dl dt{
		padding: 0 0 15px;
	}
	.function-item:nth-child(2n) .function-item-title{
		padding: 20px 0 10px;
	}
	.function-item:nth-child(2n) .function-item-text{
		padding: 0;
	}
	.function-item:nth-child(2n) .function-item-img::before{
		top: 0;
	}
}
.function-needs{
	background-color: #E6ECEF;
	border-radius: 5px;
	margin: 60px auto 0;
	padding: 30px;
	text-align: center;
}
.function-needs-title{
	color: #004B73;
	font-size: 2.4rem;
	font-weight: 500;	/* Medium */
	letter-spacing: 0.1em;
}
.function-needs-text{
	margin: 15px 0 0;
	font-size: 1.4rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.function-needs{
		margin: 30px auto 0;
		padding: 30px 4vw 4vw;
	}
	.function-needs-title{
		font-size: 1.8rem;
	}
}

/* analysis
------------------------------------------------------------------------ */
#analysis {
	position: relative;
	overflow: hidden;
}
#analysis::before {
	content: "";
	background: url("../img/analysis_img01.e9aef14ec098.png") no-repeat center 0;
	background-size: cover;
	position: absolute;
	top: 163px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 386px;
	max-width: 900px;
	z-index: -1;
}
#analysis::after {
	content: "";
	background: url("../img/analysis_bg.eb8423d46e1a.png") no-repeat center 0;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
	z-index: -2;
}
#analysis .section-title,
#analysis .section-copy {
	color: #FFFFFF;
}
#analysis .section-title::after {
	background-color: #FFFFFF;
}
.analysis-tool-list {
	margin: 260px 0 0;
}
.analysis-tool-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 2;
	color: #004B73;
}
.analysis-tool-list ul li::after {
	content: '／';
	margin: 0 20px;
}
.analysis-tool-list ul li:last-child::after {
	display: none;
}
.analysis-comming-soon {
	font-family: 'Barlow', sans-serif;
	color: #AAAAAA;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 4.0rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 40px 0 0;
}
.analysis-detail-link {
	margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
	#analysis::before {
		background-image: url("../img/analysis_img01@sp.07a00ad4cf77.png");
		background-size: 100% auto;
		top: 179px;
		width: 345px;
		height: 149px;
	}
	#analysis::after {
		background-image: url("../img/analysis_bg@sp.ec44043ceae4.png");
		height: 280px;
	}
	#analysis .section-copy {
		min-height: 64px;
	}
	.analysis-tool-list {
		margin: 130px 0 0;
	}
	.analysis-tool-list ul {
		font-size: 1.2rem;
	}
	.analysis-tool-list ul li::after {
		margin: 0 10px;
	}
	.analysis-comming-soon {
		font-size: 3.0rem;
		margin: 20px 0 0;
	}
	.analysis-detail-link {
		margin: 20px 0 0;
	}
}

/* other
------------------------------------------------------------------------ */
#other {
	background-color: #FAFAFA;
	overflow: hidden;
}
.other-service {
	margin-top: 40px;
}
.other-service-panelList + * {
	margin-top: 40px;
}
.other-service-panel {
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.other-service-panel + .other-service-panel {
	margin-top: 20px;
}
.other-service-panel-main {
	margin-right: 10px;
	width: 59.362%;
	max-width: 558px;
}
.other-service-panel-main.expand {
	width: 100%;
	max-width: none;
}
.other-service-panel-main h3 {
	color: #004B73;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.other-service-panel-main p {
	font-size: 1.4rem;
	line-height: 2;
}
.other-service-panel-main p + p {
	margin-top: 10px;
}
.other-service-panel-main .link {
	text-decoration: underline;
	display: inline-block;
	color: #1C6CC1;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.other-service-panel-main .link[target="_blank"]:after {
	content: "";
	background: url("../img/icon_blank_clear.5644aec85027.png") no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-left: 5px;
	width: 11px;
	height: 11px;
}
.other-service-panel-main p + .link {
	margin-top: 20px;
}
.other-service-panel-main .btn {
	background: #FAC543;
	margin: 16px 0 0;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	height: 40px;
	max-width: none;
	width: auto;
	display: inline-flex;
	padding: 5px 21px;
}
.other-service-panel-logo img {
	vertical-align: top;
}
.panel1 .other-service-panel-logo {
	margin-right: 20px;
	width: 320px;
}
.panel2 .other-service-panel-logo {
	margin-right: 3px;
	width: 326px;
}
.panel3 .other-service-panel-logo {
	margin-right: 8px;
	width: 321px;
}
.panel4 .other-service-panel-logo {
	margin-right: 20px;
	width: 350px;
}
.panel6 .other-service-panel-logo {
	width: 77px;
}
.panel6 .other-service-panel-main {
	width: 88.617%;
	max-width: 833px;
}
.other-service-announce {
	background-color: #004B73;
	padding: 20px 80px;
	margin: 40px 0 0;
	width: 100%;
}
.other-service-announce p {
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: 400;
	line-height: 1.875;
	font-size: 1.6rem;
}
.other-service-announce p a {
	color: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.other-service {
		margin: 30px 0 0;
	}
	.other-service-panelList + * {
		margin-top: 20px;
	}
	.other-service-panel {
		border-radius: 5px;
		padding: 26px 4vw 30px;
		flex-direction: column;
		align-items: flex-start;
	}
	.other-service-panel-main {
		display: flex;
		flex-direction: column;
		margin-right: 0;
		margin-top: 15px;
		width: 100%;
		max-width: none;
	}
	.other-service-panel-main h3 {
		font-size: 1.8rem;
	}
	.other-service-panel-main p {
		font-size: 1.2rem;
	}
	.other-service-panel-main .btn {
		margin-left: auto;
		margin-right: auto;
	}
	.other-service-panel-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.panel1 .other-service-panel-logo {
		margin-right: auto;
		margin-bottom: 15px;
		width: 238px;
	}
	.panel2 .other-service-panel-logo {
		margin-right: auto;
		margin-top: 4px;
		margin-bottom: 15px;
		width: 280px;
	}
	.panel3 .other-service-panel-logo {
		margin-right: auto;
		width: 300px;
	}
	.panel4 .other-service-panel-logo {
		margin-right: auto;
		width: 320px;
	}
	.panel4 .other-service-panel-logo img {
		margin-left: -20px;
	}
	.panel6 {
		flex-direction: row-reverse;
		align-items: center;
	}
	.panel6 .other-service-panel-logo {
		flex-shrink: 0;
		margin-left: 24px;
	}
	.panel6 .other-service-panel-main {
		width: auto;
		flex-grow: 1;
	}
	.panel6 .other-service-panel-main h3 {
		margin-right: -100px;
	}
	.panel5 .other-service-panel-main,
	.panel6 .other-service-panel-main,
	.panel7 .other-service-panel-main {
		margin-top: 0;
	}
	.other-service-announce {
		padding: 25px 4vw;
		margin: 20px 0 0;
	}
	.other-service-announce p {
		line-height: 2;
		font-size: 1.4rem;
	}
}

/* advantage
------------------------------------------------------------------------ */
.advantage-merit {
	padding: 0 2%;
}
.advantage-merit-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5px 0 0;
}
.advantage-merit-list li {
	margin: 55px 3.125% 0;
	text-align: center;
	width: 18.75%;
}
.advantage-merit-img img {
	vertical-align: top;
}
.advantage-merit-caption {
	color: #004B73;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.5625;
	margin: 10px 0 0;
}
.advantage-merit-caption span {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.advantage-merit {
		padding: 0 4.3479%;
	}
	.advantage-merit-list {
		margin: 0;
	}
	.advantage-merit-list li {
		display: flex;
		align-items: center;
		margin: 30px 0 0;
		position: relative;
		height: 37.3334vw;
		width: 100%;
	}
	.advantage-merit-list li:nth-child(odd) {
		justify-content: flex-end;
	}
	.advantage-merit-list li:nth-child(even) {
		justify-content: flex-start;
	}
	.advantage-merit-img {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		max-height: 180px;
		z-index: -1;
	}
	.advantage-merit-list li:nth-child(odd) .advantage-merit-img {
		left: 0;
	}
	.advantage-merit-list li:nth-child(even) .advantage-merit-img {
		right: 0;
	}
	.advantage-merit-img img {
		height: 36.26667vw;
		max-height: 180px;
	}
	.advantage-merit-caption {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		margin: 0;
	}
	.advantage-merit-caption {
		font-size: 1.2rem;
	}
}

/* plan
------------------------------------------------------------------------ */
#plan{
	background-color: #FAFAFA;
	overflow: hidden;
}
.plan-contact{
	background-color: #004B73;
	padding: 17px 80px;
	color: #ffffff;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.plan-contact p{
	margin: 5px auto;
}
.plan-contact a{
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.plan-contact p{
		margin: 10px auto;
	}
	.plan-contact{
		padding: 12px 4vw;
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0;
	}
}

.plan-table1-table{
	display: flex;
	letter-spacing: 0.05em;
}
.plan-table1-head{
	flex-shrink: 0;
	width: 20%;
	font-size: 1.4rem;
	font-weight: 300;	/* Light */
}
.plan-table1-head a{
	color: #ffffff;
}
.plan-table1-head div{
	background: url("../img/plan_table1_bg.9093702908f8.png") no-repeat 0 0;
	background-size: 100% 100%;
}
.plan-table1-head ul li{
	background-color: #195C80;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #E6ECEF;
}
.plan-table1-head ul li:last-child {
	border-bottom: 1px solid #195C80;
}
.plan-table1-body{
	width: 80%;
}
.plan-table1-body table{
	width: 100%;
}
.plan-table1-body table th,
.plan-table1-body table td{
	vertical-align: middle;
	text-align: center;
}
.plan-table1-body table th{
	width: 33.33%;
	width: 33.33%;
	background-color: #004B73;
	border-left: 1px solid #E6ECEF;
	padding: 35px 15px 3px;
	padding: 35px 15px 3px;
	color: #ffffff;
	font-weight: 300;	/* Light */
	vertical-align: top;
	vertical-align: top;
}
.plan-table1-body table th:last-child {
	border-right: 1px solid #004B73;
}
.plan-table1-body table th .label{
	font-size: 1.8rem;
	font-weight: 700;	/* Bold */
}
.plan-table1-body table th .detail{
	margin: 10px 0 0;
	font-size: 1.2rem;
}
.plan-table1-body table th .price{
	font-size: 2.4rem;
}
.plan-table1-body table th .price small{
	font-size: 1.2rem;
	font-weight: 400;	/* Regular */
}
.plan-table1-body table th .plan{
	margin-top: 7px;
	display: flex;
	font-size: 1.3rem;
}
.plan-table1-body table th .plan span{
	display: block;
	width: calc(50% - 15px);
	text-align: center;
}
.plan-table1-body table th .plan span + span{
	margin-left: 30px;
}
.plan-table1-body table td{
	border: 1px solid #004B73;
	background-color: #E6ECEF;
	height: 45px;
	padding: 5px;
	font-size: 1.4rem;
	color: #004B73;
}
.plan-table1-body table td.ok{
	font-size: 2.0rem;
}
.plan-table1-body table td.none{
	background-color: #ffffff;
}
.plan-table1-body table td small{
	font-size: 1.2rem;
}
.plan-table1-add{
	position: relative;
	background-color: #004B73;
	margin: 80px auto;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 300;	/* Light */
	letter-spacing: 0.05em;
}
.plan-table1-add::before{
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	background: url("../img/icon_plus.cc46ba8eed6c.png") no-repeat center center;
	background-size: 40px auto;
	display: block;
	margin: 0 0 0 -20px;
	width: 40px;
	height: 40px;
}
.plan-table1-add small{
	font-size: 1.2rem;
	font-weight: 400;	/* Regular */
}
@media screen and (max-width: 767px) {
	.plan-table1-table{
		position: relative;
	}
	.plan-table1-table::after{
		transition: opacity .3s ease-in-out;
		content: '';
		position: absolute;
		top: 245px;
		right: 0;
		display: block;
		background: url("../img/icon_chevron-circle-right.4428b23b238d.png") no-repeat 0 0;
		background-size: 40px auto;
		width: 40px;
		height: 40px;
		pointer-events: none;
	}
	.plan-table1-table.scroll::after{
		opacity: 0;
	}
	.plan-table1-head{
		width: 120px;
		font-size: 1.2rem;
	}
	.plan-table1-body{
		margin-right: -4vw;
		overflow-x: auto;
	}
	.plan-table1-body table{
		table-layout: fixed;
	}
	.plan-table1-body table th{
		width: 200px;
	}
	.plan-table1-body table td{
		font-size: 1.2rem;
	}
	.plan-table1-add{
		margin: 60px auto;
	}
	.plan-table1-add::before{
		top: -45px;
		background-size: 30px auto;
		margin: 0 0 0 -15px;
		width: 30px;
		height: 30px;
	}
}

.plan-table2{
	background-color: #E6ECEF;
	margin: 50px auto;
	padding: 30px 50px 50px;
	color: #004B73;
}
.plan-table2-caption{
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.plan-table2-table table{
	background-color: #ffffff;
	margin: 25px auto 0;
	border: 1px solid #004B73;
	width: 100%;
	table-layout: fixed;
	letter-spacing: 0.05em;
}
.plan-table2-table table th,
.plan-table2-table table td{
	vertical-align: middle;
}
.plan-table2-table table th{
	background-color: #004B73;
	width: 205px;
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;	/* Regular */
}
.plan-table2-table table th small{
	font-size: 1.2rem;
}
.plan-table2-table table tr + tr th{
	border-top: 1px solid #ffffff;
}
.plan-table2-table table tr.mail th{
	padding: 20px;
}
.plan-table2-table table tr.mail th .text{
	margin: 30px auto 0;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 300;	/* Light */
}
.plan-table2-table table tr.mail th .add{
	margin: 5px auto 0;
	text-align: left;
	font-size: 1.0rem;
	font-weight: 300;	/* Light */
}
.plan-table2-table table tr + tr td{
	border-top: 1px solid #004B73;
}
.plan-table2-table table tr:nth-child(2n) td{
	background-color: rgba(0, 75, 115, .05);
}
.plan-table2-info{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.plan-table2-info-text{
	padding: 10px;
	font-size: 1.2rem;
}
.plan-table2-info-text small{
	display: block;
	font-size: 1.0rem;
}
.plan-table2-info-text ul li{
	float: left;
}
.plan-table2-info-text ul li + li::before{
	content: '｜';
	margin: 0 14px;
}
.plan-table2-info-price{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-left: 1px dotted #004B73;
	width: 170px;
	font-size: 1.4rem;
	font-weight: 500;	/* Medium */
}
.plan-table2-info-price strong{
	font-weight: 700;	/* Bold */
}
.plan-table2-info-price small{
	font-size: 1.2rem;
}
.plan-table2-plan{
	display: flex;
}
.plan-table2-plan:nth-child(2n){
	background-color: rgba(0, 75, 115, .05);
}
.plan-table2-label{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	background-color: #195C80;
	padding: 10px 17px;
	width: 100px;
	font-size: 1.2rem;
	color: #ffffff;
}
.plan-table2-plan + .plan-table2-plan .plan-table2-label{
	border-top: 1px solid #ffffff;
}
.plan-table2-plan + .plan-table2-plan .plan-table2-info{
	border-top: 1px solid #004B73;
}
@media screen and (max-width: 767px) {
	.plan-table2{
		margin: 30px auto;
		padding: 30px 4vw 30px;
	}
	.plan-table2-caption{
		font-size: 1.8rem;
	}
	.plan-table2-table table{
		border: none;
	}
	.plan-table2-table table th,
	.plan-table2-table table td{
		display: block;
	}
	.plan-table2-table table th{
		padding: 12px 4vw;
		width: 100%;
		text-align: left;
	}
	.plan-table2-table table tr + tr th{
		border-top: none;
	}
	.plan-table2-table table tr.mail th{
		padding: 12px 4vw;
	}
	.plan-table2-table table tr.mail th .text{
		margin: 10px auto 0;
	}
	.plan-table2-table table tr.mail td{
		border-bottom: 1px solid #ffffff;
	}
	.plan-table2-table table tr + tr td{
		border-top: none;
	}
	.plan-table2-table table tr:nth-child(2n) td{
		background-color: transparent;
	}
	.plan-table2-info{
		flex-direction: column;
	}
	.plan-table2-info-text{
		padding: 10px 4vw;
	}
	.plan-table2-info-text ul li{
		float: none;
	}
	.plan-table2-info-text ul li + li::before{
		display: none;
	}
	.plan-table2-info-price{
		border-top: 1px dotted #004B73;
		border-left: none;
		padding: 5px;
		width: 100%;
		font-size: 1.2rem;
	}
	.plan-table2-plan:nth-child(2n){
		background-color: transparent;
	}
	.plan-table2-label{
		justify-content: center;
		padding: 10px;
		width: 90px;
	}
}

/* process
------------------------------------------------------------------------ */
.process-flow {
	margin: 60px auto 0;
	max-width: 870px;
}
.process-flow-list {
	display: flex;
}
.process-flow-item {
	margin: 0 6.8966% 0 0;
	position: relative;
	width: 28.736%;
}
.process-flow-item::after {
	content: "";
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: transparent transparent transparent #004B73;
	position: absolute;
	top: 50%;
	right: -16%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
}
.process-flow-item:last-child {
	margin: 0;
}
.process-flow-item:last-child::after {
	display: none;
}
.process-flow-item img {
	vertical-align: top;
}
.process-subtitle {
	text-align: center;
	color: #004B73;
	margin: 60px 0 20px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.process-lead {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 400;
	margin: 20px 0 0;
}
.process-btn-wrap {
	margin: 55px 0 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.process-flow {
		margin: 30px 0 0;
	}
	.process-flow-list {
		display: block;
	}
	.process-flow-item,
	.process-flow-item:last-child {
		margin: 0 auto 40px;
	}
	.process-flow-item {
		width: 53.3334vw;
		max-width: 270px;
	}
	.process-flow-item::after {
		border-width: 21px 13px 0 13px;
		border-color: #004B73 transparent transparent transparent;
		top: auto;
		right: auto;
		left: 50%;
		bottom: -32px;
		transform: translateX(-50%);
	}
	.process-subtitle {
		margin: 30px 0 20px;
		font-size: 1.8rem;
	}
	.process-lead {
		font-size: 1.2rem;
		line-height: 2.3;
	}
	.process-btn-wrap {
		margin: 30px 0 0;
	}
}

/* qa
------------------------------------------------------------------------ */
#qa {
	background-color: #FAFAFA;
}
.qa-list {
	position: relative;
	padding: 0 0 36px;
}
.qa-item {
	margin: 50px 0 0;
}
.qa-item-question {
	color: #004B73;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
}
.qa-item-question::before {
	content: "";
	border-top: 1px solid #004B73;
	position: absolute;
	bottom: -1px;
	height: 1px;
	width: calc(100% - 25px);
}
.qa-item-question::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 0;
	width: 56px;
	height: 50px;
}
.qa-item-answer {
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
}
.qa-item-answer::after {
	content: "";
	background-image: url("../img/icon_lightbulb-on.4143adba5db6.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 20px;
	width: 50px;
	height: 50px;
}
.qa-item:nth-child(2n+1) .qa-item-question {
	padding: 10px 0 10px 70px;
}
.qa-item:nth-child(2n+1) .qa-item-question::before {
	right: 0;
}
.qa-item:nth-child(2n+1) .qa-item-question::after {
	background-image: url("../img/icon_question-circle-01.b777ca139e4c.png");
	left: 0;
}
.qa-item:nth-child(2n+1) .qa-item-answer {
	padding: 20px 0 0 70px;
}
.qa-item:nth-child(2n+1) .qa-item-answer::after {
	left: 0;
}
.qa-item:nth-child(even) .qa-item-question {
	padding: 10px 70px 10px 0;
}
.qa-item:nth-child(even) .qa-item-question::before {
	left: 0;
}
.qa-item:nth-child(even) .qa-item-question::after {
	background-image: url("../img/icon_question-circle-02.ee1c7a9844a2.png");
	right: 0;
}
.qa-item:nth-child(even) .qa-item-answer {
	padding: 20px 70px 0 0;
}
.qa-item:nth-child(even) .qa-item-answer::after {
	right: 0;
}
@media screen and (max-width: 767px) {
	.qa-list {
		padding: 0;
	}
	.qa-item {
		margin: 25px 0 0;
	}
	.qa-item-question {
		font-size: 1.6rem;
	}
	.qa-item-answer {
		font-size: 1.2rem;
	}
	.qa-item:nth-child(even) .qa-item-question {
		padding: 10px 0 10px 70px;
	}
	.qa-item:nth-child(even) .qa-item-question::before {
		left: auto;
		right: 0;
	}
	.qa-item:nth-child(even) .qa-item-question::after {
		background-image: url("../img/icon_question-circle-01.b777ca139e4c.png");
		right: auto;
		left: 0;
	}
	.qa-item:nth-child(even) .qa-item-answer {
		padding: 20px 0 0 70px;
	}
	.qa-item:nth-child(even) .qa-item-answer::after {
		right: auto;
		left: 0;
	}
}

/* inquiry
------------------------------------------------------------------------ */
#contact {
	margin-bottom: 140px;
}
.inquiry-form{
	font-size: 1.4rem;
	color: #5C6B72;
}
.inquiry-form small{
	font-size: 80%;
}
.inquiry-form .red{
	color: #FE595F;
}
.inquiry-form .contact-form {
	max-width: 800px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #DDD;
}
.inquiry-form .contact-form tr>* {
	padding: 20px;
	border-bottom: solid 1px #DDD;
}
.inquiry-form .contact-form th {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
}
.inquiry-form .contact-form td {
	padding-left: 0px;
	text-align: left;
}
.inquiry-form .contact-form input,
.inquiry-form .contact-form textarea {
	width: 100%;
	border: solid 1px #CCC;
	padding: 10px;
	vertical-align: top;
	color: #5C6B72;
}
.inquiry-form .submit{
	margin: 60px auto 0;
	text-align: center;
}
.inquiry-form .submit .btn:hover{
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#contact {
		margin-bottom: 55px;
	}
	.inquiry-form{
		font-size: 1.2rem;
		color: #5C6B72;
		padding: 0 0 20px;
	}
	.inquiry-form small{
		font-size: 80%;
	}
	.inquiry-form .red{
		color: #FE595F;
	}
	.inquiry-form .contact-form,
	.inquiry-form .contact-form tbody,
	.inquiry-form .contact-form tr {
		display: block;
	}
	.inquiry-form .contact-form tr>* {
		display: block;
		padding: 20px 0;
	}
	.inquiry-form .contact-form th {
		border-bottom: none;
		padding-bottom: 10px;
		width: 100%;
		text-align: left;
	}
	.inquiry-form .contact-form td {
		padding-top: 0;
	}
	.inquiry-form .submit{
		margin: 20px auto 0;
	}
}

/* pagetop
------------------------------------------------------------------------ */
#pagetop a{
	display: block;
	position: absolute;
	right: 0;
	bottom: 35px;
	line-height: 0;
	width: 50px;
}
@media screen and (min-width: 768px) {
	#pagetop{
		position: fixed;
		margin: 0 0 0 425px;
		z-index: 10;
		right: 100px;
		bottom: 80px;
	}

}
@media screen and (max-width: 767px) {
	#pagetop .inner{
		position: relative;
	}
	#pagetop a{
		right: 10px;
		bottom: 20px;
		width: 40px;
	}
}

/* footer
------------------------------------------------------------------------ */
footer{
	background-color: #004B73;
	height: 100px;
	padding: 20px 0;
	color: #ffffff;
}
footer a{
	color: #ffffff;
	text-decoration: none;
}
footer a[target=_blank]{
	background: url("../img/icon_blank.e8386fbf6fc1.png") no-repeat right center;
	background-size: 11px auto;
	padding-right: 20px;
}
footer .inner{
	display: flex;
	justify-content: space-between;
}
.footer-logo img{
	width: 110px;
}
.footer-copyright{
	font-size: 1.1rem;
}
.footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
}
.footer-menu ul li + li::before{
	content: '｜';
	margin: 0 20px;
}
@media screen and (max-width: 767px) {
	footer{
		background-color: #004B73;
		height: auto;
		padding: 20px 0 40px;
		text-align: center;
	}
	footer .inner{
		flex-direction: column-reverse;
		align-items: center;
	}
	.footer-left{
		margin: 15px 0 0;
	}
}
/* system message */
.alert {
  position: sticky;
  top: 30%;
  z-index: 101;
	width: 80%;
	max-width: 600px;
  margin: 0 auto;
  color: #FFF;
  line-height: 1.5;
	font-size: 1.4rem;
}
.alert ul {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  list-style: none;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.alert ul li {
  position: relative;
  padding: 20px;
  background: rgba(52, 148, 90, .9);
	border-radius: 10px;
}
.alert a.close {
  display: none;
}

.sns_btn a {
	display: inline-block;
	margin: -2px 0 0;
	line-height: 24px;
	vertical-align: top;
}
.sns_btn a + a { margin-left: 5px; }
.sns_btn img { vertical-align: top; }
.sns_btn span { display: none; }
@media screen and (max-width: 950px) {
	.sns_btn a {
		display: block;
		margin: 18px 0;
	}
	.sns_btn a + a { margin-left:0; }
	.sns_btn span {
		display: inline-block;
		margin-left: 5px;
	}
}

.errorlist { color: red; }
.errorlist li::before {
	content: '▼ ';
	animation: flash 1s linear infinite;
}
@keyframes flash {
  0%,100% {
	opacity: 1;
  }

  50% {
	opacity: 0;
  }
}
