@charset "utf-8";

:root {
  --medical: #0076bf;
  --cancer: #52a464;
  --income-protection: #f7931e;
  --specific-illness: #6869a0;
  --death: #cb4051;
}

/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.sp-only {
  display: none !important;
}
.inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}

.bg-slash {
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f8f8f8 25%,
    #f8f8f8 50%,
    #fff 50%,
    #fff 75%,
    #f8f8f8 75%,
    #f8f8f8
  );
  background-size: 4rem 4rem;
}

/* header */
header .logo {
  width: 280px;
  margin: 2rem auto;
}

header .agency {
  width: 100%;
  padding: 1.5rem 0 1.5rem;
  text-align: center;
  background: #303838;
  color: #ffffff;
  font-size: 2.4rem;
}

.hero {
  margin-bottom: 1rem;
}

.hero img {
  width: 100%;
}

.syousai{
	margin: 0px 26px 26px 26px;
	line-height:23px;
}
.campaign {
  width: 100%;
  height: 100%;
  margin: 3rem auto;
}
.campaign img {
  width: 100%;
}

.campaignDetailLink {
  text-align: center;
  padding-top: 2.0rem;
  padding-bottom: 4.5rem;
}

.campaignDetailLink-btn {
  padding: 2rem;
  width: 58rem;
  color: #ffffff;
  height: auto;
  font-size: 3rem;
  font-weight: 600;
  background: #009245;
  border-radius: 2rem;
  box-shadow: 0px 0.1rem 0.5rem 0 #000000;
}

.insurances-link-list .list {
  margin-bottom: 3rem;
}

.insurances-link-list .list > div {
  margin: 2rem 1rem 0;
  float: left;
  width: calc((100% - 12rem) / 4);
  cursor: pointer;
}

.insurances-link-list .list .bnr-link img {
  width: 100%;
  height: auto;
  display: flex;
}

.insurances-link-list .lump {
  padding: 5rem 0 5rem;
  height: 194px;
  background: #c82a2e;
  color: #ffffff;
  text-align: center;
}

.insurances-link-list .lump .txt {
  font-size: 2.4rem;
  text-align: center;
}

.insurances-link-list .lump .btn {
  margin: 2rem auto auto;
  width: 58rem;
  cursor: pointer;
}

.insurances-link-list .lump .btn a span:before {
  content: "";
  width: 30px;
  height: 34px;
}

.insurance-list {
  padding-top: 3rem;
  padding-bottom: 0.1rem;
}

.insurance-category-list > div {
  float: left;
  width: calc((100% - 5.5rem) / 2);
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.insurance-category-list .insurance-category {
  text-align: center;
  position: relative;
  float: left;
}

.insurance-category-list {
  text-align: center;
  margin: 0rem 0rem 0rem 0rem;
}

.insurance-category.medical {
  border-color: var(--medical);
  margin: 1rem 0.5rem 1rem 2rem;
}

.insurance-category.cancer {
  border-color: var(--cancer);
}
.insurance-category.incomeProtection {
  border-color: var(--income-protection);
}
.insurance-category.specificIllness {
  border-color: var(--specific-illness);
}
.insurance-category.death {
  border-color: var(--death);
  margin: 1rem 1rem 1rem 0.5rem;
}

.insurance-category-list .insurance-category h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
}

.insurance-category > span {
  position: absolute;
  content: "";
  border: 0.3rem solid;
  border-radius: 10rem;
  top: 7.5rem;
  margin-top: 0.4rem;
  width: 1.8rem;
}

.insurance-category.medical span {
  border-color: var(--medical);
  background: var(--medical);
}
.insurance-category.cancer span {
  border-color: var(--cancer);
  background: var(--cancer);
}
.insurance-category.incomeProtection span {
  border-color: var(--income-protection);
  background: var(--income-protection);
}
.insurance-category.specificIllness span {
  border-color: var(--specific-illness);
  background: var(--specific-illness);
}
.insurance-category.death span {
  border-color: var(--death);
  background: var(--death);
}

