@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: Hiragino Kaku Gothic W8 JIS2004, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 640px) {
  html, body {
    font-size: 14px;
  }
}

body {
  background: url(../images/common/common_contents_bg01.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  body {
    background: none;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/common/common_contents_bg01.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    z-index: -1;
  }
}


.kakomi{
  width: 450px;
  padding: 15px;
  background-color:#FFFFFF;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
  margin:0 auto;
  margin-top:25px;
  margin-bottom:25px;
  border-radius: 25px;
}

a {
  color: #ff5d47;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.clrF::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea {
  background: #ffcfc3;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 97px;
}

#contentsArea .mainVisual {
  width: 476px;
  margin: 0 auto 49px;
  height: 488px;
  position: relative;
}

#contentsArea .mainVisual h1 {
  width: 474px;
  position: absolute;
  top: 2px;
  left: 0;
}

#contentsArea .mainVisual .text01 {
  width: 94px;
  position: absolute;
  top: 0;
  right: 32px;
}

#contentsArea .mainVisual .text01 a {
  display: block;
}

#contentsArea .mainVisual .text01 a:hover {
  opacity: .7;
}

#contentsArea .mainVisual .text02 {
  width: 476px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#contentsArea .commonBlock01 {
  padding-bottom: 118px;
}

#contentsArea .commonBlock01 .text {
  text-align: center;
}

#contentsArea .commonBlock01 .text p {
  color: #2e3192;
  font-size: 1rem;
  line-height: 1.79;
  letter-spacing: .12em;
}

#contentsArea .commonBlock01.type02 {
  padding-bottom: 59px;
}

#contentsArea .listBlock01 {
  background: #ffe1d9;
  padding: 42px 0 78px;
}

#contentsArea .listBlock01 ul {
  width: 89.33333%;
  margin: 0 auto;
}

#contentsArea .listBlock01 ul li {
  float: left;
  width: 31.04478%;
  margin: 22px 3.43284% 0 0;
  position: relative;
}

#contentsArea .listBlock01 ul li.close {
  opacity: .5;
}

#contentsArea .listBlock01 ul li.close::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contentsArea .listBlock01 ul li:nth-child(-n+3) {
  margin-top: 0;
}

#contentsArea .listBlock01 ul li:nth-child(3n) {
  margin-right: 0;
}

#contentsArea .listBlock01 ul li:nth-child(3n+1) {
  clear: left;
}

#contentsArea .listBlock01 ul li a {
  display: block;
}

#contentsArea .listBlock01 ul li a:hover {
  transform: rotate(10deg);
}

@media screen and (max-width: 640px) {
  #contentsArea {
    padding-top: 0;
    background: none;
  }
  #contentsArea .mainVisual {
    width: auto;
    background: #ffcfc3 url(../images/common/common_contents_img01.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding: 11.5625vw 0 52.1875vw;
    height: auto;
    margin-bottom: 0;
  }
  #contentsArea .mainVisual > .inner {
    width: 84.375%;
    margin: 0 auto 8.59375vw;
    padding-top: 86.5625vw;
    position: relative;
  }
  #contentsArea .mainVisual h1 {
    width: 84.375vw;
    top: 0.3125vw;
    left: 0.9375vw;
  }
  #contentsArea .mainVisual .text01 {
    width: 16.71875vw;
    right: 4.84375vw;
  }
  #contentsArea .mainVisual .text02 {
    width: 84.375vw;
  }
  #contentsArea .commonBlock01 {
    width: 90%;
    margin: -21px auto 0;
    background: #ffcfc3;
    position: relative;
    padding-bottom: 2px;
  }
  #contentsArea .commonBlock01 .text {
    padding: 11px 6.42361% 15px;
    text-align: left;
  }
  #contentsArea .commonBlock01 .text p {
    color: #2e3192;
    font-size: 0.929rem;
    line-height: 2.03;
  }
  #contentsArea .commonBlock01.type02 {
    padding-bottom: 0;
  }
  #contentsArea .listBlock01 {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 28px 5.55556% 48px;
  }
  #contentsArea .listBlock01 ul {
    width: auto;
    margin: 0 auto;
  }
  #contentsArea .listBlock01 ul li {
    float: left;
    width: 47.22222%;
    margin: 14px 5.5554% 0 0;
  }
  #contentsArea .listBlock01 ul li:nth-child(-n+3) {
    margin-top: 14px;
  }
  #contentsArea .listBlock01 ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  #contentsArea .listBlock01 ul li:nth-child(3n) {
    margin-right: 5.5554%;
  }
  #contentsArea .listBlock01 ul li:nth-child(2n) {
    margin-right: 0;
  }
  #contentsArea .listBlock01 ul li:nth-child(3n+1) {
    clear: none;
  }
  #contentsArea .listBlock01 ul li:nth-child(2n+1) {
    clear: left;
  }
}

