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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

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

a img {
  border: none; }

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

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("https://example.com/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("https://example.com/MaterialIcons-Regular.woff2") format("woff2"), url("https://example.com/MaterialIcons-Regular.woff") format("woff"), url("https://example.com/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

@font-face {
  font-family: 'KozGoPr6N-Regular';
  src: url("../fonts/KozGoPr6N-Regular.otf"); }

html {
  font-size: 62.5%;
  font-family: "KozGoPr6N-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }

.inner {
  max-width: 1280px;
  margin: 0 auto; }

body {
  min-width: 1280px; }
  @media only screen and (max-width: 750px) {
    body {
      min-width: 100%; } }

.pc {
  display: block; }
  @media only screen and (max-width: 750px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 750px) {
    .sp {
      display: block; } }

.ip5 {
  display: none; }
  @media only screen and (max-width: 320px) {
    .ip5 {
      display: block; } }

footer {
  padding: 0 0 23px 0;
  background: #fff;
  position: relative; }
  @media only screen and (max-width: 750px) {
    footer {
      padding: 0 0 10px 0; } }
  footer .link {
    width: 100%;
    padding: 60px 0 64px 0;
    background: #edf7fb;
		display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	 }
 footer .linkim {
	  width: 40%;
	  margin-left:1%;
	  margin-right:1%;
	 } 
    @media only screen and (max-width: 750px) {
      footer .link {
		  width: 100%;
        padding: 20px 10px; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	} 
	 footer .linkim {
	  width: 100%;
	  margin-left:auto;
	  margin-right:auto;
	 } 
	 }
    footer .link a {
      margin: 0 auto;
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
	  footer .link a img{
			  width:100%;
			  }
      @media only screen and (max-width: 750px) {
        footer .link a {
          width: 100%; 
		  margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	} }
      footer .link a:hover {
        opacity: .5; }
  footer .pagetop {
    width: 70px;
    position: fixed;
    z-index: 99999;
    bottom: 50px;
    right: 50px; }
    @media only screen and (max-width: 750px) {
      footer .pagetop {
        width: 25px;
        bottom: 20px;
        right: 20px; } }
  footer .copyright {
    padding-top: 25px; }
    @media only screen and (max-width: 750px) {
      footer .copyright {
        padding-top: 50px; } }
    footer .copyright .inner {
      *zoom: 1; }
      footer .copyright .inner:after {
        content: "";
        display: table;
        clear: both; }
      footer .copyright .inner .left {
        float: left;
        width: 300px; }
        @media only screen and (max-width: 750px) {
          footer .copyright .inner .left {
            float: none;
            clear: both;
            width: 150px;
            margin: 0 auto; } }
      footer .copyright .inner .right {
        float: right; }
        @media only screen and (max-width: 750px) {
          footer .copyright .inner .right {
            float: none; } }
        footer .copyright .inner .right p {
          font-size: 12px;
          font-size: 1.2rem;
          padding-top: 12px; }
          @media only screen and (max-width: 750px) {
            footer .copyright .inner .right p {
              font-size: 10px;
              font-size: 1rem;
              text-align: center; } }

.header .hamburger {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999999;
  background: #88c9e2; }
  .header .hamburger .hamburger-box {
    width: 30px;
    height: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative; }
    .header .hamburger .hamburger-box span {
      background: #fff;
      width: 30px;
      height: 3px;
      position: absolute;
      left: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .header .hamburger .hamburger-box span:first-child {
        top: 0; }
      .header .hamburger .hamburger-box span:nth-child(2) {
        top: 11px; }
      .header .hamburger .hamburger-box span:last-child {
        bottom: 0; }
  .header .hamburger.opened .hamburger-box span:first-child {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg); }
  .header .hamburger.opened .hamburger-box span:nth-child(2) {
    opacity: 0; }
  .header .hamburger.opened .hamburger-box span:last-child {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg); }

body#top #wrap main .mainvisual {
  position: relative; }
  body#top #wrap main .mainvisual a {
    display: block;
    width: 80px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (max-width: 750px) {
      body#top #wrap main .mainvisual a {
        width: 25px; } }

body#top #wrap main .move {
  position: relative; }
  body#top #wrap main .move video {
    width: 100%; }
  body#top #wrap main .move__inner {
    width: 886px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 750px) {
      body#top #wrap main .move__inner {
        padding: 8px 15px;
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      body#top #wrap main .move__inner {
        padding: 8px 10px; } }
    body#top #wrap main .move__inner__top {
      *zoom: 1;
      padding: 30px 0 0; }
      body#top #wrap main .move__inner__top:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main .move__inner__top {
          padding: 10px 0 0; } }
      body#top #wrap main .move__inner__top__left {
        width: 670px;
        float: left; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main .move__inner__top__left {
            width: 74%; } }
        @media only screen and (max-width: 320px) {
          body#top #wrap main .move__inner__top__left {
            width: 80%; } }
        body#top #wrap main .move__inner__top__left h2 {
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 1.323529;
          color: #4d4d4d;
          font-weight: bold; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main .move__inner__top__left h2 {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.5; } }
          @media only screen and (max-width: 320px) {
            body#top #wrap main .move__inner__top__left h2 {
              font-size: 11px;
              font-size: 1.1rem; } }
        body#top #wrap main .move__inner__top__left p {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.55;
          color: #4d4d4d;
          margin-top: 20px; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main .move__inner__top__left p {
              font-size: 11px;
              font-size: 1.1rem;
              line-height: 1.3333333333;
              margin-top: 10px;
              white-space: nowrap; } }
          @media only screen and (max-width: 320px) {
            body#top #wrap main .move__inner__top__left p {
              white-space: normal;
              font-size: 10px;
              font-size: 1rem; } }
      body#top #wrap main .move__inner__top__right {
        width: 197px;
        float: right; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main .move__inner__top__right {
            width: 24%;
            margin-top: 20px; } }
        @media only screen and (max-width: 320px) {
          body#top #wrap main .move__inner__top__right {
            width: 20%; } }
    body#top #wrap main .move__inner__bottom {
      width: 456px;
      margin: 0 auto; }

