* {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-align: left;
    color: #fff;
    list-style-type: none;
    outline: none;
    border: 0;
    -webkit-overflow-scrolling: touch;
}
body {
    background: #262626;
}

#layer {
    display: none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 120;
    overflow-y: hidden;
}

#wrap {
    display: none;
    position: fixed;
    background: rgba(212, 212, 212, 0.7);
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#loader {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(45% - 50px);
    left: calc(50% - 50px);
    z-index: 1100;
}

.shori_css {
    color: #555;
    text-shadow: 1px 2px 3px #808080;
    margin-top: 10px;
    text-align: center
}

.scrl_box1 {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

main .main_cell {
    width: 100%;
    padding: 40px 15px;
    text-align: left;
    text-align: center;
}

.ps__thumb-y {
    width: 8px !important;
    background-color: rgba(120, 120, 120, 0.8) !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}

.ps__rail-x,
.ps__rail-y {
    opacity: 1 !important;
    background-color: transparent !important;
    z-index: 100;
}
.ps__rail-y {
    right: 2px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.smp .ps__rail-y {
    margin-top: 3px;
    margin-bottom: 3px;
}
.smp .scrl_box1 {
    width: auto;
    height: auto;
    overflow-y: auto;
}
.smp .ps__rail-y {
    margin-top: 3px;
    margin-bottom: 3px;
}
.smp .scrl_box1 {
    width: auto;
    height: auto;
    overflow-y: auto;
}
.smp .ps__thumb-y {
    width: 2px !important;
}

img {
    vertical-align: bottom;
}
table {
    border-collapse: collapse;
}
.container {
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1200px;
    text-align: center;
}
header {
    width: 100%;
    height: 62px;
    position: absolute;
    z-index: 10;
    background-size: 100%;
    background-position: right 0;

}

header.corp_page_header {
    width: 100%;
    height: 62px;
    position: fixed;
    z-index: 10;
    background-size: 100%;
    background-position: right 0;
    background-color: #ffffff;
}

.header_img{
    background: url(../img/images/vrer_top_bg.jpg) no-repeat;
    background-size: 100%;
    background-position: right 0;
}



h2 {
    text-align: center;
    font-weight: bold;
}
a,
a span{
    color: #fff;
    transition: all .2s;
}
a:hover {
    color: #FF1C76 !important;
    border-color: #FF1C76 !important;
    transition: all .2s;
}
a:hover span {
    color: #FF1C76 !important;
    transition: all .2s;
}
a.btn:hover {
    color: #fff !important;
}
address {
    font-style: normal;
    text-align: left !important;
}
.disc {
    padding-left: 15px;
}
.disc::before {
    position: absolute;
    top: 6px;
    left: 2px;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
}
.bold {
    font-weight: bold;
}
.line1 {
    margin-top: 20px;
}
#h_logo {
    position: absolute;
    top: 15px;
    left: 16px;
}
#h_logo a {
    display: block;
    width: 90px;
    height: 31px;
    background: url(../img/images/vrer_logo02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#h_logo a.corp_page_log {
    display: block;
    width: 90px;
    height: 31px;
    background: url(../img/images/vrer_logo03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

a.btn {
    display: block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

.btn_layout {
    margin-top: 40px;
}
.center {
    text-align: center;
}
#login {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 240px;
    height: 39px;
    font-size: 18px;
    line-height: 39px;
    border: 2px solid #FF1C76;
}
#login {
    color: #fff;
    background: #FF1C76;
    transition: all .3s;
}
#login:hover {
    color: #FF1C76 !important;
    background: #fff;
    transition: all .3s;
}
section {
    width: 100%;
    padding: 55px 0;
    text-align: center;
}
article {
    text-align: center;
}
.scrl_win {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
div.container_div {
    display: table;
    table-layout: fixed;
}
div.container_div div.cont_div{
    display: table-cell;
}
.normallink {
    color: #00B0F0 !important;
    text-decoration: underline;
}

/*------------------------- Index -------------------------*/

/* Eye Catch */
section#eye_catch {
    display: table;
    max-height: 380px;
    padding: 0;
    background: url(../img/images/vrer_top_bg.jpg) no-repeat;
    background-size: 100%;
    overflow: hidden;
    table-layout: fixed;
}
section.no_background {
    background: none !important;
}

section.eye_catch_top {
    margin-top: 0px !important;
}

#eye_catch .container {
    display: table-cell;
    height: calc(100% - 80px);
    padding-top: 80px;
    text-align: center;
    background: url(../img/images/vrer_logo01.svg) no-repeat;
    background-size: auto calc(100% - 240px);
    background-position: center bottom 60px;
}
.corp #eye_catch .container,
.indi #eye_catch .container {
    background: none;
}
#eye_catch h2 {
    width: 100%;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
}
.index #eye_catch h2 br {
    display: none;
}
#eye_catch.sec_page .container {
    display: table-cell;
    width: 100%;
    padding-top: 0;
    vertical-align: middle;
}
#eye_catch.sec_page h2 {
    font-size: 36px;
}
#eye_catch .s1 {
    font-size: 18px;
}
#eye_catch sup {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
}
#eye_catch .catch_sup {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
#eye_catch .catch_sup p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}
#eye_catch * {
    font-weight: bold;
}
.eyecatch_logo {
    width: 553px;
    height: 100% !important;
    margin: 40px auto 0;
}

/* Plan */
#plan_top h2 {
    font-size: 30px;
}
#plan_bottom {
    padding-top: 55px;
}
#plan_bottom .container {
    text-align: center;
}
#plan_bottom h2,
#rate_plan h2,
#top_faq h2,
#terms h2,
#personalinfo h2 {
    display: inline-block;
    margin: 0 auto;
    padding-left: 38px;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    background: url(../img/images/ico_plan.svg) no-repeat;
}

