@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
	font-size:62.5%
}
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 {
	border: 0;
	outline: 0;
  margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
html,#t-footer {
	background-color: #333;
}
a {
	color:#D71C09;
	text-decoration: none;
}
a:hover {
	color:#FC7D20;
	text-decoration: underline;
}
p {
	margin: 0;
  line-height: 1.6em;
}
div.wtclm p {
  color:#fff;
}
.m05em {
  margin-bottom:0.5em;
}
.m1em {
  margin-bottom:1em;
}
.ind1em {
  text-indent: 1em;
}
.pad1em {
  padding-left:1em;
}
/* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}*/
/*
text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
*/
p.guide-ttl {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom:8px;
}
p.mb-p {
  line-height: 1.2em;
  margin-bottom:0.2em;
}

#t-header h1 {
	text-indent: -9999px;
	font-size:2px;
	line-height:2px;
}
#t-header h2 {
	text-indent: -9999px;
	font-size:2px;
	line-height:2px;
}

h3.wt {
	font-size: 32px;
  position: relative;
  display: block;
  text-align: center;
	color: #fff;
	margin-bottom: 50px;
  padding-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	line-height: 30px;
}
h3.wt::after {
content: '';
position: absolute;
bottom: 0;
left:calc(50% - 75px);
display: block;
width: 150px;
height: 2px;
border-bottom: solid 2px #fff;
}
h3.bk {
	font-size: 32px;
  position: relative;
  display: block;
  text-align: center;
	color: #333;
	margin-bottom: 50px;
  padding-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	line-height: 30px;
}
h3.bk::after {
content: '';
position: absolute;
bottom: 0;
left:calc(50% - 75px);
display: block;
width: 150px;
height: 2px;
border-bottom: solid 2px #333;
}
h3.center-stock {
	font-size: 24px;
	color: #433020;
	background: none;
	padding: 30px 0px;
	margin-bottom: 50px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	line-height: 26px;
  min-height: 40px;
	text-align: center;
	position: relative;
}
h3.center-stock span {
	font-size: 14px;
	color: #433020;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	text-align: center;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
h3.center-stock::after {
content: '';
position: absolute;
bottom: 0;
left:calc(50% - 75px);
display: block;
width: 150px;
height: 2px;
border-bottom: solid 1px #333;
}
h4 {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 30px;
	color: #393939;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
h5 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
  margin-bottom: 10px;
}
h6{
}

.shadow-border {
	background-image: url(images/paper-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}


a img {
	-webkit-transition:.2s linear;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus { outline:none;}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover div {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.flt-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 30px;
}
.flt-left {
	float: left;
	margin-bottom: 5px;
	margin-right: 30px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-center-left {
	text-align: center;
}
/*//////box////////*/
.lr10 {
	padding-left:10px;
	padding-right:10px;

}
.lr20 {
	padding-left:20px;
	padding-right:20px;

}
.lr30 {
	padding-left:30px;
	padding-right:30px;
}
.lr40 {
	padding-left:40px;
	padding-right:40px;
}
.lr50 {
	padding-left:50px;
	padding-right:50px;
}
.tb10 {
	padding-top:10px;
	padding-bottom:10px;
}
.tb20 {
	padding-top:20px;
	padding-bottom:20px;
}
.tb30 {
	padding-top:30px;
	padding-bottom:30px;
}
.tb40 {
	padding-top:40px;
	padding-bottom:40px;
}
.tb50 {
	padding-top:50px;
	padding-bottom:50px;
}
.inner2 {
  padding:2px;
}
/*//inner10lr0はモバイルで左右の余白を0にするもの//*/
.inner10,.inner10lr0 {
	padding: 10px;
}
.inner15,.inner15lr0 {
	padding: 15px;
}
.inner20,.inner20lr0 {
	padding: 20px;
}
.inner30,.inner30lr0 {
	padding: 30px;
}
.inner40 {
	padding: 40px;
}
.inner50 {
	padding: 50px;
}
.inner100-50 {
	padding: 100px 50px 50px;
}
.inner-info {
	padding: 50px 20px 20px;
}
.inner10tb0 {
	padding: 0px 10px;
}
.inner15tb0 {
	padding: 0px 15px;
}
.inner20tb0 {
	padding: 0px 20px;
}
.inner30tb0 {
	padding: 0px 30px;
}
.inner40tb0 {
	padding: 0px 40px;
}
.inner50tb0 {
	padding: 0px 50px;
}

body {
	background-color: #FFF;
}

#t-wrapper,#t-header {
	width: 100%;
}
#t-header-inner,#t-footer-inner {
	width: calc(100% - 40px);
	max-width: 1600px;
  padding:0 20px;
}
#bread-sns {
	width: calc(100% - 40px);
	max-width: 1400px;
  padding:0 20px;
}
#t-wrapper {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  position: relative;
  border-top: 5px solid #000000;
  background-color: #FFFFFF;
}
#t-header {
	padding: 0px;
	height: 95px;
	background-color: #FFFFFF;
}
#t-header-inner {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 95px;
  width:calc(100% - 20px);
  padding:0 10px;
}
#t-header-logo {
	position: absolute;
	left: 20px;
	top: 12px;
}
#t-header-ricoh {
	position: absolute;
	right: 20px;
	top: 17px;
}
#t-page-title {
  width:100%;
  height:300px;
  background-image: url(images/page-ttl01.jpg);
}
#t-page-title-inner {
  width:calc(100% - 20px);
  padding-top:30px;
  padding-left:10px;
  padding-right:10px;
  color:aliceblue;
  font-size:4.6rem;
  text-align: center;  
}
.p-relative {
	position: relative;
}

