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

section{
    max-width: 850px;
    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;
    max-width: 800px;
}
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; }
}


/* メインカラー&サイズ */

.color-main{
    background: linear-gradient(40deg, rgb(85 167 255), rgb(115 190 255));
}

.color-cont{
    background: linear-gradient(40deg, rgb(255 232 54), rgb(252 255 45));
}

.color-cont2{
    background: linear-gradient(40deg, rgb(85 167 255 / 50%), rgb(115 190 255 / 50%));
}

.color-1{
	background-color:#015958;
}
.color-2{
    background: linear-gradient(120deg, rgb(0 152 169), rgb(0 98 103));
}
.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(32 239 31), rgb(4 197 0));
}
.color-6{
    background: linear-gradient(90deg, rgb(28 106 203), rgb(44 142 218));
}

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

.picuptxt-2{
	    font-size: 9px;
}
.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;
	 text-decoration: underline;
}
.font-lightred{
	color: lightcoral;
	 text-decoration: underline;
}
.font-yello{
    color: #ffe847;
    text-decoration: underline;
}
.font-orange{
    color: #ff5e22;
    text-decoration: underline;
}




/* ■■■■スクロールしたら表示■■■■ */
.elm {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    right: 0px;
    transition: 0.8s;
    text-align: center;
    border-top: 2px solid #b2ffc9;
    opacity: 0;
    z-index: -1;
}
.elm-line{
    width: 100%;
    font-size: 17px;
    background-color: hwb(119deg 1% 21% / 80%);
    color: #ffffff;
    padding: 5px 5px 10px;
}
.elm-content{
    width: 100%;
    background-color: hwb(0deg 100% 0% / 90%);
    color: #121212;
    position: relative;
    padding: 2px 10px;
    font-size: 12px;
    text-align: left;
}
.elm-icon{
	width: 20%;
	position: absolute;
	right: 0;
	bottom: 0;
}




/* ■■■■スタイルシート■■■■ */
.head-doc{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
	position:relative;
}
.head-logomark{
    width: 15%;
    padding: 5px 5px;
}
.head-name{
    width: 55%;
    padding: 5px 5px;
    color: #331300;
    font-size: 18px;
    line-height: 100%;
    font-weight: bolder;
}
.head-subtitle{
	font-size: 0.6em;
    color: #000000;
}
.head-sns{
    width: 28%;
    padding: 10px 5px;
    margin: 0px 5px 0px 0px;
    background-color: #36d554;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

}
.head-sns-img{
    width: 30%;
    font-size: 24px;
    padding: 0px 0px;
    color: #ffffff;
}
.head-sns-txt{
    width: 70%;
    color: white;
    font-size: 11px;
    font-weight: bolder;
    text-align: center;
    line-height: 130%;
}
.head-bar{
    width: 100%;
    padding: 5px 0px 5px 0px;
}

.topdoc{
    width: 100%;
    position: relative;
    background-image: url();
    background-size: cover;
    padding: 0px 0px 0px;
    margin: auto;
}

.top-img{
	    width: 100%;
    max-width: 768px;
    margin: auto;
}
.top-img-pc{
        width: 65%;
        margin: auto;
		display:none;
}
.top-imgnavi{
    width: 100%;
    padding: 10px 10px;
    margin: auto;
}
.top-linebot{
    width: 300px;
    font-size: 19px;
    font-weight: bolder;
    text-align: center;
    color: #ffffff;
    padding: 12px 20px 12px;
    margin: 10px auto 10px;
    border: 2px solid #ffffffcf;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #919191ab;
    position: relative;
}
.top-txtdoc{
    width: 95%;
    font-size: 15px;
    padding: 15px;
    margin: 0px auto 20px;
    color: black;
    line-height: 160%;
    background-color: #faffb3;
    border-radius: 0px 0px 10px 10px;
    position: relative;
}
.top-txttitle{
    font-size: 16px;
    font-weight: bold;
    color: #4d2207;
    width: 95%;
    text-align: center;
    padding: 10px 5px 5px;
    border-radius: 10px 10px 0px 0px;
}
.top-contentdoc{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
}
.top-contentimg{
	width: 30%;
}
.top-read{
    width: 70%;
    line-height: 160%;
    font-size: 14px;
    background: white;
    padding: 8px;
}




