@charset "UTF-8";
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html, body, div, applet, object, iframe,
h1, h2, h3, h3, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif!important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  overflow-x:hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
}

main {
  display: block;
}
a.anchor {
  display: block;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
	.mt50 {
  	margin-top: 25px !important;
	}
}
.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
	.mt90 {
  	margin-top: 40px !important;
	}
}
.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
	.mt100 {
  	margin-top: 45px !important;
	}
}


.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}
.red {
	color: #FF0000;
}
a:hover {
	opacity: 0.7;
}
span.supText {
  font-size: 0.9rem;
  vertical-align: top;
  position: relative;
  font-weight: normal;
}
.annotation {
  font-size: 0.9rem;
  width: auto!important;
}
.annotation tr td:first-child {
  padding-right: 5px;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media screen and (min-width: 769px) {
  /*-------------------------------
  スクロール　モーション
  -------------------------------*/ 
  .sa {
  opacity: 0;
  transition: all .5s ease;
  }
  .sa.show {
  opacity: 1;
  transform: none;
  }
  .sa--lr {
  transform: translate(-80px, 0);
  }
  .sa--rl {
  transform: translate(80px, 0);
  }
  .sa--up {
  transform: translate(0, 80px);
  }
  .sa--down {
  transform: translate(0, -100px);
  }
  .sa--scaleUp {
  transform: scale(.5);
  }
  .sa--scaleDown {
  transform: scale(1.5);
  }
  .sa--rotateL {
  transform: rotate(180deg);
  }
  .sa--rotateR {
  transform: rotate(-180deg);
  }
}
@media screen and (min-width: 769px) {

  .sp {
    display: none !important;
  }

  body {
    line-height: 1.6;
  }

  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader {
    z-index: 2000;
    display: block;
    width: 100%;
    height: 100px;
		background: #FFF;
  }
  .inquiry #globalHeader {
    border-bottom: 2px solid #666;
  }
	.sub #globalHeader {
    border-bottom: 2px solid #666;
  }
  #globalHeader .contents-inner {
    max-width: 1100px;
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0 auto;
    padding-top: 9px;
		position: relative;
  }
  #globalHeader .contents-inner .logo {
    height: 81px;
    display: table-cell;
    vertical-align:middle;
  }
  #globalHeader .contents-inner .logo a {
    transition: 0.3s;
  }
  #globalHeader .contents-inner .logo a:hover {
    opacity: 0.7;
  }
  #globalHeader .contents-inner .logo img {
    transition: 0.5s;
    width: 100%;
  }
  #globalHeader .contents-inner .global-navi > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    /*font-feature-settings: "palt" 1;*/
		height: 80px;
  }
  #globalHeader .contents-inner .global-navi > ul > li {
    transition: 0.5s;
		display: table-cell;
		vertical-align:middle;
  }

  #globalHeader .contents-inner .global-navi > ul > li:last-child {
    background: transparent;
  }
  #globalHeader .contents-inner .global-navi > ul > li > a {
    display: block;
    position: relative;
		padding-left: 60px;
    font-size: 16px;
		font-weight: 500;
		font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    text-decoration: none;
  }
	#globalHeader .contents-inner .global-navi > ul > li.current > a {
		color: #752100;
	}
	#globalHeader .contents-inner .global-navi > ul > li:first-child {
		padding-left: 0;
	}
	#globalHeader .contents-inner .global-navi > ul > li > a:hover {
		color: #752100;
	}
  #globalHeader .contents-inner .global-navi > ul > li > a span {
    display: none;
  }
  #globalHeader .contents-inner .global-navi > ul > li > ul {
    display: none;
  }
	.inq-box-area {
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.inq-box.fixed {
		position:fixed;
		z-index: 200;
	}
	.inq-box {
		position:absolute;
		top: 0;
    right: 0;
		z-index: 100;
	}
  .inq-box ul {
		text-align: right;
		float: right;
		display: table;
		margin:0 auto;
  }
	.inq-box ul:after {
		content: "";
    clear: both;
    display: block;
	}
	.inq-box ul li {
		display: table-cell;
	}
	.inq-box ul li a {
		color: #fff;
		line-height: 50px;
		display: block;
		text-decoration: none;
		font-weight: 500;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		font-size: 22px;
		width: 300px;
		background: #17184B;
	}
  #globalHeader .contents-inner .sp-menu {
    display: none;
  }

  /*-------------------------------
  BREADCRUMB
  -------------------------------*/
  #breadCrumb {
    max-width: 1240px;
    padding: 15px 0;
    background-color: #fff;
    margin: 0 auto;
    color: #666;
  }
  #breadCrumb a {
    color: #3ab250;
    text-decoration: none;
    font-size: 14px;
  }
  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    background:#626262;
    line-height: 55px;
  }
  #globalFooter .inner {
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .to-top {
    position: fixed;
    bottom: 75px;
    right: 50px;
    z-index: 9999;
  }
  .to-top a {
    transition: 0.3s;
  }
  .to-top a:hover {
    opacity: 0.7;
  }
  .footer-global-navi {
    width: 100%;
    background: #000;
  }
	.footer-global-navi p {
		color: #fff;
		font-size: 12px;
	}
  .footer-global-navi .inner {
  max-width: 1050px;
  padding: 40px 0 50px;
  margin: 0 auto;
}
  .footer-global-navi .logo {
    margin-bottom: 20px;
  }
  .footer-global-navi .btn-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .footer-global-navi .btn-box li a {
    display: block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .footer-global-navi .btn-box li a:hover {
    text-decoration: underline;
  }

	#contents .contents-inner {
		max-width: 1100px;
		margin: 0 auto;
		font-family: 'Noto Sans JP', sans-serif;
	}
  /*-------------------------------
  トップページ
  -------------------------------*/
	#contents h2 {
		position: relative;
		padding: 0 0 20px;
		text-align: center;
		margin-bottom: 60px;
		font-size: 24px;
		font-weight: bold;
	}
	#contents h2 span {
		font-size: 14px;
		font-weight: normal;
		display: block;
	}
	#contents h2:before {
		position: absolute;
		bottom: -10px;
		left:50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%); /*位置の調整*/
		width: 100px;
		height: 3px;
		content: '';
		background: #17184B;
	}
	.home #contents .read {
		width: 800px;
		margin: 0 auto 30px;
		font-size: 16px;
		line-height: 2;
	}
	/* MainVisual
	--------------------------------------------------*/
	.home .mainVisual {
		display: block;
		background: #F5F5F5;
	}
	.home .mainVisual .sp-horizontal .sp-previous-arrow {
		left: 30px!important;
		right: auto;
	}

	.home .mainVisual .sp-horizontal .sp-next-arrow {
		right: 80px!important;
		left: auto;
	}

	/*次矢印のアイコンフォント*/
	#example .sp-next-arrow:before {
		position: absolute;
		content:"" !important;
		display: block;
		background: url(../images/top/arrow-right.png) no-repeat right top!important;
		text-indent: -9999px;
		width: 60px!important;
		height: 60px!important;
		z-index: 9999;
	}
	/*前矢印のアイコンフォント*/
	#example .sp-previous-arrow:before {
		position: absolute;
		content:"" !important;
		display: block;
		background: url(../images/top/arrow-left.png) no-repeat left top!important;
		text-indent: -9999px;
		width: 60px!important;
		height: 60px!important;
		z-index: 9999;
	}

	.home .bnr_box {
		background: #752100;
		padding: 20px 0;
	}
	.home .bnr_box ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}
	.home .c-box00 {
		padding: 80px 0;
		border-bottom: 1px solid #CCC;
	}
	.home .c-box00 .info-area {
		margin: 0 auto;
		max-width: 800px;
	}
	.home .c-box00 .info-area li {
		font-size:14px;
		margin-bottom: 10px;
	}
	.home .c-box00 .info-area li span {
		font-size:14px;
		display: inline-block;
		width: 100px;
	}
	
	.home .c-box01 {
		padding: 80px 0;
	}
	.home .c-box01 .media-box {
    max-width: 50%;
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
    margin: 0 auto;
	}
	.home .c-box01 .media-box li {
		max-width: 235px;
		height: auto;
	}
	.home .c-box01 .media-box li img {
		max-width: 235px;
		height: auto;
	}
	.home .c-box01 .media-box h3 {
		text-align: center;
		margin: 20px 0 10px;
		font-weight: bold;
	}
	.home .c-box01 .media-box p {
		font-size: 14px;
		line-height: 1.8;
	}
	.home .c-box01 .media-box p span {
		
	}
	.home .c-box02 {
		padding: 80px 0;
		background:url("../images/top/sec02_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.home .c-box02 h2 {
		color: #fff;
	}
	.home .c-box02 h2:before {
			background: #FFF!important;
		}
	.home #example2 {
		display: block;
		width: 100%!important;
		margin: 0 auto 50px!important;
	}
	.home .c-box02 .read {
		color: #fff;
	}
	.home .c-box03 {
		padding: 80px 0;
		background: #FFF;
	}
	.home .c-box03 table {
		max-width: 800px;
		margin: 0 auto;
	}
	.home .c-box03 td,.home .c-box03 th {
		border-bottom: 1px solid #333;
		padding: 10px 5px;
		font-size: 14px;
	}
	.home .c-box03 th {
		width: 150px;
	}

	#relatedlinks .sp-horizontal .sp-previous-arrow {
		left: 0!important;
		right: auto;
	}
	#relatedlinks .sp-horizontal .sp-next-arrow {
		right: 5px!important;
		left: auto;
	}

	/*次矢印のアイコンフォント*/
	#relatedlinks .sp-next-arrow:before {
		position: absolute;
		content:"" !important;
		display: block;
		background: url(../images/top/arrow_gr_r.png) no-repeat left top!important;
		text-indent: -9999px;
		width: 19px!important;
		height: 31px!important;
	}
	/*前矢印のアイコンフォント*/
	#relatedlinks .sp-previous-arrow:before {
		position: absolute;
		content:"" !important;
		display: block;
		background: url(../images/top/arrow_gr_l.png) no-repeat left top!important;
		text-indent: -9999px;
		width: 19px!important;
		height: 31px!important;
	}

