@charset "utf-8";

/****************************************
*** Theme customization starts below ***
*****************************************/


/**container-fluid***/

#fluid.container-fluid #break-p.row {}

#primary {
    padding: 0;
}


/*　メニュー hoverで展開 */

.dropdown:hover>.dropdown-menu {
    display: block;
}

.container {
    max-width: 1080px;
}

@media (min-width: 1200px) {
    .container {
        /*max-width: 1140px;*/
        max-width: 1080px;
    }
}

html {
    letter-spacing: 0.05rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
    font-size: 15px;
}

body,
body p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 15px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Noto Sans JP", sans-serif;
}

body b,
body strong {
    font-weight: bold;
}

ol,
ul {
    margin-left: 0;
    padding-left: 1.5em;
    margin-bottom: 0;
}

#content.site-content {
    padding-top: 0;
}

body a {
    /*color: #00a1dd;*/
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    color: #333;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
    color: #333;
    font-weight: 500;
}

body .u-slim-width {
    width: 644px;
    border-radius: 0;
}

.smb-box {
    border-radius: 0;
}

.smb-box__background {
    border-radius: 0;
}


/**テンプレートコピーライト**/

a.credits {
    display: none;
}


/*ボタンリセット*/

.btn:not(.disabled):hover {
    margin-top: 1px;
    border-bottom-width: 1px;
}

.submit-container .btn-group-lg>.btn,
.submit-container .btn-lg,
.submit-container .btn {
    border-radius: 50rem;
}


/*共通
*****************************************************************/


/*webフォント*/

.font-a1M {
    font-family: A1 Mincho;
}


/**パンくずリスト**/

.breadcrumb.c-breadcrumbs {
    margin: 0.5em 0;
    font-size: 0.96rem;
    color: #0090C8;
    padding: 0;
}

@media (max-width: 991px) {
    #break-p.row {
        flex-direction: column-reverse;
    }
}


/**メニュー　フッター1**/


/**メニュー　フッター2**/


/*レイアウト
*****************************************************************/


/*ヘッダー
*****************************************************************/


/** メニュー 文字サイズ　**/

header nav.navbar #menu-gnav .menu-item>a {
    font-size: 0.97rem;
}


/*ロゴ*/

header .navbar-brand {
    width: 200px;
}

header#masthead {
    margin-bottom: 0;
    background-color: #ffffff !important;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 5%);
    padding: 0 1rem;
    position: sticky;
    top: 0;
    z-index: 5;
}


/*グローバルメニュー*/

nav.navbar {
    font-family: "Noto Sans JP", sans-serif;
}

body #masthead .navbar-nav>li a {
    border-bottom-width: 0;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 9px;
    text-transform: uppercase;
    color: inherit;
    flex-direction: column;
    font-size: 0.85rem;
    /*font-weight: 700;*/
    letter-spacing: 0.05rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    /*padding: 1.18rem 0.5rem;*/
    padding: 1.5rem 0.7rem;
}

header nav.navbar #menu-gnav .nav-item {
    display: flex;
    flex: 1 1 auto;
    position: relative;
}

header nav.navbar #menu-gnav .nav-item>a::before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: background-color .2s ease-out;
}

header nav.navbar #menu-gnav .nav-item.active>a::before {
    background-color: var(--accent-color, #00a1dd);
}

header nav.navbar #menu-gnav .nav-item:active>a:before,
header nav.navbar #menu-gnav .nav-item:focus>a:before,
header nav.navbar #menu-gnav .nav-item:hover>a:before {
    background-color: var(--accent-color, #00a1dd);
}

header nav.navbar #menu-gnav .nav-item .dropdown-menu {
    padding-top: 2px;
    padding-bottom: 2px;
}

#menu-gnav ul.dropdown-menu {
    min-width: 16rem;
}

nav.navbar #menu-gnav {
    font-feature-settings: "palt";
}

@media (min-width: 992px) {
    ul.dropdown-menu {
        background-color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-nav .dropdown-menu {
        background-color: #ffffff;
    }
}

header nav.navbar a {
    text-decoration: none;
}


/*パンくず*/

body .breadcrumb {
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    padding: 0.75rem 0;
}


/**　ページヘッダー画像　タイトル**/

.page-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding-bottom: 3.6rem;
    padding-bottom: calc(var(--_space, 1.8rem)*2);
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.6rem;
    padding-top: calc(var(--_space, 1.8rem)*2);
    position: relative;
}

.page-header .page-header-img {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
}

