/*  
style_pc.css
*/

@charset "utf-8";


/* ベース */
html{
}

body{
	background: #fff;
}

header{
	background: transparent;
}
article{
	background: transparent;
}
section{
	background: transparent;
}

footer .list{
	background: #CCE1EB;
}

footer .link{
	background: #fff;
}

/* 今は使わないが、置いておく */
.pc{
display:block;
}
.sp{
display:none;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*-------------------------------------*/

/* 全体 */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
	line-height: 1.6;
	color:#000000;
	margin-bottom: 110px;
}

body, header,nav,article,footer,
header {
	width: 100%;
}

body, header, footer.list, 
article, section, .shadow {
	margin: 0 auto;
	width: 1050px;
}

section, .inner {
	width: 950px;
}

.shadow{
	width: 1050px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.4);
	margin-bottom:110px;
}

footer .link{
	width: 100%;
	position: fixed;left:0;
	bottom:0;
	z-index: 9999;
	zoom: 1;
}

strong{
	font-weight:bold;
	font-size:1.1em;
}

/*-------------------------------------*/


/* ヘッダ */

header #logo{
	height: 40px;
}

header #logo img{
	float:left;
	padding-top: 15px;
	padding-left: 5px;
}

header #logo p{
	float:right;
	padding-top: 20px;
	padding-right:20px;
}

header #logo p a{
	text-decoration:none;
	color:#000;
}


/* メニュー */
/**********************************************一時消す***************************************************
nav #menu{
	position:relative;top:-8px;
    background: transparent url("../img/menuback.png") repeat-x;
	width: 100%;
	height: 60px;
	box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.6);
	overflow:hidden;
}

nav ul{
	position: relative;
	left: 50%;
	float:left;
}

nav li {
	position: relative;
	left: -50%;
	float:left;
	margin-left:1px;
	margin-right:1px;
}
/**********************************************一時消す一時消す***************************************************/
nav ul{
	display: flex;
	justify-content: space-between;
}

/**********************************************メニューを画像からテキストへ***************************************************/
.nav_menu_li a{
	display: block;
	background-color: #0c63b9;
	width:209px;
	text-align: center;
	font-size:17px;
	padding:15px 0;
	letter-spacing: 0.1em;
	color:#ffffff;
	text-decoration: none;
	
}
#menu6{
	display: none;
}


/**********************************************テストだよ***************************************************/


/* 本文レイアウト */
/* 全体 */

article p > img {
	display:block;
	margin: 15px auto 15px auto;
}

header .syuku > a{
	font-size:20px;
	margin:10px auto;
	text-align:center;
	max-width:900px;
	display:block;
}


h2 > img{
	display:block;
	margin: 120px auto 15px auto;
}


/* 上記の例外(最初のh2には120pxのマージン不要) */
section#point > h2 > img{
	margin: 10px auto 15px auto;
}

article h2 > img {
	box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.6);
}

/* ポイント */
section#point{
	padding-bottom:0px;
	overflow:hidden;
}
section#point ul{
}

section#point ul li.point1{
	float:left;
}

section#point ul li.point2{
	float:right;
}

section#point ul li{
	width: 445px;
	height:572px;
	border:1px solid #0070BB;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-left:1px;
	margin-right:1px;
	padding:10px;
}

section#point ul li > h3{
	height: 89px;
	font-size:1.8em;
	color:#00328D;
	font-weight:bold;
	line-height:1.5;
	padding-top:10px;
	padding-left:110px;
	margin-bottom:10px;
}

section#point ul li.point1 > h3{
	background: url(../img/point1.png) no-repeat 5px center;
}

section#point ul li.point2 > h3{
	background: url(../img/point2.png) no-repeat 5px center;
}

section#point ul li > p {
	margin: 5px 15px 10px 15px;
}

section#point ul li > p img {
	margin-left: -8px;
}


/* 多彩なカスタマイズ */
section#customization h3{
	background: url(../img/h3_line.png) no-repeat 8px center;
	padding-left:20px;
	margin-bottom:20px;
}

section#customization h3 span{
	font-size:1.6em;
	color:#00328D;
	font-weight:bold;
}

section#customization .customization01{
	background: url(../img/customization1.png) no-repeat right top;
	height:240px;
	position:relative;
	margin-bottom:50px;
}

section#customization .customization02{
	background: url(../img/customization2.png) no-repeat right top;
	height:230px;
	position:relative;
	margin-bottom:50px;
}

section#customization .customization03{
	background: url(../img/customization3.png) no-repeat right top;
	height:220px;
	position:relative;
	margin-bottom:50px;
}

section#customization .customization04{
	background: url(../img/customization4.png) no-repeat right top;
	height:183px;
	position:relative;
	margin-bottom:0px;
}

section#customization p{
	width:450px;
}

