@charset "utf-8";
@font-face {
    font-family: Yugo;  /* フォント集合名 */
    src:url(../font/yugothib.ttf);  /* フォントのURL */
    font-family: Yumin;
	src:url(../font/yumindb.ttf);
}

/*--------------------------------------------------------------------
common
--------------------------------------------------------------------*/

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, 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 {
	font-family: Arial,Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing:border-box;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

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

ol, ul{
    list-style:none;
	box-sizing:border-box;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

br {
	letter-spacing:0;
}

img {
	border: 0;
	vertical-align:bottom;
}

#spLinkBlockInPc {
    display:none;
}

body {
	letter-spacing:0.1em;
	background:#fff;
	font-size:0.95em;
	/*文字サイズの自動調整を無効*/
	-webkit-text-size-adjust: 100%;
}

.notFound {
	display:none;
}

.clear {
	clear:both;
}

.clearfix {
	overflow:hidden;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}

.w100 {
	width:100%;
}

.w100 img {
	width:100%;
}

.m10 {
	margin:10px;
}

.p10 {
	padding:10px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom25 {
	margin-bottom: 25px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom40 {
	margin-bottom: 40px;
}

.bottom50 {
	margin-bottom: 50px;
}

.bottom60 {
	margin-bottom: 60px;
}


.btm3 {
	margin-bottom: 3%;
}

.btm5 {
	margin-bottom: 5%;
}


a:link,a:visited {
	text-decoration:underline;
	overflow:hidden;
	color:#125faf;
}

a:hover {
	text-decoration:none;
	color:#0063AF;
}

ul {
	list-style-type:none;
}
.small {
	font-size:0.8em;
}

div#accesslog {
	display:none;
}


/*p
***************************************/
@media (max-width: 768px){
p{
	font-size: 0.8rem;
}
}


/*img切り替えのスタイル
***************************************/
@media (min-width: 768px){
.smallimg {
	display: none;
}
}

@media (max-width: 768px){
/*.bigimg {
	display: none;
}

.smallimg {
	width: 100%;
}*/
}


/*box
***************************************/
.box1200 {
	clear: both;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 1200px){
.box1200 {
	padding:0 10px;
}
}

@media (max-width: 768px){
.box1200 {
}
}


/*base
***************************************/
.base {
	padding: 3% 0;
}

@media (max-width: 1120px){
.base {
	padding: 3%;
}
}

@media (max-width: 768px){
.base {
	padding: 5%;
}
}


/*base01
***************************************/
.base01 {
	clear: both;
	background: #fff;
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: rgba(113, 135, 164, 1) 2px 2px 4px 0px;
}

@media (max-width: 1120px){
.base01 {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}
}

@media (max-width: 768px){
.base01 {
	width: 90%;
	padding: 5%;
	margin-right: 5%;
	margin-left: 5%;
}
}

/*base02
***************************************/
.base02 {
	padding: 2% 0;
}

@media (max-width: 1120px){
.base02 {
	padding: 2%;
}
}

@media (max-width: 768px){
.base02 {
	padding:5% 3% 2% 3%;
}
}


/*base
***************************************/
.base {
	padding: 3% 0;
}

@media (max-width: 1120px){
.base {
	padding: 3%;
}
}

@media (max-width: 768px){
.base {
	padding: 5%;
}
}

@media (max-width: 768px){
.base {
	padding: 2%;
}
}

.base03{
	padding: 5% 0;
}


/*fadein
***************************************/
.fadein {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;																																																																																																																																																		
	transition: 0.3s ease-in-out;	
}

.fadein:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/*scale
***************************************/
.scale {
	overflow: hidden;
}
 
.scale img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.scale img:hover {
	webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


/*title
***************************************/
.title01 {
	clear:both;
	width:100%;
	font-family:Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
	font-size:3rem;
	font-weight:bold;
	text-align:center;
	color:#FFAC1D;
	margin-bottom:2%;
}

@media (max-width: 768px){
.title01 {
	font-size:1.5em;
	margin-bottom:5%;
}
}

.title02 {
	clear:both;
	width:100%;
	margin-bottom: 20px;
	font-family: Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
	font-size:38px;
	font-weight:bold;
	text-align:left;
	color:#fff;
}

@media (max-width: 1120px){
.title02 {
	font-size:3.392vw;/*38px÷1120px*/
}
}

@media (max-width: 768px){
.title02 {
	font-size:1.5rem;
	margin-bottom:10px;
}
}

.title03 {
	clear:both;
	width:100%;
	margin-bottom: 20px;
	font-family: Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
	font-size:2rem;
	font-weight:bold;
	text-align:left;
	color:#000;
}

@media (max-width: 768px){
.title03 {
	font-size:1.1rem;
	margin-bottom:10px;
}
}

.title04 {
	clear:both;
	width:100%;
	margin-bottom: 20px;
	font-family: Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
	font-size:46px;
	font-weight:bold;
	text-align:left;
	color:#125fae;

}

.title04-top {
	clear:both;
	width:100%;
	margin-bottom: 20px;
	font-family: Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
	font-size:46px;
	font-weight:bold;
	text-align:left;
	color:#125fae;
}




@media (max-width: 1120px){
.title04 {
	font-size:4.107vw;/*46px÷1120px*/
}
.title04-top{
	font-size:4.107vw;/*46px÷1120px*/
}
}

.title05{
	font-size: 35px;
    text-align: center;
	color: #fff;
}

@media (max-width: 768px){
	.title04-top{
	text-align: center;
}
}

.title06{
	font-size: 26px;
	padding-bottom: 1%;
	color: #125FAF;
}
@media (max-width: 768px){
	.title06{
	font-size: 3.676vw;
}
}


/*btn*/
.btn02 {
	background-color:#FFCE00;
    display: block;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    font-size: 35px;
    color: #37404D;
    text-align: center;
    text-decoration: none;
}


/*table
***************************************/
.table01 {
	clear:both;
	background:#FFF;	
	width:100%;
}

.table01 tr:nth-of-type(2n) {
	background:#F0F0F0;
}

.table01 tr th,.table01 tr td {
	padding:2%;
	border:1px solid #ddd;
	vertical-align:top;
}

.table01 tr th,.table01 tr td.col_1 {
	background:#FFAC1D;
	width:25%;	
	color:#fff;
	text-align:left;
}

@media (max-width: 768px){
.table01 tr th,.table01 tr td {
	font-size:0.8rem;
}

.table01 tr th,.table01 tr td.col_1 {
}
}


/*pagerNavi
***************************************/
#pagerNavi {
	position: fixed;
	right: 4em;
	bottom: 4rem;
	z-index: 1000;
}
#pagerNavi p {
	margin: 0 0 4px;
}
#pagerNavi a.button {
	display: block;;
	padding: 4px 10px;
	margin: 0;
	font-size: 1.4em;
	color: #fff;
  border: 1px solid rgb( 64, 64, 64);
	background: rgb( 32, 32, 32);
	opacity: 0.6;
	cursor: pointer;

	transition: opacity 0.4s linear;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
}
#pagerNavi a.button i {
	display: inline-block;
	margin-top: 0;
	line-height: 1;
}
#pagerNavi a.button:hover {
	opacity: 1;
}

