@charset "UTF-8";

/*--- 全体的な設定 ---*/
html {
    font-size:62.5%;
    color:#333333;
    font-weight: 300;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Droid Sans",sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 0 auto;
    max-width: 750px;
    overflow-x: hidden;
}
@media print, screen and (min-width: 750px) {
    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../common/images/pc_bg01.jpg) center top no-repeat;
        background-size: cover;

        z-index: -1;
        overflow-x: hidden;
    }
}


/*--- メインエリア ---*/
.container{
    padding-top:74px;
    background-color: #FFFFFF;
    display: block;
}
.container h1{
    margin-bottom:9px;
}
.container h1 img{
    width: 100%;
    max-width: 750px;
}
.pointArea_container{
    margin: 0 auto;
    width: 94.6666%;
    margin-bottom: 32px;
}
.breadcrumb_list{
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    width: 94.6666%;
    margin: 0 auto 20px;
}
.breadcrumb_list a{
    text-decoration: none;
    color: #0000FF;
}

/* メインエリア 吹き出し */
.pointArea_container .pointArea{
    position: relative;
    width: 100%;
    background-color:#FF7500;
    margin: 0 auto 29px;
    border-radius: 10px;
    padding: 12px;
    color: #FFFFFF;
    font-weight: 600;
    box-shadow:0px 3px 8px 3px rgba(0, 0, 0, 0.2);
}
.pointArea_container .pointArea:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 18px solid #FF7500;
}
.pointArea_container .pointArea .pointNamber{
    width: 93.2394%;
    height: 34px;
    background-color:#FFFFFF;
    margin: 0 auto 18px;
    border-radius: 19px;
    padding-top: 3px;
    color: #FF7500;
    text-align: center;
    line-height: 1;
    font-size:1.8rem;
}
.pointArea_container .pointArea .pointNamber span{
    font-size:3.0rem;
    font-family: Helvetica;
    vertical-align: -2px;
    margin-left: 6px;
}
.pointArea_container .pointArea .pointTxet{
    width: 93.2394%;
    margin: 0 auto 12px;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.46153;
    letter-spacing: 0.03em;
    font-weight: 500;
}
@media print, screen and (max-width: 374px) {
    .pointArea_container .pointArea .pointTxet {
    font-size: 2.2rem;
    }
}
.pointArea_container p{
    font-size: 1.6rem;
    line-height: 2;
}
.pointArea_container .marker{
    background:linear-gradient(#FFFFFF 60%, #F7C4EB 60%, #F7C4EB 90%);
    font-weight: 500;
}

/* メインエリア ケーススタディ */
.casestudy{
    width: 94.6666%;
    margin: 0 auto 52px;
}
.casestudy h3{
    font-size:1.6rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 14px;
}
.casestudy ul{
    margin-bottom:32px;
}
.casestudy ul li{
    font-size:1.4rem;
    line-height: 2;
}
.casestudy ul li .orange{
    font-weight:600;
    color: #FF7500;
}
.casestudy .casestudy_tableArea_container{
    margin: 0 auto 16px;
}
.casestudy  .casestudy_tableArea_container .table_titleBox{
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 12px;
}
.casestudy .casestudy_tableArea_container .table_titleBox h4{
    font-weight: 600;
    font-size: 1.6rem;
}
.casestudy .casestudy_tableArea_container .table_titleBox p{
    font-size: 1.3rem;
}
.casestudy  .casestudy_tableArea_container .casestudy_table {
    width: 100%;
    margin-bottom: 56px;
}
.casestudy  .casestudy_tableArea_container .casestudy_table th,
.casestudy  .casestudy_tableArea_container .casestudy_table td{
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #000000;
    padding: 10px 0 10px 0;
    line-height: 1;
}
.casestudy  .casestudy_tableArea_container .casestudy_table  thead th{
    text-align: center;
    background-color: #F2F8FF;
    font-weight: 600;
    padding: 10px 0 10px 0;
    line-height: 1;
}
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody tr:nth-of-type(2) th:nth-of-type(1){
    min-width:17px;
    border: none;
    border-left: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody tr:nth-of-type(1) th:nth-of-type(1){
    border: none;
    border-left: 1px solid #D6D6D6;
    text-align: left;
    padding-left: 11px;
    min-width: 130px;
}
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody td{
    text-align: right;
    padding-right: 11px;
}

.casestudy  .casestudy_tableArea_container .casestudy_table  tbody th.right,
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody td.right{
    text-align: right;
    padding-right: 11px;
}
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody th.left,
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody td.left{
    text-align: left;
    padding-left: 11px;
}
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody th.bold,
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody td.bold{
    font-weight: 600;
}
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody th.blue,
.casestudy  .casestudy_tableArea_container .casestudy_table  tbody td.blue{
    color: #1F42FF;
}


.casestudy  .casestudy_tableArea_container .casestudy_table_02 {
    width: 100%;
    margin-bottom: 9px;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_02 th,
.casestudy  .casestudy_tableArea_container .casestudy_table_02 td{
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #000000;
    padding: 10px 0 10px 0;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_02  thead th{
    text-align: center;
    background-color: #FFF7F2;
    font-weight: 600;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_02  tbody th{
    font-weight: 600;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_02  tbody tr:nth-of-type(6) td,
.casestudy  .casestudy_tableArea_container .casestudy_table_02  tbody tr:nth-of-type(6) th{
    background-color: #F0F0F0;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 {
    width: 100%;
    margin-bottom: 50px;
    color: #000000;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 th,
.casestudy  .casestudy_tableArea_container .casestudy_table_03 td{
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    color: #000000;
    padding: 10px 0 10px 0;
    line-height: 1;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 thead tr:nth-of-type(1) th{
    font-weight: 600;
    text-align: center;
    background-color: #F0F0F0;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 thead tr:nth-of-type(1) th:nth-of-type(2),
.casestudy  .casestudy_tableArea_container .casestudy_table_03 thead tr:nth-of-type(1) th:nth-of-type(3),
.casestudy  .casestudy_tableArea_container .casestudy_table_03 thead tr:nth-of-type(1) th:nth-of-type(4){
    min-width: 50px;
}

.casestudy  .casestudy_tableArea_container .casestudy_table_03 thead tr:nth-of-type(1) th:nth-of-type(1){
    text-align: left;
    padding-left: 11px;
    min-width: 148px;
}

.casestudy  .casestudy_tableArea_container .casestudy_table_03 tbody tr:nth-of-type(1) td,
.casestudy  .casestudy_tableArea_container .casestudy_table_03 tbody tr:nth-of-type(1) th{
    border: none;
    height: 6px;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 tbody tr:nth-of-type(3) th:nth-of-type(1){
    width: 16px;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 tbody tr:nth-of-type(2) th:nth-of-type(1){
    border: none;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 tbody tr:nth-of-type(3) th:nth-of-type(1){
    border: none;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 th.red,
.casestudy  .casestudy_tableArea_container .casestudy_table_03 td.red{
    color:#FF3434;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 th.bc_gray,
.casestudy  .casestudy_tableArea_container .casestudy_table_03 td.bc_gray{
    background-color:#F0F0F0;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 th.bold,
.casestudy  .casestudy_tableArea_container .casestudy_table_03 td.bold{
    font-weight:600;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 th.left,
.casestudy  .casestudy_tableArea_container .casestudy_table_03 td.left{
    text-align: left;
    padding-left: 11px;
}
.casestudy  .casestudy_tableArea_container .casestudy_table_03 th.right,
.casestudy  .casestudy_tableArea_container .casestudy_table_03 td.right{
    text-align: right;
    padding-right: 11px;
    font-weight: 300;
}


/* メインエリア テーブル */
.tableArea_container{
    width: 94.6666%;
    margin: 0 auto 38px;
}
.tableArea_container .table_titleBox{
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 12px;
}
.tableArea_container .table_titleBox h4{
    font-weight: 600;
    font-size: 1.6rem;
}
.tableArea_container .table_titleBox p{
    font-size: 1.3rem;
}
.tableArea_container .table_titleBox > table{
    font-size: 1.4rem;
}
.tableArea_container .table_titleBox > table td,
.tableArea_container .table_titleBox > table th{
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    text-align: center;
    font-weight: 600;
}
.tableArea_container .table_titleBox > table th{
    width: 132px;
    height: 42px;
    color: #FFFFFF;
}
.tableArea_container .table_titleBox > table tr:nth-of-type(odd) th{
    background-color:#F58D35;
}
.tableArea_container .table_titleBox > table tr:nth-of-type(even) th{
    background-color:#FEA153;
}
.tableArea_container .table_titleBox > table td{
    width: 89px;
    height: 42px;
    background-color:#FAF683;
}
.tableArea_container .tableArea{
    overflow-x: scroll;
    margin-bottom: 12px;
}

/* テーブル下のバーの設定 */
.tableArea_container .tableArea::-webkit-scrollbar{
    height:14px;
}
.tableArea_container .tableArea::-webkit-scrollbar-track{
    background:#EDEDED;
    border-radius: 8px;
}
.tableArea_container .tableArea::-webkit-scrollbar-thumb{
    background:#CCCCCC;
    border-radius: 8px;
    background-clip: content-box;
}
.tableArea_container .tableArea::after {
    content: "※法人税は見ていませんが、別会社にする場合必要になります。";
    font-size: 1.3rem;
    line-height: 1;
    margin: 17px 0;
    display: inline-block;
}

.tableArea_container .tableArea .table07{
    width: 120%;
    /* margin-bottom: 12px; */
}
.tableArea_container .tableArea .table07 td,
.tableArea_container .tableArea .table07 th{
    height: 42px;
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    font-size: 1.4rem;
    text-align: right;
    padding-right: 10px;
}
.tableArea_container .tableArea .table07 td{
    min-width: 60px;
}
.tableArea_container .tableArea .table07 thead th{
    font-weight: 600;
    text-align: center;
    padding-right: 0px;
    background-color:#EEFFEB;
}
.tableArea_container .tableArea .table07 thead th:nth-of-type(1){
    min-width: 200px;
}

.tableArea_container .tableArea .table07 tbody th{
    text-align: left;
    padding-left: 11px;
    font-weight: 300;
}
.tableArea_container .tableArea .table07 tbody th.bb_none{
    border: none;
    border-left: 1px solid #D6D6D6;
}
.tableArea_container .tableArea .table07 tbody th.bt_none{
    border: none;
    border-left: 1px solid #D6D6D6;
    width: 16px;
}
.tableArea_container .tableArea .table07 tbody th.btl_none{
    border: none;
    border-left: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}
.tableArea_container .tableArea .table07 tbody th.bc_yellow_right{
    background-color: #FAF683;
    text-align: right;
    padding-right: 11px;
    padding-left: 0px;
    font-weight: 300;
}
.tableArea_container .tableArea .table07 tbody th.center{
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 300;
}
.tableArea_container .tableArea .table07 tbody tr:last-child td,
.tableArea_container .tableArea .table07 tbody tr:last-child th{
    background-color: #F0F0F0;
    font-weight: 600;
}
.tableArea_container .tableArea .table07 tbody tr:last-child td{
    color: #159804;
}

/* テーブル　イレギュラーな箇所のクラス指定 */
.tableArea_container .tableArea .table07 .bold{
    font-weight: bold;
}
.tableArea_container .tableArea .table07 thead tr th.bc_blue,
.tableArea_container .tableArea .table07 thead tr td.bc_blue,
.tableArea_container .tableArea .table07 tbody tr th.bc_blue,
.tableArea_container .tableArea .table07 tbody tr td.bc_blue{
    background-color: #DBF1FF;
}
.tableArea_container .tableArea .table07 thead tr th.bc_gray,
.tableArea_container .tableArea .table07 thead tr td.bc_gray,
.tableArea_container .tableArea .table07 tbody tr th.bc_gray,
.tableArea_container .tableArea .table07 tbody tr td.bc_gray{
    background-color: #F0F0F0;
}
.tableArea_container .tableArea .table07 thead tr th.bc_green,
.tableArea_container .tableArea .table07 thead tr td.bc_green,
.tableArea_container .tableArea .table07 tbody tr th.bc_green,
.tableArea_container .tableArea .table07 tbody tr td.bc_green{
    background-color: #EEFFEB;
}
.tableArea_container .tableArea .table07 thead tr th.bc_yellow,
.tableArea_container .tableArea .table07 thead tr td.bc_yellow,
.tableArea_container .tableArea .table07 tbody tr th.bc_yellow,
.tableArea_container .tableArea .table07 tbody tr td.bc_yellow{
    background-color: #FAF683;
}
.tableArea_container .tableArea .table07 thead tr th.bc_skin,
.tableArea_container .tableArea .table07 thead tr td.bc_skin,
.tableArea_container .tableArea .table07 tbody tr th.bc_skin,
.tableArea_container .tableArea .table07 tbody tr td.bc_skin{
    background-color: #FFECDB;
}
.tableArea_container .tableArea .table07 .fc_blue{
    color: #3966BC;
}
.tableArea_container .tableArea .table07 .fc_blue_02{
    color: #1F42FF;
}
.tableArea_container .tableArea .table07 .fc_red{
    color: #FF3434;
}
.tableArea_container .tableArea .table07 .fc_green{
    color: #159804;
}
.tableArea_container .tableArea .table07 .left{
    text-align: left;
}
.tableArea_container .tableArea .table07 .center{
    text-align: center;
}
.tableArea_container .tableArea .table07 .box_red{
    border: 4px solid #FF3434;
}
.tableArea_container .tableArea .table07 thead tr th.box_red_start,
.tableArea_container .tableArea .table07 thead tr td.box_red_start,
.tableArea_container .tableArea .table07 tbody tr th.box_red_start,
.tableArea_container .tableArea .table07 tbody tr td.box_red_start{
    border-top: 4px solid #FF3434;
    border-right: 4px solid #FF3434;
    border-left: 4px solid #FF3434;
}
.tableArea_container .tableArea .table07 thead tr th.box_red_middle,
.tableArea_container .tableArea .table07 thead tr td.box_red_middle,
.tableArea_container .tableArea .table07 tbody tr th.box_red_middle,
.tableArea_container .tableArea .table07 tbody tr td.box_red_middle{
    border-right: 4px solid #FF3434;
    border-left: 4px solid #FF3434;
}
.tableArea_container .tableArea .table07 thead tr th.box_red_end,
.tableArea_container .tableArea .table07 thead tr td.box_red_end,
.tableArea_container .tableArea .table07 tbody tr th.box_red_end,
.tableArea_container .tableArea .table07 tbody tr td.box_red_end{
    border-bottom: 4px solid #FF3434;
    border-right: 4px solid #FF3434;
    border-left: 4px solid #FF3434;
}
.tableArea_container .tableArea .table07_3year{
    margin-bottom: 12px;
}
.tableArea_container .tableArea .table07_3year th,
.tableArea_container .tableArea .table07_3year td{
    min-width: 89px;
    height: 42px;
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    font-size: 1.4rem;
    text-align: center;
}
.tableArea_container .tableArea .table07_3year th{
    font-weight: 600;
    color: #FFFFFF;
    background-color: #F58D35;
}
.tableArea_container .tableArea .table07_3year td{
    background-color: #FFECDB;
}
.tableArea_container .tableArea .table07_3year td.bold{
    font-weight: 600;
}
.tableArea_container .scrollText{
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 27px;
    display: inline-block;
}
.tableArea_container .scrollText img{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin:0 5px;
}
.tableArea_container ul{
    margin-bottom:52px;
}
.tableArea_container ul li{
    font-size:1.4rem;
    line-height: 2;
    text-indent: -1.4rem;
    margin-left: 1.4rem;

}



/* メインエリア イラスト */
.illustration{
}
.illustration img{
    width: 86.6666%;
    margin: 0 auto 50px;
    display: block;
}

/* メインエリア 説明 */
.explanation{
    width: 94.6666%;
    margin: 0 auto;
    padding-bottom: 46px;
    font-size: 1.6rem;
    line-height: 2;
    color:#333333;
}
.explanation .marker{
    background:linear-gradient(#FFFFFF 60%, #F7C4EB 60%, #F7C4EB 90%);
    font-weight: 600;
}

/* メインエリア 次のページへのボタン */
.nextPageBtn{
    margin-bottom: 30px;
}
.nextPageBtn a{
    position: relative;
    width: 82.4%;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    background-color:#FF7500;
    border-radius: 32px;
    padding-top: 13px;
    text-decoration: none;
    font-size: 1.8rem;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1;
    display: block;
}
.nextPageBtn a span{
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    margin-top: 6px;
}
.nextPageBtn a .fa-chevron-circle-right{
    position: absolute;
    top: 22px;
    right:12px;
}

/* 戻るボタン */
.returnPageBtn{
}
.returnPageBtn a{
    position: relative;
    width: 50.9333333%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    background-color:#969696;
    border-radius: 25px;
    padding-top: 17px;
    text-decoration: none;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    display: block;
}
.returnPageBtn a .fa-chevron-circle-left{
    position: absolute;
    top: 17px;
    left:12px;
}