* {
  margin: 0;
  padding: 0;
  outline: none !important
}


*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

html {
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

body,
html {
  overflow-x: hidden
}

body {
  text-align: left;
  background-color: #f8f4d6;
  color: #211815;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}

p {
  line-height: 1.6
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

ol,
ul {
  list-style: none
}

article,
aside,
figcaption,
figure,
footer,
main,
section {
  display: block
}

button,
input,
optgroup,
select,
textarea {
  font-size: 1.6rem
}

input {
  border-radius: 0
}

button {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: 100%;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer
}

address {
  font-style: normal
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.hidden {
  visibility: hidden
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: visible
}

.sizeS {
  font-size: 8px
}

.sizeS .header-top-area-size--small {
  color: #0c7061
}

.sizeS .header-top-area-size--small:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #0c7061
}

.sizeM {
  font-size: 10px
}

.sizeM .header-top-area-size--normal {
  color: #0c7061
}

.sizeM .header-top-area-size--normal:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #0c7061
}

.sizeL {
  font-size: 12px
}

.sizeL .header-top-area-size--big {
  color: #0c7061
}

.sizeL .header-top-area-size--big:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #0c7061
}

.br-pc,
.br-sp,
.br-tb {
  display: none
}

.hover {
  -webkit-transition: .3s;
  transition: .3s
}

.hover:hover {
  opacity: .8
}

.txt-nowrap {
  white-space: nowrap
}

.header-top-area {
  width: 100%;
  max-width: 650px
}

.header-top-area-search {
  height: 28px;
  position: relative;
  width: 28%
}

.header-serch_btn {
  position: absolute !important;
  right: 0;
  width: 28;
  height: 28px
}

.header-serch_box {
  width: 100%
}

.header-top-area-search input {
  border: 0;
  position: relative
}

.login-block1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a73c), color-stop(50%, #5cb531), to(#00a73c));
  background: linear-gradient(#00a73c, #5cb531 50%, #00a73c)
}

.login-block1__container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  text-align: center
}

.login-block1__title img {
  width: 134px
}

.header-top-area-search_sp {
  width: 70%;
  background: #fff
}

.header-top-area-search_sp input {
  border: 0;
  font-size: 1.3em;
  max-width: 100%
}

.box-stripe,
.footer-sp-list__item {
  font-weight: 700
}

.box-stripe {
    margin: .5em;
    background: #e4f3e9;
    box-shadow: 0px 0px 0px 10px #e4f3e9;
    border: dashed 2px #ffffff;
    display: block;
	position: relative
}
.box-stripe:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
	right: -2px;
	bottom: -2px
}

.box-stripe--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s
}
.box-stripe--link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
}

.box-stripe--orange {
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 1px, #dcb312 1.5px, #dcb312 2px, transparent 2.5px);
  border: 3px solid #fff;
  padding: 3px;
  position: relative
}

.box-stripe__inner {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e4f3e9;
  padding: 1rem
}

.box-stripe--link .box-stripe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2rem;
  line-height: 1.5
}

.box-stripe--link .box-stripe__inner:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f138";
    color: #007463;	
	margin-right: 5px;
	/*width: 12px;
  height: 12px;
  margin-right: .4em;
  background: url(../images/common/icon-arrow05.svg) 0 0/12px no-repeat;
  overflow: visible*/
}
.box-stripe--link.icon_pdf__head .box-stripe__inner:before{
	font-family: 'FontAwesome';
	content: "\f1c1";
	color: #0c7061;
	background: none;
	line-height: 1;
    margin-right: 0.6em
}
.breadcrumbs {
  background-color: #0c7061
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1000px;
  padding: 1rem 0;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.6
}

.breadcrumbs__list-item {
  color: #fff
}

.breadcrumbs__list-item:not(:first-child) {
  margin-left: .5em
}

.breadcrumbs__list-item:not(:first-child):before {
  content: "/";
  margin-right: .5em
}

.breadcrumbs__list-item>a {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition: opacity;
  transition: opacity
}

.breadcrumbs__list-item>a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
}

.button-stripe {
  display: inline-block;
  background-size: auto auto;
  background-color: #71ba2e;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 3px, #fff 3.5px, #fff 4.5px, transparent 5px);
  border: 5px solid #71ba2e;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative
}

.button-stripe:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
}

.button-stripe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #71ba2e;
  padding: 1rem 1rem 1rem 4rem;
  position: relative
}

.button-stripe__inner:before {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(../images/common/icon-arrow03.svg);
  width: 2rem
}

.button-stripe__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
  line-height: 1.8
}

.button-stripe__subtext {
  color: #fafa38;
  font-size: 1.2rem;
  white-space: nowrap
}

.footer-sp {
  display: none
}

.footer-sp-list__item {
  padding-left: 10px;
  border-bottom: 1px solid #898989;
  font-size: 20px
}

.footer-sp-list__item:last-child {
  border-bottom: none
}

.footer-sp-list__item a {
  position: relative;
  display: block;
  padding: 18px 0
}

.footer-sp-list__item a:before {
    font-family: 'FontAwesome';
    content: "\f138";
    color: #007463;
    padding-right: 5px;
    display: inline-block;  
}

/*.pagetop {
  background: #007463;
  text-align: center
}

.pagetop a {
  display: block;
  padding: 23px 0
}

.pagetop a img {
  -webkit-transition: .4s;
  transition: .4s
}

.pagetop a:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}*/

.footer-main {
  background: #fff;
  padding: 40px 0
}

.footer-main .footer-title {
  width: 210px
}

.footer-main .footer-title a:hover {
  opacity: .8
}

.footer-main .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-main .footer-container-box--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-main .footer-container-box__list-item {
  margin-bottom: 16px;
  font-size: 15px
}

.footer-main .footer-container-box__list-item:last-child {
  margin-bottom: 0
}

.footer-main .footer-container-box__list-item a:hover {
  text-decoration: underline
}

.footer-bottom {
  width: 100%;
  background: #f8f4d6;
  padding: 24px 0
}

.footer-bottom:after {
  content: "";
  display: block;
  clear: both
}

.footer-bottom__list-item {
  position: relative;
  float: left;
  margin-right: 15px;
  font-size: 12px
}

.footer-bottom__list-item:last-child {
  margin-right: 0
}

.footer-bottom__list-item a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-arrow04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle
}

.footer-bottom__list-item a:hover {
  text-decoration: underline
}

.footer-bottom__list-sp {
  display: none
}

.footer-bottom__list-sp-item {
  font-size: 17px;
  font-weight: 700
}

.footer-bottom__list-sp-item a {
  position: relative;
  display: block;
  padding: 12px 0 20px
}

.footer-bottom__list-sp-item a:before {
    font-family: 'FontAwesome';
    content: "\f138";
    color: #007463;
    padding-right: 5px;
    display: inline-block;
}

/*.footer-bottom__list-sp-item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 8px;
  background-image: url(../images/common/footer/footer-line01.png);
  background-size: contain
}*/

.footer-bottom .copyright {
  float: right;
  color: #666;
  font-size: 10px
}

.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 11
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px
}

.header-top-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-top-area,
.header-top-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-top-area-list {
  margin-right: 20px
}

.header-top-area-list__item {
  position: relative;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400
}

.header-top-area-list__item:last-child {
  margin-right: 0
}

.header-top-area-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-top-area-list__item a:hover {
  text-decoration: underline
}

.header-top-area-list__item-icon {
  display: block;
  margin-right: 5px
}

.header-top-area-size {
  margin-right: 15px;
  padding: 7px 11px 6px;
  border: 2px solid #dcdddd;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700
}

.header-top-area-size button {
  position: relative;
  margin-left: 4px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s
}

.header-top-area-size button:hover {
  color: #0c7061
}

.header-top-area-size button:hover:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #0c7061
}

.header-top-area-size--small {
  font-size: 12px
}

.header-top-area-size--normal {
  font-size: 14px
}

.header-top-area-size--big {
  font-size: 16px
}

.header-top-area-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dcdddd;
  border-radius: 6px
}

.header-top-area-search__text {
  border: none;
  width: 100%;
  height: 100%;
  margin-left: 2px;
  padding: 3px 2px;
  font-size: 16px
}

.header-top-area-search__btn {
  background: url(../images/common/header/search-icon.png) no-repeat 50%;
  width: 28px;
  height: 26px;
  border: none
}

.header-top-sp {
  display: none
}

.header-top-sp-box {
  position: relative;
  margin-right: 12px
}

.header-top-sp-box:last-child {
  margin-right: 0
}

.header-top-sp-box__images {
    /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
    width: 50px;
    height: 50px;
    background-color: #0c7061;
    margin-bottom: 5px;
    border-radius: 6px;
    padding-top: 5px;  /*-webkit-box-shadow: 1px 1px 3px rgba(33, 24, 21, .4);
  box-shadow: 1px 1px 3px rgba(33, 24, 21, .4)*/
}

.header-top-sp-box__images-icon {
  display: block
}

.header-top-sp-box__images-icon--01 {
  width: 30px;
  height: 30px;
	margin: auto
}

.header-top-sp-box__images-icon--02 {
  width: 35px;
  height: 35px
}

.header-top-sp-box__images-icon--03 {
  width: 30px;
  height: 30px;
	margin: auto
}

.header-top-sp-box__text {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center
}

.header-top-sp-box__text--search {
  letter-spacing: -2px
}

.header-bottom {
  position: relative
}

.header-bottom .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-bottom .gnav__item {
  width: 100%;
  text-align: center
}

.header-bottom .gnav__item--01 {
  max-width: 177px
}

.header-bottom .gnav__item--01>a.current {
  -webkit-transition: none;
  transition: none;
  background: #0c7061;
  color: #fff
}

.header-bottom .gnav__item--01>a.current .gnav__item-icon:before {
  color: #fff
}

.header-bottom .gnav__item--02 {
  max-width: 117px
}

.header-bottom .gnav__item--02>a.current {
  -webkit-transition: none;
  transition: none;
  background: #0c7061;
  color: #fff
}

.header-bottom .gnav__item--02>a.current .gnav__item-icon:before {
  color: #fff
}

.header-bottom .gnav__item--03 {
  max-width: 200px
}

.header-bottom .gnav__item--03>a.current {
  -webkit-transition: none;
  transition: none;
  background: #0c7061;
  color: #fff
}

.header-bottom .gnav__item--03>a.current .gnav__item-icon:before {
  color: #fff
}

.header-bottom .gnav__item--05 {
  max-width: 203px
}

.header-bottom .gnav__item--05>a.current {
  -webkit-transition: none;
  transition: none;
  background: #0c7061;
  color: #fff
}

.header-bottom .gnav__item--05>a.current .gnav__item-icon:before {
  color: #fff
}

.header-bottom .gnav__item--06 {
  max-width: 168px
}

.header-bottom .gnav__item--06>a.current {
  -webkit-transition: none;
  transition: none;
  background: #0c7061;
  color: #fff
}

.header-bottom .gnav__item--06>a.current .gnav__item-icon:before {
  color: #fff
}

.header-bottom .gnav__item--07 {
  max-width: 135px
}

.header-bottom .gnav__item a {
  display: block;
  padding-bottom: 10px
}

.header-bottom .gnav__item a:hover {
  background: #0c7061;
  color: #fff
}

.header-bottom .gnav__item a:hover .gnav__item-icon:before {
  color: #fff
}

.header-bottom .gnav__item a.open {
  background: #0c7061;
  color: #fff
}

.header-bottom .gnav__item a.open .gnav__item-icon:before {
  color: #fff
}

.header-bottom .gnav__item-inner {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6
}

.header-bottom .gnav__item-inner:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  right: -1.5px;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #0c7061 2.5px, #0c7061 3.5px, transparent 4px)
}

.header-bottom .gnav__item-inner--last:after {
  content: none
}

.header-bottom .gnav__item span {
  display: block
}

.header-bottom .gnav__item-icon {
  position: relative;
  height: 42px
}

.header-bottom .gnav__item-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-bottom .gnav__item-icon--01,
.header-bottom .gnav__item-icon--02 {
  font-size: 23px
}

.header-bottom .gnav__item-icon--03,
.header-bottom .gnav__item-icon--04 {
  font-size: 22px
}

.header-bottom .gnav__item-icon--05 {
  font-size: 20px
}

.header-bottom .gnav__item-icon--06 {
  font-size: 16px
}

.header-bottom .gnav__item-icon--07 {
  font-size: 21px
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 100
}

.drawer-overlay.open {
  visibility: visible;
  opacity: 1
}

.drawer-modal {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: calc(100% - 15%);
  background-color: #0c7061;
  margin-top: 65px;
  padding: 5px 22px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
	box-sizing: border-box;
	overflow: scroll;	
}

.drawer-modal,
.drawer-modal.open {
  -webkit-transition: all .5s;
  transition: all .5s
}

.drawer-modal.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: visible;
  opacity: 1
}
.drawer-modal .modal-nav__list {
    width: 100%;
    padding-bottom: 10%;
}

.drawer-modal .modal-nav__list-item {
  border-bottom: 1px dashed #fff;
  font-size: 20px;
  font-weight: 700
}

.drawer-modal .modal-nav__list-item:last-child {
  border-bottom: none
}

.drawer-modal .modal-nav__list-item a {
  display: block;
  padding: 16px 0;
  color: #fff
}


body>.wrapper {
  position: relative
}

.login {
    position: absolute;
    top: 173px;
    right: 0;
	width: 380px;
    height: 300px;
    background-color: rgba(0,114,100,0.90);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 10;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    opacity: 0;
    -webkit-animation: fadeout .5s ease-in forwards;
    animation: fadeout .5s ease-in forwards
}

.login.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: fadein .5s ease-in-out forwards;
  animation: fadein .5s ease-in-out forwards
}

.login-block {
    position: relative;
    width: 80%;
    max-width: 400px;
    height: 55px;
    color: #007263;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .025em;
    background-color: #ffffff;
    align-items: center;
}

.login-block:not(:first-of-type) { margin-top: 5px}

.login-block__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.login-block:hover {
  -webkit-transition: .3s;
  transition: .3s
}

.login-block:hover:hover {
  opacity: .8
}
.login-block__text {
  padding-left: 10px
}
.login-block__text:after{
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 18px;
    margin-left: 0.5em;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../images/common/icon-blank_gr.svg);
}
.login-block-kouza {
  height: 40px;
  border: 2px solid rgba(0, 81, 69, .95);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#ccc));
  background: linear-gradient(#fff, #fff 50%, #ccc);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px
}
.login-block-kouza__text:after{
    content: "";
    display: inline-block;
    position: relative;
    width: 26px;
    height: 18px;
    margin-left: 0.5em;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../images/common/icon-passbook.svg);
}
.login-block-or{
	background-color: #ff8000;
    color: #ffffff;
	padding-left: 10px;
	margin-top: 20px !important
}
.login-block-or__text:after{
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 18px;
    margin-left: 0.5em;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../images/common/icon-blank_wh.svg);
}
.login-block-or__text-or{padding-left: 10px;}


.login-block1 {
  height: 73px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cb531), to(#00a73c));
  background: linear-gradient(#5cb531, #00a73c);
  padding: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.login-block1__img {
  width: 150px;
  padding: 5px 10px;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px
}

.login-block1__container {
  margin-left: 10px;
  max-width: 250px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.login-block1__title {
  width: 100%;
  height: 30px;
  text-align: center
}

.login-block1__text {
  margin-top: 8px;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 700
}

.login-block2 {
  height: 55px;
  border: 2px solid #d74835;
  color: #d74835;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .025em;
  border-radius: 5px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px
}

.login-block3 {
  height: 55px;
  border: 2px solid #0068b1;
  color: #0068b1;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px
}

.login-block3__text {
  padding-left: 30px;
  position: relative
}

.login-block3__text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.header-top-area-search_sp-outer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s
}

.header-top-area-search_sp-outer.open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.header-top-area-search_sp-inner {
  position: fixed;
  top: 30%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30%;
  margin: auto;
  background-color: #005145;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s
}

.header-top-area-search_sp-inner.open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.header-top-area-search_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65%;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 3px
}

.header-top-area-search_sp-text {
  width: 50%;
  margin: 0 auto;
  color: #fff
}

.heading-page {
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: .07em;
    padding: 0 0em 5px;
    margin-bottom: 2em;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    color: #046f60;
    text-align: center;
}
/*.heading-page:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(0, 111, 97, .6) 4.05px, rgba(0, 111, 97, .6) 4.95px)
}*/
.heading-page:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
	right: 0;
    bottom: -8px;
	margin: auto;
    width: 35px;
    height: 4px;
    background-size: auto auto;
    background-image: none;
    background-color: #d5d5d5;
}

.heading-page__icon {
  margin-right: 1em;
  min-height: 1em;
  max-width: 1.5em;
  height: 100%
}

.heading-page--pink {
  color: #ff648c
}

.heading-page--pink:after {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 100, 140, .6) 4.05px, rgba(255, 100, 140, .6) 4.95px)
}

.heading-page--orange {
  color: #ff791f
}

.heading-page--orange:after {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 121, 31, .6) 4.05px, rgba(255, 121, 31, .6) 4.95px)
}

.heading-pg {
  font-size: 2.5em;
  letter-spacing: .07em;
  margin-bottom: 1rem;
  color: #007463;
  font-weight: 700;
  line-height: 1.4
}

.heading-pg--pink {
  color: #ff648c
}

.heading-pg--orange {
  color: #ff791f
}

.heading-section-01 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    margin-top: 1.5rem;
	color: #0c7061;
	font-weight: bold;
	line-height: 1.5;
}
.heading-section-01:before {
	content: "●";
	margin-right: 3px
}

.heading-section-green {
  padding: 1.8rem 3.3rem;
  margin-bottom: 20px;
  font-size: 2rem;
  background-color: #007463
}

.heading-page-sub {
  justify-content: flex-start;
  padding: 0.6rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  background-color: #fff;
  color: #333333;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  pointer-events: none;
	border-bottom: 1px solid #0c7061;
}

.heading-page-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.heading-page-sub[data-toggle]:after {
    height: 3em;
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: 0;
    margin: auto;
    font-size: 1.8rem;
    color: #007463;
	animation: UpDownAnime 2s ease infinite;}
@keyframes UpDownAnime {
 0% { top: 50%; }
 50% { top: 30%; }
 100% { top: 50%; }	
}

.heading-page-sub:before {
  display: inline-block;
  content: "";
  width: 1px;
    height: 10px;
  background-color: #0c7061;
	position: absolute;
	left: 0;
	bottom: 0;
}

.link-list--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.link-list--row,
.link-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.link-list__item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: .8rem
}

.link-list--row .link-list__item {width: 20%}
.link-list__item-wide {width: 100% !important}

.link-list__item>a {
  color: #0c7061;
  text-decoration: underline;
  /*text-indent: -1.5em;
  padding-left: 1.5em*/
}

.link-list__item>a:hover {
  text-decoration: none
}

.link-list__item>a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    position: relative;
    top: .2rem;
	margin-right: 5px;
	/*width: 1em;
  height: 1em;
  background: url(../images/common/icon-arrow03.svg) no-repeat;
  margin-right: .5em;
  -ms-flex-negative: 0;
  flex-shrink: 0*/
}

/*.link-list__item>a[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}
*/
/*.link-list__item>a[href$=".pdf"]:after,
.link-list__item>a[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}
*/
.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.top .swiper-button-next.top-slide-next,
.top .swiper-button-prev.top-slide-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    border-radius: 50%;
}

.top .top-slide.swiper-container {
  width: 100%;
  overflow: visible
}

.top-slide-container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.top-slide-container,
.top-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.top-slide__item {
  padding: 0 5px
}

.top-slide__img {
  width: 100%;
  max-width: inherit;
  position: relative
}

.top-slide__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: .5;
  -webkit-transition: opacity .5s .2s;
  transition: opacity .5s .2s
}

