
@import url("https://fonts.googleapis.com/css?family=Rochester");

@charset "UTF-8";
/*=====================================================
	Reset
=====================================================*/
html {
  height: 100%;
}

body {
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  color: #79665b;
  font-size: 12px;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

@font-face {
  font-family: "icons";
  src: url(/aisare/font/fontello.eot);
  src: url(/aisare/font/fontello.eot#iefix) format("embedded-opentype"), url(/aisare/font/fontello.woff2) format("woff2"), url(/aisare/font/fontello.woff) format("woff"), url(/aisare/font/fontello.ttf) format("truetype"), url(/aisare/font/fontello.svg#fontello) format("svg");
}

/*
-----------------------------------------------------------
This is a hack. It works in:
FF 3.6+, Anroid 2.2+, Safari, Chrome, IE7, IE8, IE9+
-----------------------------------------------------------
*/
html {
  font-family: 'pc';
}

@media only screen and (max-width: 568px) {
  html {
    font-family: "sp";
  }
}

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

div, li, dd, section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

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

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #79665b;
}

a:visited {
  color: #79665b;
}

a:hover {
  text-decoration: none;
  color: #79665b;
}

a:active {
  color: #79665b;
}

.hover a:hover img, a.hover:hover img {
  opacity: 0.8;
}

.hid {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 568px) {
  br.forpc {
    display: none;
  }
}

br.forsp {
  display: none;
}

@media only screen and (max-width: 568px) {
  br.forsp {
    display: inline;
  }
}

.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

html {
  min-width: 960px;
}

@media only screen and (max-width: 568px) {
  html {
    min-width: inherit;
  }
}

/*=====================================================
	Header - Footer
=====================================================*/
#header nav ul li a, #footer nav ul li a {
  color: #f13e9f;
}

#header nav ul li.about a, #footer nav ul li.about a {
  color: #00acd4;
}

@media only screen and (min-width: 569px) {
  #header nav ul li, #footer nav ul li {
    float: left;
    width: 140px;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
  }
  #header nav ul li a p.en, #footer nav ul li a p.en {
    font-family: 'Pinyon Script', cursive;
    font-size: 30px;
  }
  #header nav ul li a p.ja, #footer nav ul li a p.ja {
    font-size: 14px;
    font-weight: bold;
  }
  #header nav ul li a:hover, #footer nav ul li a:hover {
    color: #854acd;
  }
}

@media only screen and (max-width: 568px) {
  #header nav ul, #footer nav ul {
    border-bottom: 1px solid #CFCECD;
  }
  #header nav ul li, #footer nav ul li {
    border-top: 1px solid #CFCECD;
  }
  #header nav ul li a, #footer nav ul li a {
    position: relative;
    display: block;
    padding: 10px 20px;
  }
  #header nav ul li a:after, #footer nav ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    color: #938477;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #header nav ul li a p, #footer nav ul li a p {
    display: inline;
  }
  #header nav ul li a p.en, #footer nav ul li a p.en {
    margin-right: 5px;
    font-size: 14px;
  }
}

#header ul.social, #footer ul.social {
  text-align: left;
}

#header ul.social li, #footer ul.social li {
  display: inline-block;
}

#header ul.social li a, #footer ul.social li a {
  display: block;
  text-align: center;
  color: #FFF;
}

#header ul.social li a:hover, #footer ul.social li a:hover {
  opacity: 0.8;
}

#header ul.social li a span, #footer ul.social li a span {
  display: none;
}

#header ul.social li.facebook a, #footer ul.social li.facebook a {
  background: #5f7cb6;
}

#header ul.social li.facebook a:before, #footer ul.social li.facebook a:before {
  content: "";
  margin-right: -2px;
  position: relative;
  top: -0px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#header ul.social li.twitter a, #footer ul.social li.twitter a {
  background: #00acee;
}

#header ul.social li.twitter a:before, #footer ul.social li.twitter a:before {
  content: "";
  margin-right: -2px;
  position: relative;
  top: -0px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#header ul.social li.instagram a, #footer ul.social li.instagram a {
  background: #c2b0a4;
}

#header ul.social li.instagram a:before, #footer ul.social li.instagram a:before {
  content: "";
  margin-right: -2px;
  position: relative;
  top: -0px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

@media only screen and (min-width: 569px) {
  #header ul.social, #footer ul.social {
    margin: 0 14px;
    -webkit-transition: margin .2s;
            transition: margin .2s;
  }
  #header ul.social li a, #footer ul.social li a {
    width: 43px;
    height: 43px;
    margin: 0 4px;
    border-radius: 30px;
    line-height: 41px;
  }
}

/*=====================================================
	Header
=====================================================*/
#header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff url(/aisare/img/common/bg_header.png) no-repeat center -60px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: background .2s;
          transition: background .2s;
}

#header #headerInner {
  position: relative;
  width: 960px;
  height: 216px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-transition: width .2s, height .2s;
          transition: width .2s, height .2s;
}

#header #headerInner p.logo_summerseve {
  position: absolute;
  right: 30px;
  top: 40px;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

#header #headerInner .tagline {
  position: absolute;
  left: 10px;
  top: 40px;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #996;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

#header #headerInner p.logo {
  z-index: 101;
  position: absolute;
  left: 50%;
  top: 15px;
}

#header #headerInner p.logo img {
  margin-left: -142px;
  -webkit-transition: width .2s, height .2s, margin .2s;
          transition: width .2s, height .2s, margin .2s;
}

#header #headerInner #headerNav {
  padding-top: 110px;
  -webkit-transition: padding .2s;
          transition: padding .2s;
}

#header #headerInner #headerNav #gnav ul li {
  -webkit-transition: margin .2s;
          transition: margin .2s;
}

@media only screen and (min-width: 569px) {
  #header #headerInner #headerNav #gnav ul li.about {
    margin-right: 20px;
  }
  #header #headerInner #headerNav #gnav ul li.special {
    margin-right: 325px;
  }
}

#header #headerInner #headerNav ul.social {
  text-align: right;
}

@media only screen and (min-width: 569px) {
  #header.small {
    background-position: center -222px;
  }
  #header.small #headerInner {
    width: 760px;
    height: 100px;
  }
  #header.small #headerInner p.logo_summerseve, #header.small #headerInner .tagline {
    opacity: 0;
  }
  #header.small #headerInner p.logo img {
    width: 158px;
    height: 122px;
    margin-left: -79px;
  }
  #header.small #headerInner #headerNav {
    padding-top: 30px;
  }
  #header.small #headerInner #headerNav #gnav ul li.about {
    margin-right: 10px;
  }
  #header.small #headerInner #headerNav #gnav ul li.special {
    margin-right: 153px;
  }
  #header.small #headerInner #headerNav ul.social {
    margin: 0;
  }
}

@media only screen and (max-width: 568px) {
  #header {
    background-position: center -10px;
    -webkit-background-size: 640px 111px;
            background-size: 640px 111px;
  }
  #header #headerInner {
    position: relative;
    width: auto;
    height: 150px;
    margin: 0;
  }
  #header #headerInner p.logo_summerseve {
    position: static;
    padding: 10px 0 0;
    text-align: center;
    -webkit-transition: margin .2s;
            transition: margin .2s;
  }
  #header #headerInner p.logo_summerseve img {
    width: 77px;
  }
  #header #headerInner .tagline {
    position: static;
    text-align: center;
    -webkit-transition: margin .2s;
            transition: margin .2s;
  }
  #header #headerInner p.logo {
    top: 50px;
  }
  #header #headerInner p.logo img {
    width: 142px;
    height: auto;
    margin-left: -71px;
  }
  #header #headerInner p.menu {
    z-index: 103;
    position: absolute;
    right: 15px;
    top: 58px;
    cursor: pointer;
  }
  #header #headerInner p.menu:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    color: #00acd4;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #header #headerInner #headerNav {
    display: none;
    z-index: 102;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 106px;
    background: #FFFFEA;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  #header #headerInner #headerNav #gnav {
    padding-bottom: 10px;
  }
  #header #headerInner #headerNav ul.social li {
    width: 33.3%;
  }
  #header #headerInner #headerNav ul.social li a {
    padding: 10px 10px;
  }
  #header #headerInner #headerNav ul.social li a:before {
    font-size: 22px;
  }
  #header #headerInner.open p.menu:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    color: #00acd4;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #header #headerInner.open #headerNav {
    display: block;
  }
  #header.small {
    background-position: center -50px;
  }
  #header.small #headerInner {
    height: 100px;
  }
  #header.small #headerInner p.logo_summerseve, #header.small #headerInner .tagline {
    margin-top: -45px;
    opacity: 0;
  }
  #header.small #headerInner p.logo img {
    width: 80px;
    margin-left: -40px;
  }
}

/*=====================================================
	Footer
=====================================================*/
#footer #footerInner {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}

#footer #footerInner p.pagetop {
  background: #EF7CBA;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#footer #footerInner p.pagetop:after {
  content: "";
  margin-left: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#footer #footerInner p.pagetop span {
  display: none;
}

@media only screen and (min-width: 569px) {
  #footer #footerInner p.pagetop {
    position: fixed;
    right: 0;
    bottom: 80px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    line-height: 45px;
    opacity: 0;
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
  }
  #footer #footerInner p.pagetop:hover {
    opacity: 0.8;
  }
  #footer #footerInner p.pagetop.show {
    opacity: 0.8;
  }
  #footer #footerInner #fnav {
    padding: 40px 0 0 120px;
  }
  #footer #footerInner #fnav ul li {
    margin-right: 50px;
  }
  #footer #footerInner #fnav ul li.about {
    margin-right: 60px;
  }
}

#footer #footerInner p.logo {
  clear: both;
  margin-bottom: 20px;
  padding-top: 60px;
}

#footer #footerInner p.copyright {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #996;
}

@media only screen and (max-width: 568px) {
  #footer #footerInner {
    width: auto;
    margin: 0;
    padding-bottom: 10px;
  }
  #footer #footerInner p.pagetop {
    padding: 3px;
  }
  #footer #footerInner #fnav {
    display: none;
    text-align: left;
  }
  #footer #footerInner ul.social {
    display: none;
  }
  #footer #footerInner p.logo {
    margin-bottom: 15px;
    padding-top: 20px;
  }
  #footer #footerInner p.logo img {
    width: 80px;
    height: auto;
  }
  #footer #footerInner p.copyright {
    font-size: 10px;
  }
}

/*=====================================================
	Contents
=====================================================*/
#contents {
  padding-top: 216px;
}

@media only screen and (min-width: 569px) {
  #contents {
    overflow: hidden;
  }
}

@media only screen and (max-width: 568px) {
  #contents {
    width: auto;
    margin: 0;
    padding-top: 150px;
  }
}

#contents .social_button {
  margin-bottom: 30px;
  text-align: center;
}

#contents .social_button ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
}

#contents p.mod_btn {
  text-align: center;
  font-size: 15px;
}

#contents p.mod_btn a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  padding: 15px 12px 15px 20px;
  border: 1px solid #b9aea8;
  background: #f8f6f4;
  font-weight: bold;
}

#contents p.mod_btn a:after {
  content: "";
  margin-left: 5px;
  position: relative;
  top: -3px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents p.mod_btn a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 568px) {
  #contents p.mod_btn a {
    padding: 8px 6px 8px 10px;
  }
}

#contents > section {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 568px) {
  #contents > section {
    width: auto;
    margin: 0;
  }
}

#contents > section.borderWrap {
  width: auto !important;
  margin: 0 !important;
  border-top: 1px solid #efedde;
  border-bottom: 1px solid #efedde;
  background: #FFFEF1;
}

#contents > section.borderWrap > .inner {
  margin: 0 auto;
}

@media only screen and (max-width: 568px) {
  #contents > section.borderWrap > .inner {
    width: auto !important;
    margin: 0;
  }
}

#contents > section .head {
  margin-bottom: 10px;
  padding-top: 20px;
  text-align: center;
}

#contents > section .head div.ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  color: #f13e9f;
}

#contents > section .head div.ttl h2 {
  display: inline-block;
  font-family: 'Pinyon Script', cursive;
  font-size: 66px;
  letter-spacing: 2px;
}

#contents > section .head div.ttl p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

#contents > section .head p.txt {
  font-size: 13px;
  color: #49362A;
}

#contents > section .head.compact {
  padding-top: 0;
}

@media only screen and (min-width: 569px) {
  #contents > section .head.compact {
    text-align: left;
  }
  #contents > section .head.compact p.txt {
    position: relative;
    display: inline-block;
    min-height: 54px;
    padding: 10px 0 0 45px;
    background: url(/aisare/img/common/line_slash_red.png) no-repeat 0 0;
  }
}

@media only screen and (max-width: 568px) {
  #contents > section .head {
    padding-top: 0;
    text-align: center;
  }
  #contents > section .head div.ttl {
    text-align: left;
  }
  #contents > section .head div.ttl h2 {
    font-size: 42px;
    letter-spacing: 1px;
  }
  #contents > section .head div.ttl p {
    font-size: 12px;
  }
  #contents > section .head p.txt {
    font-size: 11px;
  }
  #contents > section .head.compact {
    padding-left: 0 !important;
  }
  #contents > section .head.compact p.txt {
    width: auto !important;
    margin: 0 !important;
  }
}

#contents > section nav.entryNav {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#contents > section nav.entryNav p.btn {
  display: inline-block;
  margin: 0 5px 6px;
  padding: 4px 10px;
  min-width: 54px;
  border: 1px solid #b9aea8;
  border-radius: 4px;
  background: #fff;
  color: #79665b;
  cursor: pointer;
}

#contents > section nav.entryNav p.btn:hover {
  opacity: 0.8;
}

#contents > section nav.entryNav p.btn.first:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: #79665b;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents > section nav.entryNav p.btn.first:before {
  margin-left: 0;
}

#contents > section nav.entryNav p.btn.last:after {
  content: "";
  margin-left: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: #79665b;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents > section nav.entryNav p.btn.last:after {
  margin-right: 0;
}

#contents > section nav.entryNav p.btn.prev:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: #79665b;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents > section nav.entryNav p.btn.prev:before {
  margin-left: 0;
}

#contents > section nav.entryNav p.btn.next:after {
  content: "";
  margin-left: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: #79665b;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents > section nav.entryNav p.btn.next:after {
  margin-right: 0;
}

#contents > section nav.entryNav p.btn.disabled {
  cursor: default;
  opacity: 0.5;
}

#contents > section nav.entryNav p.btn a {
  color: #FFF;
}

#contents > section nav.entryNav span.page {
  display: none;
  position: relative;
  margin: 0 5px 6px;
  padding: 4px 10px;
  border: 1px solid #b9aea8;
  border-radius: 4px;
  background: #fff;
  color: #79665b;
}

#contents > section nav.entryNav ul {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

#contents > section nav.entryNav ul.long {
  white-space: normal;
}

#contents > section nav.entryNav ul li {
  display: inline-block;
  margin: 0 5px 6px;
}

#contents > section nav.entryNav ul li a {
  display: block;
  padding: 4px 10px;
  min-width: 8px;
  border: 1px solid #b9aea8;
  border-radius: 4px;
  background: #fff;
  color: #79665b;
}

#contents > section nav.entryNav ul li a:hover {
  opacity: 0.8;
}

#contents > section nav.entryNav ul li a.active {
  background: #b9aea8;
  color: #fff;
}

@media only screen and (max-width: 568px) {
  #contents > section nav.entryNav p.btn {
    overflow: hidden;
    min-width: 8px;
    margin-bottom: 0;
    position: relative;
    text-indent: -9999px;
  }
  #contents > section nav.entryNav p.btn:before, #contents > section nav.entryNav p.btn:after {
    position: absolute !important;
    top: 8px !important;
    left: 0;
    right: 0;
    margin: auto !important;
    text-indent: 0;
  }
  #contents > section nav.entryNav span.page {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0 !important;
  }
  #contents > section nav.entryNav ul {
    display: none;
  }
}

#contents > section nav.entryNav.entry {
  height: 30px;
}

#contents > section nav.entryNav.entry p.btn {
  position: absolute;
  top: 0;
}

#contents > section nav.entryNav.entry p.btn.prev {
  left: 20px;
}

#contents > section nav.entryNav.entry p.btn.next {
  right: 20px;
}

#contents > section nav.entryNav.entry p.btn a {
  color: #79665b;
}

#contents > section nav.entryNav.entry {
  height: 30px;
}

#contents > section nav.entryNav.entry p.btn {
  position: absolute;
  top: 0;
  padding: 0;
}

#contents > section nav.entryNav.entry p.btn:before, #contents > section nav.entryNav.entry p.btn:after {
  display: none;
}

#contents > section nav.entryNav.entry p.btn a {
  overflow: hidden;
  min-width: 8px;
  margin-bottom: 0;
  position: relative;
  display: block;
  padding: 4px 10px;
  color: #79665b;
}

@media only screen and (min-width: 569px) {
  #contents > section nav.entryNav.entry p.btn a {
    min-width: 54px;
  }
}

@media only screen and (max-width: 568px) {
  #contents > section nav.entryNav.entry p.btn a {
    text-indent: -9999px;
  }
  #contents > section nav.entryNav.entry p.btn a:before, #contents > section nav.entryNav.entry p.btn a:after {
    position: absolute !important;
    top: 8px !important;
    left: 0;
    right: 0;
    margin: auto !important;
    text-indent: 0;
  }
}

#contents > section nav.entryNav.entry p.btn.prev {
  left: 20px;
}

#contents > section nav.entryNav.entry p.btn.prev a:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: #79665b;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents > section nav.entryNav.entry p.btn.prev a:before {
  margin-left: 0;
}

#contents > section nav.entryNav.entry p.btn.next {
  right: 20px;
}

#contents > section nav.entryNav.entry p.btn.next a:after {
  content: "";
  margin-left: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: #79665b;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents > section nav.entryNav.entry p.btn.next a:after {
  margin-right: 0;
}

#contents > section .entries article .entryBody {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#contents > section .entries article .entryBody p {
  margin-bottom: 2em;
}

@media only screen and (max-width: 568px) {
  #contents > section .entries article .entryBody p {
    margin-bottom: 1em;
  }
  #contents > section .entries article .entryBody img {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 1em;
  }
}

#contents > section#trivia {
  padding-bottom: 50px;
}

#contents > section#trivia > .inner {
  width: 960px;
}

#contents > section#trivia .head div.ttl {
  width: 380px;
  height: 98px;
  padding: 12px 29px 0 110px;
  background: url(/aisare/img/common/bg_ttl_trivia.png) no-repeat 0 0;
  -webkit-background-size: 351px 98px;
          background-size: 351px 98px;
}

