/*!
* anshin-*
* 2019.12~
*/

.anshin-section.-blue {
  background: #d3f1fe;
  padding: 55px 30px;
}

.anshin-inner {
  margin: 0 auto;
}

.anshin-red {
  color: #f15a24;
}

.anshin-attention {
  color: #ed1c24;
}

.anshin-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  min-width: 280px;
  height: 55px;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;

  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

.anshin-btn.-external {
  border: 2px solid #3a9ee6;
  color: #3a9ee6;
  font-size: 17px;
}

.anshin-btn.-external::after {
  width: 20px;
  height: 20px;
  background: url("../../images/icn-external.svg") center center/contain no-repeat;
  content: "";
}

.anshin-btn.-external:hover {
  color: #3a9ee6;
}

.anshin-btn.-blue {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: 77px;
  background: #3a9ee6;
  color: #fff;
  font-weight: bold;
  line-height: 1;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.anshin-btn.-blue:hover {
  color: #fff;
}

.anshin-btn__name {
  margin-top: 5px;
  font-size: 20px;
}

.anshin-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

.anshin-btn-list a {
  padding: 0 36px;
  width: 320px;
}

.anshin-text {
  text-align: center;
}

.anshin-note {
  font-size: 12px;
  line-height: 1.65;
}

.anshin-btn + .anshin-note {
  margin-top: 20px;
}

.anshin-link {
  color: #0cb9fc;
  text-decoration: underline;
  letter-spacing: 0.02em;
}

.anshin-link:hover {
  color: #0cb9fc;
  text-decoration: none;
}

.anshin-note-list {
  font-size: 11px;
  line-height: 1.9;
}

.anshin-note-list li {
  position: relative;
}

.anshin-note-list li::before {
  content: "ãƒ»";
}

.anshin-table {
  width: 100%;
}

.anshin-hosho .anshin-table {
  margin: 0 auto 26px;
  font-size: 16px;
}

.anshin-apply .anshin-table {
  letter-spacing: 0;
}

.anshin-table th,
.anshin-table td {
  border: 1px solid #e6e6e6;
}

.anshin-hosho .anshin-table th,
.anshin-hosho .anshin-table td {
  padding: 10px 15px;
  text-align: center;
}

.anshin-apply .anshin-table th,
.anshin-apply .anshin-table td {
  padding: 12px 18px;
  vertical-align: top;
}

.anshin-table th span {
  display: block;
  font-size: 11px;
}

.anshin-hosho .anshin-table td {
  font-weight: bold;
}

.anshin-apply .anshin-table thead th {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
}

.anshin-apply .anshin-table tbody th {
  font-weight: bold;
}

.anshin-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #0db9fc;
  text-align: center;
  letter-spacing: 0.04em;

  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.anshin-title::after {
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -115px;
  width: 230px;
  height: 3px;
  background: #fff200;
  content: "";
}

.anshin-title__text {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.anshin-section {
  font-feature-settings: "palt" 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
}

.anshin-section.-gray {
  background: #f7f7f7;
}

.anshin-section-title {
  color: #0cb9fc;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

.anshin-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
  font-weight: bold;
  font-size: 16px;

  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.anshin-desc__list {
  font-size: 18px;
  line-height: 1.4;
}

.anshin-desc__list li {
  position: relative;
  padding-left: 12px;
}

.anshin-desc__list li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}

.anshin-desc p {
  text-align: center;
  line-height: 1.8;
}

.anshin-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
  font-weight: bold;
  font-size: 16px;

  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.anshin-summary__list {
  font-size: 16px;
  line-height: 1.4;
}

.anshin-summary__list li {
  position: relative;
  padding-left: 12px;
}

.anshin-summary__list li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}

.anshin-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 38px 0 26px;

  -webkit-box-pack: center;
  -ms-flex-wrap: wrap;
}

.anshin-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  font-feature-settings: normal;
  line-height: 1.3;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-font-feature-settings: normal;
}