#pagerNavi i.fa-chevron-up {
	width:30px;
	height:30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/fa-chevron-up.png) no-repeat left top;
}

#pagerNavi i.fa-chevron-down {
	width:30px;
	height:30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	background:url(../../images/fa-chevron-down.png) no-repeat left top;
}

@media (max-width: 768px){
#pagerNavi {
	right: 1em;
	bottom: 1rem;
}
}


/*accのスタイル
***************************************/
.emono1_acc_image {
	display:none;
}


/*mapのスタイル
***************************************/
.map {
	/*position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	overflow: hidden;*/
}

.map iframe,
.map object,
.map embed{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	/*height: 100%;*/
}

@media (max-width: 768px){
.map iframe {
	width: 100% !important;
}
}

/*header
***************************************/
#header {
	position: relative;
	top: 0;
	z-index: 1000;
	width: 100%;
}

#header .box1200 {
	padding:0;
}

.header_top {
	background: rgba( 255, 255, 255, 0.95);
	padding: 1% 0;
	box-sizing: border-box;
}

.header_top div.left {
	width: 33.16%;
	max-width: 194px;
}

.header_top div.left h1#siteID {
	width: 100%;
}

.header_top div.left h1#siteID img {
	width:100%;
	max-width:430px;
}

.header_top div.left table {
	width: 450px;
	border-collapse: inherit;
	border-spacing: 10px;
	box-sizing: border-box;
	margin-left: -10px;
}