/*-------------------------------
  FOOTER
  -------------------------------*/
  .inquiry .footer-global-navi {
  }
  .footer-global-navi .inner {
    max-width: 1000px;
    padding: 25px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .footer-global-navi .inner .box {
		color: #fff;
		font-size: 16px;
  }
  .footer-global-navi .box:nth-of-type(1) {
  }
	.footer-global-navi .inner .box ul li {
		display: inline-block;
		color: #fff;
		text-decoration: none;
	}
	.footer-global-navi .inner .box ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}

}


@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    padding-top: 60px;
  }
	body.inquiry{
		padding-bottom: 0;
	}
  .annotation {
    font-size: 14px!important;
    width: auto!important;
  }
  
  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
	.inquiry #globalHeader {
		border-bottom: 2px solid #17184B
  }
  #globalHeader .contents-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #globalHeader .global-navi {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-bottom: 55px;
    overflow-y: scroll;
  }
  #globalHeader .logo {
    padding-left: 15px;
		padding-top: 5px;
  }
  #globalHeader .contents-inner .logo img {
    width: 80%;
    height: auto;
  }
  #globalHeader .global-navi.show {
    display: block;
    animation: show 0.3s linear 0s;
  }
  #globalHeader .global-navi > ul {
    background-color: #fff;
  }
  #globalHeader .global-navi > ul > li {
    position: relative;
  }
  #globalHeader .global-navi > ul > li.accordion > a span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 46px;
    border-left: 1px solid #ddd;
    background: url("../images/common/gnavi_plus.png") no-repeat center center;
  }
  #globalHeader .global-navi > ul > li.accordion > a span.show {
    background: url("../images/common/gnavi_minus.png") no-repeat center center;
  }
  #globalHeader .global-navi > ul > li a {
    display: block;
    padding: 11px 15px;
    text-decoration: none;
    color: #000;
  }
  #globalHeader .global-navi > ul > li ul {
    display: none;
  }
  #globalHeader .global-navi > ul > li ul a {
    padding-left: 30px;
    background: url("../images/common/l.png") no-repeat 15px center;
  }
  #globalHeader .global-navi > ul li {
    border-top: 1px solid #ddd;
  }
  #globalHeader .global-navi > ul li.member {
    text-align: center;
    background: #CD5E3C;
  }
  #globalHeader .global-navi > ul li.member a {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding:24px 10px;
    display: block;
    color: #fff;
  }
  #globalHeader .global-navi > ul li.member a span {
    background: #CD5E3C;
  }
  #globalHeader .inq-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #globalHeader .inq-contact .contact {
    display: none;
  }
	
  #globalHeader .sp-menu {
		margin-top: 5px;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background: url("../images/common/sp_menu_open.png") no-repeat center center;
    background-size: 50px auto;
  }
  #globalHeader .sp-menu.show {
    background: url("../images/common/sp_menu_close.png") no-repeat center center;
    background-size: 50px auto;
  }


  /*-------------------------------
  BREADCRUMB
  -------------------------------*/
  #breadCrumb {
    display: none;
  }

  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    background:#000;
    padding: 10px;
  }
  #globalFooter .inner {
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
  .to-top {
    position: fixed;
    bottom: 65px;
    right: 10px;
  }
  .to-top img {
    width: 30px;
  }
  #contents {
    width: 100%;
  }
  #contents .contents-inner {
    padding: 0 20px;
  }
  #contents .inq-box {
    padding: 20px 20px 40px;
    background: #fff;
  }
  #contents .inq-box .btn-box {
    width: 100%;
    margin: 0 auto;
  }
  #contents .inq-box .btn-box li {
    text-align: center;
    font-size: 18px;
    width: 100%;
    position: relative;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
  }
  #contents .inq-box .btn-box li small {
    font-size: 16px;
    color: #999;
    font-weight: none!important;
  }
  #contents .inq-box .btn-box li a {
    display: block;
    background: #eee;
    text-decoration: none;
    border-radius: 10px;
    color: #339966;
    font-weight: 400;
    text-align: center;
    height: 62px;
  }
  #contents .inq-box .btn-box li span {
    height: 62px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
  #contents .inq-box .btn-box li a:hover {
    opacity: 0.7;
  }
  #contents .inq-box .btn-box li a.tel {
    padding-top: 8px;
  }
  #contents .inq-box .btn-box .tel:before {
    position: absolute;
    background: url(../images/common/ico-tel.png) no-repeat;
    content:"";
	  display:inline-block;
    width:40px;
	  height:40px;
	  background-size:contain;
    box-sizing: border-box;
    left: 10px;
    top:10px;
  }
  #contents .inq-box .btn-box .inq:before {
    position: absolute;
    background: url(../images/common/ico-inq.png) no-repeat;
    content:"";
	  display:inline-block;
    width:40px;
	  height:40px;
	  background-size:contain;
    box-sizing: border-box;
    left: 10px;
    top:10px;
  }
  #contents .inq-box .btn-box .dl:before {
    position: absolute;
    background: url(../images/common/ico-dl.png) no-repeat;
    content:"";
	  display:inline-block;
    width:40px;
	  height:40px;
	  background-size:contain;
    box-sizing: border-box;
    left: 10px;
    top:12px;
  }
	
	#contents .contents-inner {
		max-width: 100%;
		padding: 0 20px;
	}
	
  /*-------------------------------
  トップページ
  -------------------------------*/
	.home #contents h2 {
		padding: 0 0 30px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		font-feature-settings: "palt" 1;
	}
		#contents h2 span {
		font-size: 12px;
		font-weight: normal;
		display: block;
	}
	.home #contents .read {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 16px;
		line-height: 2;
	}

	/* MainVisual
	--------------------------------------------------*/
	.home .mainVisual {
		display: block;
		background: #f5f5f5;
	}
	.home .mainVisual .sp-horizontal .sp-previous-arrow {
		left: 10px!important;
		right: auto;
	}

	.home .mainVisual .sp-horizontal .sp-next-arrow {
		right: 40px!important;
		left: auto;
	}

	/*次矢印のアイコンフォント*/
	.home .mainVisual .sp-next-arrow:before {
		position: absolute;
		content:"" !important;
		display: block;
		background: url(../images/top/arrow-right.png) no-repeat right top!important;
		background-size: 30px!important;
		width: 30px;
		height: 30px;
	}
	/*前矢印のアイコンフォント*/
	.home .mainVisual .sp-previous-arrow:before {
		position: absolute;
		content:"" !important;
		display: block;
		background: url(../images/top/arrow-left.png) no-repeat left top!important;
		background-size: 30px!important;
		width: 30px;
		height: 30px;
	}
	.home .mainVisual	.sp-caption-container {
		text-align: left;
		margin: 10px auto 0;
		max-width: 90%;
		font-size: 20px;
		font-weight: bold;
	}
	.home .bnr_box {
		background: #752100;
		padding: 20px 0 10px;
	}
	.home .bnr_box li {
		text-align: center;
		margin: 0 auto 10px;
	}
	.home .c-box00 {
		padding: 30px 0 20px;
		border-bottom: 1px solid #CCC;
	}
	.home .c-box00 .info-area {
		margin: 0 auto;
		max-width: 100%;
	}
	.home .c-box00 .info-area li {
		font-size:14px;
		margin-bottom: 10px;
	}
	.home .c-box00 .info-area li span {
		font-size:14px;
		display:block;
	}
	.home .c-box01 {
		padding: 30px 0 15px;
	}
	.home .c-box01 .media-box li {
		max-width: 100%;
		text-align: center;
		margin: 0 auto 35px;
	}
	.home .c-box01 .media-box li h3 {
		margin-top: 10px;
		font-weight: 600;
		font-size: 16px;
	}
	.home .c-box01 .media-box p {
		font-size: 14px;
		line-height: 1.8;
		margin-top: 10px;
		text-align: left;
	}
	.home .c-box02 {
		padding: 30px 0 15px;
		background:url("../images/top/sec02_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.home .c-box02 h2 {
		color: #fff;
	}
	.home #contents h2:after {
		background: #FFF!important;
	}
	.home .c-box02 .read {
		color: #fff;
	}
	.home .c-box03 {
		padding: 30px 0;
		background: #FFF;
		}
	.home .c-box03 table {
		max-width: 100%;
		margin: 0 auto;
	}
	.home .c-box03 td,.home .c-box03 th {
		border-bottom: 1px solid #333;
		padding: 10px 5px;
		font-size: 14px;
		display: block;
		width: 100%;
	}
	.home .c-box03 th {
		width: 100%;
		font-weight:bold!important;
	}

  /*-------------------------------
  FOOTER
  -------------------------------*/
  .footer-global-navi {
    width: 100%;
    background: #000;
		height: 65px;
  }
  .footer-global-navi .inner {
   	width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .footer-global-navi .inner .box {
		color: #fff;
		font-size: 14px;
		text-align: center;
  }
	.footer-global-navi .inner .box p {
		color: #fff;
		font-size: 12px;
	}
  .footer-global-navi .box:nth-of-type(1) {
		margin-bottom: 5px;
		font-size: 14px!important;
  }
	.footer-global-navi .inner .box ul li {
		display: inline-block;
		color: #fff;
		text-decoration: none;
	}
	.footer-global-navi .inner .box ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 13px;
	}
  
}