.anshin-service__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  letter-spacing: 0;

  -webkit-box-flex: 1;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.anshin-service__img img {
  height: 223px;
}

.anshin-device {
  text-align: center;
}

.anshin-device figure {
  margin-bottom: 0;
}

.anshin-entry__list {
  margin-bottom: 30px;
}

.anshin-entry__item {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}

.anshin-entry__item img {
  border: 1px solid #e6e6e6;
}

.anshin-entry__img {
  position: relative;
}

.anshin-contact {
  margin-bottom: 16px;
}

.anshin-contact__item {
  border: 2px solid #0db9fc;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.anshin-contact__ttl,
.anshin-contact__num {
  font-weight: bold;
}

.anshin-contact__num {
  color: #0cb9fc;
}

.anshin-contact__num a {
  color: #0cb9fc;
}

.anshin-contact__time {
  font-size: 12px;
  line-height: 1.4;
}

.anshin-doc {
  margin-bottom: 56px;
}

.anshin-doc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;

  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
}

.anshin-doc__item {
  letter-spacing: 0;
}

.anshin-doc__item p {
  margin-top: 14px;
}

.anshin-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.anshin-flow li {
  margin: 0;
  list-style-type: none;
}

.anshin-flow__item {
  position: relative;
  font-size: 13px;
}

.anshin-flow__item dt {
  text-align: center;
  font-weight: bold;
}

.anshin-flow__item li {
  position: relative;
}

.anshin-flow__item li::before {
  content: "ãƒ»";
}

.anshin-flow__icn {
  position: relative;
}

