*{
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN";
}

a {
  text-decoration: none;
}

html{
  scroll-behavior:smooth;
}

.container {
  max-width:1440px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/*ヘッダー*/
header {
  width: 100%;
  padding:15px 0px 0px 0px;
  background-color: rgba(255, 255, 255,1.0);
  position:fixed;
  top:0;
  z-index:100;
  box-shadow:0px 8px 8px -5px rgba(0,0,0,0.15);
}

.logo {
  width: 300px;
  margin-top: 15px;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
  transition: all 0.5s;
}

.header-right ul{
  list-style:none;
  display:inline-flex;
  margin:0px;
  padding:0;
}

.header-right ul li a {
  vertical-align:bottom;
  line-height: 65px;
  padding: 0 10px;
  color: rgb(28, 28, 28);
  display: inline-block;
  transition: all .3s cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
}

.header-right ul li a:hover{
  color: rgb(39, 154, 154);
  background: linear-gradient(transparent  80%, #fff3b8  70%);
}

.header-right img{
  width:270px;
  margin-top: 10px;
  padding-left:10px;
}

.gnavi__sp-style {
  display: none;
}

.header-tel-sp img{
  display : block;
  position: fixed;
  width:180px;
  top:20px;
  right: 85px;
  display:none;
}

/*トップ画*/
.top-wrapper img{
  width:100%;
  margin-top:111.16px;
}

.top-wrapper-sp img{
  width:100%;
  margin-top:75px;
  display:none;
}

.btn {
  padding: 12px 36px;
  font-size:18px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 18px;
}

.btn:hover {
  opacity: 1;
}

/*高価買取理由*/
.purchase-reason{
  max-width:1440px;
  margin:20px auto 50px auto;
  text-align:center;
}

.purchase-reason-pc:hover{
  opacity:0.8;
}

.purchase-reason-pc img{
  width:95%;
}

.purchase-reason-sp img{
  width:95%;
  display:none;
}

/*買取フォーム*/
.form{
  padding:120px 0 30px 0;
  margin-top:-85px;
}

.form-all{
  background-color:#77BABA;
  width:95%;
  margin:auto;
  border-radius:10px;
  padding-bottom:15px;
}

.form-top{
  display:flex;
}

.form-top-left{
  padding-left:40px;
}

.form-top-left p{
  font-size:30px;
  color:white;
  font-weight:bold;
  margin-top:15px;
  margin-bottom:15px;
  line-height:1.5;
}

.my-style{
  font-size:45px;
}

.form-top-right{
  width:30%;
  text-align:center;
  height:auto;
  background-color:#DEB6AB;
  margin:15px 15px 15px auto;
  border-radius:10px;
}

.form-top-right p{
  color:rgb(255, 250, 250);
  font-size:18px;
  margin:10px 0;
}

.my-style-tel{
  font-size:30px;
  font-weight:bold;
  color:rgb(255, 250, 250);
}

.my-style-tel::before{
  content:"\f095";
  font-family: "Font Awesome 5 Free";
  margin-right:10px;
  color:rgb(255, 250, 250);
}

p.my-styele-tel-p{
  margin:5px 0;
}

.my-style-box{
  background-color:white;
  border-radius: 10px;
  margin:0 10px 18px 10px;
}

p.my-style-box{
  color:#333333;
  margin:5px 5px;
}

.form-main{
  background-color:white;
  margin:0 15px;
  display:flex;
}

.form-main-left{
  width:50%;
  border-right:1px solid rgb(130, 130, 130);
}

.form-main-left-top{
  width:100%;
  background-color:#DDEDED;
  text-align:center;
  font-size:24px;
  color:#316262;
}

.form-main-left-top p{
  padding:5px 0;
  margin:0;
}

.form-main-left-bottom{
  background-color:white;
}

.form-main-left-bottom p{
  display:inline-block;
}

.form-main ul{
  list-style:none;
  margin:5px 0;
  padding-left:20px;
}

.form-main li{
  border-bottom:0.5px solid rgb(130, 130, 130);
  margin:0 10px;
  padding:0px 20px;
}

.form-main li:last-child{
  border-bottom:none;
}

.form-main li p{
  font-size:20px;
  width:40%;
}

.form-main input{
  width:55%;
  font-size:20px;
  margin-left:0;
  padding:3px 5px;
  border-radius:3px;
  border:1px solid rgb(130, 130, 130);
  -webkit-appearance: none;
}

input:-webkit-autofill,select:-webkit-autofill{
	box-shadow: 0 0 0px 1000px white inset;
}

.hour-meter input{
  width:30%;
}

.hour-meter span{
  padding-left:10px;
  font-size:18px;
}

.form-main select{
  width:55%;
  font-size:20px;
  padding:3px 5px;
  border-radius:3px;
  border:1px solid rgb(130, 130, 130);
  -webkit-appearance: none;
  appearance:auto;
}

.select1 ,.select2,.select3,.select4,.select5, option{
  color:rgb(165, 165, 165);
  background-color: white;
}

.select-color{
  color:#000000;
  background-color:white;
}

::placeholder{
  color:rgb(165, 165, 165);
}

.form-main-right{
  width:50%;
}

.form-main-right-top{
  width:100%;
  background-color:#DDEDED;
  text-align:center;
  color:#316262;
  font-size:24px;
}

.form-main-right-top p{
  padding:5px 0;
  margin:0;
}

.form-main-right-bottom p{
  display:inline-block;
}

.form-main-bottom{
  text-align: center;
}

.form-main-bottom{
  background-color: white;
  font-size:18px;
  font-weight:lighter;
  margin:0 15px;
  border-radius:0 0 5px 5px;
  border-top:1px solid rgb(130, 130, 130);
}

.form-submit{
  width:100%;
}

.btn {
  padding: 18px 50px;
  font-size:28px;
  color: white;
  display: inline-block;
  border: none; 
  opacity: 0.8;
  border-radius: 18px;
  background-color: #DB8574;
  margin-top:20px;
  margin-bottom:25px;
  cursor: pointer;
}

.btn:disabled {
  background-color: #a1a2a3;
  cursor:not-allowed;
  opacity:1.0;
}

.btn:hover {
  opacity: 1;
}

#submit-btn{
  cursor: pointer;
}

/* チェックボックス01 */
input[type=checkbox] {
  display: none;
}

.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 20px 30px 0 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid rgb(150, 150, 150);
  border-radius:5px;
  content: '';
  display: block;
  height: 24px;
  left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.checkbox01::after {
  border-right: 3px solid #77BABA;
  border-bottom: 3px solid #77BABA;
  content: '';
  display: block;
  height: 12px;
  left: -1px;
  margin-top: 2px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

/*買取フロー*/
.flow{
  padding-bottom:30px;
}

.flow-heading{
  width:95%;
  margin:auto;
  background-color:#DDEDED;
  text-align:center;
}

.flow-heading h2{
  padding:15px 0;
  color:#316262;
  font-weight:normal;
}

.flow-charts{
  display:flex;
  justify-content: center;
  margin-top:30px;
  margin-left:4%;
}

.flow-chart{
  width:18%;
  text-align:center;
}

.flow-chart img{
  width:100%;
}

.flow-chart h3{
  color:#316262;
  font-weight:normal;
}

.flow-chart p{
  font-size:16px;
  text-align:left;
  padding:0 5%;
  color:rgb(80, 80, 80)
}

.flow-arrow{
  float:left;
  width:2%;
  padding-top:7%;
}

.flow-arrow img{
  width:100%;
}

/*よくある質問*/
.qa{
  padding-bottom:30px;
  margin-top:50px;
}

.qa-heading{
  width:95%;
  margin:auto;
  background-color:#DDEDED;
  text-align:center;
}

.qa-heading h2{
  padding:15px 0;
  color:#316262;
  font-weight:normal;
}

.s_section {
  width:95%;
  margin:0 auto;
}

.gutter>*:not(:last-child) {
  margin-bottom: 1rem;
}

.accordion_area .accordion_one .ac_header {
  border-bottom: 1px solid #ccc;
  padding: 0.25rem 4rem 0.25rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}

.accordion_area .accordion_one .ac_header:hover {
  background-color: #f1f8ff;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #ccc;
  width: 25px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #ccc;
  width: 0;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 11.5px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0.25rem 2rem 0.25rem 2rem;
  box-sizing: border-box;
  background: #F9F2F0;
}

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  top:-3px;
  content: "Q．";
  color: #375ea1;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
}

.accordion_area .accordion_one .ac_inner p{
  font-size:16px;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "A．";
  color: #CE5D49;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}

a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0px auto;
  padding: 1.5em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #77BABA 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}

a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}

a.flow_a{
  margin-top:15px;
}

/* 申し込み */
.application-heading{
  width:95%;
  margin:auto;
  text-align:center;
}

.application-heading h1{
  margin:0;
  padding-top:30px;
  color:#316262;
}

.application-heading h1 span{
  height:0;
  display:none;
}


.application-ways{
  margin:30px 2% 60px 2%;
  display:flex;
}

.application-way{
  width:33.3%;
  text-align:center;
}

.application-way a{
  width:100%;
  display:flex;
}

.application-web{
  width:90%;
  margin:20px auto;
  background-color: #DB8574;
}

.application-tel{
  width:90%;
  margin:20px auto;
  background-color:#DEB6AB;
}

.application-line{
  width:90%;
  margin:20px auto;
  background-color: #B4E197;
}

.application-line img{
  width:45px;
  margin-right:15px;
}

.application-top{
  margin:30px auto 0 auto;
  width:85%;
  border-top:2px dashed rgb(235, 235, 235);
  border-bottom:2px dashed rgb(235, 235, 235);
}

.application-top h2 br{
  display:none;
}

.application-bottom{
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.application-way h2{
  color:white;
  font-weight:bolder;
  font-size:26px;
}

.application-way p{
  color:white;
  font-weight:bolder;
  margin:0;
  font-size:22px;
  line-height:22px;
}

.fa-laptop-code{
  font-size:30px;
}

.fa-phone{
  font-size:28px;
}

.application-way p span{
  font-size:14px;
}

/* ブログ一覧 */
.newbloglist {
  margin-top:15px;
  margin-bottom: 30px;
}

.blog-header-small{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom:15px;
}

.blog-header-small-sp{
  width: 100%;
  height: auto;
  object-fit: cover;
  display:none;
}

@media (max-width: 920px) {

  .blog-header-small{
    display:none;
  }
  
  .blog-header-small-sp{
    display:block;
  }

}

/* invalid時の挙動 */

[data-invalid]:invalid {
  border: solid 1.5px red;
  background-color: pink;
  opacity: 0.5;
  color:#000000;
}

[data-invalid]:invalid::placeholder {
  color:#000000;
}

/* inputのすぐ隣に配置するメッセージ要素 */
.error-message {
  font-size: 14px;
  color: #ff7676;
  display: none;
  /* 非表示に */
}

.error-message-ex{
  width:100%;
  margin-top:-5px;
  margin-bottom:15px;
}

.error-message-time{
  margin-top:10px;
}

.error-message-ex2{
  margin-top:5px;
  margin-bottom:-10px;
}

.agreement-category-content-ex{
  position:relative;
}

.age-content{
  position:absolute;
  top:20px;
  left:calc(45% + 25px);
}

.year-content{
  position:absolute;
  top:20px;
  left:calc(55% + 20px);
}

.file1-error-message,.file6-error-message{
  display: none;
  width:95%;
  margin:-20px auto 0 auto;
  font-size: 14px;
  color: #ff7676;
}

.data1-error-message,.data2-error-message,.data3-error-message,.appendix1-error-message,.appendix2-error-message,.radio1-error-message,.radio2-error-message,.radio3-error-message{
  font-size: 14px;
  color: #ff7676;
  display:none;
  width:100%;
  margin-top:5px;
}

@media (max-width: 850px) {

  .age-content{
    left:calc(50% + 15px);
  }
  
  .year-content{
    left:calc(60% + 20px);
  }

}

@media (max-width: 585px) {
  
  .year-content{
    top:32px;
    left:calc(30% + 135px);
  }

}

@media (max-width: 505px) {

  .age-content{
    left:calc(60% + 15px);
  }

  .error-message-ex2{
    margin-top:5px;
    margin-bottom:-10px;
  }

  .file1-error-message{
    margin-top:0;
  }

}

@media (max-width:387px){

  .error-message-ex3{
    margin-right:-25px;
    font-size:12px;
  }

}

@media (max-width: 360px) {
  
  .year-content{
    left:calc(70% + 10px);
  }

}

[data-invalid]:invalid + .error-message{
  display: block;
}

/* テーブル */
.contact-table{
  width:100%;
  table-layout:fixed;
}

/*footer*/
.footer {
  background-color: #F3F3F3;
  color:#111111;
  width:100%;
  height: 400px;
  padding:40px; 
  margin-bottom:0px;
}

.footer-container{
  max-width:1170px;
  display:inline-block;
  display:flex;
  margin:auto;
  padding-top:50px;
}

.footer-logo{
  width:35%;
}

.footer-logo img{  
  width: 150px;
}

.footer-logo p{
  font-size:14px;
  padding-left:4%;
}

p.footer-corname,
p.footer-post-number,
p.footer-address{
  margin:2.5px 0;
}

.footer-address-span{
  display:none;
}

@media all and (max-width: 780px) {

  .footer-address-span{
    display:block;
    height:0;
  }
  
}

.footer-contents{
  display:flex;
  width:65%;
}

.footer-index{
  width:50%;
}

.footer-index h3{
  margin-top:10px;
  font-size:16px;
  font-weight:normal;
}

.footer-tab{
  list-style:none;
  padding-left:0;
}

.footer-tab li{
  padding-top:10px;
}

.footer-tab a{
  color:#111111;
  font-weight:lighter;
  font-size:14px;
  transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}

.footer-tab a:hover{
  border-bottom:1px solid;
  padding-bottom:5px;
}


/*footer(smart phone)*/

#footer-sp {
  display:none;
  background:#F3F3F3;
}
 
#footer-sp .footer-sp-inner {
  padding: 30px 0;
}

