@charset "utf-8";
/* default */
@import url("responsive/normalize.css");
@import url("responsive/responsive.gs.24col.css");
@import url("slider/slider-pro.min.css");
@import url("lightbox.min.css");
@import url("common.css");
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* **************** 
main: #243c77;
main: rgba(36,60,119,);
sub: #679363;
sub: rgba(103,147,99,);
subB: #E13781;
subB: rgba(225,55,129,);
***************** */
main{
 background: #efefef;
}
main .container{
 padding: 0 1em;
}
aside{
 background: #243c77 ;
 display: none;
 box-sizing: border-box;
 width: 50%;
 height: 100%;
 padding: 60px 0 15px;
 text-align: center;
 position: fixed;
 top: 0;
 left: 100%;
 z-index: 2;
}
aside li{
 display: block;
 padding: 0;
 border-bottom: 1px solid #dddddd;
}
aside li:first-child{
 border-top: 1px solid #dddddd;
}
aside li a{
 background: rgba(255,255,255,.05);
 color:#fff;
 display: block;
 padding: .5em;
 text-align: center;
}
aside li:hover{
 background: rgba(0,0,0,.5);
}
aside li a:hover{
 color:#fff;
}
aside li img{
 max-width: 65%;
}
nav{
 display: none;
}
footer{
 background: rgba(36,60,119,1);
 color: #dedede;
 font-size: 10px;
 font-size: 1.0rem;
 margin-top: 1.5em;
 padding: 1em;
}
footer ul{
 margin: 1em 0;
}
footer #copyRight{
 margin: 1em 0;
 padding-left: .5em;
}
footer ul li{
 border-left: 1px solid #dedede;
 display: inline;
 padding-left: .5em;
}
footer ul li a:link,
footer ul li a:visited{
 color: #dedede;
 text-decoration: none;
}
footer ul li a:hover{
 color: #fff;
 text-decoration: underline;
}
footer ul li:first-child{
 border-left: 0;
}
.mainClr100{
color: rgba(36,60,119,1);
}
.subClr100{
color: rgba(103,147,99,1);
}
.subClrB100{
color: rgba(225,55,129,1);
}
.mainClr80{
color: rgba(36,60,119,.8);
}
.subClr80{
color: rgba(103,147,99,.8);
}
.subClrB80{
color: rgba(225,55,129,.8);
}
.mainClr60{
color: rgba(36,60,119,.6);
}
.subClr60{
color: rgba(103,147,99,.6);
}
.subClrB60{
color: rgba(225,55,129,.6);
}
/* TOPページ */
#mainWrap .menu li{
 margin-bottom: 1em;
}
#mainWrap img.areaMap{
 margin-bottom: 1em;
}
#mainWrap ul.bnrArea li{
 padding: 0 1.6em .8em;
}
#mainWrap .bnrArea.spNone{
	display: none;
}
#mainWrap .bnrArea.pcNone{
}
/* 各ページ共通＆各ページTOP */
h1.pageTtl{
 color: #fff;
 font-weight: bold;
 margin: 0 0 1em;
 padding: 2.5em 0;
 text-align: center;
 text-shadow: 2px 2px 5px #333;
 filter:dropshadow(color=#333,offX=2,offY=2);
}
.kaitaiWrap h1.pageTtl{
 background: #300 url(../images/header/009.jpg);
 background-size: cover;
}
.kaitaiWrap.kaitaiCase h1.pageTtl{
 background: #300 url(../images/header/006.jpg);
 background-size: cover;
}
.kaitaiWrap.kaitaiService h1.pageTtl{
 background: #300 url(../images/header/008.jpg);
 background-size: cover;
}
.kaitaiflowWrap h1.pageTtl{
 background: #300 url(../images/header/009.jpg);
 background-size: cover;
}
.voiceWrap h1.pageTtl{
 background: #300 url(../images/header/005.jpg);
 background-size: cover;
}
.commitWrap h1.pageTtl{
 background: #690 url(../images/header/007.jpg);
 background-size: cover;
}
.chooseWrap h1.pageTtl{
 background: #960 url(../images/header/010.jpg);
 background-size: cover;
}
.shushuWrap h1.pageTtl{
 background: #036 url(../images/header/002.jpg);
 background-size: cover;
}
.faqWrap h1.pageTtl{
 background: #030 url(../images/header/003.jpg);
 background-size: cover;
}
.companyWrap h1.pageTtl{
 background: #369 url(../images/header/011.jpg);
 background-size: cover;
}
/*トグルメニューボタン共通 */
#menuButton{
 background: rgba(36,60,119,.7);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 display: block;
 width: 42px;
 height:42px;
 position: fixed;
 top: 10px;
 right: 10px;
 z-index: 3;
}
#menuButton span{
 display: block;
 background: #fff;
 width: 24px;
 height: 4px;
 position: absolute;
 left: 9px;
 transition: all 0.4s;
 -webkit-transition: all 0.4s;
 -moz-transition: all 0.4s;
}
#menuButton span:first-child{
 top: 11px;
}
#menuButton span:nth-child(2){
 margin-top: -1px;
 top: 50%;
}
#menuButton span:last-child{
 bottom: 9px;
}
#menuButton.active span:first-child{
 -webkit-transform: translateY(9px) rotate(45deg);
 -moz-transform: translateY(9px) rotate(45deg);
 -ms-transform: translateY(9px) rotate(45deg);
 transform: translateY(9px) rotate(45deg);
}
#menuButton.active span:nth-child(2){
 opacity: 0;
}
#menuButton.active span:last-child{
 -webkit-transform: translateY(-9px) rotate(-45deg);
 -moz-transform: translateY(-9px) rotate(-45deg);
 -ms-transform: translateY(-9px) rotate(-45deg);
 transform: translateY(-9px) rotate(-45deg);
}
/*ヘッダー */
#headerWrap{
 background: #fff;
}
#headerWrap header{
 padding: 1em 0.5em;
}
#headerWrap header .span_5{
 margin-left: 0;
 width: 20%;
}
#headerWrap header .span_5 img{
 min-width: 150px;
}
#headerWrap header .span_19{
 float: right;
 width: 79.1666666667%;
}
#headerWrap .slider-pro{
 background: #efefef;
}
/* メイン枠 */
#mainWrap{
 margin: 1em 0;
 padding-right: 1%;
}
#mainWrap h1{
 background: rgba(36,60,119,.05);
 border-bottom: 2px solid rgba(36,60,119,.7);
 border-top: 1px solid rgba(36,60,119,.7);
 color: rgba(36,60,119,1);
 font-weight: bold;
 padding: .3em .5em;
 margin-bottom: .75em;
}
/* サイド枠 */
#sideWrap{
 margin: 1em 0;
 padding: 1% 1% 1% 2%;
}
#sideWrap a:hover{
 text-decoration-line: underline;
}
#sideWrap ul{
}
#sideWrap ul li{
 margin: 0 0 .3em .3em;
}
#sideWrap ul li span{
 background: rgba(36,60,119,.7);
 color:#fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 display: block;
 margin-bottom: .8em;
 padding: .2em .5em;
}
#sideWrap ul ul{
 display: block;
 margin: 0 0 1em .5em;
}
#sideWrap ul ul li{
 font-size: 14px;
 font-size: 1.4rem;
 line-height: 1.5;
 padding: .3em 0;
 letter-spacing: 0.1em;
}
#sideWrap ul ul li::before{
 color: rgba(36,60,119,.7);
 content: "\f138\00a0";
 font-family: "FontAwesome";
}
#sideWrap a.lnkbtn{
 background: rgba(36,60,119,.3);
 border: 1px solid rgba(36,60,119,1);
 color: rgba(36,60,119,1);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 display: block;
 font-size: 14px;
 margin: 0 0 1em .3em;
 padding: .2em .5em;
 text-align: center;
}
#sideWrap a.lnkbtn::after{
 content: "\00a0\f0a9";
 font-family: "FontAwesome";
}
/* ページトップ */
#pageTop {
 position: fixed;
 bottom: 0;
 font-size: 10px;
 font-size: 1.0rem;
 right: 10px;
}
#pageTop a {
 color: rgba(150,150,150,.7);
 display: block;
 opacity: 0.6;
 text-align: center;
}
#pageTop a:active {
 opacity: 0.4;
}
#pageTop a:hover {
 opacity: 0.9;
}
@media print, screen and (min-width: 600px) {
a[href^="tel:"]{
 pointer-events: none;
}
nav{
 display: block;
 margin: 0 0 1em;
 width: 100%;
}
nav ul{
 margin-left: 1em;
}
nav li.span_5 { width: 20%; }
nav li.col{
 border-left: 1px solid #999;
 margin: 0;
}
nav li.col:first-child{
 border-left: 0;
}
nav li.col a{
 display: block;
 font-size: 11px;
 font-size: 1.1rem;
 padding: .8em .5em;
 text-align: center;
 text-decoration: none;
 letter-spacing: 0;
}
nav li.col a:hover{
 color: #243c77;
 text-decoration: underline #243c77;
}
#menuButton{
 display: none;
}
/* メイン枠 */
#mainWrap ul.bnrArea li{
 padding: 0;
}
#mainWrap .bnrArea.spNone{
	display: block;
	margin:1.5em 0;
}
#mainWrap .bnrArea.pcNone{
	display: none;
}
#mainWrap h1{
 font-weight: normal;
}
/* ページTOP共通 */
#pageTop {
 font-size: 13px;
 font-size: 1.3rem;
}
/* サイド枠 */
#sideWrap ul ul li{
 font-size: 13px;
 font-size: 1.3rem;
 letter-spacing: 0;
}
}
@media print, screen and (min-width: 768px) {
nav li.col a{
 font-size: 12px;
 font-size: 1.2rem;
}
footer{
 font-size: 12px;
 font-size: 1.2rem;
}
h1.pageTtl{
 font-weight: normal;
 padding: 5em 0;
 text-shadow: 1px 1px 3px #333;
 filter:dropshadow(color=#333,offX=1,offY=1);
}
}
@media screen and (min-width : 1024px) {
nav li.col a{
 font-size: 13px;
 font-size: 1.3rem;
 letter-spacing: 0.05em;
}
/* サイド枠 */
#sideWrap ul ul li{
 font-size: 14px;
 font-size: 1.4rem;
 letter-spacing: 0.1em;
}
}
@media screen and (min-width : 1200px) {
nav li.col a{
 font-size: 14px;
 font-size: 1.4rem;
 letter-spacing: 0.1em;
}
}

