@charset "UTF-8";
/*----------------------------------
Config variables etc
----------------------------------*/
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
:root {
  --g-header-height: 60px;
}
@media (min-width: 769px) {
  :root {
    --g-header-height: 83px;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper {
    display: block !important;
  }
  .tm-search {
    margin-top: 20px;
    border: solid 1px #cecece;
    padding: 40px;
  }
  .tm-search-headline::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/i_search.png);
    background-size: 14px;
    margin: 0 10px 0 0;
    transform: translateY(2px);
  }
  .tm-search-items {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .tm-search-items > div {
    border: solid 1px #cecece;
    font-size: 1.2rem;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    min-width: 78px;
    text-align: center;
    cursor: pointer;
  }
  .tm-search-items > div.is-select, .tm-search-items > div:hover {
    color: #009fed;
    border: solid 1px #009fed;
  }
  .tm-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -20px;
  }
  .tm-item {
    flex-basis: calc(50% - 40px);
    display: block;
    margin: 10px 20px;
    padding: 25px;
    border: solid 1px #cecece;
    text-decoration: none;
    position: relative;
    position: relative;
  }
  .tm-item::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .tm-item:hover {
    text-decoration: none;
  }
  .tm-item.nolink {
    padding: 0 0 25px 45px;
    border: 0;
    float: right;
    width: 400px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin: 0 0 20px 20px;
    min-height: 350px;
  }
  .tm-item.nolink::after {
    display: none;
  }
  .tm-item::after {
    right: 10px;
  }
  .tm-item__img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .tm-item__img img {
    width: 100%;
    height: auto;
  }
  .tm-item__img + div {
    flex-basis: 100%;
  }
  .tm-item__name {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .tm-item__name.--newzealand::before {
    background-image: url(../img/flag_nz.png);
  }
  .tm-item__name.--canada::before {
    background-image: url(../img/flag_canada.png);
  }
  .tm-item__name.--australia::before {
    background-image: url(../img/flag_aus.png);
  }
  .tm-item__name span {
    font-size: 1.6rem;
  }
  .tm-item__name::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .tm-item__type {
    margin-top: 5px;
  }
  .tm-item__label {
    margin-top: 10px;
  }
  .tm-item__label > span {
    color: #009fed;
    border: solid 1px #009fed;
    font-size: 1.5rem;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    min-width: 78px;
    text-align: center;
  }
  .tm-item__details {
    margin-top: 15px;
  }
  .tm-item__details > li {
    display: flex;
    margin-bottom: 5px;
  }
  .tm-item__details > li > div:first-child {
    min-width: 60px;
  }
  .tm-search-area {
    margin-top: 40px;
    display: flex;
  }
  .tm-search-area::before {
    content: "国 / 地域";
    margin-right: 20px;
    min-width: 65px;
    display: flex;
    align-items: center;
  }
  .tm-search-area span {
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 10px;
    flex-basis: 40%;
    position: relative;
    min-height: 40px;
    cursor: pointer;
  }
  .tm-search-area span::after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
  }
  .tm-modal {
    width: 50vw;
    height: 50vh;
    min-width: 600px;
    min-height: 600px;
    padding-bottom: 30px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: scroll;
    border: solid 2px #cecece;
    background-color: #fff;
    z-index: 1000;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 35px #000;
  }
  .tm-modal.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .tm-modal__back {
    padding: 15px;
    font-weight: 700;
    color: #003099;
    position: relative;
    width: 100px;
    text-align: center;
    float: right;
    cursor: pointer;
  }
  .tm-modal__headline {
    clear: both;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    background-color: #f8f8f8;
    padding: 15px 0;
  }
  .tm-modal-list {
    margin-top: 5px;
  }
  .tm-modal-list.aus > li.aus, .tm-modal-list.nz > li.nz, .tm-modal-list.canada > li.canada {
    display: block;
  }
  .tm-modal-list > li {
    border-bottom: solid 1px #cecece;
    margin-left: 70px;
    display: none;
    cursor: pointer;
  }
  .tm-modal-list > li.head, .tm-modal-list > li.noselect {
    border-top: solid 1px #cecece;
    margin-top: -1px;
    margin-left: 0;
    display: block;
  }
  .tm-modal-list > li.head span, .tm-modal-list > li.noselect span {
    padding: 15px 0 15px 40px;
  }
  .tm-modal-list > li.head span::after {
    display: block;
    transform: rotate(90deg) scale(0.7, 1.4);
  }
  .tm-modal-list > li.head.is-open, .tm-modal-list > li.is-select {
    background-color: #f8f8f8;
  }
  .tm-modal-list > li.head.is-open span, .tm-modal-list > li.is-select span {
    color: #999;
  }
  .tm-modal-list > li.head.is-open span::after {
    transform: rotate(-90deg) scale(0.7, 1.4);
    right: 14px;
  }
  .tm-modal-list > li.noselect {
    border-top: solid 1px #cecece;
    margin-top: -1px;
    border-bottom: none;
  }
  .tm-modal-list > li span {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .tm-modal-list > li span::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .tm-modal-list > li span::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tm-search {
    margin-top: 20px;
  }
  .tm-search-headline::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/i_search.png);
    background-size: 14px;
    margin: 0 10px 0 0;
    transform: translateY(2px);
  }
  .tm-search-items {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .tm-search-items > div {
    border: solid 1px #cecece;
    font-size: 1.2rem;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    min-width: 78px;
    text-align: center;
  }
  .tm-search-items > div.is-select {
    color: #009fed;
    border: solid 1px #009fed;
  }
  .tm-item {
    display: block;
    padding: 25px 0;
    border-bottom: solid 1px #cecece;
    text-decoration: none;
    position: relative;
  }
  .tm-item::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .tm-item.nolink {
    padding: 25px 0 0;
    border-bottom: 0;
  }
  .tm-item.nolink::after {
    display: none;
  }
  .tm-item::after {
    right: 0;
  }
  .tm-item__img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .tm-item__img + div {
    flex-basis: 100%;
  }
  .tm-item__name {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .tm-item__name.--newzealand::before {
    background-image: url(../img/flag_nz.png);
  }
  .tm-item__name.--canada::before {
    background-image: url(../img/flag_canada.png);
  }
  .tm-item__name.--australia::before {
    background-image: url(../img/flag_aus.png);
  }
  .tm-item__name span {
    font-size: 1.6rem;
  }
  .tm-item__name::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .tm-item__type {
    margin-top: 5px;
  }
  .tm-item__label {
    margin-top: 10px;
  }
  .tm-item__label > span {
    color: #009fed;
    border: solid 1px #009fed;
    font-size: 1.5rem;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    min-width: 78px;
    text-align: center;
  }
  .tm-item__details {
    margin-top: 15px;
  }
  .tm-item__details > li {
    display: flex;
    margin-bottom: 5px;
  }
  .tm-item__details > li > div:first-child {
    min-width: 60px;
  }
  .tm-search-area {
    border-top: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    padding: 15px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }
  .tm-search-area::before {
    content: "国 / 地域";
    margin-right: 20px;
    min-width: 65px;
    display: flex;
    align-items: center;
  }
  .tm-search-area span {
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 10px;
    flex-basis: 100%;
    position: relative;
    min-height: 40px;
  }
  .tm-search-area span::after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
  }
  .tm-modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: scroll;
    background-color: #fff;
    z-index: 1000;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .tm-modal.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .tm-modal__back {
    padding: 15px 0 15px 30px;
    font-weight: bold;
    color: #003099;
    position: relative;
    position: relative;
  }
  .tm-modal__back::after {
    content: "<";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .tm-modal__headline {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    background-color: #f8f8f8;
    padding: 15px 0;
  }
  .tm-modal-list {
    margin-top: 5px;
  }
  .tm-modal-list.aus > li.aus, .tm-modal-list.nz > li.nz, .tm-modal-list.canada > li.canada {
    display: block;
  }
  .tm-modal-list > li {
    border-bottom: solid 1px #cecece;
    margin-left: 70px;
    display: none;
  }
  .tm-modal-list > li.head, .tm-modal-list > li.noselect {
    border-top: solid 1px #cecece;
    margin-top: -1px;
    margin-left: 0;
    display: block;
  }
  .tm-modal-list > li.head span, .tm-modal-list > li.noselect span {
    padding: 15px 0 15px 40px;
  }
  .tm-modal-list > li.head span::after {
    display: block;
    transform: rotate(90deg) scale(0.7, 1.4);
  }
  .tm-modal-list > li.head.is-open, .tm-modal-list > li.is-select {
    background-color: #f8f8f8;
  }
  .tm-modal-list > li.head.is-open span, .tm-modal-list > li.is-select {
    color: #999;
  }
  .tm-modal-list > li.head.is-open span::after {
    transform: rotate(-90deg) scale(0.7, 1.4);
    right: 14px;
  }
  .tm-modal-list > li.noselect {
    border-top: solid 1px #cecece;
    margin-top: -1px;
    border-bottom: none;
  }
  .tm-modal-list > li span {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .tm-modal-list > li span::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .tm-modal-list > li span::after {
    display: none;
  }
}

/*# sourceMappingURL=testimonials.css.map */
