@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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-color: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
End of html5doctor.com Reset Stylesheet
*/
/* ページ基本設定
----------------------------------------------------------------------------*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: url("../img/bg.png");
  font-size: 62.5%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.6;
  color: #333333;
  min-width: 320px;
  position: relative;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
@media print {
  body {
    background: none;
    color: #000;
    font-size: 52.5%;
  }
}

a, a:link, a:visited, a:active {
  color: #362e2b;
  font-weight: normal;
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}
@media print {
  a, a:link, a:visited, a:active {
    color: #333;
  }
}

a:hover {
  color: #362e2b;
  font-weight: normal;
  text-decoration: underline;
}
@media print {
  a:hover {
    color: #333;
  }
}

h1, h2, h3, h4, h5, h6, address, caption, em, strong, th, td, textarea {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

img, iframe {
  vertical-align: bottom;
}

ol, ul, li {
  list-style: none;
}

caption, th, td {
  text-align: left;
}

textarea {
  vertical-align: middle;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 1em 0;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 1em 0;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1em 0;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

textarea {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.6;
  overflow: auto;
}

/* 汎用クラス ※運営時以外使用不可
----------------------------------------------------------------------------*/
/* font-style */
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.d {
  text-decoration: line-through;
}

.normal {
  font-weight: normal;
}

/* font-color */
.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #f00;
}

.green {
  color: #0f0;
}

.blue {
  color: #00f;
}

.gray {
  color: #aaa;
}

.orange {
  color: #f90;
}

/* font-size */
.xx-s {
  font-size: xx-small;
}

.x-s {
  font-size: x-small;
}

.s {
  font-size: small;
}

.m {
  font-size: medium;
}

.l {
  font-size: large;
}

.x-l {
  font-size: x-large;
}

.xx-l {
  font-size: xx-large;
}

/* text-align */
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

td.nowrap {
  white-space: nowrap;
}

.wrap {
  word-wrap: break-word;
}

/* float */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both !important;
}

/* float-image */
img.left {
  margin: 0 1em 0.5em 0;
}

img.right {
  margin: 0 0 0.5em 1em;
}

/* display */
.show {
  display: block;
}

.hide {
  display: none;
}

/* indent */
.indent {
  *zoom: 1;
  margin: 0 0.7em 2em;
}
.indent:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* clearfix
----------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* Fluid Image
----------------------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}

img, object {
  max-width: 100%;
}

/* IE7 */
/*.ie7 img,
.ie7 object* {
	width: 100%;
}*/
/* IE8 */
/*.ie8 img,
.ie8 object {
	width: auto\9;
}*/
/* フォーム
----------------------------------------------------------------------------*/
div.form-area {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 20px;
}

div.bt-area {
  *zoom: 1;
  clear: both;
  margin: 1em 0 0;
  text-align: center;
}
div.bt-area:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div.bt-area input, div.bt-area button {
  vertical-align: middle;
}
div.bt-area .submit, div.bt-area .reset {
  margin: 0 1em 0 0;
}
div.bt-area .submit:last-of-type, div.bt-area .submit:last-child, div.bt-area .reset:last-of-type, div.bt-area .reset:last-child {
  margin: 0;
}

div.fieldcontain {
  border-color: #ddd;
  border-style: dotted;
  border-width: 0 0 1px;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
div.fieldcontain:last-child, div.fieldcontain:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0 0 1em;
}
fieldset:last-child, fieldset:last-of-type {
  margin: 0;
}
fieldset legend {
  font-weight: bold;
  padding: 0 0 5px;
}
fieldset label {
  display: inline;
  font-weight: normal;
  margin: 0 1em 0 0;
  padding: 0;
}
fieldset label:last-child {
  margin: 0;
}
fieldset input {
  margin: 0 0.3em 0 0;
}
fieldset input:last-child {
  margin: 0 0.3em 0 0;
}
fieldset.post label {
  display: inline-block;
  margin: 0 1em 0 0;
  width: 13em;
}
fieldset select {
  display: block;
  margin: 0 0 0.5em;
}
fieldset select:last-child {
  margin: 0;
}

.submit,
.reset {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: sans-serif;
  line-height: 1;
  margin: 0 0.5em 0 0;
  padding: 0.3em 0.7em;
}
.submit:last-child,
.reset:last-child {
  margin: 0;
}
.submit:hover,
.reset:hover {
  text-decoration: underline;
}