.top-slide__item.swiper-slide-active {
  -webkit-transition: .3s;
  transition: .3s
}

.top-slide__item.swiper-slide-active:hover {
  opacity: .8
}

.top-slide__item.swiper-slide-active .top-slide__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.top-slide__item.swiper-slide-active .top-slide__img:before {
  opacity: 0;
  pointer-events: none
}

.top-slide-prev {
  background-image: url(../images/common/footer/footer-slide-prev.svg);
  left: -30px;
  right: auto
}

.top-slide-next,
.top-slide-prev {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.top-slide-next {
  background-image: url(../images/common/footer/footer-slide-next.svg);
  right: -30px;
  left: auto
}

.top-slide-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px
}

.top-slide-pagination--mb {
  margin-bottom: 120px
}

.top-slide-pagination>.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
  background-color: #9fa0a0
}
.top-slide-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #0c7061}
.banner-slider .swiper-button-next.footer-slide-next,
.banner-slider .swiper-button-prev.footer-slide-prev,
.footer .swiper-button-next.footer-slide-next,
.footer .swiper-button-prev.footer-slide-prev {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  width: 30px;
  height: 30px;
  background-size: contain
}

.footer-slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.footer-slide__item {
  padding: 0 5px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative
}

.footer-slide__item:hover {
  opacity: .8
}

.footer-slide__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.footer-slide-prev {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../images/common/footer/footer-slide-prev.svg);
  margin-right: 10px
}

.footer-slide-next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../images/common/footer/footer-slide-next.svg);
  margin-left: 10px
}

.footer-slide-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}

.footer-slide-pagination--mb {
  margin-bottom: 120px
}

.footer-slide-pagination>.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-radius: 50%;
  border: 3px solid #9fa0a0;
  background-color: transparent;
  opacity: 1
}

.footer-slide-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9fa0a0
}

.top .swiper-button-next.footer-slide-next,
.top .swiper-button-prev.footer-slide-prev {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  width: 30px;
  height: 30px;
  background-size: contain
}

.top .footer-slide-pagination--mb {
  margin-bottom: 56px
}

.table-wrapper .table {
  min-width: 700px
}

.table {
  border-collapse: collapse;
  border: 1px solid #D5D5D5;
  width: 100%;
  table-layout: fixed;
  font-size: 1.5rem;
  line-height: 1.6
}

.table th {
  background-color: #f1ebcd;
  font-weight: 700
}

.table td,
.table th {
  border: 1px solid #fffef0;
  padding: 1rem 1.5rem
}

.table td {
  background-color: #fff
}
.table tr:nth-child(odd) td {
	background: #FAFAFA;
}
.table caption {
  text-align: left;
  font-weight: 700;
  padding-left: .5em;
  margin-bottom: .5em
}

.table-col-1 {
  width: 4.16667%
}

.table-col-2 {
  width: 8.33333%
}

.table-col-3 {
  width: 12.5%
}

.table-col-4 {
  width: 16.66667%
}

.table-col-5 {
  width: 20.83333%
}

.table-col-6 {
  width: 25%
}

.table-col-7 {
  width: 29.16667%
}

.table-col-8 {
  width: 33.33333%
}

.table-col-9 {
  width: 37.5%
}

.table-col-10 {
  width: 41.66667%
}

.table-col-11 {
  width: 45.83333%
}

.table-col-12 {
  width: 50%
}

.table-col-13 {
  width: 54.16667%
}

.table-col-14 {
  width: 58.33333%
}

.table-col-15 {
  width: 62.5%
}

.table-col-16 {
  width: 66.66667%
}

.table-col-17 {
  width: 70.83333%
}

.table-col-18 {
  width: 75%
}

.table-col-19 {
  width: 79.16667%
}

.table-col-20 {
  width: 83.33333%
}

.table-col-21 {
  width: 87.5%
}

.table-col-22 {
  width: 91.66667%
}

.table-col-23 {
  width: 95.83333%
}

.table-col-24 {
  width: 100%
}

.tablefree {
  table-layout: auto !important;
}

.tablefree a {
    color: #0c7061;
    text-decoration: underline;
}



.jasoudan-phonebox {
  width: 410px;
  margin: 0 auto;
  text-align: center
}

.jasoudan-phonebox-header {
  position: relative;
  padding: .3em;
  color: #71ba2e
}

.jasoudan-phonebox-header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(-45deg, #71ba2e, #71ba2e 1px, #fff 0, #fff 3px)
}

.jasoudan-phonebox .jasoudanbox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.jasoudan-phonebox .jasoudanbox1 .svgbox {
  width: auto;
  margin: 0 5px
}

.jasoudan-phonebox .jasoudanbox1 .phone-num {
  margin: 0
}

.jasoudanbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.jasoudanbox2 .jasoudan-phonebox-inner {
  width: 100%;
  height: 100%;
  vertical-align: middle
}

.jasoudanbox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.jasoudan101001-imgbox {
  max-width: 80%;
  margin: 0 auto
}

.jasoudan101001 {
  list-style-type: decimal;
  list-style-position: inside
}

.jasoudan101001 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.8
}

.color-water {
  color: #0076cb
}

.color-green {
  color: #007463
}

.amalgamation-table__th {
  width: 8em
}

.amalgamation-table th {
  text-align: left
}

.bank-map {
  position: relative;
  max-width: 570px;
  margin: auto
}

.bank-map:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 87.7%
}

.bank-map>object {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.bankheader_small {
  font-weight: 400;
  font-size: 1.3rem
}

.bank-name-list .link-list__item {
  font-weight: 400
}

.bank-table {
  border-collapse: collapse;
  width: 100%
}

.bank-table__th {
  padding: 1rem;
  font-size: 1.5rem;
  background-color: #dfb113;
  border: 1px solid #cfcbb3;
  text-align: center;
  vertical-align: middle;
  width: 3em
}

.bank-table__td {
  padding: 1rem 1.5rem;
  border: 1px solid #cfcbb3;
  background-color: #fff
}

.bank-table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.bank-table__list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 400;
  margin: .5rem 1.5rem .5rem 0;
  padding: 0 1.5rem 0 0
}

.bank-table__list-item:not(:last-child) {
  border-right: 1px solid #211815
}

.bank-table__list-item>a {
  color: #0c7061;
  text-decoration: underline
}

.bank-table__list-item>a:hover {
  text-decoration: none
}

.bank-table-overflow>.table {
  min-width: 700px
}

.bank-pg {
  padding-left: 1.5em;
  position: relative
}

.bank-pg:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0
}

.beginner-box-stripe {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}

.borrows_heading-page__icon {
  margin-right: 1em;
  min-height: 1em;
  max-width: 2em;
  height: auto
}

.borrows-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px
}

.borrows-list__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    width: 33.33333%;
}

.borrows-list__item>.box-stripe {
  height: 100%
}

.borrows-card {
  display: block !important;
  padding: 20px
}

.borrows-card__image {
    position: relative;
    width: 55px;
    margin-bottom: 5px;
}

.borrows-card__image:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%
}

.borrows-card__image>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}
.borrows-card__image __01:before{}

.borrows-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #007463;
    text-align: left;
    -webkit-font-feature-settings: "none";
    font-feature-settings: "none";
	width: calc(100% - 55px);
	margin-bottom: 15px;
}
.borrows-card__title:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f138";
    color: #007463;
    margin-right: 5px;
}
.borrows-card__icon{width: 55px;}

.borrows-card__text {
  font-weight: 400
}

.borrows-card__merit,
.borrows-card__text {
  font-size: 1.5rem;
  width: 100%
}
.borrows-card__merit li{
	font-size: 1.5rem !important;
	width: 100% !important;
}
.borrows-card__text li{width: 100% !important}
.borrows-card__merit {
    line-height: 1.6;
    background-color: #3dac97;
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
	margin-top: 1rem;
}

.borrows-card__merit-item:before {
  content: "・";
  margin-right: .5em
}

.borrows-card__spec {
  width: 100%;
  line-height: 1.6;
  font-size: 1.4rem;
  margin-top: 1rem;
  background-color: #ffffff;
  padding: 0.5rem 0.7rem;
  font-weight: 400
}
.borrows-card__spec li{font-size: 1.4rem;}
.box-stripe--link .box-stripe__inner.borrows-card:before{display: none}
.borrows-tel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 850px;
    margin: 0 auto 80px;
    background: #FAFAFA;
    padding: 30px 20px;
}
.borrows-tel__heading {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700
}
.borrows-tel__item {
  width: 33%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.borrows-tel__title {
  font-size: 1.45rem;
  width: calc(100% - 130px);
  color: #251e1c;
  margin-top: 15px
}
.borrows-tel__text {
  width: 130px;
  color: #251e1c;
  margin-top: 15px
}
.borrows-tel__icon {
  margin-right: 5px;
  max-width: 20px;
  height: 12px
}
.borrows-tel__icon--color-glay {fill: #404040}
.borrows-tel__icon--color-blue {fill: #3e6eb3}
.borrows-tel__link.text-link {
  color: #251e1c;
  font-size: 1.5rem
}
.borrows-tel__item:not(:first-of-type) {padding-left: 30px}
/*
.borrows-tel__item:not(:last-of-type) {padding-right: 15px}
.borrows-tel__item:not(:last-of-type):before {
  content: "";
  height: 100%;
  width: 1px;
  border-right: 1px dotted #999;
  position: absolute;
  top: 0;
  right: 0
}
.borrows-tel__item:nth-of-type(2) {width: 37%}
*/

.borrows-link {
  -webkit-transition: .3s;
  transition: .3s
}
.borrows-link:hover {opacity: .8}
#nakamain {
  width: 100%;
  text-align: left
}


.borrowsGaiyou2 {
  margin: 50px auto 20px;
  text-align: center;
  font-weight: 700;
  color: #505050;
  font-size: 160%
}

.borrowsGaiyou2 ul {
  margin: 0 auto
}

.borrowsGaiyou2 li {
    display: inline-block;
    margin: 0 10px 20px
}

.borrowsrafu01 {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-top: 50px;
  padding: 17px;
  text-align: center
}

.borrowstyu01 {
  font-size: 120%;
  display: inline-block;
  text-align: left;
  margin-bottom: 15px
}

.gaiyoutb {
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400 !important;
  display: block;
  overflow: auto
}

.gaiyoutb td,
.gaiyoutb th {
  border: 1px solid #D5D5D5;
  padding: 8px 15px
}

.gaiyoutb caption {
  text-align: right
}

.gaiyoutb th {
  background: #fffef0;
  white-space: nowrap
}

.gaiyoutb td,
.gaiyoutb th {
  text-align: left !important;
  width: auto !important
}

.gaiyoutb td {
  background: #fff
}

.gaiyoutb .sub {
  border: 1px solid #ccc9ae;
  margin: 8px 0;
  width: 80%;
  font-size: 12px
}

.gaiyoutb .sub td,
.gaiyoutb .sub th {
  text-align: center !important;
  padding: 5px !important;
  text-indent: 0
}

.gaiyoutb .sub2 td,
.gaiyoutb .sub2 th {
  padding: 2px !important;
  font-size: 10px
}

.gaiyoutb .sub3 td,
.gaiyoutb .sub3 th {
  padding: 1px !important;
  font-size: 9px
}

.gaiyoutb .noborder {
  border: none;
  padding-top: 5px;
  vertical-align: text-top;
  width: auto;
  margin: 0
}

.gaiyoutb .noborder td,
.gaiyoutb .noborder th {
  border: none;
  padding: 0;
  margin: 0
}

.gaiyouchu li {
  list-style: decimal
}

.gaiyoupdf {
  margin: 10px auto 50px
}

.gaiyoupdf td {
  padding: 0 5px 10px
}

.borrowsTel,
.karikae {
  text-align: center
}

.karikae {
  background: url(../../common/images/borrows/myhome_karikae/back.png) top no-repeat;
  padding: 14% 0 5%;
  margin-bottom: 15px;
  background-size: 100%
}

.karikae img {
  max-width: 85% !important
}

.kinri {
  margin-top: 20px;
  font-size: 150%
}

.kinri,
.sinsa {
  text-align: center
}

.sinsa {
  position: relative;
  padding: 80px 0 0;
  margin-top: 30px
}

.sinsa-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -35px;
  z-index: 2;
  -webkit-animation: arrow 1s ease infinite alternate;
  animation: arrow 1s ease infinite alternate
}

.reformkinri {
	color: #d18307;
	font-weight: bold;
	font-size: 230%;
	line-height: 1.6;
  margin-top: 60px
}

@media (max-width:768px) {
.reformkinri {
	font-size: 150%;
  margin-top: 30px
}
}

.kinrihikisagebox {
	position: relative;
	margin-bottom: 350px;
}

.kinrihikisage {
  position: absolute;
  left: 50%;
  margin-left: -334px;
  /*margin-top: -150px;*/
  z-index: 2;
}


.sinsa-lead-b {
  color: #00974b;
  font-weight: 700;
  font-size: 150%
}

.sinsa-lead-r {
  color: #e60012;
  font-weight: 700;
  font-size: 150%
}

.sinsa-note {
  font-size: 150%;
  margin: 0
}

.sinsa-block {
  padding: 30px
}

.sinsa-block img {
  margin-bottom: 15px
}

.border-b {
  border: 6px solid #00974b;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 800px
}

.border-r {
  border: 6px solid #e60012;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 800px
}

.mycar-tb {
  color: #00974b;
  font-size: 200%;
  font-weight: 700;
  text-align: center
}

.mycarhikaku {
	background: #fff100;
	border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;   /* Firefox用 */
	width: 810px;
	margin: 0 auto;
	padding: 40px;
	position: relative;
	text-align: center;  
}

.mycarhikaku .point {
	position: absolute;
	top: -20px;
	left: -20px;
}

.myvarcp {
	background: #d71718;
	padding: 5% 0;
	text-align: center;
}

@media (max-width:768px) {
.kinrihikisagebox {
	margin-bottom: 30%;
}

.kinrihikisage {
  left: 50%;
  margin-left: -50%;
  margin-top: -18%;
}
.mycarhikaku {
	width: 100%;
	padding: 5%;
}
.mycarhikaku .point img {
	max-width:50%;
}

.myvarcp {
	width: 120%;
	margin-left: -10%;
	padding: 8% 5%;
}

}


.mycarhikaku-text {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 30px auto;
  font-size: 1.3rem;
}


.hensaikikan {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto
}

.accordion-box {
    position: relative;
    padding-bottom: 80px;
}
.accordion-box input {display: none;}
.accordion-box label {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background-color: #4dcabe;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.accordion-box label:after {
    content: "続きを見る▼";
}
.accordion-box label:hover {
  background: #fff;
  color: #009e8f;
}
.accordion-container {
  position: relative;
  overflow: hidden;
  height: 80px;
}
.accordion-container::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.accordion-box input:checked ~ label {bottom: 70px;}
.accordion-box input:checked+label:after {
  content: "閉じる▲"
}
.accordion-box .accordion-container {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.accordion-box input:checked~.accordion-container {
	height: auto;
	padding-bottom: 50px;
}

.table.mycartable {font-size: 1.2rem}
.table.mycartable td,
.table.mycartable th {
  padding: .5em 0
}
.table.mycartable th {background-color: #fffef0}
.table.mycartable.mycartable_sp {display: none}
.mycar-table-text {
  text-align: left;
  text-indent: -1.5em;
  padding-left: 1.5em
}

.mycar-table-text:before {
  content: "※"
}

.campaign-link {
  position: relative;
  left: -15px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.campaign-link__item {
  position: relative;
  background: #fff;
  width: calc(33.33333% - 31px);
  margin-bottom: 30px;
  margin-left: 30px;
  -webkit-transition: .3s;
  transition: .3s
}

.campaign-link__item:hover {
  opacity: .8
}

.campaign-link__imgwrap img {
  max-width: none;
  width: 100%
}

.campaign-link__text {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  /*font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;*/
  padding: .8em
}

.campaign-link__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.complaint-table {
  margin: 0 auto;
  font-weight: 400
}

.complaint-table table th {
  width: 10em
}

.complaint-table table th:after {
  content: "：";
  margin-right: 1em;
  float: right
}

.complaint-table table td,
.complaint-table table th {
  padding: 5px 10px
}

.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.contact-flex__item {
  width: 350px;
  max-width: 50%;
	margin-left: 10px;
    margin-right: 10px;
}

.contact-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 190px
}
.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.link-list__icon-large h2 a{padding-top: 65px !important}
#contact-card-01 h2 a:after,
#contact-card-02 h2 a:after{
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #007463;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	text-align: center
}
#contact-card-01 h2 a:after{content: "\f283";}
#contact-card-02 h2 a:after{content: "\f27b"}
.box-stripe--card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
}
.contact-card__text {width: 100%;}
.contact-card__text>p {
    position: relative;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.7rem;
}
.contact-card__text>p:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f138";
    color: #007463;
    margin-right: 5px;
}
.contact-card__text>p br {display: none}
.contact-card__icon {
  position: relative;
  top: -.35em;
  height: 1em;
  margin-right: .5rem
}

.contact-notice,
.tred {
  color: #ee3e12;
  vertical-align: bottom
}

.contact-form__th {
  width: 11em
}

.contact-form textarea {
  width: 100%
}

.contact-form input,
.contact-form textarea {
  padding: .4rem .6rem;
  max-width: 100%
}

.contact-form select {
  height: 3.5rem
}

.contact-form_textarea {
  width: 100% !important;
  height: 300px !important
}

.flexbox-IE {
  max-width: 90%
}

.contribution_list {
  line-height: 1.8;
  font-weight: 400
}

.contribution_list_item {
  position: relative;
  padding-left: 1em
}

.contribution_list_item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※"
}

.contribution_linkimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.contribution_linkimg_img {
  position: relative;
  max-width: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  margin: 0 15px 15px;
  -webkit-transition: .3s;
  transition: .3s
}

.contribution_linkimg_img:hover {
  opacity: .8
}

.contribution_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.contribution-p {
  margin-bottom: 20px
}

.contribution-p:first-child {
  margin-top: 30px
}

.contribution-heading {
  padding: 1.5em 18px 1.2em;
  background-color: #dbe896;
  border-radius: 5px
}

.contribution-heading h4 {
  margin-bottom: .3em;
  letter-spacing: .15em;
  line-height: 1.5;
  font-size: 2rem
}

.contribution-heading h4:before {
  /*content: "JA名：";*/
  display: inline-block
}

.contribution-heading p {
  letter-spacing: .05em;
  font-size: 1.5rem
}

.contribution02 table th,
.contribution-table th {
  text-align: left
}

.table-inner th {
  background-color: transparent
}

.contribution-link {
  position: relative;
  left: -15px;
  max-width: 720px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contribution-link__item {
  position: relative;
  background: #fff;
  width: calc(33.33333% - 31px);
  margin-bottom: 30px;
  margin-left: 30px;
  -webkit-transition: .3s;
  transition: .3s
}

.contribution-link__item:hover {
  opacity: .8
}

.contribution-link__item.new:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-color: #d31e20 transparent transparent;
  border-style: solid;
  border-width: 60px 60px 0 0
}

.contribution-link__item.new:after {
  position: absolute;
  top: 14px;
  left: 2px;
  content: "NEW";
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.contribution-link__imgwrap img {
  max-width: none;
  width: 100%
}

.contribution-link__text {
  /*font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;*/
  color: #007463;
  padding: 1em
}

.contribution-link__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.contribution02_table02>tbody {
  counter-reset: num
}

.contribution02_table02>tbody>tr>th {
  vertical-align: top
}

.contribution02_table02>tbody>tr>th:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  margin-right: .5em
}

.contribution02_table02>tbody td {
  letter-spacing: .1em
}

.contribution02_table02>tbody td .table-inner th:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  margin-right: .5em
}

.contribution04 .contribution_linkimg_img {
  max-width: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px
}

.contribution04 .table td,
.contribution04 .table th {
  font-size: 14px
}

