@charset "UTF-8";

/*
Theme Name: Asahizeirishihoujin Takasaki
*/

*{margin:0;}
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: .83em;
}

h6 {
  font-size: .75em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.4;
}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.red{
	color: #f00;
}
strong{
	font-weight:bold;
}
.right{
	text-align: right;	
}
.center{
	text-align: center;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

.btn a {
	color: #fff;
	background-color: #313D51;
	transition: 0.5s;
}
.btn a:hover{
	background-color: #556b8f;
}
@media screen and (max-width: 919px){
	.br-pc {display: none; }
}
@media screen and (min-width: 920px){
	.br-sp {display: none; }
}


/* header
================================================ */
header {
	width: 100%;
	height: 70px;
}
header #header-inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
header h1.logo{
	width: 80%;
	max-width: 250px;
	display: block;
}
header h1 img{
	text-align: center;		
}

@media screen and (min-width:920px) {
	header h1.logo{
		width: 100%;
		max-width: 230px;
		margin-top: 3px;
		margin-left: 20px;
	}	
}

/* nav
================================================ */
nav .icon-hamburger {
}
.icon-hamburger {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 30px;
  display: none;
  margin: 10px;
  
}

.icon-hamburger span {
  background: #cccccc;
  display: block;
  height: 16%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 84%;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
  background: #cccccc;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.icon-hamburger span::before {
  margin-top: -38%;
}

.icon-hamburger span::after {
  margin-top: 19%;
}

@media screen and (max-width: 920px) {
  .icon-hamburger {
    display: inline-block;
  }
}


.menu-container {
  margin: 0;
}

.menu-container .menu {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}

.menu-container .menu .menu-item a:hover {
  background: #f6f6f6;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

#modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.menu-container .menu .menu-item a span{
	display: none;
}

@media screen and (max-width: 920px) {
  .menu-container .menu {
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #000;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
}

@media screen and (min-width:920px) {
	header{
		height: 67px;
		margin-bottom: 50px;
		-moz-box-shadow: -1px 12px 20px -17px rgba(0, 0, 0, 0.8);
		-webkit-box-shadow: -1px 12px 20px -17px rgba(0, 0, 0, 0.8);
		-ms-box-shadow: -1px 12px 20px -17px rgba(0, 0, 0, 0.8);
		box-shadow: -1px 12px 20px -17px rgba(0, 0, 0, 0.8);
	}
	.menu-container .menu{
		border: none;
		margin-right: 15px;
	}
	.menu-container .menu .menu-item{
		flex: 0 1 auto;
	}
	.menu-container .menu .menu-item a{
		border: none;
		font-size: 13px;
		line-height: 1;
		padding: 20px 14px;
	}
	.menu-container .menu .menu-item a span{
		display: inline-block;
		font-size: 9px;
		color: #787878;
	}
}


/* contents
================================================ */
main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 50px auto;

}
main .content h1 {
	text-align: center;
	width: 100%;
	font-size: 21px;
	position: relative;
	display: inline-block;
	margin: 1em 0 2em;
}
main .content h1:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

@media screen and (min-width:920px) {
	main{
		margin-bottom: 100px;
	}
	main .content h1 {
		font-size: 35px;
		color: #000;
		font-weight: normal;
		margin: 1em 0 1.5em;
	}
	main .content h1:before {
	  width: 180px;
	}
}


/* footer
================================================ */
footer {
	background-color: #313D51;
	color: #fff;
	text-align: center;
}
footer h1{
	font-size: 22px;
	margin-bottom: 0.5em;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
footer ul li {
	font-size: 15px;
	flex-basis: 50%;
}
footer ul li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #686868;
	display: block;
	padding: 8px;
}
footer ul li a:nth-child(odd) {
	border-right: 1px solid #686868;
}
footer p{
	font-size: 14px;
	margin-bottom: 1.5em;
}
footer #copy{
	width: 100%;
	background-color: #000;
	font-size: 12px;
}
@media screen and (min-width:920px) {
	footer{
		padding-top: 1.5em;
	}
	footer ul {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4em;;
		justify-content: center;
	}
	footer ul li {
		flex-basis: 14%;
		font-size: 15px;
	}
	footer ul li:last-child {
		flex-basis: 18%;
	}
	footer ul li a{
		border:none;
	}
	footer ul li a:nth-child(odd) {
		border-right: none;
	}
	footer h1{
		font-size: 28px;
		font-weight: normal;
	}
	footer p{
		font-size: 19px;
		margin-bottom: 2em;
	}
}