#footer-sp .nav li a {
  padding: 10px 0;
  color: #111111;
  font-weight: normal;
}
 
#footer-sp .js-aco li a {
  padding-left: 15px;
}
 
#footer-sp .js-aco li a span {
  position: relative; 
}

.js-aco::before {
  content:'+';
  position:absolute;
  right:20px;
}

.js-aco.active::before {
  content:'-';
}

#footer-sp .inner-block {
  padding: 30px 10px 10px;
}

#footer-sp .nav {
  width: 100%;
  margin-left: -10px;
}
#footer-sp .nav li {
  border-top: 1px solid #ccc;
  list-style:none;
}
#footer-sp .nav li a {
  display: block;
  background-size: 6px auto;
}

#footer-sp .js-aco li a {
  padding-left: 40px;
}

.nav-child{
  display:none;
}

.nav-child span{
  font-weight:lighter;
  font-size:14px;
}

.footer-logo-sp{
  text-align:center;
  padding-top:30px;
}

.footer-logo-sp img{
  width:150px;
}

.footer-logo-sp p{
  margin-top:5px;
  font-size:12.5px;
  color:#111111;
}

/*目次*/
.contents-tab{
  width:95%;
  margin:auto;
}

.contents-tab ul{
  list-style:none;
  display:flex;
  padding:0px;
  margin-bottom:30px;
}