@media only screen and (max-width: 750px) {
  body#top #wrap main .img02 {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px; } }

body#top #wrap main nav {
  background: #edf7fb;
  *zoom: 1;
  padding: 26px 0;
  margin-top: -2px; }
  body#top #wrap main nav:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main nav {
      background: #88c9e2;
      padding: 0 0 20px 0;
      display: none;
      position: fixed;
      width: 90%;
      right: -100%;
      top: 0;
      height: 100%;
      z-index: 99999;
      margin-top: 0; } }
  body#top #wrap main nav .inner .logo {
    width: 193px;
    margin-left: 30px;
    float: left; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main nav .inner .logo {
        display: none; } }
  body#top #wrap main nav .inner ul {
    *zoom: 1;
    float: right;
    margin-top: 15px; }
    body#top #wrap main nav .inner ul:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main nav .inner ul {
        margin-top: 0;
        float: none;
        width: 100%; } }
    body#top #wrap main nav .inner ul li {
      float: left; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main nav .inner ul li {
          width: 100%;
          float: none;
          border-bottom: 1px solid #fff; } }
      body#top #wrap main nav .inner ul li a {
        font-size: 20px;
        font-size: 2rem;
        color: #333;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        padding: 0 20px;
        display: block;
        font-family: "Rounded Mplus 1c", sans-serif;
        font-weight: 400; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main nav .inner ul li a {
            font-size: 14px;
            font-size: 1.4rem;
            color: #333;
            font-weight: bold;
            padding: 18px 0 18px 36px;
            background: url("../images/arrow.png") center left 14px/14px auto no-repeat; } }
        body#top #wrap main nav .inner ul li a:hover {
          color: #f995b9; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main nav .inner > a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #44adcf;
      background: #fff;
      padding: 8px 0;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      margin-top: 12px; } }

