/*****************************************************************************
* 下層ページ 共通
*****************************************************************************/
.fs-l-main{
  padding-bottom: 120px;
}
.fs-clientInfo:not(.is-ready){
  display: block !important;
}
.under{
  text-decoration: underline;
}
.under:hover{
  text-decoration: none;
}

.clr-red{color: #e90000;}
.clr-key{color: #ec6e3c;}
.clr-blue{color: #20209D;}
.clr-blue--type2{color: #1F1F9D;}
.clr-yellow{color: #FFFF00;}
.clr-green{color: #878787;}
.clr-green--type2{color: #444444;}
.clr-green--type3{color: #138A13;}

.headline-s{
	text-align: center;
  margin: 0 auto 45px;
}
	.headline-s span{
		display: inline-block;
		min-width: 360px;
		padding: 0 1.5em;
		border: 1px solid #333;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 58px;
	}
.headline-ss{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 55px;
}
	.headline-ss span{
		position: relative;
		display: inline-block;
	}
		.headline-ss span::after{
			content: "";
			position: absolute;
			background: #333;
			width: 100%;
			height: 1px;
			left: 0px;
			bottom: -4px;
		}

nav{
  width: 100%;
}
.lower-nav-list{
  width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 60px;
}
	.lower-nav-list li{
		float: left;
		width: 20%;
	}
	.lower-nav-list li:nth-child(1){width:15%;}
	.lower-nav-list li:nth-child(2){width:15%;}
	.lower-nav-list li:nth-child(3){width:20%;}
	.lower-nav-list li:nth-child(4){width:20%;}
	.lower-nav-list li:nth-child(5){width:15%;}
	.lower-nav-list li:nth-child(6){width:15%;}
		.lower-nav-list li a,
		.lower-nav-list li span{
			display: block;
			font-size: 1.3rem;
			font-weight: bold;
			line-height: 40px;
			text-align: center;
		}
		.lower-nav-list li a{
			background: #eee;
		}


/*****************************************************************************
* 初めての方へ
*****************************************************************************/
.first-list{
  width: 100%;
	padding-bottom: 20px;
}
	.first-list li{
		position: relative;
		padding-left: 36px;
		margin-bottom: 25px;
	}
		.first-list li::after{
			content: "";
			background: #FC8891;
			position: absolute;
			left: 10px;
			top: 5px;
			width: 18px;
			height: 18px;
			-webkit-border-radius: 50%;
			border-radius: 50%;
		}
		.first-list li .title{
			font-size: 2.4rem;
			font-weight: bold;
			line-height: 1.2em;
			margin-bottom: 5px;
		}
		.first-list li p{
			font-size: 1.6rem;
			line-height: 1.4em;
		}
.first-box{
	border: 1px solid #333;
	padding: 45px 30px 37px;
}
	.first-box ol{
		padding: 0 0 15px 20px;
	}
		.first-box ol li{
			position: relative;
			padding-left: 25px;
			margin-bottom: 23px;
		}
			.first-box ol li span{
				position: absolute;
				left: 0px;
				top: 2px;
				font-size: 1.8rem;
				font-weight: bold;
			}
			.first-box ol li .ttl{
				font-size: 1.8rem;
				font-weight: bold;
				line-height: 1.2em;
				padding-left: 2px;
				margin-bottom: 5px;
			}
			.first-box ol li p{
				font-size: 1.4rem;
				line-height: 1.6em;
			}
	.first-box .attention{
		background: #eee;
		padding: 25px 30px;
	}
		.first-box .attention .ttl{
			font-size: 1.8rem;
			margin-bottom: 15px;
		}
		.first-box .attention p{
			font-size: 1.4rem;
			font-weight: bold;	
			line-height: 1.6em;
		}
/*****************************************************************************
* 正しい使い方
*****************************************************************************/
.caution-box{
	border: 1px solid #333;
	padding: 40px 50px 5px;
	margin-bottom: 40px;
}
.caution-list{
	letter-spacing: -0.4em;
}
	.caution-list li{
		position: relative;
		display: inline-block;
		width: 50%;
		padding: 0 45px 45px 0;
		letter-spacing: normal;
		vertical-align: top;
		overflow: hidden;
	}
	.caution-list li:nth-child(2n){
		padding: 0 0 45px 45px;
	}
	.caution-list.type2 li,
	.caution-list.type2 li:nth-child(2n){
		width: 100%;
		padding: 0 0 35px 0;
	}
	.caution-list.t li:last-child{padding-bottom: 45px;}
		.caution-list li img{
			float: left;
		}
		.caution-list li .txt{
			padding: 5px 0 0 140px;
		}
		.caution-list.type2 li .txt{
			padding: 5px 0 0 214px;
		}
		.caution-list li .txt h4{
			font-size: 1.4rem;
			line-height: 1.4em;
			margin-bottom: 5px;
		}
		.caution-list li .txt p{
			font-size: 1.2rem;
			line-height: 1.5em;
		}
.caution-box2{
	padding: 0 25px;
	font-size: 1.4rem;
	line-height: 1.6em;
}
	.caution-box2 .clr-red{
		color: #ff4c4c;
	}
	.caution-box2 h3{
		font-size: 1.8rem;
	}
	.caution-box2 .attention h3{
		position: relative;
		display: inline-block;
	}
		.caution-box2 .attention h3::after{
			content: "";
			position: absolute;
			background: #333;
			width: 100%;
			height: 1px;
			left: 0px;
			bottom: -2px;
		}
	.caution-box2 .attention h4{
		font-size: 1.6rem;
	}
	.caution-box2 .attention li{
		position: relative;
		padding-left: 18px;
		font-size: 1.2rem;
		line-height: 1.6em;
	}
		.caution-box2 .attention li::after{
			content: "";
			background: #333;
			position: absolute;
			left: 8px;
			top: 8px;
			width: 3px;
			height: 3px;
			-webkit-border-radius: 50%;
			border-radius: 50%;
		}
/*****************************************************************************
* 長期休暇
*****************************************************************************/
#spec table th{
  border: 1px solid #ccc;
  font-size: 1.4rem;
  text-align: center;
}
#spec table tr:nth-child(1) th{
  background: #eee;
}
#spec table th:nth-child(1){
  width: 110px;
  text-align: right;
}
#spec table td{
  border: 1px solid #ccc;
}

.holiday-box{
	width: 100%;
}
	.holiday-box p{
		font-size: 1.4rem;
		line-height: 1.4em;
	}

	.holiday-box table{
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.2em;
		margin-bottom: 25px;
	}
		.holiday-box table th{
			background: #eee;
			border: 1px solid #ccc;
			padding: 1em;
		}
		.holiday-box table th:nth-child(1){background: #fff; width: 110px; text-align: right;}
		.holiday-box table tr:nth-child(1) th:nth-child(1){background: #eee;}
		.holiday-box table th:nth-child(2){width: 370px;}
		.holiday-box table th:nth-child(3){width: 370px;}
		.holiday-box table th:nth-child(4){width: 75px;}
		.holiday-box table th:nth-child(5){width: 75px;}

		.holiday-box table td{
			border: 1px solid #ccc;
			padding: 1em;
			vertical-align: middle;
		}
		.holiday-box table td:nth-child(4),
		.holiday-box table td:nth-child(5){
			font-weight: bold;
		}
/*****************************************************************************
* よくあるご質問
*****************************************************************************/
.faq-box li{
	position: relative;
	padding: 0 0 25px 44px;
}
	.faq-box li::after{
		content: "";
		background: url("../img/qanda.jpg") no-repeat;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 36px;
		height: 36px;
	}
	.faq-box li .ttl{
		padding: 3px 0;
		margin-bottom: 10px;
		font-size: 2.2rem;
		line-height: 1.4em;
	}
	.faq-box li p{
		font-size: 1.6rem;
		line-height: 1.4em;
	}
/*****************************************************************************
* お買い物ガイド
*****************************************************************************/
.guide-link{
	letter-spacing: -0.4em;
	text-align: center;
	margin-bottom: 20px;
}
	.guide-link li{
		display: inline-block;
		margin: 0 6px;
		font-size: 1.3rem;
		font-weight: bold;
		letter-spacing: normal;
	}
		.guide-link li a:hover{
			text-decoration: underline;
		}
.guide-box{
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 40px 50px;
	margin-bottom: 50px;
	border: 1px solid #333;
}
	.guide-box a{text-decoration: underline;}
	.guide-box a:hover{text-decoration: none;}
	.guide-box .fntL{
		font-size: 1.6rem;
		line-height: 1.4em;
	}
	.guide-box .fntS{
		font-size: 1.2rem;
		line-height: 1.4em;
	}
	.guide-box ul li{
		position: relative;
		padding-left: 1em;
	}
		.guide-box ul li::after{
			content: "・";
			position: absolute;
			left: 0px;
			top: 0px;
		}
	.guide-box .seven{
		padding-left: 145px;
		background: url(../../images/guide/conveni_img1.png) 0px center no-repeat;
	}
	.guide-box .famima{
		padding-left: 145px;
		background: url(../../images/guide/conveni_img2.png) 0px center no-repeat;
	}
	.guide-box .lawson{
		padding-left: 145px;
		background: url(../../images/guide/conveni_img3.png) 0px center no-repeat;
	}
	.guide-box .ministop{
		padding-left: 145px;
		background: url(../../images/guide/conveni_img5.png) 0px center no-repeat;
	}
	.guide-box .seicomart{
		padding-left: 145px;
		background: url(../../images/guide/conveni_img4.png) 0px center no-repeat;
	}
	.guide-box .border-box{
		border: 1px solid #ccc;
		padding: 15px 20px;
	}
	.guide-box ol{
		list-style-type: decimal;
		margin-left: 2em;
	}

/*****************************************************************************
* カラコンの安全性
*****************************************************************************/
.safety-box{
	font-size: 1.6rem;
	line-height: 1.4em;
}
	.safety-box .img-center{
		background: #eee;
		padding: 45px 0;
		text-align: center;
		letter-spacing: -0.4em;
	}
		.safety-box .img-center figure{
			display: inline-block;
			letter-spacing: normal;
			margin: 0 7px;
			vertical-align: top;
		}
		.safety-box .img-center figcaption{
			margin-top: 8px;
			font-size: 1.2rem;
			font-weight: bold;
			line-height: 1.4em;
			text-align: left;
		}

/*****************************************************************************
* カラコンの選び方
*****************************************************************************/
.select-box{
	font-size: 1.6rem;
	line-height: 1.4em;
}
	.select-box .img-center{
		text-align: center;
		letter-spacing: -0.4em;
	}
		.select-box .img-center figure{
			display: inline-block;
			letter-spacing: normal;
			margin: 0 40px;
			vertical-align: top;
		}
		.select-box .img-center figcaption{
			font-size: 1.4rem;
			font-weight: bold;
			margin-top: 7px;
		}

/*****************************************************************************
* 個人情報保護の方針,特定商取引法に基づく表記
*****************************************************************************/
.rule-box{
	font-size: 1.4rem;
	line-height: 1.6em;
	border: 1px solid #333;
	padding: 60px 80px;
}
	.rule-box a{text-decoration: underline;}
	.rule-box a:hover{text-decoration: none;}

	.rule-box table th{
		width: 170px;
		text-align: left;
		padding-bottom: 25px;
	}
	.rule-box table td{
		padding-bottom: 25px;
	}
	.rule-box table tr:last-child th,
	.rule-box table tr:last-child td{
		padding-bottom: 0px;
	}
	.rule-box .pg{
		padding: 0 1.2em !important;
	}

	.rule-box ul li{
		position: relative;
		padding-left: 1em;
	}
		.rule-box ul li::after{
			content: "・";
			position: absolute;
			left: 0px;
			top: 0px;
		}
	.rule-box ol{
		list-style-type: decimal;
		margin-left: 1.5em;
	}
/*****************************************************************************
* ショップリスト
*****************************************************************************/
.shoplist-title{
  width: 100%;
  text-align: center;
}
.shoplist-box{
	padding: 25px 70px 50px;
	border-bottom: 1px solid #333;
  margin: 0 auto;
}
.shoplist-box:last-child{
	border: none;
}
	.shoplist-box>img{max-width: 100%; margin-bottom: 20px;}
	.shoplist-box iframe{max-width: 100%;}

	.shoplist-box .prefecture{
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.shoplist-box .shop-name{
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
	.shoplist-box table{
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.4em;
		margin-bottom: 25px;
	}
	.shoplist-box table tr{
		border-bottom: 1px solid #ddd;
	}
	.shoplist-box table tr:last-child{border:none;}
		.shoplist-box table th{
			width: 234px;
			padding: 1em;
			vertical-align: top;
			text-align: left;
		}
		.shoplist-box table td{
			vertical-align: middle;
		}

/*****************************************************************************
* カラコンの正しい開け方
*****************************************************************************/
/*共通*/
.headline-ss span.noline::after{
	display: none;
}
.howto-open-block{
	max-width: 938px;
	margin: 0 auto;
}
.howto-open-head p{
	padding:0 30px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.howto-open-box {
    border: 1px solid #333;
    padding: 40px 50px 5px;
    margin-bottom: 40px;
    margin: 0 auto;
}
.howto-open-box:not(:last-child){
	margin-bottom: 87px;
}
.howto-open-list>li{
	display: flex;
	text-align: center;
	justify-content: space-between;
	max-width: 750px;
	margin: 0 auto;
}
.howto-open-list>li>div{
	position: relative;
	padding-bottom: 45px;
	margin-bottom: 24px;
	width: 260px;
}
.howto-open-list>li:not(:last-child)>div::before{
	content:"";
	position: absolute;
	display: block;
	width: 30px;
	height: 18px;
	bottom:18px;
	left:50%;
	margin-left: -15px;
	background: #ddd;
}
.howto-open-list>li:not(:last-child)>div::after{
	content:"";
	position: absolute;
	display: block;
	left:50%;
	bottom:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 27px 0 27px;
	border-color: #ddd transparent transparent transparent;
	margin-left: -27px;
}
.howto-open-list>li>div.ok-box::before{
	background: #4472c4;
}
.howto-open-list>li>div.ok-box::after{
	border-color: #4472c4 transparent transparent transparent;
}
.howto-open-list>li>div.no-box::before{
	background: #ff0000;
}
.howto-open-list>li>div.no-box::after{
	border-color: #ff0000 transparent transparent transparent;
}

.howto-open-list>li .head{
	font-size: 1.8rem;
	margin-bottom: 25px;
}
.howto-open-list>li .ok-box .head{
	color:#2e75b6;
}
.howto-open-list>li .ok-box .head>span{
	display:inline-block;
	border-bottom: 1px solid #2e75b6;
}
.howto-open-list>li .no-box .head{
	color:#ff0000;
}
.howto-open-list>li .no-box .head>span{
	display:inline-block;
	border-bottom: 1px solid #ff0000;
}
.howto-open-list>li p{
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
}
.howto-open-block .bottom-message{
	margin-top: -40px;
	padding: 0 30px;
	line-height: 1.8;
}

.howto-open-block .bottom-message a{
	text-decoration: underline;
	color:#2e75b6;
	font-weight: bold;
}

/*****************************************************************************
* 初めての方へ 追加分
*****************************************************************************/
/**/
.new-first{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
.new-first .marker{
	display: inline-block;
	line-height: 1;
	background: linear-gradient(transparent 50%, rgba(255,255,0,0.3) 50%);
}

.new-first .gf{
	font-family: 'M PLUS 1p', sans-serif !important;
	transform:rotate(0.03deg);
}

.new-first .head{
	display: block;
	width: 100%;
	margin-bottom: 90px;
}
.new-first .head .title{
	font-size: 2.1rem;
	letter-spacing: 0.2em;
	margin-right: 0em;
	text-align: center;
}
.new-first .head .logo{
	margin:10px auto 40px;
	text-align: center;
	padding-right: 20px;
}

.new-first .head .logo img{
	width: 263px;

}

.new-first .head p{
	font-size: 1.4rem;
	color: #4D4D4D;
	letter-spacing: 0.05em;
	line-height: 1.85;
	max-width: 620px;
	margin: 0 auto 35px;
	text-align: left;
}

.new-first .clr1{
	background-color: #2AA4A1;
}

.new-first .clr2{
	background-color: #00A2E1;
}

.new-first .clr3{
	background-color: #E6CF03;
}

.new-first .clr4{
	background-color: #6B4099
}

.new-first .clr5{
	background-color: #DB1873;
}

.new-first .clr6{
	background-color: #FF8500;
}

.new-first .head .nav{
	max-width: 723px;
	margin: 0 auto;
	display: flex;
	display: flex-wrap;
	gap:9px 30px; 
	justify-content: space-between;
	flex-wrap:wrap;
}

.new-first .head .nav>li{
	width: calc((100% - 30px) / 2 );
}

.new-first .head .nav>li>a{
	align-items: center;
	display: flex;
	height: 100%;
	color: #fff;
	font-weight: 500;
	padding: 10px 38px;
	line-height: 1.3;
}
.new-first .head .nav>li>a i{
	font-size: 1.8rem;
	width: 40px;
}

.new-first .head .nav>li>a span{
	font-size: 1.7rem;
}
.new-first .head .nav>li:nth-child(1){
	order:1;
} 
.new-first .head .nav>li:nth-child(2){
	order:3;
} 
.new-first .head .nav>li:nth-child(3){
	order:5;
}
.new-first .head .nav>li:nth-child(4){
	order:2;
}	
.new-first .head .nav>li:nth-child(5){
	order:4;
}	
.new-first .head .nav>li:nth-child(6){
	order:6;
}	

.new-first .section{
	background: #F1F1F1;
}
.new-first .section>.title{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	color: #fff;
	margin-bottom: 45px;
	font-weight: 900;
}

.new-first .section .title-m{
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 20px;
	color: #333333;
}

#new-first-section01 .message1{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 1.5rem;
}

#new-first-section01{
	background:#F1F1F1;
}

#new-first-section01 .step-head .box{
	position: relative;
	padding-top: 30px;
	max-width: 720px;
	margin: 0 auto;
	background:#fff;
	border-radius: 10px;
	z-index: 10;
}

#new-first-section01 .step-head .box>.title{
	font-size: 2.2rem;
	text-align: center;
}

#new-first-section01 .step-head .list{
	max-width: 592px;
	margin: 0 auto;
	display: flex;
}

#new-first-section01 .step-head .list>li{
	position: relative;
	width: 25%;
	padding: 20px;
	text-align: center;
}

#new-first-section01 .step-head .list>li .arrow{
	position: absolute;
	right:-6px;
	top:20px;
}

#new-first-section01 .step-head .list>li>span{
	width: 90px;
	margin: 0  auto 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 20px;
	background: #59CAB5;
}

#new-first-section01 .step-head .list>li>i{
	display: block;
	min-height: 67px;
}

#new-first-section01 .step-head .list>li>i img{
	width: 61px;
}

