@charset"utf-8";
body {
	animation: fadeIn 3.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 3.5s ease 0s 1 normal;
}
@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/* original reset */
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
/* html5 reset +alpha */
html {
	font-size: 62.5%; /* (14px) */
	line-height: 1.0;
}
#main {
	line-height: 1.4;
}
/* common item */
.clrfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clrfx {
	zoom: 1;
}
.clr {
	clear: both;
}
.fltl {
	float: left;
}
.fltr {
	float: right;
}
.leftAdjust {
	text-align: left;
}
.rightAdjust {
	text-align: right;
}
.centerAdjust {
	text-align: center;
}
.topAdjust {
	vertical-align: top;
}
.middleAdjust {
	vertical-align: middle;
}
.bottomAdjust {
	vertical-align: bottom;
}
.rlt {
	position: relative;
}
.abs {
	position: absolute;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-though;
}
/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/

.b {
	font-weight: bold!important;
}/*太字*/
.normal {
	font-weight: normal!important;
}/*太字を解除*/
.f08 {
	font-size: 8px;
	font-size: 0.8rem;
}
.f09 {
	font-size: 9px;
	font-size: 0.9rem;
}
.f10 {
	font-size: 10px;
	font-size: 1.0rem;
}
.f11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.f12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.f13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.f15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.f16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.f17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f19 {
	font-size: 19px;
	font-size: 1.9rem;
}
.f20 {
	font-size: 20px;
	font-size: 2.0rem;
}
.f21 {
	font-size: 21px;
	font-size: 2.1rem;
}
.f22 {
	font-size: 22px;
	font-size: 2.2rem;
}
.f23 {
	font-size: 23px;
	font-size: 2.3rem;
}
.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.f25 {
	font-size: 25px;
	font-size: 2.5rem;
}
.f26 {
	font-size: 26px;
	font-size: 2.6rem;
}
.f27 {
	font-size: 27px;
	font-size: 2.7rem;
}
.f28 {
	font-size: 28px;
	font-size: 2.8rem;
}
.f29 {
	font-size: 29px;
	font-size: 2.9rem;
}
.f30 {
	font-size: 30px;
	font-size: 3.0rem;
}
.f31 {
	font-size: 31px;
	font-size: 3.1rem;
}
.f32 {
	font-size: 32px;
	font-size: 3.2rem;
}
.f33 {
	font-size: 33px;
	font-size: 3.3rem;
}
.f34 {
	font-size: 34px;
	font-size: 3.4rem;
}
.f35 {
	font-size: 35px;
	font-size: 3.5rem;
}
.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}
/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/

.red {
	color: #cc0000!important;
}
.maroon {
	color: #800000!important;
}
.fuchsia {
	color: #ff00ff!important;
}
.purple {
	color: #660099!important;
}
.lime {
	color: #00ff00!important;
}
.green {
	color: #008000!important;
}
.yellow {
	color: #ffff00!important;
}
.olive {
	color: #808000!important;
}
.blue {
	color: #0000dd!important;
}
.navy {
	color: #000080!important;
}
.aqua {
	color: #00ffff!important;
}
.teal {
	color: #008080!important;
}
.white {
	color: #fff!important;
}
.silver {
	color: #c0c0c0!important;
}
.gray {
	color: #808080!important;
}
.black {
	color: #000!important;
}
.orange {
	color: #ffa500!important;
}
.pink {
	color: #ffc0c8!important;
}
/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/

.glow-red {
	padding: 2px;
	background-color: #ff0000!important;
}
.glow-lime {
	padding: 2px;
	background-color: #00ff00!important;
}
.glow-yellow {
	padding: 2px;
	background-color: #ffff00!important;
}
.glow-aqua {
	padding: 2px;
	background-color: #00ffff!important;
}
.glow-gray {
	padding: 2px;
	background-color: #808080!important;
}
.glow-black {
	padding: 2px;
	background-color: #000!important;
}
/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/

.lh10 {
	line-height: 1.0!important;
}
.lh11 {
	line-height: 1.1!important;
}
.lh12 {
	line-height: 1.2!important;
}
.lh13 {
	line-height: 1.3!important;
}
.lh14 {
	line-height: 1.4!important;
}
.lh15 {
	line-height: 1.5!important;
}
.lh20 {
	line-height: 2.0!important;
}
/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/

.underline {
	text-decoration: underline!important;
}
.del {
	text-decoration: line-through;
}
/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c {
	text-align: center;
}
.al-r {
	text-align: right;
}
.al-l {
	text-align: left;
}
/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/

