/* ------------------------------------------------------------------
h3
------------------------------------------------------------------ */
.toppage_title_bg {
  background: rgb(251, 164, 70);
  background: -moz-radial-gradient(circle, rgba(251, 164, 70, 1) 0%, rgba(255, 102, 0, 1) 52%);
  background: -webkit-radial-gradient(circle, rgba(251, 164, 70, 1) 0%, rgba(255, 102, 0, 1) 52%);
  background: radial-gradient(circle, rgba(251, 164, 70, 1) 0%, rgba(255, 102, 0, 1) 52%);
  text-align: center;
  margin-bottom: 50px;
  padding: 50px 0;
}

.toppage_title {
  position: relative;
  display: inline-block;
  padding: 30px 40px;
  border: 6px solid #fff;
}

.toppage_title:after, .toppage_title:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.toppage_title:after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #fba446;
}

.toppage_title:before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 32px;
  border-bottom-width: 32px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-left: -16px;
  margin-top: 6px;
  border-top-color: #fff;
}

.toppage_title h2, .toppage_title h3 {
  margin-bottom: 0;
  color: #fff;
}

.topTitle .title_en {
  letter-spacing: .1em;
  font-size: 3.8rem;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 7px;
  position: relative;
}

.topTitle .title_ja {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
}

@media(min-width:768px) {
  .toppage_title h2, .toppage_title h3 {
    font-size: 2.5rem;
  }
}

@media(min-width:1024px) {
  .toppage_title h2, .toppage_title h3 {
    font-size: 3.0rem;
  }

  .topTitle .title_en {
    font-size: 4.8rem;
  }

  .topTitle .title_ja {
    font-size: 1.8rem;
  }
}

