.input-row-horizontal@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Serif+JP:wght@200..900&display=swap');

/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 50px;
}

.breadcrumbs ul {
    margin-top: 5px;
    overflow: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.breadcrumbs ul li {
    padding-right: 15px;
    margin-right: 10px;
    float: left;
    position: relative;
}

.breadcrumbs ul li::before {
    content: ">";
    position: absolute;
    right: 0;
}
.breadcrumbs ul li:last-child::before{
	display: none;
}
.breadcrumbs ul li:first-child a {
    color: #ff4778;
}
/* Breadcrumbs */

/* title sub */
#contents .contents_inline .contents_m .contents_box_custom h2.tit_sub_center {
    text-align: center;
    margin-bottom: 20px;
}

#contents .contents_inline .contents_m .contents_box_custom h2.tit_sub_center::before, #contents .contents_inline .contents_m .contents_box_custom h2.tit_sub_center::after {
    right: 0;
    margin: auto;
}

#contents .contents_inline .contents_m .contents_box_custom h2.tit_sub_center::before, #contents .contents_inline .contents_m .contents_box_custom h2.tit_sub_center::after {
    right: 0;
    margin: auto;
}
/* title sub */

.float-right{
    display: flex;
    justify-content: end;
}


/* common */
#contents {
	padding-bottom: 50px;
	font-size: 14px;
}

.contents_m table {
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    border-collapse: separate;
    border: 1px solid #dad8d6;
}

.case .pack {
    padding: 30px;
    background-color: #fcf6f2;
}

.case .pack table {
    margin-bottom: 0;
    overflow: hidden;
}

.contents_box_custom {
	margin-bottom: 60px;
}

.btn-grp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#contents .contents_inline .btn-style02 a .content-button {
    background-color: #99ccff;
}

#contents .contents_inline .view-more.txt-center {
    margin: 30px 0;
}

.view-more.txt-center {
    text-align: center !important;
}

#contents .contents_inline .content-button {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #77e697;
}

.btn-grp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#contents .contents_inline .btn-grp02 {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

#contents .contents_inline .btn-grp02 .content-button {
    width: 270px;
    background-color: #999;
}

#contents .contents_inline .btn-style02 a .content-button {
    background-color: #99ccff;
}

@keyframes arrow {
    0% {
        right: 8%;
    }

    50% {
        right: 3%;
    }

    100% {
        right: 8%;
    }
}

/* common
-------------------------------------------------------------------- */
#contents {
    margin-top: 90px;
    font-size: 16px;
}

.contents_box_custom {
    margin-bottom: 60px;
}

#contents .contents_inline .w-100i .view-more {
    margin-top: 20px;
    text-align: center;
}

.view-more.txt-center {
    text-align: center !important;
}

.w-100i .txt-center {
    font-size: 100%;
    font-weight: bold;
}

.fl-r {
    margin-top: 10px;
    float: right;
}

.txt-center {
    text-align: center;
}

.txt-red {
    color: #ff4778 !important;
}

.txt-black {
    color: #333 !important;
}

.txt-blue {
    color: #0099ff !important;
}

.btn-grp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#contents .contents_inline .content-button {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#contents .contents_inline .content-button:hover {
    opacity: .8;
}

#contents .contents_inline .view-more.txt-center {
    margin: 30px 0;
}

#contents .contents_inline .btn-grp02 {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

#contents .contents_inline .btn-grp02 .content-button {
    width: 270px;
    background-color: #999;
}

#contents .contents_inline .btn-grp02 .view-more:last-child .content-button {
    margin-bottom: 0;
}

#contents .contents_inline .btn-style01 a .content-button,
#contents .contents_inline .btn-sm01 a .content-button {
    background-color: #999999;
}

#contents .contents_inline .btn-style01 a .content-button::before,
#contents .contents_inline .btn-sm01 a .content-button::before {
    content: url(../img/custom/ic-more-gray.png);
}

#contents .contents_inline .btn-style02 a .content-button {
    background-color: #99ccff;
}

#contents .contents_inline .btn-style02 a .content-button::before {
    content: url(../img/custom/ic-more-blue.png);
}

.inner {
    margin: auto;
    max-width: none;
    width: 95% !important;
}

br.sp {
    display: block;
}

.br-30 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

h2.no-bg::before,
h2.no-bg::after {
    display: none;
}

/* No content
--------------------------- */
.no_content {
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    background-color: #ffedf2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.no_content p {
    color: #614a3f;
    font-size: 100%;
}