.insurance-category > span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-left: -0.9rem;
}

.insurance-category > span:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-left: 0.9rem;
}

.insurance-list-by-category-medical,
.insurance-list-by-category-cancer,
.insurance-list-by-category-incomeProtection,
.insurance-list-by-category-specificIllness,
.insurance-list-by-category-death {
  width: 96%;
  margin: auto 2% 5rem;
  margin-bottom: 2rem;
  background: #ffffff;
  border: 0.8rem solid;
  border-radius: 1rem;
}

.insurance-list-by-category-medical {
  border-color: var(--medical);
}

.insurance-list-by-category-cancer {
  border-color: var(--cancer);
}
.insurance-list-by-category-incomeProtection {
  border-color: var(--income-protection);
}
.insurance-list-by-category-specificIllness {
  border-color: var(--specific-illness);
}
.insurance-list-by-category-death {
  border-color: var(--death);
}

.insurance-list-by-category-medical > h3,
.insurance-list-by-category-cancer > h3,
.insurance-list-by-category-incomeProtection > h3,
.insurance-list-by-category-specificIllness > h3,
.insurance-list-by-category-death > h3 {
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  padding: 1rem 1rem 2rem 1rem;
}

.insurance-list-by-category-medical > h3 {
  background: var(--medical);
}
.insurance-list-by-category-cancer > h3 {
  background: var(--cancer);
}
.insurance-list-by-category-incomeProtection > h3 {
  background: var(--income-protection);
}
.insurance-list-by-category-specificIllness > h3 {
  background: var(--specific-illness);
}
.insurance-list-by-category-death > h3 {
  background: var(--death);
}

.insurance-list-by-category-medical > div,
.insurance-list-by-category-cancer > div,
.insurance-list-by-category-incomeProtection > div,
.insurance-list-by-category-specificIllness > div,
.insurance-list-by-category-death > div {
  display: flex;
  flex-direction: row;
}

.insurance-list .insurance {
  border-bottom: 0.3rem solid #666666;
}

.insurance-list .insurance:last-of-type {
  border-bottom: none;
}

.insurance-list .insurance .btn-check-area {
  display: flex;
  width: 7rem;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
}

.insurance-list .insurance .btn-check {
  width: 2.5rem;
  height: 2.5rem;
  margin: 2rem;
  background: #ffffff;
  border: 0.2rem solid #000000;
  border-radius: 0.4rem;
  cursor: pointer;
}

.insurance-list .insurance .btn-check .check {
  margin-top: 0.1rem;
}

.insurance-list .insurance .btn-check-area input[type="checkbox"] {
  display: none;
}

.insurance-list .insurance .content {
  padding: 2rem;
  width: 100%;
}

.insurance-list .insurance .content > div {
  margin-top: 1.5rem;
}

.insurance-list .insurance .content > .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
}

.insurance-list .insurance .content > .title .type {
  font-size: 2rem;
}

.insurance-list .insurance .content > .title .name {
  font-size: 2.6rem;
}

