@charset ”UTF-8”;

/*- 基本スタイル定義 -*/
* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: "MyFont"; /* 任意のフォント名 */
	src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype"); /* フォントファイルのパス */
	font-display: swap; /* 表示方法 */
}

body {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	color: #000000;
	font-size: 10px;
	font-family: "MyFont","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.4;
	background-color: #ffffff;
	text-align: center;
}

img {
	border:none;
}
.tf{
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
/*- フォント定義 -*/
h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
p.fttext {
	margin-top: 100px;
	font-size: 11px;
}
p#selnum{
	font-size: 14px;
}
span.ttext {
	font-size: 8px;
	background-color: orange;
}
/*- 画像表示定義 -*/
img.img_right {
	float: right;
	padding: 5px;
}
img.img_left {
	float: left;
	padding: 5px;
}

/*- 画像重ね合わせ -*/
img[class^="layer"] {
	position:absolute;
	right:0px;
}
p.imgcap {
	position:absolute;
	bottom:5px;
	right:10px;
	font-size:12px;
}

/*- 画像書き換え -*/

/*- 選択ボーダー -*/
.slectbordersd{
	overflow: hidden;
	display: inline-block;
	outline: 2px solid red;
  outline-offset: -2px;
}
.slectborderdx{
	overflow: hidden;
	display: inline-block;
	outline: 2px solid red;
  outline-offset: -2px;
}

/*- キャプション付サムネイル用 -*/
div.thumbbox01 {
	width: 129px;
	height: 70px;
	text-align: center;
	margin: 0px auto;
	display: inline-block;
}
div.thumbbox02 {
	width: 80px;
	text-align: center;
	margin: 2px auto;
	float: left;
}
div.thumbbox03 {
	width: 115px;
	text-align: center;
	margin: 8px auto;
	display: inline-block;
}
div.thumbbox0t {
	width: 90px;
	text-align: center;
	margin: 2px auto;
	float: left;
}

p.caption01 {
	text-align: left;
	margin: 0px;
	font-size: 8px;
}
p.captionsd {
	text-align: left;
	margin: 3px;
	margin-left:6px;
	font-size: 8px;
}
p.captionsd2 {
	text-align: center;
	margin: 3px;
	font-size: 6px;
}
p.caption02 {
	text-align: center;
	margin: 3px;
	font-size: 6px;
}
p.caption03 {
	text-align: left;
	margin: 0px 0px 0px 10px;
	font-size: 8px;
}
/* p.caption01op {
	text-align: center;
	width:45px;
	height: 12px;
	margin: 0px 3px 2px 0px;
	font-size: 9px;
	background-color: #25B7BC;
	color: #FFFFFF;
}
-*/

/*- float解除 -*/
div.clear {
	clear: both;
}

/*- リンク定義 -*/
a {
	text-decoration: none;
}

/*- 見出しdivBOX -*/
div.titlebox {
	font-size: 12px;
	text-align:center;
	border:solid 1px #727171;
	background-color: #727171;
	color: #ffffff;
	margin: 0 auto;
}
div.vtitlebox {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	text-align:center;
	border:solid 1px #727171;
	background-color: #727171;
	color: #ffffff;
	margin: 0 auto;
}
p.titletext{
	font-size: 8px;
	white-space: nowrap;
}

/*- ページラッパー定義 -*/
* html body {
	overflow: hidden;
}
div#wrap {
	width: 880px;
	height: 710px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px;
	background-color: #ffffff;
	/*border: 1px solid #666666;*/
	display: flex;
}
div#lcolumn{
	width: 400px;
	margin-right: 30px;
}
div#header{
	width: 400px;
	height: 65px;
	margin-bottom: 5px;
	display: flex;
	align-items:flex-end;
}
div#header img.logo{
	width: 160px;
	height: 60px;
}
div#header p{
	margin-left: 10px;
	font-size: 20px;
}
div#gradestyle{
	height: 30px;
	width: 390px;
	font-size: 18px;
	color: #ffffff;
	background-color:#888890;
	margin-bottom: 10px;
	padding-left: 10px;
}
div#pictbox {
	width: 400px;
	height: 420px;
	position:relative;
	/*border-right: 1px solid #000000;*/
}
div#pictbox img{
	width: 400px;
	height: 420px;
}

