@charset "euc-jp";


body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; margin:0; padding:0;}
ul, li { margin:0; padding:0; list-style:none;}
img { vertical-align:middle;}

.clearfix:after, .cfx:after {
    content:" ";
    display:block;
    clear:both;
}

.wrapper   { width:100%;}
.container { width:1000px; margin:0 auto;}
.contents  { float:left; width:680px;}


.mainimg {
	background-color: #FFF;
	width: 1000px;
	margin: 0px 0px 10px;
}



.faq-maintitle {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    margin:0 0 15px;
    padding: 10px;
    background: #EFEFEF;
    border-top: 3px solid #91C152;
}


.faq-read {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

.faq-list    {
	background: #EFEFEF;
	padding: 5px 15px;
}
.faq-list li {
	margin: 10px 0px;
	padding: 15px;
	border: 1px solid #CCC;
	background: #FFF;
}

.faq-cat-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin: 0px;
}
.faq-cat-answer {
	font-size: 17px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0px;
}

.faq-cat-answer:before {
	content: "Q";
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #7EC42A;
	margin-right: 5px;
}
.faq-nav         { margin-top:15px;}
.faq-nav a       {
	display: inline-block;
	width: 48%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	border: 1px solid #CCC;
	float: left;
	margin: 0px 1%;
	position:relative;
}

.faq-nav .prev a:after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #91C152;
	border-right: 2px solid #91C152;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.faq-nav .next a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #91C152;
	border-right: 2px solid #91C152;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.cat-nav   {
	margin: 20px 0px 0px;
}

.cat-title {
	border-bottom: 2px solid #666;
	margin: 0px 0px 10px;
}

.cat-nav li{
	font-size: 15px;
	line-height: 1.5;
	border-bottom: 1px dotted #CCC;
	padding: 5px 0px;
}

