@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
@import url("./css/textstyles.css");
/*
==================================================
基本スタイル
==================================================
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*
==================================================
基本スタイル
==================================================
*/
html {
  font-size: 62.5%;
}
body {
  background-color: #faf7f5;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1000px) {
  body {
	background-image: url(img/body_bg.png);
	background-position: center top;
	background-repeat: repeat;
  }
}
h1, h2:not(.title), h3, h4, h5, h6,
#categorylist .more,#bloglist .more a, div[class^="point"]:not(.point), #menu .title, #rmenu .title, .rank .more span a {
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
}
h1, h2, h3 {
  clear: both;
}
h2, h3, h4, h5, h6 {
  overflow: hidden;
}
.clear {
  clear: both;
  font-size: 1px;
  line-height: 0;
}
p {
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* メニュー内画像高さ調整 */
#menu .menulist ul li a img,#rmenu .menulist ul li a img{max-height:360px}
/* ボックス色調整 */
.ylwbox {
background-color: #FDF9E8;
border: 4px solid #EAC43F;
}
@media screen and (min-width:768px){
  #main .nmlbox,
  #main .dottbox,
  #main .ylwbox,
  #main .graybg{
     padding:20px 4%;
     box-sizing:border-box;
  }
}
/* 画像位置調整 */
#main .topimg_right img,
#main .topimg_left img{
	margin:0;
}
#main .fleximg1 img{
	min-height:152px;
}
/* リスト
==================================================
*/
#main div[class*="box"] > ul,
#main div[class*="box"] > ol {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
#main div[class*="box"]:not(.menubox) > ul,
#main div[class*="box"]:not(.menubox) > ol {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
#main :not(#whatsnew):not(#pagelist):not(#index_inner):not(#sitemaps):not(li) > ul {
  list-style: outside none none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#main :not(#whatsnew):not(#pagelist):not(#index_inner):not(#sitemaps):not(li) > ul > li {
  margin: 8px 0;
  padding: 0 0 0 calc(28em/16);
  position: relative;
}
#main :not(#whatsnew):not(#pagelist):not(#index_inner):not(#sitemaps):not(li) > ul > li::before {
  border-color: #415a6f #415a6f #415a6f #5d7384;
  border-style: solid;
  border-width: calc(4em/16);
  content: '';
  left: calc(8em/16);
  position: absolute;
  top: calc(10em/16);
  transform: rotate(45deg);
}
#indexlist ul {
  width: 100%;
}
#main ol {
  counter-reset: number;
  list-style: outside none none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#main ol > li {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
  position: relative;
}
#main ol > li::before {
  color: #2f4150;
  content: counter(number) ".";
  counter-increment: number;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: normal;
  padding: 0 0.7rem;
}
#main ol > li:nth-child(n+101)::before {
  letter-spacing:-0.08em;
}
#main ol > li:nth-child(n+100) {
  padding-left:38px !important;
}
#main #index_inner > ol{
  padding-left:8px !important;
  margin-right: 16px !important;
}
#contents #index_inner>ol>li:nth-child(n+11)::before{
  letter-spacing:-1px;
  padding-right:0;
}
#contents #index_inner>ol>li:nth-child(n+101) > a{
  padding-left:0.6rem;
}
#indexlist ul ol>li::before, #indexlist ol ol>li::before{
  padding:0;
}

/* リンク
==================================================
*/
a {
  color: #00a1b3;
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
a img {
  background: none;
}
a:hover img{
  opacity:0.7;
  transition: opacity 0.3s ease-out;
}
.blog .thumb a:hover img,
.catbox a:hover .thumb img{
  opacity:1;
}
@media screen and (min-width: 1000px) {
  a:hover {
	opacity: 0.7;
	text-decoration: none;
  }
  #main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
  }
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
  //overflow: hidden;
  position: relative;
  z-index: 0;
}
#contents {
  padding: 8px;
  position: relative;
}
#contents::after,
div[id^="text"]::after,
div[id^="space"]::after{
  clear: both;
  content: '';
  display: block;
}
#siteNavibox {
  background-color: rgba(16, 43, 62, 0.78);
  height: 38px;
  overflow: hidden;
}
#siteNavi {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 50px;
  text-align: left;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#siteNavi::after {
  content: '';
  display: block;
  height: 1px;
  padding: 0 6px;
}
#siteNavi a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  flex-shrink: 0;
  height: 38px;
  margin-right: 26px;
  padding: 10px 12px;
  position: relative;
}
#siteNavi a::before {
  border-color: transparent;
  border-style: solid;
  border-width: 19px 0 19px 16px;
  content: '';
  height: 0;
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  z-index: 1;
}
#siteNavi span {
  flex-shrink: 0;
}
#siteNavi span:not(:first-of-type) a {
  margin-left: -26px;
  padding-left: 26px;
}
#siteNavi span:nth-of-type(1) a {
  background-color: #273845;
}
#siteNavi span:nth-of-type(1) a::before {
  border-left-color: #273845;
}
#siteNavi span:nth-of-type(2) a {
  background-color: #2b3e4d;
}
#siteNavi span:nth-of-type(2) a::before {
  border-left-color: #2b3e4d;
}
#siteNavi span:nth-of-type(3) a {
  background-color: #2f4352;
}
#siteNavi span:nth-of-type(3) a::before {
  border-left-color: #2f4352;
}
#siteNavi a:not(:first-of-type) {
  margin-left: -26px;
  padding-left: 26px;
}
#siteNavi a:nth-of-type(1) {
  background-color: #273845;
}
#siteNavi a:nth-of-type(1)::before {
  border-left-color: #273845;
}
#siteNavi a:nth-of-type(2) {
  background-color: #2b3e4d;
}
#siteNavi a:nth-of-type(2)::before {
  border-left-color: #2b3e4d;
}
#siteNavi a:nth-of-type(3) {
  background-color: #2f4352;
}
#siteNavi a:nth-of-type(3)::before {
  border-left-color: #2f4352;
}
@media screen and (min-width: 768px) {
  #contents {
	padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  #contents {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
  }
  #header ~ #siteNavibox {
	
	position: absolute;
	
  }
  #siteNavibox {
	bottom: 0;
	height: 46px;
	position: relative;
	width: 100%;
  }
  #siteNavibox:before {
	background-color: #273845;
	bottom: 0;
	content: '';
	left: 50%;
	position: absolute;
	margin-left: -1000px;
	right: 0;
	top: 0;
	transform: translateX(-50%);
	width: 1000px;
  }
  #siteNavi {
	box-sizing: border-box;
	font-size: 1.2rem;
	margin: 0 auto;
	width: 1000px;
  }
  #siteNavi a {
	height: 46px;
	margin-right: 38px;
	padding: 12px 24px;
  }
  #siteNavi a::before {
	border-width: 23px 0 23px 20px;
	right: -20px;
  }
  #siteNavi a:hover {
	opacity: 1;
  }
  #siteNavi span:not(:first-of-type) a {
	margin-left: -38px;
	padding-left: 38px;
  }
  #siteNavi a:not(:first-of-type) {
	margin-left: -38px;
	padding-left: 38px;
  }
}
@media screen and (min-width: 1000px) {
	#siteNavibox:before {
		margin-left: -1000px;
		width: 1000px;
	}
	#siteNavi {
		width: 1000px;
	}
}
#siteNavi br{display:none;}
/* 他ページのIDへ移動する際のFIX */
#column1,#column2,#column3{overflow:hidden;}

/* ページ上部へ戻る
==================================================
*/
#pagetop a {
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 10px;
  display: block;
  height: 42px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: 200%;
  white-space: nowrap;
  width: 42px;
}
#pagetop a::after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: '';
  height: 13px;
  position: absolute;
  right: 14px;
  top: 18px;
  transform: rotate(45deg);
  width: 13px;
}
@media screen and (min-width: 1000px) {
  #pagetop {
	bottom: 0;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	width: 1000px;
  }
  #pagetop a {
	bottom: 8px;
	height: 54px;
	right: 0;
	width: 54px;
  }
  #pagetop a::after {
	height: 17px;
	right: 18px;
	top: 24px;
	width: 17px;
  }
  #pagetop a:hover {
	left: auto;
	position: absolute;
	top: auto;
	transform: scale(0.95, 0.95);
  }
}
/* 検索ボックス
==================================================
*/
#searchbox {
  height: 100%;
  left: 0;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  width: 100%;
}
#searchbox form {
  background-color: #faf7f5;
  border-bottom: 1px solid #ebe1d9;
  border-top: 1px solid #ebe1d9;
  box-sizing: border-box;
  display: flex;
  padding: 8px 10px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0;
}
#searchbox form label[for="search-submit"] {
  position: relative;
}
#searchbox form label[for="search-submit"]::before {
  border: 2px solid #302c2c;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  height: 11px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 11px;
}
#searchbox form label[for="search-submit"]::after {
  background-color: #302c2c;
  border-radius: 2px;
  content: '';
  height: 7px;
  left: 22px;
  position: absolute;
  top: 19px;
  transform: rotate(-45deg);
  width: 2px;
}
#searchbox input {
  -webkit-appearance: none;
}
#searchbox input[type="text"], #searchbox input[type="search"] {
  background-color: #fff;
  border: none;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  color: #302c2c;
  cursor: auto;
  font-size: 1.6rem;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  position: relative;
  width: 100%;
  z-index: 1;
}
#searchbox input[type="submit"] {
  background-color: #fff;
  border: none;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  font-size: 1rem;
  height: 36px;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
  width: 36px;
}
#searchbox .closebtn {
  height: 100%;
  position: absolute;
  width: 100%;
}
#searchbox .closebtn input {
  display: none;
}
#searchtoggle #searchbtn {
  display: block;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  width: 40px;
}
#searchtoggle #searchbtn::before {
  border: 2px solid #302c2c;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  height: 11px;
  left: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 11px;
}
#searchtoggle #searchbtn::after {
  background-color: #302c2c;
  border-radius: 2px;
  content: '';
  height: 7px;
  left: 24px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 2px;
}
#searchtoggle .closebtn {
  display: none;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
