/* ----------- mv ----------- */
.mv {
	overflow: hidden;
}
.mv {
	/* height: 778px; */
	background: url(../img/mv_bg.png);
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}
.mv_bg{
	background: url(../img/mv_bg02.png);
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: auto 100%;
}
.mv_pc{
	
}
.mv_pc img{
	display: block;
	margin: 0 auto;
}

/* ----------- problem ----------- */
.problem{
	padding: 120px 0 143px;
	font-family: 'Noto Sans JP';
}
.problem_describe{
	margin-bottom: 38px;
}
.problem_describe p{
	font-size: 2.2rem;
	color: #505050;
	line-height: 3.7rem;
	text-align: center;
	font-weight: 400;
	font-family: 'Noto Sans JP';
	letter-spacing: 1.5px;
}
.problem_describe img{
	display: block;
	margin: 15px auto 0;
}

.problem_list{
	margin-top: 50px;
}

.problem_list ul{
	
}

.problem_list ul li{
	background-color: #eff3f5;
	margin-bottom: 30px;
	padding: 40px 48px 35px 30px;
	border-radius: 4px;
}
.problem_list ul li:last-child{
	margin-bottom: 0;
}
.problem_lTable{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.problem_lImg{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 340px;
	padding-right: 30px;
	text-align: center;
}
.problem_lInner{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.problem_lImg img{
	display: block;
	margin: 0 auto;
}
.problem_lImg p{
	font-size: 2.6rem;
	color: #505050;
	line-height: 3.4rem;
	font-weight: bold;
	padding-top: 18px;
	font-family: 'Noto Sans JP';
}
.problem_lInner{
	font-weight: 400;
	font-size: 1.6rem;
	color: #505050;
	line-height: 3.4rem;
	text-align: justify;
}
.problem_subTitle{
	text-align: center;
	margin-top: 65px;
	background: url(../img/problem_img06.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	padding-top: 20px;
	font-family: 'Noto Sans JP';
}
.problem_subTitle p{
	display: inline-block;
	padding: 0 130px 0;
	background: url(../img/problem_img05.png) left center,url(../img/problem_img05.png) right center;
	background-repeat: no-repeat;
}
.problem_subTitle p span{
	display: inline-block;
	font-size: 3.0rem;
	line-height: 1;
	color: #505050;
	font-weight: bold;
	padding: 15px 13px 15px;
}
.problem_subText{
	font-size: 2.0rem;
	line-height: 2.8rem;
	color: #505050;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	font-family: 'Noto Sans JP';
}

.problem_inner{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.4rem;
	color: #505050;
	text-align: justify;
	background-color: #eff3f5;
	padding: 40px 48px;
	margin-top: 25px;
	border-radius: 4px;
}

/* ----------- way ----------- */
.way{
	padding: 145px 0 135px;
	background-color: #eff3f5;
	font-family: 'Noto Sans JP';
}
.way_intro{
	font-size: 2.2rem;
	line-height: 2.8rem;
	color: #505050;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	font-family: 'Noto Sans JP';
}
.way_title{
	background-color: #005c7e;
	text-align: center;
	padding: 34px 10px;
	border-radius: 4px;
	margin-top: 45px;
	position: relative;
}
.way_title h3{
	font-size: 3.5rem;
	line-height: 1.2;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Noto Sans JP';
}
.way_title::after{
	content: "";
	width: 33px;
	height: 20px;
	background: url(../img/way_img01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: -19px;
	transform: translateX(-50%);
}
.way_center{
	background-color: #FFFFFF;
	padding: 70px 74px 80px;
	margin-top: 60px;
	border-radius: 4px;
}
.way_c1{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 5px solid #eff3f5;
	border-radius: 10px;
	padding: 40px 25px;
}
.way_c1_img{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 395px;
	padding-right: 20px;
}
.way_c1_img img{
	display: block;
}
.way_c1_inner{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	font-family: 'Noto Sans JP';
}
.way_c1_list{
	
}
.way_c1_list li{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.way_c1_list li:last-child{
	margin-bottom: 0;
}
.way_c1_list li div{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.way_c1_list li div img{
	display: block;
}
.way_c1_list li div:nth-child(1){
	width: 31px;
	padding-top: 2px;
}
.way_c1_list li div:nth-child(2){
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 15px;
	line-height: 3.0rem;
	text-align: justify;
	letter-spacing: -0.3px;
}
.way_c1_list02{
	background-color: #eff3f5;
	border-radius: 4px;
	padding: 28px 27px;
	margin-top: 20px;
}
.way_c1_list02 li{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 9px;
}
.way_c1_list02 li:last-child{
	margin-bottom: 0;
}
.way_c1_list02 li div{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	color: #005c7e;
	line-height: 1.2;
	font-weight: bold;
}
.way_c1_list02 li div:nth-child(2){
	padding-left: 8px;
	text-align: justify;
}
.way_c2{
	margin-top: 65px;
}
.way_c2 img{
	display: block;
	margin: 0 auto;
}
.way_c2 img.way_c2_img01{
	
}
.way_c2 img.way_c2_img01_sp{
	display: none;
}
.way_c2_img02{
	margin-top: 40px;
	background-color: #005c7e;
	border-radius: 10px;
	padding: 40px 40px 35px;
}
.way_c2_img02 img:nth-child(2){
	display: none;
}
.way_c3{
	margin-top: 55px;
}
.way_c3_text{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.4rem;
	text-align: justify;
	color: #010101;
}
.way_c3_title{
	color: #005c7e;
	font-size: 2.0rem;
	line-height: 3.4rem;
	font-weight: bold;
	margin: 40px 0 30px;
	text-align: justify;
	font-family: 'Noto Sans JP';
}
.way_c1_list03{
	padding: 18px 27px;
}
.way_c1_list03 li{
	font-size: 1.8rem;
	color: #005c7e;
	line-height: 3.2rem;
	font-weight: bold;
}
.way_c3_summarize{
	font-size: 2.4rem;
	color: #005c7e;
	line-height: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-top: 55px;
	font-family: 'Noto Sans JP';
}

/* ----------- contact ----------- */
.contact{
	background-color: #91b1a8;
	font-family: 'Noto Sans JP';
}
.contact_box{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
.contact_Inner{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* padding: 10px 0; */
}
.contact_Img{
	display: table-cell;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	padding-left: 25px;
}
.contact_title{
	text-align: center;
}
.contact_title span{
	display: inline-block;
	font-size: 2.2rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	width: 530px;
	padding: 6px 10px 6px;
	border-radius: 6px;
	border: 1px solid #FFFFFF;
	letter-spacing: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: 'Noto Sans JP';
}
.contact_tel{
	padding-top: 20px;
}
.contact_tel a{
	display: block;
	max-width: 90%;
	margin: 0 auto;
}
.contact_tel a img{
	display: block;
	margin: 0 auto;
}
.contact_tel a:hover{
	opacity: 0.8;
}

/* ----------- contact ----------- */
.create{
	padding: 135px 0 110px;
	font-family: 'Noto Sans JP';
	background-color: #eff3f5;
}
.create_list{
	margin-top: 50px;
}
.create_list ul{
	
}
.create_list ul li{
	width: 27.5%;
	float: left;
	margin-right: 8.75%;
}
.create_list ul li:nth-child(3n){
	margin-right: 0%;
}
.create_img{
	
}
.create_img img{
	display: block;
	margin: 0 auto;
}
.create_title {
	font-size: 2.0rem;
	line-height: 3.0rem;
	color: #505050;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	font-family: 'Noto Sans JP';
}
.create_text {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #505050;
	text-align: justify;
	margin-top: 20px;
}

/* ----------- sell ----------- */
.sell{
	font-family: 'Noto Sans JP';
	padding: 130px 0 135px;
}
.sell_list{
	margin-top: 55px;
}
.sell_list ul{
	
}
.sell_list ul li{
	position: relative;
	margin-bottom: 10px;
	background-color: #91b1a8;
}
.sell_list ul li::after{
	content: "";
	display: block;
	width: 40%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
}
.sell_list ul li.bg01::after{
	background: url(../img/sell_img01.png);
}
.sell_list ul li.bg02::after{
	background: url(../img/sell_img02.png);
}
.sell_list ul li.bg03::after{
	background: url(../img/sell_img03.png);
}
.sell_list ul li.bg04::after{
	background: url(../img/sell_img04.png);
}
.sell_list ul li:last-child{
	margin-bottom: 0px;
}
.sell_table{
	position: relative;
	z-index: 2;
	padding: 25px 28px 22px 50px;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.sell_left{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 75px;
}
.sell_right{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 165px;
}
.sell_title{
	font-size: 2.8rem;
	line-height: 3.2rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	font-family: 'Noto Sans JP';
}
.sell_text{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.0rem;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 5px;
	letter-spacing: 0.5px;
}
.sell_btn{
	
}
.sell_btn a{
	display: block;
	text-align: center;
	color: #91b1a8;
	background-color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 1;
	padding: 12px 10px 12px;
	font-family: 'Noto Sans JP';
}
.sell_btn a:hover{
	opacity: 0.8;
}

/* ----------- about ----------- */
.about{
	background: url(../img/about_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-family: 'Noto Sans JP';
}
.about_bg{
	padding: 138px 0 125px;
	background: url(../img/about_bg02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
}
.about_box{
	padding: 48px 140px 46px;
	background-color: rgba(255,255,255,0.8);
}
.about_title h2{
	font-size: 3.5rem;
	color: #005c7e;
	font-weight: bold;
	line-height: 4.3rem;
	font-family: 'Noto Sans JP';
}
.about_inner{
	font-size: 1.6rem;
	color: #000000;
	line-height: 3.2rem;
	text-align: justify;
	margin-top: 15px;
}
.about_iLeft{
	width: 50%;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.about_iRight{
	width: 50%;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.about_inner a{
	color: #000000;
}
.about_inner a.btn{
	text-decoration: underline;
}
.about_inner a:hover{
	color: #005c7e;
}

/* ----------- prevention ----------- */
.prevention{
	padding: 134px 0 130px;
	font-family: 'Noto Sans JP';
}
.prevention_box{
	border: 5px solid #aaaaaa;
	border-radius: 10px;
	padding: 80px 40px 70px;
}
.prevention_title{
	font-size: 2.4rem;
	color: #005c7e;
	font-weight: bold;
	text-align: center;
	line-height: 3.2rem;
	font-family: 'Noto Sans JP';
}
.prevention_inner{
	font-weight: 400;
	font-size: 1.6rem;
	color: #000000;
	text-align: center;
	line-height: 3.2rem;
	margin-top: 40px;
}
.prevention_inner br.sp_none{
	
}

@media only screen and (max-width: 1024px) {

	/* ----------- mv ----------- */
	.mv_pc img {
	    max-width: 80%;
	}
	
	/* ----------- problem ----------- */
	.problem {
	    padding: 80px 0;
	}
	.problem_describe p {
	    letter-spacing: 1px;
	}
	/* ----------- way ----------- */
	.way {
	    padding: 80px 0;
	}
	.way_center {
	    padding: 40px 40px 60px;
	}
	.way_title h3 {
	    font-size: 3.2rem;
	}
	.way_c1_inner {
	    padding-right: 0px;
	}
	.way_c1_img {
	    width: 350px;
	    padding-right: 30px;
	}
	.way_c1_list li div:nth-child(2) br{
	    display: none;
	}
	.way_c1_list03 li br{
	    display: none;
	}
	
	/* ----------- create ----------- */
	.create {
	    padding: 80px 0;
	}
	.create_list ul li{
		width: 31%;
		margin-right: 3.5%;
	}
	
	/* ----------- sell ----------- */
	.sell {
	    padding: 80px 0;
	}
	.sell_list ul li::after {
	    width: 65%;
	}
	.sell_title {
	    font-size: 2.6rem;
	    line-height: 3.0rem;
	}
	.sell_table {
	    padding: 25px 28px 22px 40px;
	}
	/* ----------- about ----------- */
	.about_bg {
	    padding: 80px 0;
	}
	.about_box {
	    padding: 48px 80px 46px;
	}
	.about_title h2 {
	    font-size: 3.2rem;
	    line-height: 4.0rem;
	}
	/* ----------- prevention ----------- */
	.prevention{
		padding: 80px 0;
	}
	.prevention_box {
	    padding: 60px 40px 50px;
	}
	.prevention_inner br.sp_none{
		display: none;
	}
	.prevention_inner {
	    margin-top: 30px;
	}
	
	/* ----------- prevention ----------- */
	.contact_tel a{
		max-width: 85%;
	}

}

@media only screen and (max-width: 900px) {
	.contact_Img {
	    width: 26.78vw;
		padding-left: 1.1vw;
	}
	.contact_title span {
	    font-size: 2.2rem;
	    max-width: 530px;
		width: 100%;
	    padding: 6px 10px;
	    border-radius: 6px;
	    border: 1px solid #FFFFFF;
	    letter-spacing: 5px;
	}
	.contact_Inner {
	    width: 66.67vw;
	}
	
}

@media only screen and (max-width: 768px) {

	/* ----------- problem ----------- */
	.problem_describe p {
	    font-size: 1.8rem;
	    line-height: 3.0rem;
	}
	.problem_describe {
	    margin-bottom: 20px;
	}
	.problem_describe img {
	    margin: 10px auto 0;
	}
	.problem_list {
	    margin-top: 40px;
	}
	.problem_list ul li {
	    padding: 30px 30px 28px 20px;
		margin-bottom: 20px;
	}
	.problem_lImg p {
	    font-size: 1.8rem;
	    line-height: 2.6rem;
	    padding-top: 8px;
	}
	.problem_lImg {
	    width: 240px;
	    padding-right: 20px;
	}
	.problem_subTitle p span {
	    font-size: 2.6rem;
	    padding: 15px 13px 15px;
	}
	.problem_lInner {
	    font-size: 1.4rem;
	    line-height: 2.8rem;
	}
	.problem_subText {
	    font-size: 1.6rem;
	    line-height: 2.6rem;
		margin-top: 15px;
	}
	.problem_subTitle {
	    margin-top: 40px;
	    padding-top: 20px;
	}
	.problem_subTitle p span {
	    font-size: 2.2rem;
	    padding: 15px 13px 15px;
	}
	.problem_inner {
	    font-size: 1.4rem;
	    line-height: 2.8rem;
	    padding: 30px 25px;
	    margin-top: 20px;
	}
	/* ----------- way ----------- */
	.way_intro {
	    font-size: 1.8rem;
	    line-height: 2.4rem;
	    margin-top: 40px;
	}
	.way_title {
	    padding: 20px 10px;
	    margin-top: 40px;
	}
	.way_title h3 {
	    font-size: 2.8rem;
	}
	.way_title::after {
	    width: 28px;
	    height: 16px;
	    bottom: -15px;
	}
	.way_center {
	    padding: 30px 25px 50px;
	    margin-top: 40px;
	}
	.way_c1 {
	    border: 3px solid #eff3f5;
	    border-radius: 6px;
	    padding: 20px 25px;
	}
	.way_c1_img {
	    width: 50%;
	    padding-right: 20px;
	}
	.way_c1_list li div:nth-child(1) {
	    width: 26px;
		padding-top: 3px;
	}
	.way_c1_list li div:nth-child(2) {
	    font-size: 1.6rem;
	    padding-left: 8px;
		line-height: 2.8rem;
	}
	.way_c1_list02 {
	    padding: 15px 15px;
	}
	.way_c1_list02 li div {
	    font-size: 1.6rem;
	}
	.way_c2 {
	    margin-top: 40px;
	}
	.way_c2_img02 {
	    margin-top: 30px;
	    border-radius: 6px;
	    padding: 20px 20px 20px;
	}
	.way_c3 {
	    margin-top: 40px;
	}
	.way_c3_text {
	    font-size: 1.4rem;
	    line-height: 2.8rem;
	}
	.way_c3_title {
	    font-size: 1.8rem;
	    line-height: 3.0rem;
	    margin: 30px 0 20px;
	}
	.way_c1_list03 li {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
	.way_c3_summarize {
	    font-size: 2.2rem;
	    line-height: 3.0rem;
	    margin-top: 30px;
	}
	/* ----------- contact ----------- */
	.contact_title span {
	    font-size: 1.8rem;
	    padding: 8px 10px 4px;
	    border-radius: 4px;
	    letter-spacing: 0px;
	}
	.contact_tel {
	    padding-top: 15px;
	}
	/* ----------- create ----------- */
	.create_list {
	    margin-top: 40px;
	}
	.create_title {
	    font-size: 1.6rem;
	    line-height: 2.6rem;
	    margin-top: 20px;
	}
	.create_text {
	    font-size: 1.4rem;
	    line-height: 2.6rem;
	    margin-top: 15px;
	}
	/* ----------- sell ----------- */
	.sell_list {
	    margin-top: 40px;
	}
	.sell_table {
	    padding: 25px 25px 22px 25px;
	}
	.sell_left {
	    padding-right: 30px;
	}
	.sell_right {
	    width: 140px;
	}
	.sell_title {
	    font-size: 2.2rem;
	    line-height: 2.6rem;
	}
	.sell_text {
	    font-size: 1.4rem;
	    line-height: 2.8rem;
	    margin-top: 8px;
	    letter-spacing: 0px;
	}
	.sell_list ul li::after {
	    width: 78%;
	}
	/* ----------- about ----------- */
	.about_box {
	    padding: 30px 25px 30px;
	}
	.about_title h2 {
	    font-size: 2.8rem;
	    line-height: 3.8rem;
	}
	.about_inner {
	    font-size: 1.4rem;
		line-height: 2.8rem;
	}
	/* ----------- prevention ----------- */
	.prevention_box {
	    border: 3px solid #eff3f5;
		border-radius: 6px;
		padding: 40px 25px;
	}
	.prevention_title {
	    font-size: 2.0rem;
	    line-height: 2.8rem;
	}
	.prevention_inner {
	    margin-top: 15px;
		font-size: 1.4rem;
		line-height: 2.8rem;
	}
	
}

@media only screen and (max-width: 600px) {
	/* ----------- create ----------- */
	.create_list ul li {
	    width: 100%;
	    margin-right: 0%;
		margin-bottom: 30px;
	}
	.create_list ul li:last-child{
		margin-bottom: 0;
	}
	.create_img img {
	    width: 200px;
	}
	
	/* ----------- sell ----------- */
	.sell_left {
		display: block;
	    padding-right: 0px;
	}
	.sell_right {
		display: block;
	    width: auto;
		padding-top: 10px;
	}
	.sell_list ul li::after {
	    width: 100%;
	}
	.sell_btn{
		width: 100px;
		margin: 0 0 0 auto;
	}
	.sell_btn a {
	    font-size: 1.4rem;
		padding: 8px 5px 8px;
	}
	/* ----------- about ----------- */
	.about_iLeft {
	    width: 100%;
	    padding-right: 0px;
	}
	.about_iRight {
	    width: 100%;
	    padding-right: 0px;
	}
	/* ----------- way ----------- */
	.way_c2 img.way_c2_img01 {
		display: none;
	}
	.way_c2 img.way_c2_img01_sp{
		display: block;
		margin: 0 auto;
	}
	.way_c2_img02 {
	    padding: 20px 15px 20px;
	}
	.way_c2_img02 img:nth-child(1){
		display: none;
	}
	.way_c2_img02 img:nth-child(2){
		display: block;
	}
	
	
	.contact_Inner {
	    width: 64.67vw;
	}
	.contact_Img {
	    width: 30.78vw;
	    padding-left: 1.2vw;
	}
	
	
}

@media only screen and (max-width: 480px) {

	/* ----------- mv ----------- */
	.mv_pc img {
	    max-width: 100%;
	}
	
	/* ----------- problem ----------- */
	.problem_describe p {
	    font-size: 1.6rem;
	    line-height: 2.8rem;
	}
	.problem_describe img {
	    margin: 10px auto 0;
	}
	
	.problem_list {
	    margin-top: 30px;
	}
	.problem_list ul li {
	    padding: 20px 15px;
	}
	.problem_lImg {
		display: block;
	    width: auto;
	    padding-right: 0;
		padding-bottom: 20px;
	}
	.problem_lInner {
		display: block;
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	.problem_lImg p {
	    font-size: 1.6rem;
	    line-height: 2.4rem;
	    padding-top: 5px;
	}
	.problem_lImg img {
	    width: 80px;
	}
	.problem_subTitle p {
	    padding: 0 80px 0;
	    background: url(../img/problem_img05.png) left -50px center,url(../img/problem_img05.png) right -50px center;
	    background-repeat: no-repeat;
	}
	.problem_subTitle p span {
	    font-size: 2.0rem;
	    padding: 10px 10px 10px;
	}
	.problem_subText {
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	.problem_inner {
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	    padding: 20px 15px;
	}
	
	/* ----------- way ----------- */
	.way_intro {
	    font-size: 1.6rem;
	    line-height: 2.2rem;
	    margin-top: 30px;
	}
	.way_title {
	    padding: 10px 10px;
	    margin-top: 30px;
	}
	.way_title h3 {
	    font-size: 2.2rem;
	}
	.way_title::after {
	    width: 22px;
	    height: 12px;
	    bottom: -11px;
	}
	.way_center {
	    padding: 20px 15px 40px;
	    margin-top: 30px;
	}
	.way_c1 {
	    border: 3px solid #eff3f5;
	    border-radius: 6px;
	    padding: 20px 15px;
	}
	.way_c1_img {
		display: block;
	    width: auto;
	    padding-right: 0px;
		padding-bottom: 20px;
	}
	.way_c1_inner {
	    display: block;
	}
	.way_c1_img img {
	    max-width: 80%;
		margin: 0 auto;
	}
	.way_c1_list li{
		margin-bottom: 2px;
	}
	.way_c1_list li div:nth-child(1) {
	    width: 22px;
	}
	.way_c1_list li div:nth-child(2) {
	    font-size: 1.4rem;
	    padding-left: 5px;
		line-height: 2.6rem;
	}
	.way_c1_list02 {
	    padding: 15px 15px;
	}
	.way_c1_list02 li div {
	    font-size: 1.4rem;
	}
	.way_c1_list02 li div:nth-child(2) {
	    padding-left: 5px;
	}
	.way_c3_title {
	    font-size: 1.6rem;
	    line-height: 2.8rem;
	    margin: 30px 0 20px;
	}
	.way_c1_list03 li {
	    font-size: 1.4rem;
	    line-height: 2.6rem;
	}
	.way_c3_summarize {
	    font-size: 2.0rem;
	    margin-top: 30px;
	}
	
	/* ----------- contact ----------- */
	.contact_title span {
	    font-size: 1.4rem;
	    padding: 4px 5px;
	}
	.contact_tel {
	    padding-top: 10px;
	}
	.contact_Inner {
	    padding: 15px 0 10px;
	}
	
	/* ----------- create ----------- */
	.create_list {
	    margin-top: 30px;
	}
	/* ----------- sell ----------- */
	.sell_list {
	    margin-top: 30px;
	}
	.sell_table {
	    padding: 25px 15px 20px;
	}
	.sell_title {
	    font-size: 2.0rem;
	    line-height: 2.4rem;
	}
	.sell_text {
	    font-size: 1.4rem;
	    line-height: 2.6rem;
	    margin-top: 8px;
	}
	.sell_right {
	    padding-top: 8px;
	}
	
	/* ----------- about ----------- */
	.about_box {
	    padding: 25px 15px;
	}
	.about_title h2 {
	    font-size: 2.2rem;
		line-height: 3.2rem;
	}
	.about_inner {
	    margin-top: 10px;
	}
	/* ----------- prevention ----------- */
	.prevention_box {
	    padding: 20px 15px;
	}
	.prevention_inner {
	    margin-top: 15px;
	}
	
}