.anshin-flow__item:not(:last-child) .anshin-flow__icn::after {
  position: absolute;
  top: 50%;
  background: url("../../images/icn-arw.svg") center center/contain no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.anshin-flow__note {
  display: block;
  font-size: 13px;
}

.anshin-apply__detail {
  background: #d3f1fe;
}

.anshin-apply__detail-address {
  margin-top: 18px;
}

.anshin-apply__detail-address p:not([class]) {
  font-weight: bold;
  font-size: 16px;
}

.anshin-apply__detail-address p[class] {
  font-size: 13px;
}

.anshin-apply__table-ttl {
  margin-bottom: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem !important;
}

area {
  outline: none;
  border: none;
}

img[usemap] {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 770px) {
  .anshin-inner {
    max-width: 980px;
  }

  .anshin-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 40px;

    -webkit-box-pack: center;
  }

  .anshin-btn-list a {
    margin: 0 20px;
  }

  .anshin-note-list:not(:first-child) {
    margin-top: 60px;
  }

  .anshin-note-list dd {
    padding-left: 10px;
  }

  .anshin-note-list li {
    padding-left: 8px;
  }

  .anshin-note-list li::before {
    position: absolute;
    left: 0;
  }

  .anshin-table th {
    background: #f7f7f7;
  }

  .anshin-table tbody th {
    white-space: nowrap;
  }

  .anshin-hosho .anshin-table tbody th {
    width: 210px;
    text-align: left;
  }

  .anshin-title {
    height: 50px;
  }

  .anshin-title::after {
    bottom: -1px;
  }

  .anshin-section {
    letter-spacing: 1px;
  }

  .anshin-section-title {
    margin-bottom: 36px;
    line-height: 1;
  }

  .anshin-inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .-hosho .anshin-inner {
    padding-top: 86px;
  }

  .-bg .anshin-inner {
    padding-bottom: 186px;
  }

  .anshin-inner.-wide {
    width: 1110px;
  }

  .anshin-inner.-small {
    width: 760px;
  }

  .anshin-desc__list li:not(:first-child) {
    margin-top: 10px;
  }

  .anshin-summary__list li:not(:first-child) {
    margin-top: 6px;
  }

  .anshin-service {
    padding-bottom: 24px;
    text-align: center;
  }

  .anshin-service__item {
    margin: 0 18px;
  }

  .anshin-service__img {
    margin-left: 13px;
  }

  .anshin-service__item:nth-of-type(3) .anshin-service__img {
    margin-left: 5px;
  }

  .anshin-device h4 {
    margin-bottom: 55px;
  }

  .anshin-entry {
    display: table;
    margin: 0 auto;
  }

  .anshin-entry__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-pack: center;
  }

  .anshin-entry__item {
    padding-bottom: 64px;
  }

  .anshin-entry__item:not(:last-child) {
    margin-right: 90px;
  }

  .anshin-entry__item img {
    height: 385px;
  }

  .anshin-entry__item p {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-height: 44px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .anshin-entry__item:not(:last-child) .anshin-entry__img::after {
    position: absolute;
    top: 50%;
    right: -56px;
    display: block;
    width: 22px;
    height: 22px;
    background: url("../../cpn/gray_arrow.svg") center center/contain no-repeat;
    content: "";
    transform: rotate(270deg);
  }

  .anshin-entry .anshin-note {
    text-align: left;
  }

  .anshin-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-pack: justify;
  }

  .anshin-contact__item {
    margin-top: 20px;
    padding: 26px 0 30px;
    width: 470px;
  }

  .anshin-contact__ttl,
  .anshin-contact__num {
    line-height: 1;
  }

  .anshin-contact__ttl {
    font-size: 18px;
  }

  .anshin-contact__num {
    margin-top: 20px;
    font-size: 32px;
  }

  .anshin-contact__time {
    margin-top: 18px;
  }

  .anshin-doc {
    margin-top: 50px;
  }

  .anshin-flow {
    padding-bottom: 20px;
    letter-spacing: 0.04em;
  }

  .anshin-flow__item {
    padding-right: 44px;
    width: calc( ( 100% - 24px * 3 ) / 4);
  }

  .anshin-flow__item:not(:nth-child(-n+4)) {
    margin-top: 30px;
  }

  .anshin-flow__item dt {
    min-height: 54px;
    font-size: 16px;
  }

  .anshin-flow__item li {
    padding-left: 8px;
  }

  .anshin-flow__item li::before {
    position: absolute;
    left: 0;
  }

  .anshin-flow__icn {
    margin-bottom: 26px;
  }

  .anshin-flow__item:not(:last-child) .anshin-flow__icn::after {
    right: -44px;
    width: 22px;
    height: 22px;
  }

  .anshin-apply__detail {
    padding: 34px 130px;
  }

  .anshin-apply__detail-address p {
    margin-top: 10px;
  }

  .resp--pc {
    display: block;
  }

  .resp--sp {
    display: none !important;
  }

  .resp--s_size {
    font-size: 18px !important;
  }

  .resp--pt {
    padding-top: 5px;
  }
}

