/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.child_pages .post_thumb img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.child_pages .child_page-container {
    min-height: 305px;
}
.kiyaku {
    overflow-y: auto;
    max-height: 200px;
    border: solid 1px #ccc;
    padding: 10px;
}
.kiyaku p {
    font-size: 11px;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: inherit;
}
.avia_textblock h3 {
    color: #04bfbf!important;
	margin-bottom:0.8rem;
	margin-top:20px;
}
.pt-cv-wrapper {
    margin-left: 18px;
}
h4.pt-cv-title {
    /* margin: 5px; */
    border: 1px solid #dedede;
    background-repeat: repeat-x;
    background-position: left bottom;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0!important;
    font-size: 1rem;
}
h4.pt-cv-title:hover {
    background-color: #d2eadf;
}
h4.pt-cv-title a {
    display: block;
    width: 100%;
}

span.under_line_ye {
background:linear-gradient(transparent 70%, #FFFF00 0%)!important;
}
/*20200822追加*/
body,h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li {
font-family: "Noto Sans JP", 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', 'MS PGothic', sans-serif!important;
}
ol {
    font-size: 2.4em;
}
ol li>p {
    font-size: 1rem!important;
    line-height: 1.6;
}
.entry-content p {
    font-size: 1rem;
}
.child_pages .post_content .post_excerpt {
    margin-top: .4em;
    font-size: 14px;
    line-height: 1.3em;
}
.form-label span {
    color: red;
    font-weight: 600;
}
.html_av-overlay-side #top .av-burger-overlay-scroll {
    background: rgb(59 57 57 / 0.9);
}
h1 {
    font-size: 2.1em!important;
}
.entry-content img {
    margin-top: 1em;
	  filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4));
}
/*---------------------------------------------------------------*/
/* mobile
/*---------------------------------------------------------------*/

@media only screen and (max-width: 380px) {
.child_pages {
    display: flex;
    flex-direction: column;
}
.child_pages .child_page {
    width: 100%!important;
}	 
.child_pages .child_page-container {
    min-height: inherit!important;
	height:inherit!important;
}
.responsive .logo img {
    width: 200px;
}
.container {
    padding: 0px 30px;
}
}

@media only screen and (max-width: 989px) and (min-width: 381px){
.responsive .logo img {
    width: 200px;
    margin-top: 15px;
}
	.child_pages {
    display: flex;
    flex-direction: column;
}
.child_pages .child_page {
    width: 100%!important;
}	 
.child_pages .child_page-container {
    min-height: inherit!important;
	height:inherit!important;
}
.container {
    padding: 0px 20px;
}
.inner_sidebar {
    margin-left: 20px;
}
}
 @media only screen and (max-width: 320px) {
.responsive .logo img {
    width: 150px;
}	 
}