@charset "UTF-8";
.clearfix:after{content:".";clear:both;display:block;height:0;visibility:hidden}.clearfix{min-height:1px}* html .clearfix{height:1px}.clear{clear:both}

.alC{ text-align: center;}
.mgb20 {
    margin-bottom: 20px !important;
}
.mgb40 {
    margin-bottom: 40px !important;
}
/*
.bussinessWrap {
    padding-top: 160px;
}
*/
.agencyBtnWrap {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-radius: 6px;
  margin-top: -3px;
  display: inline-block;
}
.toListBtn {
  background: url(/images/agency/arrow_gray_l@2x.jpg);
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  color: #333333 !important;
  display: block;
  font-size: 84%;
  font-weight: bold;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
}
#agencyMainTitle {
    background: url(/images/agency/agencyMainTitle.jpg) no-repeat;
    height: 300px;
    background-size: cover;
    width: 100%;
}
#agencyMainTitle img {
    margin: 100px 0 0 0;
}

.bussinessWrap .inner {
    margin: 0 auto;
    width: 1000px;
}

.bussinessWrap .bread,
.dairiForm .bread{
    padding: 0;
    margin: 10px 0 40px 0;
}
.bussinessWrap .bread li,
.dairiForm .bread li {    
    float: left;
    font-size: 11px;
    list-style: none;
}

.businessMainTxt {
   
}

.business_bosyu {
    text-align: center;
    margin: 10px 0 60px 0;
}
.business_bosyu img {
    width: 580px;
    margin: 0 auto;
   
}

h2#title {
    border-left: 8px solid #2d950d;
    padding: 0 0 0 15px;
    color: #333333;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.businessBox,
.businessBox p,
.businessBox div {
    margin: 0;
    padding: 0;
}
.businessBox {
    border: 1px solid #d6d7e9;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
    margin: 0 0 40px 0;
}

.noShadow {
       box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.businessHeader {
    background: #eeeeee;
    border-bottom: 1px solid #d6d7e9; 
    padding: 10px 20px !important;
}
.businessHeader p {
    font-size: 14px;
    font-weight: bold;
}
.businessHeader h2,
.businessHeader h3 {
    margin: 10px 0 0 0;
    font-size: 23px;
}
.businessIcon01 {
    background: #09074f;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 4px 8px;
    vertical-align: middle;
}


.businessDetail .businessIcon01 {
    background: #09074f;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 6px 20px;
    vertical-align: middle;
}


.businessContent {
    padding: 20px !important;
}
.businessContent h4 {
    margin: 0 0 15px 0;
    color: #cc0000;
    font-size: 18px;
}
.businessContent .left {
    float: left;
    width: 30%;
}
.businessContent .right {
    float: right;
    width: 68%;
}
.contentInner .businessInfoTxt {
    font-size: 14px;
    float: left;
    width: 55%;
    line-height: 1.6;
}
.contentInner .businessInfoTbl {
    float: right;
    width: 42%;
}
.businessBox table {
    order:0;
    border-collapse:collapse; 
}
.businessTbl01 th,
.businessTbl01 td {    
    border: 1px solid #dddddd;
    font-size: 12px;
    padding: 10px;
    vertical-align:middle;
    display: table-cell;
}
.businessTbl01 th {
    width: 35%;
    background: #f4f4f4; /*fbf9ee*/
}
.businessFooter {
    
    padding: 10px 20px !important;
    text-align: center;
    background: #f4f4f4;
}

.businessFooter .btn {
    display: inline-block;
    webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto;
  padding: 15px 15px;
  text-align: center;
    width: 350px;
    background: #fff;
}

.businessFooter .btnRed {
  background: #cc0000;
  border-radius: 4px;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 1px solid #cc0000;
}

.btnLine {
  border: 1px solid #666666;
  border-radius: 4px;
  color: #333333 !important;
  text-decoration: none !important;
  margin: 0 5px 0 0 !important;
}

/*会社情報*/
#company {
  background: #f9f7f7;
  margin: 0 0 40px 0;
}
#company .inner {
  padding: 30px;
    width: auto;
}
.comnapyName {
  background: url(../business/dairiten/img/icon_company.png) no-repeat left;
  font-size: 21px;
  font-weight: bold;
  padding: 4px 0 0 30px;
    margin: 0;
}
.companyAddress {
  font-size: 13px;
}
#company .btnWrap {
  display: block;
  width: auto;
}
.listBtn {
  background-color: #eaeaea;
  background-image: url(../business/dairiten/img/bg_arrow_red.png);
  background-position: 97%;
  background-repeat: no-repeat;

  border-radius: 6px;
  color: #333333 !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  width: 49%;
  margin: 8px 0;
  float: left;
}
.mailBtn {
  background-color: #cc0000;
  /*background-image: url(../business/dairiten/img/bg_arrow_white.png);*/
  background-position: 97%;
  background-repeat: no-repeat;
  border: none;

  cursor: pointer;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ffffff !important;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  margin: 8px 0 80px 0;
  float: none;
}
.btnWrap .mailBtn {
 margin: 8px 0;
}
.listBtn:hover, .mailBtn:hover {
  opacity: 0.8;
}
.companyInfo {
  border-top: 1px solid #cccccc;
  font-size: 13px;
  margin-top: 15px;
  padding-top: 15px;
    line-height: 1.4;
}

