/* CSS Document */
#main * {
  box-sizing: border-box;
}
#main h1 {
  width: 100% !important;
  height: auto;
  padding: 1em 0;
  background: #33a2c3;
  background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
  color: #fff;
  text-align: center;
  font-size: 2.25em !important;
  font-weight: normal;
  line-height: 1.2em;
}
#main h2 {
  text-align: center;
}
#main h2 span {
  display: inline-block;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #0f1350;
  padding-bottom: 27px;
  border-bottom: 1px solid #0f1350;
}
#main .inner {
  width: 1080px;
  margin: 30px auto;
}
#main p {
  font-size: 16px;
  line-height: 1.5;
}
#main img {
  max-width: 100%;
}
.inPageNav ul {
  width: 710px;
}
.inPageNav ul li a {
  width: 350px;
}
.blue {
  color: #004098;
}
.red {
  color: #dd1a1a !important;
}
.txt_c {
  text-align: center;
}
.mt01 {
  margin-top: 1em;
}
.mt02 {
  margin-top: 2em;
}
.img_box {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.img_box2 {
  text-align: center;
  border: 1px solid #dddddd;
  margin: 20px 0;
}
.textanchor {
  margin: 1em 0;
}
.textanchor a {
  position: relative;
  color: #222222;
  padding-left: 1.5em;
  transition: 0.3s;
}
.textanchor a:before {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  border: 1px solid #dddddd;
  transition: 0.3s;
}
.textanchor a:after {
  width: 5px;
  height: 5px;
  content: "";
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 7px;
  border-left: 1px solid #0070cf;
  border-bottom: 1px solid #0070cf;
  transition: 0.3s;
}
.textanchor a:hover {
  color: #0070cf;
  text-decoration: underline;
}
.textanchor a:hover:before {
  background: #0070cf;
  border: 1px solid #0070cf;
}
.textanchor a:hover:after {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
ul.notelist {
  list-style-type: none;
  margin: 20px 0 40px;
}
ul.notelist li {
  position: relative;
  font-size: 0.9em;
  font-weight: bold;
  color: #707070;
  line-height: 1.5;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
ul.notelist li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
ul.notelist li a {
  text-decoration: underline;
}
span.arrow_icon {
  position: relative;
  padding-left: 1.2em;
  color: #222222;
}
span.arrow_icon:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  background: #004098;
  transition: 0.3s;
}
span.arrow_icon:after {
  width: 4px;
  height: 4px;
  content: "";
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 4px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  transition: 0.3s;
}
#first dl dt.circlednam {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  /*padding-left: 2.8rem;*/
  margin: 50px 0 30px;
}
/*#first dl dt.circlednam span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #004098;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
}*/
#first dl dd {
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
#first dl dd:last-child {
  border-bottom: 0;
}
#first dl dd p {
  font-weight: bold;
  line-height: 1.8;
}
#first dl dd p.img_ttl{
  font-size: 1.45rem;
}
#received {
  margin-bottom: 150px;
}
#received ul.nav {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  margin: 80px 0;
}
#received ul.nav li {
  width: 32%;
}
#received ul.nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #004098;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 20px;
  transition: 0.3s;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
