/* CSS style Document */

#wrap{
}

#wrap p{
	margin-bottom:30px;
}

#top{
	position:relative;
	padding:0 0 0 0;
	margin-top:60px;
	text-align:center;
	background:url(../img/top_back.jpg);
	background-position:center -150px;
	height:800px;
	animation: moveBg 7s 1 ease-out;
}

#animation_container{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

@keyframes moveBg{
	0%    { background-position: center 0px; }
	100%  { background-position: center -150px; }
}

@media print, screen and (min-width: 1000px) {
	.top_pc{
		display:block;
	}
	
	.top_tab{
		display:none;
	}
	
	.top_sp{
		display:none;
	}
}

@media print, screen and (max-width: 999px) and (min-width: 640px) {
	.top_pc{
		display:none;
	}
	
	.top_tab{
		display:block;
	}
	
	.top_sp{
		display:none;
	}
}

@media print, screen and (max-width: 639px) {
	.top_pc{
		display:none;
	}
	
	.top_tab{
		display:none;
	}
	
	.top_sp{
		display:block;
	}
}


.contact_area{
	position:absolute;
	top:-22px;
	right:0;
	width:490px;
	float:right;
	z-index:300;
}
.contact_area .tel{
	float:left;
	padding-left:25px;
	background:url(../img/tel.png) no-repeat;
	background-size:20px 20px;
	margin-right:10px;
	height:20px;
	line-height:20px;
}

.contact_area .fax{
	float:left;
	padding-left:25px;
	background:url(../img/fax.png) no-repeat;
	background-size:20px 20px;
	margin-right:10px;
	height:20px;
	line-height:20px;
}
.contact_area .mail{
	float:left;
	padding-left:25px;
	background:url(../img/mail.png) no-repeat;
	background-size:20px 20px;
	height:20px;
	line-height:20px;
}

@media screen and (min-width: 1000px) {
	.sec1 .inner{
		width:1000px;
		padding:80px 0 60px 0;
		margin:0 auto 0 auto;
	}
	
	.sec1{
		background:url(../img/sec1_back.jpg) no-repeat;
		background-position:top right;
		background-color:#1e1100;
	}
}

@media screen and (max-width: 999px) {
	.sec1{
		background-color:#321901;
		padding:15px 0 15px 0;
	}
}