.page-header .page-header-img>img {
    height: 100%;
    left: 0;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    top: 0;
    transform: none;
    width: 100%;
}

.page-header .container {
    flex: 1 1 auto;
    /*z-index: 2;*/
    position: relative;
}

@media screen and (min-width: 1024px) {
    .page-header {
        min-height: 15vw;
    }
}


/*ヘッダータイトル調整*/

header.entry-header h1.entry-title {
    font-family: A1 Mincho;
    color: #000000;
    letter-spacing: 0.18em;
    font-size: 2.5rem;
    border-bottom: none;
}


/****　ページヘッダー　画像指定　****/

header.entry-header {
    display: flex;
    justify-content: center;
}


/*　ヘッダー　タイトル後方画像　調整
*****************************************/


/**　制作の流れ
************************/

.page-id-11 header.entry-header h1::after {
    content: '';
    display: inline-block;
    width: 116px;
    height: 150px;
    background-image: url(https://akotto.jp/images/header_flow-img01-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}


/* 〜1023pxまで */

@media screen and (max-width: 1023px) {
    body .u-slim-width {
        width: auto;
    }
}


/**　オリジナルブックの販売
  ************************/

.page-id-13 header.entry-header h1.entry-title::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 150px;
    background-image: url(https://akotto.jp/images/header_sales-img01.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 88%;
    mix-blend-mode: multiply;
}


/**　会社情報
  ************************/

.page-id-15 header.entry-header h1::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 150px;
    background-image: url(https://akotto.jp/images/header_about-img01-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 75%;
    /*mix-blend-mode: multiply;*/
}


/**　お問い合わせ
  ************************/

.page-id-17 header.entry-header h1::after {
    content: '';
    display: inline-block;
    width: 122px;
    height: 150px;
    background-image: url(https://akotto.jp/images/header_contact-img01.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    mix-blend-mode: multiply;
}


/**　アーカイブ　NEWS　**/

.archive.category header.category-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.archive.category header.category-header h1.page-title {
    font-family: A1 Mincho;
    color: #000000;
    letter-spacing: 0.18em;
    font-size: 2.5rem;
    border-bottom: none;
}


/** 固定ページ　ヘッダータイトル **/

@media screen and (max-width: 639px) {
    header.entry-header h1.entry-title {
        font-size: 5vw;
    }
    .page header.entry-header h1.entry-title::after {
        width: 15vw;
        background-position: 50% 50%;
    }
}


/*サイドバー
*****************************************************************/


/**ウィジェットタイトル**/

.tax-port_cate h3.widget-title {
    font-size: 1.4rem;
    border-top: solid 1px #bfbfbf;
    ;
    border-bottom: solid 1px #bfbfbf;
    ;
    padding: 1rem 0.2rem;
}


/** 制作実績　カテゴリーメニュー　***/

#nav_menu-27 h3.widget-title {
    color: #00AF85;
}

#nav_menu-27 #menu-menu-cate li a {
    font-size: 1.2rem;
    padding-left: 0.2rem;
    font-family: A1 Mincho;
    font-feature-settings: "palt";
}


/*アクティブ時*/

#nav_menu-27 #menu-menu-cate li.menu-item.current-menu-item a {
    color: #00AF85;
}

.widget_nav_menu .menu-menu-cate-container li.current-menu-item {
    font-weight: bold;
}

.widget_nav_menu .menu-menu-cate-container li.current-menu-item::before {
    /*content: "→";*/
    left: -15px;
    position: absolute;
}


/*NEWS 個別リンク*/

#rpwe_widget-4 .rpwe-li a {
    pointer-events: none;
}

#rpwe_widget-4 .rpwe-li::before {
    content: '';
    position: absolute;
    width: 91%;
    height: 56px;
}


/**トップページ**/

#text-13.widget,
#text-14.widget {
    margin-top: 3em;
    font-family: "Noto Serif JP", serif;
    letter-spacing: normal;
}

#text-13.widget p.t-gothic,
#text-14.widget p.t-gothic {
    /*font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5em;
    font-size: 1.4em;
    font-weight: 400;
}

#text-13.widget h3,
#text-14.widget h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    margin-bottom: 8px;
}

#text-13.widget p,
#text-14.widget p {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 0;
    font-size: 1rem;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 1em;
}


/**NEWS**/

section#text-16 {
    margin-top: 20px;
}

