@charset "utf-8";
/* CSS Document */

/*タイトル*/
.headline05{color: #333333;}
.title-brand {width:100%;
    font-size: 21px;
    color: #333333;
    text-align: center;
	margin-bottom:20px;
	padding-bottom:10px;
border-bottom:2px solid #005e32;
}
.main-title{margin-bottom:30px;}
.wins{font-size:16px;font-weight:bold;text-align: center;}
.wins span{font-size:18px;}
.headline07{color:#444;
padding-bottom:5px;
margin-bottom:20px;
font-size:15px;}

.headline08 {
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 8px solid #005e32;
  color: #333;
  font-size:14px;
  font-weight: bold;
}

.headline03 {
  margin-bottom: 20px;
  padding: 20px 10px;
  background-color:#005E32;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
.number-lead__number{background-color:#005E32;}

.consultation-form__lead {
    margin-bottom: 20px;}



/*ボタン*/
.content-top-btn::after {
  transform: rotateZ(90deg) translateX(-50%);
  width: 10px;
  height: 10px;
}
.detail__btn{width:200px;}

/*応募フォーム*/
.btn_form{
    width:400px;
    height:90px;
    line-height:90px;
}
.btn_form a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#EB6100;
    text-align:center;
    color:#FFFFFF;
    font-size:30px;
    font-weight:bold;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    box-shadow:5px 5px 5px 0px #DEDEDE ;
}
.btn_form a:hover{
    background:#EBBA9D;
    color:#FFF3E1;
    margin-left:5px;
    margin-top:5px;
    box-shadow:none;
}


/*装飾*/
.border-box{position: relative;padding:60px 20px 20px;}
.border-box .no{position: absolute;
left:50%;
top:0px;
	   -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.table-monitor__head{background-color: #fff;}

/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*タグ*/
.tag {
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    max-width: 330px;
    z-index: 1;
}

.tag_red{background-color:#d15945;}
.tag_green{background-color:#2BA638;}
.tag_blue{background-color:#0075bf;}
.tag_gray{background-color:#555555;}
.img-tag_orange {
  background: #eb6100;
}


/*背景*/
.bk_beige{padding:30px 15px;
background-color: #FEF5E8;
box-sizing: border-box;
}

.bk_gray{padding:30px 20px;
background-color: #F8F8F5;
box-sizing: border-box;
}

/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner {
    width: 95%;
}
.item_center_inner p{line-height: 1.6rem;font-size:14px;color:#333;}
#first .item_center_inner p{line-height: 1.8rem;}

@media print, screen and (max-width: 767px){
.logo{width:70px;}
.product {
    display: flex;
    justify-content: center;
    width: 320px;
    margin: 0 auto 30px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.product img {
width: fit-content;
    height: 200px;
    object-fit: cover;
}


}
