@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    2.2.6.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
	font-family: "Font Awesome 4Free";
	font-family: "Font Awesome 5Free";
}

/* フォントのリセット */
html {
    font-size: 62.5%;
}
 
body {
    font-size: 1.6rem;
    line-height: 1.4;
	box-sizing: border-box;
}

body *{
  box-sizing: inherit; 
}


/* 既存見出しのリセット */
.article h2, .article h3, .article h4, .article h5, .article h6, p {
content: none;
background: none;
border: none;
border-radius: 0;
color:#000;
font-weight:normal;
padding:0;
margin:0;
}

.article h3::after{
	border-bottom:none!important;
}

/* グローバルナビ */
#menu-item-3237,#menu-item-3133,#menu-item-3132,#menu-item-3131,#menu-item-3268 {
	border-left:solid 0.5px #000;
}

#menu-item-3234 {
	border-left:solid 0.5px #000;
	border-right:solid 0.5px #000;
}


/* 見出し */
.article h1{
	display:inline-block;
	width:100%;
	margin:10px auto;
	padding:3px 1em;
	border-bottom:solid 1px #191970;
	font-size:140%;
}

.article h2{
	display:block;
	width:60%;
	text-align:center;
	margin:10px auto;
	padding:10px;
	font-family:sans-serif;
	line-height:100%;
}

.article h2 span{
	font-size:75%;
	color:#000080;
	font-family:Times, "Times New Roman", Georgia, serif;
}

.article h3{
	display:block;
	margin:10px auto;
	padding:10px;
	font-family:sans-serif;
}

.article h3 span{
	color:#000080;
	font-weight:bolder;
	transform   : scaleX(2);   /* 変形 横,縦 */
}

.article h4{
	display:inline-block;
	padding:5px 10px;
	margin:0px 2em 10px;
	font-weight:bold;
	line-height:120%;
	border-bottom:solid 2px #000;
	color:#485859;
}

.article h5{
	font-family:sans-serif;
	font-weight:bold;
	line-height:150%;
	color:#752100;
}
	

/* Cocoon 変更　*/
.author-info {
	display:none!important;
}
	
#search-3 {
	position:absolute!important;
		top:0px!important;
		right:20px!important;
	width:300px;
}
	
#pc_text-2 {
	position:absolute!important;
		top:20px!important;
		right:250px!important;
	width:200px;
}

.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
  justify-content: left!important;
}

.logged-in-as {
	display:none;
}

input.wpcf7c-conf {
    background: #778899 !important;
    border: solid 1px #e60033 !important;
    color: #666 !important;
}

.products {
	clear:both;
}

#wp-admin-bar-edit-profile {
	display:none;
}

#wp-admin-bar-dashboard{
	display:none;
}

#wp-admin-bar-wp-logo {
	display:none;
}

.um-misc-ul {
	display:none;
}

.video-container {
	max-width:100%!important;
}

.logo {
	text-align:left!important;
}

.navi {
	font-family:sans-serif;
}


/* Cocoon 変更　ここまで　*/


/* 共通 */
.txt_base {
	width:94%;
	margin:10px auto 30px;
}

/* お問い合わせはこちら　*/
.contact_ul {
	font-size: 125%!important;
	line-height: 1.8;
	list-style-type: none;
}

.contact_ul li+li {
	margin-top: 10px;
}

.contact_ul li {
	position: relative;
	padding-left: 25px;
}

.contact_ul li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 7px;
	top: .55em;
	left: 6px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 2px solid #ffa500;
	border-bottom: 2px solid#ffa500;
}

