﻿@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;
}

#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}


/*-------------------------------------------------------
						top
-------------------------------------------------------*/


/*----------	header	----------*/

header {
    width: auto;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.header_top {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.header {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

h1 {
    width: auto;
    line-height: 20px;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
    margin: 0;
}

.header .logo img {
    margin-left: 0px;
    width: 70%;
    max-width: 400px;
    max-height: 100px;
}


/*-----------------------------------------------------
menu-sp
-----------------------------------------------------*/

.menu-sp {
    position: absolute;
    top: 80px;
    background-color: #3f7699;
    opacity: 1;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.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%;
}

.menu-sp .toggle {
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFF;
    font-size: 15px;
    font-weight: bold;
    padding-top: 50px;
    padding-right: 0%;
    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_area {
    width: 100%;
    height: auto;
    padding: 25px 0;
    background-image: url(../images/mainimg_bg.png);
    background-repeat: repeat;
    background-position: center center;
}

#mainimg {
    width: 95%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
    display: block;
    text-align: center;
}

#mainimg img {
    width: 100%;
    max-width: 900px;
    height: auto;
}


/*----------   pankuzu   ----------*/

.breadcrumbs {
    width: 100%;
    max-width: 900px;
    line-height: 1.0;
    height: auto;
    margin: 0 auto 10px auto;
    padding: 5px 0 5px 0px;
    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: 95%;
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 0;
    overflow: hidden;
}


/*----------   left_area	----------*/

.left_area {
    width: 100%;
    margin: 0 auto;
    float: none;
}

.left_area_top {
    width: auto;
    height: auto;
    margin: 0 auto 50px;
    padding: 0;
}

h2 {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    color: #000;
    line-height: 25px;
    font-size: 14px;
}

h2:after {
    background-color: #000000;
    border-radius: 15px;
    content: "";
    display: block;
    height: 6px;
}

h3 {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    color: #000;
    line-height: 25px;
    font-size: 14px;
}

h3:after {
    background-color: #000000;
    border-radius: 15px;
    content: "";
    display: block;
    height: 6px;
}

.left_area_top p {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
}

.left_area_top .picture {
    width: 50%;
    max-width: 190px;
    margin: 0 0 10px 10px;
    display: block;
    float: right;
}


/*----------   column	----------*/

.left_area_info {
    overflow: hidden;
    padding: 0px;
    border-top: none;
    margin-bottom: 40px;
}

.imgarea {
    margin-bottom: 20px;
}

.imgarea .imgarea {
    max-width: 250px;
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}


/*---------------button-------------*/

.btn_area {
    margin: 0 auto;
    text-align: center;
}

.btn {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    padding: 0.8em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #c62432;
    border-bottom: solid 2px #ab000f;
    border-radius: 6px;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    font-size: 18px;
}

.btn:active {
    border-bottom: solid 2px #db0606;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn:hover {
    opacity: 0.9;
}

.left_area_box {
    width: auto;
    margin: 10px auto 0;
    overflow: hidden;
}

.info_text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}


/*----------   right_area	----------*/

.right_area {
    display: none;
}


/*----------   column	----------*/


/*---------------canvas-------------*/

#CanvasBox1 {
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
}

#CanvasBox1 #canvas1 {
    width: auto;
    height: auto;
}

#CanvasBox2 {
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
}

#CanvasBox2 #canvas2 {
    width: auto;
    height: auto;
}

#CanvasBox3 {
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
}

#CanvasBox3 #canvas3 {
    width: auto;
    height: auto;
}

#CanvasBox4 {
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
}

#CanvasBox4 #canvas4 {
    width: auto;
    height: auto;
}

#CanvasBox5 {
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
}

#CanvasBox5 #canvas5 {
    width: auto;
    height: auto;
}

#CanvasBox6 {
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
}

#CanvasBox6 #canvas6 {
    width: auto;
    height: auto;
}


/*---------------footer-------------*/

footer {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #000000;
}

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: 900px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    font-size: 13px;
}

.pagetop a {
    width: 100px;
    padding: 5px 15px 5px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
}