/* TOP
================================================ */
#top .content{
	margin-bottom: 3em;
}
#top #main-img {
	margin-bottom: 2em;
}
#top #main-img img{
	-moz-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.22);
}
#top .news ul{
	width: 95%;
	margin: 0 auto;
	font-size: 12px;
	background-color: #F8F8F8;
	border: 1px solid gray;	
}
#top .news ul li{
	border-bottom: 1px solid gray;
}
#top .news ul li:last-child{
	border-bottom: none;
}
#top .news ul li a{
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #000;
	transition: 0.5s;
}
#top .news ul li a:hover{
	background-color: #e8e8e8;
}
#top .news ul li h3{
	font-size: 12px;
	font-weight: normal;
}
#top .works p{
	font-size: 13px;
	text-align: center;
	margin: -10px 0 30px 0;
}
#top .works a{
	display: flex;
	text-decoration: none;
	color: #000;
	transition: 0.5s;
}
#top .works a:hover{
	background-color: #f3f3f3;
}
#top .works .work-img{
	flex-basis: 50%;
}
#top .works .work-content{
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top .works .work-content h2{
	font-size: 4vw;
	font-weight: normal;
	color: #313D51;
	padding-left: 2vw;
	padding-bottom: 1vw;
	border-bottom: 1px solid #000; 
	line-height: 1.3;
}
#top .works .work-content h3{
	font-size: 2.5vw;
	color: #C1272D;
	padding-left: 2vw;
}
#top .works .work-content .details {
	text-align: right;
	margin-top: -6px;
}
#top .works .work-content p{
	width: 60%;
	font-size: 10px;
	color: #fff;
	background-color: #313D51;
	display: inline;
	padding: 3px 6px;
	text-align: right;
	margin: 0;
}
#top .blog-btn{
	width: 50%;
	max-width: 350px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#top .blog-btn a{
	text-decoration: none;
	font-size: 18px;
	display:block;
	padding: 10px 15px;
}

@media screen and (min-width:920px) {
	#top .content{
		margin-bottom: 6em;
	}
	#top .news ul{
		width: 95%;
		margin: 0 auto;
		background-color: #F8F8F8;
		border: 1px solid gray;	
	}
	#top .news ul li a{
		display: flex;
		padding: 20px 40px;
	}
	#top .news ul li time{
		font-size: 15px;
		margin-right: 20px;
	}
	#top .news ul li h3{
		font-size: 15px;
	}
	#top .works a{
		justify-content: space-between;
	}
	#top .works p{
		font-size: 18px;
		text-align: center;
		margin: -20px 0 50px 0;
	}
	#top .works .work-img{
		flex-basis: 42%;
	}
	#top .works .work-content{
		flex-basis: 52%;
		padding: 0;
		margin-top: -55px;
	}
	#top .works .work-content h2{
		font-size: 28px;
		padding: 0 0 20px 25px;
		line-height: 1.0;
	}
	#top .works .work-content h3{
		font-size: 12px;
		padding-left: 25px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	#top .works .work-content .details {
		text-align: right;
		margin-top: -50px;
	}
	#top .works .work-content p{
		font-size: 12px;
		padding: 6px 15px;
	}
	#top .blog-btn{
		width: 280px;
	}
	#top .blog-btn a{
		font-size: 21px;
		display:block;
		padding: 13px 15px;
	}

}

/* pages
================================================ */
.pages #main-img{
	width: 100%;
	height: 30vw;
	display: table;
	background-size: contain;
	background-repeat: no-repeat;
}
.pages #main-img h1{
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.pages #catch{
	width: 95%;
	margin: 30px auto;
}

