@charset "UTF-8";
body.silica {
  color: #515b71;
}

a {
  text-decoration: none;
}

.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}

/* ------------------------------------ */
/*                  PC			        		*/
/* ------------------------------------ */

  .silica {
    position: relative;
  }
  .silica h1 {
    position: absolute;
    padding: 32px 24px;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .silica h1 a {
    display: inline-block;
  }
  .silica h1 a img {
    width: 300px;
  }
  .silica .main {
    position: relative;
    width: 100%;
    height: 800px;
    background: url(../img/silica/bg_main.jpg) 50% 0 no-repeat;
    margin: 0;
  }
  .silica .main__wrap {
    position: relative;
    width: 100%;
    max-width: 1008px;
    height: 800px;
    margin: auto;
  }
  .silica .main__text {
    position: absolute;
    top: 100px;
    width: initial;
    padding: 0;
  }
  .silica .main__text__detail {
    text-align: center;
    padding: 40px 0;
  }
  .silica .main__text__detail p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .silica .main__text__detail p span {
    color: #7676c6;
  }
  .silica .main__text__detail p.large {
    font-size: 29px;
    font-size: 1.8125rem;
    padding: 16px 0 0;
  }
  .silica .main__title {
    font-size: 60px;
    font-size: 3.75rem;
    text-align: center;
  }
  .silica .main__title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .silica .main__link a {
    position: relative;
    display: block;
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #515b71;
    text-align: center;
    margin: auto;
    text-decoration: none;
  }
  .silica .main__link a:hover {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
  }
  .silica .main__link a:nth-child(1) {
    margin: 0 auto 32px;
  }
  .silica .main__link a.green {
    background: url(../img/silica/btn_green.jpg) 0 0 no-repeat;
  }
  .silica .main__link a.blue {
    background: url(../img/silica/btn_blue.jpg) 0 0 no-repeat;
  }
  .silica .main__link a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/silica/arrow_black.png) 50% 50% no-repeat, #FFF;
    background-size: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
  }
  .silica .content {
    width: 100%;
    max-width: 1008px;
    margin: auto;
  }
  .silica .whats h3 {
    display: block;
    text-align: center;
    padding: 0 0 56px;
  }
  .silica .whats span {
    color: #7676c6;
  }
  .silica .whats__list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .silica .whats__list__item {
    display: table-cell;
    height: 560px;
    padding: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    vertical-align: top;
  }
  .silica .whats__list__item:nth-child(1) {
    background: url(../img/silica/whats_img1.png) 50% 90% no-repeat;
  }
  .silica .whats__list__item:nth-child(2) {
    background: url(../img/silica/whats_img2.png) 50% 90% no-repeat;
    border-left: 1px solid #78c3e7;
    border-right: 1px solid #78c3e7;
  }
  .silica .whats__list__item:nth-child(2) .whats__list__title {
    padding: 0;
  }
  .silica .whats__list__item:nth-child(3) {
    background: url(../img/silica/whats_img3.png) 50% 90% no-repeat;
  }
  .silica .whats__list__title {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    height: 126px;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .lost {
    padding: 120px 0 96px;
  }
  .silica .lost h3 {
    display: block;
    text-align: center;
    padding: 0 0 56px;
  }
  .silica .lost span {
    color: #7676c6;
  }
  .silica .lost__sub {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
  }
  .silica .lost__sub span {
    font-size: 36px;
    font-size: 2.25rem;
    color: #9669ca;
  }
  .silica .lost__sub2 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    padding: 0 0 40px;
    font-weight: bold;
  }
  .silica .lost__sub3 {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
    padding: 40px 0 64px;
    font-weight: bold;
  }
  .silica .lost__sub4 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    padding: 0 0 40px;
    font-weight: bold;
  }
  .silica .lost__sub5 {
    color: #9669ca;
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
    padding: 40px 0 0;
    font-weight: bold;
    line-height: 1.5;
  }
  .silica .lost__img {
    text-align: center;
  }
  .silica .lost__list {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 64px 0;
  }
  .silica .lost__list__item {
    display: table-cell;
    padding: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    vertical-align: top;
  }
  .silica .lost__list__title {
    text-align: center;
    height: 80px;
  }
  .silica .lost__list__text {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
  }
  .silica .buylink {
    padding: 48px 0;
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background: #ffccf7;
    background: -moz-linear-gradient(left, #ffccf7 0%, #b2dbf0 100%);
    background: -webkit-linear-gradient(left, #ffccf7 0%, #b2dbf0 100%);
    background: linear-gradient(to right, #ffccf7 0%, #b2dbf0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffccf7', endColorstr='#b2dbf0',GradientType=1 );
  }
  .silica .buylink__wrap {
    background: #e9eff2;
  }
  .silica .buylink__list {
    display: table;
    width: 100%;
    background: #FFF;
    padding: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -ms-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
  }
  .silica .buylink__list__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .silica .buylink__list__item:nht-child(odd) {
    width: 15%;
  }
  .silica .buylink.reverse {
    -ms-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
  }
  .silica .buylink.reverse .buylink__list {
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
  }
  .silica .buylink__title {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 0 0 40px;
  }
  .silica .buylink__title span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 8px;
  }
  .silica .buylink__link a {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1rem;
    color: #515b71;
    text-align: center;
    margin: auto;
    text-decoration: none;
  }
  .silica .buylink__link a:hover {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
  }
  .silica .buylink__link a.green {
    background: url(../img/silica/btn_green_s.jpg) 0 0 no-repeat;
  }
  .silica .buylink__link a.green:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/silica/arrow_black.png) 50% 50% no-repeat, #FFF;
    background-size: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .silica .buylink__link a.blue {
    background: url(../img/silica/btn_blue_s.jpg) 0 0 no-repeat;
  }
  .silica .buylink__link a.blue:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/silica/arrow_black.png) 50% 50% no-repeat, #FFF;
    background-size: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
  }
  .silica .point {
    padding: 80px 0 0;
  }
  .silica .point h3 {
    display: block;
    text-align: center;
    padding: 0 0 80px;
  }
  .silica .point .content {
    padding: 0 72px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point__title {
    position: relative;
    margin: 32px 0 0;
  }
  .silica .point__title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #78c3e7;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -100;
  }
  .silica .point__title__word {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
  }
  .silica .point__title__word p {
    display: inline-block;
    background: #FFF;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point__title__word span {
    color: #9669ca;
  }
  .silica .point__title__word img {
    padding: 0 10px 0 0;
    vertical-align: middle;
  }
  .silica .point__text {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 32px 0;
    text-align: center;
    line-height: 1.5;
  }
  .silica .point__text2 {
    font-size: 16px;
    font-size: 1rem;
    padding: 32px 0 80px;
    text-align: left;
    line-height: 1.5;
  }
  .silica .point1__list {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 32px 0 16px;
  }
  .silica .point1__list__item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .silica .point1__list__item p {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    padding: 20px 0;
    height: 40px;
  }
  .silica .point1__list__item:last-child:after {
    display: none;
  }
  .silica .point1__list__item:after {
    display: inline-block;
    content: "";
    position: absolute;
    background: url(../img/silica/arrow_black.png) 0 0 no-repeat;
    width: 12px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: -6px;
    margin: auto;
  }
  .silica .point1__list2 {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 0 80px;
  }
  .silica .point1__list2__item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .silica .point1__list3 {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 0 54px;
  }
  .silica .point1__list3__thumb {
    position: relative;
    display: table-cell;
    width: 254px;
    vertical-align: top;
    text-align: center;
  }
  .silica .point1__list3__text {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point1__list3__text h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    padding: 0 0 16px;
  }
  .silica .point1__list3__text p {
    line-height: 1.5;
  }
  .silica .point1__list3__normal {
    position: relative;
    width: 100%;
    border: 1px solid #78c3e7;
    padding: 16px 0;
    margin: 0 auto 16px;
  }
  .silica .point1__list3__normal p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .silica .point1__list3__normal p.no {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    padding: 4px 0 0;
  }
  .silica .point1__list3__normal p.no span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .silica .point1__list3__normal:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 18px;
    background: url(../img/silica/arrow_blue.png) 50% 50% no-repeat;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
  }
  .silica .point1__list3__silica {
    width: 100%;
    border: 1px solid #78c3e7;
    padding: 16px 0;
  }
  .silica .point1__list3__silica p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #7676c6;
  }
  .silica .point1__list3__silica p.no {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    padding: 4px 0 0;
  }
  .silica .point1__list3__silica p.no span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .silica .point1__list3__text p {
    font-size: 16px;
    font-size: 1rem;
  }
  .silica .point1__list3__text p.caution {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 0 0;
  }
  .silica .point2__list {
    display: table;
    width: 100%;
  }
  .silica .point2__list__thumb {
    display: table-cell;
    width: 136px;
    vertical-align: middle;
    text-align: center;
  }
  .silica .point2__list__thumb img {
    width: 100%;
  }
  .silica .point2__list__thumb p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 0 0;
  }
  .silica .point2__list__text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 54px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point2__list__fukidashi {
    position: relative;
    border: 1px solid #515b71;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 32px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point2__list__fukidashi:after, .silica .point2__list__fukidashi:before {
    display: inline-block;
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .silica .point2__list__fukidashi:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 24px;
    margin-top: -24px;
  }
  .silica .point2__list__fukidashi:before {
    border-color: rgba(81, 91, 113, 0);
    border-right-color: #515b71;
    border-width: 25px;
    margin-top: -25px;
  }
  .silica .point2__material__item {
    display: table;
    width: 50%;
    float: left;
    padding: 0 0 20px;
  }
  .silica .point2__material__thumb {
    display: table-cell;
    width: 104px;
    vertical-align: middle;
  }
  .silica .point2__material__text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point2__material__text h4 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 0 16px;
  }
  .silica .point2__list2 {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 0 54px;
  }
  .silica .point2__list2__wrap {
    display: table;
    table-layout: fixed;
    margin: auto;
    padding: 80px 0 54px;
  }
  .silica .point2__list2__list {
    display: table-cell;
    width: 50%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .silica .point2__list2__thumb {
    position: relative;
    display: table-cell;
    width: 254px;
    vertical-align: top;
    text-align: center;
  }
  .silica .point2__list2__thumb h5 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #FFF;
    background: #78c3e7;
    text-align: center;
    padding: 8px 0;
    margin: 0 0 16px;
  }
  .silica .point2__list2__text {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point2__list2__text h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    padding: 0 0 16px;
  }
  .silica .point2__list2__text p {
    line-height: 1.5;
  }
  .silica .point2__list2__normal {
    position: relative;
    width: 100%;
    border: 1px solid #78c3e7;
    padding: 16px 0;
    margin: 0 auto 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point2__list2__normal p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .silica .point2__list2__normal p.no {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    padding: 4px 0 0;
  }
  .silica .point2__list2__normal p.no span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .silica .point2__list2__normal:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 18px;
    background: url(../img/silica/arrow_blue.png) 50% 50% no-repeat;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
  }
  .silica .point2__list2__silica {
    width: 100%;
    border: 1px solid #78c3e7;
    padding: 16px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point2__list2__silica p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #7676c6;
  }
  .silica .point2__list2__silica p.no {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    padding: 4px 0 0;
  }
  .silica .point2__list2__silica p.no span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .silica .point2__list2__data {
    width: 100%;
    border: 1px solid #78c3e7;
    padding: 16px 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .silica .point2__list2__data span {
    color: #7676c6;
  }
  .silica .point2__list2__data .through {
    text-decoration: line-through;
  }
  .silica .point2__list2__data .caution {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .silica .point2__sub {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .silica .point2__sub span {
    color: #7676c6;
  }
  .silica .point3__list {
    display: table;
    width: 100%;
  }
  .silica .point3__list__thumb {
    position: relative;
    display: table-cell;
    width: 136px;
    vertical-align: middle;
    text-align: center;
    padding: 0 180px 0 0;
  }
  .silica .point3__list__thumb img {
    width: 100%;
  }
  .silica .point3__list__thumb p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 0 0;
  }
  .silica .point3__list__thumb:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 18px;
    background: url(../img/silica/arrow_blue.png) 50% 50% no-repeat;
    right: 70px;
    top: 0;
    bottom: -0;
    margin: auto;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
  }
  .silica .point3__list__thumb2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .silica .point3__list__text {
    display: table-cell;
    width: 136px;
    vertical-align: top;
    text-align: center;
    padding: 32px 180px 48px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .silica .point3__list__text .price {
    font-size: 32px;
    font-size: 2rem;
    padding: 8px 0 0;
    font-weight: bold;
  }
  .silica .point3__list__text .price span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .silica .point3__list__text2 {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 32px 0 48px;
    font-size: 18px;
    font-size: 1.125rem;
    margin: auto;
  }
  .silica .point3__list__text2 .price {
    font-size: 32px;
    font-size: 2rem;
    padding: 8px 0 0;
    font-weight: bold;
  }
  .silica .point3__list__text2 .price span {
    color: #7676c6;
  }
  .silica .point3__table {
    width: 100%;
    border: 1px solid #515b71;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .point3__table .silica {
    color: #7676c6;
    vertical-align: middle;
  }
  .silica .point3__table th {
    width: initial;
    text-align: center;
    border: 1px solid #515b71;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 32px;
  }
  .silica .point3__table th:nth-child(2), .silica .point3__table th:nth-child(3) {
    width: 288px;
  }
  .silica .point3__table__plastic {
    display: table;
    width: 100%;
    text-align: center;
  }
  .silica .point3__table__plastic img {
    display: table-cell;
    height: 140px;
    vertical-align: middle;
  }
  .silica .point3__table__plastic p {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    padding: 0;
  }
  .silica .point3__table td {
    text-align: center;
    border: 1px solid #515b71;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0;
  }
  .silica .point3__table td p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .silica .point3__table td p.price {
    font-weight: bold;
    padding: 0 0 8px;
  }
  .silica .point3__table td p.price span {
    font-size: 32px;
    font-size: 2rem;
  }
  .silica .point3__sub {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 40px 0 64px;
  }
  .silica .point3__sub span {
    color: #7676c6;
  }
  .silica .point4__sub {
    padding: 0 0 16px;
    text-align: center;
  }
  .silica .point4__check {
    position: relative;
    width: 90%;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 auto 32px;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #78c3e7;
  }
  .silica .point4__check span {
    color: #7676c6;
  }
  .silica .point4__check:before {
    content: "";
    width: 21px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 4px;
    left: 80px;
    margin: auto;
    background: url(../img/silica/check.svg) 50% 50% no-repeat;
  }
  .silica .howto {
    padding: 0 0 100px;
  }
  .silica .howto h3 {
    display: block;
    text-align: center;
    padding: 80px 0 56px;
  }
  .silica .howto__text {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
    padding: 0 0 80px;
  }
  .silica .howto__text span {
    color: #7676c6;
  }
  .silica .howto__text span.howto__text__no {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .silica .howto__step {
    display: table;
    width: 100%;
  }
  .silica .howto__step li {
    display: table-cell;
  }
  .silica .howto__step li:nth-child(odd) {
    width: 386px;
    text-align: center;
  }
  .silica .howto__step li:nth-child(2) {
    width: 74px;
    background: url(../img/silica/arrow_black.png) 50% 50% no-repeat;
  }
  .silica .howto__step li:nth-child(3) h4:before {
    background: url(../img/silica/lost_2.png) 0 0 no-repeat;
    background-size: contain;
  }
  .silica .howto__step h4 {
    position: relative;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: left;
    font-weight: bold;
    padding: 0 0 8px;
  }
  .silica .howto__step h4:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 33px;
    background: url(../img/silica/lost_1.png) 0 0 no-repeat;
    background-size: contain;
  }
  .silica .howto__step__detail {
    width: 100%;
    height: 336px;
    border: 1px solid #f7a2de;
    padding: 32px 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .howto__step__detail img {
    padding: 0 0 24px;
  }
  .silica .howto__step__detail p {
    text-align: left;
    line-height: 1.5;
  }
  .silica .howto__list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .silica .howto__list__item {
    display: table-cell;
    text-align: center;
    height: 336px;
    vertical-align: middle;
  }
  .silica .howto__list__item h4 {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 0 32px;
    font-weight: bold;
  }
  .silica .howto__list__item p {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 24px 0 0;
  }
  .silica .howto__list__item:nth-child(2) {
    border-left: 1px solid #f7a2de;
    border-right: 1px solid #f7a2de;
  }
  .silica .howto .point__text {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 72px 0 40px;
  }
  .silica .howto .point__text span {
    color: #7676c6;
  }
  .silica .question {
    background: #e9eff2;
    padding: 0 0 120px;
  }
  .silica .question__title {
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    padding: 80px 0 40px;
    text-align: center;
    font-weight: bold;
  }
  .silica .question__subtext {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold;
    padding: 0 0 32px;
  }
  .silica .question__subtext2 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold;
    padding: 48px 0 32px;
  }
  .silica .question__accordion {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 0 0 16px;
  }
  .silica .question__accordion dt {
    position: relative;
    background: #FFF;
    padding: 24px 24px 24px 72px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .silica .question__accordion dt span {
    position: absolute;
    top: 16px;
    left: 24px;
    display: block;
    margin: auto;
    font-size: 26px;
    font-size: 1.625rem;
    color: #7676c6;
  }
  .silica .question__accordion dt.active {
    color: #FFF;
    background: #959cad;
  }
  .silica .question__accordion dt.active span {
    color: #FFF;
  }
  .silica .question__accordion dt.active:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 32px;
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #FFF;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .silica .question__accordion dt.active:before {
    content: "";
    position: absolute;
    top: 22px;
    right: 32px;
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #FFF;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .silica .question__accordion dt:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 32px;
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #959cad;
  }
  .silica .question__accordion dt:before {
    content: "";
    position: absolute;
    top: 22px;
    right: 32px;
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #959cad;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .silica .question__accordion dd {
    position: relative;
    background: #FFF;
    padding: 24px 24px 24px 72px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .silica .question__accordion dd span {
    position: absolute;
    top: 24px;
    left: 26px;
    display: block;
    margin: auto;
    font-size: 26px;
    font-size: 1.625rem;
    color: #7676c6;
    line-height: 1;
  }
  .silica .buylink2 {
    padding: 48px 0;
    margin: 0 0 80px;
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background: #fae6c5;
    background: -moz-linear-gradient(left, #fae6c5 0%, #f9c0e9 100%);
    background: -webkit-linear-gradient(left, #fae6c5 0%, #f9c0e9 100%);
    background: linear-gradient(to right, #fae6c5 0%, #f9c0e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae6c5', endColorstr='#f9c0e9',GradientType=1 );
  }
  .silica .buylink2__wrap {
    background: #e9eff2;
  }
  .silica .buylink2__list {
    display: table;
    width: 100%;
    background: #FFF;
    padding: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -ms-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
  }
  .silica .buylink2__list__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .silica .buylink2__list__item:nht-child(odd) {
    width: 15%;
  }
  .silica .buylink2.reverse {
    -ms-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
  }
  .silica .buylink2.reverse .buylink__list {
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
  }
  .silica .buylink2__title {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 0 0 40px;
  }
  .silica .buylink2__title span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 8px;
  }
  .silica .buylink2__link a {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1rem;
    color: #515b71;
    text-align: center;
    margin: auto;
    text-decoration: none;
  }
  .silica .buylink2__link a:hover {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
  }
  .silica .buylink2__link a.pink {
    background: url(../img/silica/btn_pink_s.jpg) 0 0 no-repeat;
  }
  .silica .buylink2__link a.pink:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/silica/arrow_black.png) 50% 50% no-repeat, #FFF;
    background-size: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .silica .spec {
    padding: 0 0 160px;
  }
  .silica .spec h2 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    font-weight: bold;
    padding: 24px 0;
  }
  .silica .spec__thumb {
    padding: 24px 0;
    text-align: center;
  }
  .silica .spec__list {
    border-bottom: 1px solid #515b71;
  }
  .silica .spec__list__item {
    display: table;
    width: 100%;
    border-top: 1px solid #515b71;
  }
  .silica .spec__list__title {
    display: table-cell;
    width: 20%;
    padding: 16px;
    text-align: right;
  }
  .silica .spec__list__detail {
    display: table-cell;
    padding: 16px;
    line-height: 1.5;
  }
  .silica .amadana__img img {
    width: 100%;
    vertical-align: middle;
  }
  .silica .amadana__text {
    padding: 104px 24px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
#footer{
	background-color: unset;
}
