@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 14px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background: url(images/bg.png) repeat-x top;
}

body#toppage {
background: url(images/bg_top.png) repeat-x top;
}

a{color:#4c91d6;text-decoration:none;}
a{color:#3B70A5;text-decoration:none;}
a:hover{color:#9e9e9e;}

a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
height: 80px;
}

#header h1 {
color: #fff;
padding: 3px 0 5px;
font-size: 8px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
nav#mainNav{
  /*  スマホメニュー */
  display:  none;
}
ul#topnav{
margin: 15px 0;
width: 910px;
height: 31px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-130px 0;}
ul#topnav a#menu{background-position:-260px 0;}
ul#topnav a#faq{background-position:-390px 0;}
ul#topnav a#map{background-position:-520px 0;}
ul#topnav a#blog{background-position:-650px 0;}
ul#topnav a#link{background-position:-780px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-260px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-390px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-520px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-650px -46px;}
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-780px -46px;}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 5px 0 25px 0;
display: inline;
}

#main h2{
margin-top:20px;
margin-bottom: 10px;
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 16px;
font-weight: normal;
color: #333;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 16px;
font-weight: bold;
line-height: 30px;
margin-left: 15px;
margin-top: 10px;
margin-bottom:10px;
letter-spacing: 0.2em;
color: #004080;
border-bottom: 1px solid #ccc;
}

#main p {
padding: 5px 15px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#4c91d6;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #fff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#4c91d6;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #main ol, #footer ul{margin-left: 14px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0;
font-size:13px;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 23px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #333;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-bottom: 20px;
padding: 10px 0 0 10px;
border: solid #ccc 1px;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dotted #ccc;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}

#sideNoList li a{
    background:none;
}





/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #eee;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}



.logo{
    float:left;
    width:300px;
    padding-top:16px;
}

.headerSiten{
    float:left;
    font-size:12px;
    margin-top:4px;
}
.siten{
    width:60px;
    text-align:right;
    padding-right:6px;
}
.tel{
    width:110px;
}
.headerTodoke{
    float:right;
    text-align:right;
    font-size:10px;
    margin-top:4px;
}

.sideBlock{
    width:243px;
    border:1px solid #CCCCCC;
    border-top:none;
    padding:10px;
}
.sideSitenTitle{
    font-weight:bold;
    font-size:15px;
    margin-bottom:3px;
}
.sideSitenImg{
    float:left; width:80px;
}
.sideSitenAddress{
    float:right;
    width:154px;
}

.sideSitenBorder{
    border-top:1px dotted #CCCCCC;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
}

.tigaiTitle{
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding:10px 4px;
    background: url(images/tigai_bg.png) no-repeat;
    height:20px;
    width:278px;
}
.tigaiText{
    padding:4px;
    margin-bottom:10px;
    border:1px solid #93BDE7;
    border-top:none;
}
.tigaiBlock{
    float:left;
    width:278px;
}

.teian7 li {
    background: url(images/checkbox.gif) no-repeat;
    padding-left: 36px;
    list-style: none;
    font-size: 16px;
    line-height: 150%;
    margin: 0px 2px 5px 10px;
}

.divBlock{
    padding:5px 15px;
}

.clear{
    clear:both;
    height:0;
}

.basicTable{
    border-collapse: collapse;
    border-spacing: 0;
    margin:auto;
    margin-top:12px;
    width:100%;
    font-size:14px;

}
.basicTable th{
    border: 1px solid #CCCCCC;
    background-color:#F7F7F7;
    padding:3px;
    padding-left:8px;
    font-weight:500;

}

.basicTable td{
    border: 1px solid #CCCCCC;
    padding:3px 6px;
    padding-left:8px;
    font-weight:500;
}
.bold{
    font-weight:bold;
}
.red{
    color:#FF0000;
}
.tac{
    text-align:center;
}
.mr10{
    margin-right:10px;
}
.mr20{
    margin-right:20px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mb20{
    margin-bottom:20px;
}

#pageTitle{
/*    background:#F6F6F6;
    border-bottom:7px solid #4C91D6;
    padding:.8em .9em .3em;
    margin-bottom:20px;*/
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
    margin:20px 0 30px 0;
    padding:12px 10px;
    color:#FFF;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-shadow:1px 1px 2px #333;
    -webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
}