#contents > section#trivia .head div.ttl h2 {
  margin-right: 10px;
}

#contents > section#trivia .head.compact {
  padding-left: 51px;
}

#contents > section#trivia .head.compact p.txt {
  width: 423px;
  margin-left: -34px;
}

#contents > section#trivia .entries {
  width: 920px;
  margin: 0 auto;
}

#contents > section#trivia .entries article {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 0 15px 30px;
  text-align: center;
}

#contents > section#trivia .entries article a {
  display: block;
}

#contents > section#trivia .entries article a:hover img {
  opacity: 0.8;
}

#contents > section#trivia .entries article a > p.pic {
  margin-bottom: 10px;
}

#contents > section#trivia .entries article a > p.pic img {
  border-radius: 100px;
}

#contents > section#trivia .entries article p.cat {
  margin: 0 10px 6px;
  padding: 0 5px;
  background: #EAF8FC;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #00ACD4;
}

#contents > section#trivia .entries article p.date {
  margin: 0 10px 0;
  font-family: 'Pinyon Script', cursive;
  font-size: 13px;
  font-weight: bold;
  color: #826c5d;
}

#contents > section#trivia .entries article h3 {
  margin: 0 10px 4px;
  text-align: left;
  font-size: 14px;
  color: #23B2D7;
}

@media only screen and (max-width: 568px) {
  #contents > section#trivia {
    padding: 10px 10px 40px;
  }
  #contents > section#trivia .head div.ttl {
    width: 248px;
    height: 62px;
    margin-bottom: 5px;
    padding: 10px 0 0 64px;
    -webkit-background-size: 213px 62px;
            background-size: 213px 62px;
  }
  #contents > section#trivia .head div.ttl h2 {
    margin-right: 5px;
  }
  #contents > section#trivia .entries {
    width: auto;
    margin: 0 0 20px;
    border-bottom: 1px solid #E1DBD7;
  }
  #contents > section#trivia .entries article {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #E1DBD7;
    text-align: left;
  }
  #contents > section#trivia .entries article:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    color: #00acd4;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #contents > section#trivia .entries article a {
    display: table;
  }
  #contents > section#trivia .entries article a > p.pic {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    width: 30%;
    margin-bottom: 4px;
    padding-left: 10px;
    text-align: right;
  }
  #contents > section#trivia .entries article a > p.pic img {
    width: 100%;
    height: auto;
  }
  #contents > section#trivia .entries article p.date, #contents > section#trivia .entries article h3 {
    padding-right: 25px;
  }
  #contents > section#trivia .entries article .cont {
    display: table-cell;
    width: 70%;
    padding-right: 25px;
    vertical-align: middle;
  }
  #contents > section#trivia .entries article .cont p.date, #contents > section#trivia .entries article .cont h3 {
    padding: 0 5px;
  }
}

#contents > section#special {
  width: 820px;
  margin: 0 auto;
}

#contents > section#special > .inner {
  width: 820px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 568px) {
  #contents > section#special > .inner {
    padding-bottom: 30px;
  }
}

#contents > section#special .head div.ttl {
  width: 319px;
  height: 111px;
  padding: 16px 0 0 54px;
  background: url(/aisare/img/common/bg_ttl_special.png) no-repeat 0 0;
  -webkit-background-size: 319px 111px;
          background-size: 319px 111px;
}

#contents > section#special .head div.ttl h2 {
  margin-right: 20px;
}

#contents > section#special .head div.ttl p {
  letter-spacing: 6px;
}

#contents > section#special .head.compact {
  padding-left: 60px;
}

#contents > section#special .head.compact p.txt {
  width: 300px;
}

#contents > section#special .entries {
  padding: 0 0 10px;
}

#contents > section#special .entries article {
  overflow: hidden;
  padding-bottom: 30px;
}

#contents > section#special .entries article > p.pic {
  float: right;
  width: 466px;
}

#contents > section#special .entries article > p.pic a {
  position: relative;
  display: block;
}

#contents > section#special .entries article > p.pic a:hover {
  opacity: 0.8;
}

#contents > section#special .entries article > p.pic a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -0.5em;
  color: #fff;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents > section#special .entries article p.date {
  margin-bottom: 5px;
  font-family: 'Pinyon Script', cursive;
  font-size: 13px;
  font-weight: bold;
}

#contents > section#special .entries article h3 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 28px;
}

#contents > section#special .entries article p.txt {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#contents > section#special .entries article .cont {
  float: left;
  width: 325px;
  padding-top: 20px;
  border-top: 1px solid #CFCBC9;
}

#contents > section#special .entries article .cont p.txt {
  line-height: 1.8;
}

#contents > section#special .entries article.red p.pic a {
  background: #F9BBDC;
}

#contents > section#special .entries article.red .cont p.date, #contents > section#special .entries article.red .cont h3 {
  color: #f13e9f;
}

#contents > section#special .entries article.blue p.pic a {
  background: #8AD4E5;
}

#contents > section#special .entries article.blue .cont p.date, #contents > section#special .entries article.blue .cont h3 {
  color: #00acd4;
}

@media only screen and (max-width: 568px) {
  #contents > section#special {
    width: auto;
    padding: 10px 10px 0;
  }
  #contents > section#special .head div.ttl {
    width: 199px;
    height: 69px;
    margin-bottom: 5px;
    padding: 10px 0 0 34px;
    -webkit-background-size: 199px 69px;
            background-size: 199px 69px;
  }
  #contents > section#special .head div.ttl h2 {
    margin-right: 10px;
  }
  #contents > section#special .head div.ttl p {
    letter-spacing: 3px;
  }
  #contents > section#special .entries {
    width: auto;
    margin: 0;
    padding: 0 0 10px;
  }
  #contents > section#special .entries article {
    padding-bottom: 10px;
  }
  #contents > section#special .entries article > p.pic {
    float: none;
    width: auto;
    text-align: center;
  }
  #contents > section#special .entries article > p.pic a {
    display: inline-block;
    max-width: 466px;
    padding-right: 26px;
  }
  #contents > section#special .entries article > p.pic a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -0.5em;
    color: #fff;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #contents > section#special .entries article > p.pic a img {
    width: 100%;
    height: auto;
  }
  #contents > section#special .entries article .cont {
    float: none;
    width: auto;
    padding: 10px;
    border-top: none;
  }
  #contents > section#special .entries article .cont p.date {
    margin-bottom: 0;
    font-size: 11px;
  }
  #contents > section#special .entries article .cont h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  #contents > section#special .entries article .cont p.txt {
    line-height: 1.6;
  }
}

#contents > section#about .head div.ttl {
  width: 484px;
  height: 136px;
  padding: 26px 0 0 64px;
  background: url(/aisare/img/common/bg_ttl_about.png) no-repeat 0 0;
  -webkit-background-size: 484px 136px;
          background-size: 484px 136px;
}

#contents > section#about .head div.ttl h2 {
  margin-right: 12px;
  font-size: 86px;
}

#contents > section#about .head div.ttl p {
  position: relative;
  top: -5px;
  font-size: 20px;
}

@media only screen and (max-width: 568px) {
  #contents > section#about .head div.ttl {
    width: 295px;
    height: 83px;
    padding: 16px 0 0 36px;
    -webkit-background-size: 295px 83px;
            background-size: 295px 83px;
  }
  #contents > section#about .head div.ttl h2 {
    margin-right: 6px;
    font-size: 54px;
  }
  #contents > section#about .head div.ttl p {
    top: -2px;
    font-size: 12px;
  }
}

#contents .product {
  border: 4px solid #c4bbdb;
  border-radius: 40px;
  text-align: center;
  padding: 25px 70px 35px;
}

#contents .product ul.btn {
  clear: both;
}

#contents .product ul.btn li {
  display: inline-block;
  width: 250px;
  margin: 0 20px;
}

#contents .product ul.btn li a {
  position: relative;
  display: block;
  padding: 15px 20px;
  border: 1px solid #c5bbdb;
  background-color: #e7cfdd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e7ec));
  background-image: -webkit-linear-gradient(#fff 0%, #e8e7ec 100%);
  background-image: linear-gradient(#fff 0%, #e8e7ec 100%);
  font-size: 18px;
  color: #59429B;
}

#contents .product ul.btn li a:hover {
  opacity: 0.8;
}

#contents .product ul.btn li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents .product p.txt {
  margin-bottom: 20px;
  text-align: left;
}

#contents .product ul.list {
  margin: 0 -24px 20px;
}

#contents .product ul.list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

#contents .product ul.list li p.name {
  margin-top: -45px;
  color: #f14da3;
}

#contents .product.is_col4 {
  margin-bottom: 40px;
}

#contents .product.is_col4 h3 {
  margin-bottom: 10px;
}

#contents .product.is_col4 ul.list li {
  width: 160px;
}

#contents .product.is_col5 {
  margin-bottom: 40px;
  padding: 30px 40px;
}

#contents .product.is_col5 h3 {
  margin-bottom: 20px;
}

#contents .product.is_col5 p.txt {
  padding: 0 50px;
}

#contents .product.is_col5 ul.list li {
  width: 152px;
}

#contents .product.is_col5 ul.list p.catch {
  color: #8679c6;
  font-weight: bold;
}

#contents .product.is_col5 ul.list p.name {
  margin-top: 0;
  color: #79665b;
}

#contents .product.is_col5.is_overflow {
  margin: 0 -70px 40px;
}

@media only screen and (max-width: 568px) {
  #contents .product {
    border: 2px solid #c4bbdb;
    border-radius: 20px;
  }
  #contents .product ul.btn li {
    display: block;
    width: auto;
    margin: 0 0 10px;
  }
  #contents .product ul.btn li a {
    padding: 10px;
    font-size: 14px;
  }
  #contents .product ul.btn li a:after {
    right: 10px;
    font-size: 20px;
  }
  #contents .product.is_col4 {
    margin-bottom: 20px;
    padding: 15px;
  }
  #contents .product.is_col4 h3 {
    margin: 0 -10px 10px;
  }
  #contents .product.is_col4 h3 img {
    width: 100%;
  }
  #contents .product.is_col4 p.txt {
    margin-bottom: 15px;
  }
  #contents .product.is_col4 ul.list {
    margin: 0 0 10px;
  }
  #contents .product.is_col4 ul.list li {
    width: 42%;
    margin: 0 4% 4%;
  }
  #contents .product.is_col4 ul.list li p.pic img {
    width: 100%;
  }
  #contents .product.is_col4 ul.list li p.pic img.sp_width_auto {
    width: auto;
  }
  #contents .product.is_col4 ul.list li p.name {
    margin-top: -45px;
    color: #f14da3;
  }
  #contents .product.is_col5 {
    margin: 0 0 20px;
    padding: 15px;
  }
  #contents .product.is_col5 h3 img {
    width: 100%;
  }
  #contents .product.is_col5 p.txt {
    padding: 0;
  }
  #contents .product.is_col5 ul.list li {
    margin: 0;
    width: 42%;
  }
  #contents .product.is_col5.is_overflow {
    margin: 0 0 20px;
  }
}

/*=====================================================
	Home
=====================================================*/
#p_home {
  overflow-x: hidden;
}

#p_home #contents .mainvisual {
  width: 750px;
  margin: 0 auto;
}

#p_home #contents .mainvisual .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 3px 10px;
  border: 2px solid #806e64;
  border-radius: 10px;
  background: #fff;
}

#p_home #contents .mainvisual .owl-theme .owl-controls .owl-page.active span {
  background: #806e64;
}

@media only screen and (min-width: 569px) {
  #p_home #contents .mainvisual .owl-carousel .owl-wrapper-outer {
    overflow: inherit;
  }
  #p_home #contents .mainvisual .owl-carousel .owl-wrapper-outer .owl-wrapper {
    width: 100000px !important;
  }
  #p_home #contents .mainvisual .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 750px !important;
  }
  #p_home #contents .mainvisual .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item a:hover img {
    opacity: 0.8;
  }
  #p_home #contents .mainvisual .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item a img {
    margin: 0 5px;
  }
  #p_home #contents .mainvisual .owl-theme .owl-controls {
    text-align: right;
  }
}

@media only screen and (max-width: 986px) {
  #p_home #contents .mainvisual {
    overflow: hidden;
  }
}

@media only screen and (max-width: 568px) {
  #p_home #contents .mainvisual {
    width: auto;
    margin: 0;
  }
  #p_home #contents .mainvisual .owl-carousel .owl-wrapper-outer .owl-wrapper {
    margin-left: 0 !important;
  }
  #p_home #contents .mainvisual .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item.added {
    display: none;
  }
  #p_home #contents .mainvisual .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 569px) {
  #p_home #contents .social_button {
    z-index: 10;
    position: relative;
    width: 740px;
    margin: 0 auto 20px;
    text-align: left;
  }
  #p_home #contents .social_button ul {
    position: absolute;
    top: -24px;
    width: 300px;
  }
}

@media only screen and (max-width: 568px) {
  #p_home #contents .social_button {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: center;
  }
}

/*=====================================================
	About
=====================================================*/
#p_about #contents > section .box {
  margin-bottom: 40px;
  padding-top: 80px;
  background: url(/aisare/img/about/bg_box.png) no-repeat center top;
}

@media only screen and (max-width: 568px) {
  #p_about #contents > section .box {
    padding-top: 45px;
    -webkit-background-size: 35px 27px;
            background-size: 35px 27px;
    margin-bottom: 20px;
  }
}

#p_about #contents > section#about {
  padding: 20px 10px;
}

#p_about #contents > section#about .head div.ttl {
  color: #00acd4;
}

#p_about #contents > section#about #main {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#p_about #contents > section#about #main p.lead {
  padding: 20px 0 30px;
  text-align: center;
  font-size: 14px;
}

#p_about #contents > section#about #main .box.box01 p.txt01 {
  margin-bottom: 15px;
  text-align: center;
}

#p_about #contents > section#about #main .box.box01 p.txt02 {
  margin-bottom: 30px;
  text-align: center;
}

#p_about #contents > section#about #main .box.box01 .resolve {
  width: 946px;
  background: #F4F6F8 url(/aisare/img/about/bg_resolve_02.jpg) no-repeat right 10px;
  -webkit-background-size: 339px 300px;
          background-size: 339px 300px;
}

#p_about #contents > section#about #main .box.box01 .resolve .inner {
  height: 356px;
  padding: 25px 0 0 165px;
  background: url(/aisare/img/about/bg_resolve_01.jpg) no-repeat 80px 50px;
  -webkit-background-size: 75px 277px;
          background-size: 75px 277px;
}

#p_about #contents > section#about #main .box.box01 .resolve .inner p.ttl {
  margin-bottom: 30px;
}

#p_about #contents > section#about #main .box.box01 .resolve .inner ul {
  margin-left: 40px;
}

#p_about #contents > section#about #main .box.box01 .resolve .inner ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

#p_about #contents > section#about #main .box.box01 .resolve .inner ul li:first-letter {
  color: #d7dae7;
}

#p_about #contents > section#about #main .box.box02 {
  margin-bottom: 0;
  text-align: center;
}

#p_about #contents > section#about #main .box.box02 p.ttl {
  margin-bottom: 25px;
}

@media only screen and (max-width: 568px) {
  #p_about #contents > section#about #main .mainvisual p img {
    width: 100%;
    height: auto;
  }
  #p_about #contents > section#about #main p.lead {
    padding: 10px 0 15px;
    font-size: 12px;
  }
  #p_about #contents > section#about #main .box.box01 p.txt01 {
    margin-bottom: 10px;
  }
  #p_about #contents > section#about #main .box.box01 p.txt01 img {
    width: 90%;
    height: auto;
  }
  #p_about #contents > section#about #main .box.box01 p.txt02 {
    margin-bottom: 20px;
  }
  #p_about #contents > section#about #main .box.box01 p.txt02 img {
    width: 90%;
    height: auto;
  }
  #p_about #contents > section#about #main .box.box01 .resolve {
    width: auto;
    background-image: none;
  }
  #p_about #contents > section#about #main .box.box01 .resolve .inner {
    height: auto;
    padding: 12px 15px 18px 15px;
    background: none;
  }
  #p_about #contents > section#about #main .box.box01 .resolve .inner p.ttl {
    margin-bottom: 15px;
  }
  #p_about #contents > section#about #main .box.box01 .resolve .inner p.ttl img {
    width: 232px;
    height: 48px;
  }
  #p_about #contents > section#about #main .box.box01 .resolve .inner ul {
    margin-left: 0;
  }
  #p_about #contents > section#about #main .box.box01 .resolve .inner ul li {
    margin-bottom: 2px;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 12px;
  }
  #p_about #contents > section#about #main .box.box02 {
    margin-bottom: 0;
  }
  #p_about #contents > section#about #main .box.box02 p.ttl {
    margin-bottom: 25px;
  }
  #p_about #contents > section#about #main .box.box02 p.ttl img {
    width: 90%;
    height: auto;
  }
  #p_about #contents > section#about #main .box.box02 p.pic img {
    width: 100%;
    height: auto;
  }
}

#p_about #contents > section#special .pickup {
  padding-top: 70px;
}

#p_about #contents > section#special .pickup p.ttl {
  text-align: center;
  line-height: 1.4;
  font-family: 'Cookie', cursive;
  font-size: 60px;
  color: #FF39A4;
}

@media only screen and (max-width: 568px) {
  #p_about #contents > section#special .pickup {
    padding-top: 40px;
  }
  #p_about #contents > section#special .pickup p.ttl {
    font-size: 40px;
  }
}

/*=====================================================
	Trivia
=====================================================*/
#p_trivia #contents > section#trivia {
  width: auto;
  margin: 0;
  padding-top: 20px;
}

#p_trivia #contents > section#trivia .categoryTitle {
  color: #00ACD4;
}

#p_trivia #contents > section#trivia .categoryTitle .inner .cont p.ttl {
  line-height: 1.2;
}

#p_trivia #contents > section#trivia .categoryTitle .inner .cont p.en {
  font-family: 'Fredericka the Great', cursive;
}

#p_trivia #contents > section#trivia .archiveTitle {
  background: #F4F2F0;
}

#p_trivia #contents > section#trivia .archiveTitle p {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  color: #79665B;
}

#p_trivia #contents > section#trivia .archiveTitle p:first-letter {
  color: #81d0e2;
}

#p_trivia #contents > section#trivia #main #blogMain ul.topicPath li {
  display: inline;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#p_trivia #contents > section#trivia #main #blogMain ul.topicPath li:after {
  content: " ＞";
  display: inline;
}

#p_trivia #contents > section#trivia #main #blogMain ul.topicPath li:last-child:after {
  display: none;
}

#p_trivia #contents > section#trivia #main #blogMain .entries article p.txt {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
}

