@charset "UTF-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/* --------------------------------
 * base
 * -------------------------------- */

.blank {
	background-color: white;
	height: 20px;
	margin: 0px 0px 0px 0px;
}
.update_time {
	background-color: white;
	color: gray;
	font-size: 12px;
	height: 10px;
	width: 100%;
	margin: 5px 0px 10px 0px;
}
.update_time3 {
	background-color: white;
	color: gray;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0.25%;
	text-align: left;
	float: left;
	width: 50%;
}
.motto3 {
	background-color: white;
	color: gray;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: right;
	float: left;
	width: 50%;
	text-decoration: underline;
}
.motto a:link, a:visited, a:hover, a:active {
	opacity: 0.8;
}
.bar {
	height:30px;
	color: black;
	margin: 0px 0px 0px 0px;
	vertical-align: baseline;
}
.bar p {
	font-type: solid;
	font-size: 12px;
	color: rgb(23,80,145);
	font-weight: solid;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
}
.bar p .bold{
	font-weight: bold;
	color: rgb(23,80,145);
}
#header_conditions {
  width: 100%;
  height: 60px;
  font-family: wigwag-bold, sans-serif;
  font-type: solid;
  font-size: 15px;
  font-weight: solid;
  line-height: 20px;
  letter-spacing: 1px;
}
.realjourney_logo {
	margin: 10px -100px 0px -20px;
	width: 330px;
	text-align: left;
}
#page_top{
  width: 90px;
  height: 55px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgb(13,73,120);
  opacity: 0.8;
  border-radius: 15px;
  z-index: 20;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 55px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.heading2 {
  height: 3.4rem;
  padding: 10px 12px;
  background: url('../images/bg-slash.gif');
  color: black;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
  width: 60%;
}
.motto2 {
  height: 3.4rem;
  padding: 10px 12px;
  color: gray;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: right;
  text-decoration: underline;
}
.motto2 a:link, a:visited, a:hover, a:active {
  opacity: 0.8;
}
.owari {
  clear:both;
}
.subtitle{
  color: black;
  padding: 10px 12px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  float:left;
  width:70%;
  background: url('../images/bg-slash.gif');
  margin-bottom: 15px;
}
.mokuji{
  padding: 10px 12px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  float:left;
  text-align: right;
  width:30%;
  background: url('../images/bg-slash.gif');
  margin-bottom: 15px;
}
.top{
	font-weight: bold;
	color: rgb(110,104,97);
	margin-bottom: 0px;
}
.top a:link {
	color: rgb(110,104,97);
	text-decoration: underline;
}
.top a:visited {
	color: rgb(110,104,97);
	text-decoration: underline;
}
.top a:hover {
	color: rgb(110,104,97);
	opacity:0.8;
	text-decoration: underline;
}
.issue_date {
	font-color: grey;
	margin: 0px 0px 0px 0px;
}
.linkage a:link {
	color: black;
	text-decoration:underline;
	clear: both;
}
.linkage a:visited {
	color: black;
	text-decoration:underline;
}
.linkage a:hover {
	color: grey;
	text-decoration:underline;
}
.space {
	margin-left:20px;
}

