@charset "UTF-8";
/* sp */

/* ============================================================ */
/* スライド */
/* ============================================================ */



/* ============================================================ */
/* ヘッダの固定 */
/* ============================================================ */

#wrap {
     padding: 0 0 0 !important;
}

header {
    position:inherit !important;
	margin-bottom: 20px;
}

/* ============================================================ */
/* フッタの固定 */
/* ============================================================ */
 .sp_hd {
    display: none;
  }

  #sp_hd {
    display: none;
  }

.bg_content_wrap6_float {
    background: #FFF;
    overflow: visible;
    padding: 8px !important;
/*    z-index: 1 !important;*/
    border: 7px solid #eee;
}

.bg_content_wrap6_float .content_box8 {
	width: 100%;
	position: relative;
}
.bg_content_wrap6_float .content_box8 ul {
	width: 100% !important;
	position: relative;
    padding: 0 5px;
}
.bg_content_wrap6_float .content_box8 ul li{
	z-index: 999 !important;
	margin:  3px 3px 0 3px;
    padding:5px 0 0 0;
    float: left;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
}
.bg_content_wrap6_float .li_content8-1{ 
	width: 48.5% !important;	
    height: 63px;
}
.bg_content_wrap6_float .li_content6-2{
	float: left;
	width: 47% !important;
    height: 63px;
}
.bg_content_wrap6_float .li_content6-2 a{
	width: 95% !important;
    color: #FFF;
}

.li_content8-1{
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    background-color:#224D9A;
}

.li_content8-1 a{
    color: #FFF;
    font-weight: bold;
}

.li_content8-1 a img{
    margin: 6px;
}

.li_content8-2{
	width: 95%;
	height: auto;
	position: inherit;
	position: relative;
	top: 3px;
}

.li_content6-2{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color:#FF85B4;
}

.li_content6-2 p{
    font-weight: bold;
    line-height: 1.4;
}

.li_content6-2 p span{
    font-weight: normal; 
    font-size:1rem;
    line-height: 2;
}

.li_content6-2 p img{
    margin: 5px;
}

.content_box8 ul .sp_li8_1{
	width: 100% !important;
	height: auto;
	position: relative !important;
	/*top:-4px;*/
	top:2px;
	z-index:999 !important;
}

#history_menu {
    position: fixed;
    right: 10px;
    bottom: 100px !important;
    z-index: 10;
}

/*2021年改訂追加20210426*/
.bg_content_wrap6_float .contact_b ul {
    display: flex;
    flex-wrap: wrap;
}
.bg_content_wrap6_float .contact_b ul li{
    font-size: 1.2rem;
    line-height: 1.4;
    flex: 0 0 30%;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    height: 63px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    display: block;
}
.bg_content_wrap6_float .contact_b ul li img{
    margin-bottom:5px;
}
.bg_content_wrap6_float .contact_b ul li:nth-of-type(1){
    flex: 0 0 23%;
    border-radius: 8px;
    background-color: #FF85B4;
}

.bg_content_wrap6_float .contact_b ul li:nth-of-type(1) i.icon-outer{
    position: absolute;
    top:5px;
    right:5px;
}

.bg_content_wrap6_float .contact_b ul li:nth-of-type(1) i.icon-right{
    font-size:1rem;
}

.bg_content_wrap6_float .contact_b ul li:nth-of-type(2){
    flex: 0 0 23%;
    border-radius: 8px;
    background-color: #ff7e00;
}

.bg_content_wrap6_float .contact_b ul li:nth-of-type(3){
     flex: 0 0 48%;
   border-radius: 8px;
    background-color: #224D9A;
}

.bg_content_wrap6_float .contact_b ul li a{
     color:#FFF;
    display: block;
}