.header_top div.left table tr td {
	background: #000;
	width: 33.3%;
	padding: 2% 0;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.header_top div.right {
	width:50%;
	max-width:500px;
}

.header_top div.right p.tel {
	float: left;
	width: 290px;
	font-family: Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
	font-size: 14px;
	line-height: 1.0;
}

.header_top div.right p.tel strong {
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E71842;
}

.header_top div.right p.tel strong a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

.header_top div.right div.btn01 {
	float: right;
	width: 200px;
	box-shadow: 5px 5px 0px #8C021e;
	-webkit-box-shadow: 5px 5px 0px #8C021e;
	-moz-box-shadow: 5px 5px 0px #8C021e;
}

.header_top div.right div.btn01 a {
	background: #E71842;
	width: 100%;
	padding: 7% 12%;
	box-sizing: border-box;
	display: block;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height:1.4;
	text-decoration: none;
}

.header_top div.right div.btn01 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

@media (max-width: 1120px){
.header_top {
	padding: 1% 3%;
}

.header_top div.left table {
	width: 40.178vw; /*450px÷1120×100*/
}

.header_top div.left table tr td {
	font-size: 1.250vw; /*14px÷1120px×100*/
}

.header_top div.right p.tel {
	width: 25.892vw; /*290px÷1120px×100*/
	font-size: 1.25vw; /*14px÷1120px×100*/	
}

.header_top div.right p.tel strong {
	font-size: 3.571vw; /*40px÷1120px×100*/
}

.header_top div.right div.btn01 {
	width: 17.857vw; /*200px÷1120px×100*/
}

.header_top div.right div.btn01 a {
	font-size: 1.696vw; /*19px÷1120px×100*/
	padding: 7% 7%;
}
}

@media (max-width: 768px){
#header {

}

.header_top {
	padding: 0 10px 5% 10px;
}

.header_top div.left {
	width: 70%;
	padding-top: 4%;
}

.header_top div.left table {
	display: none;
}

.header_top div.right {
	float: right;
	width: 30%;
	padding-top: 3%;
}

.header_top div.right p.tel {
	display: none;
}

.header_top div.right div.btn01 {
	display: none;
}


.header_top div.right ul.icon{
	width: 100%;
}

.header_top div.right ul.icon li{
	float: left;
	width: 30%;
}

.header_top div.right ul.icon li:nth-child(1){
	margin-left: 30%;
}

.header_top div.right ul.icon li:nth-child(2){
	margin-left: 10%;
}

.header_top div.right ul.icon li a img{
	width: 100%;
}
}


/*footer
***************************************/
footer#footer {
	clear: both;
	width: 100%;	
	
}

footer#footer div.footer1 {
	background: #003D73;
	padding-top: 2%;
	padding-bottom: 2%;
}

footer#footer div.footer1 ul {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer#footer div.footer1 ul:after {
	content:none;
}

footer#footer div.footer1 ul li {
	width:49%;
	text-align:center;
}

footer#footer div.footer1 ul li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:3rem;
	border:1px solid #FFF;
}

footer#footer div.footer1 ul li img {
	margin-right:15%;
}

footer#footer div.footer1 ul li span {
	position:relative;
	top:-0.75rem;
	font-size:1.6em;
	display:inline-block;
	padding:0.5rem 3rem;
	border-bottom:3px solid #FFF;
}


footer#footer div.copy {
	clear: both;
	padding:3.5rem 0;
	text-align: center;
}

footer#footer div.copy p {
	margin-bottom:1rem;
}

footer#footer div.copy p img {
	width:100%;
	max-width:194px;
	height:auto;
}

footer#footer div.copy small {
	font-size:13px;
	
}

@media (max-width: 1120px){
footer#footer div.copy {
	padding-left :3%;
	padding-right :3%;
}

footer#footer div.copy p {
	font-size:1.1607vw; /*13px÷1120px×100*/
}
}

@media (max-width: 768px){

footer#footer div.footer1 {
	padding:4% 0 2% 0;
}

footer#footer div.footer1 ul li {
	width:100%;
	margin-bottom:1rem;
}

footer#footer div.footer1 ul li a {
	padding:1rem;
}

footer#footer div.footer1 ul li img {
	margin-right:5%;
}

footer#footer div.footer1 ul li span {
	padding:0.5rem 1rem;
	font-size:1.2em;
}

}


/*ページトップ
***************************************/
div.scroll-btn {
	position: fixed;
	right: 14px;
	bottom: 82px;
	z-index: 10000;
}

div.scroll-btn a {
	background: rgba( 204, 204, 204, 0.8);
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}

div.scroll-btn a:hover {
	background: #111;
}

