@charset "utf-8";

    .right {text-align: right !important;}
    .cen {text-align: center !important;}

@media screen and (min-width:751px) and (max-width:1199px) {
    header #logo h1 {
        max-width: 360px;
    }
}
@media screen and (min-width: 751px) {
    .sp_hidden {
        /*display: inline*/
    }
    .pc_hidden {
        display: none
    }
    /*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 {
        min-width: 1200px;
        -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;
        font-size: 13pt;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 1.7px;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p {
        padding: 0;
        margin: 0;
    }
    a {
        transition: all 0.5s ease 0s;
    }
    img, iframe {
        vertical-align: bottom;
    }
    img {
        -webkit- backface-visibility: hidden;
    }
    * {
        margin: 0;
        padding: 0;
    }
    .switch {
        visibility: hidden;
    }
    a:hover img {
        transition: all 0.1s ease; /*0.5秒かけて要素を変化させる*/
        opacity: 0.7; /*要素の透明度を指定*/
        filter: alpha(opacity=70); /*ie6、7の透明度指定*/
        /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }
    .nav-wrap {
        display: none;
    }
    #wrap {
        overflow: hidden;
    }
    #m-menu {
        display: none;
    }
    #ind main {
        margin: 100px 0 0px;
    }
    .sec main {
        margin: 90px auto 100px;
        width: 1200px;
    }
    .sec main img {
        width: auto;
        max-width: 100%;
    }
    .content_wrap {
        width: 1200px;
        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: calc(100% - 60px);
        margin: 0 auto;
    }
    .table_basic th {
        background: #f3f3f3;
        padding: 20px 20px;
        font-weight: normal;
        text-align: center;
        width: 20%;
    }
    .table_basic td {
        background: #FFF;
        padding: 20px 20px;
    }
    .table_basic td td {
        background: #FFF;
        padding: 10px 10px 10px 0px;
    }
    .table_basic td.c {
        text-align: center;
    }
    .table_basic td textarea {
        height: 200px;
        width: 100%;
        border: 1px solid #bbb;
    }
    .table_basic td input {
        border: 1px solid #bbb;
    }
    .table_basic td input.input {
        width: 100%;
    }
    .table_basic td input.radio {
        margin-right: 5px;
    }
    .req-mark {
        font-size: 8pt;
        color: #D00003
    }
    .pc_no {
        display: none
    }
    .h img {
        display: block;
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 28px 0 28px;
    }
    header #logo {
        padding-left: 30px;
    }
    header #logo h1 {
        display: block;
        color: #38a8dc;
        margin: 0;
        padding: 0;
        font-size: 11pt;
        font-weight: 500;
    }
    header #logo a {
        display: block;
        color: #000;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 24pt;
        letter-spacing: 2pt;
    }
    header #header_contents {
        margin-right: 30px;
    }
    header #header_contents .h_menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header .h_menu .tel {
        display: block;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 21pt;
        line-height: 21pt;
        letter-spacing: 1pt;
        white-space: nowrap;
    }
    header .h_menu .tel:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 5px;
        font-weight: 300;
    }
    header .h_menu .txt {
        display: block;
        font-size: 11pt;
        line-height: 1.3;
        padding: 0 15px;
        white-space: nowrap;
    }
    header .h_menu .mail a {
        background: #38a8dc;
        color: #fff;
        padding: 4px 40px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        white-space: nowrap;
    }
    header .h_menu .mail a:hover {
        background: #43bff9;
    }
    header .h_menu .mail a span {
        font-size: 12pt;
        font-weight: 400;
        line-height: 12pt;
    }
    header .h_menu .mail a:before {
        font-family: 'LigatureSymbols';
        content: "\E08a";
        font-weight: normal;
        font-size: 160%;
        line-height: 160%;
        margin-right: 10px;
        transform: translateY(1px); /* 上下方向の位置を微調整する */
    }
    header .h_menu .line a span {
        background: #07b53b;
        border-radius: 100px;
        padding: 7px;
        display: block;
    }
    header .h_menu .line {
        margin-left: 12px;
    }
    header .h_menu .line a span img {
        width: 40px;
        height: 40px;
        display: block;
    }
    .sp_nav {
        display: none;
    }
    /*----------------------------------------Ｇナビ----------------------------------------*/
    .gnav-wrapper {
        position: relative;
        text-align: center;
        margin: 20px auto 0;
    }
    .gnav-wrapper .gnav {
        display: flex;
    }
    .gnav-wrapper .gnav li {
        width: calc(100% / 5);
    }
    .gnav li + li {
        border-left: 1px solid #d8d8d8;
    }
    .gnav li a {
        display: block;
        padding: 5px 0px;
        color: #000;
        font-size: 12.5pt;
        font-weight: 500;
    }
    .gnav > li:hover .megamenu {
        max-height: 9999px;
        opacity: 1;
        padding: 0px 0;
    }
    .megamenu {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 760px;
        position: absolute;
        top: 68px;
        right: 0;
        transition: all .5s ease-in;
        z-index: 999;
        background: #e1f2f6;
    }
    .megamenu-inner {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        padding: 15px 10px 1px;
        display: flex;
        flex-wrap: wrap;
    }
    .megamenu-inner li {
        width: calc(100% / 3 - 20px) !important;
        padding: 0;
        margin: 0 10px 15px;
    }
    .megamenu-inner li + li {
        border-left: none;
    }
    .megamenu-inner li a {
        color: #38a8dc;
        text-align: center;
        border: none;
        display: block;
        padding: 15px 10px;
        background-color: rgba(255, 255, 255, 1.0);
        transition: 0.4s;
        border: 1px solid #92bed9;
        border-radius: 6px;
    }
    .megamenu-inner li a:hover {
        text-decoration: none;
        background: #38a8dc;
        border: 1px solid #38a8dc;
        color: #fff;
    }
    /*----------------------------------------フッタ----------------------------------------*/
    footer {
        background: #44a9e9 url("../img/footer_bg.png") no-repeat center bottom;
        padding: 60px 0 170px;
    }
	footer .inner a{color: #fff !important;text-decoration: none;}
    footer .inner {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 12pt;
    }
    footer .inner .tit {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 24pt;
        letter-spacing: 2pt;
        margin-bottom: 40px;
    }
    footer .inner .tit::before {
        content: '';
        width: 28px;
        height: 43px;
        background: url("../img/footer_fuki1.png") no-repeat;
        margin-right: 15px;
        display: inline-block;
        transform: translateY(12px); /* 上下方向の位置を微調整する */
    }
    footer .inner .tit::after {
        content: '';
        width: 27px;
        height: 43px;
        background: url("../img/footer_fuki2.png") no-repeat;
        margin-left: 0px;
        display: inline-block;
        transform: translateY(12px); /* 上下方向の位置を微調整する */
    }
    footer .inner .logo {
        padding-bottom: 15px;
        border-bottom: 1px solid #9ad0f3;
        width: 700px;
        margin: 0 auto 15px;
    }
    footer .inner .logo a {
        display: block;
        color: #fff;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 19pt;
        letter-spacing: 1pt;
        margin-bottom: 0px;
    }
    footer .inner .logo p {
        display: block;
    }
    footer .inner .box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    footer .inner .box span {
        font-size: 21pt;
        line-height: 1;
        display: block;
        letter-spacing: 1.8pt;
        font-weight: 600;
        white-space: nowrap;
        margin: 0 10px;
    }
    footer .inner .box .tel span:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 2px;
        font-weight: 300;
    }
    footer .inner .box .fax span:before {
        font-family: 'LigatureSymbols';
        content: "\E10a";
        line-height: 1;
        margin-right: 2px;
        font-weight: 300;
        font-size: 24pt;
    }
    footer .inner .box2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    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 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    footer .inner #footer_nav ol {
        flex: 1;
        text-align: left;
    }
    footer .inner #footer_nav ol li {}
    footer .inner #footer_nav ol li a {
        color: #fff;
        display: block;
        padding: 6px 0;
        font-size: 11pt;
    }
    footer .inner #footer_nav ol li.sub a:before {
        content: "├";
        display: inline-block;
        margin-right: .4em;
        color: #fff;
        transform: translateY(-1px);
    }
    footer .inner #footer_nav ol li.subend a:before {
        content: "└";
        display: inline-block;
        margin-right: .4em;
        color: #fff;
        transform: translateY(-1px);
    }
    footer .copy {
        font-size: 11pt;
        text-align: center;
        padding: 15px;
    }
    #topcontrol {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #38a8dc;
        border-radius: 100px;
    }
    #topcontrol img {
        display: block;
        width: 60px;
        height: 60px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .viewer .kv_txt1 {
        position: absolute;
        left: 180px;
        top: 170px;
        z-index: 99999;
    }
    .viewer .kv_txt2 {
        position: absolute;
        left: 78px;
        top: 270px;
        z-index: 99999;
    }
    .viewer {
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
        height: 778px;
        box-sizing: border-box;
    }
    .viewer ul {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 99997;
    }
    .viewer ul li {
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
    }
    .viewer ul li img {
        position: absolute;
        left: 0%;
        width: 1920px;
        margin-left: 0px;
    }
    #slides {
        display: none;
    }
    /*----------------------------------------index----------------------------------------*/
    body#ind {
        background: url("../img/bg_mz1.png") no-repeat left 0px top 0px, url("../img/bg_mz2.png") no-repeat right 0 top 940px, url("../img/bg_mz3.png") no-repeat right 0 top 2700px, url("../img/bg_mz4.png") no-repeat left 0 top 3600px;
    }
    #index01 {
        padding: 0px 0 130px;
        background: url("../img/index01_bg.png")no-repeat top center;
    }
    #index01 .inner {
        position: relative;
        min-height: 625px;
        max-width: 1200px;
    }
    #index01 p.h2_cap {
        color: #38a8dc;
        font-weight: 400;
        font-size: 11pt;
        letter-spacing: 2pt;
        padding-bottom: 15px;
        text-align: left;
        margin: 0;
    }
    #index01 h2 {
        color: #000;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 24pt;
        line-height: 1.5;
        letter-spacing: 3pt;
        padding: 0;
        margin: 0 0 40px 0;
        z-index: 1;
        position: relative;
    }
    #index01 p.txt {
        line-height: 2.2;
        padding-left: 80px;
        z-index: 1;
        position: relative;
    }
    #index01 div.map {
        position: absolute;
        bottom: 220px;
        left: -200px;
        z-index: 0;
    }
    #index02 {
        background: url("../img/index02_bg.png")no-repeat top center;
        min-height: 672px;
    }
    #index02 .inner {
        display: flex;
    }
    #index02 h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 24pt;
        letter-spacing: 2.4pt;
        background: none;
        margin: 0 !important;
        padding: 0 !important;
    }
    #index02 h2 strong {
        border-right: 2px solid #38a8dc;
        display: inline-block;
        font-weight: 500;
        line-height: 1.5;
        padding-bottom: 5px;
    }
    #index02 h2 span {
        display: inline-block;
        font-weight: 400;
        line-height: 1.4;
        padding-bottom: 10px;
        padding-top: 13px;
        margin-bottom: 10px;
        font-size: 50px;
        position: relative;
    }
    #index02 h2 span::before, #index02 h2 span::after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
    }
    #index02 h2 span::before {
        border-right: solid 2px #38a8dc;
        border-top: solid 2px #38a8dc;
        top: 0;
        right: 0;
    }
    #index02 h2 span::after {
        border-left: solid 2px #38a8dc;
        border-bottom: solid 2px #38a8dc;
        bottom: 0;
        left: 0;
    }
    #index02 ol {
        background: #fff;
        margin-top: 170px;
        margin-left: 50px;
        width: calc(100% - 180px / 2);
        border-radius: 30px;
        display: flex;
        flex-flow: column;
        align-items: left;
        justify-content: center;
        padding: 30px;
        box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 10%);
    }
    #index02 ol li {
        padding: 17px 0;
    }
    #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(3px); /* 上下方向の位置を微調整する */
    }
    #index03 {
        padding: 115px 0px 40px;
        text-align: center;
    }
    #index03 h2 {
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 28pt;
        letter-spacing: 2.4pt;
        background: url("../img/h2_dot.png")repeat-x center bottom;
        display: inline-block;
        margin: 0 auto 15px;
        padding: 0 15px 5px;
    }
    #index03 .h2_cap {
        color: #6f6f6f;
        font-weight: 500;
        font-size: 10pt;
        letter-spacing: 1.6pt;
        margin-bottom: 60px;
    }
    #index03 .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 100px;
    }
    #index03 .box .pic {
        flex: 1;
    }
    #index03 .box .pic img {
        border-radius: 30px 0 30px 0;
    }
    #index03 .box .txt {
        flex: 1;
        text-align: left;
        padding-left: 48px;
    }
    #index03 .box .txt .up {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    #index03 .box .txt .up .num {
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 100;
        font-size: 60pt;
        letter-spacing: -3pt;
        padding-right: 27px;
    }
    #index03 .box .txt .up .tit {
        border-left: 1px solid #97ccd8;
        display: flex;
        flex-flow: column;
        padding: 20px 27px;
        color: #38a8dc;
        font-size: 10pt;
        letter-spacing: 1.6pt;
    }
    #index03 .box .txt .up .tit span {
        display: block;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 24pt;
        letter-spacing: 2.4pt;
        color: #000;
        line-height: 24pt;
        padding-bottom: 10px;
    }
    #index03 .box .txt p {
        line-height: 2.2;
    }
	#index03 .box .txt a{
		display: block;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: #217FC4;
		border-radius: 10px;
		width: 350px;
		padding: 15px 30px;
		margin:15px auto 0 auto;
	}
    #index04 {
        padding: 0px 30px;
    }
    #index04 .inner{
        background: #38a8dc;
        padding: 50px 0px;
        border-radius: 30px;
    }
    #index04 ol {
        display: flex;
        align-items: center;
    }
    #index04 ol li {
        text-align: center;
        flex: 1;
        padding: 25px 0;
    }
    #index04 ol li + li {
        border-left: 1px solid #7dc6e8
    }
    #index04 ol li span {
        display: block;
        color: #7ee5ff;
        padding: 30px 0 10px;
        font-size: 11pt;
        font-weight: 400;
        letter-spacing: 1.6pt;
    }
    #index04 ol li p {
        display: block;
        color: #fff;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 17pt;
        letter-spacing: 1.4pt;
    }
    #index04 ol li p::after {
        content: '';
        width: 19px;
        height: 19px;
        background: url("../img/index04_icon.png") no-repeat;
        margin-left: 10px;
        display: inline-block;
        transform: translateY(1px); /* 上下方向の位置を微調整する */
    }
    #index05 {
        padding: 110px 0 100px;
        text-align: center;
        background: url("../img/bg_mz5.png")no-repeat right bottom;
    }
    #index05 h2 {
        color: #38a8dc;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-size: 28pt;
        letter-spacing: 2.4pt;
        background: url("../img/h2_dot.png")repeat-x center bottom;
        display: inline-block;
        margin: 0 auto 15px;
        padding: 0 15px 5px;
    }
    #index05 .h2_cap {
        color: #6f6f6f;
        font-weight: 500;
        font-size: 10pt;
        letter-spacing: 1.6pt;
        margin-bottom: 60px;
    }
    #index05 .inner{
        background:  url("../img/index05_bg.png")no-repeat left 0px bottom 0px;
        padding: 0 50px 340px;
    }
    #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: 300px;
        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: 23pt;
        line-height: 23pt;
    }
    #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: 12pt;
        padding-top: 10px;
        letter-spacing: 2pt;
        color: #38a8dc;
    }
    .kv_sale {
        background: url("../img/kv_sale.png") no-repeat center top;
    }
    .kv_appraisal {
        background: url("../img/kv_appraisal.png") no-repeat center top;
    }
    .kv_vacant {
        background: url("../img/kv_vacant.png") no-repeat center top;
    }
    .kv_company {
        background: url("../img/kv_company.png") no-repeat center top;
    }
    .kv_faq {
        background: url("../img/kv_faq.png") no-repeat center top;
    }
    .kv_contact {
        background: url("../img/kv_contact.png") no-repeat center top;
    }
    .kv_policy {
        background: url("../img/kv_policy.png") no-repeat center top;
    }
    .kv_sitemap {
        background: url("../img/kv_sitemap.png") no-repeat center top;
    }
    .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: 22pt;
        letter-spacing: 2.4pt;
        display: block;
        margin: 0 auto 12px;
        padding: 0 0 0 0;
        text-align: left;
    }
    .h2_cap {
        color: #6f6f6f;
        font-weight: 500;
        font-size: 12pt;
        letter-spacing: 1.6pt;
        margin-bottom: 60px;
        text-align: center;
    }
    h3 {
        font-size: 16pt;
        font-weight: 600;
        margin: 0 0px 30px;
        color: #38a8dc;
        line-height: 1.5;
        width: 100%;
        background: #e1f2f6;
        border-radius: 100px;
        padding: 10px 25px;
    }
    h4 {
        font-size: 14pt;
        font-weight: 600;
        margin: 0 0px 18px;
        color: #38a8dc;
        line-height: 1.5;
        width: 100%;
        border-radius: 100px;
        padding: 0px 30px;
    }
    .in-txt {
        padding: 0 20px;
    }
    .mbss {
        margin-bottom: 10px;
    }
    .mbs {
        margin-bottom: 20px;
    }
    .mbm {
        margin-bottom: 40px;
    }
    .mbl {
        margin-bottom: 70px;
    }
    .sec-wrap {
        padding: 0 20px;
    }
    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: 1.5em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 7px 0 7px 0.7em;
        border-bottom: 1px dotted #ddd;
    }
    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;
        margin-bottom: 60px;
        padding: 0 30px;
    }
    .sec_hbox .pic {
        width: 410px;
    }
    .sec_hbox .pic img {
        border-radius: 20px 0 20px 0;
    }
    .sec_hbox .txt {
        width: calc(100% - 450px);
    }
    .sec ol.sec1 {}
    .sec ol.sec1 li {
        border-bottom: 1px dotted #ddd;
        padding: 15px 30px;
    }
    .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(3px); /* 上下方向の位置を微調整する */
    }
    .in_txt {
        padding: 0 30px;
    }
    /*--------------------------------------------------------------------------------*/
    .sec_btns {
        text-align: center;
    }
    .sec_btns a {
        display: inline-block;
        color: #fff;
        background: #38a8dc;
        padding: 10px 30px 15px;
        border-radius: 100px;
        margin: 0 10px;
    }
    .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;
    }
    .sec_btns a.linebtn:hover {
        background: #12d94d;
    }
    .table_img {
        text-align: center;
    }
    /*-----------------------------------sale---------------------------------------------*/
    #sale .flow:after {
        font-family: 'LigatureSymbols';
        content: "\E03e";
        margin:30px auto;
        text-align: center;
        width: 100%;
        font-weight: 300;
        font-size: 50pt;
        line-height:50pt;
        display:block;
        color:#38a8dc;
    }
    /*-----------------------------------company---------------------------------------------*/
    #company h3 {
        margin: 0 0px 50px;
    }
    /*-----------------------------------faq---------------------------------------------*/
    #faq div {
        padding: 20px 20px 30px;
        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: 14pt;
        margin-bottom: 5px;
        color: #3aa8c4;
        align-items: center;
        font-weight: 500;
    }
    #faq div p u {
        display: block;
        text-decoration: none;
        width: calc(100% - 140px);
    }
    #faq div p u.intit {}
    #faq div p span.q {
        font-size: 18pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 22pt;
        background: #3aa8c4;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
    }
    #faq div p span.a {
        font-size: 18pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 22pt;
        background: #c3b67b;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
    }
    /*-----------------------------------------sitemap---------------------------------------*/
    #sitemap .box {
        display: flex;
        justify-content: space-between;
    }
    #sitemap ol {
        width: 48%;
    }
    #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 20px 35px;
    }
    #policy p {
        padding: 0 30px 30px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
    }
    /*-----------------------------------------anker link---------------------------------------*/
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12, #al13, #al14 {
        display: block;
    }
}