@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/**
 *
 *	01. COMMON STYLE
 *	02. HEADER STYLE
 *	03. FOOTER STYLE
 *
 */
/* ==========================================================================
	01.	COMMON STYLE
	========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 120px);
  max-width: 1160px;
}

@media (max-width: 991px) {
  .container {
    width: calc(100% - 40px);
  }
}

/*	load
	===================================== */
#load {
  display: none;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*	main
	===================================== */
#main {
  padding-top: 90px;
  display: block;
}

@media (max-width: 991px) {
  #main {
    padding-top: 60px;
  }
}

#main .button {
  background-color: #0041c0;
  background-image: url(../img/common/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) center;
  background-size: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.1);
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 171.42857%;
  font-weight: bold;
  height: 100px;
  line-height: 1;
  margin: auto;
  width: 550px;
}

#main .button.button_back {
  background-image: url(../img/common/button_arrow_back.svg);
  background-position: 40px center;
}

@media (max-width: 991px) {
  #main .button {
    background: #0041c0 url(../img/common/button_arrow.svg) no-repeat calc(100% - 20px) center;
    background-size: 24px;
    border-radius: 5px;
    font-size: 107.14286%;
    height: 75px;
    width: 100%;
  }
  #main .button.button_back {
    background-size: 24px;
  }
}

#main .card {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.1);
}

@media (max-width: 991px) {
  #main .card {
    border-radius: 5px;
  }
}

#main .center_title {
  font-size: 257.14286%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  /*
		&:after{
			background-color: $border-color;
			bottom: -25px;
			content: "";
			display: inline-block;
			height: 3px;
			left: calc(50% - 15px);
			position: absolute;
			width: 30px;
		}
		*/
}

@media (max-width: 991px) {
  #main .center_title {
    font-size: 157.14286%;
    margin-bottom: 15px;
  }
  #main .center_title:after {
    bottom: -15px;
    height: 2px;
    left: calc(50% - 10px);
    width: 20px;
  }
}

#main .caption {
  display: block;
  font-size: 85.71429%;
  line-height: 1.1;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

@media (max-width: 991px) {
  #main .caption {
    font-size: 71.42857%;
    margin-top: 5px;
  }
}

#main .text_image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 300px;
  padding: 60px;
}

#main .text_image .text {
  width: calc(50% - 30px);
}

#main .text_image .text .s-title {
  line-height: 1.25;
  font-size: 214.28571%;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

#main .text_image .text .paragraph {
  line-height: 2;
  font-size: 114.28571%;
  margin-top: 15px;
}

#main .text_image .image {
  width: calc(50% - 30px);
}

@media (max-width: 991px) {
  #main .text_image {
    display: block !important;
    padding: 45px 20px;
  }
  #main .text_image .text {
    width: 100%;
  }
  #main .text_image .text .s-title {
    font-size: 128.57143%;
    margin-bottom: 10px;
  }
  #main .text_image .text .s-title br {
    display: none;
  }
  #main .text_image .text .paragraph {
    font-size: 85.71429%;
    margin-top: 10px;
  }
  #main .text_image .image {
    margin-top: 30px;
    width: 100%;
  }
  #main .text_image .image img {
    zoom: .5;
  }
}

#main .table_style table {
  border-top: 1px solid #eceff1;
  width: 100%;
}

#main .table_style table th, #main .table_style table td {
  border-bottom: 1px solid #eceff1;
  font-size: 114.28571%;
  line-height: 1.25;
  padding: 25px 20px;
  text-align: left;
}

#main .table_style table th {
  font-weight: bold;
}

@media (max-width: 991px) {
  #main .table_style table th, #main .table_style table td {
    font-size: 85.71429%;
    padding: 18px 10px;
  }
}

body.coinlaundry #main, body.business #main {
  padding-top: 140px;
}

@media (max-width: 991px) {
  body.coinlaundry #main, body.business #main {
    padding-top: 60px;
  }
}

/*	page-title,path
	===================================== */
#page-title {
  background: #0081dd url(../img/common/bg_blue.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 257.14286%;
  font-weight: bold;
  height: 120px;
  line-height: 1;
}