.no_content p.f_big {
    margin-top: 5px;
    font-weight: bold;
}

.no_content p a {
    text-decoration: underline;
}

.no_content p a:hover {
    text-decoration: none;
}

/* ListTags
--------------------------- */
.listTags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

.listTags li {
    margin-bottom: 0;
    width: auto;
}

.listTags li a {
    display: block;
    padding: 3px 10px;
    color: #333;
    font-size: 12px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    text-decoration: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.listTags li.__longTxt a {
    padding: 3px 6px;
}

.listTags li.__tagColored a {
    color: #fff;
    background-color: #ff4778;
}

.listTags02 {
    gap: 10px;
}

.listTags02 li a {
    min-width: 100px;
    font-size: 14px;
    font-family: inherit;
    border-color: #999999;
}

/* tit
--------------------------- */
#contents .contents_inline .contents_m .contents_box_custom h3.tit-style02 {
    padding: 8px 20px;
    margin-bottom: 25px;
    color: #333;
    border-left: 6px solid #99ccff;
    background-color: #f6f8fb;
}

.tit-style03 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 2px solid #eee;
}

.tit-style03::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 150px;
    background-color: #99ccff;
}

/* breadcrumbs
--------------------------- */
.breadcrumbs {
    margin-bottom: 50px;
}

.breadcrumbs ul {
    margin-top: 5px;
    overflow: hidden;
}

.breadcrumbs ul li {
    padding-right: 15px;
    margin-right: 10px;
    float: left;
    position: relative;
}

.breadcrumbs ul li::before {
    content: ">";
    position: absolute;
    right: 0;
}

.breadcrumbs ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumbs ul li:last-child::before {
    display: none;
}

.breadcrumbs ul li:first-child a {
    color: #ff4778;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
    color: #333;
    font-size: 12px;
    font-weight: 500;
}

/* search_page
--------------------------- */
.search_page {
    margin-top: 90px;
}

.search_page h3 {
    margin-bottom: 40px;
    float: left;
    font-size: 16px !important;
    font-weight: normal;
}

.search_page h3 span {
    font-size: 20px;
    font-weight: bold;
}

.search_page ul li.focus {
    border-color: #ff4778;
    background: #ff4778;
    color: #fff;
    padding: 13px 14px 13px 15px;
    border-radius: 8px;
}

/* table
--------------------------- */
.search_conditions_wrap {
    margin-top: 20px;
}

.contents_m table {
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    border-collapse: separate;
    border: 1px solid #dad8d6;
}

.contents_m table.tb_style01 tr:first-child th {
    border-top-left-radius: 10px;
}

.contents_m table.tb_style01 tr:first-child td {
    border-top-right-radius: 10px;
}

.contents_m table.tb_style01 tr:last-child th {
    border-bottom-left-radius: 10px;
}

.contents_m table.tb_style01 tr:last-child td {
    border-bottom-right-radius: 10px;
}

.contents_m table th,
.contents_m table td {
    box-sizing: border-box;
    padding: 15px 20px;
}

.contents_m table.tb_style01 th {
    background: #ff4778;
    color: #fff;
    font-weight: bold;
    width: 176px;
    font-size: 14px;
    border-width: 0 0 1px 0;
    border-color: #dad8d6;
}

.contents_m table.tb_style01 th.no-radius {
    border-radius: 0 !important;
}

.contents_m table.tb_style01 th.txt-center {
    text-align: center;
}

.contents_m table td {
    border-width: 0 0 1px 0;
    border-color: #dad8d6;
}

.contents_m table tr:last-child th,
.contents_m table tr:last-child td {
    border-bottom: 0;
}

