﻿@charset "utf-8";

@import 'reset.css';
@import 'lib.css';


html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

strong{
 font-weight:normal;
}
/*span {color:#ff8695;font-weight:bold;} */

ul, ol {
 list-style: none;
}

img {
 max-width :100%;
 height:auto;
 vertical-align:bottom;
}

a {margin:0px;}

h1{margin:0px; text-decoration:none;}
h2{margin:0px;}
h3{margin:0px;padding:0 0 10px 0; font-size:13pt;text-align:center;line-height:1.2em;}


body {
 background-repeat:repeat;
 font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
 font-size: 14px;
 line-height: 1.6;
 color:#666666;
}

a:hover { color:#ff9900; }

.text-left{text-align:left;}

.f125{ font-size:125%; }
.comment{ font-size:80%;}
.bold { font-weight:bold; }
.accent {color:#ff3300;font-weight:bold;} 
.brown { color:#663300; }
.red { color:#ff0000; }
.og { margin-bottom:0; padding-bottom:0; color:#ff6600; font-size:150%;}
.komemark { color:#ff0000; }
.text-center { text-align:center; }
.text-right{text-align:right;}

.sp-none{ display:none; }

.imgCenter{
 display:block;
 margin-left:auto;
 margin-right:auto;
}
.img-center{
 display:block;
 margin-left:auto;
 margin-right:auto;
}
.img-resize {
  max-width: 100%;
  width:92%;
  height: auto;
}

.link{ padding:0 0 0 20px; font-size:90%; background:url(../images/arrow_link.png) 0 4px no-repeat; }
.link a{ color:#333; text-decoration:none; }
.link a:hover{ color:#663300; text-decoration:underline;  }

h2.page-title {
  font-weight: normal;
  font-size: 22pt;
  padding: 10pt 0 10pt 0;
  text-align: center;
  position: relative;
  top: -15px;
}


h2.title{ clear:both; margin:20px 0 30px 0; padding:0 0 15px 0; font-size:170%; font-weight:normal;
 font-family: 'Noto Sans Japanese', "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif; text-align:left; border-bottom:3px double #40a2e1;
}

h3.title{ clear:both; margin:40px 0 15px 0; padding:0 0 0 24px; font-size:130%; font-weight:normal; font-family: 'Noto Sans Japanese', "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif; text-align:left; border:none;background:url(../images/h3_bg.jpg) 0 2px no-repeat; }



.sub-title{
 margin-bottom:15px;
 padding-bottom:5px;
 font-size:110%;
/* color:#85725e; */
 color:#ff6074;
 text-align:center;
 border-bottom:1px dotted #85725e;
}

div#breadcramb-list {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

div#breadcramb-list p {
  width: 90%;
  margin: 0px auto;
  padding: 0px 0 14px;
  font-size: 9pt;
}

div#content {
  padding-top: 30pt;
  padding-bottom: 20pt;
}

/*div.content-width-wrapper {
 margin: 0px 5%;
}
*/

/*h3.title{
  margin-top:15px;
  margin-bottom:20px;
  padding:8px 0 1px 0;
  font-size:160%;
  text-align:left;
  font-weight:normal;
  color:#333;
  border-bottom:3px double #00a0e8;
}
*/


/* ============================================================== */
/*pankuzu list*/
/* ============================================================== */

#topic-path-box{
 clear:both;
 width:100%;
 height:26px;
 margin:0 auto;
 padding:0;
 background:url(../images/topic_bg.jpg) repeat-x;
}

ul#topic-path{
 max-width:980px;
 margin:0 auto;
 padding:3px 0 0 10px;
 text-align:left;
}

ul#topic-path li {
 margin:0;
 padding:0;
 display:inline;
 line-height:110%;
 list-style-type:none;
 font-size:11px;
}
ul#topic-path li a {
 margin:0;
 padding:0;
 padding-right:15px;
 color:#fe8d01;
 text-decoration:none;
 background:url(../images/icon_gt.png) no-repeat;
 background-position:100% 40%;
}

/* ============================================================== */
/*header*/
/* ============================================================== */

header {
  margin:0;
  padding:0;
}
header:after {
 content: '';
 display: block;
 clear: both;
}
header .head-txt {
 display:none;
}
/*
header div {
  width: 100%;
  margin: 0px auto;
  position: relative;
}
*/
header #logo {
 padding-top:10px;
 margin-left:10px;
 margin-bottom:13px;
 width:188px;
 height:auto;
}
header ul#header-tel {
 display:none;
}

/* ============================================================== */
/*navi*/
/* ============================================================== */

.gnavi {
 display:none;
}

.spnaviOpen {
 display:block;
 position:absolute;
 top:0px;
 right:0px;
 width:45px;
 height:45px;
 background: url(../images/btn_spmenu_bg.jpg) center top no-repeat;
 background-size: 45px 45px;
 text-indent:-9999px;
}
.spnavi ul.drop-menu {
 display:none;
 position:absolute;
 top:45px;
 left:0px;
 width:100%;
 z-index:1000;
}
.spnavi ul.drop-menu li {
 max-width:100%;
}
.spnavi ul.drop-menu li a{
 display: block;
 /*width:100%; */
 height:45px;
 background: url(../images/bg_gnavi01.gif) left top no-repeat;
 background-size: 100% 45px;
 text-align:left;
 text-decoration:none;
 color:#333;
}
.spnavi ul.drop-menu li span{
 display: block;
 padding:12px 15px 20px 15px;
 font-size:13px;
 font-weight:bold;
}
.spnavi ul.drop-menu li a:hover{
 color:#006699; 
 text-decoration:none;
}
.spnavi ul.drop-menu li.navi09 a{
 background-image: url(../images/bg_gnavi02.gif);
}

/* ============================================================== */
/*home*/
/* ============================================================== */

.main-contents {
 display:none;
}
.main-image {
 display:none;
}
.main-contents02 {
 display:none;
}
.main-image02 {
 display:none;
}

.main-contents-sp {
 display:block;
 margin: 0 auto;
 max-width:100%;
 overflow:hidden;
 text-align:center;
}

.main-image-sp {
 display:block;
}

.main-contents-sp02 {
 display:block;
 max-width:1000px;
 margin: 0 auto;
 width:100%;
 overflow:hidden;
 text-align:center;
}

.main-image-sp02 {
 display:block;
 width:110%;
 height:auto;
 margin:0 auto;
 padding:0;
 position: relative;
 right:5%;
 overflow:hidden;
 text-align:center;
}

#pictMainBox02{display:none;}

#pictMainBox02_sp{
 width:100%;
 margin:0 auto;
 padding:0;
}

