@charset "UTF-8";
/*****************************
  corporate config
 *****************************/
/*
  Font
  */
/*****************************
  Clientlibs config
 *****************************/
/*
 setting
 （上書き禁止）
 */
/*
 common veriable
 （共通変数・任意）
 */
/*
 Break-Point
 @param $point (sm, md, lg)
 */
/*
 Font-Size
 @param $level
        (lv1, lv2, lv3, lv4, lv5, lv6, body, caption)
 */
/*
 Font-Family（言語別展開）
 @param 変数名
 */
/*
 Font-Size（言語展開）
 @param 変数名
 */
/*
 Line-Height（言語展開）
 @param 変数名
 */
/*
 Letter-Spacing（言語展開）
 @param 変数名
 */
/*
 Link
 */
/*
 AreaLink
 */
/*
 Button
 */
/*
  gutterWrapper (Column)に対してガターマージンをセット
  @param $level s,m,l,xl,reset
*/
/*
  gutterInner (Column)に対してガターマージンをセット
  @param $level s,m,l,xl,reset
*/
/*
  gutterItemWrapperに対してマージンをセット
  @param $resetFlg マージンリセットフラグ
*/
/*
  gutterInnerに対してマージンをセット
  @param $resetFlg マージンリセットフラグ
*/
/*
  gutterWrapper (CarouselImage)に対してガターマージンをセット
  @param none
*/
/*
  gutterInner (CarouselImage)に対してガターマージンをセット
  @param none
*/
/*
  上マージン.
  @param $level s,m,l,xl
*/
/*
  下マージン.
  @param $level s,m,l,xl
*/
/*
  左マージン.
  @param $level s,m,l,xl
*/
/*
  右マージン.
  @param $level s,m,l,xl
*/
/*
 Corner Radius（※廃止予定）
 @param $size (ss, s, m, l, ll)
 */
/*
 Image(or Movie) Text Pack(Horizontal)内のHeadingTitle
 @param $imagePosition(left, right)
 */
/*
 Map Access Pack(Horizontal)内のHeadingTitle
 @param $mapPosition(left, right)
 */
/*
  シャドウ.
  @param $pattern A,B,none
*/
/*
  ボタン用シャドウ.
  @param $visible true,false
*/
/*
  Label/Tag Pack用 border
  @param $visible true,false
*/
/*****************************
  Catalog Asia option
 *****************************/
/*
 Break-Point
 @param $point (sm, md, lg)
 */
.searchbox ol, .searchbox ul, .searchbox li, .newsRelease ol, .newsRelease ul, .newsRelease li {
  margin: 0;
  padding: 0;
  border: 0; }

.searchbox input, .newsRelease input {
  margin: 0;
  color: inherit;
  vertical-align: baseline;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

.searchbox select, .newsRelease select {
  -webkit-appearance: none;
  appearance: none;
  　text-indent: 0.01px;
  　text-overflow: '';
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }
  .searchbox select::-ms-expand, .newsRelease select::-ms-expand {
    display: none; }

.searchbox button, .newsRelease button {
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none; }

.searchbox {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.05em; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.05em; } }

@media only screen and (max-width: 640px) {
  .searchbox {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.05em; } }

