﻿@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
body {
    width:100%;
	min-width: 1200px;
  font-size: 14px;
}
.pc_none{
  display: none;
}

/*------------------共通------------------*/
.left{float: left;}
.right{float: right;}
.text_c{text-align: center;}
.in_box {
  width: 980px;
  margin: auto;
}
.in_box02{
  width: 700px;
  margin: auto;
}
.tp_ttl{
  text-align: center;
  margin: 85px 0 35px;
}
.tp_list3 li{
  float: left;
  width: 300px;
  margin-right: 40px;
}
.tp_list3 li:last-child{
  margin-right: 0;
}
.cmn_blog li{
  width: 221px;
  float: left;
  margin: 0 32px 40px 0;
}
.cmn_blog li:nth-child(4n){
  margin-right: 0;
}
.cmn_blog li p{
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
}
.blog_btn a{
  display: block;
  padding: 5px;
  background:url(../img/common/icon.png) no-repeat left 23% center;
  background-color: #f3410a;
  border-right: 5px solid #ff926f;
  border-left: 5px solid #ff926f;
  color: #fff;
  text-align: center;
}
.cmn_btn a{
  display: block;
  background:url(../img/common/cmn_btn_bk.png) no-repeat right top;
  background-color: #333333;
  padding: 9px 0;
  text-align: center;
  color: #fff;
}
.cmn_btn a p{
  position: relative;
  display: inline-block;
  padding: 0 10px 0 25px;
}
.cmn_btn a p:before{
  content: url(../img/common/arrow.png);
  position: absolute;
  top: 2px;
  left: 0;
}
/*ここから記載
--------------------------------------------*/
#header {
  margin: 0 auto;
}

h1 {
  color: #808080;
  font-size: 12px;
  padding: 3px;
  text-align: left;
  background-color: #F0F0F0;
}
.hf_in{
  padding: 15px 0px;
}
.hf_left{
  float: left;
}
.hf_right{
  float: right;
}
.hf_dl dt,.hf_dl dd{
  display: table-cell;
  vertical-align: middle;
}
.hf_dl dt{
  height: 48px;
  font-size: 12px;
  color: #787878;
  padding: 0 15px;
  border-radius: 5px;    /* CSS3草案 */
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
  background-color: #fff;
}
.hf_dl dd{
  padding-left: 50px;
  background:url(../img/common/f_arr.png) no-repeat left 15px center;
}

/*main_visual
--------------------------------------------*/
#navi{
  background: url(../img/common/navi_bk.png) repeat-x center top #F3410A;
}

#navi li {
  float: left;
  border-right: 1px solid #AB2900;

}

#navi li:first-child {
  width: 176px;
  box-sizing:border-box;
  border-left: 1px solid #AB2900;

}

#navi li a {
  display: block;
}

#navi li a:hover {
  background-color: rgba(170,40,0,0.5);
  opacity: 1;
}


/*main_visual
--------------------------------------------*/
#mainv {
  background: url(../img/main_visual_bk.jpg) no-repeat center top #DBDBDB;
  background-size: cover;
}

#mainv_in {
  background: url(../img/main_car.png) no-repeat center bottom;
   padding-bottom: 395px;
   text-align: center;
}
#tp_content{
}
/*section
--------------------------------------------*/