body#top #wrap main section#trouble {
  padding: 80px 0 0 0; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main section#trouble {
      padding: 50px 0 0 0; } }
  body#top #wrap main section#trouble > p:first-of-type {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2777777;
    color: #333;
    text-align: center;
    height: 175px;
    padding-top: 56px;
    background: url("../images/bg01.png") center/320px auto no-repeat; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#trouble > p:first-of-type {
        font-size: 14px;
        font-size: 1.4rem;
        height: 70px;
        padding-top: 25px;
        background: url("../images/bg01.png") center/130px auto no-repeat; } }
  body#top #wrap main section#trouble > p:nth-of-type(2) {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    color: #333;
    margin-top: 26px; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#trouble > p:nth-of-type(2) {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 13px; } }
  @media (max-width: 750px) and (orientation: landscape) {
    body#top #wrap main section#trouble > p:first-of-type {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.2777777;
      color: #333;
      text-align: center;
      height: 175px;
      padding-top: 56px;
      background: url("../images/bg01.png") center/320px auto no-repeat; } }
  body#top #wrap main section#trouble .bg01 {
    background: #ffdfe6;
    padding: 54px 0 64px 0;
    margin-top: 84px;
    position: relative; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#trouble .bg01 {
        padding: 22px 0;
        margin-top: 32px; } }
    body#top #wrap main section#trouble .bg01:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      bottom: -48px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border-width: 50px 65px 0 65px;
      border-color: #ffdfe6 transparent transparent transparent; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#trouble .bg01:before {
          border-width: 15px 15px 0 15px;
          bottom: -14px; } }
    body#top #wrap main section#trouble .bg01 h1 {
      width: 468px;
      margin: 0 auto;
      font-size: 36px;
      font-size: 3.6rem;
      color: #333;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#trouble .bg01 h1 {
          font-size: 14px;
          font-size: 1.4rem;
          width: 187px; } }
      body#top #wrap main section#trouble .bg01 h1:before {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #c8e7f3;
        position: absolute;
        bottom: 0;
        z-index: -1; }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#trouble .bg01 h1 {
        font-size: 18px;
        font-size: 1.8rem;
        width: 240px; } }
    body#top #wrap main section#trouble .bg01 ul {
      max-width: 382px;
      margin: 0 auto;
      margin-top: 18px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#trouble .bg01 ul {
          max-width: 194px; } }
      body#top #wrap main section#trouble .bg01 ul li {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.75; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#trouble .bg01 ul li {
            font-size: 10px;
            font-size: 1rem; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#trouble .bg01 ul {
        max-width: 40%; }
        body#top #wrap main section#trouble .bg01 ul li {
          font-size: 14px;
          font-size: 1.4rem; } }
    body#top #wrap main section#trouble .bg01 p {
      font-size: 28px;
      font-size: 2.8rem;
      text-align: center;
      margin-top: 22px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#trouble .bg01 p {
          font-size: 12px;
          font-size: 1.2rem; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#trouble .bg01 P {
        font-size: 13px;
        font-size: 1.3rem; } }
  body#top #wrap main section#trouble .bg02 {
    padding: 110px 0 45px 0;
    background: #fff url("../images/bg02.png") center left/500px auto no-repeat; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#trouble .bg02 {
        padding: 0 0 20px 0;
        background: #fff url("../images/bg02-sp.png") center left/35% no-repeat; } }
    @media only screen and (max-width: 320px) {
      body#top #wrap main section#trouble .bg02 {
        background: #fff url("../images/bg02-sp.png") center left/38% no-repeat; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#trouble .bg02 {
        background: #fff url("../images/bg02-sp.png") center left/20% no-repeat; } }
    body#top #wrap main section#trouble .bg02 p:first-of-type {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.5;
      text-align: center;
      color: #f995b9;
      font-weight: bold;
      font-family: "Rounded Mplus 1c", sans-serif; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#trouble .bg02 p:first-of-type {
          font-size: 14px;
          font-size: 1.4rem;
          padding-top: 30px; } }
    body#top #wrap main section#trouble .bg02 p:nth-of-type(2) {
      font-size: 28px;
      font-size: 2.8rem;
      text-align: center;
      color: #333;
      width: 366px;
      margin: 0 auto;
      margin-top: 60px;
      position: relative;
      z-index: 1; }
      body#top #wrap main section#trouble .bg02 p:nth-of-type(2):before {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #c8e7f3;
        position: absolute;
        bottom: 0;
        z-index: -1; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#trouble .bg02 p:nth-of-type(2) {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 16px;
          width: 158px; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#trouble .bg02 p:nth-of-type(2) {
        font-size: 28px;
        font-size: 2.8rem;
        width: 60%; } }
    body#top #wrap main section#trouble .bg02 p:last-of-type {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4;
      text-align: center;
      margin-top: 50px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#trouble .bg02 p:last-of-type {
          font-size: 10px;
          font-size: 1rem;
          margin-top: 16px; } }

body#top #wrap main section#important {
  padding: 45px 0 116px 0; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main section#important {
      padding: 22px 10px 50px 10px; } }
  body#top #wrap main section#important > .inner {
    border: 5px solid #f995b9;
    padding: 68px;
    position: relative; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#important > .inner {
        padding: 20px 15px 30px 15px; } }
    body#top #wrap main section#important > .inner:before {
      content: '';
      display: block;
      width: 260px;
      height: 260px;
      position: absolute;
      right: 40px;
      top: 40px;
      background: url("../images/img03.png") center/260px auto no-repeat; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#important > .inner:before {
          content: none; } }
    body#top #wrap main section#important > .inner:after {
      content: '';
      display: block;
      width: 500px;
      height: 350px;
      position: absolute;
      right: 70px;
      bottom: 70px;
      top: auto;
      background: url("../images/img04.png") center/500px auto no-repeat; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#important > .inner:after {
          content: none; } }
    body#top #wrap main section#important > .inner h2 {
      font-size: 36px;
      font-size: 3.6rem;
      color: #f995b9;
      font-weight: 500;
      padding-left: 113px;
      font-family: "Rounded Mplus 1c", sans-serif; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#important > .inner h2 {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 0;
          font-weight: 600;
          text-align: center;
          line-height: 1.3; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#important > .inner h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
    body#top #wrap main section#important > .inner > p:first-of-type {
      font-size: 28px;
      font-size: 2.8rem;
      margin-top: 20px;
      padding-left: 88px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#important > .inner > p:first-of-type {
          text-align: center;
          padding: 0;
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 10px;
          line-height: 1.3; } }
    body#top #wrap main section#important > .inner > p:nth-of-type(2) {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5555555;
      margin-top: 48px;
      width: 540px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#important > .inner > p:nth-of-type(2) {
          width: 66%;
          font-size: 11px;
          font-size: 1.1rem;
          margin-top: 20px; } }
    body#top #wrap main section#important > .inner .row {
      width: 100%;
      margin-top: 10px;
      *zoom: 1; }
      body#top #wrap main section#important > .inner .row:after {
        content: "";
        display: table;
        clear: both; }
      body#top #wrap main section#important > .inner .row .left {
        width: 63%;
        float: left;
        margin-top: 10px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#important > .inner .row .left {
            width: 100%; } }
        body#top #wrap main section#important > .inner .row .left p {
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.3; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#important > .inner .row .left p {
              font-size: 12px;
              font-size: 1.2rem; } }
      body#top #wrap main section#important > .inner .row .right {
        width: 33%;
        float: right; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#important > .inner .row .right {
            width: 46%;
            float: none;
            margin: 0 auto; } }
      @media (max-width: 750px) and (orientation: landscape) {
        body#top #wrap main section#important > .inner .row .right {
          width: 50%; } }
    body#top #wrap main section#important > .inner > img {
      width: 92%;
      margin: 0 auto;
      display: block;
      margin-top: 10px; }
    body#top #wrap main section#important > .inner .box {
      width: 540px;
      background: #ffdfe6;
      padding: 30px 24px;
      margin-top: 20px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#important > .inner .box {
          width: 92%;
          margin: 0 auto;
          padding: 20px 15px;
          margin-top: 15px; } }
      body#top #wrap main section#important > .inner .box p {
        font-size: 20px;
        font-size: 2rem;
        color: #44b1d3;
        text-align: center;
        font-weight: 500;
        font-family: "Rounded Mplus 1c", sans-serif; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#important > .inner .box p {
            font-size: 12px;
            font-size: 1.2rem; } }
      body#top #wrap main section#important > .inner .box ul {
        margin-top: 16px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#important > .inner .box ul {
            margin-top: 10px; } }
        body#top #wrap main section#important > .inner .box ul li {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.57142857; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#important > .inner .box ul li {
              font-size: 10px;
              font-size: 1rem; } }
  body#top #wrap main section#important a.column_link {
    display: block;
    margin: 0 auto;
    width: 370px;
    margin-top: 60px;
    height: 212px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url("../images/img05_off.png") center/370px auto no-repeat; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#important a.column_link {
        width: 172px;
        background: url("../images/img05_off.png") center/172px auto no-repeat;
        margin-top: 26px;
        height: 98px; } }
    body#top #wrap main section#important a.column_link:hover {
      background: url("../images/img05_on.png") center/370px auto no-repeat; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#important a.column_link:hover {
          background: url("../images/img05_on.png") center/172px auto no-repeat; } }
  @media (max-width: 750px) and (orientation: landscape) {
    body#top #wrap main section#important a.column_link {
      display: block;
      margin: 0 auto;
      width: 370px;
      margin-top: 60px;
      height: 212px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      background: url("../images/img05_off.png") center/370px auto no-repeat; } }