#new-first-section01 .step-head .list>li>p{
	color: #59CAB5;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
#new-first-section01 .step-head .bg{
	position: relative;
	background: #59CAB5;
	z-index: 1;
	margin-top: -140px;
	padding-top: 180px;
}
#new-first-section01 .step-head .bg::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	margin-left:-100px;
	left:50%;
	bottom:-36px;
	border-style: solid;
	border-width: 36px 100px 0 100px;
	border-color: #59CAB5 transparent transparent transparent;
}
#new-first-section01 .step-head .bg p{
	color:#fff;
	font-size: 2.4rem;
	text-align: center;
	padding-bottom: 60px;
	font-weight: 900;
}
#new-first-section01 .bg p em{
	color:#FFFF00;
}

#new-first-section01 .block{
	padding: 85px 0 0;
	overflow: hidden;

}
/*.item1*/
#new-first-section01 .block .item{
	position: relative;
	max-width: 720px;
	border:5px solid #333333;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto 95px;
	padding-bottom: 40px;
}

#new-first-section01 .block .item .step-title{
	text-align: center;
	margin-bottom: 40px;
}

#new-first-section01 .block .item .step-title>img{
	width: 141px;
	margin-top: -28px;
}

#new-first-section01 .block .item strong{
	font-weight: 900;
}

