@charset "UTF-8";
/* ================================================== *
 *
 *	  RESET
 *
 * ================================================== */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 75%;
  font-size: 81.3%;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ================================================== *
 *
 *	BASE
 *
 * ================================================== */
body {
  min-width: 960px;
  font-size: 81.3%;
  color: #4a2804;
  background: url(../img/bg_pattern.png) 0 0 repeat;
}

@media (max-width: 767px) {
  body {
    width: 768px;
    min-width: inherit;
  }
}
/* ------------------------------------------------- *
 *        clearfix
 * ------------------------------------------------- */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ------------------------------------------------- *
 *        linkColor
 * ------------------------------------------------- */
a:visited,
a:link {
  color: #4a2804;
}

a:active,
a:hover {
  color: #4a2804;
  text-decoration: none;
}

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

@media (max-width: 767px) {
  .mt10 {
    margin-top: 15px !important;
  }

  .mt20 {
    margin-top: 30px !important;
  }

  .mt30 {
    margin-top: 45px !important;
  }

  .mt40 {
    margin-top: 60px !important;
  }
}
/* ================================================== *
 *
 *    AREA
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        areaContents
 * ------------------------------------------------- */
.areaContents {
  width: 864px;
  margin: 10px auto 20px;
  padding-top: 34px;
  background: url(../img/bg_frame_top.png) 0 0 no-repeat;
}

.areaContents__inner {
  padding-bottom: 34px;
  background: url(../img/bg_frame_bottom.png) 0 bottom no-repeat;
}

.areaContents__subInner {
  padding: 20px 78px 50px 63px;
  background: url(../img/bg_frame_middle.png) 0 0 repeat-y;
}

@media (max-width: 767px) {
  .areaContents {
    width: 768px;
    background: white;
    margin: 0;
  }

  .areaContents__inner {
    padding: 0;
    background: none;
  }

  .areaContents__subInner {
    padding: 0 20px 40px;
    background: none;
  }
}
/* ================================================== *
 *
 *    FRAME
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        frameType1
 * ------------------------------------------------- */
.frameType1 {
  background: #f1eee9;
}

.frameType1__inner {
  padding: 25px;
}

@media (max-width: 767px) {
  .frameType1__inner {
    padding: 40px;
  }
}
/* ================================================== *
 *
 *    TITLE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        titleType1
 * ------------------------------------------------- */
.titleType1 {
  font-size: 123.1%;
  border-left: 7px solid #bfb2a4;
  padding: 20px 10px;
}

.titleType1__subTitle {
  display: block;
  font-weight: normal;
  margin-left: -6px;
  font-size: 76.9%;
}

@media (max-width: 767px) {
  .titleType1 {
    padding: 10px 10px;
    font-size: 246.2%;
    border-left: 10px solid #bfb2a4;
  }

  .titleType1__subTitle {
    margin-left: 0;
    display: inline;
  }
}
/* ------------------------------------------------- *
 *        titleType2
 * ------------------------------------------------- */
.titleType2 {
  font-size: 123.1%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .titleType2 {
    font-size: 230.8%;
  }
}
/* ------------------------------------------------- *
 *        titleType3
 * ------------------------------------------------- */
.titleType3 {
  text-align: center;
  border-top: 6px solid #4a2804;
}
.titleType3 img {
  width: 140px;
  height: auto;
}

@media (max-width: 767px) {
  .titleType3 {
    padding: 10px 0;
    border-top: 10px solid #4a2804;
  }
  .titleType3 img {
    width: auto;
    height: auto;
  }
}
/* ------------------------------------------------- *
 *        titleType4
 * ------------------------------------------------- */
.titleType4 {
  font-size: 123.1%;
  background: url(../img/icon_question.png) 0 center no-repeat;
  padding: 15px 0 15px 40px;
  border-top: 2px solid #4a2804;
}

@media (max-width: 767px) {
  .titleType4 {
    font-size: 246.2%;
    background: url(../img/icon_question_large.png) 0 center no-repeat;
    padding: 30px 0 30px 80px;
  }
}
/* ------------------------------------------------- *
 *        titleType5
 * ------------------------------------------------- */
