/*!
Theme Name: Soldiers Member 2025
Theme URI: https://member.soldiers.jp
Author: Satoshi Hyodo
Author URI: https://member.soldiers.jp
Description: Soldiers Web Designer Page
Version: 3.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soldiers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */


/*===================================================================
 *
 * Main Style Sheet
 *
 * author:Satoshi Hyodo
 * date:2022/3/23
 *==================================================================*/


/*------------------
common
-------------------*/

body {
    margin:0;
    padding:0;
    background-color:#fff;
}

* {
    box-sizing: border-box;
}

/*------------------
section
-------------------*/

.wrap {
    /* display:flex; */
}

@media screen and (max-width:1400px) {
    .wrap {
        display:block;
    }
}

/*------------------
typography
-------------------*/


body, p, a, dl, dt, dd, h1, h2, h3, h4, h5, table, th, td, li {
    color:#222;
    font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo , 'MS ゴシック', 'MS Gothic', sans-serif;
    font-weight:400 ;
}

p {
    margin:1em 0;
    line-height:1.5;
    font-size:16px;
}

p,a,li {
    word-break: break-all;
}

/*------------------
main header
-------------------*/

.main-header {
    padding:10px 20px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color:#fff;
    /* height:60px; */
}

.main-logo {
    width:200px;
}

.main-head-right {
    display:flex;
    align-items: center;
}

.main-head-account {
    display:flex;
    align-items: center;
}

.main-head-account a{
    display:block;
}

.main-head-account a:hover{
    opacity: 0.8;
}

.main-head-account .circle{
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #222222;
    border-radius: 50%;
    width:40px;
    height:40px;
    margin-right:10px;
}

.main-head-account .circle img{
    width:60%;
    height:60%;
    object-fit: contain;
}

.account-display-name {
	font-weight:400;
}

.main-head-account span {
    border-left: 1px solid #444;
    display: block;
    height: 20px;
    margin: 0 15px;
}

a.logout {
	display:block;
	color:#222222;
}

a.logout::before {
}

nav.head-main-menu {
    margin-right:20px;
    display:none;
}


nav.head-main-menu > ul{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

nav.head-main-menu > ul > li{
    width:30px;
    height:35px;
    margin:0 10px;
    padding-bottom:5px;
    border-bottom:2px solid #fff;
}

nav.head-main-menu > ul > li > a{
    width:100%;
    height:100%;
    display: block;
}

nav.head-main-menu > ul > li:hover{
    border-bottom:2px solid #222222;
}

nav.head-main-menu > ul > li > a > img{
    width:100%;
    height:100%;
    object-fit: contain;
}

@media screen and (min-width:765px) and (max-width:1400px) {
    
    nav.head-main-menu {
        display:block;
    }
}

@media screen and (max-width:765px) {
    .main-head-account {
        display:none;
    }
	.main-header {
		justify-content:center;
	}
}
/*------------------
main menu
-------------------*/

.main-menu {
    width:400px;
    padding-top:20px;
    max-height:calc(100vh - 60px);
    overflow: auto;
}

.main-menu > ul{
    margin-left:50px;
}

.main-menu > ul > li{
    margin:30px 0;
}

.main-menu > ul > li > a > img{
    width:50px;
    height:50px;
    object-fit: contain;
    margin-right:10px;
    vertical-align: middle;
}
.main-menu > ul > li > a{
    color: #0071bc;
    font-size:24px;
    align-items: center;
    vertical-align: middle;
    padding-bottom:10px;
    border-bottom:2px solid #fff;
    transition:0.3s;
}

.main-menu > ul > li > a:hover{
    border-bottom:2px solid #0071bc;
}

.main-menu::-webkit-scrollbar {
    width:10px;
}

.main-menu::-webkit-scrollbar-track {
    /*background-color:transparent;*/
}

.main-menu::-webkit-scrollbar-thumb {
    width:10px;
    border:4px solid #fff;
}

.main-menu:hover::-webkit-scrollbar-thumb {
    background-color: #0071bc;
}

@media screen and (max-width:1400px) {
    .main-menu {
        display: none;
    }
}

/*------------------
content-main
-------------------*/

.main-primary {
    width:calc(100vw - 400px);
}

.main-content {
    max-width:1400px;
    /*margin:0 auto;*/
}

.main-content-text {
    padding:10px;
    max-height:calc(100vh - 60px);
    margin:20px auto;
}
.main-content-text article img{
	max-width:1000px;
	width:100%;
}
.main-content::-webkit-scrollbar {
    width:10px;
}

.main-content::-webkit-scrollbar-track {
    /*background-color:transparent;*/
}

.main-content::-webkit-scrollbar-thumb {
    width:10px;
    border:4px solid #fff;
}

.main-content:hover::-webkit-scrollbar-thumb {
    background-color: #0071bc;
}


@media screen and (max-width:1400px) {
    
    .main-primary {
        width:100%;
    }
    .main-content {
        width:100%;
    }
    .main-content-text{
        max-height:none;
    	padding-bottom:100px;
    }
}

/*------------------
News,Column
-------------------*/

.category-mark {
    color: #0071bc;
    font-size:32px;
    display: flex;
    align-items: center;
    margin-bottom:20px;
}

.main-content-head-mark {
    width:100px;
    height:100px;
    background-color: #0071bc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:20px;
}

.main-content-head-mark img{
    width:80%;
    height:80%;
}

.main-content-head h1{
    font-size:26px;
    font-weight:600;
    padding:10px 0;
}

.main-content-head h1:after{
    content:"";
    display:block;
    height:5px;
    max-width:1000px;
    background-color: #0071bc;
    margin-top:10px;
}


.list-main-content li{
    border-bottom:1px solid #ccc;
    max-width:1000px;
    display: flex;
    align-items: center;
}

.list-main-content li:before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
    content:"\f0c8";
    color:#666;
}

