@charset "utf-8";
html {
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body {
  font-size: 1.8rem; /* 16px */
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "M PLUS Rounded 1c", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  margin: 0px;
  width: 100%;
  color: #3e3a39;
  line-height: 3rem;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0px;
}
p {
  margin: 0px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
a img {
  border-style: none;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
#start {
    display: none;
}
#slidemenu {
  display: inherit;
}
.hamburger {
  display: block;
  position: fixed;
  z-index: 3000;
  right: 100px;
  top: 25px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  left: 10px;
  background: #3e3a39;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  width: 100%;
  transform: translateX(-100%);
  transition: all 0.6s;
  height: 100%;
  min-height: 100%;
  font-family: "RocknRoll One", sans-serif;
  padding-top: 25px;
}
nav.globalMenuSp div {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 25px;
}
nav.globalMenuSp div img {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
nav.globalMenuSp ul {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  float: left;
  font-size: 2.6rem;
}
nav.globalMenuSp ul li {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
nav.globalMenuSp ul li a {
  color: #000000;
  text-decoration: none;
  font-family: "RocknRoll One", sans-serif;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li img {
  width: 60%;
}
nav.globalMenuSp ul li ul {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
nav.globalMenuSp ul li ul li {
  width: 100%;
  margin-top: 10px;
  font-size: 2rem;
}
nav.globalMenuSp ul li ul li a {
  color: #9B9B9B;
  font-weight: bold;
}
nav.globalMenuSp div {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}
.fix-header {
  background: rgba(255, 255, 255, 0.9);
  line-height: 66px;
  top: -66px; /* 上に隠す鷹さ */
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-top: 0px;
  position: fixed;
  opacity: 0;
  z-index: 1000;
  height: 100px;
}
.fix-header-contents {
  width: 92%;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 3%;
}
.fix-header ul {
  list-style-type: none;
  width: 100%;
  float: left;
  text-align: right;
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.4rem;
}
.fix-header ul li img {
  width: 70%;
}
#fix-header-logo {
  float: left;
  width: 15%;
  padding-top: 30px;
}
#fix-header-center {
  float: right;
  width: 83%;
  margin-left: 2%;
}
#wrap {
  overflow: hidden;
  font-family: "RocknRoll One", sans-serif;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
#header {
  width: 100%;
  float: left;
  text-align: left;
  position: fixed;
  z-index: 1000;
}
.header_box {
  width: 100%;
  float: left;
  position: relative;
}
.header_box_left {
  width: 50%;
  float: left;
  position: absolute;
  top: 15px;
  left: 20px;
  margin-left: 10%;
}
.header_box_left div {
  width: 20%;
  float: left;
}
.header_box_left div img {
  width: 70%;
  filter: drop-shadow(0 0 0.75rem white);
}
@media (max-width: 1666px) {
.header_box_left div img {
  width: 90%;
  filter: drop-shadow(0 0 0.75rem white);
}
}
.header_box_left p {
  width: 80%;
  float: left;
  margin-top: 40px;
}
@media (max-width: 1666px) {
.header_box_left p {
  width: 80%;
  float: left;
  margin-top: 30px;
}
}
.header_box_right {
  width: 30%;
  float: right;
  text-align: right;
  padding-top: 20px;
  margin-right: 10%;
}
@media (max-width: 1666px) {
.header_box_right {
  width: 25%;
  float: right;
  text-align: right;
  padding-top: 25px;
  margin-right: 15%;
}
}
.header_box_right img {
  width: 30%;
}
@media (max-width: 1666px) {
.header_box_right img {
  width: 45%;
}
}
#toppage {
    width: 100%;
    float: left;
    margin-top: 200px;
}
.toppage {
  width: 100%;
  float: left;
}
.toppage h1 {
    width: 100%;
    float: left;
    text-align: center;
}
.toppage h1 img {
  width: 50%;
}
.toppage2 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}
.viewer {
    width: 40%;
    height: 200px;
    text-align: center;
    float: left;
    margin-left: 30%;
    overflow: hidden;
} 
@media (max-width: 1666px) {
.viewer {
    width: 60%;
    height: 200px;
    text-align: center;
    float: left;
    margin-left: 20%;
    overflow: hidden;
} 
}
.viewer img {
    width: 100%;
}
.viewer2 {
    display: none;
} 
.fuwafuwa {
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url("../sozai/back4.png") no-repeat center center / 50% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 80%;
    height: 120px;
    margin-top: 0px;
    margin-left: 10%;
    float: left;
}
 @keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
