@charset "UTF-8";
/*
Theme Name: Emanon Business
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro（エマノン プロ）対応の子テーマです。ビジネスサイトに特化したフロントページの設定ができます。
Template: emanon-pro
Version: 1.3.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Business用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮をオンにしてください。
*/

.inner {
	padding: 0 8px;
}

/* Newsticker section */
.eb-ticker-section {
	display: none;
}

/* solution section */
.eb-solution-section {
	position: relative;
	padding: 82px 0;
	text-align: center;
	background-color: #fff;
}

.solution-header {
	margin: 0 0 48px 0;
}

.solution-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.solution-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.solution-box-list {
	width: 100%;
	margin: 0 2.6% 32px 0;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.solution-box-list:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.solution-box-list p {
	color: #000c15;
}

.solution-box-icon img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
}

.solution-box-icon i {
	width: 96px;
	height: 96px;
	line-height: 96px;
	border-radius: 50%;
	border: 2px solid #9b8d77;
	color:	#9b8d77;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.solution-box-list:hover i {
	box-shadow: 0 0 0 0px #00bcd4;
	background: #9b8d77;
	border: 2px solid #9b8d77;
	color: #fff;
}

.solution-box-detail {
	overflow: hidden;
}

.solution-box-list h3 {
	padding: 16px 0;
	font-size: 20px;
	font-size: 2.0rem;
}

.solution-box-list h3:before,
.solution-box-list h3:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.solution-box-list h3:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.solution-box-list h3:after {
	content: ']';
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	margin-left: 8px;
}