.radius1 {
	border-radius: 1px;
}
.radius2 {
	border-radius: 2px;
}
.radius3 {
	border-radius: 3px;
}
.radius4 {
	border-radius: 4px;
}
.radius5 {
	border-radius: 5px;
}
.radius6 {
	border-radius: 6px;
}
.radius7 {
	border-radius: 7px;
}
.radius8 {
	border-radius: 8px;
}
.radius9 {
	border-radius: 9px;
}
.radius10 {
	border-radius: 10px;
}
/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/

.box-bd2 {
	border-width: 2px;
}
.box-bd3 {
	border-width: 3px;
}
.box-bd4 {
	border-width: 4px;
}
.box-bd5 {
	border-width: 5px;
}
/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/

.box-c-black {
	border-color: #000;
}
.box-c-red {
	border-color: #ff0000;
}
.box-c-blue {
	border-color: #0000ff;
}
.box-c-yellow {
	border-color: #ffff00;
}
.box-c-white {
	border-color: #fff;
}
/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/

.m0 {
	margin: 0!important;
}
.m0-t {
	margin-top: 0!important;
}
.m0-r {
	margin-right: 0!important;
}
.m0-b {
	margin-bottom: 0!important;
}
.m0-l {
	margin-left: 0!important;
}
.m5 {
	margin: 5px!important;
}
.m5-t {
	margin-top: 5px!important;
}
.m5-r {
	margin-right: 5px!important;
}
.m5-b {
	margin-bottom: 5px!important;
}
.m5-l {
	margin-left: 5px!important;
}
.m10 {
	margin: 10px!important;
}
.m10-t {
	margin-top: 10px!important;
}
.m10-r {
	margin-right: 10px!important;
}
.m10-b {
	margin-bottom: 10px!important;
}
.m10-l {
	margin-left: 10px!important;
}
.m15 {
	margin: 15px!important;
}
.m15-t {
	margin-top: 15px!important;
}
.m15-r {
	margin-right: 15px!important;
}
.m15-b {
	margin-bottom: 15px!important;
}
.m15-l {
	margin-left: 15px!important;
}
.m20 {
	margin: 20px!important;
}
.m20-t {
	margin-top: 20px!important;
}
.m20-r {
	margin-right: 20px!important;
}
.m20-b {
	margin-bottom: 20px!important;
}
.m20-l {
	margin-left: 20px!important;
}
.m25 {
	margin: 25px!important;
}
.m25-t {
	margin-top: 25px!important;
}
.m25-r {
	margin-right: 25px!important;
}
.m25-b {
	margin-bottom: 25px!important;
}
.m25-l {
	margin-left: 25px!important;
}
.m30 {
	margin: 30px!important;
}
.m30-t {
	margin-top: 30px!important;
}
.m30-r {
	margin-right: 30px!important;
}
.m30-b {
	margin-bottom: 30px!important;
}
.m30-l {
	margin-left: 30px!important;
}
.m35 {
	margin: 35px!important;
}
.m35-t {
	margin-top: 35px!important;
}
.m35-r {
	margin-right: 35px!important;
}
.m35-b {
	margin-bottom: 35px!important;
}
.m35-l {
	margin-left: 35px!important;
}
.m40 {
	margin: 40px!important;
}
.m40-t {
	margin-top: 40px!important;
}
.m40-r {
	margin-right: 40px!important;
}
.m40-b {
	margin-bottom: 40px!important;
}
.m40-l {
	margin-left: 40px!important;
}
.m45 {
	margin: 45px!important;
}
.m45-t {
	margin-top: 45px!important;
}
.m45-r {
	margin-right: 45px!important;
}
.m45-b {
	margin-bottom: 45px!important;
}
.m45-l {
	margin-left: 45px!important;
}
.m50 {
	margin: 50px!important;
}
.m50-t {
	margin-top: 50px!important;
}
.m50-r {
	margin-right: 50px!important;
}
.m50-b {
	margin-bottom: 50px!important;
}
.m50-l {
	margin-left: 50px!important;
}
.m55 {
	margin: 55px!important;
}
.m55-t {
	margin-top: 55px!important;
}
.m55-r {
	margin-right: 55px!important;
}
.m55-b {
	margin-bottom: 55px!important;
}
.m55-l {
	margin-left: 55px!important;
}
.m60 {
	margin: 60px!important;
}
.m60-t {
	margin-top: 60px!important;
}
.m60-r {
	margin-right: 60px!important;
}
.m60-b {
	margin-bottom: 60px!important;
}
.m60-l {
	margin-left: 60px!important;
}
/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/

