@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/*==========================================
 body
===========================================*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    word-break: break-all;
    word-wrap: break-word;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: bottom;
}


/*-------------------------------------------------------
						top
-------------------------------------------------------*/

#wrapper {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #f5f5f5;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-position: center center;
}


/*----------	header	----------*/

header {
    width: 100%;
    height: 100px;
    margin: 0 auto 20px;
    padding: 0;
    background-color: #fff;
    border-top: 2px solid #ff00c6;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.head_top {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.head {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

h1 {
    width: auto;
    height: 20px;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
}

.head .logo img {
    margin-left: 10px;
    width: 70%;
    max-width: 400px;
    max-height: 70px;
}


/*-----------------------------------------------------
menu-sp
-----------------------------------------------------*/

.menu-sp {
    position: absolute;
    top: 100px;
    background-color: #ff00c6;
    opacity: 1;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
    text-align: center;
}

.header_btn {
    height: auto;
    width: auto;
    max-width: 45px;
    float: right;
    padding-top: 15px;
    padding-right: 3%;
    padding-bottom: 0px;
    padding-left: 0;
}

.header_btn img {
    width: auto;
    height: auto;
    max-width: 40px;
}

.menu-sp ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.menu-sp .toggle {
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFF;
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-left: 10%;
    line-height: 1.5em;
}

.toggle {
    cursor: pointer;
}

.menu-sp ul li .toggle {
    position: relative;
    display: block;
    padding: 15px 25px 15px 10px;
}

.menu-sp ul li .toggle::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.home {
    cursor: pointer;
}

.menu-sp .home {
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-left: 10%;
    line-height: 1.5em;
}

.menu-sp .close {
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 10%;
    padding-bottom: 15px;
    padding-left: 10%;
    line-height: 1.5em;
}

.menu-sp ul li .home {
    position: relative;
    display: block;
    padding: 15px 25px 15px 10px;
}


/*----------	mainimg	----------*/

#mainimg {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
    display: block;
    text-align: center;
}

#mainimg img {
    width: 100%;
    max-width: 1000px;
    height: auto;
}


/*----------   pankuzu   ----------*/

.breadcrumbs {
    width: 100%;
    max-width: 1000px;
    line-height: 1.0;
    height: auto;
    margin: 0 auto 10px auto;
    padding: 5px 0 0 10px;
    overflow: hidden;
}

.breadcrumbs li {
    float: left;
    font-size: 0.8em;
    color: #666;
    padding-left: 5px;
    margin: 0;
}

.breadcrumbs li a {
    color: #666;
    text-decoration: none;
}

.breadcrumbs li a:hover {
    color: #666;
    text-decoration: underline;
}


/*----------   main_area	----------*/

.main-area {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
    overflow: hidden;
}


/*----------   right_area	----------*/

.right-area {
    width: 100%;
    max-width: 640px;
    margin: 0;
    padding: 0;
    float: right;
}

.right-top {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px;
    padding: 0;
    background-color: #fff;
    border: 2px solid #ff00c6;
    border-radius： 5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.right-content {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px;
    padding: 0;
    background-color: #fff;
    border: 2px solid #ff00c6;
    border-radius： 5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

h2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 10px 10px;
    background-color: #ff00c6;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

h3 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 10px 30px;
    background-color: #ff00c6;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-image: url(../images/h3.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.right-top p {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px 10px 20px 10px;
    font-size: 14px;
    line-height: 25px;
}

.right-top .pic {
    width: 50%;
    max-width: 250px;
    margin: 0 10px 10px 0;
    display: block;
    float: left;
}

.imgarea {
    padding: 10px 10px 10px;
}

.imgarea .img-area {
    max-width: 240px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.imgarea .img-area img {
    display: block;
}

.tabel-area {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}


/***********table***********/

.tabel-area table {
    border-collapse: collapse;
    font-size: 14px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 7px;
    width: 100%;
}

.tabel-area tr {
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    width: 100%;
    height: 50px;
}

.tabel-area td {
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    font-size: 18px;
    color: #FDB802;
    text-align: left;
    ;
    padding: 4px 4px 4px 5px;
    width: 55%;
}

.tabel-area th {
    font-size: 13px;
    font-weight: bold;
    background-color: #ff00c6;
    text-align: left;
    text-indent: 10px;
    color: #fff;
    padding: 10px 4px 10px 5px;
    width: 45%;
}

.point-area {
    width: auto;
    height: auto;
    margin: 0px 10px 10px;
    padding: 10px;
}

.point {
    margin: 0;
}

.point-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #ff00c6;
    margin: 0px;
}

.point-list {
    width: auto;
    height: auto;
    line-height: 25px;
    background-image: url(../images/point_list.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 15px 0px 15px 35px;
    font-size: 13px;
    border-bottom: 1px dotted #b6b6b6;
}

.point-text {
    font-size: 13px;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
}

.btn {
    text-align: center;
    margin: 10px auto 20px auto;
    width: 95%;
    max-width: 340px;
}


/***********left_area**********/


/***********left_area**********/

.left {
    display: none;
}


/***********pagetop***********/


/*---------------footer-------------*/

footer {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #ff00c6;
}

footer .copyright {
    width: auto;
    height: auto;
    text-align: center;
}

footer .copyright p {
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

footer .copyright p a {
    color: #fff;
}

footer .copyright p a:hover {
    color: #fff;
    text-decoration: none;
}

.pagetop {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    font-size: 13px;
}

.pagetop a {
    width: 100px;
    padding: 5px 10px 0;
    background-color: #ff00c6;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}
.txt_link {
    color: #0044cc;
    font-size: 1.2em;
    text-decoration: underline;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */

@media only screen and (min-width: 770px) {
    /*---------------header-------------*/
    /*-----------------------------------------------------
menu-sp
-----------------------------------------------------*/
    .menu-sp {
        display: none;
    }
    .header_btn {
        display: none;
    }
    /*----------   pankuzu   ----------*/
    /***********right_content***********/
    .imgarea {
        padding: 10px 10px 0px;
        overflow: hidden;
    }
    .imgarea .img-area {
        float: left;
    }
    /***********table***********/
    .tabel-area {
        width: 340px;
        height: auto;
        margin: 0 0 15px;
        float: right;
    }
    .tabel-area table {
        border-collapse: collapse;
        font-size: 14px;
        float: left;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 7px;
        width: 100%;
    }
    /***********left_areat***********/
    .left {
        width: 300px;
        height: auto;
        float: left;
        display: block;
    }
    h4 {
        width: 300px;
        height: auto;
        margin: 0 auto;
        padding: 10px 0;
        background-color: #ff00c6;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }
    .left ul {
        width: auto;
        height: auto;
        padding-bottom: 5px;
    }
    .left ul li {
        font-size: 14px;
        width: auto;
        height: auto;
        line-height: 20px;
        padding: 10px 30px 10px 10px;
        margin: 0 auto;
        background-color: #fff;
        background-image: url(../images/arrow.png);
        background-position: right center;
        background-repeat: no-repeat;
        border: 1px solid #d5d5d5;
        border-top: none;
    }
    .left ul li a {
        color: #000;
        display: block;
        text-decoration: none;
    }
    .left ul li a:hover {
        color: #7c7c7c;
        display: block;
    }
    /***********pagetop***********/
    .pagetop {
        width: auto;
        max-width: 1000px;
        margin: 0 auto;
        height: auto;
        text-align: right;
        font-size: 13px;
    }
}
