@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;　
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
/*#home h1 {*/
h1 {    
    margin-top: 34px;
}
h1:hover {
    color: #0bd;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;  /*パーツのセンタリング*/
    padding: 0 4%;
}
/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
/* ボタン */
.button-div{
    margin: 1.5rem 0;
}
.button {
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-size: 1.1rem;
    background: #0bd;
    color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #0bd;
    border-radius: 5px;
    padding: 10px 15px;
}
.button:hover {
    background: #fff;
    color: #0bd;
}
/* 見出し */
.page-title {
    font-size: 2.4rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-weight: normal;
    color: #542d24;
}

.page-title2 {
    font-size: 2.3rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-weight: normal;
    color: #542d24;
}
.page-title3 {
    font-size: 1.7rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-weight: normal;
    color: #542d24;
}
.page-title4 {
    font-size: 1.2rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-weight: normal;
    color: #542d24;
}

/*page-title2のルビ*/
.rubi-title2 {
    margin-top: -1rem;
    font-size: 1rem;
    line-height:  1rem;
    font-family: 'Philosopher', serif;
}

/*page-title3のルビ*/
.rubi-title3 {
    margin-top: auto;
    font-size: 1rem;
    line-height:  2rem;
    font-family: 'Philosopher', serif;
}


/*サイドバーのタイトル*/
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
}
/* 罫線 */
.keisen {
    border: 0px none; 
    background: url(../images/dsp/b_illust_3_2L.png) repeat-x;
    height: 100px;
}
/* 余白 */
.yohaku50{
    margin : 50px 0;
}
.yohaku20{
    margin : 20px 0;
}


/* ロゴ */
.logo {
    width: 55%;
}


/*文字の横に線をひく*/
.title-border {
display: flex;
align-items: center;/* 垂直中心 */
justify-content: center; /* 水平中心 */
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
width: 3em; /* 線の長さ */
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}

/*ルビ*/
.rubi {
font-size: 0.6rem;
line-height:  0.6rem;
}

/*マーカー*/
.marker-P-green {
background: linear-gradient(transparent 60%, #ccffcc 0%);
}
/*斜線のアンダーライン*/
.stripe{ 
  position: relative;
  padding: 0.3em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
}
/* 波線のアンダーライン  */
.wave {
  text-decoration: underline wavy #0bd;
}

/*新着！*/
.new{
  font-family: 'Philosopher', serif;
  color:red; 
  font-weight:bold; 
  font-size:1.1rem; 
  padding-left:1rem;
}

/*付箋*/
.my-containerblock{
  padding:20px;

/*  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.my-container{
  display: flex;
/*  background: #ccc; */
}

.my-container-box-1{
    background:rgba(255,255,255,0.87);
    padding:5px;
    border-radius:5px;
}
.my-container-box-2{
    border:4px double #0bd;
    padding:20px;
    border-radius:5px;"
}

.my-container{
    display: flex;
    justify-content: flex-start; 
    flex-wrap:wrap;  /*子要素が親要素をはみ出る場合は折り返す*/
}

/*ふせん3連*/
.fusen1-3{
    width: 32%;
    height: auto;　
    padding: 0.5em 1.5em;
    margin: 2em auto;
    text-align: justify;
    color: #5d627b;
    background: white;
    border-top: solid 5px #0bd;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.fusen1-3:hover{
    filter: opacity(100%) drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2)); 
    transition-duration: 0.5s;
}


