@charset "UTF-8";

/*--セクション--*/

.content{
	display: inline-block;
	width: 95%;
	position: relative;
	max-width: 1020px;
	text-align: center;
	margin-top: 50px;
}

.content p{
	font-size: 18px;
	padding: 20px auto;
	text-align: left;
}
@media only screen and (max-width: 767px){
.content p{
	font-size: 16px;
	padding: 20px auto;}}

/*-- 画像サイズ --*/

img.w860 {
max-width: 860px;
width: 95%;
margin: 20px auto 30px;
}

/*-- 嬉しい6つの特徴 --*/

.bg-applegreen{
background: rgb(46,210,163);
background: linear-gradient(180deg, rgba(46,210,163,1) 40%, rgba(71,202,222,1) 83%);
}

/*-- テキストリンク（右寄せ） --*/

.txt-link{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
@media screen and (max-width:767px){
.txt-link{
	font-size: 16px;
	margin-right: 10px;
}}

.txt-link:hover {
	color: #dc143c!important;
	text-decoration: underline;
}

/*--メインビジュアル--*/

.container-mv{
	width: 100%;
	padding: 0;
	text-align: center;
}
@media only screen and (max-width: 767px){
.container-mv{
 margin: 0px;
}}

.mv-area{
display: block;
position: relative;
text-align: center;
}

.mv-area img{
margin-top: 0px;
background-color: #fff;
width: 100%;
text-align: center;
}
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 767px){
.mv-area img{
margin-top: 0px;}
.pc { display: none !important; }
.sp { display: block !important; 
}}

img.mv-insole_kids{
	position: absolute;
	margin-top: -220px;
	margin-left:-42%;
	max-width: 240px;
	z-index: 999;
}
@media screen and (max-width: 1200px){
img.mv-insole_kids{
	margin-top: -120px;
	margin-left:-46%;
	max-width: 160px;
}}
@media screen and (max-width: 767px){
img.mv-insole_kids{
	margin-top: -80px;
	margin-left:-46%;
	max-width: 100px;
}}