.formnavi-doc{
    color: white;
    line-height: 170%;
    padding: 0px 15px 0px 15px;
    position: relative;
}
.formnavi-doctitle,.formnavi-doctitle2{
    font-size: 18px;
    line-height: 195%;
    color: #000000;
    text-align: center;
    font-weight: bolder;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 25px;
}

.formnavi-doctitle2{
    color: #000000;
}

.formnavi-txtdoc{
    width: 100%;
    font-size: 15px;
    padding: 0px 0px 20px;
    margin: auto;
    line-height: 150%;
    color: #000000;
    border-radius: 10px;
    background-color: #ffffffbd;
    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: #000000;
    width: 100%;
    text-align: center;
    padding: 15px 0px 15px;
    line-height: 195%;
}
.formnavi-txttitle-3{
    font-size: 1.7em;
    color: #bd0000;
    text-align: center;
    font-weight: bolder;
    padding: 12px 0px 20px 0px;
}
.formnavi-bot{
    width: 100%;
    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: 18px;
    line-height: 170%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #c10000;
    padding: 5px 5px 3px;
    margin: 0px auto 15px;
    border: 2px solid #ffffffcf;
}
.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 20px;
}
.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 0px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.formnavi-coment{
    padding: 5px 15px;
    margin: 0px 0px 8px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    color: #ffffff;
    width: 62%;
    font-size: 17px;
    font-weight: bolder;
}
.formnavi-coment-box{
    padding: 0px 0px 0px 0px;
    width: 100%;
    background: url(../chousaimg/formimg1.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: top right;
}




.content-doc{
    line-height: 170%;
    padding: 0px 0px 40px;
    position: relative;
}

.content-doctitle{
    font-size: 18px;
    line-height: 195%;
    color: #ffffff;
    text-align: center;
    font-weight: bolder;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 30px;
}
.content-txtdoc{
    font-size: 14px;
    padding: 0px;
    margin: 0px 20px 30px;
    line-height: 150%;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #b1b105;
}
.content-txttitle{
    font-size: 1.1em;
    font-weight: bold;
    color: #1e1e1e;
    width: 100%;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 5px 10px 45px;
    position: relative;

}
.content-icon{
    font-size: 2.0em;
    font-weight: bold;
    color: #9f6800;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 10px;
    -webkit-text-stroke-width: 1px;
}

.content-mainbox{
    display: flex;
}
.content-img{
    width: 34%;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 15px 0px 0px;
}
.content-txt{
    width: 65%;
    font-size: 15px;
    line-height: 150%;
    border-radius: 7px 7px 0px 0px;
    padding: 10px 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;
}

.triangle-3 {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid #797979;
    border-bottom: 0px solid #ff5959;
    border-right: 50px solid #a6a6a600;
    border-left: 50px solid #a6a6a600;
    writing-mode: vertical-rl;
    margin: auto;
}

.flow-doc{
    line-height: 170%;
    padding: 0px 10px;
	position:relative;
}
.flow-doctitle{
    color: #005139;
    font-size: 18px;
	font-weight: bolder;
    line-height: 185%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px auto 15px;
}
.flow-txtdoc{
    font-size: 15px;
    padding: 0px;
    margin: 0px 20px 40px;
    line-height: 120%;
    background: linear-gradient(0deg, #ccfff1, #ffffff);
    border-radius: 0px;
    position: relative;
}
.flow-txttitle{
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;
    color: #fbff44;
    width: 100%;
    border-radius: 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: 165%;
    border-radius: 0px 0px 0px 0px;
    padding: 15px;
    margin: 15px auto 0px;
    background-color: #fff798;
}
.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: 0px 10px 20px;
	position:relative;
}

.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-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{
    color: #005139;
    font-size: 18px;
    font-weight: bolder;
    line-height: 185%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px auto 15px;
}

/* ドロップダウン */
.drop-doc{
	line-height: 170%;
    padding: 10px 20px 30px;
}
.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;
    font-weight: bold;
    color: #000377;
    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: 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;
}