.plan a {
    font-size: 28px;
}
.plan ul {
    display: table;
    width: 670px;
    margin: 15px auto 40px;
    overflow: hidden;
}
.plan li {
    display: table-cell;
    padding: 0 12px;
}
.plan li a {
    display: block;
    width: 310px;
    padding: 16px 0 10px;
    font-weight: bold;
}
.plan li a span {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.plan li a.corp_cont {
    background: #FF8E1A;
    border: 6px solid #FF8E1A;
    transition: all 0.2s;
}
.plan li a.corp_cont span {
    color: #fff;
    transition: all 0.2s;
}
.plan li a.corp_cont:hover {
    color: #ed7800 !important;
    background: #fff;
    border-color: #ed7800 !important;
    transition: all 0.2s;
}
.plan li a.corp_cont:hover span {
    color: #ed7800 !important;
    transition: all 0.3s;
}
.plan li a.ind_cont {
    color: #fff;
    background: #1BCC63;
    border: 6px solid #1BCC63;
    transition: all 0.3s;
}
.plan li a.ind_cont span {
    color: #fff;
}
.plan li a.ind_cont:hover {
    color: #00b148 !important;
    background: #fff;
    border-color: #00b148 !important;
    transition: all 0.3s;
}
.plan li a.ind_cont:hover span {
    color: #00b148 !important;
    transition: all 0.3s;
}
.login,
.inquiry,
.req_catalog_h{
    width: 645px;
    margin: 46px auto 0;
    font-size: 28px;
    line-height: 60px;
    border: 4px solid #FF1C76;
}
a.login{
    color: #fff;
    background: #FF1C76;
    transition: all 0.3s;
}
a.login:hover {
    color: #FF1C76 !important;
    background: #fff;
    transition: all 0.3s;
    border: 4px solid #FF1C76 !important;
}
.login br {
    display: none;
}

a#inquiry {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 39px;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    padding: 0;
}

a#req_catalog_h {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 39px;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    padding: 0;
}

a.guide {
    display: inline-block;
    margin-top: 30px;
    padding: 0 15px 0 38px;
    line-height: 27px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 14px 3px;
    border-radius: 15px;
}
.indi a.guide:hover {
    background-image: url(../img/images/ico_new_win_w.svg);
}
.indi a.guide {
    color: #333;
    background-color: #fff;
    background-image: url(../img/images/ico_new_win_k.svg);
}
.indi a.guide:hover {
    background-color: #1BCC63;
}
.corp a.guide {
    color: #fff;
    background-color: #333;
    background-image: url(../img/images/ico_new_win_w.svg);
}
.corp a.guide:hover {
    background-color: #6d6d6d;
}

/* Information */
#info {
    padding-top: 25px;
}
#info h2 {
    margin-bottom: 5px;
    font-size: 21px;
}
#info div.container_div {
    padding: 0 20px;
    overflow: hidden;
}
#info div.cont_div {
    padding: 0 13px;
}
#info .main {
    background: #0D0D0D;
}
#info .scrl_win {
    height: 264px;
}
#info .scrl_inner {
    padding: 10px 15px;
}
#info dl {
    display: table;
}
#info dt,
#info dd {
    display: table-cell;
    padding-bottom: 10px;
}
#info dt {
    width: 130px;
    font-size: 12px;
}
#info dd a {
    font-size: 14px;
    border-bottom: 1px dotted #aaa;
}
#videowin {
    height: 264px;
    text-align: center;
}
#videowin iframe {
    width: 468px;
    height: 264px;
    margin: 0 auto;
}
#video .notation {
    height: 58px;
    padding: 5px 10px 10px 20px;
    background: #0d0d0d;
}
#video .notation dl {
    display: inline;
    margin-right: 20px;
}
#video .notation dl * {
    display: inline;
    padding-bottom: 0 !important;
    color: #666;
    font-size: 12px;
    line-height: 1;
}
#video .notation dl dt {
    margin-right: 5px;
}

/* Contents */
section#contents_area {
    padding: 10px 0 60px;
    background: #0d0d0d;
}
.data_content {
    margin: 0 0 30px;
    overflow: hidden;
}
.swiper-wrapper {
    margin-top: 7px;
}
.data_item {
    display: inline-block;
    width: 266px;
    margin: 6px 8px 0 8px;
}
.data_item a {
    display: block;
}
.data_item a {
    width: 266px;
    height: auto;
    transition: all 0.3s;
    z-index: 10;
}
.data_item a img {
    transform: scale(1);
    transition: all 0.2s;
}
.data_item a:hover img {
    transform: scale(1.02) !important;
    box-shadow: 2px 2px 4px rgba(255,28,118,0.6), -2px -2px 4px rgba(255,28,118,0.6), 2px -2px 4px rgba(255,28,118,0.6), -2px 2px 4px rgba(255,28,118,0.6);
    transition: all 0.2s;
}
.content_img {
    width: 100%;
    height: auto;
}
.content_info {
    width: 100%;
    height: 85px;
    padding: 8px 10px;
    background: #262626;
}
.content_info p,
.content_info p a {
    font-size: 10px;
}
.content_info p.content_title {
    height: 34px;
    font-size: 12px;
    font-weight: bold;
    word-wrap: break-word;
}
.content_info p.content_title label {
    height: 34px;
}
.content_info p.content_title span {
    overflow:hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height:1.2;
    max-height:1.75rem;
    -o-text-overflow: ellipsis;
}

.content_info p.content_author {
    color: #a8a8a8;
}
.content_view_num,
.content_favo,
.content_date {
    display: inline-block;
    margin-right: 10px;
}
.content_favo img {
    width: 15px;
    height: auto;
    margin-right: 4px;
}

/* Footer */
footer {
    padding-top: 65px;
    padding-bottom: 50px;
    background: #0D0D0D;
}
footer #official_sns {
    margin: 0 auto;
    text-align: center;
}
footer #official_sns p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
footer #official_sns a.ico_sns {
    display: inline-block;
    height: 25px;
    margin: 20px 15px 25px;
    background: #fff;
}
footer #official_sns a.twitter:hover {
    background: #1DA1F2;
}
footer #official_sns a.x:hover {
    background: #696969;
}
footer #official_sns a.facebook:hover {
    background: #425C98;
}
footer #official_sns a.youtube:hover {
    background: #f00;
}
footer #official_sns a.ico_sns img {
    height: 100%;
}
footer #official_corp {
    margin: 0 auto;
    text-align: center;
}
footer #official_corp p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
}
footer #official_corp small {
    display:block;
    text-align: center;
}
footer #official_corp small span {
    color: #fff;
}
footer ul {
    display: table;
    margin: 0 auto;
}
footer nav li {
    display: table-cell;
    height: 100px;
    padding: 0 22px;
    vertical-align: middle;
}
footer nav li a {
    font-size: 14px;
}

footer #affiliates {
    margin-top: 15px;
}

footer #affiliates_title {
    padding: 10px 0;
    margin-bottom: 0;
}

/* add.cssより START*/
footer nav li a br {
    display: none;
    font-size: 0;
    line-height: 0;
}
/* add.cssより END*/

#new_contents,
#recommend_contents {
    padding: 10px 0;
}
#new_contents h2,
#recommend_contents h2 {
    display: inline-block;
    padding-left: 42px;
    font-size: 21px;
    line-height: 33px;
    background-size: 28px;
    background-repeat: no-repeat;
}
#new_contents h2 {
    background-image: url(../img/images/ico_new.svg);
}

