.sp {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
body {
  margin: 0;
	    line-height: 1.75;
    margin-bottom: 1em;
    font-size: 14px;
}
a {
  text-decoration: none;
  color: #0000ee;
}
a:hover {
  cursor: pointer;
  opacity: 0.75;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
#wrap, .w1500 {
  max-width: 1400px;
  margin: 0 auto;
}
#wrap {
  /*background-color: #F7F9FA;*/
}
li {
  list-style: none;
}
table, td, th {
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}
table {
  width: 100%;
  /*max-width: 800px;*/
}
th {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: #F4F4F4;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 7px;
  text-align: center;
}
td {
  padding: 7px;
}
th:first-child {
  width: 25%;
}
th:nth-child(2n) {
  width: 10%;
}
th:nth-child(3n) {
  width: 65%;
}
td:first-child {
  text-align: left;
}
header {
  border-bottom: solid 1px #dee2e6;
  padding: 20px;
}
header li {
  text-align: right;
}
header li:first-child {
  /*margin-right: 480px;*/
}
header li {
  float: right;
  margin-left: 20px;
  /*padding-top: 3px*/
}
header .point {
  padding: 3px 5px;
  background: #FFF;
  border: solid 1px #9A9A9A; /*線*/
  border-radius: 10px; /*角の丸み*/
  font-size: 12px;
  margin-top: 0px;
}
header .point a {
  color: #9A9A9A; /*文字色*/
}
header .account {
  font-size: 80%;
  text-decoration: underline;
  padding-tp: 5px;
}
header .loginName select {
  width: 160px;
}
header .top-icon {
  float: left;
}
#nyukin th:first-child {
  width: 10%;
}
#nyukin th:nth-child(2n) {
  width: 30%;
}
#nyukin th:nth-child(3n) {
  width: 12%;
}
#nyukin th:nth-child(4n) {
  width: 10%;
}
#nyukin th:nth-child(5n) {
  width: 10%;
}
#nyukin td:first-child {
  text-align: left;
}
#event th:first-child {
  width: 10%;
}
#event th:nth-child(2n) {
  width: 16%;
}
#event th:nth-child(3n) {
  width: 50%;
}
#event th:nth-child(4n) {
  width: 10%;
}
#event th:nth-child(5n) {
  width: 14%;
}
#event td:first-child {
  text-align: left;
}
#home th:first-child {
  width: 10%;
}
#home th:nth-child(2n) {
  width: 90%;
}
.btn {
  color: #fff;
  background-color: #00B900;
  border-color: #00B900;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}
h2 {
  font-weight: normal;
  font-size: 1.6em;
  padding-bottom: 10px;
  border-bottom: solid 1px #dee2e6;
  margin-bottom: 20px;
}
#sidenavi {
  float: left;
  width: 260px;
  background-color: #f9f9fa;
  padding: 10px 0 0 20px;
  border-right: solid 1px #dee2e6;
  border-left: solid 1px #dee2e6;
  min-height: 100%;
  border-bottom: solid 1px #dee2e6;
  color: #444;
}
#sidenavi a {
  color: #444;
}
#sidenavi dl {
  margin-bottom: 0px;
  padding-top: 15px;
  /*padding-bottom: 15px;*/
  width: 90%;
}
#sidenavi dl dt {
  font-weight: bold;
}
#sidenavi dl dd {
  margin-left: 25px;
  line-height: 40px;
  margin: 0;
}
#wrap {
  /*overflow: hidden;*/
  line-height: 35px;
  display: flex;
}
#contents {
  float: left;
  width: -webkit-calc(100% - 721px);
  width: calc(100% - 412px);
  padding:45px 40px 0 40px;
  background-color: #fff;
  min-height: 100%;
}
#contents a {
    display: block;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    background-color: #46A7D1;
    color: #fff;
    border: solid 2px #46A7D1;
    border-radius: 2px;
    text-decoration: none;
    transition: .4s;
}
#contents a:hover {
    background-color: #fff;
    color: #46A7D1;
}
header {
  clear: both;
  font-size: 0.9em;
  color: #666;
  padding: 10px 30px;
  border-top: solid 8px #2a5298;
}
header li {
  display: inline;
}
.login {
  width: 200px;
}
h1 {
  font-size: 1.4em;
  margin: 20px 0 30px;
}
.selectdiv {
  position: relative;
  float: left;
  min-width: 200px;
}
select::-ms-expand {
  display: none;
}
.selectdiv:after {
  content: '<>';
  font: 14px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  top: 48px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  max-width: 200px;
  height: 30px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 0.8em;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}