.cat-nav li:before { content:"●"; color: #009900;}

.cat-nav a{
	color: #009900;
}


.form-area { margin-top:60px;}
.form-title {
	font-size: 24px;
	font-weight: bold;
	color: #F30;
}
.form-area-innner {
	border: 5px solid #F30;
	padding: 15px;
	background: #FFFFDD;
}

.form-area dl, .form-area dt, .form-area dd { margin:0; padding:0;}
.form-area dl {}
.form-area dt {
	font-weight: bold;
	width: 9em;
	float: left;
	text-align: right;
	margin: 5px 0px;
	padding-right: 10px;
}
.form-area dd {
	margin: 5px 0px 10px;
	border-bottom: 1px dotted #F30;
	padding: 0px 0px 10px;
}

.form-area select             {
	padding: 5px;
	font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-area input[type="text"] {
	font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.form-area .caption {
	font-size: 13px;
	margin: 0px 0px 0px 10px;
}


.form-button {
	margin: 0px auto;
	width: 386px;
}

.form-button{
    width: 386px;
    display: block;
    margin: 0 auto;
    height: 70px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background: #F15E68;
    position: relative;
    border: 1px solid #E00923;
	cursor: pointer;
    font-family: "????",Meiryo,"?? ?????","MS PGothic","Hiragino Kaku Gothic Pro","?????? Pro W3",Osaka,sans-serif;
}
.form-button:hover{
	opacity: 0.8;
}
.form-button > span{
    background-color: #C30017;
    width: 50px;
    height: 100%;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 100%;
    float: left;
    border-radius: 4px 0 0 4px;
    white-space: pre;
}

.faq-body     {
	padding: 30px;
	border: 10px solid #EFEFEF;
}

.faq-question {
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
 
 .faq-question:before {
	content: "Q";
	color: #7EC42A;
	font: 900 28px Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
.faq-anser    {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}


/**********************************/
/* フレックスボックス */
/**********************************/
.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wrap {
  -js-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-between {
  -js-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-start {
  -js-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

.row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}


/**********************************/
/* ロゴ周り */
/**********************************/
.header {
	width: 100%;
	min-width: 1000px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}


/**********************************/
/* パンくず */
/**********************************/
.topicpath { font-size:12px; margin:0 0 5px 0; background:#FFF; color:#333; padding:6px;}
.topicpath a { color:#333;}


/**********************************/
/* ローカルナビ */
/**********************************/
.nav    {
	background: #7DC32D;
	width:100%; min-width:1000px;
}
.nav li      { float:left; width:25%;}
.nav a       { text-decoration:none; color:#FFF; display:block; text-align:center; font-weight:bold; padding:15px;}
.nav a:hover, .nav .active {
	background: #1A6600
}


/**********************************/
/* 右カラム */
/**********************************/
#sidebar {
	float: right;
	width: 300px;
}
.side-menu a  { display:block; text-decoration:none; color:#333;}
.side-menu h3 a  { background:#EFEFEF; padding:10px;}
.side-menu h3 a:hover { background:#CCC; }
.side-menu li { font-size:13px; margin-bottom:1px;}
.side-menu h3 { font-weight:normal; margin:0;}
.side-menu li > a { font-size:15px; margin: 5px 0; display: block; border-bottom: dotted 1px #CCC; text-indent: 1em;}
.side-menu li:last-child > a { border-bottom: none;}

.tel { margin:0px 0 10px;}

/**********************************/
/* 文字要素　見出し等 */
/**********************************/
#contents {
    font-size: 16px;
    line-height: 1.8;
}
.midashi {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	padding: 10px;
	background: #EFEFEF;

	border-top: 3px solid #91C152;
}


.midashi-top { margin: 0 0 10px 0;}

.side-h2 { background:#91C152; color:#FFF; font-size:16px; line-height: 1; font-weight:bold; margin: 0; padding: 10px; border:none;}

h1.h1 {
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    line-height: 20px;
    padding: 10px;
    background-color: #333;
    margin: 0;
}

h2.h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	padding: 10px;
	background: #EFEFEF;
	line-height: 1;
	border-top: 3px solid #91C152;
	position:relative;
}

.company-detail p { font-size: 15px; line-height: 170%; }
 .cap { font-size: 12px; text-align: right; margin-bottom: 20px; }
 
#sidebar { float: right; width: 300px; }
#sidebar > h2.midashi { background: #000; font-weight: bold; color: #FFF; padding: 5px 5px 5px 10px; height: 30px; font-size: 16px; line-height: 30px; margin: 10px 0px 0px; }
#sidebar > h2.midashi:first-child { margin-top: 0;}
#sidebar > .cap { font-size: 11px }
#sidebar .more { text-align: right; margin: 10px 0px 0px; }


/*********************************/
/* グローバルナビ */
/*********************************/
#masterNavi {
	width: 100%;
	margin: 0;
	padding: 5px 0 8px 0;
	list-style: none;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 1px 1px #9c9c9c;
	height:20px;
	text-align:left;
	z-index:1;
	background-color: #FFFFFF;
	background-image: url(/img/bb_header/gmanu_bg.jpg);
	border-top: solid 1px #999;
	border-bottom: solid 3px #000;
}

#menu{
	width: 1000px;
	margin:0 auto;
	text-align:center;
}
 
#menu li {
	float: left;
	font-weight: bold;
	position: relative;
	text-align:center;
	padding: 5px 0 10px 10px;
	margin:0 15px 0;
}

#menu li:first-child {
	margin-left: 0px;
}

#menu li span.stay a{
	color:#FFF;
	background-color: #CCC;
	display: block;
	padding-top: 10px 10px 3px -10px;
	margin-top: -10px;
	background-image: url(/img/bb_header/gmanu_bg_stay.jpg);
}
 
#menu a {
	float: left;
	height:20px;
	color: #000;
	text-transform: uppercase;
	font-size:12px;
	text-decoration: none;
	padding-top: 0;
}
 
#menu li:hover > a {
	color:#C00;
}

#menu li:hover > ul {
    display: block;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 99999;
	background: -moz-linear-gradient(top, #444, #111);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
	background-color: #444;
	background-repeat: repeat-x;
}

#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #777;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #777;
	box-shadow: 0 1px 0 #111, 0 2px 0 #777;
	text-align:left;
	font-weight: normal;
	color: #333;
	width:200px;
}
#menu li ul li.indent {
	text-indent: 1em;
}

#menu li ul a {
	color: #FFF !important;
}

#menu ul a {
    padding: 10px;
    height: auto;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background: #0186ba;
	color:#FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#04acec', endColorstr='#0186ba'); /* IE */	
}

#menu ul li .stay {
	background: #0186ba;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#04acec', endColorstr='#0186ba'); /* IE */	
	display: block;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	white-space: nowrap;
}

#menu ul li:first-child a {
    -moz-border-radius: 5px 5px 0 0;
    /*border-radius: 5px 5px 0 0;*/
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}


 
/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*********************************/
/* フッター */
/*********************************/
footer {
	display: block;
	width: 100%;
	background: #EFEFEF;
	margin: 40px auto 0px;
	border-top: solid 10px #DDD;
}

footer a { color:#333;}
footer .footer-inner {
  padding: 20px 0 50px;
  width: 1000px;
  margin: 0 auto;
}
footer .footer-inner div {
  width: 13%;
}
footer .footer-inner .h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 0;
}
footer .footer-inner ul {
  margin: 0 0 1em 0;
}
footer .footer-inner li {
  font-size: 11px;
}
footer .copyright {
  background: #555;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  padding: 30px 0;
}
footer .logo {
  text-align: center;
  padding: 20px 0;
  background: #FFF;
}
footer .logo img:hover {
  animation: shake 0.2s linear infinite;
  -webkit-animation: shake 0.2s linear infinite;
}
