@charset "utf-8";

body{
    margin:0;

}
body #contents{
            word-break: break-all;
        text-align: left;
        line-height: 1.5em;
}
img{
    max-width: 100%;
}
p{
    margin:0;
}
a{
    text-decoration: none;
}
a img:hover,
a:hover{
    opacity: 0.8;
}
h2,h3,h4,h5,dl,dd,dt{
    margin:0;
}
h2,h3,h4,h5{
    font-weight: bold;
    line-height: 1.8em;
}
table{
    border-collapse: collapse;
}

#content .Wrapper{
    display: flex;
    flex-wrap: wrap;
}
#content ul{
    padding: 0;
}
#content ul li{
    list-style-type: none;
}
#content h2{
    margin:5px 0 10px;
}

#content #contents .tos-box{
    margin:20px auto;
}
#content #contents .tos-box h3{
    background-color: #efefef;
    padding:10px 5px; 
    box-sizing: border-box;
    font-size: 16px;
    margin:10px 0;
}
#content #contents .tos-box ul{
    padding:5px; 
}
#content #contents .tos-box ul li{
    margin-left: 1em;
    margin-bottom:1em;
}

#content #contents .tos-box ul li span{
    margin-left: -1em;
}
#content #contents .tos-last{
    margin:10px auto;
    padding: 10px;
    font-size: 14px;
}
#content #contents .tos-last h4{
    font-weight: normal;
    margin: 5px 0;
}



/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp{
    display: none;
}


#content .ttlTxt{
    font-size: 14px;
    color: #333;
    margin:10px 0 20px;
}

#resetpwd #content #contents h2.title{
    font-size: 20px;
    text-align: left;
}
#resetpwd #content #contents h2.title:after{
    content:url(/images/web/tos/h3_bg.png);
}

header.pc .box dl{
    font-family: 'メイリオ','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-align: center;
    line-height: 28px;
}
footer .btn_top a{
    text-align: center;
}

#contents + #subcontents{
    margin-left: 20px;
}


}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
/*===============================================
●sp_tablet
===============================================*/
#sp_tablet------------------------------------------- {
}
main p{
    padding-left: 10px;
    padding-right: 10px;
}
.pc{
    display: none;
}
img{
    max-width: 100%;
}
#content{
    width:100%;
    box-sizing: border-box;
    font-size: 14px;
}
#content .mypage h3:before{
    display: block;
    margin-bottom: 10px;
}

#content #contents{
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
    /*overflow-x: hidden;*/
}
#content #contents.page{
    background-color: #fff;
}
#content h2{
    font-size: 16px;
    text-align: center;
}
#content h2 span{
    font-size: 14px;
    font-weight: normal;
    bottom:20px;
    left:5px;
    right: 0;
    margin:auto;
    padding: 0 10px;
}


#content #contents .tos-box ul li{
    font-size: 12px;
}

}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tab
===============================================*/
#tab------------------------------------------- {
}
#contents h3 {
    width: 94%;
    margin-left: auto!important;
    margin-right: auto!important;
}
#contents p {
    margin-left: 3%;
    margin-right: 3%;
}
#contents ul {
    margin-left: 3%;
    margin-right: 3%;
}
}
