@charset "utf-8";

/* ===================================================================
CSS information

 file name  :  style_sp.css
=================================================================== */


/* ===================================================================
    common
=================================================================== */

body {
  min-width: 320px !important;
  overflow: hidden !important;
}

.inner {
  width: auto !important;
  margin: 0 10px;
  position: static;
}

.wrapper {
  position: relative;
  z-index: 1000;
}

.wrapper:after {
  display: block;
  content: '';
  clear: both;
}

.overlay_sp {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}


/* ===================================================================
    reset css for sp
=================================================================== */

.only_sp {
  display: block;
}

.only_pc {
  display: none !important;
}

a:hover img,
a img {
  opacity: 1 !important;
}

a:hover {
  opacity: 1 !important;
}

.pc_appear {
  display: none !important;
}

.sp_appear {
  display: block !important;
}


/*----------------------------------------
   #header
----------------------------------------*/

#header {
  height: 50px;
}
#header.fixed .header_inner {
  padding: 0;
}
.header_inner,
.header_section {
  min-width: 100%;
}

.header_logo {
  float: none;
  text-align: center;
  padding-right: 25px;
  margin-top: 0;
}

.header_logo a {
  padding-top: 10px;
  display: inline-block;
}

.header_logo img {
  height: 25px;
  width: auto;
}

.btn_menu {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
.btn_menu:focus {
  outline: none;
}
.btn_menu[aria-pressed=true] {
  right: 20px;
  top: 10px;
}
.btn_menu[aria-pressed=true] .btn_menu_line {
  background-color: transparent
}

.btn_menu[aria-pressed=true] .btn_menu_line:after {
  background-color: #fff !important;
  top: 0;
  -webkit-transform: rotateZ(315deg);
  -ms-transform: rotate(315deg);
  transform: rotateZ(315deg)
}

.btn_menu[aria-pressed=true] .btn_menu_line:before {
  background-color: #fff !important;
  bottom: 0;
  -webkit-transform: rotateZ(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotateZ(-315deg)
}

.btn_menu_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px
}

.btn_menu_line {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #c30d23;
  -webkit-transition: .5s cubic-bezier(.44, .03, .14, .98);
  transition: .5s cubic-bezier(.44, .03, .14, .98)
}

.btn_menu_line:after,
.btn_menu_line:before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #c30d23;
  -webkit-transition: .5s cubic-bezier(.44, .03, .14, .98);
  transition: .5s cubic-bezier(.44, .03, .14, .98)
}

.btn_menu_line:after {
  top: -8px
}

.btn_menu_line:before {
  bottom: -8px
}


/*----------------------------------------
   Navigation
----------------------------------------*/

.navigation {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  float: none;
  padding: 15px;
  overflow: auto;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #c30d23;
}

.navigation_item {
  float: none;
  padding-left: 0;
}

.navigation_item a {
  font-weight: normal;
  line-height: 2.91rem;
  font-size: 100%;
  display: inline-block;
  color: #fff !important;
  letter-spacing: 0.1em;
}

.navigation_item.size_20 a {
  font-size: 167%;
}
.navigation_item.size_16 a {
  font-size: 134%;
}
.navigation_item a::after {
  display: none;
}

.navigation_item_cta {
  width: 100%;
  max-width: 260px;
  margin: 10px auto 0;
}
.navigation_child {
  flex-direction: column;
}
.navigation_child_item.-demo,
.navigation_child_item.-download {
	width: 100%;
}
.navigation_child_item.-download {
  order: -1;
}
.navigation_child_item.-demo {
  order: 0;
  margin-top: 10px;
}
.navigation_item .navigation_item_download {
  border-radius: 2px;
  background-color: #fff;
  color: #c30d23 !important;
}
.navigation_item .navigation_item_demo {
  background: none;
}
.navigation_item .navigation_item_demo,
.navigation_item .navigation_item_phone {
  border-radius: 2px;
  border: 2px solid #fff;
}
.navigation_item .navigation_item_download,
.navigation_item .navigation_item_demo,
.navigation_item .navigation_item_phone {
  font-size: 115.1315%;
  letter-spacing: 0.1em;
}

.navigation_item .navigation_item_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}
.navigation_item_phone_icon {
  width: 14px;
  height: auto;
  margin-right: 6px;
}
.navigation_item_phone_num {
  font-size: 131.579%;
}

#header.fixed .navigation_item {
  padding-left: 0;
}
/*----------------------------------------
    #footer
----------------------------------------*/

.footer_inner {
  width: 100%;
}

.footer_copyright {
  font-weight: 500;
}

.footer_list {
  padding: 30px 30px 0;
}

.footer_list li:not(:last-child) {
  margin-bottom: 25px;
}

.footer_title {
  margin-bottom: 15px;
}

.footer_contact {
  font-weight: 500;
}

.footer_list_item {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.footer_list_item.parent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 60px;
}

.footer_list_item.first {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 15px !important;
}

.footer_list_sub {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 0;
  border-left: 0;
}

.footer_list_sub ul {
  margin-top: 20px;
}
.footer_list_sub ul > li > a {
  font-size: 100%;
}
.footer_list_sub li a {
  font-size: 117%;
}

.footer_list_sub.text_large li a {
  font-size: 117%;
}

.social {
  margin-top: 40px;
  width: 30px;
}

.footer_download {
  width: 250px;
  margin: 0 auto 15px;
}
.footer_download_anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #c30d23;
  font-size: 148.026%;
  color: #fff;
  text-decoration: none;
}

/*----------------------------------------
    #section_contact
----------------------------------------*/

#section_contact {
  height: auto;
  text-align: center;
  overflow: hidden;
}
.button_cv {
  padding: 15px 25px 15px 12px;
  width: 100%;
  font-size: 18px;
}
.button_online {
  margin-top: 5px;
}

.cv_block_item ul li {
  display: block;
  width: 100%;
}

.cv_block_item ul li p,
.cv_block_item ul li .cv_block_anchor {
  display: block;
  text-align: center;
}

.cv_block_item ul li p {
  margin-bottom: 4px;
}

.cv_block_item ul li p:first-child {
  width: 100%;
  padding-right: 0;
}

.cv_block .cv_block_item p {
  text-align: center;
  font-size: 100%;
}

.cv_block {
  padding: 25px 20px;
  overflow: hidden;
  width: 92%;
  position: relative;
  margin: 30px auto;
}

.cv_block .cv_block_item {
  font-size: 150%;
}

.button_online {
  margin-top: 25px;
}

.cv_block_item ul li:not(:first-child) {
  margin-top: 18px;
}

.cv_block_item ul li:first-child {
  margin-top: 14px;
}