.contents_m table .handling {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents_m table .handling li {
    width: 48%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.contents_m table .handling li:nth-last-child(2),
.contents_m table .handling li:last-child {
    margin-bottom: 0;
}

.contents_m table .locations {
    display: flex;
}

.contents_m table .locations li {
    margin-right: 10px;
}

.contents_m .search_conditions_wrap .striped tr:nth-child(odd) td {
    background-color: #faf7f5;
}

.contents_m .search_conditions_wrap .check_wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.contents_m .search_conditions_wrap .check_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.contents_m .search_conditions_wrap .check_wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ff4778;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.contents_m .search_conditions_wrap .check_wrap:hover input~.checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.contents_m .search_conditions_wrap .check_wrap input:checked~.checkmark {
    background-color: #ff4778;
}

/* Create the checkmark/indicator (hidden when not checked) */
.contents_m .search_conditions_wrap .check_wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contents_m .search_conditions_wrap .check_wrap input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contents_m .search_conditions_wrap .check_wrap .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contents_m table tr td input[type="text"] {
    border: 1px solid #dad8d6;
    border-radius: 5px;
    padding: 12px 15px;
    max-width: 210px;
    width: 100%;
    box-sizing: border-box;
}

/* Radio button */
.contents_m .search_conditions_wrap .radio_wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.contents_m .search_conditions_wrap .radio_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.contents_m .search_conditions_wrap .radio_wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ff4778;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contents_m .search_conditions_wrap .radio_wrap:hover input~.checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.contents_m .search_conditions_wrap .radio_wrap input:checked~.checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.contents_m .search_conditions_wrap .radio_wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.contents_m .search_conditions_wrap .radio_wrap input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.contents_m .search_conditions_wrap .radio_wrap .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff4778;
}

.contents_m table.tb_style02 th {
    background: #ff4778;
    color: #fff;
    font-weight: bold;
    border-width: 0 1px 0 0;
    border-color: #dad8d6;
    text-align: center;
    padding: 18px 10px;
}

.contents_m table.tb_style02 th a {
    color: #fff;
    text-decoration: none;
}

.contents_m table.tb_style02 td {
    border-width: 0 1px 1px 0;
    border-color: #dad8d6;
    text-align: center;
    word-break: break-all;
}

.contents_m table.tb_style02 td a {
    color: #333;
}

.contents_m table.tb_style02 tr td:last-child {
    border-right: 0;
}

.contents_m .list_table .operation li.more a {
    background: url(../../img/common/ico_search.png) no-repeat center;
    background-size: 100%;
}

/* list-style
--------------------------- */
.list-style01 li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.list-style01 li:last-child {
    margin-bottom: 0;
}

.list-style01 li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 8px;
    width: 8px;
    background-color: #ff4778;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.list-decimal,
.list-decimal li {
    list-style-type: decimal;
}

.list-decimal {
    padding-left: 15px;
    margin-bottom: 5px;
}

.menu a {
    border-width: 2px;
    border-color: #f0ddd3;
}

/* content
-------------------------------------------------------------------- */
.case .pack {
    padding: 30px;
    background-color: #fcf6f2;
}

.case .pack table {
    margin-bottom: 0;
    overflow: hidden;
}

.case .pack table th,
.case .pack table td {
    display: block;
    padding: 15px;
    font-size: 100%;
    width: 100%;
    box-sizing: border-box;
}

.case .pack table td {
    background-color: #fff !important;
}

.case .pack table th {
    text-align: left;
}

.case .pack table tr:last-child th {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.case .pack .pack-content .image-wrap {
    margin: 0 auto 20px;
    max-width: none;
    width: 100%;
}

.case .pack .pack-content .image-wrap img {
    display: block;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.case .pack .pack-content .info-wrap {
    margin-top: 10px;
    overflow: hidden;
}

.case .pack .pack-content .info-wrap p {
    margin-bottom: 10px;
}

.case-style02 .pack {
    margin-bottom: 30px;
}

.case-style02 .pack:last-child {
    margin-bottom: 0;
}

.case-style02 .line {
    margin-bottom: 15px;
}

.case-style02 .pack p {
    margin-bottom: 10px;
}

.case-style03 .pack {
    margin-bottom: 30px;
}


/* sorter-items
--------------------------- */
.sorter-items {
    display: block;
}

.sorter-items .sort-wrap,
.sorter-items .items-wrap {
    display: flex;
    align-items: center;
    color: #614a3f;
    font-size: 110%;
}

.sorter-items .sort-wrap {
    margin-bottom: 10px
}

.sorter-items span {
    display: block;
    margin-right: 10px;
    width: 65px;
}

.sorter-items ul {
    overflow: hidden;
}

.sorter-items ul li {
    float: left;
}

.sorter-items ul li a {
    padding: 0 12px;
    color: #614a3f;
    font-weight: bold;
    border-left: 2px dashed #f0ddd3;
}

.sorter-items ul li:last-child a {
    border-right: 2px dashed #f0ddd3;
}

/* contact-wrap */
.contact-wrap .txt-center {
    margin-bottom: 40px;
}

.contact-wrap .btn-grp {
    flex-wrap: wrap;
}

#contents .contents_inline .contact-wrap .btn-grp .btn-prev {
    margin-bottom: 20px;
    margin-right: 0;
}

#contents .contents_inline .contact-wrap .btn-grp .btn-prev .content-button {
    background-color: #999;
}

#contents .contents_inline .contact-wrap .btn-grp .btn-prev .content-button::before {
    content: url(../../img/custom/ic-more-gray.png);
    right: unset;
    left: 15px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.contact-wrap .contact-steps {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.contact-wrap .contact-steps .steps-item {
    position: relative;
    padding-right: 50px;
}

.contact-wrap .contact-steps .steps-item:last-child {
    padding-right: 0;
}

.contact-wrap .contact-steps .steps-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 30px;
    background-color: #ccc;
}

.contact-wrap .contact-steps .steps-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    background-color: #cccccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-wrap .contact-steps .steps-wrap .step {
    display: block;
    font-size: 120%;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
}

