@charset "utf-8";

@media screen and (min-width:1000px) {
    .hack:after {
        content: " ";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0.1px;
        font-size: 0.1em;
        line-height: 0;
    }

    * html .hack {
        display: inline-block;
    }

    /* no ie mac \*/
    * html .hack {
        height: 1%;
    }

    .hack {
        display: block;
    }

    .cleartext {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        display: inline-block;
    }

    /* Hides from IE Mac */
    * html .clearfix {
        height: 1%;
    }

    .clearfix {
        display: block;
    }

    .pc_none {
        display: none;
    }

    .sp_none {
        display: block;
    }

    .pc_ad_head {
        text-align: center;
        margin-bottom: 10px;
    }

    .mx_copyright {
        text-align: center;
    }

    #div-gpt-ad-1573099338759-1 {
        text-align: center;
    }

    /*---------------------------------------------*/
    body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 12px;
        color: #333333;
        z-index: 0;
    }

    a:link,
    a:visited,
    a:hover {
        color: #3399cc;
        text-decoration: none;
    }

    hr {
        display: none;
    }

    /* パンくずリスト */
    #pan_box {
        color: #2f2f2f;
        font-size: 0.8em;
        padding: 3px 0 3px 10px;
        margin: 0px 0 0 0 !important;
        width: 100%;
        position: absolute;
    }

    #pan_box .in {
        text-align: left;
        margin: 0 auto;
        width: 940px;
    }

    #pan_box a {
        color: #2f2f2f;
        text-decoration: none;
    }

    #pan_box a:hover {
        text-decoration: underline;
    }

    #pan_box span {
        color: #2f2f2f;
        font-weight: bold;
    }

    /*---------------------------------------------*/
    #main {}

    .back-color {
        background-color: #cccccc;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .bg_w {
        padding: 0 0 20px;
        border-radius: 10px;
        width: 1000px;
        margin: 0 auto;
    }

    h1 {
        text-align: center;
        padding: 20px 0 15px;
    }
    
    h1 img{
        width:360px;
    }

    .contents-title {
        color: #000;
        width: 29%;
        border-bottom: 2px solid #000;
        padding-top: 30px;
        margin-left: 45px;
    }

    .contents-title1 {
        color: #000;
        width: 21%;
        border-bottom: 2px solid #000;
        padding-top: 30px;
        margin-left: 45px;
    }

    /*アカウントbox*/
    .account_box {
        background-color: #fff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #b5b5b5;
        display: block;
        height: 175px;
        float: left;
        margin: 10px 20px;
        padding: 10px;
        position: relative;
        width: 440px;
    }

    .account_box img {
        height: 73px;
        width: 73px;
    }

    .image {
        width: 73px;
        height: 73px;
        padding: 5px;
        background-color: #eeeeee;
        border-radius: 4px;
        margin: 11px 0 0 7px;
        float: left;
    }

    .ttitle {
        width: 277px;
        float: right;
        font-weight: bold;
        font-size: 120%;
    }

    .ttitle a:hover {
        text-decoration: underline;
    }

    .min_box {
        width: 308px;
        padding: 7px 4px 0px;
        border-radius: 7px;
        float: right;
    }

    .info {
        font-size: 14px;
        padding-top: 5px;
    }

    .wtitle a:link,
    .wtitle a:visited,
    .wtitle a:hover {
        color: #2f2f2f;
        font-weight: bold;
        text-decoration: underline;
        font-size: 18px;
    }

    .wtitle a:hover {
        text-decoration: underline;
    }

    /*ナビボタン*/
    .navi {
        width: 305px;
        float: right;
        text-align: left;
        padding: 7px;
    }

    .navi li {
        width: 58px;
        margin-right: 0px;
        margin-bottom: 5px;
        float: left;
        position: relative;
    }

    .navi li img {
        height: 40px;
        width: 40px;
    }

    .navi li:hover img {
        transition: 500ms;
        display: block;
        -webkit-filter: grayscale(100%) brightness(50%);
    }

    .navi li:hover:after {
        content: attr(data-text);
        width: 130px;
        background-color: #fff;
        border: 1px solid #333;
        border-radius: 5px;
        color: #000;
        font-size: 12px;
        text-align: center;
        position: absolute;
        top: 110%;
        left: -50%;
        transform: translate(0%, 0%);
        z-index: 20;
    }

    .navi li a img {
        border-radius: 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navi li a img:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .list_box {
        width: 96%;
        margin: 25px auto 50px;
    }

    /*---------------------------------------------*/
    /*ポップアップ*/
    .popupQR img {
        height: 140px;
        width: 140px;
    }

    #bubble_tooltip {
        height: 183px;
        position: absolute;
        display: none;
        text-align: center;
        width: 143px;
    }

    #bubble_tooltip p {
        border-top: #F2F2F2 1px solid;
        display: block;
        line-height: 14px;
        padding-top: 5px;
        padding-bottom: 10px;
        width: 141px;
    }

    #bubble_tooltip .bubble_middle {
        background: url(../img/pop.gif) no-repeat left center;
        padding: 23px 1px 40px;
    }

    /*
#bubble_tooltip .bubble_middle{
background-image: url(../img/pop.gif) no-repeat left center;
padding: 0 1px 25px;
}
*/
    #bubble_tooltip .bubble_middle span {
        position: relative;
    }

    #bubble_tooltip .bubble_middle span img {
        height: 140px;
        width: 140px;
    }

    /*LINEポップアップ*/
    #bubble_tooltip_line {
        display: none;
        width: 143px;
        height: 183px;
        position: absolute;
        text-align: center;
    }

    #bubble_tooltip_line p {
        border-top: #F2F2F2 1px solid;
        line-height: 14px;
        padding-top: 5px;
        padding-bottom: 10px;
        display: block;
        width: 141px;
    }

    #bubble_tooltip_line .bubble_middle {
        background: url(../img/pop.gif) no-repeat left center;
        padding: 23px 1px 40px 1px;
    }

    #bubble_tooltip_line .bubble_middle {
        background-image: url(../img/pop.gif) no-repeat left center;
        padding: 0 1px 25px 1px;
    }

    #bubble_tooltip_line .bubble_middle span {
        position: relative;
    }

    #bubble_tooltip_line .bubble_middle span img {
        height: 140px;
        width: 140px;
    }

    /*---------------------------------------------*/
    /*フッター*/
    #fooder {
        padding: 15px 0 5px 0;
        text-align: center;
    }

    .box_footer table {
        margin: 0 auto;
    }

    .btn_sns {
        margin: 10px 2px;
    }

    #sns_button {
        text-align: center;
        padding-top: 10px;
    }

    .hatena-bookmark-button-frame {
        margin: 0 0 -5px;
    }

    .btn_twitter img,
    .btn_facebook img,
    .btn_mixi img,
    .btn_hatebu img,
    .btn_line img {
        height: 40px;
        width: 40px;
    }
}