@media screen and (max-width: 769px) {
  .anshin-inner {
    /*padding-right: 22px;
    padding-left: 22px;*/
  }

  .anshin-br {
    display: inherit;
  }

  .anshin-btn-list {
    margin-bottom: 30px;
  }

  .anshin-btn-list a {
    margin-bottom: 20px;
  }

  .anshin-note {
    word-break: break-all;
  }

  .anshin-note-list:not(:first-child) {
    margin-top: 40px;
  }

  .anshin-note-list li {
    text-indent: 1em;
  }

  .anshin-apply .anshin-table {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }

  .anshin-apply .anshin-table tr {
    display: block;
  }

  .anshin-hosho .anshin-table th,
  .anshin-hosho .anshin-table td {
    width: 50%;
  }

  .anshin-apply .anshin-table th,
  .anshin-apply .anshin-table td {
    display: block;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }

  .anshin-table__head {
    background: #f7f7f7;
  }

  .anshin-apply .anshin-table thead {
    display: none;
  }

  .anshin-apply .anshin-table tbody th {
    background: #f7f7f7;
  }

  .anshin-title {
    height: 78px;
  }

  .anshin-title::after {
    bottom: 0px;
  }

  .anshin-section {
    letter-spacing: 0.03em;
  }

  .anshin-section-title {
    margin-bottom: 20px;
  }

  .anshin-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .-hosho .anshin-inner {
    padding-top: 56px;
  }

  .-blue .anshin-inner {
    padding-top: 40px;
  }

  .-bg .anshin-inner {
    padding-bottom: 100px;
  }

  .anshin-desc__list li:not(:first-child) {
    margin-top: 18px;
  }

  .anshin-summary__list li:not(:first-child) {
    margin-top: 18px;
  }

  .anshin-summary p {
    letter-spacing: 0.05em;
  }

  .anshin-service__item {
    width: 50%;
  }

  .anshin-service__item:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }

  .anshin-service__img {
    margin-left: 8px;
  }

  .anshin-device h4 {
    margin-bottom: 30px;
  }

  .anshin-entry__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 46px;
  }

  .anshin-entry__item:not(:last-child)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -10px;
    width: 22px;
    height: 22px;
    background: url("../../cpn/gray_arrow.svg") center center/contain no-repeat;
    content: "";
  }

  .anshin-entry__item img {
    width: 216px;
  }

  .anshin-entry__item p {
    margin-top: 20px;
  }

  .anshin-contact__item {
    margin-bottom: 26px;
    padding: 26px 0;
  }

  .anshin-contact__ttl,
  .anshin-contact__num {
    line-height: 1.3;
  }

  .anshin-contact__ttl {
    font-size: 16px;
  }

  .anshin-contact__num {
    margin-top: 10px;
    font-size: 30px;
  }

  .anshin-contact__time {
    margin-top: 10px;
  }

  .anshin-doc {
    margin-top: 40px;
  }

  .anshin-doc__item {
    width: calc( ( 100% - 20px ) / 2);
  }

  .anshin-doc__item:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }

  .anshin-doc__item p {
    font-size: 13px;
  }

  .anshin-flow {
    flex-wrap: wrap;
    letter-spacing: 0.03em;

    -ms-flex-wrap: wrap;
  }

  .anshin-flow__item {
    padding-right: 20px;
    width: calc( ( 100% - 20px ) / 2);
  }

  .anshin-flow__item:not(:nth-child(-n+2)) {
    margin-top: 26px;
  }

  .anshin-flow__item dt {
    min-height: 45px;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.35;
  }

  .anshin-flow__icn {
    margin-bottom: 16px;
  }

  .anshin-flow__item:not(:last-child) .anshin-flow__icn::after {
    right: -28px;
    width: 20px;
    height: 20px;
  }

  .anshin-apply__detail {
    padding: 20px 24px;
  }

  .anshin-apply__detail-address p {
    margin-top: 4px;
  }

  .anshin-apply__table-item {
    margin-top: 40px;
  }

  .resp--pc {
    display: none !important;
  }

  .resp--sp {
    display: block;
  }

  .resp--s_size {
    font-size: 20px !important;
  }

  .resp--pt {
    padding-top: 0px;
  }

  #cafe,
  #fastfood,
  #restaurant,
  #shop,
  #traffic,
  #freewifi {
    display: block;
    -webkit-transform: translate(0, -75px);
    transform: translate(0, -75px);
  }
}

@media screen and (max-width: 360px) {
  .anshin-btn.-external {
    font-size: 15px;
  }

  .anshin-title__text {
    font-size: 16px;
  }

  .anshin-section-title {
    font-size: 22px;
  }

  .anshin-desc {
    font-size: 14px;
  }

  .anshin-desc__list {
    font-size: 16px;
  }

  .anshin-desc p {
    white-space: nowrap;
  }

  .anshin-summary {
    font-size: 14px;
  }

  .anshin-contact__ttl {
    font-size: 14px;
  }

  .anshin-contact__num {
    font-size: 26px;
  }

  .anshin-flow__item dt {
    font-size: 14px;
  }

  .anshin-flow__note {
    font-size: 12px;
  }

  .anshin-apply__detail-address p:not([class]) {
    font-size: 15px;
  }

  #HTMLBlock3932 .upper dl dd br {
    display: block !important;
  }
}
