@charset "UTF-8";
/* CSS Document */

/* ===============================================
#todopay-case
=============================================== */
#todopay-case {
    text-align: left;
    color: #033009;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 160%;
}
@media screen and (min-width: 768px){
    #todopay-case {
        width: 1000px;
        margin: 0 auto 30px auto;
		/*word-break: keep-all;*/
    }
}
@media screen and (max-width: 767px){
    #todopay-case {
        padding: 0 20px;
		word-break: revert;
    }
}
#todopay-case h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 30px;
    text-align: center;
}
#todopay-case .flex,
#todopay-case .flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px){
    #todopay-case .flex,
    #todopay-case .flex-containe {
        display: block;
    }
}
#todopay-case .head {
    background: #FFF719;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    align-items: center;
}
#todopay-case .head .logo {
    width: 30%;
}
#todopay-case .head .ttl {
    width: 70%;
    font-size: 21px;
    font-weight: bold;
    line-height: 160%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px){
    #todopay-case .head .logo,
    #todopay-case .head .ttl {
        width: 100%;
    }
    #todopay-case .head .logo {
        margin-bottom: 15px;
        padding: 0;
    }
}
#todopay-case .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#todopay-case .info dt, #todopay-case .info dd {
    padding: 5px;
    border-bottom: 1px dotted #EEE;
    margin: 0 0 5px 0;
    box-sizing: border-box;
}
#todopay-case .info dt {
    width: 25%;
}
#todopay-case .info dd {
    width: 75%;
}
#todopay-case .interview {
    margin: 80px 0;
    line-height: 190%;
    border: 3px solid #033009;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background: #FFF;
}
@media screen and (max-width: 767px){
    #todopay-case .interview {
        margin: 50px 0;
        padding: 20px;
    }
}
#todopay-case .interview h2 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
}
#todopay-case .interview .textarea {
    padding: 30px 20px;
    position: relative;
}
@media screen and (max-width: 767px){
    #todopay-case .interview .textarea {
        padding: 10px 10px 15px 10px;
        margin-bottom: 15px;
    }
}
#todopay-case .interview .textarea::after {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    background-image: url(/todopay/lp/todoitekara_common/image/contents_bg_line002.svg);
    background-position: 0 0;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
