@charset "UTF-8";
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("http://www.palcloset.jp/shared/pc_pal/free_page/170414_amazonpay/fonts/NotoSansCJKjp-Regular.eot");
  src: url("http://www.palcloset.jp/shared/pc_pal/free_page/170414_amazonpay/fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("http://www.palcloset.jp/shared/pc_pal/free_page/170414_amazonpay/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("http://www.palcloset.jp/shared/pc_pal/free_page/170414_amazonpay/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("http://www.palcloset.jp/shared/pc_pal/free_page/170414_amazonpay/fonts/NotoSansCJKjp-Bold.eot");
  src: url("http://www.palcloset.jp/shared/pc_pal/free_page/170414_amazonpay/fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("http://www.palcloset.jp/shared/pc_pal/free_page/170414_amazonpay/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("http://www.palcloset.jp/shared/pc_pal/free_page/170414_amazonpay/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }
/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
div#palclosetPlan {
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  max-width: 1060px;
  width: 100%;
  margin: auto;
  line-height: 1.6; }

div#mainArea p {
  font-weight: 700; }
div#mainArea ul {
  background: #eee; }
div#mainArea ul li:first-child {
  margin-top: 0px; }

div#contentArea h3 {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0 !important; }
div#contentArea h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000; }
div#contentArea h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left; }
div#contentArea ul {
  margin: auto;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px 0; }
div#contentArea ul li {
  display: table-cell;
  text-align: center; }
div#contentArea ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  display: block; }
div#contentArea ul li a:hover {
  background: #000;
  color: #fff;
  display: block; }
div#contentArea div {
  text-align: center; }
div#contentArea div h4 {
  font-weight: 700;
  text-align: center; }
div#contentArea div h4 span {
  border-bottom: 2px solid #000; }
div#contentArea div p a {
  font-weight: 700;
  color: #000; }
div#contentArea div.arrowDown {
  text-align: center;
  color: #f98248; }

div#btnAll {
  background: #f98248;
  padding: 10px 25px;
  color: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  text-align: center; }
div#btnAll a {
  color: #fff;
  text-decoration: none;
  font-weight: 700; }

/* PC
--------------------------------------*/
@media screen and (min-width: 768px) {
  div#mainArea p {
    text-align: center;
    font-size: 18px;
    margin: 30px auto 30px; }
  div#mainArea ul {
    font-size: 16px;
    max-width: 750px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 25px 50px; }
  div#mainArea ul li {
    margin-top: 5px; }

  div#contentArea {
    margin-top: 60px; }
  div#contentArea h3 {
    font-size: 22px; }
  div#contentArea ul {
    max-width: 750px;
    width: 100%;
    margin: 45px auto; }
  div#contentArea ul li a {
    font-size: 16px; }
  div#contentArea div {
    margin-top: 35px; }
  div#contentArea div h4 {
    font-size: 18px;
    margin-bottom: 10px; }
  div#contentArea div p {
    margin-bottom: 20px; }
  div#contentArea div.arrowDown {
    font-size: 64px; }

  div#btnAll {
    width: 480px;
    margin: 80px auto; }
  div#btnAll a {
    font-size: 22px; }

  span.small {
    font-size: 12px; }

  .pcNone {
    display: none; } 
  
  p.end{
  color: #333;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  margin: 50px auto 50px;
  padding: 10px;
  max-width: 960px;
  color: #333;
  width: 80%;
}
ul.endBtn{
  display: table;
  table-layout: fixed;
  width: -webkit-calc(80% + 30px);
  width: calc(80% + 30px);
  margin: auto;
  border-collapse: separate;  /* セルの間隔を空ける */
  border-spacing: 15px 0;  /* 左右 上下で記述 */
  margin-bottom: 50px;
}

ul.endBtn li{
  display: table-cell;
  
} 
ul.endBtn li a{
  display: block;
  text-align: center;
  text-decoration: none;
  background: #333;
  box-sizing: border-box;
  padding: 25px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  }

  }
/* SP
--------------------------------------*/
@media screen and (max-width: 767px) {
  div#mainArea p {
    text-align: center;
    font-size: 16px;
    margin: 25px auto 25px;
    padding: 0 15px;
    box-sizing: border-box; }
  div#mainArea ul {
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 15px;
    box-sizing: border-box; }
  div#mainArea ul li {
    margin-top: 5px; }

  div#contentArea {
    margin-top: 50px;
    box-sizing: border-box;
    padding: 0 15px; }
  div#contentArea h3 {
    font-size: 18px; }
  div#contentArea ul {
    width: 100%;
    margin: 40px auto; }
  div#contentArea ul li a {
    font-size: 12px; }
  div#contentArea div h4 {
    font-size: 16px;
    margin-bottom: 10px; }
  div#contentArea div p {
    font-size: 14px;
    margin-bottom: 10px; }
  div#contentArea div.arrowDown {
    font-size: 46px; }

  div#btnAll {
    width: 95%;
    margin: 50px auto; }
  div#btnAll a {
    font-size: 18px; }

  span.small {
    font-size: 10px; }

  .spNone {
    display: none; }
  
  /*------終了時-------*/
p.end{
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 30px auto 30px;
  padding: 10px;
  max-width: 960px;
  color: #333;
  width: 95%;
}
ul.endBtn{
  width: -webkit-calc(95%);
  width: calc(95%);
  margin: auto;
  border-collapse: separate;  /* セルの間隔を空ける */
  border-spacing: 7px 0;  /* 左右 上下で記述 */
  margin-bottom: 30px;
}

ul.endBtn li{
  margin-bottom: 10px;
  
} 
ul.endBtn li a{
  display: block;
  text-align: center;
  text-decoration: none;
  background: #333;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  }
    }
