@charset "UTF-8";
/* =====================================
@@@ リセット&ベース&a-form
add:1503@@@
===================================== */
html {
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  background: #ffffff;
  color: #404040;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}
body > div {
  font-size: 12px;
}

ul.linelist li {
  font-size: 12px;
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Objects-normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

/* Letters */
div,
p,
li,
dt,
dd,
th,
td {
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
em,
strong {
  font-style: normal;
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark,
em,
strong,
b {
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
}

mark {
  background-color: #ffff00;
}

small,
i,
var {
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
}

small {
  font-size: 80%;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: bold;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Forms */
form,
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

label {
  cursor: pointer;
}

input {
  line-height: normal;
}

button {
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  cursor: pointer;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

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

textarea {
  overflow: auto;
}

input[type=text], input[type=password] {
  text-transform: none;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px;
  border: 1px solid #61482d;
  vertical-align: middle;
}

select,
textarea {
  text-transform: none;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px;
  border: 1px solid #61482d;
  vertical-align: middle;
}

select {
  padding: 0px;
  min-height: 20px;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

/* FormInput-radio */
label {
  margin-right: 0.3em;
  padding: 0.5em 0.5em;
}
label input[type=radio] {
  margin: -3px 0.3em 0 0;
  width: 18px;
  height: 18px;
  line-height: 24px;
}
label input[type=checkbox] {
  margin: -2px 0.3em 0 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
/* FormInput-cheack */
/* Common */
.cfx:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  line-height: 0;
  font-size: 0.1em;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

ul.linelist {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
  font-size: 0;
}
ul.linelist li {
  margin: 0;
  padding: 0;
  word-spacing: normal;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.agch .ag-pc,
.agch .ag-tab,
.agch .ag-sp {
  display: none;
}

.none {
  display: none;
}

a {
  color: #61482d;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

.link,
.link-2,
.link-outside {
  background: url(/c/cmn/img/ico_arrow.png) no-repeat 0 3px;
  padding-left: 10px;
}

.link a,
.link-2 a,
.link-outside a,
.link-s,
.link-inline {
  border-bottom: 1px dotted #61482d;
  line-height: 1.3;
}

.link-s a {
  font-size: 11px;
  font-size: 1.1rem;
  border-bottom: 1px dotted #61482d;
}

.link a:hover,
.link-2 a:hover,
.link-outside a:hover,
.link-s:hover,
.link-inline:hover,
.link-s a:hover {
  border-bottom: none;
}

/* a-error & a-ok */
#contents .a-error,
#contents .a-ok {
  margin: 0 15px 10px;
}

.a-error,
.a-ok {
  min-height: 39px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 65px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 45px 40px;
  padding: 10px 10px 10px 65px;
}

.a-error a:hover,
.a-ok a:hover {
  border-bottom: none;
}

.a-error {
  background-color: #fdd;
  background-image: url(/c/cmn/img/bg_error.png);
}
.a-error ul {
  margin: 0;
  padding: 0;
  width: auto;
  border-radius: 3px;
}
.a-error ul li {
  margin: 0.5em 0;
  color: #c00;
  font-weight: bold;
}
.a-error ul li a {
  color: #c00;
  border-bottom: 1px dotted #c00;
}

.a-ok {
  background-color: #ccebb8;
  background-image: url(/c/cmn/img/bg_ok.png);
}
.a-ok a {
  border-bottom: 1px dotted #308000;
  color: #308000;
}
.a-ok ul {
  margin: 0;
  padding: 0.3em 0;
  width: auto;
  border-radius: 3px;
}
.a-ok ul li {
  margin: 0.5em 0;
  color: #308000;
  font-weight: bold;
}

/* .container-wrap */
.container-wrap {
  width: 100%;
  min-width: 980px;
}
.container-wrap.rsp {
  min-width: 0;
}

.container-wrap.rsp #contents .inner {
  width: auto;
}

#contents .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 980px;
}

.topic-area {
  margin: -25px 0.5% 10px;
}

.topic-path li {
  display: inline-block;
  margin: 0;
  font-size: 10px;
  color: #666666;
}
.topic-path li a {
  margin-right: 5px;
  color: #666666;
}

.info-area {
  margin: 10px 0;
}
.info-area .info-tx {
  margin: 0;
  font-size: 12px;
}
.info-area .info-tx .tt {
  float: left;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  color: #ffffff;
  background-color: #ff0000;
  font-size: 10px;
  text-align: center;
  clear: left;
}
.info-area .info-tx a {
  color: #0099cc;
}
.info-area .info-tx a:hover {
  color: #00ccff;
  text-decoration: underline;
}
.info-area .info-tx em {
  font-weight: normal;
  color: #333333;
}

/*= wrap
======================================*/
/*= header
======================================*/
/************** jp **************/
#JP_HEADER {
  width: 100%;
  min-width: 980px;
}

#headin {
  position: relative;
  z-index: 150;
  background: url(/c/cmn/img/bg_header_pc.gif) repeat-x center top;
}

.headin-inner {
  margin: 0px auto;
  width: 950px;
}

.head-nav-inner,
.member-menu-inner,
.member-default-disp,
.default-inner {
  margin: 0 auto;
  max-width: 950px;
}

.head-nav-inner {
  position: relative;
}

.head-inner:after {
  content: "";
  display: block;
  clear: both;
}

.head-base {
  min-height: 110px;
}

.head-logo-area {
  min-width: 355px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.brandlogo {
  width: 110px;
  float: left;
}
.brandlogo .logo {
  display: block;
  margin-top: 30px;
}
.brandlogo .logo img {
  width: 100%;
}

.headline {
  float: left;
  margin: 15px 0 0 10px;
  height: 24px;
  min-width: 240px;
  background: #ffe57a url(/c/cmn/img/ico_hline.png) no-repeat 10px 50%;
  border-radius: 2px;
}
.headline li {
  margin: 0;
}
.headline a {
  display: block;
  padding-left: 35px;
  line-height: 24px;
  font-size: 12px;
}
.headline:hover {
  background-color: #FFF28D;
}
.headline:hover a {
  color: #E76025;
}

.head-gloval-navi {
  margin: 0 0 0 120px;
  padding-top: 65px;
  width: 835px;
  height: 40px;
  text-align: center;
}

#GLOVAL_NAVI {
  position: relative;
  z-index: 4;
}

.head-main-navi-wrap ul {
  width: 100%;
  height: 40px;
  background: url(/c/cmn/img/bg_gnav.gif) no-repeat right bottom;
}
.head-main-navi-wrap ul li {
  float: left;
  margin: 0;
  width: 20%;
  height: 40px;
  line-height: 40px;
  color: #5f3912;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  background: url(/c/cmn/img/bg_gnav.gif) no-repeat left bottom;
}
.head-main-navi-wrap ul li a {
  display: block;
  height: 40px;
}
.head-main-navi-wrap ul li span {
  display: inline-block;
}
.head-main-navi-wrap ul li a:hover {
  color: #ff9123;
}

.member-menu-wrap {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}

.member-default-disp {
  position: relative;
  margin: 0px auto;
  width: 950px;
  text-align: right;
}

.member-menu-area {
  width: 100%;
  background: url(/c/cmn/img/bg_mheader.gif) repeat-x center top;
}

.m-menu-btn {
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: 0;
  height: 29px;
  border: 3px solid #ab6f33;
  border-top: none;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}

.m-menu-box {
  height: 50px;
  overflow: hidden;
}
.m-menu-box ul {
  margin-left: 110px;
}
.m-menu-box li {
  float: left;
  margin: 0;
  height: 49px;
  width: 184px;
  line-height: 49px;
  color: #5f3912;
  -webkit-text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  background: url(/c/cmn/img/bg_footmenu_li.gif) repeat-y right top;
  font-size: 13px;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
}
.m-menu-box li a {
  display: block;
  color: #61482d;
}
.m-menu-box li a:hover {
  color: #ff9123;
}

.m-menu-btn span {
  display: block;
  padding: 0 10px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  color: #5f3912;
  border: 1px solid #ffffff;
  background: #e6e1d4;
  background: -moz-linear-gradient(top, #e6e1d4 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e1d4), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e1d4 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e1d4 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e1d4 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e1d4 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e1d4", endColorstr="#ffffff", GradientType=0);
  /* IE6-8 */
}
.m-menu-btn span:hover {
  color: #AB6F33;
  background: #FFFFBF;
  background: -moz-linear-gradient(top, #FFFFBF 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFBF), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFFFBF 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFFFBF 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FFFFBF 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FFFFBF 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFBF", endColorstr="#ffffff", GradientType=0);
  /* IE6-8 */
}
.m-menu-btn span b {
  display: block;
  height: 27px;
  padding-left: 16px;
  font-weight: normal;
  background: url(/c/cmn/img/ico_mmenu_btn.png) no-repeat left 47%;
}

.user-point b {
  padding: 0 3px 0 3px;
  color: #B20000;
  font-size: 22px;
}

.user-check {
  display: inline-block;
  margin-left: 3px;
  border: 1px solid #915e2b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.user-check span {
  display: block;
  padding: 3px 5px;
  font-size: 12px;
  color: #674038;
  border: 1px solid #ffffff;
  background: #e6e1d4;
  background: -moz-linear-gradient(top, #e6e1d4 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e1d4), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e1d4 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e1d4 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e1d4 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e1d4 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e1d4", endColorstr="#ffffff", GradientType=0);
  /* IE6-8 */
}
.user-check span:hover {
  color: #AB6F33;
  background: #FFFFBF;
  background: -moz-linear-gradient(top, #FFFFBF 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFBF), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFFFBF 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFFFBF 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FFFFBF 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FFFFBF 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFBF", endColorstr="#ffffff", GradientType=0);
  /* IE6-8 */
}

.user-info-area {
  padding: 36px 0 0 0;
}

.link-pw {
  display: block;
  padding: 10px 0 0 7px;
  text-align: right;
}
.link-pw a {
  padding-left: 6px;
  color: #61482d;
  background: url(/c/cmn/img/ico_rep.png) no-repeat 0 3px;
  border-bottom: 1px dotted #61482D;
}
.link-pw a:hover {
  color: #ff9123;
  border: none;
}
.link-pw.artlink {
  width: 200px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.member-default-disp .link-pw.artlink {
  right: 120px;
}

.user-name {
  /*display:inline-block;*/
  display: none;
  font-size: 10px;
  color: #663f38;
}
.user-name b {
  padding: 0 2px 0 3px;
  font-size: 14px;
}

.user-point {
  /*display:inline-block;*/
  display: none;
  padding-left: 5px;
  font-size: 12px;
  color: #663f38;
}

#top .user-name,
#top .user-point {
  display: inline-block;
}

/************** web **************/
#WEB_HEADER {
  width: 100%;
  min-width: 980px;
  border-top: 5px solid #ff9123;
  border-bottom: 3px solid #e9e9e9;
}
#WEB_HEADER .head-web-in {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
#WEB_HEADER .head-web-logo-wrap {
  position: relative;
  margin: 20px 0;
}
#WEB_HEADER .head-web-logo-wrap .head-web-logo {
  margin: 0;
}
#WEB_HEADER .head-web-logo-wrap .head-web-logo a {
  /*display: block;*/
}
#WEB_HEADER .head-web-logo-wrap .head-web-logo a .sp {
  display: none;
}
#WEB_HEADER .head-web-logo-wrap .logo-copy {
  position: absolute;
  top: 0;
  left: 260px;
  display: inline-block;
  margin: 0;
  width: 150px;
  line-height: 1.6;
  color: #743a20;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  vertical-align: top;
}
#WEB_HEADER .head-wab-snav-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
#WEB_HEADER .head-wab-snav-wrap li {
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
  line-height: 1.5;
  font-weight: bold;
}
#WEB_HEADER .head-wab-snav-wrap li.snav-qa {
  margin: 12px 10px 0 0;
}
#WEB_HEADER .head-wab-snav-wrap li.snav-qa a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  line-height: 1.1;
  color: #333333;
  font-size: 13px;
  box-sizing: border-box;
  text-decoration: none;
}
#WEB_HEADER .head-wab-snav-wrap li.snav-qa a:hover {
  color: #666666;
}
#WEB_HEADER .head-wab-snav-wrap li.snav-qa a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #85c10c;
}
#WEB_HEADER .head-wab-snav-wrap li.entry-btn a {
  display: block;
  width: 130px;
  height: 36px;
  padding-top: 8px;
  color: #ffffff;
  background-color: #ff9123;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#WEB_HEADER .head-wab-snav-wrap li.entry-btn a:hover {
  background-color: #ffad5b;
}
#WEB_HEADER .head-wab-snav-wrap li.login-btn a {
  display: block;
  width: 110px;
  height: 36px;
  padding-top: 5px;
  color: #ff9123;
  background-color: #ffffff;
  border: 2px solid #ff9123;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