.titleType5 {
  border-top: 6px solid #4a2804;
}

.titleType5__logo {
  width: 12.6%;
  padding: 2%;
  float: left;
  text-align: center;
}
.titleType5__logo img {
  width: 100%;
  height: auto;
}

.titleType5__logo--disabled {
  width: 12.6%;
  padding: 2%;
  float: left;
  text-align: center;
  -ms-filter: "alpha( opacity=20 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  zoom: 1;
}
.titleType5__logo--disabled img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .titleType5__logo {
    width: 29.3%;
  }
  .titleType5__logo:nth-of-type(6), .titleType5__logo:nth-of-type(5), .titleType5__logo:nth-of-type(4) {
    margin-top: -20px;
  }

  .titleType5__logo--disabled {
    width: 29.3%;
  }
  .titleType5__logo--disabled:nth-of-type(6), .titleType5__logo--disabled:nth-of-type(5), .titleType5__logo--disabled:nth-of-type(4) {
    margin-top: -20px;
  }
}
/* ================================================== *
 *
 *    TEXT
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        text
 * ------------------------------------------------- */
.paragraph p {
  margin-top: 20px;
}
.paragraph p:first-child {
  margin-top: 0;
}

.paragraph.alignR {
  text-align: right;
}
.paragraph.alignC {
  text-align: center;
}
.paragraph.fBold {
  font-weight: bold;
}
.paragraph.fSize24 {
  font-size: 184.6%;
}

@media (max-width: 767px) {
  .paragraph {
    font-size: 200%;
  }

  .paragraph.fSize24 {
    font-size: 276.9%;
  }
}
/* ================================================== *
 *
 *    LINK
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        linkType1
 * ------------------------------------------------- */
.linkType1 {
  font-size: 100%;
  display: block;
  padding: 5px 0 5px 35px;
  background: url(../img/icon_arrow_right.png) 0 center no-repeat;
  _zoom: 1;
}

@media (max-width: 767px) {
  .linkType1 {
    font-size: 200%;
  }
}
/* ================================================== *
 *
 *    BUTTON
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        btnType1
 * ------------------------------------------------- */
.btnType1 {
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 25px 50px;
  background: #4a2804;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.btnType1:visited, .btnType1:link {
  color: white;
  text-decoration: none;
}
.btnType1:active, .btnType1:hover {
  color: white;
  text-decoration: none;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}

.btnType1__label {
  padding-left: 30px;
  background: url(../img/icon_mail.png) 0px center no-repeat;
}

@media (max-width: 767px) {
  .btnType1 {
    padding: 39px 50px;
    font-size: 230.7%;
  }

  .btnType1__label {
    padding-left: 50px;
    background: url(../img/icon_mail_large.png) 0px center no-repeat;
  }
}
/* ------------------------------------------------- *
 *        btnType2
 * ------------------------------------------------- */
.btnType2 {
  width: 240px;
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  font-size: 107.7%;
  background: #e2dcd4;
  text-align: center;
  margin: 0 auto;
}
.btnType2:visited, .btnType2:link {
  color: #4a2804;
  text-decoration: none;
}
.btnType2:active, .btnType2:hover {
  color: #4a2804;
  text-decoration: none;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}

.btnType2__label {
  padding: 10px 0 10px 35px;
  background: url(../img/icon_arrow2_left.png) 0px center no-repeat;
}

@media (max-width: 767px) {
  .btnType2 {
    width: 360px;
    font-size: 215.4%;
    padding: 30px 0;
  }

  .btnType2__label {
    padding: 15px 0 15px 35px;
  }
}
/* ================================================== *
 *
 *    FORM
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        formType1
 * ------------------------------------------------- */
.formType1 {
  position: relative;
  _zoom: 1;
}

.formType1__input {
  width: 389px;
  border: 0;
  outline: 0;
  border: 2px solid #bfb2a4;
  padding: 10px 80px 10px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: white;
}

