@charset "UTF-8";


/*===============================================
●共通
===============================================*/

    

/*===============================================
●画面の横幅が641px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 641px) {

/* !タイトル */
    #sub-title {
        margin: 70px auto 0 auto;
        text-align: center;
    }
    
    #sub-title > p:nth-of-type(1) {
        font-size: 40px;
        color: #21548c;
        letter-spacing: 0.1em;
    }
    
    #sub-title > p:nth-of-type(2) {
        margin: 15px auto 0 auto
    }
    
    #sub-title > p:nth-of-type(2) > img.msg {
        width: 48px;
    }
    
    #sub-title > p:nth-of-type(2) > img.about {
        width: 35px;
    }
    

/* box01 */
    #box01 {
        position: relative;
        width: 100%;
        height: 597px;
        margin:30px auto 0 auto;
        text-align:center;
        background: url(../../images/message_bg.png) top center repeat-x;
    }
    
    #box01 > div {
        max-width: 1400px;
        min-width: 1300px;
        height: 597px;
        margin: 0 auto;
        padding: 50px 0 0 60px;
        
    }
    
    #box01 > div > div:nth-of-type(1) {
        position: relative;
        width: 680px;
        margin: 0;
        text-align: left;
        z-index: 2;
    }
    
    #box01 > div > div:nth-of-type(1) span.txt01 {
        color: #21548c;
        font-weight: bold;
    }
    
    #box01 > div > div:nth-of-type(1) span.txt02 {
        display: inline-block;
        width: 80px;
    }
    
    #box01 > div > div:nth-of-type(2) {
        position: absolute;
        width: 701px;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    

/* box02 */
    #box02 {
        width: 960px;
        margin: 30px auto 120px auto;
        text-align:center;
    }
    
    #box02 table {
        width: 960px;
        margin: 0 auto;
    }
    
    #box02 table th {
        width: 230px;
        padding: 20px;
        font-weight: bold;
        background-color: #cce5f7;
        border-bottom: #FFF 2px solid;
        vertical-align: middle;
    }
    
    #box02 table td {
        padding: 20px;
        background-color: #eeeeee;
        border-bottom: #FFF 2px solid;
        text-align: left;
    }
    
    #box02 table td img {
        margin: 6px 0 0 0;
    }
    
}

/*===============================================
●画面の横幅が640px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 640px) {	

/* !タイトル */
    #sub-title {
        margin: 50px auto 0 auto;
        text-align: center;
    }
    
    #sub-title > p:nth-of-type(1) {
        font-size: 29px;
        color: #21548c;
        letter-spacing: 0.1em;
    }
    
    #sub-title > p:nth-of-type(2) {
        margin: 10px auto 0 auto
    }
    
    #sub-title > p:nth-of-type(2) > img.msg {
        width: 36px;
    }
    
    #sub-title > p:nth-of-type(2) > img.about {
        width: 26px;
    }
    
    
/* box01 */
    #box01 {
        width: 100%;
        margin: 10px auto 70px auto;
        text-align:center;
        background-color: #fefdfc;
    }
    
    #box01 > div {
        width: 100%;
        margin: 0 auto;
    }
    
    #box01 > div > div:nth-of-type(1) {
        position: relative;
        width: 95%;
        margin: 0 auto;
        text-align: left;
        z-index: 2;
    }
    
    #box01 > div > div:nth-of-type(1) span.txt01 {
        color: #21548c;
        font-weight: bold;
    }
    
    #box01 > div > div:nth-of-type(1) span.txt02 {
        display: inline-block;
        width: 80px;
    }
    
    #box01 > div > div:nth-of-type(2) {
        position: relative;
        width: 100%;
        margin: -30px auto 0 auto;
        z-index: 1;
    }
    
    #box01 > div > div:nth-of-type(2) img {
        width: 100%;
    }
    

/* box02 */
    #box02 {
        width: 95%;
        margin: 10px auto 50px auto;
        text-align:center;
    }
    
    #box02 table {
        width: 100%;
    }
    
    #box02 table th {
        display: block;
        width: 100%;
        padding: 10px;
        font-weight: bold;
        background-color: #cce5f7;
    }
    
    #box02 table td {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #eeeeee;
        border-bottom: #FFF 15px solid;
        text-align: left;
    }
    
    #box02 table td img {
        width: 238px;
        margin: 6px 0 0 0;
    }
    
    
}