#layout {
    width: 36%;
    float: left;
    padding-top: 50px;
    margin-left: 32%;
}
@media (max-width: 1666px) {
#layout {
    width: 56%;
    float: left;
    padding-top: 50px;
    margin-left: 22%;
}
}
#layout h2 {
    width: 100%;
    float: left;
    font-size: 5rem;
    line-height: 7rem;
    color: #FD0004;
    text-align: center;
}
#layout p {
    width: 100%;
    float: left;
    margin-top: 30px;
}
#layout p br {
    display: none;
}
#top_service {
    width: 80%;
    float: left;
    position: relative;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 150px;
}
@media (max-width: 1666px) {
#top_service {
    width: 90%;
    float: left;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 150px;
}
}
#top_price {
    width: 80%;
    float: left;
    position: relative;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 100px;
}
#top_column {
    width: 80%;
    float: left;
    position: relative;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 75px;
    margin-bottom: 100px;
}
.top_title {
    width: 80%;
    float: left;
    position: relative;
    margin-left: 20%;
}
@media (max-width: 1666px) {
.top_title {
    width: 70%;
    float: left;
    position: relative;
    margin-left: 10%;
}
}
.top_title h2 {
    width: 100%;
    float: left;
    font-size: 10rem;
    line-height: 7rem;
    color: #FF0004;
}
@media (max-width: 1666px) {
.top_title h2 {
    width: 100%;
    float: left;
    font-size: 8rem;
    line-height: 6rem;
    color: #FF0004;
}
}
.top_title h2 span {
    display: block;
    font-size: 1.8rem;
    color: #000000;
    margin-left: 5px;
}
.top_title p {
    width: 45%;
    float: left;
    margin-top: 20px;
    font-size: 3rem;
    line-height: 4.5rem;
    margin-left: 5px;
    margin-right: 45%;
}
@media (max-width: 1666px) {
.top_title p {
    width: 60%;
    float: left;
    margin-top: 20px;
    font-size: 3rem;
    line-height: 4.5rem;
    margin-left: 5px;
    margin-right: 35%;
}
}
.top_title ul {
    width: 45%;
    float: left;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 3.5rem;
    margin-left: 3%;
    list-style-position: outside;
    list-style-type: disc;
    margin-right: 45%;
}
.top_title ul li {
    width: 100%;
    float: left;
}
.top_title ul li span {
    width: 50%;
    display: inline-block;
}
.top_title ul li a {
    color: #000000;
    text-decoration: none;
}
.top_title div {
    width: 45%;
    float: left;
    text-align: left;
    margin-top: 30px;
    margin-left: 10px;
}
.top_img {
    width: 40%;
    float: left;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: -100;
}
.top_img img {
    width: 100%;
	border-radius: 100px;
}
.top_slide {
    height: 200px;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.loop {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    height: 150px;
}
.loop__box {
    display: flex;
    width: 100vw;
}
.loop__box img {
    min-width: 100vw;
}
.loop__box img:first-child {
    animation: loop 40s -20s linear infinite;
}

.loop__box img:last-child {
    animation: loop2 40s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
.button-39 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background-color: #fff;
    color: #0080db;
    font-size: 1.8rem;
    float: left;
}
.button-39:hover {
    text-decoration: underline;
	cursor:pointer
}
.button-39::before {
    position: absolute;
    transform: skewX(-8deg);
    width: 100%;
    height: 100%;
    border: 1px solid #0080db;
	border-radius: 10px;
    content: '';
}
.button-39::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #0080db;
    border-right: 2px solid #0080db;
    content: '';
}
.button-40 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 25%;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background-color: #fff;
    color: #0080db;
    font-size: 1.8rem;
    float: left;
}
.button-40:hover {
    text-decoration: underline;
	cursor:pointer
}
.button-40::before {
    position: absolute;
    transform: skewX(-8deg);
    width: 100%;
    height: 100%;
    border: 1px solid #0080db;
	border-radius: 10px;
    content: '';
}
.button-40::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #0080db;
    border-right: 2px solid #0080db;
    content: '';
}
#form1 {
  width: 100%;
  float: left;
  font-family: "RocknRoll One", sans-serif;
}
#form1 select:hover {
  cursor: pointer;
  cursor: hand;
}
#form1 div {
  padding-top: 10px;
  padding-bottom: 10px;
}
#form1 div label {
  display: inline-block;
  float: left;
  width: 100%;
  color: #333130;
  margin-top: 15px;
  margin-bottom: 10px;
}
#form2 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
}
#form2 p {
  width: 100%;
  float: left;
  text-align: center;
}
#form2 p a {
  color: #F99545;
  font-weight: bold;
}
#form2 div {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
}
#page {
    width: 80%;
    float: left;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 250px;
}
.page1 {
    width: 100%;
    float: left;
}
.page1 h1 {
    width: 100%;
    float: left;
    font-size: 10rem;
    line-height: 7rem;
    color: #FF0004;
    text-align: center;
}
.page1 h1 span {
    display: block;
    font-size: 1.8rem;
    color: #000000;
    margin-left: 5px;
}
.page1 h2 {
    width: 100%;
    float: left;
    font-size: 10rem;
    line-height: 7rem;
    color: #FF0004;
    text-align: center;
}
.page1 h2 span {
    display: block;
    font-size: 1.8rem;
    color: #000000;
    margin-left: 5px;
}
.page1 p {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 3.5rem;
    margin-left: 5px;
    text-align: center;
}
.page1 ul {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 3rem;
    line-height: 4.5rem;
    text-align: center;
}
.page1 ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
}
.page1 ul li img {
    width: 90%;
}
.page2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.page2 h3 {
    width: 100%;
    float: left;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}