section#text-16 h2.title_news {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.home h2.c-widget__title.title_news::before {
    width: 63px;
    height: 63px;
    background-color: #ffdc00;
    content: "";
    position: absolute;
    top: 21px;
    left: 15px;
    border-radius: 50%;
    z-index: -2;
}

.home h2.c-widget__title.title_news a {
    text-decoration: none;
    display: flex;
    width: 4.5em;
    height: 4.5em;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
}

#rpwe_widget-4 ul.rpwe-ul {
    border-top: solid 1px #efefef;
    padding-top: 1em;
}


/*フッター
*****************************************************************/

body:not(.theme-preset-active) footer#colophon {
    color: #333;
    background-color: transparent;
}

.footer-nav1 {
    background-color: #00a1dd;
}

.footer-nav1 a {}

footer .site-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
}


/**フッターメニュー1**/

footer .footer-menu {
    background-color: #00a1dd;
}

footer .footer-menu ul#menu-fnav-sub1 li.menu-item+li::after {
    content: "|";
    position: absolute;
    top: 9px;
}

footer .footer-menu ul#menu-fnav-sub1 li.menu-item a {
    display: block;
    padding: 10px 10px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: rgba(238, 238, 238, 0.351);
    text-decoration: none;
}

@media (max-width: 767px) {
    footer .footer-menu ul#menu-fnav-sub1 li.menu-item+li::after {
        position: relative;
    }
    .footer-box1 {
        /*width: 100%;*/
        height: 40px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .footer-box1::-webkit-scrollbar {}
    .footer-box1 ul {
        width: 690px;
        height: 40px;
        margin: 0 auto 2px auto;
        list-style: none;
        display: flex;
    }
    .footer-box1 li {
        text-align: center;
        border-left: 1px solid #eee;
    }
    .footer-box1 li:last-child {
        border-right: 1px solid #eee;
    }
}


/**フッターメニュー2**/

footer .footer-box2 ul#menu-fnav-sub2 a {
    display: block;
    padding: 0 15px;
}

footer .footer-box2 ul#menu-fnav-sub2 li+li::after {
    content: "|";
    position: absolute;
    top: 0;
}


/*大デバイス（デスクトップ, 991px 以下）　フッター　mobile*/

@media (max-width: 991px) {
    footer .site-info {
        display: flex;
        justify-content: space-between;
        font-size: 0.7rem;
        flex-direction: column-reverse;
    }
}


/*トップページ
*****************************************************************/

.home #page-sub-header {
    background: transparent;
    background-image: url(https://akotto.jp/images/top_fix_illust_fix-scaled_2.jpg);
    height: 95vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
}

@media (max-width: 991px) {
    .home #page-sub-header {
        background: transparent;
        background-image: url(https://akotto.jp/images/top_fix_illust_fix_smphone.jpg);
        /*height: 85vh;*/
        height: 50rem;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.home #page-sub-header .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.home #page-sub-header #header-text h1 {
    font-family: A1 Mincho;
    color: #ffffff;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 2em;
    margin-bottom: 2.1rem;
}

.home div#header-text p {
    color: #333333;
    font-weight: 700;
    font-size: 1.07rem;
    line-height: 2em;
    letter-spacing: 0;
    margin-top: 1.69rem;
}

.home .box-01 .top-block1 h2 {
    font-size: 1.2em;
    font-weight: 500;
}

.home .box-01 h2.top-midashi {
    font-size: 1.27em;
    font-weight: 700;
    letter-spacing: 0.2em;
    font-family: A1 Mincho;
    color: #00a1dd;
    padding-bottom: 0;
    margin-bottom: 2.1rem;
}

.home .box-01 #top-s {
    /*margin-top: 3rem;*/
    height: 1em;
    position: relative;
    top: -50px;
}

@media screen and (max-width: 575px) {
    .home .box-01 h2.top-midashi {
        font-size: 3.5vw;
    }
}

.wp-block-image {
    margin-bottom: 0.5em;
}

@media screen and (max-width: 1094px) {
    .home #page-sub-header #header-text {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .home #page-sub-header {
        padding-top: 3rem;
    }
    .home #page-sub-header #header-text h1 {
        /*font-size: 3.5vw;*/
    }
    .home div#header-text p {
        /*font-size: 1rem;*/
    }
}

@media screen and (max-width: 767px) {
    .home #page-sub-header #header-text h1 {
        font-size: 2rem;
    }
    .home div#header-text p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .home #page-sub-header #header-text h1 {
        font-size: 7vw;
    }
    .home div#header-text p {
        font-size: 3.5vw;
    }
}


