@charset "utf-8";

/* CSS Document */
.left{
	display: flex;
    justify-content: left;
} 
.center{
	display: flex;
    justify-content: center;
}

.components_con{
	max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
	width: 100%;
	overflow-x: hidden;
}
.components_con2{
	max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
	width: 100%;
}
.components_con3{
	max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
	width: 100%;
}
.components_con3 .field_cards .row {
    --bs-gutter-x: 3rem;
}
.T_num {
    color: #ff0000;
    font-weight: bold;
    font-size: 1rem;
}

.T01_border {
    border: 1px solid #707070;
    width: auto;
    margin: 20px 0;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
}

.T01_ttl01 {
    color: #141b4d;
    font-weight: bold;
    font-size: 2.625rem;
    text-align: center;
    padding: 0 50px;
}

.T01_ttl02 {
    color: #141b4d;
    font-weight: bold;
    font-size: 2.5rem;
}

.T01_ttl03 {
    color: #222222;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: left;
}

.T01_ttl04 {
    color: #141b4d;
    font-weight: bold;
    font-size: 2.625rem;
    text-align: left;
}

.T01_ttl05 {
    color: #222222;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: left;
}

.T01_ttl06 {
    color: #222222;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: left;
}
.T01_ttl06 a{
    color: #222222;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: left;
	text-decoration: none;
}

.T01_ttl07 {
    color: #222222;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
}

.T01_ttl08 {
    color: #222222;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
}

.T02 {
    display: flex;
    align-items: center;
    justify-content: left;
}

.T02_num {
    font-size: 1.5rem;
    color: #1A4DA5;
    margin-right: 10px;
    font-weight: bold;
}

.T02_txt {
    color: #222222;
    font-size: 1.25rem;
    font-weight: bold;
}

.T02_ttl {
    color: #141b4d;
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}

.T03_categ {
    color: #888888;
    font-size: 1.2rem;
    font-weight: bold;
}

.T03_ttl {
    color: #141b4d;
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}

.T04 {
    display: flex;
    align-items: center;
    justify-content: left;
}

.T04_num {
    /*font-size: 1.75rem;*/
    color: #141b4d;
    opacity: 0.4;
    margin-right: 12px;
    font-weight: bold;
}

.T04_ttl {
    font-size: 1.75rem;
    font-weight: bold;
    color: #141b4d;
}

.T05 {
    font-size: 2.625rem;
    font-weight: bold;
    color: #141b4d;
}

.T06 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.T06_ttl {
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 1.4;
    color: #141b4d;
    flex: 1;
    box-sizing: border-box;
    flex: 1 1 50%;
	order: 1;
}

.T06_txt {
    flex: 1;
    box-sizing: border-box;
    flex: 1 1 50%;
    padding-left: 40px;
	font-size: 1.125rem;
	order: 2; 
}

.T06.reversed .T06_ttl {
    order: 2; 
	padding-left: 40px;
}

.T06.reversed .T06_txt {
    order: 1; 
	padding-left: 0;
}

.T06_ttl02 {
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 1.67;
    color: #141b4d;
    flex: 1;
    box-sizing: border-box;
    flex: 1 1 50%;
    padding-left: 40px;
}

.T06_txt02 {
    flex: 1;
    box-sizing: border-box;
    flex: 1 1 50%;
}

.C01_txt {
    font-size: 1.1rem;
    color: #222222;
    text-align: left;
    line-height: 1.8;
}
.C02 {
/*
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: nowrap;
*/
}
.C02_left {
    font-size: 1.1rem;
    line-height: 1.67;
    color: #222222;
    flex: 1;
    box-sizing: border-box;
}

.C02_right {
    font-size: 1.1rem;
    line-height: 1.67;
    color: #222222;
    box-sizing: border-box;
    margin-left: 65px;
}

.C02_img {
    width: 100%;
    max-width: 416px;   
}

.C04 {
  display: flex;
  flex-wrap: wrap;
}
.C04_4col_img {
  flex: 0 0 25%; 
  max-width: 25%;
  padding: 5px;
  text-align: center;
}
.C04_4col_img img {
    max-width: 100%;
    max-height: 100%;
}
.C04_3col_img {
  flex: 0 0 33.3333%; 
  max-width: 33.3333%;
  padding: 5px;
  text-align: center;
}
.C04_3col_img img {
    max-width: 100%;
    max-height: 100%;
}
.C04_2col_img {
  flex: 0 0 50%; 
  max-width: 50%;
  padding: 5px;
  text-align: center;
}
.C04_2col_img img {
    max-width: 100%;
    max-height: 100%;
}
.C03_img{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    /* border: 1px solid #dcdcdc; */
    /* padding: 5px; */
    box-sizing: border-box;
}
.C03_img img {
	max-width: 100%;
    /*border: 1px solid #dcdcdc;*/
    /*padding: 5px;*/
}
.C05_01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
}

.C05_01 i {
    margin-left: 5px;
}

.C05_01 ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}

.C05_01 ul li {
    list-style: url(../images/check.svg);
    list-style-position: inside;
    padding: 5px 0 5px 10px;
    font-size: 1.125rem;
    color: #222222;
}

.C05_01 a {
    color: #1A4DA5;
    text-decoration: none;
    font-size: 1.125rem;
}

.C05_01 a:hover {
    text-decoration: underline;
}

.C05_02 ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.C05_02 ul li {
    list-style: none;
    padding: 5px 20px;
    position: relative;
    line-height: 1.5;
    font-size: 0.85rem;
    color: #222222;
}

.C05_02 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #999999;
    border-radius: 50%;
    margin-right: 10px;
}

.C05_03 ol {
    margin: 0 0 0 20px;
    padding: 0 20px;
}

.C05_03 ol li {
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 1.125rem;
    color: #222222;
}