/*****************************************************************************/
/* 建築解体 ******************************************************************/
/*****************************************************************************/

.kaitaiWrap h2{
 border-left: 8px solid rgba(36,60,119,.7);
 padding-left: 8px;
 line-height: 1;
 margin: 2em 0 .75em 1em;
}
.kaitaiWrap h2:first-child{
 margin: 0 0 .75em 1em;
}
.kaitaiWrap dl{
 margin: 1em 1em 1.5em 2em;
}
.kaitaiWrap dt{
 border-bottom: 1px dotted rgba(36,60,119,.7);
 color: rgba(36,60,119,1);
 margin-bottom: .5em;
 padding: 0em .5em;
}
.kaitaiWrap dt::before{
 content: "\f054\00a0";
 font-family: "FontAwesome";
}
.kaitaiWrap dd{
 margin: 0 0 1em 1em;
}
.kaitaiWrap dl + p img +span.caption,
.kaitaiWrap dl + p img{
 display: block;
 padding: 0 1em 1.5em 2em;
}
.kaitaiWrap .btn a{
 background: rgba(36,60,119,.7);
 color: #fff;
 display: block;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
 margin: 1em 1em 2em;
 padding: .7em;
 text-align: center;
}

/*****************************************************************************/
/*解体の流れ *****************************************************************/
/*****************************************************************************/