.contribution17_imgwrap {
  text-align: center
}

.contribution13 .table tbody {
  counter-reset: num
}

.contribution13 .table tbody th {
  vertical-align: top
}

.contribution13 .table tbody th:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  margin-right: .5em
}

.contribution13 .table tbody td {
  letter-spacing: .1em
}

.contribution03 {
  counter-reset: sec-num
}

.contribution03 .heading-section-01:before {
  content: counter(sec-num);
  counter-increment: sec-num;
  display: inline-block;
  margin-right: .8em
}

.contribution03_point-heading {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem
}

.contribution03_point-heading:before {
  content: "【";
  display: inline-block
}

.contribution03_point-heading:after {
  content: "】";
  display: inline-block
}

.contribution03-block {
  counter-reset: block-num
}

.contribution03-block__heading {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  padding-bottom: .5em;
  margin-bottom: 20px;
  color: #0c7061;
	border-bottom: 1px dotted #0c7061;
}

.contribution03-block__heading:before {
  content: "("counter(block-num) ")";
  counter-increment: block-num;
  display: inline-block;
  margin-right: .8em
}

/*.contribution03-block__heading:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(0, 111, 97, .6) 4.05px, rgba(0, 111, 97, .6) 4.95px)
}*/

.table-width500 {
  max-width: 400px
}

.table-width500 th {
  text-align: center
}

.table-width500 td:nth-child(2n) {
  text-align: right
}

.contribution03-share {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contribution03-share_imgwrap {
  margin-bottom: 1em
}

.contribution03-share_block {
  width: 350px;
  margin: 0 15px 30px
}

.contribution03-casetable>tbody {
  counter-reset: num
}

.contribution03-casetable>tbody>tr>th {
  vertical-align: top
}

.contribution03-casetable>tbody>tr>th:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  margin-right: .5em
}

.contribution03-case-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contribution03-case_imgwrap {
  max-width: 270px;
  width: 100%;
  margin-right: 30px
}

.contribution03-case_imgwrap img {
  display: block
}

.contribution03-alert {
  margin-left: 2.5rem;
  list-style-type: decimal;
  font-size: 1.3rem;
  line-height: 2
}

.contribution03-table-innerdata {
  margin: .8em 0;
  padding: 1rem 1.5em;
  border: 1px solid #cfcbb3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contribution03-table-innerdata dt {
  width: 70px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding-right: .5em
}

.contribution03-table-innerdata dt:after {
  content: ":";
  display: inline-block
}

.contribution03-table-innerdata dd {
  width: calc(100% - 70px)
}

.contibution03-flex-table {
  width: unset;
  max-width: 700px
}

.contibution03-flex-table td {
  word-wrap: break-word
}

.contribution07__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contribution07__img {
  max-width: 180px;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0 15px;
  position: relative
}

.contribution07__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#contribution07-img-01 {
  margin-bottom: 1em
}

.contribution09__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contribution09__img {
  max-width: 180px;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0 15px;
  position: relative
}

.contribution09__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#contribution09-img-01 {
  margin-bottom: 1em
}

.contribution10 {
  padding: 20px
}

.contribution10__link {
  margin-left: 15px
}

.contribution10__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8fc400), to(#79a700));
  background: linear-gradient(#8fc400, #79a700);
  letter-spacing: .1em;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.contribution10__btn,
.contribution10__btn-box {
  margin: 0 auto;
  width: 230px;
  position: relative
}

.contribution10__btn:hover {
  opacity: .8
}

.contribution10__btn__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

b.contribution18 .box-stripe__inner {
  padding: 20px
}

.contribution18-list {
  counter-reset: num
}

.contribution18-list_title {
  letter-spacing: .8em;
  margin-bottom: 1em;
  font-weight: 700
}

.contribution18-list_title:before {
  content: "["
}

.contribution18-list_title:after {
  content: "]"
}

.contribution18-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 2em;
  position: relative;
  font-weight: 400
}

.contribution18-list_item:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: counter(num) ". ";
  counter-increment: num;
  display: inline-block
}

.contribution18-list_item .date {
  line-height: 1.8;
  width: 340px
}

.contribution18-list_item .title {
  width: 420px;
  margin-bottom: .8em
}

.contribution18-imgwrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.contribution18-imgwrap .contribution18_pic {
  position: relative;
  margin: 10px 15px;
  width: 265px;
  overflow: hidden
}

.contribution18-imgwrap .contribution18_pic:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 72.5%;
  overflow: hidden
}

.contribution18-imgwrap .contribution18_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}

.crime__list {
  width: 100%;
  min-height: 45px;
  padding: 6px 0;
  position: relative
}

.crime__list:after,
.crime__list:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-size: 5px 1px
}

.crime__list:not(:first-of-type):before {
  top: 0;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 49%, transparent 50%, transparent)
}

.crime__list:after {
  bottom: 0;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 49%, #707070 50%, #707070)
}

.crime__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #0c7061;
  text-decoration: underline;
  line-height: 1.8
}

.crime__link:hover {
  text-decoration: none
}

.crime__link:before {
  content: "";
  display: inline-block;
  position: relative;
  top: .2rem;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-arrow03.svg) no-repeat;
  margin-right: .5em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.crime__link[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}

.crime__link[href$=".pdf"]:after,
.crime__link[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}

.important-news__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.important-news__title {
  line-height: 1.8;
  width: 12.5rem;
  margin-bottom: 10px
}

.important-news__text {
  line-height: 1.8;
  width: calc(100% - 12.5rem);
  margin-bottom: 10px;
  padding-left: 20px
}

.important-news__text.text-link {
  color: #ea3f14
}

.important-news__link[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}

/*.important-news__link[href$=".pdf"]:after,
.important-news__link[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}*/
.important-news__link[href$=".pdf"]:after,
.important-news__link[href*=".pdf#"]:after {
  font-family: 'FontAwesome';
    content: " \f1c1";
    color: #0c7061;
    background: none;
    line-height: 1;
    text-decoration: none !important;
}

.important-heading {
  font-size: 1.5rem;
  margin-bottom: .5em
}

.important-list {
  line-height: 1.7;
  font-size: 1.5rem
}

.important-list li:before {
  content: "･";
  display: inline-block;
  padding: 0 .5em
}

.jahiroshima-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px
}

.jahiroshima-flex__item {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px
}

.jahiroshima-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px
}

.jahiroshima-bnr-list__item {
  width: 25%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px
}

.jahiroshima-bnr-list__item>a {
  display: block;
  width: 100%;
  height: 100%
}

.jahiroshima-bnr-list__item>a>img,
.jahiroshima-info {
  width: 100%
}

.jahiroshima-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1rem 0;
  border-bottom: 1px solid #707070
}

.jahiroshima-info__time {
  width: 10em
}

.jahiroshima-info__link {
  width: calc(100% - 10em);
  color: #0c7061;
  text-decoration: underline
}

.jahiroshima-info__link:hover {
  text-decoration: none
}

.jahiroshima-info__link[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}

.jahiroshima-info__link[href$=".pdf"]:after,
.jahiroshima-info__link[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}

.jahiroshima-info-container {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400
}

.jahiroshima-info-container__see-index {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  color: #0c7061;
  text-decoration: none
}

.jahiroshima-info-container__see-index:hover {
  text-decoration: underline
}

.jahiroshima-ol {
  list-style-type: decimal;
  font-size: 1.5rem;
  margin-left: 1.5em;
  line-height: 2
}

.jahiroshima-ol--brackets {
  counter-reset: jahiroshima-ol
}

.jahiroshima-ol--brackets>li {
  position: relative;
  list-style-type: none
}

.jahiroshima-ol--brackets>li:before {
  display: inline-block;
  content: "("counter(jahiroshima-ol) ")";
  counter-increment: jahiroshima-ol;
  position: absolute;
  top: 0;
  left: -1.6em
}

.jahiroshima-li-bdr:first-child {
  padding: 1rem 1rem 2rem
}

.jahiroshima-li-bdr:last-child {
  padding: 2rem 1rem 1rem
}

.jahiroshima-li-bdr:not(:first-child) {
  padding: 2rem 1rem;
  border-top: 1px solid #ccc
}

.jahiroshima-disclosure a,
.jahiroshima-organize a {
  font-weight: 400
}

.box-stripe.box-stripe--orange>.box-stripe__inner .jahiroshima-info__item:last-of-type {
  border-bottom: none
}

.creditpol-list {
  list-style: inside;
  list-style-type: decimal;
  line-height: 1.8
}

.link {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.link.page-inner {
  margin: -35px 15px 0 -5px;
  max-width: 1010px
}

.link__gap {
    width: 50%;
    padding: 35px 20px 0
}

.link-container__item {
  padding: 0 20px;
  margin-bottom: 3px
}

.link-container__link {
  width: 100%;
  display: block;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  color: #0c7061;
  text-decoration: underline
}

.link-container__link:hover {
  text-decoration: none
}

.link-container__link:before {
  content: "";
  display: inline-block;
  position: relative;
  top: .2rem;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-arrow03.svg) no-repeat;
  margin-right: .5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 6px
}

.link-container__link[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}

.link-container__link[href$=".pdf"]:after,
.link-container__link[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}

.svgbox {
  width: 20%
}

.loss-cardbox {
  width: 410px;
  text-align: center;
  margin: 0 auto
}

.loss-cardbox-inner {
  padding: 2rem
}

.loss-cardbox-inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.loss-cardbox-inner-item img {
  fill: #f30
}

.notes {
  position: relative
}

.notes:after {
  position: absolute;
  top: 0;
  content: "※";
  font-size: 10px
}

.notes-text {
  line-height: 1.5em
}

.loss-procedure-box {
  width: 100%;
  background-color: #fff
}

.loss-procedure-box-inner {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0
}

.loss-procedure-box-inner-header {
  color: #f30;
  border-bottom: 1px dotted #000;
  padding-bottom: 20px
}

.loss-case h4 {
  color: #007463
}

.news-heading {
  margin-top: 30px
}

.news-list {
  width: calc(100% - 30px);
  margin: 40px auto 60px;
}

.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px
}

.news-list-item_category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 22px;
  margin-top: 4px;
  margin-right: 1em;
  border-radius: 3px;
  font-size: 1.3rem;
  color: #fff
}

.news-list-item_category,
.news-list-item_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  text-align: center
}

.news-list-item_date {
  height: 25px;
  margin: 0 1em;
  font-size: 1.5rem;
  line-height: 1.6
}

.news-list-item_info {
  width: calc(100% - 18em);
  font-size: 16px;
  font-size: 1.5rem;
  line-height: 1.6
}

.news-list-item .news-index_blue {
  border-radius: 3px;
  background: #249fe0
}

.news-list-item .news-index_green {
  border-radius: 3px;
  background: #6dbc19
}

.news-pic {
  text-align: center
}

.news-table {
  margin: 0 auto
}

.news-table caption {
  text-align: left;
  font-weight: 700;
  padding-left: .5em;
  margin-bottom: .5em
}

.news-table caption:before {
  content: "【";
  display: inline-block
}

.news-table caption:after {
  content: "】";
  display: inline-block
}

.news-list {
  counter-reset: num;
  font-size: 1.5rem;
  line-height: 1.2
}

.news-list .text-link[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}

.news-list .text-link[href$=".pdf"]:after,
.news-list .text-link[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}

.news-list>li {
  position: relative;
  padding-left: 1.5em
}

.news-list>li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  padding-right: .8em
}

.news-list>li .news-innerlist {
  counter-reset: inner-num
}

.news-list>li .news-innerlist>li {
  position: relative;
  padding-left: 2em
}

.news-list>li .news-innerlist>li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "（"counter(inner-num) "）";
  counter-increment: inner-num;
  display: inline-block;
  padding-right: .8em
}

.change-time {
  text-decoration: underline
}

.raijoutext {
  text-align: center
}

.sanfre201704table th {
  width: 5%
}

.page-block--mt {
  margin-top: 60px
}

.page-block--mb {
  margin-bottom: 40px
}

.page-block--fin {
  margin-bottom: 200px
}

.page-inner {
  max-width: 970px;
  margin: 0 15px
}

.page-pg {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.privacy__container {
  counter-reset: num;
  width: 90%;
  margin: 0 auto
}

.privacy-item {
  margin: 0 -30px;
  padding: 0 30px
}

.privacy-item__title {
  /*font-family: ヒラギノ角ゴ Pro W7, HiraKakuProN-W6, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif*/
}

.privacy-item__title:before {
  margin-left: -25px;
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  margin-right: 10px
}

.privacy-btn {
  pointer-events: auto
}

/*.privacy-btn__link[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}
*/

.privacy-btn__link[href$=".pdf"]:after,
.privacy-btn__link[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}

.privacy-btn__link:after {
  bottom: auto !important
}

.saving-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -9px;
  margin-right: -9px;
  font-size: 1.6rem
}

.saving-list__item {
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 18px;
  width: 33.33333%
}

.saving-list__item span {
  font-weight: 400
}

.saving-list > li{margin-top: 20px}

.saving-image-box {
  display: block;
  background-color: #fff;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s
}

.saving-image-box:hover {
  opacity: .8
}

.saving-image-box__header {
  position: relative
}

.saving-image-box__header:before {
  content: "";
  display: block;
  padding-top: 61.78571%
}

.saving-image-box__header>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%
}

.saving-image-box__body {
  padding: 2rem 1rem;
  line-height: 1.5
}

.saving-adobe-reader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.7rem;
  border: 1px solid #e4e0cf;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.saving-adobe-reader:hover {
  opacity: .8
}

.saving-adobe-reader__image {
  margin-right: 6.4rem
}

.saving-adobe-reader__text {
  color: #0c7061;
  text-decoration: underline;
  width: 100%
}

.sitemap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0 0 -20px
}

.sitemap__gap {
  padding: 30px 0 0 20px;
  width: 50%
}

.sitemap__item {
  font-size: 1.5rem
}

.sitemap__link--pc-none,
.sitemap__link--text {
  display: none
}

.sitemap-accordion {
  padding: 0 20px
}

.sitemap-accordion__title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px
}

.sitemap-accordion__title--pc-none {
  display: none
}

.sitemap-accordion__container {
  width: 98%;
  margin: 0 auto
}

.sitemap-accordion__link {
  font-size: 1.5rem;
  line-height: 1.8;
  display: block;
  padding-left: 25px;
  position: relative;
  color: #0c7061;
  text-decoration: underline;
  margin-bottom: 3px
}

.sitemap-accordion__link:hover {
  text-decoration: none
}

.sitemap-accordion__link:before {
  content: "";
  display: inline-block;
  position: relative;
  top: .2rem;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-arrow03.svg) no-repeat;
  margin-right: .5em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.sitemap-accordion__link[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}

.sitemap-accordion__link[href$=".pdf"]:after,
.sitemap-accordion__link[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}

.sitemap-accordion__link:before {
  position: absolute;
  top: 7px;
  left: 0
}

.sitepilicy__text {
  letter-spacing: .013em
}

.sitepilicy-sec__text {
  letter-spacing: .03em
}

.sitepilicy-browser__title {
  /*font-family: ヒラギノ角ゴ Pro W7, HiraKakuProN-W6, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif*/
}

.sitepilicy-browser__text {
  position: relative
}

.sitepilicy-browser__text:before {
  content: "";
  display: inline-block;
  position: relative;
  top: .2rem;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-arrow03.svg) no-repeat;
  margin-right: .5em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.souzoku__item {
  font-weight: 700;
  color: #0c7061;
  text-decoration: underline;
  color: #007463;
  position: relative;
  padding-left: 20px
}

.souzoku__item,
.souzoku__item:hover {
  text-decoration: none
}

.souzoku__item:before {
  content: "";
  display: inline-block;
  position: relative;
  top: .2rem;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-arrow03.svg) no-repeat;
  margin-right: .5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 0
}

.souzoku__container {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s
}

.souzoku__container:hover {
  opacity: .8
}

.souzoku__title {
  color: #007463;
  font-weight: 700;
  text-align: center
}

.souzoku__title:before {
  content: "";
  display: inline-block;
  position: relative;
  top: .2rem;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-arrow03.svg) no-repeat;
  margin-right: .5em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.souzoku__text {
  text-align: center
}

.souzoku__link {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%
}

.souzoku__img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s
}

.souzoku__img:hover {
  opacity: .8
}

.souzoku__imglink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.main.top {
  padding-top: 34px
}

/*.top-important01 {
  margin-bottom: 35px
}

.top-important01,
.top-important01__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.top-important01__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 164px;
  background: #db5f2e;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff034;
  text-align: center
}

.top-important01-area {
  width: calc(100% - 164px);
  padding: 12px 12px 10px 16px;
  border: 1px solid #db5f2e
}

.top-important01-area:after {
  content: "";
  display: block;
  clear: both
}

.top-important01-area__time {
  display: block
}

.top-important01-area__text,
.top-important01-area__time {
  margin-bottom: 2px;
  font-size: 1.6rem;
  font-weight: 400
}

.top-important01-area__link {
  position: relative;
  float: right;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: 400
}

.top-important01-area__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.top-important01-area__link:hover {
  color: #db5f2e
}

.top-important01-area__sp {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #db5f2e
}
*/
.top-important02 {
  background: #fff;
  margin-bottom: 38px;
  padding: 20px 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  /*font-family: ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;*/
  text-align: center
}

.top-important02__title {
  margin-bottom: 8px;
  font-size: 2rem
}

.top-important02__text {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.8
}

.top-important02__link {
  font-size: 1.4rem;
  /*font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;*/
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.7;
  color: #ec675b
}

.top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px
}

.top-area-block01 {
  width: 520px
}

.top-area-block01-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cb531), to(#00a73c));
  background: linear-gradient(180deg, #5cb531, #00a73c);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  margin-bottom: 18px;
  padding: 10px 27px 10px 10px;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s
}

.top-area-block01-top__images {
  background: #fff;
  margin-right: 20px;
  padding: 10px 16px;
  border-radius: 8px
}

.top-area-block01-top-box {
  width: 50%;
  text-align: center
}

.top-area-block01-top-box__title {
  margin-bottom: 8px
}

.top-area-block01-top-box__title img {
  width: 162px
}

.top-area-block01-top-box__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff
}

.top-area-block01-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.top-area-block01-top:hover {
  opacity: .8
}

.top-area-block01-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.top-area-block01-bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px
}

.top-area-block01-bottom-box--orange {
  width: 266px;
  border-color: #d74835
}

.top-area-block01-bottom-box--blue {
  width: 240px;
  border-color: #0068b1
}

.top-area-block01-bottom-box__text {
  position: relative;
  padding-left: 34px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #d74835
}

.top-area-block01-bottom-box__text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
  vertical-align: middle
}

.top-area-block01-bottom-box__text--blue {
  color: #0068b1
}

.top-area-block01-bottom-box__text--blue:after {
  background-image: url(../images/common/icon-arrow02.svg)
}

.top-area-block01-bottom-box:hover {
  background: #fff
}

.top-area-block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.top-area-block02-item {
  width: 214px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f1f1f1), color-stop(80%, #fff));
  background: linear-gradient(0deg, #f1f1f1 20%, #fff 80%);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  margin-right: 16px;
  padding: 0 22px;
  text-align: center
}

.top-area-block02-item:last-child {
  margin-right: 0
}

.top-area-block02-item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  height: 154px;
  margin-bottom: 20px
}

.top-area-block02-item-box:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(0, 111, 97, .6) 2.5px, rgba(0, 111, 97, .6) 3.5px, transparent 4px)
}

.top-area-block02-item-box__images {
  width: 90px;
  height: 52px;
  margin: 0 auto
}

.top-area-block02-item-box__images--passbook {
  width: 75px;
  height: 40px
}

.top-area-block02-item-box__images--mail {
  width: 31px;
  height: 20px
}

.top-area-block02-item-box__title {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700
}

.top-area-block02-item__text {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  color: #0c7061
}

