@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

index 

---------------------------------------------------------------------------------------------------------------------------------------- */  

/*------------------------------------------------------------mainphoto*/


#mainimage {
  margin-bottom: 10px;
  background: url(../img/index_img/mainimage_sp.jpg) no-repeat center center ;
  background-size: cover;
  min-height: 235px;
  height: auto;
  overflow: hidden;
  border-top:3px solid #5A9FE4;
}


@media print, screen and (min-width:768px) {
#mainimage {
  background: url(../img/index_img/mainimage_pc.jpg) no-repeat center top ;
  background-size: cover;
  min-height: 560px;
  height: auto;
  margin-bottom: 50px;
    border-top: 2px solid #5A9FE4;
}
}


/* greeting */
#greeting div[class^=col-]{
  padding-left: 0;
  padding-right: 0;
}
#greeting p.cts_p{
  margin-bottom: 1em;
  font-size: 14px;
  color: #333333;
  line-height: 1.714em;
}

.img_title01 {
  position: relative;
  min-height: 35px;
}
.img_title01 span.more{
  position: static;
  right: auto;
  left: 0;
  bottom: 0;
}

        @media print, screen and (min-width:768px) {
          #greeting div[class^=col-]{
            padding-left: 15px;
            padding-right: 15px;
          }          
        #greeting .img_title01{
          margin-top: -10px;
        }          
        .img_title01 span.more{
          position: absolute;
          right: 0;
          left: auto;
          bottom: 0;
        }
        }
/* banner */
#banner_area{
  margin-bottom: 20px;
  text-align: center;
}
.bn_ul{
  width: 260px;
  margin: 0 auto;
  display:block;
}

  .bn_ul li{
text-align: center;
  }  
.bn_ul img{
  width:240px;
  height: auto;
  margin: 0 auto;

}
/*
.bn_ul li{
  margin-right: 10px;
  float: left;
}
.bn_ul li:nth-of-type(2){
  margin-top: 63px;
  margin-left: -56px;
}
  .bn_ul+.bn_ul{
    margin-top: -112px;

    margin-right: 63px;
  }
.bn_ul+.bn_ul li{
  margin-left: 63px;
}
.bn_ul+.bn_ul  li:nth-of-type(2){
  margin-top: 63px;
  margin-left: -56px;
}
.bn_ul img{
  width: 100%;
  height: auto;
}
*/
          @media print, screen and (min-width:768px) {
              #banner_area{
                margin-bottom:20px;
              }
              .bn_ul{
                display: -webkit-flex; /* Safari */
                display: flex;  
                margin-left: 123px;
              }          
              .bn_ul li{
                margin-right: 10px;
                float: left;
              }          
              .bn_ul+.bn_ul{
                margin-top: -112px;
                margin-left: 2px;
              }
              .bn_ul img{
                width: 230px;
                height: auto;
              }
            .bn_ul li:hover{
              opacity:0.8 ;
              transition: 0.2s;
            }
            }
/*------------------------------------------------------------content*/
/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#blog #news01 dl:nth-of-type(odd){
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    rgba(217, 219, 222, 0.4) 25%, rgba(217, 219, 222, 0.4) 50%,
    #fff 50%, #fff 75%,
    rgba(217, 219, 222, 0.4) 75%, rgba(217, 219, 222, 0.4)
  );
  /* 幅Wpx、高さHpxで背景画像のサイズを指定 */
  background-size: 6px 6px;
}
#news01 dl {
	padding: 10px 20px;
}
#news01 dt{
  color: #5c9ee6;
  font-size: 12px;
  line-height: 1.8em;
}
#news01 a{
  color: #333333;
}
        @media print, screen and (min-width:768px) {
          #blog{
            padding-bottom: 30px;
          }
          #blog #news01 dl:nth-of-type(odd){
            background-image: linear-gradient(
              -45deg,
              #fff 25%,
              #d9dbde 25%, #d9dbde 50%,
              #fff 50%, #fff 75%,
              #d9dbde 75%, #d9dbde
            );
            /* 幅8px、高さ8pxで背景画像のサイズを指定 */
            background-size: 4px 4px;
          }          
          #news01 dl dt {
            float: left;
          }
          #news01 dl dd {
            padding: 0 0 0 100px;
          }
            #news01 a:hover{
            color: #596cbc;
            }
        }


