@charset "UTF-8";

/*!
Theme Name: idata_child
Description: 
Theme URI: 
Author: 
Author URI: https://nelog.jp/
Template:   idata
Version: 2.4.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


* a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  text-underline-position: under !important;
}



/* ----アイコン色----- */

.fa-check,.fa-angle-double-up{
	color: #0066CC !important;
}
.fa-angle-double-right{
	color: #FF0000 !important;
}




/* ----サイドプロフ、両端揃え----- */

div.author-description{
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}









.video-container {
	margin: 0px auto;
}




/* ----装飾----- */

ul.blue_line{
	padding: 1em 1em 1em 2.5em !important;
	border: 3px dotted #97D6FF;
	background-color: #F7FCFF;
}
@media only screen and (max-width:768px) {
ul.blue_line{
	padding: 0.8em 0.5em 0.8em 2em !important;
	border: 3px dotted #A4DBFF;
}
}






/* ----テキスト、両端揃え----- */

#main{
	text-align: justify;
	text-justify: inter-ideograph;
}


/* ----中央揃えBOX（サイド）----- */
.c_box{
	text-align:center;
	margin:auto;
}





/* -------BOXレイアウト------------ */

ul.col2_01{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	margin: 0 suto 0 suto !important;
	padding: 0 !important;
	max-width:100%;
	width:100%;
}

ul.col2_01 li{
	flex-basis: 48% !important;
	-webkit-flex-basis: 48% !important;
	-ms-flex-basis: 48% !important;
	list-style-type: none !important;
	text-align:center;
	margin:0 auto 0 auto;
}

ul.col2_01 li img{
	margin:auto auto 0 auto !important;
	padding: 0 !important;
}


ul.col2_02{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	margin: 0 suto 0 suto !important;
	padding: 0 !important;
}

ul.col2_02 li{
	flex-basis: 50% !important;
	-webkit-flex-basis: 50% !important;
	-ms-flex-basis: 50% !important;
	list-style-type: none !important;
	text-align:center;
	margin:0 auto 0 auto;
}

ul.col2_02 li img{
	margin:auto auto 0 auto !important;
	padding: 0 !important;
}



/* -------改行----------- */

.pc_item{
	display: block;	
}
.sp_item{
	display: none;	
}
@media only screen and (max-width:570px) {
.pc_item{
	display: none;	
}
.sp_item{
	display: block;	
}
}









/* ----画像スマホセンター----- */

@media screen and (max-width: 570px){
.aligncenter,.alignright,.alignleft{
	float:none !important;
	clear:both !important;
	display:block !important;
	text-align:center !important;
	margin:auto !important;
}
}



/* ----目次幅調整----- */

@media screen and (max-width: 768px){
.entry-content .toc {
    width: 100%;
    min-width: 100%;
}
}


/* 回り込みクリア*/

.clear{
	float:none !important;
	clear:both !important;
	padding:0 !important;
	margin:0 !important;
}


/* スマホ　回り込み解除 */
@media only screen and (max-width:570px) {
img.alignright,img.alignleft {
	float:none !important;
	clear:both !important;
	display:block !important;
	text-align:center !important;
	margin:auto !important;
}
}
/* スマホ　回り込み解除 end */




/* ----特定電子メール法に基づく表記------ */

table.tokudenhou{
	font-size:0.8em !important;
}
table.tokudenhou th{
	width:11em;
}
table.tokudenhou td span{
	color: #CCCCCC;
}












/* -------reCAPTCHA 保護マークを調整------------ */

.grecaptcha-badge {
	position:fixed;
    margin-bottom: 80px !important;
}

.grecaptcha_box{
	padding: 1em !important;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}






/* ------facebook------------ */

@media screen and (max-width: 767px) {
.fb-container {
		width: 100%;
		max-width: 500px;
		margin:auto;
}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
.fb-container {
		width: 500px;
		margin:auto;
}
}









/* ------電話番号　スマホのみリンク------------ */

@media (min-width: 770px) {
a[href*="tel:"] {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
}
}







/* ------全体の要素に適用------------- */

* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}





/* ------アンカー、上部余白-------------- */

a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}


section{
	margin-bottom: 4em !important;
}
article{
	margin-bottom: 3em !important;
}
nav{
	margin-bottom: 30px !important;
}









/*---------You Tube 埋め込み-----------------*/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}




/*画像透明度（マウスオーバー時）
---------------------------------*/
a img {
     border:none;
     verticle-align:top;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}

a:hover img {
     opacity: 0.7;     /* 透過レベル */
     filter: alpha(opacity=80);
}
/*画像透明度（マウスオーバー時）end
---------------------------------*/


/*---------------contactform7----------------------- */

.wpcf7{
}

