@charset "utf-8";
/* -----------------------------------------------------------------------
base setting
------------------------------------------------------------------------- */



body{
    background-color:#FFF;
    font-size:0.875em;
    color:#333333;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    word-wrap: break-word;
}

/* font-size:12px */

a{ color:#103287; text-decoration:none;}
a:hover{color:#da0554; text-decoration:none;}

p{line-height:1.7;}

/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    body{font-size:12px;}
}

/*for SP*/
@media only screen and (max-width: 767px) {
    html{font-size:10px;}
    body{font-size:1.4rem;}
}


ul.rpt li a{
   color:#000;
}

ul.rpt li a:hover{
   color:#DA0554;
}

.i-pdf {
   color:#e60012 !important;
}

/* -----------------------------------------------------------------------
header
------------------------------------------------------------------------- */
/*---h1---*/
#titletxt{
    background-color:#bddaf5 ;
    height:20px;
}

#titletxt h1{
    color:#434343;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
}

#titletxt h1 a{
    color:#fff !important;
    text-decoration:none !important;
}

/*--logo--*/

#hdrOuter{
    background-color:#fff;
    overflow:hidden;
}

#hdrOuter #hdrLogo{
    float: none;
    padding: 20px 0;
    text-align: center;
}

#hdrOuter #hdrLogo img{
}

/*--siteInfo--*/
#hdrInner{
    width:45%;
    float:right;
    padding:20px 0 0;
}

#hdrInner ul{
    text-align:right;
    margin-right:15px;
    padding-bottom:15px;
}

#hdrInner ul li{
    display:inline;
}

/*============================
header contact
==============================*/
.hdrContact p{
    text-align:right;
    padding-bottom:5px;
    margin-right:15px;
}

.hdrContact p.tel{
    font-weight:bold;
    font-size:1.286em;
}

/*for SP*/
@media only screen and (max-width: 767px) {
    #titletxt{
        height:auto;
    }
    /*---h1---*/
    #titletxt h1{
        padding:10px;
        line-height:1.3;
    }
    /*--logo--*/
    #hdrOuter{ background:none;}
    #hdrOuter #hdrLogo{
        width:100%;
        float:none;
        padding:10px;
    }
    /*--siteInfo--*/
    #hdrInner{
        width:100%;
        float:none;
        padding:0 10px 10px;
    }
    #hdrInner *{
        text-align:left !important;
    }

    #hdrInner ul li{
        margin-right:1em;
    }

}

/* gNav
--------------------------------------------------------*/
header nav{
    background-color:#bddaf5 !important;
}

header nav ul{
    overflow:hidden;
	width:980px;
	margin-right:auto;
	margin-left:auto;
}

header nav ul li{
   width: calc( 100% / 7 );
    float:left;
}

header nav ul li a{
    display:block;
    position:relative;
    padding:1em 0;
    text-align:center;
    color:#000000 !important;
    text-decoration:none !important;
}
/*
header nav ul li:last-child a{
    border-right:none;
}*/

header nav ul li a:hover{
    background-color:#7bb5eb !important;
}


/* -----------------------------------------------------------------------
container wrap
------------------------------------------------------------------------- */
#container{
    background-color:#fff;
    padding-bottom:15px;
    margin-bottom:30px;
}

#container > #contents > article,
#container > #side > aside{

}

#container > #contents,
#container > #side{
    padding-top:15px;
}

/* -----------------------------------------------------------------------
topicPath
------------------------------------------------------------------------- */

#topicPath{
    padding:10px 15px 0;
    text-align:left;
}

/* -----------------------------------------------------------------------
contents
------------------------------------------------------------------------- */
.et-tex {
  margin:20px 0 0x;
  font-size:16px;
}


article section{
    margin-bottom:15px;
    background-color:#fff;
}

article section h2{
    background-color:#666;
    color:#fff;
    padding:15px;
}

article section h2 a{
    color:#fff;
    text-decoration:none;
}

/*--post--*/
.post{
    padding:15px 15px 15px 15px;
}

/* module parts */

/*--title--*/
.post h3{
    background-color:#f6f2f0;
    padding:10px;
    font-weight:bold;
    margin-bottom:15px;
	margin-top:15px;
}

