/* ==========================================================================
  headerBottomMenu
========================================================================== */

.headerBottomMenu {
  background-color: #164a84;
  padding: 10px 0 6px 0;
}

.headerBottomMenu_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
}

.headerBottomMenu_item {
  margin-left: 32px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation {
  margin-left: 0px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation+.headerBottomMenu_item {
  margin-left: auto;
}

.headerBottomMenu_item a {
  color: #ffffff;
  line-height: 1.4;
  padding: 3px 19px 4px 0px;
  position: relative;
}

.headerBottomMenu_item a:hover {
  text-decoration: underline;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a {
  padding-left: 29px;
  padding-right: 0px;
}

.headerBottomMenu_item a::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
  background-image: url(/cmn/img/biz/headerBottom_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 24px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
  display: none;
}

.button-002 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #CCCCCC;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-002{
display:inline-block;/*コレ*/
}

.button-003 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
	margin-left: 550px;
    margin-top: -50px;
    padding: 0.9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #cccccc;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

a:hover{
  color:red;
}

.listarea {
  padding-left: 5px;
}



.indent2 {
  text-indent: -1em;
  padding-left: 2em;
}
/* ==========================================================================
  headerBottomMenu
========================================================================== */

@media only screen and (max-width: 768px) {
  .headerBottomMenu {
    background-color: #164a84;
    padding: 10px 15px 6px 15px;
  }
  .headerBottomMenu_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .headerBottomMenu_item {
    margin-left: 15px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation {
    margin-left: 0px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation+.headerBottomMenu_item {
    margin-left: auto;
  }
  .headerBottomMenu_item a {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 3px 15px 4px 0px;
    position: relative;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a {
    font-size: 1.2rem;
    padding-left: 27px;
    padding-right: 12px;
  }
  .headerBottomMenu_item a::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
    transform: rotate(45deg);
    width: 6px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
    background-image: url(/s/cmn/img/biz/headerBottom_icon_01.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 18px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
    display: none;
  }
}

main {
  width: 980px;
  margin: 0 auto 50px;
}

.title01 {
  margin: 30px 0 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.title01 span {
  border-bottom: 2px solid #FF0004;
}

.imgarea {
  text-align: center;
}

.service {
  position: relative;
  padding: 0 850px 0 0px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 50px 0 15px;
}

.service:before {
  position: absolute;
  top: calc(50% - 1px);
  /*left: 0;*/
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.service span {
  position: relative;
  /* padding: 0 1em;*/
  background: #fff;
}

.link :hover {
  opacity: 0.8;
}

.imgcard img {
  width: 60%;
  padding-left: 80px;
  padding-top: 30px;
}

.sbtitle {
  padding: 1rem 2rem;
  background: #c00000;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 30px 0 010px;
  text-align: left;
}

.sbtitle4 {
  padding: 1rem 2rem;
  background: #595b5d;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 30px 0 010px;
}

.area {
  background: #CFCFCF;
  padding: 30px;
  border-radius: 20px;
  margin: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.text {
  font-size: 1.5rem;
  padding-left: 1em;
  text-align: left;
}

.text a {
  color: #1a0dab;
}

.text a:hover {
  text-decoration: underline;
}

.text span {
  font-size: 1.3rem;
  padding: 5px 8px;
  background: #FFB800;
  color: #fff;
  border-radius: 15px;
  font-weight: bold;
  margin: 0 5px;
}

.text1 {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 22px;
}

.text2 {
  padding-left: 2em;
  font-size: 1.5rem;
}

.text3{
	padding-bottom: 15px;
	font-size:20px;
	color:#0d5a91; 
}
.text_bold {
  font-size: 1.5rem;
  font-weight: bold;
  color: #12046E;
  padding-left: 1em;
  margin: 15px 0;
}

.box {
  border: 1px solid #B9B9B9;
  margin: 15px;
  padding: 10px;
}

.listtext {
  font-size: 1.3rem;
}

.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.indent2 {
  text-indent: -1em;
  padding-left: 3em;
}

.grarea {
  background: #DDDDDD;
  padding: 15px;
  width: 400px;
  font-size: 1.5rem;
  margin-left: 40px;
}

.red {
  color: #c00000;
}

.listarea {
  margin: 10px 0;
  text-align: left;
  
}

.btnarea {
  margin: 80px auto;
  text-align: center;
}

.btnarea1 {
  text-align: left;
  padding-left: 2em;
  margin: 15px 0;
}

.contacttext {
  font-size: 1.5rem;
}

.contacttext a{
  color: #1a0dab;
}

.contacttext a:hover{
  text-decoration: underline;
}

.warningtext a{
  color: #1a0dab;
}

.warningtext a:hover{
  text-decoration: underline;
}

.contactarea {
  margin: 15px auto;
  padding: 10px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2>div {
  /*width: 50%;*/
  padding: 10px;
  margin: 0 auto;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}
.subtitle{
	text-align: center;
	font-size: 13px;
}
.subtitle2{
	text-align:left;
	font-size: 13px;
	padding: 0 0 10px 30px;
}
.ind1 {
  position: relative;
  padding-left: 8em;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top:15px;
  margin-left: 30px;
}

.ind1 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #FFFFFF;
  background: #FF0000;
}

.ind1 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #FF0000;
}
.modal-004__wrap {
    display: inline-block;
	margin-left: 27em;
}

.modal-004__wrap input {
    display: none;
}

.modal-004__open-label,
.modal-004__close-label {
    cursor: pointer;
}

.modal-004__open-label {
    color: #ff0000;
    font-size: 15px;
}

.modal-004__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #ff0000;
}

.modal-004 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-004__open-input:checked + label + input + .modal-004 {
    display: block;
    animation: modal-002-animation .6s;
}

.modal-004__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-004__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-004__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-004__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-002-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-004__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-004__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-004__content-wrap {
        width: 90vw;
    }

    .modal-004__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
.modal-003__wrap {
    display: inline-block;
	margin-left: 27em;
}

.modal-003__wrap input {
    display: none;
}

.modal-003__open-label,
.modal-003__close-label {
    cursor: pointer;
}

.modal-003__open-label {
    color: #ff0000;
    font-size: 15px;
}

.modal-003__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #ff0000;
}

.modal-003 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-003__open-input:checked + label + input + .modal-003 {
    display: block;
    animation: modal-002-animation .6s;
}

.modal-003__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-003__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-003__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-003__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-002-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-003__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-003__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-003__content-wrap {
        width: 90vw;
    }

    .modal-003__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
.modal-002__wrap {
    display: inline-block;
	margin-left: 27em;
}

.modal-002__wrap input {
    display: none;
}

.modal-002__open-label,
.modal-002__close-label {
    cursor: pointer;
}

.modal-002__open-label {
    color: #ff0000;
    font-size: 15px;
}

.modal-002__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #ff0000;
}

.modal-002 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-002__open-input:checked + label + input + .modal-002 {
    display: block;
    animation: modal-002-animation .6s;
}

.modal-002__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-002__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-002__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-002__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-002-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-002__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-002__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-002__content-wrap {
        width: 90vw;
    }

    .modal-002__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
.modal-001__wrap {
    display: inline-block;
	margin-left: 27em;
}

.modal-001__wrap input {
    display: none;
}

.modal-001__open-label,
.modal-001__close-label {
    cursor: pointer;
}

.modal-001__open-label {
    color: #ff0000;
    font-size: 15px;
}

.modal-001__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #ff0000;
}

.modal-001 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-001__open-input:checked + label + input + .modal-001 {
    display: block;
    animation: modal-001-animation .6s;
}

.modal-001__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-001__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-001__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-001__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-001-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-001__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-001__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-001__content-wrap {
        width: 90vw;
    }

    .modal-001__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
.img01{
	margin: 30px auto;
	max-width: 70%;
}
.img01:hover img {
opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}
.textarea {
  margin: 20px 0;
}

.textarea1 {
  margin-bottom: 30px;
}

.button {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #00096F;
  border: 2px solid #00096F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}

.button:hover {
  background-color: #fff;
  color: #00096F;
}

.button:hover::after {
  border-left-color: #00096F;
}

.contactbutton {
  position: relative;
  display: inline-block;
  padding: .9em 5em;
  background-color: #d9d9d9;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 400px;
}

.contactbutton::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #333;
  transition: all .3s;
}

.contactbutton:hover {
  background-color: #333;
  color: #d9d9d9;
}

.contactbutton:hover::after {
  border-left-color: #d9d9d9;
}
.indent3{
	font-size: 18px;
    text-indent: -1em;
    padding-left: 2em;
}

.sbtitle {
  margin: 20px 0 15px;
  font-size: 2.0rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 30px;
}

.sbtitle4 {
  margin: 20px 0 15px;
  font-size: 2.0rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 30px;
}

.qatitle {
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  background: #cce6ff;
  text-indent: -25px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.qatitle:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 7px;
}

.qaarea {
  padding: 0 1em 0 2.5em;
  margin-top: 10px;
}

.answer {
  font-size: 12px;
  text-indent: -1.6em;
  padding-bottom: 5px;
}
.answer:before {
  content: "A.";
  color: #FF0000;
  font-weight: bold;
  margin-right: 7px;
}
.answer a{
  color: #1a0dab;
}

.answer a:hover{
  text-decoration: underline;
}


@media only screen and (max-width: 768px) {
  main {
    width: 100%;
    padding: 1.0rem;
  }
  .title01 {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .sbtitle {
    font-size: 1.5rem;
    padding: 30px;
  }
  .area {
    padding: 10px;
    margin: 5px;
    font-size: 1.5rem;
    text-align: left;
  }
  .text {
    font-size: 1.3rem;
    padding-left: 0;
	margin: 10px 5px;
  }
  .text1 {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .text2 {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent2 {
    text-indent: -1em;
    padding-left: 2em;
  }
  .service {
    padding: 0 240px 0 0px;
    text-align: left;
    font-size: 1.3rem;
    margin: 0;
  }
  .textarea1 {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .contactarea {
    margin: 5px;
    padding: 10px;
  }
  .contactbutton {
    font-size: 1.3rem;
    padding: .8em 4.5em;
	width: 300px;
  }
  .contacttext {
    margin: 10px;
    font-size: 1.3rem;
    text-align: left;
  }
  .btnarea {
    margin: 10px;
  }
 .grarea {
   padding: 13px;
   width: 100%;
   font-size: 1.3rem;
   margin-left: 0px;
 }
	.text_bold{
		font-size: 1.5rem;
	}
.text span {
	padding: 2px 20px;
}
	.button {
    padding: .9em 6em;
}
	
.button-002 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    margin:0;
	margin-left: -72px;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #CCCCCC;
    color: #fff;
    font-weight: 600;
    font-size: 14px;	
	
}

.button-002{
display:inline-block;/*コレ*/
}

.button-003 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    margin:0 auto;
	margin-top: 20px;
    padding: 0.9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #cccccc;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
	.text3{
	padding-bottom: 10px;
	font-size:15px;
	color:#0d5a91; 
	}
	.indent3{
	font-size: 12px;
    text-indent: -1em;
    padding-left: 2em;
}
	.modal-001__wrap {
	margin-left: 15em;
}
	.modal-002__wrap {
	margin-left: 15em;
}
	.modal-003__wrap {
	margin-left: 15em;
}
	.modal-004__wrap {
	margin-left: 15em;
}
.ind1 {
  padding-left: 5em;
  font-size: 16px;
  margin-left: 10px;
}

.ind1 span {
  left: -15px;
  padding: 0 1rem;
}
.modal-001__open-label {
    font-size: 12px;
}
.modal-002__open-label {
    font-size: 12px;
}
.modal-003__open-label {
    font-size: 12px;
}
.modal-004__open-label {
    font-size: 12px;
}
.img01 {
    margin: 30px auto;
    max-width: 85%;
}
.title{
	font-size: 17px;	
}
.subtitle2{
	padding: 0px;	
}
	.contactbutton {
		margin: 5px;
	}
}
.yoyaku{
	text-align: center;
}