.top-area-block02-item:hover {
  opacity: .8
}

.top-block-sp {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f1f1f1), color-stop(80%, #fff));
  background: linear-gradient(0deg, #f1f1f1 20%, #fff 80%)
}

.top-area-sp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.top-area-sp,
.top-area-sp .top-area-sp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.top-area-sp .top-area-sp-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 33.33333%;
  height: 90px;
  border-right: 2px solid #efefef;
  text-align: center
}

.top-area-sp .top-area-sp-item--passbook {
  width: 46%
}

.top-area-sp .top-area-sp-item:last-child {
  border-right: none
}

.top-area-sp .top-area-sp-item__images {
  width: 52px;
  height: 30px;
  margin: 0 auto
}

.top-area-sp .top-area-sp-item__images--passbook {
  width: 42px;
  height: 23px
}

.top-area-sp .top-area-sp-item__images--mail {
  width: 32px;
  height: 21px
}

.top-area-sp .top-area-sp-item__title {
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 700
}

.top-area-sp .top-area-sp-item__title--mail,
.top-area-sp .top-area-sp-item__title--passbook {
  margin-top: 15px
}

.top-block--green {
  background: #006356;
  background: -webkit-gradient(linear, left top, right top, from(#006356), color-stop(20%, #0c7061), color-stop(80%, #0c7061), to(#006356));
  background: linear-gradient(left, #006356, #0c7061 20%, #0c7061 80%, #006356)
}

.top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 62px;
  margin-left: -21.333px;
  padding: 23px 8px
}

.top-list-item {
  position: relative;
  width: 230px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f1f1f1), color-stop(80%, #fff));
  background: linear-gradient(0deg, #f1f1f1 20%, #fff 80%);
  -webkit-box-shadow: 2px 2px 4px rgba(33, 24, 21, .75);
  box-shadow: 2px 2px 4px rgba(33, 24, 21, .75);
  margin-left: 21.333px;
  padding: 0 12px 15px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s
}

.top-list-item:hover {
  opacity: .8
}

.top-list-item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  height: 126px;
  margin-bottom: 16px
}

.top-list-item-box:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(0, 111, 97, .6) 2.5px, rgba(0, 111, 97, .6) 3.5px, transparent 4px)
}

.top-list-item-box__images {
  width: 100%;
  margin-bottom: 13px
}

.top-list-item-box__images-icon--01,
.top-list-item-box__images-icon--02 {
  width: 41px;
  height: 39px
}

.top-list-item-box__images-icon--03 {
  width: 41px;
  height: 40px
}

.top-list-item-box__images-icon--04 {
  width: 41px;
  height: 47px
}

.top-list-item-box__title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700
}

.top-list-item-box__title_small {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700
}

.top-list-item__text {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #0c7061
}

.top-list-item__comment {
  font-size: 1.2rem;
  line-height: 1.6
}

.top-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}


.top-situation__images {
  margin-bottom: 40px
}

.top-situation__link {
  width: 392px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #00675a), color-stop(80%, #0c7061));
  background: linear-gradient(0deg, #00675a 20%, #0c7061 80%);
  margin: 0 auto 103px;
  border-radius: 6px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s
}

.top-situation__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0
}

.top-situation__link img {
  width: 26px;
  height: 32px;
  margin-right: 20px
}

.top-situation__link:hover {
  opacity: .8
}

.top-situation__bunner {
  width: 650px;
  -webkit-box-shadow: 2px 2px 4px rgba(33, 24, 21, .4);
  box-shadow: 2px 2px 4px rgba(33, 24, 21, .4);
  margin: 0 auto 100px
}

.top-situation__bunner a {
  text-align: center
}

.top-situation__bunner a:hover {
  opacity: .7
}

.top-block--wh,
.top-container {
  background: #fff
}

.top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 87px;
  padding: 8px 0
}

.top-container__box {
  position: relative;
  width: 50%;
  font-size: 2.2rem
}

.top-container__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: 1px;
  background: #898989
}

.top-container__box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 10px);
  background: #898989
}

.top-container__box--right:after {
  content: none
}

.top-container__box--right:before {
  left: inherit;
  right: 0
}

.top-container__box--none:before {
  content: none
}

.top-container__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0 22px 28px;
  width: 100%;
  height: 100%
}

.top-container__box a img {
  width: 21px;
  margin-right: 11px
}

.top-container__box a:hover {
  color: #006356
}

.top-news .heading-page {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.top-news .heading-page,
.top-news .heading-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.top-news .heading-page__title-icon {
  margin-right: 14px
}

.top-news .heading-page__title--en {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  color: #797970;
  line-height: 1
}

.top-news .heading-page__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #80b646;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.top-news .heading-page__link:hover {
  opacity: .8
}

.top-news .heading-page__link img {
  width: 16px;
  height: 16px;
  margin-right: 10px
}

.top-news-list {
  background: #fff;
  margin-bottom: 60px;
  padding: 47px 43px 25px
}

.top-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}
.top-news-list__item > div{
  flex-shrink: 0;
}

.top-news-list__item img {
  padding-top: 5px;
  max-width: inherit;
}

.top-news-list__item:last-child {
  margin-bottom: 0
}

.top-news-list__item-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 137px;
  height: 22px;
  background: #7cae46;
  margin-top: 4px;
  margin-right: 24px;
  border-radius: 3px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center
}

.top-news-list__item-time {
  display: block;
  margin: 0 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: nowrap
}

.top-news-list__item-title {
  width: auto;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: underline;
  color: #3f8fbb
}

.top-campaign {
  border-radius: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(#da5f62), color-stop(50%, #de7572), to(#da5f62));
  background: linear-gradient(0deg, #da5f62, #de7572 50%, #da5f62);
  margin-bottom: 33px
}

.top-campaign a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  font-size: 1.8rem;
  color: #fff
}

.top-campaign a img {
  width: 39px;
  height: 36px;
  margin-right: 11px
}

.top-shop .top-shop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 93px
}

.top-shop .top-shop-container-box__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 144px;
  height: 96px;
  background: #ceae42;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center
}

.top-shop .top-shop-container-box--flex,
.top-shop .top-shop-container-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.top-shop .top-shop-container-box-list {
  margin-left: 50px
}

.top-shop .top-shop-container-box-list__item {
  margin-bottom: 11px;
  font-size: 1.5rem;
  font-weight: 400;
  white-space: nowrap
}

.top-shop .top-shop-container-box-list__item:last-child {
  margin-bottom: 0
}

.top-shop .top-shop-container-box-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.top-shop .top-shop-container-box-list__item a:hover {
  text-decoration: underline
}

.top-shop .top-shop-container-box-list__item img {
  width: 12px;
  margin-right: 10px
}

.maru {
  position: relative;
  padding-left: 15px
}

.maru:before {
  content: "○";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.topix__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.topix__dl-1 {
  margin-bottom: 10px;
  line-height: 1.5
}

.topix__dl-1>dt {
  width: 290px
}

.topix__dl-1>dt>span {
  display: none
}

.topix__dl-1>dd {
  width: calc(100% - 290px)
}

.topix__dl-2,
.topix__dl-2+p {
  margin-left: 20px
}

.topix__dl-2>dt {
  width: 100px
}

.topix__dl-2 dd.first {
  width: 100%;
  max-width: 240px
}

.topix__dl-2 dd.second {
  padding-left: 10px;
  width: calc(100% - 340px);
  min-width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left
}

.sanfrecce {
  color: #955995;
  font-weight: 700
}

.mt-0 {
  margin-top: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

.pt-0 {
  padding-top: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.mt-1 {
  margin-top: .5rem !important
}

.mr-1 {
  margin-right: .5rem !important
}

.mb-1 {
  margin-bottom: .5rem !important
}

.ml-1 {
  margin-left: .5rem !important
}

.pt-1 {
  padding-top: .5rem !important
}

.pr-1 {
  padding-right: .5rem !important
}

.pb-1 {
  padding-bottom: .5rem !important
}

.pl-1 {
  padding-left: .5rem !important
}

.mt-2 {
  margin-top: 1rem !important
}

.mr-2 {
  margin-right: 1rem !important
}

.mb-2 {
  margin-bottom: 1rem !important
}

.ml-2 {
  margin-left: 1rem !important
}

.pt-2 {
  padding-top: 1rem !important
}

.pr-2 {
  padding-right: 1rem !important
}

.pb-2 {
  padding-bottom: 1rem !important
}

.pl-2 {
  padding-left: 1rem !important
}

.mt-3 {
  margin-top: 1.5rem !important
}

.mr-3 {
  margin-right: 1.5rem !important
}

.mb-3 {
  margin-bottom: 1.5rem !important
}

.ml-3 {
  margin-left: 1.5rem !important
}

.pt-3 {
  padding-top: 1.5rem !important
}

.pr-3 {
  padding-right: 1.5rem !important
}

.pb-3 {
  padding-bottom: 1.5rem !important
}

.pl-3 {
  padding-left: 1.5rem !important
}

.mt-4 {
  margin-top: 2rem !important
}

.mr-4 {
  margin-right: 2rem !important
}

.mb-4 {
  margin-bottom: 2rem !important
}

.ml-4 {
  margin-left: 2rem !important
}

.pt-4 {
  padding-top: 2rem !important
}

.pr-4 {
  padding-right: 2rem !important
}

.pb-4 {
  padding-bottom: 2rem !important
}

.pl-4 {
  padding-left: 2rem !important
}

.mt-5 {
  margin-top: 2.5rem !important
}

.mr-5 {
  margin-right: 2.5rem !important
}

.mb-5 {
  margin-bottom: 2.5rem !important
}

.ml-5 {
  margin-left: 2.5rem !important
}

.pt-5 {
  padding-top: 2.5rem !important
}

.pr-5 {
  padding-right: 2.5rem !important
}

.pb-5 {
  padding-bottom: 2.5rem !important
}

.pl-5 {
  padding-left: 2.5rem !important
}

.mt-6 {
  margin-top: 3rem !important
}

.mr-6 {
  margin-right: 3rem !important
}

.mb-6 {
  margin-bottom: 3rem !important
}

.ml-6 {
  margin-left: 3rem !important
}

.pt-6 {
  padding-top: 3rem !important
}

.pr-6 {
  padding-right: 3rem !important
}

.pb-6 {
  padding-bottom: 3rem !important
}

.pl-6 {
  padding-left: 3rem !important
}

.mt-7 {
  margin-top: 3.5rem !important
}

.mr-7 {
  margin-right: 3.5rem !important
}

.mb-7 {
  margin-bottom: 3.5rem !important
}

.ml-7 {
  margin-left: 3.5rem !important
}

.pt-7 {
  padding-top: 3.5rem !important
}

.pr-7 {
  padding-right: 3.5rem !important
}

.pb-7 {
  padding-bottom: 3.5rem !important
}

.pl-7 {
  padding-left: 3.5rem !important
}

.mt-8 {
  margin-top: 4rem !important
}

.mr-8 {
  margin-right: 4rem !important
}

.mb-8 {
  margin-bottom: 4rem !important
}

.ml-8 {
  margin-left: 4rem !important
}

.pt-8 {
  padding-top: 4rem !important
}

.pr-8 {
  padding-right: 4rem !important
}

.pb-8 {
  padding-bottom: 4rem !important
}

.pl-8 {
  padding-left: 4rem !important
}

.fs-10 {
  font-size: 1rem !important
}

.fs-11 {
  font-size: 1.1rem !important
}

.fs-12 {
  font-size: 1.2rem !important
}

.fs-13 {
  font-size: 1.3rem !important
}

.fs-14 {
  font-size: 1.4rem !important
}

.fs-15 {
  font-size: 1.5rem !important
}

.fs-16 {
  font-size: 1.6rem !important
}

.fs-17 {
  font-size: 1.7rem !important
}

.fs-18 {
  font-size: 1.8rem !important
}

.fs-19 {
  font-size: 1.9rem !important
}

.fs-20 {
  font-size: 2rem !important
}

.fs-21 {
  font-size: 2.1rem !important
}

.fs-22 {
  font-size: 2.2rem !important
}

.fs-23 {
  font-size: 2.3rem !important
}

.fs-24 {
  font-size: 2.4rem !important
}

.fs-10px {
  font-size: 10px
}

.fs-11px {
  font-size: 11px
}

.fs-12px {
  font-size: 12px
}

.fs-13px {
  font-size: 13px
}

.fs-14px {
  font-size: 14px
}

.fs-15px {
  font-size: 15px
}

.fs-16px {
  font-size: 16px
}

.fs-17px {
  font-size: 17px
}

.fs-18px {
  font-size: 18px
}

.fs-19px {
  font-size: 19px
}

.fs-20px {
  font-size: 20px
}

.fs-21px {
  font-size: 21px
}

.fs-22px {
  font-size: 22px
}

.fs-23px {
  font-size: 23px
}

.fs-24px {
  font-size: 24px
}

.font-weight-light {
  font-weight: light !important
}

.font-weight-normal {
  font-weight: 400 !important
}

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

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

.text-decoration-none {
  text-decoration: none !important
}

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

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

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

.text-minus-indent {
  text-indent: -1em;
  padding-left: 1em
}

.d-block {
  display: block !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline {
  display: inline !important
}

.d-none {
  display: none !important
}

.text-link {
  color: #0c7061;
  text-decoration: underline !important
}

.text-link:hover {
  text-decoration: none !important
}

.link-with-icon[target$=blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 15px;
  margin-left: .5em;
  background: url(../images/common/icon-blank.svg) bottom/13px 15px no-repeat
}

.link-with-icon[href$=".pdf"]:after,
.link-with-icon[href*=".pdf#"]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 13px;
  margin-left: .5em;
  background: url(../images/common/icon-pdf.png) bottom/12px 13px no-repeat
}

.phone-num {
  color: #f30;
  font-size: 30px;
  margin-left: 10px
}

.green-icon {
  position: relative;
  margin-bottom: 5px
}

.green-icon:before {
  position: absolute;
  left: -1em;
  content: url(../../../dist/common/images/common/icon-arrow04.svg)
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto
}

.rebirth-m {
  height: 200px;
  background: rgba(255, 0, 0, .5)
}

.rebirth-m,
.rebirth-p {
  margin: 0 calc(50% - 50vw)
}

.rebirth-p {
  padding: 0 calc(50vw - 50%)
}

.sinsa-block,
.tcenter {
  text-align: center
}

.sinsa-block {
  background: #fff;
  border-radius: 30px;
  max-width: 800px;
  margin: auto;
  padding: 20px
}

.border-g {
  border: 6px solid #1b8058;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.sinsa-lead-g {
  color: #00974b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5
}

.buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: auto
}

.buttons-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.ti10 {
  padding-left: 1em;
  text-indent: -1em
}

.privacytb,
.privacytb02 {
  border-collapse: collapse;
  margin: 0 auto 20px;
  font-size: 140%
}

.privacytb caption {
  text-align: right
}

.privacytb02 th,
.privacytb th {
  background: #fffef0;
  white-space: nowrap
}

.privacytb02 th {
  text-align: center !important
}

.privacytb02 td,
.privacytb td {
  background: #fff
}

.privacytb .ori {
  background: #fffef0;
  white-space: normal
}

.privacytb .le {
  border-left: 1px solid #fffef0
}

.privacytb .bo {
  border-bottom: 1px solid #fff
}

.privacytb td,
.privacytb th {
  text-align: left;
  padding: 10px 15px;
  border: 1px solid #D5D5D5
}

.privacytb02 td,
.privacytb02 th {
  text-align: left;
  padding: 10px;
  border: 1px solid #D5D5D5
}

.privacytb .sya {
  padding: 0;
  margin: 0
}

.privacytb .noborder {
  border-bottom: none;
  padding-top: 5px;
  vertical-align: text-top
}

.saigaitb {
  border-collapse: collapse;
  font-size: 140%;
  margin: 0 0 30px
}

.saigaitb caption {
  margin-bottom: 5px
}

.borrowsGaiyou {
  padding: .5px 5% 10px;
  margin: 50px auto;
  text-align: center;
  font-weight: 700
}

.borrowsGaiyou ul {
  margin: 0 auto
}

.borrowsGaiyou li {
  display: inline-block;
  margin: 0 20px 20px 0
}

.borrowsGaiyou-radius_img {
  border-radius: 20px
}

.t120b {
  font-weight: 700;
  font-size: 180%
}

.marB15 {
  margin-bottom: 15px
}

.marB20 {
  margin-bottom: 20px
}

.sinsa-lead {
  color: #dcb414;
  font-weight: 700
}

#search input.submit {
  display: inline;
  float: left;
  width: 40px;
  zoom: 1;
  margin: 0;
  padding: 0
}

#cse-search-results iframe {
  width: 100%
}

.gaiyouchu {
  font-size: 13px;
  line-height: 1.6
}

.gaiyouchu:before {
  content: "(注)"
}

.gaiyouchu th {
  font-weight: 400;
  vertical-align: top
}

#information {
  margin: 0;
  padding: 0 10px 10px;
  font-size: 1.5rem;
  width: 100%
}

#information dl dt {
  float: left;
  width: 10em;
  padding: 10px 0;
  text-indent: 1em;
  line-height: 150%
}

#information dl dd {
  padding: 10px 0 10px 10em;
  line-height: 150%;
  border-bottom: 1px solid #ccc
}

/*.icon a[target$=blank] {
  background: url(../images/common/icon-blank.svg) no-repeat 100%;
  padding: 0 20px 0 0;
  background-size: 13px
}

.icon a[href$=".pdf"] {
  background: url(../images/common/icon-pdf.png) no-repeat 100%;
  padding: 0 20px 0 0
}

.icon a[href*=".pdf#"] {
  background: url(../images/common/icon-pdf.png) no-repeat 100%;
  padding: 0 20px 0 0
}*/

#information a {
  text-decoration: underline;
	color: #0c7061;
}

#information a:hover {
  color: #0c7061;
}

.spmode {
  display: none
}

.beginnersp {
  font-size: 1.5rem !important;
  font-weight: 700;
  margin-bottom: 5px !important;
  color: #007463
}

.boxpd01 {
  padding: 1.5rem !important
}

.boxpd02 {
  padding: 3rem !important
}

.point1 {
  margin-bottom: 40px
}

.point1 li {
  background: url(../images/common/icon-arrow01.svg) no-repeat 0 .4em;
  margin: 0 0 8px;
  padding-left: 18px;
  font-size: 1.5rem;
  background-size: 10px;
  line-height: 1.6
}

.summer-event {
  text-align: center
}

.summer-event__img {
  position: relative
}

.summer-event__img>img {
  width: 100%
}

.summer-event__link {
  width: 60%;
  max-width: 300px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.summer-event__link:hover {
  opacity: .7
}

.summer-event__link--01 {
  bottom: 2%
}

.summer-event__link--02 {
  bottom: 6%
}

.summer-event__link--03 {
  bottom: 6%
}

.summer-event__link--04 {
  bottom: 17%
}

.summer-event__link>img {
  width: 100%
}

.summer-event__title {
	background: #da5283;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	padding: 5px 20px;
	margin: 60px auto 15px;
}

.summer-event__tel .borrows-tel__heading {
	display: none;
}

.summer-event__tel .borrows-tel {
	margin-bottom: 0;
}

.summer-event__janame {
	font-size: 2.5rem;
	color: #006b5a;
	margin-top: 30px;
}

.summer-event__janame:before {
  content: '●';
  color: #f4b600;
  margin-right: 5px;
}

.free-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.free-table dt {
  width: 90px
}

.free-table dd {
  width: calc(100% - 90px)
}

.free-table--02 .t--01 {
  width: 40px
}

.free-table--02 .t--02 {
  width: calc(100% - 140px)
}

.soudankai-banner {
  width: 100%
}

@media (min-width:768.98px) {
  .pc-none {
    display: none
  }
}

@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none
  }
}