.post h4{
    border-left:#f6f2f0 5px solid;
    border-bottom:#f6f2f0 1px solid;
    padding:10px;
    font-weight:bold;
    margin-bottom:15px;
}

.post h5{
    border-bottom:#f6f2f0 1px solid;
    padding:0 0 10px;
    font-weight:bold;
    margin-bottom:15px;
}

.post h6{
    padding:0 0 10px;
    font-weight:bold;
    margin-bottom:15px;
}


/*--list item--*/
.post ul{
    margin-bottom:15px;
}

.post ul li{list-style-type:disc;
    margin-left:2em;
    padding-bottom:20px;
}

.post ul li.noMark{
    list-style-type:none;
}

.post ul ul li{
    list-style-type:circle;
}

/*--table --*/

table{
    width:100%;
    border-top:#ccc 1px solid;
    border-left:#ccc 1px solid;
	margin-bottom:30px;
}

table th,
table td{
    border-bottom:#ccc 1px solid;
    border-right:#ccc 1px solid;
    padding:8px;
	line-height:27px;
	vertical-align: middle
	
}
table th{
    background-color:#b15113;
	color:#FFF;
	text-align:center !important;
}

table th.tlb{
    background-color:#6c310c;
	color:#FFF;
	
}

.f-big {
font-size:130%;
font-weight:bold;
    }


.post p{
    padding-bottom:15px;
    line-height:1.7;
    }

.post p + h3,
.post p + h4,
.post p + h5{
    margin-top:15px;
}
.post p img{
    height:auto;
	padding-bottom:10px;
	padding-top:10px;
}

table#table-012  {
        width: 100%;
        border:  #E3E3E3 solid;
        border-width: 1px 1px 0 0; 
        border-collapse: collapse;
        border-spacing: 0;
        margin-top: 0 ;
        margin-bottom:10px;
 }

table#table-012  th {
        padding: 8px;
        border: #E3E3E3 solid;
        border-width: 0 0 1px 1px;
       	background: #F6F2F0 ;
        vertical-align: middle;
width:25%;
        font-size: 15px;
        font-weight: normal;
        text-align: center;   
        color:#000;
         line-height: 1.6em;
}

table#table-012  td {
        padding: 8px;
        border:  #E3E3E3 solid;
        border-width: 0 0 1px 1px;  
       font-size: 15px;
       text-align: left;  
         background: #fefefe;
          line-height: 1.6em;
}





table#news_list td.date {
width:25%;
vertical-align: top !important;
    }

table#news_list td.news-img {
text-align:center;
vertical-align: top !important;
    }

table#news_list td.title {
width:60%;
vertical-align: top !important;
    }

@media screen and (max-width:500px) {
table#news_list td.date , table#news_list td.news-img , table#news_list td.title{
display:block;
width:100% ;
    }


table#news_list td.title{
border-bottom:none !important;
    }

table#news_list td.date{
background:#FBF3E7;
    }

}


@media screen and (max-width:420px) {
 #table-012 th, #table-012 td{
display:block;
    }

#table-012 th{
width:100% !important;
text-align:center !important;
    }

}


/*============================
partsBtmcontents.php
==============================*/
.partsBtmcontents ul{
}

.partsBtmcontents ul li {
    list-style-type:none !important;
    margin-left:0 !important;
    padding-bottom:0 !important;

}
.partsBtmcontents ul li img{
    border:#ccc 1px solid;
}

/* -----------------------------------------------------------------------
side
------------------------------------------------------------------------- */

.sideBox01{
    margin-bottom:15px;
    background-color:#fff;
}
.sideBox01 h3{
    background-color:#666;
    color:#fff;
    padding:15px;
    margin-bottom:15px;
}

.sideBox01 ul{
    margin:0 15px 15px;
}

.sideBox01 ul li{
    padding-bottom:10px;
}

/*会社概要*/
.sideBox01 .sideInfo{
    padding:15px;
}

