@charset "UTF-8";

.title_2._common002 h2 {
    margin-bottom: 30px;
    font-size: 1.6em;
    background: url(../images/home/btn_bg3.jpg);
    padding: 0.5em 1em 0.6em 1.8em;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}

.title_2._common002 h2:before {
    content: "";
    background: #2e8b57;
    width: 4px;
    height: 25px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.title_2._common002 h2:after {
    content: "";
    border: 1px solid #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.n_tel a{
display: inline-block;
position: relative;
}
.h_box{
    display: flex;
    align-items: center;
}
.conatct_bana{
    margin-left: 10px;
    max-width: 250px;
}
.header-container .col2-tel a{
    padding: 0;
}
.n_tel a{
    display: inline-block!important;
    position: relative;
max-width: 320px;
padding-left: 40px!important;
font-size: 32px!important;
}
.n_tel i{
    bottom: 0;
    margin: auto;
    font-size: 50px!important;
    transform: rotateZ(-30deg);
}
.ham_menu input ~ nav > ul > li i{
    position: absolute;
    left: 0;
    right: auto;
}
h1, h2, h3 {
    line-height: 1.6;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

 @media only screen and (max-width: 1200px){
   
 }

 @media only screen and (max-width: 1024px){
   .conatct_bana{
    max-width: 150px;
   }
 }

 @media only screen and (max-width: 834px){
    .h_box{
        display: block;
    }
  .conatct_bana{
   position: fixed;
   right: 10px;
   bottom: 100px;
   margin: 0;
   }
 }

 @media only screen and (max-width: 640px){


 }