﻿@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Article CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

#container .contents h2 {
	font-size: 2.2rem;
	line-height: 1.1;
	margin: 0 0 30px;
	padding: 16px 0;
}
.contents .toptxt {
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 100px 22px;
	line-height: 1.6;
}

.contents p {
	margin: 0 100px 40px;
	line-height: 1.8;
}
.contents p span.b {
	font-weight: bold;
}

.contents .form p {
	margin: 10px 0 0;
}
.contents p a {
	text-decoration: underline;
	color: #444;
}
.contents .form {
	margin: 0 100px 30px;
}
.contents .form table {
	margin: 0 auto;
	width: 100%;
}
.contents .form table th {
	padding: 5px 20px 5px 0;
}
.contents .form.confirm table th {
	padding: 15px 20px 15px 0;
	width: 30%;
}
.contents .form table td  {
	padding: 5px 0;
}
.contents .form input[type=text],
.contents .form input[type=email],
.contents .form input[type=password],
.contents .form textarea {
    border: solid 1px #CCC;
    padding: 5px 8px;
    margin: 5px 0;
}

.contents .form input[type=submit] {
	background-color: #7F7F7F;
	color: #FFF;
	padding: 5px 20px;
    margin: 30px 0 5px;
	border: none;
	cursor: pointer;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
}


.contents .service {
	margin: 0 100px 60px;
	line-height: 1.8;
}
.contents .service p {
	margin: 0;
	line-height: 1.8;
}
#container .contents .service h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 12px 0;
	border-top: solid 3px #000;
    border-bottom: solid 2px #CCC;
}
#container .contents .service .onlineregist {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto 20px;
	padding: 20px 0;
	background-color: #7F7F7F;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}
#container .contents .service .onlineregist::before,
#container .contents .service .onlineregist::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#container .contents .service .onlineregist::before{
	left: 26px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*
------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1260px) {

}

/*
------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {

.contents .toptxt {
	margin: 0 0 22px;
}
.contents p,
.contents .service {
	margin: 0 0 40px;
}

}

/*
------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {

#container .contents .service .onlineregist {
	padding: 20px 20px;
	width: 80%;
}
#container .contents .service .onlineregist::before{
	left: 8px;
}
.contents .form {
	margin: 0 0 30px;
}


.contents .form table {
	display: block;
}
.contents .form table tbody,
.contents .form table tr {
	display: block;
	width: 100%;
}
.contents .form table th {
	display: block;
	width: 100%;
	border-bottom: solid 2px #FFF;
}
.contents .form.confirm table th {
		display: block;
		width: 100%;
}
.contents .form table td  {
	display: block;
	width: 100%;
	border-bottom: solid 2px #FFF;
}

.contents table input[type=text],
.contents table input[type=email],
.contents table input[type=password],
.contents table select,
.contents table textarea {
		width: 100%;
}
.contents table td.readno input[type=text] {
	width: 40%;
}

.contents table td.address input[type=text] {
	width: 25%;
}
.contents table td.tel input[type=text] {
	width: 25%;
}

.contents .form input[type=submit] {
    margin: 10px 0 5px;
	padding: 8px 30px;
}
.contents table td label.inputname {
	margin: 0 12px 0 0;
}

}


/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */
@media screen and (max-width: 480px) {

#container .contents h2 {
	font-size: 1.6rem;
}

}