@charset "UTF-8";

:root {
/*キーカラー*/--keycolor: #87000a;
/*キーカラーサブ*/--keycolor-sub: #d7000a;
--form-waku: #969696;
}


/*Reset*/
p {
  font-size: 2.133333333333333vw;
}

/*Reset*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
  border-collapse: collapse;
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

/*全体------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  background: #f7f7f8;
  margin: 0px;
  margin: 0 auto;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro N", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: normal;
}
@font-face {
  src: local("Yu Gothic Bold");
  font-family: "Yu Gothic";
  font-weight: bold;
}

a {
  color:#111;
  text-decoration: none;
}
p {
  margin: 0;
}
img {
  border-style: none;
  vertical-align: bottom;
}
hr {
  display: none;
}
em {
  font-style: normal;
}


.clearfix:after {
  clear: both;
  content: "";
  display: block;
}


textarea {
  font-size: 100%;
}
input {
  line-height: normal;
  vertical-align: top;
}
select::-ms-expand {
  display: none;
}
a,
input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  outline-width: 0;
}
input,
textarea {
  font-size: 1.6rem;
}
input:-moz-placeholder-shown,
textarea:-moz-placeholder-shown {
  color: #bcbcbc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bcbcbc;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #bcbcbc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bcbcbc;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bcbcbc;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bcbcbc;
}


/*common*/
#loader {
  background:#fff;
  border-radius: 25px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 10px;
  position: fixed;
  top: 50%;
  z-index: 10;
}


div.wrapper {
  background: url(img/back_pc.png) no-repeat center 45px/1920px auto;
  /*height: 100%;*/
  margin:0 auto;
  /*min-height: 700px;*/
  min-height:100%;
  overflow: hidden;
  position: relative;
  /*padding:0.5% 0;*/
  text-align: center;
  width: 100%;
}
p.o_name{
  background:#32000a;
  line-height:1;
  padding:15px 5px;
  text-align:center;
  width:100%;
}
p.o_name img{
  width:250px;
  height:auto;
}
div.inner {
  left: 0;
  margin: 0 auto;
  padding:0 0 20px;
  /*position: fixed;*/
  right: 0;
  text-align: center;
  /*top: 20%;*/
  width: 960px;
}

div.main{
  position:relative;
}
div.main p.animation{
  position:absolute;
  top:40px;
  left:350px;
  width:250px;
  height:auto;
}
div.main p.animation img{
  width:100%;
  height:auto;
}

div.stage {
  background:#fff;
  box-shadow: 0 5px 20px rgba(177, 177, 177, 0.16);
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 960px;
  z-index: 1;
}
div.articles {
  width: 1920px;
}
article.article {
  float: left;
  overflow: hidden;
  width: 960px;
}
div.sections_box {
  width: 960px;
}

ul.sections {
  width: 1920px;
}
.space {
  float: left;
  width: 960px;
}
#space_2 {
  height: 534px;
  overflow: auto;
}

/*h1*/
h1{
  background: var(--keycolor);
  color:#fff;
  font-size:30px;
  font-weight:bold;
  /*height: 65px;*/
  letter-spacing: 1.5px;
  line-height:2;
  position: relative;
  text-align: center;
  width: 100%;
}
h1 .yellow {
  color:#ffff00;
}