.pages #catch h2{
	text-align: center;
	margin-bottom: 5vw;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;	
}
.pages #catch p{
	font-size: 14px;
}
.pages .content {
	width: 90%;
	margin: 0 auto 15vw auto;
}
.pages .image-text-i{
	margin-bottom: 4vw;
}
.pages .image-text-t h2{
	font-size: 16px;
	color: #C1272D;
	margin-bottom: 1vw;
}
.pages .image-text-t p{
	font-size: 14px;
	margin-bottom: 6vw;
	text-align: justify;
	text-justify: inter-ideograph;
}
.pages .content dl{
	border: 1px solid #333;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.pages .content dl dt{
	background-color: #313D51;
	color: #fff;
	flex-basis: 100%;
	text-align: center;
	padding: 10px 0px;
}
.pages .content dl dd {
	padding: 10px;
}

@media screen and (min-width:920px) {
	.pages #main-img{
		width: 960px;
		height: 288px;
		display: table;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.pages #main-img h1{
		font-weight: normal;
		font-size: 50px;
		padding-top: 80px;
		vertical-align: top;
	}
	.pages #catch{
		width: 600px;
		background-color: #fff;;
		padding: 40px;
		margin: -50px auto 30px auto;
		-moz-box-shadow: 0px -8px 13px -6px rgba(0, 0, 0, 0.40);
		-webkit-box-shadow: 0px -8px 13px -6px rgba(0, 0, 0, 0.40);
		-ms-box-shadow: 0px -8px 13px -6px rgba(0, 0, 0, 0.40);
		box-shadow: 0px -8px 13px -6px rgba(0, 0, 0, 0.40);
	}
	.pages #catch h2{
		margin-bottom: 30px;
		font-size: 30px;
	}
	.pages #catch p{
		text-align: center;
		font-size: 16px;
	}
	.pages .content {
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.pages .image-text{
		display: table;
	}
	.pages .image-text-i{
		display: table-cell;
		width: 350px;
		padding-right: 40px;
	}
	.pages .image-text-t{
		display: table-cell;
		vertical-align: middle;
	}
	.pages .image-text-t h2{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.pages .image-text-t p{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.pages .content dl{
		width: 90%;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.pages .content dl dt{
		background-color: #313D51;
		color: #fff;
		flex-basis: 20%;
		text-align: center;
		padding: 10px 0px;
		border-bottom: 1px solid #fff;
	}
	.pages .content dl dt:last-of-type{
		border-bottom: none;
	}	
	.pages .content dl dd{
		padding: 10px 0px;
		flex-basis: 80%;
		border-bottom: 1px solid #333;
	}
	.pages .content dl dd:last-child{
		border-bottom: none;
	}	
	.pages .content dl dd p{
		margin: 0 2em;
	}
}

/* format
================================================ */
#format #main-img{
	background-image: url(img/format-main.jpg);
}
#format #main-img h1{
	color: #fff;
}

/* service
================================================ */
#service #main-img{
	background-image: url(../../../wp-content/uploads/format-main.jpg);
}
#service #main-img h1{
	color: #fff;
}

/* company
================================================ */
#company #main-img{
	background-image: url(../../../wp-content/uploads/company.jpg);
}
#company #main-img h1{
	color: #fff;
}

/* access
================================================ */
#access #main-img{
	background-image: url(../../../wp-content/uploads/access.jpg);
}
#access .gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
#access .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/* recruit
================================================ */
#recruit #main-img{
	background-image: url(../../../wp-content/uploads/recruit.jpg);
}
#recruit .red{
	width: 95%;
	margin: 10px auto;
	line-height: 1.2;
}
#recruit .message{
	width:90%;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (min-width:920px) {
	#recruit .red{
		width: 90%;
	}
	#recruit.pages .image-text-i{
		width: 250px;
	}
}

/* greeting
================================================ */
#greeting #main-img{
	background-image: url(../../../wp-content/uploads/greeting.jpg);
}
#greeting .red{
	width: 95%;
	margin: 10px auto;
	line-height: 1.2;
}
#greeting .message{
	width:90%;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (min-width:920px) {
	#greeting .red{
		width: 90%;
	}
	#greeting.pages .image-text-i{
		width: 250px;
	}
}

