@charset "utf-8";
body{
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
    letter-spacing: normal !important;
font-size:16px;
}
p{
font-size:16px;
}
h3{
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
font-size:16px;
}
.mark{
background: linear-gradient(transparent 70%, #fdda2d82 70%);
font-size:1.4em;
}
.sp500 {
    display: none;
}
.mg-t50{
   margin-top:50px;
}
.documents-ttl {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 7px;
}
.cnt_textbtn2 a {
    padding: 10px 60px 10px 60px;
    display: block;
    text-decoration: none;
    position: relative;
    background: #a8da45;
    border: 1px solid #a8da45;
    color: #fff !important;
    max-width: 350px;
    margin: 0 auto;
    text-align:center;
}

a:visited {
    color: #ffa634;
}

#ques h3 {
    background: #ffe507;
    padding: 40px 16px;
    font-weight: bold;
    font-size: 29px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

#ques .triangle::after {
    content: "";
    border-top: 20px solid #ffe507;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
}


#problem {
    display: flex;
    justify-content: space-between;
}

.problem-item {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.problem-item-inner {
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
    background: #fff;
    padding: 20px 15px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
    flex: 1;
}

.problem-item h4 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
    color: #333;
}

.problem-item li {
    line-height: 1.5;
    padding-left: 18px;
    position: relative;
    padding-bottom: 8px;
    font-weight: bold;
    color: #555;
}

.problem-item li::before {
    content: "・";
    position: absolute;
    left: 0px;
}

.problem-item img {
    max-width: 150px;
    height: auto;
}

.arrow-seijin {
    position: relative;
    margin: 38px auto;
    display: block;
}
.feature-cnt {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.feature-cnt-item {
    width: 32%;
}

.feature-cnt img {
    width: 100%;
    height: auto;
}

.main-item p+p {
    margin-top: 16px;
}

.main-item h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
}


.btn-inquiry {
    margin-top: 40px;
}

.btn-inquiry a {
    background: linear-gradient(90deg, rgb(255 242 69), rgb(255 222 95));
    text-decoration: none;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding: 16px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 48px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
    max-width: 500px;
}

.btn-inquiry a:hover {
    opacity: 0.5;
}

.btn-inquiry-txt-sub {
    font-size: 16px;
    display: flex;
    line-height: 1;
    justify-content: center;
}

.btn-inquiry-txt-sub::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #333;
    transform: rotate(-45deg);
    position: relative;
    margin-right: 10px;
}

.btn-inquiry-txt-sub::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #333;
    transform: rotate(45deg);
    position: relative;
    margin-left: 10px;
}


#feature h2.download-ttl {
    font-size: 30px;
    text-align: center;
    line-height: 2;
    background: #31a5a0;
    color: #fff;
    margin-bottom: 30px;
}

.sodan-btn-wrap {
    display: flex;
    justify-content: center;
}

.sodan-btn-wrap>div {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

.sodan-btn-wrap a {
    color: #fff;
    text-decoration: none;
    padding: 20px 60px;
    display: inline-block;
    border-radius: 70px;
    font-size: 20px;
    box-shadow: 4px 4px 3px rgb(32 53 97 / 30%);
    border: 4px solid #fff;
    position: relative;
    transition: .3s;
    text-align: center;
}

.sodan-btn-wrap a.o19 {
    background: #f0791e;
}

.sodan-btn-wrap a.u18 {
    background: #f0791e;
}

.sodan-btn-wrap a.o19:hover,
.sodan-btn-wrap a.u18:hover {
    opacity: 0.8;
    transition: .3s;
}

.sodan-btn-wrap a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 21px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sp800 {
    display: none;
}

.flex2box {
    display: flex;
    justify-content: space-between;
}

.flex2box .flex-item {
    width: 49%;
    background: #fff;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
}

.flex2box .merit-ttl {
    background: #f76a80;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
}

.flex2box .demerit-ttl {
    background: #575757;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
}

.flex2box-list-inner {
    padding: 15px 20px;
}

.flex2box-list-inner li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 9px;
    line-height: 1.7;
}

.flex2box-list-inner li::before {
    content: "・";
    position: absolute;
    left: 5px;
}

.flex2box+.flex2box {
    margin-top: 20px;
}
.flex-item .merit-ttl-s {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: rgb(247 106 128 / 10%);
    line-height: 2;
    margin-left: 20px;
    margin-right: 20px;
}