.page2 div {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: right;
    font-size: 1.4rem;
}
.page3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
}
.page3_box {
    width: 29%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 25px;
    height: 530px;
    background-color: #F7F6F4;
}
.page3_box h3 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.page3_box ul {
    width: 80%;
    float: left;
    margin-top: 10px;
    list-style-position: outside;
    list-style-type: circle;
    margin-left: 10%;
    text-align: left;
    margin-right: 10%;
}
.page3_box ul li {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.page3_box div {
    width: 100%;
    float: left;
}
.page3_box div img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.page4 {
    width: 60%;
    float: left;
    margin-top: 50px;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
}
.page4_box {
    width: 45%;
    margin-top: 50px;
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
}
.page4_box div {
    width: 100%;
    float: left;
    text-align: center;
}
.page4_box div img {
    width: 200px;
    border-radius: 50%;
    height: 200px;
}
.page5 {
    width: 60%;
    float: left;
    margin-top: 50px;
    margin-right: 20%;
    margin-left: 20%;
}
.page5 table {
    width: 100%;
    float: left;
}
.page5 table th {
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #CCCCCC;
}
.page5 table th:before {
    content: '\ef4a';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
    color: #F4CC1D;
}
.page5 table td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.page6 {
    width: 100%;
    float: left;
    margin-top: 150px;
}
.page6 h2 {
    width: 100%;
    float: left;
    font-size: 10rem;
    line-height: 7rem;
    color: #FF0004;
    text-align: center;
}
.page6 h2 span {
    display: block;
    font-size: 1.8rem;
    color: #000000;
    margin-left: 5px;
}
.page6 p {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 3.5rem;
    margin-left: 5px;
    text-align: center;
}
.page7 {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.page7 h2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.page7 h2 img {
    width: 30%;
}
.page7 div {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
}
.page7 div img {
    width: 30%;
}
.page8 {
    width: 80%;
    float: left;
    margin-top: 50px;
    margin-left: 10%;
}
.page8 h3 {
    width: 90%;
    float: left;
    margin-top: 50px;
    margin-right: 5%;
    margin-left: 5%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
.page8 h3 span {
    color: #39A753;
    margin-right: 5px;
    font-weight: bold;
}
.page8_left {
    width: 45%;
    float: left;
    height: 430px;
    background-color: #F7F6F4;
    text-align: center;
}
.page8_left div {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;
}
.page8_right {
    width: 45%;
    float: right;
    height: 430px;
    background-color: #F7F6F4;
    text-align: center;
}
.page8_right div {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;
}
.page9 {
    width: 80%;
    float: left;
    margin-top: 100px;
    margin-left: 10%;
}
.page9 h3 {
    width: 100%;
    float: left;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.page9 h4 {
    width: 100%;
    float: left;
    font-size: 6rem;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
.page9 h4:before {
  content: '\e0b0';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page9 h4 a {
    color: #000000;
    text-decoration: none;
}
.page9 p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
.page10 {
    width: 60%;
    float: left;
    margin-left: 20%;
    text-align: center;
    margin-right: 20%;
}
@media (max-width: 1666px) {
.page10 {
    width: 90%;
    float: left;
    margin-left: 5%;
    text-align: center;
    margin-right: 5%;
}
}
.page10_box {
    width: 45%;
    margin-right: 2%;
    margin-left: 2%;
    display: inline-block;
    margin-top: 50px;
}
.page10_box img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.page11 {
    width: 60%;
    float: left;
    margin-left: 20%;
    margin-right: 20%;
}
.page11_box {
    width: 100%;
    float: left;
}
.page11_box h2 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    border-bottom: 3px solid #EDEDED;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box h3 {
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box h4 {
    font-weight: bold;
    font-size: 1.8rem;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box p {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box p a {
    color: #F6AC19;
    text-decoration: none;
}
.page11_box table {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.page11_box ul {
    width: 100%;
    float: left;
    margin-top: 25px;
    list-style-position: inside;
    list-style-type: disc;
}
.page11_box ul li {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.page11_box ol {
    width: 100%;
    float: left;
    margin-top: 25px;
    list-style-position: inside;
    list-style-type: decimal;
}
.page11_box ol li {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.page11_box img {
    width: 30%;
    float: left;
}
.page11_box2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}
#footcon {
    width: 90%;
    float: left;
    background-color: #FFF;
    margin-right: 5%;
    margin-left: 5%;
    position: relative;
    margin-top: 150px;
}
.toppage_back {
    position: absolute;
    top: 50px;
    left: 50px;
}
.toppage_back img {
    width: 35%;
}
@media (max-width: 1666px) {
.toppage_back img {
    width: 20%;
}
}
.toppage_back2 {
    position: absolute;
    top: 100px;
    right: 0px;
}
@media (max-width: 1666px) {
.toppage_back2 {
    position: absolute;
    top: 100px;
    right: -250px;
}
}
.toppage_back2 img {
    width: 35%;
}
@media (max-width: 1666px) {
.toppage_back2 img {
    width: 20%;
}
}
.footcon_box {
    width: 50%;
    float: left;
    margin-left: 20%;
    border-radius: 10px;
    padding-right: 5%;
    padding-left: 5%;
}
@media (max-width: 1666px) {
.footcon_box {
    width: 70%;
    float: left;
    margin-left: 10%;
    border-radius: 10px;
    padding-right: 5%;
    padding-left: 5%;
}
}
.footcon_box p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}
.footcon_box p span {
  font-size: 2rem;
}
.footcon_box div {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.footcon_box div img {
  width: 60%;
}
@media (max-width: 1666px) {
  .footcon_box div img {
    width: 70%;
  }
}
.footcon_box ul {
  width: 90%;
  float: left;
  border-top: 1px solid #0B0B0B;
  text-align: center;
  margin-left: 5%;
  margin-top: 20px;
}
.footcon_box ul li img {
  width: 80%;
}
#foot {
  width: 90%;
  float: left;
  background-image: linear-gradient(0deg, #ffe758, #ffffff);
  padding-right: 5%;
  padding-left: 5%;
  margin-top: 100px;
  position: relative;
  padding-bottom: 100px;
}
.foot_box {
  width: 100%;
  float: left;
  text-align: center;
}
.foot_box img {
  width: 10%;
}
.foot_box2 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.fuwa {
  position: fixed;
  bottom: -100px;
  right: 10px;
  text-align: right;
  padding-bottom: 0px;
}
.fuwa a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.fuwa a img {
  width: 15%;
}
.des1 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #DC4729;
}
.des1 a {
  color: #3E3A39;
  text-decoration: none;
  margin-left: 10px;
}
.des1 a:before {
  content: '\e8b6';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.des1_2 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.des1_2 a {
  color: #3E3A39;
  text-decoration: none;
}
.des1_3 {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #3e3a39;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    transform: skew(-10deg, 0deg);
    border-radius: 10px;
    background-color: rgba(0,0,0,0.90);
}
.des1_3:before {
  content: '\e158';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.des1_4 {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #3E3A39;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-left: 10px;
  transform: skew(-10deg, 0deg);
  background-color: #000000;
  border-radius: 10px;
}
.des1_4:before {
  content: '\e0b0';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.des1_5 {
  width: 100%;
  float: left;
  text-align: center;
}
.des1_5 img {
  width: 70%;
}
.des1_6 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
  color: #F36C11;
  font-size: 4rem;
  font-weight: bold;
}
.des1_6 span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 3px;
  margin-left: 3px;
}
.des1_8 {
  width: 100%;
  float: left;
  text-align: center;
}
.des1_8 img {
  width: 45%;
  margin-right: 2%;
  margin-left: 2%;
}
.des1_9 {
  width: 40%;
  display: inline-block;
  border-right: 1px solid #0B0B0B;
  margin-top: 0px;
  padding-top: 10px;
}
.des1_9_2 {
  width: 40%;
  display: inline-block;
  margin-top: 0px;
  padding-top: 10px;
}
.des2 {
    width: 100%;
    float: left;
    background-color: #F7F6F4;
}
.des2_2 {
    width: 33%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-right: 1px solid #FFFFFF;
}
.des2_2 br {
    display: none;
}
.des2_3 {
    width: 33%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.des2_3 br {
    display: none;
}
.des2_4 {
    width: 100%;
    float: left;
}
.des2_5 {
    width: 33%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-right: 1px solid #FBECAE;
}
.des2_5 br {
    display: none;
}
.des2_6 {
    width: 100%;
    float: left;
    background-color: #f4cc1d;
}
.des2_7 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    color: #FF0004;
}
.des2_7_2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0px;
}
.des2_8 {
    width: 90%;
    float: left;
    margin-top: 15px;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
}
.des2_8_2 {
    width: 60%;
    float: left;
    margin-top: 10px;
    margin-right: 20%;
    margin-left: 20%;
    text-align: left;
    font-size: 1.4rem;
}
.button001 a {
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
}
.button001 a:hover {
  background: #313131;
  color: #FFF;
}
.button001 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
  border-color: #FFF;
}
.button002 a {
  background-color: #313131;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
}
.button002 a:hover {
  background: #FFF;
  color: #313131;
}
.button002 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
  border-color: #EEEEEE;
}
.button003 {
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 15px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 1rem;
}
.button003:hover {
  background: #313131;
  color: #FFF;
  cursor: pointer;
  cursor: hand;
}
.pc {
  display: inline !important;
}
.sm {
  display: none !important;
}
@media screen and (min-width : 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width:479px) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
#start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
    float: left;
    display: inherit;
}
#start div {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 280px;
    text-align: center;
}
#start div img {
    width: 100%;
}
  #slidemenu {
    display: inherit;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3000;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(255, 255, 255, 1.0);
    text-align: center;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.6s;
    height: 100%;
    min-height: 100%;
    font-family: "RocknRoll One", sans-serif;
    padding-top: 25px;
  }
  nav.globalMenuSp div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
  }
  nav.globalMenuSp div img {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }
  nav.globalMenuSp ul {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    float: left;
    font-size: 2.6rem;
  }
  nav.globalMenuSp ul li {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  nav.globalMenuSp ul li a {
    color: #000000;
    text-decoration: none;
    font-family: "RocknRoll One", sans-serif;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li img {
    width: 60%;
  }
  nav.globalMenuSp ul li ul {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  nav.globalMenuSp ul li ul li {
    width: 100%;
    margin-top: 10px;
    font-size: 2rem;
  }
  nav.globalMenuSp ul li ul li a {
    color: #9B9B9B;
    font-weight: bold;
  }
  nav.globalMenuSp div {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }
#header {
    width: 90%;
    float: left;
    text-align: left;
    position: static;
    z-index: 1000;
    margin-right: 5%;
    margin-left: 5%;
}
.header_box {
    width: 100%;
    float: left;
    position: static;
}
.header_box_left {
    width: 100%;
    float: left;
    position: static;
    top: 0px;
    left: 0px;
    margin-left: 0%;
    margin-top: 30px;
}
.header_box_left div {
    width: 100%;
    float: left;
    text-align: center;
}
.header_box_left div img {
  width: 50%;
  filter: drop-shadow(0 0 0.75rem white);
}
.header_box_left p {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}
.header_box_right {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 28px;
  margin-right: 0%;
}
#toppage {
    width: 90%;
    float: left;
    margin-top: 50px;
    margin-right: 5%;
    margin-left: 5%;
}
.toppage {
  width: 100%;
  float: left;
}
.toppage h1 {
    width: 100%;
    float: left;
    text-align: center;
}
.toppage h1 img {
  width: 100%;
}
.toppage2 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}
.viewer {
    display: none;
} 
.viewer2 {
    width: 100%;
    height: 220px;
    text-align: center;
    float: left;
    margin-left: 0%;
    overflow: hidden;
    display: inherit;
} 
.viewer2 img {
    width: 100%;
}
.fuwafuwa {
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url("../sozai/back4.png") no-repeat center center / 95% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 100%;
    height: 120px;
    margin-top: 0px;
    margin-left: 0%;
    float: left;
}
#layout {
    width: 90%;
    float: left;
    padding-top: 50px;
    margin-left: 5%;
    margin-right: 5%;
}
#layout h2 {
    width: 100%;
    float: left;
    font-size: 3rem;
    line-height: 5rem;
    color: #FD0004;
    text-align: center;
}
#layout p {
    width: 100%;
    float: left;
    margin-top: 30px;
}
#layout p br {
    display: inherit;
}
#top_service {
    width: 90%;
    float: left;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 50px;
}
#top_price {
    width: 90%;
    float: left;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 50px;
}
#top_column {
    width: 90%;
    float: left;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 0px;
    margin-bottom: 50px;
}
.top_title {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 0%;
    margin-top: 180px;
}
.top_title h2 {
    width: 100%;
    float: left;
    font-size: 4rem;
    line-height: 4.5rem;
    color: #FF0004;
}
.top_title h2 span {
    display: block;
    font-size: 1.8rem;
    color: #000000;
    margin-left: 5px;
}
.top_title p {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 3.5rem;
    margin-left: 5px;
    margin-right: 0%;
}
.top_title ul {
    width: 94%;
    float: left;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 3.5rem;
    margin-left: 6%;
    list-style-position: outside;
    list-style-type: disc;
    margin-right: 0%;
}
.top_title ul li {
    width: 100%;
    float: left;
}
.top_title ul li span {
    width: 50%;
    display: inline-block;
}
.top_title div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    margin-left: 0%;
}
.top_img {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -100;
}
.top_img img {
    width: 100%;
	border-radius: 20px;
    object-fit: contain;
    height: auto;
}
.top_slide {
    display: none;
}
.button-39 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background-color: #fff;
    color: #0080db;
    font-size: 1.8rem;
    float: left;
}
.button-40 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 25%;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background-color: #fff;
    color: #0080db;
    font-size: 1.8rem;
    float: left;
}
.button-40:hover {
    text-decoration: underline;
	cursor:pointer
}
.button-40::before {
    position: absolute;
    transform: skewX(-8deg);
    width: 100%;
    height: 100%;
    border: 1px solid #0080db;
	border-radius: 10px;
    content: '';
}
.button-40::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #0080db;
    border-right: 2px solid #0080db;
    content: '';
}
#page {
    width: 90%;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 100px;
}
.page1 {
    width: 100%;
    float: left;
}
.page1 h2 {
    width: 100%;
    float: left;
    font-size: 4rem;
    line-height: 5rem;
    color: #FF0004;
    text-align: center;
}
.page1 h2 span {
    display: block;
    font-size: 1.8rem;
    color: #000000;
    margin-left: 5px;
}
.page1 p {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 3.5rem;
    margin-left: 5px;
    text-align: left;
}
.page1 ul {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 3rem;
    line-height: 4.5rem;
    text-align: center;
}
.page1 ul li {
    width: 30%;
    display: inline-block;
    text-align: center;
}
.page1 ul li img {
    width: 95%;
}
.page2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.page2 h3 {
    width: 100%;
    float: left;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}