.insurance-list .insurance .content > .flex-row {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.insurance-list .insurance .content .img-wrapper {
  width: 28.8rem;
}

.insurance-list .insurance .content .img-wrapper img {
  width: 100%;
}

.insurance-list .insurance .content .description {
  margin-left: 2rem;
  font-size: 2.8rem;
  line-height: 4.2rem;
  font-weight: 500;
  flex:1;
}

.insurance-list .insurance .content .btn {
  width: 100%;
  margin: auto;
  cursor: pointer;
  transition: 0.3s;
}

.insurance-list .insurance .content .btn:hover {
  opacity: 0.8;
}

.insurance-list .insurance .content .btn img {
  width: 100%;
}

.insurance-list .insurance .content .detail {
  width: 100%;
  margin-top: 3rem;
}

.insurance-list .insurance .content .detail img {
  width: 100%;
}

.insurance-list .insurance .content .detail .caption {
  width: 100%;
  border-radius: 4rem;
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.5rem;
}

.insurance-list .insurance .content .detail .price-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.insurance-list .insurance .content .detail .price-wrapper .age-gender {
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  background: #538d00;
  border-radius: 0.5rem;
}

.insurance-list .insurance .content .detail .price-wrapper .txt {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  font-weight: 600;
}

.insurance-list .insurance .content .detail .price-wrapper .price {
  margin-left: 1.5rem;
  font-size: 7rem;
  font-weight: 600;
}

.insurance-list .insurance .content .detail .price-wrapper .price .yen {
  margin-left: 1rem;
  font-size: 3rem;
}

.insurance-list .insurance .content .detail > .txt {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 2rem;
}

.insurance-list .insurance .content .detail > .txt span {
  line-height: 3.6rem;
}

.contact .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0rem;
  color: #ffffff;
  background: #303838;
  text-align: center;
}

.contact .title:after {
  position: absolute;
  left: 48%;
  top: 3.2rem;
  content: "";
  width: 5rem;
  height: 5rem;
  z-index: -1;
  background: #303838;
  transform: rotate(45deg);
}

.contact .title h2 {
  font-size: 3.5rem;
  font-weight: 600;
}

form {
  width: 98%;
  margin: 5rem auto;
}

form .valid-err-msg {
  display: block;
  margin: 1rem;
  color: #ff0000;
  font-size: 2rem;
}
form input::placeholder {
  color: #cccccc;
}

form input:focus::placeholder {
  color: transparent;
}

form h3.require:before {
  content: "必須";
  padding: 0.2rem 2rem;
  background: #c1272d;
  color: #ffffff;
  font-size: 1.6rem;
  margin-right: 1rem;
}

form h3.any:before {
  content: "任意";
  padding: 0.2rem 2rem;
  background: #0071bc;
  color: #ffffff;
  font-size: 1.6rem;
  margin-right: 1rem;
}

form h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

form > div {
  margin-top: 5rem;
}

form .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}

form .radio-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: 0.4rem solid #b3b3b3;
  border-radius: 50%;
}

form .radio-circle-inner {
  width: 1.6rem;
  height: 1.6rem;
  background: #c1272d;
  border-radius: 50%;
}

form .insurance {
  display: block;
  border: 0.5rem solid #b3b3b3;
  border-radius: 1.5rem;
  margin: 2rem;
  padding: 1.5rem;
  width: calc(25% - 4rem);
  text-align: center;
  cursor: pointer;
}

form .insurance img {
  margin-top: 1rem;
  width: 100%;
}

form .insurance .name {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 600;
}

form .insurance .name span {
  line-height: 3rem;
}

form input[type="text"],
form select,
form input[type="mail"],
form input[type="tel"] {
  width: 100%;
  height: 12rem;
  margin-top: 1rem;
  border: 0.5rem solid #b3b3b3;
  border-radius: 1rem;
  font-size: 4rem;
  padding: 2rem;
}

form .radio-day-list,
form .chk-time-list {
  margin-top: 2rem;
}

form .radio-day-list > *,
form .chk-time-list > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 3rem;
  float: left;
  margin-top: 3rem;
  width: calc((100% - 11.5rem) / 3);
  cursor: pointer;
}
form .radio-day-list :nth-child(1),
form .chk-time-list :nth-child(1) {
  margin-left: inherit;
}

form textarea {
  width: 100%;
  height: 26rem;
  margin-top: 1rem;
  border: 0.5rem solid #b3b3b3;
  border-radius: 1rem;
  font-size: 4rem;
  padding: 2rem;
}

form .privacy-policy h4 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}

form .privacy-policy > div {
  overflow-y: scroll;
  width: 100%;
  height: 23.7rem;
  margin-top: 3rem;
  border: 0.5rem solid #e6e6e6;
  padding: 2rem 4rem;
}