.contact_ul li:after {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #9c9c9c;
	border-radius: 2px;
}
	
	
	
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
@media screen and (min-width:1024px) {
/* 見出し　*/
.article h2{
	font-size:200%!important;
}
	
.article h3{
	font-size:200%!important;
}
	
.article h5{
	font-size:150%;
}
	
/* フロントページ　*/
.top_lead {
	width:40%;
	float:left;
	margin:30px 10px;
	padding:5px;
}

.front01 {
	width:94%;
	margin:10px auto;
}

.front01 li {
	width:48%;
	float:left;
	list-style-type:none;
	margin:10px;
	padding:10px;
}

.front01 li p{
	width:90%;
	margin:0px auto;
	font-size:125%;
	font-weight:bold;
	padding:10px;
	color:#696969;
}

	
/* Vimeo埋め込み　*/
.movie {
	width:90%;
	margin:10px auto 20px;
	text-align:center;
}

.movie iframe {
	width:1200px;
	margin:0px auto!important;
	border:solid 1px #000;
}
	
.tag {
	display:inline-block;
	width:32%;
	margin:0px 5px 10px;
	padding:2px 1em;
	border:solid 1px #000000;
	float:left;
	font-size:90%;
}
	
.movie2 {
	width:55%;
	float:left;
	margin:10px;
	text-align:center;
}

.movie2 iframe {
	width:1200px;
	margin:0px auto!important;
	border:solid 1px #000;
}

/* ボタンを並列 */
.button01 {
	width:94%;
	margin:10px auto;
}

.button02 {
	list-style-type:none;
	float:left;
	width:22%;
	margin:0px 1.5%;
	border:solid 2px #000;
	padding:2em 3em;
	text-align:center;
}
	
.voice00 {
	width:44%;
	margin:10px 1%;
	float:left;		
}

.voice01 {
	width:46%;
	margin:10px 1%;
	float:left;
}

.voice01 img{
	border:solid 1px #000;
}

.voice02 {
	width:46%;
	margin:10px 1%;
	float:left;
}

.voice03 {
	font-size:110%;
	font-weight:bold;
	padding:0;
}

.voice04 {
	padding-top:0;
}

.voice05 {
	font-size:95%;
	text-align:right;
}
	
.button03 a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  border-radius: 50vh;
  transition: 0.3s;
}

.button03 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.button03 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button03 a:hover {
  text-decoration: none;
  background-color: #cccccc;
}
	
/* 会社概要　*/
.corp_profile01 {
	width:80%;
	margin:10px auto;
	border-bottom:solid 2px #dcdcdc;
	clear:both;
	line-height:160%;
	font-family:sans-serif;
}

.corp_profile01 dt {
	width:48%;
	margin:5px 0px;
	padding:20px 2em;
	float:left;
}
	
.corp_profile01 dd {
	width:48%;
	margin:20px 0px;
	padding:5px;
	float:left;
}
	
.corp_profile02 {
	margin-left:1em;
}
	
.corp_profile03 {
	width:90%;
	margin:10px auto 50px!important;
}
	
.corp_profile03 li{
	width:41%;
	margin:10px 4%!important;
	padding-left:6em;
	list-style-type:none;
	float:left;
	text-align:left;
	font-size:110%;
}

.corp_profile04 {
	width:90%;
	margin:10px auto!important;	
}
	
.corp_profile04 li {
	float:left;
	width:31%;
	margin:5px 10px!important;
	list-style-type:none;
}	
	
	

/* 会社紹介　*/
.txt_introduction {
	width:90%;
	margin:10px auto;
	font-size:110%;
	font-family:serif;
	font-weight:bold;
}
	
	
/* わたしたちにできること　*/
.txt_lead {
	text-align:center;
	font-size:120%!important;
	font-family:serif;
	font-weight:bold;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:0!important;
}
	