table,td,th{border:0;border-collapse:collapse;font-size:100%;font-weight:400;text-align:left;vertical-align:middle}

.tbl_bosyu {
    margin: 0 0 40px 0;
}

.tbl_bosyu th,
.tbl_bosyu td {
    border: 1px solid #dddddd;
    padding: 15px;
    font-size: 14px;
}

.tbl_bosyu th {
    background: #f9f9f9;
    font-weight: bold;
    width: 20%;
}


.businessDetail .businessHeader {
    border-bottom: none; 
}

.businessDetail .businessFooter {
    border-top: none;
}
.businessDetail .businessContent {
    padding: 20px 20px 10px 20px !important;
}


/*メイン説明分*/
.infoTxt {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 100px 0;
}
.infoTxtBox {
    display: inline-block;
}

/*gallery*/
.businessGallery {
    margin: 80px 0 60px 0;
}
.businessGallery ul {
    margin: 0;
    padding: 0;
}
.businessGallery li {
    list-style: none;
    float: left;
    width: 32%;
    margin: 0 2% 1.5% 0;
}
.businessGallery li:nth-child(3n) {
    list-style: none;
    float: right;
    width: 32%;
    margin: 0;
}


/*Movie*/
.movieWrap {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
    margin: 0 0 40px 0;
}
.movieWrap iframe {
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
}

.businessTxtBox {
    margin: 0 0 60px 0;
}
.businessTxtBox .left {
    float: left;
    width: 60%;
    line-height: 1.7;
    text-align: left;
}

.businessTxtBox .right {
    float: right;
     width: 38%;
}



.detailInfoHead .logo {
    border: 1px solid #cccccc;
}
.detailInfoHead .left{
    float: left;
    width: 15%;
}
.detailInfoHead .right{
    float: right;
    width: 83%;
}

.companyName {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: bold;
    color: #1b3880;
}
.detailInfoHead h2 {
     color: #1b3880;
}

.infoTxt_s {
    border-top: 1px dotted #333333; 
    border-bottom: 1px dotted #333333;
    font-size: 13px;
    padding: 10px 0;
    margin: 10px 0 20px 0;
}
.infoTxt_s span {
    font-weight: bold;
}

.businessDetailInfo {
    position: relative;
    border: 1px solid #cccccc;
    padding: 20px;
    background: #f9f9f9;
    margin: 0 0 40px 0;
}

.icons {
    position: absolute;
    right: 20px;
    top: -10px;
}


.businessDetailInfo .mailBtn {
    margin: 8px 0 0px 0;
}
.logo_sp {
    display: none;
}



.dairiForm {
    
}

.dairiForm table.formTbl{
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}
.dairiForm table.formTbl th,
.dairiForm table.formTbl td {
    padding: 8px 8px;
    border: 1px solid #cccccc;
}    
.dairiForm table.formTbl th {
    background: #f9f9f9 !important;
    font-weight: normal;
}  
.dairiForm .form_required {
  background: #cc0000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 6px;
  float: right;
}    
    
.dairiForm [type="text"], .dairiForm [type="email"], .dairiForm [type="url"], .dairiForm [type="number"], .dairiForm [type="password"], .dairiForm [type="button"], .dairiForm [type="submit"], .dairiForm [type="reset"], .dairiForm textarea, .dairiForm select {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 8px;
}
.dairiForm button {
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}
.dairiForm [type="text"], .dairiForm [type="email"], .dairiForm [type="url"], .dairiForm [type="number"], .dairiForm [type="password"], .dairiForm [type="submit"], .dairiForm [type="reset"], .dairiForm textarea {
  width: 100% !important;
}
.dairiForm ::placeholder {
  font-size: 14px;
}
.dairiForm select {
  width: auto !important;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/webcatalog/img/bg_select.png) no-repeat 96% #ffffff;
  background-size: auto;
  background-size: 12px 11px;
  padding: 10px 34px 10px 10px;
}
.dairiForm input[type="text"] {
  height: inherit;
}

#k_otoiawase_main {
    width: 1000px;
    margin: 0 auto;
    padding: 160px 0 0 0;
}
#form_zipcode {
     width: 160px !important;
}
.dairiForm .caution {
    font-size: 14px;
    color: #cc0000;
    font-weight: bold;
}
#otoiawase_formbox2_1 {
    text-align: center;
    margin: 40px 0 20px 0;
}
#otoiawase_formbox2_2 {
    text-align: center;
}


