@charset "UTF-8";
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp-Regular.eot");
  src: url("fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansCJKjp-Bold.eot");
  src: url("fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*リセット
--------------------------------------------*/
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: 960px;
  width: 100%;
  margin: 0 auto;
  font-feature-settings: "palt";
  font-family: 'noto-sans', sans-serif;
  font-width: 400;
  line-height: 2.0; }

div#main {
  width: 100%; }

div#about {
  padding: 50px 25px;
  border: 1px solid #ff7c53;
  border-left: none;
  border-right: none; }
div#about h2 {
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 4px; }
div#about p {
  letter-spacing: 2px;
  line-height: 2.5; }

div#int h2 {
  font-weight: 700; }
div#int img {
  display: block;
  width: 100%; }
div#int h4 {
  font-weight: 700;
  margin: 10px 0 4px;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
  margin-top: 30px; }
div#int ul li a {
  color: #000; }
div#int ul li a span.left {
  display: inline-block;
  box-sizing: border-box;
  width: 60%; }
div#int ul li a span.right {
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 5px;
  border: 1px solid #000;
  width: 40%;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 5px; }

div#styling {
  /*@if $type == sp{
  	margin-bottom: 30px;
  }*/ }
div#styling ul#stylingMenu {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 15px; }
div#styling ul#stylingMenu li {
  display: table-cell;
  text-align: center;
  font-size: 16px; }
div#styling ul#stylingMenu li a {
  color: #000;
  text-decoration: none;
  font-weight: bold; }
div#styling div.style h3 {
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  border-top: 1px dotted #ccc;
  padding-bottom: 15px; }
div#styling div.style h3 span {
  display: inline-block;
  border-bottom: 3px solid #000;
  line-height: 1.4; }
div#styling div.style h3.first-child {
  border-top: none;
  padding-top: 0; }
div#styling div.style div.styling img {
  display: block; }
div#styling div.style div.styling h4 {
  font-weight: 700;
  margin: 10px 0 4px;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
  margin-top: 30px; }
div#styling div.style div.styling ul li a {
  color: #000; }
div#styling div.style div.styling ul li a span.left {
  display: inline-block;
  box-sizing: border-box;
  width: 60%; }
div#styling div.style div.styling ul li a span.right {
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 5px;
  border: 1px solid #000;
  width: 40%;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 5px; }

div#topics h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: .5em .75em;
  background-color: #d2a36c;
  color: #fff; }
div#topics h2::after {
  position: absolute;
  top: 100%;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 8px solid #d2a36c; }
div#topics ul li ul li a {
  color: #000; }
div#topics ul li ul li a span.left {
  display: inline-block;
  box-sizing: border-box;
  width: 60%; }
div#topics ul li ul li a span.right {
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 5px;
  border: 1px solid #000;
  width: 40%;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 5px; }

div#info h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: .5em .75em;
  background-color: #ed7755;
  color: #fff;
  margin-bottom: 15px; }
div#info h2::after {
  position: absolute;
  top: 100%;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 8px solid #ed7755; }
div#info ul li a span.left {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
  color: #000; }
div#info ul li a span.right {
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 5px;
  border: 1px solid #000;
  width: 40%;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 5px; }

#foot {
  border-radius: 5px;
  background: #000;
  color: #fff;
  text-align: center;
  margin: auto; }
#foot a {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

footer {
  margin-top: 0px;
  padding-bottom: 50px;
  font-size: 10px;
  color: #474747;
  text-align: center; }