.contact-area{
    background: linear-gradient(0deg, #c1c1c1, #ffffff);
    padding: 25px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}
.contact-item{
    width: 30.3333%;
    font-size: 1.1em;
    color: white;
    box-shadow: 2px 2px 0px #ababab;
    text-align: center;
    border-radius: 5px;
    padding: 5px 5px;
}


.item-box{
    width: 100%;
    padding: 5px 5px;
    margin: 0px auto 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item-icon{
    width: 55px;
    font-size: 30px;
    color: #c70404;
    padding: 5px 5px;
    position: absolute;
    top: -10px;
    right: -10px;
    text-shadow: 1px 2px 0px #ffffffad;
}
.item1{
    width: 48%;
    font-size: 15px;
    color: white;
    background: #487393;
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 0px auto 10px;
    position: relative;
}





@media(min-width:768px){
		
	
}


@media(min-width: 950px){

.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-2{
	    font-size: 20px;
}


/* ■■■■スタイルシート■■■■ */
.head-doc{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
}
.head-sitename{
        width: 500px;
        padding: 10px 20px 0px 20px;
        color: #00c180;
        font-size: 30px;
        line-height: 100%;
        font-weight: bolder;
}
.head-subtitle{
	font-size: 0.6em;
    color: #000000;
}
.head-logomark{
        width: 10%;
        padding: 5px 5px;
}
.head-name{
        width: 60%;
        padding: 5px 5px;
        color: #331300;
        font-size: 30px;
        line-height: 100%;
        font-weight: bolder;
}

.head-sns{
        width: 27%;
        padding: 5px 12px;
        background-color: #36d554;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
}
.head-sns-img{
        width: 20%;
        float: left;
        font-size: 36px;
        padding: 9px 4px;
        color: #ffffff;
}
.head-sns-txt{
        width: 80%;
        color: white;
        font-size: 20px;
        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();
        background-size: cover;
        padding: 10px 0px 20px;
        margin: auto;
        max-width: 950px;
}

.top-img{
        width: 100%;
        max-width: 800px;
        margin: 15px auto;
}
.top-img-pc{
        width: 65%;
        margin: auto;
		display:none;
}
.top-imgnavi{
    width: 100%;
    padding: 10px 20px;
    margin: auto;
}
.top-linebot{
    width: 95%;
    font-size: 19px;
    font-weight: bolder;
    text-align: center;
    color: #ffffff;
    padding: 12px 20px 12px;
    margin: 10px auto 10px;
    border: 2px solid #ffffffcf;
    border-radius: 50px;
    box-shadow: 0px 2px 0px #919191ab;
    position: relative;
}
.top-txtdoc{
        font-size: 20px;
        padding: 20px;
        margin: 0px 0px 25px;
        color: black;
        line-height: 200%;
        background-color: #fffcd0;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        width: 100%;
}
.top-txttitle{
        font-size: 20px;
        font-weight: bold;
        color: #4d2207;
        width: 100%;
        text-align: center;
        padding: 15px 5px 15px;
        background-color: #ffc107;
        border-radius: 10px 10px 0px 0px;
}
.top-contentdoc{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        padding: 0px 20px 15px;
}
.top-contentimg{
	width: 15%;
}
.top-read{
        width: 70%;
        line-height: 200%;
        font-size: 18px;
        background: white;
        padding: 8px;
}




.formnavi-doc{
    color: white;
    line-height: 170%;
    padding: 20px 15px 20px;
	position: relative;
}
.formnavi-doctitle,.formnavi-doctitle2{
        font-size: 30px;
        line-height: 195%;
        color: #000000;
        text-align: center;
        font-weight: bolder;
        padding: 0px 0px 25px 0px;
        margin: 0px 0px 10px;
}

.formnavi-doctitle2{
        color: #000000;
        width: 100%;
}

.formnavi-txtdoc{
    width: 100%;
    font-size: 15px;
    padding: 0px 0px 20px;
    margin: auto;
    line-height: 150%;
    color: #000000;
    border-radius: 10px;
    background-color: #ffffffbd;
    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.8em;
        font-weight: bold;
        color: #005139;
        width: 65%;
        text-align: center;
        padding: 30px 0px 30px;
        line-height: 195%;
}
.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: 25px;
    line-height: 170%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #c10000;
    padding: 5px 5px 3px;
    margin: 0px auto 15px;
    border: 2px solid #ffffffcf;
}
.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: 15px;
        border-bottom: 1px dashed #8f8f8f;
        font-size: 1.4em;
}
.formnavi-img{
    display: flex;
	justify-content: center;
    margin: 0px 0px 30px;
}
.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: 65px 5px 15px;
    background: linear-gradient(120deg, rgb(255 246 219), rgb(181 175 152));
}
.formnavi-img-icon{
    width: 80px;
    height: 80px;
    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 0px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.formnavi-coment{
    padding: 15px 15px;
    margin: 0px 0px 8px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    color: #ffffff;
    background: linear-gradient(120deg, rgb(0 152 169), rgb(0 98 103));
    width: 55%;
    font-size: 25px;
    font-weight: bolder;
}
.formnavi-coment-box{
    padding: 15px 0px 0px 0px;
    width: 100%;
    background: url(../chousaimg/formimg1.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: top right;
}




.content-doc{
        line-height: 170%;
        padding: 20px 10px 40px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
	max-width:950px;
	margin:auto;
}

.content-doctitle{
    font-size: 25px;
    line-height: 195%;
    color: #ffffff;
    text-align: center;
    font-weight: bolder;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 30px;
}
.content-txtdoc{
        font-size: 20px;
        padding: 0px;
        margin: 0px 10px 30px;
        line-height: 150%;
        background-color: #ffffff;
        border-radius: 0px;
        border: 2px solid #00676c;
        width: 47%;
}
.content-txttitle{
    font-size: 0.9em;
    font-weight: bold;
    color: #fbff44;
    width: 100%;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 5px 10px 45px;
    position: relative;
    background: linear-gradient(120deg, rgb(0 152 169), rgb(0 98 103));
}
.content-icon{
    font-size: 2.0em;
    font-weight: bold;
    color: #fbff44;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 10px;
    -webkit-text-stroke-width: 1px;
}

.content-mainbox{
    display: flex;
}
.content-img{
    width: 34%;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 15px 0px 0px;
}
.content-txt{
    width: 65%;
    font-size: 15px;
    line-height: 150%;
    border-radius: 7px 7px 0px 0px;
    padding: 10px 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: 85%;
    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;
}
.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;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
}
.flow-doctitle{
    color: #005139;
    font-size: 18px;
	font-weight: bolder;
    line-height: 185%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px auto 15px;
}
.flow-txtdoc{
        font-size: 15px;
        padding: 0px;
        margin: 0px 5px 40px;
        line-height: 120%;
        background: linear-gradient(0deg, #ccfff1, #ffffff);
        border-radius: 0px;
        position: relative;
        width: 31.3%;
}
.flow-txttitle{
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;
    color: #fbff44;
    width: 100%;
    border-radius: 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: 165%;
    border-radius: 0px 0px 0px 0px;
    padding: 15px;
    margin: 15px auto 0px;
    background-color: #fff798;
}
.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: 0px 10px 20px;
	position:relative;
}

.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: 35px;
        font-weight: bolder;
        color: #c50000;
        text-align: center;
        line-height: 150%;
        position: relative;
        border-radius: 0px;
        border: 1px solid #cccccc;
        margin: 2px;
        padding: 35px 5px 35px;
        background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}
.price-box-3{
        width: 31.33333%;
        font-size: 17px;
        font-weight: bolder;
        color: #000000;
        text-align: center;
        line-height: 150%;
        position: relative;
        border-radius: 0px;
        border: 1px solid #cccccc;
        margin: 2px;
        padding: 51px 5px 35px;
        background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}
.price-box-4{
    width: 31.33333%;
    font-size: 35px;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    line-height: 150%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 35px 5px 35px;
    background: linear-gradient(120deg, rgb(255 255 255), rgb(255 255 255));
}


.jirei-doc{
    line-height: 170%;
    padding: 0px 10px 20px;
    position: relative;
}

.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: 25%;
        text-align: center;
        border-radius: 7px 7px 0px 0px;
        padding: 0px 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 25px 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{
    color: #005139;
    font-size: 18px;
    font-weight: bolder;
    line-height: 185%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px auto 15px;
}

/* ドロップダウン */
.drop-doc{
	line-height: 170%;
    padding: 10px 20px 30px;
}
.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;
    font-weight: bold;
    color: #000377;
    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: 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;
}

}