#WEB_HEADER .head-wab-snav-wrap li.login-btn a:hover {
  border-color: #ffb523;
  color: #ffb523;
}
#WEB_HEADER .head-web-navi-area {
  height: 41px;
}
#WEB_HEADER .head-web-navi-wrap {
  margin: 0;
}
#WEB_HEADER .head-web-navi-wrap ul {
  overflow: hidden;
}
#WEB_HEADER .head-web-navi-wrap li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
  line-height: 1.5;
  box-sizing: border-box;
}
#WEB_HEADER .head-web-navi-wrap li.nav5 {
  padding-left: 15px;
  border-left: 1px solid #e7e7e7;
}
#WEB_HEADER .head-web-navi-wrap li a {
  display: block;
  padding: 0 0 8px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
#WEB_HEADER .head-web-navi-wrap li.nav1 a:hover {
  border-bottom: 3px solid #aac82d;
}
#WEB_HEADER .head-web-navi-wrap li.nav2 a:hover {
  border-bottom: 3px solid #f5788c;
}
#WEB_HEADER .head-web-navi-wrap li.nav3 a:hover {
  border-bottom: 3px solid #f5b70d;
}
#WEB_HEADER .head-web-navi-wrap li.nav4 a:hover {
  border-bottom: 3px solid #50bfe4;
}
#WEB_HEADER .head-web-navi-wrap li.nav5 a {
  padding-bottom: 0;
  height: 33px;
  background-color: #ffefde;
  border: 2px solid #ff9123;
  border-radius: 3px;
  box-sizing: border-box;
}
#WEB_HEADER .head-web-navi-wrap li.nav5 a:hover {
  border-color: #ffb523;
}
#WEB_HEADER .head-web-navi-wrap li a span {
  display: table-cell;
  padding: 0 0 0 48px;
  width: 100%;
  height: 33px;
  background-repeat: no-repeat;
  background-position: 10px 2px;
  border-left: 1px solid #e7e7e7;
  box-sizing: border-box;
  vertical-align: middle;
}
#WEB_HEADER .head-web-navi-wrap li.nav1 a span {
  background-image: url(/c/cmn/img/head_web_nav_ico1.png);
}
#WEB_HEADER .head-web-navi-wrap li.nav2 a span {
  background-image: url(/c/cmn/img/head_web_nav_ico2.png);
}
#WEB_HEADER .head-web-navi-wrap li.nav3 a span {
  padding-left: 60px;
  background-image: url(/c/cmn/img/head_web_nav_ico3.png);
}
#WEB_HEADER .head-web-navi-wrap li.nav4 a span {
  padding-left: 76px;
  background-image: url(/c/cmn/img/head_web_nav_ico4.png);
}
#WEB_HEADER .head-web-navi-wrap li.nav5 a span {
  padding: 5px 0 0 38px;
  height: auto;
  background-image: url(/c/cmn/img/head_web_p_ico.png);
  background-position: 10px 6px;
  border-left: 0;
}
#WEB_HEADER .head-web-navi-wrap li a:hover span {
  opacity: 0.8;
}

