@charset "utf-8";

/*トップ設定---*/
#main .image {
	background: url(img-dp/main-image.jpg) no-repeat;
	background-size: cover;
	background-position:center;
	height: 44em;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	margin-bottom: -8em;
}
#main h2 {
    font-size: 2.8em;
    position: relative;
    width: 9em;
    top: 6em;
    left: -4em;
    text-align: center;
    text-shadow: 1px 1px 3px #0000003d;
    margin: auto;
}
@media screen and (max-width:580px){
	#main h2 {
		left: 0;
    	top: 5em;
	}
}
#main h2 span{
	font-size: 0.8em;
}
#main h2 span:nth-child(2) {
	font-size: 1em;
	color:#FF862F;
}
#main h2 span:nth-child(4) {
    font-size: 1em;
    color: #2585DD
}

#main section{
	position: relative;
    width: 24em;
    display: inline-block;
    background: #fff;
    margin-left: 6em;
    line-height: 1.8em;
    vertical-align: top;
	height: 16em;
	margin-bottom: 5em;
}
#main section::before{
	content: "";
    background: url(img-dp/customer_staff.png) no-repeat;
    position: absolute;
    width: 13em;
    background-size: contain;
    height: 22em;
    margin: -7em;
}
#main section.care::before{
	background: url(img-dp/care_staff.png) no-repeat;
	background-size: contain;
}
#main section h3{
	font-size: 1.8em;
    padding: 0.3em 1em 0 2.5em;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#main section h4{
	font-size: 1em;
    padding: 0 0 0.3em 4.7em;
    line-height: 1.2em;
    color: #666;
    border-bottom: 2px solid #6DD2E9;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#main section.care h4{
	border-bottom: 2px solid #FFA8CC;
}
#main section p{
	font-size: 1em;
    padding: 1em 1em 1em 4em;
}
#main section a{
	display: block;
    position: absolute;
    bottom: 0;
    right: 1em;
    background: #19b8dd;
    color: #fff;
    font-family: auto;
    border-radius: 1em;
    font-size: 0.8em;
    padding: 0.6em 1em 0.3em 1em;
    line-height: 1em;
    font-weight: bold;
}
#main section.care a{
	background: #fc68a5;
}

#news {
	margin-top: 3em;
	margin-bottom: 8em;
}
#news h3 {
    text-align: center;
    font-size: 1.5em;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	margin-bottom: 2em;
}
@media screen and (min-width:581px){
	#news.centered{
		width: 55em;
	}
}
#news section{
	position: relative;
    width: 30%;
    display: inline-block;
    background:#fff;
    margin-left: 2.6%;
    line-height: 1.8em;
    vertical-align: top;
    height: 20em;
    border-radius: 5%;
    box-shadow: 3px 2px 7px 0px rgb(0 0 0 / 20%);
}
@media screen and (max-width:580px){
	#news {
		font-size: 1.3em;
	}
	#news section{
		width: 80%;
		margin: 1em 10%;
	}
}