.kaitaiflowWrap section div.row{
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background: rgba(36,60,119,.1);
 margin-bottom: 1.5em;
 padding: 1em;
}
.kaitaiflowWrap h2{
 border-bottom: 3px dotted rgba(36,60,119,1);
 color:  rgba(36,60,119,1);
 font-weight: bold;
}
.kaitaiflowWrap .span_4 img{
 padding: 1.5em 5.5em;
}
.kaitaiflowWrap ol{
 counter-reset: listnumber ; /* nameを付けたカウンターリセット */
 list-style: none;
 margin: 0;
 padding: 0;
}
.kaitaiflowWrap ol li{
 line-height: 2;
 margin: .8em 0;
}
.kaitaiflowWrap ol li:before{
 background: rgba(36,60,119,.5);
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 color: #fff;
 counter-increment: listnumber; /* name */
 content: counter(listnumber); 
 display: inline-block;
 font-size: 20px;
 font-size: 2.0rem;
 height: 1.9em;
 text-align: center;
 margin-right: .3em;
 width: 1.9em;
}
.kaitaiflowWrap ol li ul{
 counter-reset: none;
 content: none;
}
.kaitaiflowWrap ol li li::before{
 counter-increment: none;
 content: none;
}
.kaitaiflowWrap ol li ul li{
 list-style: disc outside;
 margin-left: 2.5em;
}
.kaitaiflowWrap ol li p{
 line-height: 1.4;
 margin-left: 2.5em;
}
.kaitaiflowWrap ol li .line{
 border-bottom:2px dashed #679363;
}
.kaitaiflowWrap ol li li p{
 line-height: 1.4;
 margin-left: 0;
}
@media print, screen and (min-width: 600px) {
.kaitaiflowWrap .span_4 img{
 padding: 0;
}
.kaitaiflowWrap h2{
 font-weight: normal;
}
}

