@charset "UTF-8";
body{
	margin: 0;
}
#div_onestop .title{
	width: 100%;
	height: auto;
}
#div_onestop .title img{
	width: 100%;
}
.blue{
	background-color: #2778be;
	background-image: url(../img/one-stop/top/sankaku.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 30px 10px;
}
.blue-in {
	max-width: 1000px;
	margin: 0 auto;
}
#div_onestop .blue-in h2{
	color: #fff100;
	font-size: 3rem;
	margin: 15px 0;
	letter-spacing: 0.05em;
}
.blue-text1 , .blue-text2 {
	display: flex;
}
.blue-text1 p{
	width: 40%;
	color: white;
	margin-right: 15px;
}
.blue-text2 p{
	width: 60%;
	color: white;
	margin-right: 15px;
}
.blue-text1-img{
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}
.blue-text1-img a{
	width: calc( 100% / 4);
}
.blue-text2-img{
	width: 40%;
}
.blue-text1-img img,.blue-text2-img img{
	width: 100%;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.box{
	display: flex;
	justify-content: space-between;
}
.box1 {
	margin-top: 20px;
}
.box2 {
	margin-top: -40px;
}
#div_onestop .box1 .boxL{
	width: 55%;
	position: relative;
}
.flow{
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
.flow img{
	width: 100%;
}
.box1 .flow_img{
	padding-top: 50px;
	padding-left: 50px;
}
.box1 .flow_img2{
	padding-top: 125px;
	padding-left: 50px;
}

#div_onestop .box2 .boxR{
	width: 55%;
}
.box1 .boxR, .box2 .boxL{
	width: 45%;
	padding-top: 50px;
}
.box1 .boxR-2{
	width: 45%;
	padding-top: 125px;
}
.boxL{
	margin-right: 15px;
}
.box2 .boxL{
	padding-top: 50px; 
}
.flow_img img , .flow_img2 img , .box2 .boxR img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

#div_onestop h3{
	font-size: 25px;
	margin-bottom: 10px;
}

.boxR .step, .boxR-2 .step{
	font-size: 15px;
	color: #03b8df;
	font-family: 'ヒラギノUD角ゴF W6 JIS2004','Hiragino UD Sans F W6 JIS2004';
}
.box2-text{
	color: #2778be;
	font-size: 20px;
	font-family: 'ヒラギノUD角ゴF W6 JIS2004','Hiragino UD Sans F W6 JIS2004';
	line-height: normal;
}
#div_onestop .box2 .boxL .text{
	margin-bottom: 10px;
}
/*リンクボタン*/
.link_btn {
	margin: 15px 0;
	display: inline-block;
  }
  .link_btn a {
	font-size: 1.6rem;
	font-family: 'ヒラギノUD角ゴF W4 JIS2004','Hiragino UD Sans F W4 JIS2004';
	color: #fff;
	padding: 10px 15px 9px 40px;
	opacity: 1;
	transition: .6s;
	background: url(../img/common/double_arrow.png) left 10px center no-repeat #008051;
	background-size: 23px 16px;
  }
  #div_onestop .br-sp {
	display: none;
}

@media screen and (max-width: 1000px) {
#div_onestop .box1 .boxL , #div_onestop .box2 .boxR{
	width: 55% !important;
}
#div_onestop .box1 .boxR,#div_onestop .box2 .boxL,#div_onestop .box1 .boxR-2{
	width: 45% !important;
}
}
@media screen and (max-width: 767px) {
.blue{
	background-size: contain;
}
#div_onestop .blue-in h2{
	font-size: 2.4rem;
}
.blue-text1{
	display: block;
	margin-bottom: 20px;
}
.blue-text2 {
	display: block;
}
.blue-text1 p,.blue-text2 p{
	width: 100%;
}
.blue-text1-img,.blue-text2-img{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#div_onestop .blue-text2-img img{
	width: 80%;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
  }
.box{
	display: block;
}
#div_onestop .box1 .boxL,#div_onestop .box1 .boxR,#div_onestop .box2 .boxL,#div_onestop .box1 .boxR-2{
	width: 100% !important;
}
#div_onestop .box2 .boxR{
	width: 100% !important;
	padding: 0 20px;
}

.box2 {
	margin-top: 0;
}
.flow{
	width: 80px;
}
.box1 .flow_img{
	padding-top: 40px;
	padding-left: 40px;
}
.box1 .flow_img2{
	padding-top: 80px;
	padding-left: 40px;
}
.box1 .boxR, .box2 .boxL,.box1 .boxR-2{
	padding-top: 10px;
}
#div_onestop .br-sp {
	display: block;
}
.link_btn {
	margin-bottom: 30px;
  }
}

/*フッター*/
footer .container {
  padding: 0px;
}
@media screen and (max-width: 1000px) {
    footer .container {
    padding-left: 15px;
    padding-right: 15px;
    }
}