div.atama,
div.naiyou{
    width: 620px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    background: #fff;
}
div.atama img,
div.naiyou img{
width: 100%;
}
.bor_yellow{
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffffbc 0%) repeat scroll 0 0;
}
.red{
  color: red;
}
.mb20{
  margin-bottom: 20px;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
.pr{
    margin-top: 20px;
    margin-bottom: -15px;
}
.pr p{
    font-size: 13px;
    color: #888888;
    text-align: right;
}
.title_h1{
    width: 100%;
    font-family: sans-serif;
    color: #5f5f5f;
    background-color: #f7f7f7;
    border-left: 10px solid #E07981;
    border-bottom: 1px solid #E07981;
    white-space: nowrap;
    text-align: left;
    margin: 20px 0;
    padding: 5px 0;
}
.title_h1 span{
    font-size: 19px;
    margin-left: 5px;
}
.box_list{
max-width: 100%;
    width: 100%;
    border: 2px solid #E07981;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 20px auto;
    padding: 0 20px 20px;
    position: relative;
    box-sizing: border-box;
}
.box_list h3{
    font-size: 18px;
    color: #E07981;
    font-weight: 700;
    background-color: #ffffff;
    margin: 0 0 0 -0.5em;
    padding: 0 0.5em;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 0;
}
.box_list ul{
  margin-top: 10px;
}
.box_list ul li{
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dbdbdb;
}
.box_list ul li:before{
    display: inline-block;
    content: "・";
    color: #E07981;
}
.box_list ul li:last-child{
  margin-bottom: 0;
}
.box_list ul li p{
    text-align: left;
    display: inline-block;
}


/*form*/

/* --------------------
入力フォーム上ヘッダー
-------------------- */

.questionnaire_area .form_title{
  background: #0f2d5e;
  text-align: center;
  line-height: 3;
  padding: 50px 0 50px;
  font-size: 16px;
  font-family:-apple-system, BlinkMacSystemFont,Hiragino Sans,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic','メイリオ', meiryo, sans-serif;
  font-weight: bold;
}

.yellow-line{
  background: #fff9ba;
  padding: 3px;
}

.yellow-line-2{
  padding: 5px 20px;
  border-top: 3px solid #fff9ba;
  border-bottom: 3px solid #fff9ba;
}

.white{
  color: #fff;
}


/* --------------------
入力フォーム
-------------------- */
/* .questionnaire_area{
    width: 620px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    margin-top: -20px;
    padding-top: 20px;
} */

.questionnaire_area p {
  color: #353535;
  font-size: 16px;
  line-height: 2;
  margin: 30px 10px 0 10px;
}
.form_img{
  margin: 0!important;
}

.questionnaire_area img {
  display: block;
  margin: 0;
  padding: 0px;
  width: 100%;
}

.questionnaire_area em {
  display: inline;
  font-style: normal;
  font-weight: bold;
  padding: 0.2em;
}

.questionnaire_area footer {
  background: #00234c;
  margin: 0 auto;
  text-align: center;
  width: 640px;
}

.questionnaire_area footer div {
  display: inline-block;
  margin: 10px 0 10px;
  padding: 0px 10px;
}

.questionnaire_area footer div:nth-of-type(2) {
  border-left: 1px solid #fff;
}

.questionnaire_area footer div a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.questionnaire {
  background: #7F97B8;
  padding: 16px;
  position: relative;
  margin: 0;
}

.questionnaire__wrapper {
  background: #fff;
  box-sizing: border-box;
  padding: 32px 48px 0;
}

.questionnaire__title {
  background: #31b2d0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  padding: 8px 0;
  text-align: center;
}

.questionnaire__inner {
  margin: 0 auto;
  position: relative;
}

.questionnaire__2col {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.questionnaire__item {
  margin-bottom: 20px;
}

.questionnaire__item:last-child {
  margin-bottom: 0;
}

.questionnaire__2col .questionnaire__item {
  flex: 0 1 50%;
  margin: 0;
}

.questionnaire__head {
  align-items: center;
  display: flex;
}

.q .questionnaire__balloon {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: top;
  width: 42px;
}


.q .questionnaire__question {
  font-size: 20px;
  font-weight: bold;
  margin: 3px auto 3px 0;
  text-align: justify;
}

.questionnaire__question span {
  color: #696969;
  font-size: 12px;
  font-weight: 500;
}

.questionnaire__note_box {
  position: relative;
}

.q .questionnaire__note {
  color: #6a6a6a;
  display: block;
  font-size: 60%;
  font-weight: 500;
  left: 0;
  margin: 0;
  min-width: 180px;
  position: absolute;
  top: 100%;
}

/* --------------------
借入金額入力
-------------------- */

.q .questionnaire__debt_text {
  align-items: flex-end;
  display: flex;
  margin: 0;
  text-align: center;
}

.questionnaire__debt_unit {
  font-weight: 700;
  padding-left: 0.5em;
  white-space: nowrap;
}

.questionnaire__debt_inner {
  display: block;
}

.questionnaire__debt_total em {
  display: block;
}

input.questionnaire__input,
.questionnaire .questionnaire__debt_total input.questionnaire__debt_input ,
.personal_form__input_comment{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #a8a8a8;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  padding: 10px 8px;
  width: 100%;
}

.questionnaire__input::-moz-placeholder {
  color: #ccc;
}

.questionnaire__input:-ms-input-placeholder {
  color: #ccc;
}

.questionnaire__input::-ms-input-placeholder {
  color: #ccc;
}

.questionnaire__input::placeholder {
  color: #ccc;
}

.questionnaire .questionnaire__debt_total input.questionnaire__debt_input {
  max-width: 160px;
}

.questionnaire .questionnaire__debt_total input.questionnaire__debt_input + span {
  padding: 0;
}

input.questionnaire__input,
.questionnaire .questionnaire__debt_total input.questionnaire__debt_input + span::before {
  content: none;
}

/* --------------------
質問内電話番号
-------------------- */

.questionnaire__tel {
  align-items: center;
  display: flex;
  max-width: 100%;
}

.questionnaire__tel input.questionnaire__input {
  margin: 0 0 0 10px;
  width: 100px;
}

/* --------------------
セレクトボックス
-------------------- */

.questionnaire__select_box,
.questionnaire__select_box--pref,
.questionnaire__select_box--tel {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.questionnaire__select_box--pref {
  max-width: 200px;
}

.questionnaire__select_box--pref select,
.questionnaire__select_box select,
.questionnaire__select_box--tel select {
  color: #363636;
}

.questionnaire__select_box--tel {
  max-width: 100px;
}

.questionnaire__select_box:after,
.questionnaire__select_box--pref:after,
.questionnaire__select_box--tel:after {
  border: none;
  border-bottom: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b;
  bottom: calc(50% - 3px);
  content: '';
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(45deg) translate(0, -50%);
  width: 5px;
}

.questionnaire__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #a8a8a8;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  height: 50px;
  padding: 0.5em;
  width: 100%;
}

.questionnaire__select:disabled {
  background-color: orange;
  border: 1px solid black;
  color: blue;
}

@media screen and (max-width: 30em) {
  .questionnaire {
    padding: 10px;
  }

  .questionnaire__balloon {
    width: 20%;
  }

  .questionnaire__question {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
  }
}


/* --------------------
「診断する」ボタン
-------------------- */

/*送信ボタン*/
button,
input[type="submit"],
input[type="button"],
select{
    -webkit-appearance: none;
}
button{
  padding: 0.8em 0;
  font-size:1.8rem;
  text-align: center;
  color: #fff;
  background: #5eb235;
  box-shadow: 0 6px 0 #3b9a00;
  border:none;
  border-radius: 10px;
  display: block;
  width: 100%;
  font-weight: bold;
}
#submit:disabled{
  background: #ddd;
  border:1px solid #ccc;
  box-shadow: 0 6px 0 #cacaca;
}
#submit em.abled{
  display: inline;
}
#submit:disabled em.abled,
#submit em.disabled{
  display: none;
}
#submit:disabled em.disabled{
  margin-left:1em;
  display: inline-block;
  color:#333;
}
#submit:disabled em.disabled span{
  position:relative;
  animation: letter_anime 1s ease -2s infinite alternate;
}
@keyframes letter_anime{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
#submit:disabled em.disabled span:nth-of-type(2){
  animation-delay: 200ms;
}
#submit:disabled em.disabled span:nth-of-type(3){
  animation-delay: 300ms;
}
#submit:disabled em.disabled span:nth-of-type(4){
  animation-delay: 400ms;
}
#submit:disabled em.disabled span:nth-of-type(5){
  animation-delay: 500ms;
}
#submit:disabled em.disabled span:nth-of-type(6){
  animation-delay: 600ms;
}
/*送信ボタン前後*/
p.to_button{
    margin:20px auto 0;
    text-align:center;
}
p.to_button span{
    color:#111;
    font-size:16px;
    font-size:1.6rem;
    font-weight:bold;
    position:relative;
}
p.to_button span:before{
    background:url("../img/to_button_left.png") no-repeat;
    background-size:100% 100%;
    content:"";
    position:absolute;
    width:27px;
    height:20px;
    left:-35px;
    top:0;
}
p.to_button span:after{
    background:url("../img/to_button_right.png") no-repeat;
    background-size:100% 100%;
    content:"";
    position:absolute;
    width:27px;
    height:20px;
    right:-32px;
    top:0;
}
p.button{
  margin:10px auto 0;
      width:60%;
}
p.button_bottom{
    color:#111;
    font-size:14px;
    font-size:1.4rem;
    font-weight: bold;
    line-height:1.4;
    margin:20px 8px 0;
    text-align:center;
}
@media screen and (max-width:370px) {
p.button_bottom{
    font-size:10px;
    font-size:1.0rem;
}
}

