@charset "utf-8";
/**-----------------------------------------------  mainimage  **/
#main {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 2% 0;
}
#main h2 {
	width: 220px;
	margin: 0 auto;
	line-height: 136px;
	background-image: url(../img/common/sub_title.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 136px auto;
	font-size: 22px;
}

.office_main {
	background-image: url(../img/sub/office_main.jpg);
}
.syohin_main {
	background-image: url(../img/sub/sub_main04.jpg);
}
.sisyu_main {
	background-image: url(../img/sub/sub_main01.jpg);
}
.data_main {
	background-image: url(../img/sub/sub_main02.jpg);
}
.nuno_main {
	background-image: url(../img/sub/sub_main03.jpg);
}
.contact_main {
	background-image: url(../img/sub/sub_main05.jpg);
}
/**-----------------------------------------------  office  **/
table.office {
	border-collapse: collapse;
	width: 96%;
	border: 1px solid #e2e5e8;
	margin: 5% 2%;
}
table.office th {
	width: 25%;
    padding: 20px 16px;
	font-size: 16px;
    border: 1px solid #e2e5e8;
    vertical-align: middle;
	background-color: #f4f6fa;
    font-weight: normal;
	
}

table.office td {
	width: 75%;
	font-size: 16px;
	padding: 20px 16px;
	border: 1px solid #e2e5e8;
	text-align: justify;
	vertical-align: middle;
}
iframe {
	margin: 5% 0;
}

/**-----------------------------------------------  data_syosai  **/
.data_syosai {
	text-align: left;	
}
.data_syosai p {
	margin: 2% 0 5% 0;
	text-align: left;
}
.data_syosai p a {
	text-align: left;
	color: #F88CA5;
	font-weight: bold;
}
.data_syosai p .day {
	color: #aaa;
}
/**-----------------------------------------------  about  **/
.btn_about {
	width: 325px;
	position: relative;
	margin: 0 1.5% 5% 1.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}
.btn_about a {
	font-size: 16px;
	display: block;
	padding: 15px 32px;
	border-radius: 10px;
	line-height: 1.5;
	border-bottom: 3px solid rgba(251, 242, 72, 1);
	background-color: #FDF9A8;
	color: #407199;
	text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.btn_about a:hover {
	background-color: rgba(254, 252, 211, 1);
	border-radius: 10px;
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color:#407199;
}
.blue_box {
	margin: 3% 0 8%0;;
	padding: 3% 0;
	background-color: #ECFCFF;
}
.blue_box h4 {
	color: #3F7199;
	font-size: 24px;
	margin-bottom: 2%;
	font-weight: 500;
}

.blue_box h4.catch {
	margin-top: 5%;
	font-size: 20px;
	color: #3F7199;
	line-height: 150%;
}
.blue_box h4.catch span {
	font-weight: 500;
background: linear-gradient(transparent 70%, #ffff66 60%);
}
.blue_box p {
	text-align: left;
}
.blue_box02 {
	margin-top: 15%;
	border: 2px solid #3F7199;
	text-align: center;
	padding-top: -20px;
	
}
.blue_box02 h5 {
	margin-top: -35px;
	
}
.col-md-6 .blue_box02 p  {
	margin: 10px 0 30px 0;
	font-size: 18px;
	text-align: center;
	line-height: 300%;
	
}
.about_text {
	font-size: 20px;
	font-weight: 500;
}
.caption {
	margin-top: 1%;
}
/**-----------------------------------------------  contact  **/
.contact {
	margin-bottom: 80px;
}
.con_01 {
	height: 32px;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
.con_02 {
	height: 200px;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
.red {
	color: #F00;
	font-weight: bold;
}

.btn_contact input[type=submit] {
    padding: 15px 60px;
    background-color: #FDF9A8;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    border-bottom: 3px solid rgba(251, 242, 72, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #6394BE;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
	display: inline;
}
input[type=button] {
    padding: 15px 60px;
    background-color: #FDF9A8;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    border-bottom: 3px solid rgba(251, 242, 72, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #6394BE;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
btn_contact .input[type="text"] {
    padding: 5px;
    width: 70%;
    border-radius: 1px;
    border: 1px solid #e2e5e8;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari */
::-webkit-input-placeholder{
    color: #ccc;
}
 
/* Firefox */
::-moz-placeholder{
    color: #ccc;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
    color: #ccc;
}
 
/* IE */
:-ms-input-placeholder{
    color: #ccc;
}

.center_re {
	margin: 0 auto 50px auto;
	display: block;
	width: 300px;
}

/**-----------------------------------------------  comment  **/

#respond label{
	display:block;
}
#respond input,
#respond textarea{
	width: 100%;
}
#respond input[type="submit"]{
	width: auto;
}
.says{
	display:none;
}
.comment-author,
.comment-meta{
	display:inline-block;
}
#comments {
	border-top: #999 solid 1px;
	text-align: left;
	margin: 20px;
	padding: 10px 0 0 0;
}
.fn {
	
}
#comments p {
	font-size: 20px;
}
#comments ol li .comment-body p {
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
}
#comments-list li {
	list-style: none;
	border-bottom: #ddd dotted 1px;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
}
ul.children {
	margin: 20px 0 0 20px;
}
#comments-list li ul li {
	list-style: none;
	border-bottom: none;
	background-color: #eee;
	margin-bottom: 30px;
	margin-right: 10px;
	padding: 20px;
}
form label {
	font-size: 16px;
	margin-top: 30px;
}
form .form-submit {
	margin-top: 30px;
}
.commentmetadata a {
	color: #666;
	font-size: 12px;
}
#respond h3 {
	font-size: 20px;
	margin: 40px 0 20px 0;
}
#respond p.logged-in-as a {
	font-size: 14px;
	color: #F00;
}
.reply {
	margin: 15px 0 0 0;
}
.reply a {
    padding: 5px 20px;
    background-color: #FDF9A8;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    border-bottom: 3px solid rgba(251, 242, 72, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #6394BE;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}


.sidearchive-frame {
	width: 100%;
	background-color: #F8F8F8;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.sidearchive {
	margin-top: 10px;
	width: 80%;
}