/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/* 共通スタイル */
#page {
    color: #443F3F;
    overflow-x: hidden;
}

#page #main.single-page {
    margin-top: 0;
}

#page .row {
    margin-left: 0;
    margin-right: 0;
}
#page p a{
    text-decoration: underline;
}
#page a.elementor-button {
    color: white;
}

#page .elementor-heading-title,
#page .elementor-button, 
#page .elementor-accordion-title{
    line-height: 1.2;
}

#page .elementor-button{
    padding: 2rem;
}

.elementor-button-content-wrapper {
    align-items: center;
}

#page a {
    color: inherit;
}

#page a.go-top i{
    color: #fff;
}

#page a:hover {
    opacity: 0.8;
}

#content.page-wrap,
#content.page-wrap .container
{
    padding: 0;
    position: relative;
}
#content.page-wrap .container #primary
{
    float: right;
}
#content.page-wrap .container #primary.fp-content-area {
    float: none;
}

#page h1.title-post {
    display: none;
}
@media only screen and (min-width: 1025px) {
    #page #main{
        margin-top: -30px;
    }
}
@media only screen and (max-width: 1024px) {
    #page #main,
    .elementor-section-wrap {
        margin-top: 90px;
    }
}

/* ヘッダー */
#masthead {
    background-color: rgba(255,255,255,1.0);
}
#page #mainnav ul li a {
    /* font-weight: bold; */
    font-size: 1.625rem;
}

#page .btn-menu {
    /* position: fixed !important; */
    /* top: 20px;
    right: 20px; */
}

#page .site-header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .site-header.float-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .site-header.float-header .site-logo {
        max-height: 30px;
    }
    .site-header.float-header .btn-menu {
        margin-top: 0;
    }
    .site-header.float-header .btn-menu i.sydney-svg-icon {
        margin-top: -10px;
    }
    div.col-md-4 {
        text-align: left;
    }
}

/* フッター */
.go-top.show {
    bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#text-4{
    display: none;
}

#custom_html-2 {
    margin-bottom: 0;
}
/* ページ右下の追従する資料請求ボタン */
#footer-req-doc{
    width: 200px;
    position: fixed;
    right: 80px;
    bottom: 0;
    z-index: 10;
    /* 表示したいときは下記コメントアウト */
    /* display: none; */
}

/* ハローイメージ */
#page .sydney-hero-area a.roll-button {
    color: white;
    letter-spacing: 0.25rem;
}
@media only screen and (max-width: 1600px) { 
    body.home .sydney-hero-area .slide-item {
        background-position: 80% 0% !important;
    }
}

/* フロントページ */
#front-service p a {
    text-decoration: none;
}

/* 見出しデザイン調整 */
#page h2,
#page .h2-description,
#page h3 {
    letter-spacing: 0.25rem;
    font-weight: bold;
}

#page h2 a,
#page .h2-description a,
#page h3 a{
    text-decoration: none;
}

#page h2 {
    font-size: 3.25rem;
}
#page .h2-description {
    font-size: 1.75rem;
}
#page h3 {
    font-size: 2rem;
}
#page .section-sub-title h3 {
    font-size: 2.5rem;
}

/* FAQページ向け */
#page .faq-h3 h3 {
    font-size: 2.5rem;
}
#page .faq-h4 h4 {
    font-size: 1.75rem;
}

#faq-category-menu a {
    /* display: block; */
    display: flex;
    justify-content: center;
    align-content: center;
    height: 8rem;
}
#faq-category-menu a:hover {
    background-color: #89a9c2;
}

/* フロントページ */
.front-service-overlay a {
    display: block;
    height: 100%;
}
div.front-service-overlay,
div.front-service-overlay div{
    height: 100%;
}

/* タブレット向け */
@media only screen and (max-width: 1024px) { 
    #content.page-wrap .container #primary {
        float: none;
    }
}
/* スマホ向け */
@media only screen and (max-width: 767px) {
    html {
        font-size: 8px;
    }
	#mainnav-mobi {
		/* left: -300px; */
        right: 0;
		width: 100vw;
	}
}

/* ハンバーガーメニューのデザイン */
#mainnav-mobi {
    background-color: #1c1c1c; /* 背景色 */
}
#mainnav-mobi ul > li > a {
color: #fff; /* 文字色 */
}