.sideBox01 iframe{
    width:100%;
    height:250px;
}
.sideBox01 .sideInfoTit{
    margin-bottom:0;
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){

}
/*for SP*/
@media only screen and (max-width: 767px) {
    .sideBox01 h3{
        min-height:inherit;
    }

    .sideBox01 p{
        background-color:#d8efd2;
        padding:15px;
    }
    .sideBox01 ul{ padding:0;}
    .sideBox01 ul li {padding:0;}
    .sideBox01 ul li a{
        display:block;
        padding:15px;
        font-size:1.5rem;
        border-bottom:#fff 1px solid;
    }
}


/* -----------------------------------------------------------------------
footer
------------------------------------------------------------------------- */
footer{
    background-color:#e9f3fc;
}

footer .pagetop{
    text-align:right;
}

footer .pagetop a{
    margin-top:-15px;
    width:auto;
    float:right;
    display:block;
    padding:0.5em 1em;
    background-color:#e9f3fc;
    border-radius:10px;
    color:#000 !important;
    text-decoration:none !important;
}
footer nav{
    padding-bottom:20px;
	padding-top:30px;
}
footer nav li{
        display: inline;
    width: calc( 100% / 7 );
    float: left;
}

footer nav li a{
    color:#000;
}

footer nav li a:hover{
    color:#1c78ca;
}

.ftr_logo{padding-top:10px;
	text-align:center;}

footer .copy{
    color:#000;
    font-size:    0.714em;
    padding:30px 0 30px;
	text-align: center;
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    footer{
        padding-left:15px;
        padding-right:15px;
    }
}

/*for SP*/
@media only screen and (max-width: 767px) {
    footer nav{
        display:none;
    }
    footer .copy{
        color:#fff;
        font-size:    0.714em;
        padding:0 0 30px;
        text-align:center;
    }
}

/* -----------------------------------------------------------------------
second page common parts
------------------------------------------------------------------------- */
/* mainTitle
--------------------------------------------------------*/
#mainTitle{
    background-image:url("../images/kv_bg.jpg");
    padding:45px 20px;
    text-align:center;
    font-size:2em;
    letter-spacing:5px;
    color:#fff;
	border-radius:30px;
	background-size: cover;
}

#mainTitle2{
    background-image:url("../images/kv_bg.jpg");
    margin-top:-10px;
    padding:45px 20px;
    text-align:center;
    font-size:2em;
    letter-spacing:5px;
    color:#fff;
	border-radius:30px;
	background-size: cover;
}

#mainTitle3{
    background-image:url("../images/kv_bg.jpg");
    margin-top:10px;
    padding:45px 20px;
    text-align:center;
    font-size:2em;
    letter-spacing:5px;
    color:#fff;
	border-radius:30px;
	background-size: cover;
}

.pager{
    margin:20px 0;
    overflow:hidden;
}

.pre_p{
    float:left;
}

.pre_n{
    float:right;
}



/* -----------------------------------------------------------------------
toppage local parts
------------------------------------------------------------------------- */

.kv_outer{background-image:url("../images/kv_bg.jpg");
background-repeat:repeat-x;
height:494px;}

.kv_in{width:1004px;
margin-right:auto;
margin-left:auto;
padding-top: 25px;}

.side_info{position:fixed;
z-index:9999;
border-radius:7px;
background-color:#FFF;
padding:10px;
top: 250px;
right: 5px;
	box-shadow:0px 0px 6px 3px rgba(67, 67, 67, 0.38);
-moz-box-shadow:0px 0px 6px 3px rgba(67, 67, 67, 0.38);
-webkit-box-shadow:0px 0px 6px 3px rgba(67, 67, 67, 0.38);
}

.info_h{color: #2da338;
    font-size: 18px;
    position: relative;
    padding-left: 63px;
    padding-bottom: 13px;
    border-bottom: 1px solid #2da338;
    margin-bottom: 30px;
    padding-top: 2px;
}

.info_h:before{
	content: "";
    background-image: url(../images/i_info.png);
    width: 52px;
    height: 32px;
    position: absolute;
    left: 2px;
    top: 5px;
}

.orange{color:#b15113;
font-size:17px;}

.mail_btn{color:#FFF;
background-color:#b15113;
padding:8px;
border-radius:15px;
text-align:center;
margin-top:15px;}