#received ul.nav li a p:first-child {
  font-size: 1.2rem;
  min-height: 4.5em;
  transition: 0.3s;
}
#received ul.nav li a img {
  margin-bottom: 1em;
}
#received ul.nav li a:hover {
  border: 1px solid #004098;
  text-decoration: underline;
  box-shadow: 0 8px 15px rgb(0 0 0 / 15%);
}
#received .contents {
  font-weight: bold;
  border-top: 1px solid #dddddd;
  padding: 30px 0;
}
#received .contents h3 {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 50px 0 30px;
  padding-left: 1.5em;
}
#received .contents h3:before {
  content: "";
  width: 25px;
  height: 15px;
  position: absolute;
  top: -4px;
  left: 0;
  border-left: 6px solid #dd1a1a;
  border-bottom: 6px solid #dd1a1a;
  transform: rotate(-45deg);
}
#received .contents .box {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 30px;
  margin: 30px 0;
}
#received .contents .box h4 {
  color: #004098;
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 1em;
}
#received .contents .box .img_box {
  width: 600px;
  margin: 30px auto;
}
#received .contents .box a:hover span.arrow_icon {
  color: #0070cf;
  text-decoration: underline;
}
#received .contents .box a:hover span.arrow_icon:before {
  background: #0070cf;
}
#received .contents .box a:hover span.arrow_icon:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#services {
  font-weight: bold;
  margin-bottom: 150px;
}
#services h2 {
  margin-bottom: 80px;
}
#services ul.servicelist {
  margin: 1.5em;
}
#services ul.servicelist li {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#not-reach {
  font-weight: bold;
  margin-bottom: 150px;
}
#not-reach h2 {
  margin-bottom: 80px;
}
#not-reach dl dt.circled {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004098;
  margin: 50px 0 30px;
  padding-left: 1.1em;
}
#not-reach dl dt.circled:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 1em;
  height: 1em;
  background: #004098;
  border-radius: 50%;
}
#not-reach dl dd .box{
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 30px;
  margin: 20px 0;
}
#not-reach dl dd .box ul:first-child li{
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1.3em;
}
#not-reach dl dd .box ul.notelist {
  margin-bottom: 0;
}
#faq h3 {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin-bottom: 1.5em;
}
#faq h3 span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 50%;
  background: #1c98ba;
  margin-right: 0.3em;
}
#not-receive {
    font-weight: bold;
    margin-bottom: 150px;
}
#not-receive h2 {
    margin-bottom: 80px;
}
#not-receive .box{
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 30px;
  margin: 20px 0;
}
#not-receive .box ul:first-child li{
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1.3em;
}
#faq a:hover span.arrow_icon {
  color: #0070cf;
  text-decoration: underline;
}
#faq a:hover span.arrow_icon:before {
  background: #0070cf;
}
#faq a:hover span.arrow_icon:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#faq a[target="_blank"] {
  position: relative;
}
#faq a[target="_blank"]:after {
  content: "";
  width: 16px;
  height: 15px;
  right: -25px;
  margin-top: -9px;
  background-image: url(/assets/img/common/icon_blank.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  transition: .3s;
}
.toggle-area-wrap .toggle_contents {
  border-top: 1px solid #ccc;
}
.toggle-area-wrap .toggle_contents:last-of-type {
  border-bottom: 1px solid #ccc;
}
.toggle-area-wrap dt.toggle_title {
  position: relative;
  padding: 1.65rem 3.5rem 1.65rem 0.25rem;
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.toggle-area-wrap dt.toggle_title:hover{
  background-color: #f5f5f5;
  color: #0070cf;
}
.toggle-area-wrap dt.toggle_title ul.notelist {
  margin: 0;
}
.toggle-area-wrap dt.toggle_title ul.notelist li {
  font-size: 0.6em;
  margin-bottom: 0;
}
.toggle-area-wrap .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #10228a;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle-area-wrap .toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle-area-wrap .toggle_btn:before {
  width: 2px;
  height: 10px;
}
.toggle-area-wrap .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle-area-wrap .toggle_contents dd {
  display: none;
  padding: 10px 20px 28px;
}
.toggle-area-wrap .toggle_contents h4 {
  font-size: 1.1rem;
  margin-bottom: 7px;
  line-height: 1.5;
}
.sc21-u-mt-ll.sc21-u-mt-ll.sc21-u-mt-ll {
  margin-top: 1.875rem
}
.sc21-CLI-headline-medium {
  margin-top: 3.125rem;
}
.dotlist {
  font-size: 16px;
  padding: 4px 0 0 36px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .inPageNav ul, .inPageNav ul li, .inPageNav ul li a {
    width: 100%;
  }
  #main .inner {
    width: 95%;
  }
  #main p {
    font-size: 14px;
  }
  #main h1 {
    font-size: 1.5em !important
  }
  #main h2 span {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  .textanchor a {
    display: inline-block;
  }
  .img_box {
    width: 100%;
  }
  #received {
    margin-bottom: 80px;
  }
  #received .contents .box .img_box {
    width: 60%;
  }
  #received ul.nav {
    display: block;
    margin: 50px 0;
  }
  #received ul.nav li {
    width: 100%;
    margin-bottom: 10px;
  }
  #received ul.nav li a p:first-child {
    min-height: auto;
  }
  #received .contents h3 {
    font-size: 1.1em;
    margin: 30px 0 20px;
    padding-left: 1.6em;
    line-height: 1.3;
  }
  #received .contents h3:before {
    width: 18px;
    height: 10px;
    top: -3px;
    border-left: 4px solid #dd1a1a;
    border-bottom: 4px solid #dd1a1a;
  }
  #received .contents .box {
    padding: 20px;
  }
  #received #destruction .img_box {
    width: 70%;
  }
  #services {
    margin-bottom: 80px;
  }
  #services h2 {
    margin-bottom: 50px;
  }
  #services ul.servicelist li {
    font-size: 1em;
    margin-bottom: 0.2em;
  }
  #not-reach, #not-receive{
    margin-bottom: 80px;
  }
  #not-reach h2, #not-receive h2{
    margin-bottom: 50px;
  }
  #not-reach dl dd .box, #not-receive .box {
    padding: 20px;
  }
  #not-reach dl dd .box ul:first-child li,
  #not-receive .box ul:first-child li{
    font-size: 1em;
  }
  #faq a[target="_blank"] {
    display: inline-block;
    padding-right: 24px;
  }
  #faq a[target="_blank"]:after {
    top: 0;
    right: -2px;
    margin-top: 0;
  }
  #faq a[target="_blank"] span.arrow_icon {
    display: block;
  }
  .toggle-area-wrap .toggle-area {
    margin: 20px 0 20px;
  }
  .toggle-area-wrap .toggle_title {
    padding: 1.65rem 3.85rem 1.65rem 0.35rem !important;
  }
  .toggle-area-wrap .toggle_title.indent {
    padding: 1.65rem 3.85rem 1.65rem 2.5rem !important;
    text-indent: -2.3rem;
  }
  .toggle-area-wrap dt.toggle_title ul.notelist li {
    font-size: 0.85em;
    text-indent: 0;
  }
  .toggle-area-wrap .toggle_btn {
    right: 10px;
  }
  .toggle-area-wrap .toggle_contents dd {
    padding: 6px 12px 20px;
  }
  .toggle-area-wrap .toggle_contents h4 {
    font-size: 1.4rem;
  }
  .sc21-CLI-headline-medium {
    margin-top: 4rem;
  }
  .dotlist {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sc21-u-mt-ll.sc21-u-mt-ll.sc21-u-mt-ll {
    margin-top: 2.5rem
  }
}
@media print {
  .sc21-u-mt-ll.sc21-u-mt-ll.sc21-u-mt-ll {
    margin-top: 2.5rem
  }
}
.sc21-LNK-btn {
  margin-top: 1.875rem
}
@media screen and (min-width: 768px) {
  .sc21-LNK-btn {
    margin-top: 1.5rem
  }
}
@media print {
  .sc21-LNK-btn {
    margin-top: 1.5rem
  }
}
@media screen and (min-width: 768px) {
  .sc21-LNK-btn {
    max-width: 27rem
  }
}
@media print {
  .sc21-LNK-btn {
    max-width: 27rem
  }
}
.sc21-BTN-normal {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border-width: 0;
  border-radius: 4px;
  padding-right: 1.875rem;
  padding-left: 1.5rem;
  width: 100%;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  outline-offset: 2px;
}
.sc21-BTN-normal {
  background-color: #0091e8;
}
.sc21-BTN-normal span {
  color: #fff;
}
.sc21-BTN-normal svg:last-child {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: .875rem;
  bottom: 0;
  width: .3125rem;
  height: .5rem;
  color: #fff;
}
.sc21-BTN-normal svg:last-child[width="14"] {
  right: .75rem;
  width: .6875rem;
  height: .5rem;
}
.sc21-BTN-normal::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition-property: opacity;
  transition-duration: .1s;
  transition-timing-function: linear;
  content: "";
  opacity: 0;
}
.sc21-BTN-normal::after {
  background-image: linear-gradient(88.83deg, #1d91e4, #4bb2fc);
}
.sc21-BTN-normal:not(:disabled):hover::after {
  opacity: 1;
}
svg {
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .sc21-BTN-normal {
    font-size: 1.4rem;
  }
}