/* CSS Document */
body{
    letter-spacing: 1px;
    font-family: acumin-pro,Noto Sans JP,sans-serif;
    line-height: 150%;
	background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, rgba(236, 236, 236, 1) 4px, rgba(236, 236, 236, 1) 5px );
}

html {
	scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
.maindoc{
    max-width: 950px;
    margin: auto;
}
h1{
    font-size: 13px;
    color: white;
    text-align: center;
    padding: 10px 5px;
	margin: 0px;
}
h2{
	margin: auto;
}
h3{
	margin: auto;
}
h4{
	margin: auto;
}


header{
    padding: 0px 0px 0px 0px;
    margin: auto;
}
footer{
	font-size: 10px;
	text-align: center;
	color: white;
	background-color: #000000d9;
    padding: 15px 0px 15px 15px;
    margin: auto;
}


/* CSS キラーン */
.reflection {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}
.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CSS キラーン */

.elm {
    width: 76px;
    height: auto;
    text-decoration: none;
    background-color: hwb(128deg 0% 25.3% / 71%);
    position: fixed;
    bottom: 15px;
    right: 0px;
    padding: 10px;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
    border-top: 2px solid #b2ffc9;
    border-radius: 10px 0px 0px 10px;
    writing-mode: vertical-rl;
  opacity: 0;
  z-index:-1;
}


.hearing-form{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #00889c;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 10px 10px 10px;
    margin: 0px auto 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    box-shadow: 0px 1px 4px #5f5f5f;
}





/* メインカラー&サイズ */
.color-1{
	background-color:#001e55;
}
.color-2{
	background: linear-gradient(90deg, rgb(22, 135, 237), rgb(20, 55, 90));
}
.color-3{
	background: linear-gradient(90deg, rgb(255 108 0), rgb(255 59 0));
}
.color-4{
	background: linear-gradient(90deg, rgb(255 226 0), rgb(255 223 64));
}
.color-5{
    background: linear-gradient(90deg, rgb(1 195 0), rgb(32 196 29));
}
.color-6{
    background: linear-gradient(90deg, rgb(28 106 203), rgb(44 142 218));
}

.picuptxt-1{
	font-size: 1.3em;
}

.picuptxt-2{
	font-size: 0.8em;
}

.picuptxt-3{
    font-size: 1.2em;
    color: #f9ff00;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.picuptxt-4{
    font-size: 1.0em;
    color: blanchedalmond;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.font-darkred{
	color: darkred;
}
.font-lightred{
	color: lightcoral;
}



/* ■■■■スタイルシート■■■■ */

.top-mark{
	width:80%;
}
.head-doc{
    display: flex;
    flex-wrap: wrap;
}
.head-sitename{
    width: 65%;
    padding: 10px 10px;
}
.head-sns{
    width: 35%;
    padding: 10px 5px 0px 5px;
    background-color: #36d554;
    position: relative;
}
.head-sns-img{
    width: 30%;
    float: left;
    font-size: 28px;
    padding: 2px 4px;
    color: #ffffff;
}
.head-sns-txt{
	width: 70%;
	color: white;
	font-size: 13px;
    font-weight: bolder;
    text-align: center;
    line-height: 130%;
    float: left;
}
.head-bar{
    width: 100%;
    padding: 5px 0px 5px 0px;
}


.topdoc{
    width: 100%;
    position: relative;
    background-image: url(../chousaimg/bk-img.png);
    background-size: cover;
    padding: 10px 0px 30px;
    margin: auto;
}
.topdoc::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-style: solid;
    bottom: 0;
    border-color: transparent #001e55 transparent;
    border-width: 6vw 50vw 0;
}
.top-img{
	    width: 100%;
    max-width: 768px;
    margin: auto;
}
.top-img-pc{
        width: 65%;
        margin: auto;
		display:none;
}


.top-txtdoc{
    font-size: 15px;
    padding: 20px;
    margin: 0px 0px 25px;
    color: black;
    line-height: 160%;
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    position: relative;
}
.top-txttitle{
    font-size: 16px;
    font-weight: bold;
    color: #4d2207;
    width: 100%;
    text-align: center;
    padding: 10px 5px 5px;
    background-color: #ffc107;
    border-radius: 10px 10px 0px 0px;
}

.formnavi-doc{
    color: white;
    line-height: 170%;
    padding: 20px 15px 30px;
	position: relative;
}
.formnavi-doctitle{
    font-size: 20px;
    line-height: 180%;
    color: #ffffff;
    text-align: center;
    font-weight: bolder;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 45px;
}
.formnavi-txtdoc{
    width: 97%;
    font-size: 15px;
    padding: 25px 0px 20px;
    margin: auto;
    line-height: 150%;
    color: #000000;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
}
.formnavi-txttitle{
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    line-height: 180%;
    text-align: center;
    margin: 0px 0px 60px;
}
.formnavi-txttitle-2{
    font-size: 1.2em;
    font-weight: bold;
    color: #000a91;
    width: 100%;
    text-align: center;
    padding: 10px 0px 15px;
    line-height: 180%;
}
.formnavi-txttitle-3{
    font-size: 1.7em;
    color: #bd0000;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.formnavi-bot{
    width: 95%;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 12px 20px 10px;
    margin: 15px auto 15px;
    border: 2px solid #ffffffcf;
    border-radius: 25px;
    box-shadow: 0px 2px 0px #919191ab;
    position: relative;
}

.formnavi-boticon{
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 170%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #c70000;
    padding: 5px 5px 3px;
    margin: 0px auto 0px;
    border: 2px solid #ffffffcf;
    border-radius: 25px 25px 0px 0px;
    box-shadow: 0px 2px 0px #919191ab;
    position: absolute;
    top: -35px;
    right: 0px;
    left: 0;
    background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, rgb(215 9 9) 4px, rgb(123 0 0) 5px);
}
.formnavi-boticon-2{
    width: 60px;
    height: 60px;
    font-size: 9px;
    font-weight: bold;
    line-height: 170%;
    text-align: center;
    color: #b70000;
    background-color: #ffdb73;
    padding: 13px 5px 10px;
    margin: 0px auto 0px;
    border: 1px solid #ffffffcf;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #919191ab;
    position: absolute;
    top: -13px;
    right: 0px;
}
.formnavi-flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.formnavi-flow-box{
	width: 85%;
    padding: 5px;
    border-bottom: 1px dashed #8f8f8f;
}
.formnavi-img{
    display: flex;
	justify-content: center;
    margin: 0px 0px 30px;
}
.formnavi-img-box{
    width: 33.33333%;
    font-size: 14px;
    font-weight: bolder;
    color: black;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 5px;
    margin: 3px;
    padding: 45px 5px 15px;
    background: linear-gradient(120deg, rgb(255 246 219), rgb(181 175 152));
}
.formnavi-img-icon{
    width: 70px;
    height: 70px;
    background-color: #fffce7;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
    box-shadow: 0px 2px 2px #000000b3;
}
.formnavi-coment-doc{
    display: flex;
	justify-content: center;
    margin: 0px 0px 20px;
	position: relative;
}
.formnavi-coment{
    padding: 5px 15px;
    margin: 0px 0px 8px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    color: white;
    background: linear-gradient(120deg, rgb(29 77 255), rgb(0 20 177));
    width: 62%;
}
.formnavi-coment-box{
    padding: 15px 0px 0px 0px;
    width: 100%;
    background: url(../chousaimg/formimg1.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom right;
}




.content-doc{
    line-height: 170%;
    padding: 0px 0px 40px;
    position: relative;
}
.content-doc::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-style: solid;
    bottom: 0;
    border-color: transparent #001e55 transparent;
    border-width: 6vw 50vw 0;
}
.content-doctitle{
    color: #6f0000;
    font-size: 20px;
    font-weight: bolder;
    line-height: 200%;
    text-align: center;
    padding: 20px 10px;
    margin: 0px auto 25px;
    background: repeating-linear-gradient(45deg, #cdcdcd, #e5e5e5, #f3f3f3, transparent 5px);
}
.content-txtdoc{
    font-size: 14px;
    padding: 0px;
    margin: 0px 10px 30px;
    line-height: 150%;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #16269e;
}
.content-txttitle{
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: left;
    border-radius: 7px 7px 0px 0px;
    padding: 12px 5px 10px 45px;
    position: relative;
}
.content-icon{
    font-size: 2.0em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 10px;
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: #ffffff;*/
}

.content-mainbox{
    display: flex;
}
.content-img{
    width: 40%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 0px 10px 0px 0px;
}
.content-txt{
    width: 60%;
    font-size: 15px;
    line-height: 150%;
    border-radius: 7px 7px 0px 0px;
    padding: 15px 5px 10px;
}
.content-txt-2{
    width: 90%;
    font-size: 15px;
    line-height: 180%;
    padding: 0px 0px 0px;
    margin: 10px auto 25px;
}

.content-flowimg-box{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 85%;
    margin: 45px auto;
    flex-direction: row-reverse;
}
.content-flowimg-1{
    width: 25%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #389aac;
    padding: 10px 15px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 300px;
}
.content-flowimg-2{
    width: 30%;
    padding: 50px 10px 5px;
}
.content-flowimg-3{
    width: 25%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #b00000;
    padding: 10px 15px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 300px;
	position: relative;
}
.content-flowimg-3icon{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85px;
    height: 85px;
}
.content-flowimg-3icon2{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 130px;
}
.content-flowimg-4{
    width: 25%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #3c3b3b;
    padding: 10px 15px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 300px;
}

.tategaki{
    writing-mode: vertical-rl;
    margin: auto;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 45px solid #a6a6a6;
    border-left: 0;
		writing-mode: vertical-rl;
	margin:auto;
}
.triangle-2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 27px solid #f19d0d;
    border-bottom: 0;
    margin: 0px auto 0px;
}

