/*xxnone 　は　762あたり 　　年度追加時800あたり追加・・・これらは変更されている*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	.phone_non_display{
		display: none;
	}
	.top_btn5{
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.2em;
	display: block;
	width: 110px;
	font-size: 13px;/*18px*/
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 8px 4px 0px 4px;
	border-radius: 6px;
	vertical-align: middle;
	background-color: #4176d5;
	border: 1px solid #0024AE;
	transition: 0.15s;
}
	html,body {
	background-image: url(../img/bg/paper_fibers.png);
	font-size:13px;
	font-family:"メイリオ", Meiryo, Arial, Helvetica, sans-serif;/* Meiryo,が抜けると挙動おかしくなる*/
	line-height:19px;
	height: auto !important;
	height: 100%;
	margin: 0px;
	overflow-y: scroll;
}
	.solid_cell_00 {
	/* ------------製品の仕様右側------------- */
	color: #000;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	padding: 5px 2px 5px 4px;/* -----------loginphp作成時に　10px 10px 10px 10px　にしていたためズレ発生後修正------ */
	line-height: 1.3em;
	font-size: 14px;
}
.solid_cell_00-semi2 {
	/* ------------セミナーページ特有------------ */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	padding: 10px 10px 10px 10px;/* -----------loginphp作成時に　10px 10px 10px 10px　にしていたためズレ発生後修正------ */
	line-height: 1.5;
	font-size: 14px;
}
	#footer{
	z-index:1;
	position:relative;/* ■■ 主要位置■■ */
	margin:0px auto 0px auto;
	bottom:0px;
	height:100%;
	width:900px;
	background-image: url(../img/foot_bg.jpg);
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	
	border-top: 1px #333 solid;
    border-right: 1px #333 solid;
	border-bottom: 0px #333 solid;
	border-left: 1px #333 solid;
	         box-shadow:0px 0px 7px 2px #999;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
}
	A.foot:link { color: #ccc; } 
	A.foot:visited { color: #ccc; } 
	summary {
		cursor: pointer;
		font-size: 16px;
    margin: -.5em -.5em 0;
    padding: .5em .5em .5em 50px;
}
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 641px){/*769px*/
img{
max-width: 100%;
height: auto;
	width: auto;
}
#container{
width:100%;
}

/* 角バージョン 花王ベスプラページ*/
.material-icons {/*googleアイコンのcss*/
  font-family: 'Material Icons';
	color: #4376C2;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;/*基準30or24*/
  line-height: 0.8;/*デフォは1.0*/
	margin-top: 2px;
	margin-bottom: 4px;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  vertical-align: middle;
}
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.top-sp3 {/*計画ページ　注意事項*/
	width: 807px;
	background-color:#FFF;
	color: #333;
	font-size: 13px;
	line-height: 18px;
	font-weight:600;
	margin:5px auto 20px auto;
	padding:20px 20px 20px 20px;
	border:solid 2px #f00;
	border-radius:6px;
		box-sizing: border-box;
}
.aaa {
	/* -----------汎用----------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #C3D3E3 #C3D3E3 #C3D3E3 #C3D3E3;/* ----------- */
	border-top: 6px #000 solid;
    border-right: 0px #f00 solid;
	border-bottom: 6px #000 solid;
	border-left: 0px #f00 solid;
	padding: 10px 10px 10px 10px;
	border-collapse: collapse;
	font-weight: bold;
	background-image: url(../img/000.gif);
	background-color:#FFFFFF;
	font-size: 13px;
	color: #666;
	line-height: 21px;
	vertical-align: middle;
	width: px;
	height: 25px;
}
html,body {
	background-image: url(../img/bg/paper_fibers.png);
	font-size:13px;
	font-family:"メイリオ", Meiryo, Arial, Helvetica, sans-serif;/* Meiryo,が抜けると挙動おかしくなる*/
	line-height:19px;
	height: auto !important;
	height: 100%;
	margin: 0px;
	overflow-y: scroll;
}
html {
	xoverflow:-moz-scrollbars-vertical;
	xoverflow-y:scroll;
	xxscroll-behavior: smooth;
	transition: all 1s;
}
 /* フッタのリンク設定 */
A.foot:link { color: #ccc; } 
A.foot:visited { color: #ccc; } 
A.foot:hover { color: #5EABE6; } 
A.foot:active { color: #fff; }
A.foot:hover { text-decoration: underline; }
A.foot { text-decoration: underline;
}
a.foo {/* オンマウス時背景ブロック色変化させたい時使用*/
    padding: 15px 10px;
    background: #9c3;
    transition: all  0.3s ease;
    }
a.foo:hover,
a.foo:focus {
    background: #690;
    }
#bg-index {/* fullscreen時使用*/
	z-index:1;
	position:fixed; top:0px; left:0px;/* ■■ 主要位置■■ */
	list-style:none;
	width:100%;/* 元940*/
	margin:0px 0px 0px 0px;
	height:100%;/* 元43*/
	padding:0px 0px 0px 0px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	right: 0px;
	border: 1px solid #002232;
}
#fix-top {/*ヘッダ（メニュー）固定時position:fixed;・・・このdivの上（中）にheader_top が乗って、更にmenuが乗ってる*/
	z-index:11;
	list-style:none;
	height:32px;/* 元空欄 */
	padding:2px 0px 0px 0px;/*メニュー土台枠と内部ボタンとの距離・・最上部にライン表示時pxを0以外にする*/
	position:fixed;
	left:0px; 
	width:100%;
	top: 0px;
	
	/* Background color and gradients */
	background-image: url(../img/menu_bg1.jpg)\9;/* IE9用 */
	background-image: url(../img/menu_bg1.jpg);
	
}
#header_top {/* ■■ ヘッダの上のバー、背景のグラデーション色や影はここ**#menuの背景が透過してない時はこれと合わせる必要あり■■ */
	z-index:10;
	position:relative; top:0px; left:px;/* ■■ 主要位置■マイナスにしてるのはなにかを継承してるから■ */
	list-style:none;
	width:900px;
	margin:0px auto 0px auto;
	height:91px;/*高さ*/
	padding:0px 0px 0px 0px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	border-width : 2px 1px 1px 1px;/* ★最上部ライン★ */
	border-style : solid;
	border-color : #000 #666 #000 #666;/* ----------- */
	box-shadow:0px 0px 5px 0px #999;
}
#header_top_min {/* ■■ ヘッダの上のバー、背景のグラデーション色や影はここ**#menuの背景が透過してない時はこれと合わせる必要あり■■ */
	z-index:20;
	position:relative; top:0px; left:px;/* ■■ 主要位置■マイナスにしてるのはなにかを継承してるから■ */
	list-style:none;
	width:900px;
	margin:0px auto 0px auto;
	height:60px;/*高さ*/
	padding:0px 0px 0px 0px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	border-width : 2px 1px 1px 1px;/* ★最上部ライン★ */
	border-style : solid;
	border-color : #000 #666 #000 #666;/* ----------- */
	box-shadow:0px 0px 5px 0px #999;
}
#header_btm {/* ■■ ここでは未使用■■ */
	z-index:9;
	position:relative; top:60px; left:px;/* ■■ 主要位置■■ */
	list-style:none;
	width:901px;/* 元940*/
	margin:0px auto 0px auto;
	height:31px;
	padding:0px 0px 0px 0px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	
	/* Rounded Corners *//* ★★★ 主要アール★★★ */
	background:#f3f3f3;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	
	/* Background color and gradients */
	/*background-image: url(../img/header.jpg);*/
	/*background: -moz-linear-gradient(top, #0272a7, #013953);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */	
	/*border: 1px solid #0f0; */
	   border-top: 1px #999 solid;/* これとmenu.cssの#menuは合致すべし */
	 border-right: 1px #666 solid;
	border-bottom: 1px #999 solid;
	  border-left: 1px #666 solid;
	
	         box-shadow:0px 0px 5px 0px #999;/* 元box-shadow:2px 4px 6px 2px #888888; : 0px 0px 7px 2px #dddddd;*/
}
#main-top {/* 未使用*/
	list-style:none;
	width:900px;/* 元940*/
	margin:0px auto 0px auto;
	height:398px;/* 元43*/
	padding:0px 0px 0px 0px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	border-radius: 10px;
	
	/* Background color and gradients */
	background-image: url(../img/topimage01.jpg);
	box-shadow:0px 0px 7px 2px #888888;/* 元box-shadow:2px 4px 6px 2px #888888; */
}
#navi_bg {/*ナビのバックdiv*/
	z-index:1;
	position:relative;
	width:100%;
	margin:0px auto 0px auto;
	height:30px;
}
#navi {/*ナビ*/
	z-index:2;
	font-size:12px;
	position:relative;
	width:900px;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	margin:0px auto 0px auto;
	height:26px;
	vertical-align: middle;
}
#side-navi {/* トップページ以外のメインコンテナ*/
	z-index:30;
	list-style:none;
	width:30px;/* パディング左右の数値を引き算して合計900とする*/
	padding:10px 0px 0px 7px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	position:fixed;
	top: 40%;
	right: 0px;
	
	/* Rounded Corners */
	border-radius: 10px 0px 0px 10px;
	
	/* Background color and gradients */
	background-image: url(../img/side-navi.jpg)\9;
	
	/* Borders */	
	border: 2px #bbbbbb;
	border-style:solid none solid solid;
	
	/* shadow */
	box-shadow:0px 0px 7px 2px #cccccc;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
}
#top-main1 {/* topイメージ背景部*/
	list-style:none;
	z-index:2;
	position:relative; top:px; left:px;/* ■■ 主要位置■■ */
	width:900px;/* 元940*/
	margin:0px auto 0px auto;
	height:300px;/* 元43*/
	padding:0px 0px 0px 0px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	
	
	/* Background color and gradients */
	background:#000;
	/*background: -moz-linear-gradient(top, #0272a7, #013953);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */	
	border-top: 6px #000 solid;
    border-right: 0px #f00 solid;
	border-bottom: 6px #000 solid;
	border-left: 0px #f00 solid;
	
}
#top-img {/* topイメージ*/
	width:900px;
	margin:0px auto 0px auto;
	height:300px;/* 元43*/
	/* Rounded Corners *//* ★★★ 主要アール★★★ */
	padding:0px 0px 0px 0px;
	/* Background color and gradients */
	/*background: -moz-linear-gradient(top, #0272a7, #013953);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */	
	border: 1px 1px 1px 1px solid #f00;
	
	/* shadow */
	        box-shadow: 0px 0px 7px 2px #bbbbbb;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
}
#main-contents {/* トップページのみ（インフォメーション等）メインコンテナ*/
	list-style: none;
	z-index: 1;
	position: relative;
	width: 900px;
	margin: 0px auto 0px auto;
	height: 100%;
	padding: 0px 0px 0px 0px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	
	/* Borders */	
	border: 1px solid #666;
	box-shadow: 0px 0px 7px 2px #bbbbbb;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
	background-color:#f8f9fd ;/*f9f9f9*/
}
	#main-contents2 {/* トップページのみ（インフォメーション等）メインコンテナ*/
	list-style: none;
	z-index: 2;
	position: relative;
	width: 900px;
	margin: 0px auto 0px auto;
	height: 100%;
	padding: 0px 0px 0px 0px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	
	/* Borders */	
	/*border: 1px solid #666;*/
	/*box-shadow: 0px 0px 7px 2px #bbbbbb;*//* 元box-shadow:inset 0px 0px 1px #edf9ff; */
	/*background-color:#f8f9fd ;*//*f9f9f9*/
}
.contents-box {/*挨拶*/
	font-size: 14px;
	line-height: 21px;
	list-style:none;
	z-index:2;
	position:relative; top:px; left:px;/* ■■ 主要位置■■ */
	width:700px;
	margin:0px auto 30px auto;
	padding:30px 50px 50px 50px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	border-radius: 10px;
	
	/* Background color and gradients */
	background-image: url(../img/bg/box-bg1.jpg);
	/*background: -moz-linear-gradient(top, #0272a7, #013953);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */	
	border: 1px solid #666;
	        box-shadow: 0px 0px 7px 2px #bbbbbb;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
}
.contents-box2 {/*概要*/
	font-size: 14px;
	line-height: 21px;
	list-style:none;
	z-index:2;/* ★2→20★ */
	position:relative; top:px; left:px;/* ■■ 主要位置■■ */
	width:700px;
	margin:0px auto 30px auto;
	padding:20px 50px 20px 50px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	border-radius: 10px;
	
	/* Background color and gradients */
	background:#fffbf7;
	/*background: -moz-linear-gradient(top, #0272a7, #013953);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */	
	border: 1px solid #666;
	        box-shadow: 0px 0px 7px 2px #bbbbbb;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
}
.contents-box2b {/*概要*/
	font-size: 14px;
	line-height: 21px;
	list-style:none;
	z-index:2;/* ★2→20★ */
	position:relative; top:px; left:px;/* ■■ 主要位置■■ */
	width:700px;
	margin:0px auto 30px auto;
	padding:30px 50px 50px 50px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	border-radius: 10px;
	
	/* Background color and gradients */
	background:#ffffff;
	/*background: -moz-linear-gradient(top, #0272a7, #013953);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */	
	border: 1px solid #666;
	        box-shadow: 0px 0px 7px 2px #bbbbbb;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
}
#main-contents_2 {/* トップページ以外のメインコンテナ*/
	list-style:none;
	width:820px;/* パディング左右の数値を引き算して合計900とする*/
	margin:0px auto 0px auto;
	height:100%;/* 元43*/
	padding:20px 40px 40px 40px;/* 0px 20px 0px 20pxメニュー土台枠と内部ボタンとの距離*/
	border-radius: 10px;
	
	/* Background color and gradients */
	background:#ffffff;
	/*background: -moz-linear-gradient(top, #0272a7, #013953);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */	
	border: 1px solid #205D85;/* 元 #777777; */
	box-shadow:0px 0px 11px 1px #bbbbbb;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
}
#footer{
	z-index:1;
	position:relative;/* ■■ 主要位置■■ */
	margin:0px auto 0px auto;
	bottom:0px;
	height:100%;
	width:900px;
	background-image: url(../img/foot_bg.jpg);
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	
	border-top: 1px #333 solid;
    border-right: 1px #333 solid;
	border-bottom: 0px #333 solid;
	border-left: 1px #333 solid;
	         box-shadow:0px 0px 7px 2px #999;/* 元box-shadow:inset 0px 0px 1px #edf9ff; */
}
TABLE {
border-collapse: collapse;
	border-spacing: 0;/*add*/
margin-top: 0px; margin-bottom: 0px;margin-left: 0px; margin-right: 0px;
}
.center {/* フッタ要素センター用 */
	margin:0px auto 0px auto;
}
.kaisoku_cell_a {
/* ------------会則の章------------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	background-color:#7A96D5;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border-collapse: separate;
}
.kaisoku_cell_b {
/* ------------会則の条------------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	background-color:#CCD4FF;
	font-weight: bold;
	vertical-align: top;
	color: #000;
	width: 85px;
	padding: 5px 10px 5px 10px;
	border-collapse: separate;
}
.kaisoku_cell_c {
/* ------------会則の条のタイトルセル------------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	background-color:#EDF1FF;
	font-weight: bold;
	vertical-align: top;
	color: #000;
	padding: 5px 10px 5px 10px;
	border-collapse: separate;
}
.solid_cell_000 {
/* ------------php　パスのみログイン仮設ページ　表　タイトル------------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	padding: 5px 5px 5px 5px;
	line-height:1.3em;
}
	.solid_cell_000sp {
/* ------------php　パスのみログイン仮設ページ　表　タイトル------------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	padding: 5px 5px 5px 5px;
	line-height:1.3em;
}
.solid_cell_00 {
	/* ------------製品の仕様右側------------- */
	color: #000;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	padding: 5px 2px 5px 4px;/* -----------loginphp作成時に　10px 10px 10px 10px　にしていたためズレ発生後修正------ */
	line-height: 1.3em;
	font-size: 14px;
}
.solid_cell_00-semi2 {
	/* ------------セミナーページ特有------------ */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	padding: 10px 10px 10px 10px;/* -----------loginphp作成時に　10px 10px 10px 10px　にしていたためズレ発生後修正------ */
	line-height: 1.5;
	font-size: 14px;
}
.solid_cell_00-kisokoza {
	/* ------------計画の2019の基礎講座の市場鵺専用---機能せず--------- */
	border: 1px solid #333333;
	padding: 5px 2px 5px 4px;
	font-size: 14px;
}
.solid_cell_00-kisokoza_retsu {
	/* ------------計画の2019の基礎講座の市場鵺専用---機能せず--------- */
	border: 1px solid #333333;
	padding: 5px;
	font-size: 14px;
}
.solid_cell_00_semi {
/* ------------製品の仕様右側------------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* ------------------ */
	padding: 10px 10px 10px 10px;/* ------------- */
	line-height:1.7;
}
.solid_cell_01 {
/* ------------製品の仕様右側------------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	background-color:#f7f7f7;
	padding: 5px 10px 5px 10px;
	border-collapse: separate;
}
.solid_cell_02 {
/* ------------製品の仕様------------- */
	font-weight:700;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	background-color:#eeeeee;
	padding: 5px 10px 5px 10px;
	border-collapse: separate;
}
.solid_cell_03 {
/* ------------会員専用　コロナ関連情報の表の右側セル------------- */
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #333333;
	padding: 10px;
	line-height:1.5;
}
table.solid {border: solid 1px #000000; border-collapse: collapse;}
h1 {
	font-style: italic;
	font-size:50px;
	font-weight:700;
	line-height:12px;
}
.cell_pad {
/* ------------製品の仕様------------- */
	border-width : 0px 0px 0px 0px;
	border-style : solid solid solid solid;
	border-color : #333333;/* -----------元はC0C0C0------- */
	padding: 0px 0px 0px 10px;
}
h2 {
	font-style: italic;
	font-size:30px;
	font-weight:700;
	line-height:6px;
}
.photocell {
/* -----------------写真用セル----------------- */
border-width : 1px 1px 1px 1px;
border-style : solid solid solid solid;
border-color : #333 ;
border-collapse: collapse;
}
.height1px {
/* -----------------写真用セル----------------- */
margin: 0;
padding: 0px.0px.0px.0px;
height: 1px;
}
hr.dot {
height: 2px;
border: none;
border-top: 2px #cccccc dotted;
}
hr.dot_ww {
height: 2px;
border: none;
border-top: 2px #999 dotted;
margin:-4px 14px 0px 14px;
}
hr.dot_t {
height: 1px;
border: none;
border-top: 1px #cccccc solid;
}
.txt-shadow-w{
	text-shadow: 1px 1px 0px #fff;
	color: #777;
}
/* --------フォームカスタマイズ設定 ------------*/
/*重複していたのでform.cssに統一*/
/* -------------フォームカスタマイズ設定ここまで ----------*/
/*-------花王申し込みトップテーブルstart---------*/
.rdus_tbl {
	font-size: 12px;
	font-family:"メイリオ",Meiryo, Arial, Helvetica, sans-serif;
	border-collapse: separate;
    border: solid #aaa 1px;
    border-radius: 6px;
    box-shadow: 0 1px 1px #ccc;         
}    
.rdus_tbl td {
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    padding: 3px 7px 1px 7px; /* 7px 30px 5px 30px */
}
.rdus_tbl th {
	padding: 3px 7px 1px 7px; /* 7px 30px 5px 30px */
    background-color: #dce9f9;
    background-image:         linear-gradient(top, #f7f7f7, #e1e1e1);
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;   
	border-left: 1px solid #777;     
    border-top: 0px solid #777;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.rdus_tbl td:first-child, .rdus_tbl th:first-child {
    border-left: none;
}

.rdus_tbl th:first-child {
    border-radius: 6px 0 0 0;
}

.rdus_tbl th:last-child {
    border-radius: 0 6px 0 0;
}

.rdus_tbl th:only-child{
    border-radius: 6px 6px 0 0;
}

.rdus_tbl tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.rdus_tbl tr:last-child td:last-child {
	border-radius: 0 0 6px 0px;
}
/*-------花王申し込みトップテーブルend---------*/
/*-------花王申し込みDL選択テーブルstart---------*/
.rdus_tbl2 {
	font-size: 12px;
	font-family:"メイリオ",Meiryo, Arial, Helvetica, sans-serif;
	border-collapse: separate;
    border: solid #aaa 1px;
    border-radius: 6px;
    box-shadow: 0 1px 1px #ccc;         
}    
.rdus_tbl2 td {
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    padding: 3px 7px 1px 7px; /* 7px 30px 5px 30px */
}
.rdus_tbl2 th {
	padding: 3px 7px 1px 7px; /* 7px 30px 5px 30px */
    background-color: #dce9f9;
    background-image:         linear-gradient(top, #f7f7f7, #e1e1e1);
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;   
	border-left: 1px solid #777;     
    border-top: 0px solid #777;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.rdus_tbl2 td:first-child, .rdus_tbl2 th:first-child {
}

.rdus_tbl2 th:first-child {
    border-radius: 6px 0 0 0;
}

.rdus_tbl2 th:last-child {
    border-radius: 0 6px 0 0;
}

.rdus_tbl2 th:only-child{
    border-radius: 6px 6px 0 0;
}

.rdus_tbl2 tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.rdus_tbl2 tr:last-child td:last-child {
	border-radius: 0 0 6px 0px;

}
/*-------花王申し込みDL選択テーブルend---------*/
.top-sp {/*トップ*/
	font-family: "メイリオ",Meiryo, Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index: 2;
	text-align: center;
	position: relative;
	top: px;
	left: px;/* ■■ 主要位置■■ */
	width: 380px;/* 元940*/
	background-color: #edeff2;
	margin: -5px auto 10px auto;
	padding: 10px 10px 10px 10px;
	border: solid 2px #385BA3;
	border-radius: 6px;
	box-sizing: border-box;

}
.top-sp2 {/*トップ2*/
	font-family: "メイリオ",Meiryo, Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index: 2;
	text-align: center;
	width: 356px;/* 元940*/
	background-color: #edeff2;
	margin: -5px auto 10px auto;
	padding: 10px 10px 10px 10px;
	border: solid 2px #385BA3;
	border-radius: 6px;
}
.inf-sp {/*追加tmp*/
	z-index:2;
	position:relative;
	width:810px;/* 元940*/
	background-color:#FFF;
	color: #385BA3;
	font-size:13px;
	font-weight:bold;
	margin:-5px auto 10px auto;
	padding:10px 10px 10px 10px;
	border:solid 2px #385BA3;
	border-radius:6px;
		box-sizing: border-box;
}
.inf-sp-keikaku {/*keikakuページ用*/
	z-index:2;
	position:relative;
	width:834px;/* 元940*/
	background-color:#FFF;
	color: #385BA3;
	font-size:13px;
	font-weight:bold;
	margin:-5px auto 10px auto;
	padding:10px 10px 10px 10px;
	border:solid 2px #385BA3;
	border-radius:6px;
		box-sizing: border-box;
}
.inf-sp-jirei {/*追加tmp*/
	z-index:2;
	position:relative;
	width:800px;/* 元940*/
	background-color:#FFF;
	color: #385BA3;
	font-size:13px;
	font-weight:bold;
	margin:-5px auto 20px auto;
	padding:10px 10px 10px 10px;
	border:solid 2px #385BA3;
	border-radius:6px;
		box-sizing: border-box;
}
.inf-sp-jirei2 {/*変更依頼のため追加*/
	z-index:2;
	position:relative;
	width:800px;/* 元940*/
	background-color:#FFF;
	color: #385BA3;
	font-size:14px;
	font-weight:bold;
	margin:-5px auto 40px auto;
	padding:40px 40px 40px 40px;
	border:solid 2px #f00;
	border-radius:6px;
		box-sizing: border-box;
}
.data-day{
	font-weight:700;
	color:#3399FF;
	}
	.data-daymini{
		font-size: 12px;
	font-weight:700;
	color:#3399FF;
	}
	.timemini{
		font-size: 13px;
	}
	.web{
	font-weight: 600;
	color: #47BF34;
	display: block;
	text-align: center;
	}
	/*---start top page scroll---*/
#page-top {
	background-repeat: no-repeat;
	background-image:url(../img/up.png);
	opacity:0.7;
	z-index:100;
    position: fixed;
    bottom: 0px;
    right: 15px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 58px;
    padding: 27px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
	background-repeat: no-repeat;
	background-image:url(../img/up.png);
}
/*---end top page scroll---*/
/*タブ切り替え全体のスタイル・・2018-03-20追加　タブ用設定　ここから*/
.tabs {
  border: 1px solid #4667AC;
xxfloat: left;/*表全体を左にくっつけたい時使用*/
	position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 832px;/*812*/
  margin: 0 auto;}

/*タブのスタイル 非選択タブ　　選択タブは下*/
.tab_item {
	box-sizing: border-box;
  width: calc(100%/5);
  height: 30px;
  border-bottom: 3px solid #4667AC;
	border-left: 1px solid #4667AC;
	border-right: 0px solid #999;
  background-color: #d9d9d9;
  line-height: 23px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
 padding-top: 3px;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;/*これは常にnone*/
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;/*2019分編集時xnoneとする。　すぐ下の「#n2019:checked ~ #n2019_content」欄も追加する事*/
	xfloat: left;
	clear: both;
   }


/*選択されているタブのコンテンツのみを表示*/
#n2021:checked ~ #n2021_content,
#n2020:checked ~ #n2020_content,
#n2019:checked ~ #n2019_content,
#n2018:checked ~ #n2018_content,
#n2017:checked ~ #n2017_content,
#blank1:checked ~ #blank1_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #4667AC;
  color: #fff;
	border-left: 0px solid #f00;
}
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/* タブ用設定　ここまで*/
/*画像マウスオーバーで切り替えセット 1 ここから*/
.box {
	width: 83px;
	height: 26px;
	background-image: url(../img/btn_goan_on.png);
}
.box p {
	position: absolute;
	width: 83px;
	height: 26px;
	margin: 0;
}
.txt {
	margin: 0;
}
.txt a {
	position: absolute;
	display: block;
	width: 83px;
	height: 26px;
	z-index: 1;
}
 
@keyframes imgOn {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes imgOff {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.txt:hover + .img {
	animation: imgOn 0.1s 1 forwards;
}
.txt + .img {
	animation: imgOff 0.2s 1 forwards;
}
/*画像マウスオーバーで切り替えセットここまで*/
.box2 {
	width: 83px;
	height: 26px;
	background-image: url(../img/btn_moshi_on.png);
}
.box2 p {
	position: absolute;
	width: 83px;
	height: 26px;
	margin: 0;
}
.box3 {
	width: 83px;
	height: 26px;
	background-image: url(../img/btn_fax_on.png);
}
.box3 p {
	position: absolute;
	width: 83px;
	height: 26px;
	margin: 0;
}
.btn-flat-border {
	width: 173px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #5677BC;
  border: solid 2px #5677BC;
  border-radius: 3px;
  transition: .1s;
}

.btn-flat-border2 {
	width: 103px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #5677BC;
  border: solid 2px #5677BC;
  border-radius: 3px;
  transition: .1s;
}
.btn-flat-border3 {
	width: 450px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #5677BC;
  border: solid 2px #5677BC;
  border-radius: 3px;
  transition: .1s;
}
	.btn4 {
	width: 173px;
		background-color: #5677BC;
  display: inline-block;
		float: right;
		text-align: center;
  padding-top: 3px;
		padding-bottom: 3px;
		position: relative;
		top: -2px;
		/*margin-left: 110px;*/
		margin-right: 10px;/*110*/
		margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
  border: solid 2px #5677BC;
  border-radius: 5px;
  transition: .1s;
}
.btn4:hover {
background-color: #fff;
  color: #5677BC;
  transition: .1s;
}
	.btn5 {
		background-color: #5677BC;
  display: inline-block;
		xfloat: right;
		text-align: center;
  padding-top: 6px;
		padding-bottom: 3px;
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		top: -2px;
		margin-top: 5px;
  text-decoration: none;
  color: #fff;
  border: solid 1px #5677BC;
  border-radius: 5px;
  transition: .1s;
}
.btn5:hover {
	cursor: pointer;
background-color: #fff;
  color: #5677BC;
  transition: .1s;
}
.btn-flat-border:hover {
  background: #5677BC;
  color: white;
}

.btn-flat-border2:hover {
  background: #5677BC;
  color: white;
}
.btn-flat-border3:hover {
  background: #5677BC;
  color: white;
}
.line-height {
	line-height: 1.5;
	padding: 20px 10px 20px 10px;
}
.menu_chap {/*下部固定メニューと混在してたので　ビデオチャプター用　新設*/
      xxdisplay: none;
	xborder-top: 3px solid #333;
      width: 408px;
	xmargin-left: 44px;
      xbackground: #4499cc;
      position: relative;
      xbottom: 0;
      z-index:999;
    }
.menu {/*下部固定メニュー追加　使用*/
      display: none;
	border-top: 3px solid #333;
      width: 812px;
	margin-left: 44px;
      background: #4499cc;
      position: fixed;
      bottom: 0;
      z-index:999;
    }
.menu.normal {/*下部固定メニュー追加　未使用？*/
	height: 10px;
	visibility: hidden;
      position: relative;
      display:block;
      z-index: 0;
    }
.boxsiz{
	float: left;
	ｘｘtable-layout: fixed;
	xbox-sizing: border-box;
}
/*新基本レイアウト用コードここから　本格作成始動時適用2021-01/15*/
#wrapper9 {
   width: 900px;
   margin: 0 auto;/* 幅固定（700px）でセンタリングします。*/
}
#header9 {
   width: 900px;
   height: 90px;  /* サイトロゴの高さに合わせて調節して下さい。*/
		border-width : 2px 1px 1px 1px;/* ★最上部ライン★ */
	border-style : solid;
	border-color : #527ACC #666 #000 #666;/* ----------- */
	box-shadow:0px 0px 5px 0px #999;
}
#main9 {
   width: 900px;     /* メニューとコンテンツを囲んでいます。 */
   overflow: hidden; /* 親ボックスでフロート解除します。*/
}
#menu9 {
   float: left;
   width: 210px;     /* floatの width 指定は必須です。*/
}
#contents9 {
   float: left;
   width: 690px;     /* floatの width 指定は必須です。*/
}
#footer9 {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
   clear: both;      /* IE6 以前の float 解除対応です。 */
	color: #ccc;
   width: 902px;
   height: 100px;
	background-image: url(../img/foot_bg_member.jpg);
	box-shadow:0px 0px 7px 2px #999;
}
/*新レイアウト用コードここまで*/
.table_hyo{
	margin: 0px 25px 0px 25px;
}
.komoku{
	font-size: 16px;
	font-weight: 600;
}
.naiyo_title{
	font-size: 14px;
	font-weight: 300;
}
.top_btn1 {
	box-sizing: border-box;
	text-align: center;
	line-height: 1.3em;
	display: block;
	width: 200px;
	height: 120px;
	font-size: 15px;/*18px*/
	font-weight: 600;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px 10px;
	border-radius: 16px;
	vertical-align: middle;
	background-color: #4176d5;
	border: 1px solid #0024AE;
	transition: 0.15s;
}
	.top_btn3 {
	text-align: center;
	line-height: 1.3em;
	display: block;
	width: 380px;
	xheight: 120px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-left: auto;
		margin-right: auto;
	margin-bottom: 10px;
	padding: 10px 10px;
	border-radius: 10px;
	vertical-align: middle;
	background-color: #4176d5;
	box-sizing: inherit;
	border: 1px solid #0024AE;
	transition: 0.15s;
}
.top_btn4 {/*反転白バック*/
	text-align: center;
	line-height: 1.3em;
	display: block;
	width: 380px;
	xheight: 120px;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	margin-left: auto;
		margin-right: auto;
	margin-bottom: 10px;
	padding: 10px 10px;
	border-radius: 30px;
	vertical-align: middle;
	background-color: #fff;
	box-sizing: inherit;
	border: 1px solid #0024AE;
	transition: 0.15s;
}
.top_btn5{
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	line-height: 0.9em;
	display: block;
	width: 110px;
	font-size: 13px;/*18px*/
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 20px 4px 20px 4px;/*これが通常PC閲覧用*/
	border-radius: 6px;
	vertical-align: middle;
	background-color: #4176d5;
	border: 1px solid #0024AE;
	transition: 0.15s;
}
	.top_btn5:hover {
	color: #4176D5;
	background-color: #fff;
	border: 1px solid #0024AE;
	transition: 0.15s;
}
.flex-container{
	display:flex;
	flex-direction: xcolumn;
}
.f-item{
	
}
.waku{
	margin: 20px;
	padding: 20px;
	border-radius: 6px;
	border: 1px solid #0024AE;
	background: #fff;
}
	.wrap-hyo{
		margin: 20px;
	}
	.ab{
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
	}
	.komoku2{
	font-size: 16px;
	font-weight: 600;
		
			text-align: center;
	line-height: 1.3em;
	display: block;
	width: 380px;
	color: #fff;
	margin-left: auto;
		margin-right: auto;
	margin-bottom: 10px;
	padding: 10px 10px;
	border-radius: 10px;
	vertical-align: middle;
	background-color: #4176d5;
	box-sizing: inherit;
	border: 1px solid #0024AE;
	transition: 0.15s;
}
	.dhoi_button3 {
	color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
  width: 200px;
  height: 24px;
  margin: -3px auto;
  font-family: "Montserrat", sans-serif;
  border-radius: 16px;
	border: 1px solid #777;
  cursor: pointer;
	transition: .25s;
	background: #527ACC;
}
	.table-radius{
		margin-left: -2px;
		width: 790px;
		border: 1px solid #777;
		border-collapse: separate;
		border-spacing: 0;
		border-radius: 6px;
		overflow: hidden;
	}
	.table-radius th{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #777;
	border-bottom-color: #777;
	background-color: #F2F7FF;/*EAF4FC*/
}
 
