@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.register_status, .register_links{
    width: auto;
    max-width: 600px;
    margin: 0 auto;
	margin-bottom: 50px;
}

#wpmem_reg label#label_plan_1, #wpmem_reg label#label_plan_2{
	display:contents;
}
/* モバイルメニューのロゴ画像
************************************/
ul li.menu-item-129 a {
	text-align: center;
}

ul li.menu-item a img{
	max-width: 80%;
}


/* ロゴ画像
************************************/

.logo-image {
    padding: 0px;
}
@media screen and (max-height: 630px) {
    img.site-logo-image {
    max-width: 90%;
}
}
@media screen and (max-height: 610px) {
    img.site-logo-image {
    max-width: 80%;
}
}
@media screen and (max-height: 580px) {
    img.site-logo-image {
    max-width: 70%;
}
}
@media screen and (max-height: 560px) {
    img.site-logo-image {
    max-width: 60%;
}
}
@media screen and (max-height: 540px) {
    img.site-logo-image {
    max-width: 50%;
}
}
@media screen and (max-height: 510px) {
    img.site-logo-image {
    max-width: 40%;
}
}
/* サイドメニュー
************************************/
#container {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 4fr 1fr;
    position: relative;
    max-width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
#container.inactive {
    grid-template-columns: 0px 1fr;
}
@media screen and (max-width: 1023px) {
    #container {
        grid-template-columns: 0px 1fr;
		height:90vh
    }
}
#container .wrap {
    width: 100%;
}
#content {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    margin: 0;
    padding: 0;
    overflow: scroll;
	overflow-x: scroll;
    overflow-y: scroll;
}

/* メニューボタン */
#toggle-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
@media screen and (max-width: 1023px) {
    #toggle-menu {
        display: none;
    }
	#footer {
    display: none;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    white-space: nowrap;
	overflow-x: hidden;
    overflow-y: hidden;
}
}
#toggle-menu .menu-btn {
    margin: 20px;
    padding: 8px 10px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 1.5em;
}
#toggle-menu .fas {
    display: none;
}
#toggle-menu .fas.active {
    display: block;
}

/* ヘッダーメニュー */
#header-container {
    overflow: hidden;
    white-space: nowrap;
}
#header {
    width: 250px;
}
#menu-header-menu {
    flex-direction: column;
    text-align: left;
}
#menu-header-menu li {
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0.5em 1em;
}
#menu-header-menu li a {
    padding: 10px;
    border-radius: 5px;
}
#menu-header-menu li.current-menu-item a {
    background-color: #0d6efd;
}
#menu-header-menu i {
    margin: 0 10px;
}

.mobile-header-menu-buttons{
	font-size: 25px;
}

ul.mobile-header-menu-buttons span.menu-caption{
	font-size: 0px;
}
.navi-in > ul {
	display: block;
}
.navi-in > ul li {
	width: 250px;
	height: 35px;
    line-height: 35px;
}

.menu-top li a {
    border-radius: 5px;
}
/* フッターメニュー */
/*
#container {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 4fr 1fr;
    position: relative;
    max-width: 100%;
    height: 95vh;
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
#container.inactive {
    grid-template-columns: 0px 1fr;
}
*/
#footer {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 4fr 1fr;
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
#footer.inactive {
	grid-template-columns: 0px 1fr;
}
#footer .footer-bottom {
    width: calc(250px - 10px * 2);
    margin: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
	position: inherit;
}
#menu-footer-menu {
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    margin: 1em auto;
    text-align: left;
}
#menu-footer-menu li {
    border: none;
}
#menu-footer-menu li {
    margin-right: 10px;
}
#menu-footer-menu li a {
    border-radius: 5px;
}
/* モバイルメニュー */
.mobile-menu-buttons,
.mobile-menu-buttons .menu-button > a,
#navi-menu-content {
    background-color: #333;
    color: #fff;
}
.mobile-menu-buttons label {
    display: block;
}
#navi-menu-content .menu-drawer a {
    padding: 10px;
    color: #fff;
}
#navi-menu-content .menu-drawer a:hover {
    color: #333;
}
#navi-menu-content .menu-drawer i {
    margin-right: 10px;
}

/* 不要なスタイルをリセット
************************************/
body.single-post.logged-in #content #main {
    margin: 0;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
}
body.single-post.logged-in #content .article,
body.single-post.logged-in #content .entry-content,
body.single-post.logged-in #content .entry-content > * {
    margin: 0;
}
body.single-post header.article-header,
body.page header.article-header ,div.admin-pv ,div.entry-card-meta {
    display: none;
}

