@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:16px; } }@media screen and (max-width: 1200px) { html{font-size:15px; } }@media screen and (max-width: 1024px) { html{font-size:14px; } }@media screen and (max-width: 768px) {  html{font-size:13px; } }@media screen and (max-width: 480px) {  html{font-size:12px; } }a,a:visited,a:active { color:#424242}a:hover { color:#bababa}
/* css setting */
/*　==============================　実績ページ　==============================　*/
.tbl_results {
width: 100%;
margin: 0rem;
padding: 0rem;
vertical-align: middle;
font-size: 0.8rem;
border-collapse: collapse;
border: 1px solid #c8c9ca;
}
.tbl_results.none thead {
display: none;
}
.tbl_results th {
padding: 0.5rem 1rem;
text-align: left;
font-weight: normal;
border: 1px solid #c8c9ca;
}
.tbl_results th:first-child, .tbl_results td:first-child {
width: 55%;
}
.tbl_results th:nth-child(2), .tbl_results td:nth-child(2) {
width: 25%;
text-align: center;
}
.tbl_results th:nth-child(3), .tbl_results td:nth-child(3) {
width: 20%;
text-align: center;
}
.tbl_results td {
padding:  0.5rem 1rem;
text-align: left;
border: 1px solid #c8c9ca;
}
.tbl_results thead th {
padding: 0.5rem 0rem;
text-align: center;
font-weight: bold;
background-color: #eeeeef;
}
@media screen and (max-width: 480px) {
.tbl_results {
font-size: 1rem;
display: block;
position: relative;
border: none;
border-top: 1px solid #c8c9ca;
border-left: 1px solid #c8c9ca;
}
.tbl_results thead {
display: block;
float: left;
}
.tbl_results.none thead {
display: block;
}
.tbl_results tbody {
display: block;
width: auto;
position: relative;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.tbl_results th, .tbl_results td {
display: block;
padding: 0.5rem;
border: none;
border-bottom: 1px solid #c8c9ca;
}
.tbl_results thead th {
padding: 0.5rem;
border: none;
border-bottom: 1px solid #c8c9ca;
}
.tbl_results tr {
border-right: 1px solid #c8c9ca !important;
display: inline-block;
}
.tbl_results tbody tr {
margin-right: -4px;
}
.tbl_results th:first-child, .tbl_results td:first-child {
width: auto;
text-align: center;
}
.tbl_results th:nth-child(2), .tbl_results td:nth-child(2) {
width: auto;
text-align: center;
}
.tbl_results th:nth-child(3), .tbl_results td:nth-child(3) {
width: auto;
text-align: center;
}
}

/*　==============================　新着情報ページ　==============================　*/
#pt101-1Parent {
background-color: #324557;
}
/*　==============================　会社概要ページ　==============================　*/
/*　----------　会社概要　----------　*/
.cp_left {
font-size: 0.9rem;
padding: 1rem 0;
vertical-align: top;
width: 20%;
font-weight: bold;
text-align: justify;
color: #7a8e96;
}
.cp_right {
font-size: 0.9rem;
text-align: justify;
padding: 1rem  0 1rem 1rem;
vertical-align: top;
width: 80%;
}
.cp_line {
border-top:1px solid #ccc;
}
/*　==============================　フィルム施工ページ　==============================　*/
.film-margin-n{
margin-top: -3rem;
position: relative;
}
/*----------------------- シナックパネルソーテーブル -----------------------*/
.film-paneruso-table-wrapper{
max-width: 835px;
}
.film-paneruso-table-list:last-child .film-paneruso-contents {
border: none;
padding: 0.7rem 0rem 0rem 0rem;
}
.film-paneruso-contents {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: flex-start;
border-bottom: 1px solid #c8c9ca;
padding: 0.7rem 0rem 0.7rem 0rem;
width: 100%;
}
.film-paneruso-contents dt{
margin-right: 30px;
width: 100px;
}
.film-paneruso-contents dd{
width: calc(100% - 130px);
}
@media screen and (max-width: 498px){
.film-paneruso-contents dt{
margin-right: 20px;
width: 80px;
}
.film-paneruso-contents dd{
width: calc(100% - 100px);
}
}
/*----------------------- 内観ボックス -----------------------*/
.film-interior-space{
line-height: 4rem;
}
.film-interior-box-wrapper{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
font-size: 1.4rem;
width: 100%;
}
.film-interior-box-item {
color: #ffffff;
background-color: #00718f;
margin-right: 3%;
padding: 3rem 0rem;
width: 22.75%;
}
.film-interior-box-item:last-child {
margin-right: 0%;
}
@media screen and (max-width: 768px){
.film-interior-box-wrapper{
font-size: 1.1rem;
}
}
@media screen and (max-width: 498px){
.film-interior-box-wrapper{
flex-flow: row wrap;
}
.film-interior-box-item {
margin-right: 5%;
margin-bottom: 5%;
width: 47.5%;
}
.film-interior-box-item:nth-child(2) {
margin-right: 0%;
}
}
/*----------------------- メリットテーブル -----------------------*/
.film-merit-table-wrapper{
max-width: 835px;
}
.film-merit-contents {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
.film-merit-contents dt{
padding: 0.7rem 0rem 0.7rem 0rem;
border-bottom: 1px solid #c8c9ca;
margin-right: 30px;
width: 145px;
}
.film-merit-contents dd{
padding: 0.7rem 0rem 0.7rem 0rem;
border-bottom: 1px solid #c8c9ca;
width: calc(100% - 175px);
}
@media screen and (max-width: 768px){
.film-merit-contents dt{
width: 115px;
}
.film-merit-contents dd{
width: calc(100% - 145px);
}
}
@media screen and (max-width: 498px){
.film-merit-contents dt{
width: 100px;
}
.film-merit-contents dd{
width: calc(100% - 130px);
}
}
/*　==============================　柱脚工事ページ　==============================　*/
.basepack-margin-n{
margin-top: -3rem;
position: relative;
}
/*　----------　販売施工テーブル　----------　*/
.cb_left {
padding: 1rem 0;
vertical-align: top;
width: 20%;
color: #ffffff;
}
.cb_right {
padding: 1rem  0 1rem 1rem;
vertical-align: top;
width: 80%;
}
.cb_line {
border-top:1px solid #ffffff;
}
@media screen and (max-width: 480px){
.cb_left {
width: 28%;
}
.cb_right {
width: 72%;
}
}
/*----------------------- 柱脚工事フローテーブル -----------------------*/
.basepacktable-wrapper {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
width: 100%;
}
.basepacktable-wrapper li{
width: calc(20% + 20px);
}
.basepacktable-wrapper li:last-child{
width: calc(20% - 20.1px);
}
.basepackcontents {
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
letter-spacing: 0.1rem;
width: 100%;
height: 100%;
}
.basepackcontents dt{
align-self: stretch;
color: #ffffff;
background-color: #00718f;
padding: 2.4rem 0.5rem 2.5rem 0.5rem;
width: calc(100% - 60px);
}
.basepacktable-wrapper li:last-child .basepackcontents dt{
width: 100%;
padding: 3.0rem 0.5rem 2.5rem 0.5rem;
}
.basepackcontents dd{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
text-align: left;
padding: 0rem 0rem 0rem 0rem;
width: 60px;
}
.basepack-sankaku{
width: 0;
height: 0;
border: 1rem solid transparent;
border-left: 1.5rem solid #00718f;
margin: auto 0rem auto 1rem;
}
@media screen and (max-width: 768px){
.basepacktable-wrapper {
flex-flow: column wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
padding-top: 1.5rem;
}
.basepacktable-wrapper li{
width: 100%;
}
.basepacktable-wrapper li:last-child{
width: 100%!important;
}
.basepackcontents {
flex-flow: column wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
.basepackcontents dt{
font-size: 1.2rem;
padding: 1.1rem 0rem 1.1rem 0rem!important;
width: 100%;
}
.basepackcontents dd{
margin-top: 0.8rem;
width: 100%;
}
.basepack-sankaku{
width: 0;
height: 0;
border: 1.5rem solid transparent;
border-top: 1.5rem solid #00718f;
margin: auto;
}
}
/*　==============================　防水シーリングページ　==============================　*/
.sealing-margin-n{
margin-top: -3rem;
position: relative;
}
/*----------------------- シーリングフローテーブル -----------------------*/
.sealingtable-wrapper {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
width: 100%;
}
.sealingtable-wrapper li{
width: calc(25% + 20px);
}
.sealingtable-wrapper li:last-child{
width: calc(25% - 20.1px);
}
.sealingcontents {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
letter-spacing: 0.1rem;
width: 100%;
}
.sealingcontents dt{
color: #ffffff;
padding: 5rem 0.5rem 4.9rem 0.5rem;
background-color: #00718f;
width: calc(100% - 60px);
}
.sealingtable-wrapper li:last-child .sealingcontents dt{
width: 100%;
}
.sealingcontents dd{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
text-align: left;
padding: 0rem 0rem 0rem 0rem;
width: 60px;
}
.sealing-sankaku{
width: 0;
height: 0;
border: 1rem solid transparent;
border-left: 1.5rem solid #00718f;
margin: auto 0rem auto 1rem;
}
@media screen and (max-width: 768px){
.sealingtable-wrapper {
flex-flow: column wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
padding-top: 1.5rem;
}
.sealingtable-wrapper li{
width: 100%;
}
.sealingtable-wrapper li:last-child{
width: 100%;
}
.sealingcontents {
flex-flow: column wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
.sealingcontents dt{
font-size: 1.2rem;
padding: 1.1rem 0rem 1.1rem 0rem;
width: 100%;
}
.sealingcontents dd{
margin-top: 0.8rem;
width: 100%;
}
.sealing-sankaku{
width: 0;
height: 0;
border: 1.5rem solid transparent;
border-top: 1.5rem solid #00718f;
margin: auto;
}
}
/*　==============================　事業案内ページ　==============================　*/
/*　--------------------　コンテンツガイドボタンに関する設定　--------------------　*/
.contents-guide .fs_btn {
padding: 3rem 1rem;
box-shadow: 4px 4px 6px 0 rgba(89,69,0,.20);
}
.contents-guide .fs_btn_text {
line-height:1.4rem;
}
.contents-guide .fs_btn_text_sub{
font-size: 0.9rem;
}
.contents-guide .fs_btn_text_main{
font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
.contents-guide .fs_btn {
padding: 1.5rem 1rem;
}
}
/*　--------------------　事業紹介スクエアボックス　--------------------　*/
.business-box{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
.business-item{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
font-size: 2rem;
margin: 0 auto;
background-color: rgba(0,113,143,0.9);
max-width: 400px;
width: 100%;
height: 400px;
}
.business-item span{
font-size: 1.5rem;
}
@media screen and (max-width: 968px) {
.business-item{
font-size: 1.4rem;
height: auto;
padding: 5rem 0rem;
}
}
@media screen and (max-width: 480px) {
.business-item{
margin: 0rem 1rem 0rem 1rem;
padding: 1rem 0rem;
}
.business-img-bg{
background-position: top!important;
}
}
/*　==============================　トップページ　==============================　*/
.top-margin-nA{
margin-top: -4rem;
position: relative;
}
@media screen and (max-width: 480px) {
.top-margin-nA{
margin-top: 0rem;
}
}
/*　--------------------　コンテンツタイトルに関する設定　--------------------　*/
.top-ttl{

}
.top-ttl-eiji{
font-size: 3rem;
line-height: 4rem;
}
.top-ttl-border{
border-bottom: 1px solid #014081;
width: 55px;
height: 1.5rem;
}
@media screen and (max-width: 480px) { 
.top-ttl-border{
margin: 0 auto!important;
}
}
/*　--------------------　イメージ画像に関する設定　--------------------　*/
@media screen and (max-width: 480px) { 

}
/*　--------------------　新着ページリストに関する設定　--------------------　*/
.top-info .ticker{
border-right: 1px solid #ffffff;
padding: 0rem;
margin: 1.1rem 1rem 0.9rem 1rem;
}
.top-info .ticker ul li span{
margin-right: 1rem!important;
}
.top-info .ticker ul li a{
color: #ffffff!important;
}
@media screen and (max-width: 480px) { 
.top-info .ticker{
border-right: 0px solid #ffffff;
border-bottom: 1px solid #ffffff;
padding: 1.5rem 0rem 1rem 0rem;
margin: 0rem 1rem 0rem 1rem;
}
}
/*　----------　ガイドボタン　----------　*/
.top-guide-btn .fs_btn_text_main {
font-size:1.2rem;
}
.top-guide-btn .fs_btn_text_sub {
font-size:0.9rem;
}
.top-guide-btn .fs_btn{
line-height: 1.4rem;
color: #ffffff;
background-color: rgba(0,113,143,0.4);
padding: 6.5rem 0.5rem 6rem 0.5rem;
}
.top-guide-btn .fs_btn:hover {
background-color: rgba(0,0,0,0.05);
}
@media screen and (max-width: 480px){
.top-guide-btn .fs_btn{
padding: 3rem 0.5rem 3rem 0.5rem;
}
}
/*　==============================　header　==============================　*/
/*　--------------------　オートナビに関する設定　--------------------　*/
/*ホバー時のアンダーラインetc*/
.fsNavMenuList li a {
position: relative;
display: inline-block;
text-decoration: none;
}
.fsNavMenuList .active_page > a {
border-bottom:1px solid #00718f;  
}
.fsNavMenuList li a::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 1px;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
background-color: #00718f;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.fsNavMenuList li a:hover::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
/*ホバー時の文字色etc*/
.fsNavMenuList li:hover > a{

}
.fsNavMenuList li a{
box-sizing: border-box!important;
}
/*ナビ横ボーダー*/
.fsNavMenuList main_list_li a{
border-right:1px solid #edcb97;
border-left:1px solid #edcb97;
}
/*ホバー時のサブリスト背景色*/
.sub_list{
background-color: rgba(0,113,143,0.9);
margin-top: 0rem!important;
padding-top: 1rem!important;
padding-bottom: 1rem!important;
left:0;
height:auto!important;
}
/*IE*/
@supports (-ms-ime-align:auto) {
.sub_list {
margin-top: 2.5rem!important;
}
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
.sub_list {
margin-top: 2.5rem!important;
}
}
/*IE11*/
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .sub_list {
margin-top: 2.5rem!important;
}
}
/*　--------------------　ページタイトルガイドボタンに関する設定　--------------------　*/
.page-guide-margin-n {
margin-top: -1.5rem;
}
.page-guide .fs_btn_text {
line-height:1.1rem;
}
.page-guide .fs_btn_text_sub{
font-size: 0.7rem;
}
.page-guide .fs_btn_text_main{
font-size: 0.9rem;
}
/*　--------------------　Fatナビに関する設定　--------------------　*/
.fat-nav li {
list-style-type: none;
text-align: left;
padding: 1.5rem 0 1.5rem 2rem;
font-size: 1.2rem;
border-bottom: 1px solid #ffffff;
}
.fat-nav{
background: rgba(0, 113, 143, 0.96);
}
.hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
background-color: #00718f;
}

/*　Fatnaviフィックス　*/
#topfix-A {
position: absolute;
z-index: 50;
top: 0;
right: 0;
}
#topfix-B {
position: absolute;
z-index: 10;
top: 0;
right: 0;
}
/*　==============================　footer　==============================　*/
/*　サイトマップ　*/
.sitemap-table {
padding: 0 0 0.5rem 1rem;
vertical-align: top;
width: 50%;
line-height: 1.5rem;
}
.sitemap-table a, .sitemap-table a:visited, .sitemap-table a:active ,
.f-link a , .f-link a:visited, .f-link a:active  {
color: #ffffff;
}
.sitemap-table a:hover ,
.f-link a:hover{
opacity: 0.5;
transition:0.3s;
}
@media screen and (max-width: 480px) {
.stmap-g1{
width: calc(57% - 1rem);
}
.stmap-g2{
width: calc(43% - 1rem);
}
}
/*　コンタクトボタン　*/
.f-contact .fs_btn_text {
line-height:1.1rem;
}
.f-contact .fs_btn_text_sub{
font-size: 0.7rem;
}
.f-contact .fs_btn_text_main{
font-size: 0.9rem;
}
/*　--------------------　トップボタン　--------------------　*/
/*　ボタンline-height　*/
.btn-detail .fs_btn_text {
line-height: 1.6;
}
/*　ページトップボタン　*/
.pagetop-btm{
position: fixed;
z-index: 20;
bottom: 0;
right: 0;
}
.pagetop-btm .fs_btn{
line-height: 1.6;
}
.pagetop-btm-sp {
background-color: rgba(50, 68, 86, 0.7);
}
/*　==============================　施工の流れ　==============================　*/
/*　--------------------　フローボックスA　--------------------　*/
.flowA_box{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-flow: row nowrap;
}
.flowA_box_icon{
width: 21%;
text-align: center;
border-right: 1px solid #00718f;
}
.flowA_box_iconB{
width: 21%;
text-align: center;
}
.flowA_box_icon span{
color: #00718f;
font-size: 1.2rem;
display: inline-block;
background-color: #00718f;
border-radius: 4rem;
margin-top: 0.85rem;
margin-bottom: 0.85rem;
}
.flowA_box_line{
width:  4%;
}
.flowA_box_lineB{
width:  4%;
}
.flowA_box_content{
width: 74%;
}
.flowA_box_content dt{
color: #00718f;
font-size: 1.5rem;
margin-bottom: 0.1rem;
}
.flowA_box_content .box_content_read{
margin-bottom: 1.8rem;
}
.flowA_btn_group{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.flowA_b_box{
text-align: center;
width: 48%;
background-color: #00718f;
border: 1px solid #00718f;
}
.flowA_b_box a{
color: #ffffff;
display: block;
padding: 0.9rem 0.5rem 0.8rem 0.5rem;
}
.flowA_b_box a:hover{
background-color: #324456;
color: #ffffff;
transition:0.6s;
}
@media screen and (max-width: 480px) {
.flowA_box{
justify-content: center;
align-items: flex-start;
flex-flow: column nowrap;
}
.flowA_box_icon{
width: 100%;
padding-bottom: 1rem;
border-bottom: 1px solid #00718f;
border-right: 0px solid #00718f;
}
.flowA_box_iconB{
display: none;
}
.flowA_box_icon span{
width: 30%;
border-radius: 6rem;
}
.flowA_box_icon dd{
font-size: 1.5rem;
}
.flowA_box_lineB{
display: none;
}
.flowA_box_content {
width: 100%;
}
}
/*----------------------- フローボックスB -----------------------*/
.flowBtable_wrapper {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
width: 100%;
}
.flowBtable_wrapper li{
width: calc(33.33% + 20px);
}
.flowBtable_wrapper li:last-child{
width: calc(33.33% - 20.1px);
}
.flowBcontents {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
letter-spacing: 0.1rem;
width: 100%;
}
.flowBcontents dt{
font-size: 1rem;
text-align: center;
padding: 1.2rem 0.5rem 1.2rem 0.5rem;
background-color: #ffffff;
width: calc(100% - 60px);
order: 1;
}
.flowBtable_wrapper li:last-child .flowBcontents dt{
width: 100%;
}
.flowBcontents dd{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
text-align: left;
padding: 0rem 0rem 0rem 0rem;
width: 60px;
order: 0;
}
.flowB_sankaku{
width: 0;
height: 0;
border: 1rem solid transparent;
border-left: 1.2rem solid #00718f;
margin: auto 0rem auto 1rem;
}
@media screen and (max-width: 768px){
.flowBtable_wrapper {
flex-flow: column wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
.flowBtable_wrapper li{
width: 100%;
}
.flowBtable_wrapper li:last-child{
width: 100%;
}
.flowBcontents {
flex-flow: column wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
.flowBcontents dt{
font-size: 1.2rem;
padding: 1.1rem 0rem 1.1rem 0rem;
width: 100%;
}
.flowBcontents dd{
margin-top: 1rem;
width: 100%;
}
.flowB_sankaku{
width: 0;
height: 0;
border: 1.5rem solid transparent;
border-top: 1.5rem solid #00718f;
margin: auto;
}
}
/*　==============================　contact　==============================　*/
.cf .formBlockSurveyTable dl dt {
color: #777777;
text-align: left;
width:100%;
margin-right: 0%!important;
}
.cf .formBlockSurveyTable dl dd {
width: 100%;
}
.cf .formBlockSurveyTable dl {
padding: 1% 0;
}
.cf .formBlockSurveyTable dl dd input,
.cf .formBlockSurveyTable dl dd textarea {
width: 96%;
resize: none;
border-radius: 0;
padding: 2%;
}
.cf .formBlockSubmitButton {
width:100%!important;
text-align:center!important;
background-color: #b9b9b9!important;
color:#333333;
}
.cf .formBlockSubmitButton:hover {
background-color: #333333!important;
border: 1px solid #333333;
color:#b9b9b9;
transition:0.6s;
}
.cf .on-pointer input {
cursor: pointer;
}
@media screen and (max-width: 498px) {
.cf .formBlockSurveyTable dl dd input,
.cf .formBlockSurveyTable dl dd textarea {
width: 100%;
}
}
/*　==============================　文字に関する設定　==============================　*/
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.eiji {
font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.space{
letter-spacing: 0.2rem;
}
.space-1{
letter-spacing: 0.1rem;
}
.space-2{
letter-spacing: 0.4rem;
}
.br-sp{
display:none;
}
.br-sp-r{
display:inline;
}
.br-TBH{
display:none;
}
.br-TBH-r{
display:inline;
}
.decoration-line{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
}
.decoration-line:before{
content: "";
flex-grow: 1;
height: 1px; /* 線の太さを変えたいときはここを変える */
background: #706f6f; /* 線の色を変えたいときはここを変える */
margin: 0rem 2em 0rem 0rem; /* 文字と線の余白用 なくても良い */
}
.decoration-line:after{
content: "";
flex-grow: 1;
height: 1px; /* 線の太さを変えたいときはここを変える */
background: #706f6f; /* 線の色を変えたいときはここを変える */
margin: 0rem 0em 0rem 2rem; /* 文字と線の余白用 なくても良い */
}
@media screen and (max-width: 768px) { 
.tx-centerTBH{
text-align: center!important;
}
.tx-leftTBH{
text-align: justify!important;
}
.tx-rightTBH{
text-align: right!important;
}
.br-TBH{
display:block;
line-height:0rem;
}
.br-TBH-r{
display:none;
}
}
@media screen and (max-width: 480px) { 
.tx-center{
text-align: center!important;
}
.tx-left{
text-align: justify!important;
}
.tx-right{
text-align: right!important;
}
.br-sp{
display:block;
line-height:0rem;
}
.br-sp-r{
display:none;
}
}
/*　==============================　背景に関する設定　==============================　*/
/*　box-shadow　*/
.boxshadow-w-20{
box-shadow: 4px 4px 6px 0 rgba(89,69,0,.20);
}
@media screen and (max-width: 480px) {
.sp_bg_none{
background-image: none!important;
}
}
@media screen and (max-width: 768px) {
.tb_bg_none{
background-image: none!important;
}
}
/*　==============================　色に関する設定　==============================　*/
.rgba_white{
background-color:rgba(255,255,255,0.8);
}
.rgba_black{
background-color:rgba(0,0,0,0.8);
}
.rgba-black4{
background-color:rgba(0,0,0,0.4);
}
.rgba_basepack{
background-color: rgba(0,122,255,0.4);
}
/*　==============================　■■デフォルト■■　==============================　*/
/*　--------------------　ページタイトルに関する設定　--------------------　*/
.pageheader-ttl{
padding: 4rem 2rem 11rem 2rem;
}
/*　--------------------　パンくずに関する設定　--------------------　*/
.fs_breadcrumb a {
color:#241916;
}
.fs_breadcrumb a:hover{
opacity:0.6;
transition:0.6s;
}
/*　--------------------　マルチイメージのポインター無　--------------------　*/
.cuosor {
pointer-events: none ;
cursor: default ;
}
/*　--------------------　telリンク - スマホ版のみ　--------------------　*/
@media screen and (min-width: 768px) {
a[href^="tel:"] {
pointer-events: none;
}
}
@media screen and (min-width: 480px) {
.tel-splink {
pointer-events: none;
}
}
/*　--------------------　その他　--------------------　*/
a {
text-decoration:none;
}
h1 , h2 , h3 {
margin: 0px 0px 0px 0px;
padding: 0px 0px;
margin-top: 0px;
font-weight: normal;
}
.hover_opacity:hover{
opacity: 0.8;
transition:0.6s;
}
/*　box-shadow　*/
.boxshadow_20 {
box-shadow: 4px 4px 6px 0 rgba(0,0,0,.20);
}
/*.btn_clearfix{
z-index: 0;
display: block;
position: relative;
}*/
/*　--------------------　Google font　--------------------　*/
.googlefont {
font-family: 'Roboto', 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;
}

/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*----- 大阪オフィス追加 調整 -----*/
#ccm-layout-area41-176-3 .m0imp .ccm-layout-col-spacing {
    margin: 0px !important;
}