#searchtoggle .closebtn::before {
  border: 2px solid #cbcaca;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  height: 11px;
  left: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 11px;
}
#searchtoggle .closebtn::after {
  background-color: #cbcaca;
  border-radius: 2px;
  content: '';
  height: 7px;
  left: 24px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 2px;
}
#searchtoggle .closebtn input {
  display: none;
}
input#panelsearch[type="radio"] {
  display: none;
}
input#panelsearch[type="radio"] ~ #searchbox {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), z-index 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateY(-10px);
  z-index: -1;
}
input#panelsearch[type="radio"]:checked ~ #searchtoggle #searchbtn {
  display: none;
}
input#panelsearch[type="radio"]:checked ~ #searchtoggle .closebtn {
  display: block;
}
input#panelsearch[type="radio"]:checked ~ #searchbox {
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
}
@media screen and (min-width: 768px) {
  #searchtoggle #searchbtn {
	height: 50px;
  }
  #searchtoggle .closebtn {
	height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  #searcharea {
	align-self: center;
  }
  #searchbox {
	background-color: #faf7f5;
	border-top: 1px solid #ebe1d9;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	height: auto;
  }
  #searchbox form {
	background-color: transparent;
	border: none;
	margin: 0 auto;
	padding: 20px 0;
	width: 1000px;
  }
  #searchbox form label[for="search-submit"]::before, #searchbox form label[for="search-submit"]::after {
	transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #searchbox form label[for="search-submit"]:hover::before, #searchbox form label[for="search-submit"]:hover::after {
	opacity: 0.5;
  }
  #searchbox input[type="text"]:focus, #searchbox input[type="search"]:focus {
	outline: 0;
  }
  #searchbox .closebtn {
	display: none;
  }
  #searchtoggle #searchbtn {
	height: 80px;
  }
  #searchtoggle #searchbtn::before, #searchtoggle #searchbtn::after {
	transition: border 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #searchtoggle #searchbtn:hover::before {
	border: 2px solid #999393;
  }
  #searchtoggle #searchbtn:hover::after {
	background-color: #999393;
  }
  #searchtoggle .closebtn {
	height: 80px;
  }
}
@media screen and (min-width: 1000px) {
	#searchbox form {
		width: 1000px;
	}
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img img {
  margin: 0 8px 8px 8px;
}
.center {
  margin: 5px 0;
  text-align: center;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.float-l img,
.float-r img {
  margin-bottom: 20px;
}
.float-l img {
  margin-right: 20px;
}
.float-r img {
  margin-left: 20px;
}
.clear, .FloatEnd {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  .txt-img {
	padding: 0 10px;
	text-align: center !important;
	box-sizing:border-box;
  }
  td .txt-img,th .txt-img{padding:0;}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top .inner {
  align-items: flex-end;
  background-color: #fff;
  display: flex;
  min-height: 40px;
  text-align: left;
}
#top .inner > div {
  display: flex;
  flex-shrink: 0;
}
#top .inner > div:first-of-type {
  margin-left: auto;
}
#top h1 {
  align-self: center;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0;
  padding:0 8px;
}
#top h1 a {
  color: #302c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: none;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#top h1 a img {
  max-height: 38px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  #top .inner {
	min-height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  header {
	position: relative;
	z-index: 100;
  }
  #top {
	width: 100%;
  }
  #top .inner {
	align-items: stretch;
	background-color: rgba(255, 255, 255, 0.8);
	justify-content: center;
	min-height: 60px;
	max-height: 80px;
	max-width: none !important;
	width: auto !important;
  }
  #top .inner > div {
	align-items: stretch;
	justify-content: flex-end;
	flex-shrink: 1;
	min-width: calc(1000px * 0.6);
  }
  #top .inner > div:first-of-type {
	margin-left: 0;
  }
  #top h1 {
	min-width: calc(1000px * 0.4);
  }
  #top h1 a {
	letter-spacing: 0.1em;
  }
  #top h1 a img {
	max-height: 78px;
	max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
	#top .inner > div {
		min-width: calc(1000px * 0.6);
	}
	#top h1 {
		min-width: calc(1000px * 0.4);
	}
}
/* ヘッダー
==================================================
*/
#header {
  overflow: hidden;
  position: relative;
}
#header::before {
  background-color: rgba(71, 115, 148, 0.25);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* #sl_header #header::before{display:none;} */
#header > img {
  height: auto;
  width: 100%;
}
#header #headertxt {
  text-align: left;
}
#header .title {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 1.9rem;
  height: 100%;
  justify-content: center;
  left: 0;
  letter-spacing: 4px;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  padding: 10px 16px;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  width: 100% !important;
  
  
}
#header .title a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #header h2,
  #header .title,
  #top .title {
	
	display: none;
	
	
  }
  #header::before {
	
	display: none;
	
  }
  #header .title a {
	
  }
}
@media screen and (min-width: 768px) {
  #header::before {
	
	
	
	display: none;
	
  }
  #header > img {
	max-height: 640px;
	object-fit: cover;
	object-position:100% 25%;
	font-family: "object-fit: cover;";
  }
  #header .title {
	font-size: 2.8rem;
	line-height: 1.4;
	padding: 20px;
	
	
  }
}
@media screen and (min-width: 1000px) {
  #header {
	margin-top: -80px;
	max-width: none !important;
	width: auto !important;
	z-index: -1;
  }
  #header .inner {
	height: 100%;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1000px;
  }
  #header .title {
	font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
	#header .inner {
		width: 1000px;
	}
}
@media screen and (min-height:1080px) and (min-width:1900px){
	#header > img{
		max-height: 760px;
	}
	#header .title{
		font-size: 4.5rem;
	}
}
@media screen and (max-width:767px){
	#header {
	  background-color:#FFF;
	}
	#header > img {
	  height: auto;
	  margin-top: 0px;
	  width: 100%;
	}
	#header div.inner:first-child .title,
	#header div.innert:first-child .desc{
		position:relative;
		left:0;
		padding:0 8px;
		box-sizing:border-box;
		width:100%;
		text-align:left;
		justify-content: flex-start;
	}
	#header div.inner:first-child h2.title{
		font-size:1.2em;
	}
}
@media screen and (min-width:767px){
	#header div.inner:first-child{
		top: 0;
		left:0;
		position: relative;
		transform: unset;
		padding:16px 20px;
		min-height: 100px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top:80px;
	}
	#header div.inner:first-child .title,
	#header  div.inner:first-child .desc{
		left:0;
		width:100%;
		padding:0 8px;
		position:relative;
	}
}
@media screen and (min-width:1000px){
	#header div.inner:first-child{
		min-height: 150px;
		padding:10px 0;
	}
}
/* トップメニュー
==================================================
*/
#topmenu {
  background-color: #faf7f5;
  box-sizing: border-box;
  left: 0;
  letter-spacing: 0;
  height: 100%;
  padding: 12px 15px;
  position: absolute;
  width: 100%;
}
#topmenu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#topmenu ul li {
  border-bottom: 1px solid #ebe1d9;
  text-align: left;
}
#topmenu ul a {
  color: #302c2c;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 14px 32px 14px 0;
  position: relative;
  text-decoration: none;
}
#topmenu ul a::before {
  border-right: 1px solid #cda454;
  border-top: 1px solid #cda454;
  content: '';
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
#topmenu ul a img {
  max-height:50px;
}
#topmenutoggle #topmenubtn {
  box-sizing: border-box;
  display: block;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  width: 40px;
}
#topmenutoggle #topmenubtn::before {
  border-bottom: 1px solid #302c2c;
  border-top: 1px solid #302c2c;
  box-sizing: border-box;
  content: '';
  height: 7px;
  left: 11px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 18px;
}
#topmenutoggle #topmenubtn::after {
  border-top: 1px solid #302c2c;
  content: '';
  height: 0;
  left: 11px;
  margin-top: 5px;
  position: absolute;
  top: 50%;
  width: 18px;
}
#topmenutoggle .closebtn {
  box-sizing: border-box;
  display: none;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