body#top #wrap main section#relief {
  padding: 65px 0 88px 0;
  background: #edf7fb; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main section#relief {
      padding: 30px 0 45px 0; } }
  body#top #wrap main section#relief .inner h3 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #f995b9;
    text-align: center;
    font-family: "Rounded Mplus 1c", sans-serif; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#relief .inner h3 {
        font-size: 16px;
        font-size: 1.6rem; } }
  body#top #wrap main section#relief .inner > ul {
    *zoom: 1;
    margin-top: 70px; }
    body#top #wrap main section#relief .inner > ul:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#relief .inner > ul {
        margin-top: 10px; } }
    body#top #wrap main section#relief .inner > ul li {
      width: 420px;
      float: left;
      margin-right: 30px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#relief .inner > ul li {
          margin-right: 0;
          margin-top: 20px;
          width: 100%; } }
      body#top #wrap main section#relief .inner > ul li:first-child {
        width: 392px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#relief .inner > ul li:first-child {
            width: 100%; } }
      body#top #wrap main section#relief .inner > ul li:last-child {
        margin-right: 0;
        width: 400px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#relief .inner > ul li:last-child {
            width: 100%; } }
      body#top #wrap main section#relief .inner > ul li img {
        width: 260px;
        margin: 0 auto; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#relief .inner > ul li img {
            width: 35.2%; } }
      body#top #wrap main section#relief .inner > ul li p {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
        margin-top: 40px;
        text-align: center;
        font-family: "Rounded Mplus 1c", sans-serif;
        font-weight: 500; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#relief .inner > ul li p {
            font-size: 13px;
            font-size: 1.3rem;
            margin-top: 22px; } }
      body#top #wrap main section#relief .inner > ul li > ul {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        *zoom: 1; }
        body#top #wrap main section#relief .inner > ul li > ul:after {
          content: "";
          display: table;
          clear: both; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#relief .inner > ul li > ul {
            width: 76%;
            margin: 0 auto;
            margin-top: 26px; } }
        body#top #wrap main section#relief .inner > ul li > ul li {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.642857142; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#relief .inner > ul li > ul li {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.5;
              margin-top: 0;
              padding-left: 1em;
              text-indent: -1em;
              margin-top: 4px; } }