div.scroll-btn a i {
	font-size: 60px;
	line-height: .8;
	color: #fff;
	opacity: .8;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out
}

div.scroll-btn a:hover i {
	color: #FFF;
	opacity: 1;
}


/*main
***************************************/
div#main {
}

@media (max-width: 768px){
.contact{
	display: none;
}
}




/*crumbs
***************************************/
div#crumbs {
	clear:both;
}

div#crumbs ul li {
	float:left;
	font-size:0.8rem;
}

div#crumbs ul li:nth-child(2):before,
div#crumbs ul li:nth-child(3):before{
	content: "> ";
}

div#crumbs ul li a {
	margin-right: 10px;
}

@media (max-width: 1120px){
div#crumbs {
	width:94%;
	margin-right:3%;
	margin-left:3%;
}
}

@media (max-width: 768px){
div#crumbs {
	display:none;
}
}


/*main_title
***************************************/
div#main_title {
	clear:both;
	width:100%;
	margin-bottom:2%;
}

div#main_title h1 {
	width:100%;	
	font-family:Yugo, '游ゴシック', "メイリオ", Meiryo, serif;
	font-size:3rem;
	font-weight:bold;
	text-align:center;
	color:#FFAC1D;
}

@media (max-width: 768px){
div#main_title {
	margin-bottom:5%;
}

div#main_title h1 {
	font-size:1.5em;
}
}


/*表組*/
table{
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
	box-sizing: border-box;
}
table th,
 table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
	 vertical-align: middle;
}
table th {
  background-color: #f0f8ff;
}

th.entry-content{
	    min-width: 10em;
}

.detail-content{
	text-align: center;
	min-width: 15em;
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}



/*--------------------------------------------------------------------
(contact フォーム)
--------------------------------------------------------------------*/
p.contact01_txt {
    clear: both;
    margin-bottom: 50px;
    padding: 15px;
    background: #ededed;
}


.contact_bg a{
	color: #125faf;
}


.contact_bg {
	clear:both;
	width:100%;
	/*padding:50px;*/
	text-align:left;
	background:#fff;
}

.contact_bg table {
	width:100%;
}

.contact_bg table tr td {
	padding:15px;
	text-align:left;
	border:2px solid #a3a3a3;
	vertical-align:top;
}

.contact_bg table tr td.form_index {
	width:30%;
	background:#125faf;
	color: #fff;
}

.contact_bg table tr td.form_index span {
	color:#f00;
}

.contact_bg table tr td.list_value input,
.contact_bg table tr td textarea{
	padding:8px;
	background:#fff;
}

.contact_bg table tr.style_field28 td input,.contact_bg table tr.style_field29 td input,.contact_bg table tr.style_e_mail td input,.contact_bg table tr.style_add td input{
	width:90%;
}
.contact_bg table tr.style_kana td input,.contact_bg table tr.style_name td input{
	width:40%;
}
@media (max-width: 1024px){
.contact_bg table tr.style_kana td input,.contact_bg table tr.style_name td input{
	width:90%;
}
	}

.contact_bg table tr td textarea {
	width:90%;
	height:100px;
}

.contact_bg table tr td.td_submit {
	padding:30px 0;
	text-align:center;
}

.contact_bg table tr td.td_submit02 {
	padding:10px 0;
	text-align:center;
}

.contact_bg table tr td.td_submit input,.contact_bg table tr td.td_submit02 input {
	padding:20px;
	font-size:1.1em;
	cursor: pointer;
}

@media (max-width: 768px){
.contact_bg {
	padding:10px;
	border-radius:5px;
}

.contact_bg table tr td {
	padding:10px;
	font-size:0.8em;
	letter-spacing:0;
}

.contact_bg table tr td.form_index {
	width:35%;
}
.contact_bg table tr td.list_value input,
.contact_bg table tr td textarea{
	padding:3px;
}

.contact_bg table tr td textarea {
	height:50px;
}

.contact_bg table tr td.td_submit {
	padding:10px 0;
}

.contact_bg table tr td.td_submit input,.contact_bg table tr td.td_submit02 input {
	padding:10px;
	font-size:1.1em;
}
}

/*index.html*/

.logo_title-top{
	display:flex;
	 width: 100%;
}
.logo_title-top .logo_img{
	/*display: table-cell;*/
}

.logo_title-top .logo_img img{
	width: 100%;
}

.logo_title-top .title{	
	padding-left: 2%;
}
.logo_title-top .title h2{
	width: 100%;
}

