@charset "utf-8";
/* CSS Document */

.wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0px 0px 0px;
    top: 0px;
    height: 100%;
}

h1#title {
        margin-bottom: 20px;
    background: rgba(0, 0, 0, 0) url("../../service/images/bg_h1.png") no-repeat scroll 0 center;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    height: 55px;
    line-height: 55px /* 2行の時　1.2em */;
    padding-left: 20px;
}

/* h2 */
.heading_2 {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    clear: both;
    color: #004898;
}

/* h3 */
.ly_subject {
    font-size: 18px;
    margin: 35px 0 12px 20px;
    line-height: 30px;
    border-bottom: dashed 1px #ccc;
    clear: left;
}

p {
    margin-left: 20px;
}

/*.ly_subject::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    color: #7d6f6f;
    font-weight: 900;
    padding-right: 5px;
    text-decoration: none !important;
}*/

/* section */
.ly_content {
    padding-right: 1em;
}



/* section */
.ly_content {
    padding-right: 1em;
}


/* ol */
.list_under_h2 {
    margin-left: 40px;
}

.list_under_h2 li {
    margin-bottom: 11px;
    list-style-type: decimal;
}

.ly_under_subject {
    margin-left: 34px;
}

.list_under_subject {
    padding-left: 44px;
    margin-left: 24px;
}

.list_under_subject li {
    margin-bottom: 11px;
    list-style-type: decimal;
}

/* h2下のp */
.ly_under_heading_2 {
    margin-bottom: 15px;
}


/* ※注釈 */
.note_01 {
    margin-left: 11px;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}

.note_02 {
    margin-left: 0;
    margin-bottom: 50px;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 35px;
}


.ly_3rd {
    margin-left: 43px;
    margin-bottom: 8px;
}

#footer_top {
    background-color: #f6f6f6;
    background-image: none;
}

.copyright {
    padding: 10px 0 !important;
}

.link_about {
	font-size: 11px;
	padding-top: 0;
}

/* =================================================================================== 
     767px以下のデバイス
=================================================================================== */

@media only screen and (max-width:767px)  {
    
        body#top {
        background: url(/common_ipv6head/image/backGround.gif) top left repeat-x !important;
    }
    
    .wrapper {
        margin: 0 auto;
        padding: 5px 10px;
        border-left: none;
        border-right: none;
    }

    h1#title {
        background: none;
        display: block;
        font-size: 1.4em;
        font-weight: bold;
        height: auto;
        line-height: 1.1em;
        margin-top: 15px;
        margin-bottom: 10px;
        padding-left: 0;
    }
    
    .ly_content01 {
        padding-right: 1em;
        font-size: 3.645vw !important;
    }
    
    .heading_2 {
        font-size: 7.29vw;
    }

    .ly_subject {
        font-size: 4.296vw;
    }
    
}