input.submit,
button.submit,
a.submit {
  background-color: #7e6b5a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7E6B5A', endColorstr='#FF362E2B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlNmI1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MmUyYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e6b5a), color-stop(100%, #362e2b));
  background-image: -webkit-linear-gradient(top, #7e6b5a 0%, #362e2b 100%);
  background-image: -moz-linear-gradient(top, #7e6b5a 0%, #362e2b 100%);
  background-image: -o-linear-gradient(top, #7e6b5a 0%, #362e2b 100%);
  background-image: linear-gradient(top, #7e6b5a 0%, #362e2b 100%);
  filter: none;
  border-color: #dcd3c8 #362e2b #362e2b #dcd3c8;
  color: white;
}
input.submit:hover,
button.submit:hover,
a.submit:hover {
  background-color: #af9e8f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFAF9E8F', endColorstr='#FF6F5E58');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmOWU4ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmNWU1OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #af9e8f), color-stop(100%, #6f5e58));
  background-image: -webkit-linear-gradient(top, #af9e8f 0%, #6f5e58 100%);
  background-image: -moz-linear-gradient(top, #af9e8f 0%, #6f5e58 100%);
  background-image: -o-linear-gradient(top, #af9e8f 0%, #6f5e58 100%);
  background-image: linear-gradient(top, #af9e8f 0%, #6f5e58 100%);
  filter: none;
}

input.reset,
button.reset,
a.reset {
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE5E5E5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  filter: none;
  border-color: #eeeeee #cccccc #cccccc #eeeeee;
  color: #333333;
}
input.reset:hover,
button.reset:hover,
a.reset:hover {
  background-color: #e6e6e6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE6E6E6', endColorstr='#FFB2B2B2');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #b2b2b2));
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #b2b2b2 100%);
  background-image: -moz-linear-gradient(top, #e6e6e6 0%, #b2b2b2 100%);
  background-image: -o-linear-gradient(top, #e6e6e6 0%, #b2b2b2 100%);
  background-image: linear-gradient(top, #e6e6e6 0%, #b2b2b2 100%);
  filter: none;
}

a.submit,
a.reset {
  display: inline-block;
}

input.short {
  padding: 0.3em;
  width: 25%;
}

input.middle {
  padding: 0.3em;
  width: 50%;
}

input.long,
textarea.long {
  padding: 0.3em;
  width: 100%;
}

input.auto {
  width: auto;
}

/* ページネーション
----------------------------------------------------------------------------*/
div.paging {
  font-size: 10px;
  font-size: 1rem;
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}
div.paging span {
  display: inline-block;
  margin: 0 5px 0 0;
}
div.paging span:last-child {
  margin: 0;
}
div.paging span.number, div.paging span.current {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
div.paging span.number {
  border-color: #a6937c;
  border-style: solid;
  border-width: 1px;
}
div.paging span.current {
  background-color: #7e6b5a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7E6B5A', endColorstr='#FF362E2B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlNmI1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MmUyYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e6b5a), color-stop(100%, #362e2b));
  background-image: -webkit-linear-gradient(top, #7e6b5a 0%, #362e2b 100%);
  background-image: -moz-linear-gradient(top, #7e6b5a 0%, #362e2b 100%);
  background-image: -o-linear-gradient(top, #7e6b5a 0%, #362e2b 100%);
  background-image: linear-gradient(top, #7e6b5a 0%, #362e2b 100%);
  filter: none;
  border-color: #dcd3c8 #362e2b #362e2b #dcd3c8;
  border-style: solid;
  border-width: 1px;
  color: white;
  padding: 3px 6px;
}
div.paging span a {
  display: block;
  padding: 3px 6px;
}
div.paging span a:hover {
  color: #333;
}

/* タブメニュー jquery-ui用スタイル
----------------------------------------------------------------------------*/
div#tabs {
  overflow: hidden;
  padding: 0;
}
div#tabs ul {
  *zoom: 1;
  padding: 0;
  max-width: 75%;
}
div#tabs ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 900px) {
  div#tabs ul {
    max-width: 100%;
  }
}
div#tabs ul li {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 25%;
}
div#tabs ul li img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
div#tabs ul li img.tab_inactive {
  display: block;
}
div#tabs ul li img.tab_active {
  display: none;
}
div#tabs ul li.ui-state-active img.tab_inactive, div#tabs ul li.ui-state-active.ui-state-hover img.tab_inactive, div#tabs ul li.ui-state-hover img.tab_inactive {
  display: none;
}
div#tabs ul li.ui-state-active img.tab_active, div#tabs ul li.ui-state-active.ui-state-hover img.tab_active, div#tabs ul li.ui-state-hover img.tab_active {
  display: block;
}
div#tabs ul a.ui-tabs-anchor {
  padding: 0;
}

div#tabs div.newslist, section.view_box div.newslist {
  padding: 0;
  background: url("../img/bg_paper.jpg");
  border: 2px solid #362e2b;
}
div#tabs div.newslist h2, section.view_box div.newslist h2 {
  background: url("../img/cms_bg_h2.png") bottom center repeat-x;
  margin: 0;
  height: 40px;
  padding: 0 0.5em;
}
div#tabs div.newslist div.newslist_box, section.view_box div.newslist div.newslist_box {
  padding: 0.5em;
  background: url("../img/cms_bg.jpg") bottom left repeat-x;
}
div#tabs div.newslist div.newslist_box article, section.view_box div.newslist div.newslist_box article {
  border-bottom: 1px #7e6b5a dotted;
  padding: 0.3em 0;
  width: 100%;
}
div#tabs div.newslist div.newslist_box article span, section.view_box div.newslist div.newslist_box article span {
  vertical-align: middle;
}
div#tabs div.newslist div.newslist_box article span.date, section.view_box div.newslist div.newslist_box article span.date {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  color: #7e6b5a;
  margin-right: 0.2em;
}
div#tabs div.newslist div.newslist_box article img, section.view_box div.newslist div.newslist_box article img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.2em;
}
div#tabs div.newslist div.newslist_box article dl, section.view_box div.newslist div.newslist_box article dl {
  overflow: hidden;
}
div#tabs div.newslist div.newslist_box article dl dt, section.view_box div.newslist div.newslist_box article dl dt {
  float: left;
  width: 18.5em;
  overflow: hidden;
}
div#tabs div.newslist div.newslist_box article dl dd, section.view_box div.newslist div.newslist_box article dl dd {
  width: 100%;
  padding-left: 19em;
}
div#tabs div.newslist div.newslist_box article dl dd p, section.view_box div.newslist div.newslist_box article dl dd p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  div#tabs div.newslist div.newslist_box article dl dt, section.view_box div.newslist div.newslist_box article dl dt {
    float: none;
    width: 100%;
  }
  div#tabs div.newslist div.newslist_box article dl dd, section.view_box div.newslist div.newslist_box article dl dd {
    padding-left: 0;
  }
}

/* 記事ビューページ
----------------------------------------------------------------------------*/
section.view_box div#view h2.h2_view, div.news_game_container article.news_game div#view h2.h2_view {
  background: url("../img/cms_bg_h2.png") bottom center repeat-x;
  margin: 0;
  height: auto;
  padding: 0.5em;
  color: #FFF;
  vertical-align: middle;
}
section.view_box div#view h2.h2_view img.h2icn, div.news_game_container article.news_game div#view h2.h2_view img.h2icn {
  display: inline-block;
  height: 20px;
  width: auto;
  vertical-align: middle;
  margin-right: 0.2em;
  margin-top: -2px;
}
section.view_box div#view h2.h2_view span.view_date, div.news_game_container article.news_game div#view h2.h2_view span.view_date {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
section.view_box div#view div.entry_box, div.news_game_container article.news_game div#view div.entry_box {
  background: url("../img/cms_bg.jpg") bottom left repeat-x;
  padding: 1.5em 1.5em 0em;
}
section.view_box div#view div.entry_box p, div.news_game_container article.news_game div#view div.entry_box p, section.view_box div#view div.entry_box img, div.news_game_container article.news_game div#view div.entry_box img {
  margin-bottom: 1em;
}
section.view_box div#view div.entry_box hr.view_hr, div.news_game_container article.news_game div#view div.entry_box hr.view_hr {
  border-top: 1px dashed #7e6b5a;
}
section.view_box div#view div.view_back, div.news_game_container article.news_game div#view div.view_back {
  padding: 0.5em;
}
section.view_box div#view div.view_back a, div.news_game_container article.news_game div#view div.view_back a {
  width: 100px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  section.view_box div#view div.entry_box, div.news_game_container article.news_game div#view div.entry_box {
    padding: 0.8em;
  }
}

