@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.btn-internal2 a {
    color: #fff;
    background-color: #0a2572;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px 45px 15px 15px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    position: relative;
    background-size: 18px auto;
}

p.time_function{
    font-size: 12px;
}
header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before,
#contents_header h1:before, 
#contents_header .title:before, 
.title-area h1:before, 
.title-maintext:before,
.headline h1:before, 
.headname:before,
.keyvisual h1:before, 
.keyvisual-txt:before,
.header_area_box h1:before, 
.header_area_box .texts a:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
.Footer a:before {
    content: "【PR】";
}
p.sitemap a:before {display: none;}

ul.tag-list-area li.tag-list-area__li span, ul.tag-list-area li.tag-list-area__li a span {
    font-size: 0.8em;
}
.cmn-parts-box td span {
    color: red;
    font-weight: bold;
}
table th, table td {
    padding: 7px;
}
.image-text__image.image-right {
    max-width: 25%;
    float: right;
    margin-top: -1em;
}
.column_record {
    border: solid 1px #0a2572;
    display: block;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
}
.column_record ul li {
    padding-left: 22px;
    margin: 0 0 5px;
    position: relative;
        display: block;
    background: none;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
.heading {
    padding: 0rem 1rem;
    border-left: 6px double #000;
    font-weight: bold;
}
ul.column_record li {
    display: block;
    background: none ;
    border-bottom: solid 1px #0a2572;
    margin-bottom: 10px ;
    padding: 0px 0px 5px 0px ;
    margin-left: 22px ;
}
 .column_record li:before {
    background: none ;
    position: initial ;
 }
 .column_record li span {
    font-weight: bold;
}
.center {
    text-align: center;
}
/* oki_20220707 */
.kanren {
    border: 3px solid #00489d;
    padding: 20px 30px 0;
    margin: 30px 0;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    background: url(img/underline_catch01.png) no-repeat center bottom;
  background-size: 100% auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  padding: 0 0 1rem;
}
.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 160px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #00489d;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: "\9589\3058\308B";
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

.lower_bottom .cmn-parts-box{
    color: #002060;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 20px;
}
.lower_bottom .cmn-parts-box p:first-child::before {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: -11px;
    border-bottom: 1px solid #003369;
}

p.cmn01-catch-copy {
    text-align: center;
}

.fixBan {
    position: fixed;
    bottom: 16rem;
    right: 0;
    width: 260px;
    z-index: 1;
}
.fixBan1 {
    position: fixed;
    bottom: 22rem;
    width: 220px;
    height: 198px;
    z-index: 1;
    animation: key 0.8s ease infinite alternate;
    right: 30px;
}
@keyframes key {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}







/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

.date {
    width: 1000px;
    margin: 0 auto 10px;
} 
  
  
  
  
  
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
.mv {
    width: 100%;
    margin: 0 auto;
    background: url(/wp/wp-content/uploads/mv_sp2-1.png) no-repeat top -10px center;
        background-size: auto;
    position: relative;
    padding: 7.5rem 0 0;
    background-size: auto 100%;
}

.mv .mv_inner h2.mv_title {
    margin: 1rem 0 2.0rem 0;
    font-size: 1.8rem;
    padding: 0 0rem;
    line-height: 1.3;
    text-align: justify;
    color: #002060;
}
ul.tag-list-area li.tag-list-area__li span, ul.tag-list-area li.tag-list-area__li a span {
    font-size: 0.8em;
}
.image-text__image.image-right {
    max-width: 26%;
    float: right;
}
.cmn-parts-box td span {
    color: red;
    font-weight: bold;
}
.pc {
    display: none;
}
#contents p.catch-copy, .contents-right .underlayer-image-text-box p.catch-copy {
    position: inherit;
}
.center {
    text-align: center;
}
  .date {
    margin-left: 25px;
}
.contents-left ul.column_record,
ul.column_record li {
    margin-left: 0;
} 
  
/*2023.04.17*/  
.custom .image-text__image {
    width: 100%;
} 
header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before {
    float: left;
    margin-bottom: 1rem;
}
.l-header__sitename {
    margin: 0;
    width: 100%;
}
.fixBan {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
}	
.fixBan1 {
    bottom: -4.4rem;
    left: -2px;
    width: 136px;
}
.fixBan2 {
    width: 128px;
    padding-left: 12px;
}	
@keyframes key {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-5px);}
}
.l-footer-copy p {
    text-align: right;
    margin-left: 104px;
    margin-bottom: -2px;
}	
	
	
	
	
	
	
	
	
	
	
    
}