#section1 {
  background: url(../img/section1_bk.jpg) no-repeat calc(50% + 675px) bottom;
  padding: 10px 0 100px;
}
.sec01_list{
  width: 870px;
  margin: auto;
}
.sec01_list li{
  width: 250px;
  text-align: center;
  margin-right: 60px;
}
.sec01_list_txt{
  text-align: left;
}
.sec01_txtimg{
  padding: 25px 0 15px;
  border-bottom: 2px dotted #ccc;
  margin-bottom:15px;
}
#section2 {
  border-top: 5px solid #FFF;
  background: url(../img/section2_bk.jpg) no-repeat center center #F0F0F0;
  background-size: cover;
  padding-bottom: 55px;
}
.tp_blog_ttl{
  position: relative;
}
.tp_blog_ttl .cmn_btn {
  position: absolute;
  width: 180px;
  right: 0;
  top: 20px;
}
.imgbox{
  width: 100%;
  overflow: hidden;
  height: 221px;
  position: relative;
}
.imgbox img{
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#section3 {
  background: url(../img/section3_bk.png) no-repeat calc(50% + 595px) bottom;
  padding-bottom:90px;
}
#section3 li{
  width: 340px;
  float: left;
  position: relative;
}
#section3 li:last-child{
  float: right;
}
.sec03_btn a{
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.75);
  width:100%;
}
.sec03_p{
  margin-bottom: 30px;
}
#section4 {
  background:linear-gradient(180deg, #EBEBEB, #FFF);
  padding: 78px 0 80px;
}
#section4 li h3{
  margin-bottom: 20px;
}
.tp_news dl{
  padding: 15px 0 15px;
  border-bottom: 1px dotted #333;
}
.tp_news dd{
  padding-top: 5px;
  color: #f3410a;
}
#tw{
  width: 300px;
  height: 350px;
  background-color: #fff;
  border: solid 1px #ccc;
}


/*footer
--------------------------------------------*/
.pagetop {
  color: #FFF;
  position: fixed;
  bottom: 10%;
  right: 5%;
}

#footer {
  background: url(../img/common/footer_bk.jpg) no-repeat center top #E2E2E2;
  background-size: cover;
}

#footer-info {
  background-image: url(../img/common/footer_bkl.png), url(../img/common/footer_bkr.png);
  background-repeat: no-repeat;
  background-position: calc(50% + -750px) top, calc(50% + 750px) top;
}
.f_top{
  padding-top: 20px;
}
.f_bottom{
  margin-top: 20px;
  padding:20px 0 0px;
  border-top: 1px dotted #333;
}
.f_bottom_l{
  float: left;
}
.f_bottom_l li{
  float: left;
  margin-right: 38px;
}
.f_bottom_l li p{
  padding-left: 20px;
  background:url(../img/common/arrow.png) no-repeat left center;
  margin-bottom: 5px;
}
.f_bottom_r{
  float: right;
}
#copyright {
  color: #FFF;
  font-size: 12px;
  padding: 5px 0;
  background-color: #F3410A;
  text-align: center;
}

#copyright a:link { text-decoration:none; color: #FFF;}
#copyright a:visited { text-decoration:none; color: #FFF;}

/*下層
--------------------------------------------*/

/*下層共通
--------------------------------------------*/
.cmn_dl dt,.cmn_dl dd{
  display: table-cell;
  vertical-align: middle;
}
.cmn_dl dt{
  width: 105px;
  background-color: #f0f0f0;
  padding: 15px 20px 15px 25px;
}
.cmn_dl dd{
  padding-left: 20px;

}
.cmn_dl dl{
  border-bottom: 1px dotted #333;
}
.cmn_dl dl:last-child{
  border:none;
}
.cmn_dl{
  border:solid 1px #b3b3b3;
}
#main_area {
  padding: 70px 0px 65px;
  background: url(../img/common/main_bk.png) no-repeat center;
}

#main_in {
  width: 980px;
  margin: auto;
  text-align: center;
}

#bread {
  color: #b3b3b3;
  font-size: 12px;
  margin-top: 8px;
}

#bread li {
  float: left;
  color: #787878;
}
#bread li a {
 color: #f3410a;
}
#bread li:first-child {
  margin-right: px;
  color: #f3410a
}

#content {
  padding: 65px 0px 100px;
}