/*.item1*/
#new-first-section01 .block .item1 .item-message1{
	font-size: 1.4rem;
	text-align: center;
	font-weight: 900;
	color:#333;
}

#new-first-section01 .block .item1 .item-message2 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px;
	color:#333;
}

#new-first-section01 .block .item1 .item-message3{
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.73;	
	text-align: center;
	font-weight: 700;
	padding-left: 20px;
	margin-top: -20px;
}

#new-first-section01 .block .item1 .image{
	position: relative;
	max-width: 356px;
	margin: 0 auto;
	padding-bottom: 40px;
}


#new-first-section01 .block .item1 .pos1,
#new-first-section01 .block .item1 .pos2,
#new-first-section01 .block .item1 .pos3{
	position: absolute;
	left:10px;
	top:70px;
	width: 70px;
}

#new-first-section01 .block .item1 .pos2 {
	right: 15px;
	left: auto;
	top: 65px;
}

#new-first-section01 .block .item1 .pos3 {
    right: 15px;
    left: auto;
    top: 162px;
}


#new-first-section01 .block .item1 .pos1 .inline1,
#new-first-section01 .block .item1 .pos2 .inline1,
#new-first-section01 .block .item1 .pos3 .inline1{
	width: 100%;
	height: 15px;
	display: inline-block;
	background:#59CAB5;
	color:#fff;
	text-align: center;
	font-size: 1rem;
	border-radius: 15px;
	font-weight: 900;
}

