@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul,
ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}
body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem;
  color: #231815;
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {
}
body {
}


/* link setting */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* image setting */

img {
	max-width: 100%;
	vertical-align: bottom;
}


/* =============================================================================
 Common Class
============================================================================= */

.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}
.bold { font-weight: bold;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}


@media screen and (min-width: 768px) {
.on img,
img.on {
	-webkit-transition: opacity ease .3s;
	-moz-transition: opacity ease .3s;
	-ms-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s;
}
.on img:hover,
img.on:hover {
	opacity: 0.7;
}
.only-sp {
	display: none;
}
}

.mt00 { margin-top: 0px !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}

.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.mr00 { margin-right: 0px !important;}
.mr01per { margin-right: 1% !important;}

.mb1em { margin-bottom: 1em !important;}
.mb146em { margin-bottom: 1.46em !important;}
.mb164em { margin-bottom: 1.64em !important;}
.mb2em { margin-bottom: 2em !important;}

.pt00 { padding-top: 0px !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt30 { padding-top: 30px !important;}
.pt40 { padding-top: 40px !important;}
.pt50 { padding-top: 50px !important;}

.pb00 { padding-bottom: 0px !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb50 { padding-bottom: 50px !important;}
.pb70 { padding-bottom: 70px !important;}
.pb90 { padding-bottom: 90px !important;}
.pb100 { padding-bottom: 100px !important;}

.pb1em { padding-bottom: 1em !important;}
.pb146em { padding-bottom: 1.46em !important;}
.pb164em { padding-bottom: 1.64em !important;}
.pb2em { padding-bottom: 2em !important;}

.mr1em { margin-right: 1em !important;}

.lp-06 { letter-spacing: -0.6px;}
.lp-08 { letter-spacing: -0.8px;}
.lp-10 { letter-spacing: -1px;}
.lp-15 { letter-spacing: -1.6px;}
.lp-20 { letter-spacing: -2px;}
.lp-30 { letter-spacing: -3px;}
.lp-70 { letter-spacing: -7px;}
.lp-00 { letter-spacing: 0px;}

.red { color: #d10012;}
.blue { color: #0087d0;}

.fs12 { font-size: 12px !important;}
.fs13 { font-size: 13px !important;}
.fs14 { font-size: 14px !important;}
.fs15 { font-size: 15px !important;}


/* =============================================================================
 global navi
============================================================================= */

.listTab {
  background-color: #000;
}
.listTab .lead {
  padding: 36px 0;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.46;
  font-weight: bold;
  color:#FFF;
}
.listTab ul {
  width: 100%;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.listTab ul li {
  padding: 0 8px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}
.listTab ul li span {
  width: 339px;
  height: 74px;
  display: block;
  background: url(../images/img_tab_01_off.png) no-repeat;
  background-size: 339px 74px;
}
.listTab ul li:nth-child(2) span {
  background: url(../images/img_tab_02_off.png) no-repeat;
  background-size: 339px 74px;
}
.listTab ul li span:hover {
  cursor: pointer;
}
.listTab ul li span img {
  opacity: 0;
}
.listTab ul li span:hover img,
.listTab ul li span.current img {
  opacity: 1;
}


/* =============================================================================
 Common Block Styles
============================================================================= */


/* =============================================================================
 Page Styles
============================================================================= */
#container {
  width: 1000px;
  margin: 0 auto;
}

#commonHeader .headerInner {
  position: relative;
}
#commonHeader .headerInner .logo {
  position: absolute;
  left: 5px;
  top: 5px;
}
#commonHeader .headerInner .label {
  position: absolute;
  right: 24px;
  top: 22px;
}

#mainArea {
  padding: 0 0 30px;
  background: url(../images/bg_4000.jpg) repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
#container.number1 #mainArea {
  background: url(../images/bg_4000.jpg) repeat;
  background-size: 100% auto;
}
#container.number2 #mainArea {
  background: url(../images/bg_6000.jpg) repeat;
  background-size: 100% auto;
}

.list .cont {
  margin-top: 40px;
  display: none;
}
.list .cont.open {
  display: block;
}
.list .cont > ul > li {
  margin: 0 100px 36px;
  position: relative;
  background: url(../images/bg_contlist.gif) repeat;
  box-shadow:0px 0px 4px 2px rgba(0,0,0,0.2);
}
.list .cont > ul > li:first-of-type {
  border-top: none;
}
.list .cont ul li .title {
  padding: 5px 0 5px 0;
  margin: 0 20px 15px 0;
  text-align: left;
  font-size:1.6em;
  color:#3f210e;
  line-height:1.2;
  border-bottom:#000 1px solid;
}
.list .cont ul li .contArea {
  width: 800px;
  overflow: hidden;
  clear: both;
}
.list .cont ul li .contArea .mainImage {
  width: 374px;
  display: block;
  float: left;
}
.list .cont ul li .contArea .image img {
  width: 100%;
}
.list .cont ul li .contArea .detail {
  width: 426px;
  padding: 20px 0;
  float: right;
}
.list .cont ul li .contArea .detail .text {
  margin: 0 20px 15px 5px;
  font-size: 13px;
  line-height: 1.5;
  clear: both;
  letter-spacing: -1px;
}
p .yellow {
  background: linear-gradient(transparent 50%, #ffff3f 50%);
  font-weight: bold;
}
.list .cont ul li .contArea .detail .sdetail {
}
.list .cont ul li .contArea .detail .sdetail .box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px
}
.list .cont ul li .contArea .detail .sdetail .box .name {
	width:205px;
	height:95px;
	padding:22px 10px 0 10px;
	margin-right:10px;
	background:url(../images/name_bg.png) no-repeat;
	box-sizing:border-box;
}
.list .cont ul li .contArea .detail .sdetail .box .small {
	padding-top:15px;
}
.list .cont ul li .contArea .detail .sdetail .box .name .spec {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#3f210e;
	margin-bottom:8px;
}
.list .cont ul li .contArea .detail .sdetail .box .small .spec {
	font-size:14px;
	line-height:1.2;
	margin-bottom:5px;
}
.list .cont ul li .contArea .detail .sdetail .box .name .number {
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	padding:5px;
	margin:0 10px;
	background-color:#3f210e;
	border-radius:5px;

}
.list .cont ul li .contArea .detail .sdetail .box .graph {
}
.list .cont ul li .contArea .detail .sdetail .linkBtn {
  display: block;
  margin-left: 2px;
  margin-bottom: 8px;
}
.list .cont ul li .contArea .detail .sdetail .linkBtn a {
  display: block;
}
.list .cont ul li .contArea .detail .sdetail .caution {
  margin: 0 10px 20px 0;
  font-size: 11px;
  line-height: 1.46;
}
