section#customization p.link{
	text-align:right;
	position:absolute;bottom:0;
}

/* お役立ち：医療業界等 */
section#example li { 
	height: 469px;
	width: 451px;
	border:1px solid #0070BB;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-left:1px;
	margin-right:1px;
	padding: 10px 8px;
}

section#example ul li.Fleft {
	float:left;
	margin:10px 0 5px 0;
}

section#example ul li.Fright {
	float:right;
	margin:10px 0 5px 0;
}

section#example li > h3 { 
	height: 26px;
	width:430px;
	font-size:1.4em;
	color:#fff;
	font-weight:bold;
	margin: 0 auto 10px auto;
	background:#6D6D6D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:3px 0 3px 10px;
}

section#example li > p { 
	font-size:1.4em;
	padding-left:5px;
	margin-bottom:10px;
}

section#example li > figure { 
	width:435px;
	margin:0 8px 0 8px ;
}

section#example li > figure > figcaption { 
	width:420px;
	margin:0 auto;
}

	/* その他 */
section#example .exOther {
	height: 135px;
	margin: 40px 0 45px -5px;
	background: transparent url(../img/example_other.png) no-repeat 5px center;
}

section#example .exOther h3 {
	background:none;
	font-size:1.4em;
	color:#fff;
	font-weight:bold;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding:21px 0 3px 35px;
}

section#example .exOther p {
	font-size:1.2em;
	padding:5px 0 3px 40px;
}


section#example p.exOther {
	margin: 40px auto 40px auto;
}

section#example dl.customer:before {
	content:"";
	display:block;
	background: url(../img/line.png) no-repeat top center;
	height: 20px;
}

section#example dl.customer:after {
	content:"";
	display:block;
	background: url(../img/line.png) no-repeat bottom center;
	height: 20px;
}

section#example dl.customer {
	margin:30px auto 0 auto;
}

section#example dl.customer dt {
	width:870px;
	margin:0 auto;
	font-size:1.3em;
	line-height:1.5em;
}

section#example dl.customer dd {
	width:870px;
	margin:0 auto;
	line-height:1.3em;
	position:relative;
}

section#example dl.customer dd > span.other {
	position: absolute;right:0;
}

section#example dl.customer dd > span.thanks {
	font-size:1.4em;
	font-weight:bold;
	color: #FF7F00;
}

/* こだわり */
section#kodawari {
	width:950px;
}

section#kodawari h3 {
	font-size:1.4em;
	color: #00328D;
}

section#kodawari .inner {
	content:"";
	display:block;
	background: url(../img/kodawari.png) no-repeat top right;
	width:950px;
	height: 887px;
}

section#kodawari .inner ul {
	width:600px;
}

section#kodawari .inner li {
	display: block;
	float: left;
	width:255px;
	margin-right:40px;
}

section#kodawari .inner li figure.TopMiddole {
	margin:0 0 30px 0;
}

section#kodawari .inner li figure.Bottom {
	margin:0;
}

/* 基本仕様・セット内容 */
section#spec {
	width: 950px;
}
section#spec h2 ,
section#design h2 ,
section#price h2 ,
section#order h2 ,
section#deadline h2 ,
section#faq h2 ,
section#etc h2 {
	border: #00328D solid 2px;
	padding: 10px 0 5px 5px;
	margin: 100px auto 0px auto;
	font-size:1.4em;
	line-height:0.9;
	color: #00328C;
	font-weight:bold;
}

section#faq h2 ,
section#etc h2 {
	margin: 100px auto 20px auto;
}

section#spec h3{
	font-size:1.4em;
	font-weight:bold;
	color: #00328C;
}

section#spec .set{
	background: url(../img/set.jpg) no-repeat right top;
	height: 329px;
	margin-top:20px;
	margin-bottom:30px;
}

section#spec .set ul{
	margin-left:2em;
}

section#spec .set ul li{
	list-style-image: url(../img/disc.png);
}

section#spec .set p{
	text-align:center;
	width:400px;
	height: 329px;
	margin-left:560px;
	margin-top:150px;
}


section#spec .size{
	position:relative;
	height:386px;
}

section#spec .size table{
	float:left;
	width:530px;
	margin-top:25px;
}

section#spec .size table thead th{
	border: 1px solid #000;
	background-color: #DBDCDC;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
}

section#spec .size table thead th:first-child {
	border:none;
	width:15%;
	background-color: transparent;
}

section#spec .size table tbody td {
	padding:10px 5px 8px 10px;
	border: 1px solid #000;
	vertical-align:middle;
}

section#spec .size table tbody td:first-child {
	text-align:center;
}


section#spec .size p{
	float:left;
	position:absolute;top:-5px;left:650px;
	margin:0;
}

/* デザイン */

section#design {
}

