@charset "UTF-8";
/* CSS Document */

body {
  width: 100%;
  margin: 0 auto;
  background-color: #fffced;
  font-size: 1.5em;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  padding: 0;
}

a:hover {
  opacity: 0.6;
}

a {
  text-decoration: none;
}

p {
  color: #675953;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

li {
  list-style: none;
}

@media (min-width: 768px) {
  body {
    font-size: 0.5em !important;
    font-weight: 400 !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.firstview {
  margin: 0 auto;
  margin-bottom: 0px;
}

.header {
  display: flex;
  margin: 0 auto;
  padding: 20px 0px;
  width: 100%;
  position: fixed;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}

.header li {
  padding: 0;
}

.cta_header a {
  background-color: #edb324;
  padding: 10px 40px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  margin: 10px 40px;
  border-radius: 30px;
  font-weight: 800;
  letter-spacing: 0.2rem;
}

.header img {
  width: 80%;
  padding: 0;
  margin: 0px 30px;
}

@media (max-width: 767px) {
  .header {
    padding: 10px 0px;
  }
  .cta_header a {
    font-size: 1rem;
    padding: 5px 15px;
    margin: 10px 0px;
    margin-left: 10px;
    letter-spacing: 0.05rem;
  }
  .header img {
    width: 100%;
    margin: 0px 15px;
  }
  .header li {
    width: 45%;
  }
}

.cta {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cta a {
  background-color: #edb324;
  padding: 8px 50px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  border-radius: 40px;
  font-weight: 800;
  letter-spacing: 0.3rem;
}

.cta p {
  font-size: 1rem;
  line-height: 1.8rem;
}

@media (max-width: 767px) {
  .cta {
    width: 85%;
  }
  .cta a {
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
  }
  .cta p {
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

/* セカンドビュー */
#secoundview {
  display: flex;
  width: 65%;
  margin: 0 auto !important;
  margin-top: 5%;
  padding: 0px !important;
}

.nayami {
  width: 30%;
  margin-right: 3%;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
}

.nayami_txt {
  font-size: 1.1rem;
  font-weight: 500;
}

.nayami_img {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #secoundview {
    display: block;
    width: 90%;
    padding: 10px;
    text-align: center;
  }
  .nayami {
    display: flex;
    width: 100%;
    margin-right: 0px !important;
    padding: 0px 0px;
    margin-bottom: 10px;
    align-items: center;
  }
  .nayami_img {
    width: 30%;
    height: auto;
  }
  .nayami_txt {
    width: 60%;
    margin-left: 10px;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0.03rem;
  }
}

/* マーカー */
.marker {
  background: linear-gradient(transparent 70%, #faf456 70%);
}

.big {
  font-size: 2.8rem;
}
.txt_yellow {
  color: #faf456;
}

.tokutyo_cts .small_txt {
  font-size: 0.8rem !important;
  line-height: 1.4rem !important;
}

/* 見出し */

.midashi {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media (max-width: 767px) {
  .midashi {
    font-size: 1.4rem;
  }
  .big {
    font-size: 1.8rem;
  }
}

/* グリーンタイトル */

#tokutyo {
  width: 100% !important;
  margin: 0 auto;
  padding: 0px;
}

.green_title {
  background-color: #5cc295;
  color: #fff;
  padding: 10px 40px;
  width: fit-content;
  text-align: center;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  border-radius: 30px;
  margin: 0 auto;
  letter-spacing: 0.05rem;
}

.tokutyo_cts {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  width: 55%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tokutyo_cts p {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.9rem;
}

.tokutyo_cts .bold {
  font-weight: 600;
  font-size: 1.3rem;
}

.tokutyo_cts img {
  width: 100%;
  text-align: center;
  margin: 0 auto !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.tokutyo_attention {
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 767px) {
  #tokutyo {
    width: 100% !important;
  }
  .tokutyo_cts {
    width: 90%;
    padding: 20px;
  }
  .green_title {
    padding: 10px 30px;
    font-size: 1.5rem !important;
    border-radius: 40px;
  }
  .tokutyo_attention {
    width: 80%;
    margin: 0 auto;
  }
  .tokutyo_cts img {
    width: 100%;
  }
  .tokutyo_cts p {
    font-size: 1rem;
  }
}

/* 年率 */
.nenritsu {
  padding: 10px 40px !important;
  border-radius: 20px;
  font-size: 2rem;
  margin: 0 auto;
  background-color: #edb324;
  width: 40%;
}

.nenritsu p {
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nenritsu {
    padding: 10px 2px !important;
    border-radius: 10px;
    font-size: 1.2rem;
    margin: 0 auto;
    background-color: #edb324;
    width: 90%;
  }
  .nenritsu p {
    padding-left: 8px;
    padding-bottom: 5px;
    font-weight: 700;
  }
}

/* グリーンタイトル2 */

.green_title_2 {
  background-color: #23b574;
  color: #fff;
  padding: 10px 40px;
  width: fit-content;
  text-align: center;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  border-radius: 30px;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  line-height: 2rem;
}

/* メリット */
#merit {
  display: flex;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  justify-content: center;
}

.merit_cts {
  width: 40%;
  margin: 0 auto;
  margin: 0px 10px;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  line-height: 1.8rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.merit_txt {
  font-weight: 400;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  #merit {
    display: block;
    width: 100%;
  }
  .merit_cts {
    width: 100%;
    padding: 20px 0px;
    margin: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
  }
  .merit_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
  }
}

/* リースバックとの違い */
#different {
  width: 60%;
  margin: 0 auto;
}

.figure p {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.8rem;
}

.bigbold {
  font-size: 1.4rem;
  font-weight: 600;
}

#different p {
  font-size: 1.1rem;
  text-align: center;
}

#different a {
  color: #d62d41;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #different {
    width: 100%;
  }
  .figure {
    background-color: #fff;
    padding: 10px 25px;
  }
}