body#top #wrap main section#howtouse {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main section#howtouse {
      padding: 60px 10px 0 10px; } }
  body#top #wrap main section#howtouse .inner h4 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
    color: #333;
    width: 260px;
    height: 142px;
    text-align: center;
    margin: 0 auto;
    padding-top: 58px;
    font-family: "Rounded Mplus 1c", sans-serif;
    background: url("../images/bg01.png") center/260px auto no-repeat; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#howtouse .inner h4 {
        font-size: 18px;
        font-size: 1.8rem;
        width: 132px;
        height: 72px;
        padding-top: 34px;
        background: url("../images/bg01.png") center/132px auto no-repeat; } }
  @media (max-width: 750px) and (orientation: landscape) {
    body#top #wrap main section#howtouse .inner h4 {
      font-size: 36px;
      font-size: 3.6rem;
      width: 260px;
      height: 142px;
      padding-top: 58px;
      background: url("../images/bg01.png") center/260px auto no-repeat; } }
  @media only screen and (max-width: 750px) {
    body#top #wrap main section#howtouse .inner > ul {
      padding: 0 16px; } }
  body#top #wrap main section#howtouse .inner > ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#howtouse .inner > ul li {
        margin-top: 45px; } }
    body#top #wrap main section#howtouse .inner > ul li .img {
      width: 640px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#howtouse .inner > ul li .img {
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2;
          margin-top: 10px; } }
    body#top #wrap main section#howtouse .inner > ul li .text {
      width: 640px;
      background: #edf7fb;
      padding: 58px 40px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#howtouse .inner > ul li .text {
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1;
          padding: 10px 0;
          background: #fff;
          *zoom: 1; }
          body#top #wrap main section#howtouse .inner > ul li .text:after {
            content: "";
            display: table;
            clear: both; } }
      body#top #wrap main section#howtouse .inner > ul li .text .step {
        width: 145px;
        height: 80px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#howtouse .inner > ul li .text .step {
            width: 20%;
            float: left;
            height: auto; } }
      body#top #wrap main section#howtouse .inner > ul li .text p:first-of-type {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3333333;
        color: #f995b9;
        margin-top: 26px;
        font-family: "Rounded Mplus 1c", sans-serif;
        font-weight: 400; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#howtouse .inner > ul li .text p:first-of-type {
            font-size: 13px;
            font-size: 1.3rem;
            margin-top: 0;
            float: left;
            font-weight: 500;
            margin-left: 5%;
            width: 75%;
            float: left; } }
        @media only screen and (max-width: 320px) {
          body#top #wrap main section#howtouse .inner > ul li .text p:first-of-type {
            width: 65%; } }
      body#top #wrap main section#howtouse .inner > ul li .text p:last-of-type {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71428571;
        color: #333;
        margin-top: 20px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#howtouse .inner > ul li .text p:last-of-type {
            font-size: 11px;
            font-size: 1.1rem;
            margin-top: 0;
            padding-top: 15px;
            clear: both; } }
      @media (max-width: 750px) and (orientation: landscape) {
        body#top #wrap main section#howtouse .inner > ul li .text p:first-of-type {
          font-size: 18px;
          font-size: 1.8rem; } }
  body#top #wrap main section#howtouse .inner .move {
    border: 5px solid #f995b9;
    margin-top: 90px;
    padding: 60px 60px 80px 60px; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#howtouse .inner .move {
        margin-top: 50px;
        padding: 25px 36px 40px 36px; } }
    body#top #wrap main section#howtouse .inner .move p.title {
      font-size: 42px;
      font-size: 4.2rem;
      color: #f995b9;
      font-family: "Rounded Mplus 1c", sans-serif;
      font-weight: 500;
      position: relative;
      width: 338px;
      text-align: center;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#howtouse .inner .move p.title {
          font-size: 21px;
          font-size: 2.1rem;
          width: 168px; } }
      body#top #wrap main section#howtouse .inner .move p.title:before {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #c8e7f3;
        position: absolute;
        bottom: 0;
        z-index: -1; }
    body#top #wrap main section#howtouse .inner .move ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 20px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#howtouse .inner .move ul {
          margin-top: 0; } }
      body#top #wrap main section#howtouse .inner .move ul li {
        width: 540px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#howtouse .inner .move ul li {
            width: 100%; } }
        body#top #wrap main section#howtouse .inner .move ul li:first-child {
          margin-right: 58px; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#howtouse .inner .move ul li:first-child {
              margin-right: 0;
              margin-top: 30px; } }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#howtouse .inner .move ul li:last-child {
            margin-top: 60px; } }
        body#top #wrap main section#howtouse .inner .move ul li p {
          width: 166px;
          height: 90px;
          background: url("../images/bg01.png") center/166px auto no-repeat;
          text-align: center;
          padding-top: 36px;
          font-size: 24px;
          font-size: 2.4rem;
          font-family: "Rounded Mplus 1c", sans-serif;
          font-weight: 500;
          color: #333;
          margin: 0 auto; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#howtouse .inner .move ul li p {
              width: 83px;
              height: 45px;
              font-size: 12px;
              font-size: 1.2rem;
              padding-top: 20px;
              background: url("../images/bg01.png") center/83px auto no-repeat; } }
        @media (max-width: 750px) and (orientation: landscape) {
          body#top #wrap main section#howtouse .inner .move ul li p {
            width: 166px;
            height: 90px;
            background: url("../images/bg01.png") center/166px auto no-repeat;
            padding-top: 36px;
            font-size: 24px;
            font-size: 2.4rem; } }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#howtouse .inner .move ul li .iframe {
            position: relative;
            padding-top: 56.25%; } }
        body#top #wrap main section#howtouse .inner .move ul li .iframe iframe {
          margin-top: 30px; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#howtouse .inner .move ul li .iframe iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              margin-top: 14px; } }
  body#top #wrap main section#howtouse .inner .characteristic {
    padding: 110px 0 100px 0; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#howtouse .inner .characteristic {
        padding: 50px 0; } }
    body#top #wrap main section#howtouse .inner .characteristic p.title {
      font-size: 36px;
      font-size: 3.6rem;
      font-family: "Rounded Mplus 1c", sans-serif;
      font-weight: 500;
      color: #333;
      width: 264px;
      height: 144px;
      background: url("../images/bg01.png") center/264px auto no-repeat;
      text-align: center;
      padding-top: 60px;
      margin: 0 auto; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#howtouse .inner .characteristic p.title {
          font-size: 18px;
          font-size: 1.8rem;
          width: 132px;
          height: 72px;
          padding-top: 34px;
          background: url("../images/bg01.png") center/132px auto no-repeat; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#howtouse .inner .characteristic p.title {
        font-size: 36px;
        font-size: 3.6rem;
        width: 264px;
        padding-top: 60px;
        height: 144px;
        background: url("../images/bg01.png") center/264px auto no-repeat; } }
    body#top #wrap main section#howtouse .inner .characteristic img {
      max-width: 750px;
      margin: 0 auto;
      margin-top: 30px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#howtouse .inner .characteristic img {
          max-width: 100%;
          width: 100%; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#howtouse .inner .characteristic img {
        max-width: 70%; } }

