@charset "utf-8";

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}


/* --------------------------------------
 * 共通
 * -------------------------------------- */
body {
	background-color: #ffffff;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #222222;
}
a {
	color: #1188b9;
	text-decoration: none;
}
a:hover {
	/*color: #ff9933;*/
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
.img-responsive {
	height: auto;
	max-width: 100%;
}

ol,
ul {
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
p {
	margin-bottom: 15px;
}
sup {
	font-size: 0.7em;
	vertical-align: super;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.blue {
	color: #0066cc;
}
.orange {
	color: #ff6600;
}
.brown {
	color: #663300;
}
.font08 {
    font-size: 0.8em;
}
.font09 {
    font-size: 0.9em;
}
.font11 {
	font-size: 1.1em;
}
.font12 {
	font-size: 1.2em;
}
.font13 {
	font-size: 1.3em;
}
.font15 {
	font-size: 1.5em;
}

.small08 {
	font-size: 0.8em;
}
.small09 {
    font-size: 0.9em;
}


/* --------------------------------------
 * スマートフォン (768pxまで）
 * -------------------------------------- */
@media only screen and (max-width: 768px) {
    body {
    }

    .pc_dsp {
        display: none;
    }
    .sp_dsp {
    }

    /* Header */
    #wrap_header {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #wrap_header .header1 {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    #wrap_header .header1 ul {
        margin: 0;
        padding: 0;
        width: 140px;
        height: 40px;
        text-align: justify;
        font-size: 0;
    }
    #wrap_header .header1 ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    #wrap_header .header1 ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 40px;
        display: inline-block;
        vertical-align: top;
    }
    #wrap_header .header1 ul li.l1 {
        background-image: url('../boshuu/images/header_icon1.png');
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 68px;/*141px;*/
        height: 40px;/*82px;*/
        margin: 0;
        padding: 0;
        text-indent: -9999px;
    }
    #wrap_header .header1 ul li.l2 {
        background-image: url('../boshuu/images/header_icon2.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;/*82px;*/
        height: 40px;/*82px;*/
        margin: 0;
        padding: 0;
        text-indent: -9999px;
    }
    #wrap_header header {
        margin: 0;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        background-color: #1b2d75;
    }
    #wrap_header header .header2 {
        background-image: url('../boshuu/images/header01.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        text-indent: -9999px;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #wrap_header header h1 {
        background-image: url('../boshuu/images/header02.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        text-indent: -9999px;
        margin: 0;
        padding-top: 16%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    /* Content */
    #wrap {
        margin: 0;
        padding: 0;
    }
    section {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
    section img {
        height: auto;
        max-width: 100%;
    }

    .alignleft {
        display: block;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .alignright {
        display: block;
        margin-top: 5px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .aligncenter {
        text-align: center;
        display: block;
        padding: 0px;
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: auto;
        margin-top: 5px;
    }

    /* Login */
    .login {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -35%);
        -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
    }
    .login h3 {
        font-size: 23px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 300px;
        text-align: center;
        border-bottom-style: solid;
        border-bottom-color: #333333;
        border-bottom-width: 1px;
    }
    .login .message {
        color: #ff0000;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }
    .login .loginform {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 300px;
    }
    .login .loginform ul {
        margin: 0;
        padding: 0;
    }
    .login .loginform ul li {
        list-style-type: none;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .login .loginform .submit {
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }

    /* Home */
    .home1 {
        margin-top: 100px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .home1 h1 {
        font-size: 2.0em;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        line-height: 1.2em;
    }
    .home1 h1 span {
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .home1 p {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .btn {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .btn a {
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        background-color: #e60012;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        display: block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    /* boshu */
    .boshu1 {
        margin: 0;
        padding: 0;
    }
    .boshu1 .p1 {
        margin: 0;
        padding: 0;
    }
    .boshu1 .p1 h3 {
        font-size: 1.8em;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: left;
        line-height: 1.10em;
        color: #1b2d75;
    }
    .boshu1 .p1 h3 span {
        display: block;
    }
    .boshu1 .p1 table {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .boshu1 .p1 table th {
        width: 30%;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: top;
        line-height: 1.1em;
    }
    .boshu1 .p1 table td {
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: top;
        line-height: 1.2em;
    }
    .boshu1 .p1 p {
        margin-top: 25px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
    }
    .boshu1 .p2 {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .boshu1 .p2 ul {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: justify;
        font-size: 0;
    }
    .boshu1 .p2 ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    .boshu1 .p2 ul li {
        list-style-type: none;
        margin: 0;
        padding-top: 38%;/*76%;*/
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        height: 0;
        display: inline-block;
        vertical-align: top;
        text-indent: -9999px;
    }
    .boshu1 .p2 ul li.p1 {
        background-image: url('../boshuu/images/p01.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .boshu1 .p2 ul li.p2 {
        background-image: url('../boshuu/images/p02.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .boshu1 .p2 ul li.p3 {
        background-image: url('../boshuu/images/p03.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .boshu1 .p2 ul li.p4 {
        background-image: url('../boshuu/images/p04.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .boshu1 .p3 {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .boshu1 .p3 ul {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: justify;
        font-size: 0;
    }
    .boshu1 .p3 ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    .boshu1 .p3 ul li {
        list-style-type: none;
        margin: 0;
        padding-top: 38%;/*76%;*/
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        text-indent: -9999px;
    }
    .boshu1 .p3 ul li.p5 {
        background-image: url('../boshuu/images/p05.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .boshu1 .p3 ul li.p6 {
        background-image: url('../boshuu/images/p06.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .boshu1 .p3 ul li.p7 {
        background-image: url('../boshuu/images/p07.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .boshu1 .p3 ul li.p8 {
        background-image: url('../boshuu/images/p08.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .boshu2 {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .boshu2 .p1 {
        background-image: url('../images/home03.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        text-indent: -9999px;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20.32%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .boshu2 .p2 {
        background-image: url('../images/home05.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        text-indent: -9999px;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20.32%;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .boshu2 h2 {
        font-size: 1.5em;
        font-weight: bold;
        color: #1b2d75;
        text-align: left;
        line-height: 1.2em;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .boshu2 h3 {
        font-size: 1.1em;
        font-weight: bold;
        color: #ffffff;
        background-color: #1b2d75;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.2em;
        box-sizing: border-box;
    }
    .boshu2 table {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .boshu2 table th {
        width: 30%;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
    }
    .boshu2 table td {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
    }

    /* boshuform */
    .contactform {
        margin: 0;
        padding: 0;
    }
    .contactform .alert {
        color: #ff0000;
    }
    .contactform table {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .contactform table th {
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: left;
        list-style-type: none;
        display: list-item;
    }
    .contactform table td {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        list-style-type: none;
        display: list-item;
    }
    .contactform .in1,
    .contactform .in2,
    .contactform textarea {
        padding: 10px;
        border-color: #dddddd;
        border-style: solid;
        border-width: 2px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    .contactform .in1,
    .contactform .in2,
    .contactform textarea {
        width: 100%;
    }
    .contactform .hissu {
        background-color: #ff0000;
        color: #ffffff;
        font-size: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .contactform .button {
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .contactform .button .submit {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .contactform .button .reset {
        margin-right: 10px;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .contactform .conf {
        color: #ff0000;
        font-weight: bold;
    }

    /* footer */
    #wrap_footer {
        margin: 0;
        padding: 0;
    }
    footer {
        margin: 0;
        padding: 0;
        background-color: #666666;
    }
    footer .copy {
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    /* Page top */
    #page_top{
        width: 50px;
        height: 50px;
        position: fixed;
        right: 0;
        bottom: 0;
        background: #d0121b;
        opacity: 1.0;
    }
    #page_top a{
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
    }
    #page_top a::before{
        font-weight: bold;
        content: "▲";
        font-size: 15px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 35px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        padding-top: 5px;
        text-align: center;
    }

}





/* --------------------------------------
 * タブレット (769px〜960px)
 * -------------------------------------- */
/* JSで縮小表示 */


/* --------------------------------------
 * タブレット (769px〜960px) JSで縮小表示
 * PC (961px以上)
 * -------------------------------------- */
@media print, screen and (min-width: 768px) {
    body {
        font-size: 18px;
    }

    .pc_dsp {
    }
    .sp_dsp {
        display: none;
    }

    /* Header */
    #wrap_header {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    #wrap_header .header1 {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 1000px;
    }
    #wrap_header .header1 ul {
        margin: 0;
        padding: 0;
        width: 280px;
        height: 82px;
        text-align: justify;
        font-size: 0;
    }
    #wrap_header .header1 ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    #wrap_header .header1 ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 141px;
        height: 82px;
        display: inline-block;
        vertical-align: top;
    }
    #wrap_header .header1 ul li.l1 {
        background-image: url('../boshuu/images/header_icon1.png');
        background-position: 0 center;
        background-repeat: no-repeat;
        width: 141px;
        height: 82px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
    }
    #wrap_header .header1 ul li.l2 {
        background-image: url('../boshuu/images/header_icon2.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 82px;
        height: 82px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
    }
    #wrap_header header {
        width: 100%;
        height: 385px;
        margin: 0;
        padding: 0;
        background-color: #1b2d75;
    }
    #wrap_header header .header2 {
        background-image: url('../boshuu/images/header01.png');
        background-position: 0 bottom;
        background-repeat: no-repeat;
        width: 557px;
        height: 115px;
        text-indent: -9999px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    #wrap_header header h1 {
        background-image: url('../boshuu/images/header02.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 999px;
        height: 179px;
        text-indent: -9999px;
        margin-top: 43px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    /* Content */
    #wrap {
        width: 1100x;
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    section {
        width: 1050px;
        margin-top: 0;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        line-height: 1.7em;
    }
    section img {
        height: auto;
        max-width: 100%;
    }
    section a:hover {
        opacity: 0.7;
    }

    .alignleft {
        margin-top: 5px;
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
    }
    .alignright {
        margin-top: 5px;
        margin-left: 15px;
        float: right;
        margin-bottom: 15px;
    }
    .aligncenter {
        text-align: center;
        display: block;
        padding: 0px;
        margin-left: auto;
        margin-bottom: 15px;
        margin-right: auto;
        margin-top: 5px;
    }

    /* Login */
    .login {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -35%);
        -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
    }
    .login h3 {
        font-size: 23px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 300px;
        text-align: center;
        border-bottom-style: solid;
        border-bottom-color: #333333;
        border-bottom-width: 1px;
    }
    .login .message {
        color: #ff0000;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }
    .login .loginform {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 300px;
    }
    .login .loginform ul {
        margin: 0;
        padding: 0;
    }
    .login .loginform ul li {
        list-style-type: none;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }
    .login .loginform .submit {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    /* Home */
    .home1 {
        margin-top: 200px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .home1 h1 {
        font-size: 40px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .home1 h1 span {
        font-size: 35px;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .home1 p {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .btn {
        margin-top: 100px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .btn a {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        background-color: #e60012;
        width: 400px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        display: block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    /* boshu */
    .boshu1 {
        margin: 0;
        padding: 0;
    }
    .boshu1 .p1 {
        width: 580px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .boshu1 .p1 h3 {
        font-size: 40px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: left;
        color: #1b2d75;
    }
    .boshu1 .p1 table {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .boshu1 .p1 table th {
        width: 230px;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        font-size: 25px;
        font-weight: bold;
        vertical-align: top;
        line-height: 1.1em;
    }
    .boshu1 .p1 table td {
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        font-size: 25px;
        font-weight: bold;
        vertical-align: top;
        line-height: 1.2em;
    }
    .boshu1 .p1 p {
        margin-top: 25px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
    }
    .boshu1 .p2 {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .boshu1 .p2 ul {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 185px;
        text-align: justify;
        font-size: 0;
    }
    .boshu1 .p2 ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    .boshu1 .p2 ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 240px;
        height: 185px;
        display: inline-block;
        vertical-align: top;
        text-indent: -9999px;
    }
    .boshu1 .p2 ul li.p1 {
        background-image: url('../boshuu/images/p01.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .boshu1 .p2 ul li.p2 {
        background-image: url('../boshuu/images/p02.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .boshu1 .p2 ul li.p3 {
        background-image: url('../boshuu/images/p03.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .boshu1 .p2 ul li.p4 {
        background-image: url('../boshuu/images/p04.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .boshu1 .p3 {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .boshu1 .p3 ul {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 185px;
        text-align: justify;
        font-size: 0;
    }
    .boshu1 .p3 ul:after {
        content:"";
        display: inline-block;
        width: 100%;
        line-height:0;
        height: 0;
    }
    .boshu1 .p3 ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 240px;
        height: 185px;
        display: inline-block;
        vertical-align: top;
        text-indent: -9999px;
    }
    .boshu1 .p3 ul li.p5 {
        background-image: url('../boshuu/images/p05.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .boshu1 .p3 ul li.p6 {
        background-image: url('../boshuu/images/p06.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .boshu1 .p3 ul li.p7 {
        background-image: url('../boshuu/images/p07.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .boshu1 .p3 ul li.p8 {
        background-image: url('../boshuu/images/p08.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .boshu2 {
        margin-top: 100px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .boshu2 h2 {
        width: 100%;
        font-size: 35px;
        font-weight: bold;
        color: #1b2d75;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        line-height: 1.0em;
        box-sizing: border-box;
        text-align: center;
    }
    .boshu2 h3 {
        width: 100%;
        font-size: 38px;
        font-weight: bold;
        color: #ffffff;
        background-color: #1b2d75;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 19px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.0em;
        box-sizing: border-box;
        text-align: center;
    }
    .boshu2 table {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 800px;
    }
    .boshu2 table th {
        width: 150px;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
    }
    .boshu2 table td {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
    }

    /* boshuform */
    .contactform {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 780px;
    }
    .contactform .alert {
        color: #ff0000;
    }
    .contactform table {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .contactform table th {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        font-weight: normal;
        width: 230px;
        line-height: 1.5em;
        text-align: left;
        vertical-align: top;
    }
    .contactform table td {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.5em;
        vertical-align: top;
    }
    .contactform .in1,
    .contactform .in2,
    .contactform textarea {
        padding: 10px;
        border-color: #dddddd;
        border-style: solid;
        border-width: 2px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    .contactform .in1 {
        width: 95%;
    }
    .contactform .in2 {
        width: 50%;
    }
    .contactform textarea {
        width: 90%;
    }
    .contactform .hissu {
        background-color: #ff0000;
        color: #ffffff;
        font-size: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .contactform .button {
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .contactform .button .submit {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 7px;
        padding-top: 7px;
        font-size: 1.2em;
    }
    .contactform .button .reset {
        margin-right: 30px;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 7px;
        padding-top: 7px;
        font-size: 1.1em;
    }
    .contactform .conf {
        color: #ff0000;
        font-weight: bold;
    }

    /* footer */
    #wrap_footer {
        margin: 0;
        padding: 0;
    }
    footer {
        margin: 0;
        padding: 0;
        background-color: #666666;
	}
    footer .copy {
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    /* Page top */
    #page_top{
        width: 50px;
        height: 50px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background: #d0121b;
        opacity: 1.0;
    }
    #page_top a{
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
    }
    #page_top a::before{
        font-weight: bold;
        content: "▲";
        font-size: 18px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 35px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        padding-top: 5px;
        text-align: center;
    }

}


/* end css */