#main{
 width:100%;
 margin:0 auto;
}

#main p{
 text-align:left;
}

.box01 {
  margin-bottom: 20pt;
}
.box02 {
  margin-bottom: 30pt;
  padding-bottom: 20pt;
  background-color: #f8f6eb;
}
.box03 {
  margin-bottom: 30pt;
  padding-top: 20pt;
  padding-bottom: 30pt;
 background-color: #fef7de;
}

.home-wrap {
 
}
.home-box {
 width:100%;
 margin:0 auto;
 padding:20px 0 20px 0;
 text-align:center;
 background:#f3f3f3;
}
.home-box:after {
 content: '';
 display: block;
 clear: both;
}
.home-box-in{
 max-width:94%;
 margin:0 auto;
}
.home-box p{
 padding-bottom:15px;
 text-align:left;
}
.home-left {
 /*margin:0;
 text-align:left;
 */
 display:none;
}
.home-right {
 margin-top:20px;
}

.home-box02 {
 width:100%;
 margin:0 auto;
 padding:0 0 20px 0;
 text-align:center;
}
.home-box:after {
 content: '';
 display: block;
 clear: both;
}
.home-box-in{
 width:92%;
}
.home-box p{
 padding-bottom:15px;
 text-align:left;
}
.home-left02 {
 margin-top:0;
 padding-top:0;
}
.home-right02 {
 display:none;
}

.home-box03 {
 width:100%;
 margin:0 auto;
 padding:20px 0 20px 0;
 text-align:center;
 background:#d3f2fc;
}
.home-box03:after {
 content: '';
 display: block;
 clear: both;
}
.home-box03 p{
 padding-bottom:15px;
 text-align:left;
}
.home-left03 {
 /*margin:0;
 text-align:left;
 */
 display:none;
}
.home-right03 {
 margin-top:20px;
}

#index-box{
 width:92%;
 margin:0 auto;
 padding:0;
 padding-bottom:15px;
}
#index-box:after{
 content: '';
 display: block;
 clear: both;
}
#index-box li{
 height:auto;
 margin:0 auto;
 padding:0;
 padding-bottom:20px;
 text-align:center;
}