/* detailArea */
#detailArea {
  background: #ffe0d9;
  font-family: Hiragino Kaku Gothic W3 JIS2004, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#detailArea .navBlock01 {
  padding: 32px 0 16px;
  position: relative;
}

#detailArea .navBlock01::before, #detailArea .navBlock01::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(../images/common/common_contents_line01.png) repeat-x 0 0;
  background-size: 5.5px auto;
  position: absolute;
  left: 0;
}

#detailArea .navBlock01::before {
  top: -1px;
}

#detailArea .navBlock01::after {
  bottom: -1px;
}

#detailArea .navBlock01 ul {
  width: 88.8%;
  margin: 0 auto;
}

#detailArea .navBlock01 ul li {
  float: left;
}

#detailArea .navBlock01 ul li.hide {
  position: relative;
  opacity: 0;
  z-index: -1;
}

#detailArea .navBlock01 ul li a {
  display: block;
}

#detailArea .navBlock01 ul li a:hover {
  opacity: .7;
}

#detailArea .navBlock01 ul .previous {
  width: 10.14%;
  margin-right: 33.89%;
}

#detailArea .navBlock01 ul .menu {
  width: 11.94%;
  margin-right: 33.89%;
}

#detailArea .navBlock01 ul .next {
  width: 10.14%;
}

#detailArea .articleBlock01 {
  padding: 59px 0 122px;
  width: 620px;
  margin: 0 auto;
}

#detailArea .articleBlock01 .heading {
  width: 520px;
  margin: 0 auto 82px;
}

#detailArea .articleBlock01 .heading h2 img {
  display: block;
}

#detailArea .articleBlock01 dl {
  padding: 0;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: .08em;
  margin-bottom: 29px;
  color: #000;
}

#detailArea .articleBlock01 dl .color01 {
  color: #2e3192;
}

#detailArea .articleBlock01 dl .color02 {
  color: #736357;
}

#detailArea .articleBlock01 dl .color03 {
  color: #006837;
}

#detailArea .articleBlock01 dl::after {
  content: "";
  display: block;
  clear: both;
}

#detailArea .articleBlock01 dl dt {
  float: left;
  width: 143px;
  text-align: right;
}

#detailArea .articleBlock01 dl dd {
  margin-left: 167px;
}

#detailArea .articleBlock01 dl dd a {
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  margin: 0 3px;
}

#detailArea .articleBlock01 dl dd a.type02 {
  background: none;
  display: inline;
  padding: 0;
  margin: 0;
}

#detailArea .articleBlock01 .image {
  width: 520px;
  margin: 75px auto 82px;
}

#detailArea .articleBlock01 .image img {
  display: block;
}

#detailArea .articleBlock01 .comment {
  margin-top: 51px;
  font-size: 1.125rem;
  text-align: center;
}

#detailArea .asideBlock01 {
  width: 550px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 70px 66px 60px;
  position: relative;
}

#detailArea .asideBlock01 .heading {
  position: absolute;
  width: 260px;
  top: -39px;
  left: -28px;
}

#detailArea .asideBlock01 ul {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: .08em;
}

#detailArea .asideBlock01 ul li {
  margin-bottom: 21px;
  padding-top: 20px;
}

#detailArea .asideBlock01 ul li:last-child {
  margin-bottom: 0;
}

