@charset "UTF-8";
/* CSS Document */

/* ======================================================
	news - page

*/
body {
    background-color: #fff9f0;
}



.flex-box {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.flex-box .title {
  margin: 35px 0 50px 0;
     flex-basis: 100%;
}
.flex-l {
    flex-basis: 65%;
    padding-right: 3%
}
.flex-r {
    flex-basis: 35%;
}


.flex-box li {
    margin-bottom: 10px;
    background-image: url("../img/news/corona_news-icon.png");
    background-repeat: no-repeat;
    background-position: top 4px left;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
}

.img-mb {
    margin-bottom: 15px;
}

.side_news-banner {
    margin-bottom: 10px;
    text-align: center;
}


.first-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.first-w {
    position: relative;
    flex-basis: 25%;
    text-align: center;
    padding: 0 2.5%
}

.line01, .line02, .line03 {
 border-left: solid 1px #008de4;
}

.line04 {
 border-left: solid 1px #008de4;
border-right: solid 1px #008de4;
}

.icon_order {
    position: absolute;
    top: 50%;
    transform:translateY(-30%);
    left: -18px;
    width: 31px;
    height: 31px;
}

.icon_txt {
    display: none;
}


.icon_order.icon {
     background-image: url("../img/about/arrow_first.png");
    background-repeat: no-repeat;
}

.first-txt {
    text-align: left;
}

.pickup-contens {
    background-color: #e8668a;
    width: 710px;
     padding:50px  20px 35px  20px;
    border-radius: 25px;
    position: relative;
}
.pickup-title_box{
    position: relative;
}
.pickup-title {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pickup_box, .pickup01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pickup01 {
    margin-bottom: 30px;
}
.pickup01 .pick01-t {
    flex-basis: 100%;
    margin-bottom: 15px;
    border:  3px solid #fff;
    height: 350px;
    overflow: hidden;
}
.pickup01 .pick01-l {
    flex-basis: 160px;
    padding-top: 15px;
}
.pickup01 .pick01-r {
    flex-basis: 440px;
    color: #fff;

}
.pickup02, .pickup03 {
    flex-basis: 320px;
    position: relative;
}
.pickup_buble01{
    position: absolute;
    top: 280px;
    right: 0;
}

.pickup_buble02{
    position: absolute;
    top: 170px;
}
.b02-img, .b03-img {
        margin-bottom: 15px;
    border: 3px solid #fff;
}
.b02-ttl, .b03-ttl {
text-align: right;
}
.b02-txt, .b03-txt {
        color: #fff;

    line-height: 150%;
}

@media screen and (max-width: 550px) {
    .flex-box .title {
  margin: 35px 0 30px 0;
     flex-basis: 100%;
}
    .flex-l {
    flex-basis: 100%;
    padding-right: 0;
        margin-bottom: 25px;
}
.flex-r {
    flex-basis: 100%;
}
.first-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.first-w {
    flex-basis: 50%;
    text-align: center;
    border-left: solid 1px #008de4;
    padding: 0 2.5%
}

 .line01 {
 border-left: solid 1px #008de4;
     margin-bottom: 20px;
}

    .line02{
         border-left: solid 1px #008de4;
border-right: solid 1px #008de4;
        margin-bottom: 20px;
    } 
 .line03 {
 border-left: solid 1px #008de4;
}
    
.line04 {
 border-left: solid 1px #008de4;
border-right: solid 1px #008de4;
}

.first-txt {
    text-align: left;
}
    
    .icon_order {
    position: absolute;
    top: 5px;
    transform:translateY(0);
    left: 10px;
    width: 31px;
    height: 31px;
    background-color: #008de4;
    border-radius: 16px; 
}

.icon_txt {
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 31px;
    font-size: 16px;
}

.icon_order.icon {
    background-image: none;
    background-repeat: no-repeat;
}
.pickup-contens {
    background-color: #e8668a;
    width: 100%;
     padding:50px  20px 35px  20px;
    border-radius: 25px;
    position: relative;
}
    
    .pickup_box, .pickup01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pickup01 {
    margin-bottom: 30px;
}
.pickup-title {
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 100%;
}
.pickup01 .pick01-t {
    flex-basis: 100%;
    margin-bottom: 15px;
    border:  3px solid #fff;
    height: auto;
    overflow: hidden;
}
.pickup01 .pick01-l {
    flex-basis: 100%;
    padding-top: 0;
    margin-bottom: 10px;
}
.pickup01 .pick01-r {
    flex-basis: 100%;
    color: #fff;

    line-height: 150%;
}
    .pickup02, .pickup03 {
    flex-basis: 100%;
    position: relative;
}
    .b02-ttl, .b03-ttl {
text-align: left;
}

    .pickup02{
        margin-bottom: 30px;
    }

.pickup_buble01, .pickup_buble02{
    position: absolute;
    top: 220px;
    right: -2px;
    display: none;
}
}

.top_poshi {

    top:-30px !important;
}

.webyoyaku {margin-top: 20px; margin-bottom: 10px}
.contact-web {margin-bottom: 30px;}


#footer-banner {
   position: fixed;
   bottom: 0;
   left: 0;
   background-color: #f36565;
   width: 100%;
}

#footer-banner a {
   display: block;
   padding: 20px;
   text-align: center;
}

/*241105    add stt */
/*top*/
.top-bnr{
    margin-bottom: 20px;
}

/*about*/
.mv-section .mv-content{
    background: linear-gradient(180deg, transparent 2%, #fff 2%);
    padding-bottom: 2rem;
    width: 100%;
    text-align: center;
    max-width: 710px;
    margin: 0 auto 2rem;
}
.mv-content p{
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.mv-block {
    text-align: center;
    padding: 1.5rem 0 60%;
    position: relative;
}
.mv-block h6{
    font-weight: 700;
}
.mv-block iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 86%;
    padding: 0 20px 2rem;
}
@media screen and (max-width: 550px) {
    .mv-block {
        padding: 1rem 0 60%;
    }
    .mv-block iframe {
        height: 76%;
        padding-bottom: 0;
    }
}

/*241105    add end */
/*250416    add stt */
.notification h2 {
    font-size: 1rem;
    color: #00a0e9;
    margin: 2em 0;
    padding-top: 4rem;
    border-top: 1px solid #00a0e9;
}
.about .notification h4 {
    margin-top: 2rem;
}
@media screen and (max-width: 550px) {
    .notification h2 {
        font-size: 0.85rem;
        margin: 0 0 1em;
        padding-top: 2rem;
    }
}
/*250416    add end */
