@charset "UTF-8";



/*--------------------------------------------------
ページコンテンツ
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  #page_notice {
    width: 100%;
    padding: 70px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #page_notice {
    width: 100%;
    padding: 30px 0 50px;
  }
}



/*--------------------------------------------------
ファーストビュー・メインビジュアル
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  #notice_fv {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
  }
  #logo_dportal {
    width: 340px;
    margin: 0 auto 12px;
    line-height: 0;
  }
  #logo_dportal img {
    width: 100%;
    height: auto;
  }
  #notice_fv h1 {
    text-align: center;
    font-weight: 700;
    font-size: 290%;
    line-height: 1.4;
    margin: 0 0 50px;
  }
  #notice_fv p {
    text-align: center;
    font-size: 115%;
    line-height: 2;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #notice_fv {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px;
  }
  #logo_dportal {
    /* width: 220px; */
    width: 56%;
    max-width: 340px;
    margin: 0 auto 10px;
    line-height: 0;
  }
  #logo_dportal img {
    width: 100%;
    height: auto;
  }
  #notice_fv h1 {
    text-align: center;
    font-weight: 700;
    font-size: 150%;
    line-height: 1.4;
    margin: 0 0 25px;
  }
  #notice_fv p {
    width: 92%;
    font-size: 90%;
    line-height: 2;
    margin: 20px auto 0;
  }
}



/*--------------------------------------------------
メインビジュアルアニメーション
--------------------------------------------------*/
.slide_icon {
  transform: rotate(-3deg);
}
.slide_icon_inner {
  display: flex;
  overflow: hidden;
}
@keyframes infinity_slide {
  from {
    transform: translateX(-100%);
  }
    to {
    transform: translateX(0%);
  }
}
.slide_icon_list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.slide_icon_item > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .slide_icon_list {
    animation : infinity_slide 100s infinite linear 0.5s both;
  }
  .slide_icon_item {
    width: 114px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .slide_icon_list {
    animation : infinity_slide 50s infinite linear 0.5s both;
  }
  .slide_icon_item {
    width: 60px;
    margin: 0 8px;
  }
}