#news-title{
 padding:3px 0 15px 0;
 font-size:15pt;
 background:url(../images/title_news_bg.jpg) 0 0 no-repeat;
 text-align:center;
}

section#index-news {
 background-color: #fff;
  padding-top: 10pt;
  margin-bottom: 10pt;
  padding-bottom: 10pt;
}

section#index-news div {
 margin: 0px auto;
 -webkit-box-sizing: border-box; /* Webkit系用 */
 -moz-box-sizing: border-box;     /* Firefox用 */
 box-sizing: border-box; 
}

section#index-news div.wn-item {
  width: 94%;
  padding: 10px 0 10px 0;
  position: relative;
  border-bottom: 1px dashed #ccc;
  font-size: 10pt;
  text-align:left;
}



/* ============================================================== */
/*footer */
/* ============================================================== */

footer {
 clear:both;
 width:100%;
 margin:30px 0 0 0;
 padding:0;
 background:#f5f8fa;
}

#foot{
 max-width:96%;
 margin:0 auto;
 padding-top:30px;
 padding-bottom:25px;
}

#bottom-navi-box{ display:none; }

#foot-navi {
 display:none;
}
footer .bottom-name {
 font-size:130%;
}
.copyright {
 font-size:70%;
 text-align:center;
}


/* ============================================================== */
/* 下層コンテンツ */
/* ============================================================== */

.box {
 width:92%;
 margin:0 auto;
 padding:30px 0px 30px 0px;
 text-align:center;
}
.box:after {
 content: '';
 display: block;
 clear: both;
}

.box00 {
 width:92%;
 margin:0 auto;
 padding:30px 0px 30px 0px;
 text-align:center;
}
.box00:after {
 content: '';
 display: block;
 clear: both;
}
.home-box02 {
 width:92%;
 margin:0 auto;
 padding:30px 0px 30px 0px;
 text-align:center;
}
.home-box02:after {
 content: '';
 display: block;
 clear: both;
}
.home-box02 p{
 padding-bottom:15px;
 text-align:left;
}

.box03-wrap {
 width:92%;
 margin:0 auto;
 padding:30px 0px 30px 0px;
 text-align:center;
}
.box03-wrap:after {
 content: '';
 display: block;
 clear: both;
}
.box03-wrap li{
 width:100%;
 margin:0 auto;
 padding:20px 0px 20px 0px;
 text-align:center;
}

.float-box {
 width:92%;
 margin:0 auto;
 padding:0px 0px 30px 0px;
 text-align:left;
}
.float-box:after {
 content: '';
 display: block;
 clear: both;
}
.float-left {
 margin:0;
 text-align:left;
}
.float-right {
 margin-top:20px;
 margin-bottom:20px;
}
.float-box p{
 padding-bottom:15px;
 text-align:left;
}
.float-box img{
 margin:0 auto !important;
 margin-left:auto !important;
 margin-right:auto !important;
 margin-bottom:15px;
 text-align:center;
}

.sp-center{ display:block; margin-left:auto; margin-right:auto; text-align:center;}



.list-red{
 width:100%;
 margin: 0 auto;
 text-align:left;
}
.list-red li{
 padding-left:28px;
 padding-bottom:10px;
 background:url(../images/check_red.jpg) 0 2px no-repeat;
}

ul.box4-02{ width:96%; margin:0 auto; margin-top:10px;}
ul.box4-02 li{ margin-bottom:40px; }

ul.box4{ width:96%; margin:0 auto; margin-top:10px;}
ul.box4 li{ margin-bottom:40px; }

ul.box3{ width:96%; margin:0 auto; margin-top:10px;}
ul.box3 li{ margin-bottom:20px; }

ul.box2{ width:96%; margin:0 auto; margin-top:10px;}
ul.box2 li{ margin-bottom:10px; }

ul.box2-home{ width:96%; margin:0 auto; margin-top:10px;}
ul.box2-home li{ margin-bottom:10px; }

/* ============================================================== */
/*flow box*/
/* ============================================================== */

.flow-box{
 width:100%;
 margin:0 auto;
 margin-bottom:30px;
 padding:30px 0 30px 0;
 text-align:left;
 border-bottom:1px dotted #ccc;
}
.flow-box:after {
 content: '';
 display: block;
 clear: both;
}
.flow-left {
 width:100%;
 margin-bottom:15px;
 text-align:left;
}
.flow-right {
 width:100%;
 text-align:center;
}