#todopay-case .interview .textarea-bt::after {
    content: none;
    height: 0;
}
#todopay-case .interview .textarea.message::after {
    display: none;
}
#todopay-case .interview .textarea p {
    margin-bottom: 15px;
}
#todopay-case .interview .textarea p:last-child {
    margin-bottom: 0;
}
#todopay-case .interview .textarea .image {
    text-align: center;
}
#todopay-case .interview .textarea .image-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
#todopay-case .interview .textarea .image-flex li {
    width: 30.333%;
}
@media screen and (max-width: 767px){
    #todopay-case .interview .textarea .image {
        margin: 10px 0;
    }
    #todopay-case .interview .textarea .image-flex {
        flex-direction: column;
    }
    #todopay-case .interview .textarea .image-flex li {
        width: 100%;
    }
    #todopay-case .interview .textarea .image-flex li img {
        width: 80%;
    }
}
#todopay-case .interview .textarea .image img {
    border-radius: 10px;
}
#todopay-case .interview .textarea.flex .txt,
#todopay-case .flex-container .txt {
    width: 60%;
}
#todopay-case .interview .textarea.flex .image,
#todopay-case .flex-container .image {
    width: 35%;
    margin: 0;
}
@media screen and (max-width: 767px){
    #todopay-case .interview .textarea.flex .txt,
    #todopay-case .flex-container .txt,
    #todopay-case .interview .textarea.flex .image,
    #todopay-case .flex-container .image {
        width: 100%;
    }
    #todopay-case .interview .textarea.flex .image,
    #todopay-case .flex-container .image {
        text-align: center;
        margin: 20px 0;
    }
    #todopay-case .interview .textarea.flex .image img,
    #todopay-case .flex-container .image img {
        width: 80%;
    }
}
#todopay-case .interview div h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 25px;
}
#todopay-case .interview div h4,
#todopay-case.case-a .interview div h4.large {
    color: #009d3d;
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 10px 0;
}
#todopay-case .interview .interviewee {
    background: #FFF719;
    padding: 20px;
    border-radius: 10px;
    border: none;
    margin: 50px 0 0 0;
    justify-content: space-between;
}
#todopay-case .interview .interviewee .txt {
    width: 65%;
}
#todopay-case .interview .interviewee .image {
    width: 35%;
}
@media screen and (max-width: 767px){
    #todopay-case .interview .interviewee {
        margin-top: 30px;
    }
    #todopay-case .interview .interviewee .txt,
    #todopay-case .interview .interviewee .image {
        width: 100%;
    }
    #todopay-case .interview .interviewee .txt {
        margin-bottom: 10px;
    }
}
#todopay-case .interview .interviewee div {
    border: none;
    padding: 0;
    margin: 0;
}
#todopay-case .btn a {
    width: 680px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #f98301;
    box-shadow: 0px 10px 10px rgb(77 77 77 / 10%);
    margin: 0 auto;
}
#todopay-case .btn a:hover {
    background-color:#3C9741;
    transform:translate(0 , 5px);
    box-shadow: none;
    text-decoration: none;
}
#todopay-case .btn a span {
    padding-left: 42px;
    background-image: url(/todopay/lp/todoitekara_common/image/cta_mail.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 28px auto;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #fff;
}
#todopay-case .btn a strong {
    color: #FFF719;
    font-weight: 700;
}
@media screen and (max-width: 767px){
    #todopay-case .btn a {
        width: 95%;
    }
}

/* f#todopay-case.case-a
--------------------------------- */
#todopay-case.case-a .head .ttl {
    width: 70%;
    font-size: 26px;
    font-weight: bold;
    line-height: 140%;
    padding: 0 0 0 10px;
}
#todopay-case.case-a .head .ttl p.small{
    font-size: 18px;    
	line-height: 140%;
    margin-bottom: 10px;
}
#todopay-case.case-a strong{
    line-height: 110%;
	color: #f98301;
}
#todopay-case.case-a .txt-accent{
	font-size: 24px;
    font-weight: bold;
	color: #f98301;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
#todopay-case.case-a .txt-after{
	margin: 50px auto 20px;
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
		linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 100%, /* 点線1のサイズ */
		100% 2.5em; /* 点線2のサイズ */
	line-height: 2.5em; /* 文字の高さ */
	padding-bottom: 2px; /* 最終行の下にも罫線を引く */
	font-size: 13px;
	width: 60%;
}
#todopay-case.case-a .interview div h4 { 
    line-height: revert;
    margin-bottom: 0px;
	font-size: 15px;
}
#todopay-case.case-a .interview .interviewee {
    width: 35%;
    box-sizing: border-box;
}
#todopay-case.case-a .interview .interviewee div {
    border: none;
    padding: 0;
    margin: 0;
}
#todopay-case.case-a .btn a {
	width: 680px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #f98301;
    box-shadow: 0px 10px 10px rgb(77 77 77 / 10%);
    margin: 0 auto;
    background-image: url(/todopay/lp/todoitekara_common/image/cta_mail.svg);
    background-position: 35% 50%;
    background-repeat: no-repeat;
    background-size: 28px auto;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #fff;
    padding-left: 42px;
}
#todopay-case.case-a .btn a:hover {
    background-color:#3C9741;
    transform:translate(0 , 5px);
    box-shadow: none;
    text-decoration: none;
}
#todopay-case.case-a .btn a span {
	background-image: none;
    padding-left: 0;
}
@media screen and (max-width: 767px){
    #todopay-case.case-a .head .logo,
    #todopay-case.case-a .head .ttl {
        width: 100%;
		font-size: 24px;
    }
    #todopay-case .head .logo {
        margin-bottom: 15px;
    }
	#todopay-case.case-a .head .ttl p.small{
		font-size: 15px!important;
	}
	#todopay-case.case-a .interview .interviewee {
		width: 100%;
	}
	#todopay-case.case-a .txt-after{
		width: 100%;
	}
    #todopay-case.case-a .btn a {
        width: 95%;
		background-position: 15% 50%;
    }
}