#new-first-section01 .block .item1 .pos1 .inline2,
#new-first-section01 .block .item1 .pos2 .inline2,
#new-first-section01 .block .item1 .pos3 .inline2{
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}

#new-first-section01 .block .item1 .pos2 .inline2,
#new-first-section01 .block .item1 .pos3 .inline2{
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
}


/*.item2*/
#new-first-section01 .block .item2{
	padding-bottom: 40px;
}
#new-first-section01 .block .item2 .item-message1{
	font-size: 2.5rem;
	text-align: center;
	font-weight: 900;
	color:#333;
}
#new-first-section01 .block .item2 .item-message2{
	font-size: 1.5rem;
	text-align: center;
	font-weight: 900;
	margin-bottom: 10px;
	color:#333;
}

#new-first-section01 .block .item2 .item-message3{
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.73;
	font-weight: 700;
	padding-left: 0px;
}

#new-first-section01 .block .item2 .image {
    position: relative;
    max-width: 356px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}

/*.item3*/
#new-first-section01 .block .item3{
	padding-bottom: 80px;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#new-first-section01 .block .item3 .item-message1{
	font-size: 1.5rem;
	text-align: center;
	font-weight: 900;
	color:#333;
}
#new-first-section01 .block .item3 .item-message2{
	font-size: 2.6rem;
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 20px;
	color:#333;
}

#new-first-section01 .block .item3 .row,
#new-first-section01 .block .item3-bottom .row {
	display: flex;
	max-width: 650px;
	margin: 0 auto;
}