.p0 {
	padding: 0!important;
}
.p0-t {
	padding-top: 0!important;
}
.p0-r {
	padding-right: 0!important;
}
.p0-b {
	padding-bottom: 0!important;
}
.p0-l {
	padding-left: 0!important;
}
.p5 {
	padding: 5px!important;
}
.p5-t {
	padding-top: 5px!important;
}
.p5-r {
	padding-right: 5px!important;
}
.p5-b {
	padding-bottom: 5px!important;
}
.p5-l {
	padding-left: 5px!important;
}
.p10 {
	padding: 10px!important;
}
.p10-t {
	padding-top: 10px!important;
}
.p10-r {
	padding-right: 10px!important;
}
.p10-b {
	padding-bottom: 10px!important;
}
.p10-l {
	padding-left: 10px!important;
}
.p15 {
	padding: 15px!important;
}
.p15-t {
	padding-top: 15px!important;
}
.p15-r {
	padding-right: 15px!important;
}
.p15-b {
	padding-bottom: 15px!important;
}
.p15-l {
	padding-left: 15px!important;
}
.p20 {
	padding: 20px!important;
}
.p20-t {
	padding-top: 20px!important;
}
.p20-r {
	padding-right: 20px!important;
}
.p20-b {
	padding-bottom: 20px!important;
}
.p20-l {
	padding-left: 20px!important;
}
.p25 {
	padding: 25px!important;
}
.p25-t {
	padding-top: 25px!important;
}
.p25-r {
	padding-right: 25px!important;
}
.p25-b {
	padding-bottom: 25px!important;
}
.p25-l {
	padding-left: 25px!important;
}
.p30 {
	padding: 30px!important;
}
.p30-t {
	padding-top: 30px!important;
}
.p30-r {
	padding-right: 30px!important;
}
.p30-b {
	padding-bottom: 30px!important;
}
.p30-l {
	padding-left: 30px!important;
}
.p35 {
	padding: 35px!important;
}
.p35-t {
	padding-top: 35px!important;
}
.p35-r {
	padding-right: 35px!important;
}
.p35-b {
	padding-bottom: 35px!important;
}
.p35-l {
	padding-left: 35px!important;
}
.p40 {
	padding: 40px!important;
}
.p40-t {
	padding-top: 40px!important;
}
.p40-r {
	padding-right: 40px!important;
}
.p40-b {
	padding-bottom: 40px!important;
}
.p40-l {
	padding-left: 40px!important;
}
.p45 {
	padding: 45px!important;
}
.p45-t {
	padding-top: 45px!important;
}
.p45-r {
	padding-right: 45px!important;
}
.p45-b {
	padding-bottom: 45px!important;
}
.p45-l {
	padding-left: 45px!important;
}
.p50 {
	padding: 50px!important;
}
.p50-t {
	padding-top: 50px!important;
}
.p50-r {
	padding-right: 50px!important;
}
.p50-b {
	padding-bottom: 50px!important;
}
.p50-l {
	padding-left: 50px!important;
}
.p55 {
	padding: 55px!important;
}
.p55-t {
	padding-top: 55px!important;
}
.p55-r {
	padding-right: 55px!important;
}
.p55-b {
	padding-bottom: 55px!important;
}
.p55-l {
	padding-left: 55px!important;
}
.p60 {
	padding: 60px!important;
}
.p60-t {
	padding-top: 60px!important;
}
.p60-r {
	padding-right: 60px!important;
}
.p60-b {
	padding-bottom: 60px!important;
}
.p60-l {
	padding-left: 60px!important;
}
/* items */
.content a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
.content a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
/* body style */
body {
	font-family: "a-otf-ud-reimin-pr6n", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-weight: 300;
	color:#333;
}
p {
	line-height:1.7;
}
ul {
	margin:0;
	padding:0;
}
/* common */
.container {
	max-width:950px;
	margin:0 auto 0 auto;

}
.w700 {
	max-width:700px;
	margin:0 auto 0 auto;
}
@media screen and (max-width:640px) {
.container {
}
}
.content{
	padding:20px 0 40px 0;
	max-width:590px;
	margin:0 auto 0 auto;
}
.content img{
	max-width: 100%;
	height: auto;
}
.bg_g {
	background-color: #f0f1dc;
}
.bg_w {
	background-color: #ffffff;
}

