@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/


.download01{
   width: 80%;
   max-width: 800px;
   margin: 50px auto;
   padding: 30px;
   border: 1px solid #003894;
   }

.download01 dl {
	display: flex;
	border-bottom: 1px solid #cfdae6;
	overflow: hidden;
	margin-bottom: 15px;
}

.download01 dl:last-child{
	border-bottom: 0;
}

.download01 dl dt {
	width: 30%;
	padding-top: 15px;
	font-size: 120%;
	margin-bottom: 0;
	border-left-color: #ffffff;
}

.download01 dl dd {
	width: 70%;
	margin-bottom: 15px;
	padding-bottom: 0;
	border-left-color: #ffffff;
}

.ebd_link{
width:50%;
height:100%;
font-size:140%;
display: block;
margin: 0 auto;
padding: 0 20px;
text-align:center;
border: 2px solid #003894;
}

.ebd_link div{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vk_faq dd{
	width: 100%;
}

.contact-us01{
   width: 100%;
   max-width: 900px;
   margin: 50px auto;
   }

.contact-us01 dl {
	display: flex;
	border-bottom: 1px solid #cfdae6;
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-us01 dl dt:first-child {
	width: 30%;
	padding-top: 0;
	font-size: 120%;
	margin-bottom: 30px;
}

.contact-us01 dl dt {
	width: 30%;
	padding-top: 30px;
	font-size: 120%;
	margin-bottom: 0;
}

.contact-us01 dl dd {
	width: 70%;
	margin: 0 0 20px 0;
	padding-bottom: 0;
	border: none;
}

.contact-us01 p.send {
	margin: 20px 0;
}

.contact-us01 form {
    margin-top: 50px;
}

.contact-us01 input{
	margin: 0;
    width: 98%;
}

.contact-us01 textarea {
    height: 150px !important;
    margin: 0;
    width: 98%;
}

.contact-us01 input.contact-us01-submit[type="submit"] {
	text-align: center;
	border: 1px solid #353535;
	background: #fff;
	letter-spacing: 0.8em;
	width: 300px;
	padding: 12px;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 700;
	color: #353535;
	line-height: 2.0em;
	transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
}

.contact-us01 p.name {
    margin: 20px 0;
}

@media (max-width: 500px) {
.contact-us01 dl {
	display: block;
}

.contact-us01 dl dt:first-child {
	width: 100%;
}

.contact-us01 dl dt {
	width: 100%;
}

.contact-us01 dl dd {
	width: 100%;
}
}