.houshin{float: left;
    width: 32%;
    background-image: url(../images/kv_bg.jpg);
    height: auto;
    background-size: contain;
    padding: 20px;
	border-radius:15px;
	margin:6px;
}



.houshin_in{background-color: #FFF;
padding:10px;
border-radius:15px;}

.houshin_in p{text-align:center;
padding-top:10px;
}

.houshin_h{font-size:20px;
color:#432607;}

h2{margin-top:30px;
margin-bottom:20px;}

.aisatsu_txt{
	float: left;
    width: 61%;
    padding-right: 20px;
    margin-right:10px;
    line-height: 29px;
}

p.tx1{
margin:15px 0 15px 20px;
font-family:  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:15px;
}

p.tx2{
margin:10px 5px 15px 0;
text-align:right;
font-family:  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:15px;
}

.box001 {
width:66%;
margin:20px 17% 40px;
text-align:center;
}

.houshin2{float: left;
    width: 49%;
    background-image: url(../images/kv_bg.jpg);
    height: auto;
    background-size: contain;
    padding: 20px;
	border-radius:15px;
	margin:6px 1% 6px 0;
}

.houshin3{float: left;
    width: 49%;
    background-image: url(../images/kv_bg.jpg);
    height: auto;
    background-size: contain;
    padding: 20px;
	border-radius:15px;
	margin:6px 0 6px 1%;
}

.aisatsu_img{float:left;}

.aisatsu_img img{
width:100%;
height:auto;
}

@media screen and (max-width:480px) {

.aisatsu_img img{
width:90%;
height:auto;
margin:20px 5% 0;
}

}

/*ニュース*/

.info_out{
	background-image: url(../images/kv_bg.jpg);
    height: auto;
    background-size: contain;
    border-radius: 30px;
    padding: 20px;
}


.news_area{
	height: 350px;
    overflow: auto;
    padding: 20px;
    background-color: #FFF;
    border-radius: 17px;
}



.news_area li{
	font-size:15px;
	height:135px;
	list-style:none;
	padding:10px 10px 25px 20px;
	border-bottom:1px solid #eae9e9;
}

.news_area li img{
	overflow:hidden;
}

.news_area li p{
	padding-top:0px;
}

.ichiran_link{
	float:right;
	font-size:12px;
	font-weight:normal;
	margin:5px 10px 0 -100px;
}

.read-more{display:none;}


#date {
text-align: right;
font-weight:bold;
color:#484848;
margin:10px 10px 0 0;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

.more{text-align:right;
font-size:14px;
padding-top:20px;}

.more a{
color:#0599d9;}

.infomation{
margin-top:10px;
margin-bottom:40px;
}

.str{font-size:22px;
font-weight:bold;
color:#2da338;}

.rinen_text{font-weight:bold;
font-size:18px;
color:#df8718;}

.icon-s{
color:#3AC948;
}



/* mainimagev
--------------------------------------------------------*/
#mainImage{
    padding:15px 0 0;
    text-align:center;
    background-color:#fff;
}

/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    #mainImage{
        width:100%;
        height:auto;
    }
}
/*for SP*/
@media only screen and (max-width: 767px) {
    #mainImage{
        width:100%;
        height:auto;
    }
}

/* -----------------------------------------------------------------------
WP Social Bookmarking Light
------------------------------------------------------------------------- */

.wp_social_bookmarking_light{
    padding-top:15px;
    overflow:hidden;

}
.wp_social_bookmarking_light div{
    display:inline-block;
    margin: 0 5px 0px 0;
    min-height: 30px;
    line-height: 18px;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}

.wsbl_google{
    min-height:inherit;
    line-height:inherit;
    vertical-align:middle;
}

/* -----------------------------------------------------------------------
Contact Form 7
------------------------------------------------------------------------- */
.wpcf7{}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#df8718 2px solid;
   width:300px;
   height:25px;
   padding:0 3px;
   margin:3px 0;
}
.wpcf7-form-control-wrap textarea{
    width: 500px;
    height: 250px;
}


.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select{
   outline: none;
}