.txt_link {
    color: #0044cc;
    font-size: 1.2em;
    text-decoration: underline;
}
/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */

@media only screen and (min-width: 770px) {
    #wrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
    }
    /*---------------header-------------*/
    .menu-sp {
        display: none;
    }
    .header_btn {
        display: none;
    }
    .imgarea {
        margin-bottom: 10px;
        float: left;
    }
    .imgarea .imgarea {
        max-width: 250px;
        height: auto;
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    #mainimg {
        width: 100%;
        height: auto;
        margin: 0 auto 5px auto;
        padding: 0;
        display: block;
        text-align: center;
    }
    /*---------------canvas-------------*/
    #CanvasBox1 {
        width: 80%;
        max-width: 290px;
        height: 240px;
        margin: 0 0 20px;
        padding: 20px;
        float: right;
        border: 1px solid #e9e9e9;
    }
    #CanvasBox1 #canvas1 {
        width: 240px !important;
        height: auto !important;
        margin-left: 5px;
    }
    #CanvasBox2 {
        width: 80%;
        max-width: 290px;
        height: 240px;
        margin: 0 0 20px;
        padding: 20px;
        float: right;
        border: 1px solid #e9e9e9;
    }
    #CanvasBox2 #canvas2 {
        width: 240px !important;
        height: auto !important;
        margin-left: 5px;
    }
    #CanvasBox3 {
        width: 80%;
        max-width: 290px;
        height: 240px;
        margin: 0 0 20px;
        padding: 20px;
        float: right;
        border: 1px solid #e9e9e9;
    }
    #CanvasBox3 #canvas3 {
        width: 240px !important;
        height: auto !important;
        margin-left: 5px;
    }
    #CanvasBox4 {
        width: 80%;
        max-width: 290px;
        height: 240px;
        margin: 0 0 20px;
        padding: 20px;
        float: right;
        border: 1px solid #e9e9e9;
    }
    #CanvasBox4 #canvas4 {
        width: 240px !important;
        height: auto !important;
        margin-left: 5px;
    }
    #CanvasBox5 {
        width: 80%;
        max-width: 290px;
        height: 240px;
        margin: 0 0 20px;
        padding: 20px;
        float: right;
        border: 1px solid #e9e9e9;
    }
    #CanvasBox5 #canvas5 {
        width: 240px !important;
        height: auto !important;
        margin-left: 5px;
    }
    #CanvasBox6 {
        width: 80%;
        max-width: 290px;
        height: 240px;
        margin: 0 0 20px;
        padding: 20px;
        float: right;
        border: 1px solid #e9e9e9;
    }
    #CanvasBox6 #canvas6 {
        width: 240px !important;
        height: auto !important;
        margin-left: 5px;
    }
    /*----------   left_area	----------*/
    .left_area {
        width: 100%;
        max-width: 550px;
        float: left;
    }
    /*----------   right_area	----------*/
    .right_area {
        width: 100%;
        max-width: 300px;
        float: right;
        display: block;
    }
    /*---------------h4-------------*/
    h4 {
        width: 300px;
        margin: 0 auto;
        line-height: 25px;
        padding: 10px;
        border: 3px solid ;
        border-radius: 6px;
        color: #000;
        text-align: center;
    }
    .right_area ul {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 5px 5px;
        background-color: #fff;
        display: block;
    }
    .right_area ul li {
        width: 100%;
        height: auto;
        line-height: 25px;
        padding: 10px 0 10px 20px;
        margin: 0 auto;
        color: #000;
        font-size: 14px;
        background-image: url(../images/arrow.png);
        background-position: 0px center;
        background-repeat: no-repeat;
        border-bottom: 1px dotted #a2a2a2;
    }
    .right_area ul li a {
        color: #000;
        text-decoration: none;
    }
    .right_area ul li a:hover {
        color: #4f4f4f;
        text-decoration: underline;
    }
    .pagetop {
        width: auto;
        max-width: 900px;
        margin: 0 auto;
        height: auto;
        text-align: right;
        font-size: 13px;
    }
}