#new-first-section01 .block .item3 .row .image,
#new-first-section01 .block .item3-bottom .row .image{
	width: 396px;
}
#new-first-section01 .block .item3 .row .image{
	position: relative;
}
#new-first-section01 .block .item3 .row .image .inline1 {
    font-size: 1.3rem;
    font-weight: 700;
    position: absolute;
    left: 22px;
    top: 61px;
}
#new-first-section01 .block .item3 .row .image .inline2{
	font-size: 1.44rem;
	font-weight: 700;
	position: absolute;
    left: 169px;
    top: 113px;
	color:#fff;
}
#new-first-section01 .block .item3 .row .image .inline3{
	font-size: 1.44rem;
	font-weight: 700;
	position: absolute;
    left: 235px;
    top: 113px;
	color:#fff;
}
#new-first-section01 .block .item3 .row .image .inline4 {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    left: 292px;
    top: 117px;
    color: #fff;
}
#new-first-section01 .block .item3 .row .text,
#new-first-section01 .block .item3-bottom .row .text{
	width: calc(100% - 396px);
	padding-top: 50px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
}

#new-first-section01 .block .item3 .row .text  .inline1,
#new-first-section01 .block .item3-bottom .row .text  .inline1{
	display: flex;
	padding-right: 30px;
}

#new-first-section01 .block .item3 .row .text  .inline2,
#new-first-section01 .block .item3-bottom .row .text  .inline2{
	display: flex;
	margin-bottom: 4px;
}

#new-first-section01 .block .item3 .row .text  .inline2 i,
#new-first-section01 .block .item3-bottom .row .text  .inline2 i{
	width:130px;
}

#new-first-section01 .block .item3 .row .text  .inline2 span,
#new-first-section01 .block .item3-bottom .row .text  .inline2 span{
	width: clac(100% - 130px);
	padding-left: 0.2em;
}

#new-first-section01 .block .item3 .row .text  .inline3,
#new-first-section01 .block .item3-bottom .row .text  .inline3{
	display: flex;
	margin-bottom: 4px;
}

#new-first-section01 .block .item3 .row .text  .inline4,
#new-first-section01 .block .item3-bottom .row .text  .inline4{
	display: flex;
	margin-bottom: 4px;
}

#new-first-section01 .block .item3 .row .text  .inline4 i,
#new-first-section01 .block .item3-bottom .row .text  .inline4 i{
	width:130px;
}

#new-first-section01 .block .item3 .row .text  .inline4 span,
#new-first-section01 .block .item3-bottom .row .text  .inline4 span{
	width: clac(100% - 130px);
	padding-left: 0.2em;
}

#new-first-section01 .block  .item3-bottom{
	background: #7FCFB5;
	border:5px solid #333333;
	border-top:0;
	color: #fff;
	padding-bottom: 40px;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: relative;
	max-width: 720px;
	margin: 0 auto 95px;
}

#new-first-section01 .block .item3-bottom .item-message3{
	font-size: 2.2rem;
	text-align: center;
	font-weight: 900;
	margin-top: 30px;
}

#new-first-section01 .block .item3-bottom .item-message4{
	font-size: 1.6rem;
	text-align: center;
	font-weight: 900;
	margin-bottom: 20px;
}

#new-first-section01 .block .item3-bottom .mark{
	position: relative;
	text-align: center;
}

#new-first-section01 .block .item3-bottom .mark img{
	width: 52px;
	margin-top: -30px;;
}

#new-first-section01 .block .item3-bottom .row .text{
	color: #fff;
}

#new-first-section01 .button1{
	width: 130px;
	height: 25px;
	line-height: 18px;
	background: #FF8089;
	border:3px solid #FF8089;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
	color: #fff;
} 

#new-first-section01 .button2{
	width: 130px;
	height: 25px;
	line-height: 18px;
	border:3px solid #808080;
	font-size: 1.2rem;
	font-weight: 500;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	color: #4D4D4D;
	margin-top: 4px;
} 

/* item4*/
#new-first-section01 .block .item4{
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 20px;
	z-index: 2;
}

#new-first-section01 .block .item4::before{
	content:'';
	position: absolute;
	display: block;
	bottom:-35px;
	left:50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
	margin-left: -35px;
	border-color: #333 transparent transparent transparent;
}

#new-first-section01 .block .item4::after{
	content:'';
	position: absolute;
	display: block;
	bottom:-29px;
	left:50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
	margin-left: -35px;
	border-color: #fff transparent transparent transparent;
}

#new-first-section01 .block .item4 .item-message1{
	font-size: 1.4rem;
	text-align: center;
	font-weight: 900;
	color:#333;
}

#new-first-section01 .block .item4 .item-message2{
	font-size: 1.6rem;
	text-align: center;
	font-weight: 900;
	margin: 5px 0;
	color:#333;
}

#new-first-section01 .block .item4 .item-message3{
	font-size: 2.4rem;
	text-align: center;
	font-weight: 900;
	margin-bottom: 30px;
	line-height: 1;
	color:#333;
}

#new-first-section01 .block .item4 .row{
	max-width: 600px;
	margin: 0 auto;
	display: flex;
}

#new-first-section01 .block .item4 .row .image{
	width: 255px;
}

#new-first-section01 .block .item4 .row .text{
	width: calc(100% - 255px);
	margin-top: 10px;
	padding-top: 0;
}

#new-first-section01 .block .item4 .row .text .title{
	font-weight: 900;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 5px;
}

#new-first-section01 .block .item4 .row .text .inline1{
	display: flex;
	justify-content: center;
}

#new-first-section01 .block .item4 .row .text .inline1 i{
	width: 120px;
	align-self: flex-start;
	margin-top: 2px;
}

#new-first-section01 .block .item4 .row .text .inline1 span {
    padding-left: 0.5em;
    padding-top: 3px;
}

#new-first-section01 .block .item4 .row .text .inline3{
	position: relative;
	text-align: center;
	display: block;
	padding-bottom: 0px;
}

#new-first-section01 .block .item4 .row .text .inline2 {
    position: relative;
    text-align: center;
    display: block;
    padding-bottom: 23px;
    margin-bottom: 20px;
}