@media screen and (min-width: 1000px) {
	.sec2 .inner{
		color:#FFFFFF;
		width:1000px;
		margin:0 auto 0 auto;
		padding:80px;
		line-height:2em;
	}
	
	.sec2{
		background:url(../img/sec2_back.jpg);
		background-position:0 -50px;
		background-attachment: fixed;
	}
	
	.sec2 .inner strong{
		font-size:18px;
		background: linear-gradient(transparent 90%, #fff 90%);
	}
}

@media screen and (max-width: 999px) {
	.sec2 .inner{
		color:#FFFFFF;
		line-height:2em;
	}
	
	.sec2{
		background:url(../img/sec2_back.jpg);
		background-position:center center;
		background-attachment: fixed;
		padding:40px 20px 20px 20px;
	}
	
	.sec2 .inner strong{
		font-size:16px;
		background: linear-gradient(transparent 90%, #fff 90%);
	}
}

.top_gold{
	margin:0 2px 0 2px;
	font-size:17px !important;
	background:none !important;
	background:-webkit-linear-gradient(60deg, #62420f, #97661c) !important;
	background:-moz-linear-gradient(60deg, #62420f, #97661c) !important;
	background:-o-linear-gradient(60deg, #62420f, #97661c) !important;
	background:linear-gradient(60deg, #62420f, #97661c) !important;
	padding:4px 7px 4px 7px;
	border-bottom:1px solid #AB8E15;
	border-top:1px solid #AB8E15;
}

.sec3{
	margin-top:10px;
}

@media screen and (min-width: 1000px) {
	.sec3 .inner{
		width:1000px;
		padding:20px 0 20px 0;
		margin:10px auto 0 auto;
	}

	.list1 ul li{
		padding:10px;
		border-bottom:1px solid #D6D6D6;
	}
	
	.list1 ul li:nth-child(odd){
		background-color:#EFEFEF;;
	}
	
	.list1 ul li .date{
		padding-top:2px;
		font-size:12px;
		float:left;
		margin-right:10px;
	}
	
	.list1 ul li .cate{
		font-weight:bold;
		text-align:center;
		width:100px;
		float:left;
		color:#FFFFFF;
		font-size:11px;
		background-color:#9F0110;
		margin-right:10px;
	}
	
	.list1 ul li .cate2{
		font-weight:bold;
		text-align:center;
		width:100px;
		float:left;
		color:#FFFFFF;
		font-size:11px;
		background-color:#000;
		margin-right:10px;
	}
	
	.list1 ul li .cate3{
		font-weight:bold;
		text-align:center;
		width:100px;
		float:left;
		color:#FFFFFF;
		font-size:11px;
		background-color:#2E5CB9;
		margin-right:10px;
	}
	
	.list1 ul li .text{
		font-size:14px;
		padding-top:4px;
		float:left;
		width:750px;
	}
	
	.article_text .list1 ul li .text{
		width:630px;
	}
	
	.list2 ul li{
		padding:10px;
		border-bottom:1px solid #D6D6D6;
	}
	
	.list1 ul li a{
		text-decoration:none;
	}
	
	
	.list2 ul li:nth-child(odd){
		background-color:#EFEFEF;;
	}
	
	.list2_k{
		color:#FFFFFF;
		background-color: #673600;
		margin-right:10px;
		padding:0 5px 0 5px;
	}
	
	.list3{
		border:3px #efefef solid;
		padding:40px 40px 10px 40px;
		margin-bottom:30px;
	}
	
	.list3 ul li{
		border-bottom:1px solid #D6D6D6;
	}
	
	
	.list3 ul li a{
		padding:10px;
		display:block;
		text-decoration:none;
	}
	
	
	.list3 ul li:nth-child(odd) a{
		background-color:#EFEFEF;
	}
	
	.list4{
		border:3px #efefef solid;
		padding:40px 40px 10px 40px;
		margin-bottom:30px;
	}
	
	.list4 ul li{
		border-bottom:1px solid #D6D6D6;
	}
	
	
	.list4 ul li{
		padding:10px;
		display:block;
		text-decoration:none;
	}
	
	
	.list4 ul li:nth-child(odd){
		background-color:#EFEFEF;
	}
	
	ul.tab,ul.tab2{
		margin-bottom:20px;
	}
	
	ul.tab li.select,ul.tab2 li.select{
		color:#FFFFFF;
		background-color:#868686;
		border:1px solid #868686;
	}
	
	ul.tab li,ul.tab2 li{
		cursor:pointer;
		padding:10px 10px 10px 10px;
		margin-right:10px;
		float:left;
		color:#ababab;
		border:1px solid #d4d4d4;
		border-bottom:none;
	}
	
	.hide_tab {
		display:none;
	}
	
	.button::before,
	.button::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}
	.button,
	.button::before,
	.button::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.button {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		line-height: 54px;
		outline: none;	
		height:45px;
		position: relative;
		z-index: 2;
		background:url(../img/btn_back.png) no-repeat;
		background-position:right bottom;
		background-color: #fff;
		color: #333;
		overflow: hidden;
		width:100%;
	}
}

@media screen and (max-width: 999px) {
	.list1 ul li{
		padding:10px;
		border-bottom:1px solid #D6D6D6;
	}
	
	.list1 ul li:nth-child(odd){
		background-color:#EFEFEF;;
	}
	
	.list1 ul li .date{
		padding-top:2px;
		font-size:12px;
		float:left;
		margin-right:10px;
	}
	
	.list1 ul li .cate{
		font-weight:bold;
		text-align:center;
		width:100px;
		float:left;
		color:#FFFFFF;
		font-size:11px;
		background-color:#9F0110;
		margin-right:10px;
	}
	
	.list1 ul li .cate2{
		font-weight:bold;
		text-align:center;
		width:100px;
		float:left;
		color:#FFFFFF;
		font-size:11px;
		background-color:#000;
		margin-right:10px;
	}
	
	.list1 ul li .cate3{
		font-weight:bold;
		text-align:center;
		width:100px;
		float:left;
		color:#FFFFFF;
		font-size:11px;
		background-color:#2E5CB9;
		margin-right:10px;
	}
	
	.list1 ul li .text{
		font-size:14px;
		padding-top:4px;
	}
	
	.list1 ul li .text:before{
		content: "";
		clear: both;
		display: block;
	}
	
	.article_text .list1 ul li .text{
	}
	
	.list2 ul li{
		padding:10px;
		border-bottom:1px solid #D6D6D6;
	}
	
	.list1 ul li a{
		text-decoration:none;
	}
	
	
	.list2 ul li:nth-child(odd){
		background-color:#EFEFEF;;
	}
	
	.list2_k{
		color:#FFFFFF;
		background-color: #673600;
		margin-right:10px;
		padding:0 5px 0 5px;
	}
	
	.list3{
		border:3px #efefef solid;
		padding:20px 20px 10px 20px;
		margin-bottom:20px;
	}
	
	.list3 ul li{
		border-bottom:1px solid #D6D6D6;
	}
	
	.list3 ul li a{
		padding:7px;
		display:block;
		text-decoration:none;
	}
	
	
	.list3 ul li:nth-child(odd) a{
		background-color:#EFEFEF;;
	}
	
	.list4{
		border:3px #efefef solid;
		padding:20px 20px 10px 20px;
		margin-bottom:20px;
	}
	
	.list4 ul li{
		border-bottom:1px solid #D6D6D6;
	}
	
	
	.list4 ul li{
		padding:7px;
		display:block;
		text-decoration:none;
	}
	
	
	.list4 ul li:nth-child(odd){
		background-color:#EFEFEF;
	}
	
}

@media print, screen and (max-width: 999px) and (min-width: 640px) {
	ul.tab,ul.tab2{
		margin:0 0 20px 5px;
	}
	
	ul.tab li.select,ul.tab2 li.select{
		color:#FFFFFF;
		background-color:#868686;
	}
	
	ul.tab li,ul.tab2 li{
		font-size:12px;
		padding:3px 6px 3px 6px;
		margin-right:2px;
		border:1px #C4C4C4 solid;
		width:86px;
		cursor:pointer;
		float:left;
		color:#ababab;
		border-bottom:none;
		letter-spacing:0em;
	}
	
	.hide_tab {
		display:none;
	}
}

@media print, screen and (max-width: 639px) and (min-width: 480px) {
	ul.tab,ul.tab2{
		margin:0 0 20px 5px;
	}
	
	ul.tab li.select,ul.tab2 li.select{
		color:#FFFFFF;
		background-color:#868686;
	}
	
	ul.tab li,ul.tab2 li{
		font-size:12px;
		padding:3px 6px 3px 6px;
		margin-right:2px;
		border:1px #C4C4C4 solid;
		width:28%;
		cursor:pointer;
		float:left;
		color:#ababab;
		border-bottom:none;
		letter-spacing:0em;
	}
	
	.hide_tab {
		display:none;
	}
}

@media screen and (max-width: 479px) {
	ul.tab,ul.tab2{
		margin:0 0 20px 5px;
	}
	
	ul.tab li.select,ul.tab2 li.select{
		color:#FFFFFF;
		background-color:#868686;
	}
	
	ul.tab li,ul.tab2 li{
		font-size:12px;
		padding:3px 6px 3px 6px;
		margin-right:2px;
		border:1px #C4C4C4 solid;
		width:44%;
		cursor:pointer;
		float:left;
		color:#ababab;
		border-bottom:none;
		letter-spacing:0em;
	}
	
	.hide_tab {
		display:none;
	}
}



@media screen and (min-width: 1000px) {

.sec1 ul{
	margin-left:40px;
}

.sec1 ul li{
	letter-spacing:0em;
	position:relative;
	border:1px solid #4A4A4A;
	float:left;
	width:30%;
	height:45px;
	margin:0 3% 3% 0;
}

.sec1 ul li .back{
	position:absolute;
	width:100%;
	height:45px;
	top:7px;
	left:7px;
	background-color:#7e7e7e;
}

.button .title{
	font-weight:bold;
	font-size:15px;
	top:-5px;
	left:0%;
	right:0%;
	position:absolute;
}

.button .sub_title{
	letter-spacing:0.2em;
	top:20px;
	font-size:11px;
	left:0%;
	right:0%;
	position:absolute;
}

.button hr{
	top:35px;
	margin:0 40px 0 40px;
	left:0%;
	right:0%;
	position:absolute;
}

.button:hover {
	opacity:0.7;
	color: #fff;
}
.button::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	left: 0;
	background-color: #333;
}

.b1:hover::after {
	background-color: #C75A06;
}

.b2:hover::after {
	background-color: #165188;
}

.b3:hover::after {
	background-color: #D4A501;
}

.b4:hover::after {
	background-color: #960002;
}

}



@media screen and (min-width: 640px){
	.top_tab1{
		margin:90px 0 20px 0;
		position:relative;
		padding:10px 10px 10px 10px;
		background:rgba(140,1,2,0.3)
	}
	
	.top_tab_color1{
		background:rgba(140,1,2,0.2)
	}
	
	.top_tab_color2{
		background:rgba(9,87,181,0.2)
	}
	
	.top_tab_color3{
		background:rgba(169,60,11,0.2);
	}
	
	.top_tab_color4{
		background:rgba(229,135,9,0.2);
	}
	
	.top_tab1_img{
		position:absolute;
		left:0;
		top:-54px;
	}
}

@media print, screen and (min-width: 1000px) {
	.top_tab1{
		padding:40px 10px 10px 10px;
	}
}



.sp_ac{
	pointer-events: none;
}

.ac_sp_pc{
	display:block;
}

.ac_sp_sp{
	display:none;
}

@media screen and (max-width: 639px){
	.ac_sp_pc{
		display:none;
	}
	
	.ac_sp_sp{
		display:block;
	}

	.sp_ac{
		pointer-events: all;
	}
	
	.toggle{
		display: none;
	}

	.toggle{
		padding:10px 10px 20px 10px;
	}
}

@media screen and (max-width: 999px) {

	.sec1 ul{
		margin-top:20px;
	}
}

@media print, screen and (max-width: 999px) and (min-width: 520px) {
	
.sec1 ul{
	margin-left:2%;
}

.sec1 ul li{
	border:1px solid #C9C9C9;
	float:left;
	width:46%;
	margin:0 2% 2% 2%;
}

.sec1 ul li:nth-child(2n){
	margin-left:0px;
}

.sec1 ul li a{
	display:block;
	letter-spacing:0em;
	padding:10px;
	height:20px;
	color:#000000;
	text-decoration:none;
}

.sec1 ul li .back{
	display:none;
}
}

@media screen and (max-width: 519px) {
	
	.sec1 ul li{
		border:1px solid #C9C9C9;
		margin:0 10px 5px 10px;
	}
	
	.sec1 ul li a{
		display:block;
		letter-spacing:0em;
		padding:10px;
		height:20px;
		color:#000000;
		text-decoration:none;
	}
	
	.sec1 ul li .back{
		display:none;
	}
}



@media screen and (max-width: 999px) {
	
.button {
	background:url(../img/btn_back.png) no-repeat;
	background-position:right bottom;
	background-color: #fff;
	overflow: hidden;
}


.button .title{
	line-height:20px;
	font-weight:bold;
	font-size:13px;
}

.button .sub_title{
	letter-spacing:0.2em;
	top:20px;
	font-size:11px;
	left:0%;
	right:0%;
	position:absolute;
}

}

/* fade animate.css */

.fade,.fade2,.fade3,.fade4{
	visibility:hidden;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(+20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(+20px); -ms-transform: translateY(+20px); transform: translateY(+20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(+60px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(+60px); -ms-transform: translateX(+60px); transform: translateX(+60px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeInRight {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-60px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-60px); -ms-transform: translateX(-60px); transform: translateX(-60px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(-60px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.check{
	padding:20px 20px 10px 20px;
	background-color:#AF8C27;
	margin-bottom:20px;
	border:3px solid #563B00;
	background:linear-gradient(60deg, #FFF, #cdaf66);
}

.check ul li{
	margin-bottom:10px;
	margin-left:2em;
	text-indent:-0.8em;
	padding-bottom:5px;
	border-bottom:1px solid #cdaf66;
}

.check ul li:last-child{
	border:none;
}

.soudanryou{
	font-weight:bold;
	font-size:20px;
}

.ch60{
	margin-bottom:30px;
}

.check ul li i{
	margin-right:7px;
}

.attention{
	padding:20px 20px 10px 20px;
	background-color:#F9F9F9;
	margin-bottom:20px;
	border:3px solid #E4E4E4;
}

.attention ul li{
	margin-bottom:10px;
	margin-left:2em;
	text-indent:-1em;
}


@media screen and (min-width: 540px) {
	figure.hover_ac1 {
	  font-family: 'Raleway', Arial, sans-serif;
	  position: relative;
	  float: left;
	  overflow: hidden;
	  margin: 10px 1%;
	  min-width: 158px;
	  max-width: 158px;
	  width: 100%;
	  color: #000000;
	  text-align: center;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
	
	figure.hover_ac1 .name{
		font-size:12px;
		padding:10px 0 10px 0;
		line-height:1.3em !important;
		background-color:#F5F5F5;
	}
	
	figure.hover_ac1 img{
		width:158px;
		height:158px;
	}
	figure.hover_ac1 * {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	figure.hover_ac1 img {
	  opacity: 1;
	  width: 100%;
	}
	figure.hover_ac1:after,
	figure.hover_ac1:before {
	  background: #000;
	  width: 200%;
	  height: 100%;
	  position: absolute;
	  content: '';
	  opacity: 0.5;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  z-index: 1;
	}
	figure.hover_ac1:after {
	  top: 0;
	  left: 0;
	  -webkit-transform: skew(-45deg) translateX(-150%);
	  transform: skew(-45deg) translateX(-150%);
	}
	figure.hover_ac1:before {
	  right: 0;
	  bottom: 0;
	  -webkit-transform: skew(-45deg) translateX(150%);
	  transform: skew(-45deg) translateX(150%);
	}
	figure.hover_ac1 figcaption {
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  z-index: 2;
	}
	figure.hover_ac1 .intro1,
	figure.hover_ac1 .intro2 {
	  margin: 0;
	  width: 100%;
	  opacity: 0;
	}
	figure.hover_ac1 .intro1 {
	  padding: 0 20px 5px 20px;
	  font-weight: 400;
	  text-transform: uppercase;
	   color:#FFF;
	   border-bottom:1px solid #FFF;
	   width:80%;
	   margin:0 auto 0 auto;
	  line-height:1.5em; 
	}
	figure.hover_ac1 .intro2 {
	  padding: 0 20px 0 20px;
	  font-size: 0.8em;
	  font-weight: 500;
	  color:#FFF;
	  line-height:1.5em;
	  margin-top:5px;
	}
	figure.hover_ac1 a {
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  z-index: 2;
	}
	figure.hover_ac1:hover img,
	figure.hover_ac1.hover img {
	  -webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
	}
	figure.hover_ac1:hover:after,
	figure.hover_ac1.hover:after {
	  -webkit-transform: skew(-45deg) translateX(-50%);
	  transform: skew(-45deg) translateX(-50%);
	}
	figure.hover_ac1:hover:before,
	figure.hover_ac1.hover:before {
	  -webkit-transform: skew(-45deg) translateX(50%);
	  transform: skew(-45deg) translateX(50%);
	}
	figure.hover_ac1:hover figcaption .intro1,
	figure.hover_ac1.hover figcaption .intro1,
	figure.hover_ac1:hover figcaption .intro2,
	figure.hover_ac1.hover figcaption .intro2 {
	  -webkit-transition-delay: 0.2s;
	  transition-delay: 0.2s;
	}
	figure.hover_ac1:hover figcaption .intro1,
	figure.hover_ac1.hover figcaption .intro1 {
	  opacity: 1;
	}
	figure.hover_ac1:hover figcaption .intro2,
	figure.hover_ac1.hover figcaption .intro2 {
	  opacity: 0.7;
	}
}

@media screen and (max-width: 539px) {
	figure.hover_ac1 {
	  font-family: 'Raleway', Arial, sans-serif;
	  position: relative;
	  float: left;
	  overflow: hidden;
	  margin: 10px 1%;
	  min-width: 100px;
	  max-width: 100px;
	  width: 100%;
	  color: #000000;
	  text-align: center;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
	
	figure.hover_ac1 .name{
		font-size:10px;
		padding:10px 0 10px 0;
		line-height:1.3em !important;
		background-color:#F5F5F5;
	}
	
	figure.hover_ac1 img{
		width:100px;
		height:100px;
	}
	figure.hover_ac1 * {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	figure.hover_ac1 img {
	  opacity: 1;
	  width: 100%;
	}
	figure.hover_ac1:after,
	figure.hover_ac1:before {
	  background: #000;
	  width: 200%;
	  height: 100%;
	  position: absolute;
	  content: '';
	  opacity: 0.5;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  z-index: 1;
	}
	figure.hover_ac1:after {
	  top: 0;
	  left: 0;
	  -webkit-transform: skew(-45deg) translateX(-150%);
	  transform: skew(-45deg) translateX(-150%);
	}
	figure.hover_ac1:before {
	  right: 0;
	  bottom: 0;
	  -webkit-transform: skew(-45deg) translateX(150%);
	  transform: skew(-45deg) translateX(150%);
	}
	figure.hover_ac1 figcaption {
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  z-index: 2;
	}
	figure.hover_ac1 .intro1,
	figure.hover_ac1 .intro2 {
	  margin: 0;
	  width: 100%;
	  opacity: 0;
	}
	figure.hover_ac1 .intro1 {
	  padding: 0 20px 5px 20px;
	  font-weight: 400;
	  text-transform: uppercase;
	   color:#FFF;
	   border-bottom:1px solid #FFF;
	   width:80%;
	   font-size: 0.8em;
	   margin:0 auto 0 auto;
	  line-height:1.5em; 
	}
	figure.hover_ac1 .intro2 {
	  padding: 0 20px 0 20px;
	  font-size: 0.6em;
	  font-weight: 500;
	  color:#FFF;
	  line-height:1.5em;
	  margin-top:5px;
	}
	figure.hover_ac1 a {
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  z-index: 2;
	}
	figure.hover_ac1:hover img,
	figure.hover_ac1.hover img {
	  -webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
	}
	figure.hover_ac1:hover:after,
	figure.hover_ac1.hover:after {
	  -webkit-transform: skew(-45deg) translateX(-50%);
	  transform: skew(-45deg) translateX(-50%);
	}
	figure.hover_ac1:hover:before,
	figure.hover_ac1.hover:before {
	  -webkit-transform: skew(-45deg) translateX(50%);
	  transform: skew(-45deg) translateX(50%);
	}
	figure.hover_ac1:hover figcaption .intro1,
	figure.hover_ac1.hover figcaption .intro1,
	figure.hover_ac1:hover figcaption .intro2,
	figure.hover_ac1.hover figcaption .intro2 {
	  -webkit-transition-delay: 0.2s;
	  transition-delay: 0.2s;
	}
	figure.hover_ac1:hover figcaption .intro1,
	figure.hover_ac1.hover figcaption .intro1 {
	  opacity: 1;
	}
	figure.hover_ac1:hover figcaption .intro2,
	figure.hover_ac1.hover figcaption .intro2 {
	  opacity: 0.7;
	}
}


.introduce ul{
	margin-bottom:40px;
}

@media print, screen and (max-width: 999px) and (min-width: 730px) {
	.introduce ul{
		width:690px;
		margin:0 auto 0 auto;
	}
}

@media print, screen and (max-width: 729px) and (min-width: 540px) {
	.introduce ul{
		width:505px;
		margin:0 auto 0 auto;
	}
}

@media print, screen and (max-width: 539px) and (min-width: 360px) {
	.introduce ul{
		width:320px;
		margin:0 auto 0 auto;
	}
}

@media screen and (max-width: 359px) {
	.introduce ul{
		width:210px;
		margin:0 auto 0 auto;
	}
}


/* office */

@media screen and (min-width: 800px) {
	ul.office li{
		float:left;
		margin-bottom:1%;
		line-height:1.5em;
		width:24.5%;
		margin-right:0.5%;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
	
	ul.global li{
		float:left;
		margin-bottom:1%;
		line-height:1.5em;
		width:24.5%;
		margin-right:0.5%;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
}

	ul.global li a{
		text-decoration:none;
	}
	
	ul.global li .title{
		color:#FFFFFF;
		padding:10px;
		background-color:#000000;
		
	}
	
	ul.office li a .text{
		min-height:65px;
	}
	
@media print, screen and (max-width: 799px) and (min-width: 640px) {
	ul.office li{
		float:left;
		margin-bottom:1%;
		line-height:1.5em;
		width:32.8%;
		margin-right:0.5%;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
	
	ul.global li{
		float:left;
		margin-bottom:1%;
		line-height:1.5em;
		width:32.8%;
		margin-right:0.5%;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
}
@media print, screen and (max-width: 639px) and (min-width: 320px) {
	ul.office li{
		margin-bottom:1%;
		float:left;
		line-height:1.5em;
		width:49.5%;
		margin-right:0.5%;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
	
	ul.global li{
		margin-bottom:1%;
		float:left;
		line-height:1.5em;
		width:49.5%;
		margin-right:0.5%;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
}

@media print, screen and (max-width: 450px) and (min-width: 320px) {
	ul.office li{
		height:350px;
	}
}

@media screen and (max-width: 319px) {
	ul.office li{
		line-height:1.5em;
		margin-bottom:10px;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
}

ul.office li a{
	display:block;
	text-decoration:none;
	color:#000000;
}

ul.office li a .title{
	color:#FFFFFF;
	text-align:center;
	padding:10px 10px 10px 10px;
	background:-webkit-linear-gradient(60deg, #62420f, #9e6f25);
	background:-moz-linear-gradient(60deg, #62420f, #9e6f25);
	background:-o-linear-gradient(60deg, #62420f, #9e6f25);
	background:linear-gradient(60deg, #62420f, #9e6f25);
}

ul.office li a .text{
	padding:10px;
}

@media screen and (min-width: 500px) {
	ul.office_image li{
		float:left;
		line-height:1.5em;
		width:49.5%;
		margin-right:0.5%;
		margin-bottom:0.5%;
		-webkit-box-shadow: #CCC 1px 1px 3px;
		-moz-box-shadow: #CCC 1px 1px 3px;
		box-shadow: #CCC 1px 1px 3px;
	}
}

@media screen and (max-width: 499px) {
	ul.office_image li{
		margin-bottom:10px;
	}
}

ul.office_image li img{
	width:100%;
	height:auto;
}

ul.office_image li .title{
	color:#FFFFFF;
	text-align:center;
	padding:10px 10px 10px 10px;
	background:-webkit-linear-gradient(60deg, #62420f, #9e6f25);
	background:-moz-linear-gradient(60deg, #62420f, #9e6f25);
	background:-o-linear-gradient(60deg, #62420f, #9e6f25);
	background:linear-gradient(60deg, #62420f, #9e6f25);
}

/* media */

ul.media_s{
	margin-bottom:30px;
}

@media screen and (min-width: 800px) {
	ul.media_s li{
		width:24%;
		margin:0 1% 1% 0;
		float:left;
		color:#FFFFFF;
		background-color:#000000;
	}
}

@media print, screen and (max-width: 799px) and (min-width: 600px) {
	ul.media_s li{
		width:32.3%;
		margin:0 1% 1% 0;
		float:left;
		color:#FFFFFF;
		background-color:#000000;
	}
}

@media print, screen and (max-width: 599px) and (min-width: 320px) {
	ul.media_s li{
		width:49%;
		margin:0 1% 1% 0;
		float:left;
		color:#FFFFFF;
		background-color:#000000;
	}
}

@media print, screen and (max-width: 419px) and (min-width: 320px) {
	ul.media_s li{
		height:400px;
	}
}


@media screen and (max-width: 419px) {
	ul.media_s li{
		color:#FFFFFF;
		background-color:#000000;
	}
}

@media screen and (min-width: 420px) {
	ul.media_s li .title{
		color:#C7BE81;
		font-weight:bold;
		line-height:1.5em;
		padding:15px;
		height:40px;
	}
	
	ul.media_s li .text{
		font-size:12px;
		line-height:1.5em;
		padding:0 15px 15px 15px;
		height:70px;
	}
}

@media screen and (max-width: 419px) {
	ul.media_s li .title{
		color:#C7BE81;
		font-weight:bold;
		line-height:1.5em;
		padding:15px;
	}
	
	ul.media_s li .text{
		font-size:12px;
		line-height:1.5em;
		padding:0 15px 15px 15px;
	}
}


ul.media_s li a{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}



/* book */
ul.book_list li{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #E4E4E4;
}

ul.book_list li .left{
	width:18%;
	margin-right:2%;
	float:left;
}

ul.book_list li .right{
	width:80%;
	float:left;
}

ul.book_list li .right .title{
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}

ul.book_list li .right .text1{
	font-size:12px;
	background-color:#F1F1F1;
	padding:10px;
	margin-bottom:10px;
}

.book_list .button1{
	float:left;
	margin-bottom:0px;
}

.book_list .button1 span {
	border: 2px solid #f49400;
}
.book_list .button1 span:nth-child(1) {
	background-color: #f49400;
}
.book_list .button1 span:nth-child(2) {
	color:#f49400 !important;
}
.book_list .button1:hover span:nth-child(2) {
	background-color: #f49400;
}

.book_list .ver2 span {
	border: 2px solid #00388f;
}
.book_list .ver2 span:nth-child(1) {
	background-color: #00388f;
}
.book_list .ver2 span:nth-child(2) {
	color:#00388f !important;
}
.book_list .ver2:hover span:nth-child(2) {
	background-color: #00388f;
}

.book_list .ver2{
  width: 230px;
}

.book_list .ver2 span {
	padding-left:20px;
	width: 230px;
}

.book_list .ver2 i{
	margin-left:25px;
}

.book_list .ver3 span {
	border: 2px solid #349030;
}
.book_list .ver3 span:nth-child(1) {
	background-color: #349030;
}
.book_list .ver3 span:nth-child(2) {
	color:#349030 !important;
}
.book_list .ver3:hover span:nth-child(2) {
	background-color: #349030;
}

.book_list .ver3{
  width: 200px;
}

.book_list .ver3 span {
	padding-left:20px;
	width: 200px;
}

.book_list .ver3 i{
	margin-left:25px;
}

.book_list .ver4 span {
	border: 2px solid #00388f;
}
.book_list .ver4 span:nth-child(1) {
	background-color: #00388f;
}
.book_list .ver4 span:nth-child(2) {
	color:#00388f !important;
}
.book_list .ver4:hover span:nth-child(2) {
	background-color: #00388f;
}

.book_list .ver4{
  width: 200px;
}

.book_list .ver4 span {
	padding-left:20px;
	width: 200px;
}

.book_list .ver4 i{
	margin-left:25px;
}

/* sitemap */

.sitemap ul li ul{
	margin-left:20px;
	margin-bottom:30px;
}

@media screen and (min-width: 1000px) {
	.sitemap ul li ul li a{
		font-size:13px;
		color:#000000;
		text-decoration:none;
		padding:0.5% 1% 0.5% 2%;
		float:left;
		width:45%;
		margin:0 1% 1% 0;
		background-color:#F4F4F4;
		border:1px solid #CCCCCC;
	}
	.sitemap ul li ul li a.sitemap_top{
		width:94.3%;
		margin:0 0 1% 0%;
		background-color:#CDCDCD;
		border:1px solid #ACACAC;
	}
}

@media screen and (max-width: 999px) {
	.sitemap ul li ul li a{
		display:block;
		font-size:13px;
		color:#000000;
		text-decoration:none;
		padding:0.5% 1% 0.5% 2%;
		margin:0 0 1% 20px;
		background-color:#F4F4F4;
		border:1px solid #CCCCCC;
	}
	.sitemap ul li ul li a.sitemap_top{
		background-color:#CDCDCD;
		border:1px solid #ACACAC;
		margin:0 0 1% 0px;
	}
}

.sitemap ul li ul li a:hover{
	opacity:1;
	color:#FFFFFF;
	background-color:#000000;
}

.sitemap ul li ul li a span{
	line-height:10px;
	vertical-align: middle;
	margin-left:7px;
	font-size:10px;
}

/* contact */

@media screen and (min-width: 520px) {
	.contactpage_btn a{
		color:#000000;
		border-radius:10px;
		border:1px solid #000000;
		border-bottom:3px solid #000000;
		display:block;
		padding:10px 20px 10px 20px;
		font-size:17px;
		font-weight:bold;
		text-decoration:none;
		margin-bottom:20px;
		background-color:#F7F7F7;
		float:left;
		width:44%;
		margin-right:1%;
	}
}

@media screen and (max-width: 519px) {
	.contactpage_btn a{
		color:#000000;
		border-radius:10px;
		border:1px solid #000000;
		border-bottom:3px solid #000000;
		display:block;
		padding:10px 20px 10px 20px;
		font-size:17px;
		font-weight:bold;
		text-decoration:none;
		margin-bottom:20px;
		background-color:#F7F7F7;
	}
}

/* 企業法務 */

table.table1 {
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-collapse: collapse;
	width: 100%;
}
table.table1 th,
table.table1 td {
	border-left: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 10px;
	vertical-align: middle;
}
table.table1 th {
	vertical-align:top;
	color:#FFFFFF;
	background-color:#e40012;
	text-align: left;
}

table.table1 td {
	text-align:center;
}


table.table1 td.td1 {
	text-align:left;
}

th.back_white{
	background-color:#FFFFFF !important;
	text-align:center !important;
}

table.table1 tr:nth-child(even) td{
	background-color:#F3F3F3;
}

@media screen and (max-width: 560px) {
table.table1 td {
		font-size:11px;
		line-height:16px;
	}
}

/*
@media screen and (max-width: 640px){
	.fade,.fade2,.fade3,.fade4{
		visibility:visible !important;
	}
}
*/

.int_li li{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #868686;
}

.int_li li:last-child{
	margin-bottom: 0px;
	border-bottom: none;
}

.geinou-qa_box{
    border: 5px solid #FFD1D1;
    background-color: #FFF8F8;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 560px) {
.geinou-qa_sns{
    display: flex;
}
}

.mono ul{
}

.mono ul li{
    padding: 20px;
    border-bottom: 1px solid #9A9A9A;
    
}

.mono ul li:nth-child(odd){
    background-color: #f4f4f4;
}

.mono ul li .mono_title{
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.mono ul li a{
    color: #000;
}

.mono ul li .mono_date{
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background-color: #868686;
    width: 110px;
    text-align: center;
    margin-bottom: 10px;
}

.mono_name{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    line-height: 22px;}

.mono_name .box{
    font-size: 11px;
    line-height: 22px;
    background-color: #A7653D;
    color: #fff;
    width: 70px;
    text-align: center;
    margin-right: 10px;
}

.mono_name .box2{
}

@media screen and (min-width: 480px) {
    .author ul{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .author ul li{
        display: flex;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    
    .author ul li a{
        color: #000;
    }

    .author ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .author ul li .img{
        margin-right: 20px;
        width: 82px;
    }

    .author ul li img{
        border: 1px solid #DBDBDB;
    }
    .author ul li .text{
      -webkit-flex: 1;
      flex: 1;
    }

    .author ul li .author_title{
        padding-top: 10px;
        line-height: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .author ul li .author_date{
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        background-color: #DD7B1A;
        width: 110px;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 479px) {
    .author ul li a{
        color: #000;
    }

    .author ul{
    }

    .author ul li{
        display: flex;
        margin-bottom: 2%;
    }

    .author ul li:nth-child(2n){
        margin-right: 0;
    }

    .author ul li .img{
        margin-right: 2%;
        width: 82px;
    }
    .author ul li .text{
      -webkit-flex: 1;
      flex: 1;
    }

    .author ul li .author_title{
        line-height: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .author ul li .author_date{
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        background-color: #DD7B1A;
        width: 110px;
        text-align: center;
        margin-bottom: 10px;
    }
}

.mono ul{
}

.mono ul li{
    padding: 20px;
    border-bottom: 1px solid #9A9A9A;
    
}

.mono ul li:nth-child(odd){
    background-color: #f4f4f4;
}

.mono ul li .mono_title{
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.mono ul li a{
    color: #000;
}

.mono ul li .mono_date{
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background-color: #868686;
    width: 110px;
    text-align: center;
    margin-bottom: 10px;
}

.mono_name{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    line-height: 22px;}

.mono_name .box{
    font-size: 11px;
    line-height: 22px;
    background-color: #A7653D;
    color: #fff;
    width: 70px;
    text-align: center;
    margin-right: 10px;
}

.mono_name .box2{
}

.info_table{
    width: 100%;
    margin-bottom: 20px;
}

.info_table th{
    text-align: center;
    vertical-align:middle;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #939393;
}

.info_table td{
    padding: 10px;
    border: 1px solid #939393;
}

.info_btn{
    text-align: center;
}

.info_btn .button1{
	float:none;
	margin-bottom:0px;
    margin: 0 auto 0 auto;
}

@media screen and (min-width: 640px) {
    .intellectual_taiou{
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .intellectual_taiou .left{
        width: 60%;
    }

    .intellectual_taiou .right{
        width: 38%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 639px) {
    .intellectual_taiou{
        margin-bottom: 20px;
    }

    .intellectual_taiou .right{
        text-align: center;
        width: 70%;
        margin: 0 auto 0 auto;
    }
}

.intellectual_taiou_list{
    padding: 20px 20px 10px 20px;
    background-color: #fcf7e0;
    margin-bottom: 20px;
}

.intellectual_taiou_list ul li{
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.5em;
    border-bottom: 1px dashed #7C7C7C;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

@media screen and (min-width: 900px) {
    .list5 ul{
        display: flex;
    }

    .list5 ul li{
        width: 200px;
        text-align: center;
        margin-right: 20px;
        font-weight: bold;
    }
}

@media screen and (max-width: 899px) and (min-width: 640px){
    .list5 ul{
        display: flex;
        flex-wrap: wrap;
    }

    .list5 ul li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        text-align: center;
        font-weight: bold;
    }
    
    .list5 ul li:nth-child(3n){
        margin-right: 0%;
    }
}

@media screen and (max-width: 639px) {
    .list5 ul{
        display: flex;
        flex-wrap: wrap;
    }

    .list5 ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        text-align: center;
        font-weight: bold;
    }
    
    .list5 ul li:nth-child(2n){
        margin-right: 0%;
    }
}

.list5 ul li i{
    margin-left: 10px;
}

.list5 ul li .img{
    margin-bottom: 5px;
}

.mecha_btn{
    background-color: #2461b0;
    text-align: center;
}

.mecha_btn a{
    display: block;
    padding: 7px;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 500px) {
    .genba{
        display: flex;
    }

    .genba .img{
        width: 200px;
        margin-left: 10px;
    }
    .genba .check{
        -webkit-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width: 499px) {
    .genba .img{
        width: 200px;
        margin: 0 auto 20px auto;
    }

    .genba .check{
        margin-bottom: 10px;
    }
}

.list4 .title{
    background-color: #0060A6;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    width: 120px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

@media print, screen and (min-width: 880px) {
    .order_form_inner ul li{
        display: flex;
    }

	.form_left{
		line-height:40px;
		width:240px;
		text-align:right;
        background-color: #f4f4f4;
        padding:15px 30px 15px 15px;
	}

	.form_right{
		width:600px;
        padding:15px 15px 15px 20px;
	}

	.order_form_inner ul li:after,.order_form_inner ul li:before{
		content: "";
		clear:both;
		display: block;
	}
    
    .order_form_inner ul{
        border-top: 1px solid #9E9E9E;
    }
	
	.order_form_inner ul li{
		
        border-bottom: 1px solid #9E9E9E;
	}
	
	.order_form_inner ul li:nth-child(odd){
	}
	
	.ft2{
		line-height:20px;
	}
    
.submit_ot{
    margin-top: 20px;
}

    .check_b{
        padding-top: 20px;
    }
}

.check_b .wpcf7-form-control-wrap{
    margin-left: -15px;
}

@media print, screen and (max-width: 879px) {

	.order_form_inner ul li:after,.order_form_inner ul li:before{
		content: "";
		clear:both;
		display: block;
	}
	
	.order_form_inner ul li{
		padding:15px;
	}
	
	.order_form_inner ul li:nth-child(odd){
		background-color:#F3F3F3;
	}
}

.submit_ot{
    text-align: center;
}

.wpcf7 {
	margin: 0;
}

.asterisk {
	margin: 0 0 0 0.2em;
	color: #fff;
    padding: 2px 4px 2px 4px;
    background-color: #5D97E7;
    font-size: 11px;
    margin-left: 10px;
    line-height: 15px;
}
.wpcf7 span.wpcf7-not-valid-tip {
}

@media print, screen and (min-width: 880px) {
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 input[type="tel"]{
		max-width:300px;
	}
}

@media print, screen and (max-width: 879px) {
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 input[type="tel"]{
		width:90%;
	}
}

.wpcf7 textarea {
	width:95%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.wpcf7 input[type="submit"] {
margin-top:10px;
 font-size: 100%;
 padding: 15px 90px 15px 90px;
 background: #2461b0;
 color: #fff;
 cursor: pointer;
 box-shadow: 0 0 1px rgba(0,0,0,.2);
 border: 1px solid #ccc;
 border-bottom:3px solid #184e95;
}
.wpcf7 input[type="submit"]:hover {
	opacity: 0.7;
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

.wpcf7 .age input[type="text"]{
	width:50px;
}

.wpcf7 .kibou input[type="text"]{
	width:200px;
}

.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

select{
	padding:10px;
}

.wpcf7 .age input[type="text"]{
	width:50px;
}

.list6 ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #333;
}

.list6{
    margin-bottom: 20px;
}

.main_mail_tel{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.copyright_column1{
    margin-bottom: 20px;
}

.copy_more{
    text-align: center;
}

.copy_more a{
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background-color: #EC7072;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.copy_more a i{
    margin-left: 10px;
}

@media print, screen and (min-width: 640px) {
    .copyright_column1 ul{
        display: flex;
    }

    .copyright_column1 ul li{
        display: flex;
        margin-right: 2%;
        width: 33.3%;
    }

    .copyright_column1 ul li:nth-child(3){
        margin-right: 0;
    }
}

@media print, screen and (max-width: 639px) {
    .copyright_column1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .copyright_column1 ul li{
        display: flex;
        margin-right: 2%;
        margin-bottom: 2%;
        width: 49%;
    }

    .copyright_column1 ul li:nth-child(2){
        margin-right: 0;
    }
}

.copy_soudan ul li{
    margin-bottom: 20px;
}

.copy_soudan ul li .cs1{
    background-color: #F88D8F;
    padding: 5px 15px 5px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.copy_soudan ul li h3.cs1{
    margin: 0px !important;
    border: none !important;
    background-color: #F88D8F !important;
    padding: 5px 15px 5px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.copy_soudan ul li .cs2{
    padding: 15px;
    border: 1px solid #F88D8F;
    background-color: #fffbf4;
    font-weight: bold;
}

.copy_soudan ul li .cs3{
    background-color: #3494f6;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}

.copy_soudan ul li .cs4{
    padding: 15px;
    border: 2px solid #3494f6;
    background-color: #fff;
}

.show_scroll{
	overflow: auto;
	white-space: nowrap;
}
.show_scroll::-webkit-scrollbar{
	height: 5px;
}
.show_scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.show_scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
@media screen and (max-width: 699px){

    .show_scroll img{
        max-width: none;
    }

    .show_scroll{
        overflow: auto;
        white-space: nowrap;
        margin-bottom:15px;
        padding-bottom: 15px;
    }
    .show_scroll::-webkit-scrollbar{
        height: 5px;
    }
    .show_scroll::-webkit-scrollbar-track{
        background: #F1F1F1;
    }
    .show_scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}

.copy_st{
     background:linear-gradient(transparent 60%, #ff6 60%);
}

.main_mail_tel_box{
    padding: 20px 20px 20px 20px;
    background-color: #FCF3E6;
    margin-bottom: 20px;
}

.main_mail_tel_box p.text{
    font-weight: bold;

    margin-bottom: 10px !important;
}

.main_mail_tel_box table th{
    position: relative;
    padding: 5px 5px 5px 30px;
    background-color: #3e6e11;
    font-weight: bold;
    color: #fff;
    width: 75px;
    text-align: center;
    vertical-align:middle;
}

.main_mail_tel_box table th .icon{
    position: absolute;
    top: 10px;
    left: 13px;
}

.main_mail_tel_box table td{
    padding: 5px 10px 5px 10px;
}

.media_r_jisseki{
    padding: 5px 10px 5px 10px;
    background-color: #A27B3E;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

h3.media_r_title{
    border: none !important;
    border-bottom: 2px solid #6b4912 !important;
    background-color: #fff !important;
    padding-left: 0px !important;
    font-size: 20px !important;
}

.media_r_box{
    border: 2px solid #6b4912;
    padding: 20px 20px 1px 20px;
    margin-bottom: 20px;
}

.media_r_box .list6 ul li{
    padding-left:1em;
    text-indent:-1em;
    font-feature-settings: "palt";
}

.media_r_box .inner{
    display: flex;
}

.media_r_box .inner .left{
    width: 49%;
    margin-right: 2%;
}

.media_r_box .inner .right{
    width: 49%;
}

.main_mail_tel_box{
    padding: 20px 20px 20px 20px;
    background-color: #FCF3E6;
    margin-bottom: 20px;
}

.main_mail_tel_box p.text{
    font-weight: bold;

    margin-bottom: 10px !important;
}

.main_mail_tel_box table th{
    position: relative;
    padding: 5px 5px 5px 30px;
    background-color: #3e6e11;
    font-weight: bold;
    color: #fff;
    width: 75px;
    text-align: center;
    vertical-align:middle;
}

.main_mail_tel_box table th .icon{
    position: absolute;
    top: 10px;
    left: 13px;
}

.main_mail_tel_box table td{
    padding: 5px 10px 5px 10px;
}

.media_r_jisseki{
    padding: 5px 10px 5px 10px;
    background-color: #A27B3E;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

h3.media_r_title{
    border: none !important;
    border-bottom: 2px solid #6b4912 !important;
    background-color: #fff !important;
    padding-left: 0px !important;
    font-size: 20px !important;
}

.media_r_box{
    border: 2px solid #6b4912;
    padding: 20px 20px 1px 20px;
    margin-bottom: 20px;
}

.media_r_box .list6 ul li{
    padding-left:1em;
    text-indent:-1em;
    font-feature-settings: "palt";
}

.media_r_box .inner{
    display: flex;
}

.media_r_box .inner .left{
    width: 49%;
    margin-right: 2%;
}

.media_r_box .inner .right{
    width: 49%;
}

h2.copy_merit{
    background:linear-gradient(60deg, #3293f6, #91c7ff) !important;
    margin-bottom: 0px !important;
}

.attention2{
	padding:20px 20px 10px 20px;
	background-color:#FFFBF4;
	margin-bottom:20px;
	border:3px solid #3293f6;
}

.attention2 ul li{
	margin-bottom:10px;
	margin-left:2em;
	text-indent:-1em;
    font-weight: bold;
}

@media print, screen and (min-width: 640px) {
    .maintop_btn ul{
        display: flex;
    }
}

.maintop_btn{
    margin-bottom: 30px;
}

@media print, screen and (max-width: 639px) {
    .practice_tab{
        margin-bottom: 20px;
    }
}

.drama_bengoshi{
    display: flex;
    margin-bottom: 20px;
}

.drama_bengoshi li .img{
    margin-bottom: 2px;
}

@media print, screen and (min-width: 450px) {
    .drama_bengoshi li a{
        display: block;
        color: #fff;
        font-weight: bold;
        background: url(../img/drama_allow.png) no-repeat;
        background-position: top 50% right 20px;
        background-size: 20px;
        background-color: #000;
        padding: 7px 30px 7px 10px;
        text-align: center;
        text-decoration: none;
    }
}

@media print, screen and (max-width: 449px) {
    .drama_bengoshi li a{
        display: block;
        color: #fff;
        font-weight: bold;
        background-color: #000;
        padding: 7px 10px 7px 10px;
        text-align: center;
        text-decoration: none;
    }
}

.drama_bengoshi li{
    margin-right: 20px;
}

.drama_bengoshi li:last-child{
    margin-right: 0;
}

.m_jisseki strong{
    margin-bottom: 10px !important;
    display: block;
}

.m_jisseki ul{
    margin-bottom: 10px;
}

.m_jisseki ul li{
    padding-left:1em;
    text-indent:-1em;
    margin-bottom: 5px;
}

.m_jisseki ul li:last-child{
    margin-bottom: 0px;
}

@media print, screen and (min-width: 660px) {
    .drama_box{
        display: flex;
    }
    
    .drama_box .drama_title{
        font-weight: bold;
        border-bottom: 1px solid #333;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    
    .drama_box .right{
        padding: 20px;
    }
    
    .drama_box .drama_title{
    }
}
@media print, screen and (max-width: 659px) {

    .drama_box .left{
        text-align: center;
        margin-bottom: 10px;
    }
    
    .drama_box .drama_title{
        font-weight: bold;
    }
    
    .drama_box .drama_title{
    }
}