.table-radius td{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
}
 
.table-radius tr:last-child th,
.table-radius tr:last-child td
{
	border-bottom-style: none;
	xpadding-left: 20px;
}
	.xleft-top{border-radius: 4px 0 0 0;border-collapse: collapse;border-spacing: 0;}
	.xright-top{border-radius: 0 4px 0 0;border-collapse: collapse;border-spacing: 0;}
	.xleft-btm{border-radius: 0 0 4px 0;border-collapse: collapse;border-spacing: 0;}
	.xright-btm{border-radius: 0 0 0 4px;border-collapse: collapse;border-spacing: 0;}
	.cellcolor{
	background-color: #BACEEE!important;/*C9E3F7 5677bc*/
	color: #000;
	}
	.leftborder{
		border-left-color: #fff!important;
	}
	.waku-border{
		margin-top: 10px;
		box-sizing: border-box;
     border:1px solid #777;
		width: 787px;
		padding: 30px;
		border-radius: 6px;
	}
		.waku-border2{display: block;
		margin-top: 7px;
		font-size: 14px;
		box-sizing: border-box;
     border:1px solid #777;
		width: 787px;
		padding: 15px;
		border-radius: 6px;
	}
	/* ------モーダルウインドウ3 作成される方ページ用 初期表示分　ここから----- */