#new-first-section01 .block .item4 .row .text .inline2::after{
	content:'';
	position: absolute;
	display: block;
	width: 80%;
	height: 1px;
	bottom:0;
	left:10%;
	background: #333333;
}

#new-first-section01 .block .item4 .row .text .inline4{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 8px;
}

#new-first-section01 .block .item4 .row .text .inline4>span{
	padding: 8px 15px;
	background: #DF1C24;
	color:#fff;
	font-size: 1rem;
	line-height: 1;
	border-radius: 20px;
	font-weight: 900;
}

#new-first-section01 .block  .item4-bottom{
	position: relative;
	z-index: 1;
	background: #7FCFB5;
	border:5px solid #333333;
	border-top:0;
	color: #fff;
	padding-bottom: 20px;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: relative;
	max-width: 720px;
	padding-top: 55px;
	margin: 0 auto 95px;
}

#new-first-section01 .block .item4-bottom .item-message1{
	font-size: 1.4rem;
	text-align: center;
	font-weight: 900;
	margin-bottom: 5px;
}

#new-first-section01 .block .item4-bottom .item-message2{
	font-size: 2.8rem;
	text-align: center;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 30px;
}

#new-first-section01 .block .item4-bottom .item-message3{
	position: relative;
}

#new-first-section01 .block .item4-bottom .item-message3>p {
    position: absolute;
    background: #fff;
    top: 0;
    left: 141px;
    color: #7FCFB5;
    padding: 12px;
    line-height: 1.5;
    text-align: center;
    width: 483px;
    border-radius: 50px;
    font-weight: 900;
}

#new-first-section01 .block .item4-bottom .row{
	display: flex;
	max-width: 600px;
	margin: 50px auto 30px;
}

#new-first-section01 .block .item4-bottom .row .image{
	position: relative;
	width: 329px;
}
#new-first-section01 .block .item4-bottom .row .image .inline1{
    position: absolute;
    font-size: 1rem;
    color: #fff;
    font-weight: 900;
    right: 0px;
    top: 75px;
	letter-spacing: 0.3em;
	line-height: 1;
}

#new-first-section01 .block .item4-bottom .row .image .inline2{
	position: absolute;
    font-size: 1.05rem;
    font-weight: 900;
    right: 10px;
    top: 95px;
    color: #333;
    line-height: 1;
}

#new-first-section01 .block .item4-bottom .row .image .inline3{
	position: absolute;
    font-size: 1rem;
    font-weight: 900;
    left: 157px;
    top: 186px;
    color: #fff;
    line-height: 1.2;
}
#new-first-section01 .block .item4-bottom .row .text {
    width: calc(100% - 329px);
    padding-top: 64px;
	padding-left: 20px;
}

#new-first-section01 .block .item4-bottom .row .text .inline1{
	font-size: 2rem;
	line-height: 1.55;
	font-weight: 600;
	text-align: center;
	margin-bottom: 8px;
}

#new-first-section01 .block .item4-bottom .row .text .inline2{
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

#new-first-section01 .block .item4-bottom .row .text .inline2 .button1 {
    width: 189px;
    height: 33px;
    line-height: 25px;
    display: block;
    margin: 0 auto 5px;
    font-size: 1.3rem;
}

#new-first-section01 .block .item4-bottom .row .text .inline2 span{
	display: block;
}

#new-first-section01 .block .item4-bottom .row .text-box{
	width: 243px;
	margin: 0 auto;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	color:#000000;
}

#new-first-section01 .block .item4-bottom .row .text-box .inline3{
	font-size: 1.2rem;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

#new-first-section01 .block .item4-bottom .row .text-box .inline4{
	font-size:1rem ;
	font-weight: 600;
	padding:  0 5px;
}

/* item5*/
#new-first-section01 .block .item5 {
	position: relative;
}

#new-first-section01 .block .item5 .last-page{
	position: absolute;
	right:200px;
	top:-80px;
	width: 168px;
}

#new-first-section01 .block .item5 .item-message1{
	font-size: 1.64rem;
	text-align: center;
	font-weight: 900;
	margin-bottom: 5px;
	color: #333;
}

#new-first-section01 .block .item5 .item-message2{
	font-size: 2.6rem;
	text-align: center;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 30px;
	color: #333;
}

#new-first-section01 .block .item5 .row{
	display: flex;
	max-width: 604px;
	margin: 0 auto;
}

#new-first-section01 .block .item5 .row .image{
	position: relative;
	width: 375px;
	padding-bottom: 30px;
}

#new-first-section01 .block .item5 .row .image .inline1{
	position: absolute;
	top: 10px;
	left:15px;
	font-size: 1.2rem;
	font-weight: 900;
	color: #fff;
}

#new-first-section01 .block .item5 .row .image .inline2 {
    position: absolute;
    top: 45px;
    right: 75px;
    font-size: 1rem;
    font-weight: 900;
}

#new-first-section01 .block .item5 .row .image .inline3 {
    position: absolute;
    bottom: 35px;
    left: 81px;
    font-size: 1.5rem;
    font-weight: 900;
	color: #fff;
}

#new-first-section01 .block .item5 .row .text{
	width: calc( 100% - 375px );
	padding-left: 5px;
	color: #000;
}

#new-first-section01 .block .item5 .row .text .inline1{
	font-size: 1.54rem;
	font-weight: 600;
	line-height: 1.68;
	display: block;
}

#new-first-section01 .block .item5 .row .text .button1{
	font-size: 1.5rem;
	height: 38px;
	line-height: 32px;
	width: 100%;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}

#new-first-section01 .block .item5 .row .text .inline2{
	font-size: 1.54rem;
	font-weight: 600;
	line-height: 1.68;
	display: block;
}

/*section02*/
#new-first-section02{
	padding-bottom: 78px;
}

#new-first-section02 .block1 .message1{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 900;
	margin-bottom: 30px;
	color: #000;
} 

#new-first-section02 .block1 .message2{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
}
#new-first-section02 .block1 .message2 img{
	width: 401px;
}