h4 {
font-size: 16px;
margin: 20px 10px 5px;
color: #004080;
border-left: 5px solid #004080;
padding: 1px 3px 1px 7px;
line-height: 140%;
letter-spacing: 1px;
}

h5{
    font-size:16px;
    font-weight:bold;
}

.wpcf7-submit{
    font-size:16px;
    text-align:center;
    padding:10px;
}


.blogArchives li{
	float:left;
	font-size:12px;
	list-style-type: none;
	padding-right:10px;
}

div.blogArchives{
	margin-top:20px;
}

.blogJirei{
    font-size:16px;
}

#main ul.blog{
	margin-left:0;
}

.prev{
    float:left;
}
.next{
    float:right;
}
.pagenav:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* Androidバグ対策 */
/*
.androidWidthFix{
    background-color:rgba(255,255,255,.01);
}
.androidWidthFix *{
    background-color:rgba(255,255,255,.01);
}
.androidWidthFix li{
    background-color:rgba(255,255,255,.01);
}
p{
	background-color:rgba(255,255,255,.01);
}

.blogJirei li{
	background-color:rgba(255,255,255,.01);
}

.basicTable td{
    background-color:#FFFFFF;
}

#faq dd, h3,h4, #faq{
    background-color:rgba(255,255,255,.01);
}
*/

#faq dd, h3,h4, #faq{
    background-color:rgba(255,255,255,.01);
}

p{
	background-color:rgba(255,255,255,.01);
}

.basicTable td{
    background-color:rgba(255,255,255,.01);
}

.single *{
    background-color:rgba(255,255,255,.01);
}

.blogJirei li{
    background-color:rgba(255,255,255,.01);
}

.androidWidthFix td{
    background-color:#FFFFFF;
}

#main br{
line-height:16px;
}

#jireiTable{
	width:100%;
border-collapse: separate;border-spacing: 0;
border:1px solid #CCCCCC;
}

#jireiTable td{
	width:10%;
	text-align:center;
        border:1px solid #CCCCCC;
border-collapse: separate;border-spacing: 0;
padding:4px;

}


div.h2style{
margin-bottom: 10px;
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 16px;
font-weight: normal;
color: #333;
background: url(images/heading.png) no-repeat;
}

div.h3style{
font-size: 16px;
font-weight: bold;
line-height: 30px;
margin-left: 15px;
margin-top: 24px;
margin-bottom: 8px;
letter-spacing: 0.2em;
color: #004080;
border-bottom: 1px solid #ccc;
}

.footerInner{
    width:910px; margin-right:auto; margin-left:auto;
}


div.indexTopBanner{
  margin:10px 0;
}
div.indexTopBanner img {
  display: block;
  float: left;
  padding-right: 5px;
  margin-bottom: 0px;
}
div.indexTopBanner.cp:after{
display:table;
clear:both;
content:"";
}

section.banners {
  margin-top:20px;
  line-height: 50%;
}
div.indexAnsinList{
    margin:20px 0;
}
div.indexAnsinList ul{
  margin:0;
}
div.indexAnsinList li{
  margin:0;
  list-style:none;
}
div.indexAnsinList img{
  display: block;
  float:left;
  width:200px;
}
div.indexAnsinList .text{
  display: block;
  float:right;
  width:40px;
  font-size:14px;
  width:380px;
}
div.indexAnsinList li:after{
  clear:both;
  display: table;
  content: "";
  margin-bottom:10px;
}
div.indexAnsinList .text span.title{
  font-size:16px;
  font-weight:bold;
}
div.indexBannerList a{
  background:none;
}

div.indexBannerList img{
  display:  block;
  float:left;
  padding-right:8px;
  margin-bottom:8px;
}
div.indexBannerList img.last, div.indexTopBanner img.last{
  padding: 0;
}

div.indexBannerList:after{
  clear:both;
  content:  "";
  display:  table;
}

.indexRiyuu img{
  width:196px;
}
.bold{
  font-weight:bold;
}
.red{
  color:#FF0000;
}
.clear {
  clear: both;
  line-height: 0;
}
.clearB:before{
  display: table;
  clear:both;
  content: "";
}

.halfFloatR{
  float:right;
  width:49%;
}
.halfFloatL{
  float:left;
  width:49%;
}