.flow-title {margin-bottom:10px;font-size:160%;color:#333;}
.flow-title span{display:inline-block;padding:15px 20px;font-size:110%;color:#8fb3c1;border:1px solid #8fb3c1;}
.flow-title span{display:inline-block;padding:15px 20px;font-size:105%;color:#0099ff;border:1px solid #0099ff;}

.flow-title02 span{display:inline-block;margin-top:20px;margin-bottom:10px;padding:10px 15px;font-size:105%;color:#0099ff;border:1px solid #0099ff;}

.flow-title03 {margin-top:20px;margin-bottom:10px;font-size:140%;color:#333; font-weight:bold;text-align:left;}
.flow-title03 span{display:inline-block;margin-bottom:10px;padding:15px 20px;font-size:100%;color:#8fb3c1;border:1px solid #8fb3c1;}
.css-br::after {content: "\A" ; white-space: pre;}

.voice-title {margin-bottom:10px;font-size:100%;color:#333; text-align:left;}
.voice-title span{display:inline-block;padding:7px 12px;font-size:90%;color:#8fb3c1;border:1px solid #8fb3c1;}

.voice-table {
 width: 100%;
 margin-bottom:70px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
}
.voice-table td{
 padding:14px 0 12px 18px;
 line-height:150%;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
}
.voice-table td.bordernone{
 border:none;
}
.voice-table .left-area{
 width:23%;
 margin:0;
 padding:14px 0 12px 2px;
 font-weight:normal;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
}


/* ============================================================== */
/*voice box*/
/* ============================================================== */

.voice-box {
 width:100%;
 margin:0 auto;
 margin-bottom:0;
 padding:30px 0 30px 0;
 text-align:center;
 background:#eef2f5;
 overflow:hidden;
}
.voice-box:after {
 content: '';
 display: block;
 clear: both;
}
.voice-box-in {
 width:94%;
 margin:0 auto;
 margin-bottom:30px;
 text-align:left;
}

.voice-box-wrap {
 width:92%;
 margin:0 auto;
 padding:0px 0px 30px 0px;
 text-align:left;
}
.voice-box-wrap:after {
 content: '';
 display: block;
 clear: both;
}
.voice-left{
 width:92%;
 clear:both;
 margin:0 auto;
 text-align:center;
}
.voice-left img{
 margin:0 auto;
 text-align:center !important;
 margin-left:auto !important;
 margin-right:auto;
}

/* ============================================================== */
/*contact-box*/
/* ============================================================== */

.contact-box {
 clear:both;
 max-width:100%;
 margin:0 auto;
 margin-top:10px;
 margin-bottom:10px;
 padding:0;
 text-align:left;
 border:3px solid #ccc;
 border-radius: 5px;
}
.contact-box:after {
 content: '';
 display: block;
 clear: both;
}
.contact-box-left {
 max-width:96%;
 margin:0 auto;
 padding-top:35px;
 text-align:left;
}
.contact-box-right {
 width:60%;
 margin:0 auto;
 margin-top:25px;
 padding-bottom:10px;
 text-align:center;
}

/* ============================================================== */
/* news */
/* ============================================================== */

#home-news-box {
 display: block;
 left:50%;
 width:100%;
 height:auto;
 margin:0 auto;
 /*position:absolute;
 margin-left:-649px;*/
 padding:10px 0 20px 0;
 background:url(../images/home_news_bg.jpg) repeat-y;
 overflow:hidden;
}

.white-box {
 width:90%;
 position:relative;
 margin:0 auto;
 padding:10px 0 10px 0;
 background-color:rgba(255,255,255,0.95);
}
#home-news-box-in02 {
 width:80%;
 position:relative;
 margin:0 auto;
 padding:20px 0 20px 0;
 text-align:center;
 line-height:170%;
 color:#555;
 letter-spacing:1px;
}

#index-news {
  padding-top: 10pt;
  margin-bottom: 10pt;
  padding-bottom: 10pt;
}
#index-news div {
 margin: 0px auto;
 -webkit-box-sizing: border-box; /* Webkit系用 */
 -moz-box-sizing: border-box;     /* Firefox用 */
 box-sizing: border-box; 
}

#index-news div.wn-item {
  width: 94%;
  padding: 10px 0 10px 0;
  position: relative;
  border-bottom: 1px dashed #ccc;
  font-size: 10pt;
  text-align:left;
  line-height:140%;
}
div#index-news div.wn-item a{
  color:#333;
  text-decoration:none;
}
div#index-news div.wn-item a:hover{
  color:#cc4515;
  text-decoration:underline;
}


.section-heading {
  margin-top:0;
  padding-top:0;
  font-weight: normal;
  text-align: left;
  font-size: 18pt;
  line-height: 1.8em;
  margin-bottom: 15px;
  position: relative;
  color: #333;
 font-family: arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
 border-bottom:1px solid #2583c1;
  display: inline-block;
}

/* ============================================================== */
/*service*/
/* ============================================================== */

.service-title{margin-top:30px;margin-bottom:20px;padding:10px 0 10px 0;font-size:32px;color:#000;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}

.service-box {
 clear:both;
 width:100%;
 margin:0 auto;
 padding:0;
 text-align:left;
}
.service-box:after {
 content: '';
 display: block;
 clear: both;
}
.service-left {
 width:100%;
 margin:0 auto;
 text-align:left;
}
.service-right {
 width:100%;
 margin:0 auto;
 margin-bottom:50px;
 text-align:center;
}

.service-box02 {
 clear:both;
 width:100%;
 margin:0 auto;
 padding:0;
 text-align:left;
}
.service-box02:after {
 content: '';
 display: block;
 clear: both;
}
.service-left02 {
 width:100%;
 margin:0 auto;
 margin-top:15px;
 margin-bottom:15px;
 text-align:center;
}
.service-right02 {
 width:100%;
 margin:0 auto;
 margin-bottom:50px;
 text-align:left;
}

.service-title{font-size:180%;}
.price-table {
 width: 100%;
 margin-top:10px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
}
.price-table td{
 padding:14px 0 12px 18px;
 font-size:92%;
 line-height:150%;
 text-align:left;
 border-right:1px solid #ccc;
 border-bottom:1px solid #ccc;
}
.price-table td.bordernone{
 border:none;
}
.price-table .left-area{
 width:60%;
 margin:0;
 padding:14px 10px 12px 10px;
 font-size:92%;
 font-weight:normal;
 text-align:left;
 border-right:1px solid #ccc;
 border-bottom:1px solid #ccc;
 background:#f2f2f2;
}
.price-table .top-area{
 margin:0;
 padding:14px 0 12px 0;
 font-size:92%;
 font-weight:normal;
 text-align:center;
 border-right:1px solid #ccc;
 border-bottom:1px solid #ccc;
 color:#fff;
 background:#89b3c1;
}

.home01{
 margin-top:20px;
 margin-bottom:30px;
}
.home01:after{
 content: "";
 clear: both;
 height: 0;
 display: block;
 visibility: hidden;
}
#main .home01 p{
 padding:0 0 10px 5px;
 font-size:100%;
 line-height:180%;
 text-align:left;
}
.home01-left{}
.home01-right{ margin-top:20px;}


/* ============================================================== */
/* 会社概要 */
/* ============================================================== */

.company-table {
 width:100%;
 margin:20px 0 30px 0;
 padding:0;
 border-spacing: 0;
 border: none;
}
.company-table th{
 width: 100%;
 display: block;
 border: none;
 font-weight:bold;
 text-align:left;
 }
.company-table .area01{
 margin:0;
 padding:0;
 border:none;
}
.company-table td{
 width: 100%;
 margin-bottom:20px;
 padding-bottom:20px;
 display: block;
 border: none;
 text-align:left;
 border-bottom:1px dashed #ccc;
}
.company-table .no-line{
 margin:0;
 padding:0;
 border:none;
}
.company-table td.bordernone{
 border:none;
}
.company-table tr:first-child th {

}

.company-table02 {
 width:100%;
 margin:20px 0 30px 0;
 padding:0;
 border-spacing: 0;
 border: none;
}
.company-table02 th{
 width: 100%;
 display: block;
 border: none;
 font-weight:bold;
 text-align:left;
 }
.company-table02 td{
 width: 100%;
 margin-bottom:20px;
 padding-bottom:20px;
 display: block;
 border: none;
 text-align:left;
 border-bottom:1px dashed #ccc;
}
.company-table02 .no-line{
 margin:0;
 padding:0;
 border:none;
}
.company-table02 td.bordernone{
 border:none;
}
.company-table02 tr:first-child th {

}

.gmap {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}




/* ============================================================== */
/* contact */
/* ============================================================== */

section .contact-box02 {
 width:92%;
 margin:0 auto;
 margin-bottom:30px;
 padding:0 0 20px 0;
 text-align:left;
}

section .contact-table {
 width:92%;
 margin:0 auto;
 margin-top:35px;
 padding:0;
 border: none;
 border-spacing: 0;
}
section .contact-table th{
 width: 100%;
 text-align:left;
 display: block;
 border: none;
 font-weight:bold;
 border-bottom:1px dashed #ccc;
 }
section .contact-table td{
 width: 100%;
 padding-bottom:20px;
 display: block;
 border: none;
}
section .contact-table td.bordernone{
 border:none;
}
section .contact-table tr:first-child th {

}

section .contact-table .size1{
 width:100%;
}
section .contact-table .size2{
 width:30%;
}
section .contact-table .size3{
 width:100%;
 height:150px;
}
section .contact-table .size4{
 width:100%;
}

section .contact-table input,select{
 height:27px;
 vertical-align:middle;
}
section .contact-table radio,checkbox{
 vertical-align:middle;
}
section .contact-box button{
 padding:10px 15px 10px 15px;
}

section .contact-table-conf {
 width:100%;
 margin:35px 0 30px 0;
 padding:0;
 border-spacing: 0;
}
section .contact-table-conf th{
 width: 100%;
 display: block;
 border: none;
 font-weight:normal;
 border-bottom:1px dashed #ccc;
 }
section .contact-table-conf td{
 width: 100%;
 margin-bottom:10px;
 padding-bottom:10px;
 display: block;
 border: none;
 border-bottom:1px solid #ccc;
}
section .contact-table-conf td.bordernone{
 border:none;
}
section .contact-table-conf tr:first-child th {

}




/* ============================================================== */
/* privacy */
/* ============================================================== */

.privacy-title{
 margin:0;
 padding:10px 0 0 0;
 text-align:left;
 font-size:13px;
 font-weight:bold;
}
.privacy-text{
 margin:5px 0 10px 0;
 padding:0 0 20px 0;
 text-align:left;
 font-size:12px;
 border-bottom:1px dotted #ccc;
}
.privacy-text02{
 margin:15px 0 15px 0;
 padding:0;
 text-align:left;
 font-size:12px;
}


/* ============================================================== */
/* sitemap */
/* ============================================================== */

.smList{
 margin:5px 0 20px 10px; 
 padding:0;
 text-align:left;
}

.smList li{
 margin-left:15px;
 padding:10px 0 10px 0;
 font-size:13px;
 list-style-type:none;
 text-align:left;
}

.smList li a{
 color:#333;
 text-decoration:none;
}

.smList li a:hover{
 color:#dc6238;
 text-decoration:underline;
}


.top_bnr{ width:92%; margin:0 auto; margin-top:50px !important; text-align:center;}

.btn-base {
 clear:both;
 display:block;
 font-family: "genshin-m","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo";
 text-align:center !important;
}
.btn-line {
 clear:both;
 display:block;
 margin-top:14px;
 width:240px;
 border:1px solid #2583c1;
 background:#fff;
 text-align:center !important;
}
.btn-line a {
 display:block;
 padding:16px 0;
 color:#2583c1;
 text-align:center;
 text-decoration:none;
 line-height:150%;
 font-size:100%;
 text-align:center !important;
}
.btn-line a:hover {
 background:#2583c1;
 color:#fff;
}

.btn-line02 {
 clear:both;
 display:block;
 margin-top:14px;
 width:200px;
 border:1px solid #2583c1;
 background:#fff;
 text-align:center !important;
}
.btn-line02 a {
 display:block;
 padding:16px 0;
 color:#2583c1;
 text-align:center;
 text-decoration:none;
 line-height:150%;
 font-size:100%;
 text-align:center !important;
}
.btn-line02 a:hover {
 background:#2583c1;
 color:#fff;
}

/* ============================================================== */
/*list*/
/* ============================================================== */

.base-list{
 margin:10px 0 20px 0;
}
.base-list li{
 margin-top:10px;
 padding:10px  0 15px 32px;
 text-align:left;
 background:url(../images/check01.jpg) 0 14px no-repeat;
 border-bottom:1px dotted #ccc;
}

.base-list02{
 margin:10px 0 20px 0;
}
.base-list02 li{
 margin-top:10px;
 padding:10px  0 15px 32px;
 text-align:left;
 background:url(../images/check02.jpg) 0 5px no-repeat
}