.page2 div {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-size: 1.4rem;
}
.page3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
}
.page3_box {
    width: 100%;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 25px;
    height: auto;
    background-color: #F7F6F4;
    padding-bottom: 20px;
}
.page3_box h3 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.page3_box ul {
    width: 80%;
    float: left;
    margin-top: 10px;
    list-style-position: outside;
    list-style-type: circle;
    margin-left: 10%;
    text-align: left;
    margin-right: 10%;
}
.page3_box ul li {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.page3_box div {
    width: 100%;
    float: left;
}
.page3_box div img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.page4 {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
    margin-right: 0%;
    margin-left: 0%;
}
.page4_box {
    width: 80%;
    margin-top: 50px;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
}
.page4_box div {
    width: 100%;
    float: left;
    text-align: center;
}
.page4_box div img {
    width: 200px;
    border-radius: 50%;
    height: 200px;
}
.page5 {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-right: 0%;
    margin-left: 0%;
}
.page5 table {
    width: 100%;
    float: left;
}
.page5 table th {
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #CCCCCC;
}
.page5 table th:before {
    content: '\ef4a';
    font-family: 'Material Icons';
    top: 4px;
    position: relative;
    margin-right: 5px;
    font-size: 2rem;
    color: #F4CC1D;
}
.page5 table td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.page6 {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.page6 h2 {
    width: 100%;
    float: left;
    font-size: 4rem;
    line-height: 5rem;
    color: #FF0004;
    text-align: center;
}
.page6 h2 span {
    display: block;
    font-size: 1.8rem;
    color: #000000;
    margin-left: 5px;
}
.page6 p {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 3.5rem;
    margin-left: 5px;
    text-align: left;
}
.page7 {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.page7 h2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.page7 h2 img {
    width: 100%;
}
.page7 div {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
}
.page7 div img {
    width: 100%;
}
.page8 {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-left: 0%;
}
.page8 h3 {
    width: 90%;
    float: left;
    margin-top: 50px;
    margin-right: 5%;
    margin-left: 5%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
.page8 h3 span {
    color: #39A753;
    margin-right: 5px;
    font-weight: bold;
}
.page8_left {
    width: 100%;
    float: left;
    height: auto;
    background-color: #F7F6F4;
    text-align: center;
    padding-bottom: 50px;
}
.page8_left div {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;
}
.page8_right {
    width: 100%;
    float: left;
    height: auto;
    background-color: #F7F6F4;
    text-align: center;
    padding-bottom: 50px;
}
.page8_right div {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;
}
.page9 {
    width: 80%;
    float: left;
    margin-top: 50px;
    margin-left: 10%;
}
.page9 h3 {
    width: 100%;
    float: left;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.page9 h4 {
    width: 100%;
    float: left;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
.page9 h4:before {
  content: '\e0b0';
  font-family: 'Material Icons';
  top: 4px;
  position: relative;
  margin-right: 5px;
  font-size: 2rem;
}
.page9 p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
.page10 {
    width: 100%;
    float: left;
    margin-left: 0%;
    text-align: center;
    margin-right: 0%;
}
.page10_box {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    display: inline-block;
    margin-top: 50px;
}
.page10_box img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.page11 {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
}
.page11_box {
    width: 100%;
    float: left;
}
.page1 h1 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    border-bottom: 3px solid #EDEDED;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box h2 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    border-bottom: 3px solid #EDEDED;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box h3 {
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box h4 {
    font-weight: bold;
    font-size: 1.8rem;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box p {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.page11_box p a {
    color: #F6AC19;
    text-decoration: none;
}
.page11_box ul {
    width: 100%;
    float: left;
    margin-top: 25px;
    list-style-position: inside;
    list-style-type: disc;
}
.page11_box ul li {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.page11_box ol {
    width: 100%;
    float: left;
    margin-top: 25px;
    list-style-position: inside;
    list-style-type: decimal;
}
.page11_box ol li {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.page11_box img {
    width: 30%;
    float: left;
}
.page11_box2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}
  #footcon {
    width: 90%;
    float: left;
    margin-top: 50px;
    margin-right: 5%;
    margin-left: 5%;
    position: relative;
  }
  .footcon_box {
    width: 100%;
    float: left;
    margin-left: 0%;
    border-radius: 10px;
    height: auto;
    padding-right: 0%;
    padding-left: 0%;
  }
  .footcon_box p {
    width: 80%;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    margin-left: 10%;
  }
  .footcon_box p br {
    display: inherit;
  }
  .footcon_box p span {
    font-size: 2rem;
    display: block;
  }
  .footcon_box div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
  }
  .footcon_box div img {
    width: 100%;
  }
  .footcon_box ul {
    width: 90%;
    float: left;
    border-top: none;
    text-align: center;
    margin-left: 5%;
    margin-top: 0px;
  }
  .footcon_box ul li img {
    width: 80%;
  }
.toppage_back {
    display: none;
}
.toppage_back2 {
    display: none;
}
  #foot {
    width: 90%;
    float: left;
    background-image: linear-gradient(0deg, #ffe758, #ffffff);
    color: #3E3A39;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 100px;
    position: relative;
    padding-bottom: 50px;
  }
  .foot_box {
    width: 100%;
    float: left;
    text-align: center;
  }
  .foot_box img {
    width: 50%;
  }
  .foot_box2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
  }
  .des1_3 {
    display: inline-block;
    color: #3e3a39;
    text-decoration: none;
    border: 1px solid #3e3a39;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 13px;
    padding-left: 40px;
    transform: skew(-10deg, 0deg);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 2rem;
  }
  .des1_3:before {
    content: '\e158';
    font-family: 'Material Icons';
    top: 7px;
    position: relative;
    margin-right: 5px;
    font-size: 3rem;
  }
  .des1_9 {
    width: 100%;
    display: inline-block;
    border-right: none;
    margin-top: 20px;
    padding-top: 0px;
  }
  .des1_9_2 {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    padding-top: 5px;
  }
  .des1_10:after {
    content: '\e313';
    font-family: 'Material Icons';
    top: 7px;
    position: relative;
    margin-left: 5px;
    font-size: 3rem;
  }
.des2 {
    width: 100%;
    float: left;
    background-color: #F7F6F4;
}
.des2_2 {
    width: 33%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-right: 1px solid #FFFFFF;
}
.des2_2 br {
    display: inherit;
}
.des2_3 {
    width: 33%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.des2_3 br {
    display: inherit;
}
.des2_4 {
    width: 100%;
    float: left;
}
.des2_5 {
    width: 33%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-right: 1px solid #FBECAE;
}
.des2_5 br {
    display: inherit;
}
.des2_6 {
    width: 100%;
    float: left;
    background-color: #f4cc1d;
}
  .pc {
    display: none !important;
  }
  .sm {
    display: inline !important;
  }
}