.searchbox__simple {
  background-color: #F7F7F7; }

.searchbox__simple__inner {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1245px; }

.searchbox__simple__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

@media only screen and (min-width: 1025px) {
  .searchbox__simple__inner {
    padding: 15px 45px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox__simple__inner {
    padding: 15px 45px; } }

@media only screen and (max-width: 640px) {
  .searchbox__simple__inner {
    padding: 5px; } }

.searchbox__simple__wrapper {
  display: table;
  width: 100%; }

.searchbox__simple__wrapper > * {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  height: 60px; }

@media only screen and (max-width: 640px) {
  .searchbox__simple__wrapper > * {
    height: 52px; } }

.searchbox__simple__input {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif;
  width: 100%;
  padding-left: 20px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 0;
  box-sizing: border-box; }

[lang=en-jp] .searchbox__simple__input {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox__simple__input::-webkit-input-placeholder, .searchbox__simple__input:placeholder-shown {
  color: #9B9B9B;
  font-size: 20px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox__simple__input::-webkit-input-placeholder, .searchbox__simple__input:placeholder-shown {
    color: #9B9B9B;
    font-size: 19px; } }

@media only screen and (max-width: 640px) {
  .searchbox__simple__input::-webkit-input-placeholder, .searchbox__simple__input:placeholder-shown {
    color: #9B9B9B;
    font-size: 16px; } }

.searchbox__simple__submit {
  width: 90px; }

@media only screen and (max-width: 640px) {
  .searchbox__simple__submit {
    width: 52px; } }

.searchbox__simple__submit__btn {
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-left: none;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box; }

@media only screen and (min-width: 1025px) {
  .searchbox__simple__submit__btn {
    height: 60px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox__simple__submit__btn {
    height: 60px; } }

@media only screen and (max-width: 640px) {
  .searchbox__simple__submit__btn {
    height: 52px; } }

.searchbox__simple__submit__btn:hover {
  background-color: #eee; }

.searchbox__simple__submit__btn .corp-icon {
  font-size: 26px;
  color: #999999; }

@media only screen and (max-width: 640px) {
  .searchbox__simple__submit__btn .corp-icon {
    font-size: 24px; } }

.searchbox__simple__more {
  width: 180px; }

@media only screen and (max-width: 640px) {
  .searchbox__simple__more {
    width: 73px; } }

.searchbox__simple__more__btn {
  display: table-cell;
  width: 180px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  font-size: 16px; }

@media only screen and (max-width: 640px) {
  .searchbox__simple__more__btn {
    display: block;
    width: 73px;
    height: 52px;
    padding-top: 5px;
    box-sizing: border-box; } }

.searchbox__simple__more__btn:hover {
  opacity: .7; }

.searchbox__simple__more__btn .cmn-icon {
  margin-left: 10px;
  color: #999999; }

@media only screen and (max-width: 640px) {
  .searchbox__simple__more__btn .cmn-icon {
    display: block;
    height: 10px;
    margin-top: -10px;
    margin-left: 0; } }

.searchbox__simple__more__btn.is-open .cmn-icon--down {
  display: none !important; }

.searchbox__simple__more__btn.is-close .cmn-icon--up {
  display: none !important; }

.searchbox__simple__more__btn__label {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif; }

@media only screen and (min-width: 1025px) {
  [lang=en-jp] .searchbox__simple__more__btn__label {
    font-size: 13px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  [lang=en-jp] .searchbox__simple__more__btn__label {
    font-size: 13px; } }

@media only screen and (max-width: 640px) {
  .searchbox__simple__more__btn__label {
    display: block;
    font-size: 12px; }
  [lang=en-jp] .searchbox__simple__more__btn__label {
    line-height: 15px; } }

[lang=en-jp] .searchbox__simple__more__btn__label {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox__detail {
  display: none;
  background-color: #EEEEEE; }

.searchbox__detail__inner {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1245px; }

.searchbox__detail__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

@media only screen and (min-width: 1025px) {
  .searchbox__detail__inner {
    padding: 30px 45px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox__detail__inner {
    padding: 30px 45px; } }

@media only screen and (max-width: 640px) {
  .searchbox__detail__inner {
    padding: 20px 26px; } }

.searchbox__detail__categry {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px; }

.searchbox__detail__categry:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.searchbox__detail__categry__title {
  font-family: "FP-HiraginoUDSansStdN-W6", sans-serif;
  position: absolute;
  width: 60px;
  top: 10px;
  color: #333333;
  font-weight: bold; }

[lang=en-jp] .searchbox__detail__categry__title {
  font-family: "Linotype Univers 630 Basic Bold", sans-serif; }

@media only screen and (max-width: 640px) {
  [lang=en-jp] .searchbox__detail__categry__title {
    font-size: 12px;
    letter-spacing: normal; } }

.searchbox__detail__categry__box {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif;
  margin-left: 82px; }

.searchbox__detail__categry__box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

@media only screen and (max-width: 640px) {
  .searchbox__detail__categry__box {
    margin-left: 68px; } }

[lang=en-jp] .searchbox__detail__categry__box {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox__detail__submit {
  font-family: "FP-HiraginoUDSansStdN-W6", sans-serif;
  margin: 0 auto;
  text-align: center; }

[lang=en-jp] .searchbox__detail__submit {
  font-family: "Linotype Univers 630 Basic Bold", sans-serif; }

.searchbox__detail__submit__btn {
  font-weight: bold;
  font-family: "FP-HiraginoUDSansStdN-W6", sans-serif;
  position: relative;
  text-align: center;
  width: 300px;
  height: 52px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 2px; }

@media only screen and (max-width: 640px) {
  .searchbox__detail__submit__btn {
    width: 100%; } }

.searchbox__detail__submit__btn:hover {
  opacity: 0.7; }

.searchbox__detail__submit__btn .search-icon {
  font-size: 26px;
  vertical-align: middle; }

[lang=en-jp] .searchbox__detail__submit__btn {
  font-family: "Linotype Univers 630 Basic Bold", sans-serif; }

.searchbox__detail__submit__btn__label {
  margin-left: 7px;
  vertical-align: middle; }

.searchbox .selectPeriod {
  display: table;
  border-spacing: 1px 0;
  float: left; }

.searchbox .selectPeriod--until {
  margin-left: 8px; }

@media only screen and (max-width: 640px) {
  .searchbox .selectPeriod--until {
    margin-top: 10px;
    margin-left: 0; } }

.searchbox .selectPeriod__select {
  display: table-cell; }

.searchbox .selectPeriod__text {
  display: table-cell;
  padding-left: 12px; }

.searchbox .select {
  position: relative;
  width: 100px;
  height: 45px; }

@media only screen and (max-width: 640px) {
  .searchbox .select {
    height: 39px; } }

.searchbox .select:hover {
  cursor: pointer; }

.searchbox .select .cmn-icon {
  z-index: 9;
  position: absolute;
  right: 12px;
  top: 10px;
  color: #999999;
  font-size: 13px;
  pointer-events: none; }

@media only screen and (max-width: 640px) {
  .searchbox .select .cmn-icon {
    right: 7px;
    top: 8px; } }

.searchbox .select__input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-indent: 1em; }

.searchbox .select__input:hover {
  cursor: pointer; }

@-moz-document url-prefix() {
  .searchbox .select__input {
    text-indent: 0.2em; } }

.searchbox .checkList {
  font-size: 13px; }

.searchbox .checkList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.searchbox .checkList .checkList__item {
  list-style: none;
  float: left;
  min-width: 25%;
  text-indent: 37px;
  box-sizing: border-box;
  border: 1px solid #eeeeee; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox .checkList .checkList__item {
    min-width: 50%; } }

@media only screen and (max-width: 640px) {
  .searchbox .checkList .checkList__item {
    width: 100%; } }

.searchbox .checkbox {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  height: 45px;
  line-height: 45px;
  background-color: #DDDDDD; }

@media only screen and (max-width: 640px) {
  .searchbox .checkbox {
    height: 39px;
    line-height: 39px; } }

.searchbox .checkbox.is-checked {
  background-color: #fff; }

.searchbox .checkbox.is-checked .icon-area {
  color: #00a582; }

.searchbox .checkbox input[type="checkbox"] {
  position: absolute;
  left: -300px;
  top: 16px; }

.searchbox .checkbox .icon-area {
  font-size: 21px;
  position: absolute;
  top: 11px;
  left: -25px;
  color: #b5b5b5; }

@media only screen and (max-width: 640px) {
  .searchbox .checkbox .icon-area {
    top: 8px;
    left: -26px; } }

.searchbox .checkbox__label {
  font-size: 14px; }

@media only screen and (max-width: 640px) {
  .searchbox [lang=en-jp] .checkbox__label {
    font-size: 12px;
    letter-spacing: normal; } }

.searchbox .checkbox__num {
  font-size: 12px;
  color: #4D4D4D; }

@media only screen and (max-width: 640px) {
  .searchbox [lang=en-jp] .checkbox__num {
    font-size: 12px;
    letter-spacing: normal; } }

.searchbox .resultTitle {
  margin-top: 38px; }

@media only screen and (max-width: 640px) {
  .searchbox .resultTitle {
    margin-top: 20px; } }

.searchbox .resultInfo {
  margin-top: 15px;
  margin-bottom: 15px; }

.searchbox .resultInfo:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.searchbox .resultInfo__numbox {
  float: left;
  margin-bottom: 0; }

@media only screen and (min-width: 1025px) {
  .searchbox [lang=en-jp] .resultInfo__numbox {
    margin-right: 30px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox .resultInfo__numbox {
    line-height: 45px; }
  .searchbox [lang=en-jp] .resultInfo__numbox {
    margin-right: 30px;
    margin-top: 16px;
    margin-bottom: 10px;
    white-space: nowrap; } }

@media only screen and (max-width: 640px) {
  .searchbox .resultInfo__numbox {
    float: none;
    margin-top: 26px;
    margin-bottom: 26px;
    line-height: 1em; } }

.searchbox .resultInfo__numbox__text {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif;
  font-size: 16px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox [lang=en-jp] .resultInfo__numbox__text {
    letter-spacing: normal;
    line-height: 14px;
    font-size: 13px; } }

@media only screen and (max-width: 640px) {
  .searchbox .resultInfo__numbox__text {
    font-size: 14px; } }

.searchbox [lang=en-jp] .resultInfo__numbox__text {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox .resultInfo__numbox__text .text_total {
  font-family: "FP-HiraginoUDSansStdN-W6", sans-serif;
  font-weight: bold; }

.searchbox [lang=en-jp] .resultInfo__numbox__text .text_total {
  font-family: "Linotype Univers 630 Basic Bold", sans-serif; }

.searchbox .resultInfo__conditions {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif;
  float: right; }

@media only screen and (min-width: 1025px) {
  .searchbox [lang=en-jp] .resultInfo__conditions {
    float: left; } }

@media only screen and (max-width: 640px) {
  .searchbox .resultInfo__conditions {
    float: none; } }

.searchbox [lang=en-jp] .resultInfo__conditions {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox .resultInfo__conditions .resultInfo__conditions__inner {
  font-size: 16px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox [lang=en-jp] .resultInfo__conditions .resultInfo__conditions__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; } }

@media only screen and (max-width: 640px) {
  .searchbox .resultInfo__conditions .resultInfo__conditions__inner {
    font-size: 12px; } }

.searchbox .resultInfo__conditions .resultInfo__conditions__inner .checked {
  font-weight: bold;
  background: #E0F3F0 !important; }

.searchbox .displayBox {
  display: table-cell;
  float: left; }

.searchbox .displayBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.searchbox .displayBox--left {
  padding-right: 25px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox [lang=en-jp] .displayBox--left {
    margin-right: 10px;
    width: 50%;
    display: table;
    padding-right: 0;
    float: none; } }

@media only screen and (max-width: 640px) {
  .searchbox .displayBox--left {
    width: 50%;
    padding-right: 7px;
    box-sizing: border-box; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox [lang=en-jp] .displayBox--right {
    float: none; } }

@media only screen and (max-width: 640px) {
  .searchbox .displayBox--right {
    width: 50%;
    padding-left: 7px;
    box-sizing: border-box; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox [lang=en-jp] .displayBox--right .displayBox__box__list__item .displayBox__box__list__item__btn {
    line-height: 1.2;
    font-size: 13px;
    padding: 6px 10px;
    width: 76px;
    height: 43px; } }

@media only screen and (max-width: 640px) {
  .searchbox [lang=en-jp] .displayBox--right .displayBox__box__list__item .displayBox__box__list__item__btn {
    line-height: 1.2;
    height: 39px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px; } }

.searchbox .displayBox__title {
  float: left;
  display: table-cell;
  margin-right: 7px;
  font-size: 14px;
  line-height: 30px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox .displayBox__title {
    line-height: 45px; }
  .searchbox [lang=en-jp] .displayBox__title {
    vertical-align: middle;
    line-height: 1.2;
    letter-spacing: normal;
    display: table-cell;
    padding-right: 6px;
    margin-top: 12px;
    font-size: 13px;
    white-space: nowrap;
    float: none; } }

@media only screen and (max-width: 640px) {
  .searchbox .displayBox__title {
    float: none;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 8px; } }

.searchbox .displayBox__box {
  float: left;
  display: table-cell; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox [lang=en-jp] .displayBox__box {
    float: none; } }

@media only screen and (max-width: 640px) {
  .searchbox .displayBox__box {
    float: none;
    display: block;
    width: 100%; } }

.searchbox .displayBox__box__list {
  display: table;
  border: 1px solid #D9D9D9;
  border-radius: 2px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox [lang=en-jp] .displayBox__box__list {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  .searchbox .displayBox__box__list {
    width: 100%; } }

.searchbox .displayBox__box__list:last-child {
  border-right: none; }

.searchbox .displayBox__box__list__item {
  display: table-cell;
  box-sizing: border-box;
  border-right: 1px solid #D9D9D9;
  vertical-align: middle; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox [lang=en-jp] .displayBox__box__list__item {
    letter-spacing: normal;
    text-align: center; } }

.searchbox .displayBox__box__list__item__btn {
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  font-size: 14px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox .displayBox__box__list__item__btn {
    font-size: 14px;
    line-height: 45px; }
  .searchbox [lang=en-jp] .displayBox__box__list__item__btn {
    letter-spacing: normal;
    width: 100%;
    line-height: 43px;
    font-size: 13px; } }

@media only screen and (max-width: 640px) {
  .searchbox .displayBox__box__list__item__btn {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 39px; } }

.searchbox .displayBox__box__list__item__btn:hover {
  background-color: #F7F7F7; }

.searchbox .displayBox__box__list__item__btn.is-checked {
  font-family: "FP-HiraginoUDSansStdN-W6", sans-serif;
  background-color: #E0F3F0; }

.searchbox [lang=en-jp] .displayBox__box__list__item__btn.is-checked {
  font-family: "Linotype Univers 630 Basic Bold", sans-serif; }

.searchbox .resultList {
  border-top: 1px solid #EEEEEE; }

.searchbox .resultList__item {
  position: relative;
  border-bottom: 1px solid #EEEEEE; }

.searchbox .resultItem {
  display: block;
  position: relative;
  padding: 25px 14px 25px 30px;
  text-decoration: none;
  color: #333; }

@media only screen and (max-width: 640px) {
  .searchbox .resultItem {
    padding: 20px 0; } }

.searchbox .resultItem:hover {
  background-color: #F7F7F7; }

.searchbox .resultItem__main {
  position: relative; }

@media only screen and (max-width: 640px) {
  .searchbox .resultItem__main {
    display: table;
    width: 100%; } }

.searchbox .resultItem__main__title {
  font-family: "FP-HiraginoUDSansStdN-W6", sans-serif;
  margin-right: 230px;
  font-size: 20px;
  font-weight: bold; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox .resultItem__main__title {
    margin-right: 138px; } }

@media only screen and (max-width: 640px) {
  .searchbox .resultItem__main__title {
    display: table-cell;
    vertical-align: top;
    margin-right: 0;
    padding-right: 26px;
    font-size: 16px; } }

.searchbox [lang=en-jp] .resultItem__main__title {
  font-family: "Linotype Univers 630 Basic Bold", sans-serif; }

.searchbox .resultItem__main__title .cmn-icon {
  position: absolute;
  top: 3px;
  left: -26px;
  color: #00A582;
  font-size: 18px; }

@media only screen and (max-width: 640px) {
  .searchbox .resultItem__main__title .cmn-icon {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px; } }

.searchbox .resultItem__main__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 198px;
  border: solid 1px #EEEEEE; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox .resultItem__main__img {
    width: 120px; } }

@media only screen and (max-width: 640px) {
  .searchbox .resultItem__main__img {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 80px; } }

.searchbox .resultItem__main__img img {
  display: block;
  width: 100%; }

.searchbox .resultItem__sub {
  margin-right: 230px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchbox .resultItem__sub {
    margin-right: 138px; } }

@media only screen and (max-width: 640px) {
  .searchbox .resultItem__sub {
    margin-top: 12px;
    margin-right: 0; } }

.searchbox .resultItem__sub__text {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif; }

.searchbox [lang=en-jp] .resultItem__sub__text {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox .resultItem__sub__url {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif;
  margin-top: 4px;
  margin-bottom: 6px;
  word-break: break-all;
  font-size: 12px;
  color: #999999; }

.searchbox [lang=en-jp] .resultItem__sub__url {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox .resultItem__sub__bottom {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif;
  letter-spacing: normal;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.searchbox [lang=en-jp] .resultItem__sub__bottom {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox .resultItem__sub__bottom .resultItem__sub__bottom__date {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  line-height: 23px;
  margin-right: 5px;
  height: 22px; }

@media only screen and (max-width: 640px) {
  .searchbox .resultItem__sub__bottom .resultItem__sub__bottom__date {
    font-size: 13px; } }

.searchbox .resultItem__sub__bottom__category {
  display: inline-block; }

.searchbox .categoryList {
  line-height: 0; }

.searchbox .categoryList .categoryList__item {
  display: inline-block;
  padding: 0 4px;
  background: #E8E8E8;
  font-size: 12px;
  color: #4D4D4D; }

@media only screen and (max-width: 640px) {
  .searchbox .categoryList .categoryList__item {
    font-size: 10px; } }

.searchbox .categoryList .categoryList__item--type {
  background: #E8E8E8;
  line-height: 16px;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px; }

.searchbox .categoryList .categoryList__item--category {
  background-color: #ccede6;
  line-height: 16px;
  padding-top: 3px;
  padding-bottom: 3px; }

.searchbox .pagerWrapper {
  margin-top: 90px;
  margin-bottom: 150px; }

@media only screen and (max-width: 640px) {
  .searchbox .pagerWrapper {
    margin-top: 52px;
    margin-bottom: 52px; } }

.searchbox .pagerList {
  display: table;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  font-size: 14px;
  text-align: center; }

@media only screen and (max-width: 640px) {
  .searchbox .pagerList {
    width: 100%; } }

.searchbox .pagerList__item {
  display: table-cell;
  width: 60px;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #D9D9D9;
  vertical-align: middle; }

@media only screen and (max-width: 640px) {
  .searchbox .pagerList__item {
    width: 14.2% !important; } }

.searchbox .pagerList__item:last-child {
  border-right: none;
  width: 90px; }

.searchbox .pagerList__item:first-child {
  width: 90px; }

.searchbox .pager-list-item.checked {
  background: #E0F3F0; }

.searchbox .pagerList__item__btn {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  text-decoration: none; }

.searchbox [lang=en-jp] .pagerList__item__btn {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox .pagerList__item__btn .cmn-icon {
  color: #00A582; }

.searchbox .pagerList__item__btn.is-disabled:hover {
  background-color: #fff; }

.searchbox .pagerList__item__btn.is-disabled .cmn-icon {
  color: #D9D9D9; }

.searchbox .pagerList__item__btn.is-current {
  font-weight: bold;
  font-family: "FP-HiraginoUDSansStdN-W6", sans-serif;
  background-color: #E0F3F0; }

.searchbox [lang=en-jp] .pagerList__item__btn.is-current {
  font-family: "Linotype Univers 630 Basic Bold", sans-serif; }

.searchbox a.pagerList__item__btn:hover {
  background-color: #F7F7F7; }

.searchbox .noResult__msk {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif;
  margin-top: 24px; }

.searchbox .noResult__msk a {
  color: #333; }

.searchbox [lang=en-jp] .noResult__msk {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox .noResult__panel {
  margin: 30px 0 150px;
  border: solid 1px #D9D9D9;
  text-align: center;
  padding: 82px 20px; }

@media only screen and (max-width: 640px) {
  .searchbox .noResult__panel {
    margin: 30px 0 40px;
    padding: 60px 20px; } }

.searchbox .noResult__panel__text {
  font-family: "FP-HiraginoUDSansStdN-W3", sans-serif; }

.searchbox [lang=en-jp] .noResult__panel__text {
  font-family: "Linotype Univers 330 Basic Light", sans-serif; }

.searchbox .selectPeriod__text {
  vertical-align: middle; }

.searchbox .selectbox {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  height: 45px;
  line-height: 45px;
  background-color: #fff; }
  @media only screen and (max-width: 640px) {
    .searchbox .selectbox .selectbox {
      height: 39px;
      line-height: 39px; } }
  .searchbox .selectbox::before, .searchbox .selectbox::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-radius: 20px; }
  .searchbox .selectbox::before {
    left: 14px;
    width: 16px;
    height: 16px;
    border: 1px solid #00A582; }
  .searchbox .selectbox::after {
    width: 8px;
    height: 8px;
    left: 18px; }
  .searchbox .selectbox.is-checked::after {
    background-color: #00A582; }
  .searchbox .selectbox input[type='checkbox'],
  .searchbox .selectbox input[type='radio'] {
    position: absolute;
    left: -300px;
    top: 16px; }

.newsRelease {
  box-sizing: border-box;
  max-width: 1245px;
  padding: 40px 45px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    .newsRelease {
      padding: 20px 11px; } }
  .newsRelease .newsRelease__loading {
    border: 1px solid currentColor;
    padding: 80px;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      .newsRelease .newsRelease__loading {
        padding: 40px; } }
  .newsRelease .newsRelease__mark {
    background-color: #ffea00; }
  .newsRelease .newsRelease__dist__near {
    color: #666;
    margin-bottom: 20px; }
    .newsRelease .newsRelease__dist__near__link {
      background: none;
      border: none;
      color: blue;
      text-decoration: underline; }
      .newsRelease .newsRelease__dist__near__link:active {
        color: red; }
      .newsRelease .newsRelease__dist__near__link:visited {
        color: purple; }
  .newsRelease .newsRelease__dist__title {
    color: #666;
    letter-spacing: .2em;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.6; }
    .newsRelease .newsRelease__dist__title__bold {
      color: #000;
      font-size: 16px; }
  .newsRelease .newsRelease__dist__body {
    border-top: solid 2px #eee;
    list-style: none; }
    .newsRelease .newsRelease__dist__body__list {
      list-style: none;
      border-bottom: solid 2px #eee;
      color: #333;
      line-height: 1.6;
      padding: 24px 15px 30px; }
      @media only screen and (min-width: 1025px) {
        .newsRelease .newsRelease__dist__body__list {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
                  align-items: flex-start; } }
      @media only screen and (min-width: 641px) and (max-width: 1024px) {
        .newsRelease .newsRelease__dist__body__list {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
                  align-items: flex-start; } }
      .newsRelease .newsRelease__dist__body__list__thumb {
        border: solid 1px #eee; }
        @media only screen and (min-width: 1025px) {
          .newsRelease .newsRelease__dist__body__list__thumb {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 198px;
                    flex: 0 0 198px; } }
        @media only screen and (min-width: 641px) and (max-width: 1024px) {
          .newsRelease .newsRelease__dist__body__list__thumb {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 198px;
                    flex: 0 0 198px; } }
        @media only screen and (max-width: 640px) {
          .newsRelease .newsRelease__dist__body__list__thumb {
            max-width: 200px;
            width: 100%;
            margin: 0 auto 20px; } }
        .newsRelease .newsRelease__dist__body__list__thumb img {
          width: 100%;
          height: auto; }
      @media only screen and (min-width: 1025px) {
        .newsRelease .newsRelease__dist__body__list__unit {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 auto;
                  flex: 1 1 auto;
          padding-left: 15px; } }
      @media only screen and (min-width: 641px) and (max-width: 1024px) {
        .newsRelease .newsRelease__dist__body__list__unit {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 auto;
                  flex: 1 1 auto;
          padding-left: 15px; } }
      .newsRelease .newsRelease__dist__body__list__unit__title {
        margin-bottom: 10px;
        font-size: 16px; }
        @media only screen and (max-width: 640px) {
          .newsRelease .newsRelease__dist__body__list__unit__title {
            font-size: 14px; } }
        .newsRelease .newsRelease__dist__body__list__unit__title__link {
          color: currentColor;
          text-decoration: none; }
          .newsRelease .newsRelease__dist__body__list__unit__title__link:hover {
            color: #999;
            text-decoration: underline; }
      .newsRelease .newsRelease__dist__body__list__unit__startbody {
        margin-bottom: 10px;
        font-size: 14px; }
        @media only screen and (max-width: 640px) {
          .newsRelease .newsRelease__dist__body__list__unit__startbody {
            font-size: 13px; } }
      .newsRelease .newsRelease__dist__body__list__unit__url {
        font-size: 13px; }
        @media only screen and (max-width: 640px) {
          .newsRelease .newsRelease__dist__body__list__unit__url {
            font-size: 12px; } }
        .newsRelease .newsRelease__dist__body__list__unit__url__link {
          position: relative;
          color: currentColor;
          text-decoration: none;
          word-break: break-all; }
          .newsRelease .newsRelease__dist__body__list__unit__url__link:hover {
            text-decoration: underline; }
          .newsRelease .newsRelease__dist__body__list__unit__url__link::before {
            content: 'URL';
            background-color: #333;
            padding: 3px 8px;
            color: #fff;
            font-size: 10px;
            margin-right: 10px; }
  .newsRelease .newsRelease__dist__pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 16px 0 24px; }
    .newsRelease .newsRelease__dist__pager__unit {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      list-style: none; }
      .newsRelease .newsRelease__dist__pager__unit__list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
                flex: 0 0 auto;
        font-size: 14px;
        padding: 0 4px; }
        @media only screen and (max-width: 640px) {
          .newsRelease .newsRelease__dist__pager__unit__list {
            font-size: 12px;
            padding: 0 2px; } }
        .newsRelease .newsRelease__dist__pager__unit__list__btn {
          width: 36px;
          height: 36px;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
                  align-items: center;
          border-radius: 2px;
          color: #333;
          background-color: #f5f5f5;
          border: solid 1px #ccc; }
          .newsRelease .newsRelease__dist__pager__unit__list__btn.is-current {
            pointer-events: none;
            background-color: #fff;
            border-color: #fff; }