@media (max-width: 991px) {
  #page-title {
    font-size: 157.14286%;
    height: 75px;
  }
}

#path {
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 40px;
}

#path .path_list {
  letter-spacing: -.4em;
  list-style: none;
}

#path .path_list > * {
  display: inline-block;
  letter-spacing: normal;
}

#path .path_list li {
  color: #92989b;
}

#path .path_list li a {
  color: #263238;
}

#path .path_list li a:after {
  background: url(../img/common/arrow_blue.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  margin: 0 6px;
  width: 10px;
  height: 10px;
}

#path .path_list li span:after {
  background: url(../img/common/arrow_blue.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  margin: 0 6px;
  width: 10px;
  height: 10px;
}

@media (max-width: 991px) {
  #path {
    display: none !important;
  }
}

/*	contact
	===================================== */
#contact {
  background: #0081dd url(../img/common/bg_blue.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}

#contact .container:before, #contact .container:after {
  content: " ";
  display: table;
}

#contact .container:after {
  clear: both;
}

#contact .container .tel {
  border-radius: 10px;
  float: left;
  width: calc(50% - 30px);
}

#contact .container .tel img {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.5);
  box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.5);
}

#contact .container .mail {
  border-radius: 10px;
  float: right;
  width: calc(50% - 30px);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#contact .container .mail img {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.5);
  box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.5);
}

#contact .container .mail:hover {
  opacity: .6;
}

@media (max-width: 991px) {
  #contact {
    padding: 45px 0;
  }
  #contact .container .tel {
    border-radius: 5px;
    float: none;
    width: 100%;
  }
  #contact .container .mail {
    border-radius: 5px;
    float: none;
    margin-top: 15px;
    width: 100%;
  }
}

/*	animation
	===================================== */
/* ==========================================================================
	02.	HEADER STYLE
	========================================================================== */
#head {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#head #head_inner {
  background-color: #202020;

  -webkit-box-shadow: 0px 15px 30px rgba(0, 0,0, 0.3);
  box-shadow: 0px 15px 30px rgba(0, 0,0, 0.3);
  height: 90px;
  position: relative;
  z-index: 10;
}

#head #head_logo {
  display: block;
  left: 0;
  position: absolute;
  width: 150px;
  height: auto;
  top: 26px;
}

#head #head_category {
  display: none;
}

#head #head_nav {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#head #head_nav:before, #head #head_nav:after {
  content: " ";
  display: table;
}

#head #head_nav:after {
  clear: both;
}

#head #head_nav .list {
  letter-spacing: -.4em;
  list-style: none;
  float: left;
  height: 100%;
  margin-right: 20px;
}

#head #head_nav .list > * {
  display: inline-block;
  letter-spacing: normal;
}

#head #head_nav .list li {
  height: 100%;
}

#head #head_nav .list li a {
  color: #fff;
  font-size: 114.28571%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-weight: bold;
  height: 100%;
  line-height: 1;
  padding: 0 15px;
}

#head #head_nav .list li a span {
  position: relative;
}

#head #head_nav .list li a span:after {
  background-color: #80a0e0;
  bottom: -10px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
}

#head #head_nav .list li a[target="_blank"]:after {
  background: url(../img/common/blank_white.svg) no-repeat center bottom;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 12px;
  height: 12px;
}

#head #head_nav .list li a.is-current span:after {
  background-color: #888;
  bottom: -10px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

#head #head_nav .list li a:hover {
  text-decoration: none;
}

#head #head_nav .list li a:hover span:after {
  width: 100%;
}

#head #head_nav .contact {
  float: left;
  height: 100%;
  width: 120px;
}

#head #head_nav .contact span {
  background-color: #444444;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 100%;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
}

#head #head_nav .contact span:hover {
  background-color: #2964cc;
}

#head #support_nav {
  display: none;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 10;
}

#head #support_nav .support_list {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.25);
  box-shadow: 0px 15px 30px rgba(0, 65, 192, 0.25);
  margin-right: 10px;
  margin-top: 40px;
  padding: 20px 0;
  -webkit-transition: margin-top 0.2s;
  -o-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
  width: 210px;
}