#topmenutoggle .closebtn::before, #topmenutoggle .closebtn::after {
  border-top: 1px solid #302c2c;
  content: '';
  height: 0;
  left: 10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 20px;
  transform: rotate(45deg);
}
#topmenutoggle .closebtn::after {
  transform: rotate(-45deg);
}
#topmenutoggle .closebtn input {
  display: none;
}
input#panelmenu[type="radio"] {
  display: none;
}
input#panelmenu[type="radio"] ~ #topmenu {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), z-index 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateY(-10px);
  z-index: -1;
}
input#panelmenu[type="radio"]:checked ~ #topmenutoggle #topmenubtn {
  display: none;
}
input#panelmenu[type="radio"]:checked ~ #topmenutoggle .closebtn {
  display: block;
}
input#panelmenu[type="radio"]:checked ~ #topmenu {
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
}
/* トップメニュー分岐 */
@media screen and (min-width: 768px) {
  #topmenutoggle #topmenubtn {
	height: 50px;
  }
  #topmenutoggle .closebtn {
	height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  #topmenuarea {
	align-self: center;
  }
  #topmenu {
	background-color: transparent;
	height: auto;
	padding: 0;
	opacity: 1 !important;
	position: static;
	transform: translateY(0) !important;
	z-index: auto !important;
  }
  #topmenu ul {
	margin-right: 48px;
	max-width: none !important;
	width: auto !important;
  }
  #topmenu ul li {
	border-bottom: none;
	float: left;
  }
  #topmenu ul a {
	font-size: 1.3rem;
	margin: 0 0 0 48px;
	padding: 4px 0px;
  }
  #topmenu ul a::before {
	display: none;
  }
  #topmenu ul a::after {
	background-color: #622e55;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
	width: 0;
  }
  #topmenu ul a:hover {
	color: #622e55;
	opacity: 1;
  }
  #topmenu ul a:hover::after {
	left: 0;
	width: 100%;
  }
  #topmenutoggle {
	display: none;
  }
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
  background-color: #fff;
  box-sizing: border-box;
  text-align: left;
}
#main div[id^="text"], #space1, #space2 {
  margin-bottom: 20px;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  #main {
	float: right;
  }
}
/* 見出し
==================================================
*/
#main h2,
#main h3 {
  background-color: #fbf7ee;
  border-bottom: 2px solid #e5cfab;
  margin: 0;
  padding: 0;
}
#main h2 span,
#main h3 span {
  color: #5f5555;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  padding: 8px 10px;
  position: relative;
  z-index: 0;
}
#main h2 a,
#main h3 a {
  color: #5f5555;
}
#main h2 a:not([href]),
#main h3 a:not([href]) {
  text-decoration: none;
}
#main div[id^="text"] h2,
#main div[id^="text"] h3,
#main div[id^="space"] h2,
#main div[id^="space"] h3 {
  margin: 10px 0;
}
#main div[id^="text"] > h2,
#main div[id^="text"] > h3,
#main div[id^="space"] > h2,
#main div[id^="space"] > h3 {
  margin: 10px -12px;
  width: auto;
}
#main h4 {
  color: #5f5555;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 8px auto 12px;
  padding: 9px 0;
  position: relative;
}
#main h4::before {
  background: linear-gradient(to right, #ebc958, #d4aa72 36%, #ebc958);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
#main h5 {
  color: #5f5555;
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 15px 0 10px;
  padding: 0 0 0 13px;
  position: relative;
}
#main h5::before {
  border-left: 1px solid #dbbf90;
  bottom: 2px;
  content: '';
  left: 0;
  position: absolute;
  top: 2px;
  width: 0;
}
#main h5::after {
  border-left: 1px solid #dbbf90;
  bottom: 2px;
  content: '';
  left: 3px;
  position: absolute;
  top: 2px;
  width: 0;
}
#main h6 {
  background-image: url(img/h6.png);
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  color: #5f5555;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 8px auto;
  padding: 0 0 0 19px;
  position: relative;
}
#contents div:not(.menuitem):not(id) > h4:first-child,
#contents div:not(.menuitem):not(id) > h5:first-child,
#contents div:not(.menuitem):not(id) > h6:first-child{
	margin-top:4px;
}
#main blockquote {
  background-image: url(img/blockquote_tl.png), url(img/blockquote_tr.png), url(img/blockquote_bl.png), url(img/blockquote_br.png);
  background-position: left 4px, right top, left bottom, right bottom 4px;
  background-repeat: no-repeat;
  background-size: 14px auto, 42px auto, 42px auto, 14px auto;
  border: none;
  color: #80685c;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0;
  padding: 30px 20px;
  position: relative;
  z-index: 0;
}
#main blockquote::before {
  border-bottom: 1px solid #cfc8c4;
  content: '';
  left: 22px;
  position: absolute;
  right: 22px;
  top: 11px;
}
#main blockquote::after {
  border-bottom: 1px solid #cfc8c4;
  bottom: 11px;
  content: '';
  left: 22px;
  position: absolute;
  right: 22px;
}
@media screen and (min-width: 768px) {
  #main h2,
  #main h3 {
	margin: 0 0 10px;
  }
  #main h2 span,
  #main h3 span {
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 18px;
  }
  #main div[id^="text"] > h2,
  #main div[id^="text"] > h3,
  #main div[id^="space"] > h2,
  #main div[id^="space"] > h3 {
	margin: 20px -12px;
  }
  #main h4 {
	font-size: 2.0rem;
	line-height: 1.4;
	padding: 15px 4px;
  }
  #main h5 {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 0 0 0 18px;
  }
  #main h6 {
	font-size: 1.7rem;
	line-height: 1.5;
	padding: 0 0 0 22px;
  }
  #main blockquote {
	padding: 42px 28px;
  }
}
/*
==================================================
画像付きボックス
==================================================
*/
.alert, .accept, .attention, .thint {
  background-position: 16px 14px;
  background-size: 17px auto;
  border-style: solid;
  border-width: 0 0 1px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 15px 0;
  padding: 18px 15px 18px 48px;
  position: relative;
}
.alert.noimage, .accept.noimage, .attention.noimage, .thint.noimage {
  padding: 25px;
}
.alert {
  background-color: #fff9fb;
  border-color: #d4c3c9;
  box-shadow: 0 0 20px #ffe7f0 inset;
  color: #e64880;
}
.accept {
  background-color: #f6fff1;
  border-color: #c3cebd;
  box-shadow: 0 0 20px #e1f6d4 inset;
  color: #6aab1a;
}
.attention {
  background-color: #fffaef;
  border-color: #d2cbb9;
  box-shadow: 0 0 20px #ffefce inset;
  color: #df9501;
}
.thint {
  background-color: #f8fcff;
  border-color: #c2c9d0;
  box-shadow: 0 0 20px #e2f4fd inset;
  color: #3f88b8;
}
@media screen and (min-width: 768px) {
  .alert, .accept, .attention, .thint {
	background-position: 28px 18px;
	background-size: 28px auto;
	margin: 20px 0;
	padding: 32px 20px 32px 78px;
  }
  .alert.noimage, .accept.noimage, .attention.noimage, .thint.noimage {
	padding: 30px;
  }
}
.user1,
.user2 {
  background-color: transparent;
  background-image: url(img/user_l.png), url(img/user_r.png), url(img/user1.png);
  background-position: left top, right bottom, 15px 10px;
  background-repeat: no-repeat;
  background-size: 16px auto, 16px auto, 47px auto;
  border: none;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 32px;
  margin: 15px 0;
  min-height: 60px;
  overflow: visible;
  padding: 10px 25px 10px 76px;
  position: relative;
  _height: auto;
}
.user1::before,
.user2::before {
  background-image: url(img/line.png);
  background-position: left top;
  background-repeat: repeat;
  bottom: 0;
  content: '';
  left: 76px;
  position: absolute;
  right: 25px;
  top: 10px;
}
.user1.noimage,
.user2.noimage {
  background-image: url(img/user_l.png), url(img/user_r.png), none;
  min-height: 0;
  padding-left: 25px;
}
.user1.noimage::before,
.user2.noimage::before {
  left: 25px;
}
.user1 a,
.user2 a{
  position:relative;
  z-index:2;
}
.user2 {
  background-image: url(img/user_l.png), url(img/user_r.png), url(img/user2.png);
}
@media screen and (min-width: 768px) {
  .user1,
  .user2 {
	background-position: left top, right bottom, 28px 15px;
	background-size: 36px auto, 36px auto, 94px auto;
	line-height: 46px;
	margin: 20px 0;
	min-height: 132px;
	padding: 15px 48px 25px 150px;
  }
  .user1::before,
  .user2::before {
	background-image: url(img/line2.png);
	left: 150px;
	right: 48px;
	top: 15px;
  }
  .user1.noimage,
  .user2.noimage {
	padding-left: 48px;
  }
  .user1.noimage::before,
  .user2.noimage::before {
	left: 48px;
  }
}
/*
==================================================
FAQ
==================================================
*/
.question1,
.answer1 {
  background-image: none;
  border: none;
  border-top: 1px solid #efe8dc;
  border-bottom: 1px solid #efe8dc;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0;
  overflow: hidden;
  padding: 10px 10px 10px 44px;
}
.question1::before,
.answer1::before {
  font-family: "游明朝", "Yu Mincho", YuMincho, Palatino-Roman, serif;
  font-size: 2rem;
  font-weight: 300;
  left: 10px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 13px;
  width: 3rem;
}
.question1 {
  background-color: #fcfbf9;
  color: #aa8c5b;
  position: relative;
}
.question1::before {
  color: #c1a474;
  content: 'Q\00a0\003A';
}
.question1 + .answer1 {
  background-color: #fff;
  border-top-style: dashed;
  margin-top: -21px;
  z-index: 1;
}
.answer1::before {
  color: #333;
  content: 'A\00a0\003A';
}
@media screen and (min-width: 768px) {
  .question1,
  .answer1 {
	padding: 20px 20px 20px 80px;
  }
  .question1::before,
  .answer1::before {
	font-size: 3.2rem;
	left: 20px;
	top: 16px;
	width: 5rem;
  }
}
.question2,
.answer2 {
  background-image: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0;
  padding: 0 0 0 40px;
  position: relative;
}
.question2::before,
.answer2::before {
  background-image: url(img/q&a.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px auto;
  content: '';
  height: 24px;
  left: 6px;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 24px;
}
.question2::after,
.answer2::after {
  color: #fff;
  content: '';
  font-family: "游明朝", "Yu Mincho", YuMincho, Palatino-Roman, serif;
  font-size: 1.5rem;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: -1px;
  text-align: center;
  width: 36px;
}
.question2 {
  color: #aa8c5b;
}
.question2::before {
  background-color: #c1a474;
}
.question2::after {
  content: 'Q';
}
.question2 + .answer2 {
  margin-top: -5px;
}
.answer2::before {
  background-color: #aa2c30;
}
.answer2::after {
  content: 'A';
}
@media screen and (min-width: 768px) {
  .question2,
  .answer2 {
	margin: 30px 0;
	padding: 0 0 0 55px;
  }
  .question2::before,
  .answer2::before {
	background-image: url(img/q&a.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 30px auto;
	content: '';
	height: 30px;
	width: 30px;
  }
  .question2::after,
  .answer2::after {
	font-size: 1.9rem;
	left: 0;
	top: -2px;
	width: 43px;
  }
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu,
#rmenu {
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 10px;
  text-align: left;
}
#menu h4,
#menu .subtitle,
#menu .title,
#rmenu h4,
#rmenu .subtitle,
#rmenu .title {
  margin: 0 0 12px;
  padding: 0;
}
#menu h4 span,
#menu .subtitle span,
#menu .title span,
#rmenu h4 span,
#rmenu .subtitle span,
#rmenu .title span {
  border-bottom: 1px solid #e5cfab;
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 4px 0;
}
#menu .menubox,
#menu .menubox2,
#rmenu .menubox,
#rmenu .menubox2 {
  margin: 0 0 20px;
  overflow: hidden;
}
#menu .menubox2 img,
#rmenu .menubox2 img {
  margin-bottom: 5px;
}
#menu .menulist ul,
#rmenu .menulist ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#menu .menulist li,
#rmenu .menulist li {
  line-height: 1;
  margin: 0 0 1px;
}
#menu .menulist li a,
#rmenu .menulist li a {
  background-color: rgba(255, 255, 255, 0.6);
  color: #302c2c;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
  padding: 14px 40px 14px 18px;
  position: relative;
  text-decoration: none;
}
#menu .menulist li a::after,
#rmenu .menulist li a::after {
  border-right: 1px solid #cda454;
  border-top: 1px solid #cda454;
  content: '';
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
#menu .menulist .l2,
#menu .menulist .l3,
#rmenu .menulist .l2,
#rmenu .menulist .l3 {
  margin-top: -1px;
}
#menu .menulist .l2 a::before,
#menu .menulist .l3 a::before,
#rmenu .menulist .l2 a::before,
#rmenu .menulist .l3 a::before {
  border-top: 1px solid #c1beba;
  box-sizing: border-box;
  content: '';
  height: 0;
  left: 20px;
  position: absolute;
  top: 22px;
  width: 6px;
}
#menu .menulist .l2 a,
#rmenu .menulist .l2 a {
  padding-left: 34px;
}
#menu .menulist .l3 a,
#rmenu .menulist .l3 a {
  padding-left: 50px;
}
#menu .menulist .l3 a::before,
#rmenu .menulist .l3 a::before {
  left: 36px;
}
#menu :not(.menulist) > ul#submenu,
#rmenu :not(.menulist) > ul#submenu {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 12px 12px 12px 30px;
}
#menu .rankbox,
#rmenu .rankbox {
  margin: 0 0 10px;
}
@media screen and (min-width: 1000px) {
  #menu h4,
  #menu .subtitle,
  #menu .title,
  #rmenu h4,
  #rmenu .subtitle,
  #rmenu .title {
	margin: 0 0 16px;
  }
  #menu .menubox,
  #menu .menubox2,
  #rmenu .menubox,
  #rmenu .menubox2 {
	margin-bottom: 40px;
  }
  #menu .menulist li a::after,
  #rmenu .menulist li a::after {
	transition: right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #menu .menulist li a:hover,
  #rmenu .menulist li a:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #4cbdca;
	left: 0;
	opacity: 1;
	top: 0;
  }
  #menu .menulist li a:hover::after,
  #rmenu .menulist li a:hover::after {
	right: 17px;
  }
  #menu :not(.menulist) > ul#submenu,
  #rmenu :not(.menulist) > ul#submenu {
	padding: 20px 20px 20px 38px;
  }
}
/* バナー領域
==================================================
*/
.bannerbox {
  position: relative;
}
.bannerbox ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.bannerbox li {
  margin-bottom: 10px;
  text-align: center;
}
.bannerbox li a img {
  vertical-align: bottom;
}
/* 最新記事・アーカイブ
==================================================
*/
ul#newEntry, ul#entryarchive {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul#newEntry li, ul#entryarchive li {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 1px;
  padding: 14px 18px;
}
ul#newEntry li::after, ul#entryarchive li::after {
  clear: both;
  content: '';
  display: block;
}
/*
==================================================
フッター
==================================================
*/
#footer span > a > img{
  max-height:240px;
}
#footer {
  background-color: #fdfcfb;
  letter-spacing: -.4em;
  overflow: hidden;
  text-align: left;
}
#footer div.inner > span {
  border-top: 1px solid #ede8e7;
  display: block;
  line-height: 1;
}
#footer div.inner > span:last-of-type {
  border-bottom: 1px solid #ede8e7;
}
#footer div.inner > span a {
  color: #302c2c;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
  padding: 14px 40px 14px 20px;
  position: relative;
  text-decoration: none;
}
#footer div.inner > span a::after {
  border-right: 1px solid #a19c9a;
  border-top: 1px solid #a19c9a;
  content: '';
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
#footer .desc {
  background-color: #223848;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: left;
}
#footer .desc span {
  display: block;
  padding: 24px 20px 0;
}
#footer small {
  background-color: #223848;
  color: #fff;
  display: block;
  font-family: 'Times New Roman';
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#footer small span {
  display: block;
  padding: 24px 20px 66px 20px;
}
@media screen and (min-width: 768px) {
  #footer {
	border-top: 1px solid #ede8e7;
  }
  #footer .inner {
	box-sizing: border-box;
	padding: 22px;
  }
  #footer div.inner > span {
	border: none;
	display: inline-block;
	margin: 10px 40px 10px 0;
	padding: 0;
  }
  #footer div.inner > span:last-of-type {
	border: none;
  }
  #footer div.inner > span a {
	display: inline-block;
	font-size: 1.3rem;
	padding: 0;
  }
  #footer div.inner > span a::after {
	display: none;
  }
  #footer small {
	font-size: 1.2rem;
  }
  #footer small .inner {
	padding-right: 74px;
  }
}
@media screen and (min-width: 1000px) {
  #footer .inner {
	margin: 0 auto;
	padding: 26px 10px;
	width: 1000px;
  }
  #footer div.inner > span a:hover {
	text-decoration: underline;
  }
  #footer .desc span {
	padding-left: 10px;
	padding-right: 10px;
  }
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
  background-image: linear-gradient(to right, rgba(19, 41, 59, 0.87), rgba(48, 90, 120, 0.87) 75%, rgba(35, 67, 92, 0.87));
  height: 60px;
  overflow: hidden;
}
#whatsnew .inner {
  height: 100%;
  position: relative;
  z-index: 0;
}
#whatsnew ul {
  height: 100%;
  list-style: outside none none;
  margin: 0 40px 0 0;
  padding: 0;
  position: relative;
}
#whatsnew ul li {
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  height: 60px;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  padding: 12px 14px;
  position: absolute;
  text-align: left;
  width: 100%;
}
#whatsnew ul li time,
#whatsnew ul li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#whatsnew ul li a {
  color: #fff;
}
#whatsnew ul li.checked {
  animation: show 0.3s ease-out 0.1s alternate forwards;
  z-index: 999;
}
#whatsnew .prev {
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 40px;
}
#whatsnew .prev::after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: '';
  height: 8px;
  position: absolute;
  right: 15px;
  top: 18px;
  transform: rotate(45deg);
  width: 8px;
}
#whatsnew .next {
  bottom: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
}
#whatsnew .next::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  height: 8px;
  position: absolute;
  right: 15px;
  bottom: 18px;
  transform: rotate(-45deg);
  width: 8px;
}
@keyframes show {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #whatsnew {
	height: 60px;
  }
  #whatsnew ul li {
	height: 60px;
	padding: 21px 10px;
  }
  #whatsnew ul li time {
	float: left;
	margin-right: 40px;
  }
  #whatsnew .prev {
	height: 30px;
  }
  #whatsnew .prev::after {
	top: 16px;
  }
  #whatsnew .next {
	height: 30px;
  }
  #whatsnew .next::after {
	bottom: 16px;
  }
}
@media screen and (min-width: 1000px) {
  #header ~ #whatsnew {
	
	position: absolute;
	
  }
  #whatsnew {
	bottom: 0;
	height: 80px;
	width: 100%;
  }
  #whatsnew .inner {
	margin: 0 auto;
	width: 1000px;
  }
  #whatsnew ul li {
	height: 80px;
	padding: 31px 0;
  }
  #whatsnew .prev,
  #whatsnew .next {
	height: 40px;
  }
  #whatsnew .prev::after,
  #whatsnew .next::after {
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #whatsnew .prev::after {
	top: 26px;
  }
  #whatsnew .prev:hover::after {
	top: 21px;
  }
  #whatsnew .next::after {
	bottom: 26px;
  }
  #whatsnew .next:hover::after {
	bottom: 21px;
  }
}
@media screen and (min-width: 1000px) {
	#whatsnew .inner {
		width: 1000px;
	}
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
  padding: 12px;
  text-align: left;
}
#categorylist .catbox {
  margin-bottom: 28px;
}
#categorylist .catbox:last-of-type {
  margin-bottom: 0;
}
#categorylist .catbox a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#categorylist .thumb {
  margin-bottom: -28px;
  text-align: center;
}
#categorylist .thumb img {
  width: 100%;
  max-height:240px;
  object-fit:cover;
  font-family: 'object-fit: cover';
}
#categorylist .body {
  background-color: #fff;
  margin: 0 16px;
  overflow: hidden;
  padding: 24px 20px 0;
  position: relative;
}
#categorylist .title {
  color: #5c5751;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 34px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#categorylist .title::before {
  background-color: #e5cfab;
  bottom: 16px;
  content: '';
  height: 1px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
}
#categorylist p {
  clear: both;
  color: #b0acac;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#categorylist .more ,#bloglist .more a{
  overflow:hidden;
  background-color: #fff;
  color: #ce718d;
  display: block;
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  padding-right: 45px;
  position: relative;
  text-align: right;
}
#categorylist .more::before ,#bloglist .more a::before{
  background-color: #ce718d;
  content: '';
  height: 1px;
  margin-top: -2px;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}