#p_trivia #contents > section#trivia #main #blogMain .entries article p.txt img {
  margin-bottom: 5px;
}

#p_trivia #contents > section#trivia #main aside dl dt {
  padding: 5px 10px;
  background: #F4F2F0;
}

#p_trivia #contents > section#trivia #main aside dl dd {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  color: #00ACD4;
}

#p_trivia #contents > section#trivia #main aside dl dd a {
  color: #00ACD4;
}

@media only screen and (min-width: 569px) {
  #p_trivia #contents > section#trivia .head {
    width: 940px;
    margin: 0 auto 10px;
  }
  #p_trivia #contents > section#trivia .head.compact {
    margin-bottom: 0;
  }
  #p_trivia #contents > section#trivia .categoryTitle {
    margin: 20px 0 60px;
  }
  #p_trivia #contents > section#trivia .categoryTitle .inner {
    position: relative;
    width: 940px;
    height: 220px;
    margin: 0 auto;
  }
  #p_trivia #contents > section#trivia .categoryTitle .inner p.pic {
    position: absolute;
    left: 0;
    top: -20px;
  }
  #p_trivia #contents > section#trivia .categoryTitle .inner p.pic img {
    border-radius: 130px;
  }
  #p_trivia #contents > section#trivia .categoryTitle .inner .cont {
    display: table-cell;
    vertical-align: middle;
    height: 220px;
    padding-left: 300px;
    text-align: left;
  }
  #p_trivia #contents > section#trivia .categoryTitle .inner .cont p.ttl {
    font-size: 45px;
  }
  #p_trivia #contents > section#trivia .categoryTitle .inner .cont p.en {
    padding-left: 5px;
    font-size: 30px;
  }
  #p_trivia #contents > section#trivia .archiveTitle {
    margin-bottom: 40px;
  }
  #p_trivia #contents > section#trivia .archiveTitle p {
    padding: 8px 20px;
    font-size: 18px;
  }
  #p_trivia #contents > section#trivia #main {
    width: 940px;
    margin: 0 auto;
  }
  #p_trivia #contents > section#trivia #main #blogMain {
    display: table-cell;
    vertical-align: top;
    padding: 10px 39px 0 0;
  }
  #p_trivia #contents > section#trivia #main #blogMain ul.topicPath {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #p_trivia #contents > section#trivia #main #blogMain ul.topicPath li a:hover {
    text-decoration: underline;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries {
    width: 600px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    text-align: left;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article a {
    overflow: hidden;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article a > p.pic {
    float: left;
    width: 120px;
    margin-bottom: 0;
    padding: 0 10px 10px 0;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article a > p.pic img {
    width: 100%;
    height: auto;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article p.date {
    margin-left: 0;
    font-size: 14px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article h3 {
    margin-left: 0;
    font-size: 16px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article a:hover p.txt {
    text-decoration: underline;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article .cont {
    float: right;
    width: 470px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article .cont p.cat {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 10px;
    font-size: 15px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article .cont p.date {
    float: right;
    margin-left: 10px;
    margin-right: 0;
    font-size: 14px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article .cont h3 {
    clear: both;
    margin-left: 10px;
    margin-right: 0;
  }
  #p_trivia #contents > section#trivia #main aside {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    border-left: 1px solid #dcd6d3;
  }
  #p_trivia #contents > section#trivia #main aside p.mod_btn {
    margin: 10px 0 30px;
  }
  #p_trivia #contents > section#trivia #main aside p.caTitle {
    display: none;
  }
  #p_trivia #contents > section#trivia #main aside .caWrap {
    display: block !important;
  }
  #p_trivia #contents > section#trivia #main aside dl {
    padding-bottom: 10px;
    font-size: 14px;
  }
  #p_trivia #contents > section#trivia #main aside dl dt {
    margin-bottom: 15px;
  }
  #p_trivia #contents > section#trivia #main aside dl dd a {
    display: block;
  }
  #p_trivia #contents > section#trivia #main aside dl dd a:hover {
    text-decoration: underline;
  }
  #p_trivia #contents > section#trivia #main aside dl.category dd a {
    padding: 5px 0;
  }
  #p_trivia #contents > section#trivia #main aside dl.category dd a p.pic {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
  }
  #p_trivia #contents > section#trivia #main aside dl.category dd a p.pic img {
    border-radius: 30px;
  }
  #p_trivia #contents > section#trivia #main aside dl.category dd a p.ttl {
    display: table-cell;
    vertical-align: middle;
  }
  #p_trivia #contents > section#trivia #main aside dl.archive dd a {
    padding: 3px 10px;
  }
}

@media only screen and (max-width: 568px) {
  #p_trivia #contents > section#trivia .categoryTitle {
    margin: 40px -10px 0;
    padding-bottom: 10px;
    text-align: center;
  }
  #p_trivia #contents > section#trivia .categoryTitle p.pic {
    margin-bottom: 10px;
  }
  #p_trivia #contents > section#trivia .categoryTitle p.pic img {
    margin-top: -20px;
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }
  #p_trivia #contents > section#trivia .categoryTitle .cont p.ttl {
    font-size: 30px;
  }
  #p_trivia #contents > section#trivia .categoryTitle .cont p.en {
    font-size: 20px;
  }
  #p_trivia #contents > section#trivia .archiveTitle {
    margin: 0 -10px 20px;
  }
  #p_trivia #contents > section#trivia .archiveTitle p {
    padding: 4px 10px;
    font-size: 14px;
  }
  #p_trivia #contents > section#trivia #main #blogMain ul.topicPath {
    padding: 15px 0 20px 0;
    font-size: 11px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article a {
    display: block;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article a > p.pic {
    display: inline-block;
    margin-bottom: 10px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article .cont {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article p.txt {
    display: block;
    padding: 0 25px 5px 10px;
  }
  #p_trivia #contents > section#trivia #main #blogMain .entries article p.txt img {
    width: 100%;
    height: auto;
  }
  #p_trivia #contents > section#trivia #main aside {
    margin: 0 -10px;
  }
  #p_trivia #contents > section#trivia #main aside p.mod_btn {
    display: none;
  }
  #p_trivia #contents > section#trivia #main aside p.caTitle {
    position: relative;
    padding: 10px;
    background: #00ACD4;
    font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }
  #p_trivia #contents > section#trivia #main aside p.caTitle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -0.5em;
    color: #fff;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #p_trivia #contents > section#trivia #main aside p.caTitle.open:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -0.5em;
    color: #fff;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #p_trivia #contents > section#trivia #main aside .caWrap {
    display: none;
  }
  #p_trivia #contents > section#trivia #main aside dl dt {
    border-bottom: 1px solid #E1DBD7;
  }
  #p_trivia #contents > section#trivia #main aside dl dd {
    position: relative;
    border-bottom: 1px solid #E1DBD7;
  }
  #p_trivia #contents > section#trivia #main aside dl dd:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -0.5em;
    color: #938477;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #p_trivia #contents > section#trivia #main aside dl dd a {
    display: block;
    padding: 10px;
  }
  #p_trivia #contents > section#trivia #main aside dl.category dd a p.pic {
    display: none;
  }
}

@media only screen and (min-width: 569px) {
  #p_trivia.p_trivia_home #contents > section#trivia #main #blogMain .entries article p.txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    width: 470px;
    padding: 0 0 10px 10px;
  }
}

#p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a > p.pic {
  overflow: hidden;
  width: 200px;
  height: 150px;
  padding: 0;
}

#p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a > p.pic img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0;
}

#p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a .cont p.date {
  margin: 0 0 4px;
}

#p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a .cont h3 {
  margin: 0 0 4px;
}

@media only screen and (min-width: 569px) {
  #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a .cont {
    width: 380px;
  }
  #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a .cont p.date {
    float: none;
  }
}

@media only screen and (max-width: 568px) {
  #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article {
    padding: 0;
  }
  #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a {
    padding: 20px 25px 20px 10px;
  }
  #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a > p.pic {
    display: block;
    margin: 0 auto 10px;
  }
  #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a .cont {
    width: auto;
    margin: 0;
    padding: 0;
  }
  #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a .cont p.date, #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a .cont h3, #p_trivia.p_trivia_category #contents > section#trivia #main #blogMain .entries article a .cont p.txt {
    padding: 0;
  }
}

#p_trivia.p_trivia_category_oversea #contents > section#trivia .categoryTitle {
  background: #eefaef;
}

#p_trivia.p_trivia_category_news #contents > section#trivia .categoryTitle {
  background: #f1f0fc;
}

#p_trivia.p_trivia_category_professional #contents > section#trivia .categoryTitle {
  background: #fcf0f5;
}

#p_trivia.p_trivia_category_girlstalk #contents > section#trivia .categoryTitle {
  background: #fcfbea;
}

#p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article .entryBody {
  font-size: 14px;
}

@media only screen and (min-width: 569px) {
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain nav.entryNav p.btn {
    margin: 0 80px 6px;
  }
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #00acd4;
  }
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article .entryBody p {
    clear: both;
    margin-bottom: 2em;
  }
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article .entryBody img {
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article .entryBody img.left {
    float: left;
    margin: 0 40px 20px 0;
  }
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article .entryBody img.right {
    float: right;
    margin: 0 0 20px 40px;
  }
}

@media only screen and (max-width: 568px) {
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article {
    border-top: none;
    padding-top: 0;
  }
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article:after {
    display: none;
  }
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article p.date {
    margin: 0;
    padding: 0;
  }
  #p_trivia.p_trivia_entry #contents > section#trivia #main #blogMain .entries article h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
  }
}

#p_trivia.p_trivia_entry #contents .product {
  font-size: 14px;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  max-width: 960px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 568px) {
  #p_trivia.p_trivia_entry #contents .product {
    font-size: 12px;
  }
}

/*=====================================================
	Special 共通
=====================================================*/
#p_special.p_special_entry #contents > section#special {
  padding: 20px 0 20px;
}

#p_special.p_special_entry #contents > section#special .entries article h3 {
  color: #00acd4;
}

#p_special.p_special_entry #contents > section#special #main {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
}

#p_special.p_special_entry #contents > section#special #main .mainvisual {
  margin: 0 -70px;
}

#p_special.p_special_entry #contents > section#special #main p.lead {
  padding: 15px 0 25px;
}

@media only screen and (min-width: 569px) {
  #p_special.p_special_entry #contents > section#special #main .imageBox {
    display: table;
    table-layout: fixed;
  }
  #p_special.p_special_entry #contents > section#special #main .imageBox p.pic {
    display: table-cell;
    vertical-align: top;
    width: 1%;
  }
  #p_special.p_special_entry #contents > section#special #main .imageBox .cont, #p_special.p_special_entry #contents > section#special #main .imageBox .picBox {
    display: table-cell;
    vertical-align: top;
  }
  #p_special.p_special_entry #contents > section#special #main .imageBox.imageBoxL {
    direction: rtl;
  }
  #p_special.p_special_entry #contents > section#special #main .imageBox.imageBoxL p.pic {
    direction: ltr;
    padding-right: 35px;
  }
  #p_special.p_special_entry #contents > section#special #main .imageBox.imageBoxL .cont {
    direction: ltr;
  }
  #p_special.p_special_entry #contents > section#special #main .imageBox.imageBoxR p.pic {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry #contents > section#special #main .imageBox p.pic, #p_special.p_special_entry #contents > section#special #main .imageBox .picBox {
    text-align: center;
  }
  #p_special.p_special_entry #contents > section#special #main .imageBox p.pic img, #p_special.p_special_entry #contents > section#special #main .imageBox .picBox img {
    width: 240px;
  }
  #p_special.p_special_entry #contents > section#special #main .imageBox p.pic.no_limit img, #p_special.p_special_entry #contents > section#special #main .imageBox .picBox.no_limit img {
    width: 100%;
  }
}

#p_special.p_special_entry #contents > section#special #main .next {
  padding: 50px 0 30px;
  background: url(/aisare/img/special/bg_box_next.png) no-repeat center top;
  -webkit-background-size: 70px 54px;
          background-size: 70px 54px;
  text-align: center;
}

#p_special.p_special_entry #contents > section#special #main .next h3 {
  line-height: 1.3;
  font-family: 'Cookie', cursive;
  font-size: 60px;
  color: #FF39A4;
}

#p_special.p_special_entry #contents > section#special #main .next .wrap {
  padding: 16px 20px 10px;
  border: 4px solid #8AD4E5;
}

#p_special.p_special_entry #contents > section#special #main .next .wrap p.ttl {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 36px;
  border-radius: 20px;
  background: #52B9D0;
  font-size: 18px;
  color: #fff;
}

#p_special.p_special_entry #contents > section#special #main .next .wrap p.txt {
  line-height: 1.6;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 24px;
  color: #00ACD4;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry #contents > section#special {
    padding: 20px 0 0;
  }
  #p_special.p_special_entry #contents > section#special .entries article h3 {
    font-size: 20px;
  }
  #p_special.p_special_entry #contents > section#special #main {
    font-size: 12px;
    padding: 0 10px;
  }
  #p_special.p_special_entry #contents > section#special #main .mainvisual {
    margin: 0 -10px;
  }
  #p_special.p_special_entry #contents > section#special #main .mainvisual p img {
    width: 100%;
    height: auto;
  }
  #p_special.p_special_entry #contents > section#special #main p.lead {
    padding: 15px 0 25px;
  }
  #p_special.p_special_entry #contents > section#special #main .next {
    padding: 40px 0 30px;
    -webkit-background-size: 42px 33px;
            background-size: 42px 33px;
  }
  #p_special.p_special_entry #contents > section#special #main .next h3 {
    font-size: 30px;
  }
  #p_special.p_special_entry #contents > section#special #main .next .wrap {
    padding: 8px 10px 5px;
    border-width: 2px;
  }
  #p_special.p_special_entry #contents > section#special #main .next .wrap p.ttl {
    margin-bottom: 4px;
    padding: 1px 30px;
    font-size: 12px;
  }
  #p_special.p_special_entry #contents > section#special #main .next .wrap p.txt {
    font-size: 15px;
  }
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry #contents > section#special > .mod_btn {
    margin-bottom: 20px;
  }
}

#p_special.p_special_entry_02 #main .member, #p_special.p_special_entry_03 #main .member, #p_special.p_special_entry_05 #main .member, #p_special.p_special_entry_06 #main .member, #p_special.p_special_entry_07 #main .member {
  margin: 10px -34px 40px;
  text-align: center;
}

@media only screen and (min-width: 569px) {
  #p_special.p_special_entry_02 #main .member, #p_special.p_special_entry_03 #main .member, #p_special.p_special_entry_05 #main .member, #p_special.p_special_entry_06 #main .member, #p_special.p_special_entry_07 #main .member {
    padding-bottom: 50px;
    background: url(/aisare/img/special/02/bg_member_pc.png) no-repeat center bottom;
  }
  #p_special.p_special_entry_02 #main .member p.ttl, #p_special.p_special_entry_03 #main .member p.ttl, #p_special.p_special_entry_05 #main .member p.ttl, #p_special.p_special_entry_06 #main .member p.ttl, #p_special.p_special_entry_07 #main .member p.ttl {
    margin: 0 auto;
  }
  #p_special.p_special_entry_02 #main .member p.ttl img, #p_special.p_special_entry_03 #main .member p.ttl img, #p_special.p_special_entry_05 #main .member p.ttl img, #p_special.p_special_entry_06 #main .member p.ttl img, #p_special.p_special_entry_07 #main .member p.ttl img {
    display: none;
  }
}

#p_special.p_special_entry_02 #main .member ul li, #p_special.p_special_entry_03 #main .member ul li, #p_special.p_special_entry_05 #main .member ul li, #p_special.p_special_entry_06 #main .member ul li, #p_special.p_special_entry_07 #main .member ul li {
  display: inline-block;
  vertical-align: top;
  width: 118px;
  margin: 0 15px;
}

#p_special.p_special_entry_02 #main .member ul li p.pic, #p_special.p_special_entry_03 #main .member ul li p.pic, #p_special.p_special_entry_05 #main .member ul li p.pic, #p_special.p_special_entry_06 #main .member ul li p.pic, #p_special.p_special_entry_07 #main .member ul li p.pic {
  margin-bottom: 5px;
}

#p_special.p_special_entry_02 #main .member ul li p.name, #p_special.p_special_entry_03 #main .member ul li p.name, #p_special.p_special_entry_05 #main .member ul li p.name, #p_special.p_special_entry_06 #main .member ul li p.name, #p_special.p_special_entry_07 #main .member ul li p.name {
  font-weight: bold;
}

#p_special.p_special_entry_02 #main .member ul li p.txt, #p_special.p_special_entry_03 #main .member ul li p.txt, #p_special.p_special_entry_05 #main .member ul li p.txt, #p_special.p_special_entry_06 #main .member ul li p.txt, #p_special.p_special_entry_07 #main .member ul li p.txt {
  text-align: left;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_02 #main .member, #p_special.p_special_entry_03 #main .member, #p_special.p_special_entry_05 #main .member, #p_special.p_special_entry_06 #main .member, #p_special.p_special_entry_07 #main .member {
    margin: 0 0 25px;
    padding-bottom: 30px;
    background: url(/aisare/img/special/02/bg_member_sp.png) no-repeat center bottom;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #p_special.p_special_entry_02 #main .member p.ttl, #p_special.p_special_entry_03 #main .member p.ttl, #p_special.p_special_entry_05 #main .member p.ttl, #p_special.p_special_entry_06 #main .member p.ttl, #p_special.p_special_entry_07 #main .member p.ttl {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_02 #main .member p.ttl img, #p_special.p_special_entry_03 #main .member p.ttl img, #p_special.p_special_entry_05 #main .member p.ttl img, #p_special.p_special_entry_06 #main .member p.ttl img, #p_special.p_special_entry_07 #main .member p.ttl img {
    width: 100%;
  }
  #p_special.p_special_entry_02 #main .member ul, #p_special.p_special_entry_03 #main .member ul, #p_special.p_special_entry_05 #main .member ul, #p_special.p_special_entry_06 #main .member ul, #p_special.p_special_entry_07 #main .member ul {
    margin: 0 -2%;
  }
  #p_special.p_special_entry_02 #main .member ul li, #p_special.p_special_entry_03 #main .member ul li, #p_special.p_special_entry_05 #main .member ul li, #p_special.p_special_entry_06 #main .member ul li, #p_special.p_special_entry_07 #main .member ul li {
    width: 33%;
    margin: 0 0 5%;
  }
  #p_special.p_special_entry_02 #main .member ul li p.pic, #p_special.p_special_entry_03 #main .member ul li p.pic, #p_special.p_special_entry_05 #main .member ul li p.pic, #p_special.p_special_entry_06 #main .member ul li p.pic, #p_special.p_special_entry_07 #main .member ul li p.pic {
    padding: 0 9%;
  }
  #p_special.p_special_entry_02 #main .member ul li p.pic img, #p_special.p_special_entry_03 #main .member ul li p.pic img, #p_special.p_special_entry_05 #main .member ul li p.pic img, #p_special.p_special_entry_06 #main .member ul li p.pic img, #p_special.p_special_entry_07 #main .member ul li p.pic img {
    width: 100%;
  }
  #p_special.p_special_entry_02 #main .member ul li p.txt, #p_special.p_special_entry_03 #main .member ul li p.txt, #p_special.p_special_entry_05 #main .member ul li p.txt, #p_special.p_special_entry_06 #main .member ul li p.txt, #p_special.p_special_entry_07 #main .member ul li p.txt {
    padding: 0 9%;
  }
}