#new-first-section02 .block1 .message2>span{
	position: absolute;
	width:100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	display: block;
	font-size: 2.7rem;
	color:#DF1C24 ;
	font-weight: 900;
	text-align: center;
	margin-top: -5px;
}

#new-first-section02 .block1 .message3{
	color: #333333;
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 35px;
	font-weight: 900;
}

#new-first-section02 .block1 .row{
	max-width: 764px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}

#new-first-section02 .block1 .row>li img{
	width: 369px;
	margin-bottom: 35px;
}

#new-first-section02 .block1 .row>li>p{
	font-size: 1.36rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.83;
	color: #000;
}

#new-first-section02 .block2{
	max-width: 780px;
	margin: 0 auto 0;
	padding-bottom: 60px;
}

#new-first-section02 .block2 .catch{
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

#new-first-section02 .block2 .row{
	display: flex;
	gap:12px;
	margin-bottom: 40px;
}

#new-first-section02 .block2 .row>li{
	width: calc((100% - 24px) / 3);
	display: flex;
	flex-direction: column;
}

#new-first-section02 .block2 .row>li>.title{
	height: 36px;
	min-height: 36px;
	line-height: 36px;
	font-size: 1.9rem;
	text-align: center;
	background: #00A2E1;
	color: #fff;
	font-weight: 900;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#new-first-section02 .block2 .row>li.block2-item2> .title{
	background:#01BA01 ;
}

#new-first-section02 .block2 .row>li.block2-item3> .title{
	background:#FF8089 ;
}

#new-first-section02 .block2 .row>li .box{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff;
	height: 100%;
	text-align: center;
	padding: 10px 0 10px;
	color: #000;
}
#new-first-section02 .block2-item1> .box .message1{
	margin-bottom: 0px;
}

#new-first-section02 .block2-item1> .box .message1>span{
	font-size: 1.27rem;
	font-weight: 600;
}
#new-first-section02 .block2-item1> .box .message1>em{
	font-size: 2.3rem;
	font-weight: 600;
}
#new-first-section02 .block2-item1> .box .message1>strong{
	font-size: 2.3rem;
	font-weight: 600;
	color: #00A2E1;
}

#new-first-section02 .block2-item1> .box .message2{
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 8px;
	color: #00A2E1;
}
#new-first-section02 .block2-item1> .box .message3{
	font-size: 1.1rem;
	font-weight: 600;
}
/*item2*/
#new-first-section02 .block2-item2> .box .message1{
	font-size: 1.7rem;
	font-weight: 600;
}
#new-first-section02 .block2-item2> .box .message2{
	font-size: 3.2rem;
	font-weight: 900;
	color: #01BA01;
	line-height: 1;
	margin-bottom: 5px;
}
#new-first-section02 .block2-item2> .box .message3{
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}
/*item3*/
#new-first-section02 .block2-item3> .box .message1{
	font-size: 1.7rem;
	font-weight: 600;
}

#new-first-section02 .block2-item3> .box .message2{
	font-size: 3.2rem;
	font-weight: 900;
	color: #FF8089;
	line-height: 1;
	margin-bottom: 5px;
}

#new-first-section02 .block2-item3> .box .message3{
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

#new-first-section02  .message4{
	color: #FF8089;
	font-size: 1.5rem;
	font-weight: 500;
}

#new-first-section02  .message5{
	font-size: 1.5rem;
	font-weight: 500;
}

#new-first-section02  .block3 .new-first-border{
	max-width: 911px;
	margin: 0 auto;
}

#new-first-section02 .block3 .row{
	margin: 78px auto 0;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	gap:140px;
}

#new-first-section02 .block3 .row>li>.title{
	font-size: 2.54rem;
	font-weight: 900;
	text-align: center;
	color: #333333;
}
#new-first-section02 .block3 .row>li> p{
	text-align: center;
	font-size: 1.2rem;
	margin-top: 30px;
	font-weight: 600;
}

#new-first-section02 .block3 .row>li:nth-child(1)>.title{
	margin-bottom: 20px;
}

#new-first-section02 .block3 .row>li:nth-child(2)> img{
	margin-top: -10px;
	transform: translateX(25px);
}

#new-first-section02 .block3 .row>li> img{
	width: 186px;
	margin: 0 auto;
	display: block;
}

.new-first-button{
	display: block;
	width: 348px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.57rem;
	background: #333333;
	border-radius: 5px;
	font-weight: 900;
	color: #fff;
	margin: 0 auto;
}

.new-first-button.pink{
	background: #FF8089;
	font-size: 2rem;
	color:#fff;
	width: 408px;
}

.new-first-button.pink>span::after{
	top:50%;
	right:0px;
	width: 10px;
	height: 10px;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	transform: translate(0,-50%) rotate(-45deg);
}

.new-first-button>span{
	position: relative;
	padding:0 30px;

}
.new-first-button>span::after{
	content:'';
	position: absolute;
	top:50%;
	right:0px;
	width: 7px;
	height: 7px;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	transform: translate(0,-50%) rotate(-45deg);
}

/*section03*/
#new-first-section03{
	padding-bottom: 100px;
}
#new-first-section03 .row{
	display: flex;
	justify-content: center;
	gap:20px;
	text-align: left;
}

#new-first-section03 .row>li{
	position: relative;
	text-align: center;
	width: 318px;
	padding-bottom: 55px;
}

#new-first-section03 .row>li i{
	width: 163px;
	display: block;
	margin: 0 auto 25px;
}

#new-first-section03 .row>li .title{
	font-size: 2.3rem;
	margin-bottom: 10px;
	font-weight: 900;
	color: #333333;
}

#new-first-section03 .row>li>p{
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

#new-first-section03 .row>li .list>li{
	font-size: 1rem;
	font-size: 0.9rem;
	color: #000;
	text-align: left;
}

#new-first-section03 .row>li .button-wrap{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	display: flex;
	justify-content: center;
}