p.submit_t{
	color:#111;
	font-size:13px;
	line-height:1.5;
	margin: 10px 0;
	padding: 0 0 20px;
	text-align:center;
}

@media screen and (max-width: 640px){
.questionnaire__wrapper{
padding: 30px 20px 0;
}
.questionnaire__2col{
display: block;
margin: 0;
}
.questionnaire__2col .questionnaire__item{
margin: 0 0 20px;
}
p.submit_t{
font-size:10px;
}
}


/*リンク----------------------------*/
a {
  color: #0005dc;
  text-decoration: underline;
}

p {
  margin: 30px 10px 0 10px;
  line-height: 2;
  font-size: 15px;
  /*1.5rem*/
  font-size: 1.5rem;
  color: #333;
}

header {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

p.date {
  padding: 10px 0 0 0;
  margin: 0px 20px;
  font-size: 12px;
  /*2rem*/
  font-size: 1.2rem;
  color: #aaa;
}

article {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

article img {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

ul.t {
  display: table;
  width: 100%;
}

ul.t li.t {
  display: table-cell;
}

p {
  color: #000;
}

span.underline {
  color: #fe0000;
  /*
  color:#000000;
  */
  background-color: #ff0;
}

li.t.img {
  width: 180px;
}

p.img {
  margin: 30px 10px 0 10px;
}

p.link img,
p.img img {
  width: 100%;
  height: auto;
}

em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}

p.link {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

p.red {
  color: #fe0000;
  font-weight: bold;
}

.link {
  font-size: 18px;
  font-size: 1.8rem;
}

.link ul {
  margin: 20px 10px -20px 10px;
}

.link ul li {
  margin: 0.6em 10px 0 2em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  list-style-type: disc;
}

.links h3 {
  padding: 25px 15px 15px 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  font-size: 1.3rem;
}

.links a {
  text-decoration: none;
}

.links p {
  font-size: 12px;
  font-size: 1.2rem;
}

.links ul {
  margin: 0;
  padding: 0;
}

.links li {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
}

.links .img span {
  width: 75px;
  height: 75px;
  overflow: hidden;
  display: block;
  position: relative;
}

.links p.img img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -50%;
}

.links a {
  display: table;
  width: 100%;
}

.links p,
.links div.mark {
  display: table-cell;
  padding: 10px;
}

.links div.mark {
  vertical-align: middle;
  width: 20px;
}

.links div.mark:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #ddd;
  border-right: 3px solid #ddd;
  transform: rotate(45deg);
  display: block;
}

.links p.img {
  padding: 0;
  height: 75px;
  width: 75px;
}


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

ヘッダー

***************************************/
header {
  background-color: #142263;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

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

h1（タイトル）

***************************************/
.header_title1 {
  background: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 17px 10px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .header_title1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

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

文字の装飾

***************************************/
.important_sentence {
  color: #ff0004;
  font-weight: bold;
}

.letter_space {
  letter-spacing: -0.02em;
}

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

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

page_view

***************************************/
.page_view {
  margin-top: 0;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}

.page_view span {
  font-size: 16px;
  color: #5eb6d3;
}

p.thanks {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 60px auto 10px auto;
  padding-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 30em) {
  p.thanks {
    font-size: 22px;
    font-weight: bold;
    margin: 50px auto 0px auto;
    padding: 0px 0 50px 0;
  }
}

.sim_img{
  padding: 20px 20px 0px 20px;
  margin-bottom: 40px;
}

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

Check

***************************************/
li {
  margin: 10px;
  line-height:1.8;
  font-size: 15px;
  /*1.5rem*/
  font-size: 1.5rem;
  color: #333;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.questionn {
  padding: 15px;
  background: #5eb6d3;
}

.questionn div {
  padding: 12px;
  background: #fff;
}

.questionn__balloon {
  margin: 30px 10px 0 10px;
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

.questionn__question {
  font-weight: 700;
  margin-top: 0;
  font-size: 20px;
}

.questionn input {
  display: none;
}

.questionn input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 .2em 0;
  cursor: pointer;
}

.questionn input + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}

.questionn input:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: .3em;
  margin-top: -.2em;
  display: block;
  border-left: 4px solid #FF0000;
  border-bottom: 4px solid #FF0000;
}

@media screen and (max-width: 30em) {
  .questionn {
    padding: 10px;
  }
  .questionn__balloon {
    width: 20%;
  }
  .questionn__question {
    font-weight: 700;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}




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

count

***************************************/
.count {
  color: #999;
  font-size: 1.2rem;
  margin: 0;
}


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

footer

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

div.txt p{
  font-size: 16px;
    color: #73643f;
    line-height: 2;
    padding-bottom: 30px;
}
div.txt p a{
    color: #8EB3D2;
    text-decoration: underline;
    font-size: 14px;
}

a {
  color:#111;
  text-decoration: none;
}


/*PC・SP表示非表示*/
.pc{display:none;}
.s_sp{display:none;}
@media screen and (min-width:640px){
.pc{display:inline-block;}
.sp{display:none;}
}
@media screen and (max-width:350px){
.s_sp{display:inline-block;}
}


.textarea {
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0.4em;
    font-size: 1.6rem;
}

.personal_form__input_comment {
    height: calc( 1em * 5);
    line-height: 1;
    padding: 10px 8px;
    width: 100%;
}