section#design .designImg {
	float:left;
	width:310px;
	margin-left:5px;
	margin-right:50px;
	margin-top:20px;
}

section#design .designTxt {
	float:left;
	width:585px;
	height:260px;
	position:relative;
	margin-top:20px;
}

section#design .designTxt h4 {
	font-size: 1.3em;
	border-bottom:1px solid #00328E;
	line-height:1.1;
}

section#design .designTxt p {
	margin: 15px 10px 10px 0;
}

section#design .designTxt dl {
	position:relative;
}

section#design .designTxt dd {
	position: absolute; top:0; left:7em;
}

section#design .designTxt p > a {
	color: #D82527;
	position:absolute;bottom:0;right:0;
}

/* 価格 */
section#price p {
	margin:30px auto;
}

section#price p.option {
	margin:60px auto 70px auto;
}

section#price p > span {
	display:block;
	margin-top:-20px ;
}

section#price table.circulation {
	width:950px;
	font-size:1.4em;
}

section#price table.circulation caption {
	font-size:1.2em;
	font-weight: bold;
}

section#price table.circulation th {
	width:25%;
	border: 1px solid #000;
	background-color: #888888;
	text-align: center;
	color:#fff;
	padding: 5px 0 3px 0;
}

section#price table.circulation td {
	width:75%;
	padding-left:25%;
	border: 1px solid #000;
}

section#price table.option {
	width:950px;
	margin-top: 30px;
}

section#price table.option caption {
	font-size:1.6em;
	font-weight: bold;
}

section#price table.option th {
	width: 15%;
	border: 1px solid #000;
	background-color: #888888;
	text-align: center;
	color:#fff;
	padding: 5px 0 3px 0;
	vertical-align:middle;
	font-size:1.4em;
}

section#price table.option td {
	border: 1px solid #000;
}

section#price table.option td:first-child {
	width:58%;
	vertical-align:left;
	padding-left: 10px;
}

section#price table.option td > dl > dt {
	font-size:1.4em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
}

section#price table.option td > dl > dd {
	padding: 0 15px 10px 15px;
}

section#price table.option td.price14 {
	width: 27%;
	border: 1px solid #000;
	vertical-align:middle;	
	padding-left:15px;
	padding-top:5px;
}

section#price table.option td.price14 span {
	font-size:1.4em;
	line-height: 0.9;
}
.headline_sp{
	display: none;
}



/* 注文 */

section#order ol li {
	position:relative;
	height: 70px;
	margin:26px 0 0 0;
}

section#order ol li.step1 {
	background: url(../img/orderStep1.png) no-repeat 5px center;
}

section#order ol li.step2 {
	background: url(../img/orderStep2.png) no-repeat 5px center;
}

section#order ol li.step3 {
	background: url(../img/orderStep3.png) no-repeat 5px center;
}

section#order ol li.step4 {
	background: url(../img/orderStep4.png) no-repeat 5px center;
}

section#order ol li.step5 {
	background: url(../img/orderStep5.png) no-repeat 5px center;
}

section#order ol li.step6 {
	background: url(../img/orderStep6.png) no-repeat 5px center;
}

section#order ol li.step7 {
	background: url(../img/orderStep7.png) no-repeat 5px center;
}

section#order ol li.step8 {
	background: url(../img/orderStep8.png) no-repeat 5px center;
}


section#order ol li dl {
	position:relative;
	margin-left:135px;
	background:#CCE7F0;
	height: 70px;
	display:table;
	width:814px;
}


section#order ol li dt {
	font-size: 1.3em;
	font-weight: bold;
	color:#0070BA;
	padding: 3px 0 0 10px;
	display:table-cell;
	vertical-align:middle;
	width:210px;
	letter-spacing:2px;
	line-height:1;
}

section#order ol li dd {
	font-size: 1.2em;
	display:table-cell;
	vertical-align:middle;
	padding: 6px 5px 0 10px;
	line-height:1.1;
}

section#order ol li dd.line {
	padding:0;
}

section#order ol li dd.line > span {
	border-left: 1px solid #000;
	padding: 10px 0;
}

section#order ol li:after {
	content:"";
	position:absolute;top:75px;left:50%;
	width: 0;
	height: 0;
	border-top: 18px solid #0085B2;
	border-right: 28px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 28px solid transparent;

}

section#order ol li.step8:after{
	content:"";
	position:absolute;top:75px;left:50%;
	width: 0;
	height: 0;
	border:none;
}



/* 納期 */

section#deadline p {
	margin:1em 0 0 1em;
	font-size:1.1em;
}

/* よくある質問 */
section#faq dl {
	margin:0 1em 0 1em;
	font-size:1.1em;
	padding-left:1em;
	text-indent:-1em;
}

section#faq p{
	color:red;
}

section#faq dl dt {
	margin-top:2em;
	color:#00C;
	font-weight:bold;
}