.content {
  margin: 0px auto 0 auto;
  /* 外枠の大きさ */
  max-width: auto;
  /* border: 1px solid black; */
  min-height: auto;
}
/* 記事全ての枠の設定 */
.container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 0px auto 0 auto;
}
.article-item {	
  position: relative;
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  height: 160px;
  margin-bottom: 2%;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-item:nth-child(3n) {
  margin-right: 0 
}
.article-item:hover {
  opacity: 0.8;
}
.article-item .title {
  margin-top: 25px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.2;
}
.article-item .desc {
  margin-top: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-item .description {
  position: absolute;
  background-color:black;
  opacity: 0.2;
  z-index: 20;
  height: 100%;
  width: 100%;
}
.article-item .date {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 30;
}
.article-item img {
  /* 画像は親要素に対して100%にする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.article-item p {
  padding: 0px 10px;
}

.content-front {
  margin: 0px auto 0 auto;
  /* 外枠の大きさ */
  max-width: auto;
  /* border: 1px solid black; */
  min-height: auto;
}
/* 記事全ての枠の設定 */
.container-front {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 0px auto 0 auto;
}
.article-item-front {	
  position: relative;
  display: block;
  width: 33%;
  height: 200px;
  margin-bottom: 0.5%;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-item-dummy-front {	
  position: relative;
  display: block;
  width: 33%;
  height: 200px;
  margin-bottom: 0.5%;
}
.article-item-front:hover {
  opacity: 0.8;
}
.article-item-front .title {
  margin-top: 25px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.2;
}
.article-item-front .desc {
  margin-top: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-item-front .description {
  position: absolute;
  background-color:black;
  opacity: 0.2;
  z-index: 20;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.article-item-front .date {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 40%;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 30;
}
.article-item-front img {
  /* 画像は親要素に対して100%にする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.article-item-front p {
  padding: 0px 10px;
}

.content-divide {
  margin: 0px auto 0 auto;
  /* 外枠の大きさ */
  max-width: auto;
  /* border: 1px solid black; */
  min-height: auto;
}
/* 記事全ての枠の設定 */
.container-divide {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 0px auto 0 auto;
}
.article-item-divide {	
  position: relative;
  display: block;
  width: 45%;
  height: 200px;
  margin-bottom: 30px;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-item-dummy-divide {	
  position: relative;
  display: block;
  width: 45%;
  height: 200px;
  margin-bottom: 30px;
}
.article-item-divide:hover {
  opacity: 0.8;
}
.article-item-divide:nth-of-type(odd) {
  float: left;
}
.article-item-divide:nth-of-type(even) {
  float: right;
}
.article-item-divide .title {
  margin-top: 25px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.2;
}
.article-item-divide .desc {
  margin-top: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-item-divide .description_open {
  position: absolute;
  background-color:black;
  opacity: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.article-item-divide .description_close {
  position: absolute;
  background-color:dimgray;
  opacity: 0.8;
  z-index: 20;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.article-item-divide .date_open {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 30;
}
.article-item-divide .date_close {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  background-color: transparent;
  color: #ffffff;
  opacity:0.5;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 30;
}
.article-item-divide img {
  /* 画像は親要素に対して100%にする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.article-item-divide p {
  padding: 0px 10px;
}

/* 記事全ての枠の設定 */
.container-divide-small {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 0px auto 0 auto;
}
.article-item-divide-small {	
  position: relative;
  display: block;
  width: 45%;
  height: 200px;
  margin-bottom: 30px;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-item-dummy-divide-small {	
  position: relative;
  display: block;
  width: 45%;
  height: 200px;
  margin-bottom: 30px;
}
.article-item-divide-small:hover {
  opacity: 0.8;
}
.article-item-divide-small:nth-of-type(odd) {
  float: left;
}
.article-item-divide-small:nth-of-type(even) {
  float: right;
}
.article-item-divide-small .title {
  margin-top: 25px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.2;
}
.article-item-divide-small .desc {
  margin-top: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-item-divide-small .description {
  position: absolute;
  background-color:black;
  opacity: 0.2;
  z-index: 20;
  height: 100%;
  width: 100%;
}
.article-item-divide-small .date {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 200px;
  padding-top: 190px;
  background-color: transparent;
  color: #ffffff;
  text-align: right;
  letter-spacing: 1px;
  font-weight: bold;
  z-index: 30;
}
.article-item-divide-small img {
  /* 画像は親要素に対して100%にする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.article-item-divide-small p {
  padding: 0px 10px;
}

.content-divide-wish {
  margin: 0px auto 0 auto;
  /* 外枠の大きさ */
  max-width: auto;
  /* border: 1px solid black; */
  min-height: auto;
}
/* 記事全ての枠の設定 */
.container-divide-wish {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 0px auto 0 auto;
}
.article-item-divide-wish {	
  position: relative;
  display: block;
  width: 49.5%;
  height: 400px;
  margin-bottom: 0.5%;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-item-dummy-divide-wish {	
  position: relative;
  display: block;
  width: 49.5%;
  height: 400px;
  margin-bottom: 0.5%;
}
.article-item-divide-wish:hover {
  opacity: 0.8;
}
.article-item-divide-wish:nth-of-type(odd) {
  float: left;
}
.article-item-divide-wish:nth-of-type(even) {
  float: right;
}
.article-item-divide-wish .title {
  margin-top: 25px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.2;
}
.article-item-divide-wish .desc {
  margin-top: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-item-divide-wish .description {
  position: absolute;
  background-color:black;
  opacity: 0.2;
  z-index: 20;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.article-item-divide-wish .date {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 30;
}
.article-item-divide-wish img {
  /* 画像は親要素に対して100%にする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.article-item-divide-wish p {
  padding: 0px 10px;
}

.content-slick {
  margin: 0px auto 0 auto;
  max-width: auto;
  /* border: 1px solid black; */
  min-height: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.content-slick a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
}
.content-slick a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 30%;
}
.content-slick .title {
  margin-top: 25px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.2;
}
.content-slick .desc {
  margin-top: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-slick .description {
  position: absolute;
  background-color:black;
  opacity: 0.2;
  z-index: 20;
  height: 100%;
  width: 100%;
}
.content-slick .date {
  position: absolute;
  right: 4px;
  bottom: 20px;
  display: block;
  background-color: transparent;
  color: #ffffff;
  text-align: right;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 30px;
  z-index: 30;
}
.content-slick img {
  /* 画像は親要素に対して100%にする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}

.article-item2 {	
  position: relative;
  display: block;
  width: 33%;
  height: 160px;
  margin-bottom: 0.5%;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-item-dummy2 {	
  position: relative;
  display: block;
  width: 33%;
  height: 160px;
  margin-bottom: 30px;
}
.article-item2:hover {
  opacity: 0.8;
}
.article-item2:nth-of-type(odd) {
  float: left;
}
.article-item2:nth-of-type(even) {
  float: right;
}
.article-item2 .title {
  margin-top: 25px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.2;
}
.article-item2 .desc {
  margin-top: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-item2 .date {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 20;
}
.article-item2 img {
  /* 画像は親要素に対して100%にする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.article-item2 p {
  padding: 0px 10px;
}



/* --------------------------------
 * parts
 * -------------------------------- */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.heading {
  padding: 20px;
  background: url('../images/bg-slash.gif');
  font-size: 18px;
  margin-bottom: 12px;
}
.hidden {
  display: none;
}

/* --------------------------------
 * header
 * -------------------------------- */

.global-nav {
  margin-top: 15px;
  text-align: center;
}
.global-nav .nav-item {
  display: inline-block;
  margin: 0 10px;
}
.global-nav .nav-item a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 1px;
  transition: 0.15s;
}
.global-nav .nav-item.active a,
.global-nav .nav-item a:hover {
  background-color: #d03c56;
  color: #fff;
}


/* --------------------------------
 * wrapper
 * -------------------------------- */
.wrapper > .inner {
}
.main {
  display: block;
  float: left;
  width: 660px;
}
.iine-button {
  height:60px;
}
.button1 {
  height:60px;
  float:left;
  width:10%;
  margin:-10px 0px 0px 10px;
  text-align: left;
}
.button2 {
  height:60px;
  float:left;
  width:25%; 
  text-align: right;
  margin:20px 0px 0px 0px;
}
.button3 {
  height:60px;
  float:left;
  width:15%;
  text-align: center;
  margin:20px 0px 0px 0px;
}
.button4 {
  height:60px;
  float:left;
  width:30%; 
  text-align: left;
  margin:20px 0px 0px 11px;
}



/* --------------------------------
 * main
 * -------------------------------- */
.hot-topic {
  display: block;
  height: 300px;
  margin-bottom: 30px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.hot-topic:hover {
  opacity: 0.85;
}

.hot-topic .image {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}
.hot-topic .content {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  padding: 105px 25px 0;
  background-color: #2d3d54;
  line-height: 1.6;
}
.hot-topic .content {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  padding: 105px 25px 0;
  background-color: #2d3d54;
  line-height: 1.6;
}
.hot-topic .title {
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
  font-size: 2.0rem;
}
.hot-topic .desc {
  color: #ddc;
}
.hot-topic .date {
  position: absolute;
  top: 60px;
  left: 0;
  width: 140px;
  padding: 4px;
  background-color: #fff;
  color: #2d3d54;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
}
.hot-topic-front {
  display: block;
  height: 300px;
  margin-bottom: 30px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.hot-topic-front:hover {
  opacity: 0.85;
}
.hot-topic-front .image {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.hot-topic-front h2 {
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0px 30px 0px;
  color: white;
  line-height: 1;
  opacity:1;
}
.hot-topic-front h3 {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: solid;
  padding: 10px 0px 10px 0px;
  color: white;
  line-height: 1;
  opacity:1;
}
.hot-topic-front p {
  letter-spacing: 1px;
  font-weight: solid;
  font-size: 13px;
  padding: 10px 0px 10px 0px;
  color: white;
  line-height: 1;
  opacity:1;
}
.hot-topic-front .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 40px 40px 40px 40px;
  background-color: #000000;
  opacity: 0.3;
}
.hot-topic-front .description {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 40px 40px 40px;
  opacity: 1;
  color: white;
  text-align: left;
  letter-spacing: 1px;
  font-weight: solid;
  font-size: 1.1rem;
  line-height: 1;
}
.hot-topic-individual {
  display: block;
  height: 300px;
  margin-bottom: 30px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.hot-topic-individual:hover {
  opacity: 0.85;
}
.hot-topic-individual .image {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.hot-topic-individual h2 {
  letter-spacing: 1px;
  font-size: 2.7em;
  font-weight: bold;
  padding: 10px 0px;
  color: white;
  line-height: 1.2;
  opacity:1;
  min-height: 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hot-topic-individual h3 {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: solid;
  padding: 10px 0px 10px 0px;
  color: white;
  line-height: 1;
  opacity:1;
}
.hot-topic-individual p {
  letter-spacing: 1px;
  font-weight: solid;
  font-size: 13px;
  padding: 10px 0px 10px 0px;
  color: white;
  line-height: 1;
  opacity:1;
}
.hot-topic-individual .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 40px 40px 40px 40px;
  background-color: #000000;
  opacity: 0.3;
}
.hot-topic-individual .description {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  color: white;
  text-align: left;
  letter-spacing: 1px;
  font-weight: solid;
  font-size: 1.1rem;
  line-height: 1;
}
.hot-topic-individual .date-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 40px 40px 40px 40px;
  background-color: #000000;
  opacity: 0.3;
}
.hot-topic-individual .description-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  color: white;
  text-align: left;
  letter-spacing: 1px;
  font-weight: solid;
  font-size: 1.1rem;
  line-height: 1;
}
.scroll-list {
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 30px;
  list-style-type: none;
}
.scroll-list .scroll-item a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 0;
  transition: background-color 0.1s;
}
.scroll-list .scroll-item:nth-of-type(even) a {
  /*background: url('../images/bg-slash.gif');*/
}
.scroll-list .scroll-item a:hover {
  /*background-color: #fafaf8;*/
}
.scroll-list .date {
  display: inline-block;
  width: 19%;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.0rem;
}
.scroll-list .category {
  display: inline-block;
  width: 8%;
  border-radius: 5px;
  background-color: #d03c56;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.0rem;
  line-height: 16px;
}
.scroll-list .category.news {
  background-color: #2c3c53;
}
.scroll-list .title {
  display: inline-block;
  width: 73%;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
}

/* --------------------------------
 * pick-up-contents
 * -------------------------------- */
.pick_up_contents {
	background-color: #ffffff;
	color: #000000;
	margin: 0% 0% 0% 0%;
	overflow: none;
}
.pick_up_contents h2{
	text-align: left;
}
.pick_up_contents p{
	text-align: left;
}

.flex {
	margin: 0% 0% 0% 0%;
	display: flex;
	justify-content:space-between;
	overflow: scroll;
}
.article-box {
  position: relative;
  display: block;
  width: 180px;
  height: 140px;
  margin: 0px 20px 5px 0px;
  padding: 140px 15px 0;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-box:hover {
  opacity: 0.8;
}
.article-box:nth-of-type(odd) {
  float: left;
}
.article-box:nth-of-type(even) {
  float: right;
}
.article-box .title {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.6;
}
.article-box .desc {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-topic-front .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 40px 40px 40px 40px;
  background-color: #000000;
  opacity: 0.3;
}
.article-box .paper {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 180px;
  height: 140px;
  padding: 60% 0px 40% 0px;
  background-color: #000000;
  opacity: 0.1;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 20;
}
.article-box .date {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 180px;
  height: 140px;
  padding: 60% 0px 40% 0px;
  background-color: transparent;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 20;
}
.article-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 140px;
}


.individual-contents {
	margin: 0% 15% 0% 0%;
	width: 100%;
	overflow: none;
}
.individual-contents p {
	margin: 0% 0% 20px 0%;
	padding: 8px;
	border: none;
	text-align: left;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
  line-height: 1.75;
}
.flex-wrap-table-of-contents {
	margin: 0% 0% 0% 0%;
	display: flex;
	flex-wrap: wrap;
	overflow: none;
}
.article-box-table-of-contents {
  position: relative;
  display: block;
  width: 200px;
  height: 150px;
  margin: 0px 10px 20px 10px;
  padding: 110px 15px 0;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-box-table-of-contents:hover {
  opacity: 0.8;
}
.article-box-table-of-contents:nth-of-type(odd) {
  float: left;
}
.article-box-table-of-contents:nth-of-type(even) {
  float: right;
}
.article-box-table-of-contents .title {
  margin-top: 25px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.2;
}
.article-box-table-of-contents .desc {
  margin-top: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-box-table-of-contents .date {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  width: 200px;
  height: 150px;
  padding-top: 75px;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
  z-index: 20;
}
.article-box-table-of-contents .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.flex-individual {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.flex-individual .box h3 {
    width: 100%;
	margin: 0% 0% 0% 0%;
	text-align:left;
  padding: 8px;
  background-color: rgb(85,87,87);
	text-align: center;
	color: white;
	font-weight: solid;
	font-size: 15px;
	letter-spacing: 1px;
}
.flex-individual .box img {
    width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
}
.flex-individual .box p{
    align-items: stretch;
    width: 100%;
	margin: 0% 0% 20px 0%;
	padding: 8px;
	border: none;
	text-align: left;
	font-color: black;
	font-weight: solid;
	font-size: 15px;
	letter-spacing: 1px;
}

/* --------------------------------
 * sidemenu
 * -------------------------------- */

.sidemenu_nokosu {
  display:none;
}
.sidemenu {
  float: right;
  width: 275px;
}
.search-box {
  padding: 0px;
  background-color: white;
  font-size: 0;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.search-box > * {
  font-size: 1.2rem;
}
.search-box .search-input {
  width: 205px;
  height: 26px;
  padding: 0 10px;
  border: none;
}
.search-box .search-button {
  width: 40px;
  height: 26px;
  border: none;
  background-color: #d03c56;
  color: #fff;
  cursor: pointer;
}
.search-box .text {
  margin: 0px 0px 20px 15px;
}

.ranking {
  margin-top: -10px;
  margin-bottom: 30px;
  list-style-type: none;
  counter-reset: ranking;
}
.ranking .ranking-item {
  margin-top: 15px;
}
.ranking .ranking-item a {
  display: block;
  font-size: 0;
  transition: opacity 0.15s;
}
.ranking .ranking-item a:hover {
  opacity: 0.8;
}
.ranking .image {
  width: 80px;
  height: 80px;
}
.ranking .order {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 35px 20px 0;
  border: 1px solid #ccc;
  color: #aaa;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ranking .order::before {
  content: counter(ranking);
  display: inline-block;
  counter-increment: ranking;
  font-size: 1.0rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ranking .ranking-item:nth-of-type(1) .order,
.ranking .ranking-item:nth-of-type(2) .order,
.ranking .ranking-item:nth-of-type(3) .order {
  border: none;
  color: #fff;
  font-weight: normal;
  line-height: 18px;
}
.ranking .ranking-item:nth-of-type(1) .order {
  background-color: #dab413;
}
.ranking .ranking-item:nth-of-type(2) .order {
  background-color: #6e7b84;
}
.ranking .ranking-item:nth-of-type(3) .order {
  background-color: #a0541a;
}
.word-break{
  display: inline-block;
}
.word-break .break-all{
  word-break: break-all;
}
.ranking .text {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ranking .text_dummy {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ranking .date {
  color: gray;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
}
.ranking .date_dummy {
  color: gray;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
}
.documents {
  margin: 10px 10px 30px;
}
.documents,
.documents ul {
  list-style-type: none;
}
.documents > li .title {
  margin: 15px 0;
  padding-left: 8px;
  border-left: 5px solid rgb(13,73,120);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  float: left;
  width: 60%;
}
.documents > li .motto {
  margin: 15px 0;
  padding-left: 8px;
  font-size: 1.4rem;
  font-weight: bold; 
  color: gray;
  line-height: 1.2;
  float: left;
  width: 40%;
  text-align: right;
  text-decoration: underline;
}
.motto a:link, a:visited, a:hover, a:active {
  opacity: 0.8;
}
.documents > li .update_time {
	background-color: white;
	font-color: gray;
	font-size: 12px;
	height: 25px;
	padding: 0px 0px 10px 0px;
    float: left;
    width: 100%;
}
.documents > li + li {
  margin-top: 25px;
}
.documents > li ul {
  margin: 15px;
}
.documents > li ul > li {
  margin-bottom: 15px;
  padding-left: 10px;
  background: url('../images/arrow.gif') no-repeat left center;
}
.documents a:hover {
  text-decoration: underline;
}
.tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0;
}
.tab-label {
	background-color: white;
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
    font-size: 13px;
	order: -1;
	padding: 12px 20px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	border-bottom: 3px solid #ddd;
}
.tab-label:hover {
	background: rgba(100, 100, 100,.1);
}
.tab-switch:checked + .tab-label {
	background: rgb(6,81,133);
	color: white;
}
.tab-label::after {
	background: rgb(6,81,133);
	bottom: -3px;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height:0;
	opacity:0;
	margin: 0px;
	padding: 0px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}
.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}
.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}
.tab-switch {
	display: none;
}

/* --------------------------------
 * footer
 * -------------------------------- */


.mobi {
	display: none;
}

/* --------------------------------
 * challenge
 *
 * 288行目からの.ranking .order, .ranking .order::beforeの
 * スタイルをコメントアウトしてから適用してください。
 * -------------------------------- */
/*
.ranking .ranking-item {
  position: relative;
}
.ranking .image {
  margin-right: 20px;
}
.ranking .order {
  position: absolute;
  top: -9px;
  left: 44px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  color: #aaa;
  text-align: center;
  font-weight: bold;
  line-height: 18px;
}
.ranking .order::before {
  content: counter(ranking);
  counter-increment: ranking;
  font-size: 1.0rem;
}
.ranking .ranking-item:nth-of-type(1) .order,
.ranking .ranking-item:nth-of-type(2) .order,
.ranking .ranking-item:nth-of-type(3) .order {
  line-height: 20px;
}
.ranking .text {
  width: 200px;
}

#footer {
	width: 100%;
	height: 300px;
	background-color: #000000;
	font-family: wigwag-bold, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding-left: 10%;
	border-top: 1px solid #000000;
	box-shadow: 1px 0 0 0 black;
	display:flex;
	flex-flow: row wrap;
}
#footer .copyright {
	width: 100%;
	text-align: left;
	height: 20px;
	order: 6;
	font-size:13px;
	padding-left: 0px;
}
#footer .footer1 {
	width: 100%;
	text-align: left;
	height: 10px;
	margin-top: 50px;
	padding-left: 0px;
	order: 1;
	font-size:13px;
}
#footer .footer2 {
	width: 100%;
	text-align: left;
	height: 10px;
	padding-left: 0px;
	order: 2;
	font-size:13px;
}
#footer .footer3 {
	width: 100%;
	text-align: left;
	height: 10px;
	padding-left: 0px;
	order: 3;
	font-size:13px;
}
#footer .footer4 {
	width: 100%;
	text-align: left;
	height: 10px;
	padding-left: 0px;
	order: 4;
	font-size:13px;
}
#footer .footer5 {
	width: 100%;
	text-align: left;
	height: 40px;
	padding-left: 0px;
	order: 5;
}
#footer .copyright_english {
	width: 100%;
	text-align: left;
	height: 20px;
	order: 6;
	font-size:13px;
	padding-left: 0px;
}
#footer .footer6 {
	width: 100%;
	text-align: left;
	height: 15px;
	margin-top: 50px;
	padding-left: 0px;
	order: 1;
	font-size:13px;
}
#footer .footer7 {
	width: 100%;
	text-align: left;
	height: 15px;
	padding-left: 0px;
	order: 2;
	font-size:13px;
}
#footer .footer8 {
	width: 100%;
	text-align: left;
	height: 15px;
	padding-left: 0px;
	order: 3;
	font-size:13px;
}
#footer .footer9 {
	width: 100%;
	text-align: left;
	height: 15px;
	padding-left: 0px;
	order: 4;
	font-size:13px;
}
#footer .footer10 {
	width: 100%;
	text-align: left;
	height: 40px;
	padding-left: 0px;
	order: 5;
	font-size:13px;
}
#footer a:link {
	color: #ffffff;
	text-decoration:none;
	clear: both;
}
#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
*/

/* --------------------------------
 * item
 * -------------------------------- */
.keyword {
  background: rgb(46, 65, 107);
  border: 1px solid rgb(46, 65, 107);
  border-radius: 5px;
  font-size: 15px;
  color: white;
  font-weight: solid;
  padding: 10px 20px 10px 20px;
  margin: 1px 1px 1px 1px;
  display: inline-block;
}

.keyword a:link, a:visited, a:hover, a:active {
  opacity: 0.8;
}

/* --------------------------------
 * home-slide-show
 * -------------------------------- */
.individual-contents-slide {
	margin: 0% 0% 0% 0%;
	width:100%;
	background-color: #ffffff;
	color: #000000;
	overflow: none;
}
.individual-contents-slide p{
	margin: 0% 0% 0px 0%;
	padding: 8px;
	border: none;
	text-align: left;
	color: black;
	font-weight: solid;
	font-size: 15px;
	letter-spacing: 1px;
}
.slick {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 10px 10px;
}
.slick .image {
	object-fit: cover;
	border-radius: 0px;
	text-align: center;
}

@charset "UTF-8";

.change_button {
  background-color: #c1c1c1;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  height: 30px;
}
.newsletter-contents {
  overflow: hidden;
/*  display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
}
.newsletter-item {
   /*float: left;*/
   padding: 0px 0px 5px 5px;
   text-align: left;
}

.email-bar {
   width: 250px;
}

.paragraph {
  margin: 0px;
  font-type: solid;
  font-size: 15px;
  background-color: white;
  border: 1px solid rgb(255,255,255);
  line-height: 25px;
  text-align: left;
  font-weight: solid;
  width: 100%;
  height: auto;
  padding-left:1em;
  text-indent:-1.4em;
}
.paragraph li {
  padding: 0px 30px 0px 30px;
}
.paragraph2 {
  margin: 0px;
  font-type: solid;
  font-size: 15px;
  background-color: white;
  border: 1px solid rgb(255,255,255);
  line-height: 25px;
  text-align: left;
  font-weight: solid;
  width: 100%;
  height: auto;
  padding-left:1em;
  text-indent:-1.4em;
}
.paragraph2 li {
  padding: 0px 0px 0px 10px;
}
.migiyose {
  margin-right:30px;
  text-align:right;
}
.first_indent {
  padding-left: 1.4em;
  text-indent:  -1.4em;
}
.second_indent {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.maintitle2 {
  height: 50px;
  font-color: white;
  margin: 0px 0px 0px 0px;
}
.maintitle2 h3 {
  font-type: solid;
  border-bottom: solid 3px rgb(255,255,255);
  position: relative;
  margin: 0px 7% 0px 0px;
  padding: 0px 0px 0px 22px;
  font-size: 15px;
  padding-bottom: 5px;
}
.maintitle3 {
  height: 50px;
  font-color: white;
  margin: 0px 0px 0px 0px;
}
.maintitle3 h3 {
  font-type: solid;
  border-bottom: solid 3px rgb(128,129,132);
  position: relative;
  margin: 0px 7% 0px 0px;
  padding: 0px 0px 0px 22px;
  font-size: 15px;
  padding-bottom: 5px;
}
.linkage a:link {
  color: #000000;
  text-decoration:none;
}
.linkage a:visited {
  color: #000000;
  text-decoration:none;
}
.linkage a:hover {
  color: #000000;
  text-decoration: underline;
}

/* スマホ ブレイクポイント 767 統一20221230 */

@media (max-width:767px){
  /* 記事アイテムを大きくして二列にする */
  .article-item {
    width: 30%;
    height: 150px;
  }
  .article-item .date {
    padding-top: 65px;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .article-item {
    width: 32%;
    height: 130px;
    /* margin-bottom: -100px; */
  }
  .article-item .date {
    padding-top: 55px;
    font-size:15px;
  }
  /* 記事アイテムを大きくして二列にする */
  .article-item-divide {
    width: 45%;
    height: 200px;
  }
  .article-item-divide .date_open {
    padding-top: 90px;
  }
  .article-item-divide .date_close {
    padding-top: 90px;
  }
  .article-item-divide p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .article-item-divide {
    width: 45%;
    height: 150px;
    /* margin-bottom: -100px; */
  }
  .article-item-divide .date_open {
    padding-top: 65px;
    font-size:15px;
  }
  .article-item-divide .date_close {
    padding-top: 65px;
    font-size:15px;
  }
  /* 記事アイテムを大きくして二列にする */
  .article-item-divide-small {
    width: 45%;
    height: 200px;
  }
  .article-item-divide-small .date {
    height: 200px;
    text-align: right;
    padding-top: 190px;
  }
  .article-item-divide-small p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .article-item-divide-small {
    width: 45%;
    height: 150px;
    /* margin-bottom: -100px; */
  }
  .article-item-divide-small .date {
    height: 150px;
    text-align: right;
    padding-top: 140px;
  }
  /* 記事アイテムを大きくして二列にする */
  .article-item-divide-wish {
    width: 49.5%;
    height: 350px;
  }
  .article-item-divide-wish .date {
  }
  .article-item-divide-wish p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .article-item-divide-wish {
    width: 49.5%;
    height: 300px;
    /* margin-bottom: -100px; */
  }
  /* 記事アイテムを大きくして二列にする */
  .article-item2 {
    width: 33%;
    height: 150px;
  }
  .article-item2 .date {
    padding-top: 65px;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .article-item2 {
    width: 33%;
    height: 130px;
    /* margin-bottom: -100px; */
  }
  .article-item2 .date {
    padding-top: 55px;
    font-size:15px;
  }

  .article-item-front .date {
    font-size: 3.8vw;
  }

  .main {
    display: block;
    float: left;
    width: 99%;
  }
  .realjourney_logo {
    margin: 10px -100px 0px -30px;
    width: 200px;
    text-align: left;
  }
  .iine-button {
    width:100%;
    height:170px;
  }
  .button1 {
    height:80px;
    float:left;
    width:100%;
    padding:0px 0px 0px 10%;
    text-align: left;
  }
  .button2 {
    height:40px;
    float:left;
    width:100%; 
    text-align: left;
    padding:0px 0px 0px 8%;
  }
  .button3 {
    height:30px;
    float:left;
    width:100%;
    text-align: left;
    padding:0px 0px 0px 10%;
  }
  .button4 {
    height:30px;
    float:left;
    width:100%; 
    text-align: left;
    padding:0px 0px 0px 10%;
  }
  .hot-topic .image {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
  }
  .hot-topic .content {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    padding: 105px 25px 0;
    background-color: #2d3d54;
    line-height: 1.6;
  }
  .hot-topic .content {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    padding: 105px 25px 0;
    background-color: #2d3d54;
    line-height: 1.6;
  }
  .hot-topic .title {
    margin-bottom: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 2.0rem;
  }
  .hot-topic .desc {
    color: #ddc;
  }
  .hot-topic .date {
    position: absolute;
    top: 60px;
    left: 0;
    width: 140px;
    padding: 4px;
    background-color: #fff;
    color: #2d3d54;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1;
  }
  .hot-topic-front {
    display: block;
    height: 300px;
    margin-bottom: 30px;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
    transition: opacity 0.15s;
  }
  .hot-topic-front:hover {
    opacity: 0.85;
  }
  .hot-topic-front .image {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
  }
  .hot-topic-front h2 {
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0px 30px 0px;
    color: white;
    line-height: 1;
    opacity:1;
  }
  .hot-topic-front h3 {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: solid;
    padding: 10px 0px 10px 0px;
    color: white;
    line-height: 1;
    opacity:1;
  }
  .hot-topic-front p {
    letter-spacing: 1px;
    font-weight: solid;
    font-size: 13px;
    padding: 10px 0px 10px 0px;
    color: white;
    line-height: 1;
    opacity:1;
  }
  .hot-topic-front .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 40px 40px 40px;
    background-color: #000000;
    opacity: 0.3;
  }
  .hot-topic-front .description {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 80px 0px 40px 40px;
    opacity: 1;
    color: white;
    text-align: left;
    letter-spacing: 1px;
    font-weight: solid;
    font-size: 1.1rem;
    line-height: 1;
  }
  .hot-topic-individual {
    display: block;
    height: 300px;
    margin-bottom: 10px;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
    transition: opacity 0.15s;
  }
  .hot-topic-individual:hover {
    opacity: 0.85;
  }
  .hot-topic-individual .image {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
  }
  .hot-topic-individual h2 {
  }
  .hot-topic-individual h3 {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: solid;
    padding: 10px 0px 10px 0px;
    color: white;
    line-height: 1;
    opacity:1;
  }
  .hot-topic-individual p {
    letter-spacing: 1px;
    font-weight: solid;
    font-size: 13px;
    padding: 10px 0px 10px 0px;
    color: white;
    line-height: 1;
    opacity:1;
  }
  .hot-topic-individual .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 40px 40px 40px;
    background-color: #000000;
    opacity: 0.3;
  }
  .hot-topic-individual .description {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0px 40px 40px;
    opacity: 1;
    color: white;
    text-align: left;
    letter-spacing: 1px;
    font-weight: solid;
    font-size: 1.1rem;
    line-height: 1;
  }
  .hot-topic-individual .date-left {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 40px 40px 40px;
    background-color: #000000;
    opacity: 0.3;
  }
  .hot-topic-individual .description-left {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0px 40px 40px;
    opacity: 1;
    color: white;
    text-align: left;
    letter-spacing: 1px;
    font-weight: solid;
    font-size: 1.1rem;
    line-height: 1;
  }
  .scroll-list {
    max-height: 220px;
    overflow-y: auto;
    margin-bottom: 30px;
    list-style-type: none;
  }
  .scroll-list .scroll-item a {
    display: block;
    padding: 10px;
    color: #333;
    font-size: 0;
    transition: background-color 0.1s;
  }
  .scroll-list .scroll-item:nth-of-type(even) a {
    background: url('../images/bg-slash.gif');
  }
  .scroll-list .scroll-item a:hover {
    background-color: #fafaf8;
  }
  .scroll-list .date {
    display: inline-block;
    width: 25%;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.0rem;
  }
  .scroll-list .category {
    display: inline-block;
    width: 10%;
    border-radius: 5px;
    background-color: #d03c56;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.0rem;
    line-height: 16px;
  }
  .scroll-list .category.news {
    background-color: #2c3c53;
  }
  .scroll-list .title {
    display: inline-block;
    width: 65%;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem;
  }

  /* --------------------------------
   * pick-up-contents
   * -------------------------------- */
  .pick_up_contents {
    background-color: #ffffff;
    color: #000000;
    margin: 0% 0% 0% 0%;
    overflow: none;
  }
  .pick_up_contents h2{
    text-align: left;
  }
  .pick_up_contents p{
    text-align: left;
  }

  .flex {
    margin: 0% 0% 0% 0%;
    display: flex;
    justify-content:space-between;
    overflow: scroll;
  }
  .article-box {
    position: relative;
    display: block;
    width: 160px;
    height: 120px;
    margin: 0px 20px 5px 0px;
    padding: 120px 15px 0;
    box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
    transition: opacity 0.15s;
  }
  .article-box:hover {
    opacity: 0.8;
  }
  .article-box:nth-of-type(odd) {
    float: left;
  }
  .article-box:nth-of-type(even) {
    float: right;
  }
  .article-box .title {
    color: #555;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .article-box .desc {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .article-box .paper {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: block;
    width: 160px;
    height: 120px;
    padding: 60% 0px 40% 0px;
    background-color: #000000;
    opacity: 0.1;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    z-index: 20;
  }
  .article-box .date {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: block;
    width: 160px;
    height: 120px;
    padding: 60% 0px 40% 0px;
    background-color: transparent;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    z-index: 20;
  }
  .article-box .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 120px;
  }


  .individual-contents {
    margin: 0% 15% 0% 0%;
    width:100%;
    background-color: #ffffff;
    color: #000000;
    overflow: none;
  }
  .map {
    width:100%;
  }


  .flex-wrap-table-of-contents {
    margin: 0% 0.5% 0% 0.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: none;
  }
  .article-box-table-of-contents {
    position: relative;
    display: block;
    width: 200px;
    height: 150px;
    margin: 5px 10px 5px 10px;
    padding: 110px 0px 0px;
    box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
    transition: opacity 0.15s;
  }
  .article-box-table-of-contents:hover {
    opacity: 0.8;
  }
  .article-box-table-of-contents:nth-of-type(odd) {
    float: left;
  }
  .article-box-table-of-contents:nth-of-type(even) {
    float: right;
  }
  .article-box-table-of-contents .title {
    margin-top: 25px;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .article-box-table-of-contents .desc {
    margin-top: 0px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .article-box-table-of-contents .date {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 75px;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    z-index: 20;
  }
  .article-box-table-of-contents .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url(images/2102_UnzenKyushuHotel/UnzenKyushu_tob-001.jpeg);
  }

  .flex-individual {
      display: flex;
    flex-wrap: wrap;
      justify-content: center;
  }
  .flex-individual .box h3 {
    width: 100%;
    margin: 0% 0% 0% 0%;
    text-align:left;
    padding: 8px;
    background-color: rgb(85,87,87);
    text-align: center;
    color: white;
    font-weight: solid;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .flex-individual .box img {
      width: 100%;
    height: auto;
    margin: 0% 0% 0% 0%;
  }
  .flex-individual .box p{
    align-items: stretch;
    width: 100%;
    margin: 0% 0% 20px 0%;
    padding: 8px;
    border: none;
    text-align: left;
    font-color: black;
    font-weight: solid;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .sidemenu_kesu {
    display:none;
  }
  .sidemenu {
    float:left;
    max-width: 660px;
    margin: 0px 0.5% 0px 0.5%;
  }
  .sidemenu_double {
    width: 99%;
  } 
  .search-box {
    padding: 0px;
    background-color: white;
    font-size: 0;
    border: 1px solid #ccc;
  }
  .search-box > * {
    font-size: 1.2rem;
  }
  .search-box .search-input {
    width: 205px;
    height: 26px;
    padding: 0 10px;
    border: none;
  }
  .search-box .search-button {
    width: 40px;
    height: 26px;
    border: none;
    background-color: #d03c56;
    color: #fff;
    cursor: pointer;
  }
  .search-box .text {
    margin: 0px 0px 20px 15px;
  }

  .ranking {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
    list-style-type: none;
    counter-reset: ranking;
  }
  .ranking .ranking-item {
    margin-top: 15px;
  }
  .ranking .ranking-item a {
    display: block;
    font-size: 0;
    transition: opacity 0.15s;
  }
  .ranking .ranking-item a:hover {
    opacity: 0.8;
  }
  .ranking .image {
  }
  .ranking .order {
    display: inline-block;
    width: 18px;
    height: 18px;
    /*margin: 0 10px;*/
    border: 1px solid #ccc;
    color: #aaa;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ranking .order::before {
    content: counter(ranking);
    display: inline-block;
    counter-increment: ranking;
    font-size: 1.0rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ranking .ranking-item:nth-of-type(1) .order,
  .ranking .ranking-item:nth-of-type(2) .order,
  .ranking .ranking-item:nth-of-type(3) .order {
    border: none;
    color: #fff;
    font-weight: normal;
    line-height: 18px;
  }
  .ranking .ranking-item:nth-of-type(1) .order {
    background-color: #dab413;
  }
  .ranking .ranking-item:nth-of-type(2) .order {
    background-color: #6e7b84;
  }
  .ranking .ranking-item:nth-of-type(3) .order {
    background-color: #a0541a;
  }
  .word-break{
    display: inline-block;
    /*width: 75%;*/
  }
  .word-break .break-all{
    word-break: break-all;
  }
  .ranking .text {
    color: #000;
    font-size: 15px;
    overflow: hidden;
  }
  .ranking .text_dummy {
    color: #000;
    font-size: 15px;
    overflow: hidden;
  }
  .ranking .date {
    color: gray;
    font-size: 12px;
    overflow: hidden;
  }
  .ranking .date_dummy {
    color: gray;
    font-size: 12px;
    overflow: hidden;
  }
  .documents {
    margin: 10px 10px 30px;
  }
  .documents,
  .documents ul {
    list-style-type: none;
  }
  .documents > li .title {
    margin: 15px 0;
    padding-left: 8px;
    border-left: 5px solid rgb(13,73,120);
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    float: left;
    width: 60%;
  }
  .documents > li .motto {
    margin: 15px 0;
    padding-left: 8px;
    font-size: 1.4rem;
    font-weight: bold; 
    color: gray;
    line-height: 1.2;
    float: left;
    width: 40%;
    text-align: right;
    text-decoration: underline;
  }
  .motto a:link, a:visited, a:hover, a:active {
    opacity: 0.8;
  }
  .documents > li .update_time {
    background-color: white;
    font-color: gray;
    font-size: 12px;
    height: 25px;
    padding: 0px 0px 10px 0px;
      float: left;
      width: 100%;
  }
  .documents > li + li {
    margin-top: 25px;
  }
  .documents > li ul {
    margin: 15px;
  }
  .documents > li ul > li {
    margin-bottom: 15px;
    padding-left: 10px;
    background: url('../images/arrow.gif') no-repeat left center;
  }
  .documents a:hover {
    text-decoration: underline;
  }
  .tab-wrap {
    background: White;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0px;
  }
  .tab-label {
    background-color: white;
    color: Gray;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
      font-size: 13px;
    order: -1;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    border-bottom: 3px solid #ddd;
  }
  .tab-label:hover {
    background: rgba(100, 100, 100,.1);
  }
  .tab-switch:checked + .tab-label {
    background: rgb(6,81,133);
    color: white;
  }
  .tab-label::after {
    background: rgb(6,81,133);
    bottom: -3px;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(100%);
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    width: 100%;
    z-index: 1;
  }
  .tab-switch:checked ~ .tab-label::after {
    transform: translateX(-100%);
  }
  .tab-switch:checked + .tab-label::after {
    opacity: 1;
    transform: translateX(0);
  }
  .tab-content {
    height:0;
    opacity:0;
    margin: 0px;
    padding: 0px;
    pointer-events:none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
    width: 100%;
  }
  .tab-switch:checked ~ .tab-content {
    transform: translateX(30%);
  }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events:auto;
    transform: translateX(0);
  }
  .tab-wrap::after {
    content: '';
    height: 20px;
    order: -1;
    width: 100%;
  }
  .tab-switch {
    display: none;
  }
  .email-bar {
     width: 100%;
  }

  .content-slick .date {
    font-size: 25px;
    right: 0;
  }

}
@media screen and (max-width: 620px) {
  .article-item-divide-wish .date {
      font-size: 15px;
  }
}