/*	見出し関連	*/
.com_ttl_01 {
	padding: 4px 0 0 18px;
	border-left: 5px solid #51B4E9;
	font-size: 18px;
	line-height: 1.0;
	margin-bottom: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 font-weight:800;
}
.com_ttl_02 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
}
.com_ttl_03 {
	margin-bottom: 20px;
	padding: 20px 0 20px 0;
	font-size: 24px;
	 font-family: "heisei-maru-gothic-std";
	 font-weight:800;
	border-bottom:2px #362e2b solid;
	border-top:2px #362e2b solid;
	text-align:center
}
.com_ttl_02 a {
	text-decoration: underline;
}
.com_ttl_02 a:hover {
	text-decoration: none;
}
.com_ttl_02:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 18px;
	background-image: url(../images/img_yumi_icon_arrow_ttl.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/*ボタンスタイル*/
.button {
	display: inline-block;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #f67a01;
	border: 1px solid #ffffff;
	color: #fff;
}
.bt_ss {
	width: 100px;
	font-size:10px;
	height: 30px;
	line-height: 30px;
}
.bt_s {
	width: 200px;
}
.bt_m {
	width: 250px;
}
.bt_l {
	width: 100%;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	border-color: #f67a01;
	color: #f67a01;
	text-decoration: none;
}
.button::before, .button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #f67a01;
}
.button::before {
	right: 0;
	background-repeat: no-repeat;
	background-position: 90%;
}
.button::after {
	left: 0;
}
.button:hover::before, .button:hover::after {
	width: 0;
	background-color: #f67a01;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (min-width:640px) {
.drawer--navbarTopGutter {
    padding-top: 0!important;
}
}
@media screen and (max-width:640px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*----- フェードイン -----*/
    .inviewfadeIn {
        opacity: 0;
        transition: .8s;
    }
    
    .fadeIn {
        opacity: 1.0;
    }

 /*----- ズームイン -----*/
    .inviewzoomIn {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: .8s;
    }
    
    .zoomIn {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    } 
 /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
	.inviewfadeInUp2 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .9s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
/*===================================================
	ヘッダー部分
===================================================*/
header{
	border-top:solid #51B4E9 10px;
	margin-bottom:15px;
}
#head{
	padding:15px 0 15px 0;
}
#head .logo{
	width:370px;
	float:left;
}
#head .logo h1{
	width:370px;
	height:auto;
	margin:0;
	padding:0;
}
#head .logo h1 img{
	width:100%;
}
.pankuzu {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#head .tel{
	width:250px;
	height:auto;
	float:right;
	padding-top:10px;
}
#head tel img{
	width:100%;
}
.bg_gbl {
	padding: 0;
	background-image:url(../images/bg_gbl.png);
	background-repeat:repeat-x;
	height: 52px;
	width:100%;
}
#gbl {
	padding: 0;
	height: 52px;
}
#gbl ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#gbl li {
	padding: 0;
	display: table-cell;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	border-left:1px #fff solid;
}
#gbl li a {
	display: table;
	padding-top: 15px;
	width: 100%;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
	height: 52px;
}

#gbl ul li a:hover, #gbl ul .current a {
	background-color: #FAB614;
}

#gbl ul .last{
	border-right:1px #fff solid;
}



@media screen and (max-width:768px) {
#gbl li a {
}
}