@media (min-width:769px) {
  .summer-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .summer-event__img {
    width: 50%
  }

  .summer-event__img--width-100 {
    width: 100%
  }

  .summer-event__link {
    width: 50%
  }

  .summer-event__link--01 {
    top: 72%;
    left: 60%
  }

  .summer-event__link--02 {
    top: 70%;
    left: 41%
  }

  .summer-event__link--03 {
    top: 60%;
    left: 60%
  }

  .summer-event__link--04 {
    top: 58%;
    left: 44%
  }

  .summer-event__link {
    bottom: auto
  }
}

@media (max-width:1100px) {
  .top-slide-prev {
    left: 10px
  }

  .top-slide-next {
    right: 10px
  }
}

@media (max-width:1024px) {
  .wrapper {
    padding: 0 20px
  }

  .sizeL .header-top-area-size--big:after {
    bottom: -7px
  }

  .br-pc {
    display: block
  }

  .header-top-area-list {
    margin-right: 14px
  }

  .breadcrumbs__list {
    padding: 1rem 20px
  }

  .footer-main .footer-title {
    width: 170px
  }

  .footer-main .footer-container-box__list-item {
    font-size: 13px
  }

  .footer-bottom__list-item {
    font-size: 11px
  }

  .header-top__title {
    max-width: 240px;
    width: 100%
  }

  .header-top-area-list {
    margin-left: 4px;
    margin-right: 12px
  }

  .header-top-area-list__item {
    font-size: 12px
  }

  .header-top-area-list__item-icon--01,
  .header-top-area-list__item-icon--02,
  .header-top-area-list__item-icon--03 {
    width: 20px
  }

  .header-top-area-size {
    margin-right: 12px;
    padding: 7px 8px 5px;
    font-size: 12px
  }

  .header-top-area-size button {
    margin-left: 3px
  }

  .header-top-area-size--small {
    font-size: 11px
  }

  .header-top-area-size--normal {
    font-size: 12px
  }

  .header-top-area-size--big {
    font-size: 14px
  }

  .header-top-area-search__text {
    max-width: 120px
  }

  .header-bottom .gnav__item-inner {
    font-size: 14px
  }

  .bankheader_small {
    display: contents
  }

  .table.mycartable {
    display: none
  }

  .table.mycartable.mycartable_sp {
    display: inline-table
  }

  .table.mycartable.mycartable_sp tbody,
  .table.mycartable.mycartable_sp tr {
    width: 100%
  }

  .table-wrapper-full {
    overflow-x: scroll
  }

  .table-wrapper-full .table {
    min-width: 950px
  }

  .page-block--fin {
    margin-bottom: 150px
  }

  .saving-list__item {
    width: 50%
  }

  /*.top-important01__title {
    width: 140px;
    font-size: 1.6rem
  }

  .top-important01-area {
    width: calc(100% - 140px)
  }

  .top-important01-area__text,
  .top-important01-area__time {
    margin-bottom: 8px;
    font-size: 1.3rem
  }

  .top-important01-area__link {
    font-size: 1.2rem
  }

  .top-important01-area__link:after {
    width: 12px;
    height: 12px
  }*/

  .top-important02 {
    padding: 20px 30px 16px
  }

  .top-important02__title {
    font-size: 1.8rem
  }

  .top-important02__link,
  .top-important02__text {
    font-size: 1.3rem
  }

  .top-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .top-area-block01 {
    margin-bottom: 50px
  }

  .top-area-block01-top {
    padding-right: 30px
  }

  .top-area-block01-top-box__text {
    font-size: 1.5rem
  }

  .top-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 82px;
    padding: 26px 0
  }

  .top-list-item {
    margin-left: 0;
    margin-bottom: 20px
  }

  .top-list-item--none {
    margin-bottom: 0 !important
  }

  .top-container__box {
    font-size: 1.8rem
  }

  .top-container__box a {
    padding: 14px 0 14px 10px
  }

  .top-container__box a img {
    width: 18px
  }

  .top-news-list {
    padding: 36px 30px 25px
  }

  .top-news-list__item-cate {
    width: 100px;
    height: 20px;
    margin-right: 20px;
    font-size: 1.2rem
  }

  .top-news-list__item-time {
    font-size: 1.6rem
  }

  .top-news-list__item-title {
    width: 400px;
    font-size: 1.6rem
  }

  .top-shop .top-shop-container-box__title {
    width: 120px;
    height: 80px;
    font-size: 1.4rem
  }

  .top-shop .top-shop-container-box-list {
    margin-left: 20px
  }

  .top-shop .top-shop-container-box-list__item {
    font-size: 1.4rem
  }

  .mt-pc-0 {
    margin-top: 0 !important
  }

  .mr-pc-0 {
    margin-right: 0 !important
  }

  .mb-pc-0 {
    margin-bottom: 0 !important
  }

  .ml-pc-0 {
    margin-left: 0 !important
  }

  .pt-pc-0 {
    padding-top: 0 !important
  }

  .pr-pc-0 {
    padding-right: 0 !important
  }

  .pb-pc-0 {
    padding-bottom: 0 !important
  }

  .pl-pc-0 {
    padding-left: 0 !important
  }

  .mt-pc-1 {
    margin-top: .5rem !important
  }

  .mr-pc-1 {
    margin-right: .5rem !important
  }

  .mb-pc-1 {
    margin-bottom: .5rem !important
  }

  .ml-pc-1 {
    margin-left: .5rem !important
  }

  .pt-pc-1 {
    padding-top: .5rem !important
  }

  .pr-pc-1 {
    padding-right: .5rem !important
  }

  .pb-pc-1 {
    padding-bottom: .5rem !important
  }

  .pl-pc-1 {
    padding-left: .5rem !important
  }

  .mt-pc-2 {
    margin-top: 1rem !important
  }

  .mr-pc-2 {
    margin-right: 1rem !important
  }

  .mb-pc-2 {
    margin-bottom: 1rem !important
  }

  .ml-pc-2 {
    margin-left: 1rem !important
  }

  .pt-pc-2 {
    padding-top: 1rem !important
  }

  .pr-pc-2 {
    padding-right: 1rem !important
  }

  .pb-pc-2 {
    padding-bottom: 1rem !important
  }

  .pl-pc-2 {
    padding-left: 1rem !important
  }

  .mt-pc-3 {
    margin-top: 1.5rem !important
  }

  .mr-pc-3 {
    margin-right: 1.5rem !important
  }

  .mb-pc-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-pc-3 {
    margin-left: 1.5rem !important
  }

  .pt-pc-3 {
    padding-top: 1.5rem !important
  }

  .pr-pc-3 {
    padding-right: 1.5rem !important
  }

  .pb-pc-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-pc-3 {
    padding-left: 1.5rem !important
  }

  .mt-pc-4 {
    margin-top: 2rem !important
  }

  .mr-pc-4 {
    margin-right: 2rem !important
  }

  .mb-pc-4 {
    margin-bottom: 2rem !important
  }

  .ml-pc-4 {
    margin-left: 2rem !important
  }

  .pt-pc-4 {
    padding-top: 2rem !important
  }

  .pr-pc-4 {
    padding-right: 2rem !important
  }

  .pb-pc-4 {
    padding-bottom: 2rem !important
  }

  .pl-pc-4 {
    padding-left: 2rem !important
  }

  .mt-pc-5 {
    margin-top: 2.5rem !important
  }

  .mr-pc-5 {
    margin-right: 2.5rem !important
  }

  .mb-pc-5 {
    margin-bottom: 2.5rem !important
  }

  .ml-pc-5 {
    margin-left: 2.5rem !important
  }

  .pt-pc-5 {
    padding-top: 2.5rem !important
  }

  .pr-pc-5 {
    padding-right: 2.5rem !important
  }

  .pb-pc-5 {
    padding-bottom: 2.5rem !important
  }

  .pl-pc-5 {
    padding-left: 2.5rem !important
  }

  .mt-pc-6 {
    margin-top: 3rem !important
  }

  .mr-pc-6 {
    margin-right: 3rem !important
  }

  .mb-pc-6 {
    margin-bottom: 3rem !important
  }

  .ml-pc-6 {
    margin-left: 3rem !important
  }

  .pt-pc-6 {
    padding-top: 3rem !important
  }

  .pr-pc-6 {
    padding-right: 3rem !important
  }

  .pb-pc-6 {
    padding-bottom: 3rem !important
  }

  .pl-pc-6 {
    padding-left: 3rem !important
  }

  .mt-pc-7 {
    margin-top: 3.5rem !important
  }

  .mr-pc-7 {
    margin-right: 3.5rem !important
  }

  .mb-pc-7 {
    margin-bottom: 3.5rem !important
  }

  .ml-pc-7 {
    margin-left: 3.5rem !important
  }

  .pt-pc-7 {
    padding-top: 3.5rem !important
  }

  .pr-pc-7 {
    padding-right: 3.5rem !important
  }

  .pb-pc-7 {
    padding-bottom: 3.5rem !important
  }

  .pl-pc-7 {
    padding-left: 3.5rem !important
  }

  .mt-pc-8 {
    margin-top: 4rem !important
  }

  .mr-pc-8 {
    margin-right: 4rem !important
  }

  .mb-pc-8 {
    margin-bottom: 4rem !important
  }

  .ml-pc-8 {
    margin-left: 4rem !important
  }

  .pt-pc-8 {
    padding-top: 4rem !important
  }

  .pr-pc-8 {
    padding-right: 4rem !important
  }

  .pb-pc-8 {
    padding-bottom: 4rem !important
  }

  .pl-pc-8 {
    padding-left: 4rem !important
  }

  .fs-pc-10 {
    font-size: 1rem !important
  }

  .fs-pc-11 {
    font-size: 1.1rem !important
  }

  .fs-pc-12 {
    font-size: 1.2rem !important
  }

  .fs-pc-13 {
    font-size: 1.3rem !important
  }

  .fs-pc-14 {
    font-size: 1.4rem !important
  }

  .fs-pc-15 {
    font-size: 1.5rem !important
  }

  .fs-pc-16 {
    font-size: 1.6rem !important
  }

  .fs-pc-17 {
    font-size: 1.7rem !important
  }

  .fs-pc-18 {
    font-size: 1.8rem !important
  }

  .fs-pc-19 {
    font-size: 1.9rem !important
  }

  .fs-pc-20 {
    font-size: 2rem !important
  }

  .fs-pc-21 {
    font-size: 2.1rem !important
  }

  .fs-pc-22 {
    font-size: 2.2rem !important
  }

  .fs-pc-23 {
    font-size: 2.3rem !important
  }

  .fs-pc-24 {
    font-size: 2.4rem !important
  }

  .fs-pc-10px {
    font-size: 10px !important
  }

  .fs-pc-11px {
    font-size: 11px !important
  }

  .fs-pc-12px {
    font-size: 12px !important
  }

  .fs-pc-13px {
    font-size: 13px !important
  }

  .fs-pc-14px {
    font-size: 14px !important
  }

  .fs-pc-15px {
    font-size: 15px !important
  }

  .fs-pc-16px {
    font-size: 16px !important
  }

  .fs-pc-17px {
    font-size: 17px !important
  }

  .fs-pc-18px {
    font-size: 18px !important
  }

  .fs-pc-19px {
    font-size: 19px !important
  }

  .fs-pc-20px {
    font-size: 20px !important
  }

  .fs-pc-21px {
    font-size: 21px !important
  }

  .fs-pc-22px {
    font-size: 22px !important
  }

  .fs-pc-23px {
    font-size: 23px !important
  }

  .fs-pc-24px {
    font-size: 24px !important
  }

  .d-pc-block {
    display: block !important
  }

  .d-pc-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-pc-inline {
    display: inline !important
  }

  .d-pc-none {
    display: none !important
  }

  .spmode {
    display: inline-table
  }

  body {
    padding-bottom: 8rem
  }
}

@media (max-width:1000px) {
  .top-slide__item {
    padding: 0
  }
}

@media (max-width:900px) {
  .borrows-tel__item:not(:last-of-type) {
    padding-right: 15px
  }

  .borrows-tel__item:not(:first-of-type) {
    padding-left: 15px
  }
}

@media (max-width:870px) {
  .header-top__title {
    max-width: 180px
  }

  .header-top-area-list__item {
    font-size: 11px
  }

  .header-top-area-list__item-icon--01,
  .header-top-area-list__item-icon--02,
  .header-top-area-list__item-icon--03 {
    width: 18px
  }

  .header-top-area-search__text {
    max-width: 110px
  }

  .header-bottom .gnav__item-inner {
    font-size: 12px
  }
}

@media only screen and (orientation:landscape) and (max-width:812px) {
  .drawer-modal .modal-nav__list-item {
    font-size: 14px
  }

  .drawer-modal .modal-nav__list-item a {
    padding: 12px 0
  }
}

@media (max-width:800px) {
  .header-top-area-search {
    margin-left: 10px
  }

  .header-top-area-size {
    margin: 0 auto
  }

  .borrowsGaiyou2 li,
  .borrowsGaiyou li {
    margin: 0 0 20px
  }
}

@media (max-width:768.98px) {
  .tb-none {
    display: none !important
  }
}