/*--------------------- Corporation/Indivisual ---------------------*/
/* Corp/Ind Top */
#div_top {
    padding: 0 0 55px;
}
.corp #div_top {
    background: #f7f7f7;
}
.indi #div_top {
    padding: 0 0 55px;
    background: #262626;
}
#div_top h2 {
    margin-bottom: 43px;
    line-height: 60px;
}
.corp #div_top h2 {
    background: #FF8E1A;
}
.corp #div_top h2#color{
    color: #fff;
}

.indi #div_top h2 {
    background: #1BCC63;
}
#div_top p {
    font-size: 14px;
    text-align: center;
}
.corp #div_top p {
    color: #4d4d4d;
}
.indi #div_top p {
    color: #fff;
}
#div_top p.catch_copy {
    margin-top: 24px;
    font-size: 24px;
    font-weight: bold;
}

.plan a.login {
    margin: 0 auto;
}

/* Rate Plan */
#rate_plan {
    padding-bottom: 70px;
    background: #E6E6E6;
}
#rate_plan h2,
#top_faq h2 {
    margin-bottom: 25px;
    color: #595959;
    background-image: url(../img/images/ico_rate_plan.svg);
}
#rate_plan table {
    max-width: 645px;
    margin: 0 auto;
}
.corp #rate_plan table {
    width: 100%;
}
.indi #rate_plan table {
    border-top: 3px solid #666;
}
#rate_plan table th,
#rate_plan table td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #666;
}
#rate_plan table .separate th,
#rate_plan table .separate td {
    border-bottom-width: 3px;
}
#rate_plan table thead th {
    text-align: center;
}
#rate_plan table thead th span {
    display: inline-block;
    padding: 1px 15px 0;
    min-width: 120px;
    font-size: 16px;
    text-align: center;
    background: #007FFF;
    border-radius: 23px;
    color:#fff;
}
#rate_plan table thead th span br {
    display: none;
}
#rate_plan table tbody th {
    color: #007FFF;
}
.corp #rate_plan table tbody th {
    padding: 10px 25px;
}
.indi #rate_plan table tbody th,
.indi #rate_plan table tbody td {
    padding: 10px 80px;
}

#rate_plan table td {
    color: #4D4D4D;
    text-align: center;
}

/* Top Tool */
#top_tool {
    padding-top: 55px;
}

#top_tool .corp .container{
    text-align: center;
    margin-bottom: 20px;
}


.others_page #top_tool * {
    color:#fff;
    text-align: left;
}

.others_page #top_tool a {
    color:#fff;
    text-align: center;
}


.corp #top_tool {
    background: #f7f7f7;
}
.indi #top_tool {
    background: #262626;
}
#top_tool .container {
    max-width: 1140px;
}
#top_tool #tool_menu {
    display: table;
    width: 100%;
    background: #0d0d0d;
}
#top_tool #tool_menu h2 {
    display: table-cell;
    text-align: center;
    background: #0d0d0d;
}
#top_tool #tool_menu h2 a {
    display: block;
    padding: 18px 0 8px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#top_tool #tool_menu h2 a {
    border-bottom: 10px solid #0d0d0d;
}
#top_tool #tool_menu h2#tool_menu_ac a {
    border-bottom-color: #FF1C76;
}
#top_tool #tool_menu h2 a:hover {
    border-bottom-color: #0d0d0d !important;
}
#top_tool #tool_menu h2#tool_menu_ac a:hover {
    border-bottom-color: #FF1C76 !important;
}
#top_tool #tool_menu h2#tool_menu_ac a,
#top_tool #tool_menu h2#tool_menu_ac a span,
#top_tool #tool_menu h2 a:hover span {
    color: #FF1C76;
}
#top_tool #tool_menu h2 span {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    text-align: center;
}
#top_tool .tool_content {
    display: none;
    width: 100%;
    background: #000 url(../img/images/tool_bg.jpg) no-repeat;
    background-size: 101%;
    overflow: hidden;
}
#top_tool #tool_ac.tool_content {
    display: block;
}
#top_tool .tool_content .parallel {
    width: 50%;
    float: left;
}
#top_tool .tool_content div.parallel {
    padding: 15px !important;
}
#top_tool .tool_content .parallel p {
    padding: 10px;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.8;
    background: rgba(0,0,0,0.5);
}
#top_tool .tool_note {
    width: 100% - 24px;
    margin: 0 auto;
    padding: 15px 20px;
    background: #0d0d0d;
    border-top: 1px solid #222;
}
#top_tool .tool_note li {
    font-size: 12px;
}
#top_tool .disc {
    margin-top: 10px;
}

.bb-none a:hover{
    color: #FF1C76 !important;
}

#viewer_dl {
    margin-top: 20px;
    text-align: center;
}
#viewer_dl_btn {
    display: table;
    margin: 0 auto;
}
.dl_badge {
    display: table-cell;
    padding: 5px 10px;
}

.ex_link {
    padding-left: 20px;
    background: url(../img/images/ico_new_win_w.svg) no-repeat;
    background-size: auto 18px;
    background-position: 2px 1px;
}
.ex_link:hover {
    background: url(../img/images/ico_new_win_p.svg) no-repeat;
    background-size: auto 18px;
    background-position: 2px 1px;
}

/* Top FAQ */
#top_faq .ex_link {
    padding-left: 20px;
    background: url(../img/images/ico_new_win_bl.svg) no-repeat;
    background-size: auto 18px;
    background-position: 2px -3px;
}
#top_faq .ex_link:hover {
    background: url(../img/images/ico_new_win_g.svg) no-repeat;
    background-size: auto 18px;
    background-position: 2px -3px;
}
#top_faq {
    padding-bottom: 35px;
    background: #E6E6E6;
}
#top_faq h2 {
    background-image: url(../img/images/ico_faq.svg);
}
#top_faq .container {
    width: 100%;
    max-width: 645px;
}
#top_faq * {
    color: #333;
}
#top_faq dd a {
    display: inline-block;
    color: #00A0E9;
    line-height: 1 !important;
    border-bottom: 1px dotted #00A0E9;
}
#top_faq dt::before,
#top_faq dd div::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-weight: bold;
}
#top_faq dt::before {
    content: "Q";
    color: #2E96FF;
}
#top_faq dd div::before {
    content: "A";
    color: #FF2EA2;
}

#top_faq dd .no_content::before {
    content: none;
}

#top_faq dt {
    padding: 7px 0 0 30px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
#top_faq dd {
    display: none;
}
#top_faq dd div{
    padding-left:30px;
    padding-top:7px;
    padding-bottom: 45px;
    font-size: 14px;
    text-align: left;

}
#top_faq dd div ul li{
    text-align: left;
}