.flow-doc{
    line-height: 170%;
    padding: 40px 10px;
	position:relative;
}
.flow-doctitle{
    color: #ffffff;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px auto 30px;
}
.flow-txtdoc{
    font-size: 15px;
    padding: 0px;
    margin: 0px 10px 40px;
    line-height: 120%;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
}
.flow-txttitle{
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;
    color: #ffffff;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 0px 10px 15px;
}
.flow-mainbox{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.flow-img{
    width: 100%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 0px 0px 0px;
    margin: 0px auto 20px;
}
.flow-txt{
    width: 100%;
    font-size: 15px;
    line-height: 150%;
    border-radius: 7px 7px 0px 0px;
    padding: 0px 15px 0px;
    margin: 0px auto 20px;
}
.flow-txt2{
    width: 100%;
    font-size: 15px;
    line-height: 170%;
    border-radius: 7px 7px 0px 0px;
    padding: 10px;
    margin: 0px auto 0px;
    background-color: #d5f2ff;
}
.flow-boticon{
    width: 90%;
    height: auto;
    font-size: 18px;
    line-height: 170%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #c70000;
    padding: 10px 5px 8px;
    margin: 0px auto 0px;
    border: 2px solid #ffffffcf;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #919191ab;
    background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, rgb(215 9 9) 4px, rgb(123 0 0) 5px);
}