@media (max-width:768px) {

  .br-tb,
  .footer-sp {
    display: block
  }

  .footer-sp {
    background: #fff
  }

  /*.pagetop a {
    padding: 14px 0
  }

  .pagetop a img {
    width: 130px
  }

  .pagetop a:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }*/

  .footer-main {
    display: none
  }

  .footer-bottom {
    padding: 20px 0 12px
  }

  .footer-bottom__list {
    display: none
  }

  .footer-bottom__list-sp {
    display: block;
    margin-bottom: 35px
  }

  .footer-bottom .copyright {
    float: none;
    font-size: 14px;
    text-align: center
  }

  /*.header {
    background-color: transparent;
    background-image: url(../images/common/header/header-line-sp.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    padding-top: 30px
  }

  .header-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 22px
  }

  .header-top__title {
    max-width: 280px;
    margin-top: 14px;
    margin-right: 14px
  }
*/
  .header-top-area {
    display: none
  }

  .header-top-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .header-bottom {
    display: none
  }

  .login {
    -webkit-transform: translate(100%);
    transform: translate(100%);
    top: 140px;
    width: 100%;
    -webkit-animation: fadeout .5s ease-in forwards;
    animation: fadeout .5s ease-in forwards
  }

  .login.open2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: fadein .5s ease-in-out forwards;
    animation: fadein .5s ease-in-out forwards
  }

  .heading-page {
    line-height: 1.3
  }

  .link-list--row .link-list__item {
    width: 33%
  }

  .top-slide-pagination--mb {
    margin-bottom: 40px
  }

  /*.top .swiper-button-next.top-slide-next,
  .top .swiper-button-prev.top-slide-prev {
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    bottom: -36px
  }*/

  .top-slide-prev {
    left: 0;
    right:auto
  }

  .top-slide-next {
    right: 0;
    left: auto
  }

  .footer-slide-pagination--mb,
  .top .footer-slide-pagination--mb {
    margin-bottom: 40px
  }

  .footer-slide-pagination {
    margin-top: 15px
  }

  .table-wrapper {
    overflow-x: scroll
  }

  .responsive-table {
    border-collapse: separate;
    border-spacing: 0
  }

  .responsive-table>tbody>tr>td,
  .responsive-table>tbody>tr>th {
    width: 100%;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none
  }

  .responsive-table>tbody tr:last-child td {
    border-bottom: none
  }

  .jasoudanbox2,
  .jasoudanbox3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .bank-table-overflow {
    overflow-x: scroll
  }

  .borrows-list__item {
    width: 100%
  }

  .borrows-tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .borrows-tel__item {
    width: 100%;
    max-width: 400px
  }

  .borrows-tel__item:not(:last-of-type) {
    padding-right: 0
  }

  .borrows-tel__item:not(:last-of-type):before {
    display: none
  }

  .borrows-tel__item:not(:first-of-type) {
    padding-left: 0
  }

  .borrows-tel__item:nth-of-type(2) {
    width: 100%
  }

  .campaign-link__item {
    width: calc(50% - 31px)
  }

  .complaint-table table th {
    width: 8em
  }

  .contact-card__text>p:before {
    left: -4px
  }

  .contact-card__text--orange>p:before {
    left: 14%
  }

  .contact-card__text>p br {
    display: block
  }

  .contribution-p:first-child {
    margin-top: 0
  }

  .contribution-p:last-child {
    margin-bottom: 0
  }

  .contribution-link__item {
    width: calc(50% - 31px)
  }

  .contribution04 .contribution_linkimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center
  }

  .contribution04 .contribution_linkimg_img {
    max-width: 250px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px
  }

  .contribution18-list_title {
    text-align: center
  }

  .important-news__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .important-news__title {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 0
  }

  .important-news__text {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0
  }

  .jahiroshima-flex__item {
    width: 100%
  }

  .jahiroshima-bnr-list__item {
    width: 33%
  }

  .loss-procedure-box-inner {
    width: 100%;
    padding: 30px 0
  }

  .loss-procedure-box-inner-header,
  .loss-procedure-box-inner-text {
    padding: 20px
  }

  .news-list-item_category {
    margin-bottom: 1em
  }

  .news-list-item_date {
    margin-bottom: 0.5em;
    margin-right: 0
  }

  .news-list-item_info {
    margin-bottom: 1em;
  }

  .news-list-item_info,
  .sanfre201704table th {
    width: 100%;
  }

  .page-block--mt {
    margin-top: 40px
  }

  .page-block--mb {
    margin-bottom: 30px
  }

  .privacy__container {
    width: 100%
  }

  .privacy-item {
    margin: 0;
    padding: 0
  }

  .privacy-item__title:before {
    margin-left: 0;
    margin-right: 0
  }

  .saving-list__item {
    width: 50%
  }

  .saving-adobe-reader__image {
    margin-right: 2rem
  }

  .sitemap {
    margin: -30px 0 0 -10px
  }

  .sitemap__gap {
    padding: 30px 0 0 10px
  }

  .sitemap__item {
    font-size: 18px
  }

  .sitemap-accordion__link,
  .sitemap-accordion__title {
    font-size: 15px
  }

  /*.top-important01__title {
    width: 130px;
    font-size: 1.4rem
  }

  .top-important01-area {
    width: calc(100% - 130px)
  }*/

  .top-important02 {
    padding: 20px 24px 16px
  }

  .top-important02__title {
    margin-bottom: 12px
  }

  .top-important02__text {
    font-size: 1.4rem
  }

  .top-area-block01 {
    width: 100%;
    max-width: 520px
  }

  .top-area-block01-top {
    padding-right: 24px
  }

  .top-area-block01-top__images {
    margin-right: 14px;
    padding: 8px 12px
  }

  .top-area-block01-top-box__title img {
    width: 134px
  }

  .top-area-block01-top-box__text {
    font-size: 1.3rem
  }

  .top-area-block01-bottom-box--orange {
    width: 100%;
    max-width: 270px;
    margin-right: 16px
  }

  .top-area-block01-bottom-box--blue {
    width: 100%;
    max-width: 230px
  }

  .top-area-block01-bottom-box__text {
    font-size: 1.6rem
  }

  .top-list {
    max-width: 444px
  }

  .top-list-item {
    width: 100%;
    max-width: 212px;
    padding: 0 7px 15px
  }

  .top-situation__link {
    width: 300px;
    margin-bottom: 80px;
    font-size: 1.8rem
  }

  .top-situation__link a {
    padding: 12px 0
  }

  .top-situation__link img {
    width: 20px;
    height: 25px;
    margin-right: 12px
  }

  .top-situation__bunner {
    width: 100%;
    max-width: 400px
  }

  .top-container {
    padding: 4px 0
  }

  .top-container__box {
    font-size: 1.6rem
  }

  .top-container__box a {
    padding: 14px 0 14px 10px
  }

  .top-news .heading-page {
    padding-left: 0;
    padding-right: 0
  }

  .top-news .heading-page__link {
    padding: 2px 12px;
    font-size: 1.4rem
  }

  .top-news .heading-page__link img {
    width: 14px;
    height: 14px;
    margin-right: 8px
  }

  .top-news-list {
    padding: 30px 26px 25px
  }

  .top-news-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc
  }

  .top-news-list__item:last-child {
    padding-bottom: 0;
    border-bottom: none
  }

  .top-news-list__item-cate {
    margin-top: 2px
  }

  .top-news-list__item-time {
    margin-right: 0
  }

  .top-news-list__item-title {
    width: 100%;
    margin-top: 12px
  }

  .top-shop .top-shop-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .top-shop .top-shop-container-box__title {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 0 6px 15px;
    font-size: 1.6rem;
    text-align: left
  }

  .top-shop .top-shop-container-box__title .br-news {
    display: none
  }

  .top-shop .top-shop-container-box--w100 {
    width: 100%;
    margin-bottom: 20px
  }

  .top-shop .top-shop-container-box-list:first-child {
    margin-left: 10px
  }

  .top-shop .top-shop-container-box-list__item {
    margin-bottom: 13px
  }

  .top-shop .top-shop-container-box-list__item img {
    width: 15px
  }

  .mt-tb-0 {
    margin-top: 0 !important
  }

  .mr-tb-0 {
    margin-right: 0 !important
  }

  .mb-tb-0 {
    margin-bottom: 0 !important
  }

  .ml-tb-0 {
    margin-left: 0 !important
  }

  .pt-tb-0 {
    padding-top: 0 !important
  }

  .pr-tb-0 {
    padding-right: 0 !important
  }

  .pb-tb-0 {
    padding-bottom: 0 !important
  }

  .pl-tb-0 {
    padding-left: 0 !important
  }

  .mt-tb-1 {
    margin-top: .5rem !important
  }

  .mr-tb-1 {
    margin-right: .5rem !important
  }

  .mb-tb-1 {
    margin-bottom: .5rem !important
  }

  .ml-tb-1 {
    margin-left: .5rem !important
  }

  .pt-tb-1 {
    padding-top: .5rem !important
  }

  .pr-tb-1 {
    padding-right: .5rem !important
  }

  .pb-tb-1 {
    padding-bottom: .5rem !important
  }

  .pl-tb-1 {
    padding-left: .5rem !important
  }

  .mt-tb-2 {
    margin-top: 1rem !important
  }

  .mr-tb-2 {
    margin-right: 1rem !important
  }

  .mb-tb-2 {
    margin-bottom: 1rem !important
  }

  .ml-tb-2 {
    margin-left: 1rem !important
  }

  .pt-tb-2 {
    padding-top: 1rem !important
  }

  .pr-tb-2 {
    padding-right: 1rem !important
  }

  .pb-tb-2 {
    padding-bottom: 1rem !important
  }

  .pl-tb-2 {
    padding-left: 1rem !important
  }

  .mt-tb-3 {
    margin-top: 1.5rem !important
  }

  .mr-tb-3 {
    margin-right: 1.5rem !important
  }

  .mb-tb-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-tb-3 {
    margin-left: 1.5rem !important
  }

  .pt-tb-3 {
    padding-top: 1.5rem !important
  }

  .pr-tb-3 {
    padding-right: 1.5rem !important
  }

  .pb-tb-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-tb-3 {
    padding-left: 1.5rem !important
  }

  .mt-tb-4 {
    margin-top: 2rem !important
  }

  .mr-tb-4 {
    margin-right: 2rem !important
  }

  .mb-tb-4 {
    margin-bottom: 2rem !important
  }

  .ml-tb-4 {
    margin-left: 2rem !important
  }

  .pt-tb-4 {
    padding-top: 2rem !important
  }

  .pr-tb-4 {
    padding-right: 2rem !important
  }

  .pb-tb-4 {
    padding-bottom: 2rem !important
  }

  .pl-tb-4 {
    padding-left: 2rem !important
  }

  .mt-tb-5 {
    margin-top: 2.5rem !important
  }

  .mr-tb-5 {
    margin-right: 2.5rem !important
  }

  .mb-tb-5 {
    margin-bottom: 2.5rem !important
  }

  .ml-tb-5 {
    margin-left: 2.5rem !important
  }

  .pt-tb-5 {
    padding-top: 2.5rem !important
  }

  .pr-tb-5 {
    padding-right: 2.5rem !important
  }

  .pb-tb-5 {
    padding-bottom: 2.5rem !important
  }

  .pl-tb-5 {
    padding-left: 2.5rem !important
  }

  .mt-tb-6 {
    margin-top: 3rem !important
  }

  .mr-tb-6 {
    margin-right: 3rem !important
  }

  .mb-tb-6 {
    margin-bottom: 3rem !important
  }

  .ml-tb-6 {
    margin-left: 3rem !important
  }

  .pt-tb-6 {
    padding-top: 3rem !important
  }

  .pr-tb-6 {
    padding-right: 3rem !important
  }

  .pb-tb-6 {
    padding-bottom: 3rem !important
  }

  .pl-tb-6 {
    padding-left: 3rem !important
  }

  .mt-tb-7 {
    margin-top: 3.5rem !important
  }

  .mr-tb-7 {
    margin-right: 3.5rem !important
  }

  .mb-tb-7 {
    margin-bottom: 3.5rem !important
  }

  .ml-tb-7 {
    margin-left: 3.5rem !important
  }

  .pt-tb-7 {
    padding-top: 3.5rem !important
  }

  .pr-tb-7 {
    padding-right: 3.5rem !important
  }

  .pb-tb-7 {
    padding-bottom: 3.5rem !important
  }

  .pl-tb-7 {
    padding-left: 3.5rem !important
  }

  .mt-tb-8 {
    margin-top: 4rem !important
  }

  .mr-tb-8 {
    margin-right: 4rem !important
  }

  .mb-tb-8 {
    margin-bottom: 4rem !important
  }

  .ml-tb-8 {
    margin-left: 4rem !important
  }

  .pt-tb-8 {
    padding-top: 4rem !important
  }

  .pr-tb-8 {
    padding-right: 4rem !important
  }

  .pb-tb-8 {
    padding-bottom: 4rem !important
  }

  .pl-tb-8 {
    padding-left: 4rem !important
  }

  .fs-tb-10 {
    font-size: 1rem !important
  }

  .fs-tb-11 {
    font-size: 1.1rem !important
  }

  .fs-tb-12 {
    font-size: 1.2rem !important
  }

  .fs-tb-13 {
    font-size: 1.3rem !important
  }

  .fs-tb-14 {
    font-size: 1.4rem !important
  }

  .fs-tb-15 {
    font-size: 1.5rem !important
  }

  .fs-tb-16 {
    font-size: 1.6rem !important
  }

  .fs-tb-17 {
    font-size: 1.7rem !important
  }

  .fs-tb-18 {
    font-size: 1.8rem !important
  }

  .fs-tb-19 {
    font-size: 1.9rem !important
  }

  .fs-tb-20 {
    font-size: 2rem !important
  }

  .fs-tb-21 {
    font-size: 2.1rem !important
  }

  .fs-tb-22 {
    font-size: 2.2rem !important
  }

  .fs-tb-23 {
    font-size: 2.3rem !important
  }

  .fs-tb-24 {
    font-size: 2.4rem !important
  }

  .fs-tb-10px {
    font-size: 10px !important
  }

  .fs-tb-11px {
    font-size: 11px !important
  }

  .fs-tb-12px {
    font-size: 12px !important
  }

  .fs-tb-13px {
    font-size: 13px !important
  }

  .fs-tb-14px {
    font-size: 14px !important
  }

  .fs-tb-15px {
    font-size: 15px !important
  }

  .fs-tb-16px {
    font-size: 16px !important
  }

  .fs-tb-17px {
    font-size: 17px !important
  }

  .fs-tb-18px {
    font-size: 18px !important
  }

  .fs-tb-19px {
    font-size: 19px !important
  }

  .fs-tb-20px {
    font-size: 20px !important
  }

  .fs-tb-21px {
    font-size: 21px !important
  }

  .fs-tb-22px {
    font-size: 22px !important
  }

  .fs-tb-23px {
    font-size: 23px !important
  }

  .fs-tb-24px {
    font-size: 24px !important
  }

  .d-tb-block {
    display: block !important
  }

  .d-tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-tb-inline {
    display: inline !important
  }

  .d-tb-none {
    display: none !important
  }

  .box1 {
    background: green
  }

  #information dl dt {
    float: none;
    width: auto;
    padding: 10px 0 0;
    text-indent: 0
  }

  #information dl dd {
    padding: 0 0 10px
  }
}

@media (max-width:680px) {
  .top-container {
    display: block
  }

  .top-container__box {
    width: 100%;
    border-bottom: 1px solid #898989;
    font-size: 2rem
  }

  .top-container__box:last-child {
    border-bottom: none
  }

  .top-container__box:after,
  .top-container__box:before {
    content: none
  }
.buttons-list li,
.buttons-list li a{
	width: 100% !important;
	min-width: 100% !important
}	
}

@media (max-width:480px) {
  .sp-none {
    display: none
  }

  .wrapper {
    padding: 0 12px
  }

  .br-sp {
    display: block
  }

  .header-top__title {
    margin-right: 20px;
    width: 100%
  }

  .footer-sp-list__item {
    font-weight: 400
  }

  .box-stripe--link {
    min-height: 80px;
    font-size: 1.4rem
  }

  .button-stripe__text {
    font-size: 1.6rem
  }

  .button-stripe__subtext {
    font-size: 1rem
  }

  .footer-sp-list__item {
    padding-left: 8px;
    font-size: 14px
  }

  .footer-sp-list__item a {
    padding: 14px 0
  }

  .footer-sp-list__item a:before {
    width: 16px;
    height: 16px;
    margin-right: 7px
  }

  /*.pagetop a {
    padding: 12px 0
  }

  .pagetop a img {
    width: 100px
  }*/

  .footer-bottom {
    padding: 16px 0 10px
  }

  .footer-bottom__list-sp {
    margin-bottom: 28px
  }

  .footer-bottom__list-sp-item {
    font-size: 13px
  }

  .footer-bottom__list-sp-item a {
    padding: 10px 0 16px
  }

  .footer-bottom__list-sp-item a:before {
    width: 15px;
    height: 15px
  }

  .footer-bottom__list-sp-item a:after {
    height: 6px
  }

  .footer-bottom .copyright {
    font-size: 10px
  }

  /*.header {
    padding-top: 24px
  }*/

  .header-top__title {
    max-width: 170px;
    margin-right: 0
  }

  .header-top-area-search__btn {
    width: 25px;
    height: 25px;
    border: 1px solid #fff
  }

  .header-top-sp-box {
    margin-right: 7px
  }

  .header-top-sp-box__images {
    width: 50px;
    height: 50px;
    margin-bottom: 3px
  }

  .header-top-sp-box__images-icon--01 {
    width: 20px;
    height: 23px;
  }

  .header-top-sp-box__images-icon--02 {
    width: 25px;
    height: 25px
  }

  .header-top-sp-box__images-icon--03 {
    width: 20px;
    height: 20px
  }

  .header-top-sp-box__text {
    font-size: 10px
  }

  .header-top-sp-box__text--search {
    letter-spacing: -1px
  }

  .drawer-modal .modal-nav__list-item {
    font-size: 14px
  }

  .drawer-modal .modal-nav__list-item a {
    padding: 12px 0
  }

  .login {
    top: 100px
  }

  .login-block1 {
    padding: 5px
  }

  .login-block1__img {
    width: 120px
  }

  .login-block1__title {
    max-width: 134px;
    width: 100%
  }

  .login-block1__text {
    font-size: 10px
  }

  .login-block2__text {
    font-size: 14px
  }

  .heading-page,
  .heading-pg {
    font-size: 2rem
  }

  /*.heading-section-01 {
    padding: .8rem 1.6rem;
    border-radius: 3px;
    font-size: 1.3rem
  }*/

  .heading-section-green {
    padding: 1.2rem 2.4rem;
    border-radius: 3px;
    font-size: 1.6rem
  }

  .heading-page-sub[data-toggle] {
    pointer-events: all;
    cursor: pointer
  }

  .heading-page-sub[data-toggle=open]:after {
	  font-family: 'FontAwesome';
	  content: "\f077"
  }

  .heading-page-sub[data-toggle=close]:after {
	  font-family: 'FontAwesome';
	  content: "\f078"
  }

  .heading-page-sub {
    font-size: 1.6rem
  }

  .link-list--row .link-list__item {
    width: 50%
  }

  .top .swiper-button-next.top-slide-next,
  .top .swiper-button-prev.top-slide-prev {
    width: 22px;
    height: 22px;
    bottom: -31px
  }

  .banner-slider .swiper-button-next.footer-slide-next,
  .banner-slider .swiper-button-prev.footer-slide-prev,
  .footer .swiper-button-next.footer-slide-next,
  .footer .swiper-button-prev.footer-slide-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .footer-slide-container {
    margin: 0 -12px
  }

  .footer-slide__item {
    padding: 0 3px;
    position: relative
  }

  .footer-slide__item:before {
    position: absolute;
    top: 0;
    left: 3px;
    right: 3px;
    content: "";
    display: block;
    max-width: 230px;
    width: calc(100% - 6px);
    height: 100%;
    background: #211815;
    opacity: .6
  }

  .footer-slide__item.swiper-slide-active:before {
    display: none
  }

  .footer-slide-prev {
    right: auto !important;
    left: 20px !important
  }

  .footer-slide-next {
    left: auto !important;
    right: 20px !important
  }

  .footer-slide-pagination {
    margin-top: 10px
  }

  .footer-slide-pagination>.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px
  }

  .table {
    font-size: 1.3rem
  }

  .table td,
  .table th {
    padding: .5rem 1rem
  }

  .jasoudan-phonebox {
    width: 100%
  }

  .jasoudan101001-imgbox {
    max-width: 100%
  }

  .borrows-card__title {
    font-size: 1.6rem
  }

  .borrows-card__merit,
  .borrows-card__spec,
  .borrows-card__text {
    font-size: 1.3rem
  }

  .borrows-tel__heading {
    font-size: 1.6rem
  }

  .borrows-tel__item {
    max-width: 300px
  }

  .marB60 {
    margin-bottom: 30px
  }

  .gaiyoutb .sub {
    width: 100%
  }

  .campaign-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .campaign-link__item {
    width: 100%;
    max-width: 300px
  }

  .complaint-table table th {
    width: 7em
  }

  .complaint-table table {
    font-size: 1.3rem
  }

  .complaint-table table td,
  .complaint-table table th {
    padding: 5px 0
  }

  .contact-flex__item {
    max-width: 100%;
    width: 100%
  }

  .contact-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto
  }
  .contact-card__text>p {
    padding-left: 0;
    text-align: left
  }

  .contact-card__text {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem
  }

  .contact-card__icon {
    position: relative;
    top: 0;
    margin-left: 1rem
  }

  .contribution_linkimg_img {
    margin: 0 25px 15px
  }

  .contribution-heading h4 {
    font-size: 1.7rem
  }

  .contribution-heading p {
    font-size: 1.3rem
  }

  .contribution-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .contribution-link__item {
    width: 100%;
    max-width: 300px
  }

  .contribution03_point-heading {
    font-size: 1.3rem
  }

  .contribution03-block__heading {
    font-size: 1.4rem
  }

  .contribution03-case-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .contribution03-case_imgwrap {
    max-width: inherit;
    height: 100%
  }

  .contribution03-alert {
    font-size: 1.1rem
  }

  .contribution07__img,
  .contribution09__img {
    margin: 0 5px
  }

  b.contribution18 .box-stripe__inner {
    padding: 20px 10px
  }

  .contribution18-list_item .date,
  .contribution18-list_item .title,
  .contribution18-list_item:before {
    font-size: 13px
  }

  .crime__link:after {
    width: 35px !important
  }

  .important-heading,
  .important-list {
    font-size: 1.3rem
  }

  .jahiroshima-bnr-list__item {
    width: 50%
  }

  .jahiroshima-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }

  .jahiroshima-info__time {
    width: 100%;
    margin-bottom: .5rem
  }

  .jahiroshima-info__link {
    width: 100%
  }

  .jahiroshima-ol {
    font-size: 1.3rem
  }

  .link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .link.page-inner {
    margin: 0 15px 0 -5px;
    max-width: 1010px
  }

  .link__gap {
    width: 100%;
    padding: 0 0 0 20px
  }

  .link__gap.item1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .link__gap.item2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .link__gap.item3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .link__gap.item4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .link-container__list {
    margin-bottom: 10px
  }

  .link-container__item {
    padding: 0 5px
  }

  .link-container__title[data-toggle]:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -1em;
    padding-top: .1em;
    border: 1px solid #007463;
    font-size: 1.4rem;
    color: #007463
  }

  .link-container__title[data-toggle=close]:after {
    content: "＋"
  }

  .link-container__title[data-toggle=open]:after {
    content: "ー"
  }

  .loss-cardbox {
    width: 100%
  }

  .news-list {
    font-size: 1.3rem
  }

  .page-block--mt {
    margin-top: 20px
  }

  .page-block--mb {
    margin-bottom: 20px
  }

  .page-block--fin {
    margin-bottom: 100px
  }

  .page-pg {
    font-size: 1.3rem
  }

  .saving-list__item {
    width: 100%
  }

  .saving-adobe-reader__image {
    margin-right: 0;
    margin-bottom: 1rem
  }

  .saving-adobe-reader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }

  .sitemap {
    margin: -20px 0 0 -10px
  }

  .sitemap__gap {
    padding: 20px 0 0 10px;
    width: 100%
  }

  .sitemap__item {
    position: relative
  }

  .sitemap__link--link {
    display: none
  }

  .sitemap__link--text {
    display: block
  }

  .sitemap__link--pc-none {
    display: block;
    position: relative
  }

  .sitemap__item[data-toggle]:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -1em;
    padding-top: .1em;
    border: 1px solid #71ba2e;
    font-size: 1.4rem;
    color: #71ba2e
  }

  .sitemap-accordion__title--pc-none[data-toggle=open]:after,
  .sitemap__item[data-toggle=open]:after {
    content: "ー"
  }

  .sitemap-accordion__title--pc-none[data-toggle=close]:after,
  .sitemap__item[data-toggle=close]:after {
    content: "＋"
  }

  .sitemap-accordion__title--pc-none[data-toggle]:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -1em;
    padding-top: .1em;
    border: 1px solid #dcb312;
    font-size: 1.4rem;
    color: #dcb312
  }

  .sitemap-accordion {
    padding: 0
  }

  .sitemap-accordion__title {
    display: none;
    font-size: 18px
  }

  .sitemap-accordion__title--pc-none {
    display: block
  }

  .sitemap-accordion__container {
    width: 90%
  }

  .box-stripe.sitemap__item.mt-6 {
    margin-top: 2rem !important
  }

  .sitemap__gap--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .sitemap__gap--2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .sitemap__gap--3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .sitemap__gap--4 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .sitemap__gap--5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .main.top {
    padding-top: 0
  }

  /*.top-important01 {
    margin-bottom: 12px
  }

  .top-important01__title {
    width: 30px;
    font-size: 3rem
  }

  .top-important01-area {
    width: calc(100% - 30px);
    padding: 10px 10px 8px
  }

  .top-important01-area__time {
    margin-bottom: 4px;
    font-size: 1.2rem
  }

  .top-important01-area__text {
    font-size: 1.2rem
  }

  .top-important01-area__link {
    font-size: 1.1rem
  }
*/
  .top-important02 {
    margin-bottom: 30px;
    padding: 16px 10px 12px
  }

  .top-important02__title {
    font-size: 1.6rem
  }

  .top-important02__text {
    font-size: 1.2rem
  }

  .top-important02__link {
    font-size: 1rem
  }

  .top-area {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%)
  }

  .top-area-block01 {
    margin-bottom: 32px
  }

  .top-area-block01-top {
    padding-right: 12px
  }

  .top-area-block01-top__images {
    padding: 6px 8px
  }

  .top-area-block01-top__images img {
    width: 132px
  }

  .top-area-block01-top-box__title img {
    width: 120px
  }

  .top-area-block01-top-box__text {
    font-size: 1.1rem
  }

  .top-area-block01-bottom-box {
    height: 56px;
    padding: 0 12px
  }

  .top-area-block01-bottom-box__text {
    padding-left: 26px;
    font-size: 1.3rem
  }

  .top-area-block01-bottom-box__text:after {
    width: 14px;
    height: 14px
  }

  .top-list {
    max-width: none;
    margin-bottom: 36px;
    padding: 18px 0
  }

  .top-list-item {
    max-width: none;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0 7px 10px
  }

  .top-list-item-box {
    height: 100px;
    margin-bottom: 12px
  }

  .top-list-item-box__images-icon--01,
  .top-list-item-box__images-icon--02 {
    width: 30px;
    height: 29px
  }

  .top-list-item-box__images-icon--03 {
    width: 28px;
    height: 28px
  }

  .top-list-item-box__images-icon--04 {
    width: 29px;
    height: 33px
  }

  .top-list-item__text {
    margin-bottom: 0;
    font-size: 1.2rem
  }

  .top-list-item__comment {
    display: none
  }

  .top-situation__link {
    margin-bottom: 66px
  }

  .top-situation__bunner {
    margin-bottom: 58px
  }

  .top-container {
    margin-bottom: 36px
  }

  .top-container__box {
    font-size: 1.4rem
  }

  .top-container__box a img {
    width: 16px
  }

  .top-news .heading-page {
    margin-bottom: 0
  }

  .top-news .heading-page__title--en {
    display: none
  }

  .top-news .heading-page__link {
    font-size: 1.2rem
  }

  .top-news .heading-page__link img {
    width: 12px;
    height: 12px
  }

  .top-news-list {
    margin-bottom: 36px;
    padding: 24px 24px 25px
  }

  .top-news-list__item {
    margin-bottom: 10px;
    padding-bottom: 10px
  }

  .top-news-list__item-cate {
    width: 80px;
    height: 18px;
    margin-right: 10px;
    font-size: 1rem
  }

  .top-news-list__item-time {
    font-size: 1.4rem
  }

  .top-news-list__item-title {
    margin-top: 8px;
    font-size: 1.4rem
  }

  .top-shop .top-shop-container {
    margin-bottom: 38px
  }

  .top-shop .top-shop-container-box__title {
    padding: 4px 0 4px 15px;
    font-size: 1.3rem
  }

  .top-shop .top-shop-container-box-list {
    margin-left: 13px
  }

  .top-shop .top-shop-container-box-list__item {
    font-size: 1.2rem;
    text-decoration: underline
  }

  .top-shop .top-shop-container-box-list__item img {
    width: 13px;
    margin-right: 7px
  }

  .topix__dl-1>dt {
    width: 50%
  }

  .topix__dl-1>dt>br {
    display: inline
  }

  .topix__dl-1>dt>span {
    display: none
  }

  .topix__dl-1>dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%
  }

  .topix__dl-2>dt {
    width: 80px
  }

  .topix__dl-2 dd.first {
    width: calc(100% - 160px)
  }

  .topix__dl-2 dd.second {
    width: 40px;
    text-align: right
  }

  .mt-sp-0 {
    margin-top: 0 !important
  }

  .mr-sp-0 {
    margin-right: 0 !important
  }

  .mb-sp-0 {
    margin-bottom: 0 !important
  }

  .ml-sp-0 {
    margin-left: 0 !important
  }

  .pt-sp-0 {
    padding-top: 0 !important
  }

  .pr-sp-0 {
    padding-right: 0 !important
  }

  .pb-sp-0 {
    padding-bottom: 0 !important
  }

  .pl-sp-0 {
    padding-left: 0 !important
  }

  .mt-sp-1 {
    margin-top: .5rem !important
  }

  .mr-sp-1 {
    margin-right: .5rem !important
  }

  .mb-sp-1 {
    margin-bottom: .5rem !important
  }

  .ml-sp-1 {
    margin-left: .5rem !important
  }

  .pt-sp-1 {
    padding-top: .5rem !important
  }

  .pr-sp-1 {
    padding-right: .5rem !important
  }

  .pb-sp-1 {
    padding-bottom: .5rem !important
  }

  .pl-sp-1 {
    padding-left: .5rem !important
  }

  .mt-sp-2 {
    margin-top: 1rem !important
  }

  .mr-sp-2 {
    margin-right: 1rem !important
  }

  .mb-sp-2 {
    margin-bottom: 1rem !important
  }

  .ml-sp-2 {
    margin-left: 1rem !important
  }

  .pt-sp-2 {
    padding-top: 1rem !important
  }

  .pr-sp-2 {
    padding-right: 1rem !important
  }

  .pb-sp-2 {
    padding-bottom: 1rem !important
  }

  .pl-sp-2 {
    padding-left: 1rem !important
  }

  .mt-sp-3 {
    margin-top: 1.5rem !important
  }

  .mr-sp-3 {
    margin-right: 1.5rem !important
  }

  .mb-sp-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-sp-3 {
    margin-left: 1.5rem !important
  }

  .pt-sp-3 {
    padding-top: 1.5rem !important
  }

  .pr-sp-3 {
    padding-right: 1.5rem !important
  }

  .pb-sp-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-sp-3 {
    padding-left: 1.5rem !important
  }

  .mt-sp-4 {
    margin-top: 2rem !important
  }

  .mr-sp-4 {
    margin-right: 2rem !important
  }

  .mb-sp-4 {
    margin-bottom: 2rem !important
  }

  .ml-sp-4 {
    margin-left: 2rem !important
  }

  .pt-sp-4 {
    padding-top: 2rem !important
  }

  .pr-sp-4 {
    padding-right: 2rem !important
  }

  .pb-sp-4 {
    padding-bottom: 2rem !important
  }

  .pl-sp-4 {
    padding-left: 2rem !important
  }

  .mt-sp-5 {
    margin-top: 2.5rem !important
  }

  .mr-sp-5 {
    margin-right: 2.5rem !important
  }

  .mb-sp-5 {
    margin-bottom: 2.5rem !important
  }

  .ml-sp-5 {
    margin-left: 2.5rem !important
  }

  .pt-sp-5 {
    padding-top: 2.5rem !important
  }

  .pr-sp-5 {
    padding-right: 2.5rem !important
  }

  .pb-sp-5 {
    padding-bottom: 2.5rem !important
  }

  .pl-sp-5 {
    padding-left: 2.5rem !important
  }

  .mt-sp-6 {
    margin-top: 3rem !important
  }

  .mr-sp-6 {
    margin-right: 3rem !important
  }

  .mb-sp-6 {
    margin-bottom: 3rem !important
  }

  .ml-sp-6 {
    margin-left: 3rem !important
  }

  .pt-sp-6 {
    padding-top: 3rem !important
  }

  .pr-sp-6 {
    padding-right: 3rem !important
  }

  .pb-sp-6 {
    padding-bottom: 3rem !important
  }

  .pl-sp-6 {
    padding-left: 3rem !important
  }

  .mt-sp-7 {
    margin-top: 3.5rem !important
  }

  .mr-sp-7 {
    margin-right: 3.5rem !important
  }

  .mb-sp-7 {
    margin-bottom: 3.5rem !important
  }

  .ml-sp-7 {
    margin-left: 3.5rem !important
  }

  .pt-sp-7 {
    padding-top: 3.5rem !important
  }

  .pr-sp-7 {
    padding-right: 3.5rem !important
  }

  .pb-sp-7 {
    padding-bottom: 3.5rem !important
  }

  .pl-sp-7 {
    padding-left: 3.5rem !important
  }

  .mt-sp-8 {
    margin-top: 4rem !important
  }

  .mr-sp-8 {
    margin-right: 4rem !important
  }

  .mb-sp-8 {
    margin-bottom: 4rem !important
  }

  .ml-sp-8 {
    margin-left: 4rem !important
  }

  .pt-sp-8 {
    padding-top: 4rem !important
  }

  .pr-sp-8 {
    padding-right: 4rem !important
  }

  .pb-sp-8 {
    padding-bottom: 4rem !important
  }

  .pl-sp-8 {
    padding-left: 4rem !important
  }

  .fs-sp-10 {
    font-size: 1rem !important
  }

  .fs-sp-11 {
    font-size: 1.1rem !important
  }

  .fs-sp-12 {
    font-size: 1.2rem !important
  }

  .fs-sp-13 {
    font-size: 1.3rem !important
  }

  .fs-sp-14 {
    font-size: 1.4rem !important
  }

  .fs-sp-15 {
    font-size: 1.5rem !important
  }

  .fs-sp-16 {
    font-size: 1.6rem !important
  }

  .fs-sp-17 {
    font-size: 1.7rem !important
  }

  .fs-sp-18 {
    font-size: 1.8rem !important
  }

  .fs-sp-19 {
    font-size: 1.9rem !important
  }

  .fs-sp-20 {
    font-size: 2rem !important
  }

  .fs-sp-21 {
    font-size: 2.1rem !important
  }

  .fs-sp-22 {
    font-size: 2.2rem !important
  }

  .fs-sp-23 {
    font-size: 2.3rem !important
  }

  .fs-sp-24 {
    font-size: 2.4rem !important
  }

  .fs-sp-10px {
    font-size: 10px !important
  }

  .fs-sp-11px {
    font-size: 11px !important
  }

  .fs-sp-12px {
    font-size: 12px !important
  }

  .fs-sp-13px {
    font-size: 13px !important
  }

  .fs-sp-14px {
    font-size: 14px !important
  }

  .fs-sp-15px {
    font-size: 15px !important
  }

  .fs-sp-16px {
    font-size: 16px !important
  }

  .fs-sp-17px {
    font-size: 17px !important
  }

  .fs-sp-18px {
    font-size: 18px !important
  }

  .fs-sp-19px {
    font-size: 19px !important
  }

  .fs-sp-20px {
    font-size: 20px !important
  }

  .fs-sp-21px {
    font-size: 21px !important
  }

  .fs-sp-22px {
    font-size: 22px !important
  }

  .fs-sp-23px {
    font-size: 23px !important
  }

  .fs-sp-24px {
    font-size: 24px !important
  }

  .d-sp-block {
    display: block !important
  }

  .d-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sp-inline {
    display: inline !important
  }

  .d-sp-none {
    display: none !important
  }

  .box1 {
    background: #000
  }
}