.fusen1-3 h4 {
   margin-top: 1.5rem;
   font-size:1.2rem;
}
.fusen1-3 p {
 	margin-top: 1.2rem;
    padding: 0.7rem 0.7rem;
    line-height: 1.8rem;
}
/*ふせん1-3サービス*/
.fusen1-3-s{
    width: 32%;
    height: auto;
    padding: 0.5em 1.0em;
    margin: 0.5em 0.3em;   /*左右のマージンに注意。justify-content（標準は左寄せ）が壊れる*/
    text-align: justify;
    color: #5d627b;
    background: white;
    border-left: solid 5px #ffbc40;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.fusen1-3-s h4 {
   margin-top: 0.8rem; 
   font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
.fusen1-3-s p {
    padding: 0.7rem 0.5rem;
}
.fusen1-3-s-rakugaki{
    width: 32%;
    height: auto;
    padding: 0.5em 1.0em;
}  
/*ふせん2連サービス*/
.fusen1-2-s{
    width: 48%;
    height: auto;
    padding: 0.5em 1em;
    margin: 2em 0.5rem;
    text-align: justify;
    color: #5d627b;
    background: white;
    border-top: solid 5px #ffbc40;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.fusen1-2-s h4 {
   margin-top: 1rem; 
}
.fusen1-2-s p {
    padding-top: 1rem;
    text-align: center;
}
/*ふせん2連*/
.fusen1-2{
    width: 48%;
    height: auto;
    padding: 0.5em 1em;
    margin: 2em auto;
    text-align: justify;
    color: #5d627b;
    background: rgba(255, 255, 255, 1.0); 
    border-top: solid 5px #0bd;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.fusen1-2 h4 {
   margin-top: 0.3rem; */
}
.fusen1-2 p {
    padding: 0.7rem 0.5rem;
}

/*ふせん1*/
.fusen1{
    width: 100%;
    height: auto;
    padding: 0.5em 1em;
    margin: 2em auto;
    text-align: justify;
    color: #5d627b;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
   font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
.fusen1 h2 {
   margin-top: 1rem; */
}
.fusen1 p {
 /*   margin: 0; */
    padding: 0.7rem 0.5rem;
}

/* 付箋マスキング */
.sample_box12 {
   width: 400px;/* 紙の横幅 100%にすると全幅表示に */
   padding: 15px ;
   padding-bottom:  30px;
   margin: 2em auto;
   background: rgba(251,199,245,0.5);  
   color: #000;/* 文字色 */
   box-shadow: 4px 4px 4px rgba(0,0,0,0.03);transform:rotate(2deg);
   word-break: break-all;
}
.sample_box12 p {
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    text-align: center;
    font-size:1.2rem;
    font-weight: bold;
    color:#0bd;
}
.sample_box12_tape {
    width: 50%;
    width: 200px;/* 紙の横幅 100%にすると全幅表示に */
    height: 35px;
    margin: -25px auto 0;
    background: rgba(251, 234, 144, 0.5);/* テープの色 */
    transform: rotate(-3deg);
    opacity: 0.9;
}
.sample_box12_title {
    text-align: center;
    font-size: 1.3em!important;
    margin-top: 10px!important;
}
.sample_box12_subtitle {
    text-align: center;
    font-size: 0.9em!important;
    margin-top: -1em!important;
    margin-bottom: 1em!important;
}
.sample_box12 ul {
  padding: 0;
}
.sample_box12 ul li{
  color: #432;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold; 
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;

}
.sample_box12 a {
    color: #432;
}
.sample_box12 a:hover {
    color: #0bd;
}

/*　吹き出し */
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.3em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;　

}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.3em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #f00;
  font-size: 16px;
  background: #FEEEED;　

}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid  #FEEEED;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