#top_faq dd img {
    max-width: calc(100% - 5px);
}
#inq_com {
    margin-top: 67px;
    font-size: 18px;
    text-align: center;
}
a.inquiry {
    margin: 20px 0 0;
    padding-left: 30px;
    border: 4px solid #2E96FF;
}
a.inquiry {
    color: #fff !important;
    background-color: #2E96FF;
    transition: all 0.3s;
}
a.inquiry:hover {
    color: #2E96FF !important;
    background-color: #fff;
    border: 4px solid #2E96FF !important;
    transition: all 0.3s;
}

a.req_catalog_h {
    margin: 20px 0 0;
    padding-left: 30px;
    border: 4px solid #F39800;
}
a.req_catalog_h {
    color: #fff !important;
    background-color: #F39800;
    transition: all 0.3s;
}
a.req_catalog_h:hover {
    color: #F39800 !important;
    background-color: #fff;
    border: 4px solid #F39800 !important;
    transition: all 0.3s;
}


/* Request Catalog */
#req_catalog {
    padding: 100px 15px;
    background: #404040;
}
#req_catalog a {
    display: inline-block;
    width: 100%;
    max-width: 535px;
    padding-left: 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 54px;
    border-radius: 30px;
}
#req_catalog a {
    color: #fff;
    background-color: #F39800;
    background-image: url(../img/images/ico_new_win_w.svg);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: 185px center;
    border: 4px solid #F39800;
    transition: all 0.2s;
}
#req_catalog a:hover {
    color: #F39800 !important;
    background-color: #fff;
    background-image: url(../img/images/ico_new_win_y.svg);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: 185px center;
    border-color: #F39800 !important;
    transition: all 0.2s;
}

/*-------------------- Terms / Personal Info --------------------*/
#terms,
#personalinfo {
    margin-top: 62px;
    background: #fff;
}
#infosection {
    margin-top: 62px;
    background: #f7f7f7;
}
#terms h2,
#personalinfo h2 {
    margin-bottom: 25px;
    color: #595959;
    background-image: url(../img/images/ico_documents.svg);
}
.terms_style dl *,
.terms_style p,
.personal_info_style * {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}
.terms_style ol,
.personal_info_style ol {
    margin-left: 20px;
}
.terms_style ol ol,
.personal_info_style ol ol {
    margin-left: 0;
}
.terms_style dt {
    margin-bottom: 5px;
    background: transparent;
}
.terms_style dd {
    margin-bottom: 30px;
    background: transparent;
}
.terms_style ol.li_parenthesis,
.personal_info_style ol.li_parenthesis {
    margin-top: 5px;
    margin-bottom: 10px;
}
.terms_style ol li,
.personal_info_style ol li {
    list-style-type: decimal;
}
.terms_style ol li.no_ol {
    list-style: none;
}
.terms_style ol.li_parenthesis li,
.personal_info_style ol.li_parenthesis li {
    list-style-position: inside;
    list-style-type: none !important;
    counter-increment: cnt;
    text-indent: -20px;
    padding-left: 20px;
}
.terms_style ol.li_parenthesis li:before,
.personal_info_style ol.li_parenthesis li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
}
.personal_info_style ol.li_bracket {
    margin-top: 5px;
    margin-bottom: 10px;
}
.personal_info_style ol.li_bracket li {
    list-style-position: inside;
    list-style-type: none !important;
    counter-increment: cnt_bracket;
    text-indent: -20px;
    padding-left: 20px;
}
.personal_info_style ol.li_bracket li:before {
    display: marker;
    content: "[" counter(cnt_bracket) "] ";
}
.personal_info_style .li_disc li {
    margin-bottom: 0;
    list-style-type: disc;
}
.personal_info_style ol.li_half_parenthesis li {
    list-style-position: inside;
    list-style-type: none !important;
    counter-increment: cnt;
    text-indent: -20px;
    padding-left: 20px;
}
.personal_info_style ol.li_half_parenthesis li:before {
    display: marker;
    content: counter(cnt) ") ";
}
.personal_info_style .li_disc {
    margin: 5px 0 15px 22px;
}
.personal_info_style .ol_title {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.personal_info_style li:first-child .ol_title {
    margin-top: 0;
}
.personal_info_style p {
    margin-bottom: 10px;
}

/*-------------------- Inquiry --------------------*/
#contact {
    margin-top: 62px;
    background: #fff;
}

#contact * {
    color: #333;
}

#contact h2 {
    display: inline-block;
    padding-left: 38px;
    font-size: 21px;
    line-height: 30px;
    color: #595959;
    background: url(../img/images/ico_inquiry_g.svg) no-repeat;
}

#contact_us .td_r{
    width: 300px;
}

.recaptcha_v2 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.contact_us_message {
    margin: 20px 0;
}

/* ------ お知らせ一覧ページ ------ */
#info_page{
    /* background: url(../img/images/vrer_bg.jpg);**/
    background-size: 100% auto;
    background-position: 0 -300px;
}

#info_page #container{
    /*background: rgba(0,0,0,0.5);*/
    /*background-color: #f7f7f7;*/
    color: #4d4d4d;
}

#info_page .main_cell {
    max-width: 920px;
    padding: 0px 10px 40px;
    margin: 0 auto;
}

#info_page h3 {
    margin: -10px 0 20px 0;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #aaa;
    color: #4d4d4d;
}

h3.info_title {
    margin-bottom: 0;
}

#info_page .date {
    margin-bottom: 40px;
    padding: 5px 10px;
    background: rgba(255,255,255,1);
    font-size: 14px;
}

#info_page p {
    margin-bottom: 10px;
    color: #4d4d4d;
}

#info_page .photo_area {
    margin: 5px 0 50px;
    padding: 10px 0 3px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.3);
    border-width: 1px 0;
}

#info_page .photo_area img {
    display: inline-block;
    max-width: 100%;
    margin: 0 12px 8px;
    vertical-align: bottom;
}

#info_page .photo_area.contents_image img {
    width: 100%;
    max-width: 320px;
    margin: 0 10px 8px;
}

#info_page section {
    margin: 60px 0 0 0;
    padding: 20px 0 0 0;
}

#info_page .infoimage01 {
    margin-top: 20px;
}

.info_inquiry {
    margin-top: 50px;
}

#info_page address {
    margin-left: 20px;
    text-decoration: underline;
}

/* -------------- popup -------------- */
#popwin {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
#popwin.narrow {
    top: 150px;
    width: 600px;
    min-width: auto;
    margin-left: calc(100%/2 - 300px);
}
.pop_each {
    display: none;
    position: absolute;
    width: calc(100vw - 20px);
    max-width: 580px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#accountinfowin,
#dummywin {
    display: block;
}