.contents-tab ul li{
  font-weight:normal;
  color:#555555;
}

.contents-tab ul li a{
  font-weight:normal;
  color:#555555;
}

.contents-tab a:hover{
  border-bottom:1px solid;
  padding-bottom:5px;
}

.tab-via{
  margin:0 15px;
}

@media all and (max-width: 500px){
  .contents-tab ul li{
    font-size:13px;
  }
}

/*フォーム画面共通*/
.form-template{
  max-width:100%;
  margin:85px auto 0 auto;
  padding:10px 0 0 0;
}

@media all and (max-width:1200px){
  
  .form-template{
    margin-top:75px;
    }
  
}

@media all and (max-width:1095px){
  
  .form-template{
    margin-top:70px;
    }
  
}

@media all and (max-width:1025px){
  
  .form-template{
    margin-top:55px;
    }
  
}

@media all and (max-width:670px){
  
  .form-template{
    margin-top:50px;
    }
  
}

@media all and (max-width:400px){
  
  .form-template{
    margin-top:35px;
    }
  
}


/*ステップフロー*/
.step-flow {
  width:90%;
  margin:30px auto 30px auto;
  padding-top:0;
  padding-left:0;
  display: flex;
  justify-content: space-between;
}

.step-flow li {
  color: #555;        /* 文字色を黒に指定 */
  font-size: 16px;    /* 文字サイズを指定 */
  width: calc(100% / 3); /* 横幅を三等分した1つの大きさに指定 */
  background: #ddd;   /* 背景色をグレーに指定 */
  line-height: 50px;  /* 行間(高さの代わり)を指定 */
  text-align: center; /* 文字を中央寄せにする */
  position: relative; /* 基準位置とする */
  list-style-type:none;
}