/*=====================================================
	Special 01
=====================================================*/
#p_special.p_special_entry_01 #main .pic1-2 {
  margin-bottom: 40px;
}

#p_special.p_special_entry_01 #main .pic1-2 p {
  display: inline-block;
  vertical-align: top;
}

#p_special.p_special_entry_01 #main .box {
  margin-bottom: 40px;
  background: url(/aisare/img/special/01/bg_box_head_line.png) repeat-x 0 0;
}

#p_special.p_special_entry_01 #main .box .head {
  margin-bottom: 30px;
  padding-top: 30px;
}

#p_special.p_special_entry_01 #main .box .head p, #p_special.p_special_entry_01 #main .box .head h2 {
  display: inline-block;
  vertical-align: top;
}

#p_special.p_special_entry_01 #main .box > .inner {
  overflow: hidden;
  margin-bottom: 40px;
}

#p_special.p_special_entry_01 #main .box > .inner .cont {
  float: left;
  width: 545px;
}

#p_special.p_special_entry_01 #main .box > .inner p.pic {
  float: right;
}

#p_special.p_special_entry_01 #main .box .comment {
  clear: both;
  overflow: hidden;
  text-align: center;
}

#p_special.p_special_entry_01 #main .box .comment p.pic {
  float: right;
}

#p_special.p_special_entry_01 #main .box .comment p.txt {
  float: left;
}

#p_special.p_special_entry_01 #main .box.box01 > .inner .cont {
  width: 325px;
}

#p_special.p_special_entry_01 #main .box.box01 > .inner .cont p.ttl {
  margin-bottom: 20px;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 22px;
  color: #00acd4;
}

#p_special.p_special_entry_01 #main .box.box01 .comment p.pic {
  padding-right: 45px;
}

#p_special.p_special_entry_01 #main .box.box01 .comment p.txt {
  padding-left: 25px;
}

#p_special.p_special_entry_01 #main .box.box02 > .inner p.pic {
  padding-right: 45px;
}

#p_special.p_special_entry_01 #main .box.box02 .comment p.pic {
  padding-right: 55px;
}

#p_special.p_special_entry_01 #main .box.box02 .comment p.txt {
  padding-left: 75px;
}

#p_special.p_special_entry_01 #main .box.box02 .voice {
  margin-top: 40px;
  padding: 40px 60px 10px;
  background: #FBFAEB;
  color: #49362A;
}

#p_special.p_special_entry_01 #main .box.box02 .voice h3 {
  margin-bottom: 30px;
  text-align: center;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section {
  margin-bottom: 30px;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section h4 {
  margin-bottom: 20px;
  padding: 10px 30px 10px 70px;
  background: #90DABA url(/aisare/img/special/01/ico_q.png) no-repeat 22px 11px;
  -webkit-background-size: 38px 32px;
          background-size: 38px 32px;
  font-size: 22px;
  color: #fff;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .txt {
  padding-bottom: 10px;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .txt p {
  margin-bottom: 1em;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .borderBox {
  padding: 8px 40px 16px;
  border: 1px solid #B6B1A4;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .borderBox .inner {
  background: url(/aisare/img/special/01/line_borderBox.png) repeat left bottom;
  line-height: 34px;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .borderBox .inner h5 {
  font-size: 15px;
  font-weight: bold;
  color: #00acd4;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section.care .inner .wrap {
  margin-bottom: 22px;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section.care .inner .wrap p {
  display: table-cell;
  vertical-align: top;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section.care .inner .wrap p.pic {
  padding-right: 40px;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap {
  margin-bottom: 20px;
  padding: 20px 20px 1px;
  background: #FFF;
  text-align: center;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap dl dd.forsp {
  display: none;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap dl dt {
  margin-bottom: 10px;
}

#p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap dl dd {
  margin-bottom: 30px;
}

#p_special.p_special_entry_01 #main .box.box03 {
  margin-bottom: 0;
}

#p_special.p_special_entry_01 #main .box.box03 > .inner p.pic {
  padding-right: 45px;
}

#p_special.p_special_entry_01 #main .box.box03 section {
  margin-bottom: 40px;
}

#p_special.p_special_entry_01 #main .box.box03 section h3 {
  margin-bottom: 20px;
  padding: 12px 0 3px 50px;
  border-bottom: 2px solid #00acd4;
  background: url(/aisare/img/special/01/bg_03_h3.png) no-repeat 0 0;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 22px;
  color: #00acd4;
}

#p_special.p_special_entry_01 #main .box.box03 section.reason .inner {
  padding: 25px 60px;
  background: #FBFAEB;
  color: #49362A;
}

#p_special.p_special_entry_01 #main .box.box03 section.reason .inner .wrap {
  margin-bottom: 20px;
  padding: 30px 50px;
  background: #FFF url(/aisare/img/special/01/bg_03_reason.jpg) no-repeat 573px 69px;
}

#p_special.p_special_entry_01 #main .box.box03 section.reason .inner .wrap p.forsp {
  display: none;
}

#p_special.p_special_entry_01 #main .box.box03 section.care .inner ul {
  padding: 10px 0 25px;
  text-align: center;
}

#p_special.p_special_entry_01 #main .box.box03 section.care .inner ul li {
  display: inline-block;
  margin: 0 15px;
}

#p_special.p_special_entry_01 #main .box.box03 section.start {
  margin-bottom: 0;
}

#p_special.p_special_entry_01 #main .box.box03 section.start .inner p.txt {
  margin-bottom: 20px;
}

#p_special.p_special_entry_01 #main .box.box03 section.start .inner ul {
  margin-bottom: 40px;
  text-align: center;
}

#p_special.p_special_entry_01 #main .box.box03 section.start .inner ul li {
  display: inline-block;
}

#p_special.p_special_entry_01 #main .box.box04 {
  padding-top: 65px;
  background: url(/aisare/img/about/bg_box.png) no-repeat center top;
  text-align: center;
}

#p_special.p_special_entry_01 #main .box.box04 p.pic {
  margin-bottom: 10px;
}

#p_special.p_special_entry_01 #main .box.box04 h3 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 30px;
  color: #ff39a4;
}

#p_special.p_special_entry_01 #main .box.box04 h3 span {
  font-size: 38px;
}

#p_special.p_special_entry_01 #main .box.box04 p.txt {
  margin-bottom: 50px;
  font-size: 16px;
}

#p_special.p_special_entry_01 #main .box.box04 .product {
  overflow: hidden;
  position: relative;
  padding: 50px 45px 30px 75px;
}

#p_special.p_special_entry_01 #main .box.box04 .product p.husen {
  position: absolute;
  left: 41px;
  top: 10px;
}

#p_special.p_special_entry_01 #main .box.box04 .product .cont {
  float: left;
  width: 280px;
  padding-top: 45px;
  text-align: left;
}

#p_special.p_special_entry_01 #main .box.box04 .product .cont h4 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
  color: #59429B;
}

#p_special.p_special_entry_01 #main .box.box04 .product p.pic {
  float: right;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_01 #main .pic1-2 {
    margin-bottom: 60px;
    text-align: center;
  }
  #p_special.p_special_entry_01 #main .pic1-2 p.pic1 img {
    width: 90%;
    max-width: 300px;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .pic1-2 p.pic2 img {
    width: 95%;
    max-width: 320px;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box {
    margin-bottom: 50px;
    -webkit-background-size: 50px 5px;
            background-size: 50px 5px;
  }
  #p_special.p_special_entry_01 #main .box .head {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: left;
  }
  #p_special.p_special_entry_01 #main .box .head p {
    position: absolute;
    left: 0;
    top: -35px;
  }
  #p_special.p_special_entry_01 #main .box .head p img {
    width: 104px;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box .head h2 {
    padding: 0 10px;
  }
  #p_special.p_special_entry_01 #main .box .head h2 img {
    width: 95%;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box > .inner {
    margin-bottom: 20px;
  }
  #p_special.p_special_entry_01 #main .box > .inner .cont {
    float: none;
    width: auto;
  }
  #p_special.p_special_entry_01 #main .box > .inner .cont .txt {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_01 #main .box > .inner p.pic {
    float: none;
    text-align: center;
  }
  #p_special.p_special_entry_01 #main .box > .inner p.pic img {
    width: 140px;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box .comment {
    clear: both;
    overflow: hidden;
    text-align: center;
  }
  #p_special.p_special_entry_01 #main .box .comment p {
    float: none !important;
  }
  #p_special.p_special_entry_01 #main .box .comment p.pic {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_01 #main .box .comment p.pic img {
    width: 80%;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box .comment p.txt img {
    width: 90%;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box01 .inner .cont {
    width: auto;
  }
  #p_special.p_special_entry_01 #main .box.box01 .inner .cont p.ttl {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #p_special.p_special_entry_01 #main .box.box01 .inner p.pic img {
    width: 100%;
    max-width: 230px;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box01 .comment p.pic {
    padding-right: 0;
  }
  #p_special.p_special_entry_01 #main .box.box01 .comment p.txt {
    padding-left: 0;
  }
  #p_special.p_special_entry_01 #main .box.box02 {
    margin-bottom: 60px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .inner {
    margin-bottom: 5px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .inner p.pic {
    padding-right: 0;
  }
  #p_special.p_special_entry_01 #main .box.box02 .comment p.pic {
    padding-right: 0;
  }
  #p_special.p_special_entry_01 #main .box.box02 .comment p.txt {
    padding-left: 0;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice {
    margin-top: 20px;
    padding: 20px 10px 10px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice h3 {
    margin-bottom: 20px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice h3 img {
    width: 80%;
    max-width: 250px;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section {
    margin-bottom: 15px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section h4 {
    margin-bottom: 10px;
    padding: 6px 10px 6px 40px;
    background-position: 10px 10px;
    -webkit-background-size: 21px 18px;
            background-size: 21px 18px;
    font-size: 14px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .txt {
    padding-bottom: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .borderBox {
    padding: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .borderBox .inner {
    background: none;
    line-height: 1.6;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .borderBox .inner h5 {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section .inner .borderBox .inner ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.care .inner .wrap {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.care .inner .wrap p {
    display: block;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.care .inner .wrap p.pic {
    margin-bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.care .inner .wrap p.pic img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap {
    margin-bottom: 20px;
    padding: 20px 20px 1px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap dl dd.forpc {
    display: none;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap dl dd.forsp {
    display: block;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap dl dt {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap dl dd {
    margin-bottom: 30px;
  }
  #p_special.p_special_entry_01 #main .box.box02 .voice > section.timing .inner .wrap dl dd img {
    width: 100%;
    max-width: 259px;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box03 .head {
    padding-top: 30px;
  }
  #p_special.p_special_entry_01 #main .box.box03 .head p {
    top: -40px;
  }
  #p_special.p_special_entry_01 #main .box.box03 > .inner p.pic {
    padding-right: 0;
  }
  #p_special.p_special_entry_01 #main .box.box03 section {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box03 section h3 {
    min-height: 26px;
    padding: 22px 0 6px 40px;
    border-width: 0 0 1px;
    background-position: left center;
    -webkit-background-size: 33px 34px;
            background-size: 33px 34px;
    line-height: 1.4;
    font-size: 16px;
  }
  #p_special.p_special_entry_01 #main .box.box03 section .inner {
    padding-top: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.reason .inner {
    margin-top: 10px;
    padding: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.reason .inner .wrap {
    margin-bottom: 10px;
    padding: 10px;
    background-image: none;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.reason .inner .wrap p.forpc {
    display: none;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.reason .inner .wrap p.forsp {
    display: block;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.reason .inner .wrap p.forsp img {
    width: 100%;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.care .inner ul {
    padding: 5px 0 0;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.care .inner ul li {
    width: 45%;
    margin: 0 2% 4%;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.care .inner ul li img {
    width: 100%;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.start {
    margin-bottom: 0;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.start .inner p.txt {
    margin-bottom: 20px;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.start .inner ul {
    margin-bottom: 30px;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.start .inner ul li {
    display: block;
    margin-bottom: 5px;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.start .inner ul li:first-child {
    text-align: left;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.start .inner ul li:last-child {
    text-align: right;
  }
  #p_special.p_special_entry_01 #main .box.box03 section.start .inner ul li img {
    width: 70%;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box04 {
    margin-bottom: 30px;
    padding-top: 40px;
    -webkit-background-size: 35px 27px;
            background-size: 35px 27px;
  }
  #p_special.p_special_entry_01 #main .box.box04 p.pic {
    margin-bottom: 0;
  }
  #p_special.p_special_entry_01 #main .box.box04 p.pic img {
    width: 100%;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box04 h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #p_special.p_special_entry_01 #main .box.box04 h3 span {
    font-size: 20px;
  }
  #p_special.p_special_entry_01 #main .box.box04 p.txt {
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
  }
  #p_special.p_special_entry_01 #main .box.box04 p.txt br {
    display: none;
  }
  #p_special.p_special_entry_01 #main .box.box04 .product {
    padding: 10px 15px 5px;
  }
  #p_special.p_special_entry_01 #main .box.box04 .product p.husen {
    position: static;
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box04 .product p.husen img {
    width: 95%;
    height: auto;
  }
  #p_special.p_special_entry_01 #main .box.box04 .product .cont {
    float: none;
    width: auto;
    margin-bottom: 15px;
    padding-top: 0;
    text-align: left;
  }
  #p_special.p_special_entry_01 #main .box.box04 .product .cont h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #p_special.p_special_entry_01 #main .box.box04 .product .cont p {
    font-size: 12px;
  }
  #p_special.p_special_entry_01 #main .box.box04 .product p.pic {
    float: none;
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_01 #main .box.box04 .product p.pic img {
    width: 100%;
    height: auto;
  }
}

/*=====================================================
	Special 02
=====================================================*/
@media only screen and (min-width: 569px) {
  #p_special.p_special_entry_02 #main .member p.ttl {
    width: 864px;
    height: 100px;
    background: url(/aisare/img/special/02/ttl_member_pc.png) no-repeat 0 0;
  }
}

#p_special.p_special_entry_02 #main .box {
  margin-bottom: 30px;
  padding-bottom: 70px;
  background: url(/aisare/img/special/02/bg_box.png) no-repeat center bottom;
  -webkit-background-size: 70px 54px;
          background-size: 70px 54px;
}

#p_special.p_special_entry_02 #main .box .h3Title {
  margin-bottom: 40px;
  padding: 13px 30px 13px 130px;
  background: #E5F7FB url(/aisare/img/special/02/bg_h3.png) no-repeat 24px 13px;
  -webkit-background-size: 81px 87px;
          background-size: 81px 87px;
  position: relative;
}

#p_special.p_special_entry_02 #main .box .h3Title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 135px;
  border: solid 20px transparent;
  border-left-color: #E5F7FB;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#p_special.p_special_entry_02 #main .box .h3Title h3 {
  display: table-cell;
  height: 87px;
  vertical-align: middle;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 26px;
  color: #00acd4;
}

#p_special.p_special_entry_02 #main .box p.catch {
  margin-bottom: 35px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f13e9f;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 22px;
  color: #f13e9f;
}

#p_special.p_special_entry_02 #main .box .imageBox {
  margin-bottom: 20px;
}

#p_special.p_special_entry_02 #main .box dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.5;
}

#p_special.p_special_entry_02 #main .box dl dt {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  font-weight: bold;
}

#p_special.p_special_entry_02 #main .box dl dd {
  display: table-cell;
  vertical-align: top;
}

#p_special.p_special_entry_02 #main .box dl dd span {
  color: #00ACD4;
}

#p_special.p_special_entry_02 #main .start {
  text-align: center;
}

#p_special.p_special_entry_02 #main .start h3 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 30px;
  background: #6BCBE1;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 23px;
  color: #fff;
}

#p_special.p_special_entry_02 #main .start p.catch {
  margin-bottom: 20px;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 46px;
  color: #00ACD4;
}

#p_special.p_special_entry_02 #main .start p.pic {
  margin-bottom: 80px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_02 #main .box {
    margin-bottom: 25px;
    padding: 0 10px 40px;
    -webkit-background-size: 42px 33px;
            background-size: 42px 33px;
  }
  #p_special.p_special_entry_02 #main .box .h3Title {
    margin: 0 -10px 25px;
    padding: 8px 15px 8px 75px;
    background-position: 13px 8px;
    -webkit-background-size: 56px 61px;
            background-size: 56px 61px;
    position: relative;
  }
  #p_special.p_special_entry_02 #main .box .h3Title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 75px;
    border: solid 15px transparent;
    border-left-color: #E5F7FB;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #p_special.p_special_entry_02 #main .box .h3Title h3 {
    font-size: 16px;
    height: 61px;
  }
  #p_special.p_special_entry_02 #main .box p.catch {
    margin-bottom: 15px;
    font-size: 14px;
  }
  #p_special.p_special_entry_02 #main .box dl {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_02 #main .box dl dt {
    width: 50px;
  }
  #p_special.p_special_entry_02 #main .start h3 {
    margin: 0 10px 5px;
    padding: 4px 7px;
    font-size: 14px;
  }
  #p_special.p_special_entry_02 #main .start p.catch {
    margin-bottom: 10px;
    font-size: 22px;
  }
  #p_special.p_special_entry_02 #main .start p.pic {
    margin-bottom: 30px;
  }
  #p_special.p_special_entry_02 #main .start p.pic img {
    width: 100%;
  }
}

/*=====================================================
	Special 03
=====================================================*/
#p_special.p_special_entry_03 #main .headArea {
  padding: 20px 0 10px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .headArea {
    padding: 0 0 20px;
  }
}

@media only screen and (min-width: 569px) {
  #p_special.p_special_entry_03 #main .member p.ttl {
    width: 820px;
    height: 100px;
    background: url(/aisare/img/special/03/ttl_member_pc.png) no-repeat 0 0;
  }
}