/* お客さまの声 */
.voice {
  display: flex;
  width: 60%;
  margin: 0 auto;
}

.voice_cts {
  width: 50%;
  margin: 10px;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
}

.voice_cts p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.voice_img {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
}

.voice_img img {
  width: 30%;
  align-items: flex-end;
}

.voice_img p {
  font-weight: 500;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .voice {
    width: 100%;
    overflow-x: scroll;
  }
  .voice_cts {
    width: 70%;
    margin: 10px;
    padding: 20px 30px;
    flex-shrink: 0;
  }
}

/* シミュレーション */
#simulation {
  background-color: #e7f5ec;
  padding: 30px 30px 60px;
}
#simulation * {
  box-sizing: border-box;
}
.simulation_section {
  text-align: center;
}
.simulation_section p {
}
.sim_wrap {
  display: inline-block;
  text-align: left;
}
.sim_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.sim_flex span {
  font-size: 2.5em;
  color: #675953;
  font-weight: bold;
}
.sim_input {
  max-width: 307px;
  width: 100%;
  height: 57px;
  flex-shrink: 0;
  border-radius: 10px;
  border: none;
  margin-left: 32px;
  margin-right: 18px;
  font-size: 2.5em;
  color: #675953;
  text-align: right;
  font-weight: bold;
  padding-right: 8px;
  padding-left: 8px;
}
.sim_btn {
  -webkit-appearance: none;
  appearance: none;
  max-width: 437px;
  width: 100%;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #edb324;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.8px;
  line-height: 1;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 57px;
}
.simP1 {
  font-size: 2em;
  letter-spacing: 1.7px;
  text-align: right;
  color: #675953;
  margin-top: 17px;
  margin-bottom: 29px;
}
.sim_result {
  padding-top: 50px;
  display: none;
}
.sim_white_wrap {
  margin-top: 86px;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sim_badge {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 267px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 41px;
  background-color: #edb324;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2.3px;
  color: #fff;
}
.simP2 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2.3px;
  text-align: center;
  color: #675953;
  line-height: 1;
  margin: 0 auto;
}
.simP3 {
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 6.8px;
  text-align: center;
  color: #675953;
  line-height: 1;
  margin: 14px auto;
}
.simP4 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2.3px;
  text-align: center;
  color: #675953;
  line-height: 1;
  margin: 0 auto;
}
.sim_amount_wrap {
  margin-top: 52px;
  font-weight: bold;
  color: #675953;
  font-size: 20px;
}
.sim_amount_wrap .sim_flex {
  gap: 30px;
}
.sim_amount_wrap .sim_flex + .sim_flex {
  margin-top: 20px;
}
.sim_age {
  font-weight: 500;
  font-size: 20px;
}
.sim_age span {
  font-size: 20px;
}
.sim_price {
  font-size: 36px;
  min-width: 200px;
  text-align: right;
}
.sim_price span {
  font-size: 36px;
}
.sim_repayment {
  text-align: right;
  min-width: 200px;
}
@media screen and (min-width: 769px) {
  .pc_hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_hide {
    display: none;
  }
  .sim_wrap .sim_flex {
    flex-wrap: wrap;
  }
  .sim_head {
    width: 100%;
    text-align: center;
    margin-bottom: 17px;
  }
  .sim_flex span {
    font-size: 15px;
  }
  .sim_input {
    width: 200px;
    height: 39px;
    border-radius: 10px;
    font-size: 20px;
  }
  .simP1 {
    font-size: 13px;
    text-align: center;
  }
  .sim_btn {
    width: 288px;
    height: 49px;
    border-radius: 10px;
    font-size: 20px;
  }
  .sim_badge {
    width: 188px;
    height: 40.3px;
    border-radius: 41px;
    top: -20px;
  }
  .simP2 {
    font-size: 18px;
  }
  .simP3 {
    font-size: 33px;
  }
  .simP4 {
    font-size: 18px;
  }
  .sim_amount_wrap {
    font-size: 12px;
    padding: 15px 30px;
    border-radius: 10px;
    border: solid 2px #fdd23e;
    background-color: #fff;
  }
  .sim_age {
    font-size: 12px;
  }
  .sim_age span {
    font-size: 12px;
  }
  .sim_repayment {
    min-width: 110px;
  }
  .sim_price {
    font-size: 22px;
    min-width: 105px;
  }
  .sim_price span {
    font-size: 22px;
  }
}
/* よくある質問 */