.flex-item .demerit-ttl-s {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: hsl(0deg 0% 34% / 10%);
    line-height: 2;
    margin-left: 20px;
    margin-right: 20px;
}


.target {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.target p {
    width: calc(100% - 100px);
}

.ttl-c-h3 {
    background: #009688;
    color: #fff;
    font-size: 16px;
    display: flex
;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.service-example-ttl {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    position: relative;
}

.service-list-border {
    border: 1px solid;
    max-width: 1000px;
    margin: 0 auto;
}

.service-list-wrap {
    display: flex;
    align-items: flex-end;
}

.service-list-wrap li {
    padding: 15px;
}

.service-example-ttl {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    position: relative;
}

.service-example-ttl::after {
    content: "";
    height: 3px;
    width: 90px;
    background: #31a5a0;
    display: block;
    left: 50%;
    position: relative;
    margin-left: -45px;
    bottom: -13px;
}


.cnt-item .service-list-wrap li {
    margin-bottom: 13px;
    font-weight: bold;
    background: #ebf4e8;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc((100% / 4) - 10px);
    box-sizing: border-box;
}

.service-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px 10px 20px;
    justify-content: space-between;
}

.service-list-wrap ul::after {
    content: "";
    display: block;
    width: calc((100% / 4) - 10px);
    height: 0;
}
.ttl-n-h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 0px;
}
.cnt-item {
    padding-bottom: 30px;
}

.area-flex2 {
    display: flex;
}
.area-flex2 p {
    padding-right: 50px;
}
#houmon-area {
    max-width: 467px;
    width: 100%;
    height: auto;
}

.pcr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.clinic {
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    letter-spacing: normal;
}
.pcr-list-item {
    width: 32.5%;
    margin-bottom: 10px;
}
.clinic .name {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 8px;
}
.pcr-list-item .name a {
    color: #024ea1;
    text-decoration: underline;
}
.clinic-img img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}


.clinic-img.medica,
.clinic-img.iin {
    position: relative;
}

.clinic-detail {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}

.pcr-list-item .name a {
    color: #024ea1;
}

.detail-ttl {
    width: 20%;
    font-size: 12px;
    margin-bottom: 5px;
}

.detail-txt {
    width: 80%;
    font-size: 12px;
    padding-left: 5px;
    box-sizing: border-box;
    line-height: 17px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.detail-ttl span {
    background: #5c5c5c;
    color: #fff;
    font-size: 10px;
    padding: 2px;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}
.side-guide {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 98;
}

.side-guide img {
    margin-bottom: 5px;
    width: 20px;
}

.side-guide a {
    writing-mode: vertical-rl;
    background: linear-gradient(180deg, #ff9059, #e76d10);
    color: #fff;
    height: 160px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    width: 47px;
    display: flex;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    align-items: center;
    text-decoration: none;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
    box-sizing: content-box;
}

.pcr-list-area{
margin-top:30px;
}
#c111{
padding-bottom:60px;
}
.documents-ttl h3 {
    background: #f76a80;
    text-align: center;
    border-radius: 40px;
    color: #fff;
}
#documents li::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid;
    display: inline-block;
    margin-right: 9px;
}

.documents-ttl h3 {
    background: #f76a80;
    text-align: center;
    border-radius: 40px;
    color: #fff;
}

#documents li {
    font-size: 24px;
    line-height: 1.8;
}

#documents .inner-wrap {
    background: #fff;
    padding: 40px 40px 35px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
}

.documents-ttl-min {
    font-size: 24px;
    font-weight: bold;
    margin-top: 12px;
    color: #333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 6px;
    display: flex;
}

.telnum-color {
    color: #d9534f;
}

#documents .star {
    width: 30px;
}
.must {
    background: #f76a80;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    box-sizing: border-box;
    margin-left: 10px;
font-weight: 400;
}

#qa .inner-wrap {
    padding: 0 20px;
}

#qa dl {
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 25px;
}

#qa dt {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

#qa dt span:not(.qa-num) {
    position: relative;
}

#qa dt .qa-num {
    background: #e6ecf4;
    border-radius: 20px;
    font-weight: bold;
    color: #0e55a2;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#qa dd .qa-a {
    background: #ffe3e7;
    border-radius: 20px;
    font-weight: bold;
    color: #0e55a2;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#qa dd {
    display: flex;
    align-items: baseline;
}

.qa-a+p {
    width: calc(100% - 50px);
}
#guide h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #31a5a0;
}

