@charset "UTF-8";
/* CSS Document */
/*design*/
/*BREAK POINTS*/


* {
  box-sizing: border-box;
}


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


/*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;
}



/*全体*/
html {
  font-size: 62.5%;
}
body {
  background: #f5faff;
  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;
}



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: #111;
}
img{
	width:100%;
	display:block;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
ul.t {
  display: table;
  width: 100%;
}
ul.t li.t {
  display: table-cell;
}


article{
	background:#fff;
	margin:0 auto;
	padding:0 0 50px;
	width:100%;
	max-width:640px;
}

/*section.header*/
section.header{
	position:relative;
}
section.header p.pr{
	background:rgba(255,255,255,0.6);
	color:#111;
	display:inline-block;
	font-size:12px;
	line-height:1;
	margin:0;
	padding:3px 10px 2px 5px;
	position:absolute;
	top:8px;
	right:0;
}
@media screen and (min-width:640px) {
section.header p.pr{
font-size:14px;
}
}


/*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;
}


/*Check*/
li {
  margin: 10px;
  line-height: 2;
  font-size: 15px;
  /*1.5rem*/
  font-size: 1.5rem;
  color: #333;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.questionnaire {
  padding: 15px;
  background: #5eb6d3;
}
.questionnaire div {
  padding: 12px;
  background: #fff;
}
.questionnaire__balloon {
  margin: 30px 10px 0 10px;
  width: 15%;
  display: inline-block;
  vertical-align: top;
}
.questionnaire__question {
  font-weight: 700;
  margin-top: 0;
  font-size: 20px;
}
.questionnaire input {
  display: none;
}
.questionnaire input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 .2em 0;
  cursor: pointer;
}
.questionnaire 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;
}
.questionnaire 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) {
  .questionnaire {
    padding: 10px;
  }
  .questionnaire__balloon {
    width: 20%;
  }
  .questionnaire__question {
    font-weight: 700;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}


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


/*アンケートは以上です。*/
p.thanks {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 60px auto 10px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 30em) {
  p.thanks {
    font-size: 22px;
    font-weight: bold;
    margin: 50px auto 0;
    padding: 0px 0 50px;
  }
}


/*btn*/
.btn_text {
  font-size: 28px;
  font-weight: bold;
  margin: 60px auto 10px;
  text-align: center;
}
.btn_img {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 30em) {
  .btn_img {
    width: 94%;
    margin: 10px auto;
  }
}


/*section.solution 具体的な借金の解決方法はこちら*/
.solution{
  margin:40px auto 0;
  padding: 10px;
}
.solution h2{
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro N", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:1.5;
  padding: 10px;
  color: #023b88;
}
.solution div{
  margin:15px auto;
  padding-bottom: 10px;
  border: 2px solid #023b88;
}
.solution h3{
  text-align: center;
  background: #023b88;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  color: #fffa3c;
  line-height: 1.4;
}
.solution h3 span{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fffa3c;
  padding-left: 5px;
}
.solution p{
  margin: 10px 10px 0;
  line-height: normal;
}
.fa, .fas {
    font-weight: 900;
  color: #fffa3c;/*ffe13b*/
  font-size: 20px;
}


/*事務所情報 表*/
.office{
  margin: 20px 0 50px;
  padding: 10px;
}
.office h2{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro N", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px;
  color: #4071bd;
}
dl,
dt,
dd {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}
dl {
  background: #4071bd;
  border-right: 1px solid #022d6a;
  border-bottom: 1px solid #022d6a;
  border-left: 1px solid #022d6a;
}
dt,
dd {
  padding: 10px 10px 0;
  border-top: 1px solid #022d6a;
}
dt {
  width: 30%;
  float: left;
  color: #fff;
}
dd {
  background: #fff;
  margin-left: 30%;
  padding-bottom: 10px;
  border-left: 1px solid #022d6a;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}


/*footer*/
footer {
	background:#004b96;/*4456aa*/
	margin:0 auto;
	padding:20px 0 25px;
	width:100%;
	max-width:640px;
	text-align:center;
}
footer div {
	border-left:1px solid #fff;
	display:inline-block;
	padding:0 10px;
	margin:0;
}
footer div:first-child{
	border-left:none;
}
footer div a{
	color:#fff;
	font-size:16px;
	line-height:1;
	text-decoration:none;
}


