@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/************************************
** パンくずリストのカテゴリアイコンを非表示（Font Awesome 4）
************************************/


.breadcrumb .fa-file {
	display: none; 
}
.fa-angle-right:before {
    content: "\f0da";
}

/************************************
** ページをフェードイン表示する
************************************/
.body {
	animation: fadein 2s forwards; /*アニメーション指定*/
}

@keyframes fadein {
	0% {opacity: 0} /*アニメーション開始時*/
	100% {opacity: 1} /*アニメーション終了時*/
}

/* ヘッダー/フッターグラデーション化 */
.header {
background: linear-gradient(to right, #FFC100, #FF689D)!important;
}
.footer {
background: linear-gradient(to right, #FFC100, #FF689D)!important;
}

/* クラス単位でのフェードイン設定 */
.fade-in {
    opacity: 0; 
    transition: all 1.5s;
    transform: translate(0,30px);
}
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
/************************************
** ページをフェードイン表示する(ここまで)
************************************/


/* 新着記事一覧ショートコード用 */
.news-list .news-list-inner {
 padding: 20px 5px;
 border: 2px solid #f5f5f5;
}
.archive .news-list .news-list-inner {
 background: #fff;
 padding: 20px;
}
.news-list ul {
 list-style: none;
 margin: 0 0 20px;
}
.news-list li {
 padding: 10px;
 border-bottom: 1px solid #ddd;
}
.news-list a {
 color: #333;
 text-decoration-line: none;
}
.news-list a:hover {
 opacity: 0.6;
}
.news-list a.wp-block-button__link {
 color: #fff;
}
.news-list a.wp-block-button__link:hover {
 color: #F87474;
}
.news-list .news_date {
 margin: 0;
 font-size: 14px;
}
.news-list .news_title {
 margin: 0;
 font-size: 18px;
 line-height: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
}

/************************************
** 見出し
************************************/
h1{
  position: relative;
  padding: 0.5em 0.5em;
  /*background: -webkit-linear-gradient(to right, rgba(255, 124, 111, 0.8), #ffc994);*/
  background: linear-gradient(to right, rgba(255, 124, 111, 0.5), #ff0029);
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

/* 四角いボックスのデザイン
h1 {
    position: relative;
	padding: 0.3em 0.5em;
	border: 3px solid #ff0029;
    color: #333333;
}

h1::before,
h1::after {
    position: absolute;
    border: solid #ff0029;
    content: '';
}

h1::before {
    top: 3px;
    right: -16px;
    transform: skewY(45deg);
    width: 10px;
    height: 100%;
    border-width: 4px 3px 3px 0;
}
h1::after {
    bottom: -16px;
    left: 4px;
    transform: skewX(45deg);
    width: 100%;
    height: 10px;
    border-width: 0 2px 3px 4px;
}
h1:first-letter {
	color: #ff0029;
}
*/

/* 頭に電球のデザイン
h1 {
	position: relative;
	padding: 0.5em 0.75em;
	border: solid 1px #ff0029;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-left: solid 2.5em #ff0029;

}

h1:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url(https://3cubed.jp/wp-content/uploads/2023/04/logos_RGB-1.png) center center no-repeat;
	background-size: contain;
	vertical-align: -10px;


	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f0eb";
	font-weight: 900;
	color: #fff;
	padding: 0;
	left: -1.6em;
	top: 50%;
	transform: translateY(-50%);

}
*/

/*
h2 {
	color: #555 !important;
	background-color: #fff !important;
	_border-bottom: solid 2px #27acd9;
	border-bottom: solid 3px #ff0029;
	border-left: solid 8px #ff0029;
	padding: 0 0.8rem 0.8rem 0.8rem !important;
}
h2:first-letter {
	color: #ff0029;
}
*/

h2 {
    position: relative;
    padding: .3em 0 .2em 1em !important;
    border-bottom: 3px solid #ff0029;
    color: #333333;
}

h2::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #ff0029;
    content: '';
}
h2::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #ff0029;
    content: '';
}

.spacer{
  width: 100%;
  height: 20px;
}

/************************************
** TOPページコンテンツ
************************************/
/* スライドショーの時　*/
.fview_main-contents-wrap{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  top: -30px;
}
.fview_main-contents_slideshow {
  width: 100%;
  height: auto;
}
.fview_main-contents_slideshow img {
  width: 100%;
  height: 100vw;
  max-height: 700px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 10px;
}
.fview_main-contents_message{
  position: absolute;
  top: 50%;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 150;
  margin: 0　10px;padding: 0;
}
p.fview_main-contents_message{
  margin: 0;
  padding: 0;
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(37,37,37,.8);
  font-family: 'Raleway', Arial, sans-serif;
}
p.fview_main-contents_message:hover{
  color: #ff0029;
  opacity: 0.8;
  transition : 1s;
}
.fview_main-contents_message-span{
  font-size: 1.4rem;
}

.slick-prev{
	left: -10px !important;
}
.slick-next{
	right: 0 !important;
}
.slick-prev,.slick-next
{
    z-index: 100;
}
.slick-prev:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
	color: #ff0029;
	background-color: #ddd;
	border-radius:25px;
	padding: 10px;
}
.slick-next:before{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
	color: #ff0029;
	background-color: #ddd;	
	border-radius:25px;
	padding: 10px;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.top_contents {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
/* 2023/05/26：旧全画面BOXから変更(川﨑案)
  margin-left: 10px;
  margin-right: 100px;
  min-width: 220px;
  max-width: 480px;
  max-height: 320px;
*/
  margin: 30px 10px;
  min-width: 110px;
  max-width: 240px;
  max-height: 300px;
  width: 200%;

  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.top_contents-next_lead{
	width: 90%;
	margin: 0 auto;
}

.top_contents-next_lead_list{
	text-decoration: none;
	color: #555555;
	padding:2px 10px;
	border-radius: 25px;
}
.top_contents-next_lead_list:hover{
	font-weight: bold;
	background: #ff0029;
	color: #fefefe;
 	text-decoration: none;	
}
/*
.top_contents-next_lead_list:visited{
	color: #fefefe;
}
*/
figure.top_contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.top_contents img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
}

figure.top_contents figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.top_contents h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
}

figure.top_contents:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

figure.top_contents a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.top_contents.blue {
  background: #c0c0c0;
}

figure.top_contents.blue h2 {
  background: #ffb3bf;
  border-bottom: solid 2px #ff0029;
  font-weight:600;
}
figure.top_contents.blue h2:first-letter {
  color: #ff0029;
}

figure.top_contents.red {
  background: #c0c0c0;
}

figure.top_contents.red h2 {
  background: #ffb3bf;
  border-bottom: solid 2px #ff0029;
  font-weight:600;
}
figure.top_contents.red h2:first-letter {
	color: #ff0029;
}

figure.top_contents.yellow {
  background: #c0c0c0;
}

figure.top_contents.yellow h2 {
  background: #ffb3bf;
  border-bottom: solid 2px #ff0029;
  font-weight:600;
}
figure.top_contents.yellow h2:first-letter {
	color: #ff0029;
}

figure.top_contents.green {
  background: #c0c0c0;
}
figure.top_contents.green h2 {
  background: #ffb3bf;
  border-bottom: solid 2px #ff0029;
  font-weight:600;
}
figure.top_contents.green h2:first-letter {
	color: #ff0029;
}

figure.top_contents:hover img,
figure.top_contents.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.top_contents:hover h2,
figure.top_contents.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.top_contents:hover:before,
figure.top_contents.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}

