@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

.page-header{ display: none !important; }

.entry-meta{ display: none !important; }

.entry-header{ display: none !important; }

.breadcrumb{ display: none !important; }

.next-prev{ display: none !important; }

/*G3モバイルメニューのタップ範囲を拡張*/
@media (max-width: 991px) {
.vk-menu-acc .acc-btn {
border: none;
background: var(--vk-menu-acc-icon-open-black-bg-src) right 50% no-repeat;
width: 100%;
right: 0;
top: 0;
height: calc( 24px + 1.4em );
background-size: 30px;
}

.vk-menu-acc .acc-btn-close {
background: var(--vk-menu-acc-icon-close-black-bg-src) right 50% no-repeat;
background-size: 30px;
}
}


/*G3モバイルメニューのボタンにMENUの文字を表示*/
.vk-mobile-nav-menu-btn {
  text-indent: 2px;
  font-size: 10px;
  padding-top: 26px;
  overflow: visible;
  border: none;
  background-position: top;
  height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
.vk-mobile-nav {
  padding-top: 50px;
}

/*グローバルメニューのアイコンが回転*/
.global-nav-list>li:hover a i {
    transform: rotateX(360deg);
    transition: all 1.5s ease-out;
    color: #ad7900;
}

/*　リンクテキストの色を変えない　*/
a {
  color: inherit;
}
a:hover {
	color: inherit;
}

/*カーソルを当てるとゆっくり透明に*/
.ex1 img {
  transition: .3s;
}

.ex1 img:hover {
  opacity: 0.7;
}

.ex1 {
  transition: .3s;
}

.ex1 :hover {
  opacity: 0.9;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_1 { display: block !important; }
.sp_1 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc_1 { display: none !important; }
.sp_1 { display: block !important; }
}

/*　蛍光ペン　*/
.under_yellow {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}

/*ダウンロードボタン*/
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #4e7480;
  border: solid 2px #4e7480;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #4e7480;
  color: white;
}

.sub_title_ayase{
text-decoration:none;
     border-bottom:2px solid;
	padding:7px;
    padding-bottom:0.5px;
	font-weight:bold;
	font-size:18px;
	color:#4e7480;
	margin-bottom:10px;
	clear:both;
}

.box_ayase {
    border: solid 3px #4e7480;
    padding: 0.5em 1em;
    width: 70%;
    margin:auto;
}

.title_ayase{
	background:#4e7480;
	padding:7px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	clear:both;
}

/***** 制作依頼コンタクトフォーム *****/
.c1{
background:#fff;
padding:15px 20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
display:block;
 	line-height: 175%;
}
 
.c2{
background:#fff;
padding:20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
 	line-height: 175%;
}
 
p.c1,p.c2{
margin:0;
}
 
.c1:hover{
background:#EFF5FF;
}

.c2:hover{
background:#FFEEEE;
}
 
.c1.last,.c2.last{
border-bottom:none;
}
 
.m-alert{
padding:5px;
background:#ff8080;
color:#fff;
margin:5px;
font-weight:normal;
}

.a-alert{
padding:5px;
background:#82B4FF;
color:#fff;
margin:5px;
font-weight:normal;
}
 
input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
 
.c1 textarea,.c2 textarea{
font-size:13px;
width:100%;
}
 
.file{
margin:10px;
display:block;
}
 
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:100%;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
width:100%;
}
 
input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:33%;
   height:50px;
font-size:20px;
   padding:0 3px;
   margin:5px;
   cursor:pointer;
   color:#fff;
   font-weight:normal;
   background:#450269;

}
 
.contact_form input[type=submit]{
width:50%;
}
 
.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}
 
input[type="radio"]{
margin: 0 0 4px 0 !important;
}

/* contactform7送信後にフォームを非表示 */
.sent .general {
display: none;
}
.sentout_message{
display: none;
}
.sent .sentout_message{
display: block;
}