/*ボタン 理由*/
@media screen and (min-width: 768px), print {
  .reason-btn:hover span::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}

@media (max-width: 767px) {
  .reason-btn {
    display: block;
    width: 100%;
    height: 50px;
		text-align: center;
		margin: 20px auto;
  }
}
@media screen and (min-width: 768px), print {
  .reason-btn {
    display: block;
    width: 270px;
    height: 56px;
		text-align: center;
		margin: 30px auto;
  }
}
.reason-btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.reason-btn span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #707070;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.reason-btn span::after {
  content: '選ばれる理由';
  position: absolute;
  width: 260px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
	background: url("../images/common/ico_arrow_gr.png") no-repeat 98% center;
}
a.reason-btn{
	color: #707070;
}

/*ボタン 利用者の声*/
@media screen and (min-width: 768px), print {
  .voice-btn:hover span::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}

@media (max-width: 767px) {
  .voice-btn {
    display: block;
    width: 100%;
    height: 50px;
		text-align: center;
		margin: 20px auto;
  }
}
@media screen and (min-width: 768px), print {
  .voice-btn {
    display: block;
    width: 450px;
    height: 56px;
		text-align: center;
		margin: 30px auto;
  }
}
.voice-btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.voice-btn span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.voice-btn span::after {
  content: 'トランバネーロ公式サイトへ';
  position: absolute;
  width: 430px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
	background: url("../images/common/ico_arrow_gr.png") no-repeat 98% center;
}
a.voice-btn{
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.voice-btn span::after {
		width: 100%;
	}	
}