/** サービスメニュー **/

.home .entry-content .wp-block-snow-monkey-blocks-items--item--free h2 {
    color: #00a1dd;
    font-size: 1.12rem;
    font-weight: 500;
}


/*　TOPモーダル　*/

.home #fancybox-content .hentry {
    font-family: "Noto Sans JP", sans-serif;
}

.home #fancybox-content .hentry h3 {
    font-size: 2.35rem;
    margin: 1em 1em 0.5em 1em;
}

.home #fancybox-content .hentry p {
    font-size: 1.2em;
    margin: 0 1em 0px 1em;
    text-align: justify;
    margin: 2em 2em 2.5em 2em;
    line-height: 1.8em;
}

.home #fancybox-content .hentry p.click {
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.home #fancybox-content .hentry .smb-btn-wrapper--full {
    font-size: 2em;
    margin: 0 1em 1em;
}

.home #fancybox-content .hentry a {
    padding: 0.5em;
    font-size: 1.68rem;
    background-color: #00a1dd;
    font-weight: 500;
}

.home #fancybox-content .hentry a:hover {
    color: #ffffff;
    text-decoration: none;
}


/*サービスメニュー
*****************************************************************/


/*制作実績
*****************************************************************/


/*制作の流れ
*****************************************************************/

body.page-id-11,
body.page-id-11 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    font-feature-settings: "palt";
    font-weight: 300;
}

body.page-id-11 .c-row--margin>.c-row__col {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.page-id-11 p {}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text h2 {
    font-family: A1 Mincho;
    letter-spacing: 0.2rem;
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text {
    border-bottom: 1px solid #ccc;
    margin-bottom: 3em;
    padding-bottom: 3em;
    padding-left: 8em;
    position: relative;
}

body.page-id-11 .smb-box .smb-items__item__title {
    font-family: A1 Mincho;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.2rem;
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text.sec-box1::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 37px;
    width: 40px;
    height: 40px;
    font-family: A1 Mincho;
    font-size: 1.5em;
    border-radius: 50%;
    background-color: #FFDC00;
    object-position: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

article#post-11 .section-01 .border-top {
    border-bottom: 1px solid #efefef;
    margin-bottom: 3em;
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text#section1::before {
    content: "1";
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text#section2::before {
    content: "2";
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text#section3::before {
    content: "3";
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text#section4::before {
    content: "4";
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text#section5::before {
    content: "5";
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text#section6::before {
    content: "6";
}

body.page-id-11 .wp-block-snow-monkey-blocks-media-text#section7::before {
    content: "7";
}

body.page-id-11 .wp-block-snow-monkey-blocks-items--item--standard.c-row__col {
    padding: 1.5em 3em;
}

body.page-id-11 .sec-box1 .c-row__col--lg-1-3 {
    /*padding: 0 2em;*/
}

body.page-id-11 #section5 .c-row__col--lg-1-3 {
    padding: 0;
}

body.page-id-11 hr.wp-block-separator.is-style-wide {
    padding-bottom: 2rem;
}


/*オリジナルブックの販売
*****************************************************************/

.page-id-13 {
    font-size: 15px;
    font-feature-settings: "palt";
}


/**サブタイトル**/

.page-id-13 .smb-section {
    background-color: #00a1dd;
    padding-top: 0;
    padding-bottom: 0;
}

.page-id-13 .smb-section .midashi-box1 {
    width: 800px;
}

.page-id-13 .smb-section .row {
    justify-content: center;
}

.page-id-13 .smb-section h2 {
    font-size: 1.5rem;
    padding: 0.8rem 0;
    margin: 0;
    color: #ffffff;
    font-weight: 500;
}

.page-id-13 .text-bold {
    font-weight: 500;
}

.page-id-13 .smb-container__body .wp-block-snow-monkey-blocks-items--item--free.c-row__col {
    padding: 0 2em;
}

.page-id-13 .font-a1M.has-text-color.has-normal-font-size {
    font-size: 17px;
}

.page-id-13 .con-box1 ul {
    padding-left: 1.5em;
}

.page-id-13 .con-box1 ul li+li {
    margin-top: .45rem;
    ;
}

.page-id-13 .con-box1 ul.font-a1M {
    margin: 1.7rem 0;
}

.t-midashi01 {
    font-size: 2.25em;
    line-height: 1.6em;
}

.page article.page .con-box1 {
    letter-spacing: 0.05rem;
}