/* コンテンツフレーム調整 */
.top_contents {
  width: 90%;
  height: 100%;
  position: relative;
  padding-top: 0.1%;
}

.top_contents img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}

.top_contents_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

/* figureを横に並べる 
figure.top_contents {
  float: left;
  text-align: center;
}

.float_end {
	clear: both;
}*/




/************************************
** aboutページコンテンツ
************************************/

/*
.about-pic_me{
	border-radius: 5px;
	background-color: #efefef;
	padding: 20px;
}
*/
.about_greeting-message{
	width: 90%;
	margin: 0 auto;
}
.about_greeting-wrap{
	display: flex;
	justify-content: space-between;
	background-color: #f4f5f7;
	border-radius: 10px;	
	padding: 30px;
}
.about_greeting-images img{
	max-width: 400px;
	width: 90%;
	height: auto;
	border-radius: 10px;
	margin: 30px;
}
.about_greeting-sentence{
	padding: 10px;
	width: 50%;
}
.about_greeting-name{
	font-weight: bold;
	font-size: 20px;
}
.about_greeting-words{
	font-size: 12px;
}
/************************************
** aboutページコンテンツ(ここまで)
************************************/



/************************************
** Workページコンテンツ
************************************/

/************************************
** Workページコンテンツ(ここまで)
************************************/