/* PC
--------------------------------------*/
@media screen and (min-width: 481px) {
  div#wrapper {
    font-size: 14px; }

  div#main h1 img.spNone {
    display: block; }
  div#main h1 img.pcNone {
    display: none; }

  div#about {
    width: 640px;
    margin: 100px auto;
    text-align: center;
    background: url(../images/back_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  div#about h2 {
    font-size: 24px; }

  div#int {
    overflow: hidden;
    margin-bottom: 100px; }
  div#int div#title {
    text-align: center;
    float: none;
    margin: auto; }
  div#int h2 {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle; }
  div#int h3 {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle; }
  div#int h3 br.pcNone {
    display: none; }
  div#int img {
    max-width: 50%;
    float: left;
    margin-top: 30px; }
  div#int div {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 30px; }
  div#int h4 {
    font-size: 16px; }
  div#int ul li {
    margin: 10px 0; }
  div#int ul li a span.left {
    display: inline-block;
    box-sizing: border-box;
    width: 60%; }
  div#int ul li a span.right {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 5px;
    border: 1px solid #000;
    width: 40%;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 5px; }

  div#styling {
    /*@if $type == sp{
    	margin-bottom: 30px;
    }*/ }
  div#styling h2 {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center; }
  div#styling h2 img.pcNone {
    display: none; }
  div#styling h2 img.spNone {
    display: block; }
  div#styling div.style {
    margin-bottom: 80px; }
  div#styling div.style h3 {
    padding-top: 30px;
    font-size: 18px; }
  div#styling div.style p {
    margin: 5px 0 45px;
    text-align: center; }
  div#styling div.style div.styling {
    overflow: hidden;
    margin-bottom: 50px; }
  div#styling div.style div.styling img {
    float: left;
    width: 50%; }
  div#styling div.style div.styling div {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px; }
  div#styling div.style div.styling p {
    text-align: left; }
  div#styling div.style div.styling h4 {
    font-size: 16px; }
  div#styling div.style div.styling ul li {
    margin: 10px 0; }

  div#topics {
    margin-top: 100px; }
  div#topics h2 {
    font-size: 24px;
    width: 60%;
    margin: auto; }
  div#topics ul {
    overflow: hidden; }
  div#topics ul li {
    width: 50%;
    float: left;
    margin-top: 30px;
    padding: 10px;
    box-sizing: border-box; }
  div#topics ul li h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  div#topics ul li p {
    margin: 10px 0 15px; }
  div#topics ul li ul li {
    margin: 10px 0;
    width: 100%;
    float: none;
    padding: 0; }

  div#info {
    overflow: hidden;
    margin: 100px auto; }
  div#info h2 {
    font-size: 24px;
    width: 60%;
    margin: 0 auto 30px; }
  div#info h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px; }
  div#info img {
    display: block;
    float: left;
    width: 50%; }
  div#info div {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px; }
  div#info ul {
    margin-top: 30px; }
  div#info ul li {
    margin: 10px 0 0px; }

  #foot {
    height: 40px;
    line-height: 40px;
    width: 320px;
    margin-bottom: 100px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 480px) {
  div#wrapper {
    font-size: 13px; }

  div#content {
    box-sizing: border-box;
    padding: 15px;
    margin: 30px auto; }

  div#main h1 img.spNone {
    display: none; }
  div#main h1 img.pcNone {
    display: block; }

  div#about {
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    background-position: center right; }
  div#about h2 {
    font-size: 18px;
    margin-bottom: 10px; }

  div#int {
    margin: 50px 0; }
  div#int h2 {
    font-size: 18px; }
  div#int h3 {
    font-size: 16px; }
  div#int img {
    margin: 20px auto; }
  div#int div p br.spNone {
    display: none; }
  div#int h4 {
    font-size: 14px; }
  div#int ul li {
    margin: 10px 0; }
  div#int ul li a span.left {
    display: inline-block;
    box-sizing: border-box;
    width: 60%; }
  div#int ul li a span.right {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 5px;
    border: 1px solid #000;
    width: 40%;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 5px; }

  div#styling {
    /*@if $type == sp{
    	margin-bottom: 30px;
    }*/ }
  div#styling h2 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center; }
  div#styling h2 img.pcNone {
    display: block; }
  div#styling h2 img.spNone {
    display: none; }
  div#styling div.style {
    margin-bottom: 30px; }
  div#styling div.style h3 {
    padding-top: 15px;
    font-size: 16px; }
  div#styling div.style p {
    margin: 0px 0; }
  div#styling div.style div.styling {
    padding-bottom: 15px;
    padding-top: 15px; }
  div#styling div.style div.styling img {
    margin: 20px auto; }
  div#styling div.style div.styling h4 {
    font-size: 14px; }
  div#styling div.style div.styling ul li {
    margin: 10px 0; }

  div#topics {
    margin-top: 50px; }
  div#topics h2 {
    font-size: 18px;
    margin-bottom: 25px; }
  div#topics ul li h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 15px;
    border-top: dotted 1px #ccc; }
  div#topics ul li h3 br.spNone {
    display: none; }
  div#topics ul li h3.first-child {
    border-top: none;
    padding-top: 0; }
  div#topics ul li p {
    margin: 10px 0 15px; }
  div#topics ul li p br.spNone {
    display: none; }
  div#topics ul li ul {
    margin-bottom: 25px; }
  div#topics ul li ul li {
    margin: 10px 0; }

  div#info {
    margin-top: 50px; }
  div#info h2 {
    font-size: 18px; }
  div#info h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  div#info h4 {
    margin-top: 10px; }
  div#info p {
    margin-bottom: 15px; }
  div#info ul {
    margin-bottom: 25px; }
  div#info ul li {
    margin: 10px 0; }

  #foot {
    height: 30px;
    line-height: 30px;
    width: 80%;
    margin-bottom: 50px; } }