/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
@media print, screen and (min-width:768px) {
#news02 p.title03 br {
	display:none;
}
}
.newsbox {
	overflow: hidden;
}
.news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
  text-align: left;
}
.newsbox img {
	margin-bottom: 10px;
}
/* work */
#work{
  margin-bottom: 30px;
}
.work_case{
  margin-bottom: 10px;
}
          @media print, screen and (min-width:768px) {
          #work{
            margin-bottom: 0px;
          }            
            .work_case{
              margin-bottom: 0;
            }
          }

.case_ti{
  width: 50%;
  margin: 5px auto 10px;
  padding-left: 26px;
  text-align: center;
  background: url(../img/common_img/slash_po.png) no-repeat top left 25%;
}
@media print, screen and (min-width:768px) {
  .case_ti{
    width: 100%;
      margin: 10px 0 0;
    background: url(../img/common_img/slash_po.png) no-repeat top left 0%;
    text-align: left;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- 

news 

---------------------------------------------------------------------------------------------------------------------------------------- */  

/*NewsBox*/
.newsbox {
	overflow: hidden;/* for modern browser */
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*title*/

.newstitle {
  margin: 2em auto 1em;
  position: relative;
  padding: 0.5em;
  font-weight: bold;
  font-size: 16px;
    color: #110c53;
  text-align: left;
}
.newstitle::after {
  width: 100%;
  position: absolute;
  bottom:0px;
  left: 0;
  content: '';
  height: 5px;
  background: repeating-linear-gradient(-45deg, #5A9FE4, #5A9FE4 3px, #CCC 3px, #eee 6px);
}
#blog_area .newstitle:first-of-type{
  margin-top: 0;
}
.newstitle span{
  display: inline-block;
  color: #777777;
	font-size: 12px;
}
.newstitle a{
    color: #edd748;
}
          @media print, screen and (min-width:768px) {
            .newstitle span{
              margin-right: 0.5em;
            }
            
          }

.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
.postinfo {
	margin-top: 10px;
	text-align: right;
	clear: both;
	padding: 5px 20px;
	background: #EEEEEE;
	/* CSS3 */
	border-radius: 50px;
}
          @media print, screen and (min-width:768px) {
          .newstitle br {
            display:none;
          }
          }
/*WP-PageNavi*/
.wp-pagenavi {
	clear: both;
	margin: 2em auto 0;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
  display: inline-block;
	border-radius: 2px;
}
.wp-pagenavi span.pages {
	color: #848484;
}
.wp-pagenavi span.current {
  display: inline-block;
	border: 1px solid rgba(0,0,0,0.5);
	background: #110c53;
	color: #EDD748;
  border-radius: 2px;
}
.wp-pagenavi a {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.wp-pagenavi a:hover {
	background: #DFDFDF;
}
/*Program*/
.pagelink .oldpage {
	float: left;
	width: 45%;
	text-align: left;
}
.pagelink .newpage {
	float: right;
	width: 45%;
	text-align: right;
}
.listlink {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.listlink a {
	color: #ffec72;
	text-decoration: none;
	padding: 5px 20px;
	margin: 3px;
	border: 1px solid rgba(0,0,0,0.5);
	background: #110c53;
	/* CSS3 */
	border-radius: 3px;
  display: inline-block;

}
          @media print, screen and (min-width:768px) {
            .listlink a:hover {
              background: #5A9FE4;
              border-radius: 3px;
            }
            }
/*search*/
#news_search {
	margin-bottom: 20px;
}
#news_search_title {
	font-weight: bold;
  text-align: left;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	width: 70%;
	margin: 0;
	border:1px solid #BFBFBF;
	padding: 3px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

menu 

---------------------------------------------------------------------------------------------------------------------------------------- */
.menu_list li {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dotted #838383;
}
.menu_list li:first-child {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: none;
}
.menu_list li dl dt {
	margin-bottom: 10px;
}
.menu_list li dl dd.menu_photo {
	text-align: center;
	margin-bottom: 10px;
}
.menu_list li dl dd.menu_photo img {
	width: 100%;
	height: auto;
}
.menu_list li dl dd.menu_price {
	text-align: right;
	font-weight: bold;
	color: #A84547;
	margin-bottom: 5px;
}
.menu_list li dl dd.menu_comment {
	font-size: 12px;
}
@media print, screen and (min-width:768px) {
.menu_list li {
	width: 31%;
	margin-right: 2.8%;
	display: inline-block;
	vertical-align: top;
}
.menu_list li:first-child {
	margin: 10px 2.8% 0 0;
}
.menu_list li:nth-child(2) {
	margin: 10px 2.8% 0 0;
	padding: 0;
	border-top: none;
}
.menu_list li:nth-child(3) {
	margin: 10px 0 0;
	padding: 0;
	border-top: none;
}
.menu_list li:nth-child(3n) {
	margin-right: 0;
}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

contact 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*form*/
#contact_form {

	margin-top: 20px;
  text-align: left;
}
#contact_form dl {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 3px;
  background: #110c53;

}
#contact_form dl dt {
	font-weight: bold;
  position: relative;
  padding: 0.5em ;
  background: #110c53;
  color: #edd748;
}
#contact_form dl dd {
  background: #FFF;
  padding: 8px 8px 4px;

}
#contact_form dl dd.dd_child {
	padding-top:5px;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-size: 11px;
	margin: 0 0 3px;
	padding: 0;
	color: #ff4b4b;
}
          @media print, screen and (min-width:768px) {
            #contact_form dl {
              padding: 1px;
              margin-bottom: 10px;

            }
            #contact_form dl dt {
              float: left;
            }
            #contact_form dl dt {
              padding-left: 10px;
              width: 200px;
              display: table-cell;
            }
            #contact_form dl dd {
              background: #FFF;
              margin-left: 210px;
              padding:10px 0px 10px 15px;
            }
              #contact_form dl dd.dd_child {
              padding-top:10px;
              }
            }
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown_form {
	border:1px solid #BFBFBF;
	padding: 5px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
	font-size: 1.6rem;
}
.dropdown_form option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border:1px solid #BFBFBF;
	padding: 5px;
	background: #E6EFFD;
	/* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 100%;
}
.inp_text_s {
	width: 30%;
}
textarea {
	width: 100%;
}
/*Button*/
.inp_button {
	border:1px solid #BFBFBF;
	padding: 2px 7px;
	cursor: pointer;
	background: #CCC;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	-webkit-border-radius: 3px;
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	-moz-border-radius: 3px;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.submit_btn {
	text-align: center;
	margin: 20px 0px;
}
.inp_submit01 {
	border:1px solid rgba(0,0,0,0.1);
	padding: 5px 30px;
	color: #110c53;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background: #FDDC00;
	/* CSS3 */
	border-radius: 3px;

}
.inp_submit02 {
	border:1px solid #5A6476;
	padding: 5px 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background: #333;
	/* CSS3 */
	border-radius: 3px;
}
@media print, screen and (min-width:768px) {
.inp_text {
	width: 50%;
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 80%;
}

}
/* title */
.titleimg {
  margin-bottom: 10px;
  background: url(../img/common_img/title_bg_sp.jpg) no-repeat center center ;
  background-size: cover;
  min-height: 130px;
  overflow-x: hidden;
  border-top:3px solid #5A9FE4;
box-shadow:0px -10px 6px -11px rgba(150, 150, 150, 0.72) inset;  
}
          @media print, screen and (min-width:768px) {
          .titleimg {
            background: url(../img/common_img/title_bg_pc.jpg) no-repeat center top ;
            background-size: cover;
            min-height: 180px;
            margin-bottom: 30px;
              border-top: 2px solid #5A9FE4;
          }
          }
/* policy */
/* scaffolding */
.intro_img{
  margin: 0 auto;
}
          @media print, screen and (min-width:768px) {
          .intro_img{
            margin: -50px auto 10px;

          }            
          }
/* scaffolding */
.new_result {}
  .new_result img{
    width: 95%;
    margin: 0 auto 10px;

  }
          @media print, screen and (min-width:768px) {
            .new_result img{
              width: 100%;
              margin-bottom:20px;
            }
            .new_result a:hover{
              opacity: 0.7;
              transition: 0.2s;
            }
          }

/* keeklamp */
.intro_box{
  margin-bottom: 10px;
  min-height: 153px;
  height: auto;
  background: url(../img/keeklamp_img/box_bg.png) no-repeat 0 0;
  background-size: cover ;
  position: relative;

}
          @media print, screen and (min-width:768px) {
            .intro_box{
              margin-bottom: 0;
            min-height: 153px;
            height: auto;
            background: url(../img/keeklamp_img/box_bg.png) no-repeat 0 0;
            background-size: cover;
            position: relative;

            }
          }
.intro_box ol{
  display: block;
  width: 80%;
 position: absolute;
  top: 50%;
  left:52%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%,-50%);
}
.intro_box ol li{
  text-align: left;
  color: #110c53;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.intro_box ol li:last-of-type{
  margin-bottom: 0;
}