a.btn-use {
	padding: 0.5em 1em;
	display: inline-block;
	background-color: #1A216F;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #1A216F;
	background-position: left 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
a.btn-use:hover {
	background-color: #424AA8;
}
span.btn-use-none {
	padding: 10px 20px;
	display: inline-block;
	background-color: #ECECEC;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #1A216F;
	background-position: left 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #1A216F;
}
/*//pdf--//*/
a.btn-pdf {
	padding: 10px 20px 8px 46px;
	display: inline-block;
	background-color: #F0F0F0;
  color:#424242;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #EC1518;
	background-image: url(images/pdf-icon.png);
	background-position: 10px 3px;
	background-repeat: no-repeat;
	text-decoration: none;
}
a.btn-pdf:hover {
	background-color: #fff;
}
a.pdf {
	color: #A60C0F;
	text-decoration: underline;
	padding-left: 36px;
	line-height: 32px;
	background-image: url(images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.pdf:hover {
	color: #FB8082;
}
/*//--pdf//*/
.ribbon {
    position: relative;
    color: #414141 ;
    background: #eeeeee;
    font-size: 22px;
	  color: #433020;
	  margin-bottom: 20px;
	  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	  line-height: 26px;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #ff6347;
}
.ribbon:after, sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.ribbon:after {
    left: 0;
    border-right: 5px solid #333;
}
.ribbon:before {
    right: 0;
    border-left: 5px solid #333;
}
.box-border {
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box-border-round {
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.box-round {
	background-color: #DCDCDC;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.box-uline {
	border-bottom: 1px solid #CCC;
}
.cutout {
	border-radius: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 0px 1px 3px #939393;
	box-shadow: inset 0px 1px 3px #939393;
}



div#bread-sns {
	padding:10px 0;
	margin-right: auto;
	margin-left: auto;
}
div#bread-sns p {
	font-size: 14px;
  color: #FFFFFF;
}
div#bread-sns p span {
	font-size: 14px;
}
div#bread-sns p a {
	font-size: 14px;
	color: #FFFFFF;
  text-decoration: underline;
}
div#bread-sns p a:hover {
	color: #FF9191;
	text-decoration: underline;
}

#t-footer {
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 20px;
}
#t-footer-inner {
	height: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

