/* フォントの上書き */
p,a,h1,h2,h3,h4,h5,h6,th,td{font-family:游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,Verdana,メイリオ,Meiryo,sans-serif;}
th,td{color: black; line-height: 2;padding-left: 3%;}
.site-hero-content h1{font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;}

/* ロゴの横幅指定 */
.site-navigation .navbar-brand img{max-width:200px}

/* 記事一覧ページの大文字設定の解除、h1の文字大きさ */
.site-blog-header h1{text-transform:none; font-size:2rem;letter-spacing: 5px; color: #fff; text-shadow: 1px 1px #444;}

/* 記事一覧のタイトル下のpadding調整 */
.site-blog{padding: 15px 0;}
@media (max-width: 767px){.site-blog-post-content a.read-more{opacity: 0;}}

/* 記事一覧のタイトル背景画像 */
.site-blog-header{
    background-image: url(../images/backgrounds/blog_top_header.jpg);
    height: 250px;
    padding-top: 140px;
    text-align: center;
}
@media (max-width: 991px){.site-blog-header{
    height: 180px;
    margin-top: 0px;
    padding-top: 100px;
    vertical-align: middle;
}}

/* 記事一覧の説明文追加 */
.site-blog-discription{margin-top:30px;}
.site-blog-discription hr{background-color: darksalmon;}

/* 記事のインデント、カラー */
p{text-indent: 7px; color: #4e4e4e; line-height: 1.7;}

/* 記事タイトルのサイズ .site-blog-details,を排除 20200909*/
.blog-title{
    font-size:22px !important;
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
    color: #494949;/*文字色*/
    /* background: #f4f4f4;背景色 */
    border-left: solid 5px #7db4e6;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
}

/* 記事対象者の文字色：記事ページのトップ画像の下 */
.blog-authoer{color: #9E9E9E; text-decoration:underline}

/* 個別記事ページ（PC画面）の背景 */
@media (min-width: 992px){.site-blog.details{padding: 94px 0 80px; background-color: #EFEFEF}}
/* @media (min-width: 992px){.col-lg-8 {background-color: #FFFFFF}} */

/* 個別記事ページ（PC画面）の画像のインデント調整 */
.site-blog-details img {margin-left:-7px}
@media(max-width:575px){.site-blog-details img {margin-left:-22px; max-width: 100vw; margin-bottom: 10px}}

/* 個別記事ページ（PC画面）のトップ画像の横幅調整 */
.feature-image{width: 100%; padding: 0 0 10px 0}
@media(max-width:575px){.feature-image{width: 100vw; margin: 0 0 0 -15px}}

/* 個別記事ページ（PC画面）の下部の線 */
.hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

/* ブログしたのリンク */
.link {font-size: 0.9rem; text-decoration: underline; color:#00113e}
.subtitle{font-size: 1.2rem;margin-bottom: 0px!important; margin-top:15px}
.site-blog-post-content {position: static}
.movie{    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Youtubeの画面幅調整 */
@media(max-width:575px){.movie{width: 100vw;}}

/* ヘッダーのシャドー */
@media (min-width: 991px){.site-navigation {box-shadow: 0 0 2px #666, 0 0 8px #222}}


h4 {font-size:18px; position: relative; padding: 0.25em 0;line-height: 1.5;}   
h4:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
} 
h5{font-size:16px}
h6{color: #9E9E9E}

@media (min-width: 768px){.site-blog-post{box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.1);}}
@media (max-width: 767px){.site-blog-post{margin-bottom:0px;}}
@media (min-width: 992px){.site-blog.details{background-color: #ffffff;}}

/* サンクスページのブロック */
.site-contact-thanks{padding:10vw 38px; width:50%; text-align:center;}
@media (max-width: 991px){.site-contact-thanks{width:100%; padding: 20vw 38px 10vw; text-align:center;}}
/* サンクスページの文言 */
.site-contact-description{padding: 110px 0 100px;}
@media (max-width: 991px){.site-contact-description{
    width: 100%;
    padding: 30px 0px 70px 0px;
    text-align: center;
}}

/* サービス一覧のタイトル下 */
.site-project{padding:15px 0;}

/* サービス一覧の各サービスコンテナ */
/* .site-project-item{box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1);} */

/* ヘッダーの高さ修正 */
.btn-sm{padding: 5px 40px!important;}
.site-navigation .nav-item .nav-link{padding: 5px 18px;}
@media(max-width: 991px){.site-navigation .nav-item .nav-link{padding: 10px 18px;}}
/* ヘッダーの横幅調整 */
.site-navigation {padding: 15px;}
/* @media (max-width: 575px){.site-navigation.nav-bg {padding: 15px;}} */

.nav-bg{padding: 10px 0;}

.row-blog{
    /* display: -ms-flexbox; */
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
    float:left
}

.row-blog-single{
    width: 100%;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    float:left
}

.right-sidebar{float:right;}

.section-title{margin-bottom: 30px;}

/* text-shadow: 1px 1px 0 #545b62, -1px 1px 0 #545b62, 1px -1px 0 #545b62, -1px -1px 0 #545b62; */
.site-hero-content h1{font-size: 40px;white-space: pre-line; color:#ffffff }
@media (max-width: 1200px) {.site-hero-content h1 {margin-bottom: 50px; } }
@media (max-width: 575px) {.site-hero-content h1 {font-size: 30px; } }

/* ボタンの色 */
.btn-primary {background: #DB375C; position: relative;z-index:2}
.btn-primary:hover {background: #A71F3D}
.btn-secondary {background:#3953C5;position: relative; ; z-index:2}
.btn-secondary:hover {background:#2B46BB}

.site-navigation .navbar-toggler .icon-bar {background: #DB375C}

.section-title p{font-size:16px;text-indent: 0px; text-align: left;}

/* 横幅の制限：コンテンツが小さく表示されすぎないか。 */
/* .container{max-width: 1100px;} */

.site-project-header{padding: 120px 0 20px;}

/* 人気記事一覧のタイトル ⇒blog一覧と、popular両方に影響を与えるので注意*/

.site-blog-post-content h3{font-size: 22px; margin-bottom: 5px; line-height: 28px}
@media (min-width: 992px){.site-blog-post-content h3{font-size:1em; margin-bottom: 0px; line-height: 1.5em}}

/* portfolio(提供サービス一覧)の各画像サムネイル */
.site-project-item-content{background: #ffffff; padding: 5px 10px 0px 5px; position: static}
.site-project-item-content h3{font-size: 25px;}
/* "view project"のスマホ位置を指定 */
/* @media(max-width:767px){.site-project-item-content{padding:10px 15px;padding-bottom:10px}} */

/* サービス一覧のhover(詳細を見る)の位置修正 */
.site-project-item-content a.read-more{bottom: 10px;}
.site-project-subitem, .site-blog-subpost{position: relative;margin-bottom: 50px;transition: all .3s ease-in;}
@media (min-width: 768px){.site-project-subitem:hover, .site-blog-subpost:hover{box-shadow: 0 30px 45px 0 rgba(0,0,0,.01), 0 30px 45px 0 rgba(0,0,0,.02), 0 30px 45px 0 rgba(0,0,0,.03), 0 30px 45px 0 rgba(0,0,0,.04)}}
@media (min-width: 768px){.site-project-subitem:hover .site-project-item-content{padding-bottom: 40px }}

@media(max-width:767px){.site-project-subitem .site-project-item-content .read-more{display:none}}
.site-project-subitem:hover .site-project-item-content a{transform: translateY(0); opacity: 1}

/* サービス一覧の個別説明single.htmlの画像 */
.site-project-single-description img{margin-left: -7px; max-width: 100%; margin-bottom: 20px;}
@media (max-width: 575px){.site-project-single-description img {
    margin-left: -30px;
    max-width: 100vw;
    margin-bottom: 10px;
}}

/* 各サービス：portfolioのsingleページ */
.site-project-single-section{padding-top: 100px;}
/* 各サービスの問い合わせボタン */
.inquiry{text-align: -webkit-match-parent; width:153px; margin: 0 auto}

/* ボタンの枠組み
.btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid white;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
} */

/* メニューのhover */
.site-navigation .nav-item a:hover{color:#DB375C}
/* フッターの背景色 */
.site-footer {background:#495057}

@media (max-width: 575px){.site-blog  .col-lg-6{padding-left: 0px; padding-right:0px}}
@media (max-width: 575px){.site-blog  .blog-list{padding-left: 0px; padding-right:0px}}

.site-project-subitem-right{
    padding: 0.5em 0;
    margin: 10px 0;
    color: #232323;
    border-left: solid 10px #5f5f5f;
    border-bottom: solid 1px #3953C5;
}

/* 記事一覧のタイトル、サマリー部分 */
.site-blog-post-content{padding:15px 15px 10px 15px}
@media(max-width:575px){.site-blog-post-content{padding:15px;background: #fff}}
/* 記事、サービスのhoverを取り消し */
.site-project-item:hover .site-project-item-content, .site-project-item:hover .site-blog-post-content, .site-blog-post:hover .site-project-item-content, .site-blog-post:hover .site-blog-post-content {padding-bottom: 10px}
@media(max-width:575px){.site-project-item:hover .site-project-item-content, .site-project-item:hover .site-blog-post-content, .site-blog-post:hover .site-project-item-content, .site-blog-post:hover .site-blog-post-content {padding-bottom: 15px}}

/* 記事hover時にフィルターぼかし */
.site-project-item:hover img, .site-blog-post:hover img, .site-blog-post:hover .site-blog-post-content {  opacity: 0.7; transition-duration: 0.3s;}

/* 各記事のhover時のtextのアンダーラインを無しに */
.site-blog a:hover{text-decoration: none}

/* トップページの「もっと読む」ボタン */
.btn-continue{color: #fff;background-color: #3953C5 ;border-radius: 100vh;}
.btn-continue:hover {background:#1a34a8; box-shadow: 0 0 2px #666, 0 0 8px #222; ;transition: all .3s }
.continue{margin:0 auto 20px}

/* 記事ページのメッセンジャーのボタン */
.btn-messenger{color: #fff !important ;background:#0291F0; border-radius: 2vh;border: solid; border-color: #0291F0;}
.btn-messenger:hover {color: #000!important; background:#fff; box-shadow: 0 0 2px #666, 0 0 8px #222; ;transition: all .3s }
.messenger{margin:10px auto; text-align:center}
.messenger_logo{margin:10px auto 0px; text-align:center}
.messenger_logo img{display: block; margin:auto;}
.messenger_name{margin-top: 20px;}
.messenger_name h5{text-align: center;}
.messenger_name h6{text-align: center; color: #666;}

/* 「続きを読む」のボタン */
.btn-continue_name{color: #fff !important ;background:#0291F0; border-radius: 2vh;border: solid; border-color: #0291F0; margin-bottom: 40px;}
.btn-continue_name:hover {color: #000!important; background:#fff; box-shadow: 0 0 2px #666, 0 0 8px #222; ;transition: all .3s }
.continue_name{margin: 30px auto; text-align:center}
.continue_name h5{text-align: center;}
.continue_name h6{text-align: center; color: #666;}


.stripe{ position: relative;padding: 0.3em;}
.stripe:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, #3b3b3b,#3b3b3b, white 2px, white 4px);
  }

.stripe:hover{color:#DB375C}
.stripe:hover::after{background: repeating-linear-gradient(-45deg, #DB375C,#DB375C, white 2px, white 4px)}

/* ランキングの番号振り */
body{counter-reset: count;}
.ranking li {padding-left: 2em;}
.ranking li:before {
    float: left;
    background: #c00;
    width: 1.5em;
    height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    margin-left: -2em;
    counter-increment: count;
    content: counter(count);
}

.ranking {padding: 0;list-style: none;counter-reset: rankNum;}
.ranking a{color:black}

/* 関連記事 */
/* .related-blog-post{} */
.row-related{display: flex;flex-wrap: wrap;}

/* 会社概要のtable */
.col-head-type1 {border-collapse: collapse; margin: 50px 0;}
.col-head-type1 tr{border-bottom: 1px solid hsl(0, 0%, 63%);text-align:left;padding: 15px 0px}
.col-head-type1 th {text-align:left;width: 220px; }
@media only screen and (max-width: 800px) {
.col-head-type1 th,.col-head-type1 td {display: block;width: auto;}
.col-head-type1 th,.col-head-type1 td {border-top: none;}}
.site-about-wrapper{padding-bottom: 25px;}
@media (min-width: 768px){.site-about-header{padding:5% 20% 10% 20%}}

.site-project-single-description p{text-indent: 0px;}
.site-project-single-description ul{padding-inline-start:15px; color: #000000; line-height: 230%;}

/* 記事の下の"取材特集" */
.site-blog-post-content a{color:#686868}
.site-blog-post-content h6{padding-top: 5px;}
@media (min-width: 768px){.site-blog-post-content h6{font-size: 12px;}}

/* 記事の下の日時 */
.site-blog-post-content span{font-size: 12px;}

/* .figure {display: flex;}
.figure img{width:30%; vertical-align: top;} */


.logogif {position: absolute;left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 1;}

/* グローバルナビ */
.navbar-nav {margin-top: 10px;}