body#top #wrap main section#faq {
  background: #fefbca;
  padding: 90px 0 120px 0; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main section#faq {
      padding: 35px 0; } }
  body#top #wrap main section#faq h5 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    width: 264px;
    height: 142px;
    color: #333;
    background: url("../images/bg01.png") center/264px auto no-repeat;
    text-align: center;
    padding-top: 60px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#faq h5 {
        font-size: 18px;
        font-size: 1.8rem;
        width: 132px;
        height: 72px;
        padding-top: 34px;
        background: url("../images/bg01.png") center/132px auto no-repeat; } }
  @media (max-width: 750px) and (orientation: landscape) {
    body#top #wrap main section#faq h5 {
      font-size: 36px;
      font-size: 3.6rem;
      width: 264px;
      height: 142px;
      padding-top: 60px;
      background: url("../images/bg01.png") center/264px auto no-repeat; } }
  body#top #wrap main section#faq ul {
    max-width: 860px;
    margin: 0 auto;
    margin-top: 10px; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#faq ul {
        padding: 0 20px;
        margin-top: 20px; } }
    body#top #wrap main section#faq ul li {
      margin-top: 60px;
      padding-left: 20px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#faq ul li {
          margin-top: 15px; } }
      body#top #wrap main section#faq ul li p span {
        font-family: "Rounded Mplus 1c", sans-serif;
        font-weight: 400; }
      body#top #wrap main section#faq ul li p.q {
        font-size: 24px;
        font-size: 2.4rem;
        color: #f995b9; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#faq ul li p.q {
            font-size: 13px;
            font-size: 1.3rem;
            text-indent: -1.8em;
            padding-left: 1.8em;
            font-weight: 600;
            line-height: 1.3; } }
        body#top #wrap main section#faq ul li p.q span {
          padding-right: 10px; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#faq ul li p.q span {
              font-weight: 600; } }
      body#top #wrap main section#faq ul li p.a {
        font-size: 16px;
        font-size: 1.6rem;
        color: #333;
        line-height: 1.33333333;
        margin-top: 20px;
        text-indent: -2em;
        padding-left: 2em; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#faq ul li p.a {
            font-size: 11px;
            font-size: 1.1rem;
            margin-top: 10px; } }
        body#top #wrap main section#faq ul li p.a span {
          color: #8ccde6;
          padding-right: 10px;
          font-size: 24px;
          font-size: 2.4rem; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#faq ul li p.a span {
              font-size: 14px;
              font-size: 1.4rem;
              font-weight: 600; } }