.logo_title-top .title h2 .big-title{
	font-size: 65px;
}

@media (max-width: 768px){
	.logo_title-top{
	flex-direction: column;
		
}
	.logo_title-top .logo_img{
		width: 50%;
		margin:  0 auto;
		
}
	.logo_title-top .title{	
}
	.logo_title-top .title h2 .big-title{
	font-size: 6vw;
}
}


/*topimg*/
#topImg {
	clear: both;
	width: 100%;
	background:url(../../images/index/mainvisual_bg.jpg) no-repeat center center;
	background-size:cover;
}

#topImg .box1200 {
	padding:0;
}

#topImg .catch {
	padding:27.5% 0 22.5%;
	text-align:center;
}

#topImg .catch strong {
	font-size:3.6em;
	display:block;
	color:#FFF;
	text-shadow: 1px 1px 2px #182E4E,-1px 1px 2px #182E4E,1px -1px 2px #182E4E,-1px -1px 2px #182E4E;
}

#topImg .catch span {
	font-size:2.4em;
	color:#FFF;
	text-shadow: 1px 1px 2px #182E4E,-1px 1px 2px #182E4E,1px -1px 2px #182E4E,-1px -1px 2px #182E4E;
}

#topImg .top_commtent {
	padding:5% 10px 5% 10px;
}

#topImg .top_commtent h1 {
	text-align:center;
	font-size:1.8em;
	color:#FFF;
	margin-bottom:3%;
}

#topImg .top_commtent p {
	color:#FFF;
	font-size:1.1em;
	line-height:1.8;
}

#main_bg02 {
	background:url(../../images/main_bg02.jpg) no-repeat center center;
	background-size:cover;
	text-align:center;
	color:#FFF;
	font-size:3em;
	padding:2.5em 0;
	text-shadow: 1px 1px 2px #182E4E,-1px 1px 2px #182E4E,1px -1px 2px #182E4E,-1px -1px 2px #182E4E;
	font-weight:bold;
}

@media (max-width: 1024px){
#topImg .catch {
	padding:30.5% 0 22.5%;
}

#topImg .catch strong {
	font-size:2.4em;
}

#topImg .catch span {
	font-size:1.6em;
}

#topImg .top_commtent {
	padding:18% 10px 5% 10px;
}

#topImg .top_commtent h1 {
	font-size:1.4em;
}

}

@media (max-width: 878px){

#topImg .top_commtent h1 {
	font-size:1.2em;
}

#topImg .top_commtent p {
	font-size:0.9em;
}
}


@media (max-width: 768px){
#topImg .catch {
}

#topImg .catch strong {
	font-size:1.8em;
}

#topImg .catch span {
	font-size:1.2em;
}

#topImg .top_commtent {
	padding:5% 10px;
	background:#004381;
}

#topImg .top_commtent h1 {
	font-size:1.2em;
}

#topImg .top_commtent p {
	font-size:0.9em;
	line-height:1.8;
}

#main_bg02 {
	font-size:1.6em;
	padding:2rem 10px;
}

}

@media (max-width: 414px){
#topImg .catch strong {
	font-size:1.6em;
}

#topImg .catch span {
	font-size:1em;
}

#topImg .top_commtent h1 {
	font-size:1em;
	letter-spacing:0;
}

#topImg .top_commtent p {
	font-size:0.8em;
	line-height:1.6;
}
}

/*slide1
***************************************/

#service h1 {
	background:#333333;
	text-align:center;
	color:#FFF;
	padding:1rem 0;
	font-size:1.5em;
	position:relative;
}

#service h1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #333333;
}


#service #slide1,
#service #slide3 {
	background:#E0E6E9;
	padding:2rem 0;
}

#service #slide2,
#service #slide4 {
	padding:2rem 0;
}

#service #slide1 h2,
#service #slide2 h2,
#service #slide3 h2,
#service #slide4 h2 {
	text-align:center;
	margin-bottom:2rem;
}

#service #slide1 h2 span,
#service #slide2 h2 span,
#service #slide3 h2 span,
#service #slide4 h2 span {
	font-size:1.5em;
	display:inline-block;
	padding:0 1.5rem 0.25rem 1.5rem;
	border-bottom:3px solid #0059A6;
	color:#0059A6;
}

#service #slide1 .box01 h3,
#service #slide2 .box01 h3,
#service #slide3 .box01 h3,
#service #slide4 .box01 h3 {
	font-size:1.4em;
	margin-bottom:1.5rem;
}