.list-main-content li a{
    display:block;
    width:100%;
    padding:10px;
}

.list-main-content li:hover{
    background-color:#fafafa;
}

.list-main-content li a:hover{
    text-decoration:underline;
}

@media screen and (max-width:765px) {

	.post-date {
	    font-size:12px;
	}
    
    .category-mark {    
        font-size:26px;
    }
    .main-content-head-mark {
        width:50px;
        height:50px;
    }
    .main-content-head h1{
	    font-size:16px;
	}
	.main-content-head h1:after{
	    height:2px;
	}
}


/*------------------
Home
-------------------*/

.home-menu-conent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:calc(100vh - 60px);
    overflow: auto;
}

.home-menu {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    /* width:900px; */
}

.home-menu li{
    width: 25%;
    margin: 20px 10px;
    width: 250px;
}

.home-menu a{
    display:block;
}

.home-menu a span.home-menu-list{
    padding-top : 100% ;
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-menu-list img{
    width:80%;
    height:80%;
    object-fit: contain;
    
    position: absolute;
    top:10%;
}

.home-menu a span{
    display:block;
    text-align: center;
    font-size:26px;
    color: #222222;
    margin-top:10px;
}
.home-menu a:hover span{
    text-decoration: underline;
}

.home-menu a:hover .home-menu-list{
    opacity: 0.8;
}

.home-menu-conent::-webkit-scrollbar, .manual-movie-description::-webkit-scrollbar {
    width:4px;
}
.home-menu-conent::-webkit-scrollbar-thumb, .manual-movie-description::-webkit-scrollbar-thumb {
    background-color:rgba(0,113,188,0);
    width:4px;
}
.home-menu-conent:hover::-webkit-scrollbar-thumb, .manual-movie-description:hover::-webkit-scrollbar-thumb {
    background-color:rgba(0,113,188,1);
}


@media screen and (max-width:900px) {

    .home-menu-conent {
        height:auto;
    }
    
    .home-menu {
        padding:0 20px;
        width:100%;
        justify-content: space-between;
    }
    
    .home-menu a span{
        font-size:14px;
    }
    
    .home-menu li {
	    width: 30%;
	    margin: 20px 0px;
    }
}


/*------------------
ログインページ
-------------------*/

.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height:100vh;
}

.login-box {
	width:90%;
    max-width:500px;
    border:1px solid #ccc;
    padding:15px;
}

.login-box-head {
	text-align:center;
}
.login-box-head img{
	max-width:200px;
}

.login-box form input[type="text"], .login-box form input[type="password"], .login-box form input[type="email"]  {
    border:1px solid #cccccc;
    padding:8px 10px 8px;
    background-color: transparent;
    width: 100%;
    margin-bottom:20px;
}

.login-box form input[type="submit"], .login-box form button[type="submit"]{
    width:200px;
    height:60px;
    display: block;
    background-color: #666666;
    color:#fff;
    text-align: center;
    box-shadow: 5px 5px 0px 0px #000000;
	margin:20px auto 50px;
}

.login-box form input[type="submit"]:hover{
    box-shadow: none;
}

