@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 sans-serif;
  text-rendering: auto;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.d-b {
  display: block;
}
.d-ib {
  display: inline-block;
}
.d-i {
  display: inline;
}

.f-l {
  float: left;
}
.f-r {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color-font {
  color: #4d4d4d;
}
.color-main {
  color: #f0831e;
}
.color-sub {
  color: #f6ae6a;
}
.color-accent {
  color: #cc3e55;
}
.color-attention {
  color: #d00;
}

.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}

ul {
  list-style-type: none;
}
ul.disc {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
ul.circle {
  list-style: circle;
  padding: 0 0 0 1.5em;
}
ul.square {
  list-style: square;
  padding: 0 0 0 1.5em;
}

ol {
  padding: 0 0 0 1.5em;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-default {
  display: inline-block;
  border-radius: 4px;
  padding: .5em 1em .35em;
  text-decoration: none;
}
.btn-default:hover {
  cursor: pointer;
}
.btn-l.btn-default {
  padding: .6em 3em .5em;
  font-size: 1.25em;
}
.btn-s.btn-default {
  font-size: .8em;
}

.btn-default {
  border: solid 1px #ccc;
  background-color: #f6f6f6;
  box-shadow: 0 3px 0 0 #b3b3b3;
  color: #333 !important;
  text-align: center;
}
.btn-default:hover {
  background-color: #fcfcfc;
}
.btn-default:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
.btn-main {
  border: solid 1px #f0831e;
  background-color: #f0831e;
  box-shadow: 0 3px 0 0 #c26a19;
  color: #fff !important;
}
.btn-main:hover {
  background-color: #f39d4e;
}
.btn-main:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
.btn-sub {
  border: solid 1px #f6ae6a;
  background-color: #f6ae6a;
  box-shadow: 0 3px 0 0 #e99444;
  color: #fff !important;
}
.btn-sub:hover {
  background-color: #f9c89a;
}
.btn-sub:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
.btn-accent {
  border: solid 1px #cc3e55;
  background-color: #cc3e55;
  box-shadow: 0 3px 0 0 #9f3848;
  color: #fff !important;
}
.btn-accent:hover {
  background-color: #d76679;
}
.btn-accent:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}

textarea, input, select {
  padding: 3px;
}

[type="submit"], button {
  cursor: pointer;
}

[type="text"],
[type="password"],
[type="email"],
[type="url"],
[type="number"],
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fbfbfb;
}
[type="text"]:focus,
[type="password"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #999;
  background-color: #fefefe;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #4d4d4d;
  font-family: Helvetica-Light, "Helvetica Light", Helvetica, YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

input, select, option, textarea {
  font-family: Helvetica-Light, "Helvetica Light", Helvetica, YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

a, a * {
  -webkit-transition-property: color, border-color, background-color, opacity;
  transition-property: color, border-color, background-color, opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a {
  color: #f0831e;
  text-decoration: none;
}
a:visited {
  color: #f29036;
}
a:hover {
  outline: 0;
  color: #e5760f;
  text-decoration: underline;
}
a:active {
  outline: 0;
  color: #cc3e55;
}

::-moz-selection {
  background-color: #cd6a0e;
  color: #fff;
}

::selection {
  background-color: #cd6a0e;
  color: #fff;
}

.l-inner {
  margin: 0 auto;
  max-width: 960px;
}

.logo-main {
  width: 100%;
  margin: 0 auto;
}
.logo-main #hero-img {
  /*		background:url(../images/common/candle.png) no-repeat right;*/
}

.page-title {
  text-align: left;
  font-size: 40px;
  color: #666;
  margin: 30px 0 60px;
}

#no-img a {
  color: #666;
  font-weight: bold;
}

.content-main {
  margin: 0 auto;
}

.breadcrumbs {
  margin-bottom: 60px;
  border-top: 1px solid #ccc;
  text-align: right;
}

.tit-big {
  position: relative;
  padding-top: .5em;
  border-top: 4px solid #ccc;
  font-size: 24px;
  margin: 0 0 40px;
  color: #666;
}
.tit-big::after {
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #f0831e;
}

#melmage-profile dl {
  width: 100%;
  overflow: hidden;
}
#melmage-profile dl dt {
  float: left;
  border-top: 1px solid #ccc;
  width: 22%;
  padding: 20px 10px;
  color: #999;
  font-size: 14px;
}
#melmage-profile dl dt.last {
  border-bottom: 1px solid #ccc;
}
#melmage-profile dl dd {
  float: left;
  border-top: 1px solid #ccc;
  width: 27%;
  padding: 20px 10px;
  border-right: 20px solid #fff;
}
#melmage-profile dl dd.last {
  border-bottom: 1px solid #ccc;
}
#melmage-profile ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
}
#melmage-profile ul li {
  float: left;
  width: 33%;
  padding: 20px 10px;
  border-right: 20px solid #fff;
  text-align: center;
}

