<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.column a {
    word-wrap: break-word;
}
.column_wrap {
    margin: 0 0 100px 0;
}
.column_box {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-radius: 10px;
}
.column_box a {
    display: block;
}
.column_img {
    width: 100%;
    height: 149px;
    position: relative;
    overflow: hidden;
}
.column_img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.column_txt {
    padding: 18px 20px 18px 20px;
}
.column-txt {
    font-size: 16px;
}
.column-txt span {
    font-weight: bold;
}
span.border {
    text-decoration: underline;
}
.column-txt.ver2 {
    margin: 0 0 20px 0;
}
.column-txt.ver3 {
    margin: 30px 0 20px 0;
}
.column-txt.ver4 {
    margin: 0 0 30px 0;
}
.column-txt.is-lm {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1;
}
.column-huge-txt {
    margin-top: 20px;
}
.column-huge-txt li {
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0 20px 0;
    position: relative;
    padding-left: 14px;
}
.column-huge-txt li span {
    position: absolute;
    width: 26px;
    height: 26px;
    color: #fff;
    background: #009944;
    border-radius: 13px;
    left: 0;
    text-align: center;
    line-height: 1.3;
    top: 50%;
    margin-top: -13px;
}
.column_label {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.column_label li {
    border: 1px solid #e4e4e4;
    background: #f5f6f6;
    padding: 3px 8px 3px 8px;
    line-height: 1;
    font-weight: bold;
    font-size: 12px;
    margin: 10px 10px 0 0;
    border-radius: 2px;
    color: #333;
}
.column_contents {
    margin: 30px 0 0 0;
}
.column_contents ul {
    margin: 10px 0 0 0;
}
.column_contents ul li {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.column_contents ul li:last-child {
    margin: 0;
}
.columnDtl_wrap {
    max-width: 720px;
    margin: 0 auto 100px auto;
}
.columnSec_wrap {
    margin: 80px 0 0 0;
}
.columnSec_in {
    margin: 20px 0 0 0;
}
.columnSec_in.ver2 {
    margin: 40px 0 0 0;
}
.columnSec_in.ver3 {
    margin: 25px 0 0 0;
}
.columnSec-ttl {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 0 12px;
}
.columnSec-ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 20px;
    top: 3px;
    left: 0;
    z-index: 10;
    background: #000;
}
.columnSub-ttl {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}
.columnDtl_img {
    margin: 0 0 40px 0;
    text-align: center;
}
.columnDtl_img.ver2 {
    margin: 40px 0;
}
.columnDtl_img.ver3 {
    margin: 35px 0 40px;
}
.columnSec_in dl {
    margin: 40px 0 0 0;
}
.columnSec_in dl dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 0 12px;
}
.columnSec_in dl.is-ver2 dt {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
}
.columnSec_in dl.is-ver2 dt span {
    font-weight: bold;
    border-bottom: 1px solid #ff0000;
}
.columnSec_in dl dt:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 20px;
    top: 2px;
    left: 0;
    z-index: 10;
    background: #000;
}
.columnSec_in dl.is-ver2 dt:before {
    content: none;
}
.columnSec_in dl dd {
    font-size: 14px;
}
.columnSec_in dl.is-ver2 dd {
    position: relative;
    padding: 0 0 0 3em;
}
.columnSec_in dl.is-ver2 dd span.psi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.columnSec_in dl dd span.wgt,
span.wgt {
    font-weight: bold;
}
.columnSec_in dl dd span.red,
span.red {
    color: #ff0000;
}
span.pink {
    color: #ff3b7d;
}
span.red.ver2 {
    font-weight: normal;
}
.columnSec_in dl dd span.fup,
span.fup {
    font-size: 15px;
}
.columnSec_in dl dd span.bdr,
span.b-red {
    border-bottom: 1px solid #ff0000;
}
span.b-red {
    font-weight: normal;
}
span.line {
    font-weight: normal;
    text-decoration: underline;
}
.column_link {
    margin: 30px 0 0 0;
}
.column_link li {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.column_link li:last-child {
    margin: 0;
}
.column_link li a {
    position: relative;
    padding: 0 20px 0 0;
}
.column_link li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    width: 15px;
    height: 10px;
    margin: -5px 0 0 0;
    background: url(../svg/icn_arw_right.svg) no-repeat center center;
    background-size: 100% auto;
}
.column_table {
    margin: 10px 0 30px 0;
}
.column_table.ver2 {
    margin: 30px 0 0 0;
}
.column_table.ver3 {
    width: 100%;
    margin: 30px 0;
}
.column_table tr th {
    width: 33.33333%;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.column_table.ver2 tr th {
    width: 28.33333%;
    text-align: center;
}
.column_table.ver3 tr th {
    width: 130px;
    text-align: center;
}
.column_table.ver2 tr th:nth-child(1) {
    width: 15%;
}
.column_table.ver3 tr th {
    width: 80px;
}
.table_marker {
    background: #f3fff7;
}
.column_table tr td {
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.column_table.ver3 tr td {
    border-top: 1px solid #e1e1e1;
}
.column_table.ver4 {
    margin: 30px auto;
}
.column_table.ver4 tr {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.column_table.ver4 tr th {
    border: 0;
    width: 200px;
    text-align: center;
}
.column_table.ver4 tr td {
    display: block;
    border-bottom: 0;
    width: 500px;
    padding-left: 40px;
}
.column_table.ver5 {
    width: 100%;
    margin: 20px 0;
}
.column_table.ver5 th {
    width: 16%;
    text-align: center;
}
.column_table.ver5 td {
    text-align: center;
}
.column_table.ver6 {
    width: 100%;
}
.column_table.ver6 td {
    text-align: center;
}
.column_table.ver9 {
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    margin-top: 25px;
}
.column_table.ver9 tr th {
    text-align: center;
}
.column_table.ver9 tr td {
    text-align: center;
}
.column_table tr th.is-wid,.column_table tr td.is-wid {
    width: 7%;
}
.is-bl {
    border-left: 1px solid #e1e1e1 !important;
}
.is-br {
    border-right: 1px solid #e1e1e1 !important;
}
.is-center {
    text-align: center;
}
.column-bnr {
    margin: 80px 0 0 0;
}
.column-bnr a {
    display: inline-block;
}
.is-marker {
    background: #fcffbd;
    padding: 3px;
/*
    background: #ffe6bd;
*/
}
/*
.is-marker.ver2 {
    background: #e6fbea;
}
.is-marker.ver3 {
    background: #fcffbd;
}
*/
.is-fsb {
    font-size: 18px;
}
.column-lnk {
    color: #009944 !important;
    text-decoration: underline !important;
}
.outline_wrap {
    margin-top: 80px;
    padding: 30px 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
.outline-ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.outline_link li {
    margin-bottom: 10px;
}
.outline_link li:last-child {
    margin-bottom: 0;
}
.outline_link li a {
    font-size: 16px;
}
.c-ttl {
    font-size: 22px;
}
.cp_code_wrap {
    margin-bottom: 60px;
}
.cp_code_bnr {
    text-align: center;
    margin-bottom: 25px;
}
.cp-code-txt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.cp-code-txt.is-ver2 {
    margin-top: 10px;
    font-weight: normal;
}
.cp-code-txt span {
    font-weight: bold;
    font-size: 20px;
}
.cp-code-txt.is-ver3 {
    margin-top: 20px;
}
.cp_code_wrap .c-cv-btn.c-btn.is-or {
    max-width: 350px;
    margin: 25px auto 0;
}
/*blog*/
.blog-link,
.blog-emph {
    text-decoration: underline !important;
}
.blogLect_wrap {
    margin: 52px 0;
}
.blogLect_wrap.is-ver2 {
    margin: 26px 0 52px;
}
.blogLect_wrap.is-ver3 {
    margin: 26px 0 ;
}
.blogLect_in,
.blogLect_ct {
    margin: 26px 0 0;
}
.blogLect_ct:first-child {
    margin: 0;
}
.blogLect-name {
    font-size: 16px;
    font-weight: bold;
}
.blogLect-name.is-ver2 {
    margin:26px 0 0;
}
.blogLect-dtl {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.blogLect-txt {
    font-size: 16px;
}
.blogLect-hl{
    color: #0000ff;
}
.blogLect-hl span {
    font-weight: bold;
}
.blogFlow_wrap {
    margin: 35px 0;
}
.blogFlow_wrap.ver2 {
    margin: 25px 0 0;
}
.blogFlow_in {
    margin: 0 0 15px 0;
    padding: 0 0 0 1.5em;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.blogFlow_in.ver2 {
    padding: 0 0 0 1em;
}
.blogFlow_in.ver3 {
    padding: 0;
}
.blogFlow_in.ver4 {
    font-weight: normal;
}
.blogFlow_in.ver4 span.is-bold {
    font-weight: bold;
}
.blogFlow_in:last-child {
    margin: 0 0 0 0;
}
.blogFlow_in span:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.blog_listblock {
    border:solid 1px #e1e1e1;
    padding: 10px 25px;
    margin: 30px 0;
}
.blog_table {
    width: 85%;
    margin: 30px auto 0;
    border-bottom:solid 1px #e1e1e1;
    border-right:solid 1px #e1e1e1;
}
.blog_table th.is-blank,
.blog_table td.is-blank {
    border: none !important;
}
.blog_table.ver2 {
    width: 100%;
}
.blog_table th {
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    border-top:solid 1px #e1e1e1;
    border-left:solid 1px #e1e1e1;
    text-align: center;
    background-color: #f3fff7;
}
.blog_table td {
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border-top:solid 1px #e1e1e1;
    border-left:solid 1px #e1e1e1;
    width: 33.3%;
}
.blog_table.ver2 th,
.blog_table.ver2 td {
    width: 19%;
}
.blog_table.ver2 tr td:last-of-type {
    width: 24%;
    background-color: #fcffbd;
}
.blog_table.ver3 {
    width: 100%;
}
.blog_table.ver4 {
    width: 100%;
    margin: 30px auto;;
}
.blog_table.ver3 td span {
    font-weight: bold;
}
.blog_table.ver3 tr:first-of-type th {
    background-color: #d2ffd9;
}
.blog_table.ver4 th,
.blog_table.ver4 td {
    width: 50%;
}
.blog_table.ver5 {
    width: 100%;
    margin: 30px auto;
}
.blog_table.ver5 th {
    width: 30%;
}
.blog_table.ver5 td {
    width: 70%;
    padding: 10px 25px;
    text-align: left;
}
.blog_table.ver6 {
    width: 100%;
    margin: 30px auto;
}
.blog_table.ver6 th {
    width: 10%;
    padding: 10px 10px;
    box-sizing: border-box;
}
.blog_table.ver6 td {
    width: 15%;
    padding: 10px 10px;
    box-sizing: border-box;
}
.blog_table.ver7 {
    width: 100%;
    margin: 30px auto;
    border-left: solid 1px #e1e1e1;
    border-bottom: none;
    border-right: none;
}
.blog_table.ver7 th,
.blog_table.ver7 td {
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    padding: 10px 10px;
}
.blog_table.ver7 tr:first-of-type th,
.blog_table.ver7 tr:first-of-type td {
    border-top: solid 1px #e1e1e1;
}
.blog_table.ver7 th {
    width: 15%;
}
.blog_table.ver7 td {
    width: auto;
}
.blog_tableext {
    display: flex;
    width: 85%;
    margin: 10px auto 30px;
}
.blog_tableext p,
.blog_tableext div {
    width: 33.3%;
    text-align: center;
    font-size: 15px;
}
.blog_tableext div:before {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #000000 transparent transparent;
}
.blog_tableext div {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.blog_tableext div:after {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000000;
}
.blog_tableext div hr {
    width: 100%;
    display: inline-block;
}
.blog_tableext.ver2 {
    width: 57%;
    margin: 10px 19% 30px;
}
.blog_tableext.ver2 p,
.blog_tableext.ver2 div {
    font-size: 13px;
}
.blog-hugetext {
    display: block;
    font-size: 20px;
    text-align: center;
}
.blog-hugetext.ver2 {
    display: inline;
    font-size: 20px;
    text-align: left;
}
.blogFchart_wrap {
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}
.blogFchart_in {
    margin: 30px auto 0;
    position:relative;
}
.blogFchart_in:before {
    position:absolute;
    content: "";
    z-index: 9;
    top: -15px;
    left: 38%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 11px solid transparent;
    border-top: 12px solid #fc914a;
}
.blogFchart_in:after {
    position:absolute;
    content: "";
    z-index: 10;
    top: -25px;
    left: 38%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 8px;
    height: 11px;
    border-left: 12px solid #fc914a;
}
.blogFchart_ct {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.blogFchart_ct:before {
    position:absolute;
    content: "";
    z-index: 9;
    top: -15px;
    left: 62%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 11px solid transparent;
    border-top: 12px solid #fc914a;
}
.blogFchart_ct:after {
    position:absolute;
    content: "";
    z-index: 10;
    top: -25px;
    left: 62%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 8px;
    height: 11px;
    border-left: 12px solid #fc914a;
}
.blogFchart_in:first-of-type:before,
.blogFchart_in:first-of-type:after,
.blogFchart_in:first-of-type .blogFchart_ct:before,
.blogFchart_in:first-of-type .blogFchart_ct:after,
.blogFchart_ct.ver2:before,
.blogFchart_ct.ver2:after {
    content: none;
}
.blogFchart-block {
    font-size: 14px;
    text-align: center;
    width: 150px;
    box-sizing: border-box;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    margin: 0 20px 0 0;
    padding: 15px 0;
    position: relative;
}
.blogFchart-block:last-child {
    margin: 0;
}
.blogFchart-block.ver-ar:before {
    position:absolute;
    content: "";
    z-index: 9;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 11px solid transparent;
    border-top: 12px solid #fc914a;
}
.blogFchart-block.ver-ar:after {
    position:absolute;
    content: "";
    z-index: 9;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 8px;
    height: 11px;
    border-left: 12px solid #fc914a;
}
.blogFchart-block.ok {
    background-color: #fff3f7;
}
.blogFchart-block.ask {
    background-color: #f4fff9;
}
.blogFchart-block.is-large {
    width: 320px;
}
.columnTxt_wrap {
    margin-bottom: 15px;
}
.blogBlqt_wrap {
    background-color: #f3fff7;
    font-size: 16px;
    padding: 30px;
    margin-bottom: 20px;
}
.blogBlqt_wrap:last-child {
    margin-bottom: 0;
}
.blog_blqt {
    position: relative;
}
.blog_blqt:before,
.blog_blqt:after {
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    font-size: 45px;
    line-height: 1;
    color: #aaa;
    font-feature-settings:"palt";
}
.blog_blqt:before {
    top: -4px;
    left: -20px;
    content: "“";
}
.blog_blqt:after {
    bottom: -33px;
    right: -20px;
    content: "”";
}
.blogList_wrap {
    margin-bottom: 20px;
}
.blogList-ttl {
    font-size: 16px;
    font-weight: bold;
}
.blogList_wrap .blogList_in {
    box-sizing: border-box;
    margin-top: 15px;
    width: 316px;
}
.blogList_ct {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    margin-bottom: 15px;
}
.blogList_ct:last-of-type {
    margin-bottom: 0;
}
.blogList_ct.is-sum {
    border-top: dashed 2px #e1e1e1;
    padding-top: 15px;
}
.blogList_wrap .blogList_ct dt {
    padding: 0;
    font-weight: normal;
    margin: 0;
}
.blogList_wrap .blogList_ct dt span,
.blogList_wrap .blogList_ct dd span {
    font-weight: bold;
}
.blogList_wrap .blogList_ct dt:before {
    content: none;
}
.blogList_wrap .blogList_ct dd {
    font-size: 16px;
}
@media (min-width:896px) {
    .column_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .column_box {
        width: 31.57894%;
        margin: 26px 2.63157% 0 0;
    }
    .column_box:nth-child(1),
    .column_box:nth-child(2) {
        margin: 0 2.63157% 0 0;
    }
    .column_box:nth-child(3n) {
        margin: 26px 0 0 0;
    }
    .column_box:nth-child(3) {
        margin: 0 0 0 0;
    }
    .column_box a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    .column_link li a:hover {
        text-decoration: none;
    }
    .column-bnr a:hover {
        opacity: 0.7;
    }
    .column-lnk:hover {
        text-decoration: none !important;
    }
    /*blog*/
    .blogFlow_wrap.ver3 {
        padding: 0 0 0 4em;
    }
}
@media only screen and (max-width: 896px) {
    .column_wrap {
        margin: 0 0 75px 0;
    }
    .c-ttl {
        font-size: 20px;
    }
    .column_box {
        margin: 0 0 20px 0;
    }
    .column_box:last-child {
        margin: 0;
    }
    .column_img {
        height: 140px;
    }
    .column_txt {
        padding: 18px 20px 18px 20px;
    }
    .column-txt {
        font-size: 16px;
    }
    .column-txt.is-lm {
        margin-bottom: 17px;
        padding-bottom: 15px;
    }
    .column-txt.ver5 {
        margin-top: 10px;
    }
    .column_label li {
        font-size: 10px;
        margin: 10px 10px 0 0;
        border-radius: 0;
    }
    .column_contents {
        margin: 20px 0 0 0;
    }
    .column_contents ul li {
        font-size: 16px;
    }
    .columnDtl_wrap {
        margin: 0 auto 50px auto;
    }
    .columnSec_wrap {
        margin: 40px 0 0 0;
    }
    .columnSec_in {
        margin: 20px 0 0 0;
    }
    .columnSec-ttl {
        font-size: 17px;
        margin: 0 0 10px 0;
    }
    .columnSec-ttl:before {
        top: 5px;
        height: 18px;
    }
    .columnDtl_img {
        margin: 0 0 20px 0;
    }
    .columnDtl_img.ver3 {
        margin: 20px 0;
    }
    .columnDtl_img.ver4 {
        max-width: 320px;
        margin: 20px auto;
    }
    .columnDtl_img img {
        width: 100%;
    }
    .columnSec_in dl dt {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .columnSec_in dl.is-ver2 dt {
        font-size: 13px;
        margin: 0 0 8px 0;
    }
    .columnSec_in dl dt:before {
        top: 4px;
        height: 18px;
    }
    .columnSec_in dl dd {
        font-size: 13px;
    }
    .column_link {
        margin: 20px 0 0 0;
    }
    .column_link li {
        font-size: 13px;
    }
    .column_link li a {
        padding: 0 20px 0 0;
    }
    .column_table {
        margin: 10px 0 20px 0;
    }
    .column_table tr th {
        font-size: 13px;
        padding: 6px;
    }
    .column_table tr td {
        font-size: 13px;
        padding: 6px;
    }
    .column_table.ver4 {
        width: 100%;
    }
    .column_table.ver4 tr th {
        width: 120px;
    }
    .column_table.ver4 tr td {
        width: auto;
        padding-left: 6px;
    }
    .column_table.ver6 tr th:nth-child(1) {
        width: 19%;
    }
    .column_table.ver7,.column_table.ver8  {
        width: 100%;
        display: table;
    }
    .column_table.ver7 th {
        width: 34%;
        text-align: center;
    }
    .column_table.ver7 td {
        text-align: center;
        width: 50%;
    }
    td.bt {
        border-top: 1px solid #e1e1e1;
    }
    .column_table.ver8 th {
        width: 27%;
        text-align: center;
    }
    .column_table.ver8 td {
        text-align: center;
        width: 60%;
    }
    .column_table_wrap {
        overflow-x: scroll;
        padding-right: 20px;
        margin: 0px -20px 20px 0;
    }
    .column_table.ver9 {
        white-space: nowrap;
        width: 650px;
        margin: 10px auto 0;
    }
    .column_table tr th.is-wid, .column_table tr td.is-wid {
        width: 6%;
    }
    .column_table.ver10 {
        margin-top: 20px;
    }
    .column-bnr {
        margin: 40px 0 0 0;
    }
    .column-huge-txt li {
        font-size: 16px;
        padding-left: 14px;
    }
    .column-huge-txt li span {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .is-fsb {
        font-size: 16px;
    }
    .outline_wrap {
        margin-top: 40px;
        padding: 15px 0 20px;
    }
    .outline-ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .outline_link li a {
        font-size: 16px;
    }
    .cp-code-txt {
        text-align: left;
        font-size: 16px;
    }
    .cp_code_bnr {
        margin-bottom: 20px;
    }
    .cp-code-txt span {
        font-size: 18px;
    }
    .cp-code-txt.is-ver2 {
        text-align: center;
        margin-top: 10px;
    }
    .cp-code-txt.is-ver3 {
        text-align: center;
        margin-top: 15px;
    }
    .cp_code_bnr img {
        width: 100%;
        height: auto;
    }
    .cp_code_wrap .c-cv-btn.c-btn.is-or {
        margin-top: 20px;
    }
    /*blog*/
    .blogLect_wrap {
        margin: 48px 0;
    }
    .blogLect_wrap.is-ver2 {
        margin: 24px 0 48px;
    }
    .blogLect_in,
    .blogLect_ct {
        margin: 24px 0 0;
    }
    .blogLect-name,
    .blogLect-dtl,
    .blogLect-txt {
        font-size: 16px;
    }
    .blogFlow_wrap {
        margin: 25px 0;
    }
    .blogFlow_in {
        margin:  0 0 15px 0;
        font-size: 16px;
    }
    .blog_listblock {
        border:solid 1px #e1e1e1;
        padding: 6px 18px;
        margin: 20px 0;
    }
    .blog_table {
        width: 85%;
        margin: 30px auto 0;
        border-bottom:solid 1px #e1e1e1;
        border-right:solid 1px #e1e1e1;
    }
    .blog_table th {
        font-size: 13px;
        font-weight: bold;
        padding: 6px;
    }
    .blog_table td {
        font-size: 13px;
        padding: 6px;
    }
    .blog_table.ver5 {
        width: 100%;
        margin: 30px auto;
    }
    .blog_table.ver5 th {
        width: 30%;
    }
    .blog_table.ver5 td {
        width: 70%;
        padding: 10px 20px;
        text-align: left;
    }
    .blog_table.ver6 {
        margin: 20px auto;
    }
    .blog_table.ver6 th {
        width: 33.33%;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .blog_table.ver6 td {
        width: 33.33%;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .blog_table.ver7 {
        margin: 20px auto;
    }
    .blog_table.ver7 th,
    .blog_table.ver7 td {
        width: 33.33%;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .blog_tableext {
        margin: 6px auto 20px;
    }
    .blog_tableext p,
    .blog_tableext div {
        font-size: 13px;
    }
    .blog_tableext div:before {
        content:'';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 4px 4px 0;
        border-color: transparent #000000 transparent transparent;
    }
    .blog_tableext div:after {
        content:'';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #000000;
    }
    .blog_tableext.ver2 {
        margin: 6px 19% 20px;
    }
    .blog_tableext.ver2 p,
    .blog_tableext.ver2 div {
        font-size: 12px;
    }
    .blog-hugetext {
        font-size: 18px;
    }
    .blogFchart_in:before {
        left: 37%;
    }
    .blogFchart_in:after {
        left: 37%;
    }
    .blogFchart_ct:before {
        left: 63%;
    }
    .blogFchart_ct:after {
        left: 63%;
    }
    .blogFchart-block {
        font-size: 12px;
        margin: 0 14px 0 0;
        padding: 12px 4px;
    }
    .blog_blqt:before {
        top: -9px;
        left: -20px;
        content: "“";
    }
    .blog_blqt:after {
        bottom: -38px;
        right: -20px;
        content: "”";
    }
    .blogList_wrap .blogList_in {
        width: 100%;
        max-width: 316px;
    }
}
@media only screen and (max-width: 374px) {
    .column_table.ver7 th {
        width: 47%;
    }
    .column_table.ver8 th {
        width: 37%;
    }
    .column-huge-txt li {
        font-size: 13px;
        padding-left: 7px;
    }
    .column-huge-txt li span {
        width: 18px;
        height: 18px;
        margin-top: -10px;
        line-height: 1.5;
    }
}
</pre></body></html>