/* links
================================================ */
#links #main-img{
	background-image: url(../../../wp-content/uploads/links.jpg);
}
#links article div{
	display: flex;
	flex-wrap: wrap;
}
#links article div section{
	flex-basis: 90%;
	text-align: center;
}
#links li{
	height: 80px;
}
#links li a{
	width: 80%;
	display: inline-block;
	padding: 1em 2em;
	margin-bottom: 1em;
	line-height: 1;
	color: #fff;
	background-color: #2196f3;
	text-decoration: none;
	border-radius: 4px;
	box-shadow:0 6px 0 #1976d2; /* 下の辺を影で表現 */
	transition: 0.2s; /* アニメーション速度 */
}
#links li a:hover{
	box-shadow:0 4px 0 #1976d2; /* 影の大きさを縮める */
	margin: 2px 0 -2px 0; /* marginで位置調整 */
}
@media screen and (min-width:768px) {
	#links article div section{
		flex-basis: 35%;
	}
	main .content h1 {
		font-size: 23px;
	}
}

/*info
================================================ */
#info #main-img{
	background-image: url(../../../wp-content/uploads/news.jpg);
}
#info .date{
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
}
#info .news ul{
	width: 95%;
	margin: 0 auto;
	font-size: 12px;
	background-color: #F8F8F8;
	border: 1px solid gray;	
}
#info .news ul li{
	border-bottom: 1px solid gray;
}
#info .news ul li:last-child{
	border-bottom: none;
}
#info .news ul li a{
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #000;
	transition: 0.5s;
}
#info .news ul li a:hover{
	background-color: #e8e8e8;
}
#info .news ul li h3{
	font-size: 12px;
	font-weight: normal;
}
#info .text ul{
	margin-left:1em;
}
#info .text ul li{
	list-style-type: disc;
}
#info .text ol{
	margin-left:1em;
}
#info .text ol li{
	list-style-type: decimal;
}
#info .info-btn{
	width: 50%;
	max-width: 350px;
	text-align: center;
	margin: 100px auto 0 auto;
}
#info .info-btn a{
	text-decoration: none;
	font-size: 18px;
	display:block;
	padding: 10px 15px;
}
@media screen and (min-width:920px) {
	#info .content{
		margin-bottom:100px;
	}
	#info .date{
		display: block;
		text-align: right;
		margin: 0 0 50px 0;
	}
	#info .news ul{
		width: 95%;
		margin: 0 auto;
		background-color: #F8F8F8;
		border: 1px solid gray;	
	}
	#info .news ul li a{
		display: flex;
		padding: 20px 40px;
	}
	#info .news ul li time{
		font-size: 15px;
		margin-right: 20px;
	}
	#info .news ul li h3{
		font-size: 15px;
	}
	#info .info-btn{
		width: 280px;
	}
	#info .info-btn a{
		font-size: 21px;
		display:block;
		padding: 13px 15px;
	}
}

/*contact
================================================ */
#contact #main-img{
	background-image: url(../../../wp-content/uploads/contact.jpg);
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}


/* Contact Form 7カスタマイズ
================================================ */
@media(max-width:768px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 padding: 10px;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry{
	width: 100%;
}
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding:15px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 padding:15px;
 border:solid 1px #d7d7d7;	
}
.inquiry input{
	padding: 5px 10px;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}				

/*privacy-policy
================================================ */
#privacy-policy #main-img{
	background-image: url(../../../wp-content/uploads/sitemap.jpg);
}
#privacy-policy p{
	margin-bottom:50px;
}
#privacy-policy p.name{
	text-align:right;
}
#privacy-policy ol li{
	margin-bottom:15px;
	margin-left:1em;
	list-style:decimal;
}


/*sitemap
================================================ */
#sitemap #main-img{
	background-image: url(../../../wp-content/uploads/sitemap.jpg);
}



/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {

  /* タブレット端末から効くスタイル */

}


/*------------------------------------------------------
 PC
------------------------------------------------------*/
@media screen and (min-width:920px) {

  /* PCから効くスタイル */

}