@media (max-width:360px) {
  .header-top__title a img {
    width: 90%
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeout {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
}


@media (max-width:360px) {
  .top-area-block01-bottom-box__text {
    font-size: 1.1rem;
    padding-left: 20px;
  }
  .top-area-block01-bottom-box {
    padding: 0 8px;
  }
}




.break {
	page-break-before: always;
}


/* ライフイベント　*/

* { 
    margin: 0px; 
    padding: 0px; 
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.lifeevent {
	font-size: 1.5rem;
	line-height: 1.8;
}

#lifeeventh2 {
	margin-bottom: 15px;
	text-align: center;
	padding-top: 50px;
}

#lifeeventmanga {
	font-size: 1.8rem;
	background: #FFF;
	width: 100%;
	padding: 0 0 50px;
}

.lifeeventmanga2 {
	font-size: 1.8rem;
	background: #FFF;
	width: 100%;
	padding: 50px 0;
}


.lifeeventchu {
	width: 750px;
	margin: 15px auto 5px;
}

.lifeeventchu li {
  padding-left: 2em;
  text-indent: -2em;
	font-size: 1.4rem;
}

.lifemainimg {
	text-align: center;
	margin: 40px auto 70px;
}

.lifeshadow img {
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.25));
}

.lifeshadow2 img {
	filter: drop-shadow(9px 9px 4px rgba(0,0,0,0.25));
}

.lifeshadow3 img {
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.30));
}

.lifeback01 {
	padding: 50px 0 60px;
	text-align: center;
	width: 750px;
	margin: 20px auto 100px;
	font-size: 2rem;
	filter: drop-shadow(2px 2px 4px gray);
	background:url(../../lifeevent/mycar/img/illust01.png),url(../../lifeevent/mycar/img/back01.png);
	background-position: top 50px left 50px,bottom;
	background-repeat: no-repeat;
}

.lifeback02 {
	padding: 50px 0 60px;
	text-align: center;
	width: 100%;
	margin: 20px auto 100px;
	font-size: 1.8rem;
	filter: drop-shadow(2px 2px 4px gray);
	background:url(../../lifeevent/mycar/img/back01.png);
	background-position:bottom;
	background-repeat: no-repeat;
}


.tgreen {
	color: #009944;
	margin-bottom: 15px;
}

.tbig01 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #009944;
}

.tbig02 {
	font-size: 4.4rem;
	font-weight: bold;
	color: #009944;
	line-height: 1.3;
}

#lifekinri {
	background-image:linear-gradient(#00914b, #4ab77c);
	margin: 0 auto 0;
	padding: 0 0 150px;
	text-align: center;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: bold;
}

#lifehand {
	line-height: 1;
	font-size: 1rem;
}

.lifehand {
	line-height: 1;
	font-size: 1rem;
}


.lifekinriimg {
	position: relative;
	top: -390px;
}

.lifepointback {
	background: #fff33f;
	padding: 90px 0;
	text-align: center;
	margin-bottom: 80px;
}

.lifepointback2 {
	background: #fff33f;
	padding: 90px 0 0;
	text-align: center;
}

@media (max-width:768.98px) {
.lifepointback2 {
	padding: 0;
	text-align: center;
}
}


.lifeeventbox a:hover {
  opacity: .5;
}

#marriagehiyou {
	background-image: linear-gradient(#4694d1, #0079c3);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	padding: 50px;
	width: 750px;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
}

.marriagehiyouillust {
	margin: 20px auto 40px;
}

.t34 {
	font-size: 3.4rem;
	font-weight: bold;
}

.t21 {
	font-size: 2.1rem;
}

.t14 {
	font-size: 1.4rem;
}

#marriagehiyou2 {
	border: 3px solid #FFF;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	padding: 30px;
	width: auto;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.20));
	margin-bottom: 30px;
}

.marriagesougaku1,
.marriagesougaku2,
.marriagesougaku3 {
	color: #fff100;
	font-weight: bold;
	line-height: 1.2;
}

.marriagesougaku1 {
	font-size: 3.2rem;
}

.marriagesougaku2 {
	font-size: 4.7rem;
}

.marriagesougaku3 {
	font-size: 7rem;
}

.marriagearrow {
	margin: 10px auto 35px;
}

#marriagetsumikin {
	background-image: linear-gradient(#e73462, #ed7e8c);
	margin: 0 auto 100px;
	padding: 0 0 100px;
	text-align: center;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: bold;
}

.marriageribbon {
	position: absolute;
	top: -23px;
	right:0px;
	left: 0px;
	max-width:90%;
	margin: 0 5%;
}

.lifeback03 {
	padding: 80px 5% 60px;
	text-align: center;
	margin: 20px auto 80px;
	font-size: 1.5rem;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.20));
	background:url(../../lifeevent/mycar/img/back01.png);
	background-position:bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 90%;
}

#marriagehiyou2 {
	border: 3px solid #FFF;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	padding: 30px;
	width: auto;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.20));
	margin-bottom: 30px;
}

.marriagepoint {
	background: #ebf5ec;
	padding: 15px 40px ;
	margin: 20px auto 30px;
	text-align: left;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	width: 660px;
}

.marriagepointlist {
	font-size: 1.7rem;
	width: auto;
}

.marriagepointlist .point {
	font-size: 2.1rem;
	color: #00584f;
	font-weight: bold;
}

.marriagepointlist th {
	padding: 10px 15px 10px 0;
	width: 52px;
}

.marriagepointlist td {
	padding: 10px 0;
}

.marriagepointlist th,
.marriagepointlist td {
	border-bottom: 1px dotted #00532e;
}

.marriagepointlist tr:last-child th,
.marriagepointlist tr:last-child td {
	border-bottom: 0px;
}

.marriagesarani {
	font-size: 3rem;
	color: #22ac38;
	font-weight: bold;
}

.marriagefreeloan {
	background:url(../../lifeevent/marriage/img/illust02.png) no-repeat;
	background-position:bottom 50px right 15px;
	background-color:#ed7e8c;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.20));
	width: 750px;
	padding: 50px 20px;
	margin: 0 auto 80px;
	text-align: center;
	color: #FFF;
	font-size: 2.5rem;
}

.marriagefreeloan .title {
	border-bottom: 3px dashed #FFF;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.marriagefreeloan table {
	text-align: left;
	margin: 0 auto 30px;
}

.marriagefreeloan th {
	padding: 10px 15px 10px 0;
}

.marriagefreeloan td {
	padding: 10px 0;
}

.marriagemailorder {
	position: relative;
	border: 3px solid #e4007f;
	width: 650px;
	margin: 0 auto 45px;
	padding: 40px 30px 20px;
	text-align: center;
	font-size: 2.4rem;
}

.mailordertitle {
	position: absolute;
	top: -25px;
	right:0px;
	left: 0px;
}

.mailordertext {
	text-align: left;
}


/*　住宅の購入　*/

.myhomebox01 {
	width: 90%;
	margin: 0 5%;
	text-align: center;
}

.myhometb01 {
	width: 712px;
	margin: 0 auto 10px;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFF;
	font-size: 1.7rem;
}

.myhometb01 th {
	background: #f7c9dd;
	text-align: center;
}

.myhometb01 th,
.myhometb01 td {
	padding: 10px 20px;
	border: 1px solid #000;
}

.myhometb01 tr td:nth-of-type(1) {
	text-align: center;
}

.myhometb01 tr td:nth-of-type(2) {
	text-align: right;
	font-size: 2.5rem;
	line-height: 1;
}

.myhometb01 tr td:nth-of-type(2) span {
	font-size: 1.2rem;
}

.myhometb01 tr td:nth-of-type(3) {
	text-align: left;
}

.myhomebox02 {
	padding: 50px 0 60px;
	text-align: center;
	width: 100%;
	margin: 50px auto 100px;
	font-size: 1.8rem;
	filter: drop-shadow(2px 2px 4px gray);
	background:url(../../lifeevent/mycar/img/back01.png);
	background-position:bottom;
	background-repeat: no-repeat;
}

.myhomebox03 {
	background-image: linear-gradient(#e4007f, #eb6ea5);
	margin: 0 auto;
	padding: 0 0 100px;
	text-align: center;
	color: #FFF;
	font-size: 2rem;
}

.myhomeyorizou01 {
	position: absolute;
	top: -460px;
	right:0px;
	left: 0px;
	max-width:90%;
	margin: 0 5%;
}

.myhomebox03 .point {
	color: #fff100;
	font-size: 2.3rem;
	font-weight: bold;
	text-decoration: underline;
}

.myhomebox04 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	padding: 100px 0;
}

.myhomebox04 img {
	margin: 10px auto 50px;
}

.myhomebox04 p {
	line-height: 1.5;
}

.myhomebox05 {
	text-align: center;
	padding: 100px 0;
	background: #FFF;
}

.myhomebox06 {
	text-align: center;
	padding: 100px 0;
}

.myhometb02 {
	margin: 0 auto;
}

.myhomecase {
	position: relative;
	padding: 30px 20px;
	margin: 0 20px;
	text-align: center;
	background: #FFF;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.20));
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}

.myhomecaseimg {
	position: absolute;
	left:-30px;
	top: -30px;
}

.myhomebox07 {
	position: relative;
	background: #FFF;
	padding: 90px 50px 40px;
	margin: 200px auto 0;
	width: 749px;
}

.myhomebox07 .yorizou {
	position: absolute;
	top: -150px;
	right:0px;
	left: 0px;
}

