@charset "UTF-8";

.contentsInner {
  box-shadow: none;
  max-width: 950px;
  width: auto;
}

.column_top .txt a:link ,
.column_top .txt a:visited ,
.column_sec .txt a:link ,
.column_sec .txt a:visited {
  color: #004cff;
  text-decoration: underline;
}
.column_top .txt a:hover ,
.column_sec .txt a:hover {
  color: #004cff;
  text-decoration: none;
}

@media screen and (min-width:600px){
  .spbr ,
  .sp_contents {
    display: none;
  }
  
  #pagetitle {
    width: auto;
    max-width: 950px;
    padding-top: 20px;
    margin: 0 auto 30px;
  }
  .column_top {
    font-family: "メイリオ", sans-serif;
  }
  .column_topimg {
    margin-bottom: 40px;
  }
  .column_topimg img {
    max-width: 100%;
    height: auto;
  }
  .column_top .txt {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 1.5em;
  }
  .column_top .txt strong {
    font-weight: bold;
  }
  .column_top .txt .marker01 {
    background:linear-gradient(transparent 60%, #ffea40 60%);
  }
  .column_top .box01 {
    padding: 30px 3.6%;
    box-sizing: border-box;
    border: 5px solid #eee;
    margin-bottom: 2em;
  }
  .column_top .box01 .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .column_top .box01 .txt + .column_list02 {
    margin-top: -15px;
    margin-bottom: 20px;
  }
  
  
  .column_toc {
    margin-bottom: 6.0rem;
    font-family: "メイリオ", sans-serif;
  }
  .column_toc dt {
    background: #cc0022;
    background-size: auto;
    border: 2px solid #cc0022;
    padding: 1.4rem 0;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    position: relative;
    cursor: pointer;
    text-align: center;
    line-height: 1;
  }
  .column_toc dt .ttl {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
  }
  .column_toc dt .ttl::before {
    content: "";
    background: url(../images/column/icon_toc.png) no-repeat left center;
    background-size: auto;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 18px;
  }
  .column_toc dt .ttl::after {
    content: "[開く]";
    width: 5em;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-decoration: underline;
    text-align: left;
    position: absolute;
    right: -5.8em;
    top: 50%;
    transform: translate(0,-50%);    
  }
  .column_toc dt.active-submenu .ttl::after {
    content: "[閉じる]";
  }
  .column_toc dt.none-submenu .ttl::after {
    content: "[開く]";
  }
  .column_toc dd {
    display: block;
    padding: 40px 4% 4.0rem;
    box-sizing: border-box;
    background: #faf6e8;
    border: 2px solid #cc0022;
  }
  .column_toc dd .ttl {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc5ae;
    margin-bottom: 30px;
    line-height: 145%;
  }
  .column_toc dd .column_toc_list {
  }
  .column_toc dd .column_toc_list .lv01 {
    text-indent: -20px;
    padding-left: 20px;
  }
  .column_toc dd .column_toc_list .lv01:nth-last-child(n+2) {
    margin-bottom: 28px;
  }
  .column_toc dd .column_toc_list .lv01 > a {
    font-size: 20px;
    font-weight: bold;
    color: #004cff;
    text-decoration: underline;
    padding-left: 20px;
    position: relative;
  }
  .column_toc dd .column_toc_list .lv01 > a:hover {
    color: #004cff;
    text-decoration: none;
  }
  .column_toc dd .column_toc_list .lv01 > a::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #cc0022;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  .column_toc dd .column_toc_list .lv01 > a + ul {
    margin-top: 15px;
    margin-left: 20px;
  }
  .column_toc dd .column_toc_list .lv02:nth-last-child(n+2) {
    margin-bottom: 14px;
  }
  .column_toc dd .column_toc_list .lv02 > a {
    font-size: 18px;
    color: #004cff;
    text-decoration: underline;
  }
  .column_toc dd .column_toc_list .lv02 > a:hover {
    color: #004cff;
    text-decoration: none;
  }
  .column_toc dd .column_toc_list .lv02 > a + ul {
    margin-top: 12px;
    margin-left: 18px;
  }
  .column_toc dd .column_toc_list .lv03:nth-last-child(n+2) {
    margin-bottom: 12px;
  }
  .column_toc dd .column_toc_list .lv03 > a {
    font-size: 16px;
    color: #004cff;
    text-decoration: underline;
  }
  .column_toc dd .column_toc_list .lv03 > a:hover {
    color: #004cff;
    text-decoration: none;
  }
  .column_toc dd .close {
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
  }
  .column_toc dd .close .closetxt {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .column_sec {
    padding-bottom: 65px;
  }
  .column_sec * {
    font-family: "メイリオ", sans-serif;
  }
  .column_sec .column_img {
    margin-bottom: 40px;
  }
  .column_sec .column_img img {
    width: 100%;
    height: auto;
  }
  .column_sec h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 125%;
    padding: 24px 0 22px;
    border-top: 3px solid #cc0022;
    border-bottom: 3px solid #cc0022;
    margin-bottom: 40px;
  }
  .column_sec h3 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 145%;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #cc0022;
    margin-top: 55px;
    margin-bottom: 25px;
  }
  .column_sec h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-left: 34px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .column_sec h4::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #cc0022;
    position: absolute;
    left: 0;
    top: 47%;
    transform: translate(0,-50%);
  }
  .column_sec .txt {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 1em;
  }
  .column_sec .txt strong {
    font-weight: bold;
  }
  .column_sec .txt .marker01 {
    background:linear-gradient(transparent 60%, #ffea40 60%);
  }
  .column_sec .dlist dt {
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .column_sec .dlist dd {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .column_sec .box01 {
    padding: 35px 4%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 2em;
  }
  .column_sec .box01 .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .column_sec .box01 .subtxt {
    margin-top: 20px;
  }
  .column_sec .column_tbl_wrap {
    margin-bottom: 35px;
  }
  .column_sec .tbl01_ttl {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: .8em;
    padding-top: 1.5em;
  }
  .column_sec .tbl01 {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
  }
  .column_sec .tbl01 th ,
  .column_sec .tbl01 td {
    box-sizing: border-box;
    padding: 15px 25px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 162.5%;
  }
  .column_sec .tbl01 th {
    background: #f3f3f3;
    padding: 15px;
    text-align: center;
  }
  .column_sec .tbl01 td {
    text-align: left;
  }
  .column_sec .tbl01 td.sttl01 {
    text-align: center;
    vertical-align: middle;
  }
  .column_sec .tbl01.col2 th {
    width: 50%;
  }
  .column_sec .tbl01.column01_toc07 th:nth-child(1) {
    width: 40%;
  }
  .column_sec .tbl01.column04_toc0203 td.sttl01 {
    font-weight: bold;
  }
  .column_sec .tbl01.column04_toc0203 th:nth-child(2) {
    width: 50%;
  }
  .column_sec .tbl01.column04_toc0203 td:nth-child(2) {
    text-align: center;
  }
  .column_sec .tbl01.column04_toc0203 ,
  .column_sec .tbl01.column07_toc0301 ,
  .column_sec .tbl01.column07_toc0503 ,
  .column_sec .tbl01.column08_toc0101 ,
  .column_sec .tbl01.column08_toc0102 ,
  .column_sec .tbl01.column09_toc0601 ,
  .column_sec .tbl01.column10_toc0101 ,
  .column_sec .tbl01.column10_toc0102 ,
  .column_sec .tbl01.column10_toc0103 ,
  .column_sec .tbl01.column10_toc0104 ,
  .column_sec .tbl01.column10_toc0301 {
    margin-bottom: 35px;
  }
  .column_sec .tbl01.column_toc030204 td {
    text-align: center;
    vertical-align: middle;
  }
  .column_sec .tbl01.column_toc030206 th {
    width: 24%;
    vertical-align: middle;
  }
  .column_sec .tbl01.column_toc030206 th:nth-child(1) {
    width: 28%;
  }
  .column_sec .tbl01.column08_toc0101 th ,
  .column_sec .tbl01.column08_toc0102 th {
    width: 30%;
    text-align: left;
  }
  .column_sec .tbl01.column07_toc0301 td ,
  .column_sec .tbl01.column07_toc0503 td ,
  .column_sec .tbl01.column10_toc0101 td ,
  .column_sec .tbl01.column10_toc0102 td ,
  .column_sec .tbl01.column10_toc0103 td ,
  .column_sec .tbl01.column10_toc0104 td ,
  .column_sec .tbl01.column10_toc0301 td {
    text-align: left;
  }
  .column_sec .tbl01.column07_toc0301 th:nth-child(1) ,
  .column_sec .tbl01.column07_toc0503 th:nth-child(1) ,
  .column_sec .tbl01.column10_toc0101 th:nth-child(1) ,
  .column_sec .tbl01.column10_toc0301 th:nth-child(1) {
    width: 35%;
  }
  .column_sec .tbl01.col2 th {
    width: 50%;
  }
  .column_sec .tbl01.col3 th {
    width: calc( 100% / 3 );
  }
    
  .fixed_banner {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
  }
  .trigger.active-submenu + dd {
    display: block;
  }
  
  .column_list01 {
  }
  .column_list01 li:nth-last-child(n+2) {
    margin-bottom: 12px;
  }
  .column_list02 {
    margin-left: 30px;
  }
  .column_list02 li {
    list-style: disc;
    line-height: 140%;
  }
  .column_list02 li:nth-last-child(n+2) {
    margin-bottom: 10px;
  }
  .column_list02 + .txt {
    margin-top: 25px;
  }
  .column_list03 {
    margin-left: 30px;
  }
  .column_list03 li {
    list-style: decimal;
    line-height: 140%;
  }
  .column_list03 li:nth-last-child(n+2) {
    margin-bottom: 10px;
  }
  .column_list03 + .txt {
    margin-top: 25px;
  }
  
  .column_btn01 {
    text-align: center;
  }
  .column_btn01 a {
    display: inline-block;
    width: 100%;
    max-width: 730px;
    text-align: center;
    box-sizing: border-box; 
    border-radius: 30px;
    line-height: 1;
    padding: 19px 0;
    background: #cc0022;
    border: 2px solid #940022;
    box-shadow: 3px 3px 0px 0px rgba(148,0,34,1);
  }
  .column_btn01 a:hover {
    text-decoration: none;
  }
  .column_btn01 a .inner {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 0 3px 30px; 
    background: url(../images/column_arrow.png) no-repeat left top 2px;
    background-size: 22px;
  }
  .column_btn02 {
    width: 520px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .column_btn01 + .column_btn02 {
    padding-top: 30px;
  }
  .column_btn02.column05_toc0701 {
    padding-bottom: 30px;
  }
  .column_btn02.column08_toc0204 {
    padding-top: 30px;
  }
  .column_btn02 a {
    display: block;
    text-align: center;
    background: #826fb0;
    border: 3px solid #5b4d7b;
    box-shadow: 3px 3px 0px 0px rgba(91,77,123,1);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .column_btn02 a:hover {
    text-decoration: none;
  }
  .column_btn02 a .inner {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 160%;
    padding: 4px 0 2px 45px; 
    background: url(../images/check_arrow.png) no-repeat left center;
    background-size: auto;
  }
}
@media screen and (max-width:599px){
  .spbr {
    display: inline-block;
  }
  .pc_contents {
    display: block;
  }
  .pc_contents {
    display: none;
  }
  #pagetitle {
    padding-top: 20px;
    margin-left: 4%;
    margin-right: 4%;
  }
  #pagetitle .title {
    font-size: 140%;
  }
  .contentsInner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 4%;
    padding-bottom: 50px;
  }
  .column_top {
    font-family: "メイリオ", sans-serif;
  }
  .column_topimg {
    margin-bottom: 40px;
  }
  .column_topimg img {
    max-width: 100%;
    height: auto;
  }
  .column_top .txt {
    font-size: 14px;
    line-height: 190%;
    margin-bottom: 1.5em;
  }
  .column_top .txt strong {
    font-weight: bold;
  }
  .column_top .txt .marker01 {
    background:linear-gradient(transparent 60%, #ffea40 60%);
  }
  .column_top .box01 {
    padding: 30px 3.6%;
    box-sizing: border-box;
    border: 5px solid #eee;
    margin-bottom: 2em;
  }
  .column_top .box01 .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .column_top .box01 .txt + .column_list02 {
    margin-top: -15px;
    margin-bottom: 20px;
  }
  
  
  .column_toc {
    margin-bottom: 5.0rem;
    font-family: "メイリオ", sans-serif;
  }
  .column_toc dt {
    background: #cc0022;
    background-size: auto;
    border: 2px solid #cc0022;
    padding: 1.4rem 4em 1.4rem 0;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    position: relative;
    cursor: pointer;
    text-align: center;
    line-height: 1;
  }
  .column_toc dt .ttl {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
  }
  .column_toc dt .ttl::before {
    content: "";
    background: url(../images/column/icon_toc.png) no-repeat left center;
    background-size: auto;
    width: 27px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 18px;
  }
  .column_toc dt .ttl::after {
    content: "[開く]";
    width: 5em;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-decoration: underline;
    text-align: left;
    position: absolute;
    right: -5.8em;
    top: 50%;
    transform: translate(0,-50%);    
  }
  .column_toc dt.active-submenu .ttl::after {
    content: "[閉じる]";
  }
  .column_toc dt.none-submenu .ttl::after {
    content: "[開く]";
  }
  .column_toc dd {
    display: block;
    padding: 30px 4% 3.0rem;
    box-sizing: border-box;
    background: #faf6e8;
    border: 2px solid #cc0022;
  }
  .column_toc dd .ttl {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc5ae;
    margin-bottom: 30px;
    line-height: 145%;
  }
  .column_toc dd .column_toc_list {
  }
  .column_toc dd .column_toc_list .lv01 {
    text-indent: -20px;
    padding-left: 20px;
  }
  .column_toc dd .column_toc_list .lv01:nth-last-child(n+2) {
    margin-bottom: 26px;
  }
  .column_toc dd .column_toc_list a {
    line-height: 160%;
  }
  .column_toc dd .column_toc_list .lv01 > a {
    font-size: 18px;
    font-weight: bold;
    color: #004cff;
    text-decoration: underline;
    padding-left: 20px;
    position: relative;
  }
  .column_toc dd .column_toc_list .lv01 > a::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #cc0022;
    position: absolute;
    left: 0;
    top: 13px;
  }
  .column_toc dd .column_toc_list .lv01 > a + ul {
    margin-top: 15px;
    margin-left: 20px;
  }
  .column_toc dd .column_toc_list .lv02 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .column_toc dd .column_toc_list .lv02.noindent {
    text-indent: 0;
    padding-left: 0;
  }
  .column_toc dd .column_toc_list .lv02:nth-last-child(n+2) {
    margin-bottom: 10px;
  }
  .column_toc dd .column_toc_list .lv02 > a {
    font-size: 16px;
    color: #004cff;
    text-decoration: underline;
  }
  .column_toc dd .column_toc_list .lv02 > a + ul {
    margin-top: 10px;
    margin-left: 18px;
  }
  .column_toc dd .column_toc_list .lv03:nth-last-child(n+2) {
    margin-bottom: 10px;
  }
  .column_toc dd .column_toc_list .lv03 > a {
    font-size: 14px;
    color: #004cff;
    text-decoration: underline;
  }
  .column_toc dd .close {
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
  }
  .column_toc dd .close .closetxt {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .column_sec {
    padding-bottom: 55px;
  }
  .column_sec * {
    font-family: "メイリオ", sans-serif;
  }
  .column_sec .column_img {
    margin-bottom: 30px;
  }
  .column_sec .column_img img {
    max-width: 100%;
    height: auto;
  }
  .column_sec h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 140%;
    padding: 20px 0 18px;
    border-top: 3px solid #cc0022;
    border-bottom: 3px solid #cc0022;
    margin-bottom: 40px;
  }
  .column_sec h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 145%;
    padding: 5px 6px 5px 16px;
    border-left: 4px solid #cc0022;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .column_sec h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-left: 34px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .column_sec h4::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #cc0022;
    position: absolute;
    left: 0;
    top: 47%;
    transform: translate(0,-50%);
  }
  .column_sec .txt {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 1em;
  }
  .column_sec .txt strong {
    font-weight: bold;
  }
  .column_sec .txt .marker01 {
    background:linear-gradient(transparent 60%, #ffea40 60%);
  }
  .column_sec .dlist dt {
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .column_sec .dlist dd {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .column_sec .box01 {
    padding: 25px 4%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 1.6em;
  }
  .column_sec .box01 .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .column_sec .box01 .subtxt {
    font-size: 14px;
    margin-top: 20px;
  }
  .column_sec .column_tbl_wrap {
    margin-bottom: 35px;
  }
  .column_sec .tbl01_ttl {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: .8em;
    padding-top: 1.2em;
  }
  .column_sec .tbl01 {
    width: 700px;
    box-sizing: border-box;
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
  }
  .column_sec .tbl01 th ,
  .column_sec .tbl01 td {
    box-sizing: border-box;
    padding: 14px 4%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 150%;
  }
  .column_sec .tbl01 th {
    background: #f3f3f3;
    padding: 15px;
    text-align: center;
  }
  .column_sec .tbl01 td {
    text-align: left;
  }
  .column_sec .tbl01 td.sttl01 {
    text-align: center;
    vertical-align: middle;
  }
  .column_sec .tbl01.col2 th {
    width: 50%;
  }
  .column_sec .tbl01.column01_toc07 th:nth-child(1) {
    width: 40%;
  }
  .column_sec .tbl01.column04_toc0203 td.sttl01 {
    font-weight: bold;
  }
  .column_sec .tbl01.column04_toc0203 th:nth-child(2) {
    width: 50%;
  }
  .column_sec .tbl01.column04_toc0203 td:nth-child(2) {
    text-align: center;
  }
  .column_sec .tbl01.column05_toc0301 th:nth-child(1) {
    width: 7.5em;
  }
  .column_sec .tbl01.column02_toc0101 ,
  .column_sec .tbl01.column02_toc0102 ,
  .column_sec .tbl01.column02_toc0103 ,
  .column_sec .tbl01.column02_toc0104 ,
  .column_sec .tbl01.column02_toc0401 ,
  .column_sec .tbl01.column02_toc0503 ,
  .column_sec .tbl01.column08_toc0301 {
    width: 550px;
  }
  .column_sec .tbl01.column04_toc0203 ,
  .column_sec .tbl01.column05_toc0301 ,
  .column_sec .tbl01.column07_toc0301 ,
  .column_sec .tbl01.column07_toc0503 ,
  .column_sec .tbl01.column08_toc0101 ,
  .column_sec .tbl01.column08_toc0102 ,
  .column_sec .tbl01.column09_toc0601 ,
  .column_sec .tbl01.column10_toc0101 ,
  .column_sec .tbl01.column10_toc0102 ,
  .column_sec .tbl01.column10_toc0103 ,
  .column_sec .tbl01.column10_toc0104 ,
  .column_sec .tbl01.column10_toc0301 {
    width: 100%;
    margin-bottom: 35px;
  }
  .column_sec .tbl01.column08_toc0101 th ,
  .column_sec .tbl01.column08_toc0101 td ,
  .column_sec .tbl01.column08_toc0102 th ,
  .column_sec .tbl01.column08_toc0102 td ,
  .column_sec .tbl01.column09_toc0601 th ,
  .column_sec .tbl01.column09_toc0601 td {
    display: block;
    width: 100%;
  }
  .column_sec .tbl01.column08_toc0101 th ,
  .column_sec .tbl01.column08_toc0102 th ,
  .column_sec .tbl01.column09_toc0601 th {
    padding: 10px 15px;
  }
  .column_sec .tbl01.column09_toc0701 th {
    width: 20%;
  }
  .column_sec .tbl01.column_toc030204 td {
    text-align: center;
    vertical-align: middle;
  }
  .column_sec .tbl01.column_toc030206 th {
    width: 24%;
    vertical-align: middle;
  }
  .column_sec .tbl01.column_toc030206 th:nth-child(1) {
    width: 28%;
  }
  .column_sec .tbl01.column07_toc0301 td ,
  .column_sec .tbl01.column07_toc0503 td ,
  .column_sec .tbl01.column10_toc0101 td ,
  .column_sec .tbl01.column10_toc0102 td ,
  .column_sec .tbl01.column10_toc0103 td ,
  .column_sec .tbl01.column10_toc0104 td ,
  .column_sec .tbl01.column10_toc0301 td {
    text-align: left;
  }
  .column_sec .tbl01.column07_toc0301 th:nth-child(1) ,
  .column_sec .tbl01.column07_toc0503 th:nth-child(1) ,
  .column_sec .tbl01.column10_toc0101 th:nth-child(1) {
    width: 30%;
  }
  .column_sec .tbl01.column10_toc0301 th:nth-child(1){
    width: 35%;
  }
  .column_sec .tbl01.col2 th {
    width: 50%;
  }
  .column_sec .tbl01.col3 th {
    width: calc( 100% / 3 );
  }
  
  
  .column_list01 {
  }
  .column_list01 li {
    font-size: 14px;
    line-height: 145%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .column_list01 li:nth-last-child(n+2) {
    margin-bottom: 8px;
  }
  .column_list02 {
    margin-left: 30px;
  }
  .column_list02 li {
    list-style: disc;
    font-size: 14px;
    line-height: 145%;
  }
  .column_list02 li:nth-last-child(n+2) {
    margin-bottom: 8px;
  }
  .column_list02 + .txt {
    margin-top: 20px;
  }
  .column_list03 {
    margin-left: 30px;
  }
  .column_list03 li {
    list-style: decimal;
    font-size: 14px;
    line-height: 140%;
  }
  .column_list03 li:nth-last-child(n+2) {
    margin-bottom: 8px;
  }
  .column_list03 + .txt {
    margin-top: 20px;
  }
  
  .column_btn01 {
    width: 100%;
    text-align: center;
  }
  .column_btn01 a {
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box; 
    line-height: 1;
    background: #cc0022;
    border: 2px solid #940022;
    box-shadow: 3px 3px 0px 0px rgba(148,0,34,1);
    border-radius: 10px;
    padding: 15px 7%;
  }
  .column_btn01 a:hover {
    text-decoration: none;
  }
  .column_btn01 a .inner {
    color: #fff;
    display: inline-block;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 130%;
    padding: 2px 0 3px 2em; 
    background: url(../images/column_arrow.png) no-repeat left center;
    background-size: 22px;
    text-align: left;
  }
  .column_btn02 {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .column_btn01 + .column_btn02 {
    padding-top: 30px;
  }
  .column_btn02.column05_toc0701 {
    padding-bottom: 30px;
  }
  .column_btn02.column08_toc0204 {
    padding-top: 30px;
  }
  .column_btn02 a {
    display: block;
    text-align: center;
    background: #826fb0;
    border: 3px solid #5b4d7b;
    box-shadow: 3px 3px 0px 0px rgba(91,77,123,1);
    border-radius: 10px;
    padding: 15px 7%;
  }
  .column_btn02 a:hover {
    text-decoration: none;
  }
  .column_btn02 a .inner {
    display: inline-block;
    text-align: left;
    font-size: 3.6vw;
    font-weight: bold;
    color: #fff;
    line-height: 130%;
    padding: 4px 0 2px 2.5em; 
    background: url(../images/check_arrow.png) no-repeat left center;
    background-size: 22px;
  }


  .fixed_banner {
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0; 
    z-index: 10;
    background: #826FB0;
    border-top: 4px solid #695990;
  }
  .fixed_banner a {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .fixed_banner img {
    width: 94.4%;
    max-width: 354px;
  }
  
  @media screen and (max-width:480px){
    .fixed_banner img {
      width: calc( 94.4% - 50px );
      margin-left: 50px;
    }    
  }
}