div.clm-block-top {
	width:100%;
	margin-bottom: 0px;
	background-image: url(images/paper-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
div.blueclm {
	width: 100%;
	padding-bottom: 30px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCCCCC;
}
div.gleyclm {
	background-color: #FFF;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-position: center top;
}
div.orangeclm {
	width:100%;
	background-color: #F90;
}

hr.hrline {
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/line.png);
	border: 0px;
	background-repeat: repeat-x;
}
hr.hrfade {
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin:20px 0;
}
div.clm-block {
	width: 100%;
}

div.clm-one {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
div.clm-one1200 {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
div.clm-one960 {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
div.clm-two {
	float: left;
	width: 50%;
}
div.clm-three {
	float: left;
	width: calc(100% / 3 - 0.1px);
}
div.clm-three-two {
	float: left;
	width: calc(100% / 3 * 2 - 0.1px);
}
div.clm-four {
	float: left;
	width: calc(100% / 4 - 0.1px);
}
div.clm-four-three {
	float: left;
	width: calc(100% / 4 * 3 - 0.1px);
}
div.clm-five {
	float: left;
	width: calc(100% / 5 - 0.1px);
}

.bg-01 {
  background-color: #fff;
}
.bg-02 {
  background-color: #E1E1E1;
}
.bg-03 {
	background-color: #C5C5C5;
}
.bg-04 {
	background-color: #7A7A7A;
}
.bg-05 {
	background-color: #4B4B4B;
}
.bg-06 {
	background-color: #C10508;
}
.bg-07 {
	background-color: #053DC1;
}
.bg-08 {
	background-color: #05C126;
}
.bg-09 {
	background-color: #C16205;
}
.bg-10 {
	background-color: #000;
}
.image-bg-nenga {
	background-image: url(images/nenga.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.image-bg-01 {
	background-image: url(images/image-bg-01.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.image-bg-02 {
	background-image: url(images/image-bg-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.image-bg-03 {
	background-image: url(images/image-bg-03.jpg);
  background-size: cover;
}
.image-bg-04 {
	background-image: url(images/bg.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #9BC3DD;
}
.image-bg-05 {
	background-image: url(images/image-bg-05.jpg);
  background-size: cover;
}
.image-bg-06 {
	background-image: url(images/image-bg-06.jpg);
  background-size: cover;
}
.tile-bg-01 {
	background-image: url("images/tile-01.jpg");
  background-size: cover;
}
.tile-bg-02 {
	background-image: url("images/tile-02.jpg");
  background-size: cover;
}
.tile-bg-03 {
	background-image: url("images/tile-sky.jpg");
  background-size: cover;
}
.image-bg-fix {
  background-attachment: fixed;  
}
.pattern-bg-01 {
  background-image: url(images/vertical-waves.png);
  background-repeat: repeat;
}
.pattern-bg-02 {
  background-image: url(images/dust_scratches.png);
  background-repeat: repeat;
}
.bg-lined {
	border-top: 1px solid rgba(148,148,148,1.00);
	border-bottom: 1px solid rgba(148,148,148,1.00);
}
.bg-arrow {
	background-image: url(images/arrow-under.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100px;
}
.bg-trans {
  background-color: rgba(255,255,255,0.70);
}

/*//////navi////////*/
#main-navi {
	padding: 0px;
	height: 50px;
	width: 960px;
	margin: 0px auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#mobile-navi {
	display: none;
}


/*///-navi-///*/
#t-main-navi {
	padding: 0px;
	height: 100px;
	max-width: 1600px;
	margin: 0px auto 0px;
}
#t-main-navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#t-main-navi ul li {
	display: block;
	float: left;
	width: calc(100% / 6 - 0.1px);
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#t-main-navi ul li a {
  -webkit-transition: .4s linear;
  text-align: center;
  display: block;
  position: relative;
  height: 60px;
  margin: 0px;
  padding-top: 20px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size:18px;
  line-height: 2em;
  text-shadow: 1px 2px 2px #878787;
}
#t-main-navi ul li a span {
	font-size: 10px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
#t-main-navi ul li a:hover {
  height: 80px;
  color: #fff;
  background-color: #1F4A6D;
}
/*//////--navi////////*/
/*//////footer////////*/
.t-footernavi01 {
	width: 200px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	position: absolute;
	top: 30px;
	left: 0px;
}
.t-footernavi02 {
	width: 200px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	position: absolute;
	top: 30px;
	left: 170px;
}
#t-footer-inner p {
	color: #FFF;
}
#t-footer-inner a {
	color: #FFF;
	text-decoration: none;
}
#t-footer-inner a:hover {
	color: #FFF;
	text-decoration:underline;
}
#t-footer-navi {

}
#t-footer-navi ul {
	list-style-type: none;
	margin-bottom: 10px;
	color: #FFF;
}
#t-footer-navi ul li {
	display: inline;
}
#t-footer-navi ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.t-footer-copyright {
	position: relative;
}
address {
	font-size: 18px;
	color: #FFF;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/*//////--footer////////*/
/*//////font--////////*/
.f-red {
	color: #F00;
}
.f-green {
	color: #096;
}
.f-blue {
	color: #06F;
}
.f-orange {
	color: #F90;
}
.f-white {
	color: #FFF;
}
.f-red-b {
	color: #F00;
	font-weight: bold;
}
.f-green-b {
	color: #096;
	font-weight: bold;
}
.f-blue-b {
	color: #06F;
	font-weight: bold;
}
.f-orange-b {
	color: #F90;
	font-weight: bold;
}
.f10 {
	font-size: 1.0rem;
}
.f12 {
	font-size: 1.2rem;
}
.f14 {
	font-size: 1.4rem;
}
.f16 {
	font-size: 1.6rem;
}
.f18 {
	font-size: 1.8rem;
}
.f20 {
	font-size: 2.0rem;
}
.f24 {
	font-size: 2.4rem;
}
.f30 {
	font-size: 3.0rem;
}
.catch-em {
  line-height: 1.6em;
  margin-bottom: 1em;
}
/*//////--font////////*/
.news-box {
	height: 320px;
	overflow: auto;
	margin-bottom: 20px;
	padding: 10px;
}
.news-box p {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size: 1.6rem;
	line-height: 1.6em;
}
.news-box p a {
	font-size: 1.6rem;
	line-height: 24px;
	color: #44A68B;
	text-decoration: underline;
}
/*////////table/////////*/
table.table-company {
	border-collapse: separate;
	width: 100%;
}
table.table-company th {
	vertical-align: top;
	padding: 10px 20px;
	text-align: left;
	background-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 110px;
}
table.table-company td {
  vertical-align: top;
  padding: 10px 20px;
  background-color: #F0F0F0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

table.table-matrix {
  border-collapse:collapse;
	width: 100%;
}
table.table-matrix tr:nth-child(2n+1) {
  background-color: #EBEBEB;
}

table.table-matrix th {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
}
table.table-matrix td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
table.table-detail {
  border-collapse:collapse;
	width: 100%;
}
table.table-detail th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	width: 110px;
}
table.table-detail td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}
table.table-smile {
	border-collapse:collapse;
	width: 100%;
}
table.table-smile th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
}
table.table-smile td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
table.table-noborder {
	border-collapse: collapse;
}
table.table-noborder td {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: none;
	background-color: transparent;
}
table.table-sch {
  border-collapse: collapse;
}
table.table-sch th {
	vertical-align: top;
	padding-top: 5px;
	padding-right:0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
}
table.table-sch th.sch-time {
  width: 200px;
}
table.table-sch td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
  text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}
