@charset "utf-8";

/* Defense
--------------------------------------------------------------------------*/

.defense-area{
    background: url("../img/defense/bg.png");
}

.contents-security{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 55px 0 0 0;
}

.contents-security-img{
    padding: 20px 0 20px 0;
}

#defense section.key-v{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10%;
    background: url("../img/essay/bg.jpg") no-repeat;
    background-size: 1980px;
    background-position: center;
    text-align: center;
}

#defense section.key-v img{
    width: 100%;
    max-width: 330px;
}

#defense section.key-v-ttl{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

#defense section.key-v-ttl img{
    position: relative;
    width: 100%;
    max-width: 1250px;
}

#defense section.key-v-ttl-tx{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0px auto;
    overflow: hidden;
}

#defense section.key-v-ttl-tx .cnt-box-l{
}

#defense section.key-v-ttl-tx .cnt-box-r{
}

#defense section.key-v-ttl-tx h3{
    color: #222;
    text-align: left;
    font-size: 50px;
    margin:70px 0 30px 0;
    padding-left: 30px;
}

#defense section.key-v-ttl-tx h3:before{
    content:url("../img/defense/title_icon.png");
    position: absolute;
    left: 0px;
    top:-27px;
    margin: auto;
}


#defense section.key-v-ttl-tx h4{
    background: none;
    color: #222222;
    text-align: left;
    font-size: 50px;
    padding: 0;
    margin-bottom: 15px;
}
#defense section.key-v-ttl-tx h5{
    color: #222222;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}

#defense section.key-v-ttl-tx p.illust{
    width: 100%;
    background: url("../img/defense/illust_line.png") repeat-x;
    margin-top: 30px;
    padding-top: 15px;
}

#defense section .tsubo{
    position: relative;    
}

#defense section .tsubo h5{
    color: #272727;
    margin-top: 35px;
    margin-bottom: 10px;
}

#always_wrap .tc-data h6{
    color: #111111;
    font-size: 140%;
    font-weight:normal;
    line-height: 140%;
    letter-spacing: 0.05em;
    border-top: dotted 1px #A0A0A0;
    border-bottom: none;
    padding: 15px 0 0 0;
    margin: 0px auto 10px auto;
}


@media screen and (max-width:640px) {

.contents-security{
    padding: 5px 0 0 0;
}

#defense section.key-v-ttl-tx h3{
    font-size: 50px;
    margin:20px 0 20px 0;
}
    
#defense section .tsubo img{
    width: 60%;
    margin: 0 20%;
}

}

.contents-security h3{
    margin-bottom: 50px;
}

#defense div.cbw5{
    width: 49%;
}

#defense section.bg-gray{
    background: #faf8f0;
}
#defense section.bg-lgray{
    background: #fdfcf8;
}

h3.security-mark img {
    width: 20%;
    margin: auto;
}

.sns-icon{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns-icon-i{
    width: 20%;
    margin-right: 4%;
}

#always_wrap div.sns-ttl{
    width: 76%;
}

#always_wrap div.sns-ttl h5{
    margin: 0;
    padding: 0;
}

.img-hs img{
    width: 50%;
    margin: 0 25%;    
}

.cnt-fit{
    position: relative;
    display: flex;
}

.cnt-fit div{
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
.cnt-fit div:nth-child(2){
    margin-left: 2%;
}

@media screen and (max-width:1050px) {

#defense section.key-v-ttl-tx{
	padding: 0 5% 25px 5%;
}
}


@media screen and (max-width:640px) {

#defense div.cbw5{
    width: 100%;
}

h3.security-mark img{
    width: 40%;
    margin: auto;
}

#defense section.key-v-ttl-tx h3{
    font-size: 32px;
}

#defense section.key-v-ttl-tx h4{
    font-size: 22px;
}
#defense section.key-v-ttl-tx h5{
    font-size: 14px;
}
    
#defense section.key-v-ttl-tx .cnt-box-r p img{
    width: 50%;
    margin: 0 25%;
}

.img-hs img{
    width: 100%;
    margin: 0;    
}

.cnt-fit{
    display: block;
}

.cnt-fit div{
    display: block;
}
.cnt-fit div:nth-child(2){
    margin-left:auto;
}

}


@media screen and (max-width:440px) {

h3.security-mark img{
    width: 60%;
    margin: auto;
}

}