.modal_wrap3 input {
  display: none;/*none*/
	xxtop: 300px;
}

.modal_overlay3 {
	xpointer-events: none;
  display: flex;
  justify-content: center;
	flex-direction:row;
	xalign-items:center;
  overflow: auto;
  position: fixed;/*fixed*/
  top: 0px;
  left: 0%;
  z-index: 9999;
	xmargin-left: auto;
	xmargin-right:auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);/*0*/
}

.modal_trigger3 {
  position:absolute;
  width: 100%;
  height: 100%;
}

.modal_content3 {
	display: inline-block;
	position: relative;/*完パケ時は　absolute　に戻す******************編集時は　relative****************************/
	top:20%;/*上と右「modalあ前にXX付ける」がセット　ソースコード→<div class="xxmodal_wrap3">*/
	left: -9px;
	color: #333;
	font-size:14px; 
	height: 400px;
  xalign-self: center;
  width: 900px;
  /*padding: 20px 30px 20px;*/
  box-sizing: border-box;
  background: #fff;
  line-height: 2.0em;
  transform: scale(0.3);
  transition: 0.5s;
	border-radius: 20px;
}
	.modal_content4 {/*アドバイザーページの初期表示モーダル*/
	display: inline-block;
	position: relative;/*完パケ時は　absolute　に戻す******************編集時は　relative****************************/
	top:20%;/*上と右「modalあ前にXX付ける」がセット　ソースコード→<div class="xxmodal_wrap3">*/
	left: -9px;
	color: #333;
	font-size:14px; 
	height: 270px;
  xalign-self: center;
  width: 900px;
  /*padding: 20px 30px 20px;*/
  box-sizing: border-box;
  background: #fff;
  line-height: 2.0em;
  transform: scale(0.3);
  transition: 0.5s;
	border-radius: 20px;
}