.soshin {
    background: #cc0000;
    color: #ffffff;
    padding: 10px !important;
    font-weight: bold;
    display: inline-block !important;
    border-radius: 6px !important;
    border: 1px solid #cc0000 !important;
    
}
.dairiForm [type="submit"] {
    width: 320px !important;
    cursor: pointer;
}
#otoiawase_soshinbox {
    text-align: center;
}
@media screen and (max-width: 767px) {
.agencyBtnWrap {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-radius: 6px;
  margin-top: -3px;
  display: inline-block;
    margin-bottom: 60px;
}  
    
.business_bosyu {
    text-align: center;
    margin: 10px 0 10px 0;
}
#agencyMainTitle {
    background: url(/images/agency/agencyMainTitle.jpg) no-repeat;
    height: 150px;
    background-size: cover;
    width: 100%;
}
#agencyMainTitle img {
    width: 300px;
    margin: 60px 0 0 0;
}    
    
    
#k_otoiawase_main {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
}    
.dairiForm table.formTbl th,
.dairiForm table.formTbl td {
    display: block;
    width: auto;
    margin-top: -1px;
}
    
h2#title {



    border-left: 8px solid #2d950d;
    padding: 0 0 0 15px;
    color: #333333;
    font-size: 18px;

    margin-top: 20px;
    margin-bottom: 25px;
}
    
    
    
    .businessDetailInfo {
        margin: 0 -20px;
        border: none;
    }
    
    .logo_sp {
        display: inline-block;
        height: 22px;
        margin: 0 10px 0 0;
        vertical-align: bottom;
    }
    
    .detailInfoHead h2 {
font-size: 16px;
}
.detailInfoHead .left {
    float: none;
    width: auto;
    display: none;
}  
    .companyName {
    font-size: 13px !important;
        margin: 0 0 5px 0;
}
    
.detailInfoHead .right {
    float: none;
    width: auto;
}      
    
    .infoTxt {
    margin: 0 0 60px 0;
}
.infoTxtBox {
    display: inline-block;
    width: 100%;
}    
    
    h2.mainImage {
        margin: 20px 0 0 0;
    }
    
.tbl_bosyu th,
.tbl_bosyu td {
    display:  block;
    width: auto;
     margin-top: -1px;
    }
    .tbl_bosyu th {
       padding: 8px 15px;
    }
    .bussinessWrap {
        padding-top: 0;
    }
    .bussinessWrap .inner {
        margin: 0 20px;
        width: auto;
    }
    .businessBox {
   
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
    margin: 0 0 40px 0;
}
    
   .businessDetail .businessBox {
    border: none;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
    margin: 0 -20px 40px -20px;
}    
    
.business_bosyu img {
    width: auto;
    margin: 0 auto;
     margin: 10px 0 30px 0;
}    
    
.businessHeader h3 {
    font-size: 16px;
}    

    
.businessGallery li {
    list-style: none;
    float: none;
    width: auto;
    margin: 0 0 1.5% 0;
}
.businessGallery li:nth-child(3n) {
    list-style: none;
    float: none;
    width: auto;
    margin: 0 0 1.5% 0;
}    
  .businessGallery li:nth-child(2n) {
    list-style: none;
    float: none;
    width: auto;
    margin: 0 0 1.5% 0;
}    
      
  .businessGallery li img {
      width: 100%;
}     
    
    .businessContent .left {
        /*float: none;
        text-align: center;*/
        /*width: auto;*/
    }  
    .businessContent .left img {
        /*height: 120px;*/
        margin: 0 0 10px 0;
    }
    .businessContent .right {
        /*float: none;
        width: auto;*/
    }        
    
    
    .contentInner .businessInfoTxt {
        float: none;
        font-size: 13px;
        width: auto;
    }
    .contentInner .businessInfoTbl {
        display: none;
    }  
    .businessContent h4 {
        font-size: 14px;
    }
    .btnLine {
        display: none !important;
    }
    .btnRed {
        display: block !important;
        width: auto !important;
    }
    
    
 .listBtn, .mailBtn {
    width: 100%;
  }

.businessTxtBox {
    margin: 0 0 60px 0;
}
  #company .inner {
    padding: 15px;
      margin: 0;
      word-break: break-all;
  }
    .contentInner .businessInfoTxt {
    height: 60px;
        overflow: hidden;
        
 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
        
        /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
        
        }
    .businessContent {
    padding: 20px 20px 10px 20px !important;
}
    
    
    .businessFooter {
        border-top: none;
        padding: 10px 20px !important;
    }
    
    
    .businessTxtBox .right {
        float: none;
        width: auto;
        text-align: center;
    }
    .businessTxtBox .right img {
        width: 100%;
    }
    .businessTxtBox .left {
        float: none;
        width: auto;
        font-size: 15px;
    }    
        .businessGallery {
        margin: 20px 0 60px 0;
    }
    .movieWrap {

    margin: 0 0 60px 0;
}
.comnapyName {
  background: url(../business/dairiten/img/icon_company.png) no-repeat left;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0 0 30px;
    margin: 0;
}    
    
    .mailBtn {
        margin: -40px 0 80px 0;
    }    
    
}