@charset "UTF-8";
/* ===========
    
CssComponent Basic of [** sanbankan **]

License        MIT
DevelopmentBy  QUESERSER
WebSite        www.queserser.co.jp

------------------------------------------------
    
=========== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* _settings.scss */
html, body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* base/_body.scss */
html, body {
  height: 100%;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::selection {
  background: rgba(220, 22, 25, 0.8);
  /* Safari */
  color: #fff;
}

::-moz-selection {
  background: rgba(220, 22, 25, 0.8);
  /* Firefox */
  color: #fff;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: #e02059;
  text-decoration: none;
  color: #32110f;
  cursor: pointer;
}

.inner {
  width: 856px;
  margin: 0 auto;
}

a:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.6;
}

/*-float-*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /* for IE 6/7 only */
}


/* font/_default.scss */
html, body {
  font-size: 14px;
  color: #32110f;
}

/* font/_webfont.scss */
/* font/_typo.scss */
/* layout/_container.scss */
.clm2 {
  margin: 40px 0;
}
.clm2 a {
  float: left;
  width: 407px;
  margin-right: 40px;
}
.clm2 a:last-child {
  margin-right: 0;
}

.clm2 {
  margin: 40px 0;
}
.clm2 ul {
  float: left;
  width: 407px;
  margin-right: 40px;
}
.clm2 ul:last-child {
  margin-right: 0;
}

.clm3 {
  margin-top: 27px;
}
.clm3 .box01 {
  float: left;
  margin: 0 15px 60px;
  width: 255px;
}
.clm3 .box01 a:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.6;
}
.clm3 .box01 span {
  display: block;
}
.clm3 .box01 span.title {
  padding: 18px 0 22px 0;
  line-height: 1.5;
}
.clm3 .box01:last-child {
  margin-right: 0;
}

iframe{
	vertical-align: bottom;
}

.hStyle-h1{
	padding-bottom: 15px;
	border-bottom: 1px solid #ded9d8;
	margin-top: 0;
	margin-bottom: 40px;
}
.hStyle-h1 small{
	font-size: 12px;
	display: inline-block;
	margin-bottom: 7px;
	margin-left: 22px;
}
.hStyle-h2{
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 14px;
	position: relative;
	display: block;
	font-size: 16px;
}
.hStyle-h2:before{
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	background: #32110f;
	position: absolute;
	top: 0;
	left: 0;
}

.hStyle-h2-b{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
}

.hStyle-h3{
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 400;
	padding-bottom:10px;
	border-bottom: 1px solid #ded9d8;
}

.hStyle-h3-b{
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 400;
	font-weight: 600;
}

.hStyle-h4{
	text-align: center;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 44px;
	font-size: 16px;
}
.hStyle-h4 img{
	display: block;
	margin: 0 auto;
	margin-bottom: 1em;
}

.hrStyle{
	border: none;
	border-bottom: 1px solid #aba3a0;
	height: 1px;
	margin: 80px 0;
}

.table01{
	background: #fff;
	width: 100%;
	margin-bottom: 2em;
}
.table01 tr{
	border-bottom: 1px solid #ded9d8;
}

.table01 th , .table01 td{
	line-height: 1.6; 
}
.table01 td{
	padding: 16px 0;
}
.table01 th{
	padding: 16px 16px 16px 0;
	font-weight: 600;
	vertical-align: top;
}

p.default{
	line-height: 1.8;
	margin-bottom: 1.8em;
}

p.default strong{
	font-weight: 600;
}

.fotIndex{
	display: none;
}

.toppage .fotIndex{
	display: inline-block;
	padding: 5px 0;
}
/* layout/_gridsystem.scss */
/* element/_link.scss */
a[href^="http"]:empty::before {
  content: attr(href);
}

/* element/_button.scss */
/* element/_form.scss */
/* element/_table.scss */
/* element/_helper.scss */
/* module/_loading.scss */
/* module/_header.scss */

#footer{
	position: fixed;
	bottom: 0;
	right: 0;
}

#footer small {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #ded9d8;
  text-align: right;
  padding: 20px;
}


#gNav {
  display: block;
  width: 20%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px 20px;
	transition:background .8s ease-in-out;
	-moz-transition:background .8s ease-in-out;
	-webkit-transition:background .8s ease-in-out;
	-o-transition:background .8s ease-in-out;
	-ms-transition:background .8s ease-in-out;
}
#gNav:hover{
	background: rgba(255, 255, 255, .9);
}
#gNav a {
  display: inline-block;
  margin-top: 14px;
  font-weight: bold;
}
#gNav a:hover , #gNav a.imakoko{
	padding-left: 12px;
}
#gNav a.imakoko{
	background:url(../images/arrow_a_r.svg) no-repeat left center;
	background-size: 10px;
	margin-left: -10px;
}
#gNav a img {
  vertical-align: middle;
}
#gNav .li01 a:first-child{
	margin-bottom: 20px;
	padding: 0;
}

#gNav .li01 a:first-child img{
	width: 100%;
	max-width: 245px;
	height: auto;
}
	
#gNav .li02 {
    position: absolute;
    bottom: 100px;
    left: 20px;
    font-size: 12px;
}

#gNav .li02 .has{
	margin-top: 0px;
    margin-bottom: 8px;
}

/* module/_footer.scss */
/* module/_sidenav.scss */
/* module/_pan.scss */
/* module/_mv.scss */
/* module/_pager.scss */
/* module/_card.scss */
/* contents/toppage.scss */
#section {
	min-height: 100%;
	padding-bottom: 60px;
	background: #fff;
	position: relative;
	z-index: 99;	
}
#section:after {
	content: "";
	clear: both;
	display: block;
}

#section #content,
#mv article.content{
  height: 100%;
  margin-left: 20%;
}
#section .area01 {
  padding: 160px 0 80px 0;
}
#section .area01 p.copy {
  width: 110px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
#section .area01 .box02 {
  margin: 134px 0 39px 0;
}
#section .area01 .box02 p.txt_fltL {
  display: block;
  float: left;
  width: 530px;
  padding-top: 26px;
  text-align: left;
  font-size: 13px;
  line-height: 2.0;
}
#section .area01 .box02 p.img_fltR {
  float: right;
  margin-left: 23px;
  width: 283px;
}

#section .area02 {
	background-color: #f9f9fa;
	padding: 30px 0 40px 30%;
	margin-bottom: 50px;
	margin-left: -30%;
}
#section .area02 p.ttl {
  float: left;
  width: 161px;
}
#section .area02 p.right {
  display: inline-block;
  float: right;
  padding-bottom: 3px;
  border-bottom: 2px dotted #32110f;
}
#section .area03 .box02 {
  float: left;
  width: 407px;
  margin-right: 40px;
}
#section .area03 .box02 span.txt {
  display: inline-block;
  padding: 15px 0;
}
#section .area03 .box02:last-child {
  margin-right: 0;
}


.videoSc{
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.bx-pager{
	overflow: hidden;
}
