@charset "utf-8";

/*  =========================================================================

    Individual styles
    -items

    ========================================================================= */

/*  受診勧奨資材
    ========================================================================= */
#shizai hr {
    border-top: 1px solid #ccc;
}
#shizai .leaflets > h4 {
    font-size: 1.25em;
    font-weight: bold;
    border-left: .33em solid #ccc;
    padding-left: .33em;
    margin-top: 2em;
}
#shizai .leaflets > h4.call-leaflet {
    border-left-color: #ef9d9e;
}
#shizai .leaflets > h4.recall-leaflet {
    border-left-color: #92abc0;
}
#shizai .leaflets > h4.postcard {
    border-left-color: #98c99f;
}
#shizai .leaflets > h4.other {
    border-left-color: #fdad56;
}
#shizai .leaflets > h4.other2 {
    border-left-color: #cb98ff;
}
#shizai .leaflets > h4.corona {
    border-left-color: #2ca9e1;
}
#shizai .leaflets > .columns {
    margin-bottom: 3em;
    border-top: 1px dashed #ccc;
}
#shizai .leaflets > .columns:first-of-type {
    border-top: none;
}
#shizai .leaflets > .columns > .col {
    position: relative;
    padding-top: 3em;
}
#shizai .leaflets > .columns:first-of-type > .col {
    padding-top: 0;
}
#shizai .leaflets > .columns > .col.col-image > .crop::before{
    padding-top: 16em;
}
#shizai .leaflets > .columns > .col.col-image > .crop > img {
    margin: 0 auto;
}
#shizai .leaflets > .columns > .col.col-data {
    padding-left: 1.5em;
}
#shizai .leaflets > .columns > .col.col-data > h5 {
    font-size: 1.25em;
    font-weight: bold;
    padding-bottom: .5em;
}
#shizai .leaflets > .columns > .col.col-data > p.description {
    padding-bottom: 1.5em;
}
#shizai .leaflets > .columns > .col.col-data > p:last-of-type {
    padding-bottom: 4em;
}
#shizai .leaflets > .columns > .col.col-data.col-data-expanded > p:last-of-type {
    padding-bottom: 5.5em;
}
#shizai .leaflets > .columns > .col > .edge {
    width: 100%;
    width: -webkit-calc(100% - 2em);
    width: calc(100% - 2em);
}
#shizai .leaflets > .columns > .col > .edge.bottom {
    bottom: 0;
}
#shizai .leaflets > .columns > .col > .edge.bottom.util-links > .row > .col a.btn {
    font-size: .85em;
    letter-spacing: -.01em;
}

#shizai h3.bar_title{
    margin: 0 auto;
    width: 950px;
    text-align: left;
    padding: 1em;
    color: #FFF;
    font-weight: bold;
    font-size: 1.15em;
    margin-top: 5em;
}
#shizai h3#sec1{
    background-color: #FFAE4C;
}
#shizai h3#sec2{
    background-color: #2CA9E1;
}
#shizai h3#sec3{
    background-color: #CB98FF;
}
#shizai h3#sec4{
    background-color: #FFA0C6;
}

#shizai h4.seimitsu{
    border-color: #2CA9E1;
}

#user-usage .item_img{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
#user-usage .item_img a{
    width: 48%;
}
#user-usage .item_img a img{
    width: 100%;
    margin: 0.5em 0;
}

/*  =========================================================================
    LDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 1120px){
    #shizai h3.bar_title{
        width: 92%;
    }
}

/*  =========================================================================
    MDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 780px) {
    #shizai .leaflets .util-links > .row > .col a.btn {
        font-size: .88em;
        text-align: left;
    }
    #shizai .leaflets > .columns > .col.col-data > p:last-of-type,
    #shizai .leaflets > .columns > .col.col-data.col-data-expanded > p:last-of-type {
        padding-bottom: 8em;
    }
    #user-usage .item_img a{
        width: 100%;
    }
    #user-usage .item_img a:first-of-type{
        margin-bottom: 1em;
    }
}

/*  =========================================================================
    SDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 480px) {
    #shizai .leaflets > .columns > .col {
        margin: 0 !important;
        padding: 0 !important;
    }
    #shizai .leaflets > .columns > .col > .edge {
        position: static;
        width: auto;
    }
    #shizai .leaflets > .columns > .col > .edge a.btn {
        padding-top: .75em;
        padding-bottom: .75em;
        margin-bottom: .75em;
    }
    #shizai .leaflets > .columns > .col.col-image {
        padding-top: 3em !important;
        padding-bottom: 1.5em !important;
    }
    #shizai .leaflets > .columns > .col.col-image > .crop::before {
        padding-top: 12em;
    }
    #shizai .leaflets > .columns > .col.col-data > p:last-of-type,
    #shizai .leaflets > .columns > .col.col-data.col-data-expanded > p:last-of-type {
        padding-bottom: 1.5em;
    }
    #shizai .leaflets:last-of-type > .columns:last-of-type {
        margin-bottom: 0;
    }
}

/*  ご利用希望の方に
    ========================================================================= */