.hometag {
  margin-top: 10px;
  background: #F7F9FA;
  display: inline-block;
  padding: 0 30px;
}
.hometag dl {
  float: left;
  padding: 20px 10px;
  width: 265px;
  background: #FFFFFF;
  margin: 2em 10;
  font-weight: bold;
  border: solid 2px #dee2e6; /*線*/
  border-radius: 10px; /*角の丸み*/
  height: 280px;
}
.hometag dl dt {
  text-align: center;
  border-bottom: dotted 1px #5b8bd0;
  margin-bottom: 10px;
}
footer {
  clear: both;
  font-size: 0.9em;
  color: #666;
  padding: 10px 30px;
  border-top: solid 1px #dee2e6;
}
footer li {
  float: left;
}
footer li:before {
  content: "|";
  padding: 10px;
}
footer li:first-child:before {
  display: none;
}
/*--アコーディオン---*/
/*チェックボックスを消す*/
.checkbox {
  display: none;
}
/*アコーディオンのラベルの設定*/
.accordion dt label {
  position: relative;
  display: block;
  cursor: pointer;
}
/*ラベル内の矢印の設定*/
.accordion dt label::after {
  content: '';
  display: block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #797676;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: .3s;
}
/*表示される要素の基本設定*/
.accordion dd {
  height: 0;
  transition: .4s;
  overflow: hidden;
  padding: 0 20px;
  border: solid 2px transparent;
}
/*ラベル内の矢印のアニメーション設定*/
.checkbox:checked ~ dl dt label::after {
  transform: translate(0, -50%) rotate(-180deg);
}
/*表示される要素のアニメーション設定*/
.checkbox:checked ~ dl dd {
  height: auto;
}
/*----ここから---singleleson.php-------*/
.current-lessons {
  /*width: -webkit-calc(100% - 721px);
    width: calc(100% - 412px);*/
  padding: 50px 60px 100px 0px;
  /*margin-left: 300px;*/
  background: #fff;
  /*min-height: 100%;*/
  /*border-left: solid 1px #dee2e6;*/
}
.current-itiran {}
/*----ここまで---singleleson.php-------*/
/*---------ここからindex.phpのニュース--アコーディオン--------------*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
/*.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #0D6CD7;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #dee2e6;
}*/
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #013179;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-0deg);
  transform: rotate(-0deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #013179;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 10px 30px;
  /*  border-left: 2px solid #dee2e6;
  border-right: 2px solid #dee2e6;*/
  box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_01 .accordion_one .accordion_header .i_box {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 10px 60px 10px 10px;
  }
}
.accordion_header_date {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.s_01:last-child {
  margin-bottom: 30px;
}
/*---------ここまでindex.phpのニュース----------------*/
.chousei {
  padding-left: 75px;
  font-size: 12px;
}
/*------ここからmoshi2----------------*/
#moshi {
  max-width: 500px;
  margin: 0 auto;
}
#moshi h2 {
  margin: 60px auto 0;
}
.mosi2-wrap {
  margin: 0 auto;
}
.mosi2-wrap h3 {
  margin-bottom: 0;
  background: #181818;
  color: white;
  padding: 5px 10px;
}
.mosi2-wrap dl {
  margin-top: 0;
}
.mosi2-wrap dt {
  padding-top: 20px;
}
.mosi2-wrap .moshi_input {
  border: 1px solid #ccc;
  margin: 0px auto;
  text-align: center;
  padding: 5px;
}
.mosi2-wrap dd.text {
  border: none;
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  box-sizing: border-box;
}
.mosi2-wrap input[type="radio"] {
  margin: 0 0 2px 5px !important;
}
.mosi2-wrap .mwform-radio-field {
  display: inline-block;
}
.mosi2-wrap textarea {
  width: 100% !important;
  box-sizing: border-box;
}
.mosi2-wrap button[type="submit"] {
  margin: 30px auto 0;
  font-size: 20px;
  background: #2285b1;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 15px 20px;
  transition: 0.3s;
}
.mosi2-wrap button[type="submit"]:hover {
  opacity: 0.5;
}
.mosi2-red {
  text-align: center;
}
.mosi2-wrap .reading-listning{
	    padding: 0px 10px;
    border: 1px solid #aaa;
}
.mw_wp_form .horizontal-item {
  margin-left: 10px;
}
/*------ここまでmoshi2----------------*/
/*------ここからmoshi_result----------------*/
#moshi_result {
  margin: 60px auto 0;
  width: 95%;
}
#moshi_result h3 {
  margin-bottom: 0;
  background: #181818;
  color: white;
  padding: 5px 10px;
  font-size: 20px;
}
#moshi_result .seiseki-wrap {
  width: 96%;
  margin: 0 auto;
}
#moshi_result .red {
  color: #F26F59;
  font-weight: bold;
}
#moshi_result .rank-title {
  font-size: 20px;
  font-weight: bold;
  color: #2B4053;
  padding: 0.5em 0.75em 0;
  border-left: 3px solid;
}
#moshi_result td {
  border: 1px solid #C5CBD3;
}
#moshi_result .seiseki-table th, #moshi_result .rank-table th, #moshi_result .eigo-table th, #moshi_result .sougou-table th, #moshi_result .wayaku-table th {
  background: #2B4053;
  color: #fff;
}
#moshi_result .rank-table tr {
  border: #C5CBD3;
}
#moshi_result .juni-td {
  background: #E3E6EB;
  text-align: center;
}
#moshi_result table {
  border: none;
}
.rank-wrap {
  margin-top: 40px;
  display: flex;
}
#moshi_result td {
  padding: 7px;
}
#moshi_result th:first-child {
  width: 20%;
}
#moshi_result th:nth-child(2) {
  width: 25%;
}
#moshi_result th:nth-child(3) {
  width: 25%;
}
#moshi_result th:nth-child(4) {
  width: 25%;
}
#moshi_result .number-td {
  text-align: right;
}
#moshi_result .number-td {}
#moshi_result .wayaku-td {
  width: 80%;
}
#moshi_result .syousai {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 35px auto 10px;
}
#moshi_result .rank-1, #moshi_result .rank-2 {
  width: 48%;
  margin: 0 auto;
}
#moshi_result footer {
  margin-top: 30px;
}
/*------ここまでmoshi_result----------------*/
/*------ここからkakunintest----------------*/
#kakunintest {
  max-width: 700px;
  margin: 0 auto;
}
#kakunintest h2 {
  margin: 60px auto 0;
}
.kakunintest-wrap {
  margin: 0 auto;
}
.kakunintest-wrap h3 {
  margin-bottom: 0;
  background: #181818;
  color: white;
  padding: 5px 10px;
}
.kakunintest-wrap dl {
  margin-top: 0;
}
.kakunintest-wrap dt {
  padding-top: 20px;
}
.kakunintest-wrap .kakunintest_input {
  border: 1px solid #ccc;
  margin: 0px auto;
  text-align: center;
  padding: 5px;
}
.kakunintest-wrap dd.text {
  border: none;
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  box-sizing: border-box;
}
.kakunintest-wrap input[type="radio"] {
  margin: 0 0 2px 5px !important;
}
.kakunintest-wrap .mwform-radio-field {
  display: inline-block;
}
.kakunintest-wrap textarea {
  width: 100% !important;
  box-sizing: border-box;
}
.kakunintest-wrap button[type="submit"] {
  margin: 30px auto 0;
  font-size: 20px;
  background: #2285b1;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 15px 20px;
  transition: 0.3s;
}
.kakunintest-wrap button[type="submit"]:hover {
  opacity: 0.5;
}
.kakunintest-red {
  text-align: center;
}
.mw_wp_form .horizontal-item {
  margin-left: 10px;
}
/*------ここまでkakunintest----------------*/
/*-- 英語リスニング --*/
.eigo-wrap {
  margin-bottom: 24px;
}
.eigo-flame {}
.cp_point {
  position: relative;
  margin: 40px 0 30px;
  padding: 25px 20px 15px 20px;
  border: 1px dotted #1b2538;
  background-color: #f8fdff;
  border-radius: 8px;
}
.cp_point::before {
  position: absolute;
  top: -1em;
  left: 1em;
  content: attr(title);
  padding: 0 1em;
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  height: 32px;
  background-color: #1b2538;
  border-radius: 4px;
}
.cp_point li {
  position: relative;
  list-style-type: none;
}
.cp_point li::before {
  /*position: absolute;
	top: .25em;
	left: -1em;
	font-family: FontAwesome;
	content: "\f0da ";
	color: #333;*/
}
.cp_headline05 {
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.8em;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  background-color: #1b2538;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.cp_headline05 span {
  display: block;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.cp_headline05::after {
  position: absolute;
  width: 90px;
  height: 20px;
  content: '';
  border-width: 0 1px 2px 0;
  border-style: solid;
  border-color: #f8fdff;
  border-radius: 0 0 3px 0;
}
.cp_headline05::after {
  right: 3px;
  bottom: 3px;
}
.cp_headline05 a {
  color: #fff
}
.cp_h3title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  margin-top: 1.5em;
}
.cp_partTitle {
  position: relative;
  display: block;
  padding: 0 17%;
  text-align: center;
  color: #000;
}
.cp_partTitle::before, .cp_partTitle::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 3px;
  border-top: 3px solid #000;
}
.cp_partTitle::before {
  left: 0;
}
.cp_partTitle::after {
  right: 0;
}
.toTop-wrap {
  text-align: right;
}
/*--/ 英語リスニング --*/
/*-- moshi --*/
#moshi .accordion dd {
  padding: 0;
  margin: 0 auto;
}
#moshi .mosi2-wrap h3 {
  margin: 0;
}
#moshi .mosi2-wrap dt {
  padding: 0;
}
/*-- / moshi  -*/
/*-- 過去問 --*/
.memo {}
.memo {
  position: relative;
  margin: 2em auto;
  padding: 15px 35px 15px 25px;
  /*width: 90%;  ボックス幅 */
  background-color: #fff; /* ボックス背景色 */
  color: #555555; /* 文章色 */
  border: 1px solid #ccc; /* 枠線 */
  box-shadow: 1px 1px 1px #acacac; /* 影の色 */
}
.memo::before {
  position: absolute;
  content: '';
  top: -15px;
  right: 10px;
  height: 55px;
  width: 15px;
  border: 3px solid #555555; /*クリップ色 */
  background-color: none;
  border-radius: 12px;
  box-shadow: 1px 1px 2px #999;
  transform: rotate(10deg);
  z-index: 1;
}
.memo::after {
  position: absolute;
  content: '';
  top: 0px;
  width: 10px;
  right: 20px;
  border: solid 5px #fff; /*背景色と同じ色にする*/
  z-index: 2;
}
mjx-container[jax="CHTML"][display="true"] {
  text-align: left !important;
  margin: 5px 0 !important;
}
.table02 {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
.table02 tr:nth-child(2n+1) {
  background: #e9faf9;
}
.table02 th {
  padding: 10px;
  background: #778ca3;
  border-right: solid 1px #778ca3;
  color: #ffffff;
}
.table02 th:last-child {
  border-right: none;
}
.table02 td {
  padding: 10px;
}
.table02 td:last-child {
  border-right: none;
}
.table02 th:first-child {
  width: auto;
}
.table02 th:nth-child(3n) {
  width: auto;
}
.table02 th:nth-child(2n) {
  width: auto;
}
/*--table-clear--*/
table.table-clear,  .table-clear td,  .table-clear th{
	border: none;
	background-color: inherit;
}

table.table-clear th:first-child,
table.table-clear th:nth-child(2n),
table.table-clear th:nth-child(3n){
	 width: 25%;
}


/*--//table-clear--*/

/*--photo-wrap--*/
div.photo-wrap{
	    display: flex;
	justify-content: center;
}
div.photo-wrap dl{
	width: 50%;
}
div.photo-wrap dd, div.photo-wrap dt{
	padding: 0;
}
.photo-wrap img{
	
}


/*--//photo-wrap--*/

.center, .center td:first-child, .center td:nth-child(2n){
  margin: 0 auto;
  text-align: center;
}
span.center, img.center{
	text-align: center;
	display: block;
}
.colum2 {
  column-count: 2;
	background: #eee;
    padding: 1em 1em 0.1em;
    margin: 1em auto;
}
.boxPoitnt {
  position: relative;
  margin: 2em 0 1em;
  padding: 0.5em 1em;
  border: solid 2px #1b2538;
  border-radius: 8px;
}
.boxPoitnt .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #1b2538;
  font-weight: bold;
}
.boxPoitnt p {
  margin: 0;
  padding: 0;
}
.boxTranslate{
	border: 1px solid;
    padding: 15px;
    margin-bottom: 1rem 0;
	
}
/*-- /過去問 --*/
#sidenavi ul {
  margin: 0;
}
#sidenavi ul li {
  list-style-type: none;
}
/*-- zoomのページ  --*/
.p_zoom-p {
  margin: 20px 10px;
  color: #9ba0a9;
}
.p_zoom-wrap1, .p_zoom-wrap2, .p_zoom-wrap3 {
  padding: 25px 20px;
  border-radius: 10px;
  margin: 20px 10px;
}
.p_zoom-wrap1 {
  background: #f9f9fa;
  box-shadow: 0px 0px 7px -2px #9ba0a9;
}
.p_zoom-wrap2 {}
.p_zoom-wrap3 {
  box-shadow: 0px 0px 7px -2px #9ba0a9;
}
.p_zoon-title {
  color: #3a404a;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5;
  margin: 0 auto 10px;
  display: block;
  border-bottom: 1px dashed;
}
.p_zoom-wrap1 dl, .p_zoom-wrap2 dl, .p_zoom-wrap3 dl {
  margin-bottom: 10px;
}
.p_zoom-wrap1 dt, .p_zoom-wrap2 dt, .p_zoom-wrap3 dt {
  background: #3a404a;
  display: inline-block;
  padding: 0px 10px 0 15px;
  color: #fff;
  border-radius: 25px;
  font-size: 12px;
}
.p_zoom-wrap1 dd, .p_zoom-wrap2 dd, .p_zoom-wrap3 dd {
  display: inline-block;
  padding-left: 5px;
}
.break-word {
  overflow-wrap: break-word;
}
/*-- /zoomのページ  --*/
/*-- 航空記事 --*/
.p_mag-date, .p_mag-title {
  display: inline-block;
}
.p_mag-date {
  color: #000;
}
.p_mag div {
  margin-bottom: 1rem;
  border-bottom: 1px dashed;
  padding-bottom: 0.5rem;
}
/*-- /航空記事 --*/
#sidenavi .zoom-dd a, #sidenavi .sougou-wrap a, #sidenavi .eigo-wrap a, #sidenavi .sintai-wrap a {
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 auto 1rem;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#sidenavi .zoom-dd a:hover, #sidenavi .sougou-wrap a:hover, #sidenavi .eigo-wrap a:hover, #sidenavi .sintai-wrap a:hover {
  background: #2A5298;
  color: #fff;
  opacity: 1;
}
#sidenavi .zoom-dd svg {
  width: 30px;
  height: auto;
  fill: #444;
  padding-right: 10px;
}
#sidenavi .zoom-dd a:hover svg {
  fill: #fff;
}
#sidenavi .kako-wrap {
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 auto 1rem;
  border: 1px solid #ddd;
  background: #fff;
}
#sidenavi .kako-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.7;
  padding-left: 0;
  justify-content: space-around;
}
#sidenavi .kako-year {
  display: block;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 5px 0 0;
}
#sidenavi .kako-ul li {
  /*width: 50%;*/
  display: block;
  text-align: center;
  line-height: 2;
}
#sidenavi .kako-ul a {
  border-radius: 5px;
  padding: 0px 7px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  opacity: 1
}
#sidenavi .kako-ul a:hover {
  box-sizing: border-box;
  background: #2a5298;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 1;
}
/*--  ヘッダー修正---*/
header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-bottom: none;
  z-index: 5
}
header ul {
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #fff;
}
#sidenavi {
  border: none;
  padding: 0 0 0 20px;
}
#contents {
  
  z-index: 1
}
/*--  /ヘッダー修正---*/
@media screen and (max-width:920px) {
  header li {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  header .top-icon {
    font-size: 18px;
  }
  header .top-icon {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
  }
  header li {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  #sidenavi {
    width: 200px;
  }
  #contents {
    width: calc(100% - 200px);
  }
  #sidenavi .kako-ul {
    /*display: block;*/
    line-height: 1.5;
    /* padding-left: 20px;*/
  }
  #sidenavi .kako-ul li {
    /*width: 100%;
		text-align: left;*/
  }
}
@media screen and (max-width:690px) {
  #contents {
    padding: 40px 10px 0 10px;
  }
}
/*-- category-description --*/
.category-description {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.category-description p {
  margin-top: 0;
}
.category-description div {
  border: 1px solid;
  padding: 15px;
  margin-bottom: 1rem;
}
.category-description h3 {
  position: relative;
  padding: 0.3em 0.3em 0.3em 0.8em;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  background-color: #1b2538;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}
.category-description h3 span {
  display: block;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.category-description h3::after {
  position: absolute;
  width: 90px;
  height: 20px;
  content: '';
  border-width: 0 1px 2px 0;
  border-style: solid;
  border-color: #f8fdff;
  border-radius: 0 0 3px 0;
}
.category-description h3::after {
  right: 3px;
  bottom: 3px;
}
.category-description h3 a {
  color: #fff
}

/*-- 固定ページ --*/
.page div{
	border: 1px solid;
	padding: 30px;
}
.page ol, .page ul{
	padding-left: 1rem;
}

/*-- /固定ページ --*/

.red{
	color: red;
}


