h1, h2, h3, h4, h5, p {
  line-height: 1.4;
}

body {
  word-break: break-all;
}

#islogin {
  height: 0;
  overflow: hidden;
  position: absolute;
}

header {
  background-color: #fff;
  transition: all 0.6s;
}
header .header_in01 {
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
header .header_in01 .logo {
  float: left;
}
header .header_in01 .logo h1 {
  line-height: 1;
  margin-top: 43px;
  width: 244px;
}
header .header_in01 .logo h1 a img {
  vertical-align: top;
  width: 100%;
  transition: 0.2s;
}
header .header_in01 .logo h1 a:hover img {
  transition: 0.2s;
}
header .header_in01 .header_right {
  float: right;
  display: inline-block;
  overflow: hidden;
}
header .header_in01 .header_right .header_right_box01 {
  overflow: hidden;
}
header .header_in01 .header_right .header_right_box01 .header_right_box01_in {
  float: right;
}
header .header_in01 .header_right .header_right_box01:after {
  clear: both;
}
header .header_in01 .header_right .header_right_box01 .top_login_out {
  overflow: hidden;
  float: left;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out {
    width: 100%;
    padding-top: 0;
  }
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in {
  overflow: hidden;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .header_log_in--box01 {
  float: left;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 7px;
  vertical-align: middle;
  margin-right: 5px;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .header_log_in--box01 .fa {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 7px;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 {
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 {
    float: right;
  }
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a {
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(1) {
  background-color: #e36e3b;
  border: 1px solid #e36e3b;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 17px;
  padding-right: 17px;
  width: 142px;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(1) {
    width: 46%;
  }
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(1) .fa {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 1px;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(1) span {
  line-height: 30px;
  vertical-align: middle;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(1):hover {
  opacity: 0.6;
  transition: 0.3s;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(2) {
  background-color: #e39a3b;
  border: 1px solid #e39a3b;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 17px;
  padding-right: 17px;
  width: 142px;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(2) {
    width: 46%;
  }
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(2) .fa {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  vertical-align: middle;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(2) span {
  line-height: 30px;
  vertical-align: middle;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_in .login_out01 a:nth-child(2):hover {
  opacity: 0.6;
  transition: 0.3s;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out {
    float: right;
  }
}
@media only screen and (max-width: 480px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out {
    float: none;
  }
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a {
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  transition: 0.2s;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(1) {
  background-color: #e36e3b;
  border: 1px solid #e36e3b;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 17px;
  padding-right: 17px;
  width: 142px;
}
@media only screen and (max-width: 767px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(1) {
    width: 46%;
  }
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(1) .fa {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: middle;
  margin-right: 1px;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(1) span {
  vertical-align: middle;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(1):hover {
  opacity: 0.6;
  transition: 0.3s;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(2) {
  background-color: #e39a3b;
  border: 1px solid #e39a3b;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 17px;
  padding-right: 17px;
  width: 142px;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(2) {
    width: 46%;
  }
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(2) .fa {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: middle;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(2) span {
  vertical-align: middle;
}
header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a:nth-child(2):hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media only screen and (max-width: 480px) {
  header .header_in01 .header_right .header_right_box01 .top_login_out .header_log_out a {
    width: 46%;
    box-sizing: border-box !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    display: block;
  }
}
header .header_in01 .header_right .header_right_box01 .header_nav02 {
  float: left;
  padding-top: 15px;
  padding-left: 5px;
}
header .header_in01 .header_right .header_right_box01 .header_nav02 a {
  display: block;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #333;
  transition: 0.2s;
}
header .header_in01 .header_right .header_right_box01 .header_nav02 a .fa {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  background-color: #2475bc;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  margin-right: 6px;
}
header .header_in01 .header_right .header_right_box01 .header_nav02 a:first-child {
  margin-bottom: 5px;
}
header .header_in01 .header_right .header_right_box01 .header_nav02 a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
header .header_in01 .header_right .header_right_box02 {
  margin-top: 10px;
  overflow: hidden;
}
header .header_in01 .header_right .header_right_box02 div .b {
  height: 30px;
  width: 180px;
  border: solid 1px #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  box-sizing: border-box;
  padding-left: 5px;
}
header .header_in01 .header_right .header_right_box02 div .n {
  height: 30px;
  width: 180px;
  border: solid 1px #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  box-sizing: border-box;
  padding-left: 15px;
}
header .header_in01 .header_right .header_right_box02 div .searchSubmit {
  background-color: #0068b7;
  outline: none;
  height: 30px;
  width: 30px;
  border: none;
  outline: none;
  text-indent: -9999px;
  background-image: url(/jp/images/common/search_icon.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30px 30px;
  transition: 0.2s;
}
header .header_in01 .header_right .header_right_box02 div .searchSubmit:hover {
  opacity: 0.6;
  transition: 0.2s;
}
header .gnav {
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 30px;
  padding-bottom: 15px;
}
header .gnav ul {
  overflow: hidden;
}
header .gnav ul li {
  display: block;
  float: left;
  border-right: solid 1px #ccc;
  padding-left: 0;
  padding-right: 0;
  height: 17px;
  line-height: 17px;
}
header .gnav ul li:last-child {
  border-right: none;
}
header .gnav ul li a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #444;
  width: auto;
  z-index: 0;
  transition: 0.2s;
}
header .gnav ul li a:hover {
  opacity: 0.4;
  transition: 0.2s;
}

.top_page header .header_in01 .header_right .top_login_out .header_log_out a:nth-child(1) {
  transition: 0.2s;
}
.top_page header .header_in01 .header_right .top_login_out .header_log_out a:nth-child(1):hover {
  opacity: 0.6;
  transition: 0.3s;
}
.top_page header .header_in01 .header_right .top_login_out .header_log_out a:nth-child(2) {
  transition: 0.2s;
}
.top_page header .header_in01 .header_right .top_login_out .header_log_out a:nth-child(2):hover {
  opacity: 0.6;
  transition: 0.3s;
}

.header_search_out {
  overflow: hidden;
}
.header_search_out form {
  float: right;
}

.searchSubmit {
  vertical-align: top;
}

.header_menu_btn {
  display: none;
}

@keyframes header_fix_height {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes header_fix_height {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_out02 {
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .header_out02 {
    animation-name: header_fix_height;
    animation-delay: 0.1s;
    transition: 0s;
    -webkit-animation-name: header_fix_height;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-duration: 0s;
    -webkit-transition: 0s;
  }
}

.header_fixed {
  animation-name: header_fix_height;
  -webkit-animation-name: header_fix_height;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  box-sizing: border-box;
}
.header_fixed .header_log_out {
  transition: 0s;
}
.header_fixed .header_log_out a:first-child {
  transition: 0.2s;
}
.header_fixed .header_log_out a:first-child:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.header_fixed .header_log_out a:nth-child(2) {
  transition: 0.2s;
}
.header_fixed .header_log_out a:nth-child(2):hover {
  opacity: 0.6;
  transition: 0.3s;
}

.header_fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  transition: all 0.05s;
  border-bottom: 1px solid rgba(119, 119, 119, 0.1);
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .header_fixed {
    height: 61px;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixed {
    background-color: #fff;
    height: 110px;
  }
}
.header_fixed .header_in01 {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .header_fixed .header_in01 .header_menu_btn {
    display: inline-block;
    display: block;
    position: fixed;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    background-color: #01233d;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    vertical-align: top;
    border-radius: 2px;
  }
  .header_fixed .header_in01 .header_menu_btn .fa {
    vertical-align: middle;
  }
  .header_fixed .header_in01 .header_menu_btn:hover {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #252525;
  }
}
.header_fixed .header_in01 .logo h1 {
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .header_fixed .header_in01 .logo {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    margin: auto;
    left: 100px;
    display: inline-block;
    width: 230px;
  }
  .header_fixed .header_in01 .logo h1 {
    width: 100%;
  }
  .header_fixed .header_in01 .logo h1 a {
    transition: 0.2s;
  }
  .header_fixed .header_in01 .logo h1 a:hover img {
    opacity: 0.6;
    transition: 0.2s;
  }
  .header_fixed .header_in01 .logo h1 a img {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 767px) {
  .header_fixed .header_in01 .logo h1 a {
    height: 20px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header_fixed .header_in01 .logo {
    position: static;
    margin: 0 auto;
    float: none;
    width: 226px;
  }
}
@media only screen and (max-width: 480px) {
  .header_fixed .header_in01 .logo {
    width: 180px;
  }
  .header_fixed .header_in01 .logo h1 {
    margin-top: 22px;
  }
}
.header_fixed .header_in01 .header_right {
  transition: 0s;
}
@media only screen and (max-width: 1100px) {
  .header_fixed .header_in01 .header_right {
    float: none;
    position: fixed;
    right: 15px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixed .header_in01 .header_right {
    float: none;
    display: block;
    text-align: center;
    top: 57px;
  }
}
@media only screen and (max-width: 480px) {
  .header_fixed .header_in01 .header_right {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header_fixed .header_in01 .header_right .header_right_box01 {
  float: right;
}
@media only screen and (max-width: 1100px) {
  .header_fixed .header_in01 .header_right .header_right_box01 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixed .header_in01 .header_right .header_right_box01 {
    margin: 0 auto 15px auto;
    width: 100%;
  }
}
.header_fixed .header_in01 .header_right .header_right_box01 .header_right_box01_in {
  margin: 0 auto;
  float: none;
  overflow: hidden;
}
.header_fixed .header_in01 .header_right .header_right_box01 .header_right_box01_in .login_out01 {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .header_fixed .header_in01 .header_right .header_right_box01 .header_right_box01_in .login_out01 {
    float: none !important;
    margin: 0 auto;
    display: block;
  }
  .header_fixed .header_in01 .header_right .header_right_box01 .header_right_box01_in .login_out01 a {
    width: 46%;
    box-sizing: border-box !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    display: block;
  }
}
.header_fixed .header_in01 .header_right .header_right_box01 .header_nav02 {
  display: none;
}
.header_fixed .header_in01 .header_right .header_right_box02 {
  float: left;
  margin-left: 10px;
  margin-right: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 1100px) {
  .header_fixed .header_in01 .header_right .header_right_box02 {
    display: none;
  }
}
.header_fixed .header_in01 .header_right .header_log_in--box01 {
  display: none !important;
  /*@media only screen and (max-width: 767px){
  	display: block !important;
  }
  @media only screen and (max-width: 480px){
  	display: none !important;
  }*/
}
.header_fixed .gnav {
  margin-top: 7px;
}
@media only screen and (max-width: 1100px) {
  .header_fixed .gnav {
    display: none;
  }
}

.smp_nav_out {
  position: relative;
  z-index: 20;
  color: #fff;
  display: none;
}
.smp_nav_out a {
  color: #fff;
}
.smp_nav_out .smp_nav_in01 {
  position: fixed;
  background-color: #0068b7;
  width: 100%;
  height: 100%;
  z-index: 21;
  top: 0;
  height: 100vh;
  overflow: scroll;
}
.smp_nav_out .smp_nav_in01 .smp_nav_in02 .logo_smp {
  width: 244px;
  margin: 27px auto 94px auto;
  display: block;
}
.smp_nav_out .smp_nav_in01 .smp_nav_in02 .logo_smp img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .smp_nav_out .smp_nav_in01 .smp_nav_in02 .logo_smp {
    margin: 27px auto 30px auto;
  }
}
@media only screen and (max-width: 480px) {
  .smp_nav_out .smp_nav_in01 .smp_nav_in02 .logo_smp {
    width: 180px;
    margin: 15px auto 30px auto;
  }
}
.smp_nav_out .smp_nav_in01 .smp_nav_in02 .smp_nav_in02 {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.smp_nav_out .smp_nav_in01 .smp_nav_in02 .smp_close_icon {
  position: fixed;
  left: 13px;
  top: 8px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
}
.smp_nav_out .smp_nav_in01 .smp_nav_in02 .smp_close_icon:hover {
  cursor: pointer;
}

.search_content01 {
  display: inline-block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .search_content01 {
    margin-bottom: 35px;
  }
}
.search_content01 .search_content01_left {
  float: left;
  margin-right: 61px;
}
@media only screen and (max-width: 960px) {
  .search_content01 .search_content01_left {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .search_content01 .search_content01_left {
    float: none;
    margin-right: 0px;
  }
}
.search_content01 .search_content01_left p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .search_content01 .search_content01_left p {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .search_content01 .search_content01_left p {
    margin-bottom: 5px;
  }
}
.search_content01 .search_content01_left h2 {
  font-family: 'NotoSansCJKjp-Medium',sans-serif;
  /*05*/
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .search_content01 .search_content01_left h2 {
    margin-bottom: 25px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.search_content01 .search_content01_right {
  float: right;
}
.search_content01 .search_content01_right p {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .search_content01 .search_content01_right p {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}
.search_content01 .search_content01_right .search_content01_right_in .search_big {
  color: #444;
}
.search_content01 .search_content01_right .search_content01_right_in .search_big select {
  padding-left: 15px;
  border: 1px solid #ccc;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1rem;
  max-width: 255px;
}
@media only screen and (max-width: 960px) {
  .search_content01 .search_content01_right .search_content01_right_in .search_big select {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .search_content01 .search_content01_right .search_content01_right_in .search_big select {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .search_content01 .search_content01_right .search_content01_right_in .search_big select {
    max-width: 400px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.search_content01 .search_content01_right .search_content01_right_in .search_big input[type="text"] {
  border: 1px solid #ccc;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 15px;
  max-width: 255px;
}
@media only screen and (max-width: 960px) {
  .search_content01 .search_content01_right .search_content01_right_in .search_big input[type="text"] {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .search_content01 .search_content01_right .search_content01_right_in .search_big input[type="text"] {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .search_content01 .search_content01_right .search_content01_right_in .search_big input[type="text"] {
    max-width: 400px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.search_content01 .search_content01_right .search_content01_right_in .search_big input[type="submit"] {
  border: 1px solid #fff;
  width: 78px;
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 15px;
  border-radius: 4px;
  text-indent: -9999px;
  background-image: url(/jp/images/common/smp_open_icon01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
}
@media only screen and (max-width: 767px) {
  .search_content01 .search_content01_right .search_content01_right_in .search_big input[type="submit"] {
    height: 40px;
    line-height: 40px;
    background-size: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .search_content01 .search_content01_right .search_content01_right_in .search_big input[type="submit"] {
    max-width: 400px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.search_content01 .search_content01_right .search_content01_right_in .search_big input[type="submit"]:hover {
  background-image: url(/jp/images/common/smp_open_icon01_hover.png);
  background-color: #fff;
}

.search_content02 {
  max-width: 800px;
  margin: 0 auto;
}
.search_content02 .col-sm-4 {
  border-right: #2980c3 solid 1px;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 130px;
}
@media only screen and (max-width: 767px) {
  .search_content02 .col-sm-4 {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    border-right: none;
  }
}
.search_content02 .col-sm-4 a {
  display: block;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 22px;
  vertical-align: middle;
}
.search_content02 .col-sm-4 a:nth-child(3) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .search_content02 .col-sm-4 a:nth-child(3) {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search_content02 .col-sm-4 a {
    text-align: center;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}
.search_content02 .col-sm-4:last-child {
  border-right: none;
}
.search_content02 .col-sm-4--02 a {
  background-image: url(/jp/images/common/open_arrow.png);
  background-repeat: no-repeat;
  background-position: top 4px left;
  background-size: 12px;
  padding-left: 24px;
  line-height: 1.2;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .search_content02 .col-sm-4--02 a {
    background-image: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .search_content02 .col-sm-4--02 {
    padding-bottom: 200px;
  }
}

.top_page .top_log_out {
  background-color: transparent;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}
.top_page .top_log_out .header_right .header_right_box01 .header_nav02 a {
  color: #fff;
}
.top_page .top_log_out .gnav02 {
  position: relative;
}
.top_page .top_log_out .gnav02 ul {
  display: inline-block;
  position: fixed;
  right: 53px;
  top: 177px;
  padding-right: 15px;
}
.top_page .top_log_out .gnav02 ul .col-sm-2 {
  width: auto;
  float: none;
  display: block;
  text-align: left;
  border-right: none;
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
	.header_fixed .gnav02 ul .col-sm-2,
	header .gnav02 ul .col-sm-2{
		width: 14.285714%;
	}	
}

.top_page .top_log_out .gnav02 ul .col-sm-2 a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