.wpcf7 input[type="submit"]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#df8718 2px solid;
   padding:10px 40px;
   cursor:pointer;
   color:#FFF;
   font-weight:bold;
   background:#df8718;
   font-size:18px;
}

div.wpcf7 {
    margin: 0;
    padding: 30px;
    text-align: center !important;
    background-color: #fafcfe;
}

/*for sp*/


@media only screen and (max-width: 767px) {

    .wpcf7-form-control-wrap textarea {
        width: 100%;
        height: auto;
    }
	
	.side_info {
    position: fixed;
    z-index: 9999;
    border-radius: 7px;
    background-color: #FFF;
    padding: 10px;
    /* top: 0px; */
    right: 2.8%;
    bottom: 0px;
    top: inherit;
    box-shadow: 0px 0px 6px 3px rgba(67, 67, 67, 0.38);
    -moz-box-shadow: 0px 0px 6px 3px rgba(67, 67, 67, 0.38);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(67, 67, 67, 0.38);
    width: 94%;
}

	
	.houshin {
    float: none;
    width: 90%;
    background-image: url(../images/kv_bg.jpg);
    height: auto;
    background-size: contain;
    padding: 20px;
    border-radius: 15px;
    margin: 0px;
    margin: auto;
    margin-bottom: 20px;
}
	
	.box001 {
width:100%;
margin:0;
}

.houshin2{
    float: none;
    width: 90%;
    background-image: url(../images/kv_bg.jpg);
    height: auto;
    background-size: contain;
    padding: 20px;
	border-radius:15px;
	margin:0 5%;
}

.houshin3{
    float: none;
    width: 90%;
    background-image: url(../images/kv_bg.jpg);
    height: auto;
    background-size: contain;
    padding: 20px;
	border-radius:15px;
	margin:20px 5% 10px;
}
	

	
	.aisatsu_txt {
    float: none;
    width: 96%;
    padding-right: 0px;
    margin-left:0;
    margin-right:4%;
    line-height: 29px;
}
	
	.aisatsu_img {
    float: none;
    text-align: center;
}

	.info_h {
    color: #2da338;
    font-size: 18px;
    position: relative;
    padding-left: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2da338;
    margin-bottom: 10px;
    padding-top: 2px;
}
	
	.info_h:before {
    content: "";
    background-image: url(../images/i_info.png);
    width: 52px;
    height: 32px;
    position: absolute;
    left: 2px;
    top: 5px;
		display:none;
}
	
	#wrap{overflow: hidden;}
	
	body{padding:5px;}

	ifarme{width:100%;}

	.ftr_logo {
    padding-top: 10px;
    text-align: center;
    display: none;
}
	
	
	footer {
    background-color: #e9f3fc;
    height: 180px;
}
	
	div.wpcf7 {
    margin: 0;
    padding: 15px;
    text-align: center !important;
}
	
	.news_area{
	width:100%;
	height:350px;;
	overflow:auto;
	margin:0px auto 20px;
	border:2px solid #d9d5d5;
}

.news_area li{
	font-size:15px;
	height:298px;
	list-style:none;
	padding:10px 10px 25px 20px;
	border-bottom:1px solid #eae9e9;
}

.news_area li a{float: left;
    
    width: 100% !important;
    padding-left: 0px !important;}



.news_area {
    width: 100%;
    height: 350px;
    overflow: auto;
    margin: 0px auto 20px;
    border: 2px solid #d9d5d5;
}
	
}

@media only screen and (max-width: 320px) {

    .kv_in {
    width: 300px;
    padding-top: 25px;
    margin: auto;
    
}
.kv_outer {
    background-image: url(../images/kv_bg.jpg);
    background-repeat: repeat;
    height: 500px;
}

}

@media screen and (min-width:321px) and (max-width:767px) {
	.kv_in {
    width: 330px;
    padding-top: 20px;
    margin: auto;
}
	
	.kv_outer {
    background-image: url(../images/kv_bg.jpg);
    background-repeat: repeat;
    height: 545px;
}
	
}

/* common parts
--------------------------------------------------------*/
.attention{color:#FF0004;}
.attention2{background-color:#FFED00;}

.waku{border:#FF0004 1px solid; padding:10px;}