.C06_ttl {
    font-size: 1.25rem;
    color: #222222;
    font-weight: bold;
    border-bottom: 1px solid #DCDCDC;
    padding: 6px 0;
}

.C06 dl {
    margin: 10px 0 0 20px;
}

.C06 dl dt {
    font-size: 1.125rem;
    padding: 10px 0 10px 20px;
    position: relative;
}

.C06 dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
}

.C06 dl dd {
    font-size: 1.125rem;
    padding: 0 20px;
}

.C07 ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}

.C07 ul li {
    padding: 5px 0;
    font-size: 1rem;
    color: #222222;
    background-image: url('../images/check.svg');
    background-size: 18px 17px; 
    background-position: 0 50%; 
    background-repeat: no-repeat;
    padding-left: 25px; 
}

.C08 {
    text-align: center;
}

.C08_btn01 {
    background-color: #fff;
    color: #1A4DA5;
    text-decoration: none;
    display: inline-block;
    font-size: 1.625rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    transition: background-color 0.3s;
    border: 1px solid #1A4DA5;
    margin-top: 50px;
    padding: 17.5px 55px;
}

.C08_btn01:hover {
    color: #ffffff;
    background-color: #141b4d;
}

.C08_btn02 {
    background-color: #fff;
    color: #1A4DA5;
    text-decoration: none;
    display: inline-block;
    font-size: 1.625rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    transition: background-color 0.3s;
    border: 1px solid #1A4DA5;
    margin-top: 50px;
    padding: 17.5px 70px;
	position: relative;
}

.C08_btn02_img {
    width: 19px;
    height: 20px;
    background: url(../images/DL_ss.png) no-repeat;
    display: inline-block;
    margin-left: 14px;
	margin-right: 20px;
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); 
}

.C08_btn02:hover {
    color: #ffffff;
    background-color: #141b4d;
}

.C08_btn02:hover .C08_btn02_img {
    background: url(../images/DL_ssa.png) no-repeat;
}

.C08_btn03 {
    background-color: #af272f;
    color: #fff;
    border: 1px solid #af272f;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50px;
    transition: background-color 0.3s;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 17.5px 34px;
    cursor: pointer;
    min-width: 148px;
    white-space: normal;
    word-break: break-word;
	white-space: normal;
}

.C08_btn03_img {
    width: 44px;
    min-width: 44px;
    height: 30px;
    background: url(../images/icon_talk03.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.C08_btn03:hover {
    background-color: #ffffff;
    color: #AF272F;
    border: 1px solid #AF272F;
    cursor: pointer;
}

.C08_btn03:hover .C08_btn03_img {
    background: url(../images/icon_talk03a.svg) no-repeat;
}

.C08_btn04 {
    background-color: #999999;
    color: #fff;
    text-decoration: none;
    font-size: 1.6875rem;
    font-weight: bold;
    border-radius: 50px;
    transition: background-color 0.3s;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 17.5px 70px;
    min-width: 148px;
    white-space: normal;
    word-break: break-word;
}

.C08_btn05 {
    background-color: #fff;
    color: #1A4DA5;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 24px;
    transition: background-color 0.3s;
    border: 1px solid #1A4DA5;
    padding: 12px 55px;
    align-items: center;
    white-space: nowrap;
    background: url(../images/icon_r2.png) no-repeat;
    background-position: right 14px center;
}

.C08_btn05:hover {
    background-color: #1a4da5;
    color: #fff;
    background-image: url(../images/icon_r2a.png);
}

.C08_btn06 {
    background-color: #fff;
    color: #1A4DA5;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 24px;
    transition: background-color 0.3s;
    border: 1px solid #1A4DA5;
    padding: 6px 43px 6px 14px;
    align-items: center;
    white-space: nowrap;
    background: url(../images/icon_r2.png) no-repeat;
    background-position: right 14px center;
}

.C08_btn06:hover {
    background-color: #1a4da5;
    color: #fff;
    background-image: url(../images/icon_r2a.png);
}

.C08_btn07 {
    height: 27px;
    line-height: 2;
    background-color: #AF272F;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.875rem;
    margin: 4px 4px 4px 0;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
    white-space: nowrap;
    display: inline-block;
    padding: 0 10px;
}

.C08_btn08 {
    height: 80px;
    line-height: 3;
    background-color: #fff;
    color: #1A4DA5;
    text-decoration: none;
    display: inline-block;
    font-size: 1.625rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    transition: background-color 0.3s;
    border: 1px solid #1A4DA5;
    padding: 0 55px;
	width: 80%;
	text-align:center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin:50px auto 70px auto;
}

.C08_btn08:hover {
    color: #ffffff;
    background-color: #141b4d;
}
.C08_btn09 {
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    color: #222222;
	border: 1px solid #DCDCDC;
    text-decoration: none;
    display: inline-block;
    font-size: 1.625rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    transition: background-color 0.3s;
    margin-top: 50px;
    padding: 0 55px;
}

.C08_btn09:hover {
    color: #222222;
    background-color: #DCDCDC;
}
.C08_btn10 {
    height: 80px;
    line-height: 80px;
    background-color: #1A4DA5;
    color: #ffffff;
	border: 1px solid #1A4DA5;
    text-decoration: none;
    display: inline-block;
    font-size: 1.625rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    transition: background-color 0.3s;
    border: 1px solid #1A4DA5;
    margin-top: 50px;
    padding: 0 160px;
}

.C08_btn10:hover {
    color: #1A4DA5;
    border: 1px solid #1A4DA5;
	background-color: #ffffff;
}
.C09 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.square {
    width: 280px;
    height: 280px;
    background-color: #1A4DA5;
    border-radius: 5px;
    color: #ffffff;
    padding: 40px 10px 20px 10px;
}

.C09_ln01 {
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
}

.C09_ln02 {
    font-size: 4.375rem;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 -15px 0;
}

.C09_ln03 {
    font-size: 1.125rem;
    text-align: center;
}

.C09_ln04 {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 35px;
}

.C10 {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: nowrap;
}

.C10_left {
    font-size: 1.1rem;
    line-height: 1.87;
    color: #222222;
    flex: 1;
    box-sizing: border-box;
}

.C10_card {
    width: 100%;
    max-width: 280px;
    margin-left: 60px;
    text-align: center;
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.125rem;
    color: #222222;
}
.mt-modal .table {
    font-size: 1rem;
}

.table td {
    padding: 8px 30px;
    text-align: center;
    border: 1px solid #DCDCDC;
}
.table>caption {
    caption-side: top;
    text-align: center;
    color: #222222;
}

.table_bg {
    background-color: #1A4DA51A!important;
}

.O01 {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
}
.O01 a {
  display: block;
  text-decoration: none; 
  color: inherit; 
}
.O01_box {
    flex: 1;
    max-width: calc(33.333% - 48px);
    display: flex;
    flex-direction: column;
}

.O01_btn_con {
    width: 100%;
    float: left;
    overflow: hidden;
    display: flex;
}

.O01_btn_con ul {
    margin: 0 0 0 -32px;
    display: flex;
    flex-wrap: wrap;
}

.O01_btn_con ul li {
    list-style: none;
    display: flex;
    align-items: end;
}

.Z02 {
    padding: 30px 0;
    display: flex;
    align-items: left;
    margin: 0 auto;
}

.Z02_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.Z02 select {
    padding: 10px 25px 10px 5px;
    /*width: 210px;*/
    width: 20%;
    max-width: 20%;
    margin-right: 10px;
    display: flex;
    float: left;
}

.Z02_btn {
    background-color: #1A4DA5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 24px;
    transition: background-color 0.3s;
    border: 1px solid #141b4d;
    padding: 0 5px;
    white-space: nowrap;
    display: inline-block;
    min-width: 120px;
    position: relative;
    overflow: hidden;
    padding: 12.5px 10px;
    margin-left: 20px;
}

.Z02_btn:hover {
    border: 1px solid #1A4DA5;
    color: #1A4DA5;
    background-color: #ffffff;
}

.Z02 span {
    margin-left: 12px;
	white-space: nowrap;
}

.Z02 a {
    font-size: 0.875rem;
    text-decoration: none;
    color: #1A4DA5;
}

.Z02 a:hover {
    text-decoration: underline;
}

.Z02_noline a:hover {
    text-decoration: none;
}

.selected-info-container {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto 10px auto; 
	padding: 10px 30px 0 30px;
}

.selected-info-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2px 5px;
    display: inline-block;
    border: 1px solid #DCDCDC;
    font-size: 0.6875rem;
    color: #222222;
}
#clearBtn{
	border: 1px solid #DCDCDC;
	color: #1A4DA5;
	font-size: 0.75rem;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #ffffff;
	position: relative;
	display: inline-block;
	max-width: 90px;
	min-width: 90px;
	display: none;
}
#selectedInfo {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    align-items: center;
    justify-content: flex-start;
	margin-right: 15px;
}