#melmaga-button {
  text-align: center;
  margin-bottom: 60px;
}
#melmaga-button a.btn-main {
  padding: 10px 82px;
  margin-bottom: 200px;
}
#melmaga-button .domain-link {
  margin-top: 20px;
}

#melmaga-form-box {
  margin-top: 60px;
  overflow: hidden;
}
#melmaga-form-box #form-box-email {
  width: 60%;
  float: left;
  margin-bottom: 40px;
}
#melmaga-form-box #form-box-email input {
  float: left;
  width: 100%;
}

.form__example {
  color: #ccc;
}

.site-description {
  text-align: left;
  line-height: 32px;
  margin-bottom: 60px;
}

.form__button input {
  margin: 0 0 0 20px;
  padding: 5px 20px;
}

#back_number .tit-big span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
#back_number ul {
  border-top: 1px dashed #999;
  margin-bottom: 40px;
}
#back_number li {
  border-bottom: 1px dashed #999;
  padding: 10px 0;
}
#back_number li span {
  color: #999;
  font-size: 14px;
  margin-right: 20px;
}

#ml-content {
  margin-bottom: 20px;
  padding: 10px;
}

#pager {
  text-align: center;
  clear: both;
}
#pager a {
  padding: 10px;
  margin: 10px;
}

.page-footer {
  margin: 60px auto 0;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 10px solid #f0831e;
}
.page-footer #site-nav li {
  float: left;
  margin-right: 10px;
}
.page-footer #site-nav li a {
  padding: 10px 14px;
  color: #666;
  display: block;
  background: #eee;
  border: 1px solid #ccc;
}

.copyright {
  text-align: right;
  margin-top: 20px;
}
.copyright small {
  font-size: 1.2rem;
}

@media only screen and (max-width: 589px) {
  .logo-main #hero-img {
    background: none;
  }
  .logo-main #hero-img .page-title {
    font-size: 30px;
    margin: 10px 10px;
  }
  .logo-main #hero-img p {
    padding: 0 10px;
  }
  .logo-main #no-img .page-title {
    font-size: 30px;
    margin: 20px 10px 50px;
  }

  .site-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  #melmage-profile dt {
    clear: both;
    width: 40% !important;
    padding: 2px 10px !important;
  }
  #melmage-profile dd {
    width: 60% !important;
    padding: 2px !important;
  }
  #melmage-profile ul {
    border-bottom: 1px solid #ccc;
  }
  #melmage-profile ul li {
    width: auto;
    padding: 5px 20px 5px 10px !important;
    font-size: 13px;
    border-right: none;
    border-bottom: none;
    text-align: left;
  }

  #melmaga-form-box {
    margin-top: 10px;
    overflow: hidden;
  }
  #melmaga-form-box .tit-big {
    margin: 0;
    font-size: 16px;
    padding-left: 10px;
  }
  #melmaga-form-box #form-box-email {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  #melmaga-form-box #form-box-email .form__example {
    font-size: 12px;
  }

  .form__button {
    text-align: center;
    margin-bottom: 10px;
  }
  .form__button .btn-main {
    margin: 0 10px;
  }
  .form__button input {
    width: 118px;
  }

  #melmaga-button {
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    padding-top: 18px;
  }
  #melmaga-button .domain-link {
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }

  #back_number .tit-big {
    margin: 0;
    padding-left: 10px;
    font-size: 16px;
  }
  #back_number .tit-big span {
    display: block;
    font-size: 12px;
    margin-left: 0px;
  }
  #back_number li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #back_number li span {
    display: block;
  }

  .page-footer #site-nav {
    overflow: hidden;
  }

  .copyright {
    margin-top: 10px;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