.wpcf7 input[type="number"]{
	width: 50px !important;
}
.wpcf7 input[type="tel"]{
	padding:0.5em;
	width: 30% !important;
}
form select,
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"] {
	border: 1px solid #FFCC66;
}


.wpcf7 input[type="text"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"] {
	width: 50% !important;
	max-width:100% !important;
}

.wpcf7 textarea[name="your-message2"],
.wpcf7 textarea[name="your-message"]{
	width: 80% !important;
	border: 1px solid #FFCC66;
}


 @media only screen and (max-width:570px) {
.wpcf7 input[type="tel"]{
	width: 50% !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"]{
	max-width:93% !important;
	width:100% !important;
}
.wpcf7 textarea[name="your-message2"],
.wpcf7 textarea[name="your-message"]{
	max-width:93% !important;
	width:100% !important;
	border: 1px solid #FFCC66;
}
}

.wpcf7 input[name="zip"]{
	width: 15% !important;
}
 @media only screen and (max-width:570px) {
.wpcf7 input[type="tel"]{
	width: 60% !important;
}
.wpcf7 input[name="zip"]{
	width: 40% !important;
}
}

#content form input[type=text].form_width10 {
	max-width: 10% !important;
}
#content form input[type=text].form_width15 {
	max-width: 15% !important;
}
#content form input[type=text].form_width20 {
	max-width: 20% !important;
}
#content form input[type=text].form_width30 {
	max-width: 30% !important;
}
#content form input[type=text].form_width50 {
	max-width: 50% !important;
}
.form_width50 {
	max-width: 50% !important;
}
#content form input[type=text].form_width60 {
	max-width: 60% !important;
}
#content form input[type=text].form_width70 {
	max-width: 70% !important;
}
#content form input[type=text].form_width80 {
	max-width: 80% !important;
}


@media only screen and (max-width:570px) {
#content form input[type=text].form_width10_20 {
max-width: 20% !important;
}
#content form input[type=text].form_width50 {
	width: 100% !important;
}
#content form input[type=text].form_width95 {
width:95% !important;
}
}

#main_form {
}


/*送信ボタン
---------------------------------*/

.sideTower form#searchform input#searchsubmit {
    width: 25%;
}
form#searchform input#s {
    width: 55%;
}
@media only screen and (max-width:570px) {
.sideTower form#searchform input#searchsubmit {
    width: 28%;
}
form#searchform input#s {
    width: 56%;
}
}

input[type="submit"] {
	background-color: rgba(255,128,0,1.0) !important;
	padding: 1em;
	color: #ffffff !important;
	margin-top:30px;
}

input[type="submit"]:hover{
	background-color: rgba(255,0,0,0.8) !important;
}
/*送信ボタン end
---------------------------------*/




fieldset {
	margin-bottom: 20px !important;
	padding: 0.5em !important;
	border: 1px solid #A7A7A7;
	overflow:hidden;
}
@media only screen and (max-width:570px) {
fieldset {
	padding: 0.5em !important;
}
}

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip:before {
	font-family: FontAwesome;
	content: '\f071';
	color:#FFCC00;
	margin-right:0.3em;
}


div.wpcf7-validation-errors {
	color:#ffffff !important;
}

div.wpcf7-validation-errors:before {
	font-family: FontAwesome;
	content: '\f044';
	color:#ffffff;
	margin-right:0.3em;
}


.wpcf7 input[type="checkbox"]{
	margin:0 0.3em 0 0  !important;
	padding:0 !important;
}


.kiyaku_box {
	height: 15em;
	overflow-x: hidden;
	padding: 1em !important;
	border: 1px solid #FFB7B7;
	margin-bottom:30px;
}


.warning{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding-bottom:0.1em;
}
.fas{
	color: #F2C100;
	font-size:120%;
}

/*---------------contactform7 END----------------------- */


/* MARGIN */

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mb00 {margin-bottom: 0px !important;}
.mb01 {margin-bottom: 1px !important;}
.mb02 {margin-bottom: 2px !important;}
.mb03 {margin-bottom: 3px !important;}
.mb04 {margin-bottom: 4px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}

.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}

.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}

.ml-1 {margin-left: -1px !important;}
.ml-2 {margin-left: -2px !important;}
.ml-3 {margin-left: -3px !important;}
.ml-4 {margin-left: -4px !important;}
.ml-5 {margin-left: -5px !important;}

.mr-1 {margin-right: -1px !important;}
.mr-2 {margin-right: -2px !important;}
.mr-3 {margin-right: -3px !important;}
.mr-4 {margin-right: -4px !important;}
.mr-5 {margin-right: -5px !important;}

/* PADDING */

.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}

.pt50 {padding-top: 50px !important;}

.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}

.pr10 {padding-right: 10px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}
.pr50 {padding-right: 50px !important;}

.pl10 {padding-left: 10px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pl50 {padding-left: 50px !important;}
