@charset 'UTF-8';
/*
	Site Name: 
	Description: default setting, allow override
	Version: 
	Author: 
*/

@font-face {
  font-family: 'barkpipe';
  src: url('../fonts/barkpipeLig.woff') format('woff'),
       url('../fonts/barkpipeLig.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'barkpipe';
  src: url('../fonts/barkpipemed.woff') format('woff'),
       url('../fonts/barkpipemed.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'barkpipe';
  src: url('../fonts/barkpipebol.woff') format('woff'),
       url('../fonts/barkpipebol.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

img {
  -ms-interpolation-mode: bicubic;
}
label {
    margin-bottom: .2rem;

}

.progress-step .progress-marker {

/*    font-family: "barkpipe"; */
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 900;
}
.badge {
    border-radius: 0rem;
}

#savebtn {
	width:200px;
	height:40px;
	position:fixed;
	z-index:1024;
	bottom: 50px;
	right: 20px;
}

body {
    color: #000;
    line-height: 1.5;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    padding-bottom: 12rem;
     -webkit-font-smoothing: antialiased;
}
p {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}
a {
    color: #314b57;
    text-decoration: none;
}
a:hover, a:active {
    color: #D60000;
    text-decoration: underline;
}

.progress-tracker {
    margin: 10px auto;
}

.progress-step a:hover, .progress-step a:active {
    text-decoration: none;
}

.container {
	margin-bottom: 3em;
}

.headnav {
	padding: 10px 10px 10px 10px
}
h5 {
	font-size: 1.2rem;
	color: #000;
/*	color: #627A86; */

}
h6 {
	font-weight: bold;
	font-size: 1.1rem;
	color: #fff;
}

.sp {
	display: none;
}
.hdlogo {
	float : left; 
	width: 40%; 
	white-space: nowrap; 
	margin-top: 3px;
	color: #627a86;
	font-weight: bold;
}
.hdtracker {
	float : right; 
	width: 60%
}
.hdtitle {
	background: #D60000;
	padding: 80px 20px 0px 20px;
		margin: 20px 0;
}
.hdtitlein {
	background: #D60000;
	padding: 40px 20px 0px 20px;
	margin: 20px 0;
}
.inputinline {
	width: 100%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #627A86;
    background-color: #627A86;
}
.custom-control-label::after {
    background: no-repeat 50%/50% 50%;
}
.form-control-sm {
    height: calc(1.5em + 2px);
   width: 100%;
    

}


table {
	width: 100%
}
.tglbtn {
	
	width: 100%
}
.tglbtn label {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
/*	color: #fff;
    background-color: #627a86;
    border-color: #96A9B3; */
    color: #000;
    background-color: #96A9B3;
    border-color: #ABBAC2;
    border-radius: 0;
}
.btn-primary:hover {
	color: #fff;
    background-color: #627a86;
    border-color: #96A9B3;
    cursor: pointer;
}
.btn-primary {
/*	color: #fff;
    background-color: #96A9B3;
    border-color: #96A9B3;*/
        color: #000;
    background-color: #E5EBEE;
    border-color: #ABBAC2;
     border-radius: 0 !important;
}
.badge-primary {
    color: #fff;
    background-color: #D60000;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .2rem .1rem;
}

.footernav {
text-align: center;
background-color: #899DA8;
padding: 1rem;
margin-top: 2em;
}
.footernav p {
    text-align: center;
    width: 100%;
}


#contents .btn2 a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    background-color: #D60000;
    border: 1px solid #D60000;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all 0.15s ease-out;
}

.footernav a {
    display: inline-block;
    width: 120px;
/*    height: 30px;
    line-height: 30px;*/
    line-height: 30px;
    padding: 0px 7px;
    background-color: #D60000;
    border: 1px solid #D60000;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all 0.15s ease-out;
}
.footernav a:hover {
background-color: #ffffff;
color: #D60000;
}
body {
	padding-bottom: 0;
}

.copyright {
    font-size: 10px;
    color: #ffffff;
}

::placeholder{
  color:#ccc !important;
}



.toppg{ 
background: #E5EBEE;
padding: 70px 20px 10px 20px;
margin: 20px 0 0 0;
}

@media (max-width: 767px) {
.sp {
	display: block;
}
.hdlogo {
	float : none; 
	width: 100%; 
}
.hdtracker {
	float : none; 
	width: 100%; 
}
.hdtitle {
//	padding-top: 130px;
	padding: 130px 20px 0px 20px;
}

.form-control-sm {

      font-size: 16px;
      transform-origin: left;
/*  transform: scale(0.8);*/
}

.toppg{ 
padding: 100px 20px 10px 20px;
}



}

.req {
 color: #D60000;
 font-size: 84.4%;
/* font-weight: bold; */
}


/***** complete画面 スタイル追加 2025.11.07 *****/
body.complete {
    font-size: 16px;
}

.complete .cont {
    min-height: calc(100vh - 99px);
}

.complete .toppg {
    /* margin: 20px 0; */
    /* padding: 56px 20px 10px 20px; */
    margin: 20px 0 40px;
    padding: 76px 20px 30px 20px;
    text-align: center;
}

.complete .toppg p {
    font-size: 24px;
}

.complete h4 {
    margin-bottom: 30px;
    text-align: center;
}

.complete .container p {
    margin-bottom: 30px;
    font-size: 16px;
}

.complete .point-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid #D60000;
    padding: 15px;
    margin-bottom: 30px;
}

.complete .point-block dt {
    color: #fff;
    background-color: #D60000;
    width: 55px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
}

.complete .point-block dd {
    width: calc(100% - 65px);
}

.complete .point-block dd:last-child {
    margin-bottom: 0;
}

.complete .gide h5 {
    font-size: 18px;
}


@media screen and (max-width: 768px) {
    .complete h4 {
        text-align: left;
    }

    .complete .point-block {
        flex-direction: column;
    }

    .complete .point-block dd {
        width: 100%;
    }
    /* body.complete {
        font-size: 13px;
    }

    .complete .container p {
        font-size: 13px;
    } */
}

