/* ===========================
ページ全体
============================== */
body {
        font-size: 16px;
        vertical-align: top;
        line-height: 1.4; 
	font-family:'ヒラギノ角ゴ Pro W3','arial','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
    	-moz-text-size-adjust: 100%;
    	-ms-text-size-adjust: 100%;
    	-o-text-size-adjust: 100%;
    	text-size-adjust: 100%;
	-moz-appearance: none;
}

@media screen and (max-width: 760px){
body {
        font-size: 12px;
}
}

/* ===========================
line
============================== */
hr.line{
	border-top: 1px solid #8c8b8b;
	width: 94%;
}



/* ===========================
line2 陰付き
============================== */
hr.lineb{
	height: 6px;
	border: 0px none;
	box-shadow: 0 -10px 10px -10px #00ACEF inset;
	width: 96%;
}

hr.linet {
	height: 6px;
	border: 0px none;
	box-shadow: 0 10px 10px -10px #00ACEF inset;
	width: 96%;
}

/* ===========================
TOP画像
============================== */
.header_jspn img {
	width: 100%;
	height: auto;
	display: flex;
}

.header_jspn2 img {
	width: 60%;
	height: auto;
	margin-left: 40%;
	margin-top: -10%;
	display: flex;
}

@media screen and (max-width: 760px){
.header_jspn2 img {
	width: 100%;
	margin-left: 0%;
	height: auto;
	margin-top: -20%;
	display: flex;
}
}

/* ===========================
表示・非表示
============================== */
#dis_p {
	}
#dis_s {
	display: none;
	}
#dis_p2 {
	}
#dis_s2 {
	display: none;
	}


@media screen and (max-width: 760px){
#dis_s {
	display: block;
	}
#dis_p {
	display: none;
	}
}

@media screen and (max-width: 1000px){
#dis_s2 {
	display: block;
	}
#dis_p2 {
	display: none;
	}
}

/* ===========================
メインフレーム
============================== */
#main_f {
	margin-left: 3%;
	margin-right: 3%;
	background-color: #ffffff;
	justify-content: stretch;
}

@media screen and (max-width: 760px){
#main_f {
	margin-left: 0%;
	margin-right: 0%;
}
}


/* ===========================
左メニュー BOX
============================== */
.menu_box {
	margin-top: -42%;
	width: 35%;
	position: relative;
}


/* ===========================
メニュー
============================== */
#global-navi {
    top: 0;
    right: 0px;
    width: 100%;
}

#wrapper nav ul {
	list-style: none;
	margin-left: 0;
}

#wrapper nav > ul > li {
	position: relative;
	padding: 1px 0px

}

#wrapper nav a {
	border-top: 1px solid #004B8E;
	border-right: 1px solid #004B8E;
	border-bottom: 1px solid #004B8E;
	border-left: 6px solid #004B8E;
	font-weight: bold;
	background-color: #F2F9FF;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

#wrapper nav li a:hover{
	background-color: #148F98;
	color: #ffffff;
}



/*スマホ画面でハンバーガーメニューの形にする*/
@media screen and (max-width: 760px) {
#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#C0C0C0;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 200;
}
#wrapper nav ul li {
    display:block;
    padding: 1px 5px
}
 
#wrapper nav ul li a {
    text-decoration: none;
    color: #033560;
    padding: 2px 10px;
}

/*ハンバーガーボタン*/ 
#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 300;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #006600;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
 
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
 
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
 
#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
 
#wrapper .btn-gnavi.open span {
    background: #fff
}
 
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
}
 
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
 
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
}

/* ===========================
BOTTOM
============================== */
.bottom_box {
	position: relative;
	background-color: #004B8E;
	color: #ffffff;
}

@media screen and (max-width: 760px){
	.bottom_box {
	margin-top: 45%;
	padding: 0 6px;
	}
}

/* ===========================
サブタイトル
============================== */
#sub_title{
	background-color: #DFF0FF;
    	border-top: solid 2px #004A8E;
    	border-bottom: solid 4px #004A8E;
}

#sub_title img{
	width: 100%;
	height: auto;
}


/* ===========================
BOTTOM table
============================== */
table.table01 {
	width: 94%;
	border-collapse: separate;
	
}

table.table01 tbody th {
	color:#FFF;
	padding: 20px;
	vertical-align:top;
}
table.table01 tbody td {
	vertical-align:top;
	padding: 0px;
}
 
@media screen and (max-width: 760px) {
table.table01 tbody th {
	display:inline;
}
table.table01 tbody td {
	display:inline;
	width: 100%;
}
table.table01 tbody td::before {
	content: attr(label);
	clear:both;
}
table.table01 tbody td p {
	padding-left:0em;
}
}