.contact-wrap .contact-steps .steps-wrap .steps-title {
    display: block;
    font-size: 80%;
    font-weight: bold;
}

.contact-wrap .contact-steps .steps-item.active::before,
.contact-wrap .contact-steps .steps-item.active .steps-wrap {
    background-color: #ffcc99;
}

.form-02 .contact-steps .steps-item.active::before,
.form-02 .contact-steps .steps-item.active .steps-wrap {
    background-color: #99cdff;
}

.contact-wrap {
    margin: auto;
    max-width: 800px;
    width: 100%;
}

.contact-wrap .privacy {
    margin-bottom: 20px;
    text-align: center;
}

.contact-wrap .tb-form {
    padding-top: 5px;
    border: 0;
}

.contact-wrap .tb-form tr {
    display: flex;
    margin-bottom: 30px;
}

.contact-wrap .tb-form tr:last-child {
    margin-bottom: 0;
}

.contact-wrap .tb-form th,
.contact-wrap .tb-form td {
    display: block;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.contact-wrap .tb-form th {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 110%;
    font-weight: bold;
	width: 300px;
}

.contact-wrap .tb-form th.th-style02 {
    position: relative;
}

.contact-wrap .tb-form th.th-style02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #999;
}

.contact-wrap .tb-form th span {
    position: relative;
    display: inline-block;
    padding-right: 80px;
}

.contact-wrap .tb-form th span::before {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 60px;
    color: #fff;
    font-size: 80%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.contact-wrap .tb-form th.required span::before {
    content: '必須';
    background-color: #ff4778;
}

.contact-wrap .tb-form th.arbitrary span::before {
    content: '任意';
    background-color: #99ccff;
}

.contact-wrap .tb-form td input[type="text"],
.contact-wrap .tb-form td input[type="password"],
.contact-wrap .tb-form td input[type="file"],
.contact-wrap .tb-form td select,
.contact-wrap .tb-form td textarea {
    padding: 15px 20px;
    max-width: none;
    width: 100%;
    border-color: #ffcc99;
    background-color: #fbf7f6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    outline: none;
}

.contact-wrap .tb-form td select {
    appearance: none;
	width: 200px;
}

.contact-wrap .tb-form td textarea {
    height: 190px;
}

.contact-wrap .tb-form td input[type="text"]::placeholder,
.contact-wrap .tb-form td select option:checked,
.contact-wrap .tb-form td textarea::placeholder {
    color: #999;
    font-size: 110%;
}

.contact-wrap .tb-form td input[type="text"]:focus,
.contact-wrap .tb-form td input[type="password"]:focus,
.contact-wrap .tb-form td textarea:focus {
    outline: 0;
}

.contact-wrap .tb-form td input.input-sm {
    width: 150px;
    margin-right: 15px;
}

.contact-wrap .tb-form td .note {
    display: block;
    margin-top: 10px;
    color: #999;
}

.contact-wrap .view-more {
    display: block !important;
}

.contact-wrap .tb-form td .input-grp {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#foot {
    margin-top: 0;
    border-top: 1px solid #f0ddd3;
}

.btn-grp-login{
	display: flex;
    flex-direction: row;
	gap: 15px;
    justify-content: center;
    align-items: center;
}

.btn-grp-login .view-more{
	width: 100%;
	max-width: 310px;
}

.btn-grp-login .view-more.not-icon .content-button::before{
	content: '' !important; 
}

/* registration */
.contact-wrap .tb-pack {
    margin-bottom: 25px;
}

.contact-wrap .tb-pack:last-child {
    margin-bottom: 0;
}

.contact-wrap .tb-form {
    padding: 0 15px;
}

.contact-wrap .tb-form th span {
    padding-right: 70px;
}

.contact-wrap .tb-form td input[type="text"],
.contact-wrap .tb-form td input[type="password"],
.contact-wrap .tb-form td select,
.contact-wrap .tb-form td textarea {
    padding: 18px 10px;
    font-size: 14px;
    border-radius: 10px;
    border-color: #999;
    background-color: #fff;
}

.contact-wrap .tb-form tr {
    margin-bottom: 25px;
}

.contact-wrap .tb-form td .location-wrap {
    margin-bottom: 50px;
}

.contact-wrap .tb-form td .select-grp {
    display: flex;
    gap: 10px;
}

.contact-wrap .tb-form td .select-grp .select-wrap {
    width: 33%;
}

.contact-wrap .tb-form td .select-grp .select-wrap:last-child {
    margin-right: 0;
}

.contact-wrap .tb-form td .select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.contact-wrap .tb-form td .select-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 10px;
    background: url(../img/facility/ico_arrow.png) no-repeat center / contain;
}