#accountinfowin td {
    text-align: center;
}
#accountinfowin td a.btn{
    font-weight: normal;
    border: 1px solid lightgrey;
    padding: 0 5px;
    line-height: 2;
}
#accountinfowin a.btn:hover {
    color: #333 !important;
}
#accountinfowin.popw {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none;
}

#popwin dt {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    text-align: left;
    line-height: 40px;
    background: #404040;
}
#popwin dt a {
    display: block;
    position: absolute;
    top: 8px;
    right: 7px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
}
#popwin dt a::before,
#popwin dt a::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 2px;
    width: 21px;
    height: 3px;
    background: #404040;
}
#popwin dt a::before {
    transform: rotate(45deg);
}
#popwin dt a::after {
    transform: rotate(-45deg);
}
#popwin dd {
    max-height: calc(100vh - 240px);
    background: #F0F0F0;
    text-align: center;
    overflow: auto;
    background: #F0F0F0;
    background-size: 550px auto;
    background-position: center;
}
#popwin dd .agreement dd {
    max-height: none;
    overflow: visible;
}
.agreement {
    padding: 20px 30px;
    font-size: 12px;
}
#popwin.narrow dd {
    background-image: none;
}
#popwin dd * {
    color: #333;
}
.pop_cont {
    width: auto;
    margin: 0 auto;
    padding: 3%;
    text-align: center;
}

.pop_cont.myproject_info {
    width: 900px;
}

#popwin.narrow .pop_cont {
    text-align: center;
}
.pop_w {
    position: relative;
    width: calc(100vw - 20px) !important;
    max-width: 900px !important;
    border: 3px solid #404040;
    margin: 60px auto;
}
.pop_w .pop_cont {
    width: 100%;
    background-image: none;
}
.pop_cont table {
    margin: 0 auto;
    table-layout: fixed;
}
.pop_cont th {
    min-width: 70px;
    text-align: right;
    padding-right: 10px;
}
.pop_cont th,
.pop_cont td {
    height: 40px;
    vertical-align: top;
}
.pop_cont .valigntop th,
.pop_cont .valigntop td {
    vertical-align: top;
}
.pop_cont form {
    text-align: left;
}
#subpopupwin {
    top: 10px;
    left: calc((100vw - 900px)/2);
    width: calc(100vw - 20px) !important;
    max-width: 900px !important;
    margin: 0 !important;
}
form span.form_item {
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    text-align: right;
}
#loginwin input {
    width: 300px;
}
input,
textarea {
    padding: 1px 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    vertical-align: middle;
}
textarea {
    height: 200px;
}
.parallel_btn {
    display: inline-block;
    margin: 40px auto 0;
}
.parallel_btn li {
    display: inline-block;
    margin: 0 10px;
}
.parallel_btn li a.register_btn {
    width: 100px !important;
}
#sozai_infowin {
    position: relative;
    margin: 0 auto;
}
#infowin a:hover {
    color: #f06;
}

.width_265 {
    width: 265px !important;
}

/* ----------------- login ----------------- */
#loginwin,
#detailedSearchwin,
#confirmwin {
    position: relative;
    margin: 0 auto;
    width: calc(100vw - 20px);
}
#confirmwin {
    margin-top: 50px;
    max-width: 500px;
}
#sendmailwin,
#newaccountwin,
#Passwordchangewin,
#withdrawpopwin,
#infowin,
#descriptionwin,
#NewAccount_completionwin,
#Passwordchangecompletionwin,
#content_infowin,
#sozai_editwin,
#Sozai_Unlink_kakuninwin,
#project_kanriwin,
#myproject_infowin,
#Project_editwin,
#content_editwin,
#Content_kakuninwin,
#postregwin {
    position: relative;
    top: 0;
    margin: 0 auto !important;
}

#NewAccountupdate_completionwin {
    position: relative;
    top: 100px;
    margin: 0 auto !important;
}

#Sozai_Unlink_kakuninwin,
#project_kanriwin,
#myproject_infowin,
#Project_editwin {
    top: 20px;
}
#descriptionwin,
#NewAccount_completionwin {
    margin: 0 !important;
    width: calc(100vw - 20px) !important;
    max-width: 900px;
}
#NewAccount_completionwin,
#Passwordchangecompletionwin {
    top: 50px;
    max-width: 500px;
    margin: 0 !important;
    left: calc((100vw - 500px)/2);
}
#NewAccount_completionwin a:hover {
    color: #FF1C76 !important;
}
#description {
    width: 100% !important;
}
#sozai_edit_fieldwin,
#content_edit_fieldwin,
#Content_kakuninwin,
#Sozai_kakuninwin {
    position: absolute;
    top: 30px;
    left: calc((100vw - 500px)/2);
    margin: 0 !important;
    width: calc(100vw - 20px) !important;
    max-width: 500px;
}
#termswin {
    top: 0;
}
#faq_win #termswin {
    left: 0;
}
#popwin #termswin {
    left: 0px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 0 auto;
}
#personal_infowin {
    top: 0;
}
#faq_win #personal_infowin {
    left: 0;
}
#personal_infowin dt,
#termswin > dt {
    color: #fff;
}
#popwin #personal_infowin {
    left: 0px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 0 auto;
}

#termswin ol {
    margin-left: 20px;
}
#termswin ol li {
    list-style-type: decimal;
}
#termswin ol li.no_ol {
    list-style: none;
}
#termswin .agreement * {
    line-height: 1.5;
}
#termswin .agreement dl,
#termswin .agreement dt,
#termswin .agreement dd {
    height: auto;
    padding: 0;
    text-align: left;
}
#termswin .agreement dt {
    margin-bottom: 5px;
    background: transparent;
}
#termswin .agreement dd {
    margin-bottom: 30px;
    background: transparent;
}

ol.li_parenthesis {
    margin-top: 5px;
    margin-bottom: 10px;
}
ol.li_parenthesis li {
    list-style-position: inside;
    list-style-type: none !important;
    counter-increment: cnt;
    text-indent: -20px;
    padding-left: 20px;
}
ol.li_parenthesis li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
}

#personal_infowin ol li {
    list-style-type: decimal;
}
#personal_infowin .ol_title {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
#personal_infowin li:first-child .ol_title {
    margin-top: 0;
}
#personal_infowin .agreement {
    padding-left: 50px;
}
ol.li_bracket {
    margin-top: 5px;
    margin-bottom: 10px;
}
ol.li_bracket li {
    list-style-position: inside;
    list-style-type: none !important;
    counter-increment: cnt_bracket;
    text-indent: -20px;
    padding-left: 20px;
}
ol.li_bracket li:before {
    display: marker;
    content: "[" counter(cnt_bracket) "] ";
}