#head #support_nav .support_list li a {
  color: #263238;
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 13px 30px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: calc(100% - 60px);
}

#head #support_nav .support_list li a:hover {
  color: #0041c0;
  text-decoration: none;
}

#head #support_nav.is-show {
  display: block;
}

#head #support_nav.is-show .support_list {
  margin-top: 10px;
}

#head #head_menu {
  display: none;
}

#head .sub_nav {
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 100%;
  z-index: 5;
}

#head .sub_nav .list {
  letter-spacing: -.4em;
  list-style: none;
  text-align: center;
}

#head .sub_nav .list > * {
  display: inline-block;
  letter-spacing: normal;
}

#head .sub_nav .list li a {
  color: #263238;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 18px 1.5vw;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

#head .sub_nav .list li a:hover {
  color: #0041c0;
  text-decoration: none;
}

#head .sub_nav .list li a.is-current {
  color: #0041c0;
}

#head #sp_nav {
  display: none;
}

@media (max-width: 991px) {
  #head #head_inner {
    -webkit-box-shadow: 0px 7.5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7.5px 15px rgba(0, 0, 0, 0.2);
    height: 60px;
  }
  #head #head_logo {
    width: 75px;
    height: auto;
    top: 18px;
  }
  #head #head_logo img {
    width: auto;
    height: 20px;
  }
  #head #head_category {
    display: block;
  }
  #head #head_category span {
    background-color: #ccd9f2;
    color: #0041c0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 85.71429%;
    font-weight: bold;
    height: 18px;
    left: 105px;
    line-height: 1;
    position: absolute;
    top: 19px;
    width: 90px;
  }
  #head #head_nav {
    display: none;
  }
  #head #head_menu {
    background-color: #444444;
    display: inline-block;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    top: 0;
  }
  #head #head_menu span {
    background-color: #fff;
    height: 2px;
    left: 20px;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 20px;
  }
  #head #head_menu span:nth-of-type(1) {
    top: 22px;
  }
  #head #head_menu span:nth-of-type(2) {
    top: 29px;
  }
  #head #head_menu span:nth-of-type(3) {
    top: 36px;
  }
  #head #head_menu.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  #head #head_menu.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  #head #head_menu.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  #head .sub_nav {
    display: none;
  }
  #head #sp_nav {
    background-color: #f5f7f8;
    overflow: auto;
  }
  #head #sp_nav .list > li {
    border-bottom: 1px solid #cfd8dc;
  }
  #head #sp_nav .list > li a {
    color: #263238;
  }
  #head #sp_nav .list > li > a {
    background: url(../img/common/arrow_blue.svg) no-repeat calc(100% - 40px) center;
    background-size: auto 12px;
  }
  #head #sp_nav .list > li > a[target="_blank"] span:after {
    background: url(../img/common/blank_blue.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 12px;
  }
  #head #sp_nav .list > li span {
    display: inline-block;
    font-size: 107.14286%;
    line-height: 1;
    font-weight: bold;
    padding: 22px 40px;
    width: calc(100% - 80px);
  }
  #head #sp_nav .list > li .accordion {
    position: relative;
  }
  #head #sp_nav .list > li .accordion:before {
    background: url(../img/common/minus.svg) no-repeat center center;
    background-size: contain;
    content: "";
    opacity: 1;
    position: absolute;
    right: 39px;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #head #sp_nav .list > li .accordion:after {
    background: url(../img/common/plus.svg) no-repeat center center;
    background-size: contain;
    content: "";
    position: absolute;
    right: 39px;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #head #sp_nav .list > li .accordion.is-open:before {
    opacity: 1;
  }
  #head #sp_nav .list > li .accordion.is-open:after {
    opacity: 0;
  }
  #head #sp_nav .list > li .category {
    border-top: 1px solid #cfd8dc;
    display: none;
    padding: 15px 0;
    margin: 0 20px;
  }
  #head #sp_nav .list > li .category li a {
    display: inline-block;
    font-size: 85.71429%;
    line-height: 1;
    padding: 15px 20px;
    width: calc(100% - 40px);
  }
  #head #sp_nav .close {
    display: inline-block;
    font-size: 85.71429%;
    line-height: 1;
    padding: 22px 0;
    text-align: center;
    width: 100%;
  }
}

