@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.page_title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_title_wrap .page_title {
  text-align: center;
}

#contents {
  background-color: #fff;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs > span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  color: #000;
}
.breadcrumbs > span:not(:last-of-type)::after {
  content: "";
  height: 1em;
  width: 1px;
  background: #000;
  display: inline-block;
  margin-left: 15px;
  transform: rotate(25deg);
}

.contents_box {
  background-color: #fff;
  box-shadow: 0px 0px 10px 3px #dbdbdb;
}
.contents_box > *:first-child {
  margin-top: 0 !important;
}
.contents_box a {
  color: #1F4CAB;
  text-decoration: underline;
}
.contents_box p {
  line-height: 1.8;
}
.contents_box h2.title {
  position: relative;
  margin-top: 30px;
}
.contents_box h2.title:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #C71966;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.contents_box h3.title {
  position: relative;
}
.tobira_list .item {
  position: relative;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

strong {
  font-weight: bold !important;
}

a.link,
span.link {
  color: #3765c3;
  list-style: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
a.link:after,
span.link:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  border-top: 2px solid #C71966;
  border-right: 2px solid #C71966;
  top: -0.05em;
  right: -0.2em;
  transform: rotate(45deg);
}

a.icon {
  color: #3765c3;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
a.icon:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.2em;
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
  top: 0.15em;
  right: -0.25em;
}
a.icon[href$=pdf]::after, a.icon[href$=doc]::after, a.icon[href$=docx]::after, a.icon[href$=docm]::after, a.icon[href$=xls]::after, a.icon[href$=xlsx]::after, a.icon[href$=xlsm]::after {
  width: 18px;
  height: 20px;
  background-size: contain;
}
a.icon[href$=pdf]:after {
  background-image: url(../images/second/icon_pdf.png);
}
a.icon[href$=doc]:after, a.icon[href$=docx]:after, a.icon[href$=docm]:after {
  background-image: url(../images/second/icon_doc.png);
}
a.icon[href$=xls]:after, a.icon[href$=xlsx]:after, a.icon[href$=xlsm]:after {
  background-image: url(../images/second/icon_xls.png);
}
a.icon[href$=ppt]:after, a.icon[href$=pptx]:after, a.icon[href$=pptm]:after {
  background-image: url(../images/second/icon_ppt.png);
  background-size: contain;
  width: 18px;
  height: 20px;
}
a.icon[href$=zip]::after {
  width: 15px;
  height: 16px;
  background-image: url(../images/second/icon_zip.png);
  background-size: contain;
}

.ico_blank {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/second/icon_blank.png");
  background-size: 15px auto;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.imgLine2 li {
  text-align: center;
}
.imgLine2 li img {
  max-width: 100%;
}
.imgLine2 .cap {
  display: block;
  text-align: left;
}

.imgLine3 li {
  text-align: center;
}
.imgLine3 li img {
  max-width: 100%;
}
.imgLine3 .cap {
  display: block;
  text-align: left;
}

.imgLine4 {
  margin-bottom: 30px;
}
.imgLine4 li img {
  width: 100%;
}

.imgInP .img .cap {
  display: block;
  text-align: left;
}
ul.commonList li,
ul.basic_list li {
  position: relative;
  box-sizing: border-box;
}
ul.commonList li:not(:first-of-type),
ul.basic_list li:not(:first-of-type) {
  margin-top: 15px;
}
ol {
  list-style-type: decimal;
  padding-left: 18px;
  margin-top: 1.5em;
}
ol li + li {
  margin-top: 10px;
}

.commonTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: inherit;
  margin-top: 1.5em;
}
.commonTable tr + tr {
  border-top: 1px solid #d2d2d2;
}
.commonTable th {
  background-color: #e7e7e7;
  padding: 12px;
  text-align: left;
  font-weight: 700;
  color: #666;
  border: 1px solid #d2d2d2;
}
.commonTable th.sub {
  background-color: #e9e9e9;
}
.commonTable th.null {
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.commonTable td {
  padding: 12px;
  border: 1px solid #e7e7e7;
}
.commonTable td *:last-child {
  margin-bottom: 0;
}
.commonTable td *:first-child {
  margin-top: 0;
}
.commonTable td .kome {
  display: block;
  margin-top: 5px;
}
.commonTable td .category {
  width: 130px;
  display: inline-block;
}
.commonTable td .subtxt {
  width: 43px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.commonTable td.null {
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.commonTable.noBorder {
  border: none;
}
.commonTable.noBorder tr, .commonTable.noBorder tr + tr {
  border: none;
}
.commonTable.noBorder th, .commonTable.noBorder td {
  border: none;
}
.commonTable.noBg {
  background-color: transparent;
}
.commonTable.noBg tr {
  background-color: transparent;
}
.commonTable.noBg tr th, .commonTable.noBg tr td {
  background-color: transparent;
}

.scrolltext {
  display: block;
  text-align: right;
}

.colorBox {
  margin-top: 2em;
}
.colorBox *:nth-child(1) {
  margin-top: 0;
}
.colorBox span.title {
  color: #C71966;
  line-height: 1.2;
  margin-top: 25px;
  padding-bottom: 10px;
  position: relative;
}
.colorBox span.title:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #C71966;
  position: absolute;
  bottom: 0;
  left: 0;
}
.colorBox span.title + p {
  margin-top: 1.5em;
}
.colorBox.bgGray {
  background-color: #f5f5f5;
}
.colorBox .textLinkBlock {
  line-height: 2;
}

.borderBox {
  margin-top: 2em;
  border: 1px solid #000;
}
.borderBox span.title {
  color: #C71966;
  line-height: 1.2;
  margin-top: 25px;
  padding-bottom: 10px;
  position: relative;
}
.borderBox span.title:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #C71966;
  position: absolute;
  bottom: 0;
  left: 0;
}
.borderBox span.title + p {
  margin-top: 1.5em;
}
.borderBox p:first-child {
  margin-top: 0;
}
.borderBox.bdGray {
  border-color: #e7e7e7;
}

.iframeWrap {
  position: relative;
  padding-bottom: 56.25%;
}
.iframeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* common class */
.pointerNone {
  cursor: default;
  text-decoration: none;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.Center {
  margin: 0 auto !important;
}

.ovh {
  overflow: hidden !important;
}

.mw100 {
  max-width: 100% !important;
  width: auto !important;
}

.w100p {
  width: 100% !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.red {
  color: #de0000 !important;
}

.blue {
  color: #356fcf !important;
}

.gray {
  color: #666 !important;
}

.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

.green {
  color: #23ac3a !important;
}

.bdb {
  border-bottom: 2px solid #004aa4;
}

.fontL {
  font-size: 1.2em;
}

.fontS {
  font-size: 0.8em;
}

.st {
  text-decoration: line-through;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.preBox {
  background: #eff0f4;
  border: 1px solid #C71966;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}
.preBox pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

.aform .aform-name-ul li:not(:last-child),
.aform .aform-kana-ul li:not(:last-child) {
  margin-bottom: 10px;
}
.aform .aform-name-ul li > label,
.aform .aform-kana-ul li > label {
  display: inline-block;
  margin-bottom: 4px;
}
.aform .aform-validation {
  color: #595959;
  font-size: 90%;
  font-weight: normal;
}
.aform .aform-input-example {
  color: #595959;
  font-size: 90%;
  font-weight: normal;
  margin-bottom: 0.3em;
}
.aform .aform-error,
.aform .aform-input.error {
  color: #D92B00;
}
.aform .aform-checkbox-ul li + li {
  margin-top: 20px;
}
.aform .aform-hdln {
  line-height: 1.5;
  border-bottom: 2px solid #C71966;
}
.aform [class*=aform_item_list] .aform-input + label {
  display: block;
}
.aform [class*=aform_item_list] .aform-field-option-text {
  padding: 2px 10px;
}
.aform input[type=text].error, .aform input[type=password].error, .aform input[type=tel].error, .aform input[type=email].error, .aform select.error, .aform textarea.error {
  background-color: #fff1f2;
}
.aform input[type=radio] {
  display: none !important;
}
.aform input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
  margin-right: 20px;
}
.aform input[type=radio] + label::before,
.aform input[type=radio] + label::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  transition: all 0.2s;
}
.aform input[type=radio] + label::before {
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #ccc;
}
.aform input[type=radio] + label:hover::before {
  background: #fff;
}
.aform input[type=radio] + label::after {
  opacity: 0;
  left: 5px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  background: #5dbf5d;
  transform: scale(2);
}
.aform input[type=radio]:checked + label::before {
  background: #fff;
  border: 1px solid #5dbf5d;
}
.aform input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.aform input[type=checkbox] {
  display: none !important;
}
.aform input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  transition: all 0.2s;
}
.aform input[type=checkbox] + label.type2 {
  border: 1px solid #e1e1e1;
  padding: 15px 20px 13px 45px;
  background-color: #fff;
  box-shadow: 0px 2px 1px 0px #e1e1e1;
}
.aform input[type=checkbox] + label.type2:before, .aform input[type=checkbox] + label.type2:after {
  margin-left: 25px;
}
.aform input[type=checkbox] + label.type2:hover {
  opacity: 0.7;
}
.aform input[type=checkbox] + label::before,
.aform input[type=checkbox] + label::after {
  position: absolute;
  content: "";
  transition: all 0.2s;
}
.aform input[type=checkbox] + label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.aform input[type=checkbox] + label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #5dbf5d;
  border-bottom: 2px solid #5dbf5d;
  transform: rotate(-45deg) scale(0.5);
}
.aform input[type=checkbox] + label:hover::before {
  background: #fff;
}
.aform input[type=checkbox]:checked + label::before {
  background: #fff;
  border: 1px solid #5dbf5d;
}
.aform input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.aform .aform-content .aform-note {
  background: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.aform .aform-content .aform-button-area input[type=submit]:visited {
  color: #fff !important;
}
.aform .aform-content .aform-button-area input[type=submit]:hover {
  color: #fff;
}

.aform .aform-content dl.aform-error-list {
  border: none;
}
.aform .aform-content dl.aform-error-list dt {
  display: block;
}

img[src$="icon_new_windows.gif"] {
  margin-left: 10px;
  vertical-align: middle;
}

.aform-header {
  display: none;
}

#aform_confirm_msg {
  text-align: center;
  padding-top: 20px;
}

#aform_result {
  color: inherit;
  text-align: center;
}

@media screen and (max-width: 800px) {
  body {
    padding-top: 90px;
    position: relative;
  }
  body.login, body:has(#header.login) {
    padding-top: 120px;
  }
  #header:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #e7e7e7;
    position: absolute;
    top: -15px;
    left: 0;
  }
  #header.login:before {
    background-color: #C71966;
    height: 90px;
  }
  #header .login_info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  #header .login_info .status {
    color: #fff;
    margin: 0;
    font-size: 13px;
  }
  #header .login_info .btn {
    color: #C71966;
    background-color: #fff;
    font-size: 13px;
    padding: 7px 20px;
    border-radius: 20px;
  }
  #header .logo {
    position: absolute;
    top: 25px;
  }
  #common_bg {
    background: url(../images/bg_sp_second.png);
    background-position: top center;
    background-size: cover;
  }
  .page_title_wrap {
    width: 100%;
    height: 110px;
  }
  .page_title_wrap .page_title {
    font-size: 23px;
  }
  #contents {
    padding: 20px 0 45px;
  }
  #contents .contents_inner {
    padding: 0 15px;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumbs > span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    color: #000;
    font-size: 12px;
  }
  .contents_box {
    padding: 25px 20px;
    margin-top: 15px;
  }
  .contents_box.noflame {
    padding: 25px 0 0 0;
    box-shadow: none;
    margin-top: 0;
  }
  .contents_box > *:first-child {
    margin-top: 0 !important;
  }
  .contents_box a {
    color: #1F4CAB;
    text-decoration: underline;
  }
  .contents_box p {
    line-height: 1.8;
    margin-top: 20px;
  }
  .contents_box h2.title {
    font-size: 19px;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 10px;
  }
  .contents_box h2.title:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #C71966;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .contents_box h3.title {
    font-size: 16px;
    padding-left: 15px;
    margin-top: 20px;
  }
  .contents_box h3.title:before {
    content: "";
    width: 4px;
    height: 100%;
    display: inline-block;
    background-color: #C71966;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contents_box h3.title:after {
    content: "";
    width: 4px;
    height: 50%;
    display: inline-block;
    background-color: #c31c66;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .contents_box h4.title {
    margin-top: 20px;
    font-size: 16px;
  }
  .tobira_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .tobira_list .item {
    box-shadow: 0px 0px 5px 0px #dbdbdb;
    width: calc(50% - 8px);
    border-radius: 5px;
  }
  .tobira_list .item:nth-of-type(odd) {
    margin-right: 16px;
  }
  .tobira_list .item:nth-of-type(n + 3) {
    margin-top: 16px;
  }
  .tobira_list .item a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #383838;
    font-weight: bold;
    text-decoration: none;
  }
  .tobira_list .item figure {
    background-color: #f3f3f3;
    padding: 20px 15px;
    text-align: center;
  }
  .tobira_list .item figure img {
    max-width: 70%;
  }
  .tobira_list .item .title {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .tobira_list .item:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #C71966;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .tobira_list .item:after {
    content: "";
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 6px;
    right: 8px;
  }
  strong {
    font-weight: bold !important;
  }
  .imgLine2 li {
    margin-top: 20px;
  }
  .imgLine2 .cap {
    font-size: 14px;
  }
  .imgLine3 li {
    margin-top: 20px;
  }
  .imgLine3 .cap {
    font-size: 14px;
  }
  .imgLine4 {
    display: flex;
    flex-wrap: wrap;
  }
  .imgLine4 li {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .imgLine4 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .imgInP .img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .imgInP .img .cap {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .imgInP.sp_img_btm {
    display: flex;
    flex-wrap: wrap;
  }
  .imgInP.sp_img_btm .img {
    display: block;
    order: 2;
    margin: 10px auto 0;
    padding-bottom: 0;
  }
  .imgInP.sp_img_btm .text {
    flex-basis: 100%;
    order: 1;
  }
  .twoCol {
    margin-top: 10px;
  }
  .twoCol .txt *:nth-child(1) {
    margin-top: 0;
  }
  .twoCol .txt + .img {
    margin-top: 10px;
  }
  .twoCol .img {
    width: 100%;
    text-align: center;
  }
  .twoCol .img + .txt {
    margin-top: 10px;
  }
  .twoCol .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  ul.commonList,
  ul.basic_list {
    margin-top: 15px;
  }
  ul.commonList li,
  ul.basic_list li {
    padding-left: 15px;
  }
  ul.commonList li:before,
  ul.basic_list li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #C71966;
    position: absolute;
    left: 0;
    top: 8px;
  }
  ol li + li {
    margin-top: 10px;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 120px;
  }
  .commonTable th {
    padding: 5px 10px;
    font-size: 15px;
    border: 1px solid #d2d2d2;
  }
  .commonTable th:not(:first-of-type) {
    border-left: 1px solid #d2d2d2;
  }
  .commonTable td {
    padding: 10px 10px;
  }
  .commonTable td:not(:first-of-type) {
    border-left: 1px solid #d2d2d2;
  }
  .commonTable td .kome {
    font-size: 14px;
  }
  .scrollTable {
    overflow: auto;
  }
  .scrollTable table {
    white-space: nowrap;
  }
  .scrolltext {
    font-size: 12px;
  }
  .colorBox {
    padding: 15px;
  }
  .colorBox span.title {
    font-size: 17px;
  }
  .borderBox {
    padding: 15px;
  }
  .borderBox span.title {
    font-size: 17px;
  }
  .iframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
  }
  .iframeWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5_sp {
    margin-bottom: 5px !important;
  }
  .mB10_sp {
    margin-bottom: 10px !important;
  }
  .mB20_sp {
    margin-bottom: 20px !important;
  }
  .mB30_sp {
    margin-bottom: 30px !important;
  }
  .mB40_sp {
    margin-bottom: 40px !important;
  }
  .mB50_sp {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5_sp {
    margin-top: 5px !important;
  }
  .mT10_sp {
    margin-top: 10px !important;
  }
  .mT20_sp {
    margin-top: 20px !important;
  }
  .mT30_sp {
    margin-top: 30px !important;
  }
  .mT40_sp {
    margin-top: 40px !important;
  }
  .mT50_sp {
    margin-top: 50px !important;
  }
  .mL0_sp {
    margin-left: 0px !important;
  }
  .mL5_sp {
    margin-left: 5px !important;
  }
  .mL10_sp {
    margin-left: 10px !important;
  }
  .mL20_sp {
    margin-left: 20px !important;
  }
  .mL30_sp {
    margin-left: 30px !important;
  }
  .mL40_sp {
    margin-left: 40px !important;
  }
  .mL50_sp {
    margin-left: 50px !important;
  }
  .mR0_sp {
    margin-right: 0px !important;
  }
  .mR5_sp {
    margin-right: 5px !important;
  }
  .mR10_sp {
    margin-right: 10px !important;
  }
  .mR20_sp {
    margin-right: 20px !important;
  }
  .mR30_sp {
    margin-right: 30px !important;
  }
  .mR40_sp {
    margin-right: 40px !important;
  }
  .mR50_sp {
    margin-right: 50px !important;
  }
  .size12_sp {
    font-size: 12px !important;
  }
  .size12 {
    font-size: 12px !important;
  }
  .size13 {
    font-size: 13px !important;
  }
  .size14 {
    font-size: 14px !important;
  }
  .size15 {
    font-size: 15px !important;
  }
  .size16 {
    font-size: 16px !important;
  }
  .size17 {
    font-size: 17px !important;
  }
  .size18 {
    font-size: 18px !important;
  }
  .size19 {
    font-size: 19px !important;
  }
  .size20 {
    font-size: 20px !important;
  }
  .size22 {
    font-size: 22px !important;
  }
  .size24 {
    font-size: 24px !important;
  }
  .size28 {
    font-size: 28px !important;
  }
  .size13_sp {
    font-size: 13px !important;
  }
  .size14_sp {
    font-size: 14px !important;
  }
  .size15_sp {
    font-size: 15px !important;
  }
  .size16_sp {
    font-size: 16px !important;
  }
  .size17_sp {
    font-size: 17px !important;
  }
  .size18_sp {
    font-size: 18px !important;
  }
  .size19_sp {
    font-size: 19px !important;
  }
  .size20_sp {
    font-size: 20px !important;
  }
  .size22_sp {
    font-size: 22px !important;
  }
  .size24_sp {
    font-size: 24px !important;
  }
  .size28_sp {
    font-size: 28px !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
  .red {
    color: #de0000 !important;
  }
  .blue {
    color: #356fcf !important;
  }
  .gray {
    color: #666 !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .green {
    color: #23ac3a !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .st {
    text-decoration: line-through;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #C71966;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  .aform {
    margin-top: 20px;
  }
  .aform .aform-name-ul li:not(:last-child),
  .aform .aform-kana-ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .aform .aform-name-ul li > label,
  .aform .aform-kana-ul li > label {
    display: inline-block;
    margin-bottom: 4px;
  }
  .aform .aform-hdln {
    padding-bottom: 7px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .aform [class*=aform_item_list] .aform-field-option-text {
    width: 60px;
  }
  .aform input[type=text], .aform input[type=password], .aform input[type=tel], .aform input[type=email], .aform select, .aform textarea {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    background-color: #fff;
  }
  .aform select {
    padding: 5px 2px;
    width: auto;
  }
  .aform button {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background-color: #f5f5f5;
    box-shadow: 0px 1px 1px 0px #cccccc;
    font-size: 14px;
  }
  .aform button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .aform input[type=radio] + label {
    margin-bottom: 5px;
  }
  .aform input[type=checkbox] + label {
    margin-bottom: 5px;
  }
  .aform .aform-content {
    width: 100%;
    margin-bottom: 20px;
  }
  .aform .aform-content dl {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .aform .aform-content dt {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    background-color: #f5f5f5;
    text-align: left;
    margin-bottom: 10px;
    background-clip: padding-box;
    position: relative;
  }
  .aform .aform-content dt .aform-required {
    position: relative;
    background-color: #C71966;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    border-radius: 3px;
  }
  .aform .aform-content dd {
    display: block;
    width: 100%;
  }
  .aform .aform-content dd .kome {
    font-size: 13px;
    margin-top: 5px;
    display: block;
  }
  .aform .aform-content dd .block_sp {
    display: block !important;
    margin-top: 10px;
  }
  .aform .aform-content dd .subtxt {
    display: inline-block;
    width: 15%;
  }
  .aform .aform-content .aform-button-area {
    margin-top: 20px;
    padding: 0;
    background: none;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .aform .aform-content .aform-button-area input[type=submit] {
    display: block;
    padding: 10px 35px;
    background-color: #C71966;
    color: #fff !important;
    text-align: center;
    vertical-align: top;
    position: relative;
    border-radius: 30px;
    border: 1px solid #C71966;
    width: 80%;
    margin: 20px auto;
  }
  .aform .aform-content .aform-button-area input[type=submit]:hover {
    color: #fff;
  }
  #aform_btn_back {
    display: block;
    padding: 10px 35px;
    background-color: #fff;
    color: #666 !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    border-radius: 30px;
    border: 1px solid #aaa;
    width: 50%;
  }
  #aform_btn_back.noicon {
    padding: 15px 50px 13px 50px;
    background: #fff;
    background-image: none;
  }
  .aform select.aform-calendar {
    width: auto;
  }
  .aform select.aform-calendar + label {
    margin-left: 2px;
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 801px) {
  body {
    padding-top: 150px;
  }
  #header {
    position: fixed;
    top: 0px;
    left: 0;
  }
  #header:before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background-color: #e7e7e7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #header.login:before {
    background-color: #C71966;
  }
  #header.login .header_accessibility {
    flex: none;
  }
  #header.login .header_accessibility .accessibility_font_list dt {
    color: #fff;
  }
  #header.login .header_accessibility .accessibility_font_list dd {
    font-size: 14px;
    border-color: #fff;
    font-weight: bold;
    overflow: hidden;
  }
  #header.login .header_accessibility .accessibility_font_list dd button.is_active {
    color: #C71966;
    background: #fff;
  }
  #header.login .header_accessibility .accessibility_font_list dd button:not(.is_active) {
    color: #414141;
    background: #E7E7E7;
  }
  #header.login .logo {
    display: flex;
    align-items: center;
    padding: 15px 0;
    /*
    img{
        margin: 0 auto;
        transform: translateX(6vw);
    }
    */
  }
  #header.login .logo .btn {
    color: #C71966;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 8px 25px;
    border-radius: 20px;
    margin: 0 0 0 auto;
    border: 1px solid #C71966;
    transition: 0.3s;
    position: absolute;
    right: 15px;
  }
  #header.login .logo .btn:hover {
    color: #fff;
    background-color: #C71966;
    border: 1px solid #fff;
  }
  #header.login .gnav {
    padding: 20px 40px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  }
  #header .logo {
    padding: 30px 0;
  }
  .page_title_wrap {
    width: 100%;
    height: 220px;
  }
  .page_title_wrap .page_title {
    font-size: 3.2rem;
  }
  #contents {
    padding: 35px 0 60px;
  }
  #contents .contents_inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumbs > span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    color: #000;
    font-size: 1.4rem;
  }
  .breadcrumbs > span a {
    text-decoration: underline;
  }
  .contents_box {
    padding: 60px;
    margin-top: 30px;
  }
  .contents_box.noflame {
    padding: 60px 0 0 0;
    box-shadow: none;
    margin-top: 0;
  }
  .contents_box > *:first-child {
    margin-top: 0 !important;
  }
  .contents_box a {
    color: #1F4CAB;
    text-decoration: underline;
  }
  .contents_box a:hover {
    opacity: 0.5;
  }
  .contents_box p {
    line-height: 1.8;
    margin-top: 30px;
  }
  .contents_box h2.title {
    font-size: 2.4rem;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 15px;
  }
  .contents_box h2.title:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #C71966;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .contents_box h3.title {
    font-size: 2rem;
    padding-left: 20px;
    margin-top: 30px;
  }
  .contents_box h3.title:before {
    content: "";
    width: 4px;
    height: 100%;
    display: inline-block;
    background-color: #C71966;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contents_box h3.title:after {
    content: "";
    width: 4px;
    height: 50%;
    display: inline-block;
    background-color: #c31c66;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .contents_box h4.title {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .tobira_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .tobira_list .item {
    width: calc(33.3333333333% - 16px);
    box-shadow: 0px 0px 10px 3px #dbdbdb;
    border-radius: 5px;
  }
  .tobira_list .item:not(:nth-of-type(3n)) {
    margin-right: 24px;
  }
  .tobira_list .item:nth-of-type(n + 4) {
    margin-top: 24px;
  }
  .tobira_list .item a {
    display: block;
    padding: 25px;
    text-align: center;
    color: #383838;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
  }
  .tobira_list .item a:hover {
    opacity: 0.7;
    color: #C71966;
  }
  .tobira_list .item figure {
    background-color: #f3f3f3;
    padding: 20px 15px;
  }
  .tobira_list .item .title {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .tobira_list .item:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #C71966;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .tobira_list .item:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 8px;
    right: 10px;
  }
  strong {
    font-weight: bold !important;
  }
  .imgLine2 {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
  }
  .imgLine2 li {
    width: calc(50% - 8px);
  }
  .imgLine2 li:nth-of-type(odd) {
    margin-right: 16px;
  }
  .imgLine2.small li {
    width: calc(33% - 8px);
  }
  .imgLine2 .cap {
    font-size: 1.4rem;
  }
  .imgLine3 {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
  }
  .imgLine3 li {
    width: calc(33% - 8px);
    margin-right: 16px;
  }
  .imgLine3 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .imgLine3 .cap {
    font-size: 1.4rem;
  }
  .imgLine4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .imgLine4 li {
    width: calc(25% - 12px);
    margin-right: 16px;
  }
  .imgLine4 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .imgInP {
    overflow: hidden;
  }
  .imgInP .img {
    max-width: 300px;
  }
  .imgInP .img img {
    width: 100%;
    height: auto;
  }
  .imgInP .img .cap {
    display: block;
    text-align: left;
    font-size: 1.4rem;
  }
  .imgInP .img.left {
    float: left;
    margin-right: 20px;
  }
  .imgInP .img.right {
    float: right;
    margin-left: 20px;
  }
  .twoCol {
    display: flex;
    margin-top: 20px;
  }
  .twoCol .txt {
    flex: 1;
  }
  .twoCol .txt *:nth-child(1) {
    margin-top: 0;
  }
  .twoCol .txt + .img {
    margin-left: 40px;
  }
  .twoCol .img {
    max-width: 50%;
  }
  .twoCol .img + .txt {
    margin-left: 40px;
  }
  .twoCol .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  ul.commonList,
  ul.basic_list {
    margin-top: 20px;
  }
  ul.commonList li,
  ul.basic_list li {
    padding-left: 25px;
  }
  ul.commonList li:before,
  ul.basic_list li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #C71966;
    position: absolute;
    left: 0;
    top: 8px;
  }
  ul.commonList.col2List,
  ul.basic_list.col2List {
    display: flex;
    flex-wrap: wrap;
  }
  ul.commonList.col2List li,
  ul.basic_list.col2List li {
    width: 50%;
    flex-basis: 50%;
  }
  ul.commonList.col2List li:not(:first-of-type),
  ul.basic_list.col2List li:not(:first-of-type) {
    margin-top: 0px;
  }
  ul.commonList.col2List li:nth-of-type(n + 3),
  ul.basic_list.col2List li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  ol li + li {
    margin-top: 10px;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 150px;
  }
  .commonTable th {
    padding: 20px;
    font-size: 1.5rem;
  }
  .commonTable td {
    padding: 20px;
  }
  .commonTable td .kome {
    font-size: 1.4rem;
  }
  .scrolltext {
    font-size: 1.2rem;
  }
  .colorBox {
    padding: 20px;
  }
  .colorBox span.title {
    font-size: 2rem;
  }
  .borderBox {
    padding: 20px;
  }
  .borderBox span.title {
    font-size: 2rem;
  }
  .col2_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .col2_wrap .left {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .col2_wrap .right {
    width: calc(50% - 15px);
  }
  .iframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 40px;
  }
  .iframeWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .mB0_pc {
    margin-bottom: 0 !important;
  }
  .mB5_pc {
    margin-bottom: 5px !important;
  }
  .mB10_pc {
    margin-bottom: 10px !important;
  }
  .mB20_pc {
    margin-bottom: 20px !important;
  }
  .mB30_pc {
    margin-bottom: 30px !important;
  }
  .mB40_pc {
    margin-bottom: 40px !important;
  }
  .mB50_pc {
    margin-bottom: 50px !important;
  }
  .mT0_pc {
    margin-top: 0 !important;
  }
  .mT5_pc {
    margin-top: 5px !important;
  }
  .mT10_pc {
    margin-top: 10px !important;
  }
  .mT20_pc {
    margin-top: 20px !important;
  }
  .mT30_pc {
    margin-top: 30px !important;
  }
  .mT40_pc {
    margin-top: 40px !important;
  }
  .mT50_pc {
    margin-top: 50px !important;
  }
  .mL0_pc {
    margin-left: 0px !important;
  }
  .mL5_pc {
    margin-left: 5px !important;
  }
  .mL10_pc {
    margin-left: 10px !important;
  }
  .mL20_pc {
    margin-left: 20px !important;
  }
  .mL30_pc {
    margin-left: 30px !important;
  }
  .mL40_pc {
    margin-left: 40px !important;
  }
  .mL50_pc {
    margin-left: 50px !important;
  }
  .mR0_pc {
    margin-right: 0px !important;
  }
  .mR5_pc {
    margin-right: 5px !important;
  }
  .mR10_pc {
    margin-right: 10px !important;
  }
  .mR20_pc {
    margin-right: 20px !important;
  }
  .mR30_pc {
    margin-right: 30px !important;
  }
  .mR40_pc {
    margin-right: 40px !important;
  }
  .mR50_pc {
    margin-right: 50px !important;
  }
  .size12 {
    font-size: 1.2rem !important;
  }
  .size13 {
    font-size: 1.3rem !important;
  }
  .size14 {
    font-size: 1.4rem !important;
  }
  .size15 {
    font-size: 1.5rem !important;
  }
  .size16 {
    font-size: 1.6rem !important;
  }
  .size17 {
    font-size: 1.7rem !important;
  }
  .size18 {
    font-size: 1.8rem !important;
  }
  .size19 {
    font-size: 1.9rem !important;
  }
  .size20 {
    font-size: 2rem !important;
  }
  .size22 {
    font-size: 2.2rem !important;
  }
  .size24 {
    font-size: 2.4rem !important;
  }
  .size28 {
    font-size: 2.8rem !important;
  }
  .size12_pc {
    font-size: 1.2rem !important;
  }
  .size13_pc {
    font-size: 1.3rem !important;
  }
  .size14_pc {
    font-size: 1.4rem !important;
  }
  .size15_pc {
    font-size: 1.5rem !important;
  }
  .size16_pc {
    font-size: 1.6rem !important;
  }
  .size17_pc {
    font-size: 1.7rem !important;
  }
  .size18_pc {
    font-size: 1.8rem !important;
  }
  .size19_pc {
    font-size: 1.9rem !important;
  }
  .size20_pc {
    font-size: 2rem !important;
  }
  .size22_pc {
    font-size: 2.2rem !important;
  }
  .size24_pc {
    font-size: 2.4rem !important;
  }
  .size28_pc {
    font-size: 2.8rem !important;
  }
  .taC_pc {
    text-align: center !important;
  }
  .red {
    color: #de0000 !important;
  }
  .blue {
    color: #356fcf !important;
  }
  .gray {
    color: #666 !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .green {
    color: #23ac3a !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .st {
    text-decoration: line-through;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #C71966;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  .aform {
    margin-top: 40px;
  }
  .aform .aform-name-ul li:not(:last-child),
  .aform .aform-kana-ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .aform .aform-name-ul li > label,
  .aform .aform-kana-ul li > label {
    display: inline-block;
    margin-bottom: 4px;
  }
  .aform .aform-horizontal-ul li {
    display: inline-block;
    margin-right: 1em;
    width: calc(50% - 1em);
  }
  .aform .aform-hdln {
    padding-bottom: 7px;
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .aform [class*=aform_item_list] .aform-field-option-text {
    width: 80px;
  }
  .aform input[type=text], .aform input[type=password], .aform input[type=tel], .aform input[type=email], .aform select, .aform textarea {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    font-size: 1.6rem;
    background-color: #fff;
  }
  .aform select {
    padding: 5px 10px;
    width: auto;
  }
  .aform button {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background-color: #f5f5f5;
    box-shadow: 0px 1px 1px 0px #cccccc;
    font-size: 1.4rem;
  }
  .aform button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .aform .aform-content {
    margin-bottom: 20px;
  }
  .aform .aform-content dl {
    border: 1px solid #d7d7d7;
    font-size: 1.6rem;
    display: table-row;
    padding: 0;
    margin: 0;
    margin-top: -1px;
  }
  .aform .aform-content dl dt, .aform .aform-content dl dd {
    border-top: 1px solid #ccc;
  }
  .aform .aform-content dl + dl dt, .aform .aform-content dl + dl dd {
    border-top: none;
  }
  .aform .aform-content dt {
    background-color: #f5f5f5;
    width: 272px;
    padding: 15px 54px 15px 15px;
    text-align: left;
    font-weight: normal;
    background-clip: padding-box;
    display: table-cell;
    float: none;
    position: relative;
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    vertical-align: top;
  }
  .aform .aform-content dt .aform-required {
    position: absolute;
    vertical-align: middle;
    background-color: #C71966;
    color: #fff;
    font-size: 1.2rem;
    padding: 4px 8px 5px;
    line-height: 1;
    display: inline-block;
    top: 20px;
    right: 10px;
    border-radius: 3px;
  }
  .aform .aform-content dd {
    background-color: #fff;
    width: 708px;
    display: block;
    padding: 15px;
    display: table-cell;
    float: none;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
  }
  .aform .aform-content dd .kome {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .aform .aform-content dd .category {
    width: 130px;
    display: inline-block;
  }
  .aform .aform-content dd .subtxt {
    width: 43px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
  }
  .aform .aform-content .aform-button-area {
    margin-top: 30px;
    background: none;
    padding: 0;
    text-align: center;
  }
  .aform .aform-content .aform-button-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .aform .aform-content .aform-button-area input[type=submit] {
    display: inline-block;
    padding: 12px 35px;
    background-color: #C71966;
    color: #fff !important;
    min-width: 250px;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #C71966;
  }
  .aform .aform-content .aform-button-area input[type=submit]:hover {
    opacity: 0.7;
    color: #fff;
  }
  .aform .aform-content .aform-button-area input[type=submit]:hover {
    color: #fff;
  }
  #aform_btn_back {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #666 !important;
    min-width: 250px;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    border-radius: 30px;
    cursor: pointer;
  }
  #aform_btn_back.noicon {
    padding: 15px 50px 13px 50px;
    background: #fff;
    background-image: none;
  }
  #aform_btn_back:hover {
    opacity: 0.7;
  }
  .aform select.aform-calendar {
    width: auto;
  }
  .aform select.aform-calendar + label {
    margin-left: 7px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1300px) {
  #header.login .header_accessibility {
    width: calc(100% - 120px) !important;
  }
  #header .logo {
    width: 54%;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumbs > span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    color: #000;
  }
  .contents_box > *:first-child {
    margin-top: 0 !important;
  }
  .contents_box a {
    color: #1F4CAB;
    text-decoration: underline;
  }
  .contents_box p {
    line-height: 1.8;
  }
  .contents_box h2.title:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #C71966;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  strong {
    font-weight: bold !important;
  }
  .imgInP .img .cap {
    display: block;
    text-align: left;
  }
  ol li + li {
    margin-top: 10px;
  }
  .iframeWrap {
    position: relative;
    padding-bottom: 56.25%;
  }
  .iframeWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .red {
    color: #de0000 !important;
  }
  .blue {
    color: #356fcf !important;
  }
  .gray {
    color: #666 !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .green {
    color: #23ac3a !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .st {
    text-decoration: line-through;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #C71966;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  .aform .aform-name-ul li:not(:last-child),
  .aform .aform-kana-ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .aform .aform-name-ul li > label,
  .aform .aform-kana-ul li > label {
    display: inline-block;
    margin-bottom: 4px;
  }
  .aform .aform-content .aform-button-area input[type=submit]:hover {
    color: #fff;
  }
}
/*# sourceMappingURL=map/second.css.map */