/*****************************************************************************/
/*お客様の声 *****************************************************************/
/*****************************************************************************/

.voiceWrap h2{
 border-left: 8px solid rgba(36,60,119,.7);
 padding-left: 8px;
 line-height: 1;
 margin: 0 0 .75em 1em;
}
.voiceWrap dl{
 margin: 1em 1em 1.5em 2em;
}
.voiceWrap dt{
 border-bottom: 1px dotted rgba(36,60,119,.7);
 color: rgba(36,60,119,1);
 margin-bottom: .5em;
 padding: 0em .5em;
}
.voiceWrap dt.object::before{
 content: "\f1ad\00a0";
 font-family: "FontAwesome";
}
.voiceWrap dt.comment::before{
 content: "\f075\00a0";
 font-family: "FontAwesome";
}
.voiceWrap dd{
 margin-bottom: 1em;
 padding:  .5em;
}
.voiceWrap .btn a{
 background: rgba(36,60,119,.7);
 color: #fff;
 display: block;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
 margin: 1em 1em 2em;
 padding: .7em;
 text-align: center;
}

/***************************************************************************/
/* お約束 *****************************************************************/
/***************************************************************************/

.commitWrap ol{
 counter-reset: listnumber ; /* nameを付けたカウンターリセット */
 list-style: none;
 margin: 0;
 padding: 0;
}
.commitWrap ol li{
 line-height: 2;
 margin: .8em 0;
}
.commitWrap ol li:before{
 background: rgba(36,60,119,1);
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 color: #fff;
 counter-increment: listnumber; /* name */
 content: counter(listnumber); 
 display: inline-block;
 font-size: 28px;
 font-size: 2.8rem;
 font-family: 'Cinzel', cursive;
 height: 5.6rem;
 text-align: center;
 margin-right: .3em;
 width: 5.6rem;
}
.commitWrap ol li span{
 color: rgba(36,60,119,1);
 display:inline-block;
 font-size: 24px;
 font-size: 2.4rem;
}

/***************************************************************************/
/* 失敗しない業者の選び方  *************************************************/
/***************************************************************************/