/*
======================================*/
/*= footer
======================================*/
/************** jp **************/
#JP_FOOTER {
  width: 100%;
  min-width: 980px;
}

#pagetop {
  width: 100%;
}
#pagetop .inner {
  margin: 0 auto;
  max-width: 950px;
}
#pagetop .inner p {
  padding-top: 8px;
  margin: 0;
}

html*#pagetop .inner p {
  display: block;
  width: 160px;
}

#pagetop .inner p a {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  background: #61482d;
}
#pagetop .inner p a:before {
  content: "";
  position: absolute;
  margin: -14px 0 0 -8px;
  top: 0;
  left: 50%;
  border: 8px solid transparent;
  border-bottom-color: #61482d;
}
#pagetop .inner p a:hover {
  background: #936D44;
}
#pagetop .inner p a:hover:before {
  border-bottom-color: #936D44;
}

#FOOT_TOP {
  width: 100%;
}

.footin {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 950px;
}

#FOOT_BOTTOM {
  background: #e1dcc8;
}

.footaside {
  padding-bottom: 20px;
  margin-left: -10px;
}
.footaside ul li {
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 1;
  border-right: 1px solid #584027;
  font-size: 12px;
}
.footaside ul li:last-child {
  border-right: none;
}
.footaside ul li a {
  color: #5e4c38;
  border-bottom: 1px dotted #61482D;
  text-decoration: none;
}
.footaside ul li a:hover {
  border: none;
}

