﻿/* ------========================================
	  * 基本設定 -
========================================----- */

@charset "utf-8";

html {
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.4;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

img {
    border: none;
}

#center {
    text-align: center;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

a:link {
    text-decoration: none;
    color: #666666;
}
a:visited {
    text-decoration: none;
    color: #666666;
}
a:active {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: underline;
    color: #666666;
}

.catch {
    font-size: 26px;
    font-weight: bold;
    line-height: 33px;
    color: black;
}
.catchw {
    font-size: 26px;
    font-weight: bold;
    line-height: 33px;
    color: white;
}
.chapterw {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: white;
}
.chapter {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: black;
}
.dis_40bb {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: black;
}
.dis_40bw {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: white;
}
.dis_32bb {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: black;
}
.dis_32bw {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: white;
}
.dis_28bb {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: black;
}
.dis_28bw {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: white;
}
.dis_24bb {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    color: black;
}
.dis_24bw {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    color: white;
}
.dis_22nb {
    font-size: 22px;
    font-weight: normal;
    line-height: 33px;
    color: black;
}
.dis_22nw {
    font-size: 22px;
    font-weight: normal;
    line-height: 33px;
    color: white;
}
.dis_20bb {
    font-size: 20px;
    font-weight: bold;
    line-height: 33px;
    color: black;
}
.dis_20bw {
    font-size: 20px;
    font-weight: bold;
    line-height: 33px;
    color: white;
}
.dis_17nb {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    color: black;
}
.dis_17nw {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    color: white;
}
.dis_17bb {
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    color: black;
}
.dis_17bw {
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    color: white;
}
.dis_15bb {
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    color: black;
}
.dis_15nb {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    color: black;
}
.dis_15nw {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    color: white;
}
.dis_14nb {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: black;
}
.dis_14bb {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: black;
}
.dis_13nb {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: black;
}
.dis_13bb {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: black;
}
.dis_12nb {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: black;
}
.dis_12nw {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: white;
}
.dis_12ng {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #666666;
}
.dis_10nb {
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    color: black;
}
.dis_10nw {
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    color: white;
}

.titlebar_el {
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}
.titlebar_l {
    text-align: left;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 0px 0px;
}
.titlebar_m {
    text-align: left;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
}
.titlebar_s {
    text-align: left;
    padding: 3px 10px 3px 10px;
    margin: 0px 0px 0px 0px;
}
.titlebar_ss {
    text-align: left;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.excel_sheet {
    width: 90%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.excel_ul {
    width: 100%;
    list-style: none;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #cccccc;
}
.excel_ul_0 {
    width: 100%;
    list-style: none;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.excel_a {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: middle;
}
.excel_b {
    display: inline-block;
    width: 60%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: middle;
}
.excel_c {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: middle;
}
.excel_d {
    display: inline-block;
    width: 80%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: middle;
}
.excel_20 {
    display: inline-block;
    width: 6%;
    text-align: left;
    padding: 15px 5px 15px 5px;
    margin: 0px 0px 0px 0px;
    background-color: #cccccc;
    vertical-align: middle;
}
.excel_40 {
    display: inline-block;
    width: 47%;
    text-align: left;
    padding: 15px 5px 15px 5px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.come {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: white;
}

.iconbutton {
    -moz-box-shadow: 2px 2px 3px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px 3px #ccc;
    box-shadow: 2px 2px 3px 3px #ccc;
    background-color: #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.iconbutton4px {
    -moz-box-shadow: 2px 2px 3px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px 3px #ccc;
    box-shadow: 2px 2px 3px 3px #ccc;
    background-color: #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.all_href {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 0px 0px 0px 0px;
}
.all_href:before {
    content: "";
    display: inline-block;
    height: 50px;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.all_href:hover {
    opacity: 0.3;
    background-color: #ffffff;
}

.linkimg:hover {
    opacity: 0.7;
}

#footer_AreaMenu {
    display: block;
    padding-left: 5px;
    width: 100%;
    margin: 0px;
    position: relative;
}
#footer_AreaMenu li {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: black;
    padding: 3px 3px 3px 3px;
    position: relative;
}
#footer_AreaMenu li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
}
#footer_AreaMenu li a:hover {
    background: #cccccc;
}

.material_tel_box1 {
    width: 100%;
    max-width: 700px;
    padding: 0px 8px;
}
.material_tel_box2 {
    width: 100%;
    background-color: #00008b;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.material_tel_ul {
    display: block;
    max-width: 600px;
    list-style: none;
    padding: 12px;
    margin: 0px;
}
.material_tel_li1 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px 20px;
    margin: 70px 0px 20px 0px;
    text-align: center;
}
.material_tel_li2 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 6px;
    margin: 0px;
    text-align: center;
}
.material_tel_li3 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 6px;
    margin: 0px;
    text-align: center;
}
.material_tel_li4 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px 10px;
    margin-top: 50px;
    text-align: center;
}
.material_tel_li5 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 6px;
    margin-top: 20px;
    text-align: center;
}
.material_tel_li6 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px 60px;
    margin: 10px 0px 70px 0px;
    text-align: center;
}

.topbackground {
    background-color: navy;
}
.topbackground2 {
    background-color: #e83834;
}