/* 会員ページ */
#main #wpmem_login,
#main #wpmem_msg,
#main #wpmem_reg,
#main .wpmem_msg {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}
#main #wpmem_restricted_msg {
    text-align: center;
}
#main #wpmem_login .div_text,
#main #wpmem_reg .div_checkbox,
#main #wpmem_reg .div_date,
#main #wpmem_reg .div_file,
#main #wpmem_reg .div_image,
#main #wpmem_reg .div_multicheckbox,
#main #wpmem_reg .div_multiselect,
#main #wpmem_reg .div_number,
#main #wpmem_reg .div_radio,
#main #wpmem_reg .div_select,
#main #wpmem_reg .div_text,
#main #wpmem_reg .div_textarea,
#main #wpmem_reg .div_url,
#main #wpmem_login .button_div,
#main #wpmem_reg .button_div,
#main #wpmem_login .link-text {
    width: auto;
    height: auto;
}
/* 姓名を横並びに配置
#wpmem_profile_form fieldset,
#wpmem_register_form fieldset {
    display: grid;
    gap: 0 10px;
}
#wpmem_profile_form fieldset > *,
#wpmem_register_form fieldset > * {
    grid-column: 1 / 3;
}
#wpmem_profile_form fieldset > *:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}
#wpmem_profile_form fieldset > *:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}
#wpmem_profile_form fieldset > *:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}
#wpmem_profile_form fieldset > *:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
}
#wpmem_register_form fieldset > *:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
}
#wpmem_register_form fieldset > *:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
}
#wpmem_register_form fieldset > *:nth-child(6) {
    grid-column: 2;
    grid-row: 4;
}
#wpmem_register_form fieldset > *:nth-child(7) {
    grid-column: 2;
    grid-row: 5;
}
 */


/* メインカラム
************************************/
body.single-post #content {
    background-color: #777;
}

.ai-section {
    background-color: #333;
}
/*
.ai-section {
    display: flex;
    gap: 1em;
}
.ai-section > div {
    width: 50%;
}
*/
.ai-section .step {
    display: none;
}
.ai-section .step.active {
    display: block;
}
.ai-section h2 {
    border-radius: 10px;
    text-align: center;
}

.step-container.q-step {
    background-color: #555;
    color: #fff;
}
.step-container.a-step {
    background-color: #777;
    color: #fff;
}
.step-inner {
    max-width: 834px;
    margin: 0 auto;
    padding: 2em;
}
div.d-grid{
	text-align:center;
}
ol.list-right,ul.list-right{
	margin-bottom:0;
}
p.margin{
	    margin-bottom: 0;

}
html #wpadminbar{
	    position: fixed;
}
/************************************
** 広告攻略
************************************/
/*行間埋め*/
div.advertisement-top-page{
	padding-top: 1em;
	line-height: 1.2;
}
div#improvement-line,div#heading-result-advertisement,div#heading-result-advertisement p{
	margin-bottom:1em;
}
/*チェックボックス*/
.check-style{
	display: flex;
    float: left;
}
#flex-line{
	display: flex;
	width: 100%;
}
/************************************
** 商標攻略
************************************/
/*行間埋め*/
div.top-page{
	padding-top: 1em;
}
div#step1-result{
	margin-bottom:0;
}
p.line,ul.line,.article h2.margin0,h2#heading-h2{
	    margin-bottom: 0.5em;
}
div.line-step{
	line-height: 1.5;
}
.output-page{
	padding-top:0.5em;
}
div#step2-result1,div#step3-result1,div#marketing-result,div#keyword-result,div#explanatory-text-result{
	line-height: 1.8;
}
div#evaluation-result p,div#evaluation-result ul,div#step1-result p,div#step1-result ul,div#step2-result1 p,div#step3-result1 p,div#marketing-result p,div#marketing-result ul,div#marketing-result ol,div#keyword-result p,div#heading-result p,div#explanatory-text-result p,div#cushion-page-result p{
	margin-bottom: 1em;
}
div#evaluation-result,div#heading-result,div#cushion-page-result{
	margin-bottom: 2em;
}


h2#evaluation-h2,h2#marketing-h2,h2#keyword-h2,#heading-h2,#explanatory-text-h2,#cushion-page-h2{
	display:none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	textarea {
		min-height: 132px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	textarea {
    min-height: 100px;
}
}

/************************************
** 非表示
************************************/