form .privacy-policy > div span {
  font-size: 2rem;
  line-height: 3.5rem;
}

.submit {
  text-align: center;
  padding-bottom: 4.5rem;
}

.submit-btn {
  padding: 2rem;
  width: 58rem;
  color: #ffffff;
  height: auto;
  font-size: 3rem;
  font-weight: 600;
  background: #009245;
  border-radius: 2rem;
  box-shadow: 0px 0.1rem 0.5rem 0 #000000;
}

.submit-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.submit-link {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  margin: -3rem auto 0;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #fff;
}
.submit-link:hover {
  border-bottom: 0.1rem solid #000;
}

.confirm h2 {
  text-align: center;
  margin-top: 3rem;
}

.confirm p {
  text-align: center;
  margin-top: 3rem;
  font-size: 2.6rem;
  line-height: 4.4rem;
}

.confirm table {
  width: 100%;
  border: 0.5rem solid #cccccc;
  border-collapse: collapse;
}

.confirm table th,
.confirm table td {
  padding: 2rem;
}

.confirm table th {
  border: 0.5rem solid #cccccc;
  background: #efefef;
  width: 30%;
}

.confirm table td {
  border: 0.5rem solid #cccccc;
  width: 70%;
}

.confirm .prev-btn {
  border: 0.3rem solid #cccccc;
  border-radius: 0.8rem;
  background: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #cccccc;
  cursor: pointer;
}
.confirm .submit-btn {
  display: block;
  width: 100%;
  margin: auto;
  cursor: pointer;
}

footer {
  font-family: Meiryo, sans-serif;
  letter-spacing: -1px;
}

footer nav {
  border-top: 0.2rem solid #f1f1f1;
  overflow: hidden;
  height: 4.8rem;
}

footer nav ul {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  padding: 0 1.75rem;
}

footer nav li {
  margin-left: 4rem;
  font-size: 1.2rem;
}

footer nav li:nth-of-type(1) {
  margin-left: 2rem;
}

footer nav li a {
  color: #333;
}

footer .info {
  padding: 3rem 2rem;
  background: #2d3b57;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .footer-main-info {
  font-size: 1.4rem;
  display: block;
  line-height: 2.4rem;
  font-weight: 700;
}

footer .footer-sub-info {
  font-size: 1.2rem;
  line-height: 2rem;
}
footer .footer-upper-info {
  padding-top: 1.5rem;
}

footer .footer-right {
  text-align: center;
}

footer .limited {
  margin-top: 1rem;
  font-size: 1.4rem;
}

footer .copy {
  padding: 2.2rem;
  font-size: 1.2rem;
}
footer .copy p {
  text-align: center;
}

.floating-menu {
  position: fixed;
  width: 100%;
  bottom: 1rem;
  transition: opacity 1s;
}