.box-quote {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box-quote .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-quote p {
    margin: 0; 
    padding: 0;
}

/* HEADER
------------------------------- */
.page-header {
    display: flex;
    justify-content: space-between;
}
.main-nav
 {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 20px;
    list-style: none;
    line-height:  1.7rem;
    text-align:center;
}
.main-nav-1
 {
    display: block;
    text-align:center;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
    line-height:  1.7rem;
}
.main-nav-2
 {
    display: block;
    text-align:center;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 20px;
    list-style: none;
    line-height:  1.7rem;
}
.main-nav li {
    margin: 0 18px;
}
.main-nav-1 li {
/*    display:inline-block;*/
/*    margin-left: 100px;*/
}
.main-nav a, 
.main-nav-1 a, 
.main-nav-2 a 
{
    color: #432;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
.main-nav a:hover, 
.main-nav-1 a:hover, 
.main-nav-2 a:hover  
{
    color: #0bd;
}

/* HOME
------------------------------- */
#home {
    min-height: 100vh;*/
    background-image: linear-gradient(#ffffff,#ffffff);
    min-height: 100vh;
}
.home-content {
    text-align: center;
}
.home-content p {
    font-size: 1.2rem;
    margin: 10px 0 42px;
    font-family: 'Philosopher', serif;
}
.home-content h2 {
    font-size: 2.4rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-weight: normal;
    color: #542d24;
    /*color: #4C2E30;*/
}

#goaisatu
{
    margin-bottom: 40px;
}
#goaisatu h2
{
    text-align: center; 
    margin-bottom: 20px; 
    color: #542d24;
}
#goaisatu h3
{
    padding-top: 20px;
    text-align: center; 
    font-size: 2.5rem;
    margin-bottom: 20px; 
    font-weight: normal;
    font-family: 'Philosopher', serif;
    color: #542d24;
}
#goaisatu h4
{
    font-size: 1.2rem;
    margin: 1rem 0; 
    font-family: 'Philosopher', serif;
    color: #542d24;
}
#goaisatu p
{
    margin: 1rem 0;
    line-height: 2;
    text-align: justify;
}

#guide-d h3,
#guide-b h3
{
    padding-top: 20px;
    text-align: center; 
    font-size: 2.5rem;
    margin-bottom: 20px; 
   
 }

#news
{
    margin-bottom: 40px;
    margin-top: 100px;
}
#news h2
{
    text-align: center; 
    margin-bottom: 20px; 
}
#news h3
{
    font-size: 1.2rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
#news p
{
    margin: 0.5rem 0 1rem 0;
    line-height: 1.8rem;
    text-align: justify;
}
#news img
{
    width:24px;
    height:24px;
    vertical-align:middle; 
}
#news .hiduke
{
    vertical-align:middle; 
    margin-left:1rem;
}

#home .setumei{
    text-align: center; 
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
#home .setumei2{
    margin-top:  2.0rem;
    font-size: 1.4rem;
    text-align: center; 
    line-height: 3rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
#home .setumei3{
    margin-top:  0.5rem;
    font-size: 1.1rem;
    text-align: left; 
    line-height: 1.8rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}

#home .setumei4{
    font-size: 1rem;
    line-height: 1.5rem;
    text-align:  justify;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    line-height: 1.8rem;
}

#home .flex-parent,
#home .flex-parent2{
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    margin: 8rem 0;
}
#home .flex-parent img,
#home .flex-parent2 img
{
    cursor: pointer;
    filter: opacity(100%);
}
#home .flex-parent img:hover{
    filter: opacity(75%) drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    transition-duration: 0.5s;
}
#home .flex-parent2 img:hover{
    filter: opacity(75%) drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.6));
    transition-duration: 0.5s;
}
#home .flex-child-img{
    width: 65%; 
}
#home .flex-child-p{
    width: 33%; 
    font-size:1.2rem;
    margin: 0 1%;
}
#home .link{
	margin-top: 180px;
	text-align: center;
}
#home .link a{
	color: #432;
}
#home .link a:hover{
	color: #0bd;
}
/*右から左に流れるテロップ*/
#home .telop{
  margin-bottom : 0.5rem 0; 
  width      : 100%;
  text-align : center;
  overflow   : hidden;
}
#home nav{
	margin-top: 0px;
}

.telop p{
  display     : inline-block;
  color: white;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 20s linear infinite;
}

@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}




/* ゆるきゃら */
.character {
    width: 60%;
    margin-top: -30px;
    margin-bottom: 30px;
    border-radius : 28px;
}

/*SNS*/
.sns {
    margin-top: 2rem;
    text-align: center;
}
.sns li {
    display: inline-block;
    width: 40px;
    margin: 0 1em;
}
.sns p {
    color: #1f5c99; 
    font-weight: bold;
}


/*スライダー*/
/*
#css-slider {
    width: 300px;
    height: 200px;
    overflow: hidden; 
}

.slide-item {
    width: 300px;
    height: 200px;
    float: left;
    position: relative;
}


.slider-wrapper {
    width: 300%; 
    position: relative;
    left: 0;
    will-change: transform;
    animation: slider 10s infinite;
}
@keyframes slider {
  0% { transform: translateX(0); }
  33% { transform: translateX(-300px); }
  66% { transform: translateX(-600px); }
  100% { transform: translateX(0); }
}
*/

