@charset "UTF-8";
/*リセット
--------------------------------------------*/
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#wrapper {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "Noto Sans Japanese";
  letter-spacing: 1px;
  height: 100%; }

div#main {
  text-align: center; }
div#main h1 {
  width: 100%; }
div#main h1 img {
  width: 100%; }
div#main h2 {
  font-weight: bold; }

div#content ul.styling {
  width: 100%; }
div#content ul.styling li.imgArea img {
  width: 100%;
  display: block; }
div#content ul.styling li.detailArea h3 {
  font-weight: bold; }
div#content ul.styling li.detailArea h4 {
  font-weight: bold; }
div#content ul.styling li.detailArea ul {
  width: 100%; }
div#content ul.styling li.detailArea ul li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0; }
div#content ul.styling li.detailArea ul li a {
  color: #000; }
div#content ul.styling li.detailArea ul li a span {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 5px;
  margin-left: 10px; }
div#content ul.styling li.detailArea ul li p span {
  display: inline-block;
  border: 1px solid #666;
  padding: 2px 5px;
  margin-left: 10px;
  color: #666; }

#foot {
  text-align: center;
  font-size: 10px;
  padding: 15px;
  border-top: 1px solid #ccc; }

#logoTop img {
  width: 100%; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  div#main {
    margin-bottom: 100px; }
  div#main h2 {
    font-size: 24px;
    margin-bottom: 25px; }
  div#main p {
    font-size: 16px;
    margin-top: 25px; }

  div#content {
    width: 100%; }
  div#content ul.styling {
    display: flex;
    margin-bottom: 100px; }
  div#content ul.styling li.imgArea {
    width: 60%; }
  div#content ul.styling li.detailArea {
    width: 40%;
    box-sizing: border-box;
    padding-left: 30px; }
  div#content ul.styling li.detailArea h3 {
    font-size: 18px; }
  div#content ul.styling li.detailArea h4 {
    font-size: 18px;
    margin-top: 25px;
    border-bottom: 2px solid #000; }
  div#content ul.styling li.detailArea ul li a, div#content ul.styling li.detailArea ul li p {
    font-size: 14px; }
  div#content ul.styling:nth-child(2n) {
    flex-flow: row-reverse; }
  div#content ul.styling:nth-child(2n) li.detailArea {
    width: 40%;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 30px; }

  #logoTop {
    width: 10%;
    margin: 0 auto 50px; }

  .pcNone {
    display: none; }

  .spNone {
    display: block; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  div#main {
    margin-bottom: 50px; }
  div#main h2 {
    font-size: 18px;
    margin-bottom: 12px; }
  div#main p {
    font-size: 12px;
    margin-top: 25px; }

  div#content {
    width: 100%;
    box-sizing: border-box;
    padding: 10px; }
  div#content ul.styling {
    margin-bottom: 50px; }
  div#content ul.styling li.imgArea {
    width: 100%; }
  div#content ul.styling li.detailArea {
    width: 100%; }
  div#content ul.styling li.detailArea h3 {
    font-size: 16px;
    margin-top: 15px; }
  div#content ul.styling li.detailArea h4 {
    font-size: 14px;
    margin-top: 5px;
    border-bottom: 2px solid #000; }
  div#content ul.styling li.detailArea ul li a, div#content ul.styling li.detailArea ul li p {
    font-size: 12px; }

  #logoTop {
    width: 20%;
    margin: 0 auto 25px; }

  .pcNone {
    display: block; }

  .spNone {
    display: none; } }
/* XSP
----------------------------------------*/