.floating-menu .inner {
  padding: 0rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.floating-menu .inner > div {
  width: 48%;
  cursor: pointer;
}
.floating-menu a {
  display: block;
}
.floating-menu a:hover {
  opacity: 1;
}
.v-enter {
  opacity: 0;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s;
}

.v-enter-to {
  opacity: 1;
}

.v-leave-to {
  opacity: 0;
  transition: opacity 0.5s;
}
/*--------------------------------------------------会社概要-----------------------------------------------------*/
.midasi2 {
  text-align: center;
  padding: 20px;
}

.ismsMidashi{ 
  width: 80%;
  background-color: #503587;
  margin: auto;
  padding:15px;
  color:#ffffff;
}

.isms{
  margin: auto;
 padding: 20px 0px;
  width: 80%;
  display: flex;
}

.ismsText{
  margin-left: 20px;
}

.ismsText p{
  line-height: 25px;
}


.koumoku{
  margin-top: 30px;
}

.companyInfo_table {
  margin:0 auto 40px;
  border: 1px solid #707070;
  width: 80%;
}

.companyInfo_table th {
  background-color: #f1f1f1;
  padding:20px 40px;
  border: 1px solid #707070;
  width: 25%;
}

.companyInfo_table td {
  padding: 20px 40px;
  border: 1px solid #707070;
  line-height: 25px;
}

.companyInfo_table p {
  line-height: 1.5;
}

/*--------------------------------------------------勧誘方針-----------------------------------------------------*/

.footerContents {
  margin: 0 20px 30px;
  line-height: 1.5;
}

.footerContents p{
  line-height: 1.5;
}

.midasi_kanyuu{
  margin: 30px 0;
  border: 2px solid #722791;
  border-radius: 90px;
  width: 100%;
  font-size: 25px;
  color: #503587;
  background-image: url(../images/midasi-bg.svg);
  background-repeat: repeat-y;
}

.midasi_kanyuu span{
  color: #fff;
  font-size: 25px;
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 27px 0 0 29px;
  padding: 10px 0 0 20px;
  margin-right: 10px;
}

.midasi_kanyuu p{
  padding: 7px 15px 7px 0;
  line-height: 1.2;
}

.footerContents li {
  padding-bottom: 10px;
  line-height: 1.5;
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  img {
    max-width: 100%;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------スマートフォン／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .inner {
    width: 100%;
  }
  img {
    max-width: 100%;

  }
  
  .ismsText {
    margin:20px 0px;
  }

  .isms{
    display:block;
  }


  header .sp-header {
    padding: 0.5rem;
  }

  header .sp-header > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  header .sp-header .logo {
    width: 40%;
    margin: inherit;
  }

  header .sp-header .btn-tel {
    width: 50%;
  }

  header .agency {
    font-size: 1rem;
  }

  .hero {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .campaign {
    margin: 1rem auto;
  }
  
  .insurances-link-list .list {
    margin-bottom: 2rem;
  }

  .insurances-link-list .lump .txt {
    font-size: 1.4rem;
  }

  .insurances-link-list .list > div {
    margin: 0rem 0.5rem 0;
    width: calc((100% - 4rem) / 4);
  }

  .insurances-link-list .lump {
    padding: 2rem 0 2rem;
    height: inherit;
  }

  .insurances-link-list .lump .btn {
    margin: 1rem auto auto;
    width: 90%;
    height: auto;
  }

  .insurance-category-list > div {
    margin: 0rem;
    float: left;
    width: calc((100% - 5.5rem) / 2);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
  }

  .insurance-list .insurance .btn-check {
    margin: 1rem;
  }

  .insurance-list .insurance .content {
    width: calc(100% - 4.5rem);
    padding: 2rem 1rem;
  }

  .insurance-list .insurance .content .detail {
    margin-top: 1rem;
  }

  .insurance-list .insurance .content > .title .type {
    font-size: 1rem;
  }

  .insurance-list .insurance .content > .title .name {
    font-size: 1.2rem;
  }

  .insurance-list .insurance .content .img-wrapper {
    width: 50%;
  }

  .insurance-list .insurance .content .description {
    width: 50%;
    margin-left: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
  }

  .insurance-list .insurance .content .btn-ask-wrapper {
    width: 100%;
    float: none;
  }

  .insurance-list .insurance .content .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: auto;
  }

  .insurance-list .insurance .content .btn .caption {
    width: 30%;
    height: auto;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.8rem;
  }

  .contact .title h2 {
    font-size: 2rem;
    font-weight: 600;
  }

  .contact .title:after {
    left: inherit;
    width: 3.5rem;
    height: 3.5rem;
  }

  form .valid-err-msg {
    font-size: 1.2rem;
  }

  form h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  form h3.require:before,
  form h3.any:before {
    font-size: 1rem;
  }

  form h3 {
    font-size: 1.6rem;
  }

  form .radio-circle {
    width: 2rem;
    height: 2rem;
    border: 0.2rem solid #b3b3b3;
    border-radius: 50%;
  }

  form .radio-circle-inner {
    width: 1.2rem;
    height: 1.2rem;
    background: #c1272d;
    border-radius: 50%;
  }

  form .insurance {
    margin: 0.5rem 0.5rem;
    padding: 1rem;
    border: 0.3rem solid #b3b3b3;
    width: calc((100% - 3rem) / 3);
  }

  form .insurance img {
    margin-top: -1rem;
  }

  form .radio-day-list,
  form .chk-time-list {
    margin-top: 0;
  }

  form .radio-day-list > * {
    font-size: 2rem;
    width: calc((100% - 1rem) / 3);
  }

  form .chk-time-list > * {
    font-size: 1.8rem;
    width: calc((100% - 1rem) / 2);
  }

  form .privacy-policy h4 {
    font-size: 2rem;
    font-weight: 400;
  }

  form .privacy-policy > div {
    margin-top: 1rem;
    border: 0.3rem solid #e6e6e6;
    padding: 0.5rem 1rem;
  }

  form .privacy-policy > div span {
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: justify;
  }

  .submit-btn {
    padding: 2rem;
    width: 90%;
    height: auto;
    font-size: 2rem;
    font-weight: 600;
  }
  
  .campaignDetailLink-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 90%;
    font-size: 1.5rem;
    font-weight: 400;
  }
  
  form input[type="text"],
  form select,
  form input[type="mail"],
  form input[type="tel"] {
    width: 100%;
    height: 8rem;
    margin-top: 1rem;
    border: 0.3rem solid #b3b3b3;
    border-radius: 1rem;
    font-size: 2rem;
    padding: 1rem;
  }

  form textarea {
    border: 0.3rem solid #b3b3b3;
  }

  footer nav {
    overflow: inherit;
    height: inherit;
  }

  footer nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }

  footer nav li {
    padding: 1.5rem 1rem;
    margin-left: 0;
    width: 50%;
    font-size: 1.2rem;
    border-right: 0.2rem solid #f1f1f1;
    border-bottom: 0.2rem solid #f1f1f1;
  }

  footer nav li:nth-of-type(1) {
    margin-left: 0rem;
  }

  footer nav li:last-of-type {
    width: 100%;
  }

  footer .info {
    padding: 2rem 1rem;
    flex-direction: column;
    justify-content: space-between;
  }

  footer .footer-right {
    margin-top: 5rem;
  }
  .floating-menu .inner {
    padding: 0rem;
  }
  .floating-menu .inner > div {
    width: 50%;
  }
  /*--------------------------------------------------TOP_SP-----------------------------------------------------*/
.flex-row {
  display: block !important;
}
.img-wrapper{
  width: 100% !important;
  padding: 0 7px 10px;
}
.description{
  width: 100% !important;
}

  /*--------------------------------------------------会社概要_SP-----------------------------------------------------*/
.midasi2 {
  text-align: center;
  padding: 20px;
}

.companyInfo_table {
  margin:0 auto 40px;
  border: 1px solid #707070;
  width: 100%;
}

.companyInfo_table th {
  background-color: #f1f1f1;
  padding:20px 20px;
  border: 1px solid #707070;
}

.companyInfo_table td {
  padding: 20px 20px;
  border: 1px solid #707070;
}

.companyInfo_table p {
  line-height: 1.5;
}

/*--------------------------------------------------勧誘方針_SP-----------------------------------------------------*/

.midasi_kanyuu span.nigyo{
  color: #fff;
  font-size: 25px;
  float: left;
  width: 52px;
  height: 80px;
  border-radius: 27px 0 0 29px;
  padding: 10px 0 0 20px;
  margin-right: 10px;
  padding-top: 25px;
}

}

.is-hide {
  display: none !important;
}
.is-active {
  display: inline-block !important;
}


