::placeholder {
  color: #CCCCCC;
}

#general .hr_inq {
  margin: 0;
}
.renewal_attention_message {
    width: 400px;
    height: 320px;
}

#info p.group {
    color: #FFFFFF;
    font-weight: 500;
}
#info p.group a:link{
    text-decoration: underline;
    color: #FFFFFF;
}
#info p.group a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}
#info p.group a:hover{
    text-decoration:none;
    color: #FFBF00;
    transition: color 0.3s ease 0s;
}
#info p.group a:active {
    text-decoration: underline;
    color: #FFFFFF;
}

@media screen and (max-width: 680px) {
    #info p.group {
        font-size: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

p#p-schedule-title {
    font-weight: bold;
    font-size: 150%;
}

@media screen and (max-width: 680px) {
    p#p-schedule-title {
        font-size: 100%;
    }
}

#main h1.h1mypage {
    font-family: 'Noto Serif JP', serif;
    font-size: 218%;
    font-weight: 700;
    color: #1D5AA9;
    letter-spacing: 2px;
    line-height: 1.4em;
}

div.conf-msg {
    background-color: #efffef;
    border-color: #267507;
    color: #267507;
}
div.conf-msg span.icon {
    background-position: 0 -25px;
}

div.error-msg {
    background-color: #FFF9F0;
    border-color: #FF0000;
    color: #FF0000;
}

div.error-msg span.icon {
    background-position: 0 -75px;
}

div.msg > dl {
    clear: both;
    width: 880px;
    margin: 10px auto;
}

div.msg > dl dt, div.msg > dl dd {
    float: left;
    border-top: 1px dotted;
    padding: 10px 0;
}

div.msg > dl > dt {
    clear: left;
    width: 200px;
}

div.msg > dl > dd {
    width: 680px;
}

#global-message-box {
    margin: 25px 0;
}

h3#msg-title {
    font-family: '';
    font-size: medium;
    font-weight: 600;
    margin-bottom: 0px;
    color: #FF0000;
}

div.msg span.icon {
    background: url("img/cmm-icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 25px;
    margin: 20px;
    width: 25px;
    position: absolute;
    left: 0;
}

div.msg {
    border-width: 1px;
    border-style: solid;
    margin: 10px auto;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 64px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 68px;
}

div.msg li{
    list-style: none;
}

#info .logintbl td .errorMessage {
	color: #FF0000;
}

#main .errorMessage {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}
#main .errorMessage li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    color: #1D5AA9;
    margin-bottom: 5px;
    list-style: none;
    text-align: center;
}
#main .message-box .errorMessage {
    margin: 0;
}
#main .message-box li {
    text-align: left !important;
}
#main .errorMessage li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    #main .errorMessage li {
        font-size: 88%;
    }
}

#main .entrytbl div.errorMessage {
    color: #FF0000;
}

#alert-dialog .errorMessage {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}
#alert-dialog .errorMessage li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    color: #CC0000;
    margin-bottom: 5px;
}
#alert-dialog .errorMessage li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    #alert-dialog .errorMessage li {
        font-size: 88%;
    }
}

#main .btnarea {
    margin: 0;
    padding: 60px 0 0 0;
    max-width: 1140px;
    display: flex;
    justify-content:center;
    align-items:stretch;
}
#main.patch .btnarea {
    padding: 10px 0 0 0;
}
#main.patch-entry .btnarea {
    padding: 50px 0 0 0;
    justify-content:space-between;
}
#main.patch-entry .btnarea.entry {
    padding: 50px 0 50px 0;
    justify-content:center;
}
#main .btnarea article {
    flex: 1;
    margin: 0 15px;
}
@media screen and (max-width: 991px) {
    #main .btnarea {
        margin: 0 auto;
        padding: 15px 10px 0 10px;
        flex-flow: column wrap;
    }
}

#main a.flows {
    background: url('img/icon3.png') no-repeat right transparent;
    padding-right: 16px;
}

.mainarea input[type="text"].datepicker {
    ime-mode: inactive;
    width: 8em;
}

#error-message {
    clear: both;
    font-weight: bold;
    font-size: 1.2em;
    min-height: 300px;
    margin: 0 20px;
}

#error-message .fatal,
#error-message .error {
    color: red;
}

select.ui-datepicker-year{
  height: 2em!important;      /* 高さ調整 */
  margin-right:5px!important; /* 「年」との余白設定 */
  width:70px!important;       /* 幅調整 */
}
select.ui-datepicker-month{
  height: 2em!important;      /* 高さ調整 */
  margin-left:5px!important;  /* 「年」との余白設定 */
  width:70px!important;       /* 幅調整 */
}

#main a.flows,
#main a.a-privacy-policy {
    background: url(img/icon3.png) no-repeat right transparent;
    padding-right: 16px;
}

#main .actionMessage {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}
#main .actionMessage li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    color: #1D5AA9;
    margin-bottom: 5px;
}
#main .actionMessage li:last-child {
    margin-bottom: 0;
}
#main .actionMessage li a:link{
    text-decoration:underline;
    color: #FFD800;
}
#main .actionMessage li a:visited {
    text-decoration:underline;
    color: #FFD800;
}
#main .actionMessage li a:hover{
    text-decoration:none;
    color: #FFFFFF
}
#main .actionMessage li a:active {
    text-decoration:underline;
    color: #FFD800;
}
@media screen and (max-width: 991px) {
    #main .actionMessage li {
        font-size: 88%;
    }
}

