@charset "UTF-8";

/*共通 */

#contentInner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

/*ヘッダー*/
#head {
	height: 900px;
}
.topImg {
	height: 500px;
	background: url(../images/headBk.png);
}

#headerInner {
	width:1000px;
	height: 500px;
	margin: 0 auto;
	background: url(../images/topImg.png);
	
}
#headerInner h1 {
	color: #ff83af;
	text-align: left;
}

#navInner {
	width:1000px;
	height: 100px;
	margin: 0 auto;
}

#header-navi {
	padding:20px 4px 17px 4px;
}

#header-navi ul li {
	display: block;
	float: left;
	margin-left: 16px;
}

.wMark {
	margin: 20px;
}


/*医療用ウィッグ「安心・安全」マークとは about*/
#about {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fffbe3;
}

.aboutTitle {
	margin-bottom: 45px;
}

.aboutText {
	margin-left: 20px;
	margin-right: 20px;
	height: 480px;
	background: url(../images/aboutText.png);
}

.aboutTextRow {
	font-size: 1.1em;
	line-height:1.6em;
	padding: 30px 20px 30px 620px;
	text-align: left;
}

.aboutTextRow p {
	padding-bottom: 12px;
}

.aboutText2 {
	margin-top: 40px;
	text-align: left;
	padding: 5px 30px;
}

.aboutText2 p{
	padding-bottom: 10px;
}

.aboutText3 {
	text-align: left;
	padding: 50px 300px 20px 50px;
	background: url(../images/aboutText3.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.aboutText3 p{
	font-size: 1.6em;
}

.aboutText3 p span{
	display: block;
	margin-top: 25px;
	padding-left: 40px; 
	color: red;
}


/*経済産業省プレスリリース*/
#press {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pressTitle {
	margin-bottom: 45px;
}

.pressContent {
	border: 1px solid #dadada;
	border-radius: 15px;
	padding: 50px 70px 30px;
}

.pressContent h4 {
	font-size: 1.8em;
	text-align:left;
	padding-top: 30px;
}

.pressText {
	font-size: 16px;
}

.pressrow1 {
	text-align: left;
}

.pressrow2 {
	padding-top: 40px;
	font-size: 2.5em;
}

.pressrow3 {
	font-size: 1.8em;
}

.pressrow4 {
	padding-top: 20px;
	text-align: right;
}

.pressrow5 {
	padding-top: 40px;
	text-align: left;
}

.pressrow6 {
	text-align: left;
	padding-top: 15px;
}

.pressrow7 {
	background: #ebebeb;
	margin-top: 30px;
	padding: 20px 80px;
}

.pressrow8 {
	font-size: 1.2em;
	text-align: left;
	padding: 30px 170px;
}

.nNumber {
	margin: 30px auto;
	padding: 40px;
	text-align: left;
	background-color: #fffbe3;
}

.nNumber h2{
	font-size: 2.4em;
	padding-left: 20px;
}

.nNumber h2 p{
	display: inline;
	padding-right: 10px;
}

.nNumberTable {
	width: 100%;
	margin-left: 17px;
	border-collapse: separate;
	border-spacing: 10px;
} 

.nNumberTable tr {
	font-size: 1.35em;
	font-weight: bold;
}

.nNumberTable tr td{
	width: 35%;
} 

.nNumberTable tr td.hd {
	width: 200px;
	padding: 3px 0px 3px 12px;
	text-align: left;
	vertical-align: bottom;
	color: #fff;
}
.nNumberTable tr td.td1 {
	background-color: #646464;
}

.nNumberTable tr td.num {
	width: 170px;
	padding: 0px 0px 3px 10px;
	text-align: left;
	vertical-align: bottom;
}


/*医療用ウィッグの購入費費用助成をしています*/

.helpPrefecturesList{
	padding-top: 40px;
	padding-bottom: 80px;
}

.helpPrefecturesList h3{
	font-size: 1.4em;
	width: 100%;
	background-color: #ffdae0;
	text-align: left;
	padding: 10px 5px;
}

.helpPrefecturesList ul{
	margin: 10px 0;
	padding: 0;
	display: flex;
}

.helpPrefecturesList ul li{
	font-size: 1.2em;
	width: 20%;
	max-width: 100px;
	margin: 0 5px;
	text-align: center;
}

.helpPrefecturesList ul li a{
	display: block;
	width: 100%;
	max-width: 100px;
	border: 2px solid #ff6a88;
	border-radius: 20px;
	color: #ff6a88;
	padding: 5px 0;
	text-decoration: none;
}

.helpPrefecturesList ul li a:hover{
	background-color: #ff6a88;
	color: #fff;
	transition: 0.5s;
}

#help {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f7f7f7;
}

.helpTitle {
	margin-bottom: 45px;
}

.helprow1 {
	padding: 20px 0px;
}

.helprow2 {
	padding: 40px 0px 0px;
}

.helpTable {
	width: 900px;
	margin: 0 auto;
	font-size: 1.4em;
	line-height: 2em;
}

.helpTable th{
	border: 1px solid white;
	padding: 10px 0;
	background-color: #eaeae8;
}

.helpTable td{
	border: 1px solid white;
	padding: 5px;
	background-color: #fffbe3;
	text-align:center;
	line-height: 1.5;
    font-size: 16px;
}
.helpTable td a{
	display: block;
	background: #DBFFDB;
	color: #063;
	text-decoration: none;
	border: #0C6 1px solid;
	font-size: 12px;
	width: 12em;
	padding: 0.2em 0.5em;
	margin: 0.1em auto;
	line-height: 1.2;
}
.helpTable td a:hover{
	background: #EAFFEA;
}
/*.helpTable td a{
	color: #353535; 
}*/
.helpTable td.tel a{
	color: #353535; 
}

.helpTable td:nth-child(odd) {
	background-color: #ffdae0;
}

.tL{
	width: 28%;
}

.tC{
	width: 44%;
}

.tR{
	width: 28%;
}

/*フッター*/
#footer {
	height:80px;
	background-color: #f9ecf3;
}

#footer p{
	padding-top: 30px;
}

/*TOPへ戻る*/
.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.scroll-top {
	display: block;
	color: #fff;
	font-size: 2.0em;
	padding-top: 6px;
	width: 50px;
	height: 50px;
	background-color: #ff6a88;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
    -moz-border-radius: 50px;
}

/*電話番号*/
#fixTel {
	position: fixed;
	top: 190px;
	right: 0px;
}