.chooseWrap .chooseContents h2{
 /*color: rgba(36,60,119,1);*/
 color: rgba(103,147,99,1);
 font-weight: bold;
 padding: 0 .3em;
}
.chooseWrap .chooseContents h2 span{
 background: rgba(103,147,99,1);
 color: #fff;
 display:inline-block;
 font-size: 25px;
 font-size: 2.5rem;
 height: 4rem;
 line-height: 1.5;
 margin: .8em 0 0;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 margin-right: .3em;
 text-align: center;
 width: 4rem;
 font-family: 'Cinzel', cursive;
}
.chooseWrap .chooseContents p{
 padding: .5em .6em 0 .6em;
}
.chooseWrap .chooseContents em.subClr100,
.chooseWrap .chooseContents em.subClrB100{
 display: block;
 font-size: 18px;
 font-size: 1.8rem;
 font-weight: bold;
 margin: .5em 0;
}
.chooseWrap .chooseContents .btn a{
 background: rgba(36,60,119,.7);
 color: #fff;
 display: block;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 14px;
 font-size: 1.4rem;
	letter-spacing: 0;
 margin: 1em 1em 2em;
 padding: .7em;
}
.chooseWrap .chooseContents ul.chooseList{
 background: rgba(36,60,119,.1);
 font-size: 14px;
 font-size: 1.4rem;
 margin: 1em 2em;
 padding: 1.3em;
}
.chooseWrap .chooseContents ul.chooseList li a{
 text-decoration: underline;
}
.chooseWrap .chooseContents ul.chooseList li{
 margin-bottom: .5em;
}
.chooseWrap .chooseContents ul.chooseList li span{
 background: rgba(103,147,99,1);
 color: #fff;
 display:inline-block;
 font-size: 14px;
 font-size: 1.4rem;
 height: 2.8rem;
 line-height: 1.8;
	margin-top: .2em;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 margin-right: .3em;
 text-align: center;
 width: 2.8rem;
 font-family: 'Cinzel', cursive;
}
.chooseWrap .chooseContents ul.chooseList li a:hover{
 text-decoration: none;
}
/*.chooseWrap .chooseContents ul.chooseList li::before{
 color: rgba(36,60,119,1);
 content: "\f14a\00a0";
 font-family: "FontAwesome";
 display: inline-block;
 margin-right: .2em;
}*/
@media print, screen and (min-width: 600px) {
.chooseWrap dt{
 letter-spacing: 0.25rem;
 line-height: 3.5rem;
}
.chooseWrap dt::before{
}
.chooseWrap .chooseContents h2{
 font-weight: normal;
 padding: 0;
}
.chooseWrap .chooseContents h2 span{
 letter-spacing: 0.1rem;
}
.chooseWrap .chooseContents p{
 padding: .5em 1em 0 2em;
}
.chooseWrap .chooseContents ul.chooseList li{
 margin-bottom: 0;
}
}

/***************************************************************************/
/* 収集・中間 **************************************************************/
/***************************************************************************/

.shushuWrap{
}
.shushuWrap .btn a{
 background: rgba(36,60,119,.7);
 color: #fff;
 display: block;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
 margin: 1em 1em 2em;
 padding: .7em;
 text-align: center;
}
.shushuWrap h2{
 border-bottom: 3px dotted rgba(36,60,119,1);
 color:  rgba(36,60,119,1);
 margin-bottom: .5em;
}
.shushuWrap ul li.span_12:nth-child(odd){
 margin-left: 0;
}
.shushuWrap ul li.span_12 p{
 padding: 0 .5em;
}
.shushuWrap ul li.span_12 p span{
 display: block;
}
.shushuWrap table.shisetsuList,
.shushuWrap table.shisetsuList{
 margin: 2em 0;
 width: 100%;
}
.shushuWrap table.shisetsuList tr,
.shushuWrap table.shisetsuList tr{
}
.shushuWrap table.shisetsuList th,
.shushuWrap table.shisetsuList th{
 background: rgba(36,60,119,.1);
 padding: .5em;
 width: 30%;
}
.shushuWrap table.shisetsuList td,
.shushuWrap table.shisetsuList td{
 background: #fff;
 padding: .5em;
 width: 70%;
}

/***********************************************************************/
/* FAQ *****************************************************************/
/***********************************************************************/