.link-text .link-text-forgot a, .link-text .link-text-username a{
	text-decoration:underline;
}

.link-text .link-text-forgot a:hover, .link-text .link-text-username a:hover{
	text-decoration:none;
}


.swpm-fieldset.swpm-fieldset-1.fieldset  {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.swpm-login-form-inner {
    margin:40px 0;
}

.swpm-remember-me {
    text-align: right;
}

.swpm-forgot-pass-link {
    text-align: right;
    text-decoration: underline;
}

.swpm-form-row.swpm-phone-row,
.swpm-form-row.swpm-street-row,
.swpm-form-row.swpm-city-row,
.swpm-form-row.swpm-state-row,
.swpm-form-row.swpm-zipcode-row,
.swpm-form-row.swpm-country-row,
.swpm-form-row.swpm-company-row,
.swpm-form-row.swpm-membership-level-row {
    display: none;
}


.login-box ul.account-info {
    margin:40px 0;
}

.login-box ul.account-info li a{
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #f0f0f0;
    margin-bottom:20px;
}

.login-box ul.account-info li a:hover{
    background-color: #fafafa;
}


/*------------------
Contact Form
-------------------*/

.wpcf7 input[type="email"], .wpcf7 input[type="text"],.wpcf7 textarea{
	border:1px solid #ccc;
}

.wpcf7 input[type="submit"] {
    width:100px;
    height:50px;
    display: block;
    background-color: #0071bc;
    color:#fff;
    text-align: center;
}

/*===================================================================
マニュアルページのスタイル
===================================================================*/

/*------------------
header sp
-------------------*/

.sp-header {
    display: none;
}


.sp-head-menu {
    display:none;
}

@media screen and (max-width:1400px) {
    
    .sp-header {
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding:10px;
        margin-bottom:20px;
        position: relative;
    }
    
    .sp-logo {
        width:150px;
    }

    .btn-sp-menu {
        width:40px;
        height:40px;
        padding:5px;
        border:2px solid rgba(200,200,200,1);
        position: absolute;
        top:10px;
        right:15px;

        display: flex;
        flex-flow: column;
        justify-content:space-between;

        cursor:pointer;
    }

    .btn-sp-menu span{
        display:block;
        height:3px;
        background-color:#ccc;
        transition: 0.5s;
    }

    .btn-sp-menu.active {
        position: fixed;
        top: 15px;
        z-index: 300;

        display: flex;
        align-items: center;
        justify-content: center;

        border-color:rgba(200,200,200,0);
    }

    .btn-sp-menu.active span{
        display: block;
        width:30px;
        height:2px;
        background-color:#fff;
    }

    .btn-sp-menu.active span:nth-child(1){
        transform: rotateZ(45deg);
    }
    .btn-sp-menu.active span:nth-child(2){
        display:none;
    }
    .btn-sp-menu.active span:nth-child(3){
        transform: rotateZ(-45deg);
    }
}


@media screen and (min-width:765px) and (max-width:1400px) {
    
    .sp-head-menu {
        display:block;
        margin-right:60px;
    }
    
    .sp-head-menu > ul{
        display:flex;
        justify-content: flex-end;
    }
    .sp-head-menu > ul > li{

    }
    .sp-head-menu > ul > li > a{
        display:block;
        width:30px;
        height:30px;
        margin:0 15px;
    }

    .sp-head-menu > ul > li > a > img{
        width:30px;
        height:30px;
        object-fit:contain;
    }

}
/*------------------
sp navigation
-------------------*/

nav.sp-navigation {
    background-color:rgba(0,0,0,0.9);
    padding:10px;
    padding-top:60px;
    height:98vh;
    width:calc(100% - 20px);
    position: fixed;
    top:10px;
    left:10px;
    z-index:100;
    
    overflow-y: auto;
}

nav.sp-navigation ul li a {
    display:block;
    width:100%;
    padding:15px 10px;
    border-bottom:1px solid #fff;
    color:#fff;
}

nav.sp-navigation ul li a:hover {
    background-color:rgba(100,100,100,0.5);
}
    
nav.sp-navigation  ul.sub-menu{
    padding-left:20px;
}

.sp-menu-head {
    width:100%;
    height:40px;
    position: relative;
}


nav.sp-navigation .watching {
    position:relative;
    background-color:rgba(100,100,100,0.5);
    padding-bottom: 20px;
}

nav.sp-navigation .watching:after {
    content:"[watching]";
    font-size:10px;
    color:#fff;
    position: absolute;
    right:10px;
    bottom:5px;
}

.sp-navigation .nav_open:after {
	font-family: "Font Awesome 6 Free";
	font-weight:900;
    content:"\f107";
    color:#fff;
    position: absolute;
    right:10px;
    top:10px;
    transition:0.5s;
}

.sp-navigation .nav_open.active:after {
	font-family: "Font Awesome 6 Free";
	font-weight:900;
    content:"\f00d";
    color:#fff;
}


@media screen and (min-width:765px) and (max-width:1400px) {
    
    nav.sp-navigation > section > div > ul{
        display:flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    nav.sp-navigation > section > div > ul > li{
        width:47%;
        height: fit-content;
        margin:20px 10px;
    }
    
    nav.sp-navigation ul.sub-menu{
	    width:100%;
    }
}

/*------------------
sidebar-manual-pc
-------------------*/

.sidebar-manual-pc {
    width:500px;
    height:100vh;
    border-right:2px solid #444;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #222222;

}

.sidebar-footer {
    height:100px;
    padding:10px;
    background-color: #000000;
    display: flex;
}

.logo-sidebar-footer {
    width:200px;
    display: flex;
    align-items: center;
}
.logo-sidebar-footer a{
    width:200px;
    display: flex;
    align-items: center;
	
}

.sidebar-footer-nav {
    width:calc(100% - 200px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sidebar-footer-nav a{
    display:block;
    width:30px;
    margin:0 15px;
    padding-bottom:5px;
    border-bottom:2px solid #000000;
}

.sidebar-footer-nav a img{
    max-height:30px;
    object-fit: contain;
}
.sidebar-footer-nav a:hover{
    border-bottom:2px solid #fff;
}

@media screen and (max-width:1400px) {
    
    .sidebar-manual-pc {
        display: none;
    }

}

/*------------------
navigation-manual
-------------------*/

.nav-manual {
    height:calc(100vh - 100px);
    overflow-y: auto;
    padding:10px;
}

.nav-manual::-webkit-scrollbar {
    width:5px;
    background-color: #eee;
}

.nav-manual::-webkit-scrollbar-track {
    background-color:transparent;
}
.nav-manual::-webkit-scrollbar-thumb {
    background-color:#aaa;
    width:5px;
    border-radius: 5px;
    /* border:3px solid #0071bc; */
}

.nav-manual:hover::-webkit-scrollbar-thumb {
    background-color:#aaa;
}

.nav-manual > ul{
    /*margin:10px 0 30px;*/
}

.nav-manual ul li{
    /* color:#fff; */
}


.nav-manual ul.menu li > ul{
    padding-left:20px;
}

.nav-manual  ul li a{
    display:block;
    width:100%;
    padding:15px 10px;
    border-bottom:1px solid #cccccc;
    color:#fff;
}

.nav-manual ul li a:hover{
    background-color:#666;
}

.nav_open {
    position:relative;
}

.nav_open:after {
	font-family: "Font Awesome 6 Free";
	font-weight:900;
    content:"\f107";
    color:#fff;
    position: absolute;
    right:10px;
    top:10px;
    transition:0.5s;
}

.nav_open.active:after {
	font-family: "Font Awesome 6 Free";
	font-weight:900;
    content:"\f00d";
}

.nav-manual .watching {
    position:relative;
    background-color:#444444;
}

.nav-manual .watching:after {
    content:"[watching]";
    font-size:10px;
    color:#fff;
    position: absolute;
    right:10px;
    bottom:10px;
}


/*------------------------------------
For Web Designt
-------------------------------------*/

li.nav_open.nav_ai {
    /* background-color:#ffaa00; */
    border-left:5px solid #ffa65b;
    margin-top:10px;
    
}

li.nav_open.nav_ps {
    border-left:5px solid #43cdff;
    margin-top:10px;
}

li.nav_open.nav_html {
    border-left:5px solid #29e836;
    margin-top:10px;
}

li.nav_open.nav_wp {
    border-left:5px solid #865a99;
    margin-top:10px;
}

li.nav_open.nav_js {
    border-left:5px solid #ffe21e;
    margin-top:10px;
}

li.nav_open.nav_ex {
    border-left:5px solid #666666;
    margin-top:10px;
}



/*------------------
main-manual
-------------------*/

.main-manual {
    margin-left: 500px;
    background-color: #f4f4f4;
    padding-bottom:20px;
}

.manual-content {
    width:100%;
    padding:0px 20px 0px 40px;
}


.manual-content a {
  background-color: transparent;
  text-decoration: underline;
  color: #0071bc;
}

.manual-content a:hover {
  text-decoration: none;
}

.manual-content img{
	max-width:100%;
	height:auto;
}


.manual-content ul{
	list-style: square;
	margin-left:30px;
}

.manual-content ul li{
	margin:10px 0;
}



.manual-movie {
    padding:20px 0;
    background-color:#fafafa;
}

.movie {
    /* width:980px; */
    /* height:551.25px; */
}
.movie video {
    width:100%;
}

.manual-text {
    max-width: 1200px;
    padding-top:40px;
	padding-bottom:100px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.manual-movie-description {
    /* max-height:calc(100vh - 671.25px); */
    background-color: #fff;
	padding-bottom:10px;
}

.manual-text::-webkit-scrollbar, .manual-movie-description::-webkit-scrollbar {
    width:4px;
}
.manual-text::-webkit-scrollbar-thumb, .manual-movie-description::-webkit-scrollbar-thumb {
    background-color:rgba(102,102,102,0);
    width:4px;
}
.manual-text:hover::-webkit-scrollbar-thumb, .manual-movie-description:hover::-webkit-scrollbar-thumb {
    background-color:rgba(102,102,102,1);
}


@media screen and (max-width:1400px) {
    
    .manual-content {
        width:100%;
        padding:0px;
    }

    .main-manual {
        width:100%;
        height:auto;
        margin-left:0;
    }
    
    .manual-title {
        /*margin-top:20px;*/
    }
    
    .manual-title h1{
        padding:10px;
        font-size:16px;
    }
    
    .movie {
        width:100%;
        height:auto;
    }
    
    .manual-text, .manual-movie-description {
        max-height:none;
        padding:10px;
		padding-bottom:100px;
    }
    
}



/*----------------------------------------------
For Web Design
----------------------------------------------*/

.manual-title {
    background-color:#f4f4f4;
    padding:20px 0;
    display:flex;
    align-items: center;
    min-height:80px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.manual-title h1{
    font-size:24px;
    font-weight:600;
}

.manual-text h1{
    font-weight:600;
    font-size:28px;
    margin-top:2em;
    margin-bottom:1em;
    border:1px solid #ccc;
    border-left:4px solid #0071bc;
    padding:25px 10px;
}


.manual-text h1:nth-of-type(1){
    margin-top: 0px;
}

.manual-text h2{
    border-bottom:2px solid #444;
    background-color: #fafafa;
    /* border-radius: 0px 15px 15px 0px; */
    /* width:90%; */
    font-size:20px;
    font-weight:600;
    padding:20px 15px;
    margin:40px 0 20px 0;
}

.manual-text h2:first-child {
    margin-top:0;
}

.manual-text h3{
	font-size: 16px;
	font-weight: 600;
	background-color: #d5ffff;
	padding: 15px;
	display: inline-block;
	max-width: 100%;
	min-width: 40%;
    margin-top:2em;
    margin-bottom:1em;
}

.manual-text .point {
    background-color: #ffffb8;
    padding: 30px 15px;
    margin:40px 0;
    width: 90%;
}

.manual-text ol{
    margin: 2rem 0;
    list-style: auto;
    list-style-position: inside;
}

.manual-text ol li{
    margin:1rem 0;
}

@media screen and (max-width:1400px) {
    
    .manual-title h1{
        font-size:20px;
        font-weight:600;
    }

    .manual-text h1{
        font-size:20px;
        padding:10px;
        /* margin-top:40px; */
    }

    .manual-text h2{
        font-size:16px;
        padding:15px;
        width:100%;
    }

    .manual-text .point {
        width: 100%;
    }
}



/*------------------
Web SG
-------------------*/

.websg-control {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding:20px;
    border-bottom:1px solid #ccc;
    background-color: #fff;
}

.movie-controller {
    margin-right:20px;
}

.btn-play, .btn-pause {
    width: 200px;
    height:80px;
    margin-right: 20px;
    color:#fff;
    font-size:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:default;
}

.btn-play{
    background-color: #0071bc;
}

.btn-pause {
    background-color: #888888;
}

.btn-play:hover{
    background-color: #1a8bd6;
}

.btn-pause:hover {
    background-color: #aaaaaa;
}

.btn-play i, .btn-pause i{
    margin-right:10px;
}


.stopwatch {
    padding:20px 30px;
    border:1px solid #444;
}

.stopwatch .stopwatch-wrap{
    display: flex;
}

.stopwatch .target-time{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}

.stopwatch .target-time span{
    font-size:36px;
    font-weight:600;
    color:#0071bc;
    margin-left: 20px;
}

.start-message {
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
    padding:10px;
    background-color: #fff9d3;
    margin:10px 0;
    font-size:20px;
    font-weight: 600;
    cursor: default;
}

.start-message-sp {
    display:none;
}


.stopwatch img{
    width: 60px;
    margin-right:20px;
}

.stopwatch .view-timer {
    font-size:100px;
    font-weight:600;
    display: flex;
    align-items: center;
}

.stopwatch #toggle-button {
    width: 220px;
    height:100px;
    color:#fff;
    font-size:30px;
    margin-left:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:default;
}

span.btn-text {
    width: 90px;
}

.stopwatch #toggle-button.start {
    background-color: #f28e02;
}

.stopwatch #toggle-button.stop {
    background-color: #888888;
}

.web-sg-description img{
    max-width: 1000px;
    height: auto;
    width: auto;
}

.web-sg-description .how-to {
    background-color: #fffad8;
    padding:10px;
}


.websg-difficulty {
    font-size:26px;
    font-weight:500;
    text-align: right;
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.websg-difficulty span{
    color:#ed7a2f;
}



@media screen and (max-width:1700px) {
    .websg-control {
        display: block;
        padding:10px;
    }
    
    .web-sg-description img{
        max-width:100%;
        height: auto;
        width: auto;
    }

    .websg-difficulty {
        padding:10px;
        font-size:20px;
        text-align: left;
    }
}

@media screen and (min-width:765px) and (max-width:1700px) {

    .movie-controller {
        display: flex;
    }

}

@media screen and (max-width:765px) {

    .movie-controller {
        display: none;
    }
    
    
    .start-message-sp {
        display: block;
        padding:10px;
        background-color: #fff9d3;
        margin:10px 0;
        font-size:16px;
        font-weight: 400;
    }

    .stopwatch {
        padding:10px 15px;
    }

    span.btn-text {
        width: 80px;
    }
    
    .stopwatch .stopwatch-wrap{
        display: block;
    }

    .stopwatch .view-timer {
        font-size:60px;
        margin: 20px 0;
    }
    
    .stopwatch #toggle-button {
        width: 180px;
        height:60px;
        font-size:25px;
        margin-left:0;
    }
    .stopwatch img{
        width: 35px;
    }
    
}





/*------------------
Search
-------------------*/

.widget_search {
    padding:10px;
}

form.searchform input[type="text"] {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
}

form.searchform input[type="submit"] {
    background-color: #444;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    border: 2px solid #ccc;
}

article.search-list {
    margin-bottom:40px;
    border-bottom:1px solid #ccc;
}

article.search-list h2{
    background-color: transparent;
    border:none;
    padding:0;
    margin:0;
}

article.search-list p{
    margin:10px 0;
}

/*------------------
footer
-------------------*/

.btn-to-top {
    display: none;
}

@media screen and (max-width:1400px) {

    .btn-to-top {
        display:flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom:90px;
        right:20px;

        width:40px;
        height:40px;
        border:1px solid #999999;
        border-radius: 50%;
        background-color: #fff;
        
        box-shadow: 0px 2px 2px 2px rgba(200,200,200,0.8);
    }

    .btn-to-top img{
        width:80%;
        height:80%;
    }
    
    .btn-to-top:hover {
        opacity:0.8;
    }
}

@media screen and (min-width:765px) and (max-width:1400px) {
    .btn-to-top {
        right:60px;
        width:50px;
        height:50px;
    }
}

/*------------------
sp footer
-------------------*/

.sp-footer{
    display:none;
}

@media screen and (max-width:765px) {
    .sp-footer{
        display:block;
        width:100%;
        /* height:60px; */
        background-color:#fff;

        border-top:1px solid #999999;

        position:fixed;
        bottom:0px;
    }
    

    nav.sp-foot-menu > ul {
        display:flex;
        justify-content: space-between;
    }
    nav.sp-foot-menu > ul > li{
        width:25%;
    }
    
    nav.sp-foot-menu > ul > li > a{
        display: flex;
        align-items: center;
        justify-content: center;
        width:100%;
        padding:10px;
        
        border-right:1px solid #999999;
        height:80px;
    }
    nav.sp-foot-menu > ul > li > a:hover{
        opacity:0.8;
    }
    
    nav.sp-foot-menu > ul > li:last-child > a{
        border:none;
    }
    
    nav.sp-foot-menu > ul > li > a > img{
        object-fit: contain;
        max-height: 30px;
    }
}