.border_top {
    border-top: 1px solid #DCDCDC;
}

.modal_header {
    border-bottom: none;
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.modal_box_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: top;
    align-items: flex-start;
    font-weight: bold;
}

.modal_box_ttl img {
    /*border: 1px solid #DCDCDC;*/
    width: 200px;
    height: auto;
}

.header_img {
    margin-left: auto;
    vertical-align: top;
}
.Z06_info_list {
    margin: 20px 0 0 25px;
	overflow: hidden;
	display: grid;
    grid-template-columns: 20% 80%; 
}

.Z06_info_list dt {
    float: left;
    text-align: justify;
    text-align-last: justify;
    font-weight: normal;
    white-space: wrap;
    max-width: 160px;
    clear: left;
	position: relative;
    padding-right: 40px; 
}

.Z06_info_list dt::after {
    content: "：";
    position: absolute;
    right: 0;
    top: 0;
}

.Z06_info_list dd {
	overflow-wrap: break-word; 
    word-wrap: break-word;
    hyphens: auto; 
	padding-left: 25px;
}
/*
.z09_con {
    color: #707070;
    font-size: 1.25rem;
}
*/

.z09_video {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 30px auto 10px auto;
    /* border: 1px solid #dcdcdc; */
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.z09_video video {
    margin: 0;
    width: 724px;
    display: block;
}
/*
.z09_video img {
    border: 1px solid #dcdcdc;
    padding: 5px;
}
*/
.z09_video_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    /* width: max-content; */
    /*font-size: 1.125rem;*/
    margin-top: 15px;
}
.video-container {
    width: 100%;
    display: flex;
    justify-content: center; 
}
.video-container iframe {
    width: 80%;
    height: calc(50vw * 9 / 16);
    max-width: 560px;
}
video::-webkit-media-controls {
    opacity: 1 !important;
    transition: none !important;
}

video::-webkit-media-controls-hide {
    display: none !important;
}

.z09_right {
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
    border-left: 1px solid #999999;
}

.z09_right ul {
    width: 100%;
    margin: 0 0 0 20px;
    padding: 0;
}

.z09_right ul li {
    color: #1A4DA5;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    line-height: 1;
    position: relative;
    margin:10px 0;
}

.z09_right ul li span {
    align-items: center;
    line-height: 1.5;
    font-size: 1rem;
    word-wrap: break-word;
}

.z09_right ul a {
    color: #1A4DA5;
    text-decoration: none;
}

.z09_right .bi-arrow-right-short {
    color: #1A4DA5;
    margin-top: 3px;
}

.z09_right .bi-arrow-right-short {
    font-size: 1.6em;
    line-height: 1;
    vertical-align: middle;
}

