@charset "utf-8";

/*
-------------------------------------------------------------*/

.pc { display: block; }
.sp { display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-appearance: none;
}

body{
  color: #333;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
}

p {
  line-height: 1.75;
}

img {
  width: 100%;
  height: auto;
}

#container {
  width: 100%;
  padding: 0;
}

#mainContents {
  width: 100%;
  margin: 0 auto;
}

#article{
  margin:0px;
}

.txt_center {
  margin-bottom: 1.5rem;
  text-align: center;
}

.simulation{
  width: 100%;
  border: solid 3px #95c2ff;
  border-radius: 10px;
  padding: 3rem;
}

.bg_gray {
  background-color: #f1f1f1;
}

.triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #95c2ff transparent transparent transparent;
  margin: 2rem auto 1.7rem;
}

.button{
  color: #ffffff;
  background-color: #0f125c;
  font-size: 18px;
  font-weight: 700;
  width: 40%;
  height: 3rem;
  margin: 0 auto;
  border: solid 3px #0f125c;
  border-radius: 100px;
  letter-spacing: 0.15rem;
  display: block;
  cursor: pointer;
}

.button:hover{
  color: #0f125c;
  background-color: #fff;
  border: solid 3px #0f125c;
}

.simu_box {
  width: 70%;
  margin: 0 auto 2rem;
  display: flex;
  flex-wrap: wrap;
}

.simu_name {
  color: #0f125c;
  font-size: 120%;
  font-weight: 700;
  width: 30%;
  display: flex;
  align-items: center;
}

.simu_input {
  width: 70%;
}

.simu_input input {
  background-color: #ffeecd;
  font-size: 120%;
  width: 80%;
  height: 3rem;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
  text-align: right;
  border: solid 1px #0f125c;
  border-radius: 0;
}

.simu_input input:disabled {
  color: #000;
  background-color: #ccc;
}

.caution {
  margin-top: 3rem;
}

.caution li {
  font-size: 90%;
  margin-bottom: 0.5rem;
  padding-left: 2.3rem;
  text-indent: -2.3rem;
  line-height: 1.5;
  text-align: justify;
}

.caution li:first-letter {
  color: #ff0000;
  font-weight: 700;
  margin-right: 0.5rem;
}

.caution li:last-child {
  margin-bottom: 0;
}

.form_ttl {
  color: #0f125c;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.3;
  letter-spacing: .1rem;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
}

.trans_lend_mainimg {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.trans_lend_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 6rem 0;
}

.bg_sky {
  background-color: #e5f3ff;
}

.bg_blue {
  background-color: #b2d3ff;
}

.trans_lend_table {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #95c2ff;
  border-radius: 10px;
  border-collapse: separate;
  overflow: hidden;
}

.trans_lend_table tr {
}

.trans_lend_table tr:nth-child(even) {
  background-color: #f1f1f1;
}

.trans_lend_table th {
  width: 25%;
  padding: 1rem;
  line-height: 1.5;
  text-align: left;
}

.trans_lend_table td {
  width: 75%;
  padding: 1rem;
  line-height: 1.5;
}

.trans_lend_poricy {
  margin-top: 2rem;
}

.trans_lend_poricy li {
  margin: 0 2rem 1rem;
  list-style-type: decimal;
  line-height: 1.75;
}

.flex_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bnr_jfsa {
  max-width: 234px;
  width: 100%;
  margin-left: 1rem;
}











@media screen and (max-width: 767px) {
.pc { display: none; }
.sp { display: block; }

body{
  font-size: 16px;
}

#container {
  width: 100%;
}

#mainContents {
  width: 100%;
}

.simulation{
  margin: 0 auto;
  padding: 2rem 1rem;
}

.triangle{
  margin: 1rem auto 0.8rem;
}

.button{
  width: 100%;
}

.simu_box {
  width: 100%;
}

.simu_name {
  width: 100%;
  margin-bottom: 0.8rem;
}

.simu_input {
  width: 100%;
}

.caution {
  margin-top: 0;
}

.form_ttl {
  font-size: 30px;
}

.trans_lend_mainimg {
  width: 100%;
}

.trans_lend_inner {
  width: 100%;
  padding: 4rem 0;
}

.trans_lend_table {
  width: 89.333333%;
}

.trans_lend_table th {
  width: 35%;
  padding: 1rem;
}

.trans_lend_table td {
  width: 65%;
  padding: 1rem;
}

.trans_lend_wrap {
  width: 89.333333%;
  margin: 0 auto;
}

.trans_lend_poricy li {
  margin: 0 0 1rem 1rem;
}

.bnr_jfsa {
  margin-top: 0.5rem;
  margin-left: 0;
}

}





/*     お問い合わせフォーム     */

form {
  width: 1000px;
  margin: 0 auto;
}

.contact-content {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 3rem;
  border: solid 3px #95c2ff;
  border-radius: 10px;
}

.form_area {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.form_area tr:nth-child(even) {
  background-color: #f1f1f1;
}

.form_area th {
  font-weight: 700;
  width: 40%;
  padding: 1.5rem 0 1.5rem 3rem;
  text-align: left;
}

.form_area td {
  padding: 1.5rem 3rem 1.5rem 0;
}

.req {
  color: #ffffff;
  font-size: 80%;
  font-weight: 400;
  background-color: #ff0000;
  margin-left: 0.5rem;
  padding: 0 0.3rem;
}

.wpcf7-text {
  font-size: 100%;
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border: solid 1px #0f125c;
  border-radius: 0;
}

.wpcf7-textarea {
  font-size: 100%;
  width: 100%;
  height: 8rem;
  padding: 1rem;
  border: solid 1px #234C4F;
  line-height: 1.5;
  border-radius: 0;
}

.wpcf7-submit {
  color: #ffffff;
  background-color: #0f125c;
  font-size: 100%;
  font-weight: 700;
  width: 40%;
  height: 3rem;
  margin: 2.5rem auto 0;
  border: solid 3px #0f125c;
  border-radius: 100px;
  letter-spacing: 0.15rem;
  display: block;
  cursor: pointer;
}

.wpcf7-submit:hover {
  color: #0f125c;
  background-color: #fff;
  border: solid 3px #0f125c;
  text-decoration: none;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 80%;
  background-color: #ffeecd;
  margin-top: 0.5rem;
  display: block;
}

.wpcf7-response-output {
  color: #ff0000;
  background-color: #ffeecd;
  margin-top: 1rem;
  text-align: center;
  line-height: 1.5;
}

.wpcf7 .screen-reader-response {
  display: none;
}





@media screen and (max-width: 767px) {

form {
  width: 89.333333%;
}

.contact-content {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 2rem;
}

.form_area th {
  width: 100%;
  padding: 1rem 1rem 0;
  display: block;
}

.form_area td {
  width: 100%;
  padding: 1rem;
  display: block;
}

.wpcf7-submit {
  width: 90%;
  margin-top: 1rem;
}

}