section.view_box {
  overflow: hidden;
  padding-top: 2em;
}
section.view_box div#view_sidebar {
  float: left;
  width: 20%;
  padding: 0 1em 0 0;
}
section.view_box div#view_sidebar ul li {
  background: url("../img/cms_bg_stripe.png");
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 0.5em;
  padding: 0.2em 0.8em 0;
  vertical-align: middle;
  border: 2px solid #362e2b;
}
section.view_box div#view_sidebar ul li:hover, section.view_box div#view_sidebar ul li.current_view {
  background: url("../img/cms_bg_stripe_green.png");
  border: 2px solid #92bd35;
}
section.view_box div#view_sidebar ul li:hover img, section.view_box div#view_sidebar ul li.current_view img {
  filter: drop-shadow(0px 0px 2px #4c7800);
  -webkit-filter: drop-shadow(0px 0px 2px #4c7800);
  -moz-filter: drop-shadow(0px 0px 2px #4c7800);
  -ms-filter: drop-shadow(0px 0px 2px #4c7800);
}
section.view_box div#view_sidebar ul li a {
  display: block;
  width: 100%;
}
section.view_box div#view_sidebar ul li img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  section.view_box div#view_sidebar {
    padding: 1em 0;
  }
  section.view_box div#view_sidebar ul {
    overflow: hidden;
    text-align: center;
  }
  section.view_box div#view_sidebar ul li {
    float: left;
    width: 49%;
    margin: 0.5% 0.5%;
  }
}
section.view_box div#view {
  float: right;
  width: 80%;
  padding: 0;
  background: url("../img/bg_paper.jpg");
  border: 2px solid #362e2b;
}
@media only screen and (max-width: 640px) {
  section.view_box {
    padding-top: 0;
  }
  section.view_box div#view_sidebar, section.view_box div#view {
    float: none;
    width: 100%;
  }
}

/* ゲーム下用
----------------------------------------------------------------------------*/
html.news_game_cms {
  background: none;
  background: transparent;
}

div.news_game_container {
  overflow: hidden;
  max-width: 945px;
  margin: 0 auto;
}
div.news_game_container article.news_game {
  float: left;
  width: 73%;
}
div.news_game_container article.news_game ul.news_game_bannerlist {
  margin-bottom: 1em;
}
div.news_game_container article.news_game ul.news_game_bannerlist li {
  margin-bottom: 0.5em;
}
div.news_game_container aside.news_game_sidebar {
  background: url("../img/cms_bg_stripe.png");
  float: right;
  width: 25%;
  padding: 1em 1.5em;
  border: 1px solid #362e2b;
}
div.news_game_container aside.news_game_sidebar ul li {
  text-align: center;
}
div.news_game_container aside.news_game_sidebar ul li a {
  display: inline-block;
  margin: 0.5em auto;
}

/* Javascript オフ対応
----------------------------------------------------------------------------*/
html.no-js div#tabs ul {
  display: none;
}
html.no-js div#tabs .newslist .paging {
  display: none;
}

/* Modernizr
----------------------------------------------------------------------------*/
.no-svg div#container header div.header-inner a.logo-success {
  background: url("../img/logo-success-w.png") no-repeat;
}
.no-svg div#container nav.gnav a.open {
  background: url("../img/icn-menu.png") no-repeat;
}
.no-svg #scrollUp {
  background: url("../img/icn-pagetop.png") no-repeat;
}

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Javascript オフ対応
----------------------------------------------------------------------------*/
html.js div#note {
  display: none;
}

html.no-js div#note {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  background: rgba(0, 0, 0, 0.3);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 0.3em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  html.no-js div#note {
    padding: 1em;
  }
}
html.no-js div#note p {
  line-height: 3;
}
@media screen and (max-width: 640px) {
  html.no-js div#note p {
    line-height: 1.5;
  }
}
html.no-js div#note p img {
  border-color: #666;
  border-style: solid;
  border-width: 0 1px 0 0;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  vertical-align: middle;
}

/* カラム設定
----------------------------------------------------------------------------*/
div#container {
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
div#container header {
  background: #584b47;
}
div#container header div.header-inner {
  height: 39px;
  position: relative;
}
div#container div.contents div.contents-inner {
  *zoom: 1;
}
div#container div.contents div.contents-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

footer {
  font-size: 14px;
  font-size: 1.4rem;
}
footer div.footer-inner {
  overflow: visible;
}

div.header-inner,
div.contents-inner,
div.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* ヘッダー - ナビゲーション
----------------------------------------------------------------------------*/
div#container header div.header-inner a.logo-success {
  background: url("../img/logo-success-w.svg") no-repeat;
  display: block;
  height: 16px;
  left: 16px;
  position: absolute;
  top: 12px;
  width: 92px;
}
div#container header div.header-inner a.logo-success span {
  display: none;
}
@media only screen and (max-width: 640px) {
  div#container header div.header-inner a.logo-success {
    left: 45px;
  }
}

@media only screen and (max-width: 640px) {
  html.no-js div#container header div.header-inner a.logo-success {
    left: 16px;
  }
}

/* フッター - ナビゲーション
----------------------------------------------------------------------------*/
footer {
  background: #584b47;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2em 0;
}
footer div.footer-inner ul.fotter-inner-list {
  overflow: hidden;
  text-shadow: 2px 2px 2px #000;
}
footer div.footer-inner ul.fotter-inner-list li:last-child {
  margin: 2em .5em;
}
footer div.footer-inner ul.fotter-inner-list li p.copyrights {
  margin: 1em 0;
}
footer div.footer-inner ul.fotter-inner-list li:first-child {
  display: flex;
}
@media only screen and (max-width: 641px) {
  footer div.footer-inner ul.fotter-inner-list li:first-child {
    flex-direction: column;
    width: 100%;
  }
}
footer div.footer-inner ul.fotter-inner-list li table {
  margin: 0 1em;
}
footer div.footer-inner ul.fotter-inner-list li table tbody tr {
  color: #FFF;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
footer div.footer-inner ul.fotter-inner-list li table tbody tr:first-child {
  border-top: none;
  border-bottom: none;
}
footer div.footer-inner ul.fotter-inner-list li table tbody tr th {
  width: 6em;
}
footer div.footer-inner ul.fotter-inner-list li table tbody tr th, footer div.footer-inner ul.fotter-inner-list li table tbody tr td {
  padding: 0.5em;
}

/* ページトップ jquery.scrollUp.js用スタイル
----------------------------------------------------------------------------*/
#scrollUp {
  background: url("../img/pagetop.png") no-repeat;
  bottom: 0px;
  height: 119px;
  right: 8px;
  width: 88px;
}
@media only screen and (max-width: 641px) {
  #scrollUp {
    height: 0;
    width: 0;
  }
}

/* パンくずリスト
----------------------------------------------------------------------------*/
ul.breadcrumbs {
  font-size: 10px;
  font-size: 1rem;
  margin: 1em 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
}
ul.breadcrumbs li {
  word-wrap: break-word;
  display: inline-block;
  position: relative;
}
ul.breadcrumbs li span {
  vertical-align: middle;
}
ul.breadcrumbs li img {
  vertical-align: middle;
  height: 25px;
  margin: 0 5px;
}
ul.breadcrumbs li i {
  color: #7e6b5a;
  margin-right: 0.3em;
}
@media only screen and (max-width: 640px) {
  ul.breadcrumbs {
    margin-left: 1em;
    margin-right: 1em;
  }
}