.step-flow li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 10px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.step-flow li::before,
.step-flow li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;    /* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.step-flow li::before {
  border: solid 32px transparent;     /* 32pxのborderを指定 */
  border-right: solid 13px transparent;  /* 幅を合わせるため右線は13pxにする */
  border-left: solid 13px #FFF;          /* 白い三角形を作成して▷の形で上に重ねて削り取る */
  top: -7px;  /* 重ねる位置(縦軸)を調整 */
  left: 0;    /* 重ねる位置(横軸)を調整 */
  z-index: 1; /* 重なり順を指定 */
}

.step-flow li::after {
  border: solid 25px transparent;  /* 25pxのborderを指定 */
  border-left: solid 10px #DDD; /* 左のborderで背景色と同じ▶の部分を作成する */
  border-right: solid 10px transparent; /* 幅を合わせるために右線は10pxにする */
  top: 0;       /* 重ねる位置(縦軸)を調整 */
  right: -20px; /* 重ねる位置(横軸)を調整 */
  z-index: 2;   /* 重なり順の優先度を他よりも上げる */
}

.step-flow li:first-child::before,
.step-flow li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}

.step-flow li.current {
  color: #FFF;
  background: #FF9999;
  font-weight:bold;
}

.step-flow li.current::after {
  border-left: solid 10px #FF9999;
}