#news section div {
	font-size: 0.9em;
    padding: 0 1em;
    color: #fff;
    border-radius: 1em 1em 0 0;
    font-weight: bold;
}
#news section .ns{
	background-color: #4384C0;
}
#news section .pn{
	background-color: #F28D8D;
}
#news section .dn{
	background-color: #A5CA57;
}
#news section h4{
	padding-left: 0.5em;
    font-size: 1em;
    font-weight: normal;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#news section p{
	font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.5em;
}
#future {
	background: url(img-dp/future.jpg) no-repeat;
	background-size: cover;
	background-position:center;
	color: #fff;
	position: relative;
}
#future .wrapper {
	width: 100%;
    overflow: hidden;
	position: relative;
}
#future .centered {
	width: 70%;
    position: relative;
    padding: 3em 0 5em;
	max-width: 800px;
}
@media screen and (max-width:580px){
	#future {
		font-size: 1.2em;
	}
	#future .centered {
		width: 80%;
	}
}
#future h2 {
	font-size: 2em;
	font-weight: normal;
	text-shadow: #fff 2px 0,
				#fff -2px 0,
				#fff 0 -2px,
				#fff 0 2px,
				#fff 2px 2px,
				#fff -2px 2px,
				#fff 2px -2px,
				#fff -2px -2px,
				#fff 1px 2px,
				#fff -1px 2px,
				#fff 1px -2px,
				#fff -1px -2px,
				#fff 2px 1px,
				#fff -2px 1px,
				#fff 2px -1px,
				#fff -2px -1px,
				rgba(0, 0, 0, 1) 4px 4px 4px;
	position: absolute;
    top: -0.7em;
    text-align: center;
	color: #000;
	width: 100%;
}
#future h3 {
	font-size: 1.6em;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    margin: 3em 0;
}
#future h3 span{
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1em;
}
#future h4 {
	color: #ff0;
    position: relative;
    font-size: 1.2em;
	margin-top: 1em;
}
#future h4::before{
	content: "";
    display: inline-block;
    position: relative;
    width: 0.6em;
    background-color: #ff0;
    height: 0.6em;
    transform: rotate(45deg);
    margin-right: 0.3em;
}
#future section span{
	display: inline-block;
	line-height: 1em;
	vertical-align: text-bottom;
}
#future .year{
	font-size: 1em;
	display: block;
}
#future .people{
	font-size: 1.6em;
}
#future .fluctuation{
	color: #ff0;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 0.2em;
    margin-right: 1.5em;
    position: relative;
}
#future .down {
	height: 2.6em;
    width: 16em;
    overflow: hidden;
}
#future .up {
	height: 2.6em;
    width: 16em;
    overflow: hidden;
}
#future .down .fluctuation{
	border-bottom: 2px solid #5BC4FF;
}
#future .up .fluctuation{
	border-bottom: 2px solid #FF93C0;
}
#future .down .fluctuation::after{
	content: "";
    width: 3.5em;
    height: 0.9em;
    border-bottom: 0.6em solid #5BC4FF;
    border-right: 0.3em solid #5BC4FF;
    transform: rotate(90deg) skew(50deg);
    display: inline-block;
    position: absolute;
    right: -2.8em;
    top: -1.4em;
}
#future .up .fluctuation::after{
	content: "";
    width: 3.5em;
    height: 0.9em;
    border-bottom: 0.6em solid #FF93C0;
    border-right: 0.3em solid #FF93C0;
    transform: rotate(270deg) skew(50deg);
    display: inline-block;
    position: absolute;
    right: -2.5em;
    top: 0.6em;
}
#future p{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.5em;
}
@media screen and (min-width:581px){
	#future p.text {
		position: absolute;
		right: 0;
		bottom: 5em;
		width: 22em;
		border-left: 1px solid #fff;
		padding-left: 1em;
	}
}
#future .wrapper::before{
	content: "";
    width: 24em;
    height: 5em;
    border-bottom: 3em solid #5BC4FF;
    border-right: 2em solid #5BC4FF;
    transform: rotate(90deg) skew(50deg);
    display: inline-block;
    position: absolute;
	left: -10em;
    top: 7em;
}
#future .wrapper::after{
	content: "";
    width: 24em;
    height: 5em;
    border-bottom: 3em solid #FF93C0;
    border-right: 2em solid #FF93C0;
    transform: rotate(270deg) skew(50deg);
    display: inline-block;
    position: absolute;
    right: -10em;
    bottom: 7em;
}
#service .centered {
	padding: 4em 0;
    max-width: 800px;
	position: relative;
}
@media screen and (max-width:580px){
	#service {
		font-size: 1.2em;
	}
	#service .centered {
		width: 90%;
	}
}

#service h3 {
	font-size: 1.6em;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#service h3 span{
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1em;
}
#service section {
	background-color: #FBF2EC;
    height: 18em;
    position: relative;
    overflow: hidden;
	margin-bottom: 1px;
}
#service section::before{
	content: "";
    position: absolute;
    width: 20em;
    height: 20em;
    top: -1em;
    right: -3em;
    border-radius: 50% 0 0 50%;
}

