@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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 {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
/*
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
article {
	height: auto;
	margin: 0 auto 0;
}
article p {
	margin-bottom: 1em;
}
/*width--*/
#t-footer-inner {
  width:100%;
  max-width:1400px;
  margin-left: auto;
  margin-right: auto;
}
/*--width*/
/*a-tag---*/
a {
	color: #144E93;
	text-decoration: underline;
}
a:hover {
	color: #4172BF;
}
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;
	color: #D3D3D3;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*---a-tag*/
/*h-tag---*/
h1 {}
h2 {}
h3 {
	font-size: 20px;
	color: #2B2B2B;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 20px;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
	background-color: #E8E8E8;
	margin-top: 0px;
	padding-top: 15px;
}
.ribbon {
    position: relative;
    color: #414141 ;
    background: #eeeeee;
    font-size: 22px;
	  margin-bottom: 20px;
	  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	  line-height: 32px;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #003C9A;
}
.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;
}
.h3title {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em 0 0.8em 1.5em;
}
 
.h3title:before{
    content: "";
    position: absolute;
    background: #182E92;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
h4 {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 30px;
	color: #DB141E;
	text-shadow: 1px 1px 2px rgba(209,209,209,1.00);
	padding-left: 5px;
	border-bottom: 1px dashed #DB141E;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 1px dashed rgba(22,191,52,1.00);
	padding-left: 5px;
	padding-bottom: 5px;
}
h6{
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dashed rgba(154,154,154,1.00);
	padding-left: 5px;
}
/*---h-tag*/
/*/////mainvisual---/////*/
#main-visual {
  background-image: url(images/main01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
#page-ttl {
	background: #1d76a6;
	background: -webkit-linear-gradient(-45deg, #0062B8, #850047);
	background:    -moz-linear-gradient(-45deg, #0062B8, #850047);
	background:     -ms-linear-gradient(-45deg, #0062B8, #850047);
	background:      -o-linear-gradient(-45deg, #0062B8, #850047);
	background:         linear-gradient(-45deg, #0062B8, #850047);
	height: 200px;
	position: relative;
}
#page-ttl h1 {
	display: block;
  text-align: center;
	position: absolute;
	font-size: 34px;
	width:100%;
	color: #fff;
	left:0;
	right:0;
	bottom:30px;
}
/*/////---mainvisual/////*/
/*Background---*/
html {
	background-color: #fff;
}
body {
	background-color: #fff;
}
.bg-01 {
	background-color: #fff;
}
.bg-02 {
	background-color: #ffffe0;
}
.bg-03 {
	background-color: #f5deb3;
}
.bg-04 {
	background-color: #eee8aa;
}
.bg-05 {
	background-color: #fff0f5;
}
.bg-06 {
	background-color: #87cefa;
}
.bg-img-01 {
	background-image: url(images/bg01.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.bg-img-02 {
	background-image: url(images/recruit-bg.jpg);
  background-size: cover;
  background-position: right center;
  background-attachment: scroll;
}
.bg-img-03 {
	background-image: url(images/ttl-image01.jpg);
  background-size: cover;
  background-position: left center;
  background-attachment: scroll;
}
.bg-img-04 {
	background-image: url(images/ttl-image02.jpg);
  background-size: cover;
  background-position: right center;
  background-attachment: scroll;
}
.bg-img-05 {
	background-image: url(images/ttl-image03.jpg);
  background-size: cover;
  background-position: centercenter;
  background-attachment: scroll;
}
.bg-img-06 {
	background-image: url(images/ttl-image04.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
/*---Background*/
/*hr--*/
hr.line {
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/line.png);
	border: 0px;
	background-repeat: repeat-x;
}
hr.fade {
  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); 
}
/*--hr*/
.flt-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.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;
}
dl.dl-list dt {
  width: 200px;
  float: left;
  font-size: 18px;
  margin-bottom: 10px;
}
dl.dl-list dd {
  width: calc(100% - 200px);
  float: left;
  font-size: 18px;
  margin-bottom: 10px;
}
/*//////box////////*/
.inner10 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner15 {
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.inner20 {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.inner30 {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.inner40 {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.inner50 {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.inner10tb0 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.inner15tb0 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.inner20tb0 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.inner30tb0 {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.inner40tb0 {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.inner50tb0 {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.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: #ffe4e1;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.box-uline {
	border-bottom: 1px solid #CCC;
}
/*//////---box////////*/
/*///Column-///*/
div.clm-block {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
}
div.clm-block-nopad {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
div.clm-one-960 {
	max-width: 960px;
	width:100%;
	margin-right: auto;
	padding: 0px;
	margin-left: auto;
}
div.clm-one-1200 {
	max-width: 1200px;
	width:100%;
	margin-right: auto;
	padding: 0px;
	margin-left: auto;
}
div.clm-one-1400 {
	max-width: 1400px;
	width:100%;
	margin-right: auto;
	padding: 0px;
	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);
}
div.clm-four {
	float: left;
	width: calc(100% / 4);
}
div.clm-four-three {
	float: left;
	width: calc(100% / 4 * 3);
}
div.clm-five {
	float: left;
	width: calc(100% / 5);
}
.clm-ttl {
  width:100%;
  height:auto;
  margin:50px auto;
  text-align: center;
}
/*--column*/
/*font-size-color*/
/*//////text--////////*/
.text-red {
	color: #F00;
}
.text-green {
	color: #096;
}
.text-blue {
	color: #06F;
}
.text-orange {
	color: #F90;
}
.text-yellow {
	color: #FCFFAC;
}
.text-red-b {
	color: #F00;
	font-weight: bold;
}
.text-green-b {
	color: #096;
	font-weight: bold;
}
.text-blue-b {
	color: #06F;
	font-weight: bold;
}
.text-orange-b {
	color: #F90;
	font-weight: bold;
}
.text-yellow-b {
	color: #FCFFAC;
	font-weight: bold;
}
.text-white {
	color: #FFF;
}
.text-white-b {
	color: #FFF;
	font-weight: bold;
}
.text-bold {
	font-weight: bold;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.f30 {
	font-size: 30px;
}
/*--font-size-color*/
/*bullet*/
.bullet-00 {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	background-image: url(images/bullet00.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 10px;
	padding-left: 20px;
}
.bullet-01 {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	background-image: url(images/bullet01.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 10px;
	padding-left: 20px;
}
.bullet-02 {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	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;
	text-align: left;
	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;
	text-align: left;
	background-image: url(images/bullet04.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 10px;
	padding-left: 20px;
}
/*--bullet*/
/*button*/
a.btn-use {
	padding: 10px;
	display: inline-block;
	background-color: #1A6F53;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: left 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
a.btn-use:hover {
	background-color: #389274;
}
a.btn-use-lerge {
  font-size: 20px;
	padding: 20px 40px;
	display: inline-block;
	background-color: #003C9A;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: left 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
a.btn-use-lerge:hover {
	background-color: #3469BC;
  color: #FFFFFF;
}
span.btn-use-none {
	padding: 10px;
	display: inline-block;
	background-color: #F1F1F1;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: left 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #1A6F53;
}
a.pdf {
	font-size: 16px;
	color: #A60C0F;
	text-decoration: underline;
	padding-left: 40px;
	line-height: 32px;
	background-image: url(images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.pdf:hover {
	color: #EB5356;
}
a.btn-pdf {
	padding: 10px 10px 10px 36px;
	display: inline-block;
	background-color: #FFCFD0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #E39899;
	background-image: url(images/pdf-icon.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	text-decoration: none;
}
a.btn-pdf:hover {
	background-color: #FFCFff;
}
/*--button*/
.only-pc {
	display: block;
}
.only-pc-inline {
	display: inline-block;
}
.only-mobile,.only-mobile-inline {
	display:none;
}
/*=== GotoTop  ===*/
#back-to-top {
	position: fixed;
	right: 5px;
	bottom: 15px;
	z-index: 20;
}
#back-to-top a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*===  GotoTop===*/
/*////////table/////////*/
table.table-company {
	border-collapse: separate;
	width: 100%;
}
table.table-company th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	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-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  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: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
  text-align: left;
}
table.table-matrix td {
  vertical-align: top;
  padding-top: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
}
table.table-detail {
  border-collapse:collapse;
	width: 100%;
}
table.table-detail th {
	vertical-align: top;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	width: 120px;
}
table.table-detail td {
  vertical-align: top;
  padding-top: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  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/////////*/
/*///news-///*/
.news-box {
	height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}
.news-box p {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	text-align: left;
}
.news-box p a {
	color: #262626;
}
/*///-news///*/
/*///side-corner-tag--///*/
.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: 10px;
    background: #d93131;
    width: 120px;
    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;
}
/*///--side-corner-tag///*/
/*///-scroll-arrow-///*/
a.scroll-arrow {
	color: #FFFFFF;
	position: absolute;
	bottom: 60px;
	left: calc(50% - 15px);
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
}

a.scroll-arrow {
	padding-top: 70px;
}
a.scroll-arrow span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
/*///-scroll-arrow-///*/
/*//////footer////////*/
footer {
	padding: 30px;
	text-align: center;
  background-color: #333;
	border-top: solid 1px #000000;
}
footer a {
	color: #666;
	text-decoration: none;
}

.footernavi01 {
	width: 200px;
  float:left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;	
}
.footernavi02 {
	width: 200px;
  float:left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#t-footer-inner {
  position: relative;
	color: #FFF;
  height: 300px;
  padding: 0 10px;
}
#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 {
  position: absolute;
	top: 30px;
	left: 10px;
  width: 400px;
	text-align: left;
}
#t-footer-signature {
  position: absolute;
	top: 30px;
	right: 0px;
  width: 450px;
	text-align: left;
}
#t-footer-signature p {
  line-height: 1.6em;
	text-align: left;
}
#t-footer-navi ul {
	list-style-type: none;
	margin-bottom: 10px;
	color: #FFF;
}
#t-footer-navi ul li {
  margin-bottom: 10px;
}
#t-footer-navi ul li a {
	font-size: 14px;
  line-height: 1.6em;
	color: #FFF;
	text-decoration: none;
}
.t-footer-copyright {
	position: relative;
	text-align: center;
}
address {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/*//////--footer////////*/




/*////////////////////////////////////////////////////////////////////////////////////////////////////////980*/
@media screen and (max-width: 980px) {
article {
	padding: 0;
}
.only-pc,.only-pc-inline {
	display:none;
}
.only-mobile {
	display:block;
}
.only-mobile-inline {
	display:inline-block;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////640*/
@media screen and (max-width: 640px) {
h3 {
	font-size: 16px;
	line-height: 20px;
}
  #page-ttl h1 {
    position: static;
    text-align: center;
    width:100%;
    margin: 0;
    padding: 20px 0 0;
  }
h4, h5, h6,  p, ol, ul, li,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 14px;
	line-height: 20px;
}
#main-visual {
  background-image: url(images/main01-sp.jpg);
}
#page-ttl {
  margin:50px 0 0;
	height: 100px;
	}
.flt-right {
	float:none;
	display: block;
	margin: 10px auto;
}
.flt-left {
	float:none;
	display: block;
	margin: 10px auto;
}
.align-center-left {
	text-align: left;
}
.inner10,.inner15,.inner20,.inner30,.inner40,.inner50 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner10tb0,.inner15tb0,.inner20tb0,.inner30tb0,.inner40tb0,.inner50tb0 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
div.clm-two {
	float: none;
	width: 100%;
}
div.clm-three {
	float: none;
	width: 100%;
}
div.clm-three-two {
	float: none;
	width: 100%;
}
div.clm-four {
	float: left;
	width: 50%;
}
div.clm-four-three {
	float: left;
	width: 50%;
}
div.clm-five {
	float: left;
	width: calc(100% / 3);
}
.f16,.f18 {
	font-size: 14px;
}
.f20,.f24,.f30 {
	font-size: 18px;
}
a.btn-use-lerge {
  font-size: 16px;
	padding: 15px 25px;
}
#t-footer-signature {
  position: static;
  width: 100%;
	text-align: center;
}
#t-footer-signature p {
  line-height: 1.6em;
	text-align: center;
}
#t-footer-navi {
  display: none;
}
.bg-img-02 {
  background-image: none;
  background-color: #5E8939;
}
table.table-detail th {
	width: 120px;
}
}