/************************************
** Webサイト作成/運用コンテンツ
************************************/
table {
	width: 100%
}
h4{
	
}
.top-contents h5{
	font-size: 32px;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 25px;
	border: 1px solid #dddddd;
	color: #ff0029;
	text-shadow: 3px 1px 2px #eee;
	opacity: 0.8;
}
/********* Firstコンテンツここから *********/
.top-contents_column{
  display: flex;
  justify-content:center;
}
.top-contents_column1 img, .top-contents_column3 img{
  margin-top: 200px;
  width: 300px;
  height: auto;
}

.top-contents_column2{
  width: 70%;
}

h1{
  font-size: 50px;
  margin-top: 10px;
}

.top-contents_sentence{
  margin: 30px auto;
}

.top-contents{
  padding: 60px;
  text-align: center;
  background-color: #f5fafa;
}
.top-contents_parent-price{
  margin: 20px 0;
}
.top-contents_price{
  color: #333;
  font-size: 24px;
  font-weight: bold;
/*  background-color: #ffcc33;
  border: #FFFFFF;*/
  border-radius: 45px;
  min-width: 250px;
  width: 80%;
  margin: 0 auto;  
  padding: 0 10px 0 10px;
}
.top-contents_price_title{
  font-size: 18px;
}
span.price{
	font-size: 36px;
}
.top-contents_contact-btn{
  margin-top: 20px;
}
.btn {
  border-radius: 5px;
  background-color: #ff0029;
  margin-top: 20px;
  padding: 10px;
  text-decoration: none;
  color: white;
}
.contact_btn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #ff0029;
  padding: 18px 30px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
.contact_btn::before {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 5%;
  background: radial-gradient(ellipse at center, rgba(3, 3, 3, 0.35) 0%, rgba(3, 3, 3, 0) 80%);
  z-index: -1;
  opacity: 0;
  transition: .3s;
}
.contact_btn:hover {
  transform: translateY(-7px);
  color: #fff;
}
.contact_btn:hover::before {
  transform: translateY(7px);
  opacity: 1;
}
/********* Firstコンテンツここまで *********/


/********* 2ndコンテンツここから *********/
.second-contents{
  background-color: white;
  margin-bottom: 1.8em;
}
.second-contents_sentence1 p{
  text-align: center;
  margin: 10px 0 30px 0;
  font-size: 24px;
  font-weight: bold;
}
.second-contents_sentence2 p{
  width: 50%;
  text-align: left;
  margin: 0 auto;
}
.second-contents_image{
  text-align: center;
}
.second-contents_image img{
  height: 200px;
  width: auto;
}
/********* 2ndコンテンツここまで *********/