/*////////--table/////////*/
/*////////bullet/////////*/
.bullet-00 {
	font-size: 16px;
	line-height: 20px;
	background-image: url(images/bullet00.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 10px;
	padding-left: 20px;
}
.bullet-01 {
	font-size: 16px;
	line-height: 20px;
	background-image: url(images/bullet01.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 10px;
	padding-left: 20px;
}
.bullet-02 {
	font-size: 16px;
	line-height: 20px;
	background-image: url(images/bullet02.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 10px;
	padding-left: 20px;
}
.bullet-03 {
	font-size: 16px;
	line-height: 20px;
	background-image: url(images/bullet03.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 10px;
	padding-left: 20px;
}
.bullet-04 {
	font-size: 16px;
	line-height: 20px;
	background-image: url(images/bullet04.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin-left: 10px;
	padding-left: 20px;
}
/*////////--bullet/////////*/
.information-box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 20px;
}

/*//simple-lightbox---//*/
.lbt a {
    display: block;
    width: 100%;
    height: 160px;
    text-indent: -9999px;
    background-size: cover;
  background-position: center center;
}
/*//---simple-lightbox//*/
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
#map {
	height: 300px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/*====================*/
/*=== GotoTop      ===*/
/*====================*/
#back-to-top {
	position: fixed;
	right: 5px;
	bottom: 15px;
}
#back-to-top a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*====================*/
/*===       GotoTop===*/
/*====================*/


.round {
	-webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.46);
	-moz-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.46);
	box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.46);
	border-radius: 10px;
}
.contact-box {
  display: block;
  background-repeat: no-repeat;
  border: 1px solid #62C4A9;
  padding: 9px;
  border-radius: 10px;
  background-color: #004E97;
}
.contact-box-mob {
  display: none;
}
.smartfon {
	padding: 10px;
	position: relative;
	background-color: #FFFFFF;
}
.smartfon-txt {
	position: absolute;
	left: 219px;
	top: 43px;
}
.smartfon-txt p {
	color: #2992E2;
	font-size: 18px;
	line-height: 24px;
}