/* ==========================================================================
	03.	FOOTER STYLE
	========================================================================== */
#foot {
  background-color: #263238;
  padding-bottom: 200px;
}

#foot #foot_pagetop {
  height: 60px;
  width: 100%;
}

#foot #foot_pagetop a {
  background-color: #37474f;
  display: inline-block;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-indent: -100%;
  width: 100%;
}

#foot #foot_pagetop a:after {
  background: url(../img/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  left: calc(50% - 9px);
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
}

#foot #foot_support {
  background-color: #2f3d44;
  padding: 40px 0;
}

#foot #foot_support:before, #foot #foot_support:after {
  content: " ";
  display: table;
}

#foot #foot_support:after {
  clear: both;
}

#foot #foot_support .catalog {
  float: left;
  width: calc(50% - 30px);
}

#foot #foot_support .material {
  float: right;
  width: calc(50% - 30px);
}

#foot #foot_support .button {
  background-color: #fff;
  background-image: url(../img/common/button_arrow_foot.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) center;
  background-size: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 30px rgba(38, 50, 56, 0.5);
  box-shadow: 0px 15px 30px rgba(38, 50, 56, 0.5);
  color: #263238;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 171.42857%;
  font-weight: bold;
  height: 90px;
  line-height: 1;
  width: 100%;
}

#foot #foot_main {
  padding: 60px 0;
}

#foot #foot_main:before, #foot #foot_main:after {
  content: " ";
  display: table;
}

#foot #foot_main:after {
  clear: both;
}

#foot #foot_main .logo {
  float: left;
  width: 150px;
  height: auto;
}

#foot #foot_main .nav {
  letter-spacing: -.4em;
  list-style: none;
  float: right;
  margin-top: 10px;
  width: calc(100% - 260px);
}

#foot #foot_main .nav > * {
  display: inline-block;
  letter-spacing: normal;
}

#foot #foot_main .nav .column {
  vertical-align: top;
  width: calc((100% - 180px) / 4);
}

#foot #foot_main .nav .column:nth-child(n + 2) {
  margin-left: 60px;
}

#foot #foot_main .nav .column .category {
  border-bottom: 1px solid #515b60;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  width: 100%;
}

#foot #foot_main .nav .column .category a, #foot #foot_main .nav .column .category span {
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
  line-height: 1.1;
}

#foot #foot_main .nav .column .category a[target="_blank"]:after, #foot #foot_main .nav .column .category span[target="_blank"]:after {
  background: url(../img/common/blank_white.svg) no-repeat center bottom;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 12px;
  height: 12px;
}

#foot #foot_main .nav .column .list {
  margin-bottom: 30px;
  margin-top: -20px;
}

#foot #foot_main .nav .column .list li {
  margin-top: 15px;
}

#foot #foot_main .nav .column .list li a {
  color: #fff;
  line-height: 1.1;
}

#foot #foot_copyright {
  color: #fff;
  font-size: 71.42857%;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 991px) {
  #foot {
    padding-bottom: 15%;
  }
  #foot #foot_pagetop {
    height: 45px;
  }
  #foot #foot_pagetop a:after {
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
  #foot #foot_support {
    padding: 20px 0;
  }
  #foot #foot_support .catalog {
    float: none;
    width: 100%;
  }
  #foot #foot_support .material {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  #foot #foot_support .button {
    background: #fff url(../img/common/button_arrow_foot.svg) no-repeat calc(100% - 20px) center;
    background-size: 24px;
    border-radius: 5px;
    font-size: 107.14286%;
    height: 60px;
  }
  #foot #foot_main {
    padding: 30px 0;
  }
  #foot #foot_main .logo {
    float: none;
    margin: auto;
    width: 75px;
    height: auto;
  }
  #foot #foot_main .nav {
    float: none;
    margin-top: auto;
    width: 100%;
  }
  #foot #foot_main .nav .column {
    width: calc(50% - 10px);
  }
  #foot #foot_main .nav .column:nth-child(n + 2) {
    margin-left: auto;
  }
  #foot #foot_main .nav .column:nth-child(odd) {
    float: left;
  }
  #foot #foot_main .nav .column:nth-child(even) {
    float: right;
  }
  #foot #foot_main .nav .column .category {
    margin-bottom: auto;
    margin-top: 25px;
  }
  #foot #foot_main .nav .column .category a {
    font-size: 85.71429%;
  }
  #foot #foot_main .nav .column .list {
    margin-bottom: auto;
    margin-top: 15px;
  }
  #foot #foot_main .nav .column .list li {
    margin-top: 5px;
  }
  #foot #foot_main .nav .column .list li a {
    font-size: 71.42857%;
  }
  #foot #foot_copyright {
    font-size: 57.14286%;
    padding: 15px 0;
  }
}