/* ===============================================
Information
=============================================== */
header.form_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin: 0 0 30px 0;
    flex-wrap: wrap;
}
h1.ttl_top {
    text-align: left;
    padding: 0;
    margin: 0;
}
h1.ttl_top img {
    width: 100%;
    height: auto;
}
h2.ttl {
    background: none;
    color: #009d3d;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 18px;
    line-height: 160%;
}
header.form_header .contact {
    display: flex;
    flex-wrap: wrap;
}
header.form_header .contact a {
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #009d3d;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
header.form_header .contact a::before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFF%22%20class%3D%22bi%20bi-envelope%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M0%204a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2V4Zm2-1a1%201%200%200%200-1%201v.217l7%204.2%207-4.2V4a1%201%200%200%200-1-1H2Zm13%202.383-4.708%202.825L15%2011.105V5.383Zm-.034%206.876-5.64-3.471L8%209.583l-1.326-.795-5.64%203.47A1%201%200%200%200%202%2013h12a1%201%200%200%200%20.966-.741ZM1%2011.105l4.708-2.897L1%205.383v5.722Z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
    background-size: contain;
    margin: 0;
}
header.form_header .contact a:hover {
    text-decoration: none;
    opacity: .7;
}
header.form_header .contact .telnnum {
    background: #EEE;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
header.form_header .contact .telnnum a {
    background: none;
    padding: 0;
    margin: 0;
    color: #333;
    display: inline;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    width: auto;
}
header.form_header .contact .telnnum a::before {
    display: none;
}
header.form_header .contact .telnnum p {
    font-size: 14px!important;
    line-height: 140%;
    margin: 0;
    text-align: center;
}
header.form_header .contact .telnnum .telnnum .num {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    font-family: "Roboto",sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.form_header .contact .telnnum .num img {
    width: 25px;
}
@media screen and (max-width: 768px) {
    header.form_header {
        padding: 0;
    }
    h1.ttl_top {
        text-align: left;
        padding: 10px;
        margin: 0 0 10px 0;
        width: 100%;
        border-bottom: 1px solid #DDD;
    }
    h1.ttl_top img {
        width: 30%;
    }
    header.form_header .contact {
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 100%;
        padding: 0 10px;
    }
    header.form_header .contact h2 {
        width: 100%;
        margin-bottom: 10px;
        color: #009d3d;
        font-size: 14px;
        line-height: 140%;
    }
    header.form_header .contact a {
        width: 33%;
        margin-bottom: 0;
        padding: 5px;
        font-size: 12px;
        line-height: 140%;
        box-sizing: border-box;
    }
    header.form_header .telnnum {
        width: 66%;
    }
}
@media screen and (min-width: 769px) {
    h1.ttl_top {
        width: 25%;
    }
    header.form_header .contact {
        display: flex;
        justify-content: space-between;
        text-align: left;
        width: 75%;
    }
    header.form_header .contact h2 {
        display: flex;
        align-items: center;
        color: #009d3d;
        font-weight: bold;
        width: 30%;
    }
    header.form_header .contact a {
        width: 25%;
        margin: 0 10px;
    }
    header.form_header .contact .telnnum {
        width: 40%;
    }
    header.form_header .contact .telnnum p {
    }
}
@media screen and (min-width: 1025px) {
    h1.ttl_top {
        width: auto;
    }
    header.form_header .contact {
        width: auto;
    }
    header.form_header .contact h2 {
        width: auto;
        font-size: 16px;
        margin: 0;
        line-height: 140%;
    }
    header.form_header .contact a {
        width: 170px;
        font-size: 14px;
        line-height: 160%;
    }
    header.form_header .contact .telnnum {
        width: 220px;
    }
}

h2.ttl img {
    margin-bottom: 10px;
    width: 40%;
}
.contents-wrap {
    padding: 0;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
    header.form_header {
        padding: 10px;
        border-bottom: 1px solid #DDD;
        margin: 0 0 20px 0;
    }
    h1.ttl_top {
    }
    h1.ttl_top img {
        width: 150px;
    }
    h2.ttl {
        font-size: 24px;
        line-height: 160%;
        margin-bottom: 0;
    }
    h2.ttl img {
        width: 20%;
    }
    .intro {
        text-align: center;
    }
    .form_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .form_flex #information {
        width: 60%;
        font-size: 14px;
        line-height: 160%;
    }
    .form_flex #formArea {
        width: 35%;
        font-size: 14px;
        line-height: 160%;
    }
}