/********* 3ndコンテンツここから *********/
.third-contents{
  background-color: #f5fafa;
  margin-bottom: 1.8em;
  padding: 30px;
}
.third-contents_sentence1 p{
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: bold;
	color: #ff0029;
  /* color: #ffcc33; */
}
.third-contents_sentence2 p{
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.third-contents_sentence2_bold{
  font-weight: bold;
}
.third-contents_image{
  text-align: center;
  margin-top: 30px;
}
.third-contents_image img{
  height: 200px;
  width: auto;
}
/********* 3ndコンテンツここまで *********/

/********* 4thコンテンツここから *********/
.fourth-contents {
  text-align: center;
  padding: 30px 0 0 0;
}
.fourth-contents h1{
  font-size: 32px;
}
.fourth-contents h2{
  font-size: 18px;
}
.fourth-contents_column{
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fourth-contents_column img{
  width: auto;
  height: 120px;
}
.fourth-contents_column p{
  width: 300px;
  height: auto;
}
.fourth-contents_column h2{
  margin: 20px;
}

.fourth-contents_next-contents_column{
  max-width: 900px;
  border: solid 1px #dddddd;
  text-align: center;
  display: flex;
  margin: 0 auto;
  padding: 30px;
}
.fourth-contents_column p {
	text-align: left;
}
.fourth-contents_next-contents_column1{
  margin-right: 20px;
}
.fourth-contents_next-contents_column2{
  text-align: left;
}
.fourth-contents_next-contents_column2 span{
  font-weight: bold;
}

/********* 4thコンテンツここまで *********/

/********* 5thコンテンツここから *********/
.fifth-contents_gray-wrap{
  margin: 0 auto;
  padding: 30px;
  width: 90%;
  background-color: #F7F7FB;
  max-width: 1080px;
}
.fifth-contents_gray-wrap h2{
  text-align: center;
  margin: 30px 0;
}
.fifth-contents_gray-wrap_comment{
  margin: 0 auto;
  width: 70%;
  text-align: left;
}
.fifth-contents_gray-wrap_comment span{
  color: #ffcc33;
  font-size: 20px;
  font-weight: bold;
}

.fifth-contents_gray-wrap_balloonswrap{
  text-align: center;
}
.fifth-contents_gray-wrap_balloons{
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 10px;
  min-width: 250px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffcc33;
  border-radius: 45px;
}
.fifth-contents_gray-wrap_balloons:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #ffcc33;
}
.fifth-contents_gray-wrap_balloons p {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.fifth-contents_gray-wrap_balloons p span{
  font-size: 20px;
}
.fifth-contents_column{
  margin: 0 auto;
  display: flex;
  justify-content:space-around;
  text-align: center;
}
.fifth-contents_column1,.fifth-contents_column2,.fifth-contents_column3{
  padding: 10px 0;
  min-width: 300px;
  background-color: #FEFEFE;
}
.fifth-contents_column2{
  border: solid 5px #ffcc33;
}
.fifth-contents_column .Bold{
  font-weight: bold;
}


/* Feature Compare */
.fifth-contents_tables{
}
.fifth-contents_tables-FC{
}
.fifth-contents_tables-FC tbody th,.fifth-contents_tables-FC tbody td{
  background-color: #fdfdfd;
}
.fifth-contents_tables-FC tbody th{
  text-align: left;
}
.standard_bg{
  background-color: #ffcc33;
}
table {
  border-collapse: collapse;
  width: 100%;  
  height: 120px;
}
.fifth-contents_tables-FC th{
  background-color: #eeeeee;
  text-align: center;
}
.fifth-contents_tables-FC th, .fifth-contents_tables-FC td {
  border: solid 1px #dddddd;
  padding: 10px;
  color: #333333;
}
.fifth-contents_tables-FC td {
  text-align: center;
}
.fifth-contents_tables-caution{
  color: #787878;
}
.fifth-contents_tables-notplan th{
  text-align: left;
  color: #333333;
}
.fifth-contents_tables-notplan th, .fifth-contents_tables-notplan td {
  background-color: #fdfdfd;
  border: solid 1px #dddddd;
  padding: 10px;
}
.fifth-contents_tables-notplan th{
  border-right-color: #fdfdfd;
}
.fifth-contents_tables-notplan td{
  border-left-color: #fdfdfd;
}
/********* 5thコンテンツここまで *********/


/********* lastコンテンツここから *********/
/* 画像ファイルのサイズ調整 */
.last-contents img{
  height: auto;
  width: 300px;
  margin: 30px;
  max-width: 300px;
}

/* ul要素の全体を横並びにして、横スクロールバーを非表示にする */
.last-contents_wrapper{
  display: flex;
  align-items: center;
  height: 500px;
  overflow: hidden;
  /* margin-top: 200px; */
}

/* Ul要素を横並びにし、アニメーションを付ける*/
.last-contents ul {
  list-style: none;
}
.last-contents .slideshow{
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0); /* 開始地点の指定なし＝動かしていない状態 */
  }
  to {
    transform: translateX(-100%); /* 親要素（.wrapperの幅100％分左方向に移動させる状態 */
  }
}

/* hover時にアニメーションを停止し、浮き上がらせる */
.last-contents_slide-paused:hover .slideshow {
  animation-play-state: paused;
}
.content-hover{
  transition: all 0.2s;
}
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}
/********* lastコンテンツここまで *********/

/********* FixPlanコンテンツここから *********/
.FixPlan-contents_gray-wrap{
  margin: 0 auto;
  padding: 30px;
  width: 90%;
  background-color: #F7F7FB;
  max-width: 1080px;
}
.design_price_table tbody th,.design_price_table tbody td{
  background-color: #fdfdfd;
}
.design_price_table tbody th{
  text-align: left;
}
.standard_bg{
  background-color: #ffcc33;
}
.design_price_table table {
  border-collapse: collapse;
  width: 100%;  
  height: 120px;
}
.design_price_table th{
  background-color: #eeeeee;
  text-align: center;
}
.design_price_table th, .design_price_table td {
  border: solid 1px #dddddd;
  padding: 10px;
  color: #333333;
}
.design_price_table td {
  text-align: left;
}
.margin-adjust{
	margin-bottom: 0 !important;
}
.design_price_table{
	margin-bottom: 60px;
}
/********* FixPlanコンテンツここまで *********/