.actionMessage {
    margin: 0px 0 30px 30px;
    padding: 0;
    list-style: disc;
}

.actionMessage li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 400;
    text-align: left;
    line-height: 1.8em;
    color: #000000;
    margin: 0 auto 5px auto;
}
@media screen and (max-width: 680px) {
    .actionMessage {
        margin: 0 0 15px 15px;
    }
    .actionMessage li {
        font-size: 88%;
        text-align: left;
        line-height: 1.6em;
    }
}

#main .message-box {
    margin: 60px 0 0 0;
    padding: 30px;
    box-sizing: border-box;
    border: 3px solid #1D5AA9;
}
#main.patch .message-box {
    margin: 0 0 30px 0;
}
@media screen and (max-width: 991px) {
    #main .message-box {
        margin: 30px 10px 15px 10px;
        padding: 15px;
    }
}

#main .message-box h4.msg-info {
    color: #1D5AA9;
    border-bottom: none;
}

#main .message-box h4.msg-alert {
    color: #CC0000;
    border-bottom: none;
    text-align:left;
    margin: 0;
}
@media screen and (max-width: 680px) {
    #main .message-box h4.msg-alert {
        text-align:center;
    }
}

.required-asterisk {
    margin: 0;
    font-size: 1.15rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #CC0000;
}
.patch .required-asterisk {
    color: #E60024;
    font-weight: 700;
}
.patch .required-asterisk.country-asterisk{
    margin-top: -3px;
    margin-left: 1px;
}

.required-msg {
    color: #CC0000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    text-align: left;
}
.patch .required-msg{
    color: #E60024;
}
.patch .required-msg span{
    font-weight: 700;
}
.patch-entry .required-msg{
    font-size: 87.5%;
    margin-top: 20px;
    color: #E60024;
}
.patch-entry .required-msg span{
    margin-left: 60px;
    font-weight: 700;
}
@media screen and (max-width: 680px) {
    .required-msg {
        font-size: 88%;
    }
    .patch .required-asterisk.country-asterisk{
        margin-top: -9px;
    }
}
@media screen and (max-width: 991px) {
    .patch-entry .required-msg span {
        font-size: 88%;
        margin-left: 30px;
    }
}

.agreepolicyarea {
    margin: 0 auto;
    padding: 60px 30px;
    background-color: #FFFFFF;
}
.agreepolicyarea.patch {
    padding: 60px 0px;
}
@media screen and (max-width: 991px) {
    .agreepolicyarea {
        padding: 30px 10px;
        background-repeat: repeat;
    }
}

.agreepolicyarea iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 680px) {
    .agreepolicyarea iframe {
        width: 100%;
        height: 300px;
    }
}

.agreepolicyarea h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 168%;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    color: #1D5AA9;
    line-height: 1.6em;
    letter-spacing: 1px;
}
.agreepolicyarea.patch h3 {
    color: #333333;
    font-weight: 700;
}
@media screen and (max-width: 680px) {
    .agreepolicyarea h3 {
        font-size: 114%;
        margin-bottom: 15px;
    }
}

.agreepolicyarea h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 128%;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    color: #1D5AA9;
    line-height: 1.6em;
    letter-spacing: 1px;
    border-bottom: 1px solid  #1D5AA9;
}
@media screen and (max-width: 680px) {
    .agreepolicyarea h4 {
        font-size: 100%;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
}

.agreepolicyarea h5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 114%;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 1px;
    color: #1D5AA9;
    margin: 0 auto 5px auto;
}
@media screen and (max-width: 680px) {
    .agreepolicyarea h5 {
        font-size: 100%;
        text-align: center;
        line-height: 1.6em;
    }
}

.agreepolicyarea p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    color: #000000;
}
@media screen and (max-width: 680px) {
    .agreepolicyarea p {
        font-size: 88%;
        text-align: left;
        line-height: 1.6em;
    }
}

#main .cap-reflesh {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 90%;
    font-weight: 300;
    line-height: 1.0em;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: left;
    margin: 15px 0 0 0;
    max-width: 200px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(top left, #333333, #999999, #CCCCCC);
    background: -o-linear-gradient(top left, #333333, #999999, #CCCCCC);
    background: linear-gradient(to bottom right, #333333, #999999, #CCCCCC);
}

#main .cap-reflesh:hover {
    color: #CCCCCC;
    background: -webkit-linear-gradient(top left, #CCCCCC, #999999, #333333);
    background: -o-linear-gradient(top left, #CCCCCC, #999999, #333333);
    background: linear-gradient(to bottom right, #CCCCCC, #999999, #333333);
}

@media screen and (max-width: 680px) {
    #main .cap-reflesh {
        padding: 10px 25px;
        font-size: 90%;
        max-width: auto;
    }
}

@media screen and (min-width: 681px) {
  #col-mail-confirm div.contents {
    display: flex;
  }
  #col-mail-confirm div.item_mu,
  #col-mail-confirm div.item_at {
    padding-right: 5px;
  }
  #col-mail-confirm div.item_mu,
  #col-mail-confirm div.item_mh {
    width: 100%;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

div#wrapper {
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  div#wrapper {
    margin-top: 100px;
  }
}