div#information{
	width: 400px;
	height: 158px;
	margin-top: 20px;
	position:relative;
	font-size: 9px;
	/*border-right: 1px solid #000000;*/
}
div.infraw{
	background-color: #BDBEC0;
	display: flex;
	align-items: center;
	height: 20px;
	margin-bottom: 3px;
}
div.infraw.blank{
	background-color: white !important;
}
div.infraw:first-child{
	background-color: #fff;
	border: 1px solid black;
	box-sizing: border-box;
}
div.infraw:first-child p:nth-child(n+2){
	border-left: 1px solid black;
}
p.ih{
	font-weight: bold;
}
div.infraw p{
	padding: 0px 5px;
}
div.infraw p:nth-child(n+2) {
	border-left: 2px solid white;
}
div.infraw.pcinf{
	display: flex;
}
div.infraw.spinf{
	display: none;
}
.w50{
	width: 55px;
}
.w130{
	width: 130px;
}
button.ppdf{
	width: 80px;
	height: 20px;
	background-color: white;
	display: flex;
	align-items: center;
  justify-content: flex-end;
	outline: 1px solid black;
	border: none;
	margin-left: auto;
	cursor: pointer;
}
.ppdf p{
	font-size: 9px;
	padding-right: 5px;
}
.ppdf img{
	width: 15px;
	height: 15px;
	padding-right: 10px;
}

div#rcolumn{
	width: 400px;
	height: 620px;
	margin-top: 70px;
	margin-right: 50px;
}
/*- 縦タブ -*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	width: 30px;
	margin: 0;
	position: relative;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6),
.cp_tab > input:nth-child(13):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(7) {
	display: block;
}
.cp_tab .cp_tabpanels {
	position: absolute;
	top:0;
	left: 30px;
	display: block;
	width: 400px;
	height: 630px;
	background-color: #BDBEC0;
	border-radius: 0 10px 10px 0;
}
.cp_tab > input + label {
	position: relative;
	z-index: 100;
	left: 1px;
	display: block;
	width: 30px;
	height: 90px;
	cursor: pointer;
	border: 1px solid #DCDCDE;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	font-size: 8px;
	font-weight: bold;
	white-space: nowrap;
}
.cp_tab > input + label:last-of-type {
	margin-bottom: 100px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	border-color: #BDBEC0;
	border-right: 1px solid #BDBEC0;/*背景色と同じ*/
	background-color: #BDBEC0;
}
.cp_tab .cp_tabpanel {
	padding: 5px 10px;
	min-height: 600px;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
	}
	.cp_tab > input + label {
	font-size: 0.7em;
	}
	.cp_tab .cp_tabpanels {
	left: 7em;
	min-width: 7em;
	}
}

label{
	writing-mode: vertical-rl;
	padding-top: 3px;
	padding-right: 9px;
	background-color: #DCDCDE;
}
label:nth-of-type(6){
	padding-top: 0px;
}

/*セレクトアイテム*/
.cv-nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 12px;
}
ul.cv-nav li{
	list-style: none;
	margin: 3px 0;
}
ul.cv-nav li:nth-child(even){
	margin-left: 10px;
}

.cv-nav a {
	margin: 1px 5px;
	display: block;
	padding: 0px;
	text-decoration: none;
}
.cv-nav span{
	font-size: 12px;
	margin:0 5px;
}
.cv-nav span.copt{
	font-size: 9px;
	color: white;
	background-color: #F7941D;
	padding:0 5px;
	margin-left: 55px;
}