@media screen and (max-width:999px) {
    * {
        text-align: left;
    }

    img {
        width: 100px;
    }

    .mojikeshi {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    img {
        border: none;
        vertical-align: bottom;
    }

    .foot {
        width: 700px;
        margin: 0 0 -5px;
    }

    .hatena-bookmark-button-frame {
        margin: auto;
        clear: both;
    }

    .box_footer {
        clear: both;
    }

    .mx_copyright {
        padding: 10px;
    }

    a:link {
        color: #e34e45;
        text-decoration: underline;
    }

    a:visited,
    a:hover {
        text-decoration: underline;
    }

    body {
        background-color: #fff;
        color: #4c4c4c;
        font-size: 90%;
        line-height: 180%;
        text-align: center;
    }

    #all {
        text-align: left;
        position: relative;
    }

    .wapper {
        margin: 0 auto;
        /*background:url(../img/bg_footer.png) no-repeat bottom center 100%;*/
        width: 100%;
        max-width: 640px;
    }

    .head {
        width: 100%;
        max-width: 640px;
    }

    .title {
        margin: 5px 0;
    }

    .title img {
        margin: 0 auto;
        max-width: 640px;
        width: 75%;
    }

    h2 {
        font-size: large;
    }

    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }

    /* パンくずリスト */
    #pan_box {
        color: #2f2f2f;
        box-sizing: border-box;
        padding: 3px 2%;
        font-size: 0.8em;
        line-height: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        width: 100%;
    }

    #pan_box .in {
        color: #2f2f2f;
        height: 24px;
        width: 100%;
    }

    #pan_box a {
        color: #2f2f2f;
        font-weight: normal;
        text-decoration: none;
    }

    #pan_box span {
        color: #2f2f2f;
        font-weight: bold;
    }

    #main h1 img {
        display: block;
        width: 80%;
        max-width: 480px;
        margin: 0 auto;
    }

    .contents-title {
        padding: 12px 0 12px 10px;
        font-size: 16px;
        background-color: #000000b3;
        color: #fff;
        margin: 25px 0 15px;
        width:100%;
        max-width: 620px;
        margin:0 auto;
        box-sizing: border-box;
    }

    .contents-title:first-child {
        margin-top: 0px;
    }
    
    div.list{
        width:100%;
        max-width: 620px;
        margin:0 auto;
    }
    
    ul.list_box{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    
    li.account_box{
        width:100%;
        display: flex;
        justify-content: space-between;
        padding:7% 0;
        border-bottom: #bfb9b9 solid 1px;
    }
    
    li.account_box .wtitle a{
        display: block;
        color:#333;
        display: block;
        margin-bottom: 5px;
        font-size:large;
        font-weight: bold;
    }
    
    li.account_box p.info{
        font-size:14px;
        margin-bottom: 5%;
    }
    
    p.image{
        width:30%;
        text-align: center;
    }
    
    p.image img{
        width:75%;
        border:#f4f4f4 solid 2px;
    }
    
    .rightbox{
        width:65%;
    }
    
    ul.navi {
        display: flex;
        flex-wrap: wrap;
    }
    
    ul.navi li{
        margin:0 2% 2% 2%;
    }
    
    ul.navi li[data-text="LINEへ"]{
        display: none;
    }
    
    ul.navi li a{
        display: block;
    }
    
    ul.navi li a img{
        width:100%;
        border-radius: 5px;
        width:40px;
    }
    
    ul.navi li.t_page a{
        display: flex;
        align-items: flex-start;
    }
    
    ul.navi li.t_page span{
        display: block;
    }
    
    .btn_top{
        background:#000000ba;
        color:#fff;
        margin:020px auto;
        padding:10px;
        width:54%;
        text-align: center;
    }
    
    .btn_top a{
        color:#fff;
        text-decoration: none;
    }
    
    .btn_sns img{
        width:50px;
        height:50px;
        margin:10px 3px 25px;
    }
    
    #sns_button{
        text-align: center;
    }
    
    
    

}