.thumnail-box {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.thumnail-box li {
	display: flex;
	flex-wrap: wrap;
	width: 30%!important;
	margin: 1%!important;
}

.thumnail-box li img {
	width: 100%;
}
	
.thumnail-box li img:hover {
	opacity: 0.5 ;
}
	
.link01 {
	text-align:right!important;
	float:right!important;
	width:30%;
	height:30px;
	font-family:sans-serif;
}
	
.link01 img {
	vertical-align:middle!important;
}

/* みなさまの声　*/
.txt_koe {
	width:90%;
	margin:10px auto;
	font-size:100%;
}

.photo_koe {
	float:right;
	width:40%;
	margin:0px 0px 5px 15px;
	padding:0px;
	line-height:95%;
}
	
.photo_koe img {
	margin:0px;
	border:solid 1px #a9a9a9;}
	
.photo_koe span {
	font-size:85%;
}
	
.photo_koe2 {
	text-align:center;
	width:50%;
	margin:0px auto 15px;
	padding:0px;
}

/* サンプル動画ページ　*/
.txt_sample {
	width:90%;
	margin:10px auto;
}
	
/* お問い合わせ */
.side_contact{
	/*background: url(images/common/side_contact.gif)no-repeat;*/
	margin-bottom:20px;
	width:191px;
	height:84px;
	padding-top:116px;
	padding-left:9px;
}
.side_contact p:first-child{
	margin-bottom:6px;
}

.btnarea{
	width:260px;
	margin: 0 auto;
}

.mw_wp_form_preview .buttonL{
	float:left;
}
.mw_wp_form_preview .buttonR{
	float:right;
}

}

/*600px以上 1023px以下*/
@media screen and (min-width:600px) and ( max-width:1023px) {
  /*必要ならばここにコードを書く*/
/* フロントページ　*/
.top_lead {
	width:46%;
	float:left;
	margin:10px auto;
	padding:5px;
}
	
.front01 {
	width:94%;
	margin:10px auto;
}

.front01 li {
	width:48%;
	float:left;
	list-style-type:none;
	margin:10px;
	padding:10px;
}

.front01 li p{
	width:90%;
	margin:0px auto;
	font-size:125%;
	font-weight:bold;
	padding:10px;
	color:#696969;
}
	
/* Vimeo埋め込み　*/
.movie {
	margin:10px auto;
	text-align:center;
}
	
.movie iframe {
	border:solid 1px #000;
}
	
.movie2 {
	width:50%;
	float:left;
	margin:10px auto 50px;
	text-align:center;
}

.movie2 iframe {
	width:1200px;
	margin:0px auto!important;
	border:solid 1px #000;
}
	
/* ボタンを並列 */
.button01 {
	width:94%;
	margin:10px auto;
}

.button02 {
	list-style-type:none;
	float:left;
	width:22%;
	margin:0px 1.5%;
	border:solid 2px #000;
	padding:2em 3em;
	text-align:center;
}
	
.voice00 {
	width:44%;
	margin:10px 1%;
	float:left;		
}

.voice01 {
	width:46%;
	margin:10px 1%;
	float:left;
}

.voice01 img{
	border:solid 1px #000;
}

.voice02 {
	width:46%;
	margin:10px 1%;
	float:left;
}

.voice03 {
	font-size:110%;
	font-weight:bold;
	padding:0;
}

.voice04 {
	padding-top:0;
}

.voice05 {
	font-size:95%;
	text-align:right;
}
	
.button03 a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  border-radius: 50vh;
  transition: 0.3s;
}

.button03 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.button03 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button03 a:hover {
  text-decoration: none;
  background-color: #cccccc;
}
	
/* 会社概要　*/
.corp_profile01 {
	width:80%;
	margin:10px auto;
	border-bottom:solid 2px #dcdcdc;
	clear:both;
	line-height:160%;
	font-family:sans-serif;
}

.corp_profile01 dt {
	width:48%;
	margin:5px 0px;
	padding:20px 2em;
	float:left;
}
	
.corp_profile01 dd {
	width:48%;
	margin:20px 0px;
	padding:5px;
	float:left;
}
	
.corp_profile03 {
	width:90%;
	margin:10px auto 50px!important;
}
	
.corp_profile03 li{
	width:40%;
	margin:10px 4%!important;
	padding-left:9em;
	list-style-type:none;
	float:left;
	text-align:left;
	font-size:110%;
}

.corp_profile04 {
	width:90%;
	margin:10px auto!important;	
}
	
.corp_profile04 li {
	float:left;
	margin:5px 10px!important;
	list-style-type:none;
}	
	

/* 会社紹介　*/
.txt_introduction {
	width:90%;
	margin:10px auto;
}
	
	
/* わたしたちにできること　*/
.txt_lead {
	text-align:center;
	font-size:120%!important;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:0!important;
}
	
.thumnail-box {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.thumnail-box li {
	display: flex;
	flex-wrap: wrap;
	width: 30%!important;
	margin: 1%!important;
}

.thumnail-box li img {
	width: 100%;
	margin: 0 0 auto;
}
	
.thumnail-box li img:hover {
	opacity: 0.5 ;
}
	
.link01 {
	text-align:right!important;
	float:right!important;
	width:30%;
	height:30px;
	font-family:sans-serif;
}
	
.link01 img {
	vertical-align:middle!important;
}

/* みなさまの声　*/
.txt_koe {
	width:90%;
	margin:10px auto;
	font-size:100%;
}

.photo_koe {
	float:right;
	width:40%;
	margin:0px 0px 5px 15px;
	padding:0px;
	line-height:95%;
}
	
.photo_koe img {
	margin:0px;
	border:solid 1px #a9a9a9;}
	
.photo_koe span {
	font-size:90%;
}
	
.photo_koe2 {
	text-align:center;
	width:50%;
	margin:0px auto 15px;
	padding:0px;
}

/* サンプル動画ページ　*/
.txt_sample {
	width:90%;
	margin:10px auto;
}
	
}

/*599px以下*/
@media screen and (max-width:599px) {
/*必要ならばここにコードを書く*/
/* 見出し　*/
	
.article h3{
	font-size:150%!important;
}
	
.article h5{
	font-size:120%;
}
	
/* フロントページ　*/
.top_lead {
	width:46%;
	float:left;
	margin:10px auto;
	padding:5px;
}
	
/* Vimeo埋め込み　*/
.movie {
	width:90%;
	margin:10px auto 50px;
	text-align:center;
}

.movie iframe {
	width:1200px;
	margin:0px auto!important;
	border:solid 1px #000;
}
	
.tag {
	display:inline-block;
	width:30%;
	margin:0px 5px 10px;
	padding:2px 1em;
	border:solid 1px #000000;
	float:left;
	font-size:90%;
}

.movie2 {
	width:50%;
	float:left;
	margin:10px auto 50px;
	text-align:center;
}

.movie2 iframe {
	width:1200px;
	margin:0px auto!important;
	border:solid 1px #000;
}
	
/* ボタンを並列 */
.button01 {
	width:94%;
	margin:10px auto;
}

.button02 {
	list-style-type:none;
	float:left;
	width:22%;
	margin:0px 1.5%;
	border:solid 2px #000;
	padding:2em 3em;
	text-align:center;
}
	
.voice00 {
	width:44%;
	margin:10px 1%;
	float:left;		
}

.voice01 {
	width:46%;
	margin:10px 1%;
	float:left;
}

.voice01 img{
	border:solid 1px #000;
}

.voice02 {
	width:46%;
	margin:10px 1%;
	float:left;
}

.voice03 {
	font-size:110%;
	font-weight:bold;
	padding:0;
}

.voice04 {
	padding-top:0;
}

.voice05 {
	font-size:95%;
	text-align:right;
}
	
.button03 a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  border-radius: 50vh;
  transition: 0.3s;
}

.button03 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.button03 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button03 a:hover {
  text-decoration: none;
  background-color: #cccccc;
}
	
/* 会社概要　*/
.corp_profile01 {
	width:94%;
	margin:10px auto;
	border-bottom:solid 2px #696969;
	clear:both;
	line-height:160%;
	font-family:sans-serif;
	font-size:90%;
}

.corp_profile01 dt {
	width:35%;
	margin:5px 0px;
	padding:20px 1em;
	float:left;
	font-size:90%;
}
	
.corp_profile01 dd {
	width:63%;
	margin:20px 0px;
	padding:5px;
	float:left;
}

.corp_profile02 {

}

/* 会社紹介　*/
.txt_introduction {
	width:90%;
	margin:10px auto;
	font-size:110%;
}
	
	
/* わたしたちにできること　*/
.txt_lead {
	font-size:110%!important;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:0!important;
}
	
.thumnail-box {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.thumnail-box li {
	display: flex;
	flex-wrap: wrap;
	width: 96%!important;
	margin: 1%!important;
}

.thumnail-box li img {
	width: 100%;
	margin: 0 0 auto;
}

.link01 {
	text-align:right!important;
	float:right!important;
	width:75%;
	height:30px;
	font-family:sans-serif;
	font-size:85%;
}
	
.link01 img {
	vertical-align:middle!important;
}

/* みなさまの声　*/
.txt_koe {
	width:100%;
	margin:10px auto;
	font-size:90%;
}

.photo_koe {
	float:right;
	width:40%;
	margin:0px 0px 5px 15px;
	padding:0px;
	line-height:95%;
}
	
.photo_koe img {
	margin:0px;
	border:solid 1px #a9a9a9;}
	
.photo_koe span {
	font-size:80%;
}
	
.photo_koe2 {
	text-align:center;
	width:75%;
	margin:0px auto 15px;
	padding:0px;
}

/* サンプル動画ページ　*/
.txt_sample {
	width:90%;
	margin:10px auto;
}

}