.faqWrap section ul.menu{
 margin-bottom: 2em;
}
.faqWrap section li{
 background: #679363;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 font-size: 13px;
 font-size: 1.3rem;
 letter-spacing: 0;
 line-height: 1;
 padding: 1.5em .3em;
 text-align: center;
}
.faqWrap section li a{
 color:#fff;
}
.faqWrap section li:hover{
 cursor: pointer;
 cursor: hand;
 opacity: .8;
}
.faqWrap dl{
 margin-bottom: 3em;
 padding-left: 1.5em;
}
.faqWrap dt{
 cursor: pointer;
 line-height: 3rem;
 padding-left: 1em;
 margin: .5em 0;
}
.faqWrap dt::before{
 color: #ccc;
 content: "Q";
 display: inline-block;
 font-family: 'Bellefair', serif;
 font-size: 25px;
 font-size: 2.5rem;
 margin-left: -1.5em;
 width: 1.5em;
 text-align: center;
}
.faqWrap dd{
 background: #dfdfdf;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 padding: .5em;
}
.faqWrap .q{
}
.faqWrap .a{
 display: none;
}
@media print, screen and (min-width: 600px) {
.faqWrap dt{
 letter-spacing: 0.25rem;
 line-height: 3.5rem;
}
.faqWrap dt::before{
}
}
@media screen and (min-width : 1024px) {
.faqWrap section li{
 font-size: 16px;
 font-size: 1.6rem;
 letter-spacing: 0.05;
 padding: 1em .3em;
}
}
/***********************************************************************/
/*会社情報**************************************************************/
/***********************************************************************/
.companyWrap{
}
.companyWrap a{
 text-decoration: underline;
}
.companyWrap .message span{
 display: block;
 margin: 1em 0;
}
.companyWrap .message img{
 margin: 0 0 .3em .3em;
 max-width: 50%;
}
.companyWrap .gaiyo{
 font-size: 14px;
 font-size: 1.4rem;
 letter-spacing: .05em;
 line-height: 1.3;
 margin-bottom: 2em;
}
.companyWrap .enkaku{
 font-size: 12px;
 font-size: 1.2rem;
 letter-spacing: .05em;
 line-height: 1.3;
 margin-bottom: 2em;
}
.companyWrap .gaiyo .col:nth-child(odd),
.companyWrap .enkaku .col:nth-child(odd){
 margin-left: 0;
}
.companyWrap .gaiyo dt{
 border-top: 1px dotted rgba(36,60,119,.3);
 color: rgba(36,60,119,1);
 font-weight: bold;
 padding: .5em .3em;
}
.companyWrap .enkaku dt{
 background: rgba(36,60,119,.5);
 border-top: 1px solid #fff;
 color: #fff;
 padding: .6em .4em;
}
.companyWrap .gaiyo dd{
 border-top: 1px dotted rgba(36,60,119,.3);
 padding: .5em .3em;
}
.companyWrap .enkaku dd{
 background: rgba(36,60,119,.1);
 border-top: 1px solid #fff;
 padding: .6em .4em;
}
.companyWrap .gaiyo dt:first-child,
.companyWrap .enkaku dt:first-child{
 border-top: 0;
}
.companyWrap .gaiyo dd:nth-child(2){
 border-top: 1px dotted rgba(36,60,119,.3);
}
.companyWrap .enkaku dd:nth-child(2){
 border-top: 1px solid #fff;
}
.companyWrap .gaiyo dt span::before{
 color: rgba(36,60,119,.7);
 content: "\f138\00a0";
 font-family: "FontAwesome";
}
.companyWrap .accessMap {
 height: 0;
 overflow: hidden;
 padding-bottom: 56.25%;
 padding-top: 30px;
 position: relative;
}
.companyWrap .accessMap iframe,
.companyWrap .accessMap object,
.companyWrap .accessMap embed {
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}
.companyWrap h2{
 margin: 1em 0;
}
.companyWrap h2::before{
 color: rgba(36,60,119,.7);
 content: "\f111\00a0";
 font-family: "FontAwesome";
}

@media print, screen and (min-width: 600px) {
.companyWrap .message img{
 max-width: 25%;
}
.companyWrap .gaiyo dd:nth-child(2),
.companyWrap .enkaku dd:nth-child(2){
 border-top: 0;
}
}