/*フォーム確認画面*/
.contact-form{
  margin-top:30px;
}

/*loading*/
.loading-display{
  display:none;
}

.loading-background{
  background-color:#000000;
  opacity:0.4;
  width:100%;
  height:100vh;
  position:fixed;
  top:0;
  z-index:105;
}

.loading-text{
  color:#FF9999;
  font-weight:bold;
  font-size:22px;
  letter-spacing:0.25em;
  position:fixed;
  top: calc(50% + 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index:110;
}

.dot-spinner {
  --uib-size: 120px;
  --uib-speed: .9s;
  --uib-color: #FF9999;

  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index:110;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.follow-me {
  list-style: none;
  margin: 0 0 -8px 16px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 0 20px 8px 0;
  padding: 0;
}
.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 42px; /* Button width */
}
.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; background-color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="twitter.com"]::before        { border-color: #55acee; background-color: #55acee; content: "\f099"; }
.follow-me li a:hover::before {
  background-color: #fff;
}
.follow-me li a[href*="facebook.com"]:hover::before       { color: #3b5998; }
.follow-me li a[href*="twitter.com"]:hover::before        { color: #55acee; }

.follow-me li a::before {
  -webkit-border-radius: 24px; /* for Android ~4.3 */
  border-radius: 24px;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.follow-me-sp{
  margin-left:calc(50% - 42px)
}

/*フローティングメニュー*/
.floating-menu{
  position:fixed;
  bottom:0;
  z-index:100;
  width:100%;
  background-color:	#F3F3F3;
  border-top:solid 3px #BFBFBF;
}

.floating-menu-landing{
  display:none;
}

.floating-menu-contents{
  display:flex;
  justify-content: center;
  width:100%;
}

.floating-menu-content-box{
  margin:0 2.5%;
}

.floating-menu-content{
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  width:280px;
  height:80px;
  font-size:18px;
  font-weight:bold;
  border-radius:20px;
  margin:20px 0;
}

.floating-web{
  background-color: #DB8574;
}

.floating-web .fa-laptop-code{
  font-size:36px;
  margin-right:15px;
}

.floating-tel{
  background-color:#DEB6AB;
}

.floating-tel .fa-phone{
  font-size:36px;
  margin-right:15px;
}

.floating-line{
  background-color: #B4E197;
}

.floating-line img{
  width:40px;
  margin-right:15px;
}

.floating-menu-content-text:after {
  content:'▶︎▶︎▶︎';
  padding-left:10px;
}

@media all and (max-width: 1025px){

  .floating-menu-content-box{
    margin:0 1.5%;
  }

  .floating-menu-content{
    width:200px;
    height:60px;
    font-size:16px;
    border-radius:20px;
    margin:15px 0;
  }
  
  .floating-web .fa-laptop-code,
  .floating-tel .fa-phone{
    font-size:32px;
    margin-right:22px;
  }
  
  .floating-line img{
    width:36px;
    margin-right:22px;
  }

  .floating-menu-content-text:after {
    content:'▶︎▶︎▶︎';
    padding-left:10px;
  }

}

@media all and (max-width: 690px){

  .floating-menu-content{
    width:160px;
    height:60px;
    font-size:14px;
    border-radius:20px;
    margin:15px 0;
  }
  
  .floating-web .fa-laptop-code,
  .floating-tel .fa-phone{
    font-size:28px;
    margin-right:17.5px;
  }
  
  .floating-line img{
    width:32px;
    margin-right:17.5px;
  }

  .floating-menu-content-text:after {
    content:'▶︎▶︎';
    padding-left:5px;
  }

}

@media all and (max-width: 550px){

  .floating-menu-content{
    width:130px;
    font-size:13px;
  }
  
  .floating-web .fa-laptop-code,
  .floating-tel .fa-phone{
    font-size:24px;
    margin-right:12.5px;
  }
  
  .floating-line img{
    width:30px;
    margin-right:12.5px;
  }

}


@media all and (max-width: 450px){
  .floating-menu-content{
    width:115px;
    height:60px;
    font-size:12.5px;
    margin:15px 0;
  }
  
  .floating-web .fa-laptop-code,
  .floating-tel .fa-phone{
    font-size:20px;
    margin-right:10px;
  }
  
  .floating-line img{
    width:27.5px;
    margin-right:10px;
  }

  .floating-menu-content-text:after {
    content:'▶︎';
    padding-left:5px;
  }
}


@media all and (max-width: 390px){
  .floating-menu-content{
    width:97.5px;
    height:50px;
    font-size:12.5px;
    margin:10px 0;
  }
  
  .floating-web .fa-laptop-code,
  .floating-tel .fa-phone{
    font-size:16px;
    margin-right:4px;
  }
  
  .floating-line img{
    width:20px;
    margin-right:4px;
  }
}