@charset "utf-8";


/*=================================

	all

================================ */
* {
	box-sizing: border-box;
}
html {
    height:100%;
}
body {
	height: 100%;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	line-height: 1.6;
	color: #121212;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	min-width: 375px;
}
@media screen and (max-width: 933px){
	body {
	font-size: 13px;
}
}
.sp {
	display: none;
}
@media only screen and (max-width: 480px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
#webWrapper{
	position: relative;
    min-height: 100vh;
	padding-bottom: 150px; 
	background: url("/lp/souco_service/images/index_bg01.png") 0 0 repeat;
}
@media screen and (max-width: 767px){
	#webWrapper{
		padding-bottom: 208px;
	}
}

/*=================================

	header

================================ */
header{
	background-color: #F9F9F9;
	padding: 0 10px;
	border-bottom: 2px solid #0077FF;
}
header .flexBox{
	max-width: 934px;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header .flexBox .headerBox{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 50%;
}
header .flexBox .headerBox .logo{
	padding: 18px 0 16px;
}
header .flexBox .headerBox .cross{
	font-size: 30px;
	font-weight: bold;
	padding: 0 28px;
	color: #707070;
}
h1{
	font-size: 22px;
}
@media screen and (max-width: 933px){
	h1{
		font-size: 16px;
		padding-bottom: 8px;
	}
	header .flexBox{
		width: 100%;
		margin: auto;
		display: block;
	}
	header .flexBox .headerBox{
		width: 100%;
		justify-content: center;
	}
	header .flexBox .headerBox p.logo{
		padding: 15px 0 4px;
	}
	header .flexBox .headerBox p.souco{
		width: 100px;
	}
	header .flexBox .headerBox p.nx{
		width: 124px;
	}
	header .flexBox .headerBox p.logo img{
		width: 100%;
	}
	header .flexBox .headerBox .cross{
	font-size: 20px;
	padding: 0 22px;
}
}

/*=================================

	main

================================ */
main{
}
.innerBox{
	max-width: 934px;
	display: block;
	margin: auto;
}
@media screen and (max-width: 1099px){
	.innerBox{
		padding: 0 10px;
	}
}
h2{
	margin-bottom: 5px;
	font-size: 18px;
}
@media screen and (max-width: 933px){
	h2{
		text-align: center;
		line-height: 1.6;
	}
}
#first{
	padding: 20px 0 0;
}
@media screen and (max-width: 933px){
	#first{
		padding: 25px 0 22px;
		background: #FFFFFF;
	}
}