#p_special.p_special_entry_03 #main .box {
  margin-bottom: 30px;
  padding-bottom: 60px;
  background: url(/aisare/img/special/02/bg_box.png) no-repeat center bottom;
  -webkit-background-size: 70px 54px;
          background-size: 70px 54px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .box {
    margin-bottom: 25px;
    padding: 0 10px 40px;
    -webkit-background-size: 42px 33px;
            background-size: 42px 33px;
  }
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .box .forpc {
    display: none;
  }
}

@media only screen and (min-width: 569px) {
  #p_special.p_special_entry_03 #main .box .forsp {
    display: none;
  }
}

#p_special.p_special_entry_03 #main .box h3 {
  margin-bottom: 34px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .box h3 {
    margin: 0 -10px 15px;
  }
  #p_special.p_special_entry_03 #main .box h3 img {
    width: 100%;
  }
}

@media only screen and (min-width: 569px) {
  #p_special.p_special_entry_03 #main .box .voice {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #p_special.p_special_entry_03 #main .box .voice .fig {
    float: left;
  }
  #p_special.p_special_entry_03 #main .box .voice .rgt {
    float: right;
    width: 400px;
  }
  #p_special.p_special_entry_03 #main .box .voice .rgt p {
    padding-top: 20px;
    text-align: right;
  }
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .box .voice .fig {
    padding-bottom: 15px;
    text-align: center;
  }
  #p_special.p_special_entry_03 #main .box .voice .fig img {
    width: 90%;
  }
  #p_special.p_special_entry_03 #main .box .voice .rgt p {
    padding: 10px 0 20px;
    text-align: center;
  }
  #p_special.p_special_entry_03 #main .box .voice .rgt p img {
    width: 240px;
  }
}

#p_special.p_special_entry_03 #main .box > p.fig {
  margin-bottom: 40px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .box > p.fig {
    margin: 0 -10px 20px;
  }
  #p_special.p_special_entry_03 #main .box > p.fig img {
    width: 100%;
  }
}

#p_special.p_special_entry_03 #main .box > .imageBox {
  margin-bottom: 30px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .box > .imageBox {
    margin-bottom: 20px;
  }
  #p_special.p_special_entry_03 #main .box > .imageBox .cont {
    padding-bottom: 10px;
  }
}

#p_special.p_special_entry_03 #main .box dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.5;
}

#p_special.p_special_entry_03 #main .box dl dt {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  font-weight: bold;
}

#p_special.p_special_entry_03 #main .box dl dd {
  display: table-cell;
  vertical-align: top;
}

#p_special.p_special_entry_03 #main .box dl dd span {
  color: #dd5fa3;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .box dl {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_03 #main .box dl dt {
    width: 50px;
  }
}

#p_special.p_special_entry_03 #main .start {
  margin-bottom: 50px;
  text-align: center;
}

#p_special.p_special_entry_03 #main .start h3 {
  margin-bottom: 20px;
}

#p_special.p_special_entry_03 #main .start p.txt01 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_03 #main .start {
    margin-bottom: 25px;
  }
  #p_special.p_special_entry_03 #main .start img {
    width: 100%;
  }
  #p_special.p_special_entry_03 #main .start h3 {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_03 #main .start h3 img {
    width: 200px;
  }
  #p_special.p_special_entry_03 #main .start p.txt01 {
    margin-bottom: 10px;
  }
}

/*=====================================================
	Special 04
=====================================================*/
#p_special.p_special_entry_04 #contents > section#special {
  width: 940px;
  color: #221815;
}

#p_special.p_special_entry_04 #contents > section#special #main *, #p_special.p_special_entry_04 #contents > section#special #main *:before, #p_special.p_special_entry_04 #contents > section#special #main *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#p_special.p_special_entry_04 #contents > section#special #main .bg_arrow {
  padding-bottom: 80px;
  background: url(/aisare/img/special/02/bg_box.png) no-repeat center bottom;
  -webkit-background-size: 70px 54px;
          background-size: 70px 54px;
}

#p_special.p_special_entry_04 #contents > section#special #main .mainvisual {
  margin: 0;
}