.form_flex #information .notice {
    background: #cfe7a0;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 160%;
}
.form_flex #information .image {
    margin: 50px 0;
    text-align: center;
}
.form_flex #information .image img {
    width: 70%;
    height: auto;
}
.form_flex #information .image.image-big img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .form_flex #information .image {
        margin: 30px 0;
    }
    .form_flex #information .image img {
        width: 80%;
    }
    .form_flex #information .image.image-big img {
        width: 100%;
    }
}
.form_flex #information .points h3 {
    border-bottom: 3px solid #009d3d;
    color: #009d3d;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 21px;
    font-weight: bold;
    line-height: 160%;
}
@media screen and (max-width: 768px) {
    .form_flex #information .points h3 {
        font-size: 16px;
        line-height: 160%;
    }
}
.form_flex #information .points ul {
    list-style: disc;
    display: flex;
    flex-wrap: wrap;
}
.form_flex #information .points ul li {
    margin: 0 0 0 30px;
    width: calc(50% - 30px);
    padding: 0;
}
@media screen and (min-width: 769px) {
    .form_flex #information .notice {
        text-align: center;
        font-size: 18px;
        line-height: 160%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .form_flex #information .points ul li {
        width: calc(33.333% - 30px);
    }
    .form_flex #information .points.points-2 ul li {
        width: calc(50% - 30px);
    }
}

/* contact */
.form_flex #information.contact .points {
    margin-top: 30px;
}
.form_flex #information.contact .points ul {
    display: block;
    margin-bottom: 20px;
}
.form_flex #information.contact .points ul li {
    width: auto;
}

/* dl_form */
#dl_form {
    margin-top: 30px;
}
#dl_form h2 {
    border-bottom: 3px solid #009d3d;
    color: #009d3d;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 21px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
}
dl.form_box {
    margin: 0;
    background: #EFEFEF;
    padding: 15px;
    font-size: 14px;
    line-height: 160%;
}
@media screen and (max-width: 768px) {
    dl.form_box {
        margin: 30px 0;
    }
}
@media screen and (min-width: 769px) {
    #dl_form {
        margin: 0;
    }
}
dl.form_box dt.item-q {
    margin-bottom: 5px;
}
dl.form_box dt.item-q .required {
    padding: 3px 5px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    font-size: 12px;
    line-height: 120%;
    background: red;
}
dl.form_box dd.item-a {
    margin-bottom: 20px;
}
dl.form_box dd.item-a:last-child {
    margin-bottom: 0;
}
dl.form_box dd.item-a .vertical-item {
    display: block;
}
#dl_form .attention {
    border: 1px solid #CCC;
    padding: 10px;
    font-size: 13px;
    line-height: 160%;
}
#dl_form .attention p {
    margin: 0 0 5px 0;
}
#dl_form .attention p:last-child {
    margin: 0;
}
#dl_form input[type="submit"] {
    background: #ff7e00;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
}
.submitUnderTxt {
    margin-top: 15px;
    text-align: left;
}
.submitArea {
    margin-top: 20px;
}