.form-tel-txt {
    margin-top: 21px;
}

.form-tel-txt .telnum {
    font-size: 50px;
    line-height: 1;
}
.form-tel-txt .telnum .tel-f {
    font-size: 35px;
}

.form-tel-txt .telnum .tel-num {
    font-size: 40px;
}

.form-tel-txt .time {
    font-size: 20px;
}

.form-tel-txt h3 {
    font-size: 24px;
    border-left: 5px solid #b2c6db;
    padding: 10px 20px;
    line-height: 1;
}

.service-list-wrap li {
    padding: 15px;
}

.service-list-wrap img {
    width: 78px;
    height: auto;
}

.service-list-wrap h2 {
    font-size: 18px;
    border-bottom: 1px solid;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #31a5a0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
}

.service-list-wrap span {
    font-size: 13px;

    margin-left: 3px;
}

.service-list-wrap li p {
    font-weight: normal;
    line-height: 1.5;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
letter-spacing: normal;
}

.service-example-ttl {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    position: relative;
}

.service-example-ttl::after {
    content: "";
    height: 3px;
    width: 90px;
    background: #31a5a0;
    display: block;
    left: 50%;
    position: relative;
    margin-left: -45px;
    bottom: -13px;
}

@media screen and (width <= 1000px) {
    .ttl-c-h3 {
        font-size: 16px;
        height: 63px;
        width: 63px;
    }
.target p {
        width: calc(100% - 75px);
        line-height
}

    .cnt-item .service-list-wrap li {
        width: calc((100% / 3) - 10px);
    }
    .area-link-ttl {
        margin-top: 40px;
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (width <= 800px) {
.sp800 {
        display: block;
    }
.sodan-btn-wrap a {
        padding: 13px 0px;
        border-radius: 70px;
        font-size: 16px;
        box-shadow: 2px 2px 3px rgb(32 53 97 / 30%);
        border: 3px solid #fff;
        text-align: center;
        width: 94%;
        box-sizing: border-box;
        line-height: 1.3;
    }
.area-flex2 {
        flex-direction: column;
    }
    .area-flex2 p {
        padding-right: initial;
    }
    .clinic {
        min-height: 397px;
    }
    .pcr-list-item {
        width: 49%;
        margin-bottom: 20px;
    }
    .documents-ttl h3 {
        border-radius: 5px;
        line-height: 1.5;
        padding: 10px;
    }
    .documents-ttl-min {
        font-size: 20px;
    }
    #ques h3 {
        padding: 15px 16px;
        font-size: 22px;
        margin-bottom: 40px;
    }
}

@media screen and (width <= 680px) {
    .problem-item h4 {
        font-size: 18px;
    }
    .problem-item li {
        padding-left: 16px;
        padding-bottom: 8px;
        font-size: 14px;
    }
    .problem-item-inner {
        padding: 15px 12px 6px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    #ques h3 {
        padding: 13px 10px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .feature-cnt-item {
        width: 100%;
    }
    .main-item h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    p {
        line-height: 1.5;
    }
.feature-cnt {
        flex-direction: column;
        gap: 15px;
    }
    .flex2box-list-inner {
        padding: 15px 13px;
    }
    .service-example-ttl {
        font-size: 18px;
        padding-top
}
    .cnt-item .service-list-wrap li {
        width: calc((100% / 2) - 10px);
    }
    .service-list-wrap ul {
        padding: 40px 20px 10px 20px;
    }
}

@media screen and (width <= 650px) {
    p {
        line-height: 1.5;
    }
    .pcr-list-item {
        width: 100%;
    }
    .flex-item .merit-ttl-s, .flex-item .demerit-ttl-s {
        font-size: 16px;
        margin-left: 13px;
        margin-right: 13px;
        line-height: 20px;
        padding: 10px;
    }
    .flex2box-list-inner li {
        padding-left: 15px;
        padding-bottom: 11px;
        line-height: 1.3;
    }
    .flex2box-list-inner li::before {
        left: -2px;
    }
    .service-list-wrap {
        flex-direction: column;
    }
    .cnt-ttl-l {
        font-size: 28px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: bold;
        padding-top: 57px;
    }
}
@media screen and (width <= 500px) {
    .sp500 {
        display: block;
    }
    .cnt-ttl-l {
        font-size: 20px;
        margin-bottom: 15px;
        padding-top: 50px;
    }
.service-list-wrap ul {
        padding: 40px 10px 10px 10px;
    }
    .flex2box {
        flex-direction: column;
    }
    .flex2box .merit-ttl, .flex2box .demerit-ttl {
        font-size: 20px;
    }
    #feature h2.download-ttl {
        font-size: 20px;
    }
.flex2box .flex-item {
        width: 100%;
        margin-bottom: 30px;
    }
.sodan-btn-wrap>div {
        width: 50%;
    }
    .sodan-btn-wrap a {
        padding: 13px 0px;
        border-radius: 10px;
        font-size: 14px;
        box-shadow: 2px 2px 3px rgb(32 53 97 / 30%);
        border: 2px solid #fff;
        width: 96%;
    }
    .target p {
        width: calc(100% - 75px);
        line-height: 1.5;
    }
    .service-list-wrap h2 {
        font-size: 14px;
    }

    .service-list-wrap li p {
        font-size: 13px;
    }
    .cnt-item .service-list-wrap li {
        width: calc((100% / 2) - 4px);
    }
.ttl-n-h3 {
        font-size: 20px;
    }
    .documents-ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #documents li {
        display: flex;
        align-items: center;
        font-size: 18px;
    }
    .must {
        font-size: 14px;
        padding: 0px 5px;
        margin-left: 10px;
    }
    #documents .star {
        width: 18px;
    }
    #qa dt .qa-num, #qa dd .qa-a {
        border-radius: 20px;
        margin-right: 10px;
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
.qa-a+p, .qa-num+span {
        font-size: 15px;
        line-height: 1.5;
    }
    .form-tel-txt .telnum .tel-f {
        font-size: 25px;
    }

    .form-tel-txt .telnum {
        font-size: 38px;
        line-height: 1.5;
    }

    .form-tel-txt .time {
        font-size: 16px;
    }
}
@media screen and (width <= 475px) {
    .feature-cnt {
        padding-bottom: 0;
    }
}