.QA_back {
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 15px 35px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.qanda {
  width: 5%;
  font-weight: 500;
  margin-right: 15px;
}

.qanda p {
  color: #1fac4c;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  margin: 0px;
}

.question {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.question p {
  text-align: left;
}

.question .qa_text {
  font-size: 2.5em;
  font-weight: 500;
}

.answer .qa_text {
  font-size: 1.8em;
  font-weight: 400;
}

.answer {
  display: flex;
  padding: 0px;
  margin: 0px;
  align-items: center;
}

.qa_text p {
  line-height: 1.5em;
  margin: 0px;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 768px) {
  .QA_back {
    width: 85%;
    padding: 15px 20px;
    border-radius: 10px;
  }
  .qa_text p {
    font-size: 1rem;
  }
  .qanda {
    margin-right: 20px;
  }

  .qanda p {
    font-size: 1.5rem;
  }
}

/* 条件 */
#joken {
  width: 50%;
  margin: 0 auto;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.6rem;
  background-color: #fff;
}

#joken table {
  border-collapse: collapse;
  border: solid 1px #838383;
}

#joken th,
td {
  border: dashed 1px #838383;
}

.joken_table th {
  width: 25%;
  background-color: #f5f5f5;
  padding: 10px;
  margin: 0px;
}