.page article.page .sub-midashi1 {
    font-size: 1.2em;
    text-align: center;
    border: 1px solid #0090c8;
    padding: 0.7em 0;
    border-radius: 8px;
    color: #0090c8;
}

.page article.page .con-box1 p {
    padding: 0;
    margin: 0;
    line-height: 1.75em;
    text-align: justify;
}

.page-id-13 .wp-block-snow-monkey-blocks-items--item--free {
    padding: 0 30px;
}

@media screen and (min-width: 1024px) {
    .con-box1 {
        width: 850px;
    }
}


/*会社情報
*****************************************************************/

.page-id-15 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-feature-settings: "palt";
}

.page-id-15 .c-responsive-table {
    padding: 0;
}

.page-id-15 .con-box2 .profile-box {
    margin-top: 5em;
    margin-bottom: 5em;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.6em;
    font-feature-settings: "palt";
}

.page-id-15 .con-box2 .profile-box hr {
    border-color: #000000;
}

.page-id-15 .con-box2 .profile-box h4 {
    font-size: 1.2em;
}

.page-id-15 .con-box2 .profile-box hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    /*border: 2px;*/
}

.page-id-15 .u-slim-width {
    max-width: 650px !important;
    padding: 0 25px;
}

#tablepress-1 ol {
    padding-left: 0;
    margin-bottom: 0;
}

#tablepress-1 ol li {
    margin-left: 1.2rem;
}

@media (max-width: 789px) {
    .c-responsive-table {
        overflow: auto;
        white-space: nowrap;
    }
}


/*お問い合わせ
*****************************************************************/

.mail-form .badge {
    font-weight: normal;
}

.mail-form .badge.badge-primary {
    background-color: #5bcbf5;
}

body.page-id-17,
body.page-id-17 p {
    font-family: "Noto Sans JP", sans-serif;
    /*font-feature-settings: "palt";*/
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

body.page-id-17 .text-box1 p {
    font-size: 16px;
}

body.page-id-17 .contact-box1 p {
    margin-bottom: 0;
}

body.page-id-17 h3 {
    font-size: 1.4rem;
    margin-bottom: 1.89rem;
}

body.page-id-17 .wp-block-snow-monkey-blocks-box.smb-box {
    padding: 3rem 5rem 3rem;
    border-radius: 0;
    margin: 2rem 0;
}

@media (max-width: 639px) {
    body.page-id-17 .wp-block-snow-monkey-blocks-box.smb-box {
        padding: 3rem 2rem 2rem;
    }
}

body.page-id-17 .wpcf7 textarea[name="your-message"] {
    width: 100%;
}

div.wpcf7 .submit-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

div.wpcf7 .submit-container input.wpcf7-form-control.wpcf7-submit {
    width: 70%;
    border-radius: 20px;
    background-color: #FFDC00;
    color: #000000;
    font-family: A1 Mincho;
    text-align: center;
}

body.page-id-17 .wpcf7 .form-control::placeholder,
body.page-id-17 .wpcf7 .form-control::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
    font-weight: 300;
}


/*個人情報保護方針
*****************************************************************/

.page-id-53 .entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 46rem !important;
}

.page-id-53 .entry-content p {
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

.page-id-53 .entry-content h2 {
    margin-bottom: 2.25rem;
    margin-top: 3.6rem;
    font-size: 21px;
    font-weight: 500;
}

.page-id-53 .entry-content a {
    color: #007bff;
    text-decoration: underline;
}


/*サイトマップ
*****************************************************************/


/*NEWS
*****************************************************************/

.category article,
.category article p,
.category article h2 {
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
}

.archive.category #news-list {
    border-top: solid 1px #eaecef;
}

.archive.category article.type-post {
    padding: 1.5rem 0rem;
    /*border-top: solid 1px #eaecef;*/
    border-bottom: solid 1px #eaecef;
}

.archive.category article.type-post:last-child {
    border-bottom: solid 1px #eaecef;
}

.archive.category header.entry-header {
    display: unset;
}

.archive.category header.entry-header .entry-title {
    border-bottom: unset;
}

.archive.category header.entry-header .entry-title a {
    pointer-events: none;
}

.archive.category header.entry-header .entry-cate {
    margin: 0.4rem 0 0.6rem;
}

.archive.category header.entry-header .entry-cate a {
    border: solid 2px #00A399;
    padding: 0.2rem 0.7rem;
    border-radius: 6px;
    color: #00A399;
    font-weight: bold;
}