#service section:nth-of-type(1) {
	border-left:0.8em solid #F28D8D;
}
#service section:nth-of-type(1)::before{
    background: url(img-dp/service01.jpg) no-repeat;
	background-size: contain;
}
#service section:nth-of-type(1) h4 {
	background-color: #F28D8D;
}
#service section:nth-of-type(2) {
	border-left:0.8em solid #EEC73B;
}
#service section:nth-of-type(2)::before{
    background: url(img-dp/service02.jpg) no-repeat;
	background-size: contain;
}
#service section:nth-of-type(2) h4 {
	background-color: #EEC73B;
}
#service section:nth-of-type(3) {
	border-left:0.8em solid #A6C257;
}
#service section:nth-of-type(3)::before{
    background: url(img-dp/service03.jpg) no-repeat;
	background-size: contain;
}
#service section:nth-of-type(3) h4 {
	background-color: #A6C257;
}
#service section:nth-of-type(4) {
	border-left:0.8em solid #F287AE;
}
#service section:nth-of-type(4)::before{
    background: url(img-dp/service04.jpg) no-repeat;
	background-size: contain;
}
#service section:nth-of-type(4) h4 {
	background-color: #F287AE;
}
#service section h4{
	max-width: 20em;
    font-size: 1.4em;
    color: #fff;
    padding: 0 1em;
    font-weight: normal;
    margin-left: 1em;
    position: relative;
}
#service section p{
	max-width: 35em;
    margin: 1em 0 0 4em;
}
@media screen and (min-width:1000px){
	#service section p{
		max-width: 50vw;
	}
}
#service section h4::before{
	content: attr(data-text);
    position: absolute;
    display: block;
    top: -1em;
    left: -1.3em;
    background-color: #5A9AD6;
    width: 1.8em;
    text-align: center;
    font-size: 0.9em;
    border-radius: 0.3em;
    font-weight: bold;
    box-shadow: 1px 1px 3px #00000070;
    line-height: 1.8em;
}
@media screen and (max-width:580px){
	#service section {
		height: 27em;
	}
	#service section .centered{
		width: 90%;
		padding: 2.5em 0;
	}
	#service section h4 {
		font-size: 1.4em;
		margin-left: 0;
		padding: 0 0.5em;
	}
	#service section h4::before{
		top: -1.5em;
		left: -0.5em;
	}
	#service section p {
		margin: 1em;
		line-height: 1.5em;
	}
	#service section::before {
		width: 18em;
		top: 12em;
		height: 17em;
		border-radius: 50%;
	}
}
#overview {
	background-color: #E8E7E7;
    padding: 4em 7em;
}