.box-announce{
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 30px;
	font-weight: 600;
	background: -moz-linear-gradient(top, #b4efff, #eaf1e0);
  background: -webkit-linear-gradient(top, #b4efff, #eaf1e0);
  background: linear-gradient(to bottom, #b4efff, #eaf1e0);
}
@media screen and (max-width: 767px){
.box-announce{
	padding: 16px;
	font-size: 16px;
	line-height:1.3em;
}}

/*-- 見出し --*/

h2.heavy-copy{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	font-weight: 600! important;
	line-height: 1.3;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
h2.heavy-copy{
	font-size: 26px;
	font-family: sans-serif;
	line-height: 1.4em;
}}

.underline-g{
	display: inline-block;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.6;
	border-bottom: solid 3px goldenrod;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.underline-g{
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 10px;
}}

.dotline-y {
	margin: 15px 0;
	font-size: 22px;
	font-weight: 600;
	padding: 10px 0;
  border-bottom: 4px dotted goldenrod;
}
@media screen and (max-width:767px){
.dotline-y {
	font-size: 20px;
	margin: 5px 0;
}}

.ttl-fukidashi-kids,
.ttl-fukidashi-kids02{
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  min-width: 380px;
	width: 70%;
	border: solid #707070 2px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4em;
  background: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
	-webkit-filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.ttl-fukidashi-kids02{
  font-size: 34px; }

.ttl-fukidashi-kids:before,
.ttl-fukidashi-kids02:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
	border-right: 15px solid transparent;
  border-top: 15px solid #666;
  border-left: 15px solid transparent;
}

.ttl-fukidashi-kids:after,
.ttl-fukidashi-kids02:after{
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -15px;
	border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
}

  @media only screen and (max-width: 767px) {
  .ttl-fukidashi-kids,
	.ttl-fukidashi-kids02{
  width: 85%;
  min-width: 280px;
	padding: 15px 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: 600;
  font-size: 20px; }}
	
  @media only screen and (max-width: 767px) {
	.ttl-fukidashi-kids02{
  font-size: 18px; }}
	
	
/*-- 文字サイズ --*/

p.sub-copy{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 767px){
p.sub-copy{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}}

p.center{
display:inline-block;
text-align:center !important;
margin-bottom: 30px;
}

/*-- 実は今、子どもの足が危ない！ --*/

.box_foot-crisis{
display:inline-block;
position: relative;
max-width:720px;
width:96%;
text-align:center;
padding:30px 20px;
background: #fff;
border-radius: 15px;
border: 2px solid #ccc;
margin-bottom: 60px;
}

@media only screen and (max-width: 767px){
.box_foot-crisis{
padding:20px 15px 50px;
}}

.wrap-center{
display:flex;
justify-content: space-around;
}

.item-footcrisis01{
flex-basis: 45%;
padding: 30px;
}

.item-footcrisis01 dt img{
 max-width: 250px;
 width: 100%;
 margin-bottom:6px;
}
@media only screen and (max-width: 767px){
.item-footcrisis01{
flex-basis: 100%;
padding: 5px;
}

.item-footcrisis01 dt img{
 width: 100%;
}}

.item-footcrisis02{
flex-basis: 45%;
padding: 30px;
}

.item-footcrisis02 dt img{
 max-width: 226px;
 width: 100%;
 margin-bottom:6px;
}
@media only screen and (max-width: 767px){
.item-footcrisis02{
flex-basis: 90%;
padding: 5px;
}

.item-footcrisis02 dt img{
 width: 48%;
}}

p.center{
display:inline-block;
text-align:center !important;
margin-bottom: 30px;
}

img.doc-ido{
position:absolute;
width: 160px;
top: 100%;
left: 50%;
transform: translate(-50%, -50%);
}
@media screen and (max-width:767px){
img.doc-ido{
position:absolute;
width: 140px;
}}

/*-- その原因は --*/ 

.content-w820{
	display: inline-block;
	max-width: 820px;
	width: 92%;
	margin-bottom: 10px;
	text-align: center;
}

p.text-bg-blue{
	display: inline-block;
	padding: 10px 30px;
	background-color: #b0f7f3;
	font-size: 20px;
	font-weight: 600;
	margin-bottom:15px;
}
@media screen and (max-width:767px){
p.text-bg-blue{
	padding: 10px 20px;
	font-size: 16px;
}}
.content-w820 img{
width:90%;
}

.box-blue{
  display:inline-block;
	position: relative;
	background: #f3fcff;
	width: 90%;
	max-width: 680px;
	padding:30px;
	border: 2px solid #97dcef;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 80px;
}

.box-blue img{
	width: 100%;
}

p.doc-chat{
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 80px;
}
@media screen and (max-width:767px){
.box-blue{
	padding:15px 30px;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 80px;}
p.doc-chat{
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 30px;
}}


img.doc-ido{
position:absolute;
width: 160px;
top: 100%;
left: 50%;
transform: translate(-50%, -50%);
}

@media screen and (max-width:767px){
.box-blue{
	width: 96%;
	padding:30px 30px 60px;
}
img.doc-ido{
position:absolute;
width: 140px;
}}
	
/*-- まっすぐに成長を促すために --*/ 

img.takenoko{
max-width: 300px;
width: 50%;
text-align: center;
margin-top: 30px;
}
@media screen and (max-width:767px){
img.takenoko{
margin-top: 10px;
}}

/*-- 骨格の発達が不足すると --*/

img.backache{
 width: 180px;
}
@media screen and (max-width:767px){
img.backache{
 width: 150px;
}}

/*-- 嬉しい6つの特徴（common.cssの.container_merit6等と重複していたため削除。common.css参照） --*/

/*-- 最新テクノロジーが詰まったインソール --*/ 

.content-w720{
	display: inline-block;
	max-width: 720px;
	width: 100%;
 	vertical-align: middle;
}

.flex-steps_tech {
	display: inline-block;
 	flex-wrap: wrap;
 	justify-content: space-around;
	}

.steps-item_tech {
	display: inline-block;
  width: 48%;
	vertical-align: middle;
	text-align: left;
}

.steps-item_tech img{
  width: 90%;
}

p.steps-txt{
	text-align: left;
	line-height: 0.6;
}

.hr-100{
	display: inline-block;
  border: 1px solid #CCC;
	margin:10px auto 10px;
  width: 100%;
}

/*-- インソール形状例 --*/ 

.content-w800{
	display:inline-block;
	padding: 0;
	max-width: 800px;
	width: 96%;
}

.content-w680{
	display: inline-block;
	max-width: 680px;
	width: 100%;
	padding: 0px 20px;
	margin:30px auto;
}

.flex-steps {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 }

.steps-item {
  padding: 10px;
  width: 49%;
}

.steps-item img{
	max-width: 300px;
  width: 100%;
}

.content-w760{
	display: inline-block;
	max-width: 760px;
	width: 100%;
	padding: 0px 20px;
	margin-top:20px;
}
@media screen and (max-width:767px){
.content-w760{
	padding: 0px 10px;}
.steps-item {
  padding: 5px;
}}

/*-- こだわりのオーダーメイド --*/

h4.steps_kids{
  position: relative;
  overflow: hidden;
  padding: 0.8rem 0.8rem 0.8rem 160px;
	font-size:22px;
	line-height: 1.3em;
	font-weight: 600;
	text-align: left;
  margin-top: 40px;
	background: #d9f7f9;
	border-bottom: 3px solid #44cae0;
}
@media screen and (max-width:767px){
h4.steps_kids{
  margin-top: 30px;
	font-size: 16px;
  padding: 0.7rem 0.7rem 0.7rem 150px;
}}

h4.steps_kids:before {
  position: absolute;
  top: -50%;
  left: -110px;
  width: 250px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background: #44cae0;
	text-align: left;
}

h4.steps_kids span {
	font-size:20px;
	font-weight: 400;
	line-height:1.2em;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  color: #fff;
}
@media screen and (max-width:767px){
h4.steps_kids span {
	font-size:18px;
	font-weight: 600;
  padding-top: 20px;
}}

.box-zairyo{
display: flex;
justify-content: space-around;
align-items: center;
}

.box-zairyo img{
width:50%;
}

@media screen and (max-width:767px){
.box-zairyo{
flex-direction: column;}
.box-zairyo img{
width:80%;
}}

.difference_kids {
	display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 2px solid #44cae0;
  border-radius: 0 10px 10px 10px;
	margin-top: 50px;
	margin-bottom: 60px;
	width: 86%;
}
@media screen and (max-width:767px){
.difference_kids {
	width: 100%;
}}

.difference_kids img{
float: left;
margin-right: 20px;
}

.difference_kids:before {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -34px;
  left: -2px;
  height: 34px;
  padding: 5px 1em;
  content: 'POINT';
  color: #fff;
	font-weight: 600;
  border-radius: 10px 10px 0 0;
  background: #44cae0;
}

/*-- 歩き方を改善して悩みを解消するには  --*/
img.nayami{
	width: 100%;
}
@media screen and (max-width:767px){
img.nayami{
	display: none;
}}

img.nayami-woman{
 width: 98%;
 margin: 20px auto 0px;
}
@media screen and (min-width:768px){
img.nayami-woman{
	display: none;
}}

/*-- 月々定額プラン --*/ 

.fuki02{
display: inline-block;
position: relative;
background-color: #fff;
border: 2px solid #ccc;
border-radius: 15px;
padding: 50px 50px 120px 50px;
margin-bottom: 140px;
max-width:760px;
}

@media only screen and (max-width: 767px){
.fuki02{
max-width: 96%;
padding: 40px 25px 120px 25px;
}}

img.mother-smile{
position: absolute;
width:160px;
top: 100%;
left: 50%;
transform: translate(-50%, -50%);
}

h4.clerk-heading{
font-size: 22px;
font-weight: 500;
}
@media screen and (max-width:767px){
h4.clerk-heading{
font-size: 20px;
}}

/*-- チェックボックス付きリスト --*/
.check-list {
  display: inline-block;
	text-align: left;
  }

.check-list li + li {
  margin-top: 10px;
}

.check-list li {
  position: relative;
  line-height: 1.2;
  padding-left: 2em;
	font-weight:600;
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #333;
}

.check-list li::after {
  position: absolute;
  left: 0.2em;
  top: 0.1em;
  content: "";
  display: block;
  width: 1em;
  height: 0.4em;
  border-left: 4px solid #5AB43F;
  border-bottom: 4px solid #5AB43F;
  transform: rotate(-45deg);
}

/*-- 嬉しい特典 --*/
img.w98per{
width: 98%;
}

/*-- 子ども用インソールについて --*/

img.kidshoes-head{
	width: 200px;
	height: auto;
	margin: 30px;
}
@media only screen and (max-width: 767px){
img.kidshoes-head{
	width: 180px;
	height: auto;
}}

p.info-text{
text-align:left;
}

.kidshoes-info{
	display: flex;
	align-items:flex-start;
	margin-top: 30px;
	margin-bottom: 30px;
}
.text-area{
	flex: 1;
	margin-left: 40px;
	text-align: left;
}
.img-area{
	flex: 1;
	text-align: center;
	margin-bottom:50px;
}

.img-area img{
max-width: 150px;
width: 100%;
height:auto;
}

@media only screen and (max-width: 767px){
.kidshoes-info{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 20px;}
.img-area{
	text-align: center;}
.text-area{
	margin: 30px 0px;
}}

img.kids-grow{
max-width: 600px;
width: 90%;
margin-bottom: 30px;
} 

/*-- ご使用方法 --*/
.waku-img250{
	display: inline-block;
	border: none;
	border-radius: 10px;
	width: 240px;
	height: 240px;
	background: #fff;
	margin: 30px;
	vertical-align: middle;
	text-align: center;
}

/*-- ラージバナー01 --*/

.bnr01_bg-field{
background: url("/images/kids/03_common/img_bnr01-pc.jpg");
background-size: 1920px;
background-repeat: repeat-x;
background-position: center;
}
@media screen and (max-width:767px){
.bnr01_bg-field{
background: url("/images/kids/03_common/img_bnr01-sp.jpg");
background-size: cover;
background-position: center;
}}

.bnr01_kids{
	display: inline-block;
	position: relative;
	height: 360px;
	max-width: 1080px;
	width: 100%;
	margin-top: 0px;
}
@media screen and (max-width:767px){
.bnr01_kids{
	height: 260px;
	width: 100%;
}}

.bnr01_kids-text{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.1em;
}
@media screen and (max-width:767px){
.bnr01_kids-text{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: normal;
}}

.wrap-bnr-copy01{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
  text-align: center;
}
@media screen and (max-width:767px){
.wrap-bnr-copy01{
	margin-left:10px;
	left: 24%;
	top: 50%;
	transform: translate(-50%,-50%);
}}

.bnr_copy-waku{
display: inline-block;
border-top: 3px solid #333;
border-bottom: 3px solid #333;
padding: 20px 0px;
text-align: center;
}

img.bnr-insole01{
	display: inline-block;
	position: absolute;
	height: 280px;
	width: auto;
	top: 50%;
  left: 20%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width:767px){
img.bnr-insole01{
	display: none;
}}



#jump{
height:300px;
width: auto;
filter: drop-shadow(-8px 3px 5px rgba(108,108,108,0.5));
top: 50%;
left: 15%;
transform: translate(-50%,-50%);
}

@media screen and (max-width:767px){
#jump{
height:220px;
width: auto;
left: 18%;
}}

/*-- LP用（kids専用） 安心保証 --*/

.plan_warranty-container{
display:inline-block;
margin: 0 auto;
width: 100%;
max-width: 760px;
}

.plan_warranty-item{
text-align: center;
}

.plan_warranty-item img{
max-height:350px;
width: auto;
margin: 0 auto;
}

@media only screen and (max-width: 767px){
.plan_warranty-item img{
width: 100%;
max-width:420px;
height: auto;
max-height:none;
margin: 0 auto 30px;
}}

/*-- ラージバナー --*/

.bnr02_bg-orange{
background: rgb(242,196,49);
background: linear-gradient(90deg, rgba(242,196,49,1) 0%, rgba(252,186,50,1) 77%);
}

.bnr03_bg-blue{
background: rgb(234,241,224);
background: linear-gradient(90deg, rgba(234,241,224,1) 0%, rgba(129,239,255,1) 77%);
}

.bnr02-large{
	position: relative;
	max-width: 1100px;
	width: 100%;
	height: 450px;
	margin: 0 auto;
}

/* --- 左：人物写真 --- */
.bnr02-photo01{
	position: absolute;
	left: 0;
	top: 60px;
	height: 76%;
	width: auto;
	filter: drop-shadow(-13px 3px 5px rgba(108,108,108,0.6));
	z-index: 1;
}

.bnr02-photo02{
	position: absolute;
	left: 0;
	top: 30px;
	height: 86%;
	width: auto;
	filter: drop-shadow(-13px 3px 5px rgba(108,108,108,0.6));
	z-index: 1;
}

/* --- 右：インソール画像 --- */
.bnr02-insole{
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
	height: auto;
}

/* --- 中央：コピー＋情報ボックス--- */
.bnr02-body{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.bnr02-heading{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin: 0 0 28px;
}

.bnr02-copy{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	filter: drop-shadow(-2px 2px 2px rgba(108,108,108,0.9));
}

.bnr02-info-box{
	max-width: 400px;
	width: 96%;
	margin: 0 auto;
	background-color: rgb(255 255 255 / 50%);
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 6px;
	padding: 24px 30px;
}

.bnr02-detail{
	font-size: 15px;
	font-weight: 600;
	color: #333;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 16px;
}
.bnr02-detail strong{
	display: inline-block;
	font-size: 20px;
	margin-bottom: 6px;
}

.bnr02-btn-area{
	display: flex;
	justify-content: center;
	gap: 12px;
}

.bnr02-btn{
	display: inline-block;
	width: 160px;
	background-color: #E3007F;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 12px 20px;
	white-space: nowrap;
	text-decoration: none;
}

/* --- 注釈：右下 --- */
.bnr02-note{
	position: absolute;
	right: 16px;
	bottom: 12px;
	font-size: 12px;
	color: #333;
	text-align: right;
}

/* ===== スマホ ===== */

@media screen and (max-width:767px){
.bnr02-large{
	max-width: 500px;
}

.bnr02-body{
	position: relative;
	top: auto;
	z-index: 3;
	transform: none;
	padding-top: 270px;
}

/* 左：人物写真 */
.bnr02-photo01{
	position: absolute;
	left: 5%;
	top: 20px;
	height: 240px;
	width: auto;
	filter: none;
}

.bnr02-photo02{
	position: absolute;
	left: 5%;
	height: 260px;
	width: auto;
	filter: none;
}

.bnr02-heading{
	position: absolute;
	top: 40px;
	right: 20px;
	left: auto;
	align-items: flex-end;
	gap: 8px;
	margin: 0;
	z-index: 2;
}

.bnr02-copy{
	background: #000;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
	padding: 5px 10px;
}

/* 右中央：インソール画像 */
.bnr02-insole{
	top: 130px;
	right: 15%;
	transform: none;
	width: 84px;
}

/* 情報ボックス：全幅 */
.bnr02-info-box{
	width: 92%;
	max-width: 360px;
	margin: 0 auto;
	padding: 12px 24px 16px;
}

.bnr02-detail{
	font-size: 14px;
	margin-bottom: 12px;
}
.bnr02-detail strong{
	display: inline-block;
	font-size: 16px;
	margin-bottom: 6px;
}

.bnr02-btn-area{
	gap: 10px;
}

.bnr02-btn{
	flex: 1 1 0;
	text-align: center;
	font-size: 14px;
	padding: 12px 8px;
}

.bnr02-note{
	position: static;
	margin: 10px auto 0;
	text-align: center;
}}