/*///slidebox--///*/
.slidebox {
	display: block;
	width: 100%;
	height: 50px;
	color:#fff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.slidebox span.slide-off-marker {
	display: none;
}
.slidebox span.slide-on-marker {
	display: inline;
}
.slidebox.active span.slide-off-marker {
	display: inline;
}
.slidebox.active span.slide-on-marker {
	display: none;
}
.row {
	width: 100%;
}
/*///--slidebox///*/


/* ------ Mainvisual ------ */

.only-pc {
	display:block;
}
.only-mobile {
	display:none;
}

/*/////ticker//////*/
.ticker {
	margin: 5px auto;
	padding: 0px 10px;
	width: 600px;
	height:30px;
	text-align: left;
	border: 1px solid #FFA346;
	position: relative;
	overflow: hidden;
	background-color:#FFD8B0;
	color: #000;
}

.ticker ul {
  width: 100%;
	height:30px;
	margin:0px;
	padding:0px;
  position: relative;
  margin:0px auto;
}
.ticker ul li a {
	line-height:30px;
	color:#000;
	font-size: 16px;
}

.ticker ul li {
	width: 100%;
	margin:0px;
	padding:0px;
	display: none;
	line-height:30px;
	font-size: 16px;
}
.t-round {
 -webkit-border-radius: 5px;	/* Safari、Google Chrome */
 -moz-border-radius: 5px;	/* Firefox */
}
/*/////-ticker//////*/
/* Fade-- */
/* out of screen */
.fadein {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 1000ms;
    }
/* on screen */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
/* --Fade */
.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 900;
}
.side-corner-tag p {
    display: inline;
}
.side-corner-tag p span {
    position: absolute;
    display: inline-block;
    right: -25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 22px;
	  font-size: 12px;
    background: #d93131;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.side-corner-tag p span.r-green {
    background-color: #40AB0D;
}
.side-corner-tag p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}
.side-corner-tag p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
}

/*-----------------------------------------------------	*/
/*	for - 780px					*/
/*-----------------------------------------------------	*/
#mediaQ------------------------------------------------------------------------------------------------780{}

@media screen and (max-width: 780px) {
body#toppage {
	background-position: left -50px;
}
body {
	background-position: right top;
}
#t-header {
	margin: 0px;
	padding: 0;
	height: auto;
	margin-bottom:0px;
	border:none;
	background-color: #fff;
}
#t-header-inner {
	width:calc(100% - 20px);
  padding:0 10px;
	min-height:150px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#t-header-logo {
	position:static;
	width:100%;
	text-align:center;
	margin:20px 0px 0px;
}
#t-header-ricoh {
	position:static;
	width:100%;
	text-align:center;
}
#t-header-logo img {
	width:100%;
	max-width:350px;
	height:auto;
}
#t-main-navi {
	display: none;
}
#mobile-navi {
  display: block;
  width: 100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0; /*上位置*/
  z-index: 4000;
  -webkit-box-shadow: 0px 1px 3px #AFAFAF;
  box-shadow: 0px 1px 3px #AFAFAF;
}
#mobile-navi ul {
}
#mobile-navi ul li {
  text-align: left;
  width: 100%;
  list-style-type: none;
}
#mobile-navi ul li a {
  text-indent: 0px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 40px;
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 15px 5px 25px;
  text-decoration: none;
  border-top: 1px solid #7F7F7F;
  border-bottom: 1px solid #2F2F2F;
  background-color: #000;
  background-image: url(images/bullet-mb-navi.png);
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
}
#mobile-navi ul li a:hover {
	background-color: #004E97;
}
#main-navi {
	display: none;
}