/* 製品メニュー PC表示 */
#page #secondary {
    text-align: center;
    position: fixed;
    width: 20%;
    max-width: 396px;
    height: 100%;
    padding-top: 8%;
    margin-left: -4%;
    /* left: 5%; */
    background-color: rgba(255,255,255,0.9);
    border: none;
    float: right;
    z-index: 10;
}
#page #secondary .widget-title {
    color: #10347c;
}
#page #secondary.sidebar-scrolled {
    height: auto;
    margin-top: -30px;
    padding-top: 4%;
    transition: margin-top 0.2s, height 0.2s, padding-top 0.5s;
}

#page #secondary.sidebar-first {
    height: 100%;
    margin-top: 0px;
    padding-top: 8%;
    transition: margin-top 0.2s, height 0.2s, padding-top 0.5s;
}
#secondary #nav_menu-3 {
    margin-bottom: 0;
}
#secondary a {
    font-size: 2rem;
}
#secondary a:hover {
    color: #3C78F0;
}

@media only screen and (min-width: 1921px) {
    #section-hello-image {
        height: 40vw;
        padding-top: 5vw;
    }
}
@media only screen and (min-width: 2600px) {
    #section-hello-image {
        padding-top: 10vw;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    #page #secondary {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #page #primary {
        width: 100%;
    }
}

/* 製品メニュー タブレット・スマホ表示 */
#product-menu-mobile {
    text-align: center;
    /* margin: 2rem -20px; */
}
#product-menu-mobile h3 {
    margin: 2rem auto;
}
#product-menu-mobile ul {
    list-style: none;
    padding: 0;
}
#product-menu-mobile ul li a{
    display: block;
    line-height: 2.5;
    border-bottom: 1px dotted lightblue;
}

/* 投稿ニュース関連 */
#page .content-area .hentry{
    padding-top: 0;
}

#page .content-area .hentry:after{
    display: none;
}

#page .wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

#news-list-wrapper .wp-show-posts-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.wpsp-load-more {
    text-align: center;
}

/* トピックス関連 */
article.type-topics {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#page article.topics.hentry {
    
    padding: 1.5vw;
    padding-top: 1rem;
}
@media only screen and (max-width: 1024px) {
    #page article.topics.hentry {
        padding: 2rem;
    }
}
#page article.topics h1.title-post {
    display: block;
    font-size: 2.5rem;
}
#page article.topics h2 {
    color: #10347c;
    font-size: 2rem;
    margin: 4rem 0 1rem 0;
}
#page article.topics h3 {
    font-size: 1.8rem;
    margin: 3rem 0 1rem 0;
}
#page article.topics a {
    /* text-decoration: underline; */
}
.entry-thumb {
    display: none;
}
#page article.topics span.byline {
    display: none;
}

#page .wp_social_bookmarking_light {
    padding-bottom: 6rem !important;
}

/* KSIN LP専用 */
#ksin-footer-fixed-btn{
	display: none;
}

body.page-id-6092 header#masthead,
body.page-id-6092 div#sidebar-footer, 
body.page-id-6092 footer#colophon,
body.page-id-8464 header#masthead,
body.page-id-8464 div#sidebar-footer, 
body.page-id-8464 footer#colophon
{
    display: none;
}
body.page-id-6092 #ksin-footer-fixed-btn,
body.page-id-7508 #ksin-footer-fixed-btn
{
	display: flex;
}

body.page-id-6092 a#footer-req-doc,
body.page-id-8464 a#footer-req-doc,
body.page-id-7508 a#footer-req-doc,
body.page-id-6092 a.go-top,
body.page-id-8464 a.go-top,
body.page-id-7508 a.go-top{
    display: none;
}

body.page-id-6092 #page .elementor-button,
body.page-id-8464 #page .elementor-button  {
	padding: 1rem 2rem;
}
#ksin-nav a.elementor-button {
	color: #374951;
}
#ksin-btn-trial  a.elementor-button {
	color: white;
}
#ksin-logo img{
	width: 200px;
}
#ksin-footer-fixed-btn{
    width: 100px;
	height: 100px;
	border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
	color: white;
	background-color: rgba(59, 195, 127, 1);
	box-shadow: 0 5px 20px rgba(59, 195, 127, .5);
/* 	background-color: rgba(35, 140, 140, 1); */
/* 	box-shadow: 0 5px 20px rgba(35, 140, 140, .5); */
/* 	font-weight: bold; */
	justify-content: center;
	align-items: center;
    /* 表示したいときは下記コメントアウト */
    /* display: none; */
}
.fadein{
    animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein{
    from{
    opacity: 0;
    }
    to{
    opacity: 1;
    }
}

#colophon > div > p {
	margin: auto;
	width: 480px;
}