/* LABO(side-d)(side-b)
------------------------------- */
#labo
 {
    background-image: linear-gradient(#00bbdd,#ffffff);
    height: 270px;
    margin-bottom: 40px;
}
#hatake-bu
 {
    background-image: linear-gradient(#FFF450,#ffffff);
    height: 270px;
    margin-bottom: 40px;
}
#blog
 {
    background-image: linear-gradient(#ffffff,#ffffff); */
    height: 270px;
    margin-bottom: 40px;
}
#labo .page-title,
#hatake-bu .page-title,
#blog .page-title
 {
    text-align: center;
/*    line-height: 1.5rem;*/
}
#labo  p,
#hatake-bu  p
{
    font-family: 'Philosopher', serif;
}
#labo  p ,
#hatake-bu  p,
#blog  p
{
    font-size: 1.125rem; 
    text-align: center; 
}
.labo-contents
 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
/*    flex-wrap:wrap; */ /*子要素が親要素をはみ出る場合は折り返す*/
}
.portfolio-title
 {
    margin-top: 1.5rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-size: 1.8rem;
    border-bottom: solid 3px #53BBD3;
    margin-bottom:  2rem;
 /*   position: relative; */
}

.sp-only{
    display: none;
}
/*.pc-only{
    display: block;
}*/
.breadcrumb{
    line-height: 2rem;
    margin: 30px 0;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
/* 記事部分 */
article {
    width: 100%;
/*    width: 74%; */
/*    order: 2; */
}
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
}
article .two-contents {
    display: flex;
    justify-content: space-between;
/*    margin-bottom: 50px; */
    flex-wrap:wrap;  /*子要素が親要素をはみ出る場合は折り返す*/
    align-items: center; /*縦が親要素に合わせてstretchしないように*/
}
article .two-columns {
 /*   height: 96%;*/
    width: 48%;
}
article span{
    text-align: center;
}
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
/*   font-size: 1.625rem;*/
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 15px;
}
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
.post-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.7rem;
    font-weight: normal;
    margin-top: 0.5rem; 
}
.post-title,
.post-cat {
    margin-left: 120px;
}
/*インデント*/
.comment{
    margin-left : 90px;
}
/*ポートフォリオ*/
.customer p{
    text-align: center;
    color: #432;
}
.link-card {
  display: block;
/*  margin: 1em; */
  padding: 0.6em;
  border: solid 1px silver;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  margin-bottom: 50px;
}
.link-card :hover{
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;    
}

/* サイドバー */
aside {
    width: 0%; 
/*    width: 22%; */
/*    order: 1; */
}
aside .sub-title{
    margin-top: 60px;
}
aside .sub-title-top{
    margin-top: auto;
}
aside label {
    display: block;  /*横一杯までクリックできるようにする  */
    border-bottom: 1px #ddd solid;
    color: #432;
    padding: 10px;
/*    width: 100%;*/
}
aside label:hover {
    color: #0bd;
    cursor: pointer;
}
aside p {
    padding: 12px 10px;
    text-align: justify;
}
aside img{
    padding: 20px 10px 0 10px;
}
/*
.hatake-contents article{
    order: 2;
}
.hatake-contents aside{
    order: 1;
}
*/
/* タブコントロール */
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
/*  padding: 40px 40px 0; */
  clear: both;
  overflow: hidden; 
}
/*選択されているタブのコンテンツのみを表示*/
#programming:checked ~ #programming_content,
#service2:checked ~ #service2_content,
#all:checked ~ #all_content,
#vision-d:checked ~ #vision-d_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
.tabs input:checked + .tab_item2 {
  background-color: #5ab4bd;
  color: #fff;
}


/*タブのスタイル*/