.myhomebox07,
.myhomebox08 {
	font-size: 2rem;
}

.myhomebox08 {
	background: #FFF;
	padding: 50px 40px;
	margin: 50px auto;
	width: 749px;
}

.myhomebox09 {
	background: #FFF;
	max-width: 749px;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
}

.myhomebox10 {
	text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  width: 712px;
  margin: 0 auto;
}

.myhomebox11 {
	background-image: linear-gradient(#b60081, #d474ab) !important;
}

.myhomebox12 {
	padding: 30px;
	margin: 0 auto;
	text-align: center;
	background-image: linear-gradient(#efefef, #ffffff);
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.40));
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border: 4px solid #FFF;
	width: 764px;
	color: #231815;
	font-size: 2.5rem;
	font-weight: bold;
}


/*　就職　*/

.employmentbox01 {
	background-image: linear-gradient(#00a0e9, #9fd9f6);
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
}

.employmentbox02 {
	position: relative;
	background: #FFF;
	padding: 70px 50px 60px;
	margin: 100px auto 0;
	font-size: 1.9rem;
	width: 750px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.25));
	background:url(../../lifeevent/mycar/img/back01.png);
	background-position:bottom;
	background-repeat: no-repeat;
}

.employmentbox03 {
	padding: 140px 50px 60px !important;
}

.employmentbox04 {
	text-align: center;
	padding: 100px 0;
}

.employmentbox02 .yorizou {
	position: absolute;
	top: -50px;
	right:0px;
	left: 0px;
}

.employmentline {
	border: 1px dashed #1d2088;
	height: 1px;
	margin: 70px auto;
}

.employmentmailorder {
	position: relative;
	border: 3px solid #00a0e9;
	width: 650px;
	margin: 0 auto 45px;
	padding: 40px 30px 20px;
	text-align: center;
}

.comment2 {
	text-align: left ;
  max-width: 660px;
  margin: auto;
}

.comment2 li {
  padding-left:1em;
text-indent:-1em;
}

.employmentpoint {
	background: #feebc8 !important;
}

.employmentpoint .point {
	font-size: 2.1rem;
	color: #ea5514;
	font-weight: bold;
}



/*　出産・子育て　*/

.gakusyuhi {
	margin: 50px auto;
	text-align: center;
}

.parentingT01 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}

.parentingbox01 {
	background-image: linear-gradient(#ed6d34, #f3982d);
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: bold;
}

.parentingbox02 {
	text-align: center;
	padding: 100px 0 50px;
}

.parentingbox03 {
	background-image: linear-gradient(#ed6d34, #f3982d);
	margin: 0 auto;
	padding: 100px 0 80px;
	text-align: center;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: bold;
	position: relative;
}

.parentingribbon {
	position: absolute;
	top: -30px;
	right:0px;
	left: 0px;
	max-width:90%;
	margin: 0 5%;
}

.parentingbox04 {
	padding: 50px 30px !important;
}

.parentingbox05 {
	padding: 80px 5% 30px;
	text-align: center;
	background: #fff33f;
}

.parentingbox06 {
	width: 710px;
	margin: 30px auto 50px;
	text-align: left;
	font-size: 2.5rem;
}

.parentingbox07 {
	max-width: 636px;
	margin: 30px auto;
	text-align: left;
	font-size: 1.7rem;
}

.parentingT02 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 30px;
}


.parentingmailorder {
	border: 3px solid #004ea2 !important;
}

.parentingbox08 {
	margin: 20px auto 30px;
}

.parentingpoint {
	background: #fdede4 !important;
}

.parentingpoint .point {
	font-size: 2.1rem;
	color: #e60012;
	font-weight: bold;
}

.parentingline th,
.parentingline td {
	border-bottom: 1px dotted #e60012;
}





/*　退職セカンドライフ　*/

.comment3 {
	text-align: left ;
  width: 630px;
  margin: 0 auto 50px;
}

.comment3 li {
  padding-left:3em;
text-indent:-3em;
}

.secondlifebox01 {
	padding: 50px 0;
	margin: 50px auto;
	background: #8fc31f;
	text-align: center;
}

.secondlifebox02 {
	background-image: linear-gradient(#549b35, #8fc31f);
	margin: 0 auto;
	padding: 0 0 80px;
	text-align: center;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: bold;
}

.secondlifefukidashi {
	margin: 0 auto 30px;
}

.secondlifebox03 {
	padding: 80px 0;
	margin: 0 auto;
	background: #fff33f;
	text-align: center;
}

.secondlifebox04 {
	padding: 50px;
	margin: 0 auto;
	text-align: center;
	background-image: linear-gradient(#efefef, #ffffff);
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.40));
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border: 4px solid #FFF;
	width: 764px;
	color: #231815;
	font-size: 1.8rem;
}

.secondlifeT01 {
	font-size: 1.4rem;
	line-height: 1.5;
}

.secondlifeT02 {
	font-size: 2.3rem;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.secondlifeT03 {
	font-size: 2.1rem;
	width: 760px;
	margin: 0 auto 30px;
}

.secondlifebox05 {
	background-image: linear-gradient(#009944, #3eb370);
	margin: 0 auto;
	padding: 0 0 100px;
	text-align: center;
	color: #FFF;
}

.secondlifeline th,
.secondlifeline td {
	border-bottom: 1px dotted #ea5514;
}

.secondlifeline tr:last-child th,
.secondlifeline tr:last-child td {
	border-bottom: 0px;
}

.secondlifeimakara {
	font-size: 1.7rem;
	font-weight: 500;
}

.secondlifeimakara .tgreen {
	color: #00913a;
	text-decoration: underline;
}

.secondlifebox06 {
	padding: 50px 0 0 0;
	margin: 0 auto;
	text-align: center;
	background-image: linear-gradient(#efefef, #ffffff);
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.40));
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border: 4px solid #FFF;
	width: 764px;
	color: #231815;
	font-size: 1.8rem;
}

.secondlifepoint {
	background: -moz-linear-gradient(top, #fff100, #f9db00);
	background: -webkit-linear-gradient(top, #fff100, #f9db00);
	background: linear-gradient(to bottom, #fff100, #f9db00);
	border-radius: 0 0 18px 18px;
	-webkit-border-radius: 0 0 18px 18px;
	-moz-border-radius: 0 0 18px 18px;
	padding: 30px;
	font-size: 2.7rem;
	font-weight: bold;
}

.secondlifekuwashiku {
	color: #FFF;
	font-size: 2.5rem;
	margin: 50px auto 0;
	font-weight: bold;
}





/*　トップページ　*/

.toplifeevent {
	position: relative;
	width: 733px;
	height: 270px;
	margin: 0 auto;
}

.toplifeevent01,
.toplifeevent04 {
	position: absolute;
	left:0;
	top: 0;
}

.toplifeevent02 {
	position: absolute;
	left:209px;
	top: 0;
}

.toplifeevent05 {
	position: absolute;
	left:240px;
	top: 0;
}

.toplifeevent03,
.toplifeevent06 {
	position: absolute;
	right:0;
	top: 0;
}

.toplifeevent img{
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.30));
}

.toplifeevent a:hover {
  opacity: .5;
  z-index: 1000;
}

.moimg a:hover {
  opacity: .5;
}

.toplifeeventbutton {
	margin: 30px auto 100px;
}



/*　リスト　*/

.listnumber li {
	list-style:decimal;
	line-height: 1.8;
	margin-left: 30px;
}



/*　おまとめ　*/

.omatomebox {
	background: url(../images/borrows/omatome/line.png) top no-repeat;
	background-size: 100%;
	background-color: #009d85;
	margin-top: 60px;
	padding: 80px 0;
	color: #FFF;
	font-size: 1.5rem;
}

@media (max-width:768px) {
.omatomebox {
	padding: 8% 5%;
	margin-top: 5%;
	font-size: 13px;
}
}

.omatomet01 {
	color: #fff100;
	font-size: 2.3rem;
	font-weight: bold;
	border-bottom: 2px dotted #FFF;
	margin: 30px 0 10px;
}

.omatomebox02 {
	margin: 2%;
}

.omatomet02 {
  padding-left: 1em;
  text-indent: -1em
}

.omatomet03 {
	font-size: 2rem;
	margin: 10px 0 0;
	font-weight: bold;
}

.omatomet04 {
  padding-left: 8.3em;
  text-indent: -8.3em
}

.omatomet05 {
  padding-left: 10.3em;
  text-indent: -10.3em
}

@media (max-width:768px) {
.omatomet03,
.omatomet04,
.omatomet05 {
  padding-left: 1em;
  text-indent: -1em
}
}




/*　JAバンクは地域の農業を応援します　*/

.ouenimg img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	text-align: center;
	margin: 0 auto 50px;
}





.marB120 {
  margin-bottom: 120px
}

.marB100 {
  margin-bottom: 100px
}

.marB90 {
  margin-bottom: 90px
}

.marB80 {
  margin-bottom: 80px
}

.marB70 {
  margin-bottom: 70px
}

.marB60 {
  margin-bottom: 60px
}

.marB40 {
  margin-bottom: 40px
}

.marT60 {
  margin-top: 60px
}

.marT50 {
  margin-top: 50px
}

.marT40 {
  margin-top: 40px
}

.marT30 {
  margin-top: 30px
}

.marT20 {
  margin-top: 20px
}

.marB10 {
  margin-bottom: 10px
}

.marB50 {
  margin-bottom: 50px
}

.marB35 {
  margin-bottom: 35px
}

.marB30 {
  margin-bottom: 30px
}

.marB05 {
  margin-bottom: 5px
}

.t140b {
  font-weight: 700;
  font-size: 180%
}

.t85 {
  font-size: 110%
}

.tright {
  text-align: right
}

















@media (min-width:768.98px) {
  .pcnone {
    display: none;
  }
}

@media (max-width:768px) {
  .spnone {
    display: none;
  }
}

@media (max-width:768.98px) {

.comment2 {
	font-size: 1.2rem;
}

.lifeeventchu {
	width: 90%;
	margin: 5%;
}

#lifeeventh2 {
	padding-top: 20px;
	background: #F8F4D6;
}

.lifeback01 {
	padding: 8% 5%;
	width: 90%;
	margin: 20px auto 50px;
	font-size: 1.8rem;
	background-size: 30%,100%;
	background-position: top 70px left 20px,bottom;
}

.lifeback02 {
	padding: 8%;
	width: 84%;
	margin: 20px auto 100px;
	background-size: 100%;
	font-size: 1.5rem;
}

.lifeback03 {
	padding: 10% 5% ;
	width: 90%;
	margin: 50px auto 50px;
	background-size: 100%;
	font-size: 1.5rem;
}

.lifeback01 .marB50 {
	margin-bottom: 7%;
}


.tbig01 {
	font-size: 2.2rem;
	line-height: 1.5;
}

.tbig02 {
	font-size: 3.5rem;
}

#lifekinri {
	font-size: 1.8rem;
	padding: 0 0 10%;
}

.lifepointback {
	padding: 10% 7%;
	margin-bottom: 40px;
}

#lifeeventmanga {
	padding: 0 0 20px;
}

.lifeeventmanga2 {
	padding: 10% 0;
}


/*　結婚　*/

#marriagehiyou {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 8% 5%;
	width: 90%;
	margin: 0 5%;
}

.t34 {
	font-size: 2.4rem;
	line-height: 1.5;
}

.t21 {
	font-size: 1.5rem;
}

.marriagehiyouillust {
	margin: 10px auto 30px;
	max-width: 40%;
	text-align: center;
}

.marriagesougaku1 {
	font-size: 2.5rem;
}

.marriagesougaku2 {
	font-size: 3.8rem;
}

.marriagesougaku3 {
	font-size: 4.8rem;
}

.marriagesyuten {
	font-size: 1.2rem;
}

#marriagetsumikin {
	margin: 0 auto 20px;
	padding: 0 0 10px;
	font-size: 1.5rem;
}

.marriagepointlist .point {
	font-size: 1.7rem;
	line-height: 1.5;
}

.marriagepointlist th {
	padding: 10px 10px 10px 0;
	width: 15%;
	vertical-align: text-top;
}

.marriagepointlist td {
	padding: 10px 0;
}

.marriagesarani {
	font-size: 2.2rem;
}

.marriagefreeloan table {
	margin: 0 0 30px;
}

.marriagefreeloan {
	background:url(../../lifeevent/marriage/img/illust02.png) no-repeat;
	background-size: 25%;
	background-position:top 50% right 15px;
	background-color:#ed7e8c;
	width: 100%;
	padding: 10% 5%;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 1.7rem;
}

.marriagemailorder {
	position: relative;
	width: 100%;
	margin: 0 auto 8%;
	padding: 5% 7%;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.2;
}

.mailordertitle {
	width: 60%;
	margin: 0 20%;
	position: absolute;
	top: -20px;
	right:0px;
	left: 0px;
}

.mailordertext {
	text-align: left;
}

.marriagepoint {
	padding: 3% 6%;
	margin: 20px auto 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	width: 100%;
}

.marriagepointlist {
	font-size: 1.4rem;
}


/*　住宅の購入　*/

.myhomebox02 {
	padding: 8% 5%;
	width: 100;
	margin: 50px auto;
	background-size: 100%;
	font-size: 1.5rem;
	filter: none;
	background: #FFF;
}

.myhometb01 {
	width: 99%;
	margin: 0 0 10px;
	font-size: 1.3rem;
}

.myhometb01 th,
.myhometb01 td {
	padding: 5px 10px;
}

.myhometb01 tr td:nth-of-type(1),
.myhometb01 tr td:nth-of-type(2) {
	white-space: nowrap;
}


.myhometb01 tr td:nth-of-type(2) {
	font-size: 1.8rem;
}

.myhometb01 tr td:nth-of-type(2) span {
	font-size: 1rem;
}

.comment {
	text-align: left;
  padding-left: 1em;
  text-indent: -1em
}


.myhomebox03 {
	background-image: linear-gradient(#e4007f, #eb6ea5);
	margin: 0 auto 0;
	padding: 0 0 10%;
	font-size: 1.7rem;
}

.myhomebox03 .point {
	color: #fff100;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: underline;
}

.myhomebox04 {
	font-size: 2rem;
	width: 80%;
	padding: 10% 0;
	margin: 0 10%;
}

.myhomebox04 img {
	margin: 10px auto 30px;
}

.myhomebox05 {
	width: 100%;
	padding: 10% ;
	margin: 0;
}

.myhomebox06 {
	padding: 10% 5%;
}

.myhometb02 th,
.myhometb02 td {
	display: block;
    width: 100%;
	margin: 0 auto 10%;
}

.myhomecase {
	padding: 30px;
}

.myhomebox07 {
	position: !important;
	background: none;
	padding: 5% 0;
	margin: 0 auto 0;
	width: 96%;
}

.myhomebox07,
.myhomebox08 {
	font-size: 1.5rem;
}


.myhomebox08 {
	background: none;
	padding: 5% 0;
	margin: 0 auto 0;
	width: 96%;
}

.myhomebox09 {
	margin: 0 auto;
}

.myhomebox10 {
	width: 100%;
}

.myhomebox12 {
	padding: 8%;
	margin: 10% auto 0;
	width: 90%;
	font-size: 2rem;
	font-weight: bold;
}

.table_container{
  width: 100%;
  overflow: auto;
}


/*　就職　*/


.employmentbox01 {
	padding: 0 0 8%;
}

.employmentbox02 {
	padding: 10% 5%;
	margin: 33% auto 10%;
	width: 90%;
	background-size: 100%;
}

.employmentmailorder {
	position: relative;
	width: 100%;
	margin: 0 auto 8%;
	padding: 22% 7%;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.2;
}

.employmentbox02 .yorizou {
	position: absolute;
	top: -13%;
	right:0px;
	left: 0px;
}

.employmentbox02 .yorizou2 {
	position: absolute;
	top: -5.3%;
	right:0px;
	left: 0px;
}

.employmentbox02 .yorizou3 {
	position: absolute;
	top: -18%;
	right:0px;
	left: 0px;
}

.employmentline {
	margin: 10% auto;
}

.employmentmailorder {
	position: relative;
	width: 100%;
	margin: 0 auto 8%;
	padding: 5% 7%;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.2;
}

.employmentbox03 {
	padding: 20% 5% 8% !important;
	margin-top: 70px !important;
}

.employmentbox04 {
	padding: 10% 0;
}


/*　出産・子育て　*/

.gakusyuhi {
	margin: 0 5% 5px;
	text-align: center;
}

.parentingT01 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.parentingT02 {
	font-size: 1.8rem;
}

.parentingbox01 {
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 1.5rem;
}

.parentingbox02 {
	padding: 8%;
}

.parentingbox03 {
	padding: 10% 5%;
	font-size: 1.8rem;
}

.parentingbox04 {
	padding: 5% !important;
	margin: 10% auto 0;
	width: 90%;
	font-size: 1.6rem;
	font-weight: normal;
}

.parentingbox05 {
	padding: 10% 5%;
}


.parentingbox06 {
	width: 100%;
	margin: 5% auto;
	text-align: left;
	font-size: 1.6rem;
}

.parentingbox08 {
	margin: 20px auto !important;
}

.parentingribbon2 {
	top: -7% !important;
}

.parentingpd {
	padding: 13% 5% 10% !important;
margin-top: 30% !important;
}




/*　退職セカンドライフ　*/

.comment3 {
	text-align: left ;
  width: 90%;
  margin: 0 5% 20px;
}

.secondlifebox01 {
	padding: 8%;
	margin: 5% auto;
}

.secondlifebox02,
.secondlifebox05 {
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 1.8rem;
}

.secondlifefukidashi {
	margin-bottom: 20px;
}

.secondlifefukidashi td {
	width: 100%;
	padding: 0 10%;
	display: block;
}

.secondlifebox03 {
	padding: 8% 5%;
}

.secondlifebox04 {
	padding: 8%;
	width: 100%;
	font-size: 1.6rem;
}

.secondlifeT02 {
	width: 86%;
	margin: 0 7%;
	font-size: 1.6rem;
}

.secondlifeT03 {
	width: 100%;
	margin: 0 0 20px;
	font-size: 1.6rem;
}

.secondlifebox06 {
	padding: 8% 0 0 0;
	width: 90%;
}

.secondlifepoint {
	padding: 8%;
	font-size: 1.6rem;
}

.secondlifekuwashiku {
	font-size: 1.6rem;
}

.secondlifekuwashiku {
	padding-bottom: 5%;
}





/*　トップページ　*/

.toplifeeventsp {
}

.toplifeeventbutton {
	margin: 20px auto 50px;
	max-width: 90%;
}





/**/


.mw20 {
	max-width: 20%;
	margin: 0 40%;
}

.mw30 {
	max-width: 30%;
	margin: 0 35%;
}

.mw40 {
	max-width: 40%;
	margin: 0 30%;
}

.mw50 {
	max-width: 50%;
	margin: 0 25%;
}

.mw60 {
	max-width: 60%;
	margin: 0 20%;
}

.mw70 {
	max-width: 70%;
	margin: 0 15%;
}

.mw80 {
	max-width: 80%;
	margin: 0 10%;
}

.mw90 {
	max-width: 90%;
	margin: auto 5%;
}

.mb002 {
	margin-bottom: 2% !important;
}

.mb003 {
	margin-bottom: 3% !important;
}

.mb005 {
	margin-bottom: 5% !important;
}

.mb007 {
	margin-bottom: 7% !important;
}

.mb008 {
	margin-bottom: 8% !important;
}

.mb009 {
	margin-bottom: 9% !important;
}

.mb010 {
	margin-bottom: 10% !important;
}

.mb011 {
	margin-bottom: 11% !important;
}

.mt010 {
	margin-top: 10% !important;
}



}


@media print, screen and (min-width: 769px){

.sp {
	display: none;
}

}

@media screen and (max-width:768px) {

.pc {
	display: none;
}

}