.z09_intro ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.z09_intro ul li {
    position: relative;
    color: #222222;
    padding: 3px 0 3px 40px;
	font-size: 0.875rem;
}

.z09_intro ul li>span {
    position: absolute;
    left: 0;
    color: #222222;
}
/*
.z09_intro ul li::before {
    content: "※" counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    color: #222222;
}
*/

.z09_intro ul li a {
    color: #1A4DA5;
    text-decoration: none;
}

.z09_intro ul li a:hover {
    text-decoration: underline;
}

.z09_intro ul {
    counter-reset: item;
}

.modal-body .mt-modal {
    margin-top: 7rem;
}

.z10_box {
    border: 1px solid #DCDCDC;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

.z10_left {
    flex: 1;
    margin-right: 10px;
}

.z10_ln01 {
    color: #1A4DA5;
    font-size: 1.375rem;
    font-weight: bold;
    display: flex;
    align-items: start;
}

.z10_ln01 a {
    color: #1A4DA5;
    text-decoration: none;
}

.z10_ln01 a:hover {
    text-decoration: underline;
}

.z10_ln01 > img:first-child {
    width: 54px;
}

.z10_ln01 img {
    margin-right: 20px;
}

.z10_ln01 img:last-child {
    margin-left: 12px;
}

.z10_ln02 {
    font-size: 1.125rem;
    color: #222222;
    padding: 10px 10px 0 80px;
}

.z10_right {
    flex: 0 0 auto;
    margin-left: auto;
    flex-basis: 30%;
    text-align: center;
}
.z10_right img {
    max-width: 100%;
}
.z11{
	overflow-x: auto;	
	margin-top: 75px;
	position: relative;
}
.z11_tag {
	border-bottom: 8px solid #1A4DA51A;
	width: fit-content;
    min-width: 100%;
    box-sizing: border-box;
}

.z11_tab_content {
	max-width: 1200px;
	margin: 0 auto;
}

.z11_tab_content p{
	padding: 30px 0 0 0;
	font-size: 1.125rem;
}

.tab-pane {
    display: none;
}
.tab-pane.show {
	display: block;
}

.z12_rounded_rect {
    width: 100%;
    padding: 20px;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.z12_rounded_rect:hover {
	background-color: #F7F7F7;
}

.z12_rounded_rect:hover a{
	text-decoration: underline;
}
.z12_rounded_rect:hover .z12_right_ln02 {
    color: #707070;
    text-decoration: underline;
}
.z12_left {
    border-right: 1px solid #999999;
    padding: 10px 48px 0 10px;
    color: #222222;
    white-space: nowrap; 
    width: 30%; 
	max-width: 243px;
}

.z12_year{
	font-size: 1.1rem;
	color: #222222;
	width: 100%;
	display: block;
	text-align:left;
}
.z12_date{
	font-size: 1.2rem;
	color: #141B4D;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: left;
	margin: 10px 0;
	white-space: normal;
}

.z12_right {
    padding: 0 30px 8px 30px;
	flex: 1;
}
.z12_right_ln01 {
    width: 100%;
    float: left;
	display: block;
    width: 100%;
	text-align:left;
}
.z12_right_ln01 ul {
    margin: 0;
    padding: 0;
}

.z12_right_ln01 ul li {
    float: left;
    list-style: none;
}
.z12_right_ln02 {
	font-size: 1.5rem;
	font-weight:bold;
	color: #222222;
	display: block;
    width: 100%;
	text-align:left;
	margin: 50px 0 10px 0;
    line-height: 2rem;
	min-height: 75px;
}
.z12_right_ln02:hover{
	color: #707070;
	text-decoration: underline;
}
.z12_right_ln03{
	font-size: 1rem;
	color: #222222;
	display: block;
    width: 100%;
	text-align:left;
}
.z12_right_ln04{
	font-size: 1rem;
	color: #222222;
	display: block;
    width: 100%;
	text-align:left;
	color: #AF272F;
}
.z13_con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    align-items: flex-start; 
	overflow-x: hidden;
}
.z13_left{
	width: 71%;
	overflow-x: hidden;
    margin-top: 30px;
}
.z13_left:has(+ :not(.z13_right)), 
.z13_left:last-child {
    width: 100%;
}
.z13_left:last-child {
    margin-bottom: 60px;
}
.z13_left + .z13_left {
    margin-top: 30px;
}
.z13_left a{
	text-decoration: none;
}
.z13_right{
	width: 29%;
	margin-left: 52px;
	max-width: 300px;
}
.z13_blog_con {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
    overflow: hidden;
    gap: 20px;
    width: 100%;
    flex-wrap: nowrap;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	padding: 25px;
}
.z13_blog_container {
	display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto; 
    grid-template-areas:
	    "div1 z13_blog_h" 
        "div1 div2"
        "div1 div3"
        "div1 div4"
        "div5 div5";
    gap: 0 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.z13_blog_box {
    text-align: center;
    border-radius: 5px;
    grid-area: div1;
}
.z13_blog_box img{
	width:160px;
	height:160px;
}
.z13_blog_box_ttl {
    font-size: 1.375rem;
    color: #222222;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    grid-area: div2;
}
.z13_blog_box_ttl a{
	color: #222222;
	text-decoration: none;
	display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.z13_blog_box_ttl a:hover{
	color: #555555;
	text-decoration: underline;
}
.z13_blog_box_ttl:hover{
	color: #555555;
	text-decoration: underline;
}
.z13_blog_box_con {
    font-size: 1.125rem;
    color: #222222;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0;
    grid-area: div3;
	display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.z13_blog_box_date {
    font-size: 1rem;
    color: #141B4D;
    line-height: 1.22x;
    text-align: left;
    grid-area: div4;
	display: flex; 
    display: flex; 
    align-items: center; 
    gap: 10px;
}
.z13_blog_btns {
    display: block;
    flex: 1 1 auto;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    float: left;
    display: flex;
    flex: 0 0 auto;
    margin: 6px 0 0 0;
    grid-area: div5;
    flex-wrap: wrap;
}
.z13_blog_h {
	width: 100%;
    grid-area: z13_blog_h; 
	margin-bottom: 8px;
}
.z14_ttl{
	background-color: #DCDCDC;
	padding: 5px;
	color: #222222;
	font-size: 1rem;
	height: 30px;
}
.z14_icon{
	width: 7px;
	height: 7px;
	margin-right: 5px;
}
.z14_con{
	display: flex; 
    flex-direction: column;
    padding:20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.z14_ttl01{
	color: #141B4D;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 23px;
}
.z14_ttl02{
	color: #141B4D;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 8px;
	line-height: 1.5;
}
.z14_ln{
	width: 100%;
	display: flex; 
    justify-content: space-between;
    align-items: center; 
	margin-top:15px;
	padding:8px 0; 
}
.z14_ln_date{
	color: #222222;
	font-size: 1rem;
}
.z14_ln_icons{
	color: #222222;
	font-size: 1rem;
	display: flex; 
    gap: 10px;
}
.z17_box{
    width: 100%;
    background-color: #F7F7F7;
    padding: 30px 30px 8px 30px;
    margin-top: 90px;
}
.z18_con{
	width: 100%;
}
.z18_con ul{
	display: flex;
    flex-wrap: wrap;
    list-style: none;
	justify-content: center;
    gap: 10px;
	margin:0;
	padding:0;
	}
.nav-link2.active {
	background-color: #1A4DA5;
	color: #ffffff;
	border-radius: 50%;
	border: 1px solid #1A4DA5;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
}

.nav-link2{
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #222222;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
}

.nav-link2:hover{
	background-color: #1A4DA5;
	border: 1px solid #1A4DA5;
	color: #ffffff;
	}
.z15_h{
	width: 100%;
}
.z15_ttl{
	font-size: 1.5rem;
	color: #222222;
	font-weight:bold;
	border-bottom: 1px solid #DCDCDC;
	margin-top: 70px;
	padding-bottom: 5px;
}
.z15_list ul{
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}
.z15_list ul li{
	list-style: none;
	padding:10px 0;
    border-bottom: 1px dotted #ddd;
}
.z15_list ul li a{
	color: #1A4DA5;
	font-size: 1rem;
	text-decoration:none;
}
.z15_list ul li a:hover{
	text-decoration:underline;
}
.z19_box{
	border: 1px solid #DCDCDC;
	width: 100%;
	padding: 30px 32px 10px 32px;
}
.z19_ttl{
	font-size: 1.2rem;
	font-weight: bold;
	color: #222222;
	text-align: left;
}
.z19_txt{
	font-size: 1rem;
	color: #222222;
	text-align: left;
	margin: 10px 0 20px 0;
}
.z19_txt2{
	font-size: 1rem;
	color: #222222;
	text-align: left;
	margin: 10px 0 0 0;
}

.z19_link {
    display: flex;
    align-items: center;
    justify-content: left;
}

.z19_link a {
    color: #1A4DA5 !important;
    --bs-link-color: #1A4DA5;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z19_link a:hover {
    text-decoration: underline;
}

.z19_link i {
    margin: 2px 0 0 5px;
    color: #1A4DA5;
	transition: transform 0.3s ease;
}

.z19_link a:hover i.bi-arrow-right-short {
    transform: translateX(2px); 
}

.z20_list {
    margin-bottom: 15px;
}
.z20_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.z20_list ul li{
	padding:14px 14px 14px 33px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	margin-top:-1px;
	background-image: url('../images/icon_19.svg'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-position: 8px center;
}
.z20_list ul li a{
	font-size: 1.125rem;
	color: #222222;
	text-decoration: none;
}
.z20_list ul li a:hover{
	color: #999999;
	text-decoration: underline;
}
.z21_rounded_rect3 {
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #F7F7F7;
    margin-bottom: 15px;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
    border: 1px solid #ddd;
}
.z21_right {
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
    border-left: 1px solid #999999;
}

.z21_right ul {
    width: 100%;
    margin: 0 0 0 20px;
    padding: 0;
}

.z21_right ul li {
    color: #1A4DA5;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    line-height: 1;
    position: relative;
}

.z21_right ul li span {
    align-items: center;
    line-height: 1.5;
    font-size: 1rem;
    word-wrap: break-word;
}

.z21_right ul a {
    color: #1A4DA5;
    text-decoration: none;
}
.z21_right ul a:hover{
	text-decoration: underline;
}
.z21_right .bi-arrow-right-short {
    color: #1A4DA5;
    margin-top: 3px;
}

.z21_right .bi-arrow-right-short {
    font-size: 1.6em;
    line-height: 1;
    vertical-align: middle;
}
.z21_rounded_rect3 .d-flex .exa_left3 {
	/*flex-basis: 30%;*/
}

.z21_rounded_rect3 .d-flex .z21_right {
	/*flex-basis: 70%;*/
}
.z22_box {
    border: 1px solid #DCDCDC;
    width: 100%;
    padding: 25px 32px 20px 32px;
}
.z22_ln01{
	font-size: 1.25rem;
	text-align: left;
	color: #222222;
}
.z22_ln02{
	display: flex;
    align-items: center; 
    font-size: 1.5rem;
    text-align: left;
}
.z22_ln02 .text {
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
	color: #1A4DA5;
    flex-grow: 1;
}
.z22_ln02 a{
	color: #1A4DA5;
	text-decoration:none;
}
.z22_ln02 .icon {
    width: 30px; 
    height: 30px; 
	min-width: 30px;
    background-image: url('../images/right.png');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    margin-left: auto;
	margin-left: 20px;
}
.z22_ln02 .icon:hover{
	cursor: pointer;
}
.z22_box:hover a{text-decoration: underline;}
.z22_box:hover .icon{
    background-image: url('../images/righta.png'); 
}
.z23_con{
  width: 100%;
  position: relative;
  padding: 18px 0;
  box-sizing: border-box;
}
.z23_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1;
  }
.z23_bg img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.z23_transparent {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 50px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.z23_ln01 {
    width: 100%;
    font-size: 1.125rem;
    color: #222222;
}
.z23_ln02 {
	width: 100%;
    font-weight: bold;
    font-size: 3rem;
    word-wrap: break-word;
	margin-top: 5px;
}
@media (min-width: 1024px) {
.selected-info-container {
    display: none !important;
}
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .C09 {
        gap: 15px;
    }

    .square {
        width: 245px;
        height: 245px;
    }

    .C09_ln02 {
        font-size: 4rem;
    }

    .C09_ln01 {
        font-size: 1rem;
    }

    .C09_ln04 {
        margin-top: 25px;
    }

    .O01_box {
        flex: 0 0 calc(33.333% - 32px);
    }
	.components_con2{
		padding: 30px;
	}
	.z23_transparent{
		margin: 0 20px;
		 box-sizing: border-box;
	}
}

@media (max-width: 1024px) {
    .T01_ttl01 {
        font-size: 1.75rem;
    }

    .T01_ttl02 {
        font-size: 1.75rem;
    }

    .T01_ttl03 {
        font-size: 1.375rem;
    }

    .T01_ttl04 {
        font-size: 1.75rem;
        text-align: center;
    }

    .T01_ttl05 {
        font-size: 1.375rem;
    }

    .T01_ttl06 {
        font-size: 1.0625rem;
    }

    .T02_ttl {
        font-size: 1.5rem;
    }

    .T03_ttl {
        font-size: 1.5rem;
    }

    .T04_ttl {
        font-size: 1.5rem;
    }

    .T06 {
        flex-direction: column;
    }

    .T06_ttl {
        margin-bottom: 20px;
        font-size: 1.75rem;
        text-align: center;
		width: 100%;
    }
    .reversed .T06_ttl {
        margin-top: 20px;
    }
    .T06_txt {
        padding-left: 0;
        font-size: 1rem;
    }

    .T06_ttl02 {
        margin-bottom: 20px;
        font-size: 1.75rem;
        text-align: center;
    }

    .T06_txt02 {
        padding-left: 0;
        font-size: 1rem;
    }

	.T06.reversed .T06_ttl {
		padding-left: 0;
	}
    .C01_txt {
        font-size: 1rem;
        /*padding: 0 30px;*/
    }

    .C04_4col_img {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
    .C04_3col_img {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.C04_2col_img {
		flex: 0 0 50%;
		max-width: 50%;
	}
    .C05_01 {
        padding: 0 30px;
    }

    .C05_02 {
        padding: 0 30px;
    }

    .C05_03 {
        padding: 0 30px;
    }

    .C02 {
        flex-direction: column;
        /* display: block; */
    }
    .C02 .con_img {
        width: initial;
    }
    .C02_left {
        margin-bottom: 20px;
        /*padding: 0 30px;*/
    }

    .C02_img {
        margin: 50px auto;
    }

    .C06 {
        /*padding: 0 30px;*/
    }

    .C07 {
        padding: 0 30px;
    }
	
	.C08_btn03 {
		font-size: 1.5rem;
	}

    .C09 {
        gap: 15px;
    }

    .square {
        width: 245px;
        height: 245px;
    }

    .C09_ln02 {
        font-size: 4rem;
    }

    .C09_ln01 {
        font-size: 1rem;
    }

    .C09_ln03 {
        font-size: 1rem;
    }

    .C09_ln04 {
        margin-top: 25px;
    }

    .C10 {
       /*padding: 0 30px;*/
    }

    .C10_card {
        margin-left: 40px;
        max-width: 245px;
    }

    .grid-item {
        font-size: 0.6875rem;
        padding: 6px 30px;
    }

    .C11 {
        /*padding: 0 30px;*/
    }

    .O01 {
        padding: 0 30px;
    }

    .O01_box {
        flex: 0 0 calc(50% - 24px);
    }

    .Z02_con {
        display: flex;
        flex-direction: column;
        padding: 0 30px;
    }

    .Z02_con select {
        width: 100%;
        margin-bottom: 15px;
    }

    .Z02_btn {
        width: 80%;
        min-width: 0;
        display: block;
		margin: 0 auto;
    }

    .Z02 {
        border-top: 1px solid #dcdcdc;
    }

    .Z02 a {
        width: 100%;
    }

    .Z02_noline {
        margin-top: 10px;
        width: 100%;
    }

    .Z02_con span {
        display: none;
    }

    .selected-info-container {
        padding: 10px 30px 0 30px;
        margin-bottom: 10px;
    }

    .z09_video video {
        width: 590px;
    }

    .z10_box {
        padding: 30px 25px;
    }
	
	.z12_year{
		font-size: 0.875rem;
	}
	.z12_date {
    	font-size: 1.125rem;
	}
	.z12_right_ln02{
		font-size: 1.25rem;
		margin: 30px 0 5px 0;
        line-height: 1.6;
		color: #141B4D;
	}
	.z12_right_ln03, .z12_right_ln04{
		font-size: 0.75rem;
	}
	.z13_right{
		display:none;
	}
	.z13_left{
		width: 100%;
	}
	.z17_box {
        margin-top: 50px;
        padding: 20px 20px 8px 20px;
    }
	.components_con{
		padding: 0 30px;
	}
	.components_con3{
		/*padding: 0 30px;*/
	}
	.z23_ln01{
		text-align: center;
	}
	.z23_ln02{
		text-align: center;
	}
	.z23_transparent {
		margin: 0 20px;
	}
	
	.z11_tag {
		margin: 40px 0 0 0;
	}
	.z11_tab_content p {
		padding: 10px;
	}
	.components_con2{
		padding: 30px;
	}
	.C08_btn09{
		font-size: 1.375rem;
	}
	.C08_btn10{
		font-size: 1.375rem;
	}
	.Z02 select {
		margin-right: 0;
        max-width: inherit
	}
	#clearBtn {
		border: 1px solid #DCDCDC;
		color: #1A4DA5;
		font-size: 0.75rem;
		padding: 5px 10px;
		border-radius: 5px;
		cursor: pointer;
		background-color: #ffffff;
		position: relative;
		display: inline-block;
		max-width: 90px;
		min-width: 90px;
	}

	#clearBtn::before {
		content: '';
		position: absolute;
		left: -15px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 30px;
		background-color: #DCDCDC;
	}
	.con_box a {
   		margin-bottom: 30px;
	}
    .content>.field_cards_mb0>.T01_ttl01 {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {

    .O01_box {
        flex: 0 0 50%;
        max-width: 50%;
        flex-basis: calc(50% - 24px);
    }
    .z13_con {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .T01_ttl01 {
        font-size: 1.375rem;
    }

    .T01_ttl02 {
        font-size: 1.375rem;
    }

    .T01_ttl03 {
        font-size: 1.25rem;
    }

    .T01_ttl04 {
        font-size: 1.375rem;
        text-align: center;
    }

    .T01_ttl05 {
        font-size: 1.25rem;
    }

    .T01_ttl06 {
        font-size: 1.125rem;
        text-align: center;
    }

    .T01_ttl07 {
        font-size: 1.125rem;
    }

    .T02_num {
        font-size: 1.125rem;
    }

    .T02_txt {
        font-size: 0.875rem;
    }

    .T02_ttl {
        font-size: 1.125rem;
        margin-top: 7px;
    }

    .T03_categ {
        font-size: 0.875rem;
    }

    .T03_ttl {
        font-size: 1.125rem;
        margin-top: 7px;
    }

    .T04_ttl {
        font-size: 1.125rem;
    }

    .T04_num {
        font-size: 1.125rem;
    }

    .T06_ttl {
        margin-bottom: 20px;
        font-size: 1.375rem;
        text-align: center;
    }
    .reversed .T06_ttl {
        margin-top: 20px;
    }
    .T06_txt {
        padding-left: 0;
        font-size: 0.875rem;
    }

    .T06_ttl02 {
        margin-bottom: 20px;
        font-size: 1.375rem;
        text-align: center;
    }

    .T06_txt02 {
        padding-left: 0;
        font-size: 0.875rem;
    }

    .C01_txt {
        font-size: 0.875rem;
        /*padding: 0 15px;*/
    }

    .C02 {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 25px;
        display: flex;
        align-items: center;
    }

    .C02_left {
        font-size: 0.875rem;
        /*padding: 0 15px;*/
    }

    .C02_img {
        margin-left: 0;
        margin: 10px 0;
    }

    .C04_4col_img, .C04_3col_img, .C04_2col_img {
		flex: 0 0 100%; 
		max-width: 100%;
		text-align: center;
	  }

    .C05_01 ul li {
        font-size: 0.875rem;
        padding: 1px 0;
    }

    .C05_01 ul li a {
        font-size: 0.875rem;
    }

    .C05_01 {
        padding: 0 15px;
    }

    .C05_02 ul li {
        font-size: 0.875rem;
        padding: 1px 20px;
    }

    .C05_02 ul li::before {
        top: 7px;
    }

    .C05_03 ol li {
        font-size: 0.875rem;
    }

    .C05_02 {
        padding: 0 15px;
    }

    .C05_02 ul {
        margin: 0;
    }

    .C05_03 {
        padding: 0 15px;
    }

    .C05_03 ol {
        margin: 0;
    }

    .C06 {
        padding: 0 15px;
    }

    .C06 dl dt {
        font-size: 1rem;
    }

    .C06 dl dd {
        font-size: 0.875rem;
    }

    .C07 {
        padding: 0 15px;
    }

    .C07 ul li {
        font-size: 0.875rem;
    }

    .C08_btn01 {
        font-size: 1.25rem;
        padding: 11.5px 14px;
        min-width: 288px;
    }

    .C08_btn02 {
        font-size: 1.25rem;
        padding: 11.5px 14px;
        min-width: 288px;
    }

    .C08_btn03 {
        font-size: 1.125rem;
        padding: 11.5px 14px;
        min-width: 288px;
    }

    .C08_btn04 {
        font-size: 1.125rem;
        padding: 11.5px 14px;
        min-width: 288px;
    }

    .C08_btn05 {
        font-size: 1.125rem;
        padding: 11.5px 14px;
        min-width: 288px;
    }

    .C08_btn06 {
        font-size: 1.125rem;
        padding: 11.5px 14px;
        min-width: 288px;
    }

    .C10 {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .C10_left {
        margin-bottom: 10px;
    }

    .C10_card {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .grid-container {
        overflow-x: auto;
        white-space: nowrap;
    }

    .C11 {
        padding: 0 15px;
		overflow-x: auto;
    }

    .O01 {
        flex-direction: column;
        padding: 0 15px;
        gap: 0;
    }

    .O01_box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .Z02_con {
        padding: 0 15px;
    }

    .selected-info-container {
        padding: 10px 15px 0 15px;
        margin-bottom: 10px;
    }

    .modal_box_ttl {
        font-size: 1.0625rem;
    }

    .modal_box_ttl img {
        width: 118px;
        height: auto;
    }

	.Z06_info_list {
		margin: 20px 0 0 15px;
	}
	
    .z09_video video {
        width: 315px;
    }

    .z09_video_ttl {
        font-size: 0.875rem;
        margin-top: 15px;
    }

    .z09_con {
        color: #222222;
        font-size: 1rem;
        margin-top: 10px !important;
    }

    .z09_right {
        border-left: none;
        padding-left: 15px;
    }

    .z09_right ul li span {
        font-size: 0.875rem;
    }

    .z09_intro ul li {
        font-size: 0.8125rem;
    }

    .z09_intro {
        margin-top: 10px !important;
    }

    .z10_left,
    .z10_right {
        flex-basis: 100%;
        margin: 0;
    }

    .z10_ln01 {
        font-size: 1rem;
    }

    .z10_ln02 {
        font-size: 0.875rem;
        padding-left: 0;
    }

    .z10_right {
        text-align: center;
        margin-top: 16px;
    }

    .z10_ln01 img:first-child {
        width: 36px;
    }

    .z10_ln01 img:last-child {
        width: 15px;
    }

    .z10_box {
        padding: 25px;
    }
	.d-flex {
        flex-direction: column;
    }

    .z12_left {
        border-right: none;
        border-bottom: 2px solid #222222;
        padding: 10px 10px 0 10px;
        width: 100%;
        white-space: nowrap;
		max-width: none;
		text-align: left;
    }

    .z12_year, .z12_date {
        display: inline; 
    }

    .z12_date {
        margin-top: 0; 
		white-space: nowrap; 
		font-size:0.875rem;
    }

    .z12_right {
        padding: 10px;
    }
	.z12_right_ln02 {
		font-size: 1rem;
		margin:40px 0 5px 0;
        min-height: 3rem;
	}
	.z12_rounded_rect {
   		padding: 5px 15px;
	}
	.components_con{
		padding: 0 15px;
	}
	.components_con3{
		padding: 0 15px;
	}
	.z13_blog_box img{
		width: 125px;
		height: 125px;
	}
	.z13_blog_container {
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "div1 z13_blog_h"
            "div1 div2"
            "div3 div3" 
            "div4 div4"
            "div5 div5";
    }

    .z13_blog_box_con, .z13_blog_box_date {
        grid-column: 1 / -1; 
    }
	.z13_blog_box_con {
		margin-top: 20px;
	}
    .z14_ln{
        display: block;
    }
    .z14_ln_icons{
        margin-top: 5px;
    }
	.z17_box {
        padding: 20px 15px 8px 15px;
        /*width: calc(100% + 30px); */
        margin: 40px 0 0 0;
		/*margin-left: -15px;
        margin-right: -15px;*/
        box-sizing: border-box; 
    }
    .z21_rounded_rect3>.d-flex {
        width: 100%;
    }
    .z21_right {
        border-left: none;
        padding-left: 15px;
    }
	.z22_ln01{
		font-size: 0.875rem;
	}
	.z22_box{
		padding: 15px;
	}
	.z22_ln02 a {
		font-size: 1.125rem;
	}
	.z22_ln02 .text{
		line-height: 1;
	}
	.z23_ln01 {
		font-size: 0.875rem;
	}
	.z23_ln02 {
		font-size: 2rem;
	}
	.C08_btn07 {
		font-size: 0.75rem;
        line-height: 1.9167;
        height: 23px;
        margin: 2px 0 2px 4px;
	}
	.components_con2{
		padding: 15px;
	}
	.C08_btn03{
		width: 100%;
		padding: 0 30px;
		min-height: 68px;
	}
	.C08_btn03 div{
		padding: 5px 30px;
	}
	.C08_btn03_img {
		width: 33px;
		min-width: 33px;
		height: 23px;
		background: url(../images/talk.png) no-repeat;
	}
	.C08_btn03:hover .C08_btn03_img {
		background: url(../images/talka.png) no-repeat;
	}

	.C08_btn08 {
		height: 53px;
		line-height: 2.6;
		font-size: 1.25rem;
		padding: 0 55px;
		width: 90%;
		margin: 35px auto 0px auto;
	}
	.C08_btn09{
		width: 100%;
		height: 53px;
		line-height: 53px;
		display: flex;
        align-items: center;
		padding: 0;
		justify-content: center;
		font-size: 1.25rem;
		margin: 40px 0 0 0;
	}
	.C08_btn10{
		width: 100%;
		height: 53px;
		line-height: 53px;
		display: flex;
        align-items: center;
		padding: 0;
		justify-content: center;
		font-size: 1.25rem;
		margin: 0;
	}
	.table td {
    	white-space: nowrap;
	}
	.O01_btn_con {
		margin-left: -4px;
	}
	.Z06_info_list dt {
		margin-right: 5px;
		padding-right: 20px;
	}
	.Z06_info_list dd {
		padding-left: 40px;
	}
	.con_box a {
   		margin-bottom: 15px;
	}
}

.field_cards .row.z01 {
    --bs-gutter-x: 0.2rem;
}
.field_cards .z01 a {
	max-width: 100%;
    display: block;
    flex: 100%;
    margin-bottom: 0;
}
@media (min-width: 1024px) {
        .indu_field_cards .row.z01 {
          margin-bottom: 30px;
       }
        .field_cards .row.z01 .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .field_cards .row.z01 .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 1024px) {
    .field_cards .row.z01 .con_box a {
        margin-bottom: 0;
    }
}

.field_cards .o05 a {
	max-width: 100%;
    display: block;
    flex: 100%;
}
@media (max-width: 1200px) {
    .field_cards .row.o05 {
        --bs-gutter-x: 1.5rem;
    }
}
@media (max-width: 768px) {
    .field_cards .row.o05 {
        --bs-gutter-x: 0rem;
    }
}