.fv_txt {
    text-align: center;
    background: #cc0000;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: bold;
}
.bread {
    background: #ececec;
    padding: 4px 0;
}


.build_contents_box{
padding: .5% 2% 2% 2%;
margin: 2em auto;
background:white;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
width: 100%;
}
.build_contents_box h2 {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0px;
    text-align: center;
    font-size: 175%;
    font-weight: bold;
    border-bottom: 2px solid #186808;
    margin-bottom: .5em;
    background-image: none;
    padding-bottom: .1em;
    color: #186808;
    margin-top: 0;
}
.flex_box_between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px auto;
}
.col_2.mokuji {
    border-right: 1px dotted #ccc;
    margin-right: .5em;
    padding-right: .5em;
}
.mokuji .col_2 {
    width: 49%;
}
ul.mkj {
    margin: 0 0 0 30px;
    list-style: square;
}
ul.mkj li {
    color: #333;
    font-size: 1.05em;
    line-height: 1.2em;
    margin-bottom: 7px;
}
ul.sub_mkj {
    margin: .5em 0 1em 1em;
    list-style: circle;
}
ul.sub_mkj li {
    color: #333;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 7px;
}
ul.mkj li a, ul.sub_mkj li a {
    color: #000;
    text-decoration: underline;
}
ul.mkj li a:hover,ul.sub_mkj li a:hover{
	color: dodgerblue;
	text-decoration: none;
}
ul.s_list li {
    margin-top: 0em;
    list-style: none;
}
#top_none {
    display: unset;
}
.column_1 h3.area_inquiry {
    text-align: center;
    font-size: 175%;
    font-weight: bold;
    border-bottom: 2px solid #76ae02;
    margin-bottom: .5em;
    padding-bottom: .2em;
    margin-top: 2em;
}
/*------涙そうそうリスト_会社案内調整 ------*/
h2#service_list, h2#soso_list {
    margin-top: 1em;
}
.inside.container .company_info h3 {
    background: none;
    border: 0px;
    color: #148c5e;
    font-size: 2.5em;
    padding: .5em 0 0 0;
    margin: .5em 0 0 .5em;
    font-weight: bold;
    line-height: 100%;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, img, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
}
.company_info ul.contact_sele {
    margin: 0 0 0 1em;
    list-style: none;
}
ul.sns li {
list-style: none;
}
.column_2{
	width: 49%;
}
/*------涙そうそうリスト_会社案内調整 / ------*/

/*------ 詳細ボタン ------*/
.more_btn {
    text-align: center;
    margin: 1em 0;
}
.arrow_btn {
    display: inline-block;
    position: relative;
    width: 240px;
    padding: 0.8em;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    color: #ff8c00;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #ff8c00;
    transition: transform ease .3s;
}
.arrow_btn span {
    display: inline-block;
    text-decoration: none;
    transition: transform ease .3s;
}
#rule_category a.arrow_btn, .service_lineup a.arrow_btn {
    color: #ff8c00;
    text-decoration: none;
}
.arrow_btn:hover {
    cursor: pointer;
    text-decoration: none;
    color: #ff8c00;
}
/*------ 詳細ボタン / ------*/

/*------ スマホヘッダーメニュー調整 ------*/
@media only screen and (max-width: 896px) {
  ul.nav.menu {
    display: none;
  }
  #top_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .build_contents_box h2 {
    font-size: 150%;
  }
  footer {
    width: 100%;
  }
}
@media screen and (max-width:480px){
  .mokuji .col_2 {
    width: 100%;
  }
  .col_2.mokuji {
    border-right: none;
  }
  ul.mkj li, ul.sub_mkj li {
    font-size: 0.9em;
    margin-bottom: 4px;
  }
}
/*------ スマホヘッダーメニュー調整 / ------*/