.price-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.price-doc::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-style: solid;
    bottom: 0;
    border-color: transparent #001e55 transparent;
    border-width: 6vw 50vw 0;
}
.price{
    display: flex;
    justify-content: center;
    margin: 0px 0px 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.price-title{
    width: 100%;
    font-size: 35px;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    margin: 3px;
    padding: 15px 10px 15px;
}
.price-title-2{
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    line-height: 180%;
    position: relative;
    border-radius: 0px 0px;
    margin: 0px 7px 25px;
    padding: 15px 10px 15px;
    background: linear-gradient(120deg, rgb(39 39 49), rgb(29 29 63));
}
.price-txt-box{
    width: 100%;
    font-size: 15px;
    line-height: 180%;
    position: relative;
    border-radius: 0px 0px;
    margin: 0px 0px 20px;
    padding: 0px 10px 15px;
}
.price-box{
    width: 31.33333%;
    font-size: 14px;
    font-weight: bolder;
    color: black;
    text-align: center;
    line-height: 150%;
    position: relative;
    margin: 2px;
    padding: 7px 5px 7px;
    background: linear-gradient(63deg, rgb(177 177 177), rgb(255 255 255));
}
.price-box-2{
    width: 31.33333%;
    font-size: 25px;
    font-weight: bolder;
    color: #c50000;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 22px 5px 15px;
    background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}
.price-box-3{
    width: 31.33333%;
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    line-height: 150%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 22px 10px 15px;
    background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}
.price-box-4{
    width: 31.33333%;
    font-size: 25px;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 22px 5px 15px;
    background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}


.jirei-doc{
    line-height: 170%;
    padding: 0px 10px 20px;
    position: relative;
}
.jirei-doc::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-style: solid;
    bottom: 0;
    border-color: transparent #001e55 transparent;
    border-width: 6vw 50vw 0;
}
.jirei-doctitle{
    color: #ffffff;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    padding: 10px 10px;
    margin: 0px -10px 20px;
    background: linear-gradient(45deg, #ff7947, #ff4e0a, #ff7947);
    border-radius: 0px;
}
.jirei-txtdoc-box{
    display: flex;
    flex-wrap: wrap;
}
.jirei-txtdoc{
    font-size: 15px;
    padding: 0px 0px 0px;
    margin: 20px 10px 30px;
    line-height: 120%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #00000061;
    border: 2px solid #ffa116;
	width:100%;
}
.jirei-txttitle{
    border-radius: 7px 7px 0px 0px;
    background: linear-gradient(115deg, #f33800 0%, #ff7521 50%, #ffffff 50%, #ffffff 100%);
    max-height: 150px;
}
.jirei-mainbox{
    display: flex;
    flex-wrap: wrap;
}
.jirei-img{
    width: 40%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 12px 15px 0px;
    margin: auto;
}
.jirei-txt{
    width: 50%;
    font-size: 15px;
    text-align: left;
    line-height: 150%;
    color: #ffffff;
    border-radius: 7px 7px 0px 0px;
    padding: 30px 10px 0px;
}
.jirei-txt-2{
    width: 100%;
    font-size: 15px;
    line-height: 150%;
    border-radius: 7px 7px 0px 0px;
    padding: 20px 15px 0px;
	margin: 0px 0px 20px;
}
.jirei-txt-3{
    width: 100%;
    font-size: 15px;
    line-height: 150%;
    padding: 20px 15px 20px;
    border-radius: 0px 0px 7px 7px;
    background-color: #ffdaa8;
}
.jirei-txt-4{
    width: 100%;
    color: #471e00;
    font-size: 0.8em;
    line-height: 200%;
    text-align: center;
    padding: 0px 15px 0px;
    margin: 0px auto 0px;
}

/* ドロップダウン */
.drop-doc{
	line-height: 170%;
    padding: 30px 10px;
}
.drop-txtdoc{
    font-size: 15px;
    padding: 10px 10px;
    margin: 10px auto 0px;
    line-height: 170%;
    background-color: #fffffff0;
    border-radius: 0px 0px 0px 0px;
}
.drop-bot{
    width: 95%;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 0px auto 20px;
    border: 2px solid #ffffffcf;
    border-radius: 25px;
    box-shadow: 0px 2px 0px #919191ab;
}


.form-doc{
    line-height: 170%;
    padding: 0px 10px 20px;
    position: relative;
}
.form-doctitle{
    color: #00094b;
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    padding: 15px 10px 6px;
    margin: 0px -10px 15px;
    background: linear-gradient(45deg, #00a799, #2efff4, #00a799);
    border-radius: 0px;
}
.form-mainbox{
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.form-choice{
    width: 50%;
    font-size: 13px;
    padding: 10px 10px 0px;
    color: #ffffff;
    background-color: #00a799;
    border: 1px solid #ffffff;
    border-radius: 5px;
}


.form-mainbox-2{
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    margin: auto;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
.form-choice-2,.form-choice-3{
    width: 40%;
    font-size: 23px;
    text-align: center;
    padding: 15px 5px 15px;
    margin: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.form-choice-2{
    background-color: #ff6161;
}
.form-choice-3{
    background-color: #6174ff;
}
.form-choicetitle{
    font-size: 14px;
    color: #003534;
    width: 100%;
    text-align: left;
    padding: 5px 10px 5px;
    position: relative;
    background: #cccccc70;
}
.form-required{
    font-size: 10px;
    color: #ffffff;
    background-color: #ff450d;
    width: 100%;
    border-radius: 7px 7px;
    padding: 1px 10px 1px;
    position: relative;
}


.form-submit{
    font-size: 17px;
    color: #ffffff;
    background-color: #b10000;
    width: 90%;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px 10px 10px;
    margin: 20px auto;
    position: relative;
    display: block;
    box-shadow: 0px 2px 5px #5f5f5f;
}
.formpage-title{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #ff7916;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 10px 10px 10px;
    margin: 0px auto 20px;
    position: relative;
    display: block;
    box-shadow: 0px 2px 5px #5f5f5f;
}

.result-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.result-doctitle{
    color: #16269e;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    padding: 10px 10px;
    margin: 0px auto 15px;
}
.result-txt{
    font-size: 15px;
    line-height: 180%;
    padding: 10px 10px;
    margin: 0px auto 20px;
}

.sctact-doc{
    display: flex;
    width: 100%;
    line-height: 100%;
    padding: 15px;
    margin: 30px auto 0px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: hsl(0deg 0% 0% / 70%);
    color: #e3e3e3;
}
.sctact-box1{
    font-size: 23px;
    text-align: center;
    width: 100%;
    padding: 5px 0px 30px;
}
.sctact-box2{
	font-size: 12px;
	font-weight: bolder;
	width: 33%;
	padding: 0px 5px;
}
.sctact-box3{
	font-size: 12px;
	width: 67%;
	padding: 5px;
}

.hearing-title{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #00889c;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 5px 10px 5px;
    margin: 20px auto 10px;
    display: block;
    box-shadow: 0px 1px 4px #5f5f5f;
    border-radius: 25px;
}

.hearing-title2{
    font-size: 15px;
    text-align: left;
    color: #007e67;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 0px 10px 3px;
    margin: 20px auto 10px;
    display: block;
    border-bottom: 2px solid #00889c;
    border-left: 10px solid #00889c;
}

.hearing-txt{
    font-size: 13px;
    text-align: left;
    color: #ffffff;
    background-color: #8b8b8bd4;
    width: 100%;
    border: 2px solid #ffffff;
    padding: 5px 10px 5px;
    margin: 15px auto 10px;
    display: block;
    border-radius: 5px;
}

.hearing-bot{
    width: 100%;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    padding: 5px 10px;
    margin: 10px auto 10px;
    border: 2px solid #ffffffcf;
    border-radius: 10px;
    box-shadow: 0px 2px 0px #919191ab;
}
.hearing-choice{
    font-size: 13px;
    padding: 5px 10px 0px;
}



/* ■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■　フォームCSS　■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■ */

.form-control{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    margin: 0px auto 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}





@media(min-width:768px){
	
.maindoc{
		max-width:768px;
	}
	
.elm {
    width: 76px;
    height: auto;
    text-decoration: none;
    background-color: hwb(128deg 0% 25.3% / 71%);
    position: fixed;
    bottom: 15px;
    right: 0px;
    padding: 10px;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
    border-top: 2px solid #b2ffc9;
    border-radius: 10px 0px 0px 10px;
    writing-mode: vertical-rl;
  opacity: 0;
  z-index:-1;
}
	
.picuptxt-1{
	font-size: 1.3em;
}

.picuptxt-2{
	font-size: 0.8em;
}

.picuptxt-3{
    font-size: 1.2em;
    color: #f9ff00;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.picuptxt-4{
    font-size: 1.8em;
    color: blanchedalmond;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.font-darkred{
	color: darkred;
}
.font-lightred{
	color: lightcoral;
}



/* ■■■■スタイルシート■■■■ */
.head-doc{
    display: flex;
    flex-wrap: wrap;
}
.head-sitename{
    width: 65%;
    padding: 15px 20px 15px 20px;
}
.head-sns{
    width: 35%;
    padding: 10px 5px 0px 5px;
    background-color: #36d554;
    position: relative;
}
.head-sns-img{
        width: 30%;
        float: left;
        font-size: 45px;
        padding: 25px 11px;
        color: #ffffff;
}
.head-sns-txt{
	width: 70%;
	color: white;
	font-size: 26px;
    font-weight: bolder;
    text-align: center;
    line-height: 130%;
    float: left;
}
.head-bar{
    width: 100%;
    padding: 5px 0px 5px 0px;
}


.topdoc{
    width: 100%;
    position: relative;
    background-image: url(../chousaimg/bk-img.png);
    background-size: cover;
    padding: 10px 0px 30px;
    margin: auto;
}
.topdoc::after{
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        border-style: solid;
        bottom: 0;
        border-color: transparent #001e55 transparent;
        border-width: 5vw 42vw 0;
        margin: auto;
        width: 100%;
}
.top-img{
	    width: 100%;
    max-width: 768px;
    margin: auto;
}
.top-img-pc{
        width: 65%;
        margin: auto;
		display:none;
}


.top-txtdoc{
        font-size: 18px;
        padding: 20px;
        margin: 0px 37px 40px;
        color: black;
        line-height: 160%;
        background-color: #ffffff;
        border-radius: 0px 0px 10px 10px;
        position: relative;
}
.top-txttitle{
        font-size: 20px;
        font-weight: bold;
        color: #4d2207;
        width: 90%;
        text-align: center;
        padding: 15px 5px 10px;
        background-color: #ffc107;
        border-radius: 10px 10px 0px 0px;
}

.formnavi-doc{
    color: white;
    line-height: 170%;
    padding: 20px 15px 30px;
	position: relative;
}
.formnavi-doctitle{
        font-size: 1.0em;
        line-height: 245%;
        color: #ffffff;
        text-align: center;
        font-weight: bolder;
        padding: 10px 0px 10px 0px;
        margin: 0px 0px 45px;
}
.formnavi-txtdoc{
    width: 97%;
    font-size: 20px;
    padding: 25px 0px 20px;
    margin: auto;
    line-height: 150%;
    color: #000000;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
}
.formnavi-txttitle{
    font-size: 1.8em;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    line-height: 180%;
    text-align: center;
    margin: 0px 0px 60px;
}
.formnavi-txttitle-2{
    font-size: 1.2em;
    font-weight: bold;
    color: #000a91;
    width: 100%;
    text-align: center;
    padding: 10px 0px 15px;
    line-height: 180%;
}
.formnavi-txttitle-3{
    font-size: 1.7em;
    color: #bd0000;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.formnavi-bot{
    width: 95%;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 12px 20px 10px;
    margin: 15px auto 15px;
    border: 2px solid #ffffffcf;
    border-radius: 25px;
    box-shadow: 0px 2px 0px #919191ab;
    position: relative;
}

.formnavi-boticon{
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 170%;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        background-color: #c70000;
        padding: 5px 5px 3px;
        margin: 0px auto 0px;
        border: 2px solid #ffffffcf;
        border-radius: 25px 25px 0px 0px;
        box-shadow: 0px 2px 0px #919191ab;
        position: absolute;
        top: -50px;
        right: 0px;
        left: 0;
        background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, rgb(215 9 9) 4px, rgb(123 0 0) 5px);
}
.formnavi-boticon-2{
    width: 60px;
    height: 60px;
    font-size: 9px;
    font-weight: bold;
    line-height: 170%;
    text-align: center;
    color: #b70000;
    background-color: #ffdb73;
    padding: 13px 5px 10px;
    margin: 0px auto 0px;
    border: 1px solid #ffffffcf;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #919191ab;
    position: absolute;
    top: -13px;
    right: 0px;
}
.formnavi-flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.formnavi-flow-box{
	width: 85%;
    padding: 5px;
    border-bottom: 1px dashed #8f8f8f;
}
.formnavi-img{
    display: flex;
	justify-content: center;
    margin: 0px 0px 30px;
}
.formnavi-img-box{
    width: 28.33333%;
    font-size: 14px;
    font-weight: bolder;
    color: black;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 5px;
    margin: 3px;
    padding: 45px 5px 15px;
    background: linear-gradient(120deg, rgb(255 246 219), rgb(181 175 152));
}
.formnavi-img-icon{
    width: 70px;
    height: 70px;
    background-color: #fffce7;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
    box-shadow: 0px 2px 2px #000000b3;
}
.formnavi-coment-doc{
    display: flex;
	justify-content: center;
    margin: 0px 0px 20px;
	position: relative;
}
.formnavi-coment{
    padding: 5px 15px;
    margin: 0px 0px 8px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    color: white;
    background: linear-gradient(120deg, rgb(29 77 255), rgb(0 20 177));
    width: 62%;
}
.formnavi-coment-box{
    padding: 15px 0px 0px 0px;
    width: 100%;
    background: url(../chousaimg/formimg1.png);
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: bottom right;
}




.content-doc{
    line-height: 170%;
    padding: 0px 0px 40px;
    position: relative;
}
.content-doc::after{
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        border-style: solid;
        bottom: 0;
        border-color: transparent #001e55 transparent;
        border-width: 6vw 42vw 0;
        margin: auto;
        width: 768px;
}
.content-doctitle{
    color: #bb0000;
    font-size: 25px;
    font-weight: bolder;
    line-height: 200%;
    text-align: center;
    padding: 20px 10px;
    margin: 0px auto 25px;
    background: repeating-linear-gradient(45deg, #cdcdcd, #e5e5e5, #f3f3f3, transparent 25px);
}
.content-txtdoc{
    font-size: 14px;
    padding: 0px;
    margin: 0px 10px 30px;
    line-height: 150%;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #16269e;
}
.content-txttitle{
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: left;
    border-radius: 7px 7px 0px 0px;
    padding: 12px 5px 10px 45px;
    position: relative;
}
.content-icon{
    font-size: 2.0em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 10px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.content-mainbox{
    display: flex;
}
.content-img{
    width: 20%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 0px 10px 0px 0px;
}
.content-txt{
    width: 80%;
    font-size: 18px;
    line-height: 150%;
    border-radius: 7px 7px 0px 0px;
    padding: 15px 5px 10px;
}
.content-txt-2{
    width: 90%;
    font-size: 18px;
    line-height: 180%;
    padding: 0px 0px 0px;
    margin: 10px auto 25px;
}

.content-flowimg-box{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 65%;
    margin: 45px auto;
    flex-direction: row-reverse;
}
.content-flowimg-1{
    width: 14%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #389aac;
    padding: 10px 15px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 300px;
}
.content-flowimg-2{

    width: 30%;
    padding: 50px 10px 5px;
}
.content-flowimg-3{
    width: 14%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #b00000;
    padding: 10px 15px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 300px;
	position: relative;
}
.content-flowimg-3icon{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85px;
    height: 85px;
}
.content-flowimg-3icon2{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 130px;
}
.content-flowimg-4{
    width: 14%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #3c3b3b;
    padding: 10px 15px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 300px;
}

.tategaki{
    writing-mode: vertical-rl;
    margin: auto;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 45px solid #a6a6a6;
    border-left: 0;
		writing-mode: vertical-rl;
	margin:auto;
}
.triangle-2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 27px solid #f19d0d;
    border-bottom: 0;
    margin: 0px auto 0px;
}

.flow-doc{
    line-height: 170%;
    padding: 40px 10px;
	position:relative;
}
.flow-doctitle{
    color: #ffffff;
    font-size: 25px;
    line-height: 170%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px auto 30px;
}
.flow-txtdoc{
    font-size: 15px;
    padding: 0px;
    margin: 0px 10px 40px;
    line-height: 120%;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
}
.flow-txttitle{
        font-size: 20px;
        font-weight: bold;
        line-height: 130%;
        color: #ffffff;
        width: 100%;
        border-radius: 8px 8px 0px 0px;
        padding: 10px 0px 10px 15px;
}
.flow-mainbox{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
}
.flow-img{
        width: 40%;
        text-align: center;
        border-radius: 7px 7px 0px 0px;
        padding: 0px 0px 0px;
        margin: 0px auto 20px;
}
.flow-txt{
        width: 60%;
        font-size: 15px;
        line-height: 150%;
        border-radius: 7px 7px 0px 0px;
        padding: 0px 15px 0px;
        margin: 15px auto 20px;
}
.flow-txt2{
    width: 100%;
    font-size: 15px;
    line-height: 170%;
    border-radius: 7px 7px 0px 0px;
    padding: 10px;
    margin: 0px auto 0px;
    background-color: #d5f2ff;
}
.flow-boticon{
    width: 175%;
    height: auto;
    font-size: 18px;
    line-height: 170%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #c70000;
    padding: 10px 5px 8px;
    margin: 0px auto 15px;
    border: 2px solid #ffffffcf;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #919191ab;
    background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, rgb(215 9 9) 4px, rgb(123 0 0) 5px);
}

.price-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.price-doc::after{
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        border-style: solid;
        bottom: 0;
        border-color: transparent #001e55 transparent;
        border-width: 6vw 42vw 0;
        margin: auto;
        width: 768px;
}
.price{
    display: flex;
    justify-content: center;
    margin: 0px 0px 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.price-title{
    width: 100%;
    font-size: 35px;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    margin: 3px;
    padding: 15px 10px 15px;
}
.price-title-2{
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    line-height: 180%;
    position: relative;
    border-radius: 0px 0px;
    margin: 0px 7px 25px;
    padding: 15px 10px 15px;
    background: linear-gradient(120deg, rgb(39 39 49), rgb(29 29 63));
}
.price-txt-box{
    width: 100%;
    font-size: 15px;
    line-height: 180%;
    position: relative;
    border-radius: 0px 0px;
    margin: 0px 0px 20px;
    padding: 0px 10px 15px;
}
.price-box{
    width: 31.33333%;
    font-size: 14px;
    font-weight: bolder;
    color: black;
    text-align: center;
    line-height: 150%;
    position: relative;
    margin: 2px;
    padding: 7px 5px 7px;
    background: linear-gradient(63deg, rgb(177 177 177), rgb(255 255 255));
}
.price-box-2{
    width: 31.33333%;
    font-size: 25px;
    font-weight: bolder;
    color: #c50000;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 22px 5px 15px;
    background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}
.price-box-3{
    width: 31.33333%;
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    line-height: 150%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 22px 10px 15px;
    background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}
.price-box-4{
    width: 31.33333%;
    font-size: 25px;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 22px 5px 15px;
    background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}


.jirei-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.jirei-doc::after{
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        border-style: solid;
        bottom: 0;
        border-color: transparent #001e55 transparent;
        border-width: 6vw 42vw 0;
        margin: auto;
        width: 768px;
}
.jirei-doctitle{
        color: #ffffff;
        font-size: 30px;
        line-height: 150%;
        text-align: center;
        padding: 10px 10px;
        margin: auto;
}
.jirei-txtdoc-box{
    display: flex;
    flex-wrap: wrap;
}
.jirei-txtdoc{
    font-size: 15px;
    padding: 0px 0px 0px;
    margin: 20px 10px 30px;
    line-height: 120%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #00000061;
    border: 2px solid #ffa116;
	width:100%;
}
.jirei-txttitle{
    border-radius: 7px 7px 0px 0px;
    background: linear-gradient(115deg, #f33800 0%, #ff7521 50%, #ffffff 50%, #ffffff 100%);
    max-height: 150px;
}
.jirei-mainbox{
    display: flex;
    flex-wrap: wrap;
}
.jirei-img{
    width: 30%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 12px 15px 0px;
    margin: auto;
}
.jirei-txt{
        width: 50%;
        font-size: 20px;
        text-align: left;
        line-height: 150%;
        color: #ffffff;
        border-radius: 7px 7px 0px 0px;
        padding: 30px 20px 0px;
}
.jirei-txt-2{
        width: 100%;
        font-size: 18px;
        line-height: 170%;
        border-radius: 7px 7px 0px 0px;
        padding: 20px 15px 0px;
        margin: 0px 0px 20px;
}
.jirei-txt-3{
        width: 100%;
        font-size: 18px;
        line-height: 170%;
        padding: 20px 29px 20px;
        border-radius: 0px 0px 7px 7px;
        background-color: #ffdaa8;
}
.jirei-txt-4{
        width: 100%;
        color: #471e00;
        font-size: 1.28em;
        line-height: 200%;
        text-align: center;
        padding: 0px 15px 0px;
        margin: 30px auto 5px;
}
/* ドロップダウン */
.drop-doc{
	line-height: 170%;
    padding: 30px 10px;
}
.drop-txtdoc{
        font-size: 18px;
        padding: 10px 10px;
        margin: 10px auto 0px;
        line-height: 170%;
        background-color: #fffffff0;
        border-radius: 0px 0px 0px 0px;
}
.drop-bot{
    width: 95%;
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 0px auto 20px;
    border: 2px solid #ffffffcf;
    border-radius: 25px;
    box-shadow: 0px 2px 0px #919191ab;
}


.form-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.form-doctitle{
    color: #16269e;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    padding: 10px 10px;
    margin: 0px auto 15px;
}
.form-mainbox{
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.form-choice{
        width: 50%;
        font-size: 20px;
        padding: 15px 15px 0px;
        color: #ffffff;
        background-color: #00a799;
        border: 1px solid #ffffff;
        border-radius: 5px;
}


.form-mainbox-2{
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    margin: auto;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
.form-choice-2,.form-choice-3{
    width: 40%;
    font-size: 23px;
    text-align: center;
    padding: 15px 5px 15px;
    margin: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.form-choice-2{
    background-color: #ff6161;
}
.form-choice-3{
    background-color: #6174ff;
}
.form-choicetitle{
        font-size: 20px;
        font-weight: bold;
        color: #00166b;
        width: 100%;
        text-align: left;
        border-radius: 7px 7px 0px 0px;
        padding: 20px 10px 10px;
        position: relative;
}
.form-required{
    font-size: 10px;
    color: #ffffff;
    background-color: #ff450d;
    width: 100%;
    border-radius: 7px 7px;
    padding: 1px 10px 1px;
    position: relative;
}
.form-submit{
    font-size: 17px;
    color: #ffffff;
    background-color: #b10000;
    width: 90%;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px 10px 10px;
    margin: 20px auto;
    position: relative;
    display: block;
    box-shadow: 0px 2px 5px #5f5f5f;
}
.formpage-title{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #ff7916;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 10px 10px 10px;
    margin: 0px auto 20px;
    position: relative;
    display: block;
    box-shadow: 0px 2px 5px #5f5f5f;
}

.result-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.result-doctitle{
    color: #16269e;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    padding: 10px 10px;
    margin: 0px auto 15px;
}
.result-txt{
    font-size: 15px;
    line-height: 180%;
    padding: 10px 10px;
    margin: 0px auto 20px;
}

.sctact-doc{
    display: flex;
    width: 100%;
    line-height: 100%;
    padding: 15px;
    margin: 30px auto 0px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: hsl(0deg 0% 0% / 70%);
    color: #e3e3e3;
}
.sctact-box1{
    font-size: 23px;
    text-align: center;
    width: 100%;
    padding: 5px 0px 30px;
}
.sctact-box2{
	font-size: 12px;
	font-weight: bolder;
	width: 33%;
	padding: 0px 5px;
}
.sctact-box3{
	font-size: 12px;
	width: 67%;
	padding: 5px;
}
	
	
}


@media(min-width: 950px){
		.maindoc{
		max-width:950px;
	}
	
header{
    padding: 0px 0px 0px 0px;
    margin: auto;
}
footer{
	font-size: 10px;
	text-align: center;
	color: white;
	background-color: #000000d9;
    padding: 15px 0px 15px 0px;
    margin: auto;
}
h1{
    font-size: 13px;
    color: white;
    text-align: center;
    padding: 10px 5px;
	margin: 0px;
}


/* メインカラー&サイズ */
.color-1{
	background-color:#001e55;
}
.color-2{
        background: linear-gradient(90deg, rgb(56 154 172), rgb(0 153 126));
}
.color-3{
	background: linear-gradient(90deg, rgb(255 108 0), rgb(255 59 0));
}
.color-4{
	background: linear-gradient(90deg, rgb(255 226 0), rgb(255 223 64));
}
.color-5{
    background: linear-gradient(90deg, rgb(1 195 0), rgb(32 196 29));
}
.color-6{
    background: linear-gradient(90deg, rgb(28 106 203), rgb(44 142 218));
}

.picuptxt-1{
	font-size: 1.3em;
}

.picuptxt-2{
	font-size: 0.8em;
}

.picuptxt-3{
    font-size: 1.2em;
    color: #f9ff00;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.picuptxt-4{
    font-size: 1.0em;
    color: blanchedalmond;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}



/* ■■■■スタイルシート■■■■ */
	
.elm {
    width: 76px;
    height: auto;
    text-decoration: none;
    background-color: hwb(128deg 0% 25.3% / 71%);
    position: fixed;
    bottom: 15px;
    right: 0px;
    padding: 10px;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
    border-top: 2px solid #b2ffc9;
    border-radius: 10px 0px 0px 10px;
    writing-mode: vertical-rl;
  opacity: 0;
  z-index:-1;
}

	
.head-doc{
    display: flex;
    flex-wrap: wrap;
}
.head-sitename{
        width: 65%;
        padding: 23px 180px 15px 20px;
}
.head-sns{
        width: 35%;
        padding: 6px 6px 0px 35px;
        background-color: #36d554;
        position: relative;
}
.head-sns-img{
        width: 24%;
        float: left;
        font-size: 3em;
        padding: 27px 4px;
        color: #ffffff;
}
.head-sns-txt{
	width: 70%;
	color: white;
	font-size: 30px;
    font-weight: bolder;
    text-align: center;
    line-height: 130%;
    float: left;
}
.head-bar{
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-size: 17px;
	}


.topdoc{
        width: 100%;
        position: relative;
        background-image: url(../chousaimg/bk-img.png);
        background-size: auto;
        padding: 20px 0px 70px;
        margin: auto;
}
.topdoc::after{
        content: "";
        position: absolute;
        display: block;
        left: 0px;
        right: 0;
        border-style: solid;
        bottom: 0;
        border-color: transparent #001e55 transparent;
        border-width: 4em 29.7em 0;
        margin: auto;
        width: 950px;
}
.top-img{
        width: 65%;
        margin: auto;
	display:none;
}

.top-img-pc{
        width: 950px;
        margin: auto;
        display: block;
}
	
.top-txtdoc{
        font-size: 17px;
        padding: 20px;
        margin: 0px auto 25px;
        color: black;
        line-height: 200%;
        background-color: #ffffff;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        width: 87%;
}
.top-txttitle{
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        width: 87%;
        text-align: center;
        padding: 10px 5px;
        margin: auto;
        background-color: #c10a0a;
        border-radius: 10px 10px 0px 0px;
}

.formnavi-doc{
    color: white;
    line-height: 170%;
    padding: 20px 10px 30px;
	position: relative;
}
.formnavi-doctitle{
    font-size: 40px;
    line-height: 180%;
    color: #fcff95;
    text-align: center;
    font-weight: bolder;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 55px;
}
.formnavi-txtdoc{
        width: 95%;
        font-size: 25px;
        padding: 25px 0px 20px;
        margin: auto;
        line-height: 150%;
        color: #000000;
        border-radius: 10px;
        background-color: #fffbef;
        position: relative;
        display: flex;
        flex-wrap: wrap;
}
.formnavi-txttitle{
        font-size: 40px;
        font-weight: bold;
        color: #ffffff;
        width: 100%;
        line-height: 180%;
        text-align: center;
        margin: 45px 0px 86px;
}
.formnavi-txttitle-2{
        font-size: 28px;
        font-weight: bold;
        color: #1f213b;
        width: 62%;
        text-align: center;
        padding: 0px 0px 20px;
        line-height: 175%;
}
.formnavi-txttitle-3{
    font-size: 1.7em;
    color: #bd0000;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.formnavi-bot{
        width: 75%;
        font-size: 1.0em;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
        padding: 12px 20px 10px;
        margin: 15px auto 15px;
        border: 2px solid #ffffffcf;
        border-radius: 25px;
        box-shadow: 0px 2px 0px #919191ab;
        position: relative;
}

.formnavi-boticon{
        width: 100%;
        height: auto;
        font-size: 25px;
        line-height: 170%;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        background-color: #c70000;
        padding: 5px 5px 3px;
        margin: 0px auto 0px;
        border: 2px solid #ffffffcf;
        border-radius: 25px 25px 0px 0px;
        box-shadow: 0px 2px 0px #919191ab;
        position: absolute;
        top: -55px;
        right: 0px;
        left: 0;
        background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, rgb(215 9 9) 4px, rgb(123 0 0) 5px);
    
}
.formnavi-boticon-2{
    width: 60px;
    height: 60px;
    font-size: 9px;
    font-weight: bold;
    line-height: 170%;
    text-align: center;
    color: #b70000;
    background-color: #ffdb73;
    padding: 13px 5px 10px;
    margin: 0px auto 0px;
    border: 1px solid #ffffffcf;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #919191ab;
    position: absolute;
    top: -13px;
    right: 0px;
}
.formnavi-flow{
        display: flex;
        flex-direction: row;
        justify-content: center;
}
.formnavi-flow-box{
        width: 95%;
        padding: 5px;
        border-bottom: 1px dashed #8f8f8f;
        font-size: 0.9em;
}
.formnavi-img{
    display: flex;
	justify-content: center;
    margin: 0px 60px 20px;
}
.formnavi-img-box{
        width: 33.33333%;
        font-size: 25px;
        font-weight: bolder;
        color: black;
        text-align: center;
        line-height: 150%;
        position: relative;
        border-radius: 5px;
        margin: 3px;
        padding: 70px 10px 20px;
        background: linear-gradient(120deg, rgb(255 246 219), rgb(181 175 152));
}
.formnavi-img-icon{
        width: 100px;
        height: 100px;
        background-color: #fffce7;
        position: absolute;
        top: -55px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50px;
        box-shadow: 0px 2px 2px #000000b3;
}
.formnavi-coment-doc{
        display: flex;
        justify-content: center;
        margin: 0px 0px 20px;
        position: relative;
        width: 100%;
}
.formnavi-coment{
        padding: 10px 30px;
        margin: 0px 0px 8px;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
        color: white;
        background: linear-gradient(120deg, rgb(84 135 255), rgb(0 21 67));
        width: 60%;
}
.formnavi-coment-box{
        padding: 57px 0px 20px 0px;
        width: 100%;
        background: url(../chousaimg/formimg1.png);
        background-size: 41%;
        background-repeat: no-repeat;
        background-position: bottom right;
}

.content-doc{
        line-height: 170%;
        padding: 20px 10px 40px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
}
.content-doc::after{
        content: "";
        position: absolute;
        display: block;
        left: 0;
        border-style: solid;
        bottom: 0;
        border-color: transparent #001e55 transparent;
        border-width: 4em 29.7em 0;
}
.content-doctitle{
		color: #bb0000;
        font-size: 33px;
        font-weight: bolder;
        line-height: 200%;
        text-align: center;
        padding: 20px 10px;
        margin: 0px auto 40px;
        background: repeating-linear-gradient(45deg, #cdcdcd, #e5e5e5, #f3f3f3, transparent 25px);
        width: 100%;
}
.content-txtdoc{
        font-size: 20px;
        padding: 0px;
        margin: 0px 10px 30px;
        line-height: 150%;
        background-color: #ffffff;
        border-radius: 10px;
        border: 2px solid #16269e;
        width: 47%;
}
.content-txttitle{
    font-size: 1.0em;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 15px 5px 10px 30px;
    position: relative;
}
.content-icon{
    font-size: 2.0em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 10px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.content-mainbox{
    display: flex;
}
.content-img{
    width: 35%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 0px 10px 0px 0px;
}
.content-txt{
    width: 65%;
    font-size: 15px;
    line-height: 150%;
    border-radius: 7px 7px 0px 0px;
    padding: 15px 5px 10px;
}
.content-txt-2{
        width: 95%;
        font-size: 20px;
        line-height: 180%;
        padding: 0px 0px 0px;
        margin: 10px auto 40px;
}

.content-flowimg-box{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        width: 70%;
        margin: 45px auto;
        flex-direction: row-reverse;
}
.content-flowimg-1{
    width: 13%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #389aac;
    padding: 10px 30px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 390px;
}
.content-flowimg-2{
    width: 15%;
    padding: 50px 10px 5px;
}
.content-flowimg-3{
    width: 13%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #b00000;
    padding: 10px 30px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 300px;
	position: relative;
}
.content-flowimg-3icon{
        position: absolute;
        top: -64px;
        left: 0;
        right: 0;
        margin: auto;
        width: 120px;
        height: 120px;
}
.content-flowimg-3icon2{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 130px;
}
.content-flowimg-4{
    width: 13%;
    font-size: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color: #3c3b3b;
    padding: 10px 30px 0px 0px;
    text-align: center;
    font-weight: bolder;
	min-height: 300px;
}

.tategaki{
        writing-mode: vertical-rl;
        margin: auto;
        padding: 20px 0px;
        font-size: 23px;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 45px solid #a6a6a6;
    border-left: 0;
		writing-mode: vertical-rl;
	margin:auto;
}

.flow-doc{
        line-height: 170%;
        padding: 40px 10px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
}
.flow-doctitle{
        color: #ffffff;
        font-size: 35px;
        line-height: 170%;
        text-align: center;
        padding: 0px 0px;
        margin: 0px auto 30px;
        width: 100%;
}
.flow-txtdoc{
        font-size: 15px;
        padding: 0px;
        margin: 0px auto 40px;
        line-height: 120%;
        background-color: #ffffff;
        border-radius: 10px;
        position: relative;
        width: 30.333%;
}
.flow-txttitle{
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
    color: #ffffff;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 0px 10px 15px;
}
.flow-mainbox{
        display: flex;
        flex-direction: row;
}
.flow-img{
    width: 100%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 0px 0px 0px;
    margin: 0px auto 20px;
}
.flow-txt{
        width: 100%;
        font-size: 15px;
        line-height: 150%;
        border-radius: 7px 7px 0px 0px;
        padding: 0px 20px 0px;
        margin: 0px auto 20px;
}
.flow-txt2{
        width: 100%;
        font-size: 15px;
        line-height: 170%;
        border-radius: 7px 7px 0px 0px;
        padding: 15px;
        margin: 0px auto 0px;
        background-color: #d5f2ff;
}
.flow-boticon{
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 170%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #c70000;
    padding: 10px 5px 8px;
    margin: 0px auto 0px;
    border: 2px solid #ffffffcf;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #919191ab;
    background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, rgb(215 9 9) 4px, rgb(123 0 0) 5px);
}

.price-doc{
        line-height: 170%;
        padding: 80px 50px;
        position: relative;
}
.price-doc::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-style: solid;
    bottom: 0;
    border-color: transparent #001e55 transparent;
    border-width: 4em 29.7em 0;
}
.price{
    display: flex;
    justify-content: center;
    margin: 0px 0px 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.price-title{
    width: 100%;
    font-size: 35px;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    margin: 3px;
    padding: 15px 10px 15px;
}
.price-title-2{
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    line-height: 180%;
    position: relative;
    border-radius: 0px 0px;
    margin: 0px 7px 25px;
    padding: 15px 10px 15px;
    background: linear-gradient(120deg, rgb(39 39 49), rgb(29 29 63));
}
.price-txt-box{
    width: 100%;
    font-size: 20px;
    line-height: 180%;
    position: relative;
    border-radius: 0px 0px;
    margin: 0px 0px 20px;
    padding: 0px 10px 15px;
}
.price-box{
    width: 31.33333%;
    font-size: 14px;
    font-weight: bolder;
    color: black;
    text-align: center;
    line-height: 150%;
    position: relative;
    margin: 2px;
    padding: 7px 5px 7px;
    background: linear-gradient(63deg, rgb(177 177 177), rgb(255 255 255));
}
.price-box-2{
        width: 31.33333%;
        font-size: 30px;
        font-weight: bolder;
        color: #c50000;
        text-align: center;
        line-height: 150%;
        position: relative;
        border-radius: 0px;
        border: 1px solid #cccccc;
        margin: 2px;
        padding: 30px 5px 30px;
        background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}
.price-box-3{
        width: 31.33333%;
        font-size: 20px;
        font-weight: bolder;
        color: #000000;
        text-align: left;
        line-height: 150%;
        position: relative;
        border-radius: 0px;
        border: 1px solid #cccccc;
        margin: 2px;
        padding: 23px 20px 15px;
        background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}
.price-box-4{
        width: 31.33333%;
        font-size: 30px;
        font-weight: bolder;
        color: #000000;
        text-align: center;
        line-height: 150%;
        position: relative;
        border-radius: 0px;
        border: 1px solid #cccccc;
        margin: 2px;
        padding: 30px 5px 30px;
        background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}


.jirei-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.jirei-doc::after{
        content: "";
        position: absolute;
        display: block;
        left: 0;
        border-style: solid;
        bottom: 0;
        border-color: transparent #001e55 transparent;
        border-width: 4em 29.7em 0;
}
.jirei-doctitle{
        color: #ffffff;
        font-size: 35px;
        line-height: 170%;
        text-align: center;
        padding: 10px 10px;
        margin: auto;
}
	
.jirei-txtdoc-box{
        display: flex;
        flex-wrap: nowrap;
}
.jirei-txtdoc{
    font-size: 15px;
    padding: 0px 0px 0px;
    margin: 20px 10px 80px;
    line-height: 120%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #00000061;
    border: 2px solid #ffa116;
	width:50%;
}
.jirei-txttitle{
    border-radius: 7px 7px 0px 0px;
    background: linear-gradient(115deg, #f33800 0%, #ff7521 50%, #ffffff 50%, #ffffff 100%);
    max-height: 150px;
}
.jirei-mainbox{
    display: flex;
    flex-wrap: wrap;
}
.jirei-img{
    width: 40%;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    padding: 12px 15px 0px;
    margin: auto;
}
.jirei-txt{
        width: 50%;
        font-size: 18px;
        text-align: left;
        line-height: 150%;
        color: #ffffff;
        border-radius: 7px 7px 0px 0px;
        padding: 30px 15px 0px;
}
.jirei-txt-2{
    width: 100%;
    font-size: 15px;
    line-height: 150%;
    border-radius: 7px 7px 0px 0px;
    padding: 20px 15px 0px;
	margin: 0px 0px 20px;
}
.jirei-txt-3{
    width: 100%;
    font-size: 15px;
    line-height: 150%;
    padding: 20px 15px 20px;
    border-radius: 0px 0px 7px 7px;
    background-color: #ffdaa8;
}
.jirei-txt-4{
        width: 100%;
        color: #471e00;
        font-size: 1.3em;
        line-height: 200%;
        text-align: center;
        padding: 0px 15px 0px;
        margin: 45px auto 40px;
}

/* ドロップダウン */
.drop-doc{
	line-height: 170%;
    padding: 30px 10px;
}
.drop-txtdoc{
        font-size: 16px;
        padding: 20px 15px;
        margin: 10px auto 0px;
        line-height: 200%;
        background-color: #fffffff0;
        border-radius: 0px 0px 0px 0px;
}
.drop-bot{
        width: 85%;
        font-size: 20px;
        text-align: left;
        color: #ffffff;
        padding: 10px 15px 15px 16px;
        margin: 0px auto 20px;
        border: 2px solid #ffffffcf;
        border-radius: 25px;
        box-shadow: 0px 2px 0px #919191ab;
}


.form-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.form-doctitle{
        color: #104245;
        font-size: 20px;
        line-height: 200%;
        text-align: center;
        padding: 12px 10px;
        margin: 0px auto 15px;
        background: linear-gradient(45deg, #00a799, #2efff4, #00a799);
        border-radius: 50px;
}
.form-mainbox{
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.form-choice{
        width: 33.333%;
        font-size: 20px;
        padding: 15px 10px 5px;
        color: #ffffff;
        background-color: #00a799;
        border: 1px solid #ffffff;
        border-radius: 5px;
}
.form-choicetitle{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    text-align: left;
    border-radius: 7px 7px 0px 0px;
    padding: 15px 10px 2px;
    position: relative;
}
.form-required{
    font-size: 10px;
    color: #ffffff;
    background-color: #ff450d;
    width: 100%;
    border-radius: 7px 7px;
    padding: 1px 10px 1px;
    position: relative;
}
.form-submit{
        font-size: 23px;
        color: #ffffff;
        background-color: #c50000;
        width: 70%;
        border: 1px solid #ffffff;
        border-radius: 50px;
        padding: 15px 10px 15px;
        margin: 20px auto;
        position: relative;
        display: block;
        box-shadow: 0px 2px 5px #5f5f5f;
}
.formpage-title{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #ff7916;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 10px 10px 10px;
    margin: 0px auto 20px;
    position: relative;
    display: block;
    box-shadow: 0px 2px 5px #5f5f5f;
}

.result-doc{
    line-height: 170%;
    padding: 20px 10px;
	position:relative;
}
.result-doctitle{
    color: #16269e;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    padding: 10px 10px;
    margin: 0px auto 15px;
}
.result-txt{
    font-size: 15px;
    line-height: 180%;
    padding: 10px 10px;
    margin: 0px auto 20px;
}

.sctact-doc{
        display: flex;
        width: 100%;
        padding: 20px 20px;
        margin: 30px auto 0px;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
}
.sctact-box1{
    font-size: 23px;
    text-align: center;
    width: 100%;
    padding: 5px 0px 30px;
}
.sctact-box2{
	font-size: 14px;
	font-weight: bolder;
	width: 20%;
	padding: 0px 5px;
}
.sctact-box3{
	font-size: 15px;
	width: 75%;
	padding: 5px;
}

	
.hearing-title{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #00889c;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 5px 10px 5px;
    margin: 20px auto 10px;
    display: block;
    box-shadow: 0px 1px 4px #5f5f5f;
    border-radius: 25px;
}
	
.hearing-txt{
    font-size: 13px;
    text-align: left;
    color: #ffffff;
    background-color: #8b8b8bd4;
    width: 100%;
    border: 2px solid #ffffff;
    padding: 5px 10px 5px;
    margin: 15px auto 10px;
    display: block;
    border-radius: 5px;
}
	

}