@media screen and (width <= 350px) {
  body {
        font-size: 14px;
    }
}
#c3 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c1 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c92 {
	clear: both;
	display: none;
	margin: 0 auto 80px 0;
	padding:    ;
}
#c92 h3,
#c92 div {
	text-align: left;
}
#c59 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c59 h3,
#c59 div {
	text-align: left;
}
#c77 {
	clear: both;
	margin: 0 0 40px 0;
	padding:    ;
}
#c77 h3,
#c77 div {
	text-align: left;
}
#c96 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c79 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c79 h3,
#c79 div {
	text-align: left;
}
#c97 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c99 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c99 h3,
#c99 div {
	text-align: left;
}
#c98 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c100 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c100 h3,
#c100 div {
	text-align: left;
}
#c101 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c103 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c103 h3,
#c103 div {
	text-align: left;
}
#c102 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c104 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c104 h3,
#c104 div {
	text-align: left;
}
#c111 {
	clear: both;
	margin: 0 auto 80 auto;
	padding:    ;
}
#c111 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c111 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c106 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c107 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c107 h3,
#c107 div {
	text-align: left;
}
#c108 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c112 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c112 h3,
#c112 div {
	text-align: left;
}
#c109 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c110 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c110 h3,
#c110 div {
	text-align: left;
}
#c113 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c114 {
	clear: both;
	margin:    ;
	padding:    ;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
#c3 {
}
#c1 {
}
#c92 {
	display: none;
}
#c59 {
}
#c77 {
}
#c96 {
}
#c79 {
}
#c97 {
}
#c99 {
}
#c98 {
}
#c100 {
}
#c101 {
}
#c103 {
}
#c102 {
}
#c104 {
}
#c111 {
}
#c111 {
}
#c106 {
}
#c107 {
}
#c108 {
}
#c112 {
}
#c109 {
}
#c110 {
}
#c113 {
}
#c114 {
}
}
@media screen and (max-width: 640px) {
#c3 {
}
#c1 {
}
#c92 {
	display: none;
}
#c59 {
}
#c77 {
}
#c96 {
}
#c79 {
}
#c97 {
}
#c99 {
}
#c98 {
}
#c100 {
}
#c101 {
}
#c103 {
}
#c102 {
}
#c104 {
}
#c111 {
}
#c111 {
}
#c106 {
}
#c107 {
}
#c108 {
}
#c112 {
}
#c109 {
}
#c110 {
}
#c113 {
}
#c114 {
}
}