/*	追従ボタン
	===================================== */
#fixed_contact {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  height: 120px;
}

#fixed_contact .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;
  height: 100%;
}

#fixed_contact .container .tel{
  border-radius: 14px;
  flex-basis: 29%;
  background-color: #fff;
}

#fixed_contact .container .mail {
  border-radius: 14px;
  flex-basis: 32%;
  background-color: #fff;
  display: block;
}

#fixed_contact .container .kaigyo {
  border-radius: 14px;
  flex-basis: 32%;
  background-color: #fff;
  display: block;
}

#fixed_contact .container .mail a {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
}

#fixed_contact .container .mail a:hover {
  opacity: 0.6;
}

#fixed_contact .container .mail a img {
  width: 100%;
}

#fixed_contact .container .kaigyo a {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
}

#fixed_contact .container .kaigyo a:hover {
  opacity: 0.6;
}

#fixed_contact .container .kaigyo a img {
  width: 100%;
}

@media (max-width: 991px) {
  #fixed_contact {
    padding: 0;
    border: solid 2px #fff;
    height: auto;
    box-sizing: border-box;
  }
  #fixed_contact .container {
    width: 100%;
    flex-wrap: wrap;
  }
  #fixed_contact .container .tel {
    border-radius: 0;
    flex-basis: auto;
    width: 36%;
    border-right: solid 2px #fff;
  }
  #fixed_contact .container .mail {
    border-radius: 0;
    flex-basis: auto;
    width: 63.38%;
  }
  #fixed_contact .container .kaigyo {
    border-radius: 0;
    flex-basis: 100%;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 374px) {
  #fixed_contact .container .mail {
    width: 63%;
  }
}

/*933,1108-1110*/





/* importantNews */
.footerImportantNews {
  height:64px;
  background: #263238;
}

.footerImportantNews-text--important{
  display: flex;
  justify-content:center;
  align-items: center;
  width: 198px;
  height: 40px;
  border-radius: 20px;
  background: #f00
}

@media(max-width: 768px){
  .footerImportantNews-text--important{
      height:32px;
      width: auto;
      white-space: nowrap;
      padding-left:10px;
      padding-right:10px
  }
}
.footerImportantNews-text{
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .footerImportantNews-text{
      font-size:10px
  }
}
.footerImportantNews-text__wrapper{
  height:100%;
  width: calc(100% - 120px);
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 0;
}
@media (max-width: 768px) {
  .footerImportantNews-text__wrapper{
    width: calc(100% - 40px);
  }
}

.footerImportantNews-link{
  display: inline-block;
  width: 591px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  color: #fff;
  line-height: 22px;
  font-size: 1rem;
  margin-left: 24px; 
}

.footerImportantNews-link:hover{
  color: #fff !important;
  opacity: 0.5 !important;
  transition: all 0.2s !important;
}

@media (max-width: 768px) {
  .footerImportantNews-link{
      font-size:10px;
      margin-left: 8px;
  }
}

.footerImportantNews-text__img__wrapper{
  height:24px;
  width:24px;
}

@media (max-width: 768px) {
  .footerImportantNews-text__img__wrapper{
      height:14px;
      width:14px
  }
}

.footerImportantNews-text__img{
  height:auto;
  max-width: 100%;
}