body#top #wrap main section#voice {
  padding: 90px 0 100px 0;
  background: #ffdfe6; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main section#voice {
      padding: 30px 0 50px 0; } }
  body#top #wrap main section#voice .inner h6 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #333;
    text-align: center;
    width: 285px;
    height: 154px;
    background: url(../images/bg01.png) center/285px auto no-repeat;
    margin: 0 auto;
    padding-top: 65px;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    position: relative; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#voice .inner h6 {
        font-size: 18px;
        font-size: 1.8rem;
        width: 142px;
        height: 75px;
        padding-top: 32px;
        background: url(../images/bg01.png) center/140px auto no-repeat; } }
    body#top #wrap main section#voice .inner h6:before {
      content: '';
      display: block;
      width: 150px;
      height: 170px;
      background: url("../images/img10.png") center/160px auto no-repeat;
      position: absolute;
      left: -70px;
      top: 40%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#voice .inner h6:before {
          width: 70px;
          height: 80px;
          left: -30px;
          top: 35%;
          background: url(../images/img10.png) center/75px auto no-repeat; } }
  @media (max-width: 750px) and (orientation: landscape) {
    body#top #wrap main section#voice .inner h6 {
      width: 285px;
      height: 154px;
      font-size: 36px;
      font-size: 3.6rem;
      padding-top: 65px;
      background: url(../images/bg01.png) center/285px auto no-repeat; }
      body#top #wrap main section#voice .inner h6:before {
        width: 150px;
        height: 170px;
        left: -70px;
        top: 40%;
        background: url("../images/img10.png") center/160px auto no-repeat; } }
  body#top #wrap main section#voice .inner ul {
    *zoom: 1;
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 70px; }
    body#top #wrap main section#voice .inner ul:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 750px) {
      body#top #wrap main section#voice .inner ul {
        max-width: 90%;
        margin-top: 35px; } }
    @media only screen and (max-width: 320px) {
      body#top #wrap main section#voice .inner ul {
        max-width: 98%; } }
    body#top #wrap main section#voice .inner ul li {
      background: #fff;
      border-radius: 50%;
      position: relative;
      float: left;
      margin-right: 38px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#voice .inner ul li {
          margin-right: 0; } }
      body#top #wrap main section#voice .inner ul li:first-child {
        margin-top: 20px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#voice .inner ul li:first-child {
            margin-top: 0; } }
      body#top #wrap main section#voice .inner ul li:nth-child(4n) {
        margin-right: 0; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#voice .inner ul li:nth-child(2n) {
          margin-right: 0;
          float: right; } }
      body#top #wrap main section#voice .inner ul li:nth-child(3) {
        margin-top: 15px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#voice .inner ul li:nth-child(3) {
            margin-top: 40px; } }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#voice .inner ul li:nth-child(4) {
          margin-top: 40px; } }
      body#top #wrap main section#voice .inner ul li:nth-child(5) {
        margin-top: 50px; }
        @media only screen and (min-width: 751px) {
          body#top #wrap main section#voice .inner ul li:nth-child(5) {
            clear: both; } }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#voice .inner ul li:nth-child(5) {
            margin-top: 40px;
            clear: both; } }
      body#top #wrap main section#voice .inner ul li:nth-child(6) {
        margin-top: 60px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#voice .inner ul li:nth-child(6) {
            margin-top: 50px; } }
      body#top #wrap main section#voice .inner ul li:nth-child(7) {
        margin-top: 90px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#voice .inner ul li:nth-child(7) {
            margin-top: 80px; } }
      body#top #wrap main section#voice .inner ul li:nth-child(8) {
        margin-top: 60px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#voice .inner ul li:nth-child(8) {
            margin-top: 50px; } }
      body#top #wrap main section#voice .inner ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 11px 0 11px;
        left: 50%;
        bottom: -18px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-color: #fff transparent transparent transparent; }
      body#top #wrap main section#voice .inner ul li p:first-of-type {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.3125;
        color: #f995b9;
        text-align: center;
        font-family: "Rounded Mplus 1c", sans-serif;
        font-weight: 400; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#voice .inner ul li p:first-of-type {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.2;
            font-weight: 600; } }
      body#top #wrap main section#voice .inner ul li p:last-of-type {
        color: #333;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.14285714;
        padding: 14px 26px 0 26px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#voice .inner ul li p:last-of-type {
            font-size: 12px;
            font-size: 1.2rem;
            padding: 6px 20px; } }
        @media only screen and (max-width: 320px) {
          body#top #wrap main section#voice .inner ul li p:last-of-type {
            font-size: 11px;
            font-size: 1.1rem; } }
      @media (max-width: 750px) and (orientation: landscape) {
        body#top #wrap main section#voice .inner ul li p:first-of-type {
          font-size: 17px;
          font-size: 1.7rem; }
        body#top #wrap main section#voice .inner ul li p:last-of-type {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 14px 26px 0 26px; } }
    body#top #wrap main section#voice .inner ul .box01 {
      width: 210px;
      height: 210px;
      padding-top: 40px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#voice .inner ul .box01 {
          width: 140px;
          height: 140px;
          padding-top: 20px; } }
      @media only screen and (max-width: 320px) {
        body#top #wrap main section#voice .inner ul .box01 {
          width: 130px;
          height: 130px; } }
    body#top #wrap main section#voice .inner ul .box02 {
      width: 235px;
      height: 235px;
      padding-top: 46px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#voice .inner ul .box02 {
          width: 150px;
          height: 150px;
          padding-top: 23px; } }
      @media only screen and (max-width: 320px) {
        body#top #wrap main section#voice .inner ul .box02 {
          width: 140px;
          height: 140px; } }
    body#top #wrap main section#voice .inner ul .box03 {
      width: 256px;
      height: 256px;
      padding-top: 36px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#voice .inner ul .box03 {
          width: 180px;
          height: 180px;
          padding-top: 18px; } }
      @media only screen and (max-width: 320px) {
        body#top #wrap main section#voice .inner ul .box03 {
          width: 170px;
          height: 170px; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#voice .inner ul .box01 {
        width: 210px;
        height: 210px; }
      body#top #wrap main section#voice .inner ul .box02 {
        width: 235px;
        height: 235px; }
      body#top #wrap main section#voice .inner ul .box03 {
        width: 256px;
        height: 256px; } }
  @media (max-width: 750px) and (orientation: landscape) {
    body#top #wrap main section#voice .inner ul {
      max-width: 78%; } }