#user-usage {
    background-color: #f1f1f1;
}
#user-usage > header h3 {
    font-weight: bold   ;
    color: #f0af3e;
}
#user-usage > section .columns > .col  {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
}
#user-usage > section .columns > .col > .box {
    padding: 1.5em;
}
#user-usage > section .columns > .col > .box > h5 {
    font-size: 1.15em;
    font-weight: bold;
}
#user-usage > section .columns > .col > .box > h5 > i.icon {
}
#user-usage > section .columns > .col > .box > p {
    margin-top: .75em;
    margin-bottom: .75em;
}

/*  =========================================================================
    SDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 480px) {
    #user-usage > section .columns > .col {
        margin-top: 1.5em;
    }
}

/*  お問い合わせ・資材ファイルお申込み
    ========================================================================= */
#inquiry > section {
    margin-top: 0;
}

/*  =========================================================================
    SDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 480px) {

}

/* The Modal (background) */
.confirm-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.confirm-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* Modal Header */
.ui-dialog-title {
  font-size: 1.15em;
  text-align: center;
}

.confirm-modal-table{
  width:100%; 
  border-collapse:collapse;
  font-size: 12pt;
  white-space: nowrap;
}
.confirm-modal-table th{ 
    padding:3px 5px; 
    border:#000000 1px solid;
    text-align: center;
    font-weight: bold;
    background-color: lightsteelblue;
}
.confirm-modal-table td{ 
    padding:7px;
    border:#000000 1px solid;
    min-width: 50px;
}

.confirm-modal-table tr > td:nth-child(1), .confirm-modal-table tr > td:nth-child(3) {
  text-align: center;
}
.confirm-modal-table tr > td:nth-child(2) {
  padding-left: 0.3rem;
}

.contrl {
  text-align: center;
  padding:  5px 10px;
}
.contrl button {
  display: inline-block;
  width: 16vw;
  min-width: 14rem;
  height: 2rem;
  max-height: 3.5rem;
  line-height: 1rem;
}
.heads_up {
  color: red;
  margin-bottom: 1em;
}

#material-add-button {
  background-color: lightsalmon;
  color: white;
  font-weight: bold;
  border-color: chocolate;
}

/* ダイアログデザイン調整 2023-01-24 */
.contrl {
width: 80%;
margin: auto;
}
.btn_1 {
}
.confirm-modal-content {
margin-bottom: 5px;
}
.add_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 225px;
    padding: 10px 0px 10px 20px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.add_button a:before, .add_button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.add_button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: .6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.add_button a:after {
  left: 0;
  background: rgba(107,182,255,1);
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.add_button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
color: #0068b7;
}

.add_button a:hover span {
  color: #fff;
}
.add_button a:hover:before {
  left: 1.5rem;
}
.add_button a:hover:after {
  right: 0;
  width: 100%;
  background: rgba(62,160,255,1);
}

.ui-dialog .ui-dialog-title {
width:100%;
}
.contrl.btn_2 {
  margin-bottom: .5em;
}

/** ダイアログの装飾（2023-02-10） **/

.confirm-modal-content {
margin: 0 auto 0.5em auto;
}

div.add_caption {
position: relative;
padding: .5rem 1rem;
border: 3px solid #e4d2d8;
border-radius: 10px;
background: #fef4f4;
width: 78%;
color: #B22222;
margin: 1.5em auto 1em auto;
}
.sinsei {
  padding: 0 1em;
}
