う@charset "UTF-8";

/* Base
------------------------------------------- */

body{
	margin:0 auto;
	padding:0;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	-webkit-text-size-adjust : 100%;
	font-size:100%;
	background-color: #fff;
}


a{
	color:#1E2753;
	text-decoration:none;
	border:0;
}

a:hover{
	color:#FF4338;
	text-decoration:none;
	border:0;
}
a.link::after{
    font-family: "Font Awesome 5 Free";
	content: '\f0c1';
	margin-left:5px;
	font-weight: bold;
    color: #FF0000;
}

a.blank::after{
    font-family: "Font Awesome 5 Free";
	content: '\f35d';
	margin-left:5px;
	font-weight: bold;
    color: #FF0000;
}

a.pdf::after{
    font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	margin-left:5px;
	font-weight: bold;
    color: #FF0000;
    font-size: 100%;
    vertical-align: middle;
}

a.pdf::before{
    font-family: "Font Awesome 5 Free";
	content: '\f101';
	margin-right:10px;
    margin-left: 10px;
	font-weight: bold;
}

a.pdf2::after{
    font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	margin-left:5px;
	font-weight: bold;
    color: #FF0000;
    font-size: 100%;
    vertical-align: top;
}

a.word::after{
    font-family: "Font Awesome 5 Free";
	content: '\f1c2';
	margin-left:5px;
	font-weight: bold;
    color: #FF0000;
    font-size: 100%;
    vertical-align: top;
}
a.word:hover::after{
    color: #FFFFFF;
}

a.word::before{
    font-family: "Font Awesome 5 Free";
	content: '\f101';
	margin-right:10px;
    margin-left: 10px;
	font-weight: bold;
}

a.excel::after{
    font-family: "Font Awesome 5 Free";
	content: '\f1c3';
	margin-left:5px;
	font-weight: bold;
    color: #FF0000;
    font-size: 100%;
    vertical-align: top;
}
a.excel:hover::after{
    color: #FFFFFF;
}

a.excel::before{
    font-family: "Font Awesome 5 Free";
	content: '\f101';
	margin-right:10px;
    margin-left: 10px;
	font-weight: bold;
}

img{
	border:0;
}

.p_l{
	margin:0 auto 40px auto;
    display: block;
}

.p_r{
	margin:0 auto 40px auto;
    display: block;
}



/* SmartPhone Site Control
------------------------------------------- */

div.drawer{
	display:none;
}

button.drawer-toggle{
	display:none;
}

.pc{
	display: none !important;
}


/* Margin Padding Control
------------------------------------------- */

.mt-60{margin-top: -60px; !important;}
.mt10{margin-top: 10px; !important;}
.mt20{margin-top: 20px; !important;}
.mt30{margin-top: 30px; !important;}
.mt40{margin-top: 40px; !important;}
.mt60{margin-top: 60px; !important;}
.mt80{margin-top: 50px; !important;}
.mt100{margin-top: 50px; !important;}
.mt160{margin-top: 160px; !important;}
.mb20{margin-bottom: 20px; !important;}
.mb40{margin-bottom: 40px; !important;}
.mb60{margin-bottom: 60px; !important;}
.mb100{margin-bottom: 100px; !important;}
.mtb20{margin-top: 20px; !important; margin-bottom: 20px; !important;}
.mtb40{margin-top: 40px; !important; margin-bottom: 40px; !important;}
.mtb60{margin-top: 60px; !important; margin-bottom: 60px; !important;}
.mtb100{margin-top: 60px; !important; margin-bottom: 0; !important;}
.pt20{padding-top: 20px; !important;}
.pt30{padding-top: 30px; !important;}
.pt40{padding-top: 40px; !important;}
.pt50{padding-top: 50px; !important;}
.pt60{padding-top: 60px; !important;}
.pt100{padding-top: 50px; !important;}
.pt150{padding-top: 150px; !important;}
.pb20{padding-bottom: 20px; !important;}
.pb40{padding-bottom: 40px; !important;}
.pb60{padding-bottom: 60px; !important;}
.pb150{padding-bottom: 70px; !important;}
.ptb10{padding-top: 10px; !important; padding-bottom: 10px; !important;}
.ptb20{padding-top: 20px; !important; padding-bottom: 20px; !important;}
.ptb30{padding-top: 30px; !important; padding-bottom: 30px; !important;}
.ptb40{padding-top: 40px; !important; padding-bottom: 40px; !important;}
.ptb60{padding-top: 60px; !important; padding-bottom: 60px; !important;}
.ptb100{padding-top: 100px; !important; padding-bottom: 100px; !important;}


/* Background Color
------------------------------------------- */
.bg_gray{
	background-color: #EFEFEF;
}
.bg_white{
	background-color: #fff;
}

.bg_img{
	background: url("../images/common/contents_bg.png");
}

.h100{
    height: 100%;
}

.wh{
    color: #FFF;
}

.bk{
    color: #000;
}

/* Layout
------------------------------------------- */

div#wrapper{
	width: 100%;
	height: auto;
	position: relative;
}


/* header
------------------------------------------- */

header{
	width: 100%;
	height: 70px;
	z-index:999;
	position:fixed;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
    box-shadow: 2px 2px 10px #999;
    
}

