@charset "UTF-8";

html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
/*	-webkit-font-smoothing:antialiased;*/ 
	font-family:'NotoSansCJKjp Regular', sans-serif;
	color:#333;
	font-size:16px;
	line-height:20px;
	letter-spacing:-0, 001em;
	/*iOS4でのテキスト間隔への対応*/
	-webkit-text-size-adjust:100%;
	/*文字サイズの自動調整機能のキャンセル*/
	overflow-x: hidden;
}
p, li, dt, dd, th, td{
	font-size:100%;
}
img{
	vertical-align:bottom;
	max-width:100%;
}
a{
	color:#5c5c2e;
	text-decoration:none;
}
a:hover{
	color:#5c5c2e;
	-webkit-transition-duration:0.2s;
	transition-duration:0.2s;
}
address{
 font-style:normal;
}

/* 共通
----------------------------------------------*/
.sp { display: none; }
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*矢印*/
section h2.arrow {
	background: #f58a12;
	text-align: center;
	margin: 0 0 85px;
	position: relative;
}
section h2.arrow::after {
	content: " ";
	width: 0;
	height: 0;
	border-top: 50px solid #f58a12;
	border-right: 80px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 80px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
}
/* 斜線背景 */
.stripe {
	background: url(../img/bg_stripe.gif) repeat;
}
/* ノート背景 */
.note{
	background: url(../img/bg_note_01.gif) repeat;
}
/* マーカー */
.mark { background: #fff45c; }
.tcr {
	color: #E60012;
	font-size: 156%;
}
span.txr{
	color: #E60012;
}
.tcb {
	color: #053d72;
	font-size: 156%;
}
/* 右固定ボタン */
#sideBtn {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	right: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#wrapper {
	width: 100%;
	border-top: solid 10px #384759;
	position: relative;
}
.inner {
	max-width: 1080px;
	margin: 0 auto;
}


/*header
-------------------------------------------------------------------------------*/
header {
	width: 100%;
	border-top: solid 5px #384759;
	overflow: hidden;
	margin: 5px 0 0;
	padding: 10px 0 15px;
}
header div.logo {
	float: left;
	margin: 10px 0 0;
}
header .headerRight {
	display: table;
	float: right;
}
header .headerRight > p {
	display: table-cell;
	vertical-align: middle;
}
header .headerRight > p:first-child {
	padding: 0 20px 0 0;
}
header .headerRight .spTel {
	display: none;
}


