@media screen and (max-width: 750px) {
    .sp_hidden {
        display: none
    }
    .pc_hidden {
        /*display: inline*/
    }
    p {
        padding: 0;
        margin: 0;
    }
    /*font-face*/
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
    }
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.eot');
        src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        -webkit-text-size-adjust: none;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #000 !important;
        font-size: 11.5pt !important;
        line-height: 180% !important;
        text-align: left;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    img, iframe {
        vertical-align: bottom;
    }
    body#ind #wrap {
        background: url("../img/bg_mz1.png") no-repeat left 0px top 0px / 100px auto, url("../img/bg_mz2.png") no-repeat right 0 top 740px / 150px auto, url("../img/bg_mz3.png") no-repeat right 0 top 2000px/ 150px auto, url("../img/bg_mz4.png") no-repeat left 0 top 3300px / 300px auto, url("../img/wrap.png")
    }
    .sec #wrap {
        background: url("../img/bg_mz1.png") no-repeat left 0px top 0px / 100px auto, url("../img/wrap.png")
    }
    #ind img {
        width: auto;
        max-width: 100%;
    }
    .sec main {
        margin: 7% 5% 7%;
    }
    .sec main img {
        width: auto;
        max-width: 100%;
    }
    .content_wrap {
        width: 90%;
        margin: 0 auto;
    }
    ol {
        margin: 0;
        padding: 0;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    ol.un {
        padding-bottom: 20px;
    }
    ol.un li {
        margin-left: 1.5em;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_basic th {
        background-color: #f3f3f3;
        padding: 8px 8px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align:center;
        white-space: nowrap;
    }
    .table_basic td {
        background-color: #FFF;
        padding: 8px 8px;
        border-top: 1px solid #FFF;
        
    }
    .table_basic td.c{
        text-align: center;
    }
    .table_basic td .full {
        width: 100%;
        border:1px solid #bbb;
    }
    .table_basic td textarea {
        width: 100%;
        height: 120px;
        border:1px solid #bbb;
    }
    .scrool-table table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .table_scrool {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_scrool th {
        background-color: #f3f3f3;
        padding: 8px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: left;
    }
    .table_scrool td {
        background-color: #FFF;
        padding: 8px;
        border-top: 1px solid #FFF;
    }
    .table_scrool td img {}
    .req-mark {
        font-size: 8pt;
        color: #D00003
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .sp_no {
        display: none
    }
    .h img {
        display: none;
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        padding:24px 0;
        text-align: center;
    }
    header #logo {
    }
    header #logo h1 {
        display: block;
        color: #38a8dc;
        margin: 0;
        padding: 0 0 13px 0;
        font-size: 9pt;
        font-weight: 500;
        line-height: 1.6;
    }
    header #logo a {
        display: block;
        color: #000;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 18pt;
        letter-spacing: 1pt;
    }
    header #logo img{
		width: 80%;
    }
    header #header_contents {
        display: none;
    }
    header .sp_nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        background:#38a8dc;
        font-weight: 500;
        font-family: "M PLUS Rounded 1c", sans-serif;
        z-index: 999999;
    }
    header .sp_nav li {
        flex: 1;
        padding: 12px 0;
        border-top: 1px solid #fff;
    }
    header .sp_nav li + li {
        border-left: 1px solid #fff;
    }
    header .sp_nav li a {
        color: #fff;
        display: block;
    }
    header .sp_nav li:nth-child(1) a:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        font-weight: normal;
        font-size: 22pt;
    }
    header .sp_nav li:nth-child(2) a:before {
        font-family: 'LigatureSymbols';
        content: "\E08a";
        line-height: 1;
        font-weight: normal;
        font-size: 22pt;
    }
    header .sp_nav li:nth-child(3) a:before {
        font-family: 'LigatureSymbols';
        content: "\E157";
        font-weight: normal;
        font-size: 28pt;
        line-height:1;
        display: inline-block;
        transform: translateY(-3px); /* 上下方向の位置を微調整する */
        margin-bottom: -5px;
    }
    header .sp_nav li:nth-child(4) a:before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-weight: normal;
        font-size: 20pt;
    }
    header .sp_nav li a span {
        font-size: 11pt;
        line-height: 1.4;
        padding-top: 6px;
        display: block;
    }
    header .sp_nav li:nth-child(3) a span {
        font-size: 11pt;
        line-height: 1.4;
        padding-top: 0px;
        margin-top: -1px;
        display: block;
    }
    .menu-btn {}
    /*----------------------------------------Ｇナビ----------------------------------------*/
    .gnav-wrapper {
        display: none;
    }
    /*----------------------------------------フッタ----------------------------------------*/
    footer {
        background: #44a9e9 url("../img/footer_bg.png") no-repeat center bottom;
        padding: 8% 0 170px;
        margin-bottom: 80px;
    }
    footer .inner {
        margin: 0 5%;
        text-align: center;
        color: #fff;
    }
	footer .inner a{color: #fff !important;text-decoration: none;}
    footer .inner .tit {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 15pt;
        line-height: 1.5;
        letter-spacing: 0pt;
        margin-bottom: 30px;
    }
    footer .inner .tit::before {
        content: '';
        width: 28px;
        height: 43px;
        background: url("../img/footer_fuki1.png") no-repeat;
        margin-right: 15px;
        display:none;
        transform: translateY(12px); /* 上下方向の位置を微調整する */
    }
    footer .inner .logo{
        margin-bottom: 20px;
    }
    footer .inner .logo a {
        display: block;
        color: #fff;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 15pt;
        letter-spacing: 1pt;
        margin-bottom:5px;
    }
    footer .inner .logo p {
        display: block;
    }
    footer .inner .logo img{
        width: 100%;
    }
    footer .inner .box {
        margin-bottom: 5px;
    }
    footer .inner .box span {
        font-size: 19pt;
        line-height: 1;
        display: block;
        letter-spacing: 1.8pt;
        font-weight: 600;
        white-space: nowrap;
        margin: 0 0 5px;
    }
    footer .inner .box .tel span:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 5px;
        font-weight: 300;
    }
    footer .inner .box .fax span:before {
        font-family: 'LigatureSymbols';
        content: "\E10a";
        line-height: 1;
        margin-right: 5px;
        font-weight: 300;
        font-size: 24pt;
    }
    footer .inner .box2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
    footer .inner .mail{
    }
    footer .inner .mail a {
        display: inline-block;
        padding: 11px 50px 14px;
        background: #fff;
        border-radius: 100px;
    }
    footer .inner .mail a span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13pt;
        line-height: 13pt;
        font-weight: 500;
        color: #38a8dc;
    }
    footer .inner .mail a span:before {
        font-family: 'LigatureSymbols';
        content: "\E08a";
        font-weight: normal;
        margin-right: 7px;
        transform: translateY(1px);
        display: inline-block;
        font-size: 20pt;
        line-height: 20pt;
    }
    footer .inner .line a span{
        background: #fff;
        border-radius: 100px;
        padding: 7px;
        display: block;
    }
    footer .inner .line{
        margin-left: 12px;
    }
    footer .inner .line a span img{
        width: 40px;
        height: 40px;
        display: block;
    }
    footer .inner #footer_nav {
        display: none;
    }
    footer .copy {
        font-size: 11pt;
        text-align: center;
        padding: 20px 0;
    }
    #topcontrol {
        position: fixed;
        bottom: 94px;
        right: 10px;
        background: #38a8dc;
        z-index: 9999999;
        border-radius: 100px;
    }
    #topcontrol img {
        display: block;
        width: 50px;
        height: 50px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    #viewerbox, .viewer, .viewer .kv_txt1, .viewer .kv_txt2, .viewer .kv_txt3, .viewer ul{
        display: none;
    }
    #slides {
        margin: 0 auto;
    }
    /*----------------------------------------index----------------------------------------*/
    #index01 {
        padding:30px 0 20px 0;
    }
    #index01 .inner {
    }
    #index01 p.h2_cap {
        color: #38a8dc;
        font-weight: 400;
        font-size:9pt;
        letter-spacing: 1.3pt;
        padding-bottom: 5px;
        text-align: left;
        margin-bottom: 0px;
    }
    #index01 h2 {
        color: #000;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 17pt;
        line-height: 1.5;
        letter-spacing: 0pt;
        padding: 0;
        margin: 0 0 15px 0;
    }
    #index01 p.txt {
        margin-bottom: 15px;
    }
    #index01 div.map {
        
    }
    #index02 {
        background:#e1f2f6;
    }
    #index02 .inner {
        padding: 20px 0 10px;
    }
    #index02 h2 {
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 18pt;
        letter-spacing: 1pt;
        background: none;
        margin: 0 0 22px 0;
        padding: 0;
        text-align: center;
    }
    #index02 h2 strong {
        border-bottom:1px solid #38a8dc;
        display: inline-block;
        font-weight: 500;
        line-height: 1.5;
        padding-bottom: 0px;
    }
    #index02 h2 span {
        display: inline-block;
        font-weight: 400;
        line-height: 1;
        padding: 7px 7px;
        margin-right: 7px;
        font-size:30pt;
        position: relative;
    }
    #index02 h2 span::before, #index02 h2 span::after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
    }
    #index02 h2 span::before {
        border-left: solid 1px #38a8dc;
        border-top: solid 1px #38a8dc;
        top: 0;
        left: 0;
    }
    #index02 h2 span::after {
        border-right: solid 1px #38a8dc;
        border-bottom: solid 1px #38a8dc;
        bottom: 0;
        right: 0;
    }
    #index02 ol {
        background: #fff;
        border-radius: 10px;
        display: flex;
        flex-flow: column;
        align-items: left;
        justify-content: center;
        padding:10px 10px 10px 10px;
        box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 10%);
        margin-bottom: 20px;
    }
    #index02 ol li {
        padding: 10px 0 10px 37px;
        position: relative;
    }
    #index02 ol li::before {
        content: '';
        width: 21px;
        height: 21px;
        background: url("../img/index02_icon.png") no-repeat;
        margin-right: 10px;
        display: inline-block;
        transform: translateY(4px); /* 上下方向の位置を微調整する */
        position: absolute;
        left: 5px; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
    }
    #index03 {
        padding: 30px 0px 10px;
        text-align: center;
    }
    #index03 h2 {
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 20pt;
        letter-spacing: 1.2pt;
        background: url("../img/h2_dot.png")repeat-x center bottom;
        display: inline-block;
        margin: 0 auto 10px;
        padding: 0 15px 15px;
    }
    #index03 .h2_cap {
        color: #6f6f6f;
        font-weight: 500;
        font-size: 9pt;
        letter-spacing: 1.3pt;
        margin-bottom: 20px;
    }
    #index03 .box {
        margin-bottom: 8%;
    }
    #index03 .box .pic {
        margin-bottom: 15px;
    }
    #index03 .box .pic img {
        border-radius: 30px 0 30px 0;
    }
    #index03 .box .txt {
        flex: 1;
        text-align: left;
    }
    #index03 .box .txt .up {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    #index03 .box .txt .up .num {
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 100;
        font-size: 40pt;
        letter-spacing: -3pt;
        padding: 0 20px;
    }
    #index03 .box .txt .up .tit {
        border-left: 1px solid #97ccd8;
        display: flex;
        flex-flow: column;
        padding: 10px 0px 10px 20px;
        color: #38a8dc;
        font-size: 9pt;
        letter-spacing: 1.3pt;
    }
    #index03 .box .txt .up .tit span {
        display: block;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 20pt;
        letter-spacing: 2.4pt;
        color: #000;
        line-height: 18pt;
        padding-bottom: 5px;
    }
    #index03 .box .txt p {
    }
	#index03 .box .txt a{
		display: block;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: #217FC4;
		border-radius: 10px;
		padding: 15px 0px;
		margin: 15px auto 0 auto;
	}
    #index04 {
        margin: 0 5%;
    }
    #index04 .inner{
        background: #38a8dc;
        padding:0px 5%;
        border-radius: 15px;
    }
    #index04 ol {
    }
    #index04 ol li {
        text-align: center;
        flex: 1;
        padding: 25px 0;
    }
    #index04 ol li + li {
        border-top: 1px solid #7dc6e8
    }
    #index04 ol li span {
        display: block;
        color: #7ee5ff;
        padding: 10px 0 3px;
        font-size: 9pt;
        font-weight: 400;
        letter-spacing: 1.3pt;
    }
    #index04 ol li p {
        display: block;
        color: #fff;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 15pt;
        letter-spacing: 1.4pt;
    }
    #index04 ol li p::after {
        content: '';
        width: 19px;
        height: 19px;
        background: url("../img/index04_icon.png") no-repeat;
        margin-left: 6px;
        display: inline-block;
        transform: translateY(3px); /* 上下方向の位置を微調整する */
    }
    #index05 {
        padding: 50px 0 30px;
        text-align: center;
        background: url("../img/bg_mz5.png")no-repeat right bottom/ 200px auto;
    }
    #index05 h2 {
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 20pt;
        letter-spacing: 1.2pt;
        background: url("../img/h2_dot.png")repeat-x center bottom;
        display: inline-block;
        margin: 0 auto 10px;
        padding: 0 15px 15px;
    }
    #index05 .h2_cap {
        color: #6f6f6f;
        font-weight: 500;
        font-size: 9pt;
        letter-spacing: 1.3pt;
        margin-bottom: 30px;
    }
    #index05 .inner{
        background:  url("../img/index05_bg.png")no-repeat left 0px bottom 0px / contain;
        padding: 0 0px 120px;
    }
    #index05 .btn {
        text-align: center;
        margin:0px 0 0;
    }
    #index05 .btn a {
        display: inline-block;
        color: #fff;
        background: #38a8dc;
        padding: 11px 50px 14px;
        border-radius: 100px;
    }
    #index05 .btn a:before {
        font-family: 'LigatureSymbols';
        content: "\E096";
        line-height: 1;
        margin-right: 10px;
        font-weight: 300;
        font-size: 11pt;
        transform: translateY(-2px); /* 上下方向の位置を微調整する */
        display: inline-block;
    }
    #index05 .btn a:hover{
        background: #43bff9;
    }
    #kv_sec {
        height: 120px;
        text-align: center;
        position: relative;
        margin: 0 auto;
    }
    #kv_sec p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size:15pt;
        line-height: 15pt;
    }
    #kv_sec p span {
        display: block;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-weight: 500;
        font-size: 9pt;
        padding-top: 5px;
        letter-spacing: 1.3pt;
        color: #38a8dc;
    }
    .kv_sale{
        background:url("../img/kv_sale_sp.png") no-repeat center center / cover;
    }
    .kv_appraisal{
        background:url("../img/kv_appraisal_sp.png") no-repeat center top / cover;
    }
    .kv_vacant{
        background:url("../img/kv_vacant_sp.png") no-repeat center top / cover;
    }
    .kv_company{
        background:url("../img/kv_company_sp.png") no-repeat center top / cover;
    }
    .kv_faq{
        background:url("../img/kv_faq_sp.png") no-repeat center top / cover;
    }
    .kv_contact{
        background:url("../img/kv_contact_sp.png") no-repeat center top / cover;
    }
    .kv_policy{
        background:url("../img/kv_policy_sp.png") no-repeat center top / cover;
    }
    .kv_sitemap{
        background:url("../img/kv_sitemap_sp.png") no-repeat center top / cover;
    }
    .kv_policy p span, .kv_appraisal span{
        color: #fff!important;
    }
    .sec h2 {
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 19pt;
        letter-spacing: 2pt;
        display: block;
        margin: 0 auto;
        padding: 18px 0 15px;
        text-align:center;
    }
    .h2_cap {
        color: #6f6f6f;
        font-weight: 500;
        font-size: 12pt;
        letter-spacing: 1.6pt;
        margin-bottom: 60px;
        text-align: center;
    }
    h3 {
        font-size: 14pt;
        font-weight: 500;
        margin: 0 0px 20px;
        color: #38a8dc;
        line-height: 1.5;
        width: 100%;
        background: #e1f2f6;
        border-radius: 100px;
        padding: 8px 20px 10px;
    }
    h4 {
        font-size: 12.5pt;
        font-weight: 600;
        margin: 0 0px 15px;
        color: #38a8dc;
        line-height: 1.5;
        width: 100%;
        padding: 0px 10px;
    }
    .in-txt {
        padding: 0;
    }
    .mbs {
        margin-bottom: 10px;
    }
    .mbm {
        margin-bottom: 20px;
    }
    .mbl {
        margin-bottom: 30px;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 5px 0 5px 0.4em;
    }
    ol.check li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #ccc;
    }
    .sec_hbox {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        flex-flow: column;
        margin-bottom: 30px;
        padding: 0 10pxpx;
    }
    .sec_hbox .pic {
    }
    .sec_hbox .pic img{
        border-radius: 20px 20px 0px 0;
    }
    .sec_hbox .txt {
        padding: 0 10px;
    }
    .sec ol.sec1 {
        padding-left: 0em;
    }
    .sec ol.sec1 li {
        position: relative;
        border-bottom: 1px dotted #ddd;
        padding: 12px 0 12px 37px;
    }
    .sec ol.sec1 li::before {
        content: '';
        width: 21px;
        height: 21px;
        background: url("../img/index02_icon.png") no-repeat;
        margin-right: 15px;
        display: inline-block;
        transform: translateY(4px); /* 上下方向の位置を微調整する */
        position: absolute;
        left: 5px; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
    }
    .in_txt {
        padding: 0 10px;
    }
    /*--------------------------------------------------------------------------------*/
    .sec_btns {
        text-align: center;
    }
    .sec_btns a {
        display: block;
        width: 75%;
        color: #fff;
        background: #38a8dc;
        padding: 11px 0px 14px;
        border-radius: 100px;
        margin: 0 auto 18px;
        font-size: 13pt;
    }
    .sec_btns a.linebtn{
        background: #07b53b;
    }
    .sec_btns a:before {
        font-family: 'LigatureSymbols';
        content: "\E096";
        line-height: 1;
        margin-right: 10px;
        font-weight: 300;
        font-size: 11pt;
        transform: translateY(-2px); /* 上下方向の位置を微調整する */
        display: inline-block;
    }
    .sec_btns a:hover {
        color: #fff;
        background: #43bff9;
    }
    .table_img {
        text-align: center;
    }
    /*-----------------------------------sale---------------------------------------------*/
    #sale .flow:after {
        font-family: 'LigatureSymbols';
        content: "\E03e";
        margin:15px auto;
        text-align: center;
        width: 100%;
        font-weight: 300;
        font-size: 40pt;
        line-height:40pt;
        display:block;
        color:#38a8dc;
    }
    /*-----------------------------------company---------------------------------------------*/
    #company h3 {
        margin: 0 0px 25px;
    }
    /*-----------------------------------faq---------------------------------------------*/
    #faq div {
        padding: 0px 0px 15px;
        text-align: left;
    }
    #faq div p {
        display: block;
        display: flex;
        padding-bottom: 15px;
    }
    #faq div:last-child {
        border-bottom: none;
    }
    #faq div p:first-child {
        font-size: 11.5pt;
        color: #3aa8c4;
        align-items: center;
        font-weight: 500;
    }
    #faq div p u {
        display: block;
        text-decoration: none;
        width: calc(100% - 60px);
    }
    #faq div p u.intit {}
    #faq div p span.q {
        font-size: 14pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        color: #fff;
        font-weight: 300;
        line-height: 14pt;
        background: #3aa8c4;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
    }
    #faq div p span.a {
        font-size: 14pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        color: #fff;
        font-weight: 300;
        line-height: 14pt;
        background: #c3b67b;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
    }
    /*-----------------------------------------sitemap---------------------------------------*/
    #sitemap .box {
    }
    #sitemap ol {
    }
    #sitemap ol li {
        padding-left: 25px;
        border-bottom: 1px dotted #ccc;
    }
    #sitemap ol li.no, #sitemap ol li.sub {
        border-bottom: 1px solid #fff;
    }
    #sitemap ol li.no a {
        padding: 12px 0 0;
    }
    #sitemap ol li a {
        color: #222;
        display: block;
        padding: 12px 0;
    }
    #sitemap ol li.sub a {
        padding: 7px 0 7px 10px;
    }
    #sitemap ol li.sub a:before {
        content: "├";
        display: inline-block;
        margin-right: .6em;
    }
    #sitemap ol li.sub_end a:before {
        content: "└";
        display: inline-block;
        margin-right: .6em;
    }
    #sitemap ol li.sub_end a {
        padding-bottom: 12px;
        padding: 7px 0 15px 10px;
    }
    /*-----------------------------------------policy---------------------------------------*/
    #policy div {
        padding: 0 10px 30px;
    }
    #policy p {
        padding: 0 10px 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12 {}
}