/* flow */
.flow_title{
  margin: 20px 1em 10px;
  display: block;
  background: #5c9ee6;
  -webkit-transform: skewX(135deg);
  -moz-transform: skewX(135deg);
  transform: skewX(135deg);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.section .flow_title:first-of-type{
  margin-top: 0;
}
.flow_ti_in{
  display: inline-block;
  background: #110c53;
  margin:0 10px;
  padding: 6px 0;
}
span.flow_num{
  display: inline-block;
  color: #edd748;
  padding: 0 15px;
  -webkit-transform: skewX(-135deg);
  -moz-transform: skewX(-135deg);
  transform: skewX(-135deg);  
}
.flow_title p.tx{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
      -webkit-transform: skewX(-135deg);
  -moz-transform: skewX(-135deg);
  transform: skewX(-135deg);  
}
span.flow_tx{
  color: #FFF;


}
          @media print, screen and (min-width:768px) {
            .flow_title{
              margin: 30px 1em 10px;
            }
            .flow_ti_in{
              display: inline-block;
              background: #110c53;
              margin:0 20px;
              padding: 8px 0;
            }
            span.flow_num{
              padding: 0 20px;
            }
            }
.flow_box{
  background: #efefef;
  padding: 10px 15px;
}
.flow_p{
  text-align: left;
  line-height: 1.8em;
}
.flow_box ul{
  margin: 5px 0 0 ; 
}
  .flow_box ul li{
    display: block;
    text-align: center;
  }
  .flow_box ul li img{
    margin: 10px auto 0;
    text-align: center;
  }
          @media print, screen and (min-width:768px) {
            .flow_box{
              padding: 20px;
            }
            .flow_box ul{
              margin: 10px auto 0;
              text-align: center;
            }
              .flow_box ul li{
                display: inline-block;
                padding-right: 20px;
            }
          }
/* works */
#works_result{}
#works_result .box{
  text-align: center;
  margin-bottom: 10px;
}
#works_result .box img{
  text-align: center;
  margin: 0 auto 10px;
}
.works_title{

  font-size: 14px;
  line-height: 1.2em;
}
.works_date{
  margin-bottom: 0.6em;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #5c9ee6;
}
.dot_line{
  border-top: 1px dashed #d9dbde;
	border-bottom: 1px dashed #fff;
}
        @media print, screen and (min-width:768px) {
          .box{
            margin-bottom: 0;
          }

          }