.tab_item {
/*  width: 30%; */
  width: 50%;
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 1rem;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
  text-align: center;
  color: #432;
  display: block;
  float: left;
  font-weight: bold; 
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

.tab_item2 {
/*  width: 40%; */
  width: 50%;
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 1rem;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
  text-align: center;
  color: #432;
  display: block;
  float: left;
  font-weight: bold; 
  transition: all 0.2s ease;
}
.tab_item2:hover {
  opacity: 0.75;
}

/*サービス*/
/*--目次--*/
.mokuji{
 /*   border: dotted 5px "#432";*/
    width :50%;
/*    margin:60px auto;*/
    margin:40px auto;
    background: rgba(0,187,221,0.1);  
    padding:1.5rem 3rem;
/*    border: solid 1px #0bd;*/
    box-shadow: 0.1px 0.1px;
}
.mokuji p{
 /*   font-family: 'Philosopher', serif; */
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    text-align: center;
    font-size:1.2rem;
    font-weight: bold;
    color:#0bd;
}
.mokuji ul {
  padding: 0;
}
.mokuji ul li{
  color: #432;
  border-left: solid 6px #0bd;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold; 
/*  font-family: 'Philosopher', serif;*/
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;

}
.mokuji a {
    color: #432;
}
.mokuji a:hover {
    color: #0bd;
}

/*--イラスト--*/
.service2_komawari{
    text-align:center;
    margin: 100px 0 0 0;
}
.service2_img{
    width: 40%;
}
.service2_msg{
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2.5rem;
}

.hojyokin{
    padding: 0.5em 1em;
    margin: 5rem 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.hojyokin p {
    font-size:1.2rem;
    margin: 0; 
    padding: 0;
}
.hojyokin a {
    color: #432;
}
.hojyokin a:hover {
    color: #0bd;
}


.image-left{
    width: 50%;
    float: left;
    margin: 0 1.5rem 1.5rem 0;
}
.omitsumori{
    color:#ffbc40;
}
/*戻るリンク*/
.back{
    text-align: right;
    margin: 20px 0px 20px 0px;
}
.summary {
    text-align: justify;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
.sec a {
    color:#0000CD; 
    color:#5387D1;
    color:#4498AA;
}
.sec a:hover {
    color: #0bd;
}
.sec p {
    line-height: 2.0;　/*行間1.5~2.5*/
    text-align: justify; 
}
.sec h4{
    font-size:  1.2rem;
    text-align: center;  
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
}
/*
.wave{
  text-decoration: underline wavy #0bd;
}
*/
.sec h3 {
    margin: 40px 0 30px 0;
    font-weight: normal;
     font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-size: 1.5rem;
    position: relative;
    padding: 10px 0 15px 28px;
    /*  アンダーライン　*/
    background: url(../images/dsp/line.gif) repeat-x bottom left;

}
.sec h3:before, .sec h3:after {
    content: "";
    position: absolute;
    margin: auto;
}
.sec h3:before {
/*　大きい四角 */
    width: 12px;
    height: 12px;
    top: 0;
    left: 14px; 
    background: #53BBD3; 
    transform: rotate(50deg); 
/*　大きい三角 */
}
.sec h3:after {
/*小さい四角*/    
    width: 8px;
    height: 8px;
    top: 18px;
    left: 6px;
    background: #FFD700;
    transform: rotate(20deg);
/*　小さい三角 */
}

/* サービス　見出し */
.sv-title {
    margin: 1.2rem 0;
    font-size: 1.2rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-weight: normal;
    color: #542d24;
}
.sv-title p{
    text-align:  center;
    padding-top: 15px;
}


/*vision*/
.credo-block{
  background-image: url("../images/dsp/3281906_m.jpg"); 
    background-position: center center;
      background-size   : cover;
      background-repeat : no-repeat;
      padding: 20px; 
    border-radius:5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.credo{
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    background:rgba(255,255,255,0.87);
      padding: 30px;
    border-radius:5px;
    text-align: justify;
}

.credo h2{
    font-size: 1.3rem;
    margin: 2rem 0;
    text-align:  center;
    font-weight: 400;
    font-style: normal;
}
.credo p{
    line-height: 2rem;
    text-align: justify;
/*    text-justify: inter-ideograph;    */
}

/* BLOG
------------------------------- */


/* Side-b
------------------------------- */
.hatake-contents h3 {
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    text-align:  center;
    font-size: 2.3rem;
}
.hatake-contents .rubi-title {
    margin-top: 1rem;
    font-size: 1rem;
    line-height:  1rem;
    font-family: 'Philosopher', serif;
}
.hatake-contents h4 {
    margin-top: 1.5rem;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    font-size: 1.8rem;
    border-bottom: solid 3px #ffc778;
    position: relative;
}
/*アンダーライン*/
.hatake-contents h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px skyblue;
  bottom: -3px;
  width: 50%;
}


.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  /*grid-template-columns: repeat(3, minmax(240px, 1fr));*/
  /*grid-template-columns: repeat(3, 1fr);*/
  /*grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));*/
  /*grid-template-columns: 1fr 1fr 1fr; *//*3列に固定される。均等割り*/
  /*grid-template-columns: 240px 240px 240px;*/
  margin-top: 3%;
  margin-bottom: 3rem;
}
 .grid-item{
}

.big-box {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
}

/* フッター
/*------------------------------- */
#side-d footer{
/*    background-image: url(../images/dsp/footterD.jpg);*/
    background-image: linear-gradient(#ffffff,#00bbdd);
}
#side-b footer{
/*    background-image: url(../images/dsp/footterB.jpg);*/
    background-image: linear-gradient(#ffffff,#fff450);
}
#blog footer{
    background-image: linear-gradient(#ffffff,#ffffff);
}
footer {
    min-width:100%;
    bottom:0;
    height: 150px; 
    /*ブロック要素の中央配置*/
    display: flex;
    justify-content: center;
    align-items: center;
}
#side-d footer p {
    color: #fff;
    font-size: 0.875rem;
/*    margin-top: 80px; */ /*画像上部が白色のため上下の中心がズレて見えるので微調整する*/
}
#side-b footer p {
    color: #432;
    font-size: 0.875rem;
/*    margin-top: 80px; */ /*画像上部が白色のため上下の中心がズレて見えるので微調整する*/
}
/* モバイル版
------------------------------- */
/*
@media (max-width: 1024px) {
    .my-container{
        display: block;
    }
    .fusen1-3{
        width: 100%; 
        padding: 0.5em 1em;
    }
    .fusen1-2{
        width: 100%;
        padding: 0.5em 1em;
    }
    .fusen1-3-s{
        width: 100%;
        padding: 0.5em 1em;
    }
}
*/
@media (max-width: 600px) {
}    
@media (max-width: 767px) {
    /* 共通部分
    ------------------------------- */
    /* 見出し */
    .page-title {
        font-size: 2.5rem;
    }
    .page-title2 {
        font-size: 2.1rem;
    }
    .page-title4 {
        text-align: center;
    }
     /* HEADER
    ------------------------------- */
    .page-header {
        flex-direction: column;
        align-items: center;
    }
    h1 { 
        /*IMGをセンタリング*/   
        text-align: center;
    }
    .main-nav {
        font-size: 1.2rem;
        margin-top: 10px;
    }
    .main-nav-1 {
        font-size: 1.2rem;
        margin-top: 10px;
    }
    .main-nav li {
        margin: 0 20px;
  	}

    /* HOME
    ------------------------------- */
    .home-content {
        margin-top: 15%;
    }
    .home-content h2 {
        font-size: 1.9rem;
    }

    /* ゆるきゃら */
    .character {
    /*    width: 128px;
        margin-top: 14px; */
    /*  margin-top: 1%; */
    /*    margin-bottom: 5%;*/
    /*    height: 30%;*/ /*widthに合わせて縮小するので不要*/
        width: 100%;
     /*   margin-top: 14px;*/
    }
    .sample_box12 {
       width: 80%;/* 紙の横幅 100%にすると全幅表示に */
    }
    .sample_box12_tape {
       width: 80%;/* 紙の横幅 100%にすると全幅表示に */
    }
    #guide-d h3,
    #guide-b h3
    {
        text-align: center; 
        margin-bottom: 10px; 
        font-size: 2.5rem;
    }
    #news
    {
        margin-bottom: 40px;
        margin-top: 70px;
    }
    #home .setumei{
        text-align: center; 
        margin-bottom: 10px; 
    }
    #home .setumei3{
        margin-top:  0.5rem;
        font-size: 1.0rem;
        text-align: left; 
        font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    }
    .page-title3 {
    /*    font-size: 5rem;*/
        margin-top: 1rem;
        font-size: 1.5rem;
        font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif!important;
    /*    text-transform: uppercase;*/
        font-weight: normal;
        color: #542d24;
        /*color: #4C2E30;*/
    }
    .my-container{
        display: block;
    }
    .fusen1-3{
        width: 100%; 
        padding: 0.5em 1em;
    }
    .fusen1-3-s{
        width: 99%;
        padding: 0.5em 1em;
        margin: 1em auto;
    }
    .fusen1-2{
        width: 100%;
        padding: 0.5em 1em;
    }
    .fusen1-2-s{
        width: 99%;
        padding: 0.5em 1em;
        margin: 1em auto;
    }
