@charset "utf-8";
/*
Template:liquid-light
Theme Name:liquid-light-child
*/

/* ------------------------------------
// common
------------------------------------ */
.logo img {
    height: 50px !important;
}

.foot .sns {
	padding: 2em 0;
}

/** フッター **/
.company-info p {
	margin-bottom: .2rem;
}

/* ------------------------------------
// TOP
------------------------------------ */
/** 紹介文 **/
.intro-area {text-align: center;}
.intro-area h2.intro-ttl {
	text-align:center;
	margin-bottom: 2rem;
	padding:1rem 0;
	background: #eaf3ff;
	border-bottom: solid 3px #516ab6;
}

/** 略歴・実績 **/
.history {max-width:800px;margin:0 auto;}
.history ul li{text-align: left;padding:.5rem;}
.history ul li span.year {display:inline-block;width: 75px;}

/** 企業理念 **/
.philosophy {padding: 3rem 0;}
.philosophy .ttl {
	text-align:center;
	font-weight:bold;
	background: none;
	margin-bottom:2rem;
}
.philosophy img {
	margin-bottom: 1rem;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

/** お申込みの流れ **/
.flow h2 {
	margin: 1rem auto;
}

.flow dl.stepList {
	position: relative;
	margin: 2rem 0;
	padding: 1rem;
	border: solid 3px #95ccff;
	border-radius: 8px;
	overflow: visible;
}

dl.stepList dt.stepTitle {
	position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
dl.stepList h3 {
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	border-bottom: 2px solid #95ccff;
}
dl.stepList dd ul {
	padding-left: .5rem; 
}
dl.stepList dd ul li {
	list-style: none;
}
.flow .icon-arrow {
	font-size: 3rem;
}

/* ------------------------------------
// Privacy Policy
------------------------------------ */
.privacy-wrap h2 {

}

/* ------------------------------------
// お問い合わせページ
------------------------------------ */
.contact-wrap { margin: 1rem auto; }
/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}

.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.table-contactform7 th{
  font-weight:bold;
}

.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 95% !important;
  margin: 5px 10px 10px 5px;
  padding: .25rem;
}

.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

span.wpcf7-not-valid-tip { padding-left: .25rem; }


/* ------------------------------------
// @media
------------------------------------ */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	/* ------------------------------------
	// TOP
	------------------------------------ */
	/** 紹介文 **/
	.intro-area {text-align: left;}

	/** 略歴・実績 **/
	.history h3 {text-align:center;}
	.history ul li {display:flex;}
	.history ul li span.year {width: 30%;}
	.history ul li span {max-width:260px;}


	/* ------------------------------------
	// Privacy Policy
	------------------------------------ */
	.privacy-wrap h2 {
		font-size: 1.1rem;
	}

	/* ------------------------------------
	// お問い合わせページ
	------------------------------------ */
	/***** コンタクトフォーム *****/
	.table-contactform7{
	  display:block;
	}

	  .table-contactform7 tbody,
	  .table-contactform7 tr{
	    display: block;
	    width: 100%;
	  }
	  .table-contactform7 th{
	  width:100%;
	  display:block;
	  margin: 0 auto;
	  border:none;
	}
	.table-contactform7 td{
	  display: list-item;
	  list-style-type:none;
	  margin: 0;
	  padding:0 .75rem;
	  width: 100%;
	  border-top: none !important;
	  border-left: none !important;
	  border-right: none !important;
	}

	
}