#p_special.p_special_entry_04 #contents > section#special #main .mainvisual .txt {
  text-align: center;
  margin: 20px 0;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main .mainvisual {
    margin: 0 -10px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main .mainvisual .txt {
    margin: 10px;
  }
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul {
  margin: 40px 0 0 0;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li {
  display: inline-block;
  width: 220px;
  border: 1px solid #cacaca;
  text-align: center;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li a:hover {
  opacity: 0.8;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .ico {
  width: 110px;
  margin: -20px auto 0;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .pic img, #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .ico img {
  max-width: 100%;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .name, #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .link {
  background-color: #FFF;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .name {
  padding: 10px 0 5px;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .name dt {
  font-size: 16px;
  font-weight: bold;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .name dd {
  font-size: 13px;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .link {
  padding-bottom: 10px;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .link span {
  display: inline-block;
  padding: 0 20px;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li .link span:before {
  content: "";
  margin-right: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li a {
  color: #221815;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson02, #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson03, #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson04 {
  margin: 0 0 0 20px;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson01 {
  background-color: #fffccf;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson01 .link span {
  background-color: #fffccf;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson02 {
  background-color: #e1f0dc;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson02 .link span {
  background-color: #e1f0dc;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson03 {
  background-color: #daeeef;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson03 .link span {
  background-color: #daeeef;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson04 {
  background-color: #ece4f1;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson04 .link span {
  background-color: #ece4f1;
}

#p_special.p_special_entry_04 #contents > section#special #main .headArea > p {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li {
    width: 49%;
  }
  #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson01 {
    margin: 0 1% 0 0;
  }
  #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson02 {
    margin: 0 0 0 1%;
  }
  #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson03 {
    margin: 30px 1% 0 0;
  }
  #p_special.p_special_entry_04 #contents > section#special #main .headArea > ul > li.lesson04 {
    margin: 30px 0 0 1%;
  }
}

#p_special.p_special_entry_04 #contents > section#special #main > section {
  margin-top: 100px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead {
  padding: 20px;
  -webkit-box-shadow: 0 0 0 7px #fff inset;
          box-shadow: 0 0 0 7px #fff inset;
  display: table;
  width: 100%;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl, #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont {
  display: table-cell;
  vertical-align: top;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl {
  width: 54%;
  text-align: center;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl .ico {
  position: relative;
  margin-bottom: 30px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl .ico img {
  margin-top: -40px;
  max-width: 143px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl .ttl {
  font-size: 46px;
  line-height: 1.2;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl .txt {
  font-size: 20px;
  margin-top: 10px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont {
  width: 46%;
  position: relative;
  padding-left: 30px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/aisare/img/special/04/bg_lesson.png);
  -webkit-background-size: 7px 7px;
          background-size: 7px 7px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher {
  min-height: 180px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher > p {
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  color: #444;
  border-bottom: #66686B 1px solid;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher > p:after {
  position: absolute;
  content: "";
  bottom: 3px;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #66686B;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher > dl dt {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher > dl dd {
  margin-top: 10px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher > dl dd a {
  color: #60509E;
  padding-left: 16px;
  position: relative;
  text-decoration: underline;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher > dl dd a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  color: #60509e;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher > dl dd a:hover {
  text-decoration: none;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .txt {
  margin-top: 10px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead {
    display: block;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl, #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont {
    display: block;
    width: 100%;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl .ttl {
    font-size: 32px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonTtl .txt {
    font-size: 18px;
    margin-top: 5px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont:after {
    width: 100%;
    height: 7px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher {
    min-height: 0px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonHead .lessonCont .teacher > dl dt {
    font-size: 16px;
  }
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonBox {
  margin-top: 40px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonBox .cont > .ttl {
  font-size: 28px;
  color: #e32470;
  font-style: italic;
  line-height: 1.4;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonBox .cont > .ttl:nth-of-type(2) {
  margin-top: 40px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonBox .cont > p {
  margin-top: 20px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .lessonBox .cont > p span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffff66));
  background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonBox {
    margin-top: 20px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonBox .cont > .ttl {
    font-size: 22px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .lessonBox .pic {
    margin-top: 20px;
  }
}

#p_special.p_special_entry_04 #contents > section#special #main > section .columnTtl {
  text-align: center;
  margin: 40px 0 0px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .columnTtl h4 {
  position: relative;
  background-image: url(/aisare/img/special/04/bg_ttl_column_pc.png);
  background-repeat: no-repeat;
  background-color: #413d3d;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  z-index: 2;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section .columnTtl {
    padding: 0 10px;
    cursor: pointer;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .columnTtl h4 {
    background-image: url(/aisare/img/special/04/bg_ttl_column_sp.png);
    padding: 10px 40px 10px 10px;
    font-size: 18px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .columnTtl h4:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: #fff;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .columnTtl.js-open h4:after {
    content: "";
  }
}

#p_special.p_special_entry_04 #contents > section#special #main > section .column {
  margin-top: -40px;
  padding: 20px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .column .columnInner {
  background-color: #FFF;
  position: relative;
  padding: 40px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .column .columnInner .columnList {
  display: table;
  table-layout: fixed;
}

#p_special.p_special_entry_04 #contents > section#special #main > section .column .columnInner .columnList li {
  display: table-cell;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section .column {
    padding: 10px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .column .columnInner {
    padding: 50px 10px 10px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .column .columnInner .columnList {
    display: block;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section .column .columnInner .columnList li {
    display: block;
  }
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .lessonHead {
  background-color: #fffccf;
  border: 2px solid #ffedb0;
  color: #796952;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .lessonHead .lessonCont .teacher {
  background: url(/aisare/img/special/04/bg_lesson_01_teacher.png) no-repeat;
  background-position: top right;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .lessonBox .cont p span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fffccf));
  background: -webkit-linear-gradient(transparent 0%, #fffccf 0%);
  background: linear-gradient(transparent 0%, #fffccf 0%);
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .columnTtl h4 span {
  color: #FFFAB8;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column {
  background: url(/aisare/img/special/04/bg_lesson_column.png) #fffccf;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl {
  border: 4px solid #ea7a83;
  padding: 10px 20px;
  width: 340px;
  text-align: center;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl .txt {
  color: #ea7a83;
  line-height: 1.2;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl .txt:nth-of-type(1) {
  font-size: 18px;
  border-bottom: 1px solid #ea7a83;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl .txt:nth-of-type(2) {
  font-size: 26px;
  font-weight: bold;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl .txt:nth-of-type(3) {
  font-size: 16px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox .des {
  padding: 20px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList {
  margin-top: 30px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li .pic {
  text-align: center;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li .pic img {
  max-height: 205px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li .ttl {
  padding: 0 15px 5px;
  text-align: center;
  color: #ea7a83;
  font-size: 16px;
  font-weight: bold;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li .txt {
  padding: 0 15px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li:nth-of-type(1) .pic, #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li:nth-of-type(2) .pic {
  padding: 0 15px 10px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li:nth-of-type(3) .pic {
  padding: 0 5px 10px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .att {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .lessonHead .lessonCont .teacher {
    -webkit-background-size: 132px 132px;
            background-size: 132px 132px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl {
    padding: 10px;
    width: 100%;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl .txt:nth-of-type(1) {
    font-size: 16px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl .txt:nth-of-type(2) {
    font-size: 20px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox > .ttl .txt:nth-of-type(3) {
    font-size: 14px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnBox .des {
    padding: 10px 0;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li {
    max-height: none;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li .ttl {
    padding: 0 0 5px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li .txt {
    padding: 0;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li:nth-of-type(1) .pic, #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li:nth-of-type(2) .pic, #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li:nth-of-type(3) .pic {
    padding: 0 0 10px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson01 .column .columnInner .columnList li:not(:first-child) {
    margin-top: 20px;
  }
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .lessonHead {
  background-color: #e1f0dc;
  border: 2px solid #e1f0dc;
  color: #5e7756;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .lessonHead .lessonCont .teacher {
  background: url(/aisare/img/special/04/bg_lesson_02_teacher.png) no-repeat;
  background-position: top right;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .lessonBox .cont p span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #e1f0dc));
  background: -webkit-linear-gradient(transparent 0%, #e1f0dc 0%);
  background: linear-gradient(transparent 0%, #e1f0dc 0%);
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .columnTtl h4 span {
  color: #d9f2ce;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column {
  background: url(/aisare/img/special/04/bg_lesson_column.png) #e1f0dc;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li {
  padding: 30px 30px 0;
  width: 50%;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .ttl {
  text-align: center;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .ttl p {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  line-height: 1.4;
  padding: 0 20px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .ttl p span {
  font-size: 16px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .ttl p:before, #p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .ttl p:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .ttl p:before {
  left: 0;
  background: url(/aisare/img/special/04/bg_lesson_column_l.png) no-repeat;
  background-position: top left;
  -webkit-background-size: contain;
          background-size: contain;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .ttl p:after {
  right: 0;
  background: url(/aisare/img/special/04/bg_lesson_column_r.png) no-repeat;
  background-position: top right;
  -webkit-background-size: contain;
          background-size: contain;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .pic, #p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .txt {
  margin-top: 10px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .pic {
  text-align: center;
  max-width: 352px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .pic img {
  width: 100%;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .lessonHead .lessonCont .teacher {
    -webkit-background-size: 132px 132px;
            background-size: 132px 132px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li {
    width: 100%;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .ttl p {
    font-size: 18px;
    padding: 0 20px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li .pic {
    max-width: 100%;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li:first-child {
    padding: 0 0 15px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson02 .column .columnInner .columnList li:last-child {
    padding: 15px 0;
  }
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .lessonHead {
  background-color: #daeeef;
  border: 2px solid #daeeef;
  color: #4a8d90;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .lessonHead .lessonCont .teacher {
  background: url(/aisare/img/special/04/bg_lesson_03_teacher.png) no-repeat;
  background-position: top right;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .lessonBox .cont p span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #daeeef));
  background: -webkit-linear-gradient(transparent 0%, #daeeef 0%);
  background: linear-gradient(transparent 0%, #daeeef 0%);
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .columnTtl h4 span {
  color: #caf3f1;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column {
  background: url(/aisare/img/special/04/bg_lesson_column.png) #daeeef;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnTxt {
  margin: 20px 0;
  text-align: center;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnTxt dd {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 3px;
  line-height: 1.2;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnTxt dt {
  font-weight: bold;
  font-size: 24px;
  color: #6997c0;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li {
  width: 25%;
  padding: 0 10px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li .pic {
  text-align: center;
  max-width: 180px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li .pic img {
  width: 100%;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li .txt {
  margin-top: 20px;
  padding: 0 10px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .lessonHead .lessonCont .teacher {
    -webkit-background-size: 132px 132px;
            background-size: 132px 132px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnTxt {
    margin: 0 0 20px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li {
    padding: 0;
    width: 100%;
    display: table;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li .pic, #p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li .txt {
    display: table-cell;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li .pic {
    padding: 0 10px;
    width: 180px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li .txt {
    padding: 0;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson03 .column .columnInner .columnList li:not(:first-child) {
    margin-top: 20px;
  }
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .lessonHead {
  background-color: #ece4f1;
  border: 2px solid #ece4f1;
  color: #9177a1;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .lessonHead .lessonCont .teacher {
  background: url(/aisare/img/special/04/bg_lesson_04_teacher.png) no-repeat;
  background-position: top right;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .lessonBox .cont p span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ece4f1));
  background: -webkit-linear-gradient(transparent 0%, #ece4f1 0%);
  background: linear-gradient(transparent 0%, #ece4f1 0%);
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .columnTtl h4 span {
  color: #ead2fa;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column {
  background: url(/aisare/img/special/04/bg_lesson_column.png) #ece4f1;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont .tag {
  margin-left: -20px;
  background-color: #fff268;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #8A60A4;
  font-size: 22px;
  line-height: 1.0;
  padding: 0 30px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont .ttl {
  margin-top: 10px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont .ttl dt {
  font-weight: bold;
  font-size: 24px;
  color: #8A60A4;
  line-height: 1.4;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont .ttl dd {
  font-weight: bold;
  font-size: 18px;
}

#p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont .txt {
  margin-top: 20px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .lessonHead .lessonCont .teacher {
    -webkit-background-size: 132px 132px;
            background-size: 132px 132px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont .tag {
    margin-left: -10px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont .ttl dt {
    font-size: 20px;
  }
  #p_special.p_special_entry_04 #contents > section#special #main > section.lesson04 .column .columnInner .columnBox .cont .ttl dd {
    font-size: 16px;
  }
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special #main > section {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_04 #contents > section#special {
    width: 100%;
  }
  #p_special.p_special_entry_04 #contents > section#special #main img {
    max-width: 100%;
  }
}

/*=====================================================
	Special 05
=====================================================*/
#p_special.p_special_entry_05 #main .mainvisual {
  text-align: center;
}

#p_special.p_special_entry_05 #main .mainvisual .ttl {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #00acd4;
}

#p_special.p_special_entry_05 #main .mainvisual .ttl span {
  color: #dd5fa3;
}

#p_special.p_special_entry_05 #main .mainvisual .txt {
  margin-top: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_05 #main .mainvisual .ttl {
    font-size: 24px;
  }
  #p_special.p_special_entry_05 #main .mainvisual .txt {
    font-size: 14px;
  }
}

#p_special.p_special_entry_05 #main .member {
  margin-top: 30px;
  background-image: url(/aisare/img/special/05/bg_member_pc.png);
}

#p_special.p_special_entry_05 #main .member .ttl {
  width: 864px;
  height: 60px;
  padding-top: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #DD5FA3;
  font-style: italic;
  background: url(/aisare/img/special/05/ttl_member_pc.png) no-repeat top center;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_05 #main .member {
    background-image: url(/aisare/img/special/05/bg_member_sp.png);
  }
  #p_special.p_special_entry_05 #main .member .ttl {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    padding-top: 15%;
    background: url(/aisare/img/special/05/ttl_member_sp.png) no-repeat top center;
    -webkit-background-size: contain;
            background-size: contain;
    font-size: 16px;
  }
}

#p_special.p_special_entry_05 #main .box {
  margin-top: 80px;
}

#p_special.p_special_entry_05 #main .box:not(:nth-of-type(5)) {
  padding-bottom: 100px;
  background: url(/aisare/img/special/05/fig_division.png) no-repeat center bottom;
}

#p_special.p_special_entry_05 #main .box .h3Title {
  text-align: center;
  padding-top: 50px;
  background: url(/aisare/img/special/05/fig_gikinidetalk.png) no-repeat top center;
  -webkit-background-size: 374px 30px;
          background-size: 374px 30px;
}

#p_special.p_special_entry_05 #main .box > .pic {
  text-align: center;
  margin-top: 20px;
}

#p_special.p_special_entry_05 #main .box .imageBox {
  margin-top: 40px;
}

#p_special.p_special_entry_05 #main .box .imageBox .catch {
  background: url(/aisare/img/special/05/fig_q.png) no-repeat center left;
  -webkit-background-size: 31px 51px;
          background-size: 31px 51px;
  padding: 15px 0 15px 50px;
  margin-bottom: 20px;
}

#p_special.p_special_entry_05 #main .box .imageBox .catch span {
  font-size: 16px;
  font-weight: bold;
  color: #49362A;
  background: url(/aisare/img/special/05/bg_marker_yellow.png) repeat;
}

#p_special.p_special_entry_05 #main .box .imageBox dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.5;
}

#p_special.p_special_entry_05 #main .box .imageBox dl > * {
  display: table-cell;
  vertical-align: top;
}

#p_special.p_special_entry_05 #main .box .imageBox dl dt {
  width: 100px;
  font-weight: bold;
  color: #49362A;
}

#p_special.p_special_entry_05 #main .box .imageBox dl dd span {
  color: #DD5FA3;
  font-weight: bold;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_05 #main .box {
    margin-top: 40px;
  }
  #p_special.p_special_entry_05 #main .box:not(:nth-of-type(5)) {
    padding-bottom: 60px;
    -webkit-background-size: 153px 30px;
            background-size: 153px 30px;
  }
  #p_special.p_special_entry_05 #main .box .h3Title {
    padding-top: 40px;
    -webkit-background-size: 262px 22px;
            background-size: 262px 22px;
  }
  #p_special.p_special_entry_05 #main .box .h3Title img {
    width: 100%;
  }
  #p_special.p_special_entry_05 #main .box .h3Title .h3_01 img {
    max-width: 334px;
  }
  #p_special.p_special_entry_05 #main .box .h3Title .h3_02 img {
    max-width: 280px;
  }
  #p_special.p_special_entry_05 #main .box .h3Title .h3_03 img {
    max-width: 280px;
  }
  #p_special.p_special_entry_05 #main .box .h3Title .h3_04 img {
    max-width: 230px;
  }
  #p_special.p_special_entry_05 #main .box .h3Title .h3_05 img {
    max-width: 258px;
  }
  #p_special.p_special_entry_05 #main .box .imageBox {
    margin-top: 20px;
  }
  #p_special.p_special_entry_05 #main .box > .pic img {
    width: 100%;
  }
}

#p_special.p_special_entry_05 #main .care {
  margin-top: 80px;
  background: url(/aisare/img/special/05/bg_box.png) no-repeat bottom center;
  -webkit-background-size: 70px 54px;
          background-size: 70px 54px;
  padding-bottom: 100px;
}

#p_special.p_special_entry_05 #main .care .careInner {
  background-color: #e8f1f5;
  padding: 30px;
}

#p_special.p_special_entry_05 #main .care .careInner .h3Title {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}

#p_special.p_special_entry_05 #main .care .careInner .h3Title > * {
  display: table-cell;
}

#p_special.p_special_entry_05 #main .care .careInner .h3Title .tag {
  vertical-align: top;
}

#p_special.p_special_entry_05 #main .care .careInner .h3Title .tag span {
  margin-left: -10px;
  display: block;
  border-radius: 100%;
  border: 6px solid #20bba8;
  padding: 25px 3px 0 0;
  height: 85px;
  width: 110px;
  color: #20BBA8;
  background-color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

#p_special.p_special_entry_05 #main .care .careInner .h3Title h3 {
  vertical-align: middle;
  padding: 0 0 0 20px;
}

#p_special.p_special_entry_05 #main .care .careInner .h3Title h3 span {
  background: url(/aisare/img/special/05/bg_marker_white.png) repeat;
  line-height: 1.4;
  color: #20BBA8;
  font-size: 34px;
  font-weight: bold;
}

#p_special.p_special_entry_05 #main .care .careInner > dl {
  margin-top: 10px;
  display: table;
  width: 100%;
}

#p_special.p_special_entry_05 #main .care .careInner > dl > * {
  display: table-cell;
  vertical-align: top;
}

#p_special.p_special_entry_05 #main .care .careInner > dl dd {
  padding-top: 30px;
}

#p_special.p_special_entry_05 #main .care .careInner > dl dt span {
  display: block;
  text-align: center;
}

#p_special.p_special_entry_05 #main .care .careInner > dl dt span.tag {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #8a7dba;
  color: #8A7DBA;
}

#p_special.p_special_entry_05 #main .care .careInner > dl dt span.ttl {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #8a7dba;
  color: #8A7DBA;
}

#p_special.p_special_entry_05 #main .care .careInner > .txt {
  margin: -160px 0 20px 345px;
}

#p_special.p_special_entry_05 #main .care .careInner > .txt .sub {
  font-size: 16px;
  color: #8A7DBA;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_05 #main .care {
    margin-top: 40px;
  }
  #p_special.p_special_entry_05 #main .care .careInner {
    padding: 10px;
  }
  #p_special.p_special_entry_05 #main .care .careInner .h3Title .tag span {
    margin-left: 0px;
    font-size: 16px;
    padding: 15px 3px 0 0;
    height: 65px;
    width: 75px;
  }
  #p_special.p_special_entry_05 #main .care .careInner .h3Title h3 {
    padding: 0 0 0 10px;
  }
  #p_special.p_special_entry_05 #main .care .careInner .h3Title h3 span {
    font-size: 22px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #p_special.p_special_entry_05 #main .care .careInner .h3Title h3 span:before, #p_special.p_special_entry_05 #main .care .careInner .h3Title h3 span:after {
    height: 20px;
  }
  #p_special.p_special_entry_05 #main .care .careInner .h3Title h3 span:before {
    top: 10px;
    width: 200px;
  }
  #p_special.p_special_entry_05 #main .care .careInner .h3Title h3 span:after {
    bottom: -3px;
    width: 80px;
  }
  #p_special.p_special_entry_05 #main .care .careInner .h3Title > .pic {
    display: none;
  }
  #p_special.p_special_entry_05 #main .care .careInner > .pic img {
    width: 100%;
  }
  #p_special.p_special_entry_05 #main .care .careInner > dl dt {
    width: 70%;
    padding: 10px;
    vertical-align: middle;
  }
  #p_special.p_special_entry_05 #main .care .careInner > dl dt span.tag {
    margin-top: 0;
    color: #8A7DBA;
  }
  #p_special.p_special_entry_05 #main .care .careInner > dl dt span.ttl {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
  }
  #p_special.p_special_entry_05 #main .care .careInner > dl dd {
    padding-top: 0px;
    vertical-align: middle;
    width: 30%;
  }
  #p_special.p_special_entry_05 #main .care .careInner > dl dd img {
    width: 100%;
  }
  #p_special.p_special_entry_05 #main .care .careInner > .txt {
    margin: 10px 0 0 0;
  }
}

#p_special.p_special_entry_05 #main .summer {
  margin-top: 80px;
  text-align: center;
}

#p_special.p_special_entry_05 #main .summer p {
  margin-top: 20px;
}

#p_special.p_special_entry_05 #main .summer p a:hover img {
  opacity: 0.8;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_05 #main .summer {
    margin-top: 40px;
  }
  #p_special.p_special_entry_05 #main .summer img {
    width: 100%;
  }
}

#p_special.p_special_entry_05 #main .conclusion {
  margin: 80px -70px 0;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_05 #main .conclusion {
    margin: 40px 0 0;
  }
  #p_special.p_special_entry_05 #main .conclusion img {
    width: 100%;
  }
}

/*=====================================================
	Special 06
=====================================================*/
#p_special.p_special_entry_06 #contents > section#special #main img {
  max-width: 100%;
  height: auto;
}

#p_special.p_special_entry_06 #contents > section#special #main .box {
  margin-bottom: 60px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box:nth-of-type(-n+ 4) {
  padding-bottom: 80px;
  background: url(/aisare/img/special/06/fig_division.png) no-repeat center bottom;
  -webkit-background-size: 124px 19px;
          background-size: 124px 19px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_06 #contents > section#special #main .box:nth-of-type(-n+ 4) {
    padding-bottom: 60px;
  }
}

#p_special.p_special_entry_06 #contents > section#special #main .box:nth-of-type(4) {
  padding-bottom: 120px;
  background: url(/aisare/img/special/bg_box_next_p.png) no-repeat center bottom;
  -webkit-background-size: 84px 66px;
          background-size: 84px 66px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box > .pic {
  text-align: center;
  margin-top: 30px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box > .pic img {
  max-width: 600px;
  width: 100%;
}

#p_special.p_special_entry_06 #contents > section#special #main .box > .h3Title {
  margin-bottom: 30px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox {
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox p.pic, #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont {
  width: 50%;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox > p.pic {
  text-align: center;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .forsp {
  display: none;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont p.pic {
  padding-right: 0;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .fig {
  margin-top: 30px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .h4Title {
  border-left: #e86ba2 2px solid;
  padding-left: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #e86ba2;
  line-height: 1.4;
  font-style: italic;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .h4Title:not(:first-of-type) {
  margin-top: 30px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .h5Title {
  color: #955FB0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #955fb0;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .txt {
  margin-top: 10px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .txt em, #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .txt span {
  font-weight: bold;
  font-style: normal;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .txt em {
  color: #f19715;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .txt span {
  color: #e86ba2;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont.conclusion {
  vertical-align: middle;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont.conclusion .txt {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageBox.imageBoxT p.pic {
  padding-right: 35px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox p.pic, #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont {
    width: 100%;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .forpc {
    display: none;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .forsp {
    display: block;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox p.pic, #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont p.pic, #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .fig {
    margin-top: 15px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .h4Title, #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont .h5Title {
    margin-top: 10px;
    font-size: 18px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox .cont.conclusion .txt {
    margin-top: 15px;
    font-size: 14px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox.imageBoxT p.pic {
    padding-right: 0;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageBox.imageBoxT p.pic img {
    width: auto;
  }
}

#p_special.p_special_entry_06 #contents > section#special #main .box.mainvisual .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_06 #contents > section#special #main .box.mainvisual .txt {
    margin-top: 15px;
    font-size: 14px;
  }
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column {
  margin-top: 60px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAElBMVEXZweXaw+bbxOb28Pn38fn///8h8ipKAAAALElEQVQY02NgYWKAAkZmViBgQOOzMKDxmQYLnwFdngFdPQO6fgZ08xjQzQcAAB8B4T8Mu74AAAAASUVORK5CYII=);
  padding: 15px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner {
  background-color: #FFF;
  padding: 25px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .tag {
  margin: -60px 0 10px;
  direction: rtl;
  padding-right: 40px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .tag img {
  max-width: 200px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .h4Title {
  text-align: center;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .h4Title img {
  max-width: 620px;
  width: 100%;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner > .txt {
  margin-top: 10px;
  text-align: center;
  color: #f0a015;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.picOnly {
  border-spacing: 20px 0;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .cont {
  width: 70%;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox {
  padding-right: 25px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox.profile .pic {
  padding-right: 0;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox.profile .pic img {
  width: 100%;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox.profile .name {
  margin-top: 10px;
  text-align: center;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxR .picBox {
  padding-left: 25px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxR .cont {
  width: 65%;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_06 #contents > section#special #main .box .column {
    margin-top: 30px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner {
    padding: 15px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .tag {
    margin: -40px 0 10px;
    direction: rtl;
    padding-right: 20px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .tag img {
    max-width: 100px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.picOnly > * {
    margin-top: 20px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .cont {
    width: 100%;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox {
    padding-right: 0;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox.profile {
    display: table;
    text-align: left;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox.profile .pic {
    width: 40%;
    padding-right: 20px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox.profile .name {
    text-align: left;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxT .picBox.profile > * {
    vertical-align: top;
    display: table-cell;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxR .picBox {
    margin-top: 10px;
    padding-left: 0;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .column .columnInner .imageBox.imageBoxR .cont {
    width: 100%;
  }
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct {
  margin: 20px 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct > * {
  display: table-cell;
  vertical-align: middle;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct .pro {
  padding: 0 40px 0 0;
  width: 45%;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct .tag {
  width: 55%;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct .tag span {
  display: inline-block;
  border: 1px solid #c8c6c6;
  width: 100px;
  height: 100px;
  padding: 35px 30px 25px;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct .tag span em {
  color: #8679C6;
  font-style: normal;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct .pro {
    padding: 0 0 0 20px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct .tag {
    padding-left: 20px;
    text-align: center;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .imageProduct .tag span {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    padding: 35px 20px 5px;
  }
}

#p_special.p_special_entry_06 #contents > section#special #main .box .feature {
  margin-top: 60px;
  border: #C8C6C6 1px solid;
  padding: 20px 40px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .feature > h5 {
  margin-top: -40px;
}

#p_special.p_special_entry_06 #contents > section#special #main .box .feature ul li {
  margin-top: 5px;
  background-image: url(/aisare/img/special/06/fig_check.png);
  background-repeat: no-repeat;
  -webkit-background-size: 23px 25px;
          background-size: 23px 25px;
  padding: 3px 0 3px 30px;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_06 #contents > section#special #main .box .feature {
    margin-top: 30px;
    padding: 10px 20px;
  }
  #p_special.p_special_entry_06 #contents > section#special #main .box .feature > h5 {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_06 #contents > section#special #main .box {
    margin-bottom: 30px;
  }
}

/*=====================================================
	Special 07
=====================================================*/
#p_special.p_special_entry_07 #main img {
  max-width: 100%;
  height: auto;
}

#p_special.p_special_entry_07 #main em {
  font-style: normal;
}

#p_special.p_special_entry_07 #main .mainvisual > .txt {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

#p_special.p_special_entry_07 #main .mainvisual > .txt br.forsp {
  display: none;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_07 #main .mainvisual > .txt {
    margin-top: 20px;
    font-size: 14px;
  }
  #p_special.p_special_entry_07 #main .mainvisual > .txt br.forsp {
    display: block;
  }
}

#p_special.p_special_entry_07 #main .teacher {
  max-width: 810px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c1c1c1;
  position: relative;
  padding: 40px;
}

#p_special.p_special_entry_07 #main .teacher:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: -webkit-calc(100% - 8px);
  width: calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #c1c1c1;
  z-index: -1;
}

#p_special.p_special_entry_07 #main .teacher > .pic {
  -webkit-flex-basis: 210px;
      -ms-flex-preferred-size: 210px;
          flex-basis: 210px;
}

#p_special.p_special_entry_07 #main .teacher > .cont {
  padding-left: 20px;
  -webkit-flex-basis: -webkit-calc(100% - 210px);
      -ms-flex-preferred-size: calc(100% - 210px);
          flex-basis: calc(100% - 210px);
}

#p_special.p_special_entry_07 #main .teacher > .cont > .ttl {
  color: #577ae2;
  font-size: 18px;
  font-weight: bold;
  background-image: url(/aisare/img/special/07/fig_thistimeteacher.png);
  background-repeat: no-repeat;
  -webkit-background-size: 88px 82px;
          background-size: 88px 82px;
  background-position: left center;
  padding: 5px 0 5px 100px;
  line-height: 1.4;
}

#p_special.p_special_entry_07 #main .teacher > .cont > .ttl em {
  font-size: 22px;
}

#p_special.p_special_entry_07 #main .teacher > .cont > .txt {
  margin-top: 20px;
}

#p_special.p_special_entry_07 #main .teacher > .cont > .txt em {
  background-color: #fff9ca;
}

#p_special.p_special_entry_07 #main .teacher > .cont > .txt a {
  color: #577ae2;
  text-decoration: underline;
  font-weight: bold;
}

#p_special.p_special_entry_07 #main .teacher > .cont > .txt a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_07 #main .teacher {
    display: block;
    padding: 20px;
  }
  #p_special.p_special_entry_07 #main .teacher > .pic {
    text-align: center;
  }
  #p_special.p_special_entry_07 #main .teacher > .pic img {
    max-width: 140px;
  }
  #p_special.p_special_entry_07 #main .teacher > .cont {
    padding-left: 0;
  }
  #p_special.p_special_entry_07 #main .teacher > .cont > .ttl {
    font-size: 16px;
  }
  #p_special.p_special_entry_07 #main .teacher > .cont > .ttl em {
    font-size: 18px;
  }
  #p_special.p_special_entry_07 #main .teacher > .cont > .txt {
    font-size: 14px;
  }
}

#p_special.p_special_entry_07 #main .etiquette {
  margin: 40px auto 0;
  padding-top: 160px;
  position: relative;
}

#p_special.p_special_entry_07 #main .etiquette:before, #p_special.p_special_entry_07 #main .etiquette:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

#p_special.p_special_entry_07 #main .etiquette:before {
  background-image: url(/aisare/img/special/07/fig_topic_epilation.png);
  width: 106px;
  height: 132px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#p_special.p_special_entry_07 #main .etiquette:after {
  background-image: url(/aisare/img/special/07/fig_first.png);
  width: 132px;
  height: 105px;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
}

#p_special.p_special_entry_07 #main .etiquette > .ttl {
  text-align: center;
}

#p_special.p_special_entry_07 #main .etiquette > .ttl span {
  background-color: #8ea6e7;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
  max-width: 610px;
  width: 100%;
  padding: 10px 0 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

#p_special.p_special_entry_07 #main .etiquette > .ttl span:before {
  content: '';
  position: absolute;
  background-image: url(/aisare/img/special/07/fig_q.png);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  top: -30px;
  left: 20px;
  width: 60px;
  height: 73px;
}

#p_special.p_special_entry_07 #main .etiquette > .ttl span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #d1daf3;
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  z-index: -1;
}

#p_special.p_special_entry_07 #main .etiquette > .txt {
  margin-top: 30px;
  text-align: center;
}

#p_special.p_special_entry_07 #main .etiquette > .txt img {
  max-width: 540px;
  width: 100%;
}

#p_special.p_special_entry_07 #main .etiquette > .flexBox {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#p_special.p_special_entry_07 #main .etiquette > .flexBox > *:not(:first-of-type) {
  margin-left: 40px;
}

#p_special.p_special_entry_07 #main .etiquette > .flexBox > .pic {
  margin: 0 0 0 40px;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

#p_special.p_special_entry_07 #main .etiquette > .flexBox.is_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#p_special.p_special_entry_07 #main .etiquette > .flexBox.is_reverse > .pic {
  margin: 0 40px 0 0;
}

#p_special.p_special_entry_07 #main .etiquette > .flexBox > .cont {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

#p_special.p_special_entry_07 #main .etiquette > .flexBox > .cont > .ttl {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #577ae2;
}

#p_special.p_special_entry_07 #main .etiquette > .flexBox > .cont > .txt {
  margin-top: 20px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_07 #main .etiquette:before {
    width: 85px;
    height: 106px;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  #p_special.p_special_entry_07 #main .etiquette:after {
    -webkit-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
            transform: translateX(-130%);
    width: 106px;
    height: 84px;
  }
  #p_special.p_special_entry_07 #main .etiquette > .ttl {
    text-align: left;
  }
  #p_special.p_special_entry_07 #main .etiquette > .ttl span {
    font-size: 20px;
    padding: 10px;
  }
  #p_special.p_special_entry_07 #main .etiquette > .ttl span:before {
    display: none;
  }
  #p_special.p_special_entry_07 #main .etiquette > .flexBox {
    display: block;
  }
  #p_special.p_special_entry_07 #main .etiquette > .flexBox > .pic {
    text-align: center;
    margin: 20px 0 0 0;
  }
  #p_special.p_special_entry_07 #main .etiquette > .flexBox > .pic img {
    max-width: 300px;
    width: 100%;
  }
  #p_special.p_special_entry_07 #main .etiquette > .flexBox.is_reverse > .pic {
    margin: 20px 0 0 0;
  }
  #p_special.p_special_entry_07 #main .etiquette > .flexBox > .cont > .ttl {
    font-size: 20px;
  }
  #p_special.p_special_entry_07 #main .etiquette > .flexBox > .cont > .txt {
    font-size: 14px;
  }
}

#p_special.p_special_entry_07 #main .consultation {
  margin-top: 40px;
  background-color: #f0f0f6;
  padding: 40px 40px 0;
}

#p_special.p_special_entry_07 #main .consultation > .ttl {
  text-align: center;
}

#p_special.p_special_entry_07 #main .consultation > .ttl img {
  max-width: 430px;
  width: 100%;
}

#p_special.p_special_entry_07 #main .consultation > .txt {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

#p_special.p_special_entry_07 #main .consultation > .box {
  margin-top: 60px;
  border: 1px solid #616161;
  background-color: #fff;
  padding: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#p_special.p_special_entry_07 #main .consultation > .box:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  width: 80px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 80px 60px;
          background-size: 80px 60px;
  border-radius: 80px 80px 0 0;
  padding: 40px 40px 0;
  border-top: 1px solid #616161;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

#p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(1) {
  background-image: url(/aisare/img/special/07/pic_onayami_01.jpg);
  -webkit-background-size: 194px 224px;
          background-size: 194px 224px;
}

#p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(1):before {
  background-image: url(/aisare/img/special/07/txt_onayami_01.png);
}

#p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(2) {
  background-image: url(/aisare/img/special/07/pic_onayami_02.jpg);
  -webkit-background-size: 191px 212px;
          background-size: 191px 212px;
}

#p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(2):before {
  background-image: url(/aisare/img/special/07/txt_onayami_02.png);
}

#p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(3) {
  background-image: url(/aisare/img/special/07/pic_onayami_03.jpg);
  -webkit-background-size: 191px 257px;
          background-size: 191px 257px;
}

#p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(3):before {
  background-image: url(/aisare/img/special/07/txt_onayami_03.png);
}