.linkarea {
  float: left;
}

.pmsmark {
  margin-top: -5px;
  float: right;
}

.copyright {
  margin: 0;
  padding: 0 0 10px;
  line-height: 1.5;
  clear: both;
  color: #877a74;
  font-size: 12px;
}

/************** web **************/
#WEB_FOOTER {
  margin-top: 50px;
  width: 100%;
  min-width: 980px;
}
#WEB_FOOTER .footer-web-pagetop-wrap {
  position: relative;
  margin: 0 auto;
  width: 980px;
  text-align: right;
}
#WEB_FOOTER .footer-web-pagetop-wrap .foot-web-in {
  /*position: absolute;
  top: -40px;
  right: 0;*/
}
#WEB_FOOTER .footer-web-pagetop {
  display: block;
}
#WEB_FOOTER .footer-web-pagetop a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#WEB_FOOTER .footer-web-main-wrap {
  border-top: 3px solid #eeeeee;
}
#WEB_FOOTER .foot-web-in {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.foot-web-bottom-area {
  min-height: 120px;
}

#WEB_FOOTER .foot-web-navi-area {
  border-bottom: 1px solid #eeeeee;
}
#WEB_FOOTER .foot-web-navi-area ul {
  margin: 7px 70px 7px 0;
}
#WEB_FOOTER .foot-web-navi-area li {
  margin-bottom: 0.5em;
}
#WEB_FOOTER .foot-web-navi-area li:nth-child(2), #WEB_FOOTER .foot-web-navi-area li:nth-child(6) {
  border-right: 1px solid #eeeeee;
}
#WEB_FOOTER .foot-web-navi-area li a {
  padding: 0 10px;
  color: #0099cc;
  font-size: 12px;
}
#WEB_FOOTER .foot-web-navi-area li a i {
  color: #666666;
  font-size: 10px;
}
#WEB_FOOTER .foot-web-navi-area li a:hover {
  color: #00ccff;
  text-decoration: underline;
}
#WEB_FOOTER .foot-web-navi-area ul.notes {
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 10px;
  font-size: 1rem;
  color: #666666;
}
#WEB_FOOTER .foot-web-bottom-area .foot-logo1 {
  position: absolute;
  top: 0;
  right: 15px;
}
#WEB_FOOTER .foot-web-bottom-area .foot-logo2 {
  margin: 10px 10px 0;
}