.problemBox{
	margin-bottom: 10px;
}
.problemBox .flexBox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.problemBox .flexBox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.problemBox ul li{
	position: relative;
	width: 220px;
	height: 130px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.problemBox ul li .sp{
	display: block;
}
@media screen and (min-width:620px) and (max-width:799px){
	.problemBox ul li .sp{
		display: none;
	}
}
@media screen and (min-width: 799px){
	.problemBox ul li + li{
		margin-left: 22px;
	}
}
.problemBox ul li::before{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	right: 62px;
	bottom: 47px;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: 3px solid #121212;
	z-index: 9;
}
.problemBox ul li::after{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	right: 76px;
	bottom: 38px;
	border-radius: 50%;
	border: 3px solid #121212;
	z-index: 9;
}
.problemBox ul li  span{
	display: inline-block;
	text-align: center;
	width: 100%;
	border: 4px solid #121212;
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 8px 8px 10px;
}
.problemBox ul li img{
	position: absolute;
	width: 78px;
	height: auto;
	bottom: 4px;
	left: 50%;
	transform: translate(-50%,0%); 	
	z-index: 9;
}

@media screen and (max-width: 933px){	
	.problemBox{
		padding-bottom: 30px;
	}
	.problemBox .flexBox{
		display: block;
	}
	.problemBox ul{
		padding: 0 35px;
	}
	.problemBox .innerBox{
		padding: 0;
	}
}
@media screen and (max-width: 799px){
	.problemBox .flexBox ul{
		display: block;
	}
	.problemBox ul li{
		height: auto;
	}
	.problemBox ul li{
		text-align: right;
		padding: 0 0 0 110px;
		width: 100%;
		margin-bottom: 74px;
	}
	.problemBox ul li::before{
		width: 12px;
		height: 12px;
		right: auto;
		left: 90px; 
		bottom: -18px;
		border: 2px solid #121212;
	}
	.problemBox ul li::after{
		width: 8px;
		height: 8px;
		right: auto;
		left: 78px;
		bottom: -30px;
		background-color: #FFFFFF;
		border: 2px solid #121212;
	}
	.problemBox ul{
		display: block;
	}
	.problemBox ul li{	
		width: 100%;
	}
	.problemBox ul li  span{
		border: 3px solid #121212;
		border-radius: 20px;
		padding: 10px 8px 12px;
	}
	.problemBox ul li img{
		position: absolute;
		width: 86px;
		height: auto;
		bottom: -58px;
		left: 0px;
		transform: translate(0%,0%); 	
		z-index: 9;
	}
	.problemBox ul li:nth-child(2){
		text-align: left;
		padding: 0 110px 0 0;
	}
	.problemBox ul li:nth-child(2)::before{
		right: 90px;
		left: auto; 
	}
	.problemBox ul li:nth-child(2)::after{
		right: 78px;
		left: auto;
	}
	.problemBox ul li:nth-child(2) img{
		left: auto;
		right: 0px;
	}
}
h3{
	width: 181px;
	height: 95px;
	padding-bottom: 55px;
    position: relative;
	padding: 22px 0;
	background-color: #0077FF;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 933px){
	h3{
		width: auto;
		height: auto;
		margin-bottom: 45px;
		font-size: 20px;
		padding: 10px 0;
	}
	h3::before {
		content: "";
		position: absolute;
		border: solid 28px transparent;
		border-top: solid 28px #0077FF;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	h3 .pc {
		display: none;
	}
}
@media screen and (min-width: 1050px){
	h3{
		max-width: 181px;
	}
	h3:before,
	h3:after{
	  content: "";
	  position: absolute;
	  width: 0;
	  height: 0;
	  margin: auto;
	}
	h3:before{
	  top:0;
	  right:-29.5px;
	  border-style: solid;
	  border-color: transparent transparent transparent #0077FF;;
	  border-width: 47px 0 48px 30px;
	  z-index: 10;
	}
}

.blueBox .innerBox{
	max-width: 1100px;
	background-color: #F2F6FB;
	border-radius: 20px;
	padding: 20px 40px;
}
.blueBox .innerBox .flexBox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.blueBox .contentsBox{
	max-width: 860px;
	padding-left: 30px;
}
.blueBox h2{
	color: #0077FF;
}
.blueBox h2 + p{
	color: #385F8D;
}
@media screen and (max-width: 1099px){
	.blueBox .innerBox{
		border-radius: 0;
		padding: 20px 10px;
	}
}
@media screen and (max-width: 933px){
	.blueBox .innerBox .flexBox{
		display: block;
	}
	.blueBox .img{
		text-align: center;
	}
		.blueBox .img img{
		width: 90px;
	}
	.blueBox .contentsBox{
		max-width: 950px;
		padding-left: 0;
		padding-top: 24px;
	}
}

/*btn*/
.btn{
	margin: 14px 0;
	border-radius: 50px;
	background-color: #FFFFFF;
}
.btn a{
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 12px 0;
	background-color: #FF8600;
	color: #FFFFFF;
	border-radius: 50px;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	transition: .2s;
	box-shadow: 0px 3px 6px 0px #d4cfe3 ;
	-webkit-box-shadow: 0px 3px 6px 0px #d4cfe3 ;
	-moz-box-shadow: 0px 3px 6px 0px #d4cfe3 ;
	-o-box-shadow: 0px 3px 6px 0px #d4cfe3 ;
	-ms-box-shadow: 0px 3px 6px 0px #d4cfe3 ;
}
.btn a:hover,
.btn a:active{
	opacity: 0.6;
}
@media screen and (min-width: 933px){
	.btn a.sp {
		display: none;
	}
}
@media screen and (max-width: 933px){
	.btn{
		margin: 28px 0;
	}
	.btn a{
		padding: 12px 20px;
		font-size: 16px;
	}
	.btn a span{
		font-size: 14px;
	}
	
	.btn a.sp {
		display: block;
	}
}
@media screen and (max-width: 599px){
	.btn a{
		padding: 10px 20px;
	}
	.btn a i{
		position: absolute;
		width: auto;
		height: auto;
		right: 7%;
		bottom: 45%;
	}	
	.btn a > .sp {
		display: block;
	}
}
ul.notes li{
	line-height: 1.8;
	margin-left:1em;
 	text-indent:-1em;
	color: #757575;
	font-size: 10px;
}
@media screen and (max-width: 599px){
	ul.notes li{
		font-size: 10px;
	}
}

/*=================================

	footer

================================ */

footer {
	margin-top: 80px;
	width: 100%;
	position: absolute;
	bottom:0;
	max-width: 100%;
	background: #F5F5F5;
}
.footerContent ul {
    padding: 16px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footerContent ul li {
    padding: 0 20px;
    position: relative;
}
.footerContent ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #bbbbbb;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.footerContent ul li:last-child:after {
    display: none;
}
.footerContent ul a {
	color: #121212;
	font-size: 12px;
	text-decoration: none;
}
.footerContent ul a:hover{
	text-decoration: underline;
}
.footerContent p {
    padding: 0 20px;
    font-size: 13px;
    color: #888;
    word-wrap: break-word;
	text-align: center;
}
.Copyright {
	padding: 7px 0;
	color: #FFFFFF;	
	background-color: #B9C2CE;
	text-align: center;
	font-size: 13px;
}
@media screen and (max-width: 767px){
	footer {
		margin-top: 35px;
	}
	.footerContent ul{
		padding: 0;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}
	.footerContent ul li{
		border-top: 1px solid rgba(0,0,0,0.05);
	}
	.footerContent ul li:after {
		display: none;
	}
	.footerContent ul li a{
		padding: 6px 0;
		position: relative;
		display: block;
	}
	.footerContent ul li a::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 2px solid #242627;;
		border-right: 2px solid #242627;;
		transform: rotate(45deg);
		box-sizing: border-box;
	}
}