.contact-wrap .tb-form td .select-wrap.open::before{
    transform: translateY(-50%) rotate(180deg); /* Quay mũi tên lên */
}

.contact-wrap .tb-form td .select-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-wrap .tb-form td .select-input-wrap .select-wrap {
    width: 100%;
}

.contact-wrap .tb-form td .select-input-wrap .input-wrap {
    width: 100%;
}

.contact-wrap .tb-form td .select-input-wrap span {
    display: block;
    max-width: 50px;
    width: 100%;
}

.contact-wrap .tb-form td .select-input-wrap .input-wrap input {
    margin-right: 0;
}

.contact-wrap .tb-form td .location-wrap .btn-location {
    display: flex;
    margin-bottom: 20px;
    max-width: 250px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 10px;
    box-sizing: border-box;
}

.contact-wrap .tb-form td .location-wrap .btn-location button {
    width: 180px;
    padding: 15px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #f6f8fb;
}

.contact-wrap .tb-form td .location-wrap .btn-location button:first-child {
    border-right: 1px solid #999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact-wrap .tb-form td .location-wrap .btn-location button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact-wrap .tb-form td .location-wrap .btn-location button.active,
.contact-wrap .tb-form td .location-wrap .btn-location button:hover {
    color: #fff;
    background-color: #0099ff;
}

.contact-wrap .tb-form td .location-wrap .location-input {
    margin-bottom: 20px;
}

.contact-wrap .tb-form td .location-wrap .location-input span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-wrap .tb-form td .location-wrap .location-input .postal-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.contact-wrap .tb-form td .location-wrap .location-input .postal-wrap .postal-input {
    display: inline-block;
}

.contact-wrap .tb-form td .location-wrap .location-input .postal-wrap .postal-input:nth-child(2) {
    padding-right: 0;
}

.contact-wrap .tb-form td .location-wrap .location-input .postal-wrap .btn-postal {
    padding: 15px 10px;
    width: 204px;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    background-color: #77e696;
    border-radius: 30px;
    cursor: pointer;
}

.contact-wrap .tb-form td .location-wrap .location-input .city-wrap .select-wrap {
    margin-right: 1%;
    max-width: 300px;
    width: 47%;
}

.contact-wrap .tb-form td .location-wrap .location-input .city-wrap input {
    width: 100%;
}

.contact-wrap .tb-form td #childcare,
.contact-wrap .tb-form td #yearGraduate {
    width: 100%;
}

.contact-wrap .tb-form td .checkbox-wrap {
    display: flex;
}

.contact-wrap .tb-form td .checkbox-wrap input[type="checkbox"] {
    margin: -3px 0 0;
    height: 15px;
    width: 15px;
}

.contact-wrap .tb-form td .privacy {
    margin-bottom: 0;
}

.contact-wrap .tb-form td .privacy .checkbox-wrap {
    display: block;
    margin-top: 20px;
}

.contact-wrap .form-display .tb-form tr {
    margin-bottom: 30px;
}

.contact-wrap .form-display .tb-form th {
    margin-bottom: 30px;
}

.contact-wrap .form-confirm .btn-style02 .content-button {
    margin-right: 0 !important;
}

.invalid-email {
    border: 2px solid red;
}

.contact-wrap .btn-private {
    display: block;
    padding: 6px 5px;
    max-width: 60px;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    background-color: #ddd;
    cursor: pointer;
    border-radius: 5px;
}

