@charset "utf-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, h7, div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset, form, input[type="radio"], input[type="checkbox"] {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, h7, dt, dd, th, td, em, address, label {
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
}
ol, ul {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img, fieldset {
    border: 0;
}
h1, h2, h3, h4, h5, h6, h7, p, dl, dt, dd, ol, ul, li, th, td {
    line-height: 1.8;
}
/*common*/
main img {
    display: block;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}
main {
    font-family: '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.8;
    font-size: 18px;
	color: #333;
	font-feature-settings: "palt";
}
main a {
    color: #0066CC;
}
main a.btn_detail {
	position: relative;
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	padding: 20px;
	color: #333;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 9999px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  	transition: .3s;
}
main a.btn_detail:hover {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	transform: translateY(2px);
  	transition: .3s;
}
main a.btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	border-top: solid 3px #666;
	border-right: solid 3px #666;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}
main .sp {
	display: none;
}
main .inner {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
main .cta {
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	border-radius: 10px;
	overflow: hidden;
}
main .cta .cta_tit {
	padding: 30px 20px;
	color: #FFF;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: rgb(74,148,172);
	background: linear-gradient(135deg, rgba(74,148,172,1) 0%, rgba(56,123,145,1) 100%);
	border-radius: 10px 10px 0 0;
}
main .cta .cta_context {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px;
	background: #FFF;
	border-radius: 0 0 10px 10px;
}
main .cta .cta_context .cta_division {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}
main .cta .cta_context .cta_division p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
main .cta .cta_context .cta_division::before {
	display: block;
	margin-right: 20px;
	content: "";
	width: 100px;
	height: 100px;
	background: url("/houjin/solution/image/shopsupport.png") no-repeat;
	background-size: 100% 100%;
}
main .cta .cta_context .cta_tel {
	width: 400px;
	margin-right: 40px;
	pointer-events: none;
	text-decoration: none;
}
main .cta .cta_context .cta_tel a {
	color: #333;
}
main .cta .cta_context .cta_tel img {
	width: 100%;
	height: auto;
}
main .cta .cta_context .cta_tel p.openhour {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
main .cta .cta_context .cta_mail {
	width: 400px;
}
main .cta .cta_context .cta_mail a {
	position: relative;
	display: block;
	padding: 30px;
	color: #FFF;
	line-height: 1;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	text-align: center;
	background: #0f476a;
	border-radius: 9999px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  	transition: .3s;
}
main .cta .cta_context .cta_mail a:hover {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	transform: translateY(2px);
  	transition: .3s;
}
main .cta .cta_context .cta_mail a::after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}
main section h2 {
	margin-bottom: 60px;
	font-size: 38px;
	line-height: 1.4;
	font-weight: bold;
	color: #0f476a;
	text-align: center;
}
main section h2 img {
	display: block;
	margin: 10px auto 0;
	width: auto;
	height: 15px;
}

/*mv*/
#mv {
	background: url("/houjin/solution/image/bg_mv.jpg") center center no-repeat #0A2437;
	background-size: cover;
}
#mv .inner {
	padding: 15px 0 60px;
}
#mv .breadcrumb {
	margin: 0 0 20px;
	padding: 0;
}
#mv .breadcrumb li {
	display: inline;
	font-size: 12px;
	color: #FFF;
}
#mv .breadcrumb li a {
	color: #FFF;
	text-decoration: underline;
}
#mv .breadcrumb li+li:before {
	content: ">";
	padding: 0 0.2em;
	color: #FFF;
}
#mv .mv_box {
	min-height: 450px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mv .mv_box h1 {
	width: 550px;
	padding: 0 30px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#mv .mv_box h1 strong {
	font-size: 43px;
}
#mv .mv_box .cta {
	width: 440px;
}
#mv .mv_box .cta .cta_tit {
	padding: 20px 10px;
	font-size: 22px;
}
#mv .mv_box .cta .cta_division {
	margin-bottom: 20px;
}
#mv .mv_box .cta .cta_division p {
	font-size: 17px;
}
#mv .mv_box .cta .cta_division::before {
	margin-right: 15px;
}
#mv .mv_box .cta .cta_tel {
	width: 100%;
	margin: 0 0 20px;
}
#mv .mv_box .cta .cta_tel p.openhour {
	font-size: 12px;
}
/*lead*/
#lead .inner {
	padding: 40px 0 20px;
}
#lead p {
	padding: 30px;
	background: #f2f2f2;
	font-size: 18px;
	border-radius: 10px;
}
/*solution*/
#solution .inner {
	padding: 60px 0;
}
#solution h2 img {
	height: 19px;
}
#solution .solution_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#solution .solution_list > li {
	display: flex;
	flex-direction: column;
	width: calc(50% - 20px);
	margin-bottom: 40px;
	padding: 0 30px 30px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