/*main
-------------------------------------------------------------------------------*/
.main {
	background: url(../img/bg_main.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 4.4% 0 8.8%;
}
.main h1 {
	margin: 2.8% 0 0;
}
.main ul {
	margin: 3.2% 0 0;
}
.main li {
	width: 23%;
	display: inline;
	margin: 0 3.5% 0 0;
}
.main li:last-child {
	margin: 0;
}


/*contact
-------------------------------------------------------------------------------*/
.contact {
	border-top: solid 3px #f58a12;
	position: relative;
}
.contact::before {
	content: "";
	background: url(../img/bg_contact.png);
	width: 1084px;
	height: 47px;
	position: absolute;
	top: -47px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	z-index: 1;
}
.contact .inner {
	width: 1080px;
	margin: 0 auto 2px;
	position: relative;
	top: -30px;
	z-index: 3;
}
.contact h2 {
	text-align: center;
	padding: 10px 20px 20px 20px;
}
.contact .box{
	display:flex;
	justify-content:space-between;
	
	width:970px;
    margin: 0 auto 10px;
}
	
.contact ul.contents{
	width:590px;
}
.contact ul.contents li{
	display:block;
	font-size:34px;
	line-height:1.6;
}
.contact ul.contents li:nth-child(1){
	background:url(../img/contact_icon1.gif) no-repeat 0 50%;
}
.contact ul.contents li:nth-child(2){
	background:url(../img/contact_icon2.gif) no-repeat 0 50%;
}
.contact ul.contents li:nth-child(3){
	background:url(../img/contact_icon3.gif) no-repeat 0 50%;
}
.contact ul.contents li span{
	display: inline-block;
	padding:5px 0 0 55px;
}

.contact ul.benefits {
	margin: 0 auto 10px;
	display: table;
	width:410px;
}
.contact ul.benefits li {
}
.contact ul.benefits li .img2 {
	padding: 0 0 0 15px;
}
.contact ul.benefits li p {
	display: table-cell;
	vertical-align: middle;
}

.contact ul.btn_area{
	display: table;
	margin: 0 auto;
}
.contact ul.btn_area li {
	padding: 0 30px 0 15px;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.contact ul.btn_area li:last-child {
	padding: 0;
}




/*seminar
-------------------------------------------------------------------------------*/
.seminar{
	background: url(../img/bg_note_02.gif) repeat;
	padding: 80px 0 75px;
}
.seminar ul.box > li{
	background:#ffffff;
	box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.2);
	margin:0 0 50px 20px;
	position:relative;
	width:1060px
}
.seminar ul.box li h2{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #f58a12;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	color:#ffffff;
	text-align:center;
    padding: 20px 0 0;
    box-sizing: border-box;
	position:absolute;
	top:-20px;
	left:-20px;
	line-height:1.2;
}
.seminar ul.box li h2 .mark1{
	font-size:22px;
	font-weight:bold;
}
.seminar ul.box li h2 .mark2{
	font-size:30px;
	font-weight:bold;
}
.seminar ul.box li h2 .mark3{
	font-size:22px;
    display: inline-block;
	transform: scale(3.5, 1);
}
.seminar ul.box li h2 .mark4{
	font-size:18px;
	line-height:1.5;
}

.seminar ul.box > li .img-txt{	
	display:flex;
	justify-content:space-between;
	padding:30px 40px 30px 150px;
}
.seminar ul.box > li .img-txt .img{
	width:260px;
}
.seminar ul.box > li .img-txt .img p{
	background:#384759;
	color:#ffffff;
	font-size:13px;
	padding:13px;
	line-height:1.5;
}
.seminar ul.box > li .img-txt .img p .name{
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
}
.seminar ul.box > li .img-txt .txt{
	width:590px;
}
.seminar ul.box > li .img-txt .txt h3{
	font-size:27px;
	font-weight:bold;
	border-bottom:2px solid #f58a12;
	padding:17px 0;
	margin:0 0 27px;
}
.seminar ul.box > li .img-txt .txt ul li{
	font-size:18px;
	line-height:2.2;
	background:url(../img/seminar_icon_01.gif) no-repeat 0 50%;
	margin:0 0 0 14px;
	background-size:9px;
}
.seminar ul.box > li .img-txt .txt ul li span{
	display:inline-block;
	padding:0 0 0 16px;
}
.seminar ul.box > li .img-txt .txt p{
	font-size:18px;
	line-height:2.2;
}
	



/*target
-------------------------------------------------------------------------------*/
.target {
	background:#384759;
	padding: 50px 0 90px;
}
.target .inner{
	padding:30px 40px;
	background:#ffffff;
    box-sizing: border-box;
}
.target .txt-box{
	padding:15px 0 0;
	font-size:16px;
	line-height:1.6;
}
.target .txt-box .mark1{
	color:#e60012;
	font-weight:bold;
}


/*case
-------------------------------------------------------------------------------*/
.case {
	background: url(../img/bg_case.jpg) top center;
	background-size: cover;
}
.case h2 {
	padding: 22px 10px 19px 10px;
}
.case ul.caseList {
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 85px 0 0;
	padding: 0 0 85px;
}
.case ul.caseList > li {
	width: 48%;
	background: #FFF;
	-moz-box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.3);
	margin: 1.6% 0.8%;
	position: relative;
}
.case ul.caseList h3 {
	color: #FFF;
	background: #384759;
	padding: 8px 0 8px 10px;
}
.case ul.caseList h3 span {
	padding: 0 0 0 5px;
}
.case .result {
	padding: 2.85% 4.7% 4.7% 4.7%;
}
.case .result dl {
	display: table;
}
.case .result dt,
.case .result dd {
	display: table-cell;
	vertical-align: top;
}
.case .result dt {
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
.case .result dt h4 {
	color: #333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 187%;
	border-bottom: solid 2px #fc8a36;
	display: inline-block;
	line-height: 1.2;
}
.case .result dt p {
	color: #666;
	font-size: 100%;
	margin: 10px 0 0;
}
.case .result dd {
	width: 30%;
	text-align: right;
}
.case .result p.txt {
	font-size: 125%;
	line-height: 1.5;
	padding: 20px 0 0;
}


/* forte
-------------------------------------------------------------------------------*/
.forte {
	padding: 60px 0;
}
.forte .inner {
	position: relative;
}
.forte .inner img.bg {
	position: absolute;
	top: -60px;
	right: 0;
}
.forte h2 {
	padding: 0 0 45px;
}
.forte p {
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0 26px;
}
.forte p span {
	color: #666;
	font-size: 82%;
}
.forte .forte_list {
	background: #FFF;
	padding:46px 20px 20px;
}
.forte .forte_list h3 {
	text-align: center;
	padding: 0 0 38px;
	position: relative;
	z-index: 2;
}
.forte .forte_list h3 span {
	background: #FFF;
	display: inline-block;
	position: relative;
	padding: 0 10px 0 15px;
	z-index: 1;
}
.forte .forte_list h3::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 0;
}
.forte .forte_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.forte .forte_list ul li {
	margin: 0.6%;
	padding: 0.6%;
	width: 30%;
	background: url(../img/bg_forte.gif) repeat;
}
.forte .txt{
	text-align:right;
	font-size:18px;
	font-weight:normal;
	padding:0;
}



