@charset "utf-8";
/* 共通
***************************************************/
/* header */
#header {
	margin-bottom: 40px;
}
h2.cntTit {
	margin-bottom: 35px;
}
a.btn {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 380px;
	color: #FFF !important;
	text-decoration: none !important;
	background-color: #718ac5;
	padding: 18px 61px 18px 30px;
	margin: 0;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}
a.btn:after {
	content: " ";
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/icon_arrow01.png) 0 0 no-repeat;
	background-size: 16px 16px;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
a.btn:hover, a.btn:active {
	opacity: 0.8;
	color: #FFF;
}
/* index
***************************************************/
#pageIndex {
	margin: 80px 40px 120px;
	font-size: 14px;
}
#pageIndex .mainvisual {
	text-align: center;
}
#pageIndex .mainvisual h3 {
	margin-bottom: 15px;
}
#pageIndex .desc {
	margin: -40px 0 80px;
	text-align: center;
}
#pageIndex .desc__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 40px;
	text-align: left;
}
#pageIndex .desc__item div {
	width: 640px;
}
#pageIndex .desc__item div span {
	font-size: 12px;
}
#pageIndex .desc__item div a {
	margin-top: 30px;
}
#pageIndex .faq {
	margin: 0 0 80px;
}
#pageIndex .faq h3 {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 25px 0;
	margin-bottom: 40px;
	text-align: center;
}
#pageIndex .faq h3 span {
	display: block;
	width: 35.5em;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}
#pageIndex .faq .faqIndex {
	margin: 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px dotted #CCC;
}
#pageIndex .faq .faqIndex > img:first-child {
	margin-bottom: 30px;
}
#pageIndex .faq .faqIndex__list {
	width: 870px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#pageIndex .faq .faqIndex__list li {
	margin-bottom: 10px;
}
#pageIndex .faqCont__item {
	position: relative;
	padding-left: 40px;
	margin-bottom: 50px;
}
#pageIndex .faqCont__item h4 {
	margin: 0 0 10px -40px;
}
#pageIndex .faqCont__item:nth-of-type(1) img.capture {
	margin-bottom: 15px;
}
#pageIndex .faqCont__item:nth-of-type(1) b {
	font-size: 18px;
}
#pageIndex .faqCont__item:nth-of-type(2) img.capture {
	margin-top: 30px;
}
#pageIndex .faqCont__item:nth-of-type(3) p {
	position: absolute;
	top: 16px;
	right: 0;
}
#pageIndex .faqCont__item:nth-of-type(3) b, #pageIndex .faqCont__item:nth-of-type(3) strong {
	font-size: 21px;
	color: #decc00;
}
#pageIndex .faqCont__branch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 40px;
}
#pageIndex .faqCont__branch div {
	text-align: center;
	width: 345px;
}
#pageIndex .faqCont__flow dt {
	padding-left: 1.1em;
	margin-bottom: 3px;
	text-indent: -1em;
}
#pageIndex .faqCont__flow dd {
	padding: 20px 0 30px 31px;
	margin-bottom: 3px;
	background-image: url("../img/index_content_bg_01.png");
	background-image: image-set(url(../img/index_content_bg_01.png) 1x, url(../img/index_content_bg_01@2x.png) 2x);
	background-image: -webkit-image-set(url("../img/index_content_bg_01.png") 1x, url("../img/index_content_bg_01@2x.png") 2x);
	background-size: 16px 475px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#pageIndex #faq2 {
	position: relative;
}
#pageIndex #faq2 img:nth-of-type(2) {
	position: absolute;
	bottom: 5px;
	right: 100px;
}
#pageIndex #faq5 .faqCont__flow dd:nth-of-type(3) {
	position: relative;
	padding-bottom: 160px;
}
#pageIndex #faq5 .faqCont__flow dd:nth-of-type(3) img {
	position: absolute;
	bottom: 30px;
	right: 0;
}
#pageIndex .contact {
	position: relative;
	background-color: #f2f2f2;
	height: 90px;
	border-radius: 10px;
	margin-bottom: 80px;
}
#pageIndex .contact__txt {
	position: absolute;
	top: 15px;
	left: 195px;
}
#pageIndex .contact__link {
	position: absolute;
	bottom: 12px;
	left: 375px;
}
#pageIndex .contact__illust {
	position: absolute;
	top: -5px;
	left: 90px;
}
#pageIndex .procedures {
	text-align: center;
}
/* webservice
***************************************************/
#pageWebservice {
	margin: 80px 40px 120px;
	font-size: 14px;
}
#pageWebservice .mainvisual {
	text-align: center;
	margin-bottom: 80px;
}
#pageWebservice .mainvisual h3 {
	margin-bottom: 25px;
}
#pageWebservice .mainvisual p {
	text-align: left;
	font-size: 16px;
}
#pageWebservice .mainvisual p b {
	text-align: left;
	font-size: 16px;
	color: #00b3ec;
}
#pageWebservice .webservice__item {
	margin-bottom: 80px;
}
#pageWebservice .webservice__item:nth-of-type(2) h4 {
	margin-bottom: 25px;
}
#pageWebservice .webservice__item > div {
	position: relative;
	margin-left: 155px
}
#pageWebservice .webservice__item > div strong {
	font-size: 16px;
	color: #00b3ec;
}
#pageWebservice .webservice__item > div p.sup01 {
	display: block;
	width: 245px;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}
#pageWebservice .webservice__item > div p.sup01 span {
	color: #00b3ec;
}
#pageWebservice .webservice__item:nth-of-type(1) > div img {
	position: absolute;
	top: 90px;
	right: 0;
}
#pageWebservice .webservice__item:nth-of-type(2) {
	margin-bottom: 50px;
}
#pageWebservice .webservice__item:nth-of-type(2) > div img:nth-of-type(1) {
	margin: 10px 0 0 -12px;
}
#pageWebservice .webservice__item:nth-of-type(3) > div img {
	position: absolute;
	top: 0;
	right: 0;
}
#pageWebservice .webservice__item:nth-of-type(4) > div img {
	position: absolute;
	top: 0;
	right: -15px;
}
#pageWebservice .notice {
	text-align: center;
}
#pageWebservice .notice__cont {
	width: 826px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 85px;
	background-image: url("../img/webservice_footer_line01.png");
	background-image: image-set(url(../img/webservice_footer_line01.png) 1x, url(../img/webservice_footer_line01@2x.png) 2x);
	background-image: -webkit-image-set(url(../img/webservice_footer_line01.png) 1x, url(../img/webservice_footer_line01@2x.png) 2x);
	background-size: 826px 75px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#pageWebservice .notice__cont div {
	width: 600px;
	text-align: left;
}
#pageWebservice .notice__cont img {
	margin-top: -45px;
}
#pageWebservice .notice__cont div h4 {
	font-size: 22px;
	color: #00b3ec;
	font-weight: normal;
	margin-bottom: -5px;
}
#pageWebservice .notice__cont div strong, #pageWebservice .notice__cont div span {
	color: #00b3ec;
}
#pageWebservice .notice__cont div strong {
	font-size: 22px;
}
#pageWebservice .notice__link {
	width: 780px;
	margin: -10px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#pageWebservice .notice__link a.btn {
	width: 280px;
}