ol.li_half_parenthesis {
    margin-top: 5px;
    margin-bottom: 10px;
}
ol.li_half_parenthesis li {
    list-style-position: inside;
    list-style-type: none !important;
    counter-increment: cnt;
    text-indent: -20px;
    padding-left: 20px;
}
ol.li_half_parenthesis li:before {
    display: marker;
    content: counter(cnt) ") ";
}
#personal_infowin .agreement .li_disc {
    margin-bottom: 15px;
}
#personal_infowin .agreement .li_disc li {
    margin-bottom: 0;
    list-style-type: disc;
}

.loginorforgot {
    margin: 5px 0 20px;
    text-align: right;
}
.loginorforgot a {
    font-size: 12px;
}
.ch_btn,
.search_btn,
.select_btn,
.register_btn,
.contact_btn {
    display: inline-block;
    padding: 3px 20px;
    background: #595959;
    color: #fff !important;
    text-align: center;
}
.register_btn.delete,
.search_btn,
.select_btn,
.disagree_btn {
    background: #FF7C80;
}
.ch_btn {
    background: #BFBFBF;
}
.contact_btn {
    background: #00B0F0;
    border-radius: 8px;
}
.add_btn,
.agree_btn{
    background: #00B0F0;
}

.agree_btn_area {
    text-align: center;
    margin-bottom: 10px;
}

.agree_btn_area .btn {
    color: #FFFFFF !important;
    text-align: center;
    width: 120px;
    margin: 10px;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 8px;
    line-height: 2;
    white-space: nowrap;
}

.inactive {
    background: #BFBFBF;
}
#login_btn {
    text-align: center;
    margin-top: 10px;
}
#login_btn a {
    display: inline-block;
}
.newaccount {
    margin: 20px 0 10px;
    text-align: center;
}
.newaccount dt {
    margin-top: 100px;
    background: transparent !important;
    text-align: center !important;
}
.newaccount dd a {
    display: inline-block;
    margin: 5px 3px 0;
    padding: 2px 13px 0;
    font-weight: normal;
    text-decoration: none;
    color: #fff !important;
    border: 2px solid #fff;
}
.newaccount dd a:hover {
    background-color: #fff !important;
}
.newaccount dd a.new_corp {
    background: #FF8E1A;
    border-color: #FF8E1A !important;
}
.newaccount dd a.new_corp:hover {
    color: #FF8E1A !important;
}
.newaccount dd a.new_indi {
    background: #1BCC63;
    border-color: #1BCC63 !important;
}
.newaccount dd a.new_indi:hover {
    color: #1BCC63 !important;
}

#loginwin ul {
    width: 250px;
    margin: 0 auto 40px;
}
#loginwin li {
    text-align: left;
    list-style-type: disc;
}

/* ----------------- New Account ----------------- */
#popwin #newaccountwin dt {
    color: #fff;
}
#popwin #newaccountwin dd {
    text-align: left;
}
#newaccountwin input {
    width: 250px;
}
#newaccountwin .radio input {
    margin-left: 20px;
}
#newaccountwin .radio input:first-child {
    margin-left: 0;
}
#newaccountwin a:hover {
    color: #FF1C76 !important;
}
.radio input,
.checkbox input {
    width: 20px !important;
    margin-right: 5px !important;
    border: 1px solid #444;
    background: #f00;
}
.radio input,
.checkbox label input {
    display: none;
}
.radio label {
    padding-left: 26px;
    margin-right: 20px;
}
.radio label::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 50%;
}
.radio input:checked + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    display: block;
    width: 11px;
    height: 11px;
    background: #009cd6;
    border-radius: 50%;
}
.checkbox label span {
    padding-left: 26px;
}
.checkbox label span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 4px;
}
.checkbox label input:checked + span::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 7px;
    width: 6px;
    height: 16px;
    border: 4px solid #009cd6;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(45deg);
}
.about_plan {
    text-align: right;
}
.caution {
    margin-top: 20px;
    color: #f00 !important;
}
.newaccount_caution {
    margin-left: 5px;
    color: #f00 !important;
    font-size: 12px;
}

/* ----------------- Account Info ----------------- */
#accountinfowin .pop_cont {
    width: auto;
    min-height: 400px;
}
#accountinfowin table {
    width: auto;
}
#accountinfowin table th,
#accountinfowin table td {
    padding: 0 10px;
}

.update {
    margin-bottom: 15px;
    text-align: center;
}
.hr,
.comment_btn {
    margin: 20px;
    padding-top: 15px;
    border-top: 1px solid #888;
}
.comment_btn a {
    width: 150px;
    line-height: 30px;
    padding: 0;
    vertical-align: top;
}
.comment_btn input {
    width: calc(100% - 155px);
    height: 30px;
    margin-right: 5px;
}
.user_icon{
    width:55px;
}

.account_btn {
    width: 100px;
}

/* ----------------- material info ----------------- */
.narrow .pop_cont {
    width: 100%;
}
.material_info .pop_cont table {
    table-layout: fixed;
}
.material_info .pop_cont td {
    padding: 5px;
}
.pop_cont thead td {
    height: 0;
    padding: 0;
}
.material_info .pop_cont thead td.td_l {
    width: 230px;
}
.material_info .pop_cont thead td.td_c {
    width: 250px;
}
.material_info .pop_cont thead td.td_r {
    width: 300px;
}
.material_info .pop_cont td {
    text-align: left;
    vertical-align: top;
}
.material_info .pop_cont td.favo {
    text-align: center;
}
.material_info .pop_cont td.contribution img {
    margin: 0 5px;
    vertical-align: middle;
}
.material_info .thumb img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    background-color: #000;
}
.material_info .content_img{
    height:112.5px !important;
}

.ico_favo,
.ico_link,
.ico_link {
    width: 100px;
    height: 100px;
}
.ico_link,
.ico_link {
    margin-top: 10px;
}
.qr {
    width: 80px;
    height: auto;
    margin-top: 10px;
}
.ch_info table td {
    color: #00B0F0 !important;
    text-align: center;
}

.ch_contentinfo .td_l {
    width: 200px;
}
.ch_contentinfo .td_c {
    width: 350px;
}
.ch_contentinfo .td_r {
    width: 200px;
}

.material_contribute .td_l {
    width: auto;
}
.material_contribute .td_r {
    width: 300px;
}
.pop_cont td input[type="text"],
.pop_cont td input[type="password"],
.pop_cont td textarea {
    width: 100% !important;
}

.error_msg {
    color: red !important;
    font-size: 12px;
}

.explain {
    font-size: 12px;
}

.required {
    color: red !important;
}