#t-footer-navi {
	display:none;
}
.lr20,.lr30,.lr40,.lr50 {
	padding-left:20px;
	padding-right:20px;

}
address {
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



.flt-right {
	float:none;
	display: block;
	margin: 10px auto;
}
.flt-left {
	float:none;
	display: block;
	margin: 10px auto;
}
.only-pc {
	display:none;
}
.only-mobile {
	display:block;
}
/*////ticker////*/
.ticker {
width:94%;
padding-left:3%;
padding-right:3%;
}
/*////-ticker////*/
}

/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {
#mediaQ--------------------------------------------------------------------------------------------479{}
#t-page-title {
  height:140px;
}
#t-page-title-inner {
  padding-top:20px;
  font-size:2.8rem;
  text-align: center;  
}
  p {
    font-size:1.2rem;
  }

h3.wt {
	font-size: 1.8rem;
  position: relative;
  display: block;
  text-align: center;
	color: #fff;
	margin-bottom: 20px;
  padding-bottom: 15px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	line-height: 24px;
}
h3.wt::after {
content: '';
position: absolute;
bottom: 0;
left:calc(50% - 50px);
display: block;
width: 100px;
height: 2px;
border-bottom: solid 2px #fff;
}
h3.bk {
	font-size: 1.8rem;
  position: relative;
  display: block;
  text-align: center;
	color: #333;
	margin-bottom: 20px;
  padding-bottom: 15px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	line-height: 24px;
}
h3.bk::after {
content: '';
position: absolute;
bottom: 0;
left:calc(50% - 50px);
display: block;
width: 100px;
height: 2px;
border-bottom: solid 2px #333;
}
h3.center-stock {
	font-size: 1.8rem;
	line-height: 24px;
  margin-bottom: 30px;
}
h3.center-stock span {
	font-size: 1.0rem;
	color: #433020;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
h3.center-stock::after {
bottom: 15px;
}
h5 {
	font-size: 1.4rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
  margin-bottom: 10px;
}
.f10 {
	font-size: 1.0rem;
}
.f12 {
	font-size: 1.1rem;
}
.f14 {
	font-size: 1.2rem;
}
.f16 {
	font-size: 1.3rem;
}
.f18 {
	font-size: 1.4rem;
}
.f20 {
	font-size: 1.6rem;
}
.f24 {
	font-size: 1.8rem;
}
.f30 {
	font-size: 2.0rem;
}
.lr20,.lr30,.lr40,.lr50 {
	padding-left:10px;
	padding-right:10px;
  }
.inner10,.inner15,.inner20,.inner30,.inner40,.inner50,.inner60 {
	padding:10px;
}
.inner100-50 {
	padding: 30px 10px;
}
.inner10tb0,.inner15tb0,.inner20tb0,.inner30tb0,.inner40tb0,.inner50tb0,.inner60tb0 {
	padding:0 10px;
}
.inner10lr0,.inner15lr0,.inner20lr0,.inner30lr0 {
	padding:10px 0;
}
.align-center-left {
	text-align: left;
}
div.clm-one {
	width: 100%;
}
div.clm-two,div.clm-three,div.clm-three-two,div.clm-four,div.clm-four-three {
	float: none;
	width: 100%;
}
div.clm-five {
	float: left;
	width: calc(100% / 2);
}

p.guide-ttl {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 20px;
  margin-bottom:8px;
}
p.mb-p {
  font-size:1.0rem;
  line-height: 1.4em;
  margin-bottom:0.8em;
}
table.table-sch th {
  font-size: 1.0rem;
}
table.table-sch th.sch-time {
  width: 100px;
}
}