@media(min-width:1366px) {
  .toppage_title h2, .toppage_title h3 {
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_title_bg {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .toppage_title {
    padding: 18px 20px 20px;
    border: 4px solid #fff;
  }

  .toppage_title::after {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
  }

  .toppage_title:before {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 14px;
    border-right-width: 14px;
    margin-left: -14px;
    margin-top: 4px;
  }

  .toppage_title h2, .toppage_title h3 {
    font-size: 2.0rem;
    line-height: 1.4em;
  }

  .topTitle .title_en {
    font-size: 2.8rem;
    padding-bottom: 0px;
  }

  .topTitle .title_ja {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
コンバージョン
------------------------------------------------------------------ */
.conversion {
  padding: 60px 0 50px;
  background: #d2d2d2;
}

.conversion_fixed {
  position: static;
  bottom: -30px;
  transition: all 0.3s ease 0s;
}

.conversion_fixed .conversion_bottom {
  width: 100%;
  padding: 20px 0 10px;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.conversion .tp_conversionContents {
  position: relative;
  background-color: #fff;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
  padding: 30px 20px;
}

.conversion h2 {
  text-align: center;
  color: #4d5e56;
  margin-bottom: 30px;
  font-size: 3.4rem;
}

.conversion h3 {
  color: #ed6103;
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.6rem;
}

.tp_conversionBox img {
  width: 100%
}

.tp_conversion___phone {
  background: #fff;
  border: solid 1px #444;
  border-radius: .4em;
  margin-top: 0px;
  text-align: center;
  padding: 15px 0 10px;
}

.tp_conversion___phone_inner {
  display: inline-block;
}

.tp_conversion___phone_inner h4 {
  border-bottom: solid 1px #2d2d2d;
  line-height: 1;
  margin-bottom: 7px;
  color: #f73616;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}

.tp_conversion___phone .conv_number {
  color: #2d2d2d;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  padding-left: 50px;
  margin-bottom: 0;
}

.tp_conversion___phone .conv_number:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/telephone-call.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.tp_conversion___phone a {
  text-decoration: none;
  color: #2d2d2d;
}

.tp_conv_btn img {
  border-radius: .4em;
}

.tp_conversion___phone .conv_bottom_text {
  margin-top: 5px;
  line-height: 1;
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media(min-width:768px) {
  .conversion .tp_conversionContents {
    padding: 40px 30px;
  }

  .tp_conversionBox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
  }

  .tp_conversion_left {
    width: 48%;
  }

  .tp_conversion_right {
    width: 48%;
    margin-left: 4%;
  }

  .conversion h2 {
    font-size: 2.4rem;
  }

  .conversion h3 {
    font-size: 2.0rem;
  }

  .tp_conversion___phone_inner h4 {
    font-size: 1.3rem;
  }

  .tp_conversion___phone .conv_number {
    font-size: 3.0rem;
    padding-left: 30px;
  }

  .tp_conversion___phone .conv_number:before {
    top: 2px;
    width: 24px;
    height: 24px;
  }

  .tp_conversion___phone .conv_bottom_text {
    font-size: 1.1rem;
  }
}

@media(min-width:1024px) {
  .tp_conversionBox {
    padding: 0px 0px;
  }

  .conversion h2 {
    font-size: 3.0rem;
  }

  .conversion h3 {
    font-size: 2.2rem;
  }

  .tp_conversion___phone_inner h4 {
    font-size: 1.4rem;
  }

  .tp_conversion___phone .conv_number {
    font-size: 3.2rem;
    padding-left: 40px;
  }

  .tp_conversion___phone .conv_number:before {
    top: 2px;
    width: 28px;
    height: 28px;
  }

  .tp_conversion___phone .conv_bottom_text {
    font-size: 1.3rem;
  }

  .tp_conv_btn {
    transition: filter 0.3s;
  }

  .tp_conv_btn:hover {
    filter: brightness(130%);
  }
}

@media(min-width:1366px) {
  .conversion .tp_conversionContents {
    padding: 40px 30px;
  }

  .tp_conversionBox {
    padding: 0px 60px;
  }

  .conversion h2 {
    font-size: 3.4rem;
  }

  .conversion h3 {
    font-size: 2.6rem;
  }

  .tp_conversion___phone_inner h4 {
    font-size: 1.6rem;
  }

  .tp_conversion___phone .conv_number {
    font-size: 4.8rem;
    padding-left: 50px;
  }

  .tp_conversion___phone .conv_number:before {
    top: 6px;
    width: 40px;
    height: 40px;
  }

  .tp_conversion___phone .conv_bottom_text {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 736px) {
  .conversion {
    padding: 40px 0px;
  }

  .conversion h2 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }

  .conversion .tp_conversionContents {
    -webkit-box-shadow: 5px 5px 0px rgb(0 0 0 / 15%);
    box-shadow: 5px 5px 0px rgb(0 0 0 / 15%);
  }

  .conversion h3 {
    font-size: 1.8rem;
  }

  .tp_conversion___phone {
    margin-bottom: 20px;
    padding: 20px 0 15px;
  }

  .tp_conversion___phone_inner h4 {
    font-size: 1.4rem;
  }

  .tp_conversion___phone .conv_number {
    font-size: 3.4rem;
    line-height: 1;
    padding-left: 30px;
    margin-bottom: 0;
  }

  .tp_conversion___phone .conv_number:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../img/telephone-call.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }

  .tp_conversion___phone .conv_bottom_text {
    font-size: 1.3rem;
  }

  .conversion_fixed .conversion_bottom {
    width: 100%;
    padding: 8px 0 5px;
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }

  .conversion_bottom .tp_conversionBox {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

/* ------------------------------------------------------------------
トップページ_こんなお悩みありませんか？
------------------------------------------------------------------ */
.toppage_nayami {
  padding: 0px 0 50px;
  background-color: #f3f3f3;
}

ul.nayamiList {
  justify-content: center;
}

ul.nayamiList li {
  font-weight: 600;
  background: #fff;
  -moz-border-radius: .6em;
  -webkit-border-radius: 0.6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: 0.6em;
  overflow: hidden;
}

ul.nayamiList li .t_a_b {
  position: relative;
  padding-top: 50px;
}

ul.nayamiList li .t_a_b .search {
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -48px;
  width: 96px;
  height: 96px;
}

.nayami__bottom {
  text-align: center;
}

.sonnatoki {
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: .6em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media(min-width:768px) {
  .sonnatoki {
    transition: .3s;
    width: 90%;
  }

  .sonnatoki:hover {
    animation: pulsation .7s alternate infinite;
  }

  @keyframes pulsation {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1.1);
    }
  }
}

@media(min-width:1024px) {
  .sonnatoki {
    width: 560px;
  }
}

@media(min-width:1366px) {
  .sonnatoki {
    width: 740px;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_nayami {
    padding: 0px 0 50px;
  }

  ul.nayamiList {
    padding: 0 15px;
  }

  ul.nayamiList li {
    margin-bottom: 30px;
  }

  ul.nayamiList li p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .sonnatoki {
    border-radius: .6em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 100%;
  }
}

/* ------------------------------------------------------------------
トップページ_スッキリおまとめ相談室では
------------------------------------------------------------------ */
.toppage_about {
  padding: 0px 0 50px;
  background-color: #fff;
}

.toppage_about .toptex {
  margin-bottom: 30px;
}

ul.aboutList li {
  position: relative;
  background: #fff;
  border: 5px solid #ed6103;
  box-shadow: 0px 0px 15px 0 rgba(213, 209, 208, 0.6);
  border-radius: .6em;
  overflow: hidden;
}

.tokucho_flag {
  position: absolute;
  top: 0;
  left: 10px;
  width: 70px;
  height: 82px;
  z-index: 1;
}

.tokucho_flag:before {
  display: block;
  content: "";
  width: 70px;
  height: 82px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../img/flag.png) no-repeat 0 0;
  background-size: 70px 82px;
}

.tokucho_flag span {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  padding-top: 40px;
}

ul.aboutList li p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.8rem;
}

ul.aboutList li .t_a_b {
  padding: 20px 10px 25px;
}

.omatome_rei{
  background: #fff;
  margin-top: 40px;
  padding: 40px 15px;
}

.omatome_rei h3{
  text-align: center;
  color: #ed6103;
  font-size: 1.8rem;
  margin-bottom: 0px;
}

@media(min-width:768px) {
  .toppage_about .toptex {
    text-align: center;
  }
}

@media(min-width:1024px) {
  ul.aboutList li p {
    font-size: 1.8rem;
  }

  .omatome_rei{
    padding: 40px 30px;
  }

  .omatome_rei h3{
    font-size: 2.4rem;
  }
  .omatome_rei .photaria{
    width: 60%;
  }
}

@media(min-width:1366px) {
  .tokucho_flag {
    width: 90px;
    height: 105px;
  }

  .tokucho_flag:before {
    width: 90px;
    height: 105px;
    background-size: 90px 105px;
  }

  .tokucho_flag span {
    font-size: 3.0rem;
    padding-top: 50px;
  }

  ul.aboutList li p {
    font-size: 2.2rem;
  }
  .omatome_rei h3{
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_about {
    padding: 0px 0 50px;
  }

  ul.aboutList li {
    width: 100%;
    margin-bottom: 20px;
    border: 4px solid #ed6103;
  }

  ul.aboutList li:last-child {
    margin-bottom: 0px;
  }

  ul.aboutList li p {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  ul.aboutList li .t_a_b {
    padding: 15px 10px;
  }
}

/* ------------------------------------------------------------------
トップページ_ご相談の流れ
------------------------------------------------------------------ */
.toppage_flow {
  padding: 0px 0 50px;
  background-size: auto auto;
  background-color: rgba(255, 144, 0, .8);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 144, 0, 1) 5px, rgba(255, 144, 0, 1) 15px);
}

.toppage_flow .toptex {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0px;
  font-size: 1.6rem;
}

.toptex__box{
  background: #fff;
  padding: 50px;
  margin-bottom: 30px;
}

ul.flowList li {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: .6em;
  padding: 20px 20px;
}

.flowList__Box{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-start;
}

.flow_number{
  width: 15%;
}

.flow_text{
  width: 85%;
  padding-right: 80px;
}

.flow_icon{
  display: inline;
  position: absolute;
}

.flow_number span {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}

ul.flowList li h3{
  line-height: 1;
  color: #034fbf;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

ul.flowList li p {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}

@media(min-width:768px) {
  .toppage_flow .toptex {
    font-size: 1.6rem;
  }
  .flow_text{
    padding-right: 60px;
  }
  .flow_icon{
    top:50%;
    margin-top: -25px;
    right: 20px;
    width: 50px;
  }
  ul.flowList li h3{
    font-size: 1.6rem;
  }
  .flow_number span {
    font-size: 3.0rem;
  }

  ul.flowList li p {
    font-size: 1.2rem;
  }
}

@media(min-width:1024px) {
  .toppage_flow .toptex {
    font-size: 1.8rem;
  }

  .flow_text{
    padding-right: 80px;
  }

  .flow_icon{
    margin-top: -35px;
    width: 70px;
  }
  ul.flowList li h3{
    font-size: 1.8rem;
  }
  .flow_number span {
    font-size: 4.0rem;
  }

  ul.flowList li p {
    font-size: 1.4rem;
  }
}

@media(min-width:1366px) {
  .toppage_flow .toptex {
    font-size: 2.2rem;
  }
  ul.flowList li h3{
    font-size: 2.2rem;
  }
  .flow_number span {
    font-size: 5.0rem;
  }

  ul.flowList li p {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_flow {
    padding: 0px 0 50px;
  }

  .toptex__box{
    padding: 30px 10px;
    margin-bottom: 30px;
  }

  ul.flowList li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
  }

  ul.flowList li:last-child {
    margin-bottom: 0px;
  }

  .flow_number{
    width: 15%;
  }

  .flow_text{
    width: 85%;
    padding-right: 30px;
  }

  .flow_icon{
    display: inline;
    position: absolute;
    top:5px;
    right: 5px;
    width: 40px;
  }

  ul.flowList li p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  ul.flowList li::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
    transform: rotate(90deg);
    border: 20px solid transparent;
    border-left: 20px solid #034fbf;
  }
  ul.flowList li:last-child::after{
    display: none;
  }
}

@media only screen and (max-width: 440px) {
  .toppage_flow .toptex {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 390px) {
  .toppage_flow .toptex {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------------------------------
お客様の声
------------------------------------------------------------------ */
.toppage_review {
  padding: 0px 0 50px;
  background-color: #fff;
}

.review_container {
  background: url(../img/22847520.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 40px 0;
}

.review_container .innerBox {
  background-color: #fff;
  padding: 40px 0px;
}

ul.reviewtop_message li {
  position: relative;
  padding: 0 0 20px;
  width: 100%;
  background: url('../img/star_line.png') repeat-x;
  background-size: 63px 20px;
  background-position: bottom;
  margin-bottom: 20px;
}

ul.reviewtop_message li:last-child {
  margin-bottom: 0;
}

ul.reviewtop_message li p {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.toppage_review .photaria {
  width: 60%;
  margin-top: 40px;
}

@media (min-width: 1024px) {}

@media (min-width: 1366px) {
  ul.reviewtop_message li p {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 736px) {
  .review_container {
    padding: 20px 0;
  }

  .review_container .innerBox {
    background-color: #fff;
    padding: 20px 0px;
  }

  ul.reviewtop_message li {
    padding: 0 0 15px;
    background: url('../img/star_line.png') repeat-x;
    background-size: 47px 15px;
    background-position: bottom;
    margin-bottom: 20px;
  }

  .toppage_review .photaria {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {}

/* ------------------------------------------------------------------
会社概要
------------------------------------------------------------------ */
.toppage_company {
  padding: 0px 0 50px;
  background-color: #fff;
}

.company a {
  text-decoration: underline;
}

.acf-map {
  width: 100%;
  height: 400px;
  margin: 0px 0 40px;
}

.maplink {
  position: relative;
  display: block;
  padding-left: 18px;
  margin-top: 2px;
}

a.maplink {
  text-decoration: underline;
}

.maplink::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url('../img/pin.png') no-repeat 0 0;
  background-size: 15px 15px;
}

.michi_annai{
  border-radius: .6em;
  margin-top:40px;
  padding: 40px 20px;
  background-color: #f3f3f3;
}

.michi_annai h3{
  text-align: center;
  color: #ed6103;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

ol.geideList{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.geideList li .t_a_b:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  color: #ed6103;
  border: solid 2px #ed6103;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left:0;
  top: 18px;
  line-height: 20px;
  height: 22px;
  width: 22px;
  font-size: 1.4rem;
}

ol.geideList li .t_a_b{
  position: relative;
  padding: 15px 15px 15px 25px;
}

ol.geideList li .t_a_b p{
  font-weight: 400;
}

ol.geideList li .image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 140%;
  margin: 0 auto;
}

#company_guide{
  margin-bottom: 50px;
}

ul.officeList .t_a_b{
  padding: 15px 0 15px;
}

ul.officeList li .t_a_b p{
  font-weight: 400;
}

ul.officeList li .image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  margin: 0 auto;
}

@media(min-width:768px) {}

@media(min-width:1024px) {
  .michi_annai{
    padding: 40px 40px;
  }
  .michi_annai h3{
    font-size: 2.4rem;
  }
}

@media(min-width:1366px) {
  .michi_annai h3{
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 736px) {
  .acf-map {
    margin: 0px 0 20px;
  }
  ol.geideList li{
    margin-bottom: 30px;
  }
  ol.geideList li:last-child{
    margin-bottom: 0px;
  }

  ul.officeList li{
    margin-bottom: 30px;
  }
  ul.officeList li:last-child{
    margin-bottom: 0px;
  }

  #company_guide{
    margin-bottom: 0px;
  }
}


/* ------------------------------------------------------------------
会員ページ_パスワード
------------------------------------------------------------------ */
.members p {
  font-weight: 600;
}

.members_input {
  margin-left: auto;
  margin-right: auto;
  background: #ebecf5;
  padding: 40px;
}

.members_input h4 {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 0 20px;
}

.members .btn {
  text-decoration: none;
  margin-bottom: 20px;
}

.members_input .btn {
  width: 100%;
  margin-top: 20px;
}

@media(min-width:768px) {
  .members p {
    text-align: center;
  }

  .members .btn {
    width: 260px;
  }

  .members_input {
    width: 500px;
  }

  .members_input .btn {
    font-size: 1.6rem;
    line-height: 40px;
    width: 220px;
  }
}

@media only screen and (max-width: 736px) {}