.btn-download {
    background: #ff7e00;
}

input[type="text"], input[type="url"], input[type="tel"], select {
    padding: 2px 5px;
}
select {
    height: 30px;
}

/*footer*/
.form_footer {
	width: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
    text-align: center;
    margin: 50px auto 0;
    border-top: 1px solid #DDD;
    padding-top: 50px;
}
.form_footer .form-link {
    width: 30%;
}
.form_footer h2 {
    color: #009d3d;
    font-weight: bold;
}
.form-link a {
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #009d3d;
    padding: 10px;
    border-radius: 5px;
}
.form-link a::before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFF%22%20class%3D%22bi%20bi-envelope%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M0%204a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2V4Zm2-1a1%201%200%200%200-1%201v.217l7%204.2%207-4.2V4a1%201%200%200%200-1-1H2Zm13%202.383-4.708%202.825L15%2011.105V5.383Zm-.034%206.876-5.64-3.471L8%209.583l-1.326-.795-5.64%203.47A1%201%200%200%200%202%2013h12a1%201%200%200%200%20.966-.741ZM1%2011.105l4.708-2.897L1%205.383v5.722Z%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-size: contain;
    margin: 0;
}
.form_footer .telnnum {
    width: 40%;
}
.form_footer p.num {
    font-size: 30px;
    margin: 5px 0;
	font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_footer p.num img {
	width: 25px;
}
@media screen and (max-width: 768px) {
	.form_footer {
		padding-top: 20px;
		margin: 50px auto;
	}
	.form_footer .form-link {
		width: 45%;
		margin-right: 0;
	}
	.form_footer .telnnum {
		width: 55%;
	}
	.form_footer p.num {
		font-size: 18px;
	}
	.form_footer p.num img {
		width: 25px;
	}
}


/* ===============================================
footer
=============================================== */
footer .wrap {
    padding: 60px 70px 50px;
    background: #fff;
    font-weight: 400;
    line-height: 140%;
}

/*top_area*/
footer .top_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
}
footer .top_area .sig .company {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}
footer .top_area .sig .company img {
    width: 200px;
	margin-bottom: 10px;
}
footer .top_area .sig address {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
}
footer .top_area .privacy {
    width: 415px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}
footer .top_area .privacy .txt {
    width: 265px;
    font-size: 11px;
    letter-spacing: 0.03em;
}
footer .top_area .privacy img {
    width: 80px;
}

/*bottom_area*/
footer .bottom_area {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    border-top: 1px solid #CFD8BD;
    padding-top: 18px;
}
footer .bottom_area p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #9f9d72;
}
footer .bottom_area small {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-left: 30px;
}
@media screen and (max-width: 767px){
    footer .wrap { 
        padding: 30px 20px 80px 20px;
		text-align: left;
    }
    
    /*top_area*/
    footer .top_area {
        flex-direction: column;
        margin-bottom: 20px;
    }
    footer .top_area .sig {
        text-align: center;
        margin-bottom: 10px;
    }
    footer .top_area .sig .company {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 4px;
    }
    footer .top_area .sig address {
        font-size: 12px;
        line-height: 1.5;
    }
    footer .top_area .privacy {
        width: auto;
        padding: 15px 20px;
        border: 1px solid #CFD8BD;
    }
    footer .top_area .privacy .txt {
        width: auto;
        padding-right: 10px;
        font-size: 11px;
        line-height: 1.5;
    }
    
    /*bottom_area*/
    footer .bottom_area {
        flex-direction: column;
        padding-top: 15px;
        text-align: center;
    }
    footer .bottom_area p {
        font-size: 10px;
    }
    footer .bottom_area small {
        font-size: 10.5px;
        margin-bottom: 15px;
    }
}