/********* Operation-Value_planコンテンツ *********/
.Operation-Value_plan_gray-wrap{
  margin: 0 auto;
  padding: 30px;
  width: 90%;
  background-color: #F7F7FB;
  max-width: 1080px;
}
.Operation-Value_plan-table tbody th,.Operation-Value_plan-table tbody td{
  background-color: #fdfdfd;
}
.Operation-Value_plan-table tbody th{
  text-align: left;
}
.standard_bg{
  background-color: #ffcc33;
}
.Operation-Value_plan-table table {
  border-collapse: collapse;
  width: 100%;  
  height: 120px;
}
.Operation-Value_plan-table th{
  background-color: #eeeeee;
  text-align: center;
}
.Operation-Value_plan-table th, .Operation-Value_plan-table td {
  border: solid 1px #dddddd;
  padding: 10px;
  color: #333333;
}
.Operation-Value_plan-table td {
  text-align: left;
}
.margin-adjust{
	margin-bottom: 0 !important;
}
.Operation-Value_plan-table{
	margin-bottom: 60px;
}
th.Operation-Value_plan-table-explain{
	width: 60%;
}
/********* Operation-Value_planコンテンツここまで *********/

.last-buttom{
	text-align: center;
	margin-top: 60px;
}
.last-buttom p{
	font-size: 22px;
}
/************************************
** Webサイト作成/運用コンテンツ(ここまで)
************************************/


/************************************
** デジタル相談窓口コンテンツ
************************************/
.digital-consul_contact-text{
  text-align: center;
}
p.digital-consul_contact-price{
	margin-bottom: 20px;
	font-size: 100px;
	text-align: center;
}	
.digital-consul_price{
	color: #ff0029;
}
.digital-consul_contact-tel{
	font-size: 32px;
}
p.has-text-align-center.first-step{
	margin-bottom: 0 !important;
}
/************************************
** デジタル相談窓口コンテンツ(ここまで)
************************************/



/************************************
** Portfolio(ここから)
************************************/
div.sb_instagram_header.sbi_medium{
	display: none;
}
/************************************
** Portfolio(ここまで)
************************************/



/************************************
** のぶやすtestpagesコンテンツ(ここから)
************************************/
/* リード文 */
.title{
font-weight: bold;
font-size: 30px;
}
.nobu{
font-weight: bold;
font-size: 30px;
}

/* 背景動画 */
video#bgvid {
  position: fixed;
  top: 20px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 50%;
  z-index: -100;
  background-size: cover;
  background-color: #000;
}

/* メニュー */
.contents{
  position: relative;
  text-align: center;
  width: 100%;
  /*min-height: 100vh;*/
}
.one{
    position: absolute;
	width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
	padding: 5px 30px;
	color: white;

	border: double 3px #fff;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.two{
    position: absolute;
	width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    top: 170px;
	padding: 5px 30px;
	color: white;
	
	border: double 3px #fff;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.three{
    position: absolute;
	width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    top: 240px;
	padding: 5px 30px;
	color: white;
	
	border: double 3px #fff;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.four{
    position: absolute;
	width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    top: 310px;
	padding: 5px 30px;
	color: white;
	
	border: double 3px #fff;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #555;
}
.menu__item{
  width: 100%;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu{
  transform: translateX(100vw);
  transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
  transform: translateX(0);
}
/************************************
** のぶやすtestpagesコンテンツ(ここまで)
************************************/





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
 
	/*必要ならばここにコードを書く*/

figure.top_contents h2 {
	font-size: 20px;
}

	
/* About */
/*----------ここから--------------*/
.about_greeting-wrap{
	display: block;
	justify-content: space-between;
}	
.about_greeting-images img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0;
}
.about_greeting-sentence{
	padding: 10px;
	width: 90%;
	margin: 0 auto;
}
/*----------ここまで--------------*/
	
	
	
/* デジタル相談窓口 */
/*----------ここから--------------*/
.digital-consul_contact-price{
 	font-size: 38px;
}
p.digital-consul_contact-price{
	font-size: 50px;
}
p.digital-consul_contact-tel{
	font-size: 16px;
}
/*----------ここまで--------------*/

	
	
/* パソコン導入支援の価格 */
/*----------ここから--------------*/