#overview  .centered{
	max-width: 900px;
}
#overview h3 {
	font-size: 1.6em;
    text-align: center;
    font-weight: normal;
    margin: 2em 0;
}
#overview img{
	display: inline-block;
    width: 52%;
    vertical-align: top;
}
#overview p{
	display: inline-block;
    width: 43%;
    border-left: 1px solid #fff;
    padding: 1% 2%;
    margin: 0 0 0 2%;
}
@media screen and (max-width: 580px){
	#overview {
		font-size: 1.2em;
		padding: 1em;
	}
	#overview img {
		width: 100%;
	}
	#overview p{
		width: 100%;
		border:none;
		border-top:1px solid #fff;
		margin: 2em 0;
		padding: 1em 0;
	}
}
#flow {
	padding: 6em;
}
#flow h3 {
	font-size: 1.6em;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	position: relative;
    padding-bottom: 0.8em;
	margin-top: 0.5em;
}
#flow h3 span{
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1em;
}
#flow .centered{
	max-width: 800px;
	position: relative;
	background: url(img-dp/backline.png) no-repeat center;
	background-size: contain;
   padding: 7em 1em;
}
#flow .centered::before {
	content: "";
    background-color: #2585DD;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: -0.2em;
    left: 50%;
	transform: translate(-50%,0);
}
#flow .centered::after {
	content: "";
    background-color: #2585DD;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    bottom: -0.5em;
    left: 50%;
	transform: translate(-50%,0);
}
#flow section{
	position: relative;
    background-color: #ffffffe8;
    box-shadow: 2px 2px 8px #00000040;
    margin: -1em 0;
    border-radius: 2.5em;
    width: 62%;
    height: 16em;
}
#flow section:nth-of-type(even) {
	margin-left: 37%;
}
#flow section h4{
	font-size: 1.5em;
	font-weight: normal;
	background-color: #2585DD;
	color: #fff;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	border-radius: 1.5em 1.5em 0 0;
	position: relative;
}
#flow section h4::before{
	content: attr(data-text);
    position: relative;
    display: inline-block;
    font-size: 3em;
    font-weight: bold;
    vertical-align: middle;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.1em;
    padding: 0 0.2em 0 0.3em;
    z-index: 10;
}
#flow section h4::after{
	content: "";
    display: block;
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    background-color: #2585DD;
    bottom: -0.4em;
    left: 1.5em;
    transform: rotate(45deg);
}
#flow section p{
	color: #0058B0;
    padding: 1.3em;
    font-size: 1.1em;
    line-height: 1.6em;
}
#flow section p .tel{
	font-size: 2.5em;
    display: block;
    padding: 0.5em;
}
@media screen and (max-width:580px){ 
	#flow {
		padding: 6em 0;
	}
	#flow section {
		width: 89%;
		height: 17em;
     margin: 1em 0;
		
	}
	#flow section:nth-of-type(even) {
		margin-left: 10%;
	}
	#flow .centered {
		background-size: cover;
	}

}
#qa {
	background: url(img-dp/qaback.jpg) no-repeat center;
	background-size: cover;
	padding: 4em 1em;
}
#qa h3 {
	font-size: 2.6em;
    text-align: center;
    padding-bottom: 0.8em;
    font-weight: normal;
    line-height: 1em;
}
#qa h3 span:nth-of-type(1){
	font-size: 0.8em;
}
#qa h3 span:nth-of-type(2){
	display: block;
    font-size: 0.32em;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1em;
}
#qa .centered {
    max-width: 800px;
}
#qa section {
	background-color: #fff;
	border-radius: 0.5em;
	margin-top: 1.5em;
	height: 3.5em;
    overflow: hidden;
	transition: all 0.6s;
}
#qa section:hover {
	height: 8em;
}
#qa h4 {
	padding: 0.5em 1em;
	font-size: 1.2em;
	font-weight: normal;
}
#qa h4::before{
	content: "Q";
    display: inline-block;
    color: #FF862F;
    font-size: 1.5em;
    padding-right: 0.3em;
    line-height: 1em;
    position: relative;
    top: 0.1em;
}
#qa p {
	padding: 0.5em 0 1em 1.8em;
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
    border-top: 1px solid #eee;
    margin: 0 1.5em;
}
#qa p::before{
	content: "A";
    display: block;
    color: #0058B0;
    font-size: 1.5em;
    padding-right: 0.3em;
    line-height: 1em;
    position: absolute;
    left: 0;
}
#contact {
	padding: 6em 1em;
	text-align: center;
}
#contact h3 {
	font-size: 1.6em;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	position: relative;
    padding-bottom: 2em;
	margin-top: 0.5em;
}
#contact h3 span{
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1em;
}
#contact p {
	font-size: 1em;
}
#contact p span:nth-of-type(1){
	font-size: 2.5em;
	display: block;
}
#contact p span:nth-of-type(1)::before {
    content: "";
    background: url(img-dp/icon-tel.png) no-repeat;
    position: relative;
    width: 1em;
    background-size: contain;
    height: 1em;
    display: inline-block;
    top: 0.15em;
}
#contact p span:nth-of-type(2){
	font-size: 1.6em;
	display: block;
}
#contact p span:nth-of-type(2)::before {
    content: "";
    background: url(img-dp/icon-mail.png) no-repeat;
    position: relative;
    width: 1em;
    background-size: contain;
    height: 1em;
    display: inline-block;
    top: 0.2em;
}
#contact p span:nth-of-type(2)::after {
	content: "@azetto.co.jp";
	display: inline;
}
#contact a{
	display: inline-block;
    background-color: #F97C21;
    color: #fff;
    box-shadow: 3px 3px 3px #0000003c;
    padding: 1em 2em;
    margin-top: 1em;
	position: relative;
	top: 0;
	left: 0;
	transition: 0.05s;
}
#contact a:hover{
	background-color: #f98b3c;
    top: 2px;
    left: 2px;
    box-shadow: 0px 0px 3px #f98b3c;
}
#contact a::before {
    content: "";
    background: url(img-dp/icon-form.png) no-repeat;
    position: relative;
    width: 1em;
    background-size: contain;
    height: 1em;
    display: inline-block;
    top: 0.2em;
}
#works {
	background: url(img-dp/serviceback.jpg) no-repeat center;
	background-size: cover;
	padding: 4em 1em;
	font-size: 1.1em;
}
#works .centered {
	max-width: 800px;
}
#works h3 {
	font-weight: normal;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 1.4em;
	margin: 0.5em 0;
}
#works h4 {
	font-weight: normal;
    padding-left: 1.3em;
    position: relative;
    margin-left: 1em;
}
#works h3::before {
    content: "";
    background: url(img-dp/icon-haken.png) no-repeat;
    position: relative;
    width: 1.5em;
    background-size: contain;
    height: 1em;
    display: inline-block;
    top: 0.2em;
}
#works h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    top: 0.5em;
    left: 0;
}
#works h4:nth-of-type(1)::before {
	background: url(img-dp/icon-honyaku.png) no-repeat;
	background-size: contain;
}
#works h4:nth-of-type(2)::before {
	background: url(img-dp/icon-chintai.png) no-repeat;
	background-size: contain;
}
#works h4:nth-of-type(3)::before {
	background: url(img-dp/icon-portal.png) no-repeat;
	background-size: contain;
}
#works h4:nth-of-type(4)::before {
	background: url(img-dp/icon-sns.png) no-repeat;
	background-size: contain;
}
#works h4:nth-of-type(5)::before {
	background: url(img-dp/icon-create.png) no-repeat;
	background-size: contain;
}
#works a:after{
	content: "LINK";
    display: inline-block;
    font-size: 0.6em;
    background: #ff6b00;
    padding: 0.3em;
    position: relative;
    line-height: 1em;
    top: -0.3em;
    color: #fff;
    font-weight: bold;
    border-radius: 0.3em;
    margin-left: 0.5em;
}
#info {
	padding:8em 1em;
	line-height: 1.5em;
	font-size: 1.1em;
}
#info .centered {
	max-width: 800px;
}
#info h3{
	font-size: 1.6em;
	font-weight: normal;
    padding-bottom: 1em;
}
#info dt{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding: 1em 0 0 1em;
}
#info dd{
	width: 80%;
	display: inline-block;
	vertical-align: top;
	padding: 1em 0 0;
}
@media screen and (max-width:580px){ 
	#info dt{
		width: auto;
		display: block;
		padding: 1em 0 0 0;
	}
	#info dd{
		width: auto;
		display: block;
		padding: 0 1em;
	}

}
#map {
    box-shadow: 0 0 0.5em #00000066;
}
/*コンテンツ設定---*/