.joken_table td {
  padding: 8px 15px;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  #joken {
    width: 90%;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
  .joken_table th {
    width: 30%;
    padding: 8px;
  }
  .joken_table td {
    padding: 8px 10px;
  }
}

/* お問い合わせ */

#soudan {
  background-color: #e7f5ec;
  padding-top: 30px;
}

#contactform {
  text-align: center;
}

#contactform p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.7em;
}

#contactform .midashi {
  width: 100%;
}

.attention {
  font-size: 2em;
}

@media screen and (max-width: 768px) {
  .attention {
    font-size: 0.5em;
  }
}

/**************************************

form.css

***************************************/

.formArea {
  width: 50%;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 780px) {
  .formArea {
    width: 90%;
  }
}
.formConfirm,
.formFinish {
  margin-top: 100px;
}
.formArea__tit {
  background-color: #f4901e;
  margin-bottom: 60px;
}
.formArea__txt {
  color: #353535;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.formArea__txt span {
  color: #f00;
  font-weight: bold;
}
.formArea__txt .tellink {
  font-size: 2rem;
}
.formArea__txt .formTxtLink {
  background: #f4901e;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 15px 25px;
  border-radius: 10px;
}

.contactTable {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contactTable {
    width: 100%;
  }
}
.contactTable th {
  border: none;
  width: 100%;
  display: block;
  text-align: left;
  vertical-align: middle;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .contactTable th {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
}
.contactTable th .require {
  background-color: #1fac4c;
  padding: 1px 7px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  align-items: center;
}
.contactTable td {
  border: none;
  width: 75%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contactTable td .contactTable__checkWrap {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.contactTable td .contactTable__checkWrap input {
  margin-right: 10px;
}
.contactTable td .contactTable__checkTxt {
  font-size: 12px;
}
.contactTable td .contactTable__select {
  font-size: 14px;
  border: 0px solid #7a7a7a;
  padding: 12px 8px;
}
.contactTable td .addressmb {
  margin-bottom: 8px;
}
.contactTable td input[type="checkbox"] {
}
.contactTable td input[type="text"] {
  width: 100%;
  border: 0px solid #7a7a7a;
  font-size: 15px;
  padding: 12px 8px;
  box-sizing: border-box;
  border-radius: 5px;
}
.contactTable td input[type="text"].info__inputText--middle {
  width: 50%;
}
.contactTable td textarea {
  width: 100%;
  border: 0px solid #7a7a7a;
  padding: 12px 8px;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 5px;
		font-family: 'Hiragino Kaku Gothic ProN';
}
@media screen and (max-width: 780px) {
  .formConfirm,
  .formFinish {
    margin-top: 60px;
  }

  .contactTable td {
    display: block;
    width: 100%;
  }
  .contactTable td input[type="text"].info__inputText--middle {
    width: 100%;
  }
}

.txtContact01 {
  margin: 30px auto;
  background-color: #e6e6e6;
  padding: 20px 30px;
  line-height: 1.8;
}
.txtContact01 p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.txtContact01 ul li {
  font-size: 14px;
}

.txtContact01 ul {
  padding: 0;
}

.txtContact02 .agree {
  text-align: center;
  margin-bottom: 30px;
}

.txtContact02 .agree span {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .txtContact02 .agree span {
    font-size: 15px;
  }
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

/*.txtContact02{

}
.txtContact02 .checkOk{
    text-align: center;
    margin-bottom: 40px;
}
.txtContact02 .checkOk input[type=checkbox]{
    opacity: 0;
    position: absolute;
}
.txtContact02 .checkOk label{
    padding-left: 40px;
    margin-left: 65px;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
}
.txtContact02 .checkOk label:before{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: -4px;
}
.txtContact02 .checkOk label:checked+label:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    background-image: url("") no-repeat center;
    background-size: 16px 10px;
    z-index: 0;
    top: 3px;
    left: 4px;
}*/

.btn-action {
}
.btn-action .c-btn01 {
  background-color: #edb324;
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 21.5px 0px;
  text-align: center;
  border: 0 none;
  width: 400px;
  margin: 0 auto 40px;
  cursor: pointer;
  border-radius: 10px;
}
.btn-action .c-btn01:hover {
}

.c-btn03 {
  background-color: #1fac4c;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 21.5px 0px;
  letter-spacing: 0.05rem;
  text-align: center;
  border: 0 none;
  width: 400px;
  margin: 0 auto 40px;
  cursor: pointer;
  border-radius: 10px;
}

@media screen and (max-width: 780px) {
  .btn-action .c-btn01 {
    width: 90%;
    font-size: 20px;
    padding: 15px 0;
  }
  .c-btn03 {
    width: 90%;
    font-size: 17px;
  }
}

.txtContact03 {
  font-size: 16px;
  text-align: left;
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.txtContact03 #mailContact {
  color: #f4901e;
}

.formConfirm__cont {
  margin: 30px auto 0;
}

/* ==================== form__submit・form__back ==================== */

.form__submit {
  text-align: center;
}
.form__submit .form__submitBtn {
  background-color: #f4901e;
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 21.5px 0;
  text-align: center;
  border: 0 none;
  width: 400px;
  cursor: pointer;
  border-radius: 10px;
  margin: 0 auto;
}
.form__submit .form__submitBtn:hover {
}

.form__back {
}
.form__back .form__backBtn {
  background-color: #9099a8;
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 21.5px 0;
  text-align: center;
  border: 0 none;
  width: 400px;
  cursor: pointer;
  border-radius: 10px;
  margin: 20px auto 0;
}
.form__back .form__backBtn:hover {
}
@media screen and (max-width: 780px) {
  .form__submit .form__submitBtn,
  .form__back .form__backBtn {
    width: 100%;
  }
}

/* ==================== formError ==================== */

.formError {
  color: #b52020;
  text-align: center;
  margin-bottom: 30px;
}
.formError__tit {
}
.formError__items {
  margin-top: 12px;
}
.formError__items .formError__item {
}

@media screen and (max-width: 765px) {
  .icon {
    flex-shrink: 0;
  }
  .okyakumidashi {
    font-size: 26px;
    white-space: wrap;
  }
  .kuchikomi_txt {
    white-space: wrap;
  }
  .kuchikomi_txt p {
    margin: 0 auto;
  }
  .pink_rect_two {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .pink_rect {
    margin: 10px;
    padding: 12px;
    min-width: 275px;
    max-width: 275px;
  }
  .pink_rect:first-child {
    margin-left: 45px;
  }
}

.wh {
  background-color: #fff;
}

footer {
  background-color: #fff;
  margin: 0 auto !important;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
}

.footer_inner {
  margin: 10px;
  font-size: 12px;
  display: flex;
}

.footer_inner img {
  width: 30%;
  text-align: right;
  margin-right: 0px !important;
  padding-right: 0px;
}

footer p {
  text-align: center;
  margin: 0 auto;
}

footer a {
  margin: 0 auto;
  color: #5f5f5f;
}

.footer_logo {
  padding-top: 20px;
}

.kashikin {
  width: 20%;
  margin: 0 auto;
}

.corplogo {
  width: 30%;
  margin: 0 auto;
}

.footer_inner sp {
  margin-right: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 765px) {
  footer {
    display: block;
  }

  .kashikin {
    width: 70%;
  }

  .corplogo {
    width: 80%;
    margin-bottom: 10px;
  }
  .footer_inner {
    font-size: 14px;
    border-bottom: 1px solid #dff3cd;
    width: 100% !important;
    margin: 0px;
    padding: 10px 0px;
  }

  .footer_inner a {
    width: 300%;
  }

  footer a {
    margin-left: 15px;
  }

  footer p {
    font-size: 10px;
  }
}