.contact-wrap .tb-form td .radio-wrap {
    display: flex;
    margin-bottom: 20px;
}

.contact-wrap .tb-form td .radio-wrap .radio-item {
    margin-right: 20px;
}

.contact-wrap .form-display .tb-form .note {
    font-size: 12px;
}

.text-center{
    text-align: center;
}

.mt-3{
    margin-top: 30px;
}

.cmn-stylishSelect select {
    height: 60px;
    border-radius: 10px;
}

.cmn-stylishSelect select option {
    color: #333; /* Màu chữ trong dropdown */
}

.cmn-stylishSelect select:valid{
    color: #333;
}

@media only screen and (min-width: 330px) {
    #contents{
		padding: 0 10px;
        margin-top: 160px;
	}
    #contents .contents_inline .view-more {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .tit-topic {
        padding: 10px 20px !important;
        margin-bottom: 15px !important;
        color: #fff !important;
        font-size: 150% !important;
        background-color: #ff4778;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    #contents .contents_inline .contents_m .contents_box_custom h3 {
        border-left: none;
        font-size: 20px;
        padding: 0;
        margin: 0;
        color: #61493e;
    }

    #contents .contents_inline .view-more {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    #contents .contents_inline .view-more {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .btn-grp-login{
        flex-direction: column;
    }

    .btn-grp-login .view-more{
        max-width: 280px;
    }

    #contents .contents_inline .contents_m .body {
        position: relative;
        overflow: auto;
    }

    #contents .contents_inline .contents_m .body table {
        table-layout: fixed;
        width: 1000px;
    }

    .listWrap li .listInfo h4 {
        margin-bottom: 15px;
        font-size: 115%;
    }

    .listTags li {
        width: auto;
    }

    .tit-topic {
        padding: 10px 20px !important;
        margin-bottom: 15px !important;
        color: #fff !important;
        font-size: 150% !important;
        background-color: #ff4778;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
}

@media only screen and (max-width: 768px) {

    .contents_m table.tb_style03 th,
    .contents_m table.tb_style03 td {
        display: block;
        width: 100%;
    }

    .contents_m table tr td input[type="text"] {
        max-width: none;
    }

    .contents_m table th,
    .contents_m table td {
        padding: 12px 10px;
    }

    .contents_m table .handling li {
        width: 100%;
    }

    .contents_m table .handling li:nth-last-child(2),
    .contents_m table .handling li:last-child {
        margin-bottom: 10px;
    }
}