#contact_top {
    background: url(img-dp/main-image.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 17em;
}

#contact_top  h2 {
    font-size: 1.6em;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    position: relative;
    padding-bottom: 2em;
    top: 4em;
    left: 8em;
    font-weight: normal;
	width: 10em;
}
#contact_top  h2 span{
	 display: block;
    font-size: 0.6em;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 0.3em;
	line-height: 1.2em;
}
#contact_contents .centered {
    max-width: 900px;
    padding: 6em 1em 3em;
}
#contact_contents dt{
	display: inline-block;
    width: 29%;
    vertical-align: top;
    padding: 1em 0 1em 1em;
}
#contact_contents dd{
	width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 1em 0 1em;
}
#contact_contents dt.required:after,#contact_contents .required_check + span:after{
	content: "必須";
    display: inline-block;
    background: #ff4800;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0.3em;
    position: relative;
    top: -0.1em;
    color: #fff;
    margin-left: 0.5em;
    border-radius: 0.3em;
}
#contact_contents .en dt.required:after,#contact_contents .en .required_check + span:after{
	content: "required";
}
#contact_contents hr {
	color:#ccc;
}
#contact_contents .submit {
    text-align: center;
}
#contact_contents .submit h3 {
    width: 17em;
    margin: 2em auto -0.5em;
    background: #929eaa;
    color: #fff;
    padding: 0.5em;
    z-index: 100;
    position: relative;
}
#contact_contents .privacy {
    height: 10em;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 1em;
    text-align: left;
    width: 90%;
    margin: 0 auto 0.5em;
	line-height: 1.5em;
}
#contact_contents .privacy h4 {
    margin-top: 1em;
}
#contact_contents .privacy p, #contact_contents .privacy ul {
    margin-top: 0.5em;
}
#contact_contents  .button {
    padding: 1em;
}
#contact_contents .button input{
    cursor: pointer;
    background: #ff7300;
    border: none;
    color: #fff;
    padding: 0.5em 2em;
}
#contact_contents .button input.back{
	background:#ccc;
}
@media screen and (max-width:580px){ 
	#contact_top {
    height: 20em;
	}
	#contact_top h2 {
		left: 1em;
		top:5em;
	}
	#contact_contents {
		font-size: 1.2em;
	}
	#contact_contents dt {
		width: 100%;
		padding: 1em 0 0;
	}
	#contact_contents dd {
		padding: 0 0 1em;
		width: 100%;
	}
	textarea#inquiry {
		width: 100%;
	}
}


/*コンテンツ設定---*/

/*画面幅800px以下の設定---*/
@media screen and (max-width:800px){ }

/*画面幅580px以下の設定---*/
@media screen and (max-width:580px){ }