body#top #wrap main section#product {
  padding: 100px 0 110px 0; }
  @media only screen and (max-width: 750px) {
    body#top #wrap main section#product {
      padding: 50px 0 45px 0; } }
  body#top #wrap main section#product .inner {
    *zoom: 1; }
    body#top #wrap main section#product .inner:after {
      content: "";
      display: table;
      clear: both; }
    body#top #wrap main section#product .inner h6 {
      font-size: 40px;
      font-size: 4rem;
      color: #333;
      text-align: center;
      width: 260px;
      height: 142px;
      background: url("../images/bg01.png") center/260px auto no-repeat;
      margin: 0 auto;
      padding-top: 60px;
      font-family: "Rounded Mplus 1c", sans-serif;
      font-weight: 500;
      position: relative; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#product .inner h6 {
          font-size: 20px;
          font-size: 2rem;
          width: 132px;
          height: 72px;
          padding-top: 34px;
          background: url("../images/bg01.png") center/132px auto no-repeat; } }
    @media (max-width: 750px) and (orientation: landscape) {
      body#top #wrap main section#product .inner h6 {
        width: 260px;
        height: 142px;
        font-size: 40px;
        font-size: 4rem;
        background: url("../images/bg01.png") center/260px auto no-repeat;
        padding-top: 60px; } }
    body#top #wrap main section#product .inner .left {
      width: 500px;
      float: left;
      margin-left: 100px;
      margin-top: 40px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#product .inner .left {
          width: 90%;
          margin: 0 auto;
          float: none;
          padding-top: 20px;
          clear: both; } }
    body#top #wrap main section#product .inner .right {
      width: 620px;
      float: right;
      margin-top: 40px; }
      @media only screen and (max-width: 750px) {
        body#top #wrap main section#product .inner .right {
          width: 100%; } }
      body#top #wrap main section#product .inner .right p.name {
        font-size: 42px;
        font-size: 4.2rem;
        color: #f995b9;
        line-height: 1.428571428;
        font-family: "Rounded Mplus 1c", sans-serif;
        font-weight: 500; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#product .inner .right p.name {
            font-size: 21px;
            font-size: 2.1rem;
            text-align: center; } }
        body#top #wrap main section#product .inner .right p.name span {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 1.214285714;
          color: #333;
          font-weight: 400;
          display: block; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#product .inner .right p.name span {
              font-size: 14px;
              font-size: 1.4rem; } }
      body#top #wrap main section#product .inner .right .details {
        margin-top: 36px; }
        @media only screen and (max-width: 750px) {
          body#top #wrap main section#product .inner .right .details {
            margin-top: 18px;
            padding: 0 10px; } }
        body#top #wrap main section#product .inner .right .details .row span {
          font-size: 14px;
          font-size: 1.4rem;
          color: #333;
          line-height: 1.71428571; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#product .inner .right .details .row span {
              font-size: 11px;
              font-size: 1.1rem; } }
          body#top #wrap main section#product .inner .right .details .row span:first-child {
            width: 100px;
            padding-right: 20px; }
        body#top #wrap main section#product .inner .right .details .row span.pd:first-child {
          padding-right: 35px; }
        body#top #wrap main section#product .inner .right .details p {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.6;
          color: #333; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#product .inner .right .details p {
              font-size: 11px;
              font-size: 1.1rem;
              line-height: 1.5; } }
      body#top #wrap main section#product .inner .right .caution {
        margin-top: 46px;
        padding: 0 10px; }
        body#top #wrap main section#product .inner .right .caution p {
          color: #f995b9;
          font-size: 14px;
          font-size: 1.4rem; }
          @media only screen and (max-width: 750px) {
            body#top #wrap main section#product .inner .right .caution p {
              font-size: 12px;
              font-size: 1.2rem;
              font-weight: 600;
              padding-left: 10px; } }
        body#top #wrap main section#product .inner .right .caution ul {
          margin-top: 6px; }
          body#top #wrap main section#product .inner .right .caution ul li {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.714285714;
            color: #333; }
            @media only screen and (max-width: 750px) {
              body#top #wrap main section#product .inner .right .caution ul li {
                font-size: 10px;
                font-size: 1rem;
                text-indent: -1em;
                padding-left: 1em; } }
				
				/*conobieバナー追加*/
				.conobietitle {
	background-color: #CCECFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;			
					}
					.conobiet{
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;

						}
				.conobiet a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0070C0;
	text-decoration: none;
			font-size: 20px;
          font-size: 1.5rem;
          padding: 0;
          font-weight: 600;
          text-align: center;
          line-height: 1.6; 
}
			#conobie{
				text-align: center;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
				}		
					#conobie img{
				text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
				}
				
					
@media (max-width: 1020px) and (min-width: 768px) {
	 .conobiet{
	width: 80%;
						}
.conobiet a{
		font-size: 20px;
          font-size: 1.2rem;
		      line-height: 1.3; }
	#conobie{
	width: 90%;}
	}
 @media only screen and (max-width: 750px) {
  .conobiet{
	width: 95%;
						}
.conobiet a{
		font-size: 16px;
          font-size: 1.2rem;
		      line-height: 1.3; }
	#conobie{
	width: 90%;
					}	
						 }



/*# sourceMappingURL=style.css.map */
