@charset "UTF-8";

.body-transfer #transfer h1 {
padding-bottom: 10px;
}
.body-transfer #transfer .box-book {
padding: 50px 40px;
}
.imgLink {display:block;width:100%;}
.backBtn{text-decoration:underline;}
.body-transfer #transfer {
position: relative;
top: 0;
left: 0;
transform: none;
width: 100%;
max-width: 750px;
margin: 50px auto;
}
.taisyouTitle {
background: #009966;
color: #fff;
font-size: 120%;
font-weight: bold;
margin: 0 auto;
border: 2px solid #009966;
box-sizing: border-box;
transition: .2s;
}
.taisyouTitle a{
color: #fff;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
padding: 10px 0;
height: 52px;
transition: .2s;
position: relative;
}
.taisyouTitle a i {
color: #fff;
}
.taisyouTitle:hover,
.taisyouTitle a:hover,
.taisyouTitle a:hover i {
background: #fff;
color: #009966;
opacity: 1;
text-decoration: none;
}
.titleArea{
color: #fff;
padding: 10px;
height:60px;
margin-bottom: 20px;
font-feature-settings: "palt";
}
.titleArea .subTit{
font-weight: bold;
}
.epoch, .paper{
width: 48.5%
}
.epoch .titleArea {
background: #e78394;
display: flex;
justify-content: center;
align-items: center;
}
.imgLink {
display: block;
width: 100%;
border-radius: 6px;
transition: 0;
}
.imgLink:hover {
opacity: 1;
transition: .4s;
}
.imgLink img {
width: 120px;
}
.imgLink img  + p {
padding: 10px 15px 15px;
}
.epoch a{
border: 2px solid #e78394;
}
.epoch a p{
border-top: 1px solid #e78394;
}
.epoch .loginBtn {
background: #e78394;
border-top: 2px solid #e78394!important;
}
.paper .titleArea {
background: #4bc5e0;
display: flex;
justify-content: center;
align-items: center;
}
.imgLink img + p {
height: 100px;
padding: 10px 0px;
width: calc(100% - 20px);
margin: 15px auto 0;
text-align: left;
color: #333;
line-height: 1.5;
font-size: 94%;
text-align: justify;
font-feature-settings: "palt";
display: flex;
justify-content: center;
align-items: center;
}
.epoch .imgLink:hover .loginBtn{
color: #e78394;
border-top: 2px solid #e78394!important;
}
.paper a{
border: 2px solid #4bc5e0;
}
.paper a p{
border-top: 1px solid #4bc5e0;
}
.paper .loginBtn {
background: #4bc5e0;
border-top: 2px solid #4bc5e0!important;
}
.paper .imgLink:hover .loginBtn {
color:#4bc5e0;
border-top: 2px solid #4bc5e0!important;
}
.loginBtn {
padding: 10px;
font-weight: bold;
color: #fff;
border-radius: 0 0px 4px 4px;
position: relative;
}
.imgLink:hover .loginBtn {
background: #fff;
transition: .2s;
}
.imgLink:hover .titleArea,
.imgLink:hover img,
.imgLink:hover img + p {
opacity: .8!important;
}
.imgLink:hover  {
text-decoration: none;
}
.fas.fa-chevron-circle-right {
font-size: 80%;
position: relative;
margin-top: -2px;
position: absolute;
right: 12px;
top: calc(50% - 5px);
}
#pagetop {
display: none!important;
}
a.pdfLink:after {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 12px;
width: 18px;
height: 18px;
background: url(/pisj/common/images/icon_pdf.png) no-repeat center center;
-webkit-background-size: contain;
background-size: contain;
}
.telIcon {
width: 16px;
}
.telIconWrap{
display: inline-flex;
align-items: center;
height: 100%;
margin-right: 5px;
position: relative;
top: -1px;
}
.w-max650{
max-width: 638px;
margin-left: auto;
margin-right: auto;
}
.d-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between!important;
}
@media screen and (-ms-high-contrast: none) {
    _:-ms-lang(x)::-ms-backdrop, .pointFlex li a {
    padding-top: 12px!important;
    }
    _:-ms-lang(x)::-ms-backdrop, .taisyouTitle {
    padding-top: 12px!important;
    }
    .pdfLink:after {
    margin-top: -4px;
    }
}
@media only screen and (max-width: 686px) {
    .body-transfer #transfer .box-book {
    padding: 50px 15px;
    }
}
@media only screen and (max-width: 640px) {
    body {
    overflow-x: scroll;
    }
    .imgLink {
    display: block;
    width: 100%;
    max-width: 100%;
    }
    .body-transfer #transfer {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100vw;
    padding: 20px 10px 0;
    overflow: hidden;
    box-sizing: border-box;
    }
    .body-transfer #transfer .box-book > div {
    width: 100%!important;
    margin-bottom: 30px;
    }
    .body-transfer #transfer .box-book{
    padding: 20px 40px;
    display: block!important;
    }
    .titleArea br.sp{
    display: none!important;
    }
    .titleArea {
    height: auto;
    }
    .imgLink img + p {
    padding: 15px 10px;
    }
    .taisyouTitle a {
    height: auto;
    }
    .imgLink img + p {
    font-size: 14px;
    height: auto;
    }
    br.pc{
    display: none!important;
    }
    .epoch, .paper{
    width: 100%
    }
}