@media screen and (min-width: 769px) {

  /*-------------------------------
  下層ページ
  -------------------------------*/
	.sub #contents .contents-inner {
		max-width: 960px;
		margin: 0 auto;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.sub #contents h1 {
		font-size: 28px;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		padding: 60px 0;
		background: #f5f5f5;
		margin-bottom: 60px;
	}
	.sub #contents h2 {
		position: relative;
		padding: 0 0 30px;
		text-align: center;
		margin-bottom: 40px;
		font-size: 24px;
		font-weight: bold;
	}
	.sub #contents h2:before {
		position: absolute;
		bottom: -10px;
		left:50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%); /*位置の調整*/
		width: 100px;
		height: 3px;
		content: '';
		background: #17184B;
	}
	.sub #contents h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.sub #contents .read {
		max-width: 960px;
		margin: 0 auto 45px;
		font-size: 16px;
		text-align: left;
		line-height: 1.9;
	}
	.sub #contents .description {
		width: 100%;
		font-size: 14px;
		line-height: 1.9;
	}
	.sub .c-box01 {
		padding: 10px 0 100px;
	}
}

@media screen and (max-width: 768px) {
.home #SERVICE,.home #RENTALSTUDIO,.home #COMPANY {
    padding-top: 55px;
    margin-top:-55px;
}
	.sub #contents h1 {
		font-size: 22px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 25px;
		background: #f5f5f5;
		padding: 30px 0;
	}
	.sub.user_voice #contents h1:after {
		content: url("../images/user_voice/icon.png");
		display: block;
		margin-top: 25px;
	}
	.sub #contents h2 {
		padding: 0 0 30px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.sub #contents h2:after {
		position: absolute;
		margin-top: 35px;
		left:50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%); /*位置の調整*/
		width: 220px;
		height: 5px;
		content: '';
		background: #17184B;
	}
	.sub #contents h3 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.sub #contents .read {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 14px;
		line-height: 2;
		padding: 0 20px;
	}
	.sub #contents .description{
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
	}
	.sub .c-box01 {
			padding: 10px 0 30px;
		}
	.sub .info_box {
		padding: 30px 0 15px;
		background: #FCF1E3;
	}
	.sub .info_box .btn-area {
		max-width: 100%;
		margin: 0 auto 15px;
	}
	.sub .info_box .btn-area li a {
		width: 100%;
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		line-height: 90px;
		font-size: 20px;
		display: block;
		text-decoration: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.sub .info_box .btn-area li:nth-of-type(1) a {
		background: #752100;
	}
	.sub .info_box .btn-area li:nth-of-type(2) a {
		background: #17184B;
	}
	.sub .info_box p {
		text-align: center;
	}
	
}

ol.decimal-type {
	list-style-type: decimal;
	margin: 20px 0 20px 20px;
	font-size: 14px;
}
ol.decimal-type ol {
	list-style-type: disc!important;
	margin: 10px 0 10px 20px;
}
ol.decimal-type + br {
	margin-bottom: 0;
}

p.last-txt {
	font-size: 14px;
	text-align: right;
	margin-top: 20px;
}