#p_special.p_special_entry_07 #main .consultation > .box > .ttl {
  font-size: 25px;
  font-style: italic;
  color: #000;
  text-align: center;
  border-bottom: 4px solid #000;
  position: relative;
}

#p_special.p_special_entry_07 #main .consultation > .box > .ttl:before {
  content: '';
  position: absolute;
  background-image: url(/aisare/img/special/07/fig_q.png);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  top: -50px;
  left: -20px;
  width: 60px;
  height: 73px;
}

#p_special.p_special_entry_07 #main .consultation > .box > .commnet {
  margin-top: 20px;
  font-size: 20px;
  color: #577ae2;
  font-style: italic;
  max-width: 500px;
}

#p_special.p_special_entry_07 #main .consultation > .box > .txt {
  margin-top: 20px;
  color: #000;
  max-width: 500px;
  min-height: 130px;
}

#p_special.p_special_entry_07 #main .consultation > .box > .txt em {
  background-color: #fff9ca;
}

#p_special.p_special_entry_07 #main .consultation > .check {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#p_special.p_special_entry_07 #main .consultation > .check > * {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

#p_special.p_special_entry_07 #main .consultation > .check > .cont > .txt {
  margin-top: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_07 #main .consultation {
    padding: 20px 10px 0;
  }
  #p_special.p_special_entry_07 #main .consultation > .txt {
    font-size: 14px;
  }
  #p_special.p_special_entry_07 #main .consultation > .box {
    background-position: bottom center;
  }
  #p_special.p_special_entry_07 #main .consultation > .box:before {
    width: 64px;
    height: 48px;
    -webkit-background-size: 64px 48px;
            background-size: 64px 48px;
    padding: 40px 40px 0;
  }
  #p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(1) {
    padding: 40px 10px 200px;
    -webkit-background-size: 155px 179px;
            background-size: 155px 179px;
  }
  #p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(2) {
    padding: 40px 10px 180px;
    -webkit-background-size: 153px 170px;
            background-size: 153px 170px;
  }
  #p_special.p_special_entry_07 #main .consultation > .box:nth-of-type(3) {
    padding: 40px 10px 220px;
    -webkit-background-size: 153px 206px;
            background-size: 153px 206px;
  }
  #p_special.p_special_entry_07 #main .consultation > .box > .ttl {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    padding: 0 0 5px 50px;
  }
  #p_special.p_special_entry_07 #main .consultation > .box > .ttl:before {
    top: 0;
    left: 0;
    width: 43px;
    height: 53px;
  }
  #p_special.p_special_entry_07 #main .consultation > .box > .commnet {
    margin-top: 10px;
    font-size: 18px;
  }
  #p_special.p_special_entry_07 #main .consultation > .box > .txt {
    margin-top: 10px;
    min-height: 0;
    font-size: 14px;
  }
  #p_special.p_special_entry_07 #main .consultation > .check {
    margin-top: 20px;
    display: block;
  }
  #p_special.p_special_entry_07 #main .consultation > .check > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  #p_special.p_special_entry_07 #main .consultation > .check > .cont > .ttl {
    text-align: center;
  }
  #p_special.p_special_entry_07 #main .consultation > .check > .cont > .ttl img {
    max-width: 300px;
    width: 100%;
  }
  #p_special.p_special_entry_07 #main .consultation > .check > .cont > .txt {
    margin-top: 20px;
    font-size: 14px;
  }
  #p_special.p_special_entry_07 #main .consultation > .check > .pic {
    margin-top: 20px;
    text-align: center;
  }
  #p_special.p_special_entry_07 #main .consultation > .check > .pic img {
    max-width: 300px;
    width: 100%;
  }
}

#p_special.p_special_entry_07 #main .commonSense {
  margin: 30px auto 40px;
  padding-top: 200px;
  position: relative;
  padding-bottom: 100px;
  background: url(/aisare/img/special/bg_box_next_p.png) no-repeat center bottom;
}

#p_special.p_special_entry_07 #main .commonSense:before, #p_special.p_special_entry_07 #main .commonSense:after {
  content: '';
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

#p_special.p_special_entry_07 #main .commonSense:before {
  top: 60px;
  background-image: url(/aisare/img/special/07/fig_topic_epilation.png);
  width: 106px;
  height: 132px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#p_special.p_special_entry_07 #main .commonSense:after {
  top: 0;
  background-image: url(/aisare/img/special/07/fig_howtocare.png);
  width: 132px;
  height: 105px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

#p_special.p_special_entry_07 #main .commonSense > .ttl {
  margin-top: 20px;
  text-align: center;
}

#p_special.p_special_entry_07 #main .commonSense > .ttl img {
  max-width: 580px;
  width: 100%;
}

#p_special.p_special_entry_07 #main .commonSense > .list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#p_special.p_special_entry_07 #main .commonSense > .list > li {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  text-align: center;
}

#p_special.p_special_entry_07 #main .commonSense > .list > li:not(:first-of-type) {
  margin-left: 40px;
}

#p_special.p_special_entry_07 #main .commonSense > .list > li > .txt {
  margin-top: 10px;
  font-size: 22px;
  font-style: italic;
}

#p_special.p_special_entry_07 #main .commonSense > .list > li > .txt em {
  background-color: #f9ff5c;
  font-style: inherit;
}

#p_special.p_special_entry_07 #main .commonSense > .conclusion {
  margin-top: 40px;
  background-image: url(/aisare/img/special/07/pic_conclusion_pc.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-position: top right;
  min-height: 450px;
  padding: 40px 40% 40px 40px;
}

#p_special.p_special_entry_07 #main .commonSense > .conclusion > .ttl {
  text-align: center;
}

#p_special.p_special_entry_07 #main .commonSense > .conclusion > .ttl img {
  max-resolution: 400px;
}

#p_special.p_special_entry_07 #main .commonSense > .conclusion > .txt {
  margin-top: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_07 #main .commonSense {
    -webkit-background-size: 56px 43px;
            background-size: 56px 43px;
    padding-bottom: 70px;
  }
  #p_special.p_special_entry_07 #main .commonSense:before {
    width: 85px;
    height: 106px;
    -webkit-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  #p_special.p_special_entry_07 #main .commonSense:after {
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%);
    width: 98px;
    height: 106px;
  }
  #p_special.p_special_entry_07 #main .commonSense > .list {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #p_special.p_special_entry_07 #main .commonSense > .list > li {
    -webkit-flex-basis: -webkit-calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
  }
  #p_special.p_special_entry_07 #main .commonSense > .list > li:nth-of-type(odd) {
    margin: 0 20px 0 0;
  }
  #p_special.p_special_entry_07 #main .commonSense > .list > li:nth-of-type(even) {
    margin: 0 0 0 20px;
  }
  #p_special.p_special_entry_07 #main .commonSense > .list > li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #p_special.p_special_entry_07 #main .commonSense > .list > li > .txt {
    font-size: 16px;
  }
  #p_special.p_special_entry_07 #main .commonSense > .conclusion {
    margin-top: 40px;
    background-image: url(/aisare/img/special/07/pic_conclusion_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    background-position: bottom center;
    min-height: 0;
    padding: 20% 20px 110%;
  }
  #p_special.p_special_entry_07 #main .commonSense > .conclusion > .ttl {
    text-align: center;
  }
  #p_special.p_special_entry_07 #main .commonSense > .conclusion > .ttl img {
    max-resolution: 400px;
  }
  #p_special.p_special_entry_07 #main .commonSense > .conclusion > .txt {
    margin-top: 20px;
    font-size: 14px;
  }
}

#p_special.p_special_entry_07 #main .product > h3 img {
  max-width: 445px;
  width: 100%;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_07 #main .product > h3 {
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_07 #main .product > h3 img {
    max-width: 280px;
  }
}

/*=====================================================
	Special 08
=====================================================*/
#p_special.p_special_entry_08 #main {
  margin-right: -60px;
  margin-left: -60px;
}

#p_special.p_special_entry_08 #main img {
  max-width: 100%;
  height: auto;
}

#p_special.p_special_entry_08 #main em {
  font-style: normal;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main {
    margin-right: 0;
    margin-left: 0;
    font-size: 14px !important;
  }
}

#p_special.p_special_entry_08 #main .mainvisual {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#p_special.p_special_entry_08 #main .mainvisual > .ttl {
  margin: 40px 60px 0;
  color: #739bea;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

#p_special.p_special_entry_08 #main .mainvisual > .txt {
  margin: 10px 60px 0;
  font-size: 16px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .mainvisual {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  #p_special.p_special_entry_08 #main .mainvisual > .ttl {
    margin: 20px 10px 0;
    font-size: 18px;
  }
  #p_special.p_special_entry_08 #main .mainvisual > .txt {
    margin: 10px 10px 0;
    font-size: 14px;
  }
}

#p_special.p_special_entry_08 #main .anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

#p_special.p_special_entry_08 #main .anchor li {
  width: 306.66667px;
}

#p_special.p_special_entry_08 #main .anchor li a {
  display: table;
  width: 100%;
  padding: 20px 10px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .5s;
          transition: .5s;
  -webkit-background-size: 200% auto;
          background-size: 200% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#p_special.p_special_entry_08 #main .anchor li a:before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 10px;
  margin-right: -0.5em;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

#p_special.p_special_entry_08 #main .anchor li a:hover {
  background-position: right center;
}

#p_special.p_special_entry_08 #main .anchor li a span {
  display: table-cell;
  vertical-align: middle;
}

#p_special.p_special_entry_08 #main .anchor li:nth-child(1) a {
  background-image: -webkit-gradient(linear, left top, right top, from(#f1afe5), color-stop(51%, #8fb1f0), to(#f1afe5));
  background-image: -webkit-linear-gradient(left, #f1afe5 0%, #8fb1f0 51%, #f1afe5 100%);
  background-image: linear-gradient(to right, #f1afe5 0%, #8fb1f0 51%, #f1afe5 100%);
}

#p_special.p_special_entry_08 #main .anchor li:nth-child(2) a {
  background-image: -webkit-gradient(linear, left top, right top, from(#5ff59c), color-stop(51%, #74d0f6), to(#5ff59c));
  background-image: -webkit-linear-gradient(left, #5ff59c 0%, #74d0f6 51%, #5ff59c 100%);
  background-image: linear-gradient(to right, #5ff59c 0%, #74d0f6 51%, #5ff59c 100%);
}

#p_special.p_special_entry_08 #main .anchor li:nth-child(3) a {
  background-image: -webkit-gradient(linear, left top, right top, from(#ecc04a), color-stop(51%, #fd9771), to(#ecc04a));
  background-image: -webkit-linear-gradient(left, #ecc04a 0%, #fd9771 51%, #ecc04a 100%);
  background-image: linear-gradient(to right, #ecc04a 0%, #fd9771 51%, #ecc04a 100%);
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .anchor {
    display: block;
    margin-top: 30px;
  }
  #p_special.p_special_entry_08 #main .anchor li {
    width: 100%;
  }
  #p_special.p_special_entry_08 #main .anchor li:not(:first-child) {
    margin-top: 8px;
  }
  #p_special.p_special_entry_08 #main .anchor li a {
    padding: 15px 30px 15px 10px;
  }
  #p_special.p_special_entry_08 #main .anchor li a:before {
    top: 50%;
    right: 20px;
    bottom: auto;
    margin-top: -.5em;
  }
}

#p_special.p_special_entry_08 #main .profile {
  margin-top: 50px;
  padding-bottom: 80px;
  background: url(/aisare/img/special/08/bg_member_pc.png) no-repeat center bottom;
}

#p_special.p_special_entry_08 #main .profile .ttl {
  text-align: center;
}

#p_special.p_special_entry_08 #main .profile .item {
  display: inline-block;
  width: 450px;
  margin-top: 20px;
  vertical-align: top;
}

#p_special.p_special_entry_08 #main .profile .item:nth-of-type(odd) {
  margin-right: 40px;
}

#p_special.p_special_entry_08 #main .profile .item .pic,
#p_special.p_special_entry_08 #main .profile .item .body {
  display: table-cell;
  vertical-align: top;
}

#p_special.p_special_entry_08 #main .profile .item .pic {
  width: 146px;
}

#p_special.p_special_entry_08 #main .profile .item .pic img {
  width: 100%;
}

#p_special.p_special_entry_08 #main .profile .item .body {
  padding-left: 20px;
  color: #050000;
}

#p_special.p_special_entry_08 #main .profile .item .body .name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}

#p_special.p_special_entry_08 #main .profile .item .body .name span {
  color: #9ab8f3;
  font-size: .7em;
}

#p_special.p_special_entry_08 #main .profile .item .body .comment {
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #a1a2a1;
  font-style: italic;
  font-weight: bold;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .profile {
    margin-top: 30px;
    padding-bottom: 16%;
    background-image: url(/aisare/img/special/08/bg_member_sp.png);
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  #p_special.p_special_entry_08 #main .profile .item {
    display: block;
    width: 100%;
  }
  #p_special.p_special_entry_08 #main .profile .item:nth-of-type(odd) {
    margin-right: 0;
  }
  #p_special.p_special_entry_08 #main .profile .item .pic {
    width: 30%;
  }
  #p_special.p_special_entry_08 #main .profile .item .body {
    padding-left: 15px;
  }
  #p_special.p_special_entry_08 #main .profile .item .body .name {
    font-size: 18px;
  }
}

#p_special.p_special_entry_08 #main .bible {
  margin-top: 50px;
  color: #000;
}

#p_special.p_special_entry_08 #main .bible > .header {
  text-align: center;
}

#p_special.p_special_entry_08 #main .bible > .header > .fig {
  width: 135px;
  margin: 0 auto;
}

#p_special.p_special_entry_08 #main .bible > .header > .ttl {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

#p_special.p_special_entry_08 #main .bible > .header > .catch {
  margin: 30px auto 50px;
}