/* BTN*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
  background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
  background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #FF0000;
  text-decoration: none;
}
div.tokutyouBtnGroup .btn{
  margin:10px 0 10px 0;
}
div.btn a{
    color:#FFFFFF;
}
div.btn a:hover{
  color:#FF0000;
}
div.tyousaBtnGroup .btn{
  padding:10px 0;
  margin-bottom:10px;
}
.btnMaxWith{
  width:100%;
  padding-left:0;
  padding-right:0;
  margin-bottom:20px;
}
.btnCol3{
  width:196px;
}
.btnCol2{
  width:297px;
}

a:hover img{
  opacity:0.5;
}

.strongPrice {
  color: #00588F;
  font-weight: bold;
}


/* GPS */
#gps img.title{
  display:  block;
  width:100%;
  margin-top:32px;
  margin-bottom:8px;
}
#gps img.subImg{
  padding-right:16px;
}
#gps p.subTitle{
  font-size:16px;
  font-weight:bold;
  color:#FF9226;
  padding-bottom:0;
  margin-bottom:4px;
}
#gps .pointImg{
  padding-bottom:8px;
}
table.gpsPriceTable th{
  text-align:center;
}
.gpsPriceTable td{
  text-align:center;
}
.gpsPriceTable td.price{
  text-align:right;
}

.supportMsg{
  margin-bottom: 20px;
  padding: 5px 5px;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: #2f7fba;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  text-align: center;
}

.widget_text img.banner{
  max-width:100%;
}

.spHide{
  display: block;
}
.pcHide{
  display:none;
}

.linkBtn {
    background: -ms-linear-gradient(top, #0099CC, #006699);
    background: -moz-linear-gradient(top,#0099CC 0%,#006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    border: 2px solid #FFF;
    color: #FFF;
    font-size:18px;
    text-align:center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 100%;
    padding: 20px 0;
}

.footerMenuArea{
  width:910px; margin-right:auto; margin-left:auto;
  }

.slideHide{
  display: none;
}

.blogTitle1{
    font-weight:bold;
    font-size:16px;
    padding:30px 230px 30px 10px;
    background: url(images/page_title_custom1.jpg) no-repeat;
    width:378px;
    height:60px;
    margin-top:20px;
}
div.linePC{
  text-align:center;
  margin-bottom:16px;
}
div.lineSP{
  display: none;
}
@media only screen and (max-width:959px){
  div.linePC{
    display: none;
  }
  div.lineSP{
    display: block;
    text-align:center;
    margin-bottom:16px;
    width:100%;
  }
}

/* index 8つの案内 */
div.top8AnnnaiArea a:hover{
    color:#3B70A5;
}
div.top8AnnnaiBlock{
    width:92%;
    margin:auto;
    border:1px solid #056cc6;
    padding:8px 16px;
    margin-bottom:16px;
    font-size:16px;
    border-radius: 8px;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}
div.top8AnnnaiBlock:hover{
    background:#d7ecff;
}

div.top8AnnnaiBlock div.iconBlock{
    width:4%;
    margin-right:1%;
}
div.top8AnnnaiBlock div.circle{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #056cc6;
    text-align: center;
}
div.top8AnnnaiBlock div.circle span.no {
    display: inline-block;
    position: relative;
    top:53%;
    transform: translateY(-50%);
    font-size:24px;
    font-weight:900;
    color:#FFF;
  }
  div.top8AnnnaiBlock div.icon{
      text-align:right;
      /* width:32px; */
      width:10%;
      padding:4px 0;
  }

  div.top8AnnnaiBlock div.title{
    width:80%;
    padding:8px 0;
  }

  @media only screen and (max-width:550px){
    div.top8AnnnaiBlock{
        width:92%;
        font-size:15px;
        padding:8px;
    }
    div.top8AnnnaiBlock div.circle{
        width: 24px;
        height: 24px;
    }
    div.top8AnnnaiBlock{
        flex-wrap:wrap;
    }
    div.top8AnnnaiBlock div.title{
        width:76%;
    }
    div.top8AnnnaiBlock div.iconBlock{
        width:10%;
        padding:8px 0;
    }
    div.top8AnnnaiBlock div.circle span.no {
        top:55%;
    }
  }