header h1{
	margin:-15px 0 0;
	padding:0;
	position:absolute;
	top:50%;
	left:15px;
    margin-top: -20px;
}

header h1 img{
    height: 40px;
}

/* Header Menu
------------------------------------------- */

ul.head_menu{
    display: none;
}

/* Search Area
------------------------------------------- */

.sbox {
    display: none;
}

/* Layput
------------------------------------------- */

section{
	width:100%;
    margin: 0 auto;
	z-index: 1;
}

div.contents{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
    text-align: center;
}

.po_rea{
	position: relative;
}




/* Object Control
------------------------------------------- */

.obj_c{
	margin-left: auto;
    margin-right: auto;
	padding: 0;
	text-align: center;
}





/* PageTop
------------------------------------------- */


/* ボタンの基本スタイル */
.pagetop a {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  color: #000;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
}

.pagetop a::after {
    font-family: "Font Awesome 5 Free";
	content: '\f062';
	font-weight:bold;
    margin-left: 10px;
    color: #FF3300;
}

/* スライドする背景色のスタイル */
.bgslide a {
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 1;
}
.bgslide a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #25A639;
  transform-origin: left bottom;
  transform: scaleY(0);
  transition: transform .2s ease;
  z-index: -1;
}



/* Footer
------------------------------------------- */

.footer_bg{
    width: 100%;
    background: url("../images/common/footer_bg.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 80px;
}

footer{
	width:97%;
    margin-left: auto;
    margin-right:auto;
    position: relative;
}

p.ft_logo{
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF;
    position: relative;
    margin-top: -40px;
}

p.ft_logo img{
    width: 200px;
    height: auto;
    filter: drop-shadow(2px 2px 2px #FFF);
}

p.emi{
    position: absolute;
    top: 1%;
    right: 0;
}
p.emi img{
    width: 100px;
    height: auto;
}

div.ft_wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

div.ft_ad{
    width: 100%;
    display: block;
}

div.ft_list{
    width: 100%;
    display: block;
    margin-top: 50px;
}

p.ft_address{
    text-align: center;
    color: #FFF;
}

p.ft_address span{
    font-weight: bold;
    font-size: 110%;
}

div.ft_contact{
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background-color: #FFF;
    border-radius: 20px;
    text-align: center;
}

div.ft_contact a{
    color: #168127;
    display: block;
    font-weight: bold;
}

div.ft_contact a::before{
    font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	margin-right:10px;
	font-weight: bold;
}

div.ft_contact a:hover{
    background-color: #168127;
    color: #fff;
    border-radius: 20px;
}

div.ft_contact a:hover::before{
    font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	margin-right:10px;
	font-weight: bold;
    color: #FFF;
}

div.ft_emergency{
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background-color: #FF3300;
    border-radius: 5px;
    text-align: center;
}

div.ft_emergency a{
    color: #FFF;
    display: block;
}

div.ft_emergency a::before{
    font-family: "Font Awesome 5 Free";
	content: '\f071';
	margin-right:10px;
	font-weight: bold;
}

div.ft_emergency a:hover{
    background-color: #FFF;
    color: #FF3300;
    border-radius: 5px;
}

div.ft_emergency a:hover::before{
    font-family: "Font Awesome 5 Free";
	content: '\f071';
	margin-right:10px;
	font-weight: bold;
    color: #FF3300;
}

ul.ft_list1{
    margin-top: 20px;
    overflow: hidden;
}
ul.ft_list1 li{
    text-align: left;
    margin-bottom: 10px;
    margin-left: 15px;
    float: left;
}
ul.ft_list1 li a{
    color: #FFF;
}
ul.ft_list1 li a:hover{
    color: #000;
}
ul.ft_list1 li a::before{
    font-family: "Font Awesome 5 Free";
	content: '\f152';
	margin-right:10px;
	font-weight: bold;
    color: #FFF;
}


dl.ft_list2{
    overflow: hidden;
}

dl.ft_list2 dt{
    text-align: left;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 15px;
    float: left;
}


dl.ft_list2 dt a{
    color: #FFF;
}
dl.ft_list2 dt a:hover{
    color: #000;
}

dl.ft_list2 dt a::before{
    font-family: "Font Awesome 5 Free";
	content: '\f152';
	margin-right:10px;
	font-weight: bold;
    color: #FFF;
}

dl.ft_list2 dd ul{
    display: none;
}


/*
dl.ft_list2 dd ul{
    overflow: hidden;
    margin-left: 25px;
}

dl.ft_list2 dd li{
    margin-top: 8px;
    margin-right: 15px;
    margin-left: 10px;
    text-align: left;
    float: left;
    line-height: 150%;
    position: relative;
}


dl.ft_list2 dd li a{
    color: #fff;
}

dl.ft_list2 dd ul li a::before,
dl.ft_list2 dd ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
    
dl.ft_list2 dd ul li a::before{
	left: -10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
dl.ft_list2 dd li a:hover{
    color: #000;
}
*/


.sliderArea{
    margin: 50px auto 0;
}


p.cprt{
	font-size:80%;
	color:#fff;
	text-align:center;
    margin-top: 40px;
}