.solution-box-list:hover h3:before,
.solution-box-list:hover h3:after,
.solution-box-list:hover h3:before,
.solution-box-list:hover h3:after {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.bottom-arrow {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	transform: rotate( 45deg );
	bottom: -20px;
	-webkit-filter: drop-shadow(2px 1px 0px rgba(0,0,0,0.1));
	filter: drop-shadow(2px 1px 0px rgba(0,0,0,0.1));
	z-index: 888;
}

/* Sales section */
.eb-sales-section {
	padding: 82px 0;
	border-top: 1px solid #e2e5e8;
}

.eb-sales-section .inner {
	padding: 0 16px;
}

.sales-section img {
	margin-bottom: 32px;
}

.sales-section-col {
	width: 100%;
}

.sales-header {
	margin: 0 0 64px 0;
	text-align: center;
}

.sales-content p {
	padding-bottom: 16px;
	text-align: justify;
}

.sales-section-cta {
	margin-top: 16px;
	text-align: center;
}

.sales-section-btn {
	width: 100%;
}

.sales-section-btn a {
	background-color: #9b8d77;
	color: #fff;
}

.sales-section-box {
	padding: 56px 0 0 0;
}

.sales-box-list {
	padding-bottom: 32px;
}

.sales-box-list:nth-child(3) {
	padding-bottom: 0;
}

.sales-box-header {
	position: relative;
	margin-bottom: 8px;
}

.sales-box-header h3, .sales-box-header i {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.sales-box-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.sales-box-detail p {
	padding-bottom: 16px;
	text-align: justify;
}

#sales-section-video {
 width: 100%;
}

.sales-section-video-wrap {
  position: relative;
}

.sales-section-video-btn {
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:40px; /*コントローラー分下部に余白を*/
	cursor: pointer;
}
.rcrumbs > ol > li {
    font-size: 1.3rem;
}

/* Benefit section */
.eb-benefit-section {
	position: relative;
	padding: 86px 0 54px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
	text-align: center;
}

.benefit-header {
	margin: 0 0 48px 0;
	padding: 0 16px;
}

.benefit-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.benefit-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.benefit-box-list {
	margin: 0 2.9% 32px 0;
	padding: 48px 16px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	border: 1px solid #e2e5e8;
	background-color: #f4f4f4;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-icon {
	margin-bottom: 32px;
}

.benefit-box-list:hover {
	background-color: #6584d1;
	color: #fff
}

.benefit-box-list:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.benefit-box-icon img {
	width: 350px;
	height: 100%;
}

.benefit-box-list:hover img {
	color: #fff;
}

.benefit-box-icon i {
	font-size: 64px;
	color:	#9b8d77;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover i {
	color: #fff;
	-webkit-transform: TranslateY(-8px);
	transform: TranslateY(-8px);
}

.benefit-box-detail {
	position: relative;
	overflow: hidden;
}

.benefit-box-detail h3 {
	font-size: 20px;
	font-size: 2.0rem;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-detail:hover h3 {
	color: #fff
}

.benefit-box-list p {
	margin-top: 32px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover p {
	color: #fff
}

/* Case Section */
.eb-case-section {
	position: relative;
	padding: 86px 16px 54px 16px;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
	text-align: center;
}

.case-header {
	margin: 0 0 48px 0;
	padding: 0 16px;
}

.case-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.case-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.case-thumbnail {
	position: relative;
}

.case-thumbnail a {
	display: block;
}

.case-thumbnail img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.case-post {
	padding: 8px 0;
}

.case-title a {
	display: block;
	color: #000c15;
}

.case-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.case-section-list {
	margin: 32px 0;
}

.case-section-btn {
	width: 80%;
}

.case-section-btn a {
	background-color: #9b8d77;
	color: #fff;
}

/* Product section */
.eb-product-section {
	padding: 64px 0;
}

.product-message {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 300;
}

.product-content {
	margin: 0 16px;
}

.product-content h2 {
	margin: 16px 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.product-content p {
	margin: 16px 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.product-section-cta {
	margin-top: 32px;
}

.product-section-btn {
	position: relative;
	width: 80%;
}

.product-section-btn a {
	background-color: #9b8d77;
	color: #fff;
}

/* Front cta section */
.eb-front-cta-section {
	padding: 40px 0 72px 0;
	background-color: #161410;
}

.front-cta-header {
	margin: 32px 0 16px 0;
	text-align: center;
}

.front-cta-header h2 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-header-single {
	margin: 32px 0 16px 0;
	text-align: center;
}

.front-cta-header-single h2, .front-cta-header-single .fa {
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-header .fa {
	margin: 0 8px 0 0;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-content dl {
	position: relative;
	padding: 32px;
	border: 1px solid #e2e5e8;
	color: #fff;
	z-index: 300;
}

.front-cta-content dt {
	padding: 0 0 24px 0;
	font-weight: normal;
}

.front-cta-content dd {
	padding: 0;
	text-align: center;
}

.front-cta-tell {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

.front-cta-mail-btn {
	position: relative;
	width: 80%;
}

/* Price section */
.eb-price-section {
	position: relative;
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
}

.price-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.price-header h2 {
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
}

.price-header p {
	margin: 16px 0 32px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.eb-price-section table {
	table-layout: fixed;
	border: none;
	text-align: center;
}

.eb-price-section table td {
	display: block;
	margin-bottom: 32px;
	padding: 0;
	border: 1px solid #e2e5e8;
	background-color: #fff;
	text-align: center;
	vertical-align: inherit;
}

.eb-price-section table td:hover {
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.price-item {
	padding: 16px;
	border-bottom: 1px solid #e2e5e8;
	background-color: #9b8d77;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #303030;
}

.price-selling {
	padding: 16px;
	border-bottom: 1px solid #e2e5e8;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #303030;
}

.price-description {
	padding: 16px;
	line-height: 2;
	font-size: 14px;
	font-size: 1.4rem;
}

.eb-price-section .bottom-arrow {
	background-color: #f8f8f8;
}

/* Category section */
.eb-category-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #fff;
}

.category-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.category-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.category-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.category-body {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.category-box {
	position: relative;
	margin: 0 0 32px 0;
	width: 100%;
	border-radius: 0 0 4px 4px;
	border: 1px solid #e2e5e8;
	box-sizing: border-box;
	background-color: #f4f4f4;
}

.category-box-list {
	overflow: hidden;
}

.category-box-header {
	position: relative;
	margin-bottom: 32px;
}

.category-box-header h3 {
	padding: 24px 16px 16px 16px;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
}

.category-box-header h3:after {
	content: "";
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	width: 32px;
	height: 2px;
	margin: 0 auto;
}

.category-box-header p {
	margin-top: 16px;
	padding: 0 16px;
	font-size: 14px;
	font-size: 1.4rem;
}

.category-box:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.category-list {
	margin-bottom: 10rem;
}

.category-list li {
	padding: 0px 16px 8px 16px;
	font-size: 16px;
	font-size: 1.6rem;
}

.category-list li a:before {
	content: "-";
	display: inline-block;
	padding-right: 5px;
}

.category-list li a {
	display: block;
	font-weight: bold;
}

.category-box-footer {
	position: absolute;
	right: 0;
	bottom: 24px;
	left: 0;
	width: 100%;
}

.category-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

/* Content section */
.home .content {
	border-top: 1px solid #e2e5e8;
}

/* Accordion faq section */
.eb-accordion-faq-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #fff;
}

.accordion-faq-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.accordion-faq-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.accordion-faq-header h2 {
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
}

.accordion-faq-header p {
	margin: 16px 0 32px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.accordion-faq-content {
	text-align: left;
}

.accordion-faq-content dt {
	position: relative;
	padding: 4px 0 32px 40px;
	font-weight: normal;
	cursor: pointer;
}

.accordion-faq-content dd {
	position: relative;
	margin-bottom: 32px;
	padding: 4px 0 32px 40px;
	border-bottom: 1px solid #e2e5e8;
}

.accordion-faq-content dd a {
	color: #9b8d77;
	text-decoration: underline;
}

.accordion-faq-content dd a:hover {
	color: #b5b5b5;
	text-decoration: none;
}

.accordion-faq-content .question:before {
	display: inline-block;
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #9b8d77;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
}

.accordion-faq-content .answer:before {
	display: inline-block;
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #232323;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
}

.faq-section-btn {
	width: 80%;
}

.faq-section-btn a {
	background-color: #9b8d77;
	color: #fff;
}

/* Contactfrom section */
.eb-contactfrom-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	text-align: center;
}

.contactfrom-header {
	margin-bottom: 32px;
}

.contactfrom-content p {
	margin-bottom: 32px;
}

.contactfrom-content .wpcf7 {
	margin: 32px 0;
	padding: 32px 16px;
	background-color: #fff;
}

.contactfrom-content input[type="text"],
.contactfrom-content input[type="email"],
.contactfrom-content input[type="url"],
.contactfrom-content input[type="password"],
.contactfrom-content input[type="search"],
.contactfrom-content input[type="number"],
.contactfrom-content input[type="tel"],
.contactfrom-content input[type="range"],
.contactfrom-content input[type="color"],
.contactfrom-content input[type="time"],
.contactfrom-content input[type="date"],
.contactfrom-content input[type="datetime"],
.contactfrom-content input[type="datetime-local"],
.contactfrom-content input[type="week"],
.contactfrom-content input[type="month"],
.contactfrom-content select,
.contactfrom-content textarea {
	margin: 8px 0 16px 0;
	width: 100%;
	background-color: #f8f8f8;
}

.contactfrom-content-btn a, .contactfrom-content input[type="submit"] {
	margin-top: 32px;
	background-color: #9b8d77;
	color: #fff;
}

.contactfrom-content .wpcf7-response-output {
	margin: 0 auto;
	margin-top: 32px;
	width: 95%;
}

.front-page-widget {
	background-color: #fff;
}

.front-page-widget h2 {
	padding: 32px 0;
	text-align: center;
}
/***********************
追加
********************/
table {
    font-size: 14px;
}
.section{
    margin-bottom: 60px;

}
.article input[type="text"], .article input[type="email"], .article input[type="url"], .article input[type="password"], .article input[type="search"], .article input[type="number"], .article input[type="tel"], .article input[type="range"], .article input[type="color"], .article input[type="time"], .article input[type="date"], .article input[type="datetime"], .article input[type="datetime-local"], .article input[type="month"], .article input[type="week"], .article select {
    width: 100%;
}


@media screen and (max-width:767px ){
table.tablepress{
}
    table.tablepress td.column-2 {
    display: block;
    width: 100%;
    border: none;

}
table.tablepress td.column-1 {
display: block;
font-weight: bold;
border: none;
width: 100%;
}
/*staff page*/
.article-body #staff_contents ul.custom_staff{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.article-body #staff_contents ul.custom_staff li{
  width: 50%;
  margin: 0 auto 30px;
  list-style-type: none;
  text-align: center;
  padding: 0 10px;
  float: left;
}
.article-body #staff_contents img {
  width: 100%;
  margin-bottom: 5px;
  max-width: 250px;
}
/*//staff page*/
}

/***********************
///追加
********************/

@media screen and ( min-width: 768px ) {
.inner {
	padding: 0;
}

/* Solution section */
.solution-box-list {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 0 0;
}

/* Sales section */
.sales-section-col {
	float: left;
	margin-left: 2.8%;
	width: 48.6%;
}

.sales-section-col:first-child {
	margin-left: 0;
}

.sales-section-box {
	padding: 0;
}

.sales-section-btn {
	width: 80%;
}

/* Case section */
.eb-case-section {
	padding: 86px 0 54px 0;
}

.case-section-btn {
	width: 40%;
}

/* Price section */
.eb-price-section table td {
	display: table-cell;
}

/* Product section */
.product-section {
	padding: 64px 0;
}

.product-section-btn {
	width: 50%;
}

/* Accordion faq section */
.accordion-faq-container {
	width: 752px;
}

.faq-section-btn {
	width: 40%;
}

/* Front CTA section */
.eb-front-cta-section {
	padding: 72px 0;
}

.front-cta-col6 {
	position: relative;
	width: 100%;
	margin-left: 0;
}

.front-cta-header {
	margin: 0 0 16px 0;
}

.front-cta-header h2, .front-cta-header .fa {
	font-size: 24px;
	font-size: 2.4rem;
}

.front-cta-single {
	width: 100%;
	margin: 0 auto;
}

.front-cta-header-single {
	margin: 0 0 16px 0;
}

.front-cta-header-single h2, .front-cta-header-single .fa {
	font-size: 24px;
	font-size: 2.4rem;
}

.front-cta-content-single {
	border: 1px solid #e2e5e8;
}

.cta-tel {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.front-cta-mail-btn {
	width: 80%;
}

/* Benefit section */
.benefit-box-list {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 32px 0;
}

/* Category section */
.category-box {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 32px 0;
}

.category-list li {
	font-size: 14px;
	font-size: 1.4rem;
}

.category-btn {
	width: 80%;
}

/* Accordion faq section */
.accordion-faq-content li {
	padding: 8px 0 32px 56px;
}

/* Contactfrom section */
.contactfrom-content input[type="text"],
.contactfrom-content input[type="email"],
.contactfrom-content input[type="url"],
.contactfrom-content input[type="password"],
.contactfrom-content input[type="search"],
.contactfrom-content input[type="number"],
.contactfrom-content input[type="tel"],
.contactfrom-content input[type="range"],
.contactfrom-content input[type="color"],
.contactfrom-content input[type="time"],
.contactfrom-content input[type="date"],
.contactfrom-content input[type="datetime"],
.contactfrom-content input[type="datetime-local"],
.contactfrom-content input[type="week"],
.contactfrom-content input[type="month"],
.contactfrom-content select,
.contactfrom-content textarea {
	width: 100%;
}

.contactfrom-content .wpcf7 {
	margin: 32px;
	padding: 32px;
}

.front-cta-col6 {
	float: left;
	margin-left: 2.8%;
	width: 48.6%;
}

.front-cta-first {
	margin-left: 0;
}

.front-cta-single {
	width: 752px;
}
/***********************
追加　min-width: 768px
********************/
table.tablepress.form_table td.column-1{
width: 220px;
}

.inr_contents{margin:54px auto;}
.article-body p {
    margin-bottom: 0px;
}
table.curriculum_tb tr:nth-child(odd){
    background: #F9F9F9;
}
table td {
    padding: 16px;
    border: 1px solid #e2e5e8;
    text-align: justify;
    vertical-align: middle;
}
table.tablepress td.column-1 {
font-weight: bold;
}
/*プラグイン_tablepress*/
.tablepress td.column-1 {
	font-size: 1em;
    border: 1px solid #e2e5e8;
	vertical-align: middle;
	background: #F4F6FA;
   width: 220px;
   text-align: center;
}
table.tablepress td, table.tablepress th{
    padding: 16px;
}
.tablepress td{
    border: 1px solid #e2e5e8;
padding: 16px;
}
table.tablepress {
    width: 100%;
    border: 1px solid #e2e5e8;
}
/*staff page*/
.article-body #staff_contents ul.custom_staff{
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.article-body #staff_contents ul.custom_staff li{
  width: 50%;
  margin: 0 auto 30px;
  list-style-type: none;
  padding: 0 5px;
  text-align: center;
float: left;
}
.article-body #staff_contents img {
  margin-bottom: 5px;
  width: 100%;
  max-width: 305px;

}}

/*//staff page*/

/***********************
////追加
********************/



@media screen and ( min-width: 992px ) {
/* Newsticker section */
.eb-ticker-section {
	display: block;
	height: 48px;
	padding: 0 8px;
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #fff;
}

.ticker-label {
	float: left;
	margin-right: 24px;
	line-height: 48px;
}

.ticker-label a {
	padding: 4px 24px;
	color: #fff;
	background-color: #161410;
}

.ticker-label a:hover {
	color: #fff;
	background-color: #6584d1;
}

.ticker-title {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}

.ticker-date {
	padding-right: 8px;
}

/* Sales section */
.sales-section-btn {
	width: 60%;
}

/* Case section */
.case-section-btn {
	width: 20%;
}

/* Product section */
.product-section-btn {
	width: 35%;
}

/* Front CTA section */
.front-cta-mail-btn {
	width: 60%;
}

/* Accordion faq section */
.accordion-faq-container {
	width: 960px;
}

.faq-section-btn {
	width: 20%;
}
/*staff page*/
.article-body #staff_contents ul.custom_staff{
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.article-body #staff_contents ul.custom_staff li{
  width: 33.3333%;
  margin: 0 auto 30px;
  list-style-type: none;
  padding: 0 15px;
  text-align: center;
float: left;
}
.article-body #staff_contents img {
  margin-bottom: 5px;
  max-width: 305px;
}
/*//staff page*/

}

@media screen and ( min-width: 1200px ) {
  /*staff page*/
  .article-body #staff_contents ul.custom_staff{
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  .article-body #staff_contents ul.custom_staff li{
    width: 33.3333%;
    margin: 0 auto 30px;
    list-style-type: none;
    padding: 0 15px;
    text-align: center;
  float: left;
  }
  .article-body #staff_contents img {
    margin-bottom: 5px;
    max-width: 305px;

  }
  /*//staff page*/

}

@media screen and (max-width:500px ){

/*staff page*/
.article-body #staff_contents ul.custom_staff{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.article-body #staff_contents ul.custom_staff li{
  width: 100%;
  margin: 0 auto 30px;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.article-body #staff_contents img {
  width: 100%;
  margin-bottom: 5px;
  max-width: 305px;
}
}
/*//staff page*/
/***********************
追加
********************/
.footer-widget-box h3 {
    font-size: 13px;

}
/***********************
////追加
********************/
.indexMenu {padding:2em 0 5em 0;}
.indexMenu p.caution {text-align:center;font-size:120%;}
.indexMenu p.caution::before {content:'';width:47px;height:41px;background:url(https://toyama-drone.com/wp-content/uploads/indexMenuCautionIcon.png) center center no-repeat;background-size:47px 41px;display:block;margin:0 auto 1em auto;}
.indexMenu p.caution a {font-size:80%;display:block;border:solid 1px #333;padding:0.6em 1em;line-height:1;margin:1em auto 0 auto;width:60%;}
.indexMenu .indexMenuList {padding:2em 1em 0 1em;width:100%;}
.indexMenu .indexMenuList .menuBlock {background:#F4F4F4;width:100%;margin-bottom:1em;}
.indexMenu .indexMenuList .menuBlock a {position:relative;border:solid 1px #E2E5E8;padding:1em;display:block;height:calc(100px + 2em);}
.indexMenu .indexMenuList .menuBlock a strong {display:block;font-size:120%;margin: 0 0 0.4em 120px;}
.indexMenu .indexMenuList .menuBlock a span {display:block;font-size:90%;margin:0 0 0 120px;}
.indexMenu .indexMenuList .menuBlock a::after {content:'';width:0;height:0;border-style:solid;border-width:0 0 31px 31px;border-color:transparent transparent #0071BC transparent;position:absolute;right:0;bottom:0;}
.indexMenu .indexMenuList .menuBlock a:hover {border:solid 1px #0071BC;}
.indexMenu .indexMenuList .menuBlock a:hover strong,
.indexMenu .indexMenuList .menuBlock a:hover span {color:#303030;}
.indexMenu .indexMenuList .menuBlock.imenu01 a::before {content:'';display:block;width:100px;height:100px;background:url(https://toyama-drone.com/wp-content/uploads/indexMenuIcon01.png) center center no-repeat;background-size:100px 100px;margin-bottom:40px;transition:.5s;position:absolute;left:1em;top:1em;}
.indexMenu .indexMenuList .menuBlock.imenu01 a:hover::before {background:url(https://toyama-drone.com/wp-content/uploads/indexMenuIcon01_on.png) center center no-repeat;background-size:100px 100px;}
.indexMenu .indexMenuList .menuBlock.imenu02 a::before {content:'';display:block;width:100px;height:100px;background:url(https://toyama-drone.com/wp-content/uploads/indexMenuIcon02.png) center center no-repeat;background-size:100px 100px;margin-bottom:40px;transition:.5s;position:absolute;left:1em;top:1em;}
.indexMenu .indexMenuList .menuBlock.imenu02 a:hover::before {background:url(https://toyama-drone.com/wp-content/uploads/indexMenuIcon02_on.png) center center no-repeat;background-size:100px 100px;}
.indexMenu .indexMenuList .menuBlock.imenu03 a::before {content:'';display:block;width:100px;height:100px;background:url(https://toyama-drone.com/wp-content/uploads/indexMenuIcon03.png) center center no-repeat;background-size:100px 100px;margin-bottom:40px;transition:.5s;position:absolute;left:1em;top:1em;}
.indexMenu .indexMenuList .menuBlock.imenu03 a:hover::before {background:url(https://toyama-drone.com/wp-content/uploads/indexMenuIcon03_on.png) center center no-repeat;background-size:100px 100px;}
.indexMenu .indexMenuList .menuBlock.imenu04 a::before {content:'';display:block;width:100px;height:100px;background:url(https://toyama-drone.com/wp-content/uploads/indexMenuIcon04.png) center center no-repeat;background-size:100px 100px;margin-bottom:40px;transition:.5s;position:absolute;left:1em;top:1em;}
.indexMenu .indexMenuList .menuBlock.imenu04 a:hover::before {background:url(https://toyama-drone.com/wp-content/uploads/indexMenuIcon04_on.png) center center no-repeat;background-size:100px 100px;}
@media screen and ( min-width:768px ) {
.indexMenu {padding:50px 0 100px 0;}
.indexMenu p.caution {font-size:24px;}
.indexMenu p.caution::before {display:inline-block;margin:0 1em 0 0;vertical-align: top;}
.indexMenu p.caution a {font-size:16px;display:inline-block;padding:0.6em 1em;line-height:1;margin:0 0 0 1em;width:auto;}
.indexMenu .indexMenuList {display:flex;justify-content:space-between;max-width:1120px;margin:0 auto;padding:50px 0 0 0;}
.indexMenu .indexMenuList .menuBlock {flex-basis:265px;width:auto;margin:0;}
.indexMenu .indexMenuList .menuBlock a {display:flex;flex-flow:column;align-items:center;padding:40px 0;height:auto;}
.indexMenu .indexMenuList .menuBlock a strong {font-size:24px;margin:0 0 1em 0;}
.indexMenu .indexMenuList .menuBlock a span {font-size:16px;text-align:center;margin:0;}
.indexMenu .indexMenuList .menuBlock.imenu01 a::before,
.indexMenu .indexMenuList .menuBlock.imenu02 a::before,
.indexMenu .indexMenuList .menuBlock.imenu03 a::before,
.indexMenu .indexMenuList .menuBlock.imenu04 a::before {position:static;}
}
/*スケジュールページ*/
.schedule-ttl {width:100%;background-color:#0e6eb8;padding:20px;text-align:center;border-radius:10px;margin-top:130px;}
.schedule-ttl p{color:#FFFFFF;font-size:40px;margin:0;}
.schedule-ttl p span {display:inline-block;}
.scdl-btn {display:flex;justify-content:center;flex-wrap: wrap;}
.article-body .scdl-btn p{font-size:14px;margin-right: 20px;transition: 0.5s;margin-bottom: 20px;}
.article-body .scdl-btn a {display:block;padding:10px 10px;border:1px solid #0e6eb8;text-decoration: none;color:#0e6eb8;border-radius:5px;}
.article-body .scdl-btn a:hover{border:1px solid #0e6eb8;background-color:#0e6eb8;color:white;}
#scdl-juida.schedule-ttl{margin-top:50px;}
@media screen and ( max-width:500px ) {
  .schedule-ttl p{color:#FFFFFF;font-size:30px;margin:0;}
  .schedule-ttl {padding:10px;}
  .schedule-ttl p span {display:inline-block;}
}