#categorylist .more::after ,#bloglist .more a::after{
  background-color: #ce718d;
  content: '';
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 35px;
}
#main #pagelist {
  margin: 15px 0;
  text-align: center;
}
#main #pagelist ul {
  letter-spacing: -.4em;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#main #pagelist li {
  background-image: none;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 6px 15px !important;
  padding: 0 !important;
}
#main #pagelist a {
  background-color: #ce718d;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 13px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#main #pagelist a::before {
  border: 1px solid rgba(255, 255, 255, 0.25);
  bottom: 2px;
  content: '';
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}
@media screen and (min-width: 768px) {
  #categorylist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0;
	padding: 0;
  }
  #column1 #menu,#column1 #rmenu{
	width:100%;
  }
  #column1 #categorylist {
	justify-content: space-evenly;
  }
  #categorylist .catbox {
	margin-bottom: 70px;
	width: 48%;
  }
  #categorylist .catbox:last-of-type {
	margin-bottom: 70px;
  }
  #categorylist .thumb {
	margin-bottom: -18px;
  }
  #categorylist .body {
	margin: 0 16px;
	padding: 32px 20px 0;
  }
  #categorylist .title {
	font-size: 1.8rem;
	padding: 0 0 46px;
  }
  #categorylist .title::before {
	bottom: 20px;
  }
  #categorylist p {
	font-size: 1.4rem;
	line-height: 1.9;
	max-height: calc((1.4rem * 1.9) * 3);
  }
  #categorylist .more ,#bloglist .more a{
	margin-right: 20px;
  }
  #main #pagelist {
	margin: 30px 0;
  }
  #main #pagelist li {
	margin: 0 8px 15px !important;
  }
  #main #pagelist a {
	font-size: 1.4rem;
	padding: 15px 17px;
  }
}
@media screen and (min-width: 1000px) {
  #categorylist .catbox .thumb {
	position: relative;
  }
  #categorylist .catbox .thumb::before {
	border: 0 solid rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	transition: border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
	top: 0;
  }
  #categorylist .catbox .title {
	transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #categorylist .catbox .more,
  #bloglist .blog .more a {
	transition: margin-right 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #categorylist .catbox .more::before, #categorylist .catbox .more::after,
  #bloglist .more a::before,#bloglist .more a::after {
	transition: right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #categorylist .catbox a:hover {
	left: 0;
	opacity: 1;
	top: 0;
  }
  #categorylist .catbox a:hover .thumb::before {
	border-width: 6px;
  }
  #categorylist .catbox a:hover .title {
	color: #4cbdca;
  }
  #categorylist .catbox a:hover .more,#bloglist .more a:hover {
	margin-right: 16px;
  }
  #categorylist .catbox a:hover .more::before,#bloglist .more a:hover::before {
	right: -6px;
  }
  #categorylist .catbox a:hover .more::after,#bloglist .more a:hover::after {
	right: -4px;
  }
  #main #pagelist a {
	left: 0;
	top: 0;
  }
  #main #pagelist a:hover {
	background-color: #e07d9b;
  }
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
  overflow: hidden;
  margin: 12px;
  padding-bottom:16px;
}
#entrylist h4 {
  background-image: url(img/entry_title.png);
  background-position: left 30%;
  background-repeat: repeat-x;
  background-size: 16px auto;
  color: #786e6e;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