#detailArea .asideBlock01 ul li dl dt {
  display: inline-block;
  padding: 8px 7px 6px;
  background: #ff5d46;
  color: #fff;
  margin-bottom: 9px;
  line-height: 1;
}

#detailArea .asideBlock01 ul li dl dt a {
  color: #fff;
}

#detailArea .asideBlock01 ul li dl dd {
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  #detailArea {
    width: 90%;
    margin: 0 auto;
  }
  #detailArea .navBlock01 {
    padding: 12px 0 6px;
  }
  #detailArea .navBlock01::before, #detailArea .navBlock01::after {
    height: 2px;
    background-size: 2.5px auto;
  }
  #detailArea .navBlock01 ul .previous {
    width: 14%;
    margin-right: 27.5%;
  }
  #detailArea .navBlock01 ul .menu {
    width: 17%;
    margin-right: 27.5%;
  }
  #detailArea .navBlock01 ul .next {
    width: 14%;
  }
  #detailArea .articleBlock01 {
    padding: 31px 0 70px;
    width: auto;
  }
  #detailArea .articleBlock01 .heading {
    width: 90.27%;
    margin: 0 auto 26px;
  }
  #detailArea .articleBlock01 dl {
    width: 85%;
    margin: 0 auto 30px;
    font-size: 0.929rem;
    line-height: 1.75;
  }
  #detailArea .articleBlock01 dl dt {
    float: none;
    width: auto;
    text-align: left;
  }
  #detailArea .articleBlock01 dl dd {
    margin-left: 0;
  }
  #detailArea .articleBlock01 .image {
    width: auto;
    margin: 20px auto 25px;
  }
  #detailArea .articleBlock01 .comment {
    margin-top: 15px;
    font-size: 0.929rem;
  }
  #detailArea .asideBlock01 {
    width: auto;
    margin: 0;
    border-radius: 0;
    padding: 12px 0 18px;
  }
  #detailArea .asideBlock01 .heading {
    width: 130px;
    top: -30px;
    left: auto;
    right: 5.729%;
  }
  #detailArea .asideBlock01 ul {
    width: 85%;
    margin: 0 auto;
    font-size: 0.929rem;
  }
  #detailArea .asideBlock01 ul li {
    margin-bottom: 11px;
    padding-top: 10px;
  }
  #detailArea .asideBlock01 ul li:last-child {
    margin-bottom: 0;
  }
  #detailArea .asideBlock01 ul li dl dt {
    padding: 4px 3px 3px;
    margin-bottom: 4px;
  }
  #detailArea .asideBlock01 ul li dl dd {
    margin-left: 0;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footerArea {
  background: #ff7268;
  max-width: 750px;
  margin: 0 auto;
  padding: 75px 0 45px;
}

#footerArea ul {
  width: 491px;
  margin: 0 auto 70px;
}

#footerArea ul li {
  width: 69px;
  margin-right: 70px;
  float: left;
}

#footerArea ul li:first-child {
  margin-left: 5px;
}

#footerArea ul li:last-child {
  margin-right: 0;
}

#footerArea ul li a {
  display: block;
}

#footerArea ul li a:hover {
  opacity: .7;
}

#footerArea #copyright {
  font-size: 0.688rem;
  color: #fff;
  text-align: center;
  letter-spacing: .22em;
}

@media screen and (max-width: 640px) {
  #footerArea {
    width: 90%;
    box-sizing: border-box;
    padding: 44px 6.42361% 24px;
  }
  #footerArea ul {
    width: auto;
    margin: 0 auto 37px;
  }
  #footerArea ul li {
    width: 13.49%;
    margin-right: 15%;
  }
  #footerArea ul li:first-child {
    margin-left: 1.04%;
  }
  #footerArea ul li:last-child {
    margin-right: 0;
  }
  #footerArea ul li a {
    display: block;
  }
  #footerArea ul li a:hover {
    opacity: .7;
  }
  #footerArea #copyright {
    font-size: 0.643rem;
  }

.kakomi{
  width: 80%;
  }
  