#solution .solution_list > li .image {
	margin: 0 -30px 20px;
}
#solution .solution_list > li .image img {
	width: 100%;
	height: auto;
}
#solution .solution_list > li .image.partner {
	position: relative;
}
#solution .solution_list > li .image.partner::after {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 140px;
	padding: 5px;
	content: "提携サービス";
	text-align: center;
	color: #FFF;
	font-size: 16px;
	background: #db2e30;
	border-radius: 3px;
}
#solution .solution_list > li h3 {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #0f476a;
	text-align: center;
}
#solution .solution_list > li h3 small {
	font-size: 18px;
}
#solution .solution_list > li p.explain {
	margin-bottom: 20px;
	font-size: 18px;
}
#solution .solution_list > li a.btn_detail {
	margin-top: auto;
}
#solution .solution_list > li dl.detail {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: auto;
	padding: 15px 10px;
	background: #f2f2f2;
	border-radius: 5px;
}
#solution .solution_list > li dl.detail dt {
	width: 120px;
	margin-right: 15px;
	padding: 5px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #0f476a;
	border-radius: 3px;
	box-sizing: border-box;
}
#solution .solution_list > li dl.detail dd {
	width: calc(100% - 135px);
}
#solution .solution_list > li dl.detail dd ul,
#solution .solution_list > li dl.detail dd ul li {
	line-height: 1.2;
}
#solution .solution_list > li dl.detail dd ul li {
	display: inline;
	white-space: nowrap;
	font-size: 13px;
}
#solution .solution_list > li dl.detail dd ul li::after {
	display: inline;
	content: "、";
}
#solution .solution_list > li dl.detail dd ul li:last-child::after {
	display: none;
}
#solution .disclaimer>li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.4;
}
/*about*/
#about .about_head {
    position: relative;
    margin-bottom: 80px;
    background: #0f476a;
}
#about .about_head .inner {
    height: 400px;
    display: flex;
}
#about .about_head .title {
    width: 440px;
    display: flex;
	justify-content: center;
    align-items: center;
    background: #0f476a;
}
#about .about_head .title h2 {
	margin-bottom: 0;
	color: #FFF;
}
#about .about_head .image {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(((100vw - 1000px) / 2) + 560px);
    height: 100%;
    background: url("/houjin/solution/image/bg_about.jpg") left center no-repeat;
    background-size: cover;
}
#about .profile {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
#about .profile .image {
	width: 475px;
	order: 2;
}
#about .profile .image img {
	width: 100%;
	height: auto;
}
#about .profile .context {
	width: 495px;
	order: 1;
}
#about .profile .context h3 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 24px;
	color: #0f476a;
}
#about .profile .context p {
	margin-bottom: 20px;
}
#about .profile .context p:last-of-type {
	margin-bottom: 0;
}
/*faq*/
#faq .inner {
	padding: 80px 0 60px;
}
#faq dl {
	margin-bottom: 60px;
}
#faq dl dt {
	position: relative;
	margin-bottom: 30px;
	padding-left: 60px;
	font-size: 20px;
	font-weight: bold;
}
#faq dl dt::before {
	position: absolute;
	top: -6.7px;
	left: 0;
	content: "";
	width: 43px;
	height: 43px;
	background: url("/houjin/solution/image/ico_q.png") center center no-repeat;
    background-size: 100% 100%;
}
#faq dl dt span {
	font-size: 80%;
}
#faq dl dd {
	position: relative;
	padding-left: 60px;
	font-size: 18px;
}
#faq dl dd::before {
	position: absolute;
	top: -6.7px;
	left: 0;
	content: "";
	width: 43px;
	height: 43px;
	background: url("/houjin/solution/image/ico_a.png") center center no-repeat;
    background-size: 100% 100%;
}
/*for tablet*/
@media screen and (max-width: 1200px) { 
	#houjin_gnav .gnav_menuarea .menuarea_list > li a p {
		font-size: 12px;
	}
}