#PasswordResetwin,
#completedwin{
    margin: 0 auto;
    position: relative;
}

.error_message {
    padding: 80px 0 !important;
}

#error_message {
    position: absolute;
    top: calc(50% + 26px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width:1200px) {
    section#eye_catch {
        height: 380px;
        margin-top: 112px;
    }
    section.eye_catch_top {
        margin-top: 0px !important;
        height: 530px !important;
        max-height: 530px !important;
    }
}
@media screen and (max-width:1200px) {
    #eye_catch .container {
        background-size: auto calc(100% - 200px);
        background-position: center bottom 40px;
    }
    section#eye_catch {
        height: calc(100vw * 0.44);
        margin-top: 112px;
    }
}
@media screen and (max-width:1024px) {
    #eye_catch .container {
        background-size: auto calc(100% - 200px);
        background-position: center bottom 30px;
    }
    #videowin {
        overflow: hidden;
    }
    #videowin iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #video .notation {
        padding: 5px 10px 10px;
    }
}
@media screen and (max-width:900px) {
    section#eye_catch {
        background-size: auto 100%;
        background-position: right 0;
        margin-top: 112px;
    }
    #eye_catch .container {
        height: 350px;
        background-size: auto calc(100% - 170px);
        background-position: center bottom 20px;
    }
    #eye_catch h2 {
        font-size: 40px;
    }
    #top_tool .tool_content {
        text-align: center;
    }
    #top_tool .tool_content .parallel {
        width: 100%;
        float: none;
    }
    #top_tool .tool_content img.parallel {
        max-width: 500px;
    }
    #top_tool .tool_content div.parallel {
        padding: 0 12px 20px !important;
    }
}

@media screen and (max-width: 920px) {
    #info_page h3 {
        font-size: 20px;
    }
    #info_page .infoimage01 {
        width: 100%;
    }
    #info_page .photo_area.square_image img {
        margin: 0 4px 8px;
        width: calc((100vw - 52px)/4);
    }
}

@media screen and (max-width: 900px) {
    #popwin #termswin,
    #newaccountwin,
    #popwin #personal_infowin {
        left: 0px !important;
    }
    #descriptionwin,
    #NewAccount_completionwin,
    #NewAccountupdate_completionwin {
        left: 10px !important;
    }
    #sendmailwin {
        left: 10px;
    }
    #subpopupwin {
        top: 10px;
        left: 10px;
    }
}

@media screen and (max-width:880px) {
    section#eye_catch {
        margin-top: 132px;
    }
}

@media screen and (max-width:800px) {

    #eye_catch.sec_page h2 {
        font-size: 30px;
    }
    #info dt {
        width: 120px;
    }
    #info dd {
        padding-bottom: 5px;
    }
    #info dd a {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .pop_cont {
        width: auto;
        padding: 10px;
        font-size: 12px;
    }
    .pop_cont th,
    .pop_cont td {
        height: auto;
        padding-top: 4px;
        padding-bottom: 0;
    }
    td.checkbox span {
        display: block;
        margin-left: 10px !important;
        margin-bottom: -10px;
    }
    .login_btn {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        width: 100px;
        margin: 30px auto 0;
    }
    .newaccount {
        margin-top: 40px;
    }
    #newaccountwin input,
    #loginform input {
        width: 100% !important;
    }
}

@media screen and (max-width:767px) {
    #eye_catch h2 {
        font-size: 36px;
    }
    #eye_catch.sec_page h2 {
        font-size: 26px;
    }
    div.container_div {
        display: block;
        table-layout: fixed;
    }
    div.container_div div.cont_div{
        display: block;
    }
    #video {
        margin-top: 40px;
    }
}
@media screen and (max-width:700px) {
    #eye_catch.sec_page h2 {
        font-size: 22px;
    }
    .plan ul {
        width: 100%;
    }
    .plan li {
        width: 50%;
        padding: 0;
    }
    .plan li a {
        width: 100%;
    }
    .login, .inquiry {
        width: 100%;
    }
    #top_tool #tool_menu h2 a {
        font-size: 24px;
    }
    a.inquiry {
        padding: 0;
        background-position: 20px center;
    }
}
@media screen and (max-width:600px) {
    #eye_catch h2 {
        font-size: 30px;
    }
    #req_catalog a {
        padding: 0;
        background-position: 20px center;
    }
    #req_catalog a:hover {
        background-position: 20px center;
    }
}
@media screen and (max-width:500px) {
    header {
        height: 45px;
    }
    #terms, #personalinfo {
        margin-top: 45px;
    }
    #h_logo {
        top: 12px;
        left: 10px;
    }
    #h_logo a {
        width: 70px;
    }
    #login {
        top: 6px;
        right: 6px;
        width: auto;
        height: auto;
        padding: 7px 0 7px 10px;
        font-size: 16px;
        line-height: 1;
        border: 2px solid #FF1C76;
    }
    a#inquiry,
    a#req_catalog_h {
        width: 100px;
        height: 35px;
        font-size: 14px;
        line-height: 29px;
        float: right;
        margin-right: 15px;
        margin-top: 5px;
        padding: 0;
    }
    #eye_catch .container {
        padding-top: 50px;
        background-size: calc(100% - 90px) auto;
        background-position: center bottom 30px;

    }
    #eye_catch h2 {
        font-size: 28px;
    }
    .corp #eye_catch h2,
    .indi #eye_catch h2 {
        font-size: 20px;
    }
    .corp #eye_catch h2 .s1,
    .indi #eye_catch h2 .s1 {
        font-size: 12px;
    }
    #eye_catch sup {
        margin: 0;
        font-size: 10px;
    }
    .index #eye_catch h2 br {
        display: block;
    }
    #eye_catch .catch_sup p {
        margin: 0 auto;
        font-size: 10px;
    }
    section {
        padding: 20px 0;
    }
    #plan_top {
        padding-top: 20px;
    }
    #plan_top h2 {
        margin: 0;
        font-size: 18px;
    }
    .plan ul {
        display: block;
    }
    #plan_top .plan ul {
        margin-bottom: 50px;
    }
    .plan li {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
    .plan li a {
        padding: 10px 0 5px;
        font-size: 24px;
    }
    .plan li a span {
        font-size: 14px;
    }
    .plan a.login {
        padding: 10px 0 !important;
        font-size: 18px;
        line-height: 1.2 !important;
    }
    .login br {
        display: block;
    }
    .corp .login,
    .indi .login {
        font-size: 24px;
    }
    #info {
        padding: 25px 12px 55px;
    }
    #info div.container_div {
        padding: 0;
    }
    #info div.cont_div {
        padding: 0;
    }
    #info .scrl_win {
        height: 200px;
    }
    #plan_bottom {
        padding: 30px 0;
    }
    #plan_bottom ul {
        margin-bottom: 0;
    }
    .data_item {
        width: 160px;
        margin: 6px 2px 0 2px;
    }
    .data_item a {
        width: 160px;
    }
    .content_info {
        height: 115px;
        padding: 8px 10px;
    }

    .material_info .thumb img {
        width: 140px;
    }
    .material_info .content_img{
        height: 82.5px !important;
    }
    .ico_favo,
    .ico_link,
    .ico_link {
        width: 50px;
        height: 50px;
    }
    .qr {
        width: 70px;
        height: auto;
        margin-top: 10px;
    }

    #rate_plan table thead th span {
        padding: 4px 10px 2px;
        min-width: auto;
        font-size: 10px;
        line-height: 10px;
        border-radius: 8px;
    }
    #rate_plan table thead th span br {
        display: block;
    }
    .corp #rate_plan table tbody th,
    .indi #rate_plan table tbody th {
        width: 100px !important;
        padding: 5px 5px;
        line-height: 1;
    }
    #rate_plan table th, #rate_plan table td {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 10px;
        border-bottom: 1px solid #666;
    }

    #top_tool #tool_menu h2 a {
        padding-top: 10px;
        font-size: 16px;
        border-bottom-width: 5px;
    }
    #top_tool #tool_menu h2 span {
        font-size: 12px;
    }
    #top_tool .tool_content .parallel p {
        padding: 10px;
        margin: 0 !important;
        font-size: 12px;
        line-height: 1.8;
        background: rgba(0,0,0,0.5);
    }
    #top_tool .tool_note li {
        font-size: 10px;
    }
    #top_faq dt {
        font-size: 14px;
    }
    #top_faq dt::before {
        top: -2px;
    }
    #top_faq dd::before {
        top: -4px;
    }
    #top_faq dd {
        font-size: 12px;
    }
    #inq_com {
        font-size: 14px;
    }
    .inquiry,
    #req_catalog a {
        font-size: 24px;
        line-height: 50px;
    }
    #req_catalog {
        padding: 60px 15px;
    }

    footer #official_sns a.ico_sns {
        overflow: visible;
    }
    footer nav li {
        padding: 0 7px;
    }
    footer nav li a {
        font-size: 10px;
        line-height: 24px;
    }
    .ex_link {
        padding-left: 18px;
        background-size: auto 16px;
        background-position: 2px -2px;
    }
    footer #official_corp .ex_link {
        padding-left: 20px;
        background-size: auto 18px;
        background-position: 2px 1px;
    }
    section#eye_catch {
        margin-top: 115px;
    }

    /* add.cssより START*/
    footer nav li a {
        display: block;
        line-height: 1.3 !important;
    }
    footer nav li a br {
        display: block;
    }
    /* add.cssより END*/
}