/*
    #home .flex-parent {
        display: block;
        margin: 2rem 0;
    }
    #home .flex-child-img{
        width: 100%; 
    }
*/
    #home .sp-only img{
        cursor: pointer;
        filter: opacity(100%);
    }
    #home .sp-only img:hover {
        filter: opacity(75%) drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
        transform: translateY(-10px);
        transition-duration: 0.5s;
    }
    #home .flex-child-p{
        width: 100%; 
        font-size:1.0rem;
        margin: 0 1%;
    }
    #home .link{
        margin-top: 100px;
    }
    .funbd-banner{
      padding: 2rem 0;
      width: 35%;
    }
	#home nav{
		margin-top: 60px;
	}
   #goaisatu p
    {
        margin: 0;
    }

    /* LABO(side-d)(side-b)
    ------------------------------- */
    #labo .page-title,
    #hatake-bu .page-title
     {
        margin-top: 30px;
    }
    .labo-contents,
    .hatake-contents {
        flex-direction: column;
    }
    /* 記事部分 */
    article {
        width: 100%;
   /*     order:2; */
    }
    article .two-contents {
        display: inline-block;
    /*    margin-bottom: 50px; */
        flex-wrap:wrap;  /*子要素が親要素をはみ出る場合は折り返す*/
        align-items: center; /*縦が親要素に合わせてstretchしないように*/
    }
    article .two-columns {
     /*   height: 96%;*/
     /*   width: 100%;*/
       width: 100%;
    }
    article label {
        display: block;  /*横一杯までクリックできるようにする  */
        border-bottom: 1px #ddd solid;
        color: #432;
        padding: 10px;
    /*    width: 100%;*/
    }
    article label:hover {
        color: #0bd;
        cursor: pointer;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-date {
        width: 70px;
        height: 70px;
        font-size: 1rem;
        padding-top: 10px;
    }
    .post-date span {
        font-size: 0.875rem;
        padding-top: 2px;
    }
    .post-title {
        font-size: 1.375rem;
    }
    .post-cat {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .post-title,
    .post-cat {
        margin-left: 80px;
    }
    /*インデント*/
    .comment{
        margin-left : 10px;
    }
    /* サイドバー */
    aside {
        margin-top: 60px;
        width: 100%;
   /*     order:1; */
    }
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
/*        margin: 50px 0; */
    }
    /* サービス */
    .service2_img{
        width: 80%;
    }
    .service2_msg    {
        font-size: 1.1rem;
        font-weight: normal;
        line-height: 2.0rem;
    }
    .mokuji{
        width :100%;
        margin:50px auto;
        background: rgba(0,187,221,0.1); 
        padding:1.5rem 2rem;
        box-shadow: 0.1px 0.1px;
    }
    .hojyokin{
        font-size: 1.1rem;
    }
    /*タブのスタイル*/
    /*.tabs label{
        line-height:  1.8rem; 
        font-size: 0.85rem;
    }*/
    .tab_item,
    .tab_item2 {
        margin-top: 4rem;
        line-height: 1.8rem;
    }
    .credo h2{
        font-size: 1.1rem;
    }
    .hatake-contents h3 {
        margin-top: 5rem;
        font-size:  2rem;
    }
    .hatake-contents h4 {
        margin-top: 3rem;
    }
    /* BLOG
    ------------------------------- */
    .grid {
      display: block;
      margin-left: 1rem;
    }
}
