/*----------------
base
-----------------*/
html,
body {
    height: 100%;
}

html,
body,
div,
span,
object,
iframe,
input,
search,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
em,
img,
small,
strong,
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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #1a1a1a;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    font-size: 1.6rem;
    line-height: 1.75;
}

a {
    color: #1a1a1a;
    vertical-align: baseline;
    background: transparent;
    transition: 0.3s;
}

a:hover,
.scn06 .form_btn:hover {
    opacity: 0.65;
}

.scn06 .form_btn:hover {
    transition: 0.3s;
}

ul {
    list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

p a,
p a:link {
    text-decoration: underline;
}

p a:hover {
    opacity: 1;
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

strong,
.bold {
    font-weight: bold;
}

.red {
    font-weight: bold;
    color: #d90012;
    text-decoration: underline;
}

.form_btn::after,
.scn_heading::before,
.scn_heading::after,
.scn02 .wrap03::before,
.scn03 .box::before,
.scn04 .profile::after,
.scn06 .wrap_form .subhead::before,
.jitenn_index .item::before,
.jitenn_index .item li::before,
.shadow::after,
.shadow::before,
.jitenn_blindtest .subhead::after,
.jitenn_blindtest .subhead .border::after {
    display: block;
    content: "";
    position: absolute;
}

table {
    border-collapse: collapse;
}

input {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*---------------------------------
  min-width:1180px-
----------------------------------*/
/*----------------
  header
-----------------*/

.container_logo {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding-top: 20px;
    height: 76px;
}

.container_logo .wrap_logo {
    float: left;
}

.container_logo .sitename {
    float: left;
}

.container_logo .wrap_logo img {
    width: 46px;
    height: auto;
}

.container_logo .site_description {
    width: 400px;
    padding-left: 60px;
    padding-top: 12px;
    line-height: 1.1;
    font-size: 1.5rem;
    font-weight: bold;
}

.wrap_btn_header {
    float: right;
}

.wrap_glonav {
    background: #242424;
}

.glonav {
    width: 1180px;
    margin: 0 auto;
    letter-spacing: 0.04em;
}

.glonav ul.nav_main > ul {}

.glonav ul.nav_main > li {
    float: left;
    display: table;
    height: 52px;
    width: 168px;
    text-align: center;
}

.glonav ul.nav_main > li > a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 1.2;
}

.glonav ul.nav_main > li > a:hover {
    color: #99925c;
}

.glonav a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container_mainvisual {
    width: 100%;
    height: 648px;
    margin-bottom: 50px;
    background: #000;
    box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.2);
}

.wrap_mainvisual {
    width: 1180px;
    margin: 0 auto;
}

.container_mainvisual .fig02 {
    display: none;
}

/* menu start */

.btn_menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 96px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #8c8b85;
    cursor: pointer;
    font-size: 0;
}

.btn_menu .txt {
    display: inline-block;
    width: 68px;
    height: 30px;
    text-align: center;
}

.btn_menu .txt span {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13.5px;
    letter-spacing: 0;
    color: #8c8b85;
}

