@charset "UTF-8";
/*　*/
/**************************************************
		Reset
**************************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif!important;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

main,article,aside,dialog,figure,header,footer,hgroup,nav,section {
  display: block;
}

img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

ul li,ol li {
  list-style-type: none;
  list-style-position: outside;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

th,td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* ===== Clearfix ===== */
.clearFix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: "";
}

a {
  text-decoration: none;
}

a,a *,a::before,a::after,a *::before,a *::after,button,button *,input[type="submit"] {
  transition: background-image 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}


/**************************************************
		main
**************************************************/
#wrapper {
  max-width: 640px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
#mainArea {
  padding-top: 120px;
}
#headerArea{
  position: relative;
}
.logo_01{
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32.033%;
}
.logo_02{
  max-width: 209px;
  position: absolute;
  top: 0;
  right: 0;
  width: 32.033%;
}


/**************************************************
		block
**************************************************/
label{
	font-size: 18px;
}
.required{
	color: #D20404;
}
.note{
	font-size: 16px;
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 20px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mt_5{
	margin-top: 5px;
}
.form-control{
	height: 60px;
    border: 1px solid #484848;
	border-radius: 10px;
}
.inner{
	padding: 5% 3% 0;
}
.form-check-inline+.form-check-inline {
    margin: 0;
}


#form_block_01 .form-check-label[for="input05"]{
	margin-bottom: 0;
}
#form_block_01 .form-check-label p{
	font-size: 21px;
	margin: 0 0 3%;
	line-height: 1.3;
}
#form_block_01 .form-check-label[for="input05"] p{
	margin: 0;
}
#form_block_01 .form-check-label span{
	font-size: 16px;
	margin: 0;
	line-height: 1.3;
    display: block;
}
input[type="radio"] + .form-check-label{
  border: 1px solid #484848;
  border-radius: 10px;
  width: 100%;
  padding: 3% 3% 3% 7%;
  margin-bottom: 3%;
  position: relative;
  cursor: pointer;
  padding-left: 45px;
}
#form_block_02 input[type="radio"] + .form-check-label{
  padding: 15.5px 0 15.5px 40px;
}
#form_block_02 input[type="date"]{
  height: auto;
  padding: 15.5px 5px 15.5px 5px;
}
input[type="radio"] + .form-check-label::before,
input[type="radio"] + .form-check-label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
input[type="radio"] + .form-check-label::before {
  background-color: #fff;
  border: 1px solid #484848;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 8px;
}
input[type="radio"]:checked + .form-check-label::after {
  background-color: #f8c8c9;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 13px;
}
input[type="checkbox"] + .form-check-label{
	padding: 15.5px 10px 15.5px 50px;
    border: 1px solid #484848;
    border-radius: 10px;
	width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
input[type="checkbox"] + .form-check-label::before,
input[type="checkbox"] + .form-check-label::after {
  content: "";
  display: block; 
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
input[type="checkbox"] + .form-check-label::before {
    background: #fff;
    border: 1px solid #484848;
    content: '';
    display: block;
	width: 25px;
    height: 25px;
    left: 13px;
    position: absolute;
    top: 50%;
}
input[type="checkbox"]:checked + .form-check-label::after {
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    content: '';
    display: block;
	width: 11px;
    height: 18px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-66%) rotate(45deg);  
}
input[type="checkbox"]:checked + .form-check-label::before {
	background: #F8C8C9;
	border: 1px solid #F8C8C9;
}
textarea.form-control{
	height: 137px;
    padding: 0.8rem 0.8rem;
}
#form_block_03 input[type="radio"] + .form-check-label {
	margin-bottom: 10px;
}


.notes_block_area .form-check-label {
	margin-bottom: 0!important;
}
.form-check-input{
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.notes_block{
	font-size: 14px;
    background: #F1F1F1;
    padding: 1.1rem 1.2rem;
    border: 1px solid #484848;
    line-height: 1.8;
	overflow-y: scroll;
	height: 110px;
}
.notes_block ul{
	margin: 0;
}
.notes_block ul li{
	text-indent: -7px;
    padding-left: 7px;
}
.state_block_area {
    margin-bottom: -10px;
}
.state_block_area input[type="radio"] + .form-check-label {
    border: none;
	margin: 0!important
}


.has-success .form-control-success {
    background-image: none;
}
.has-success .form-control {
    border-color: #484848;
}
.has-success .form-control-label{
	color: #484848;
}


/**************************************************
		button
**************************************************/
.forn_btn{
	text-align: center;
    padding: 5% 0 10%;
	display: flex;
    justify-content: center;
	clear: both;
}
.forn_btn a,
.forn_btn button{
	max-width: 280px;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100px;
    background: #00B974;
    padding: 20px;
    text-align: center;
	font-weight: 500;
    letter-spacing: .05em;
    display: inline-block;
}
.forn_btn button{
	max-width: 420px;
	border: 0;
}
.forn_btn a:hover,
.forn_btn button:hover{
	text-decoration: none;
	opacity: .8;
	background: #00B974;
}
.forn_btn a.return_btn{
	background:#979797;
	max-width: 140px;
	margin-right: 20px;
}


/**************************************************
		Responsive(SP)
**************************************************/
@media screen and (max-width: 640px) {
#mainArea {
  padding-top: 19vw;
}
.form-group {
    margin-bottom: 8vw;
}
}



@media screen and (max-width: 500px) {
body{
    font-size: 16px;
}
.note {
    font-size: 13px;
}
label {
    font-size: 16px;
}
.text-danger {
    font-size: 13px;
    display: block;
    line-height: 1.2;
}
#form_block_01 .form-check-label p {
    font-size: 17px;
}
#form_block_01 .form-check-label span {
    font-size: 14px;
}
#form_block_01 .form-check-label p br {
    display: none;
}
.forn_btn {
    flex-wrap: wrap;
}
.forn_btn a, .forn_btn button{
    padding: 15px 0;
    font-size: 16px;
    width: 90%;
	max-width: 320px;
}
.forn_btn a.return_btn {
    margin: 0 auto 5%;
}
.form-control {
    height: 50px;
}
#form_block_02 input[type="radio"] + .form-check-label {
    padding: 12px 0 12px 40px;
}
input[type="checkbox"] + .form-check-label {
    padding: 12px 10px 12px 50px;
}
#form_block_02 input[type="date"]{
  height: auto;
  padding: 12px 5px 12px 5px;
}
}