/* ソーシャルプラグイン
----------------------------------------------------------------------------*/
div.social-plugins {
  margin: 1em auto;
  overflow: hidden;
  padding: 0 0.5em;
  position: relative;
}
div.social-plugins ul {
  *zoom: 1;
  float: left;
  left: 50%;
  position: relative;
}
div.social-plugins ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div.social-plugins ul li {
  float: left;
  height: 20px;
  margin: 0 8px 8px 0;
  left: -50%;
  position: relative;
}
div.social-plugins ul li.line img {
  vertical-align: baseline;
}
div.social-plugins ul li iframe {
  vertical-align: baseline;
}
div.social-plugins ul li div span {
  vertical-align: baseline !important;
}

/* ie用擬似クラス対応
----------------------------------------------------------------------------*/
html.ie9 .gradient {
  filter: none;
}

/* サイト個別パーシャル
----------------------------------------------------------------------------*/
.deco_r {
  position: absolute;
  top: -2px;
  right: -2px;
}

.deco_l {
  position: absolute;
  top: -2px;
  left: -2px;
}

.deco_br {
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.deco_bl {
  position: absolute;
  bottom: -2px;
  left: -2px;
}

@media screen and (max-width: 1000px) {
  div.header-inner,
  div.contents-inner,
  div.footer-inner, div#top_box div.top_box_inner, nav div.nav_inner, section.main {
    padding: 0 0.5em;
  }
}

div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list li a img, nav div.nav_inner ul.gnav li a img, nav div.nav_inner ul.gnav li a div.menu_img img, nav div.nav_inner ul.gnav li:hover a div.menu_img img, nav div.nav_inner ul.gnav li:hover a img.menu_text, nav div.nav_inner ul.gnav li:hover a div.menu_img, div.about_box nav.about_nav ul li a img:hover, div.modal-login-inner div.modal-login-inner-inner section div.registform div.button_box input, div.modal-login-inner div.modal-login-inner-inner section.pf_login ul li a img, div.modal-login-inner div.modal-login-inner-inner section.openid_login ul li a img, div.modal-login-inner div.modal-login-inner-inner section.smp_download ul li a img, div.message-box ul li a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

div#top_box {
  background: #b2df86 url("../img/bg_top.jpg") top center no-repeat;
  box-shadow: 0px 4px 5px 0px rgba(102, 102, 102, 0.5);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(102, 102, 102, 0.5);
}
@media screen and (min-width: 2000px) {
  div#top_box {
    background-size: cover;
  }
}
div#top_box div.top_box_inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
div#top_box div.top_box_inner div.top_img {
  float: left;
  width: 73.5%;
  padding-top: 1.5em;
}
div#top_box div.top_box_inner section.login {
  width: 26.5%;
  float: right;
  margin: 0 0 1em;
}
div#top_box div.top_box_inner section.login h2 {
  margin: 0 auto 0;
  padding: .5em 0;
  text-align: center;
  position: relative;
  z-index: 120;
  font-size: 12px;
  font-size: 1.2rem;
}
div#top_box div.top_box_inner section.login div.login_box {
  background: #362e2b;
  padding: 2px;
  margin-top: -3em;
  position: relative;
  z-index: 100;
}
div#top_box div.top_box_inner section.login div.login_box div.login_box_inner {
  position: relative;
  border: 3px solid #FFF;
  box-shadow: 0px 0px 10px 3px rgba(102, 102, 102, 0.3) inset;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(102, 102, 102, 0.3) inset;
  background: #e5e3e1;
  padding-top: 2em;
}
div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list {
  text-align: center;
  padding: 0.5em;
}
div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list li {
  padding: 0.3em 0.5em 0;
}
div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list li h3 {
  margin: 0 0 .5em;
}
div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list li a {
  display: block;
  margin: .5em auto;
}
div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list li a:hover {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list li a.btn_entry {
  margin-bottom: 0.2em;
}
@media screen and (max-width: 960px) {
  div#top_box div.top_box_inner div.top_img {
    width: 76%;
  }
  div#top_box div.top_box_inner section.login {
    width: 24%;
  }
  div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list {
    padding: 0.8em 0.2em 0.3em;
  }
  div#top_box div.top_box_inner section.login div.login_box div.login_box_inner ul.login_list li {
    padding: 0.2em;
  }
}
@media screen and (max-width: 640px) {
  div#top_box {
    background: #b2df86 url("../img/bg_top.jpg") 0% 15% no-repeat;
  }
  div#top_box div.top_box_inner {
    padding: 0;
  }
  div#top_box div.top_box_inner div.top_img {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  div#top_box div.top_box_inner section.login {
    display: none;
  }
}