@media screen and (max-width: 450px) {
    #info_page .photo_area.other_image img {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    #info_page .photo_area.square_image {
        text-align: left;
    }
    #info_page .photo_area.square_image img {
        width: calc((100vw - 36px)/2);
    }
    #info_page .dl_image {
        text-align: center;
    }

    #contact_us .td_r{
        width: 200px;
    }
}

@media screen and (max-width:400px) {
    #eye_catch .container {
        background-size: calc(100% - 50px) auto;
    }

    .material_info .thumb img {
        width: 110px;
    }
    .material_info .content_img{
        height: 72.5px !important;
    }
    .qr {
        width: 60px;
        height: auto;
        margin-top: 10px;
    }
}

@media screen and (max-width: 350px) {
    #info_page .photo_area.contents_image img {
        margin-left: 0;
        margin-right: 0;
    }
    a#inquiry,
    a#req_catalog_h {
        width: 75px;
        height: 35px;
        font-size: 11px;
        line-height: 29px;
        float: right;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0;
    }
}

/* Easa */

.dispnone {
    display:none;
}

.dropdown_public {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 90px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown_public a {
    color: black;
    padding: 2px 12px 2px 12px;
    text-decoration: none;
    display: block;
    background-color: #ddd;
}

.dropdown a:hover {background-color: #ddd;}

.dropdown {
    position: relative;
    display: inline-block;
}

.disp_ib {
    display: inline-block;
}
.qr {
    width: 80px;
    height: auto;
    margin-top: 10px;
}

/* Easa */
.icon_new{
    color: #fff !important;
    background: #F30000;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 0 3px;
}
.icon_update{
    color: #fff !important;
    background: #2e96ff;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 0 3px;
 }
.smp #ico2 {
    display: none !important;
}
 #ico2 a {
    display: block;
    width: 64px;
    height: 64px;
    white-space: nowrap;
    line-height: 64px;
    background-color: #38ae38;
    border-radius: 32px;
    overflow: hidden;
    transition: width 0.3s;
}
#ico2 a span {
    margin-left: 64px;
    color: #fff !important;
    transition: width 0.3s;
}
#ico2 a.a-initial {
    width: 170px !important;
}
#ico2 a:hover {
    width: 170px !important;
}
#ico2 a:hover span,
#ico2 a.a-initial span {
    margin-left: 58px;
}
 #ico2 a svg {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    fill: #fff;
 }
.icon_category{
    color: #fff !important;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 0 3px;
}

#goto_top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    bottom:-148px;
    z-index: 99;
    gap: 20px;
    background: none;
    box-shadow: none;
    cursor: pointer;
}
.smp #goto_top {
    gap: 0;
}
#goto_top > * {
    filter:drop-shadow(0 0 4px rgba(0,0,0,0.3));
}
#goto_top a {
    display: block;
}
.goto_top_right_pc {
    right:20px;
}
.goto_top_right_mobile {
    right:4px;
}
#goto_top img {
    width: 64px;
    height: 64px;
}
#pbs_logo {
    width: 70px;
    margin-top: 16px;
    margin-bottom: 10px;
}

#corp {
    margin-top: 30px;
    display: inline-block;
}


.eye_catch_gallery{
  width: auto;
    object-fit: cover;
}

#eye_catch_gallery{
    display: flex;
    width: 100vw;
    overflow: hidden;
}


#eye_catch_gallery_prev {
    position: absolute;
    left: 2%;
    top: 50%;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
}

#eye_catch_gallery_next {
    position: absolute;
    right: 2%;
    top: 50%;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .eye_catch_gallery{
        height: 280px;
    }
    section#eye_catch{
        height: 280px;
    }
}

@media screen and (max-width: 414px) {
    .eye_catch_gallery{
        width:414px;
        height: 180px;
    }
    section#eye_catch{
        width:100%;
        height: 180px;
    }
}

