/* 全ページ共通設定 */

/* テキストフレーム設定 */
div.基本テキストフレーム {
	border-style: solid;
}

/* 機種表記関係 */
p.機種 {
	-epub-hyphens:none;
	color:#000000;
	font-family:"A-OTF Shin Go Pro M", sans-serif;
	font-size:22px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.75;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-decoration:none;
	text-indent:5px;
	text-transform:none;
    background:#ffffff;
	widows:1;
}

/* ドロワー（ハンバーガー）メニューの設定 */
/* ドロワー（ハンバーガー）メニューのアニメーション関連 */
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 300px;
    margin-top: 60px;
    transform: translateX(-300px);
    transition: transform 300ms ease-in-out;
    background: #dfe3f2;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;	/*　メニューアイコンの位置*/
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/* ドロワー（ハンバーガー）メニューのメインタイトル設定 */
p.メニューメイン {
	color: #1d3181;
	font-family:"A-OTF Shin Go Pro B", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 2.5;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0;
	margin-top: 0;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	widows: 1;
}
/* サブタイトルなしのメインタイトル設定 */
a { 
	color: #1d3181;
	text-decoration:none;
}

/* ドロワー（ハンバーガー）メニューのサブタイトル設定 */
p.メニューサブ {
	-epub-hyphens:none;
	color: #1d3181;
	font-family: "A-OTF Shin Go Pro M", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 0;
	line-height: 1.75;
	margin-bottom: 10;
	margin-left: 70px;
	margin-right: 0px;
	margin-top: 10;
	orphans: 1;
	page-break-after: auto;
	page-break-before: auto;
	text-align: left;
	text-decoration: none;
	text-indent: -25px;
	text-transform: none;
	widows: 1;
}

/* サブタイトルの表示非表示設定 */
summary {
  display: block;
  list-style: none;
}
li{
  list-style:none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

/* フッターメニュー */
.footer_menu{
	background-color: #1d3181;
	display: flex;
	justify-content: space-between;
	height: 390px;
}
.column {
    display: flex;
    flex-direction: column;
	margin: 0 auto; /* 左右のマージンを自動にして中央寄せ */
	padding-top: 25px;
	justify-content: flex-start; /* テキストを上揃えにする */
}
/* フッターメニューのリンクなし文字設定 */
.footer_font1{
	color: #ffffff;
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* フッターメニューのリンク前文字設定 */
.footer_font2{
	color: #ffffff;
	text-align: left;
	margin-left: 35px;
}
/* フッターメニューのリンク文字設定 */
.footer_font2 a{
 	color: #ffffff;
	text-decoration:none;/* ライン非表示 */
	font-size: 18px;
}