.btn_menu .mark span {
    display: block;
    position: absolute;
    height: 2px;
    width: 18px;
    background: #8c8b85;
    right: 10px;
    -ms-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btn_menu .mark span.fst_c {
    top: 8px;
}

.btn_menu .mark span.scd_c {
    top: 14px;
}

.btn_menu .mark span.thd_c {
    top: 20px;
}

.btn_menu.open .mark span.fst_c {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_menu.open .mark span.scd_c {
    opacity: 0;
}

.btn_menu.open .mark span.thd_c {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pageHeader.closed {
    display: none;
}

.wrap_pageHeader_nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0px 0 30px;
    top: 0;
    left: 0;
    background: #000;
    overflow-y: auto;
    z-index: 200;
    box-sizing: border-box;
}

.pageHeader_nav {
    display: none;
    margin: 20px auto 0;
    text-align: left;
}

.ttlBullet {
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #8c8b85;
    border-bottom: none;
}

.list-glonav {
    margin-bottom: 20px;
    border-top: 1px solid #404040;
}

.list-glonav > li {
    border-bottom: 1px solid #404040;
}

.pageHeader_nav .list a {
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: #e5e5e5;
    box-sizing: border-box;
}

.pageHeader_nav .list a:hover {
    opacity: 1;
}

.list-frame {
    padding: 0 10px;
}

.list-frame li {
    margin-bottom: 10px;
    text-align: center;
}

.list-frame li:last-child {
    margin-bottom: 0;
}

.pageHeader_nav .list-frame a {
    color: #fff;
    background: #ba0010;
}

.pageHeader.pageNav .btn_menu {
    border: 2px solid #999;
}

.pageNav .btn_menu .txt span {
    color: #999;
}

.pageNav .btn_menu .mark span {
    background: #999;
}

/* menu end */
/*----------------
  main
-----------------*/

.wrap_scroll_btn {
    width: 93.75%;
    padding: 0 3.125%;
    margin: 20px 0;
}

.form_btn {
    position: relative;
    width: 550px;
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
    background: #ba0010;
}

.form_btn::after {
    width: 20px;
    height: 12px;
    top: 50%;
    right: 30px;
    margin-top: -6px;
    background: url(images/z_arrow_01.svg) no-repeat;
    background-size: 20px 12px;
}

.wrap_btn_header .form_btn::after,
.wrap_btn_footer .form_btn::after {
    width: 14px;
    height: 8px;
    right: 22px;
    margin-top: -4px;
    background: url(images/z_arrow_01.svg) no-repeat;
}


.wrap_btn_header .form_btn,
.wrap_btn_footer .form_btn {
    width: 300px;
    height: 54px;
    padding: 0;
    line-height: 54px;
    font-size: 1.7rem;
}

#bottomFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    padding-top: 10px;
    background: #fff;
    box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.wrap_btnFixed {
    width: 1000px;
    height: 52px;
    margin: 0 auto;
}

.wrap_btnFixed .report_ttl {
    float: left;
    width: 698px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #ba0010;
    border-right: none;

}

.wrap_btnFixed .report_ttl .inner {
    position: relative;
    padding-left: 40px;
    color: #ba0010;
    font-weight: bold;
    font-size: 1.8rem;
}

.wrap_btnFixed .report_ttl img {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -14px;
    width: 24px;
    height: auto;
}

.wrap_btn_footer .form_btn {
    float: left;
}

.wrap_btnFixed .report_ttl span {
    line-height: 50px;
}

.btn_toTop a {
    position: fixed;
    display: block;
    bottom: 84px;
    right: 10px;
    width: 44px;
    height: 44px;
    background: #1a1a1a;
    z-index: 100;
}

.scn {
    width: 100%;
    padding-top: 60px;
    margin-bottom: 40px;
}

.scn.jitenn_features,

.scn03,
.scn04 {
    padding-top: 65px;
    margin-bottom: 40px;
}

.scn03 {
    padding-bottom: 20px;
    margin-top: 70px;
}

.scn04 {
    padding-bottom: 60px;
    margin-top: 40px;
}

.scn06 {
    margin-top: 100px;
    padding-top: 65px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.scn01 {
    padding-bottom: 60px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f6f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f6f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f6f0 100%);
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.wrap_scn_heading {
    position: relative;
    text-align: center;
}

.wrap_scn_heading .line {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d6d4c9;
}

.wrap_scn_heading {
    margin-bottom: 45px;
}

.scn01 .wrap_scn_heading {
    margin-bottom: 80px;
}

.scn_heading {
    position: relative;
    display: inline-block;
    height: 34px;
    padding: 0 44px 0 50px;
    line-height: 34px;
    color: #75704b;
    font-size: 3.4rem;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ 明朝", serif;
    background: #fff;
}

.scn_heading::before {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -20px;
    width: 42px;
    height: 42px;
    background: url(images/z_heading_line.svg) no-repeat;
    background-size: 42px 42px;
}

.scn_heading::after {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -22px;
    width: 42px;
    height: 42px;
    background: url(images/z_heading_line.svg) no-repeat;
    background-size: 42px 42px;
}

.scn_description {
    margin-bottom: 35px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75;
}

.scn_subtxt {
    text-align: center;
    margin-bottom: 45px;
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.5;
}

/* jitenn_features-- */

.jitenn_features .box {
    margin-bottom: 40px;
}

.jitenn_features .box:last-child {
    margin-bottom: 0;
}

.jitenn_features .wrap_subhead {
    display: table;
    width: 970px;
    position: relative;
    z-index: 10;
    padding: 20px 15px;
    font-size: 0;
    background: #736c34;
    background: -moz-linear-gradient(left, #736c34 0%, #9e986d 50%, #736c34 100%);
    background: -webkit-linear-gradient(left, #736c34 0%, #9e986d 50%, #736c34 100%);
    background: linear-gradient(to right, #736c34 0%, #9e986d 50%, #736c34 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#736c34', endColorstr='#736c34', GradientType=1);
    border-bottom: 3px solid #6b663e;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.jitenn_features .wrap_subhead .point {
    display: table-cell;
    vertical-align: middle;
    width: 182px;
    padding-right: 12px;
}

.jitenn_features .subhead {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    font-size: 2.9rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #fff;
    text-shadow: 1px 1px 8px rgba(117, 112, 75, 1);
}

.box_2col {
    position: relative;
    z-index: 0;
    padding: 33px 30px 35px;
}

.jitenn_features .box_2col {
    background: #f7f6f0;
}

.box_2col .fig {
    float: left;
    width: 320px;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0px 0px 4px rgba(117, 112, 75, 0.32);
}

.box_2col .fig img {
    width: 320px;
}

.box_2col .text {
    padding-left: 360px;
}

.box_2col .text p,
.cmn_text p {
    margin-bottom: 25px;
    line-height: 1.75;
    font-size: 1.7rem;
}

.box_2col .text p:last-child,
.cmn_text p:last-child {
    margin-bottom: 0;
}

/* --jitenn_features */
/* scn01 */

.scn01 .box {
    position: relative;
    float: left;
    display: table;
    width: 298px;
    height: 193px;
    padding: 0 10px 0;
    margin: 0 20px 40px 0;
    line-height: 1.7;
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #6f6b51;
}

.scn01 .box:nth-child(3n) {
    margin-right: 0;
}

.scn01 .box:nth-child(7n),
.scn01 .box:nth-child(8n),
.scn01 .box:nth-child(9n) {
    margin-bottom: 0;
}

.scn01 .box .text {
    display: table-cell;
    vertical-align: middle;
    padding-top: 14px;
}

.scn01 .box .bold {
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.85rem;
}

.scn01 .num {
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    letter-spacing: 0;
    top: -22px;
    left: 50%;
    margin-left: -22px;
    border-radius: 22px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ 明朝", serif;
    background: #736c34;
    background: -moz-linear-gradient(-45deg, #736c34 0%, #8c865b 50%, #736c34 100%);
    background: -webkit-linear-gradient(-45deg, #736c34 0%, #8c865b 50%, #736c34 100%);
    background: linear-gradient(135deg, #736c34 0%, #8c865b 50%, #736c34 100%);
}

/* jitenn_index-- */

.shadow {
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
}

.shadow:last-child {
    margin-bottom: 0;
}

.wrap_frame {
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.shadow::after,
.shadow::before {
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
}

.shadow::after {
    z-index: -10;
    bottom: -5px;
    right: -5px;
}

.shadow::before {
    z-index: -100;
    bottom: -10px;
    right: -10px;
}

.jitenn_index .box_2col {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.jitenn_index .wrap_subhead {
    display: table;
    width: 938px;
    border-bottom: 4px solid #ddd;
}

.jitenn_index .number {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background: #5c5736;
}

.jitenn_index .number img {
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 10px;
}

.jitenn_index .subhead {
    display: table-cell;
    vertical-align: middle;
    width: 788px;
    padding: 9px 20px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background: #75704b;
}

.jitenn_index .item {
    position: relative;
    margin-top: 40px;
    padding: 55px 20px 30px 50px;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
}

.jitenn_index .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 71px;
    background: url(images/jitenn/icon-index.svg) no-repeat;
}

.jitenn_index .item li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 1.6rem;
}

.jitenn_index .item li::before {
    top: 0.55rem;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #6a6755;
}

.jitenn_index .item li:last-child {
    margin-bottom: 0;
}

.jitenn_index .note {
    margin-top: 30px;
    font-size: 1.3rem;
    line-height: 1.4;
}

.jitenn_index .note p {
    margin-bottom: 15px;
}

.jitenn_index .note p:last-child {
    margin-bottom: 0;
}

.jitenn_index .note a:hover {
    opacity: 1;
}

.cmn_ttl {
    padding: 3px 0px 3px 15px;
    margin: 40px 0 20px;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    color: #75704b;
    border-left: 5px solid #75704b;
}

.fig_2col {
    margin-top: 30px;
}

.fig_2col .box_fig {
    float: left;
    width: 447px;
    margin-right: 40px;
}

.fig_2col .box_fig:nth-child(even) {
    margin-right: 0;
}

.fig_2col .box_fig img {
    width: 447px;
    height: auto;
}

.box_fig .caption {
    padding: 8px 10px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #aaa;
}

/* --jitenn_index */
/* jitenn_movie-- */
.jitenn_movie .box {
    float: left;
    width: 480px;
    height: auto;
    margin-right: 40px;
    margin-bottom: 40px;
}

.jitenn_movie .box.box_rt {
    margin-right: 0;
}

.jitenn_movie .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.jitenn_movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* --jitenn_movie */
.scn03 {
    background: url(images/z_scn03_bg.jpg) repeat;
}

.scn03 .scn_heading {
    background: url(images/z_scn03_bg.jpg) repeat;
}

.scn03 .wrap {
    width: 1000px;
    margin: 0 auto;
}

.scn03 .box {
    position: relative;
    float: left;
    width: 418px;
    height: 390px;
    padding: 30px 30px 15px;
    margin-right: 40px;
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.scn03 .box:nth-child(even) {
    margin-right: 0;
}

.scn03 .box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 71px;
    background: url(images/z_scn03_02.svg) no-repeat;
}

.scn03 .box .fig01 {
    text-align: center;
}

.scn03 .box .fig01 img {
    margin-bottom: 15px;
}

.scn03 .box .fig01 .fig_caption {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #75704b;
}

.scn03 .box .text {
    font-size: 1.6rem;
    line-height: 1.6;
}

.scn04 {
    padding-top: 0;
    background: #000;
    background: -moz-linear-gradient(-45deg, #0f0f0f 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #0f0f0f 0%, #000000 100%);
    background: linear-gradient(135deg, #0f0f0f 0%, #000000 100%);
}

.scn04 .container {
    width: 1000px;
    height: auto;
    padding-top: 65px;
    background: url(images/z_scn04_bg.png) no-repeat top center;
}

.scn04 .wrap_scn_heading {
    width: 1000px;
    margin-bottom: 60px;
}

.scn04 .scn_heading {
    background: none;
    display: inline-block;
    color: #fff;
    width: 36%;
    padding: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.scn04 .scn_heading::after,
.scn04 .scn_heading::before {
    display: none;
}

.scn04 .five_line {
    display: inline-block;
    width: 32%;
    height: 34px;
    background: url(images/z_scn04_01.svg) repeat-x left center;
    background-size: 10px 29px;
}

.scn04 .fl01 {
    float: left;
}

.scn04 .fl02 {
    float: right;
}

.scn04 .scn_heading .logo {
    width: auto;
    height: 32px;
}

.scn04 .scn_heading .logo img {
    width: auto;
    height: 32px;
    padding-left: 10px;
}

.scn04 .wrap01 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.scn04 .profile {
    position: relative;
    margin-bottom: 45px;
    min-height: 284px;
}

.scn04 .profile .wrap_text {
    float: left;
    width: 680px;
}

.scn04 .wrap02 .description,
.scn04 .profile .wrap_text p {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.75;
    color: #fff;
}

.scn04 .wrap02 .description {
    margin-bottom: 20px;
}

.scn04 .profile .wrap_text p:last-child {
    margin-bottom: 45px;
}

.scn04 .profile .fig01 img {
    position: relative;
    width: 270px;
    height: auto;
    float: right;
    z-index: 10;
}

.scn04 .profile::after {
    width: 368px;
    height: 384px;
    bottom: -210px;
    right: 94px;
    background: url(images/z_scn04_03.png) no-repeat;
    z-index: 0;
}

.scn04 .office {
    position: relative;
    margin-bottom: 40px;
}

.scn04 .office .box {
    float: left;
    width: 320px;
    margin-right: 20px;
    text-align: center;
}

.scn04 .office .box:last-child {
    margin-right: 0;
}

.scn04 .office .box img {
    margin-bottom: 10px;
}

.scn04 .office .fig_caption {
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.5rem;
    color: #b2b2b2;
}

.scn04 .wrap02 .subhead {
    height: 42px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 42px;
    color: #fff;
    background: #6f6b51;
}

.scn04 .wrap02 .subhead span {
    font-weight: bold;
    color: #d9d9d9;
}

.scn04 .wrap02 .wrap_box {
    overflow: scroll;
    height: 260px;
    padding: 15px 18px 20px;
    border: 2px solid #878365;
    background: rgba(255, 255, 255, 0.1);
}

.scn04 .wrap02 .box {
    margin-bottom: 30px;
}

.scn04 .wrap02 .box:last-child {
    margin-bottom: 0;
}

.scn04 .wrap02 .recommender_name {
    position: relative;
    padding: 5px 0 0 42px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #878365;
}

.scn04 .wrap02 .recommender_name .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #878365;
}

.scn04 .wrap02 .fig02 {
    width: 300px;
    float: left;
    margin-right: 18px;
}

.scn04 .wrap02 .fig02 img {
    width: 300px;
}

.scn04 .wrap02 .wrap_text {
    padding-left: 318px;
    color: #fff;
}

.scn04 .wrap02 .recommender_caption {
    padding-bottom: 13px;
    margin-bottom: 13px;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px dotted #b3b3b3;
}

.scn04 .wrap02 .recommender_text {
    font-size: 1.4rem;
    line-height: 1.75;
}

.scn04 .wrap02 .recommender_text p {
    margin-bottom: 20px;
    font-weight: bold;
    color: #d9d9d9;
}

/* jitenn_blindtest-- */

.jitenn_blindtest .subhead {
    position: relative;
    padding: 12px 3.125%;
    margin-bottom: 45px;
    text-align: center;
    line-height: 1.5;
    background: #75704b;
}

.jitenn_blindtest .subhead span {
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    padding-left: 45px;
}

.jitenn_blindtest .subhead img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -19px;
    width: 36px;
    height: 36px;
}

.jitenn_blindtest .subhead::after {
    width: 0;
    height: 0;
    bottom: -15px;
    left: 50%;
    margin-left: -27px;
    border-style: solid;
    border-width: 15px 27px 0 27px;
    border-color: #75704b transparent transparent transparent;
}

.jitenn_blindtest .subhead .border {
    position: absolute;
    padding: 0;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ddd;
}

.jitenn_blindtest .subhead .border::after {
    width: 0;
    height: 0;
    bottom: -15px;
    left: 50%;
    margin-left: -27px;
    border-style: solid;
    border-width: 15px 27px 0 27px;
    border-color: #ddd transparent transparent transparent;
}

.jitenn_blindtest .box_fig:nth-child(2) {
    border: 1px solid #e8e8e8;
}

/* --jitenn_blindtest */
/* jitenn_reason-- */

.jitenn_reason .wrap {
    background: #000;
}

.jitenn_reason .subhead {
    padding: 32px 3.125% 32px;
    line-height: 1.5;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 3.5rem;
    color: #fff;
}

.jitenn_reason .subhead img {
    width: 138px;
    height: auto;
    display: block;
    margin: 0 auto 13px;
}

.jitenn_reason .fig_sp img,
.jitenn_reason .fig_pc img {
    width: 1000px;
    height: 310px;
}

.jitenn_reason .fig_sp {
    display: none;
}

.jitenn_reason .cmn_text {
    padding: 55px 60px;
}

.jitenn_reason .cmn_text p {
    color: #dedede;
    -webkit-font-smoothing: subpixel-antialiased;
}

.jitenn_reason .cmn_text .white {
    font-weight: bold;
    color: #fff;
}

/* --jitenn_reason */

.scn06 {
    background: #f7f6f0;
}

.scn06 .scn_heading {
    background: #f7f6f0;
}

.scn06 .wrap_form {
    width: 800px;
    padding: 0 0 30px;
    margin: 0 auto 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.scn06 .wrap_form {
    margin-bottom: 0;
}

.scn06 .wrap_form .pg {
    padding: 0 20px;
}

.scn06 .wrap_form .subhead {
    position: relative;
    padding: 23px 10px 20px 40px;
    margin-bottom: 50px;
    line-height: 1.4;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 3.25rem;
    color: #fff;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 0px 8px rgba(115, 108, 52, 1);
    background: #736c34;
    background: -moz-linear-gradient(-45deg, #736c34 0%, #8c865b 50%, #736c34 100%);
    background: -webkit-linear-gradient(-45deg, #736c34 0%, #8c865b 50%, #736c34 100%);
    background: linear-gradient(135deg, #736c34 0%, #8c865b 50%, #736c34 100%);
    border-bottom: 3px solid #6b663e;
}

.scn06 .wrap_form .subhead::before {
    width: 77px;
    height: 75px;
    top: 0;
    left: 0;
    background: url(images/z_scn06_01.svg) no-repeat;
}

.scn06 .form {
    width: 430px;
    margin: 0 auto;
}

.scn06 .form_caption {
    margin-bottom: 12px;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
}

.scn06 .form_caption .required {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    color: #7f7f7f;
}

.scn06 .input_box {
    margin-bottom: 22px;
}

.scn06 .form_2col_box {
    float: left;
    width: 210px;
    margin-right: 10px;
}

.scn06 .form_2col_box:last-child {
    margin-right: 0;
}

.scn06 .note_submit {
    margin-top: 25px;
    text-align: center;
    font-size: 1.4rem;
}

.scn06 .input_box input {
    width: 408px;
    height: 42px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
}

.scn06 .form_2col_box input {
    width: 188px;
    padding: 5px 10px;
}

.scn06 .form_btn {
    margin: 15px 0 40px;
}

.scn06 .form_btn,
.scn06 .form_btn input {
    width: 430px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.scn06 .form_btn::after {
    transform: rotate(-90deg);
}

.scn06 .agreement_caption {
    padding: 8px 10px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #595959;
    background: #eeeeee;
}

.scn06 .agreement_list {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.scn06 .agreement_list li,
.scn06 .index_list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
    line-height: 1.3;
    font-size: 1.4rem;
}

.scn06 .index_list li {
    margin-bottom: 8px;
}

.scn06 .agreement_list li::before,
.scn06 .index_list li::before {
    display: block;
    content: "";
    position: absolute;
    top: 0.55rem;
    left: 10px;
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 3px;
}

.scn06 .index_list li::before {
    background: #ccc59f;
}

.scn06 .note_list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
    line-height: 1.3;
    font-size: 1.4rem;
}

.scn06 .note_list li::before {
    display: block;
    content: "※";
    position: absolute;
    top: 0.2rem;
    left: 10px;
    font-size: 1rem;
    color: #555;
}

.scn06 .pp_wrap {
    overflow: scroll;
    height: 160px;
    padding: 20px 18px;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
}

.scn06 .pp_heading {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.scn06 .pp_subhead {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px dotted #d9d9d9;
}

.scn06 .pp_wrap p {
    font-size: 1.2rem;
    line-height: 1. 6;
    margin-bottom: 20px;
}

.scn06 .index_list {
    padding: 0 20px;
}

.wrap_footer_nav {
    padding: 50px 0 30px;
    background: #000;
    text-align: center;
}

/* jitenn_faq -- */

.box_faq {
    font-size: 1.65rem;
    line-height: 1.6;
}

.box_faq span.txt_faq {
    display: table-cell;
}

.box_q,
.box_a {
    border: 1px solid #8c8b85;
    margin-bottom: 15px;
}

.box_q {
    position: relative;
    cursor: pointer;
}

.box_a {
    display: none;
    border: 1px solid #75704b;
}

.box_faq span.txt_faq {
    padding: 13px 50px 13px 20px;
}

.box_a span.txt_faq {
    padding: 13px 10px 13px 20px;
}

.box_faq span.mark {
    display: table-cell;
    padding: 11px 13px;
    line-height: 1;
    vertical-align: middle;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}

.box_q span.mark {
    background: #8c8b85;
}

.box_a span.mark {
    background: #75704b;
}

.box_q::before,
.box_q::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    background: #8c8b85;
}

.box_q::before {
    right: 15px;
    margin-top: -2px;
    width: 20px;
    height: 2px;
}

.box_q::after {
    right: 24px;
    margin-top: -10px;
    width: 2px;
    height: 20px;
}

.box_q.close::after {
    display: none;
}

/* --jitenn_faq */

.wrap_footer_nav .fig01 {
    width: 50px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
}

.wrap_footer_nav .fig01 img {
    width: 50px;
    height: auto;
}

.wrap_footer_nav .footer_nav li {
    display: inline-block;
    margin: 0 40px 10px 0;
}

.wrap_footer_nav .footer_nav li:last-child {
    margin-right: 0;
}

.wrap_footer_nav .footer_nav a {
    line-height: 1.2;
    font-size: 1.3rem;
    color: #999999;
}

.copyright {
    padding: 15px 3.125%;
    line-height: 1.2;
    text-align: center;
    font-size: 1.3rem;
    color: #999999;
    background: #000;
    border-top: 1px solid #999999;
}

/*---------------------------------
  max-width: 1180px
----------------------------------*/

@media screen and (max-width: 1180px) {
    .pdg_header {
        padding: 0 3.125%;
    }

    .container_logo {
        width: auto;
    }

    .glonav {
        width: 100%;
    }

    .glonav ul.nav_main > li {
        width: 14.2857%;
    }

    .container_mainvisual {
        height: auto;
    }

    .wrap_mainvisual {
        width: 100%;
    }

    .wrap_mainvisual img {
        width: 100%;
        height: auto;
    }
}

/*---------------------------------
  max-width: 1020px
----------------------------------*/

@media screen and (max-width: 1020px) {
    .scn {
        width: 93.75%;
        padding-left: 3.125%;
        padding-right: 3.125%;
    }

    .container {
        max-width: 1000px;
        width: 100%;
    }

    .scn03 {
        margin-bottom: 40px;
    }

    .scn04_pg {
        padding: 0 3.125% 0;
    }

    .scn04 {
        width: 100%;
        padding: 0 0 40px;
    }

    .scn06 {
        margin-bottom: 0;
    }

    .scn06 .form_btn,
    .scn06 .form_btn input {
        max-width: 430px;
        width: 100%;
    }

    .scn_heading {
        padding: 0;
    }

    .scn_heading::before,
    .scn_heading::after,
    .wrap_scn_heading .line {
        display: none;
    }

    .wrap_scn_heading {
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d6d4c9;
    }

    .scn_subtxt {
        margin-bottom: 25px;
    }

    /* jitenn_features-- */

    .jitenn_features .wrap_subhead {
        box-sizing: border-box;
        width: 100%;
        max-width: 1000px;
    }

    .jitenn_features .box {
        margin-bottom: 20px;
    }

    .jitenn_features .wrap_subhead {
        padding: 20px 20px;
    }

    .box_2col {
        padding: 28px 3.125% 30px;
    }

    .box_2col .fig {
        width: 230px;
        box-sizing: border-box;
    }

    .box_2col .fig img {
        max-width: 100%;
        width: 100%;
    }

    .box_2col .text {
        padding-left: 255px;
    }

    .box_2col .text p,
    .cmn_text p {
        margin-bottom: 20px;
    }

    .box_2col .text p:last-child,
    .cmn_text p:last-child {
        margin-bottom: 0;
    }

    /* --jitenn_features */

    .scn01 .box,
    .scn01 .box:nth-child(3n) {
        box-sizing: border-box;
        width: 48.4375%;
        margin-right: 3.125%;
    }

    .scn01 .box:nth-child(2n) {
        margin-right: 0;
    }

    .scn01 .box:nth-child(7n),
    .scn01 .box:nth-child(8n) {
        margin-bottom: 40px;
    }

    /* jitenn_index-- */

    .wrap_frame {
        padding: 30px 3.125% 30px;
    }

    .wrap_frame:last-child {
        margin-bottom: 0;
    }

    .shadow::after {
        bottom: -4px;
        right: -4px;
    }

    .shadow::before {
        bottom: -8px;
        right: -8px;
    }

    .jitenn_index .wrap_subhead {
        width: 100%;
        border-bottom: 3px solid #ddd;
    }

    .jitenn_index .subhead {
        width: auto;
    }

    .jitenn_index .number {
        width: 20%;
    }

    .jitenn_index .item {
        margin-top: 30px;
        padding: 50px 3.125% 20px 45px;
    }

    .jitenn_index .note {
        margin-top: 20px;
    }

    /* --jitenn_index */
    /* jitenn_movie-- */
    .jitenn_movie .box {
        width: 48%;
        margin-right: 4%;
    }

    /* --jitenn_movie */
    .scn03 .wrap {
        max-width: 1000px;
        width: 100%;
    }

    .scn03 .box {
        float: none;
        width: 100%;
        height: auto;
        padding: 30px 20px 16px 45px;
        margin-right: 0;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .scn03 .box .fig01 {
        width: 120px;
        float: left;
        margin-right: 15px;
    }

    .scn03 .box .fig01 img {
        width: 90px;
        margin-bottom: 10px;
    }

    .scn03 .box .fig01 .fig_caption {
        margin-bottom: 0;
    }

    .scn04 .container {
        width: auto;
    }

    .scn04 .wrap_scn_heading {
        width: 100%;
        margin-bottom: 40px;
    }

    .scn04 .scn_heading {
        width: 100%;
    }

    .scn04 .five_line {
        display: none;
    }

    .scn04 .profile .fig01 {
        text-align: center;
    }

    .scn04 .profile .fig01 img {
        float: none;
        margin: 0 auto 30px;
        width: 100%;
        max-width: 270px;
    }

    .scn04 .profile .wrap_text {
        float: none;
        max-width: 660px;
        width: 100%;
        margin: 0 auto;
    }

    .scn04 .profile::after {
        right: 0;
    }

    .scn04 .office {
        max-width: 660px;
        margin: 0 auto 40px;
    }

    .scn04 .office .box:first-child {
        margin-right: 20px;
    }

    .scn04 .office .box {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .scn04 .office .box:last-child {
        float: none;
        margin: auto;
    }

    /* jitenn_blindtest-- */
    .fig_2col .box_fig {
        box-sizing: border-box;
        width: 48.5%;
        margin-right: 3%;
    }

    .fig_2col .box_fig img {
        width: 100%;
    }

    /* --jitenn_blindtest */
    /* jitenn_reason-- */

    .jitenn_reason .cmn_text {
        padding: 30px 3.125%;
    }

    .jitenn_reason .fig_sp img,
    .jitenn_reason .fig_pc img {
        width: 100%;
        height: auto;
    }

    /* --jitenn_reason */
    .scn06 .wrap_form {
        max-width: 800px;
        width: auto;
    }

    #bottomFixed {
        width: 100%;
        height: auto;
        padding: 10px 3.125%;
        box-sizing: border-box;
    }

    .wrap_btnFixed {
        width: 100%;
    }

    .wrap_btnFixed .report_ttl {
        box-sizing: border-box;
        width: 58%;
        height: 54px;
        line-height: 52px;
    }

    .wrap_btn_footer .form_btn {
        width: 42%;
    }

    .btn_toTop a {
        right: 1.5625%;
    }

}

/*---------------------------------
  max-width: 960px
----------------------------------*/

@media screen and (max-width: 960px) {
    .pdg_header {
        padding: 0;
    }

    .container_logo {
        height: auto;
        padding: 10px;
    }

    .container_logo .wrap_logo {
        display: table;
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        margin-left: 0;
        height: auto;
    }

    .container_logo .wrap_logo .sitename,
    .container_logo .wrap_logo .sitename img {
        width: 27px;
        height: auto;
        display: table-cell;
        vertical-align: middle;
    }

    .container_logo .wrap_logo .sitename img {
        float: left;
        margin-right: 8px;
    }

    .container_logo .site_description {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        padding-left: 10px;
        padding-top: 0;
        line-height: 1.1;
        font-size: 1.2rem;
    }

    .wrap_btn_header .form_btn {
        font-size: 1.4rem;
        width: 240px;
        height: 34px;
        padding: 0;
        line-height: 34px
    }

    .wrap_btn_header .form_btn::after {
        right: 12px;
    }

    .glonav ul.nav_main > li {
        height: 44px;
    }

    .glonav ul.nav_main > li > a {
        font-size: 1.4rem;
    }
}

/*---------------------------------
  max-width: 750px
----------------------------------*/

@media screen and (max-width: 750px) {
    a:hover {
        opacity: 1;
    }

    .wrap_btn_header,
    .wrap_glonav {
        display: none;
    }

    .pageHeader_top .inner,
    .category .pageHeader_top .inner {
        width: auto;
        height: 34px;
        padding: 10px 110px 10px 0;
        margin: 0 10px;
    }

    .pageHeader .site_name {
        display: table;
    }

    .pageHeader .site_description {
        display: table-cell;
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.1;
        color: #999;
    }

    .pageHeader .site_name img {
        width: auto;
        max-width: 27px;
        height: 34px;
        margin-right: 10px;
    }

    .btn_menu {
        display: block;
    }

    .container_logo {
        padding: 10px 120px 10px 10px;
    }

    .container_mainvisual {
        margin-bottom: 30px;
    }

    .container_mainvisual .fig01 {
        display: none;
    }

    .container_mainvisual .fig02 {
        display: block;
    }

    .container_mainvisual .fig02 img {
        width: 100%;
        height: auto;
    }

    .scn {
        padding-top: 30px;
    }

    .scn,
    .scn.jitenn_features,
    .scn.jitenn_index,
    .scn.jitenn_blindtest,
    .scn.jitenn_reason {
        margin-bottom: 10px;
    }

    .scn01 {
        padding-bottom: 30px;
    }

    .scn03 {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .scn04 {
        margin-top: 30px;
    }

    .scn06 {
        margin-top: 40px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .wrap_scn_heading {
        margin-bottom: 20px;
    }

    .scn_heading {
        font-size: 2.7rem;
    }

    .scn_description {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .scn_subtxt {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .form_btn {
        font-size: 2rem;
        max-width: none;
        width: 100%;
    }

    .form_btn::after {
        width: 14px;
        height: 8px;
        right: 20px;
        margin-top: -4px;
        background-size: 14px 8px;
    }

    .wrap_btnFixed .report_ttl {
        display: none;
    }

    .wrap_btnFixed {
        height: auto;
    }

    .wrap_btn_footer .form_btn {
        height: 48px;
        line-height: 48px;
        width: 100%;
        float: none;
        font-size: 1.6rem;
    }

    .btn_toTop a {
        bottom: 78px;
    }

    /* jitenn_features-- */

    .jitenn_features .wrap_subhead {
        display: block;
        text-align: center;
        padding: 15px 3.125%;
    }

    .jitenn_features .wrap_subhead .point {
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .jitenn_features .wrap_subhead .point img {
        width: 120px;
        height: auto;
    }

    .jitenn_features .subhead {
        display: block;
        line-height: 1.4;
        font-size: 2.2rem;
    }

    .box_2col {
        padding: 20px 3.125% 20px;
    }

    .box_2col .fig {
        margin-bottom: 20px;
        max-width: 660px;
        width: 100%;
    }

    .box_2col .text {
        padding-left: 0px;
    }

    .box_2col .text p,
    .cmn_text p,
    .jitenn_index .item li {
        font-size: 1.5rem;
    }

    .box_2col .text p:last-child,
    .cmn_text p:last-child {
        margin-bottom: 0;
    }

    .shadow {
        margin-bottom: 25px;
    }

    /* --jitenn_features */

    .scn01 .wrap_scn_heading {
        margin-bottom: 40px;
    }

    .scn01 .box,
    .scn01 .box:nth-child(3n) {
        width: 100%;
        margin-right: 0;
        font-size: 1.7rem;
    }

    .scn01 .box {
        height: 166px;
    }

    /* jitenn_index-- */

    .wrap_frame {
        padding: 20px 3.125% 30px;
    }

    .shadow::after {
        bottom: -3px;
        right: -3px;
    }

    .shadow::before {
        bottom: -6px;
        right: -6px;
    }

    .jitenn_index .wrap_subhead {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 3px solid #ddd;
    }

    .jitenn_index .number {
        display: block;
        width: 93.75%;
        padding: 5px 3.125%;
        font-size: 1.3rem;
    }

    .jitenn_index .number img {
        margin-top: -2px;
        margin-right: 8px;
        width: 14px;
        height: auto;
    }

    .jitenn_index .subhead {
        display: block;
        padding: 9px 3.125% 9px 12px;
        font-size: 2rem;
    }

    .jitenn_index .item {
        margin-top: 25px;
        padding: 50px 3.125% 20px 32px;
    }

    .cmn_ttl {
        padding: 3px 0px 3px 10px;
        margin: 30px 0 15px;
        font-size: 1.8rem;
    }

    .fig_2col {
        margin-top: 20px;
        text-align: center;
    }

    .fig_2col .box_fig {
        position: relative;
        float: none;
        display: inline-block;
        margin: 0 auto;
        max-width: 455px;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0%;
    }

    .fig_2col .box_fig:last-child {
        margin-bottom: 0;
    }

    .box_fig .caption {
        padding: 8px 10px;
        font-size: 1.2rem;
    }

    /* --jitenn_index */
    /* jitenn_movie-- */
    .jitenn_movie .box {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;

    }

    /* --jitenn_movie */
    .scn03 .box {
        padding: 30px 3.125%;
    }

    .scn03 .box .fig01 {
        width: auto;
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .scn03 .box .fig01 img {
        margin-bottom: 10px;
    }

    .scn03 .box .fig01 .fig_caption {
        margin-bottom: 10px;
    }

    .scn03 .box .text {
        display: block;
        font-size: 1.5rem;
    }

    .scn04 {
        padding-bottom: 30px;
        padding-top: 0;
    }

    .scn04 .container {
        padding-top: 30px;
    }

    .scn04 .wrap02 .wrap_box {
        padding: 15px 3.125% 25px;
    }

    .scn04 .wrap02 .fig02 {
        float: none;
        width: auto;
        margin: 0 auto 20px;
        margin-right: auto;
    }

    .scn04 .wrap02 .fig02 img {
        max-width: 300px;
        width: 100%;
    }

    .scn04 .wrap02 .wrap_text {
        padding-left: 0;
    }

    .scn04 .office {
        max-width: 320px;
        margin: 0 auto 40px;
    }

    .scn04 .office .box:first-child {
        margin-right: 0;
    }

    .scn04 .office .box {
        float: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 20px;
    }

    .scn04 .office .box img {
        max-width: 320px;
        width: 100%;
        height: auto;
    }

    .scn04 .wrap02 .description,
    .scn04 .profile .wrap_text p {
        font-size: 1.5rem;
    }

    /* jitenn_blindtest-- */

    .jitenn_blindtest .subhead {
        margin-bottom: 35px;
    }

    .jitenn_blindtest .subhead .border {
        height: 3px;
        bottom: -3px;
    }

    .jitenn_blindtest .subhead span {
        font-size: 2rem;
        padding-left: 30px;
    }

    .jitenn_blindtest .subhead img {
        width: 24px;
        height: auto;
        margin-top: -12px;
    }

    /* --jitenn_blindtest */
    /* jitenn_reason-- */

    .jitenn_reason .subhead {
        padding: 20px 3.125%;
        font-size: 2.8rem;
    }

    .jitenn_reason .subhead img {
        width: auto;
        height: 20px;
        margin: 0 auto 10px;
    }

    .jitenn_reason .subhead .br_sp {
        display: none;
    }

    .jitenn_reason .fig_sp {
        display: block;
    }

    .jitenn_reason .fig_pc {
        display: none;
    }

    .jitenn_reason .cmn_text {
        padding: 30px 6.25%;
    }

    /* --jitenn_reason */
    /* jitenn_faq-- */
    .box_faq {
        font-size: 14px;
    }

    .box_faq span.mark {
        font-size: 19px;
    }

    /* --jitenn_faq */
    .scn06 .form {
        width: 100%;
    }

    .scn06 .form_2col_box {
        box-sizing: border-box;
        width: 48%;
        margin-right: 4%;
    }

    .scn06 .input_box input {
        box-sizing: border-box;
        width: 100%;
        height: 56px;
    }

    .scn06 .form_btn,
    .scn06 .form_btn input {
        max-width: none;
        width: 100%;
    }

    .scn06 .form_2col_box input {
        box-sizing: border-box;
        width: 100%;
    }

    .scn06 .wrap_form .pg,
    .scn06 .index_list {
        padding: 0 3.125%;
    }

    .scn06 .wrap_form .subhead {
        padding: 25px 3.125% 20px 58px;
        font-size: 2.7rem;
    }

    .scn06 .wrap_form .subhead br {
        display: none;
    }

    .wrap_footer_nav {
        padding: 30px 0 0;
    }

    .wrap_footer_nav .fig01 {
        margin-bottom: 30px;
    }

    .wrap_footer_nav .footer_nav {
        border-top: 1px solid #666;
    }

    .wrap_footer_nav .footer_nav li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #666;
    }

    .wrap_footer_nav .footer_nav li:last-child {
        border-bottom: none;
    }

    .wrap_footer_nav .footer_nav li a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        padding: 16px 3.125%;
    }

    .copyright {
        border-top: 2px solid #999999
    }
}

/*---------------------------------
  max-width: 480px
----------------------------------*/

@media screen and (max-width: 480px) {
    .form_btn {
        font-size: 1.6rem;
    }

    .scn06 .form_btn {
        font-size: 1.8rem;
    }

    .scn04 .profile::after {
        width: 250px;
        right: -3.125%;
    }
}

/*---------------------------------
  max-width: 350px
----------------------------------*/

@media screen and (max-width: 340px) {
    .form_btn::after {
        right: 10px;
    }
}