/* staff */
.staff_tbl{
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;  
}
.staff_tbl th{
  width: 20%;  
  padding: 0.3em 0.5em;
  text-align: left;
  color: #110c53;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #aaaaaa;  
}
.staff_tbl td{
  padding: 0.3em 0.5em;
  text-align: left;
  border-top: 1px solid #aaaaaa;  
}
.staff_tbl td li{
  display: block;
}
.staff_tbl td br{
  display: block;
}
          @media print, screen and (min-width:768px) {
            .staff_tbl{}
            .staff_tbl th{
              width: 16%;
              padding: 0.8em 1em;
            }
            .staff_tbl td{
                padding: 0.8em 1em;
            }
            .staff_tbl td li{
              display: inline-block;
            }
              .staff_tbl td li:first-of-type:after{
                content: " / ";
              }            
              .staff_tbl td br{
              display: none;
              }
          }
.recruit_tbl{
  margin-bottom: 10px;
}
  .recruit_tbl th{
    width:35%;
  }
.recruit_tbl td li{
    display: block;
}
          @media print, screen and (min-width:768px) {
            .recruit_tbl{
              margin-bottom: 20px;
            }
            .recruit_tbl td li{
              display: inline-block;
            }
              .recruit_tbl td li:first-of-type:after{
                content: "、 ";
              }            

          }