.formType1__btnSubmit {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .formType1__input {
    font-size: 200%;
    width: 100%;
    font-size: 230.7%;
    padding: 30px 136px 30px 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .formType1__btnSubmit {
    width: auto;
    height: auto;
    right: 16px;
    margin-top: -40px;
  }
}
/* ================================================== *
 *
 *    BOX
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
.header .btnType1 {
  float: right;
  margin-top: 5px;
}

.header__logo {
  float: left;
}
.header__logo img {
  width: auto;
  height: 80px;
}

@media (max-width: 767px) {
  .header__logo img {
    width: auto;
    height: auto;
  }
}
/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
.footer {
  font-size: 123.1%;
  text-align: center;
}

.footer__copy {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer {
    font-size: 184.65%;
  }
}
/* ------------------------------------------------- *
 *        boxType1
 * ------------------------------------------------- */
.boxType1__title {
  float: left;
}
.boxType1__title img {
  width: 100px;
  height: auto;
}

.boxType1__keyword {
  float: left;
  line-height: 28px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .boxType1__title img {
    width: auto;
    height: auto;
  }

  .boxType1__keyword {
    font-size: 200%;
    line-height: 50px;
  }
}
/* ------------------------------------------------- *
 *        boxType2
 * ------------------------------------------------- */
.boxType2__unit:first-child {
  margin-top: 0;
}

/* ------------------------------------------------- *
 *        boxType3
 * ------------------------------------------------- */
.boxType3 {
  border-top: 6px solid #4a2804;
  border-bottom: 6px solid #4a2804;
}

.boxType3__unit {
  position: relative;
  padding: 25px 20px;
  border-top: 2px dotted #cccccc;
}
.boxType3__unit:first-child {
  border-style: none;
}

.boxType3__img {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -47px;
}

.boxType3__body {
  padding-left: 230px;
}

/* ------------------------------------------------- *
 *        boxType4
 * ------------------------------------------------- */
.boxType4 .frameType1 {
  display: none;
}

.boxType4__unit {
  border-bottom: 2px dotted #cccccc;
}
.boxType4__unit:first-child {
  border-top: 2px solid #cccccc;
}

.boxType4__subInner {
  padding-right: 40px;
  background: url(../img/icon_arrow4_bottom.png) right center no-repeat;
}

.boxType4__subInner--active {
  padding-right: 40px;
  background: url(../img/icon_arrow4_top.png) right center no-repeat;
}

.boxType4__label {
  margin-bottom: 10px;
}

.boxType4__labelInner {
  color: #ff6600;
  border: 2px solid #ff6600;
  padding: 5px 10px;
}

.boxType4__title {
  font-size: 107.7%;
  padding-right: 20px;
}

.boxType4__link {
  display: block;
  text-decoration: none;
  padding: 20px 25px 15px 25px;
}

@media (max-width: 767px) {
  .boxType4__inner {
    padding: 25px 25px 20px 25px;
  }

  .boxType4__labelInner {
    font-size: 200%;
  }

  .boxType4__title {
    font-size: 215.4%;
  }
}
/* ------------------------------------------------- *
 *        boxType5
 * ------------------------------------------------- */
.boxType5 h2 {
  font-size: 115.4%;
  border-left: 7px solid #f7d92f;
  padding: 5px 10px;
  margin-top: 20px;
}
.boxType5 h2:first-child {
  margin-top: 0;
}
.boxType5 h3 {
  padding-left: 25px;
  background: url(../img/icon_arrow3_bottom.png) 0 0 no-repeat;
  margin-top: 20px;
}
.boxType5 p {
  margin-top: 20px;
}
.boxType5 ul {
  margin-top: 20px;
}
.boxType5 li {
  background: #f9f8f6;
  margin-top: 2px;
  padding: 15px;
}
.boxType5 dl {
  margin: 30px 0;
}
.boxType5 dt {
  font-weight: bold;
  margin-top: 20px;
  font-size: 107.7%;
  border-left: 3px solid #e2dcd4;
  padding: 3px 10px;
}
.boxType5 dd {
  margin-top: 5px;
  margin-left: 15px;
}
.boxType5 table {
  margin: 30px 0;
  width: 100%;
  border-right: 1px solid #e2dcd4;
  border-bottom: 1px solid #e2dcd4;
}
.boxType5 th {
  border-left: 1px solid #e2dcd4;
  border-top: 1px solid #e2dcd4;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
}
.boxType5 td {
  border-left: 1px solid #e2dcd4;
  border-top: 1px solid #e2dcd4;
  padding: 15px;
}

@media (max-width: 767px) {
  .boxType5 h2 {
    margin-top: 40px;
    font-size: 230.8%;
  }
  .boxType5 h3 {
    font-size: 200%;
    padding-left: 35px;
    background: url(../img/icon_arrow3_bottom_large.png) 0 10px no-repeat;
  }
  .boxType5 p {
    font-size: 200%;
    margin-top: 30px;
  }
  .boxType5 ul {
    margin-top: 30px;
  }
  .boxType5 li {
    font-size: 200%;
    padding: 22.5px;
  }
  .boxType5 dl {
    margin: 45px 0;
  }
  .boxType5 dt {
    margin-top: 30px;
    font-size: 215.4%;
    border-left: 6px solid #e2dcd4;
    padding: 4.5px 15px;
  }
  .boxType5 dd {
    margin-top: 7.5px;
    margin-left: 22.5px;
    font-size: 200%;
  }
  .boxType5 table {
    margin: 45px 0;
    width: 100%;
    border-right: 1.5px solid #e2dcd4;
    border-bottom: 1.5px solid #e2dcd4;
    font-size: 200%;
  }
  .boxType5 th {
    border-left: 1.5px solid #e2dcd4;
    border-top: 1.5px solid #e2dcd4;
    padding: 22.5px;
    background: rgba(255, 255, 255, 0.7);
  }
  .boxType5 td {
    border-left: 1.5px solid #e2dcd4;
    border-top: 1.5px solid #e2dcd4;
    padding: 22.5px;
  }
}
/* ------------------------------------------------- *
 *        boxType6
 * ------------------------------------------------- */
.boxType6 {
  padding: 25px 30px 30px 30px;
  border-top: 1px dotted #a8a6a3;
}

.boxType6__title {
  float: left;
  margin-right: 10px;
}
.boxType6__title img {
  width: 50px;
  height: auto;
}

.boxType6__labelList {
  overflow: hidden;
  line-height: 2;
}

.boxType6__labelName {
  display: block;
  float: left;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .boxType6__title {
    margin: 6px 20px 0 0;
  }
  .boxType6__title img {
    width: auto;
    height: auto;
  }

  .boxType6__labelList {
    margin-top: 8px;
    line-height: 1.5;
  }

  .boxType6__labelName {
    font-size: 200%;
  }
}
/* ------------------------------------------------- *
 *        boxType7
 * ------------------------------------------------- */
.boxType7__left {
  width: 180px;
  float: left;
}

.boxType7__right {
  width: 493px;
  float: left;
}

@media (max-width: 767px) {
  .boxType7 .formType1 {
    margin-top: 20px;
  }

  .boxType7__left {
    width: 100%;
    float: none;
  }

  .boxType7__right {
    width: 100%;
    float: none;
  }
}
/* ================================================== *
 *
 *    DEMO
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        blkPageList
 * ------------------------------------------------- */
.blkPageList {
  margin: 50px;
}

.blkPageList__pageName {
  list-style-type: decimal;
}

/* ------------------------------------------------- *
 *        blkPageDemo
 * ------------------------------------------------- */
.blkPageDemo--top {
  text-align: center;
  background: url(../../demo/index_bg.jpg) center 0 no-repeat;
}

.blkPageDemo--topPc {
  text-align: center;
  background: url(../../demo/top_pc_bg.jpg) center 0 no-repeat;
}

.blkPageDemo--category {
  text-align: center;
  background: url(../../demo/category_bg.jpg) center 0 no-repeat;
}

.blkPageDemo--detail {
  text-align: center;
  background: url(../../demo/detail_bg.jpg) center 0 no-repeat;
}