.rpt_style_basic .rpt_plan .rpt_head .rpt_price {
  font-size: 30px;
}	
/*----------ここまで--------------*/	



/* Webサイト作成/運用 */
/*----------ここから--------------*/
/* firstコンテンツ */
	.top-contents_column{
 		 display: block;
 		 justify-content: start;
	}
	.top-contents{
		padding: 20px 10px;
	}
	.top-contents h5 {
		font-size: 16px;
	}
	.top-contents_sentence{
		font-size: 12px
	}
	.top-contents_column1, .top-contents_column3{
		display: none;
	}
	.top-contents_column2{
		width: 100%;		
	}
	.top-contents_price p , .top-contents_price_title{
		font-size: 12px;	
	}
/* firstコンテンツここまで */	

	
/* 2ndコンテンツ */	
	.second-contents_sentence1 p{
		font-size: 20px;
	}
	.second-contents_sentence2 p{
		width: 80%;
	}
/* 2ndコンテンツここまで */	

/* 3rdコンテンツ */	
	.third-contents_sentence1 p{
		font-size: 18px;
	}
	.third-contents_sentence2 p{
		width: 85%;
	}
/* 3rdコンテンツ */	
	
/* 4thコンテンツ */
	.fourth-contents_column{
		width: auto;
  		display: block;
 		justify-content: start;
	}
	.fourth-contents_column p {
		width: auto;
	}
	.fourth-contents_column1, .fourth-contents_column2, .fourth-contents_column3{
		margin-bottom: 80px;
	}
/* 4thコンテンツここまで */
	
/* 5thコンテンツ */	
	.fifth-contents_gray-wrap{
		 max-width: none;
	}
	.fifth-contents_gray-wrap_comment {
		width: 100%;	
	}
	.fifth-contents_column{
		display: block;	
		justify-content: start;
	}
	.fifth-contents_column1,.fifth-contents_column2,.fifth-contents_column3{
	  min-width: 200px;
	}
	.fifth-contents_column1 p,.fifth-contents_column2 p, .fifth-contents_column3 p{
	  margin-bottom:10px;
	}
	.fifth-contents_gray-wrap_balloonswrap{
		display: none;
	}
	.fifth-contents_tables, .fifth-contents_tables-notplan-wrap{
	    overflow-x: scroll;
    	white-space: nowrap;
	}
	.fifth-contents_tables-caution{
		font-size: 8px;
	}
	
/* 5thコンテンツここまで */

/* FixPlanコンテンツ */
	.design_price_table{
	    overflow-x: scroll;
    	white-space: nowrap;		
	}
/* FixPlanコンテンツここまで */
	
	
/* Operation-Value_planコンテンツ */
	.Operation-Value_plan-table{
	    overflow-x: scroll;
    	white-space: nowrap;		
	}
	.wpcf7-list-item-label{
	font-size: 12px;
	}
/* Operation-Value_planコンテンツここまで */
/*----------ここまで--------------*/	

	
	
	
	
	
	
	
	
/* のぶやすのみ対応(ここから) */
/* リード文 */
.title{
font-weight: bold;
font-size: 20px;
}
.title2{
font-weight: bold;
font-size: 12px;
}	
.nobu{
font-weight: bold;
font-size: 20px;
}

/* メニュー */
.contents{
  position: relative;
  text-align: center;
  width: 100%;
  /*min-height: 100vh;*/
}
.one{
    position: absolute;
	width: 130px;
    left: 0;
    right: 0;
    margin: auto;
	font-size: 8px;
	top: 50px;
	padding: 1px 10px;
	color: white;
}
.two{
    position: absolute;
	width: 130px;
    left: 0;
    right: 0;
    margin: auto;
	font-size: 8px;
	top: 80px;
	padding:0px 10px;
	color: white;
}
.three{
    position: absolute;
	width: 130px;
    left: 0;
    right: 0;
    margin: auto;
	font-size: 8px;
	top: 110px;
	padding: 0px 10px;
	color: white;
}
.four{
    position: absolute;
	width: 130px;
    left: 0;
    right: 0;
    margin: auto;
	font-size: 8px;
	top: 140px;
	padding: 0px 10px;
	color: white;
}

.nobuinfo{
	font-size: 14px;
}
	
.nobu_news{
	font-size: 8px;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
}
/* のぶやすのみ対応(ここまで) */

	
	
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.entry-title {
		margin-bottom: 12px;
	}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	img.wp-image-901.size-medium{
		display: none;
	}
}

	
