@charset "utf-8";
/* CSS Document */

body {
width: 100%;
margin: 61px 0 0 0;
font-size: 1.2em;
}
img {
max-width: 100%;
height: auto;
width /***/:auto;
}
/* ハンバーガーのマーク */
  .nav_toggle {
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.5rem;
/*    margin-right: 10px;*/
    z-index: 2;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  /* クリックされた後のハンバーガーのマーク */
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  /* クリックで表示されるメニュー：クリックされる前 */
  .nav {
    display: flex;
    position: fixed;
    align-items: center;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: #fff;
    z-index: 1;
	 width: 100%;
	  flex-direction: column;
	  align-items: normal;
	  
  }
  .nav_menu_li {
 /*   margin-bottom: 30px; */
	  border-bottom: 1px solid #fffffff;
	 
	  

  }
  .nav_menu_li a {
	display:block;
    color: #ffffff;
    text-decoration: none;
	background-color: #0c63b9;
	padding: 15px;
	border-bottom: solid 1px #ffffff;
	  

  }

  /* クリックで表示されるメニュー：クリックされた後 */
  .nav.show {
    opacity: 1;
    visibility: visible;
  }

.header_in {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.borderleft {
	padding: 10px;
	border-left:solid 1px #ccc;
}
.header_in img{
	display: block;
	padding: 8px;
	vertical-align: middle;
	
}
.borderleft p{
	font-size: 0.6em;
}
article{

}
h2{
	background-color: #0c63b9;
	margin: 8px auto 15px auto;
	font-weight:700;
	color:#fff;
	padding:8px;
	font-size:120%;
}
h3{
	border: #00328D solid 1px;
	padding: 10px 0 5px 5px;
	margin: 40px auto 10px auto;
	line-height:1.3;
	color: #00328C;
	font-size:110%;
	font-weight:500;
}

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

section#example li > h3 {
    height: 26px;
    color: #fff;
    margin: 0 auto 10px auto;
    background: #6D6D6D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 3px 0 3px 10px;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 61px;
    z-index: 30;
	background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.contents_margin{
	margin:0 16px;
}
#price caption{
	font-size:110%;
	font-weight:600;
}
section#price table.circulation {
	width:100%;
	margin:0 auto;
/*	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:2%;
	border: 1px solid #000;
	text-align: right;
	padding-right: 5%;
}

section#price table.option {
	width:100%;
	margin:30px auto 0;
}

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:0.8em;
}

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:0.9em;
	font-weight: bold;
	padding-left: 5%;
	padding-top: 10px;
}

section#price table.option td > dl > dd {
	padding: 0 5%;
	font-size:0.8em;
}

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

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

/* こだわり */


section#kodawari h3 {
	color: #00328D;
}

section#kodawari .inner {
	content:"";
	display:block;
}

section#kodawari .inner ul {
	width:100%;
}

section#kodawari .inner li {
	display: block;
	width:100%x;
}
section#kodawari .inner li img {
	width:100%x;
}

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

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

/* 基本仕様・セット内容 */
section#spec {
	width:100%;
}
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{
	color: #00328C;
}

section#spec .set{
	background: url(../img/set.jpg) no-repeat right top;
	background-position: right 50% top 250px;
	height:600px;
	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;
	margin-left:10px;
	margin-top:320px;
}


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

section#spec .size table{
	width:100%;
	margin-top:25px;
 	font-size:0.9em;
}

section#spec .size table thead th{
	border: 1px solid #000;
	background-color: #DBDCDC;
	text-align:center;

	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:5px;
	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 {
	width:100%;
	margin:0 auto;
}

section#design .designTxt {
	width:100%;
	height:260px;
	position:relative;
	margin:15px 0 50px 0;
}

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

section#design .designTxt p {
	margin: 10px 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;right:0;
}



/* 注文 */

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;
	background:#CCE7F0;
	height: 70px;
	display:table;
	width:100%;
}


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

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

section#order ol li dd.line {
	padding: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;
	 transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);

}

section#order ol li.step8:after{
	content:"";
	position:absolute;top:75px;left:50%;
	width: 0;
	height: 0;
	border:none;
}
.headline_sp{
	display:block;
	font-size: 1.1em;
	font-weight: bold;
	color:#0070BA;
	padding:1% 0;
	text-align: center;
	border-bottom: solid 1px #000;
	margin-bottom: 8px;
}


/* 納期 */

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

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

section#faq p{
	color:red;
}

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


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

section#etc dl dt{
	font-size:1em;
	font-weight:bold;
}

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

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


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

footer .list ul {
	border-top:solid 1px #000;
/*	position: relative;*/
	left: 50%;
/*	float:left; */
	margin-top:30px;
	margin-bottom:20px;
	vertical-align: middle;
}
footer .list ul li{
	position: relative;
/*	left: -50%;*/
/*	float:left; */
	padding:20px 10px;
	border-bottom: 1px #fff solid;
	height:30px;
	display: block;
	vertical-align: middle;
	background-color: #D3ECF3;
	
/*	line-height:0.9em; */
}

footer .list ul  a{

	text-decoration:none;
	color:#000;
	vertical-align: middle;
}

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;
}
.sp_none{
display: none;
}