/*--------------------------------------------------
見出し・本文
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .notice_midashi {
    text-align: center;
    font-weight: 700;
    font-size: 300%;
    line-height: 1.4;
  }
  .notice_txt {
    color: #666666;
    font-size: 115%;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .notice_midashi {
    text-align: center;
    font-weight: 700;
    font-size: 135%;
    line-height: 1.4;
  }
  .notice_txt {
    color: #666666;
    font-size: 90%;
    line-height: 1.9;
  }
}



/*--------------------------------------------------
メールアドレス 登録有無
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  #notice_mail {
    width: 100%;
    background-color: #0097E0;
    padding: 50px 0 80px;
  }
  .notice_mail_sec {
    width: 96%;
    max-width: 1280px;
  }
  #notice_mail01 {
    margin: 0 auto 40px;
  }
  #notice_mail02 {
    margin: 0 auto;
  }
  .notice_mail_sec h2 {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
  }
  .notice_mail_sec h2:before,.notice_mail_sec h2:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #000000;
  }
  .notice_mail_sec h2:before {
    margin-right: 30px;
  }
  .notice_mail_sec h2:after {
    margin-left: 30px;
  }
  .notice_mail_sec h2 > span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notice_mail_sec h2 span span:first-child {
    font-weight: 700;
    font-size: 140%;
    line-height: 1.3;
  }
  .notice_mail_sec h2 span span:last-child {
    font-weight: 700;
    font-size: 240%;
    line-height: 1.4;
  }
  .notice_mail_txt_a {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 150%;
    line-height: 1.6;
  }
  .notice_mail_txt_b {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 115%;
    line-height: 1.6;
  }
  #notice_mail_arrow {
    width: 20px;
    margin: 10px auto;
    line-height: 0;
  }
  #notice_mail_arrow img {
    width: 100%;
    height: auto;
  }
  #notice_mail02 dl {
    text-align: center;
    margin: 20px 0;
  }
  #notice_mail02 dl dt {
    color: #ffffff;
    font-weight: 700;
    font-size: 115%;
    line-height: 1.6;
    margin: 0 0 2px;
  }
  #notice_mail02 dl dd ul li {
    color: #ffffff;
    font-weight: 700;
    font-size: 145%;
    line-height: 1.5;
  }
  .notice_mail_link {
    width: 314px;
    height: 64px;
    margin: 25px auto 0;
  }
  .notice_mail_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 40px;
    color: #0097E0;
    font-weight: 700;
    font-size: 120%;
    line-height: 1;
    transition: .3s;
  }
  .notice_mail_link a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_arrow_btn_blue.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 14px;
    transition: .3s;
  }
  .notice_mail_link a:hover {
    text-decoration: none;
    background-color: #000;
    color: #ffffff;
    transition: .3s;
  }
  .notice_mail_link a:hover::after {
    background: url("../images/icon_arrow_btn_white.svg") no-repeat center center;
    background-size: contain;
    transition: .3s;
  }
}
@media screen and (max-width: 767px) {
  #notice_mail {
    width: 100%;
    background-color: #0097E0;
    padding: 35px 0 40px;
  }
  .notice_mail_sec {
    width: 92%;
    margin: 0 auto;
  }
  #notice_mail01 {
    margin: 0 auto 40px;
  }
  #notice_mail02 {
    margin: 0 auto;
  }
  .notice_mail_sec h2 {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
  }
  .notice_mail_sec h2:before,.notice_mail_sec h2:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #000000;
  }
  .notice_mail_sec h2:before {
    margin-right: 10px;
  }
  .notice_mail_sec h2:after {
    margin-left: 10px;
  }
  .notice_mail_sec h2 > span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notice_mail_sec h2 span span:first-child {
    font-weight: 700;
    font-size: 90%;
    line-height: 1.4;
  }
  .notice_mail_sec h2 span span:last-child {
    font-weight: 700;
    font-size: 120%;
    line-height: 1.4;
  }
  .notice_mail_txt_a {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 110%;
    line-height: 1.5;
  }
  .notice_mail_txt_b {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 90%;
    line-height: 1.6;
  }
  #notice_mail_arrow {
    width: 15px;
    margin: 5px auto 5px;
    line-height: 0;
  }
  #notice_mail_arrow img {
    width: 100%;
    height: auto;
  }
  #notice_mail02 dl {
    text-align: center;
    margin: 20px 0;
  }
  #notice_mail02 dl dt {
    color: #ffffff;
    font-weight: 700;
    font-size: 90%;
    line-height: 1.7;
  }
  #notice_mail02 dl dd ul li {
    color: #ffffff;
    font-weight: 700;
    font-size: 110%;
    line-height: 1.6;
  }
  .notice_mail_link {
    width: 300px;
    height: 60px;
    margin: 20px auto 0;
  }
  .notice_mail_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 40px;
    color: #0097E0;
    font-weight: 700;
    font-size: 100%;
    line-height: 1;
    transition: .3s;
  }
  .notice_mail_link a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_arrow_btn_blue.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 14px;
    transition: .3s;
  }
  .notice_mail_link a:hover {
    text-decoration: none;
    background-color: #000;
    color: #ffffff;
    transition: .3s;
  }
  .notice_mail_link a:hover::after {
    background: url("../images/icon_arrow_btn_white.svg") no-repeat center center;
    background-size: contain;
    transition: .3s;
  }
}



/*--------------------------------------------------
今後のスケジュール
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  #notice_skdl {
    width: 100%;
    background-color: #FAFAFA;
    padding: 100px 0 80px;
  }
  #notice_skdl h2 {
    margin: 0 0 30px;
  }
  #notice_skdl h3 {
    text-align: center;
    font-weight: 500;
    font-size: 120%;
    line-height: 1.6;
    margin: 0 0 5px;
  }
  #notice_skdl_date {
    text-align: center;
    color: #0097E0;
    font-weight: 700;
    font-size: 240%;
    line-height: 1;
    margin: 0 0 10px;
  }
  #notice_skdl_date_note {
    text-align: center;
    color: #0097E0;
    font-weight: 500;
    font-size: 110%;
    line-height: 1.4;
    margin: 0 0 50px;
  }
  #notice_skdl_panel_wrap {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .notice_skdl_panel {
    width: 48.5%;
    max-width: 620px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 0 0 55px;
  }
  .notice_skdl_panel_ttl {
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .notice_skdl_panel_ttl h4 {
    text-align: center;
    color: #0097E0;
    font-weight: 700;
    font-size: 180%;
    line-height: 1.4;
  }
  .notice_skdl_panel h4 span {
    font-weight: 700;
    font-size: 66%;
  }
  .notice_skdl_panel dl {
    text-align: center;
  }
  .notice_skdl_panel dl dt {
    font-weight: 700;
    font-size: 155%;
    line-height: 1;
  }
  .notice_skdl_panel_txt_a {
    width: 100%;
    padding: 0 50px;
    margin: 18px 0 0;
  }
  .notice_skdl_panel_txt_b {
    font-weight: 500;
    color: #0097E0;
    font-size: 135%;
    line-height: 1;
    margin: 20px 0 0;
  }
  .notice_skdl_panel_arrow {
    width: 20px;
    margin: 28px auto 30px;
    line-height: 0;
  }
  .notice_skdl_panel_arrow img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  .notice_skdl_panel_ttl h4 .br_sp {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .notice_skdl_panel_ttl h4 {
    font-size: 150%;
  }
  .notice_skdl_panel_txt_a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #notice_skdl {
    width: 100%;
    background-color: #FAFAFA;
    padding: 40px 0 30px;
  }
  #notice_skdl h2 {
    margin: 0 0 20px;
  }
  #notice_skdl h3 {
    text-align: center;
    font-weight: 500;
    font-size: 100%;
    line-height: 1.6;
    margin: 0 0 8px;
  }
  #notice_skdl_date {
    text-align: center;
    color: #0097E0;
    font-weight: 700;
    font-size: 130%;
    line-height: 1;
    margin: 0 0 10px;
  }
  #notice_skdl_date_note {
    text-align: center;
    color: #0097E0;
    font-weight: 500;
    font-size: 90%;
    line-height: 1.6;
    margin: 0 0 25px;
  }
  #notice_skdl_panel_wrap {
    width: 100%;
  }
  .notice_skdl_panel {
    width: 92%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 auto 20px;
    padding: 25px 5% 30px;
  }
  .notice_skdl_panel_ttl {
    width: 100%;
  }
  .notice_skdl_panel_ttl h4 {
    text-align: center;
    color: #0097E0;
    font-weight: 700;
    font-size: 110%;
    line-height: 1.4;
    margin: 0 0 23px;
  }
  .notice_skdl_panel h4 span {
    font-weight: 700;
    font-size: 66%;
  }
  .notice_skdl_panel dl {
    text-align: center;
  }
  .notice_skdl_panel dl dt {
    font-weight: 700;
    font-size: 100%;
    line-height: 1;
  }
  .notice_skdl_panel_txt_a {
    width: 100%;
    margin: 8px 0 0;
    text-align: left;
  }
  .notice_skdl_panel_txt_b {
    font-weight: 500;
    color: #0097E0;
    font-size: 100%;
    line-height: 1;
    margin: 15px 0 0;
  }
  .notice_skdl_panel_arrow {
    width: 20px;
    margin: 10px auto 14px;
    line-height: 0;
  }
  .notice_skdl_panel_arrow img {
    width: 100%;
    height: auto;
  }
}



/*--------------------------------------------------
新システム切替に際してのお願い
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  #notice_req {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
  }
  #notice_req .notice_midashi {
    margin: 0 0 40px;
  }
  #notice_req .notice_txt {
    text-align: center;
  }
  #notice_req_kiyaku {
    width: 100%;
    margin: 12px 0 15px;
    display: flex;
    justify-content: center;
  }
  #notice_req_kiyaku ul li {
    font-size: 115%;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin: 5px 0;
  }
  #notice_req_kiyaku ul li::before {
    content: "・";
    color: #0097E0;
  }
  #notice_req_kiyaku ul li::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_newopen.svg") no-repeat center center;
    background-size: contain;
    margin: 2px 0 0 14px;
  }
  #notice_req_url {
    width: 411px;
    height: 104px;
    margin: 25px auto 0;
  }
  #notice_req_url a {
    width: 100%;
    height: 100%;
    border-radius: 80px;
    border: 2px #0097E0 solid;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
  }
  #notice_req_url a p:first-child {
    color: #000000;
    font-weight: 500;
    font-size: 115%;
    line-height: 1.5;
  }
  #notice_req_url a p:last-child {
    color: #0097E0;
    font-weight: 500;
    font-size: 140%;
    line-height: 1.5;
    transition: .3s;
  }
  #notice_req_url a:hover {
    text-decoration: none;
    background-color: #0097E0;
    transition: .3s;
  }
  #notice_req_url a:hover p:last-child {
    color: #ffffff;
    transition: .3s;
  }
}
@media screen and (max-width: 767px) {
  #notice_req {
    width: 92%;
    margin: 0 auto;
    padding: 40px 0;
  }
  #notice_req .notice_midashi {
    margin: 0 0 20px;
  }
  #notice_req_kiyaku {
    width: 100%;
    margin: 0 0 3px;
    display: flex;
    justify-content: center;
  }
  #notice_req_kiyaku ul li {
    font-size: 90%;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  #notice_req_kiyaku ul li::before {
    content: "・";
    color: #0097E0;
  }
  #notice_req_kiyaku ul li::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_newopen.svg") no-repeat center center;
    background-size: contain;
    margin: 2px 0 0 9px;
  }
  #notice_req_url {
    width: 300px;
    height: 80px;
    margin: 12px auto 0;
  }
  #notice_req_url a {
    width: 100%;
    height: 100%;
    border-radius: 80px;
    border: 2px #0097E0 solid;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
  }
  #notice_req_url a p:first-child {
    color: #000000;
    font-weight: 500;
    font-size: 90%;
    line-height: 1.5;
    margin: 0 0 4px;
  }
  #notice_req_url a p:last-child {
    color: #0097E0;
    font-weight: 500;
    font-size: 100%;
    line-height: 1.5;
    transition: .3s;
  }
  #notice_req_url a:hover {
    text-decoration: none;
    background-color: #0097E0;
    transition: .3s;
  }
  #notice_req_url a:hover p:last-child {
    color: #ffffff;
    transition: .3s;
  }
}



/*--------------------------------------------------
新システムの概要
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  #notice_ov {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 0 120px;
  }
  #notice_ov .notice_midashi {
    margin: 0 0 50px;
  }
  #notice_ov_list {
    text-align: center;
    margin: 0 0 55px;
  }
  #notice_ov_list li {
    margin: 0 0 30px;
  }
  #notice_ov_list li p {
    font-weight: 500;
    font-size: 160%;
    line-height: 1.6;
  }
  #notice_ov_list li span {
    display: block;
    color: #666666;
    font-size: 115%;
    line-height: 1.6;
    margin: 5px 0 0;
  }
  #notice_ov_tmb {
    width: 100%;
  }
  #notice_ov_tmb li {
    width: 100%;
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
  }
  #notice_ov_tmb li div {
    width: 48%;
    max-width: 615px;
    border: 1px #cccccc solid;
    line-height: 0;
  }
  #notice_ov_tmb li div img {
    width: 100%;
    height: auto;
  }
  #notice_ov_tmb li dl {
    width: 48%;
  }
  #notice_ov_tmb li dl dt {
    font-weight: 500;
    font-size: 120%;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #notice_ov {
    width: 92%;
    margin: 0 auto;
    padding: 60px 0;
  }
  #notice_ov .notice_midashi {
    margin: 0 0 30px;
  }
  #notice_ov_list {
    text-align: center;
    margin: 0 0 38px;
  }
  #notice_ov_list li {
    margin: 0 0 14px;
  }
  #notice_ov_list li p {
    font-weight: 500;
    font-size: 100%;
    line-height: 1.6;
  }
  #notice_ov_list li span {
    display: block;
    text-align: left !important;
    color: #666666;
    font-size: 90%;
    line-height: 1.9;
    margin: 4px 0 0;
  }
  #notice_ov_tmb {
    width: 100%;
  }
  #notice_ov_tmb li {
    width: 100%;
    margin: 0 0 40px;
  }
  #notice_ov_tmb li div {
    width: 100%;
    border: 1px #cccccc solid;
    margin: 0 0 12px;
    line-height: 0;
  }
  #notice_ov_tmb li div img {
    width: 100%;
    height: auto;
  }
  #notice_ov_tmb li dl {
    width: 100%;
  }
  #notice_ov_tmb li dl dt {
    font-weight: 500;
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 3px;
  }
}



/*--------------------------------------------------
Q&A
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  #notice_qa {
    width: 96%;
    max-width: 1280px;
    background-color: #FAFAFA;
    border-radius: 30px;
    margin: 0 auto;
    padding: 50px 0 50px;
  }
  #notice_qa .notice_midashi {
    margin: 0 0 40px;
  }
  #notice_qa_inner {
    width: 88%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #notice_qa_inner dl {
    width: 100%;
  }
  .notice_qa_q {
    width: 100%;
    background-image : linear-gradient(to right, #cccccc 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: right bottom;
    cursor: pointer;
    position: relative;
    padding: 30px 60px 30px 0;
  }
  .notice_qa_q div {
    display: flex;
    align-items: center;
  }
  .notice_qa_q div p {
    font-size: 140%;
    line-height: 1.6;
  }
  .notice_qa_q div::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/qa_q.svg") no-repeat center center;
    background-size: contain;
    margin: 0 30px 0 0;
    flex-shrink: 0;
  }
  .notice_qa_q div::after {
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    background: url("../images/icon_arrow_accordion.svg") no-repeat center center;
    background-size: contain;
    transition: .3s;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 12px;
  }
  .notice_qa_q.open div::after {
    transform: rotate(-180deg);
  }
  .notice_qa_a {
    display: none;
    width: 100%;
    background-image : linear-gradient(to right, #cccccc 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: right bottom;
    padding: 30px 60px 60px 0;
  }
  .notice_qa_a div {
    display: flex;
    align-items: center;
  }
  .notice_qa_a div p {
    font-size: 140%;
    line-height: 1.6;
  }
  .notice_qa_a div::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/qa_a.svg") no-repeat center center;
    background-size: contain;
    margin: 0 30px 0 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  #notice_qa {
    width: 92%;
    background-color: #FAFAFA;
    border-radius: 30px;
    margin: 0 auto;
    padding: 40px 0 50px;
  }
  #notice_qa .notice_midashi {
    margin: 0 0 20px;
  }
  #notice_qa_inner {
    width: 88%;
    margin: 0 auto;
  }
  #notice_qa_inner dl {
    width: 100%;
  }
  .notice_qa_q {
    width: 100%;
    background-image : linear-gradient(to right, #cccccc 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: right bottom;
    cursor: pointer;
    position: relative;
    padding: 15px 25px 15px 0;
  }
  .notice_qa_q div {
    display: flex;
    align-items: center;
  }
  .notice_qa_q div p {
    font-size: 90%;
    line-height: 1.6;
  }
  .notice_qa_q div::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/qa_q.svg") no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 0;
    flex-shrink: 0;
  }
  .notice_qa_q div::after {
    content: "";
    display: block;
    width: 17px;
    height: 10px;
    background: url("../images/icon_arrow_accordion.svg") no-repeat center center;
    background-size: contain;
    transition: .3s;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 2px;
  }
  .notice_qa_q.open div::after {
    transform: rotate(-180deg);
  }
  .notice_qa_a {
    display: none;
    width: 100%;
    background-image : linear-gradient(to right, #cccccc 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: right bottom;
    padding: 15px 10px 40px 0;
  }
  .notice_qa_a div {
    display: flex;
    align-items: center;
  }
  .notice_qa_a div p {
    font-size: 90%;
    line-height: 1.6;
  }
  .notice_qa_a div::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/qa_a.svg") no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 0;
    flex-shrink: 0;
  }
}



/*--------------------------------------------------
お問合せ
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  #notice_contact {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 140px 0 0;
  }
  #notice_contact .notice_midashi {
    margin: 0 0 30px;
  }
  #notice_contact dl {
    text-align: center;
  }
  #notice_contact dl dt {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #notice_contact {
    width: 92%;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  #notice_contact .notice_midashi {
    margin: 0 0 15px;
  }
  #notice_contact dl {
    text-align: center;
  }
  #notice_contact dl dt {
    margin: 0 0 2px;
  }
}