#entrylist h4::before {
  background-color: #fff;
  background-image: none;
  content: 'Related Pages';
  display: inline-block;
  font-family: 'Palatino Linotype', cursive;
  font-style:italic;
  font-size: 1.9rem;
  height: auto;
  letter-spacing: 0.075em;
  padding: 0 10px 4px;
  position: static;
  width: auto;
}
#entrylist h4 span {
  display: block;
}
#entrylist dl {
  margin: 0;
  padding: 0;
}
#entrylist div {
  line-height: 1;
  margin-top: 6px;
  overflow: hidden;
}
#entrylist .entry_thumb {
  height: 80px;
}
#entrylist .entry_thumb a {
  background-color: #faf7f5;
  display: block;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
}
#entrylist .entry_thumb a img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#entrylist dt .entry_title {
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
  padding-top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#entrylist dt .entry_title a {
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}
#entrylist dd {
  color: #979292;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#relNavigate {
  display: flex;
  justify-content: space-between;
  letter-spacing: -1em;
  margin: 10px auto;
  padding: 0;
  text-align: left;
}
#relNavigate a {
  color: #ce718d;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
  text-decoration: none;
  width: 50%;
}
#relNavigate a::before {
  background-color: #ce718d;
  content: '';
  height: 1px;
  left: -2px;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 7px;
}
#relNavigate a::after {
  background-color: #ce718d;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 35px;
}
#relNavigate a:nth-child(2),
#relNavigate a.nextlink {
  text-align: right;
}
#relNavigate a:nth-child(2)::before,
#relNavigate a.nextlink::before {
  left: auto;
  right: -2px;
  transform: rotate(45deg);
}
#relNavigate a:nth-child(2)::after,
#relNavigate a.nextlink::after {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  #entrylist {
	margin: 0 0 20px;
  }
  #entrylist h4 {
	font-size: 1.2rem;
	margin: 0 0 5px;
  }
  #entrylist h4::before {
	font-size: 2.4rem;
	padding-left: 16px;
	padding-right: 16px;
  }
  #entrylist div {
	box-sizing: border-box;
	margin-top: 20px;
	padding: 10px 20px 10px 10px;
  }
  #entrylist .entry_thumb {
	margin: 0 18px 0 0;
  }
  #entrylist dd {
	max-height: calc((1.3rem * 1.6) * 2);
  }
  #relNavigate {
	margin: 40px auto;
  }
  #relNavigate a {
	padding: 32px 0;
  }
}
@media screen and (min-width: 1000px) {
  #entrylist div {
	transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #entrylist div:hover .entry_thumb a::after {
	border-width: 6px;
  }
  #entrylist div:hover dt .entry_title a {
	color: #4cbdca;
	text-decoration: underline;
  }
  #entrylist .entry_thumb a {
	position: relative;
  }
  #entrylist .entry_thumb a::after {
	border: 0 solid rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	transition: border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
	top: 0;
	z-index: 2;
  }
  #entrylist a {
	left: 0 !important;
	opacity: 1;
	top: 0 !important;
  }
  #relNavigate a {
	padding: 0px 40px;
	transition: margin 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #relNavigate a::before, #relNavigate a::after {
	transition: left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #relNavigate a::before {
	top: 6px;
  }
  #relNavigate a::after {
	top: 8px;
	width: 28px;
  }
  #relNavigate a:hover {
	left: 0;
	opacity: 1;
	top: 0;
	margin-left: 11px;
	margin-right: 11px;
  }
  #relNavigate a:hover::before {
	left: -6px;
  }
  #relNavigate a:hover::after {
	left: -4px;
  }
  #relNavigate a:hover:nth-child(2)::before,
  #relNavigate a.nextlink::before {
	left: auto;
	right: -6px;
  }
  #relNavigate a:hover:nth-child(2)::after,
  #relNavigate a.nextlink::after {
	left: auto;
	right: -4px;
  }
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
  overflow: hidden;
}
#sitemaps ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#sitemaps ul li {
  border-top: 1px solid #f6f3f0;
  line-height: 1;
  padding: 0;
}
#sitemaps ul li a {
  background-color: rgba(255, 255, 255, 0.6);
  color: #302c2c;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
  padding: 14px 40px 14px 18px;
  position: relative;
  text-decoration: none;
}
#sitemaps ul li a::after {
  border-right: 1px solid #cda454;
  border-top: 1px solid #cda454;
  content: '';
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
#sitemaps ul .l2,
#sitemaps ul .l3 {
  margin-top: -1px;
}
#sitemaps ul .l2 a::before,
#sitemaps ul .l3 a::before {
  border-top: 1px solid #c1beba;
  box-sizing: border-box;
  content: '';
  height: 0;
  left: 20px;
  position: absolute;
  top: 22px;
  width: 6px;
}
#sitemaps ul .l2 a {
  padding-left: 34px;
}
#sitemaps ul .l3 a {
  padding-left: 50px;
}
#sitemaps ul .l3 a::before {
  left: 36px;
}
#sitemaps br {
  display: none;
}
@media screen and (min-width: 768px) {
  #sitemaps {
	margin: 0 0 20px;
  }
  #sitemaps ul {
	margin-bottom: 20px;
	padding: 0 12px;
  }
  #sitemaps ul li {
	border-top: none;
  }
  #sitemaps ul li a {
	background-color: transparent;
	display: inline-block;
	font-size: 1.6rem;
	padding: 0 0 0 18px;
  }
  #sitemaps ul li a::after {
	height: 6px;
	left: 0;
	margin-top: auto;
	right: auto;
	top: 8px;
	width: 6px;
  }
  #sitemaps ul .l1 {
	margin-top: 30px;
  }
  #sitemaps ul .l2,
  #sitemaps ul .l3 {
	margin-top: 15px;
  }
  #sitemaps ul .l2 a,
  #sitemaps ul .l3 a {
	font-size: 1.5rem;
  }
  #sitemaps ul .l2 a::before,
  #sitemaps ul .l3 a::before {
	top: 11px;
  }
  #sitemaps ul .l2 a::after,
  #sitemaps ul .l3 a::after {
	display: none;
  }
}
@media screen and (min-width: 1000px) {
  #sitemaps ul li a:hover {
	color: #00a1b3;
	text-decoration: underline;
  }
}
/*
==================================================
フリースペース
==================================================
*/
#space3, #space4, #space5, #space6 {
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding: 12px;
}
@media screen and (min-width: 1000px) {
  #space3, #space4, #space5, #space6 {
	padding: 16px;
  }
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
  border-bottom: 1px dotted #d7cbb3;
  margin: 0;
  overflow: hidden;
  padding: 10px;
}
.blog .thumb {
  margin-bottom: 10px;
  text-align:center;
}
.blog .thumb img {
  max-width: 100%;
  max-height:240px;
  min-width: 160px;
  max-height: 480px;
  height: auto;
  object-fit:cover;
  font-family: 'object-fit: cover;'
}
.blog .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}
.blog .title a {
  color: #494040;
  text-decoration: underline;
  font-style:italic;
}
.blog .info {
  margin-bottom: 6px;
}
.blog .info time {
  color: #494040;
  font-family: 'Palatino Linotype', cursive;
  font-style:italic;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.blog .plist a {
  background-color: #f2f5f7;
  border-left: 1px solid #9eb5c6;
  color: #215479;
  display: inline-block;
  font-size: 1.1rem;
  margin-left: 16px;
  padding: 0 5px;
  text-decoration: none;
}
.blog .plist a:nth-last-child(2){
	margin-right:10px;
}
.blog .body {
  color: #b0acac;
  font-size: 1.4rem;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog .more {
  font-size: 1.4rem;
  text-align: right;
  margin:16px 0;
}
.blog .more a{
  display:inline-block;
  margin-right:20px;
}
#bloglist .blog .thumb img{
	margin-bottom:10px;
}
#bloglist .blog .plist{
	width:100%;
	text-align:center;
	display:block;
}
#bloglist .blog .thumb .plist a{
	display:inline-block;
	margin:5px 2px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	max-width:160px;
}
@media screen and (min-width: 768px) {
  .blog {
	margin: 0 0 40px;
	padding: 0 0 40px;
  }
  .blog .thumb {
	margin-right: 30px;
	max-width: 260px;
	float: left;
	width: 40%;
  }
  .blog .title {
	font-size: 1.8rem;
	margin-bottom: 10px;
  }
  .blog .info {
	margin-bottom: 12px;
  }
  .blog .body {
	line-height: 2;
	max-height: calc((1.4rem * 2) * 2);
  }
}
@media screen and (min-width: 1000px) {
  .blog .thumb a {
	display: block;
	position: relative;
  }
  .blog .thumb > a::before {
	border: 0 solid rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	transition: border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
	top: 0;
  }
  .blog .thumb a:hover {
	left: 0 !important;
	opacity: 1;
	top: 0 !important;
  }
  .blog .thumb a:hover::before {
	border-width: 6px;
  }
  .blog .title a:hover {
	color: #00a1b3;
  }
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
  padding: 12px;
}
#searchresult dl {
  margin: 0;
  padding: 0;
}
#searchresult dt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 5px 0;
}
#searchresult dd {
  border-bottom: 1px dotted #d7cbb3;
  color: #b0acac;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
