@charset "utf-8";

/*
2019-12-20
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* 共通 */

html {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    box-sizing: content-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a:link {
    color: #333;
}

a:visited {
    color: #666;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

a:active {
    color: #ffff00;
}



header {
    background-color: #f6f6f6;
    border-top: 6px solid #ff6e00;
}
nav.main-nav{
    width: 1160px;
    margin: 16px auto 0 auto;
}
nav.main-nav ul{
    width:952px;
    display: table;
    margin: 0 16px 0 192px;
    padding: 0;
    text-align: center;
    font-size: 120%;
    border-collapse:separate;
    border-spacing:8px 0;
}
nav.main-nav ul li{
    display: table-cell;
    width: 220px;
}
nav.main-nav ul li span{
    font-weight: bold;
    font-size: 80%;
}
nav.main-nav ul li a{
    display: block;
    padding: 12px 0 10px 0;
    text-decoration: none;
    color: #fff;
    background-color: #ff6e00;
    cursor: pointer;
    border: none;
    border-radius: 3px;
}

nav.main-nav ul li a:hover{
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

nav.main-nav ul li.current{
    color:#fff;
    background-color: #aaa;
    border: none;
    border-radius: 3px;
}


main {
    width: 1160px;
    margin: 16px auto 0 auto;
    display: block;
}

.pd-16 {
    padding: 0 16px;
}

.pd-32 {
    padding: 16px 48px 0 48px;
}

.pd-bottom-32 {
    padding-bottom: 32px;
}

.center {
    text-align: center;
}

footer {
    width: 1160px;
    margin: 16px auto 40px auto;
    border-top: 1px solid #ccc;
    text-align: center;
}

footer div {
    border-top: 4px solid #eee;
    padding-top: 16px;
    font-size: 110%;
    font-weight: bold;
    color: #666;
}

footer div span {
    font-size: 88%;
    font-weight: normal;
    padding-left: 8px;
}

footer div p {
    font-size: 88%;
    font-weight: normal;
    color: #4d4d4d;
    margin-top: 12px;
}

/* header */

.top-header-ctn {
    width: 1160px;
    margin: 0 auto 0 auto;
    height: 96px;
}

.header-ctn {
    position: relative;
    width: 1160px;
    margin: 0 auto 0 auto;
}

.circle-logout {
    position: absolute;
    margin: -170px 0 0 970px;
    padding: 0px 0px 0px 0px;
    width: 210px;
    height: 210px;
    background: #ff6e00;
    border-radius: 104px;
    text-align: center;
    color: #fff;
}

div.circle-logout a {
    display: inline-block;
    margin-top: 182px;
    font-size: 90%;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    color: #fff;
}

div.circle-logout a:link {
    color: #fff;
}

div.circle-logout a:visited {
    color: #fff;
}

div.circle-logout a:hover {
    text-decoration: underline;
}

div.circle-logout a:active {
    text-decoration: underline;
}

.top-logo {
    display: block;
    position: absolute;
    margin: 8px 0 10px 8px;
}

.logo {
    margin: 16px 0 10px 16px;
    display: block;
    position: absolute;
}

.circle-go-top {
    position: absolute;
    margin: -176px 0 0 840px;
    padding: 0 0px 0px 0px;
    width: 208px;
    height: 208px;
    background: #fff;
    border: 1px solid #ff6e00;
    border-radius: 104px;
    text-align: center;
    color: #ff6e00;
}

div.circle-go-top a {
    display: inline-block;
    position: relative;
    margin: 188px 0 0 -6px;
    font-size: 90%;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    color: #ff6e00;
}

div.circle-go-top a:link {
    color: #ff6e00;
}

div.circle-go-top a:visited {
    color: #ff6e00;
}

div.circle-go-top a:hover {
    text-decoration: underline;
}

div.circle-go-top a:active {
    text-decoration: underline;
}

.header-line {
    position: absolute;
    top: 0;
    background-color: #ff6e00;
    width: 100%;
    height: 6px;
}

.space-80 {
    height: 80px;
}

.pd-top-24 {
    padding-top: 24px;
}

/* ログイン */

.form-log-in {
    width: 500px;
    padding: 14px 0 0 400px;
}

.log-in-left {
    float: left;
}

.top-header-ctn .log-in-left {
    padding-bottom: 8px;
}

div.log-in-left label {
    color: #666666;
    font-weight: bold;
    display: inline-block;
    width: 100px;
    text-align: right;
    margin: 0 8px 0 0;
}

.log-in-text {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
    font-family: inherit;
    font-size: 0.9em;
    padding: 0.4em 0.8em;
    margin: 0 0 8px 0;
    width: 200px;
    color: #666;
}

.log-in-text:focus {
    border: 1px solid rgba(0, 0, 0, 0.32);
    box-shadow: none;
    outline: none;
}

input.is-invalid {
    border: 1px solid red;
}

span.invalid-feedback {
    position: relative;
    display: block;
    margin: -12px 0 0 120px;
}

.log-in-submit {
    -webkit-appearance: none;
    background-color: #ff6e00;
    background-image: none;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    margin: 16px 0 0 8px;
    padding: 0.6em 2em;
    text-decoration: none;
    font-weight: bold;
}

.log-in-submit:hover,
.log-in-submit:focus {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.log-in-submit::-moz-focus-inner {
    border: none;
    padding: 0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* 検索 */

.f-search-ctn {
    padding: 40px 0 24px 180px;
    width: 790px;
}

.info {
    margin: 0 0 16px 16px;
    background-color: #fff;
    border-radius: 7px;
    padding: 10px 16px;
    line-height: 1.6;
}

.info h2 {
    float: left;
    line-height: 150%;
    color: #ff6e00;
    padding: 1em;
    width: 100px;
}

.info div {
    line-height: 1.6;
    padding: 1em 0;
    width: 600px;
    float: left;
}

.form-search {
    width: 790px;
}

.form-search select {
    /*-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;*/
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 0.9em;
    padding: 0.4em 0.8em 0.2em 0.8em;
    margin: 0 0 8px 0;
    color: #666;
}

.form-search div.f-search-left {
    float: left;
}

.form-search div.f-search-right {
    text-align: right;
    float: right;
}

.form-search div.f-search-l {
    float: left;
    color: #ff6e00;
    font-weight: bold;
    padding: 8px 8px 8px 14px;
    width: 6em;
    text-align: center;
}
.form-search div.f-search-l-2 {
    float: left;
    color: #ff6e00;
    font-weight: bold;
    padding: 8px 8px 8px 0;
    width: 4em;
    text-align: left;
}

.form-search div.f-search-right div.f-search-l {
    padding: 8px 8px 8px 12px;
    display: inline-block;
}

.form-search div.s-1 select {
    width: 10.6em;
}

.form-search div.s-1 input {
    width: 10.6em;
    padding: 0.2em 0.1em 0.2em 0.1em;
    margin: 0 0 8px 0;
}

.form-search div.s-2 input {
    width: 6em;
    padding: 0.2em 0.1em 0.2em 0.1em;
    margin: 0 0 8px 0;
}

.form-search div.s-3 input {
    width: 29.6em;
    padding: 0.2em 0.1em 0.2em 0.1em;
    margin: 0 0 8px 0;
}

.f-search-submit {
    -webkit-appearance: none;
    background: url(/img/search_icon.png) no-repeat 38% 50%, #ff6e00;
    background-size: auto, cover;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 120%;
    padding: 0.7em 1.2em 0.6em 2em;
    text-decoration: none;
    font-weight: bold;
    width: 180px;
}

.f-search-submit:hover,
.f-search-submit:focus {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.f-search-submit::-moz-focus-inner {
    border: none;
    padding: 0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

input#clearBtn {
    -webkit-appearance: none;
    background-color: #ff6e00;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 90%;
    padding: 0.3em 1em 0.3em 1em;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    width: 3em;
}

input#clearBtn:hover,
input#clearBtn:focus {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

input#clearBtn::-moz-focus-inner {
    border: none;
    padding: 0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* 詳細の印刷ボタン */

.print-btn a {
    text-align: left;
    display: inline-block;
    background: url(/img/print_icon.png) no-repeat 38% 50%, #ff6e00;
    background-size: auto, cover;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 120%;
    padding: 12px 0 8px 120px;
    text-decoration: none;
    font-weight: bold;
    width: 136px;
}

.print-btn a:link {}

.print-btn a:visited {}

.print-btn a:hover {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.print-btn a:active {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* top メイン */

div.top-imgs{
    margin: 0 auto  32px auto ;
    /* width:1110px;
    height:185px; */
    text-align: center;
}

div.top-comment{
    margin: 16px auto 16px auto;
    text-align: center;
}

table {
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-left: 16px;
}
table.top-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 32px 32px;
}

tr th {
    font-size: 120%;
    color: #ff6e00;
    font-weight: bold;
    padding: 8px 0 0 0;
    text-align: center;
}

table.top-table tr th{
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-bottom: 1px dotted #aaa;
    padding: 0 0 0 0;
    /* background-color: #f6f6f6; */
}

table.top-table tr th:nth-child(2){
    border-radius:8px 0 0 0;
}

table.top-table tr th:first-child {
    border-top: none;
    border-left: none;
    border-bottom: none;
    background: none;
}

table.top-table tr th:last-child{
    border-right: 1px dotted #ccc;
    border-radius: 0 8px 0 0;
}
table.top-table tr th:nth-child(even) {
    position: relative;
    /* background-color: #ddd; */
}

table.top-table tr th div{
    background-color: #fff;
    padding:12px 0 8px 0;
    margin: 8px 8px;
    border-radius: 7px;
}

tr td {
    padding: 0;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

tr td:first-child {
    border-left: none;
}

/* table.top-table tr td:nth-child(even) {
    position: relative;
    background-color: #ddd;
    border-bottom: 1px dotted #aaa;
} */

table.top-table tr td {
    position: relative;
    /* background-color: #f6f6f6; */
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    height: 14em;
}

table.top-table tr td:first-child {
    border-left: 1px solid #ccc;
    background: none;
}
table.top-table tr td.left-top-border {
    border-top: 1px solid #ccc;
}

table.top-table tr td.r-left {
    font-size: 120%;
    color: #ff6e00;
    font-weight: bold;
    padding: 8px 0 0 0;
    text-align: center;
    width:100%;
}

table.top-table tbody tr td:last-child {
    border-right: 1px solid #ddd;
}

tr td a {
    display: block;
    padding: 16px 24px;
    margin: 8px 0;
    border-left: 1px solid #ddd;
}

table.top-table tr td a {
    display: block;
    padding: 12px 12px;
    margin: 8px 8px;
    background-color: #fff;
    border:none;
    border-radius: 7px;
    height: 87%;
}

table.top-table tr:nth-child(even) td a {
    background-color: #f6f6f6;
}
table.top-table tr:nth-child(2n+3) {
    background-color: #f6f6f6;
}

_:-ms-lang(x)::-ms-backdrop, table.top-table tr td a {
  /* IE11 のみ適用される */
    height: 86%;
}

@supports (-ms-ime-align:auto) {table.top-table tr td a{
    /* Edge のみ適用される */
    height: 86%;
  }
}

table.top-table tr td img{
    margin-bottom:8px;
}

tr td p {
    text-align: left;
    width: 148px
}

.r-left {
    border-radius: 8px 0 0 8px;
    padding: 32px 40px;
}

.r-right3 {
    border-radius: 0 0 8px 0;
}

.new-items-carousel {
    width: 180px;
    height: 230px;
    padding: 15px 5px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
    margin: auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-items-carousel-release-week {
    margin-top: auto; /* 下部に配置 */
}

.update-info {
    margin-bottom: 64px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #ef3522;
    padding: 12px 0px;
    margin: 15px auto;
    width: 740px;
    text-align: center;
}

/* search メイン */

.search-title {
    padding: 8px 4px 4px 4px;
}

.search-title img {
    vertical-align: text-bottom;
}

.search-title h1 {
    font-size: 120%;
    font-weight: bold;
    line-height: 120%;
    padding: 0 32px 0 0;
    float: left;
}

/* 一括印刷ボタン */

.print-all-btn a {
    text-align: left;
    display: inline-block;
    background: url(/img/print_icon.png) no-repeat 8% 50%, #ff6e00;
    background-size: auto, cover;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    padding: 8px 16px 6px 40px;
    text-decoration: none;
    font-weight: bold;
}

.print-all-btn a:link {}

.print-all-btn a:visited {}

.print-all-btn a:hover {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.print-all-btn a:active {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.search-title span {
    padding-top: 12px;
    line-height: 160%;
    display: block;
}

.page-n-ctn {
    text-align: right;
    padding-bottom: 16px;
}

.page-n-ctn nav ul.pagination {
    float: right;
}

.page-n-ctn nav ul.pagination li.page-item a {
    border: 1px solid #ccc;
    border-radius: 7px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    padding: 6px 12px 6px 12px;
    background-color: #fff;
    margin-left: 8px;
    line-height: 1.4;
}

.page-n-ctn nav ul.pagination li.disabled span {
    border: 1px solid #eee;
    border-radius: 7px;
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    padding: 6px 12px 6px 12px;
    background-color: #fff;
    margin-left: 8px;
    line-height: 1.4;
}

.page-n-ctn nav ul.pagination li.active span {
    border: 1px solid #ff6e00;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    padding: 6px 12px 6px 12px;
    background-color: #ff6e00;
    margin-left: 8px;
    line-height: 1.4;
}


.page-n-ctn nav ul.pagination li.page-item a:link {}

.page-n-ctn nav ul.pagination li.page-item a:visited {}

.page-n-ctn nav ul.pagination li.page-item a:hover {
    color: #fff;
    background-color: #ff6e00;
    border: 1px solid #ccc;
    text-decoration: none;
}

.page-n-ctn nav ul.pagination li.page-item a:active {
    color: #fff;
    background-color: #ff6e00;
    border: 1px solid #ccc;
    text-decoration: none;
}

.f-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.f-item {
    width: 232px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #ddd;
    padding: 16px;
    background-color: #f9f9f9;
    margin: 0 32px 32px 0;
}

.f-item img {
    display: inline-block;
    padding-bottom: 16px;
}

.f-item h2 {
    font-size: 120%;
    padding-bottom: 16px;
    line-height: 140%;
    font-weight: bold;
}

.f-container div.f-item:nth-child(4n) {
    margin: 0 0 32px 0;
}

.f-item dl {
    text-align: left;
}

.f-item dt {
    float: left;
    margin: 0.4em 1em 0 0;
    padding-bottom: 0.4em;
    width: 6em;
    font-weight: bold;
    font-size: 90%;
    color: #999;
    clear: both;
}

.f-item dd {
    padding-left: 6.5em;
    padding-bottom: 0.4em;
    line-height: 140%;
}

.f-item div.shosai-btn a {
    display: block;
    -webkit-appearance: none;
    background-color: #ff6e00;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 110%;
    margin: 8px auto 0 auto;
    padding: 8px 0 6px 0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 120px;
}


.f-item div.shosai-btn a:link {}

.f-item div.shosai-btn a:visited {}

.f-item div.shosai-btn a:hover {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.f-item div.shosai-btn a:active {
    outline: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.contact {
    margin-bottom: 64px;
}

.contact h1 {
    font-size: 120%;
    border: 1px solid #ff9900;
    border-radius: 7px;
    padding: 20px 48px 16px 64px;
    background: url(img/result_icon.png) no-repeat 2% 50%;
    margin-bottom: 32px;
}

.contact dl {
    text-align: left;
    padding-left: 40px;
    font-size: 120%;
    line-height: 140%;
}

.contact dt {
    float: left;
    padding: 2em;
    margin-bottom: 0.4em;
    font-weight: bold;
    clear: both;
    background-color: #ddd;
    width: 306px;
    text-align: center;
}

.contact dd {
    padding: 2em;
    margin-bottom: 0.4em;
    background-color: #f6f6f6;
    float: left;
    width: 540px;
}

/* 詳細メイン */

.pankuzu {
    text-align: right;
    color: #666;
    font-weight: bold;
    padding-bottom: 8px;
}

.pankuzu span {
    color: #999;
}

.detail-title h1 {
    font-size: 120%;
    font-weight: bold;
    line-height: 160%;
    padding: 0 32px 0 0;
    margin-bottom: 8px;
}

.detail-title img {
    vertical-align: text-bottom;
}


.detail-title p {
    line-height: 1.6;
    padding: 0 0 0 32px;
    margin-bottom: 16px;
}

div.detail div.f-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 32px;
}

.f-item-01 {
    width: 300px;
    padding-right: 32px;
}

.f-item-02 {
    width: 400px;
    padding-right: 32px;
}

.f-item-03 {
    width: 260px;
}

table.t-detail-01 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 398px;
    border: 1px solid #ccc;
    margin-bottom: 4px;
}

table.t-detail-01 tr th {
    font-size: 100%;
    color: #999;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    font-weight: bold;
    width: 8em;
}

table.t-detail-01 tr:nth-child(even) th {
    background-color: #f6f6f6;
}

table.t-detail-01 tr td {
    font-size: 110%;
    background-color: transparent;
    padding: 8px;
    margin: 0;
    border-left: 1px solid #ddd;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
}

table.t-detail-01 tr:nth-child(even) td {
    background-color: #f6f6f6;
}

/* table.t-detail-01 tr td:first-child{
  border-left: none;
}*/

table.t-detail-02 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 242px;
    border: 1px solid #ccc;
}

table.t-detail-02 tr th {
    font-size: 100%;
    color: #666;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    background-color: #ddd;
    border-left: 1px solid #ccc;
    width:3em;
}

table.t-detail-02 tr td {
    font-size: 90%;
    background-color: #f6f6f6;
    padding: 8px;
    margin: 0;
    border-left: 1px solid #ddd;
    line-height: 1.5;
    text-align: right;
    font-weight: normal;
    word-break: break-all;
}

table.t-detail-02 tr td:first-child {
    width: 180px;
}

table.t-detail-02 tr td:last-child {
    font-weight: bold;
}

/*
div.detail div.f-container div.f-item:nth-child(4n) {
  margin:0 0 32px 0;
}
*/

/* subpage */
body.subpage main article{
    padding:16px 24px;
    font-size: 110%;
}
body.subpage main article h1{
    font-size: 200%;
    color: #ff6e00;
    padding-bottom:0;
    margin-bottom:24px;
    border-bottom:10px solid #f6f6f6;
    display: inline-block;
    font-weight: bold;
}
body.subpage main article div.pd-left{
    padding:0 24px;
    font-size: 110%;
    line-height: 1.8;
}
body.subpage main article div.pd-left section{
    padding:0 0 16px 0;
}
body.subpage main article div.pd-left section h2{
    font-weight: bold;
    padding-bottom:4px;
}
body.subpage main article div.pd-left section p{
    padding:0 0 0 32px;
}


body.subpage main div.pd-32 div.contact h1 {
    font-size: 120%;
    border: 1px solid #ff9900;
    border-radius: 7px;
    padding: 20px 48px 16px 64px;
    background: url(img/result_icon.png) no-repeat 2% 50%;
    margin-bottom: 32px;
    color: #ff6e00;
    font-weight: bold;
}

/* about */
table.table-about {
    border-collapse:collapse;
    margin: 0 auto 56px auto;
    width:800px;
    border-top:1px solid #999;
    border-right:1px solid #999;
}
table.table-about th{
    border-left:1px solid #fff;
    border-bottom:1px solid #999;
    font-size: 90%;
    padding:8px 0 8px 0;
    background-color: #999;
    color: #fff;
    font-weight: bold;
}
table.table-about th:first-child{
    border-left:1px solid #999;
    width: 22em;
}
table.table-about td{
    border-left:1px solid #999;
    border-bottom:1px solid #999;
    text-align: left;
    font-weight: normal;
    padding:16px 16px 14px 16px;
    vertical-align: middle;
}
table.table-about td:first-child{
    font-weight: bold;
}

table.table-about td ul{
    margin-left:16px;
}

table.table-about td ul li{
    padding-bottom: 8px;
}

div.about-img{
    margin: 0px auto 32px auto;
    text-align: center;
}

div.about-left{
    float: left;
}

div.about-kensaku{
    width:302px;
}

div.shohin-kohyo{
    width:424px;
}

div.about-right{
    float: right;
}
div.about-img-info div{
    padding-bottom:16px;
}

div.about-img-info div h2{
    padding:4px 0 0 0;
    line-height: 1;
    color: #ff6e00;
    font-size: 140%;
    margin-bottom:16px;
    border-bottom:10px solid #f6f6f6;
    font-weight: bold;
}

div.about-img-info div p{
    margin-bottom:1em;
}


/* pricing */
p.pricing-p{
    font-size: 120%;
}
ul.pricing-ul{
    margin:0 0 32px 0;
    padding:8px 8px 8px 32px;
    border:1px solid #ddd;
}

ul.pricing-ul li{
    padding-bottom: 8px;
}


.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.columns {
    display: flex;
    justify-content: space-between;
}