/*-------------------------------
	スマホ用ドロワーメニュー
----------------------------------*/
@media screen and (min-width:640px) {
#drawernav{
	display:none;
}
}
@media screen and (max-width:640px) {
#sub_img,
#com,
#pol{
	padding-top: 50px;
}
#dm {
	padding-top: 50px;
	position: relative;
	z-index: 2;
	left: 0;
	background: #fff;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav {
	position: fixed;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background: #333;
	color: #fff;
	z-index: 1;
	padding-top: 40px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav ul {
	list-style: none;
	padding: 0;
}
#drawernav ul li {
}
#drawernav ul li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
#drawernav ul li a:hover {
	color: #ddd;
	background: #222;
}
#drawernav h4 {
	padding: 0 15px;
}
#humberger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
	width: 45px;
	padding: 17px 10px 10px;
	cursor: pointer;
}
.icon-bar {
	height: 2px;
	background: #333;
	display: block;
	margin-bottom: 6px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.fixed-content {
	right: inherit;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#overlay {
	z-index: -1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.navbar-brand {
	padding: 10px 0 10px 0;
}
.navbar-brand img {
	height: 30px;
	width: auto;
}
}

/**
		* ドロワー開放時のスタイル
		**/
@media(max-width: 991px) {
body.drawer-opened #dm {
	left: -240px;
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}
body.drawer-opened .fixed-content {
	left: -240px;
}
body.drawer-opened #drawernav {
	right: 0;
}
body.drawer-opened #humberger .icon-bar {
	background: #fff;
}
body.drawer-opened #humberger :nth-child(1) {
	transform: translate(0, 8px) rotate(45deg);
	-webkit-transform: translate(0, 8px) rotate(45deg);
}
body.drawer-opened #humberger :nth-child(2) {
	transform: translate(-20px, 0);
	-webkit-transform: translate(-20px, 0);
	opacity: 0;
}
body.drawer-opened #humberger :nth-child(3) {
	transform: translate(0, -8px) rotate(-45deg);
	-webkit-transform: translate(0, -8px) rotate(-45deg);
}
body.drawer-opened #overlay {
	z-index: 3;
	opacity: 0.3;
	left: -240px;
}
}

/*===================================================
	TOP部分
===================================================*/
.main_img{
	margin:0 auto 0 auto;
	max-width:950px;
}
@media screen and (max-width:640px) {
.main_img{
	padding-top: 25px;
}
}
.main_img img{
	max-width: 100%;
	height: auto;
}


/*===================================================
	footer
===================================================*/
.bt_top {
	margin-bottom:40px;
	text-align:center;
}
footer {
	padding: 0!important;
}
footer .footer_wrap {
	padding: 20px 10px 8px;
	background-color: #666;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
footer .footer_box .f_logo {
	color: #ffffff;
	text-align: left;
	font-size: 16px;
}
footer .footer_box p {
	color: #ffffff;
	text-align: left;
	margin-bottom: 3px;
	font-size: 12px;
}
footer .footer_box .f_copy {
	color: #ffffff;
	text-align: right;
	margin-bottom: 0px;
	font-size: 10px;
}

/*===================================================
	プロフィール
===================================================*/

/* テーブル */
.table {
	border-bottom: 1px solid #ddd!important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 15px;
}

/*===================================================
	業務内容
===================================================*/
#panel {
max-width:590px;
}
#panel > dt {
	border: solid 1px #999;
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 20px;
  font-weight: bold;
}
#panel > dd {
  margin: 0 0 20px 0;
  padding: 20px;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}
#panel > dt:hover {
	background-color: #fff;
}
.service_box ul{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	margin-top: 10px;
	
}
.panel-title {
	position:relative;
	padding-left:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/faq_close.png);
	background-repeat: no-repeat;
	background-position: 98%;
}
.panel-title:before {
	content: "■";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color:#51B4E9;
}
.service_box ul li{
	position:relative;
	text-align:left;
	padding-left:20px;
	
}
.service_box ul li:before {
	content: "●";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color:#FAB614;
}
@media screen and (max-width:640px) {
.service_box{
	padding:0;
	
}
}
/*===================================================
	お問い合わせ
===================================================*/
table.contact {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
table.contact td, table.contact th {
	padding: 15px;
}
table.contact td {
	width: 70%;
}
table.contact th {
	width: 30%;
	font-weight: normal;
	text-align: right;
}
table.contact th img {
	vertical-align: middle;
	margin: 0;
}
/* テキストエリアの設定 */
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea, select {
	border: 1px solid #999;
}
.wll {
	width: 100%;
}
.wl {
	width: 80%;
}
.wm {
	width: 50%;
}
.ws {
	width: 20%;
}
.wss {
	width: 10%;
}

@media screen and (max-width:640px) {
.contact {
	max-width: 100%;
	border: none!important;
}
.contact tbody tr {
	width: 100%;
	display: block;
	list-style: none;
}
.contact tbody th, .contact tbody td {
	width: 100%;
	display: list-item;
	padding: 5px;
	border: none!important;
}
table.contact th {
	text-align: left;
}
/* テキストエリアの設定 */
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea, select {
	width: 90%;
	padding: 10px 0px 0px 0px;
	margin: 10px 0;
	border: 1px solid #999;
}
.wll {
	width: 90%;
}
.wl {
	width: 80%;
}
.wm {
	width: 80%;
}
.ws {
	width: 50%;
}
.wss {
	width: 20%;
}
}