 /* 基本設定 */
 html {
   overflow: auto;
   scroll-behavior: smooth;
 }

 body {
   background-image: url(../img/bg_texture02.png);
   background-size: 400px;
   background-repeat: repeat;
   overflow: hidden;
   font-size: 16px;
   letter-spacing: 0.03em;
   font-family: sans-serif;
   line-height: 1.8em;
   color: #434343;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   animation: fadeIn 0.5s ease 0s 1 normal;
 }

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

 li {
   list-style: none;
 }

 p {
   width: 85%;
   margin: 0 auto;
   text-align: center;
 }

 a {
   text-decoration: none;
 }

 .wrapper {}

 .left {
   float: left;
 }

 .right {
   float: right;
 }

 .clearfix:after {
   clear: both;
   content: "";
   display: block;
   height: 0;
 }

 .br_pc {
   display: none;
 }

 .br_sp {
   display: block;
 }

 .pc {
   display: none !important;
 }

 .sp {
   display: inline-block !important;
 }

 @media only screen and (min-width: 950px) {

   /* ブラウザ幅に応じて画像を切り替える */
   .pc {
     display: inline-block !important;
   }

   .sp {
     display: none !important;
   }

   .pc_fl {
     float: left;
     width: 350px;
   }

   .pc_fr {
     float: right;
     width: 350px;
   }

   .br_pc {
     display: block;
   }

   .br_sp {
     display: none;
   }
 }

 /* 共通ヘッダー・フッター */
 footer {
   background-color: #00003F;
   padding: 30px 10px;
   text-align: center;
   color: #fff;
 }

 footer .clearfix {
   margin-bottom: 15px;
 }

 footer small {
   font-size: 14px;
 }

 footer a {
   color: #fff;
   text-decoration: underline;
 }

 header .logo_area {
   width: 35%;
   position: absolute;
   top: 2%;
   right: 4%;
 }

 header h1 {
   width: 55%;
   padding: 3% 3% 15%;
   background-color: #d60f19;
   background-image: url(../img/ad_bg.jpg);
   background-repeat: repeat;
   background-size: 300px;
 }

 header #kv_area {
   background-image: url(../img/kv_bg_sp.png);
   background-position: right bottom 29%;
   background-size: cover;
   position: relative;
   width: 100%;
   height: calc(34vh + 200px);
   border-bottom-right-radius: 150px;
 }

 header #kv_area .package {
   width: calc(17vh + 200px);
   margin: -6vh auto 0vh;
   filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.2));
   position: relative;
   z-index: 1;
   animation: shadowIn 1.5s ease 0s 1 normal;
 }

 @keyframes shadowIn {
   50% {
     filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0));
   }

   100% {
     filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.2));
   }
 }

 @-webkit-keyframes shadowIn {
   50% {
     filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0));
   }

   100% {
     filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.2));
   }
 }

 header #kv_area .main_copy {
   width: 45%;
   max-width: 400px;
   position: absolute;
   left: -4%;
   bottom: -5%;
 }

 header .second_copy {
   font-family: serif;
   font-size: 16px;
   letter-spacing: 2.2px;
   margin: 4vh 0 2vh;
   text-align: center;
   z-index: 6;
 }

 header .second_copy span {
   display: inline-block;
   background: #f4f4f4;
   color: #434343;
   font-size: 6vw;
   font-weight: bold;
   padding: 2vw 2vw;
   margin: 0px 0 0 1vw;
   line-height: 1;
 }

 @media only screen and (min-width: 950px) {
   header {
     position: relative;
   }

   header .logo_area {
     position: relative;
     width: 20%;
     margin: 0 auto 0;
     padding-top: 7px;
     z-index: 3;
   }

   header h1 {
     position: absolute;
     width: 30%;
     max-width: 500px;
     padding: 0;
     z-index: 2;
     top: 0;
     border-bottom-right-radius: 50px;
   }

   header h1 img {
     display: block;
     width: 90%;
     max-width: 300px;
     margin: 0 auto;
     padding: 5vh 0;
   }

   header #kv_area {
     width: 90%;
     max-width: none;
     margin: 0vh auto;
     height: calc(90vh - 60px);
     background-image: url(../img/kv_bg_pc.jpg);
     background-size: cover;
     background-position: center;
     z-index: 0;
     border-radius: 120px;
   }

   header #kv_area .package {
     display: none;
   }

   header #kv_area .main_copy {
     width: 24%;
     left: -7%;
     bottom: -2%;
   }

   header .second_copy {
     text-align: left;
     position: absolute;
     top: -10px;
     bottom: auto;
     right: 10px;
     left: auto;
   }

   header .second_copy span {
     font-size: 22px;
     padding: 12px 12px;
     margin: 0;
     letter-spacing: 0.15em;
   }
 }

 header nav {
   width: 100%;
   position: relative;
   z-index: 7;
 }

 header nav ul {
   width: 90%;
   max-width: 500px;
   margin: 0px auto;
   padding: 13px 0;
   font-weight: bold;
 }

 header nav li a {
   position: relative;
   display: block;
   padding: 20px 20px 20px 0px;
   color: #fff;
   line-height: 1;
   background: #fff;
   color: #434343;
   margin: 10px auto;
   border-radius: 5px;
   transition: 0.5s;
   text-align: center;
 }

 header nav li a::before {
   content: "";
   position: absolute;
   right: 23px;
   top: 23px;
   width: 7px;
   height: 7px;
   border-top: 2px solid #434343;
   border-right: 2px solid #434343;
   transform: rotate(135deg);
 }

 header nav li a:hover {
   background: #d60f19;
   color: #fff;
   border-radius: 5px;
   transition: 0.5s;
 }

 @media only screen and (min-width: 950px) {
   header nav ul {
     display: block;
     position: relative;
     width: 100%;
     max-width: 1010px;
     margin: 0px auto;
     padding: 13px 0;
     font-size: 16px;
     text-align: center;
   }

   header nav li {
     display: inline-block;
   }
 }

 header nav li a {
   position: relative;
   display: block;
   padding: 20px 40px 20px 35px;
   color: #fff;
   line-height: 1;
   background: #fff;
   color: #434343;
   margin: 3px auto;
   border-radius: 5px;
   transition: 0.5s;
   text-align: center;
 }
 }

 main {
   text-align: center;
   min-height: 92vh;
 }

 #outline {
   padding: 50px 0;
 }

 #outline h2 {
   width: 85%;
   max-width: 500px;
   margin: 0 auto;
 }

 #outline h3 {
   width: 90%;
   max-width: 400px;
   margin: 30px auto 20px;
 }

 #outline .inr_right {
   width: 85%;
   margin: 0 auto;
 }

 #outline .inr_right p {
   width: 100%;
   max-width: none;
 }

 #outline h4 {
   width: 85%;
   max-width: 500px;
   margin: 30px auto 10px;
   font-size: 20px;
   color: #d60f19;
   text-align: center;
 }

 #outline p {
   width: 85%;
   max-width: 500px;
   margin: 0 auto;
   text-align: left;
 }

 #outline aside {
   width: 85%;
   max-width: 500px;
   margin: 0 auto;
   margin-top: 40px;
 }

 #outline aside .image_area {
   position: relative;
   background-image: url(../img/outline_img01.png);
   background-size: cover;
   background-position: center;
   height: 180px;
 }

 #outline aside .image_area::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background:
     linear-gradient(45deg, #f6f6f6 20px, transparent 20px),
     linear-gradient(135deg, #f6f6f6 20px, transparent 20px),
     linear-gradient(225deg, #f6f6f6 20px, transparent 20px),
     linear-gradient(315deg, #f6f6f6 20px, transparent 20px);
   background-position: bottom left, top left, top right, bottom right;
   background-size: 50% 50%;
   background-repeat: no-repeat;
 }

 #outline aside .texture_area {
   position: relative;
   background-color: #fff;
   background-size: cover;
   padding: 20px 0 35px;
   margin-top: 5px;
   min-height: 300px;
 }

 #outline aside .texture_area::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background:
     linear-gradient(45deg, #f6f6f6 20px, transparent 20px),
     linear-gradient(135deg, #f6f6f6 20px, transparent 20px),
     linear-gradient(225deg, #f6f6f6 20px, transparent 20px),
     linear-gradient(315deg, #f6f6f6 20px, transparent 20px);
   background-position: bottom left, top left, top right, bottom right;
   background-size: 50% 50%;
   background-repeat: no-repeat;
 }

 #outline aside .texture_area .decoration01 {
   position: absolute;
   width: 55%;
   max-width: 250px;
   top: -30px;
   left: -15px;
 }

 #outline aside .texture_area .decoration02 {
   position: absolute;
   width: 55%;
   max-width: 250px;
   bottom: -30px;
   right: -15px;
 }

 @media only screen and (min-width: 950px) {
   #outline {
     padding: 150px 0;
   }

   #outline .inr {
     width: 80%;
     max-width: 1200px;
     margin: 0 auto;
   }

   #outline h2 {
     float: left;
     width: 45%;
   }

   #outline h3 {
     margin: 0px 0 20px;
   }

   #outline .inr_right {
     float: left;
     width: 50%;
     margin-left: 5%;
   }

   #outline h4 {
     font-size: 22px;
     margin: 50px auto 10px;
     color: #d60f19;
   }

   #outline aside {
     width: 80%;
     max-width: 1200px;
     margin-top: 50px;
   }
 }

 @media only screen and (min-width: 950px) {
   #outline aside .image_area {
     float: left;
     width: 40%;
     height: 300px;
   }
 }

 @media only screen and (min-width: 950px) {
   #outline aside .texture_area {
     float: right;
     width: 58%;
     padding: 20px 0 35px;
     margin-top: 5px;
   }
 }

 #window .bg_img {
   margin: 3vh 0;
 }

 #window .bg_img {
   position: relative;
 }

 #window h2 {
   font-size: 16px;
   font-family: serif;
   -webkit-writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   text-align: left;
   position: absolute;
   right: 0;
   top: -3vh;
 }

 #window h2 span {
   display: inline-block;
   background: #D60F19;
   color: #fff;
   font-size: 5vw;
   font-weight: bold;
   padding: 2vw 2vw;
   margin: 0px 0 0 -1vw;
   line-height: 1;
   background-image: url(../img/ad_bg.jpg);
   background-repeat: repeat;
   background-size: 260px;
 }

 @media only screen and (min-width: 950px) {
   #window .bg_img {
     width: 90%;
     max-width: 1200px;
     margin: 10px auto;
   }

   #window h2 span {
     font-size: 20px;
     padding: 15px 15px;
     margin: 0px 0 0 -1vw;
   }
 }

 #point {
   padding: 50px 0;
 }

 #point h2 {
   width: 80%;
   max-width: 350px;
   margin: 0 auto;
 }

 #point .box {
   position: relative;
   width: 85%;
   max-width: 350px;
   margin: 50px auto;
   background-color: #fff;
   padding: 100px 0 0;
   filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.05));
 }

 #point .box h3 {
   margin: 120px auto 20px;
   width: 85%;
   font-size: 20px;
   color: #ce0f19;
   text-align: center;
 }

 #point .box .number {
   position: absolute;
   top: 120px;
   right: -10%;
   width: 50%;
   max-width: 170px;
 }

 #point .box2 .number {
   left: -10%;
 }

 #point .box .illust {
   position: absolute;
   top: -100px;
   left: -50%;
   max-width: 120%;
 }

 #point .box2 .illust {
   position: absolute;
   top: -64px;
   right: -50%;
   left: auto;
   max-width: 120%;
 }

 #point .texture_area {
   background-color: #f9f7ed;
   background-size: cover;
   padding: 30px 0;
   margin-top: 30px;
 }

 #point .texture_area img {
   display: block;
   width: 50%;
   max-width: 130px;
   margin: 0 auto 10px;
 }

 #point .texture_area h4 {
   width: 85%;
   margin: 0 auto;
   color: #ce0f19;
   font-size: 18px;
   margin-bottom: 10px;
   text-align: center;
 }

 #point .texture_area p {
   font-size: 14px;
 }

 #point .texture_area small {
   display: inline-block;
   font-size: 12px;
   line-height: 1.6em;
   margin-top: 8px;
 }

 #point .outside {
   margin-top: -15px;
 }

 @media only screen and (min-width: 950px) {
   #point {
     padding: 150px 0;
   }

   #point p {
     text-align: left;
   }

   #point .box {
     float: left;
     width: 48%;
     max-width: none;
     margin: 0;
     padding: 0;
   }

   #point .box2 {
     float: right;
     width: 48%;
     margin: 0;
   }

   #point .inr {
     width: 80%;
     max-width: 1200px;
     margin: 80px auto 0;
   }

   #point .box h3 {
     margin: 80px auto 30px;
     font-size: 26px;
     line-height: 1.5em;
   }

   #point .box .number {
     top: -38px;
     right: 4%;
     width: 40%;
   }

   #point .box .illust {
     position: absolute;
     top: -310px;
     left: -50%;
     width: 100%;
     min-width: 450px;
     max-width: 800px;
   }

   #point .box2 .number {
     left: 4%;
   }

   #point .box2 .illust {
     top: -284px;
     right: -50%;
     left: auto;
   }

   #point .texture_area img {
     width: 20%;
     max-width: 130px;
     margin-bottom: 10px;
   }

   #point .texture_area h4 {
     font-size: 20px;
   }

   #point .outside {
     margin-top: 30px;
     text-align: center;
   }
 }

 #ad_gallery {
   background-color: #CE0F19;
   background-image: url(../img/ad_bg.jpg);
   background-repeat: repeat;
   width: 100%;
   height: auto;
   padding: 40px 0;
 }

 #ad_gallery .inr {
   width: 90%;
   max-width: 1000px;
   margin: 0 auto;
 }

 #ad_gallery div {
   padding: 20px 0;
 }

 #ad_gallery h2 {
   width: 90%;
   max-width: 500px;
   margin: 0 auto 30px;
   text-align: center;
 }

 #ad_gallery h3 {
   color: #fff;
   margin-bottom: 5px;
   text-align: center;
 }


 #ad_gallery .triple a {
   display: block;
   margin: 0 auto;
   width: 80%;
 }

 #ad_gallery a:hover {
   opacity: 0.7;
   transition: 1s;
 }

 .lity-close {
   background: rgba(255, 0, 0, 1) none repeat scroll 0 0;
   font-size: 50px;
   position: absolute;
   right: 50%;
   top: 100%;
   margin-right: -25px;
   margin-top: -25px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   height: 50px;
   width: 50px;
 }

 .lity {
   background: rgba(0, 0, 0, 0.7);
 }

 .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
   background: rgba(255, 0, 0, 0.5) none repeat scroll 0 0;
   font-size: 50px;
   transition: 0.3s;
 }

 .lity-image img {
   max-height: 90vh !important;
 }

 @media only screen and (min-width: 950px) {
   #ad_gallery {
     padding: 100px 0;
   }

   #ad_gallery h2 {
     width: 45%;
     margin: 0 auto 60px;
   }

   #ad_gallery .single {
     width: 40%;
     margin: 0 auto;
   }

   #ad_gallery .triple .flex {
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: space-around;
   }


   #ad_gallery .triple a {
     display: inline-block;
     width: 32%;
   }

   .lity-close {
     background: rgba(255, 0, 0, 1) none repeat scroll 0 0;
     font-size: 50px;
     position: absolute;
     right: 0px;
     top: 0px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     height: 50px;
     width: 50px;
   }
 }

 #situation {
   padding: 0 0 50px;
 }

 #situation .kv{
   width: 100%;
   height: 20vh;
   background-image: url(../img/situation_kv.png);
   background-position: center;
   background-color: #f1f1f1;
   background-size: cover;
   margin: 0 auto 25px;
   position: relative;
   z-index: 0;
 }

 #situation .kv p{
   width: 100%;
   padding-right: 10px;
   color: #666;
   font-size: 12px;
   text-align: right;
   position: absolute;
   bottom: 5px;
 }

 #situation h2 {
   width: 85%;
   margin: 0 auto 0;
   z-index: 9;
   position: relative;
 }

 #situation h3 {
   width: 100%;
   margin: 0 auto;
 }

 #situation div.clearfix {
   width: 85%;
   margin: 0 auto;
 }

 #situation div ul {
   width: 100%;
   margin: 30px auto 20px;
   text-align: center;
 }

 #situation div li {
   display: inline-block;
   width: 49%;
   margin: 0 auto;
 }

 @media only screen and (min-width: 950px) {
   #situation {
     padding: 0 0 150px;
   }

   #situation .kv{
     margin: 0 auto 50px;
     height: 25vw;
     background-size:cover;
   }

   #situation .kv p{
     width: 100%;
     color: #666;
     font-size: 12px;
     text-align: right;
   }



   #situation .kv img{
     display: block;
     max-width: 600px;
     margin: 0 auto;
   }


   #situation h2 {
     width: 70%;
     max-width: 1000px;
     margin: -74px auto 50px;
   }

   #situation div.clearfix {
     width: 85%;
     max-width: 1200px;
   }

   #situation h3 {
     float: left;
     width: 30%;
   }

   #situation div ul {
     float: right;
     width: 67%;
     max-width: none;
   }

   #situation div li {
     display: inline-block;
     width: 32%;
   }
 }

 #buy {
   background-image: url(../img/buy_bg.jpg);
   background-repeat: repeat;
   background-color: #074080;
   width: 100%;
   padding: 70px 0;
 }

 #buy .wrapper {
   width: 85%;
   margin: 0 auto;
 }

 #buy h2 {
   width: 100%;
   margin: 0 auto 45px;
 }

 #buy ul li {
   background-color: #fff;
   width: 90%;
   padding: 5px 0;
   margin: 0 auto 5px;
   border-radius: 5px;
   position: relative;
 }

 #buy ul li::after {
   content: "";
   width: 7vw;
   height: 7vw;
   position: absolute;
   right: 7vw;
   top: 7.5vw;
   background: url(../img/external_link.svg);
   background-position: center;
   background-repeat: no-repeat;
 }

 #buy ul li a {
   display: block;
   width: 100%;
   height: 100%;
 }

 #buy ul li {
   transition: 0.5s;
 }

 #buy ul li:hover {
   opacity: 0.8;
   transition: 0.5s;
 }

 #buy ul li img {
   display: block;
   width: 70%;
   margin: 0 7% 0;
   line-height: 1;
   border: 0px;
 }

 @media only screen and (min-width: 950px) {
   #buy .wrapper {
     width: 80%;
     max-width: 900px;
     margin: 0 auto;
   }

   #buy h2 {
     width: 100%;
     margin: 0;
   }

   #buy ul {
     width: 90%;
     max-width: 1000px;
     margin: 0 auto;
     display: flex;
     flex-wrap: wrap;
   }

   #buy ul li {
     width: 48%;
     padding: 5px 0;
     margin: 0 auto 15px;
     border-radius: 5px;
     position: relative;
   }

   #buy ul li::after {
     content: "";
     width: 35px;
     height: 35px;
     position: absolute;
     right: 35px;
     top: 38px;
   }

   #buy ul li a {
     display: block;
     width: 100%;
     height: 100%;
   }

   #buy ul li {
     transition: 0.5s;
   }

   #buy ul li:hover {
     opacity: 0.8;
     transition: 0.5s;
   }

   #buy ul li img {
     display: block;
     width: 70%;
     margin: 0 7% 0;
     line-height: 1;
     border: 0px;
   }
 }

 #product {
   padding: 20px 0;
 }

 #product p {
   width: 100%;
 }

 #product h2 {
   width: 85%;
   max-width: 700px;
   margin: 0 auto;
 }

 #product .box {
   width: 85%;
   margin: 20px auto;
   padding: 30px 0;
 }

 #product h3 {
   width: 90%;
   max-width: 300px;
   margin: 20px auto 20px;
 }

 #product .inr_right {
   width: 85%;
   margin: 15px auto 0;
   font-size: 12px;
   line-height: 1.5em;
 }

 #product .inr_right p {
   text-align: center;
   margin-bottom: 5px;
 }

 #product .left {
   width: 49%;
 }

 #product .right {
   width: 49%;
 }

 #product .clearfix strong {
   font-size: 14px;
 }

 #product .texture_area {
   position: relative;
   width: 100%;
   margin: 0 auto;
   background-color: #fbfbfb;
   padding: 20px 0;
   margin-top: 20px;
   font-size: 14px;
   line-height: 1.6em;
   color: #434343;
 }

 #product .texture_area dl {
   width: 85%;
   margin: 0 auto 5px;
   text-align: left;
 }

 #product .texture_area dt, dd {
   display: inline;
 }

 #product .texture_area dt {
   font-weight: bold;
 }

 #product .table_area h4 {
   width: 85%;
   margin: 0 auto;
   text-align: left;
 }

 #product .table_area h4 span {
   font-weight: normal;
   font-size: 14px;
 }

 #product .table_area {
   margin-top: 20px;
 }

 #product .table_area table {
   width: 85%;
   margin: 10px auto;
   border: 1px solid #070930;
   text-align: center;
 }

 #product .table_area tr, td {
   border: 1px solid #434343;
 }

 @media only screen and (min-width: 950px) {
   #product {
     padding: 150px 0 5px;
   }

   #product h2 {
     width: 85%;
     max-width: 450px;
     margin: 0 auto 50px;
   }

   #product .box {
     width: 85%;
     max-width: 1200px;
     margin: 20px auto;
     padding: 30px 0;
   }

   #product .inr_upper {
     width: 90%;
     margin: 0 auto;
   }

   #product p.pc {
     width: 100%;
     margin-bottom: 20px;
   }

   #product .inr_left {
     display: inline-block;
     width: 50%;
   }

   #product h3 {
     width: 95%;
     max-width: 400px;
     margin: 0 auto 30px;
   }

   #product .inr_right {
     float: right;
     width: 50%;
   }

   #product .texture_area {
     width: 95%;
   }

   #product .texture_area .inr_dl {
     float: left;
     width: 68%;
   }

   #product .table_area {
     float: right;
     width: 27%;
   }

   #product .table_area h4 {
     width: 100%;
   }

   #product .table_area {
     margin: 0 5% 0 0;
   }

   #product .table_area table {
     width: 100%;
   }

   #product .table_area tr, td {
     padding: 3px 0;
   }
 }

 #banner_area.fix {
   position: fixed;
   bottom: 0%;
 }

 #banner_area {
   width: 100%;
   bottom: 0%;
   z-index: 99;
   padding-top: 30px;
 }

 #banner_area a {
   display: block;
   width: 90%;
   max-width: 400px;
   margin: -10px auto;
   transition: 0.5s;
 }

 #banner_area a img {}

 #banner_area a:hover {
   opacity: 0.9;
   transition: 0.5s;
 }

 #questionnaire_area {
   background-color: #FFF;
   height: auto;
   padding: 10px 0 20px;
   text-align: center;
   margin-bottom: 0;
 }

 #questionnaire_area .questionnaire_btn {
   display: block;
   width: 90%;
   max-width: 400px;
   background-color: #FF5900;
   border-radius: 5px;
   margin: 0 auto;
   padding: 10px;
   line-height: 1;
   -webkit-transition: 0.2s;
   -o-transition: 0.2s;
   transition: 0.2s;
 }

 #questionnaire_area .questionnaire_btn img {
   max-width: 280px;
 }

 #questionnaire_area .questionnaire_btn:hover {
   background-color: #FF3D00;
   border-radius: 0px;
   -webkit-transition: 0.2s;
   -o-transition: 0.2s;
   transition: 0.2s;
 }

 #questionnaire_area .sns_area {
   width: 90%;
   max-width: 320px;
   margin: 20px auto 0;
 }

 #questionnaire_area .sns_area div {
   display: inline-block;
   font-weight: bold;
   line-height: 1.4em;
   margin-right: 5px;
   position: relative;
   top: -6px;
 }

 #questionnaire_area .sns_area ul {
   display: inline-block;
 }

 #questionnaire_area .sns_area ul li {
   display: inline-block;
   width: 50px;
   height: 50px;
   text-align: center;
   border-radius: 5px;
   margin: 0px 3px 0 0;
 }

 #questionnaire_area .sns_area ul li:first-child {
   background-color: #0075FB;
 }

 #questionnaire_area .sns_area ul li:nth-child(2) {
   background-color: #00AAEC;
 }

 #questionnaire_area .sns_area ul li:nth-child(3) {
   background-color: #00B900;
 }

 #questionnaire_area .sns_area ul li a {
   display: block;
   width: 100%;
   height: 100%;
   transition: 0.1s;
 }

 #questionnaire_area .sns_area ul li a img {
   width: 60%;
   height: 60%;
   margin: 20% auto;
   transition: 0.1s;
 }

 #questionnaire_area .sns_area ul li a:hover img {
   width: 55%;
   height: 55%;
   margin: 23% auto;
   opacity: 0.5;
   transition: 0.3s;
 }

 @media only screen and (min-width: 950px) {
   #questionnaire_area .clearfix {
     width: 750px;
     margin: 0 auto;
   }

   #questionnaire_area a {
     float: left;
   }

   #questionnaire_area .sns_area {
     margin: 0 auto -10px;
   }
 }

 .fadeInDown {
   -webkit-animation-fill-mode: both;
   -ms-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-duration: 1s;
   -ms-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
 }

 @-webkit-keyframes fadeInDown {
   0% {
     opacity: 0;
     /* -webkit-transform: translateY(-20px); */
   }

   100% {
     opacity: 1;
     /* -webkit-transform: translateY(0); */
   }
 }

 @keyframes fadeInDown {
   0% {
     opacity: 0;
     /* -webkit-transform: translateY(20px);
     -ms-transform: translateY(20px);
     transform: translateY(20px); */
   }

   100% {
     opacity: 1;
     /* -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0); */
   }