/* blog */
#blog_area{}
#blog_area div[class^=col-]{
  padding-left: 0;
  padding-right: 0;
}
#blog_area .img-responsive{
  margin: 0 auto 10px;
  text-align: center;
}
  
          @media print, screen and (min-width:768px) {
          #blog_area div[class^=col-]{
            padding-left: 15px;
            padding-right: 15px;
          }            

            #blog_area .img-responsive{
            margin: 0 ;
            text-align: inherit;
            }
          }
/* contact */
.privacy_ol{
  margin-left: 1.5em;
}
.privacy_ol li{
  font-weight: bold;
  color: #110c53;
  text-align: left;
}
  .privacy_ol li p.cts_p{
    font-weight: normal;
    line-height: 1.3em;
    color: #444;
  }
.pri_dl{
  padding-top: 1em;
  border-top: 1px dotted #CCC;
  text-align: left;
}
  .pri_dl dt{
    font-weight: bold;
    color: #110c53;
  }
  .pri_dl dd{
    margin-left: 0.5em;
  }

.faq_dl{
  
}
.faq_dl dt{
  position: relative;
  padding: 1em 1em 0.5em 3em;
  text-align: left;
  color: #110c53;
}
.faq_dl dt:before{
  content: "Q.";
  color: #fbdb04;
  padding:0.5em ;
  margin-right: 0.5em;
  background: url(../img/contact_img/faq_q_bg_sp.png) no-repeat -15px 0 #110c53;
  background-size: 30px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);  
}
.faq_dl dd{
  margin:0.2em auto 1em;
  padding:0.3em 1em;
  text-align: left;
  background: #efefef;
} 
          @media print, screen and (min-width:768px) {
            .faq_dl dt{
              padding: 1em 1em 1em 3em;
            }
            .faq_dl dt:before{
              content: "Q.";
              color: #fbdb04;
                padding:0.6em ;
              margin-right: 0.5em;
              background: url(../img/contact_img/faq_q_bg.png) no-repeat -15px 0 #110c53;
              background-size:30px;
              font-size: 16px;
            }
            .faq_dl dd{
              margin:0.5em auto 1.5em;  
            padding:1em;
            } 
          }