.archive.category header.entry-header .entry-cate a:hover {
    text-decoration: auto;
}


/**　NEWS　下部ナビ　***/

.news-nav.d-flex.mb-4 a {
    /*color: #C9CACA;*/
}


/***　ニュース一覧　***/

.to-top a {
    background-color: #ffdc00;
    font-weight: 500;
    font-family: A1 Mincho;
}

.to-top a:hover {
    color: #000;
    background-color: #ffdc00bf;
}


/***　カテゴリ下階層　***/

.to-news a {
    background-color: #00A399;
    color: #fff;
    font-weight: 500;
    font-family: A1 Mincho;
}

.to-news a:hover {
    color: #fff;
    background-color: #00a398bf;
}

.news-nav,
.portfolio-nav {
    font-family: A1 Mincho;
}


/*アーカイブ
*****************************************************************/


/** カルーセル　設定 **/

.slick-prev {
    left: 2px;
    z-index: 5;
}

.slick-next {
    right: 2px;
    z-index: 5;
}


/**制作一覧・サービスメニュー　共通**/

.tax-port_cate .card,
.tax-service_menu .card {
    font-feature-settings: "palt";
}

.tax-port_cate .card-body li,
.tax-service_menu .card-body li {
    color: #8b4513;
}

.tax-port_cate hr,
.tax-service_menu hr {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.tax-port_cate .card-body p,
.tax-service_menu .card-body p {
    margin-bottom: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.6em;
}

.tax-port_cate aside#secondary {
    padding: 0 3rem;
}


/**制作一覧**/

.tax-port_cate h1 {
    font-size: 1.6rem;
}

.tax-port_cate .page-header h2 {
    font-size: 2.2rem;
    color: #000000;
    letter-spacing: 0.18em;
    font-weight: 700;
}

.tax-port_cate .page-header .page-header-img {
    background: url('https://akotto.jp/images/header_bg.jpg');
    background-position: center;
    background-size: cover;
}

.tax-port_cate .page-title {
    background-color: #00AF85;
}

.tax-port_cate .container.footer-box1 {
    background-color: #00AF85;
}

.tax-port_cate .card {
    border: none;
}

.tax-port_cate h3.card-title {
    font-weight: 600;
    font-size: 1.3rem;
}

.tax-port_cate .card-body {
    padding: 1.25rem 0 0;
}


/*制作一覧　下部　問合せボタン*/

.tax-port_cate .btn-contact {
    font-feature-settings: "palt";
}


/**1カラム　左サイドバー　下部へ　**/

@media (max-width: 991px) {
    .tax-port_cate #content>#break-p>.container>.row:nth-of-type(1) {
        display: flex;
        flex-direction: column-reverse;
    }
}


/**サービスメニュー**/

.tax-service_menu h2.page-title {
    font-size: 1.7rem;
}

.tax-service_menu .page-header-title {
    background-color: #00a1dd;
}

.tax-service_menu .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
}

.tax-service_menu .card .card-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3em;
}

@media (max-width: 767px) {
    .tax-service_menu .card .card-body {
        padding-left: 1.25rem;
    }
}

.tax-service_menu h3.card-title {
    /*font-weight: 600;*/
    font-size: 2rem;
    margin-bottom: 0.3rem;
}

.page-header-img {}

.term-smenu01 h1.page-title.midashi-h1 {
    font-size: 2rem;
}


/*サービスメニュー ヘッダー　画像調整等　*/

.tax-service_menu .page-header p,
.tax-service_menu .page-header h2 {
    font-family: A1 Mincho;
    font-feature-settings: "palt";
}

.tax-service_menu .page-header .header-row {
    /*flex-direction: row-reverse;*/
}

.tax-service_menu .page-header .card {
    background-color: transparent;
    border-bottom: none;
}

.tax-service_menu .page-header .card .card-body {
    padding-left: 2.2em;
}

.tax-service_menu .page-header .card h2 {
    font-size: 2.14rem;
    line-height: 1.65em;
    margin-bottom: 0;
}

.tax-service_menu .page-header .card p {
    font-family: "Noto Serif JP", serif;
    text-align: left;
}

@media screen and (min-width: 1024px) {
    .tax-service_menu .page-header {
        min-height: 30vw;
    }
}


/*　学術団体の情報発信　*/

.tax-service_menu.term-smenu03 .page-header p {
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    letter-spacing: 0.5px;
}


/**制作物一覧　戻る、進む**/

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 100%;
}