.sl-nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 12px;
}
ul.sl-nav li{
	list-style: none;
	margin: 3px 0;
}
/*ul.sl-nav li:nth-child(n+3){
	margin-left: 10px;
}*/
div#slidx{
	height: 20px;
	width: 345px;
	font-size: 14px;
	color: #ffffff;
	background-color:#58585A;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 10px;
}
li.idxop{

}

.sl-nav a {
	margin: 1px 5px;
	display: block;
	padding: 0px;
	text-decoration: none;
}
.sl-nav span.sopt{
	font-size: 9px;
	color: black;
	background-color: white;
	padding:0px 5px;
	margin: 0px 5px;
}

.sl-nav span.sll{
	font-size: 14px;
}

.sl-nav span.slr{
	font-size: 9px;
	color: black;
	background-color: white;
	padding:0 5px;
	margin-right: 10px;
}

div.pot{
	display: flex;
	justify-content: space-between;
 	align-items: center;
 }






div#spwrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px;
	background-color: #ffffff;
	display: none;
/*	border: 1px solid #666666; */
}
div#idxwrap {
	width: 900px;
	/*height: 1224px;*/
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px 0px;
	background-color: #ffffff;
}

div#pictbox img.sdpbimg{
	width: 640px;
	height: 672px;
}

.ml6{
	margin-left: 6px !important;
}

.ml6{
	margin-left: 8px;
}
.ml8{
	margin-left: 8px;
}
.ml14{
	margin-left: 14px;
}
.ml10{
	margin-left: 10px;
}
.ml75{
	margin-left: 75px;
}
.ml71{
	margin-left: 71px;
}
.ml70{
	margin-left: 70px;
}

/*- フッター -*/
div#footer {
	width: 978px;
	height: 15px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: #ffffff;
}

/*- 目次箱 -*/
div#indexbox {
	width: 900px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: #ffffff;
}

/*- フィルターセット -*/
img.slfil {
	overflow: hidden;
	display: inline-block;
	filter: invert(20%);
	-webkit-filter: invert(20%);
	outline: solid 2px #696969;
	outline-offset: -2px;
}

/*- 表示切替 -*/
.oh{
display:none !important;
}

/*サイドナビ*/
.side-nav {
	position: fixed;
	top: 200px;
	left: 0;
	height: 250px;
	width: 36px;
	background-color: #c0c2c5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-radius: 0 10px 10px 0;
	z-index: 1000;
}

.side-nav .label {
	writing-mode: vertical-rl;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 4px;

}
.side-nav img{
	width: 20px;
	height: 20px;
}
a.sidena{
	outline: none;
	text-decoration: none;
	color: inherit;
	display: block;
}
/*index*/

    .grade-container {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 40px;
    }

    .grade-box {
      background: #e0e0e0;
      padding: 0px;
      width: 260px;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .grade-title {
      background: #333;
      color: white;
      padding: 10px;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .style-button {
      display: block;
      background: #ccc;
      color: black;
      margin: 10px auto;
      padding: 10px;
      border: none;
      width: 70%;
      cursor: pointer;
      font-size: 16px;
      outline: 1px solid black;
      margin:20px auto;
    }

    .style-button:hover {
    	opacity: 0.6;
    }

    .notes {
      text-align: left;
      max-width: 550px;
      font-size: 9px;
      margin: 0 auto;
      line-height: 1.6;
      color: #333;
    }
    h2.idxh2 {
      font-size: 18px;
      margin: 5px 0 30px;
    }

div.logobox{
	margin-top: 120px;
}
img.idxlogo{
	width: 205px;
	height: 80px;
}
p.slctxt{
	font-size: 14px;
	margin-bottom: 30px;
}

div.grade-container a{
	outline: none;
	text-decoration: none;
	color: inherit;
	display: block;
}

/*アプリ用
#pdf_ld{
	display: none;
}*/