/*inquiry
-------------------------------------------------------------------------------*/
.inquiry {
	background: url(../img/bg_inquiry.jpg) no-repeat;
	background-size: cover;
	padding: 0 0 60px;
}
.inquiry h2 { padding: 30px 10px; }
.inquiry p.txt {
	color: #e60012;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	padding: 0 0 30px;
}
.inquiry .form {
	 max-width: 1080px;
	 background: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	 padding: 40px 25px;
}
.inquiry form table {
	width: 100%;
	border-bottom: solid 1px #CCC;
}
.form th,
.form td {
	border-top: solid 1px #CCC;
	padding: 20px 0 20px 50px;
}
.form th {
	font-size: 18px;
	font-weight: bold;
	width: 30%;
	text-align: right;
}
.form th span {
	color: #e60012;
}
table ul.item li {
	display: block;
	margin-right: 30px;
}
table ul.item li br {
	display: none;
}
table li {
	display: inline-block;
	margin-right: 30px;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
select {
	color: #333;
	width: 350px;
	height: 35px;
	line-height: 1;
	background: #FFF;
	border: 1px solid #cdcfd3;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 350px;
	height: 35px;
	line-height: 24px;
	background: #FFF;
	border: 1px solid #cdcfd3;
	padding: 0 4px;
	box-sizing: border-box;
}
input[type="text"].long  {
	width: 600px;
}
input[type="text"].short  {
	width: 150px;
	margin: 0 20px 0 0;
}
textarea {
	width: 100% !important;
	min-height: 150px;
	line-height: 18px;
	border: 1px solid #cdcfd3;
	padding: 4px;
	box-sizing: border-box;
	vertical-align: top;
}
form#mailformpro label.mfp_not_checked {
	padding: 0 !important;
	border: none !important;
}
form#mailformpro label.mfp_checked {
	padding: 0 !important;
	border: none !important;
	background-color: #FFF !important;
	box-shadow: none !important;
}
.form ul.formBtn {
	width: 100%;
	text-align: center;
	margin: 30px 0 60px;
}
.form ul.formBtn li {
	display: inline-block;
}
.form ul.formBtn li:first-child {
	padding: 0 70px 0 0;
}
.form #btn_r,
.form #btn_s {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	width: 230px;
	height: 70px;
	background: #1b5eaf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 3px 0px 0px rgba(7, 62, 129, 0.8);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(7, 62, 129, 0.8);
	-ms-box-shadow: 0px 3px 0px 0px rgba(7, 62, 129, 0.8);
	box-shadow: 0px 3px 0px 0px rgba(7, 62, 129, 0.8);
	border: none;
	cursor: pointer;
}
.form li:hover {
	opacity:0.8;
	-webkit-transition-duration:0.2s;
	transition-duration:0.2s;
}
.form #btn_r { background: #6ea0db; }

