@charset "UTF-8";
/* TOP */
 /* .viewer {
    display: block;
    margin: 0 auto;
    max-width: 980px;
    width: 90%;
    height: 400px;
    text-align: left;
    overflow: hidden;
        ul{
            max-width: 980px;
            width: 100%;
            height: auto;
            text-align: left;
            overflow: hidden;
            position: relative;
                li{
                    top: 0;
                    left: 0;
                    max-width: 980px;
            width: 100%;
                    height: 400px;
                    display: none;
                    position: absolute;
                }
        }
}
.viewer ul li img {
    max-width: 980px;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
} */
.viewer {
  display: block;
  margin: 0 auto;
  max-width: 980px;
  width: 90%;
  overflow: hidden;
  position: relative;
}

.viewer ul {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.viewer ul li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.viewer ul li:first-child {
  position: relative;
  display: block;
}

.viewer ul li img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width:768px) {
    .viewer{
        width: 100%;
    }
}

#top_contents{
	max-width: 980px;
    width: 90%;
	margin:30px auto 0 auto;
}

.contents_guide_ttl{
    font-size: 32px;
    font-weight: bold;
    width: 83%;
    margin-inline:auto;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 4px;
    margin-bottom: 30px;
}
#contents_guide{
    display: flex;
    justify-content: space-between;
}

#new{
    width: 100%;
    height: 250px;
    background-color: #d8e5f1;
    /* background-image: url(../img/);
        background: url(../img/home/bg_new.png) no-repeat 2px 2px; */
    border-radius: 10px;
    padding: 16px 30px;
        a{
            background:url(../img/ico_blue.png) no-repeat left 5px;
            padding: 0 0 0 17px;
            color: #333;
        }
}
#new h2{
    color: #0f4c81;
}
#new ul li{
    margin: 0 0 1em 0;
}
#new a{
    font-weight: bold;
}

#customer{
    width: 48%;
    height: 250px;
    background-color: #e0f1e3;
    /* background: url(../img/home/bg_customer.png) no-repeat 2px 2px; */
    border-radius: 10px;
    padding: 16px 30px;
        a{
            background:url(../img/ico_green.png) no-repeat left 5px;
            padding: 0 0 0 17px;
            color: #333;
        }
        p{margin: 10px 0 0 0;}
}
#customer h2{
    color: #368040;
}
#customer a{
    font-weight: bold;
}
#customer p{
    margin-top: 1em;
}
@media screen and (max-width:980px) {
    .contents_guide_ttl{
        font-size: 24px;
        width: 95%;
    }
    #new, #customer{
        padding: 16px 20px;
    }
}
@media screen and (max-width:599px) {
    #contents_guide{
    flex-direction: column;
    align-items: center;
}
#new{
    margin-right: 0;
    margin-bottom: 20px;
    width: 90%;
}
#customer{
    width: 90%;
}
}


#top_info{
    border-bottom: #ccc 1px dotted;
    margin: 30px 0 0 0;
}

#hline_info{
    display: flex;
    font-size: 24px;
    font-weight: bold;
    color:#368040;
    padding:0 0 10px 0;
}
#hline_info::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/ico_info.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#btn_info{
    color: #368040;
    background-color: #fff;
    border: 1px solid #368040;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 140px;
    padding: 5px 0;
    margin: 20px auto 80px;
    transition: all .3s ease-in-out;
        span{display: none;}
        &:hover,
        &:active{
            background-color: #368040;
            color: #fff;
        }
}
#btn_info::after{
    content: ">";
    margin-left: 1em;
}

#btn_address{
    max-width: 460px;
    width: 70%;
    padding: 20px 0;
    margin:30px 0 50px;
    text-decoration:none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    background: #e67e22;
    border-radius: 10px;
    font-size:24px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
        &:hover,
        &:active{opacity: 0.8;}
        img{vertical-align: middle;}
}

#info_list dt{
    float: left;
    border-bottom: #d9d9d9 1px solid;
    width: 120px;
    padding:10px 0;
}

#info_list dd{
    border-bottom: #d9d9d9 1px solid;
    padding:10px 0;
        a{color: #333333;}
}
@media screen and (max-width:980px) {
    #info_list dt{
    float: none;
    border-bottom: none;
}
}
@media screen and (max-width:599px) {
    #btn_address{
        width: 100%;
        font-size: 20px;
    }
}

/* サイトマップ */
#block_a{
    width: 475px;
    float:left;
    margin: 20px 30px 0 0;
}

#block_b{
    width: 475px;
    float:left;
    margin: 20px 0 0 0;
}

#block_a a,
#block_b a{
    display: block;
    background: url(../img/sitemap/ico_list.png) no-repeat left 7px;
    padding:0 0 0 9px;
    margin: 0 0 10px 0;
}

#block_a dt,
#block_b dt{
    background: url(../img/sitemap/ico_dt.png) no-repeat left 7px;
    padding:0 0 0 10px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#block_a dd,
#block_b dd{
    margin: 0 0 0 10px;
}



/* 反社会的勢力 */
h3#hline_antisocial{
	font-size: 14pt;
	font-weight: normal;
	background-image:none;
}

#antisocial_list{
	margin: 15px 0 0 0;
        li{margin: 0 0 10px 0;}
}

#antisocial_sign{
	margin: 15px 0 0 0;
	text-align: right;
}

/* 詐欺 */
#sagi{
     border: 3px solid #ff0000; /* 線の太さ・種類・色 */
     border-radius: 5px;
     padding: 50px 10px 10px 10px;  /* 内側の余白 上・右・左・下 */
     position: relative;
     z-index: 0;
     line-height: 180%;
     font-size:14pt;
     margin-bottom: 20px;
     background: #FFD9D9;
        &::before{
             background-color: #ff0000; /* タイトル部分背景色 */
             border-radius: 2px 2px 0px 0px;
             color: #fff;   /* タイトル部分文字色 */
             font-size:18pt;
             font-weight: bold;
             content: '弊社の会社名「ワンライフ」を名乗る詐欺にご注意ください。';
             height: 45px;  /* タイトル部分高さ */
             padding:7px;
             box-sizing:border-box;
             position: absolute;
             top: 0;
             left: 0;
             right: 0;
             z-index: 2;
        }
}

#sagi_link{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
        a{
            font-size:18pt;
            color:#ff0000;
            font-weight: bold;
        }
}

/* 変更事項手続き */
.address_btn{
    color: #368040;
    background-color: #fff;
    border: 1px solid #368040;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 280px;
    padding: 5px 0;
    margin: 20px 0 80px;
    transition: all .3s ease-in-out;
        span{display: none;}
        &:hover,
        &:active{
            background-color: #368040;
            color: #fff;
        }
}
.address_btn::after{
    content: ">";
    margin-left: 1em;
}