nav {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 3px 0px rgba(102, 102, 102, 0.4);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(102, 102, 102, 0.4);
}
nav div.nav_inner {
  max-width: 1000px;
  margin: 0 auto;
}
nav div.nav_inner h1 {
  margin: 0;
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px #a6937c dotted;
}
nav div.nav_inner h1 a img {
  display: block;
  height: 80px;
}
nav div.nav_inner span.menubtn_smp {
  display: none;
}
nav div.nav_inner ul.gnav {
  display: inline-block;
  overflow: hidden;
  padding: 0.5em 0;
  vertical-align: middle;
}
nav div.nav_inner ul.gnav li {
  float: left;
  border-right: 1px #a6937c dotted;
}
nav div.nav_inner ul.gnav li a {
  width: 90px;
  display: block;
  padding: 0 0.2em;
}
nav div.nav_inner ul.gnav li a div.menu_img img.menu_inactive {
  display: block;
}
nav div.nav_inner ul.gnav li a div.menu_img img.menu_active {
  display: none;
}
nav div.nav_inner ul.gnav li:hover a div.menu_img img.menu_inactive {
  display: none;
}
nav div.nav_inner ul.gnav li:hover a div.menu_img img.menu_active {
  display: block;
}
nav div.nav_inner ul.gnav li:hover a img.menu_text {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  nav div.nav_inner span.menubtn_smp {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    color: #FFF;
    height: 30px;
    width: 30px;
  }
  nav div.nav_inner span.menubtn_smp img {
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  nav div.nav_inner h1 {
    display: none;
  }
  nav div.nav_inner ul.gnav {
    display: none;
    margin: 0 auto;
  }
  nav div.nav_inner ul.gnav li {
    width: 25%;
  }
  nav div.nav_inner ul.gnav li a {
    width: auto;
    padding: 0;
  }
  nav div.nav_inner ul.gnav li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 320px) {
  nav div.nav_inner {
    padding: 0;
  }
}

/* はずむ */
nav div.nav_inner ul.gnav li:hover a div.menu_img, div.about_box nav.about_nav ul li a img:hover {
  -webkit-animation: bounding 0.5s ease-in-out infinite alternate;
  -moz-animation: bounding 0.5s ease-in-out infinite alternate;
  animation: bounding 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes bounding {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  to {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}

@-moz-keyframes bounding {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@keyframes bounding {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

/* スケール */
@-webkit-keyframes Pulsing {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@-moz-keyframes Pulsing {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes Pulsing {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

div.column_box {
  overflow-x: hidden;
}
div.column_box section.first {
  float: left;
  width: 71%;
  margin: 2em auto 1em;
}
div.column_box section.second {
  float: right;
  width: 26.5%;
  margin: 2em auto 1em;
}
@media screen and (max-width: 640px) {
  div.column_box section.first {
    width: 71%;
  }
  div.column_box section.second {
    width: 26.5%;
  }
}
@media screen and (max-width: 640px) {
  div.column_box section.first, div.column_box section.second {
    float: none;
    width: 100%;
    margin: 1em auto;
  }
}

section.first div.twitter_box {
  margin: 1em auto 0;
}
section.first div.twitter_box section.twitter {
  border: 2px solid #9cb2c7;
  background: white url("../img/twitter_bg.jpg") top right no-repeat;
  position: relative;
  padding: 0 0 0.5em;
}
section.first div.twitter_box section.twitter h2 {
  margin: 0;
  padding: 0.5em 2.5em 0;
}
section.first div.twitter_box section.twitter img.bird {
  display: block;
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: 100;
}
section.first div.twitter_box section.twitter ul.twitter_widget {
  overflow: hidden;
  position: relative;
  z-index: 110;
}
section.first div.twitter_box section.twitter ul.twitter_widget li {
  padding: 0.5em;
}
section.first div.twitter_box section.twitter ul.twitter_widget li h3 {
  margin: 0;
  background: rgba(156, 178, 199, 0.8);
  color: #FFF;
  font-weight: bold;
  padding: 0.2em 0.5em;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}
section.first div.twitter_box section.twitter ul.twitter_widget li div.tl_box {
  border: none;
}
section.first div.twitter_box section.twitter ul.twitter_widget li div.tl_box iframe {
  width: 100% !important;
}

section.second div.pv {
  margin: 0 auto;
}
section.second div.pv a img {
  display: block;
  width: 100%;
}
section.second aside {
  background: url("../img/cms_bg_stripe.png");
  margin: 0 0 1em;
  padding: 1em 1.5em;
  border: 1px solid #362e2b;
}
section.second aside ul li {
  text-align: center;
}
section.second aside ul li a {
  display: inline-block;
  margin: 0.5em auto;
}

section.main {
  max-width: 1000px;
  margin: 2em auto;
}
section.main h2.h2_main {
  margin: 0 0 0 -2em;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  section.main h2.h2_main {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  section.main {
    margin: 1em auto;
  }
}

section.base {
  margin: -4em auto 0;
  background: white url("../img/bg_base.jpg");
  border: 3px #362e2b solid;
  padding: 1.5em;
  overflow: hidden;
}
section.base h2 {
  margin: 0;
}
section.base div.base_inner {
  background: #362e2b;
  padding: 2px;
}
section.base div.base_inner div.base_inner_inner {
  position: relative;
  background: white url("../img/bg_paper.jpg");
  border: 3px solid #FFF;
  box-shadow: 0px 0px 10px 3px rgba(102, 102, 102, 0.5) inset;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(102, 102, 102, 0.5) inset;
  padding: 2em 2em 1.5em;
}
@media screen and (max-width: 640px) {
  section.base {
    margin: -3em auto 0;
    padding: 0.5em;
  }
  section.base div.base_inner div.base_inner_inner {
    padding: 2em 1em 2em;
  }
}

div.about_box {
  text-align: center;
  padding-top: 1em;
}
div.about_box nav.about_nav {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: inline-block;
}
div.about_box nav.about_nav ul {
  overflow: hidden;
}
div.about_box nav.about_nav ul li {
  display: inline-block;
  text-align: center;
  padding: 0.3em 0;
  width: 32%;
}
div.about_box section {
  margin: 1em auto 2em;
  position: relative;
  z-index: 100;
}
div.about_box section img.img_pc {
  display: block;
}
div.about_box section img.img_smp {
  display: none;
}
@media screen and (max-width: 640px) {
  div.about_box section img.img_pc {
    display: none;
  }
  div.about_box section img.img_smp {
    display: block;
  }
}
div.about_box section#history h3, div.about_box section#story h3 {
  margin: 0 auto -2em;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 400px) {
  div.about_box section {
    margin: 1em auto;
  }
  div.about_box section#history h3, div.about_box section#story h3 {
    margin: 0 auto -1.5em;
  }
}

div.chara_box {
  padding-top: 1em;
}
div.chara_box ul.charalist {
  overflow: hidden;
}
div.chara_box ul.charalist li {
  float: left;
  width: 20%;
  padding: 0 0.3em 0.6em;
  text-align: center;
}
div.chara_box ul.charalist li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media screen and (max-width: 640px) {
  div.chara_box ul.charalist li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 320px) {
  div.chara_box ul.charalist li {
    width: 50%;
  }
}

/* 基本設定
----------------------------------------------------------------------------*/
#modal-win {
  width: 100%;
  position: absolute;
}

#modal-win-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10001;
}

#modal-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  cursor: pointer;
}

/* 共通
----------------------------------------------------------------------------*/
.modal_box {
  position: relative;
  display: none;
  width: 100%;
  padding: 3%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .modal_box {
    padding: 1%;
  }
}

div.modal-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
div.modal-inner a.close {
  position: absolute;
  right: 30px;
  top: -20px;
  z-index: 10100;
}
div.modal-inner p.paging-l {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10100;
}
div.modal-inner p.paging-r {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10100;
}
@media only screen and (max-width: 640px) {
  div.modal-inner {
    padding: 0;
  }
  div.modal-inner a.close {
    top: 20px;
    right: 5px;
  }
  div.modal-inner a.close img {
    width: 40px;
  }
  div.modal-inner p.paging-l, div.modal-inner p.paging-r {
    top: 23%;
    -webkit-transform: translateY(-23%);
    transform: translateY(-23%);
  }
  div.modal-inner p.paging-l img, div.modal-inner p.paging-r img {
    width: 40px;
  }
}
div.modal-inner div.modal-inner_inner {
  position: relative;
}
div.modal-inner div.modal-inner_inner img.chara_info {
  display: block;
  margin: 0 auto;
}
div.modal-inner div.modal-inner_inner img.chara_info_smp {
  display: none;
}
div.modal-inner div.modal-inner_inner ul.view_btn {
  position: absolute;
  bottom: 2%;
  right: 2%;
}
div.modal-inner div.modal-inner_inner ul.view_btn li {
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  div.modal-inner div.modal-inner_inner img.chara_info {
    display: none;
  }
  div.modal-inner div.modal-inner_inner img.chara_info_smp {
    display: block;
  }
  div.modal-inner div.modal-inner_inner ul.view_btn {
    position: relative;
    text-align: center;
    margin: 1em auto 0;
  }
  div.modal-inner div.modal-inner_inner ul.view_btn li {
    text-align: center;
  }
}

/*====== Zoom effect ======*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

div.modal-login-inner div.modal-login-inner-inner section div.registform, div.registration_box div.registform, div.inquiry {
  margin: 0 auto;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform p, div.registration_box div.registform p, div.inquiry p {
  margin-bottom: 1em;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform span.required, div.registration_box div.registform span.required, div.inquiry span.required {
  color: #80c269;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform span.check, div.registration_box div.registform span.check, div.inquiry span.check {
  display: inline-block;
  margin: 0.5em auto;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform span.check input, div.registration_box div.registform span.check input, div.inquiry span.check input, div.modal-login-inner div.modal-login-inner-inner section div.registform span.check label, div.registration_box div.registform span.check label, div.inquiry span.check label {
  vertical-align: middle;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform span.check label, div.registration_box div.registform span.check label, div.inquiry span.check label {
  padding-top: 1px;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable, div.registration_box div.registform div.formtable, div.inquiry div.formtable {
  border: 1px solid #362e2b;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable, div.registration_box div.registform div.formtable, div.inquiry div.formtable {
    width: 100%;
  }
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table, div.registration_box div.registform div.formtable table, div.inquiry div.formtable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr, div.registration_box div.registform div.formtable table tr, div.inquiry div.formtable table tr {
  background: #FFF;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr th, div.registration_box div.registform div.formtable table tr th, div.inquiry div.formtable table tr th, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td, div.registration_box div.registform div.formtable table tr td, div.inquiry div.formtable table tr td {
  padding: 0.5em 1em;
  vertical-align: middle;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr th, div.registration_box div.registform div.formtable table tr th, div.inquiry div.formtable table tr th {
  background: #362e2b;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  width: 30%;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td, div.registration_box div.registform div.formtable table tr td, div.inquiry div.formtable table tr td {
  border-bottom: 1px solid #362e2b;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td a.mypage_changebtn, div.registration_box div.registform div.formtable table tr td a.mypage_changebtn, div.inquiry div.formtable table tr td a.mypage_changebtn {
  display: inline-block;
  background: #acd456;
  padding: 0 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0.5em;
  color: #FFF;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td a.mypage_changebtn:hover, div.registration_box div.registform div.formtable table tr td a.mypage_changebtn:hover, div.inquiry div.formtable table tr td a.mypage_changebtn:hover {
  background: #eee;
  text-decoration: none;
  color: #999;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td input, div.registration_box div.registform div.formtable table tr td input, div.inquiry div.formtable table tr td input, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td select, div.registration_box div.registform div.formtable table tr td select, div.inquiry div.formtable table tr td select, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td textarea, div.registration_box div.registform div.formtable table tr td textarea, div.inquiry div.formtable table tr td textarea {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  border-radius: 0.2em;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  margin: 0 0.5em 0 0;
  padding: 0.3em 0.6em;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td input:last-child, div.registration_box div.registform div.formtable table tr td input:last-child, div.inquiry div.formtable table tr td input:last-child, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td select:last-child, div.registration_box div.registform div.formtable table tr td select:last-child, div.inquiry div.formtable table tr td select:last-child, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td textarea:last-child, div.registration_box div.registform div.formtable table tr td textarea:last-child, div.inquiry div.formtable table tr td textarea:last-child {
  margin: 0;
}
@media screen and (max-width: 640px) {
  div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td input, div.registration_box div.registform div.formtable table tr td input, div.inquiry div.formtable table tr td input, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td select, div.registration_box div.registform div.formtable table tr td select, div.inquiry div.formtable table tr td select, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td textarea, div.registration_box div.registform div.formtable table tr td textarea, div.inquiry div.formtable table tr td textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td input[type="text"], div.registration_box div.registform div.formtable table tr td input[type="text"], div.inquiry div.formtable table tr td input[type="text"], div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td input[type="password"], div.registration_box div.registform div.formtable table tr td input[type="password"], div.inquiry div.formtable table tr td input[type="password"], div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td textarea, div.registration_box div.registform div.formtable table tr td textarea, div.inquiry div.formtable table tr td textarea {
  width: 100%;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td label, div.registration_box div.registform div.formtable table tr td label, div.inquiry div.formtable table tr td label {
  cursor: pointer;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td span.input_notes, div.registration_box div.registform div.formtable table tr td span.input_notes, div.inquiry div.formtable table tr td span.input_notes {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr:last-child th, div.registration_box div.registform div.formtable table tr:last-child th, div.inquiry div.formtable table tr:last-child th, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr:last-child td, div.registration_box div.registform div.formtable table tr:last-child td, div.inquiry div.formtable table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 500px) {
  div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr th, div.registration_box div.registform div.formtable table tr th, div.inquiry div.formtable table tr th, div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr td, div.registration_box div.registform div.formtable table tr td, div.inquiry div.formtable table tr td {
    display: block;
    border-bottom: none;
  }
  div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable table tr th, div.registration_box div.registform div.formtable table tr th, div.inquiry div.formtable table tr th {
    width: 100%;
  }
}

div.button_box input {
  margin: 1em auto;
}
div.button_box ul.button_box_list {
  overflow: hidden;
  text-align: center;
  margin: 1em auto;
}
div.button_box ul.button_box_list li {
  display: inline-block;
  padding: 0.5em;
}
div.button_box ul.button_box_list li input {
  margin: 0;
}

#lean_overlay {
  position: fixed;
  z-index: 900;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

div.modal-login-box {
  display: none;
}
div.modal-login-box div.modal-login-inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
div.modal-login-box div.modal-login-inner a.close {
  position: absolute;
  right: 0px;
  top: -50px;
  z-index: 10100;
}

div.modal-login-inner {
  background: #FFF;
  text-align: center;
  padding: 1px;
}
div.modal-login-inner div.modal-login-inner-inner {
  background: white url("../img/bg_paper.jpg");
  border: 3px solid #cbc6c2;
  position: relative;
  padding: 0 0 2.5em;
  font-size: 12px;
  font-size: 1.2rem;
}
div.modal-login-inner div.modal-login-inner-inner h2 {
  margin: -2em auto -1em;
  position: relative;
}
div.modal-login-inner div.modal-login-inner-inner section {
  border-bottom: 1px #a6937c dotted;
  padding: 0em 2em;
}
div.modal-login-inner div.modal-login-inner-inner section h3 {
  position: relative;
  display: inline-block;
  background: #e0dedc;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: center;
}
div.modal-login-inner div.modal-login-inner-inner section h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #e0dedc;
}
div.modal-login-inner div.modal-login-inner-inner section:last-child {
  border-bottom: none;
}
div.modal-login-inner div.modal-login-inner-inner section div.registform div.formtable {
  max-width: 90%;
}
div.modal-login-inner div.modal-login-inner-inner section.pf_login ul {
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
}
div.modal-login-inner div.modal-login-inner-inner section.pf_login ul li {
  float: left;
  width: 50%;
  padding: 0.2em;
}
div.modal-login-inner div.modal-login-inner-inner section.openid_login {
  padding: 0 45px;
}
div.modal-login-inner div.modal-login-inner-inner section.openid_login ul {
  margin: 0 auto 2em;
  max-width: 500px;
  overflow: hidden;
}
div.modal-login-inner div.modal-login-inner-inner section.openid_login ul li {
  float: left;
  width: 50%;
  padding: 0.2em;
}
div.modal-login-inner div.modal-login-inner-inner section.smp_download ul {
  display: flex;
  justify-content: space-around;
  padding: 3em 1em 1em;
}
div.modal-login-inner div.modal-login-inner-inner section.smp_download ul li {
  border: 1px #7e6b5a dotted;
  padding: 1em;
}
div.modal-login-inner div.modal-login-inner-inner section.smp_download ul li p {
  margin-top: 1em;
}

div.modal-login-inner div.modal-login-inner-inner section div.registform div.button_box input:hover, div.modal-login-inner div.modal-login-inner-inner section.pf_login ul li a img:hover, div.modal-login-inner div.modal-login-inner-inner section.openid_login ul li a img:hover, div.modal-login-inner div.modal-login-inner-inner section.smp_download ul li a img:hover, div.message-box ul li a img:hover {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

div.registration_box {
  padding-top: 1em;
}
div.registration_box div.registform p {
  text-align: center;
  padding: 0.5em;
}
div.registration_box div.registform p.regist_note01 {
  border: 1px solid #a6937c;
  background: rgba(255, 255, 255, 0.7);
}
div.registration_box div.registform p.regist_note02 {
  border: 1px solid rgba(255, 0, 0, 0.5);
  background: rgba(255, 0, 0, 0.1);
}
div.registration_box div.registform span.radio_button {
  display: block;
}
div.registration_box div.registform span.radio_button input {
  display: inline-block;
}
div.registration_box div.registform ul.prof_icn_list {
  overflow: hidden;
}
div.registration_box div.registform ul.prof_icn_list li {
  width: 20%;
  float: left;
  margin: 0.5em 0;
}
div.registration_box div.registform ul.prof_icn_list li span input, div.registration_box div.registform ul.prof_icn_list li span img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
div.registration_box div.registform ul.prof_icn_list li span img {
  width: 60px;
}
@media screen and (max-width: 800px) {
  div.registration_box div.registform ul.prof_icn_list li {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  div.registration_box div.registform ul.prof_icn_list li {
    width: 33%;
  }
}
div.registration_box div.check_box {
  text-align: center;
  margin: 1em auto;
}
div.registration_box div.check_box p {
  margin-bottom: 1em;
}
div.registration_box div.check_box span a {
  font-weight: bold;
  text-decoration: underline;
}
div.registration_box div.check_box span.agreement {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

aside.sendmail_notice {
  background: rgba(255, 255, 255, 0.6);
  padding: 0.8em;
  border: 1px solid #bbb;
  margin-bottom: 1em;
}
aside.sendmail_notice h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0.7em;
  font-weight: bold;
  color: #7e6b5a;
  border-bottom: 1px dashed #7e6b5a;
}
aside.sendmail_notice h3 i {
  margin-right: 0.2em;
}
aside.sendmail_notice dl dt {
  font-weight: bold;
}
aside.sendmail_notice dl dd {
  margin-bottom: 0.5em;
}

ul.registration_flow {
  overflow: hidden;
  margin: 1em auto;
  border: 1px solid #92bd35;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #FFF;
}
ul.registration_flow li {
  float: left;
  width: 20%;
  height: 100%;
  text-align: center;
  padding: 0.2em 0.4em;
  border-right: 1px dotted #92bd35;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  vertical-align: middle;
}
ul.registration_flow li span {
  vertical-align: middle;
}
ul.registration_flow li i {
  margin-right: 0.2em;
  color: #ddd;
}
ul.registration_flow li.complete_section i {
  margin-right: 0.3em;
  color: #92bd35;
}
ul.registration_flow li.complete_section.prev_section {
  border-right: none;
}
ul.registration_flow li.next_section:after {
  border-left: 8px solid #92bd35;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
ul.registration_flow li.lead_section {
  background: #92bd35;
  color: #FFF;
}
ul.registration_flow li.lead_section i {
  color: #FFF;
}
ul.registration_flow li:first-child {
  border-left: none;
}
ul.registration_flow li:last-child {
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  ul.registration_flow {
    margin: 0em auto 1em;
  }
  ul.registration_flow li {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #92bd35;
  }
  ul.registration_flow li.next_section:after {
    display: none;
  }
  ul.registration_flow li.complete_section.prev_section {
    border-bottom: none;
  }
  ul.registration_flow li.lead_section {
    border-left: none;
  }
}

section.tos_box div.tos_box_inner div.tos_box_inner_inner h4, div.tos h4 {
  border-bottom: 1px dotted #362e2b;
  border-left: 5px solid #362e2b;
  padding-left: 0.3em;
  margin-bottom: 1em;
  font-weight: bold;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol, div.tos ol {
  margin: 0 auto 1.5em;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol li, div.tos ol li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol li ol, div.tos ol li ol {
  margin-top: 1em;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol li ol li, div.tos ol li ol li {
  padding-left: 1em;
  text-indent: -1em;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li, div.tos ol.privacy_ol li {
  padding-left: 1em;
  text-indent: -1em;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li p, div.tos ol.privacy_ol li p {
  margin-bottom: 1em;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li.privacy_line, div.tos ol.privacy_ol li.privacy_line {
  text-indent: 0;
  padding-left: 0;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li.privacy_line h5, div.tos ol.privacy_ol li.privacy_line h5 {
  font-weight: bold;
  margin: 0.5em auto;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li.privacy_line img, div.tos ol.privacy_ol li.privacy_line img {
  display: block;
  margin: 1em auto;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li.privacy_line dl, div.tos ol.privacy_ol li.privacy_line dl {
  overflow: hidden;
  margin-bottom: 1em;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li.privacy_line dl dt, div.tos ol.privacy_ol li.privacy_line dl dt, section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li.privacy_line dl dd, div.tos ol.privacy_ol li.privacy_line dl dd {
  padding: 0.5em 0.5em 0.5em 0em;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li.privacy_line dl dt, div.tos ol.privacy_ol li.privacy_line dl dt {
  width: 8em;
  float: left;
  font-weight: bold;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li.privacy_line dl dd, div.tos ol.privacy_ol li.privacy_line dl dd {
  padding-left: 8em;
  border-bottom: 1px solid #ccc;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner ol.privacy_ol li ol li, div.tos ol.privacy_ol li ol li {
  padding-left: 2em;
  text-indent: -2em;
}

section.tos_box {
  margin: 0 auto 1em;
}
section.tos_box h3 {
  background: #362e2b;
  padding: 0.3em 0;
  margin: 0;
}
section.tos_box h3 span {
  display: block;
  width: 100%;
  border-top: 1px #a6937c dashed;
  border-bottom: 1px #a6937c dashed;
  padding: 0.2em;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
section.tos_box div.tos_box_inner {
  background: #FFF;
  border-right: 2px solid #362e2b;
  border-left: 2px solid #362e2b;
  border-bottom: 2px solid #362e2b;
  overflow: hidden;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner {
  border: 3px solid #FFF;
  box-shadow: 0px 0px 10px 3px rgba(102, 102, 102, 0.3) inset;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(102, 102, 102, 0.3) inset;
  padding: 2em 1.5em;
  overflow: auto;
  height: 300px;
}
section.tos_box div.tos_box_inner div.tos_box_inner_inner p {
  margin-bottom: 1em;
}

ul.support_box {
  padding-top: 3em;
}
ul.support_box li.support_sideber {
  width: 24%;
  float: left;
  background: #362e2b;
}
ul.support_box li.support_sideber div {
  cursor: pointer;
}
ul.support_box li.support_sideber div span.smpmenu {
  display: none;
}
ul.support_box li.support_sideber ul.support_menu li ul.support_menu_sub {
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.8em 0;
}
ul.support_box li.support_sideber ul.support_menu li ul.support_menu_sub li {
  padding: 0.4em 0 0.4em 2.2em;
}
ul.support_box li.support_sideber ul.support_menu li ul.support_menu_sub li a {
  color: #FFF;
}
ul.support_box li.support_sideber ul.support_menu li ul.support_menu_sub li a:hover, ul.support_box li.support_sideber ul.support_menu li ul.support_menu_sub li a.active {
  text-decoration: none;
}
ul.support_box li.support_sideber ul.support_menu li ul.support_menu_sub li a:hover:before, ul.support_box li.support_sideber ul.support_menu li ul.support_menu_sub li a.active:before {
  font-family: FontAwesome;
  content: "\f1b0";
  font-size: 11px;
  margin-left: -15px;
  padding-right: 5px;
  color: #a6937c;
}
@media screen and (max-width: 640px) {
  ul.support_box li.support_sideber {
    width: 100%;
    float: none;
  }
  ul.support_box li.support_sideber div {
    border-bottom: 1px #a6937c dotted;
  }
  ul.support_box li.support_sideber div img {
    display: none;
  }
  ul.support_box li.support_sideber div span.smpmenu {
    display: block;
    background: #362e2b;
    color: #FFF;
    padding: 0.5em 1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  ul.support_box li.support_sideber div span.smpmenu:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 0.2em;
  }
  ul.support_box li.support_sideber div span.smpmenu.smpmenu_current {
    background: #a6937c;
  }
  ul.support_box li.support_sideber ul.support_menu li:last-child div {
    border-bottom: none;
  }
}
ul.support_box li.support_main {
  width: 76%;
  float: right;
  padding-left: 1em;
}
ul.support_box li.support_main h3 {
  background: #362e2b;
  padding: 0.3em 0;
  margin: 0;
}
ul.support_box li.support_main h3 span {
  display: block;
  width: 100%;
  border-top: 1px #a6937c dashed;
  border-bottom: 1px #a6937c dashed;
  padding: 0.3em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  ul.support_box li.support_main {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 1em;
  }
}

div.inquiry table td span.radio_button {
  display: block;
}
div.inquiry p.inquiry_success {
  text-align: center;
  background: rgba(126, 107, 90, 0.2);
  font-weight: bold;
  padding: 0.8em;
}
div.inquiry p.confirm_adress {
  text-align: center;
  background: rgba(54, 46, 43, 0.2);
  font-weight: bold;
  padding: 0.5em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
div.inquiry p.confirm_regist {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
  text-align: center;
  padding: 1em 0.5em;
  color: #a40000;
  font-weight: bold;
}

dl.username {
  overflow: hidden;
}
dl.username dt {
  float: left;
  width: 27%;
}
dl.username dt img {
  display: block;
  margin: 0 auto;
  border: 1px solid #362e2b;
}
dl.username dd {
  padding-left: 30%;
  font-size: 10px;
  font-size: 1rem;
}
dl.username dd div.username_box {
  background: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 8px;
}
dl.username dd div.username_box span.username {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #362e2b;
}
@media screen and (max-width: 960px) {
  dl.username dt {
    width: 35%;
    float: none;
    margin: 0 auto 8px;
  }
  dl.username dd {
    padding-left: 0;
  }
}

div.mypage_profile_box {
  padding: 1.5em 0 0.5em;
}
div.mypage_profile_box dl.mypage_profile {
  overflow: hidden;
}
div.mypage_profile_box dl.mypage_profile dt, div.mypage_profile_box dl.mypage_profile dd {
  float: left;
}
div.mypage_profile_box dl.mypage_profile dt {
  padding: 1em 1em 0 0;
  width: 20%;
  font-weight: bold;
}
div.mypage_profile_box dl.mypage_profile dt img {
  border: 1px solid #362e2b;
}
div.mypage_profile_box dl.mypage_profile dd {
  width: 80%;
  padding: 0 0 1em;
}
@media screen and (max-width: 640px) {
  div.mypage_profile_box dl.mypage_profile dt, div.mypage_profile_box dl.mypage_profile dd {
    float: none;
  }
  div.mypage_profile_box dl.mypage_profile dt {
    width: 40%;
    margin: 0 auto;
    padding: 0;
  }
  div.mypage_profile_box dl.mypage_profile dd {
    width: 100%;
    padding: 0;
  }
}

div.message-box {
  border: 2px solid #362e2b;
  padding: 0.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  margin: 1em 0 auto;
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  div.message-box {
    display: none;
  }
}
div.message-box ul {
  display: flex;
  justify-content: space-around;
}
div.message-box ul li {
  margin: 0 .5em;
}