/* その他 */
section#etc dl {
	margin-left:1em;
	margin-bottom:50px;
}

section#etc dl dt{
	font-size:1.4em;
}

section#etc dl dd{
	margin-left:1.5em;
}

section#etc dl dt{
	margin-top:1em;
}


/* フッター */
/* 利用規約等 */
footer .list {
	height:130px;
	overflow:hidden;
}

footer .list ul {
	position: relative;
	left: 50%;
	float:left;
	margin-top:30px;
	margin-bottom:20px;
}
footer .list ul li{
	position: relative;
	left: -50%;
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-left: 1px #000 solid;
	font-size:0.9em;
	line-height:0.9em;
}

footer .list ul li a{
	text-decoration:none;
	color:#000;
}

footer .list ul li:first-child{
	border-left: none;
}

footer .list a >img {
	display: block;
	margin:0 auto;
}

/* お申込み */
footer .link{
	border-top: #CCC 2px solid;
	height: 125px;
	background: #FFC;
}
footer .link .btn{
	width:800px;	
	margin:20px auto 0 auto;
	position: relative;
}

footer .link .btn a.request{
	float:left;
/*	margin-left:50px;*/
}

footer .link .btn a.order{
	float:right;
/*	margin-right:50px;*/
}

footer .link .txt {
	position:absolute; top:0px;right:-15%;
}

footer .link .amazon {
	float:right;
	color:red;
	margin-top:2px;
}

/*以下、10月以降販売開始後に非表示*/
footer .link .btn img.ready{	
	float:right;
}

/*
footer .link a{
	float:left;
	margin-top:17px;
	height: 83px;
	color:transparent;
	display: block;
	width:310px;
	margin-left: 24px;
}
*/

/* サブページのスタイル */

/*box*/
.box {
	margin-top: 20px;
	margin-bottom: 100px;
}

/* タイトル */
h2.sub_title {
	font-size: 1.6em;
	line-height: 150%;
	padding: 20px;
	border: solid 1px #DDD;
	letter-spacing: 5px;
	margin:0 auto 20px auto;
}


h3.title_bar {
	font-size: 1.4em;
	line-height: 150%;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0 10px 0;
}

.title_bar {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1E3E9C;
	padding: 5px;
	background-color: #2954D5;
	color: #FFF;
	text-indent: 5px;
}

/*float*/
.f_right {
	float:right;
	margin:3% 5% 0 0;
}

.clear {
	clear:both;
}

/*テーブル*/
.basic {
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 20px 0px 10px 0;
	line-height: 150%;
}
.basic tbody {
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	}
.basic tbody td {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 5px 1em;
}
.basic thead th {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	}
.basic thead th {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.basic th {
	background-color: #FBFBFB;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 3px 3px 3px 10px;
}


/* text */
.memo {
/*	font-size:85%;*/
	font-size:1.0em;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}


/*font*/
.t_height150 {
	line-height:150%;
}

/*margin padding*/
.mb10 {
	margin-bottom:10px;
}

.mr10 {
	margin-right:10px;
}

.pt10 {
	padding-top:10px;
}


/*color*/
.bg_grey {
	background-color:#F2F2F2;
}
.green {
	color: #099;
}


.sub_box {
	padding:15px;
	margin:15px;
}

.column2_l {
	width:350px;
	float: left;
	padding:0px;
	margin: 20px 0px 0px 10px;
}

.column2_l img{
	margin-bottom:10px;
}

.column2_r {
	width:350px;
	float: right;
	padding: 0px;
	margin: 20px 10px 0px 0px;
		}

.column2_r img{
	margin-bottom:10px;
}


/*company page*/
.yakuin dt {
	float:left;
	}
.yakuin dd {
	margin-left:100px;
	margin-bottom:10px;
	}
	
dl.history {
	margin-top:15px;
}
.history dt {
	float:left;
}

.history dd {
	margin-left: 180px;
	margin-bottom: 15px;
}

p.access {
	margin:15px 0;
}

/*個人情報*/
.privacy {
	line-height:150%;
}

.privacy ol {
	font-size:14px;
}

.privacy li {
	margin-bottom:10px;
}

.clear0{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/*画像のメニューや見出しをテキスト化*/
h2{
	background-color: #0c63b9;
	margin: 50px auto 15px auto;
	font-size:30px;
	font-weight:700;
	color:#fff;
	padding:8px;
}
#spec h3 , #design h3 , #price h3 , #order h3 ,#deadline h3 ,#faq h3 , #etc h3{
		border: #00328D solid 2px;
	padding: 10px 0 5px 5px;
	margin: 100px auto 0px auto;
	font-size:1.4em;
	line-height:0.9;
	color: #00328C;
	font-weight:bold;
}
.pc_none{
	display: none;
}