#p_special.p_special_entry_08 #main .bible.bible01 > .header > .ttl {
  background-image: -webkit-gradient(linear, left top, right top, from(#f1afe5), to(#8fb1f0));
  background-image: -webkit-linear-gradient(left, #f1afe5, #8fb1f0);
  background-image: linear-gradient(to right, #f1afe5, #8fb1f0);
}

#p_special.p_special_entry_08 #main .bible.bible01 > .header > .catch {
  width: 682px;
}

#p_special.p_special_entry_08 #main .bible.bible02 > .header > .ttl {
  background-image: -webkit-gradient(linear, left top, right top, from(#5ff59c), to(#74d0f6));
  background-image: -webkit-linear-gradient(left, #5ff59c, #74d0f6);
  background-image: linear-gradient(to right, #5ff59c, #74d0f6);
}

#p_special.p_special_entry_08 #main .bible.bible02 > .header > .catch {
  width: 550px;
}

#p_special.p_special_entry_08 #main .bible.bible03 > .header > .ttl {
  background-image: -webkit-gradient(linear, left top, right top, from(#ecc04a), to(#fd9771));
  background-image: -webkit-linear-gradient(left, #ecc04a, #fd9771);
  background-image: linear-gradient(to right, #ecc04a, #fd9771);
}

#p_special.p_special_entry_08 #main .bible.bible03 > .header > .catch {
  width: 536px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible > .header > .fig {
    width: 40%;
  }
  #p_special.p_special_entry_08 #main .bible > .header > .ttl {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
  #p_special.p_special_entry_08 #main .bible > .header > .catch {
    margin-bottom: 30px;
  }
  #p_special.p_special_entry_08 #main .bible.bible01 > .header > .catch, #p_special.p_special_entry_08 #main .bible.bible02 > .header > .catch, #p_special.p_special_entry_08 #main .bible.bible03 > .header > .catch {
    width: 100%;
  }
}

#p_special.p_special_entry_08 #main .bible01 .fes {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 0 50px;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

#p_special.p_special_entry_08 #main .bible01 .fes > .header > .ttl {
  width: 250px;
}

#p_special.p_special_entry_08 #main .bible01 .fes > .header > .catch {
  margin-top: 40px;
  font-size: 26px;
}

#p_special.p_special_entry_08 #main .bible01 .fes > .header > .catch span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fde1fc));
  background: -webkit-linear-gradient(transparent 40%, #fde1fc 40%);
  background: linear-gradient(transparent 40%, #fde1fc 40%);
}

#p_special.p_special_entry_08 #main .bible01 .fes > .header > .catch span:last-child {
  margin-left: 1em;
}

#p_special.p_special_entry_08 #main .bible01 .fes > .header > .txt {
  margin-top: 20px;
  width: 350px;
  font-size: 16px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible01 .fes {
    padding-left: 0;
    background-position: 0 0;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes > .header > .ttl {
    width: 40%;
    padding-top: 5vw;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes > .header > .catch {
    margin-top: 20px;
    font-size: 20px;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes > .header > .txt {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
  }
}

#p_special.p_special_entry_08 #main .bible01 .fes .style {
  margin-top: 30px;
  padding-top: 5em;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style:after {
  content: "";
  display: block;
  clear: both;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style > .ttl {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style > .ttl span {
  margin-left: 5px;
  font-family: "Rochester", cursive;
  font-size: 1.2em;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style > .txt {
  margin-top: 20px;
  font-size: 16px;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style > .item {
  margin-top: 20px;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style > .item > .ttl {
  display: inline-block;
  font-style: italic;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), color-stop(86%, #000));
  background: -webkit-linear-gradient(transparent 86%, #000 86%);
  background: linear-gradient(transparent 86%, #000 86%);
}

#p_special.p_special_entry_08 #main .bible01 .fes .style > .item > .txt {
  margin-top: 5px;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style > .item > .txt span {
  font-weight: bold;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style > .pic {
  width: 530px;
  margin-top: -8em;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style:nth-of-type(odd) {
  padding-left: 530px;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style:nth-of-type(odd) > .pic {
  float: left;
  margin-left: -530px;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style:nth-of-type(even) {
  padding-right: 530px;
}

#p_special.p_special_entry_08 #main .bible01 .fes .style:nth-of-type(even) > .pic {
  float: right;
  margin-right: -530px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible01 .fes .style {
    padding-top: 0;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes .style > .ttl {
    font-size: 18px;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes .style > .txt {
    margin-top: 20px;
    font-size: 16px;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes .style > .item {
    font-size: 14px;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes .style > .pic {
    width: 90%;
    margin: 20px auto 0;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes .style:nth-of-type(odd) {
    padding-left: 0;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes .style:nth-of-type(odd) > .pic {
    float: none;
    margin-left: auto;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes .style:nth-of-type(even) {
    padding-right: 0;
  }
  #p_special.p_special_entry_08 #main .bible01 .fes .style:nth-of-type(even) > .pic {
    float: none;
    margin-right: auto;
  }
}

#p_special.p_special_entry_08 #main .bible01 .fes.is-urban {
  background-image: url(/aisare/img/special/08/bg_fes_urban.jpg);
}

#p_special.p_special_entry_08 #main .bible01 .fes.is-urban > .header > .catch span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fde1fc));
  background: -webkit-linear-gradient(transparent 40%, #fde1fc 40%);
  background: linear-gradient(transparent 40%, #fde1fc 40%);
}

#p_special.p_special_entry_08 #main .bible01 .fes.is-urban .style > .ttl {
  background-color: #f0a9dd;
}

#p_special.p_special_entry_08 #main .bible01 .fes.is-urban .style > .item > .txt span {
  color: #f68ad9;
}

#p_special.p_special_entry_08 #main .bible01 .fes.is-outdoor {
  margin-top: 80px;
  background-image: url(/aisare/img/special/08/bg_fes_outdoor.jpg);
}

#p_special.p_special_entry_08 #main .bible01 .fes.is-outdoor > .header > .catch span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #cff6df));
  background: -webkit-linear-gradient(transparent 40%, #cff6df 40%);
  background: linear-gradient(transparent 40%, #cff6df 40%);
}

#p_special.p_special_entry_08 #main .bible01 .fes.is-outdoor .style > .ttl {
  background-color: #79e1a8;
}

#p_special.p_special_entry_08 #main .bible01 .fes.is-outdoor .style > .item > .txt span {
  color: #60ce92;
}

#p_special.p_special_entry_08 #main .bible01 .rain {
  margin-top: 50px;
  padding: 50px 60px 0;
  background: url(/aisare/img/special/08/bg_rain.png) repeat-y left top;
  -webkit-background-size: 940px auto;
          background-size: 940px auto;
}

#p_special.p_special_entry_08 #main .bible01 .rain > .ttl {
  width: 560px;
  margin: 0 auto 40px;
}

#p_special.p_special_entry_08 #main .bible01 .rain > .pic {
  margin: 40px -60px 0;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible01 .rain {
    padding: 30px 20px 0;
  }
  #p_special.p_special_entry_08 #main .bible01 .rain > .ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  #p_special.p_special_entry_08 #main .bible01 .rain > .pic {
    margin: 20px -20px 0;
  }
}

#p_special.p_special_entry_08 #main .bible02 > .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#p_special.p_special_entry_08 #main .bible02 > .intro .pic {
  width: 470px;
}

#p_special.p_special_entry_08 #main .bible02 > .intro .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 0 0 20px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 > .intro {
    display: block;
  }
  #p_special.p_special_entry_08 #main .bible02 > .intro > .pic {
    width: 100%;
  }
  #p_special.p_special_entry_08 #main .bible02 > .intro > .txt {
    padding-top: 20px;
    padding-left: 0;
  }
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen {
  position: relative;
  margin-top: 30px;
  padding: 20px 46px 30px;
  border: 8px solid #f2f2f2;
  border-radius: 30px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .header {
  text-align: center;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .mark {
  position: absolute;
  top: -20px;
  left: 40px;
  width: 152px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .catch img {
  width: 314px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .ttl {
  color: #38c3c1;
  font-weight: bold;
  font-size: 34px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .txt {
  font-size: 16px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .intro {
  margin-top: 20px;
  padding: 20px;
  border: 4px solid #d0eaea;
  text-align: center;
  position: relative;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .intro:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 20px;
  margin: auto;
  bottom: -20px;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d0eaea)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d0eaea)) no-repeat top right/50% 100%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #d0eaea 50.5%) no-repeat top left/50% 100%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d0eaea 50.5%) no-repeat top right/50% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #d0eaea 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d0eaea 50.5%) no-repeat top right/50% 100%;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .intro > .ttl {
  margin-bottom: 5px;
  color: #38c3c1;
  font-weight: bold;
  font-size: 20px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item {
  width: 395px;
  margin-top: 30px;
  vertical-align: top;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item a {
  display: block;
  text-decoration: none;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item a > .pic,
#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item a > .body {
  display: table-cell;
  vertical-align: top;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item a > .pic {
  position: relative;
  width: 150px;
  text-align: center;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item a > .pic span {
  position: absolute;
  top: -10px;
  left: 0;
  padding: 1em .5em;
  background-color: #38c3c1;
  border-radius: 50%;
  color: #fff;
  font-family: "Rochester", cursive;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item a > .body > .catch {
  padding-top: 10px;
  border-top: 1px solid #969696;
  color: #38c3c1;
  font-weight: bold;
  font-size: 18px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item a > .body > .name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #969696;
  font-weight: bold;
  text-decoration: underline;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item a:hover > .body > .name {
  text-decoration: none;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item:first-of-type {
  margin-right: 40px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item:first-of-type a > .pic img {
  width: 86px;
}

#p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item:last-of-type a > .pic img {
  width: 65px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 .sunscreen {
    padding-right: 15px;
    padding-left: 15px;
    border-width: 6px;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .mark {
    position: absolute;
    left: -6px;
    width: 30%;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .catch {
    margin-left: 26%;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .catch img {
    width: 100%;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .ttl {
    font-size: 24px;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .header > .txt {
    font-size: 14px;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .intro > .ttl {
    font-size: 18px;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items {
    display: block;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item {
    width: 100%;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item:last-of-type {
    margin-left: 0;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item > .pic,
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item > .body {
    display: table-cell;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item > .pic {
    width: 40%;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item:first-of-type {
    margin-right: 0;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item:first-of-type > .pic img {
    width: 58%;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item:last-of-type > .pic img {
    width: 50%;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item > .body > .catch {
    font-size: 16px;
  }
  #p_special.p_special_entry_08 #main .bible02 .sunscreen .items .item > .body > .name {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #969696;
    font-weight: bold;
  }
}

#p_special.p_special_entry_08 #main .bible02 .mustitem {
  margin-top: 40px;
  padding: 40px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem > .ttl {
  position: relative;
  top: -40px;
  display: inline-block;
  margin-bottom: -20px;
  padding: 8px 30px 5px;
  background-color: #3f3f3f;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 3px #3f3f3f;
          box-shadow: 0 0 0 3px #3f3f3f;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

#p_special.p_special_entry_08 #main .bible02 .mustitem > .ttl > span {
  margin-left: 5px;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 .mustitem {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem > .ttl {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem > .ttl > span {
    font-size: 26px;
  }
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 {
  padding-bottom: 0;
  background-color: #eaecfa;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .intro .body {
  width: 410px;
  padding-top: 40px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .intro .body .catch {
  margin-bottom: 15px;
  color: #7781bb;
  font-weight: bold;
  font-size: 24px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .intro .pic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .intro {
    display: block;
    margin-top: 0;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .intro .body {
    width: 100%;
    padding-top: 0;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .intro .body .catch {
    font-size: 20px;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .intro .pic {
    margin-top: 20px;
    padding-left: 0;
  }
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question {
  margin-top: 40px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .ttl {
  position: relative;
  margin-left: 60px;
  padding: 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
  font-size: 20px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .ttl:before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: -60px;
  font-family: "Rochester", cursive;
  font-size: 60px;
  line-height: .8;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .ttl {
    margin-left: 45px;
    padding: 5px 0;
    font-size: 18px;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .ttl:before {
    left: -45px;
    font-size: 40px;
  }
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer {
  width: 410px;
  margin-top: 20px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer:nth-child(odd) {
  margin-right: 40px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .pic,
#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .txt {
  display: table-cell;
  vertical-align: middle;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .pic {
  width: 100px;
  padding-right: 20px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .pic img {
  width: 100%;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .txt {
  position: relative;
  width: 280px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  position: relative;
  position: relative;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -17px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d6d6d6)) no-repeat bottom left/100% 50%, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d6d6d6)) no-repeat top right/100% 50%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #d6d6d6 50.5%) no-repeat bottom left/100% 50%, -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #d6d6d6 50.5%) no-repeat top right/100% 50%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #d6d6d6 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #d6d6d6 50.5%) no-repeat top right/100% 50%;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .txt:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 18px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -15px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat bottom left/100% 50%, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top right/100% 50%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom left/100% 50%, -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/100% 50%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/100% 50%;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer {
    display: block;
    width: 100%x;
    margin-top: 15px;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer:nth-child(odd) {
    margin-right: 0;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .pic {
    width: 28%;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .answers .answer .txt {
    width: 72%;
  }
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item {
  position: relative;
  width: 410px;
  min-height: 222px;
  margin-top: 20px;
  padding: 15px 265px 15px 15px;
  color: #fff;
  font-weight: bold;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item .name {
  font-size: 18px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item .pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item .txt {
  margin-top: 10px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item:first-child {
  margin-right: 40px;
  background-color: #7781bb;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item:first-child:before {
  background-color: #fff;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item:last-child {
  background-color: #9fbb57;
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item:last-child:before {
  background-color: #f4f4f6;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items {
    display: block;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    padding: 0;
    color: #fff;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item:before {
    display: none;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item .name {
    float: left;
    width: 40%;
    padding: 15px 10px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item .pic {
    position: static;
    float: left;
    width: 60%;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item .txt {
    clear: both;
    padding: 15px 10px;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 .question .items .item:first-child {
    margin-right: 0;
  }
}

#p_special.p_special_entry_08 #main .bible02 .mustitem01 > .pic {
  width: 670px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 .mustitem01 > .pic {
    width: 100%;
    margin-top: 30px;
  }
}

#p_special.p_special_entry_08 #main .bible02 .mustitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 .catch,
#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem03 .catch {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 {
  width: 500px;
  margin-right: 30px;
  background-color: #f8e9f2;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 .catch {
  color: #ec60b2;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 .items .item {
  width: 48%;
  padding: 20px;
  background-color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 .items .item .txt {
  margin-top: 10px;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem03 {
  width: 410px;
  background-color: #e4f2e5;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem03 .catch {
  color: #56a214;
}

#p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem03 .pic {
  margin: 20px 0;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible02 .mustitems {
    display: block;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 {
    width: 100%;
    margin-right: 0;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem02 .items .item {
    width: 48%;
    padding: 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }
  #p_special.p_special_entry_08 #main .bible02 .mustitems .mustitem03 {
    width: 100%;
  }
}

#p_special.p_special_entry_08 #main .bible03 .intro .txt {
  font-size: 16px;
  text-align: center;
}

#p_special.p_special_entry_08 #main .bible03 .intro .pic {
  margin-top: 50px;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible03 .intro .txt {
    font-size: 14px;
    text-align: left;
  }
  #p_special.p_special_entry_08 #main .bible03 .intro .pic {
    margin-top: 40px;
  }
}

#p_special.p_special_entry_08 #main .bible03 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

#p_special.p_special_entry_08 #main .bible03 .item .header {
  width: 360px;
}

#p_special.p_special_entry_08 #main .bible03 .item .header .inner {
  position: relative;
  padding: 0 20px 0 26px;
}

#p_special.p_special_entry_08 #main .bible03 .item .header .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecc04a), to(#fd9771));
  background-image: -webkit-linear-gradient(top, #ecc04a, #fd9771);
  background-image: linear-gradient(to bottom, #ecc04a, #fd9771);
}

#p_special.p_special_entry_08 #main .bible03 .item .header .name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

#p_special.p_special_entry_08 #main .bible03 .item .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#p_special.p_special_entry_08 #main .bible03 .item .body p:not(:first-child) {
  margin-top: 10px;
}

#p_special.p_special_entry_08 #main .bible03 .item .body dl {
  margin-top: 10px;
}

#p_special.p_special_entry_08 #main .bible03 .item .body dl dt {
  font-weight: bold;
}

#p_special.p_special_entry_08 #main .bible03 .item .body dl dt:before {
  content: "●";
  color: #feda7f;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .bible03 .item {
    display: block;
    margin-top: 40px;
  }
  #p_special.p_special_entry_08 #main .bible03 .item .header {
    width: 100%;
    margin-bottom: 10px;
  }
  #p_special.p_special_entry_08 #main .bible03 .item .header .inner {
    padding-right: 0;
    padding-left: 20px;
  }
  #p_special.p_special_entry_08 #main .bible03 .item .body {
    padding-left: 20px;
  }
}

#p_special.p_special_entry_08 #main .enjoy {
  margin: 80px 0 40px;
  padding-bottom: 150px;
  background: url(/aisare/img/special/08/bg_enjoy.png) no-repeat center bottom;
  -webkit-background-size: 70px auto;
          background-size: 70px auto;
  color: #000;
}

#p_special.p_special_entry_08 #main .enjoy > .ttl {
  width: 815px;
  margin: 0 auto;
}

#p_special.p_special_entry_08 #main .enjoy .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#p_special.p_special_entry_08 #main .enjoy .items .item {
  width: 440px;
  margin-top: 40px;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .catch .pic {
  position: relative;
  width: 180px;
  margin-right: 20px;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .catch .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 30px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  position: relative;
  position: relative;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .catch .body:before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 10px;
  top: -20px;
  left: 0;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #faeb6f)) no-repeat bottom left/100% 50%, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #faeb6f)) no-repeat top right/100% 50%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #faeb6f 50.5%) no-repeat bottom left/100% 50%, -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #faeb6f 50.5%) no-repeat top right/100% 50%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #faeb6f 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #faeb6f 50.5%) no-repeat top right/100% 50%;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .catch .body:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 6px;
  right: -20px;
  left: 0;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #faeb6f)) no-repeat bottom left/100% 50%, -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #faeb6f)) no-repeat top right/100% 50%;
  background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #faeb6f 50.5%) no-repeat bottom left/100% 50%, -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #faeb6f 50.5%) no-repeat top right/100% 50%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #faeb6f 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #faeb6f 50.5%) no-repeat top right/100% 50%;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .catch .body:before {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

#p_special.p_special_entry_08 #main .enjoy .items .item .catch .body:after {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

#p_special.p_special_entry_08 #main .enjoy .items .item .catch .body .name {
  text-align: right;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  padding: 40px 30px 30px;
  border: 1px solid #a3a3a3;
  border-radius: 18px;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .comment .body {
  width: 250px;
  margin-right: 20px;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .comment .body .ttl {
  margin-bottom: 10px;
  color: #8679c6;
  font-weight: bold;
}

#p_special.p_special_entry_08 #main .enjoy .items .item .comment .pic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  #p_special.p_special_entry_08 #main .enjoy {
    margin-top: 40px;
    padding-bottom: 100px;
    -webkit-background-size: 50px auto;
            background-size: 50px auto;
  }
  #p_special.p_special_entry_08 #main .enjoy > .ttl {
    width: 100%;
  }
  #p_special.p_special_entry_08 #main .enjoy .items {
    display: block;
  }
  #p_special.p_special_entry_08 #main .enjoy .items .item {
    width: 100%;
    margin-top: 30px;
  }
  #p_special.p_special_entry_08 #main .enjoy .items .item .catch {
    margin-right: 10px;
    margin-left: 10px;
  }
  #p_special.p_special_entry_08 #main .enjoy .items .item .catch .pic {
    width: 36%;
    margin-right: 10px;
  }
  #p_special.p_special_entry_08 #main .enjoy .items .item .catch .body:after {
    display: none;
  }
  #p_special.p_special_entry_08 #main .enjoy .items .item .comment {
    margin-top: -10vw;
    padding: 12vw 20px 20px;
  }
  #p_special.p_special_entry_08 #main .enjoy .items .item .comment .body {
    width: 60%;
    margin-right: 10px;
  }
}