#new-first-section03 .row>li .button-wrap .more{
	height: 30px;
	line-height: 25px;
	width: 156px;
	border-radius: 20px;
	color: #000;
	font-size: 1.2rem;
	border:2px solid #333333;
	font-weight: 600;
}

/*section04*/
#new-first-section04{
	padding-bottom: 70px;
}

.new-first #new-first-section04.section>.title {
	margin-bottom: 20px;
}

#new-first-section04 .list{
	max-width: 800px;
	margin: 0 auto;
}

#new-first-section04 .list>li .fukidashi{
	width: 182px;
}

#new-first-section04 .list>li  .line-logo{
	width: 128px;
	display: block;
	margin: 0 auto 10px;
}

#new-first-section04 .list>li  .line-qr{
	width: 150px;
	display: block;
	margin:0 auto;
}

#new-first-section04 .list>li{
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	align-items: center;
}
#new-first-section04 .list>li:not(:last-child){
	border-bottom: 1px solid #8B8B8B;
}

#new-first-section04 .list>li .image{
	width: 307px;
	text-align: center;
}
#new-first-section04 .list>li .text{
	width: calc(100% - 307px);
}

#new-first-section04 .list>li .text .title{
	margin-bottom: 20px;
	color: #333;
}

#new-first-section04 .list>li .text .title span{
	display: block;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 10px;
}

#new-first-section04 .list>li .text .title strong{
	display: block;
	font-size: 2.7rem;
	font-weight: 900;
	line-height: 1.3;
}

#new-first-section04 .list>li .text p{
	font-size: 1.7rem;
	font-weight: 600;
	padding-right: 50px;
	margin-bottom: 10px;

}

#new-first-section04 .list>li .text .line-button{
	background: #50C800;
	height: 50px;
	display: block;
	text-align: center;
	width: 441px;
	font-size: 3rem;
	font-weight: 900;
	color:#fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

/*section05*/
#new-first-section05>.block>.title{
	font-weight: 900;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 35px;
	color: #333;
}
#new-first-section05>.block>.row1{
	display: flex;
	max-width: 908px;
	margin: 0 auto 50px;
}

#new-first-section05>.block>.row1>.box1{
	position: relative;
	width: 358px;
	padding-right: 70px;
	text-align: center;
}

#new-first-section05>.block>.row1>.box1 .arrow{
	position: absolute;
	display: block;
	right:20px;
	top: 50px;
	width: 51px;
}

#new-first-section05>.block>.row1>.box1 .image{
	width: 210px;
	margin-bottom: 30px;
	margin: 0 auto 30px;
}

#new-first-section05>.block>.row1>.box1 p{
	font-size: 1.43rem;
	font-weight: 600;
	padding-right: 30px;
}
#new-first-section05>.block>.row1>.box2{
	width: calc(100% - 358px);
	display: flex;
	padding-left: 30px;
}

#new-first-section05>.block>.row1>.box2 .image{
	width: 200px;
}

#new-first-section05>.block>.row1>.box2 .text{
	width: calc(100% - 200px);
}

#new-first-section05>.block>.row1>.box2 .text .message1{
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.5;
	color: #333;
}
#new-first-section05>.block>.row1>.box2 .text .message2{
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.67;
	color: #333;
}
#new-first-section05>.block>.row1>.box2 .text .message3>span{
	font-size: 2rem;
	display: block;
	line-height: 2;
	font-weight: 600;
}
#new-first-section05>.block>.row1>.box2 .text .message3>strong{
	font-size: 3.4rem;
	display: block;
	line-height: 1.2;
	font-weight: 900;
}

#new-first-section05>.block>.row1>.box2 .text{
	font-size: 2.3rem;
	font-weight: 900;
}

/*row2*/
#new-first-section05>.block>.row2{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 721px;
	margin: 0 auto 0;
	padding-bottom: 85px;
}

#new-first-section05>.block>.row2>.box1{
	width: 369px;
	font-size: 2.2rem;
	font-weight: 900;
	color: #333;
}

#new-first-section05>.block>.row2>.box2 .app{
	display: flex;
	align-items: center;
	gap:11px
}

#new-first-section05>.block>.row2>.box2 .app>li.gp{
	width: 186px;
}


#new-first-section05>.block>.row2>.box2 .app>li.as{
	width: 151px;
}

#new-first-section05 .border{
	max-width: 780px;
	margin: 0 auto 53px;
}

/*section06*/
#new-first-section06{
	padding-bottom: 80px;
	color: #333;
}
#new-first-section06 .block1{
	padding-left: 130px;
	padding-right: 20px;
}

#new-first-section06 .block1 .first-list li .title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 5px;
	font-weight: 900;
}

#new-first-section06 .block1 .first-list li p {
    font-size: 2.2rem;
	font-weight: 600;
}

#new-first-section06 .block2{
	padding: 0 97px;
}

#new-first-section06 .block2 .first-box{
	background: #fff;
}
/*section07 */
#new-first-section07 .block1{
	max-width: 1100px;
	margin: 0 auto;
	border-bottom:1px solid #333333;
}
#new-first-section07 .block1 .title{
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 30px;
}

#new-first-section07 .block1 .list{
	display: flex;
	justify-content: center;
	gap:20px;
	margin-bottom: 40px;
}

#new-first-section07 {
	background: #fff;
	padding-top: 80px;
}
#new-first-section07 .block1 p{
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.1;
	margin-bottom: 60px;
}

#new-first-section07 .block2{
	margin-top: 70px;
}

#new-first-section07 .block2 .logo-box p{
	font-size: 2.1rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

#new-first-section07 .block2 .logo-box .logo{
	width: 401px;
	margin: 0 auto 30px;
	text-align: center;
}

#new-first-section07 .block2 .message1{
	font-size: 1.6rem;
	margin-bottom: 40px;
	text-align: center;
}

@media only screen and (max-width: 1400px) {
	#new-first-section06 .block1{
		padding-left: 100px;
		padding-right: 100px;
	}
}