#service #slide1 .box01 p,
#service #slide2 .box01 p,
#service #slide3 .box01 p,
#service #slide4 .box01 p {
	font-size:1.2em;
}

#service #slide1 .box01,
#service #slide3 .box01 {
	background:#0059a6;
	color:#FFF;
	width:56.5%;
	text-align:center;
	padding:7% 1.5rem;
	box-sizing:border-box;
	float:left;
	position:relative;
}

#service #slide1 figure ,
#service #slide3 figure {
	float:right;
	width:48%;
	margin-top:1.5rem;
	margin-left:-4.5%;
}

#service #slide1 figure img,
#service #slide3 figure img {
	width:100%;
	height:auto;
}

#service #slide1 .box02,
#service #slide3 .box02 {
	clear:both;
	padding:1rem 0;
}

#service #slide2 .box01,
#service #slide4 .box01 {
	background:#0059a6;
	color:#FFF;
	width:56.5%;
	text-align:center;
	padding:7% 1.5rem;
	box-sizing:border-box;
	float:right;
	position:relative;
}

#service #slide2 figure,
#service #slide4 figure {
	float:left;
	width:48%;
	margin-top:1.5rem;
	margin-right:-4.5%;
}

#service #slide2 figure img,
#service #slide4 figure img {
	width:100%;
	height:auto;
}

#service #slide2 .box02,
#service #slide4 .box02 {
	clear:both;
	padding:1rem 0;
}

@media (max-width: 768px){
#service #slide1 .box01,
#service #slide3 .box01 {
	width:90%;
	padding:7% 1rem;
}

#service #slide1 h2 span,
#service #slide2 h2 span,
#service #slide3 h2 span,
#service #slide4 h2 span {
	font-size:1.3em;
}

#service #slide1 .box01 h3,
#service #slide2 .box01 h3,
#service #slide3 .box01 h3,
#service #slide4 .box01 h3 {
	font-size:1.2em;
}

#service #slide1 .box01 p, #service #slide2 .box01 p, #service #slide3 .box01 p, #service #slide4 .box01 p {
	font-size:1em;
}

#service #slide1 figure ,
#service #slide3 figure {
	width:90%;
	margin-top:-1.5rem;
	margin-left:0;
}

#service #slide2 .box01,
#service #slide4 .box01 {
	width:90%;
	padding:7% 1rem;
}

#service #slide2 figure,
#service #slide4 figure {
	width:90%;
	margin-top:-1.5rem;
	margin-right:0%;
}
}

#company,
#privacy {
	padding-top:3rem;
	background:#E0E6E9;
	padding-bottom:6rem;
}

#company table,
#company table td {
	border:none;
	text-align:left;
}

#company table td {
	padding:2rem 0.5rem 1rem 0.5rem;
}

#company table tr:first-child td {
	padding-top:0;
}

#company table td:first-child {
	border-bottom:3px solid #004687;
	color:#004687;
	vertical-align:top;
}

#company table td:nth-child(2) {
	border-bottom:3px solid #999999;
	border-left:10px solid #E0E6E9;
}

@media (max-width: 768px){

#company, #privacy {
	padding-bottom:3rem;
}

#company table td {
	font-size:0.9em;
	display:block;
	width:100%;
	padding:1.5rem 0.5rem 0.5rem 0.5rem;
}

#company table td:nth-child(2) {
	border-left:none;
	padding-top:0.5rem !important;
	text-align:right;
}
}

#privacy dl {
	margin-bottom:3rem;
}

#privacy dl:last-child {
	margin-bottom:0;
}

#privacy dl dt {
	border-bottom:3px solid #004687;
	margin-bottom:0.5rem;
	padding:0 1rem 0.25rem 1rem;
	font-size:1.2em;
	color:#004687;
}

#privacy dl dd {
	padding:0 1rem;
	font-size:1.2em;
}

#privacy dl:last-child p {
	margin-bottom:2rem;
}

#privacy dl:last-child dd:nth-child(3) {
	border-left:5px solid #0062BB;
	margin:0 1rem;
	padding:0.5rem 1rem;
}

#privacy dl:last-child dd:nth-child(3) h2{
	color:#004687;
	font-size:1.1em;
}

#privacy dl:last-child dd:nth-child(3) p {
	margin-bottom:0;
}

@media (max-width: 768px){
#privacy dl {
	margin-bottom:1.5rem;
}

}


