@media only screen and (min-width: 768px) {
    #contents{
		padding: 0px;
	}
    .case .pack {
        padding: 60px;
    }

    .br-30 {
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    .case .pack table th, .case .pack table td {
        display: table-cell;
        padding: 20px 15px;
        font-size: 14px;
    }

    /* common
	-------------------------------------------------------------------- */
    br.sp {
        display: none;
    }

    .br-30 {
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    .btn-grp-login{
        flex-direction: row;
    }
    
    .btn-grp-login .view-more{
        width: 100%;
        max-width: 310px;
    }

    #contents .contents_inline .w-100i .view-more {
        margin-top: 40px;
    }

    #contents .contents_inline .contents_m .contents_box_custom h3.tit-style02 {
        padding: 11px 20px;
        margin-bottom: 25px;
        border-left-width: 8px;
    }


    /* content
	-------------------------------------------------------------------- */
    .case .pack {
        padding: 60px;
    }

    .case .pack table th,
    .case .pack table td {
        display: table-cell;
        padding: 20px 15px;
        font-size: 14px;
    }

    .case .pack .pack-content .image-wrap {
        margin: 0 40px 40px 0;
        float: left;
        max-width: 340px;
        width: 100%;
    }

    .case-style03 .pack {
        margin-bottom: 50px;
    }

    /* sorter-items
	--------------------------- */
    .sorter-items {
        display: flex;
        justify-content: space-between;
    }

    .sorter-items .sort-wrap,
    .sorter-items .items-wrap {
        font-size: 16px;
    }

    .sorter-items .sort-wrap {
        margin-bottom: 0;
    }

    .sorter-items span {
        margin-right: 20px;
    }

    .sorter-items ul li a {
        padding: 0 18px;
    }

    /* contact-wrap */
    .contact-wrap .txt-center {
        margin-bottom: 70px;
    }

    .contact-wrap .contact-steps {
        margin-bottom: 80px;
    }

    .contact-wrap .contact-steps .steps-item {
        padding-right: 65px;
    }

    .contact-wrap .contact-steps .steps-item::before {
        height: 2px;
        width: 50px;
    }

    .contact-wrap .contact-steps .steps-wrap {
        width: 120px;
        height: 120px;
    }

    .contact-wrap .contact-steps .steps-wrap .step {
        font-size: 24px;
    }

    .contact-wrap .contact-steps .steps-wrap .steps-title {
        font-size: 16px;
    }

    #contents .contents_inline .contact-wrap .btn-grp .btn-prev {
        margin-right: 40px;
        margin-bottom: 0;
    }

    .contact-wrap {
        margin: auto;
        max-width: 800px;
        width: 100%;
    }

    .contact-wrap .tb-form {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .contact-wrap .tb-form tr {
        margin-bottom: 40px;
    }

    .contact-wrap .tb-form th {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .contact-wrap .tb-form th span {
        padding-right: 100px;
    }

    .contact-wrap .tb-form th span::before {
        padding: 2px 0;
        width: 60px;
        font-size: 14px;
    }

    .contact-wrap .tb-form td input[type="text"],
    .contact-wrap .tb-form td input[type="password"],
    .contact-wrap .tb-form td select,
    .contact-wrap .tb-form td textarea {
        padding: 21px 30px;
        font-size: 18px;
    }

    .contact-wrap .tb-form td textarea {
        height: 240px;
    }

    .contact-wrap .tb-form td input[type="text"]::placeholder,
    .contact-wrap .tb-form td textarea::placeholder {
        font-size: 18px;
    }

    .contact-wrap .tb-form td input.input-sm {
        width: 300px;
    }

    .contact-wrap .tb-pack {
        margin-bottom: 50px;
    }

    .contact-wrap .tb-pack:last-child {
        margin-bottom: 0;
    }

    .contact-wrap .tb-form {
        padding: 0 10px;
    }

    .contact-wrap .tb-form th span {
        padding-right: 75px;
    }

    .contact-wrap .tb-form td input[type="text"],
    .contact-wrap .tb-form td input[type="password"],
    .contact-wrap .tb-form td select,
    .contact-wrap .tb-form td textarea {
        padding: 25px 10px;
        border-radius: 10px;
    }

    .contact-wrap .tb-form td select{
        color: #9f9f9f;
    }

    .contact-wrap .tb-form td .select-wrap {
        width: auto;
    }

    .contact-wrap .tb-form td .school_name,
    .contact-wrap .tb-form td .yearGraduate {
        width: 350px;
    }

    .contact-wrap .tb-form tr {
        margin-bottom: 25px;
    }

    .contact-wrap .tb-form td .location-wrap {
        margin-bottom: 50px;
    }

    .contact-wrap .tb-form td .select-wrap::before {
        width: 10px;
        height: 8px;
    }

    .contact-wrap .tb-form td .location-wrap .btn-location {
        margin-bottom: 20px;
        max-width: 360px;
    }

    .contact-wrap .tb-form td .location-wrap .btn-location button {
        width: 180px;
        padding: 20px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input {
        margin-bottom: 20px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input span {
        margin-bottom: 10px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .postal-wrap {
        flex-wrap: nowrap;
        gap: 0;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .postal-wrap label:first-of-type {
        margin-right: 10px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .postal-wrap label:last-of-type {
        margin: 0 10px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .postal-wrap .postal-input {
        margin-bottom: 0;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .postal-wrap .btn-private {
        margin-right: 20px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .postal-wrap input.postal-md {
        margin-right: 20px;
        width: 240px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .postal-wrap .btn-postal {
        padding: 12px 10px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .postal-wrap .btn-postal input{
        width: 100%;
        background: transparent;
        border: none;
        color: #FFFF;
        font-size: 14px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .city-wrap .select-wrap {
        margin-right: 20px;
        max-width: 350px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .city-wrap .select-wrap select {
        width: 100%;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .city-wrap select {
        width: 180px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input .city-wrap input {
        width: 420px;
    }

    .contact-wrap .tb-form td .location-wrap .location-input input {
        width: 350px;
    }

    .contact-wrap .tb-form td .select-input-wrap {
        flex-direction: row;
    }

    .contact-wrap .tb-form td .select-input-wrap .select-wrap {
        width: 35%;
    }

    .contact-wrap .tb-form td .select-input-wrap .input-wrap {
        width: 65%;
    }

    .contact-wrap .form-display .tb-form tr {
        margin-bottom: 30px;
    }

    .contact-wrap .form-display .tb-form th {
        margin-bottom: 30px;
    }

    .form-02 .tb-form th {
        font-size: 16px;
    }

    .form-02 .tb-form th span {
        padding-right: 50px;
    }

    .form-02 .tb-form th span::before {
        padding: 0;
        width: 40px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    #contents .contents_inline .view-more {
        text-align: right;
    }

    #contents .contents_inline .view-more {
        text-align: right;
    }

    .tit-topic {
        padding: 13px 30px !important;
        margin-bottom: 25px !important;
        font-size: 22px !important;
    }

    #contents .contents_inline .view-more {
        text-align: right;
    }

    #contents .contents_inline .view-more {
        text-align: right;
    }

    #contents .contents_inline .view-more {
        text-align: right;
    }

    #contents .contents_inline .view-more {
        text-align: right;
    }

    .tit-topic {
        padding: 13px 30px !important;
        margin-bottom: 25px !important;
        font-size: 22px !important;
    }

    #contents .contents_inline .view-more {
        text-align: right;
    }

    #contents .contents_inline .view-more {
        text-align: right;
    }
    
    /* #head {
        height: 112px;
    } */
    #contents .contents_inline .contents_m .contents_box_custom h3{
        font-size: 22px;
    }
    /* common
	-------------------------------------------------------------------- */
    #contents {
        padding-bottom: 100px;
        margin-top: 210px;
    }

    .w-100i {
        width: 100% !important;
    }

    .listTags li {
        width: auto;
    }

    #contents .contents_inline .btn-sm01 a .content-button {
        height: 41px;
        font-size: 14px;
        width: 188px;
    }

    #contents .contents_inline .view-more {
        text-align: right;
    }

    #contents .contents_inline .content-button::before {}

    .inner {
        float: none !important;
        margin: auto !important;
        max-width: 960px !important;
        width: 95% !important;
    }

    .tit-topic {
        padding: 13px 30px !important;
        margin-bottom: 25px !important;
        font-size: 22px !important;
    }

    .case-style02 .pack {
        margin-bottom: 50px;
    }

    /* No content
	----------------------------------- */
    .no_content {
        padding: 30px;
        margin-top: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .no_content p {
        font-size: 16px;
    }

    .no_content p.f_big {
        margin-top: 10px;
    }

    /* footer
	-------------------------------------------------------------------- */
    #foot {
        position: relative;
    }

    #foot::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 125px;
        height: 365px;
        width: 200px;
        background: url('../../img/company_search/footer_deco01.png') no-repeat center / contain;
    }

    #foot::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 185px;
        height: 290px;
        width: 180px;
        background: url('../../img/company_search/footer_deco02.png') no-repeat center / contain;
    }

    #main-footer #foot::before,
    #main-footer #foot::after{
        background: none;
        width: 0;
        height: 0;
        bottom: 0;
    }

    /* content
	-------------------------------------------------------------------- */
    .contents_m table.tb_style02 td a {
        font-size: 14px;
        font-weight: bold;
    }

    .contents_m table.tb_style02 td {
        padding: 18px 20px;
    }

    .contents_m .list_table .operation li a {
        height: 40px;
        width: 40px;
    }

    .w-100i .txt-center {
        font-size: 16px;
    }

}

    /* 入力欄をそろえる
	-------------------------------------------------------------------- */
/* 氏名とフリガナを横並びにするラッパー */
.input-row-horizontal {
  	display: flex;
  	gap: 20px;       /* 入力欄間の余白 */
  	width: 100%;
}

/* 各入力ブロックを均等幅で伸ばす */
.input-row-horizontal .input-block {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
}

/* ラベルと入力欄の余白調整（必要なら） */
.input-row-horizontal .input-label {
  	margin-bottom: 5px;
  	font-weight: bold;
}

/* 入力欄の幅を100%にする */
.input-row-horizontal .input-block input[type="text"] {
  	width: 100%;
  	padding: 15px 10px;
  	font-size: 14px;
  	border-radius: 10px;
  	border: 1px solid #999;
  	background-color: #fff;
  	box-sizing: border-box;
}

/* ここだけ display: flex にする */
.contact-wrap .tb-form tr.flex-row > td {
  	display: flex !important;
  	gap: 20px; /* 子要素間の間隔 */
  	align-items: flex-start; /* 必要に応じて調整 */
}

/* 内部のラッパーの方向も横並びに */
.contact-wrap .tb-form tr.flex-row > td .select-input-wrap {
  	display: flex !important;
  	gap: 20px;
}