.kaijo {
	margin:20px 0 0 0;
}


#thanks header {
}
.thanks {
	border-top: solid 1px #EEE;
	width: 100%;	
	text-align: center;
	padding: 100px 0;
}
.thanks h1 {
	font-size: 30px;
	margin: 50px 0;
}
.thanks h1 br {
	display: none;
}

.thanks p {
	line-height: 20px;
}
div.telArea {
	width: 100%;
	text-align: center;
	background: #053d72;
	padding: 40px 0;
}
footer p.copyright {
	border-top: solid 3px #053d72;
	text-align: center;
	line-height: 22px;
	padding: 20px 0;
}
.mfp_element_all {
	max-width: 100% !important;
}
	
/*footer
-------------------------------------------------------------------------------*/
p.txt22 {
	background: #384759;
	text-align: center;
	padding: 24px 0;
}
ul.footer_contact {
	background: #24303d;
	text-align: center;
	padding: 45px 0;
	width: 100%;
}
ul.footer_contact.static {
     position:static;
     }
footer ul.footer_contact li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.fixed{
	position: fixed;
	bottom: 0;
}

/*-----------------------------------------------
	seminarList
-----------------------------------------------*/
.seminarList {
	background: url(../img/bg_note_01.gif) repeat;
	padding: 40px 0 25px;
}
.seminarList h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px;
}
.seminarList h2 br {
	display: none;
}
.seminarList ul {
	max-width: 1080px;
	margin: 0 auto;
}
.seminarList ul li {
	width: 250px;
	display: inline-block;
	margin: 0 20px 10px 0;
}
.seminarList ul li:nth-child(4n) {
	margin: 0;
}
.seminarList ul li a:hover,
.seminarList ul li.active {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.btnarea_sp {
	display: none;
}
@media screen and (max-width:768px) { 
	/*　画面サイズが768pxからはここを読み込む　*/
	.inner { padding: 0 10px; }
	#sideBtn { display: none;}
	.tc > div { display: block; }
	.pc { display: none;}
	.sp { display: block; }
	section h2.arrow { margin: 0 0 10px; }
	section h2.arrow::after {
		border-top: 30px solid #f58a12;
		border-right: 50px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 50px solid transparent;
	}


	/*header
	-------------------------------------------------------------------------------*/
	header div.logo {
		width: 40%;
	}
	header .headerRight a {
		display: table-cell;
		vertical-align: middle;
	}
	header .headerRight a img {
		width: auto;
		height: 44px;
	}
	header .headerRight .spTel {
		display: inline-block;
		margin: 0 10px 0 0;
	}


	/*main
	-------------------------------------------------------------------------------*/
	.main {
		padding: 4.4% 0 6%;
	}
	.main h1 {
   		margin: 0 auto 2%;
	}
	.main h1 img{
		width:100%;
	}
	.main p img {
		width:100%;
   		margin: 0 auto;
	}

	/*contact
	-------------------------------------------------------------------------------*/
	.contact .inner {
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
		top: 0;
	}
	.contact::before {
    width: 100%;
    height: 15px;
		padding: 0 10px;
		box-sizing: border-box;
    background-size: cover;
		top: -15px;
}
	.contact .inner::after {
		width: 200px;
		background-size: contain;
		right: 0;
	}
	.contact h2 {
		width: 80%;
		padding: 0;
		margin: 0 auto 10px;
	}
	.contact h2 img{
		width:100%;
	}
	.contact .box{
		width:100%;
		display:inline-block;
	}
	.contact ul.contents {
		width: auto;
	    margin: 0 10% 1%;
	}
	.contact ul.contents li {
		font-size: 120%;
		line-height: 2.3;
	}
	.contact ul.contents li:nth-child(1) {
   		background: url(../img/contact_icon1.gif) no-repeat 0 50%;
		background-size:2em;
	}
	.contact ul.contents li:nth-child(2) {
   		background: url(../img/contact_icon2.gif) no-repeat 0 50%;
		background-size:2em;
	}
	.contact ul.contents li:nth-child(3) {
   		background: url(../img/contact_icon3.gif) no-repeat 0 50%;
		background-size:2em;
	}
	.contact ul.contents li span {
    padding: 0 0 0 13%;
	}
	
	.contact ul.benefits {
		text-align: center;
		width:auto;
		margin:0 5%;
	}
	.contact ul.benefits li .img1{
	}
	.contact ul.benefits li .img2{
		padding: 0 0 0 1%;
	}
	.contact ul.benefits li img{
		width:100%;
	}
	.contact ul.btn_area {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px 0 10px;
	}
	.contact ul.btn_area li {
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.contact ul.btn_area li:last-child {
		padding: 0 5px;
	}
	.contact ul.btn_area li img{
		width:100%;
	}



	/*seminar
	-------------------------------------------------------------------------------*/
	.seminar{
		background: url(../img/bg_note_02.gif) repeat;
		padding: 7% 0;
	}
	.seminar ul.box > li{
		background:#ffffff;
		box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.2);
		margin:0 0 6%;
		position:static;
		width:auto;
		padding:3% 3% 6%;
	}
	.seminar ul.box > li .box-inner{	
		display:flex;
		justify-content:space-between;
		margin:0 0 5%;
	}

	.seminar ul.box li h2{
		position: relative;
		width: 40%;
		height: 40%;
		padding: 20%;
		border-radius: 50%;
		background: #f58a12;
		margin:3% 2% 0 0;
		top:0;
		left:0;
		color:#ffffff;
		text-align:center;
		box-sizing: border-box;
		line-height:1.2;
	}
	
	.seminar ul.box li h2 .h2-box{
		position: absolute;
		left: 0;
		top: 22%;
		margin: -.5em 0 0;
		width: 100%;
		text-align: center;
		color: #fff;
	}
	.seminar ul.box li h2 .mark1{
		font-size:116%;
		font-weight:bold;
	}
	.seminar ul.box li h2 .mark2{
		font-size:166%;
		font-weight:bold;
	}
	.seminar ul.box li h2 .mark3{
		font-size:116%;
		display: inline-block;
		transform: scale(3.5, 1);
	}
	.seminar ul.box li h2 .mark4{
		font-size:100%;
		line-height:1.5;
	}
	
	.seminar ul.box > li .img-txt{	
		display:flex;
		justify-content:space-between;
		padding:0;
		width:55%;
		margin:0;
	}
	.seminar ul.box > li .img-txt .img{
		width:100%;
	}
	.seminar ul.box > li .img-txt .img img{
		width:100%;
	}
	.seminar ul.box > li .img-txt .img p{
		background:#384759;
		color:#ffffff;
		font-size:65%;
		padding:3%;
		line-height:1.5;
	}
	.seminar ul.box > li .img-txt .img p .name{
		font-size:114%;
		font-weight:bold;
		line-height:1.3;
	}
	.seminar ul.box > li .txt{
		width:100%;
	}
	.seminar ul.box > li .txt h3{
		font-size:160%;
		font-weight:bold;
		border-bottom:2px solid #f58a12;
		padding:0 0 2%;
		margin:0 0 3%;
		text-align:center;
		line-height:1.4;
	}
	.seminar ul.box > li .txt ul li{
		font-size:100%;
		line-height:1.7;
		background:url(../img/seminar_icon_01.gif) no-repeat 0 50%;
		margin:0 0 0 2.5%;
		background-size:3%;
	}
	.seminar ul.box > li .txt ul li span{
		display:inline-block;
		padding:0 0 0 6%;
	}
	.seminar ul.box > li .txt p{
		font-size:100%;
		line-height:1.7;
	}

	
	
	/*target
	-------------------------------------------------------------------------------*/
	.target {
		background:#384759;
		padding: 10% 10px 5%;
	}
	.target .inner{
		padding:2.7% 2.7% 3.5%;
		background:#ffffff;
		box-sizing: border-box;
	}
	.target img{
		width:100%;
	}
	.target .txt-box{
		padding:2% 0 0;
		font-size:100%;
		line-height:1.6;
	}
	.target .txt-box .mark1{
		color:#e60012;
		font-weight:bold;
	}



	/*inquiry
	-------------------------------------------------------------------------------*/
	.inquiry h2 img{
		width:100%;
	}
	.inquiry .form {
		 width: auto;
		 margin: 50px 10px 0 10px;
	}
	.inquiry .form th,
	.inquiry .form td {
		width: 100%;
		display: block;
		padding: 0;
	}
	.inquiry .form tr {
		padding: 20px 0;
	}
	.inquiry .form th {
		text-align: left;
		padding:  20px 0 10px;
	}
	table ul.item li {
		margin-right: 0;
	}
	table ul.item li br {
		display: block;
	}
		.inquiry .form td {
		border-top: none;
		padding: 0 0 20px;
	}

	.inquiry .form td > {
		overflow: hidden;
	}
	select ,
	input[type="text"].short,
	input[type="text"] .long,
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
			width: 100% !important;
	}
	#mfp_element_4,
	#mfp_element_5,
	#mfp_element_6,
	#mfp_element_7,
	#mfp_element_8,
	#mfp_element_9,
	#mfp_element_10,
	#mfp_element_11,
	#mfp_element_12 {
		max-width: 100% !important;
		width: 100% !important;
		box-sizing: border-box;
	}
	#bottomBtn {
		width: 100%;
		display: block;
		position: fixed;
		bottom: 0;
	}
	#bottomBtn img {
		width: 100%;
	}
	#btn_r,
	#btn_s{
		font-size: 20px;
		width: 120px;
		height: 44px;
	}
	.form ul.formBtn li:first-child {
		margin: 0 0 10px;
		padding: 0;
	}
	div.telArea {
		padding: 10px 0;
	}
	footer p.copyright {
		padding: 20px 10px;
	}
	.thanks {
		width: auto;	
		padding: 100px 5px;
	}
	.thanks h1 {
	font-size: 25px;
		line-height: 35px;
	}
	.thanks h1 br {
		display: block;
	}


	/*case
	-------------------------------------------------------------------------------*/
	.case h2 img{
		width:100%;
	}
	.case ul.caseList {
		margin: 55px 0 0;
		padding: 0;
	}
	.case ul.caseList > li{
		width: 100%;
		margin: 0 0 20px;
	}
	.case ul.caseList > li:nth-child(n + 4) {
		display: none;
	}
	.case .moreBtn {
		padding: 0 0 40px;
	}
	.case .moreBtn img{
		width:100%;
		margin:0 auto;
	}


	/* forte
	-------------------------------------------------------------------------------*/
	.forte h2 img{
		width:100%;
	}
	.forte .forte_list {
		padding:7% 5% 5%;
	}
	.forte .forte_list h3 {
	padding: 0 0 5%;
}
	.forte .forte_list ul li {
		width: 47.6%;
	}
	.forte .forte_list img{
		width:100%;
	}
	.forte .txt{
	font-size:100%;
}
	

	.footer_contact_sp,
	.btnarea_sp{
		text-align: center;
		background: #24303d;
		padding: 20px 0;
	}
	.btnarea_sp{
		position: fixed;
		bottom: 0;
		z-index: 8;
	}
	/*-----------------------------------------------
		seminarList
	-----------------------------------------------*/
	.seminarList h2 {
		font-size: 22px;
		line-height: 1.3;
		padding: 0 10px;
	}
	.seminarList h2 br {
		display: block;
	}
	.seminarList ul {
		max-width: 100%;
	}
	.seminarList ul li {
		width: 50%;
		box-sizing: border-box;
		margin: 0 0 10px;
		padding: 0 10px;
	}
	.seminarList ul li img{
		width:100%;
	}
	
	.footer .txt22{
		padding:6% 2%;
	}
	.footer .txt22 img{
		width:100%;
	}
	.footer_contact_sp li,
	.btnarea_sp li{
		width: 45%;
		display: inline-block;
	}


}