/************** web header（簡易レスポンシブ用） **************/
.container-wrap #WEB_HEADER .sp {
  display: none;
}

@media screen and (max-width: 1009px) {
  .container-wrap.rsp #WEB_HEADER {
    min-width: initial;
    min-width: auto;
  }
  .container-wrap.rsp #WEB_HEADER .head-web-in {
    width: auto;
  }
}
@media screen and (max-width: 1009px) and (min-width: 768px) {
  .container-wrap.rsp #WEB_HEADER .head-web-logo-wrap .head-web-logo {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .container-wrap.rsp #WEB_HEADER {
    border-top: 3px solid #ff9123;
  }
  .container-wrap.rsp #WEB_HEADER .pc {
    display: none;
  }
  .container-wrap.rsp #WEB_HEADER .sp {
    display: block !important;
  }
  .container-wrap.rsp #WEB_HEADER .head-web-logo-wrap {
    margin: 5px 0 6px;
  }
  .container-wrap.rsp #WEB_HEADER .head-web-logo-wrap .head-web-logo {
    margin: 0 auto;
    max-width: 135px;
    width: 100%;
  }
  .container-wrap.rsp #WEB_HEADER .head-web-logo-wrap .head-web-logo a {
    display: block;
  }
  .container-wrap.rsp #WEB_HEADER .head-web-logo-wrap .logo-copy {
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #743a20;
    position: relative;
    width: auto;
    left: 0;
    display: block;
  }
  .container-wrap.rsp #WEB_HEADER .head-wab-snav-wrap {
    position: relative;
    display: none;
  }
  .container-wrap.rsp #WEB_HEADER .head-wab-snav-wrap li {
    float: none;
    text-align: right;
  }
  .container-wrap.rsp #WEB_HEADER .head-wab-snav-wrap li.snav-qa {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .container-wrap.rsp #WEB_HEADER .head-wab-snav-wrap li.snav-qa a::before {
    display: inline-block;
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
  }
}
.sec_7 {
  color: #666;
  line-height: 1.5;
  padding: 6rem 0 0;
}
.sec_7 h2,
.sec_7 h3 {
  font-weight: 500;
  color: #222;
}
.sec_7 h2 {
  font-size: 130%;
  margin-bottom: 1em;
}
.sec_7 h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_7 h2 {
    font-size: 120%;
  }
  .sec_7 h2 br {
    display: inline;
  }
}
.sec_7 h3 {
  font-size: 115%;
  margin-bottom: 1em;
  margin-top: 2.5rem;
}
.sec_7 small {
  opacity: 0.7;
  display: block;
  margin-top: 0.3em;
}
.sec_7 p,
.sec_7 small {
  letter-spacing: 0.04em;
}
.sec_7 li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.2em;
}
.sec_7 table {
  font-size: 95%;
}
@media screen and (max-width: 767px) {
  .sec_7 table {
    font-size: 85%;
  }
}
.sec_7 table tr {
  border: 1px solid #ccc;
}
.sec_7 table th,
.sec_7 table td {
  border: 1px solid #ccc;
  padding: 0.8em 1em;
}
@media screen and (max-width: 767px) {
  .sec_7 table th,
  .sec_7 table td {
    display: block;
    border: none;
  }
}
.sec_7 table th {
  text-align: left;
  vertical-align: top;
  color: #222;
  font-weight: 500;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .sec_7 table th {
    width: auto;
    padding: 0.4em 1em;
    background: #fafafa;
  }
}
.sec_7 table td p {
  text-indent: -1em;
  padding-left: 1em;
}
.sec_7 ul {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .sec_7 ul {
    font-size: 82%;
  }
}