.close_button3 {
  position: relative;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap3 input:checked ~ .modal_overlay3 {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap3 input:checked ~ .modal_overlay3 .modal_content3{
  transform: scale(1);
}
.modal_wrap3 input:checked ~ .modal_overlay3 .modal_content4{/*adviser用*/
  transform: scale(1);
}
.open_button3 {
	color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
	text-align: center;
	font-size: 13px;
	line-height: 34px;
  width: 200px;
  height: 34px;/*24*/
  margin: -3px auto;
  font-family: "Montserrat", sans-serif;
  border-radius: 16px;
	border: 1px solid #777;
  cursor: pointer;
	transition: .25s;
	background: #527ACC;
}
.open_button3:hover {
background: #fff;
	color: #527ACC;;
	text-shadow: none;
}
/* ------モーダルウインドウ3 一覧ページ用 初期表示分　ここまで----- */
	
.toiawase a{
	font-size: 11px;
	color: #fff;
	text-align: center;
	display: block;
	width: 115px;
		border: 1px solid #666;
	padding: 2px 3px 0px 3px;
	margin-right: 7px;
	background-color: #6081c6;
	text-decoration: none;
	border-radius: 3px;
	}
	.toiawase a:hover{
	background-color: #fff;
		color: #5677BC;
	}
	.under_none{
		text-decoration: none;
	}
	summary {
		display: inline-block;
		cursor: pointer;
		font-size: 16px;
    margin: -.5em -.5em 0;
    padding: .5em .5em .5em 50px;
}
	.border_cell{
		border: 1px solid #999;
		padding: 10px;
	}
	.button1 a{
		text-decoration: none;
		display: inline-block;
		xbox-sizing: padding-box;
		xwidth: 70px;
		font-size: 12px;
		color: #3371BD;
		padding: 2px 10px 2px 10px;
		border: 1px solid #3371BD;
		background-color: #fff;
		border-radius: 5px;
	}
		.button1 a:hover{
		color: #fff!important;
		border: 1px solid #3371BD;
		background-color: #3371BD;
	}
	.border{
		box-sizing: padding-box;
		border: 1px solid #333;
		display: inline-block;
	}
	.uchikeshi{
		position: relative;
	}
	.uchikeshi::before{
		content: "";
  position: absolute;
  border-top: 4px double red;
  width: 100%;
  top: 35%;
	}