.title01,.sitemap_list li{
  color: #fff;
  background:url(../img/common/cmn_btn_bk.png) no-repeat right top #333;
  border-left: 6px solid rgba(255,255,255,0.2);
  background-size: contain;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 9px 10px 10px 20px;
}
.cmn_box{
  margin-bottom: 70px;
}
h4{
  background-color: #f0f0f0;
  border-bottom: 2px solid #f3410a;
  border-top: 1px solid #ccc;
  padding: 8px 0 8px 20px;
  font-size: 16px;
  margin-bottom: 17px;
}

.cmn_l_l{
  float: left;
  width: 650px;
}
.cmn_l_l a{
  color: #f3410a;
  text-decoration: underline;
}
.cmn_l_r{
  float: right;
}
.cmn_list li{
  margin-bottom: 40px;
}
.cmn_list{
  padding-top: 10px;
}
.page_btn {
  margin-top: 15px;
  padding-top: 10px;
  border-top:1px dotted #333;
}

.page_btn a { color: #333; }

.page_btn .left a {
  padding-left: 20px;
  background: url(../img/common/arrow_l.png) no-repeat center left;
}

.page_btn .right a {
  padding-right: 20px;
  background: url(../img/common/arrow_r.png) no-repeat center right;
}
/*work
-----------------------------------------------*/
.work_img li{
  float: left;
  margin-right:15px;
}
.work_img li:last-child{
  margin-right: 0;
}
.work_img p:first-child{
  margin-bottom: 6px;
}
.work_txt{
  padding:5px 0 30px;
}
/*flow
-----------------------------------------------*/
.flow_box .cmn_list li{
  margin-bottom: 50px;
  background:url(../img/flow/flow_arr.png) no-repeat bottom left 325px;
}
.flow_box .cmn_list li:last-child{
  background:none;
  margin-bottom: 100px;
}
/*contact
----------------------------------------------*/
#contact dt span{
  color: #f3410a  ;
  font-size: 12px;
  padding-left: 5px;
}
#contact dt{
  width: 155px;
}
#contact dd{
  width: 740px;
  padding: 15px 20px;
}
#contact dd input[type=text] {
  width: 97%;
  padding: 4px;
  border: 1px solid #ccc;
}

textarea {
  width: 97%;
  height: 172px;
  border: 1px solid #ccc;
}
#form_btn {
  color: #fff;
  font-size: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 12px 58px 12px 50px;
  background: url(../img/contact/arrow02.png) no-repeat center right 20% #f3410a;
  border-radius:30px;
}
.contact_btn ul {
  text-align: center;
  margin-top: 50px;
}

.contact_btn li {
  display: inline-block;
}

.error-text{
  font-size: 12px;
  color: red;
}
/*site_map
---------------------------------------------*/
.sitemap_list li{
  padding:0 0 0 20px;
}
.sitemap_list li a{
  display: block;
  padding: 9px 10px 10px 40px;
  color: #fff;
  background:url(../img/common/arrow.png) no-repeat left center;
}

/*privacy
---------------------------------------------*/
.privacy_text{
  margin-bottom: 30px;
}
.news_btn a{
  display: block;
  border-left:5px solid #ff926f;
  border-right:5px solid #ff926f;
  width: 145px;
  padding: 5px 10px 5px 0;
  text-align: center;
  background:url(../img/common/arrow03.png) no-repeat right 30px center #f3410a;
  color: #fff;
}
.news_btn{
  float: left;
}
.day_text{
  float: right;
  padding-top: 5px;
  color: #f3410a;
}
.news_list li{
  margin-bottom: 40px;
}


/*pagenation
---------------------------------------------*/
.pagenation {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center; }
.pagenation li {
	width: 30px;
	margin: 0 .5%;
	text-align: center; }
.pagenation li a {
	text-align: center;
	background: #fff;
	border: solid 1px #ccc; }
.pagenation li a,
.pagenation li span{
	padding: 10px;
}
.pagenation li span{
	color: #fff;
	background: #ccc;
	border: solid 1px #ccc;
}