#searchresult b {
  color: #cda454;
}
@media screen and (min-width: 768px) {
  #searchresult {
	margin-bottom: 20px;
  }
  #searchresult dt {
	font-size: 1.6rem;
	margin: 10px 0;
  }
  #searchresult dd {
	font-size: 1.4rem;
	margin: 0 0 20px;
	padding-bottom: 20px;
  }
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
  padding: 12px;
}
#linklist dt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 5px 0;
}
#linklist dd {
  border-bottom: 1px dotted #d7cbb3;
  color: #b0acac;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #linklist {
	margin-bottom: 20px;
  }
  #linklist dt {
	font-size: 1.6rem;
	margin: 10px 0;
  }
  #linklist dd {
	font-size: 1.4rem;
	margin: 0 0 20px;
	padding-bottom: 20px;
  }
}
/*
==================================================
ポイント
==================================================
*/
/* メインコンテンツ用ポイント
==================================================
*/
div[class^="point"]:not(.point) {
  background-image: none;
  border: none;
  color: #5f5555;
  font-size: 2rem;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
  margin: 8px 0;
  overflow: visible;
  padding: 3px 0 0px 40px;
  position: relative;
}
div[class^="point"]:not(.point)::before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  height: 33px;
  left: 0;
  position: absolute;
  top: 0;
  width: 33px;
}
@media screen and (min-width: 1000px) {
  #column1 div[class^="point"]:not(.point),
  #main div[class^="point"]:not(.point) {
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 15px 0 15px;
	padding: 10px 0 0 56px;
  }
  #column1 div[class^="point"]:not(.point)::before,
  #main div[class^="point"]:not(.point)::before {
	height: 44px;
	width: 44px;
  }
}
.point1::before {
  background-image: url(img/point1.png);
}
.point2::before {
  background-image: url(img/point2.png);
}
.point3::before {
  background-image: url(img/point3.png);
}
.point4::before {
  background-image: url(img/point4.png);
}
.point5::before {
  background-image: url(img/point5.png);
}
.point6::before {
  background-image: url(img/point6.png);
}
.point7::before {
  background-image: url(img/point7.png);
}
.point8::before {
  background-image: url(img/point8.png);
}
.point9::before {
  background-image: url(img/point9.png);
}
.point10::before {
  background-image: url(img/point10.png);
}
/* メニュー用ポイント
==================================================
*/
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  border: none;
  height: auto;
}
.rank {
  background-color: #f3ece8;
  margin: 0 0 20px;
  padding: 5px;
  position: relative;
  z-index: 0;
}
.rank .rank-container {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.05) 90%);
  border: 3px solid #fff;
  box-shadow: 0 2px 16px rgba(127, 127, 127, 0.15);
  overflow: hidden;
  padding: 10px;
}
.rank .rank-inner {
  margin-bottom: 12px;
  padding-bottom: 14px;
  position: relative;
}
.rank .rank-inner::before {
  border-bottom: 1px solid #cbbcaa;
  bottom: 2px;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
}
.rank .rank-inner::after {
  border-bottom: 1px solid rgba(203, 188, 170, 0.5);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
}
.rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10 {
  margin: 3px 0;
  padding: 4px 0 0px 41px;
}
.rank .rank1::before, .rank .rank2::before, .rank .rank3::before, .rank .rank4::before, .rank .rank5::before, .rank .rank6::before, .rank .rank7::before, .rank .rank8::before, .rank .rank9::before, .rank .rank10::before {
  height: 31px;
  width: 36px;
}
.rank .rank1 a, .rank .rank2 a, .rank .rank3 a, .rank .rank4 a, .rank .rank5 a, .rank .rank6 a, .rank .rank7 a, .rank .rank8 a, .rank .rank9 a, .rank .rank10 a {
  color: #78644c;
  font-size: 2.2rem;
  line-height: 1.4;
  text-decoration: none;
}
.rank .float-l,
.rank .float-r {
  box-sizing: border-box;
  float: none;
  margin: 0 auto 10px;
  max-width: 100%;
  text-align: center;
}
.rank .float-l img,
.rank .float-r img {
  margin: 0 0 10px;
}
.rank .rankbox {
  margin: 15px 4px;
}
.rank .feature {
  color: #85735d;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.rank .rank-table {
  margin: 15px 4px;
}
.rank .rank-table table {
  border: none;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 20px;
}
.rank .rank-table table th, .rank .rank-table table td {
  background-color: transparent;
  border: none;
  vertical-align: top;
}
.rank .rank-table table th {
  box-sizing: border-box;
  color: #85735d;
  font-weight: normal;
  padding: 10px 5px;
  position: relative;
  width: 25%;
}
.rank .rank-table table th::before {
  background-image: linear-gradient(to right, rgba(236, 229, 221, 0), #ece5dd 30%);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.rank .rank-table table td {
  padding: 10px 0;
  position: relative;
}
.rank .rank-table table td::before {
  background-image: linear-gradient(to right, #ece5dd 90%, rgba(236, 229, 221, 0));
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.rank .rank-table table td span {
  display: inline-block;
  color: #a31647;
}
.rank .rank-table table td span b {
  font-family: Arial;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 3px;
}
.rank .rank-table table img {
  max-width: 107px;
  vertical-align: sub;
}
.rank .comment {
  clear: both;
  margin: 12px 4px;
  position: relative;
  z-index: 0;
}
.rank .comment::before {
  background-color: #fff;
  border-bottom: 2px solid #e6ddd7;
  border-top: 2px solid #e6ddd7;
  bottom: 0;
  content: '';
  left: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: -1;
}
.rank .comment::after {
  background-color: #fff;
  border-left: 2px solid #e6ddd7;
  border-right: 2px solid #e6ddd7;
  bottom: 26px;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 26px;
  z-index: -1;
}
.rank .comment .comment-container {
  position: relative;
  z-index: 0;
}
.rank .comment .comment-container::before {
  border-bottom: 1px solid #e6ddd7;
  border-top: 1px solid #e6ddd7;
  bottom: 5px;
  content: '';
  left: 20px;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: -1;
}
.rank .comment .comment-container::after {
  border-left: 1px solid #e6ddd7;
  border-right: 1px solid #e6ddd7;
  bottom: 26px;
  content: '';
  left: 5px;
  position: absolute;
  right: 5px;
  top: 26px;
  z-index: -1;
}
.rank .comment .comment-inner {
  padding: 24px 22px;
  position: relative;
  z-index: 0;
}
.rank .comment .comment-inner::before {
  background-image: url(img/comment_bg_lt.png), url(img/comment_bg_rt.png), url(img/comment_bg_lb.png), url(img/comment_bg_rb.png);
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 29px auto;
  bottom: 0;
  content: '';
  left: -6px;
  position: absolute;
  right: -6px;
  top: 0;
  z-index: -1;
}
.rank .comment .comment-tit {
  background-image: url(img/comment_tit.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 16px auto;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.rank .comment .comment-tit span {
  color: #bfa25f;
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
}
.rank .more {
  margin-top: 15px;
  position: relative;
  text-align: center;
}
.rank .more span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66518a), to(#5f4679));
  background-image: linear-gradient(to bottom, #66518a, #5f4679);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  display: block;
  margin-top: 10px;
  position: relative;
  z-index: 0;
}
.rank .more span::after {
  border: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 2px;
  content: '';
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: -1;
}
.rank .more span a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 14px 50px 14px 20px;
  position: relative;
  text-decoration: none;
}
.rank .more span a::before {
  background-color: #fff;
  content: '';
  height: 1px;
  margin-top: -2px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}
.rank .more span a::after {
  background-color: #fff;
  content: '';
  height: 1px;
  position: absolute;
  right: 21px;
  top: 50%;
  width: 21px;
}
.rank .more span.official {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc5471), to(#be4963));
  background-image: linear-gradient(to bottom, #cc5471, #be4963);
}
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  background-image: none;
  border: none;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 12px 0;
  padding: 3px 0 0 32px;
  position: relative;
}
.rank1::before, .rank2::before, .rank3::before, .rank4::before, .rank5::before, .rank6::before, .rank7::before, .rank8::before, .rank9::before, .rank10::before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.rank1::before {
  background-image: url(img/rank1.png);
}
.rank2::before {
  background-image: url(img/rank2.png);
}
.rank3::before {
  background-image: url(img/rank3.png);
}
.rank4::before {
  background-image: url(img/rank4.png);
}
.rank5::before {
  background-image: url(img/rank5.png);
}
.rank6::before {
  background-image: url(img/rank6.png);
}
.rank7::before {
  background-image: url(img/rank7.png);
}
.rank8::before {
  background-image: url(img/rank8.png);
}
.rank9::before {
  background-image: url(img/rank9.png);
}
.rank10::before {
  background-image: url(img/rank10.png);
}
@media screen and (min-width: 768px) {
  #column1 .rank,
  #main .rank {
	padding: 10px;
  }
  #column1 .rank .rank-container,
  #main .rank .rank-container {
	border-width: 6px;
	box-shadow: 0 3px 35px rgba(127, 127, 127, 0.15);
	padding: 4%;
  }
  #column1 .rank .rank-inner,
  #main .rank .rank-inner {
	margin-bottom: 34px;
	padding-bottom: 30px;
  }
  #column1 .rank .rank-inner::before,
  #main .rank .rank-inner::before {
	bottom: 3px;
  }
  #column1 .rank .rank1, #column1 .rank .rank2, #column1 .rank .rank3, #column1 .rank .rank4, #column1 .rank .rank5, #column1 .rank .rank6, #column1 .rank .rank7, #column1 .rank .rank8, #column1 .rank .rank9, #column1 .rank .rank10,
  #main .rank .rank1,
  #main .rank .rank2,
  #main .rank .rank3,
  #main .rank .rank4,
  #main .rank .rank5,
  #main .rank .rank6,
  #main .rank .rank7,
  #main .rank .rank8,
  #main .rank .rank9,
  #main .rank .rank10 {
	margin: 3px 0;
	padding: 4px 0 0px 56px;
  }
  #column1 .rank .rank1::before, #column1 .rank .rank2::before, #column1 .rank .rank3::before, #column1 .rank .rank4::before, #column1 .rank .rank5::before, #column1 .rank .rank6::before, #column1 .rank .rank7::before, #column1 .rank .rank8::before, #column1 .rank .rank9::before, #column1 .rank .rank10::before,
  #main .rank .rank1::before,
  #main .rank .rank2::before,
  #main .rank .rank3::before,
  #main .rank .rank4::before,
  #main .rank .rank5::before,
  #main .rank .rank6::before,
  #main .rank .rank7::before,
  #main .rank .rank8::before,
  #main .rank .rank9::before,
  #main .rank .rank10::before {
	height: 44px;
	width: 50px;
	margin-top:-8px;
  }
  #column1 .rank .rank1 a, #column1 .rank .rank2 a, #column1 .rank .rank3 a, #column1 .rank .rank4 a, #column1 .rank .rank5 a, #column1 .rank .rank6 a, #column1 .rank .rank7 a, #column1 .rank .rank8 a, #column1 .rank .rank9 a, #column1 .rank .rank10 a,
  #main .rank .rank1 a,
  #main .rank .rank2 a,
  #main .rank .rank3 a,
  #main .rank .rank4 a,
  #main .rank .rank5 a,
  #main .rank .rank6 a,
  #main .rank .rank7 a,
  #main .rank .rank8 a,
  #main .rank .rank9 a,
  #main .rank .rank10 a {
	font-size: 2.5rem;
  }
  #column1 .rank .rankbox,
  #main .rank .rankbox {
	overflow: hidden;
  }
  #column1 .rank .feature,
  #main .rank .feature {
	font-size: 2rem;
	margin-bottom: 15px;
  }
  #column1 .rank .rank-table,
  #main .rank .rank-table {
	margin: 20px 4px;
  }
  #column1 .rank .rank-table table th,
  #main .rank .rank-table table th {
	padding: 18px 10px;
	width: 22%;
  }
  #column1 .rank .rank-table table td,
  #main .rank .rank-table table td {
	padding: 18px 0;
  }
  #column1 .rank .comment,
  #main .rank .comment {
	margin: 20px 0;
  }
  #column1 .rank .comment .comment-inner,
  #main .rank .comment .comment-inner {
	padding: 28px 32px;
  }
  #column1 .rank .comment .comment-tit,
  #main .rank .comment .comment-tit {
	margin-bottom: 20px;
	padding: 0 20px 20px;
  }
  #column1 .rank .comment .comment-tit span,
  #main .rank .comment .comment-tit span {
	font-size: 2.2rem;
  }
  #column1 .rank .comment .comment-body,
  #main .rank .comment .comment-body {
	padding: 0 20px;
  }
  #column1 .rank .more span a,
  #main .rank .more span a {
	font-size: 2rem;
	letter-spacing: 0.05em;
	padding: 20px 34px 20px 15px;
  }
  #column1 .rank1, #column1 .rank2, #column1 .rank3, #column1 .rank4, #column1 .rank5, #column1 .rank6, #column1 .rank7, #column1 .rank8, #column1 .rank9, #column1 .rank10,
  #main .rank1,
  #main .rank2,
  #main .rank3,
  #main .rank4,
  #main .rank5,
  #main .rank6,
  #main .rank7,
  #main .rank8,
  #main .rank9,
  #main .rank10 {
	font-size: 2.2rem;
	padding: 6px 0 0 44px;
  }
  #column1 .rank1::before, #column1 .rank2::before, #column1 .rank3::before, #column1 .rank4::before, #column1 .rank5::before, #column1 .rank6::before, #column1 .rank7::before, #column1 .rank8::before, #column1 .rank9::before, #column1 .rank10::before,
  #main .rank1::before,
  #main .rank2::before,
  #main .rank3::before,
  #main .rank4::before,
  #main .rank5::before,
  #main .rank6::before,
  #main .rank7::before,
  #main .rank8::before,
  #main .rank9::before,
  #main .rank10::before {
	height: 33px;
	width: 38px;
  }
}
@media screen and (min-width: 1000px) {
  .rank .rank1 a:hover, .rank .rank2 a:hover, .rank .rank3 a:hover, .rank .rank4 a:hover, .rank .rank5 a:hover, .rank .rank6 a:hover, .rank .rank7 a:hover, .rank .rank8 a:hover, .rank .rank9 a:hover, .rank .rank10 a:hover {
	color: #00a1b3;
  }
  .rank .more span::before, .rank .more span::after {
	transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .rank .more span::before {
	background-image: linear-gradient(to bottom, #7b64a4, #735792);
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
  }
  .rank .more span:hover::before {
	opacity: 1;
  }
  .rank .more span:hover::after {
	border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .rank .more span a::before, .rank .more span a::after {
	transition: right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .rank .more span a:hover {
	left: 0 !important;
	opacity: 1;
	transform: translateX(2px);
	top: 0 !important;
  }
  .rank .more span a:hover::before {
	right: 17px;
  }
  .rank .more span a:hover::after {
	right: 19px;
  }
  .rank .more span.official::before {
	background-image: linear-gradient(to bottom, #f4688a, #e35b79);
  }
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 #menu,
#column1 #main {
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #column1 #main {
	padding: 30px;
  }
  #column1 #menu,
  #column1 #rmenu {
	padding: 30px;
  }
  #column1 #menu h4,
  #column1 #menu .title,
  #column1 #rmenu h4,
  #column1 #rmenu .title {
	text-align: center;
  }
  #column1 #menu h4 span,
  #column1 #menu .title span,
  #column1 #rmenu h4 span,
  #column1 #rmenu .title span {
	font-size: 1.8rem;
  }
  #column1 #menu .menulist ul,
  #column1 #rmenu .menulist ul {
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	flex-wrap: wrap;
	padding: 12px;
  }
  #column1 #menu .menulist li,
  #column1 #menu .menulist .l2,
  #column1 #menu .menulist .l3,
  #column1 #rmenu .menulist li,
  #column1 #rmenu .menulist .l2,
  #column1 #rmenu .menulist .l3 {
	margin: 10px 24px 10px 12px;
  }
  #column1 #menu .menulist li a,
  #column1 #menu .menulist .l2 a,
  #column1 #menu .menulist .l3 a,
  #column1 #rmenu .menulist li a,
  #column1 #rmenu .menulist .l2 a,
  #column1 #rmenu .menulist .l3 a {
	background-color: transparent;
	display: inline-block;
	padding: 0 0 0 16px;
  }
  #column1 #menu .menulist li a::before,
  #column1 #menu .menulist .l2 a::before,
  #column1 #menu .menulist .l3 a::before,
  #column1 #rmenu .menulist li a::before,
  #column1 #rmenu .menulist .l2 a::before,
  #column1 #rmenu .menulist .l3 a::before {
	display: none;
  }
  #column1 #menu .menulist li a::after,
  #column1 #menu .menulist .l2 a::after,
  #column1 #menu .menulist .l3 a::after,
  #column1 #rmenu .menulist li a::after,
  #column1 #rmenu .menulist .l2 a::after,
  #column1 #rmenu .menulist .l3 a::after {
	height: 6px;
	left: 0;
	margin-top: auto;
	right: auto;
	top: 5px;
	width: 6px;
  }
  #column1 ul#newEntry, #column1 ul#entryarchive {
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	flex-wrap: wrap;
	padding: 12px;
  }
  #column1 ul#newEntry li, #column1 ul#entryarchive li {
	background-color: transparent;
	margin: 0;
  }
  #column1 #categorylist .catbox {
	width: 31%;
  }
  #column1 #entrylist dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  #column1 #entrylist div {
	width: 48%;
  }
  #column1 .rank .float-l,
  #column1 .rank .float-r {
	float: left;
	margin: 0 40px 10px 10px;
	max-width: 40%;
  }
  #column1 .rank .float-l img,
  #column1 .rank .float-r img {
	margin: 0 0 20px;
  }
  #column1 .rank .more {
	display: flex;
	justify-content: space-between;
	margin: 35px -20px 0;
  }
  #column1 .rank .more span {
	flex-grow: 1;
	margin: 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  #column1 #menu,
  #column1 #rmenu {
	margin: 30px 0;
	padding: 0;
  }
  #column1 #menu h4,
  #column1 #menu .title,
  #column1 #rmenu h4,
  #column1 #rmenu .title {
	margin: 0 0 24px;
  }
  #column1 #menu .menulist ul,
  #column1 #rmenu .menulist ul {
	padding: 24px;
  }
  #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive,
  #column1 #rmenu ul#newEntry,
  #column1 #rmenu ul#entryarchive {
	padding: 24px;
  }
}
/* スライダー用追加スタイル */
#sl_header ul[id$="slider_ul"]{
	margin:10px 0;
}
@media screen and (min-width:768px){
	#sl_header #header{margin-top:0;}
	#sl_header #header ~ #whatsnew{position:relative;}
	#sl_header #topslider{max-width:100%;}
}
@media screen and (min-width:1000px){
	#sl_header #topslider{
		max-width:1000px;
		margin:0 auto;
	}
}
/* ランキングスタイル調整 */
@media screen and (min-width: 1000px){
	#column1 .rank .more{
		display:flex;
		justify-content: space-around;
		flex-wrap:nowrap;
	}
	#column1 .rank .more span{
		flex-grow: 1;
		max-width:50%;
		display: block;
	}
}
@media all and (-ms-high-contrast:none) and (min-width:768px) {
  #column1 .rank .more span {
	flex-grow: 0;
	width:50%;
  }
}
/*
==================================================
独自スタイル
==================================================
*/
.originbox01{
    padding:10px;
}
.originbox01 > div{
    margin:5px 0;
    padding:15px;
    background-color:#faf7f5;
    box-sizing:border-box;
}
.originbox01 > div:not(:last-child) {
    //border-bottom:dashed 1px #EBEBEB;
}
@media screen and (min-width: 768px) {
  .originbox01 {
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
  }
  .originbox01 div[class^="btn"] {
  	width: auto;
  }
  .originbox01 > div {
  	width: 49.5%;
  }
  .originbox01.col3 > div {
  	width: 33%;
  }
  .originbox01.col4 > div {
  	width: 24.5%;
  }
  .originbox01 > div:nth-child(odd) {
  	//border-right:dashed 1px #EBEBEB;
  }
  .originbox01 > div:nth-last-child(2) {
  	border-bottom:none;
  }
}
/* ページトップ追加スタイル */
#pagetop.pt-active{
position:fixed;
bottom:2%;
right:2%;
width:auto;
background-color:transparent;
opacity:0.8;
padding:0;
height:auto;
transition:opacity 0.4s ease-out;
z-index:100;
}
#pagetop.pt-active.pt-tops{opacity:0;transition:opacity 0.3s ease-out;}
#pagetop.pt-active > span,#pagetop.pt-active > a{margin:0;}
/*
==================================================
レイアウト切り替え用スタイル
==================================================
*/
.freespace_sp{
    padding:10px 0;
}
.freespace_sp:after,
#layoutbox::after{
    display:block;
    content:"";
    clear:both;
}
#headerbox {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  #main,
  #menu,
  #rmenu,
  #layoutbox {
	float: none !important;
  }
}
@media screen and (min-width: 768px) {
  #contents #main .txt-decbox1 .top {
	background-image: url("img/decbox_t.gif"), url("img/decbox_t.gif"), url("img/decbox_t.gif");
	background-position: left top, 850px top, 1700px top;
  }
  #contents #main .txt-decbox1 .bottom {
	background-image: url("img/decbox_b.gif"), url("img/decbox_b.gif"), url("img/decbox_b.gif");
	background-position: left top, 850px top, 1700px top;
  }
  .txt-decbox2 {
	position: relative;
	z-index: 0;
  }
  .txt-decbox2::before, .txt-decbox2::after {
	background-image: url("img/decbox2_r.gif");
	background-position: left bottom;
	background-repeat: repeat-y;
	bottom: 0;
	content: '';
	position: absolute;
	top: 0;
	width: 880px;
	z-index: -2;
  }
  .txt-decbox2::before {
	right: 900px;
  }
  .txt-decbox2::after {
	right: 1780px;
  }
  .txt-decbox2 .body {
	z-index: 1;
  }
  .txt-decbox2 .top,
  .txt-decbox2 .bottom {
	position: relative;
  }
  .txt-decbox2 .top::before, .txt-decbox2 .top::after,
  .txt-decbox2 .bottom::before,
  .txt-decbox2 .bottom::after {
	background-repeat: no-repeat;
	content: '';
	height: 16px;
	position: absolute;
	z-index: -1;
  }
  .txt-decbox2 .top::before,
  .txt-decbox2 .bottom::before {
	right: 900px;
  }
  .txt-decbox2 .top::before, .txt-decbox2 .top::after {
	background-image: url("img/decbox2_tr.gif");
	background-position: left top;
	top: 0;
	width: 890px;
  }
  .txt-decbox2 .top::after {
	right: 1790px;
  }
  .txt-decbox2 .bottom::before, .txt-decbox2 .bottom::after {
	background-image: url("img/decbox2_br.gif");
	background-position: left bottom;
	bottom: 0;
	width: 730px;
  }
  .txt-decbox2 .bottom::after {
	right: 1630px;
  }
}
body{
}
/* ヘッダーのフィルター調整 */
#header::before{display:none;}

@media screen and (max-width:767px){
#header::before{display:none;}
}

#header h2 ,#header .title {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
#header h2 a, #header h2 a:visited,#header h2 a:hover,#header .title a,#header .title a:visited{}
#headertext ,#header .desc{

}
@media screen and (min-width: 768px) {
#header h2 ,#header .title {
text-indent: -9999px;
}
#headertext ,#header .desc{
text-indent: -9999px;
}
#main{ float: right; }
#column2 #menu,#column3 #menu{ float: left; }
#column3 #rmenu { float: right; }
#column3 #layoutbox { float: left; }
#column3 #main { float: right; }

}


/* スマホタイトル */
@media screen and (max-width: 640px) {#header h2, #header .title,#top .title{display:none;}}
/* スマホ説明文 */
@media screen and (max-width: 640px) {#header .desc,#footer .desc{display:block;}}