@charset "UTF-8";
/* CSS Document */

/* =========================================================
　カテゴリー内共通スタイル
========================================================= */

/* ヘッダー
--------------------------------------------------------- */
.category {
	background: url(images/h2_bg.png) no-repeat center top;
}
.category_title {
	background: url(images/h2.png) no-repeat center 45px;
	background-size: auto 50px;
}
.ie7 .category_title {
	background: url(images/h2.png) no-repeat 395px 45px;
}
.main-box p {
	background: #f6f3f0;/* androidの標準ブラウザでの横幅対策 */
}
/* 640px以下の追加指定（ヘッダー）
--------------------------------------------------------- */
@media screen and (max-width:640px) {
.category {
		background: url(images/h2_bg.png) no-repeat center top;
		background-size: 620px 64px;
	}
	.category_title {
		background: url(images/h2.png) no-repeat center 25px;
		background-size: auto 25px;
	}
}



/* インターネット会員
--------------------------------------------------------- */
.main-box-box {
	padding-top: 0;
	margin: 0 auto;
	margin-top: 3em;
	background-color: #f6f3f0;
	margin-bottom: 30px;
}
.kakomi {
	width: 840px;
	margin: 0 auto;
	color: #333333;
	text-align: center;
}
h3.sec_title {
	position: relative;
	width: 940px;
	box-sizing: border-box;
	margin: 0;
	margin-bottom: 30px;
}
h3.sec_title .mv_01 img{
	width: 100%;
	box-sizing: border-box;
}
/*
h3.sec_title .mv_02 img{
	position: absolute;
	top: 90px;
	left: 290px;
	width: 360px;
	height: auto;
}
h3.sec_title .mv_03 img{
	position: absolute;
	bottom: -30px;
	right: 25px;
	width: 111px;
	height: auto;
}
*/
h4.IM_merit_h4 {
	font-size: 26px;
	font-weight: bold;
	height: 50px;
	margin: 0;
	margin-bottom: 10px;
	background: url(images/underline.png)bottom no-repeat;
	background-size: 180px 3px;
}
/* コピー
--------------------------------------------------------- */
.main-box-box p.copy {
	color: #007755;
	font-size: 18px;
	text-align: center;
	margin-bottom: 60px;
	padding: 0;
	white-space: nowrap;
}
/* インターネット会員のメリット
--------------------------------------------------------- */
.IM_merit {
	background: url(images/IM_merit_underline_top.png)top no-repeat,url(images/IM_merit_underline_bottom.png)bottom no-repeat,#fff;
	background-size: auto 8px,auto 8px;
	padding: 30px 0;
	margin-bottom: 30px;
}
.IM_merit_imgbox {
	width: 510px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.IM_merit .no-margin{
	padding: 0;
	margin-bottom: 0px;
}
.IM_merit_imgbox img{
	width: 510px;
}
.IM_merit p{
	background-color: #fff;
}

/* インターネット会員ご登録はこちら
--------------------------------------------------------- */
.IM_member {
	background-color: #077653;
	padding: 10px 10px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.IM_member_box {
	background-color: #fff;
	width: 820px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 5px;
}
.IM_member_h4 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	margin-bottom: 15px;
}
.IM_member_box form{
	margin-bottom: 20px;
}
.IM_member_box form br{
	display: none;
}
.IM_merit .no-margin{
	padding: 0;
	margin-bottom: 0px;
}
.main-box-box p.boldtext {
	font-size: 18px;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
}
.IM_member p{
	background-color: #fff;
}
.IM_member_box p.small{
	line-height: 1.5em;
	font-size: 10px;
}
.IM_member .kaijo_btn {
	width: 260px;
	height: 40px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	background: #999999;
	border-radius: 5px;
}
.IM_member .kaijo_btn:hover{
	background: #aaaaaa;
}
.IM_member a{
	text-decoration: none;
	color: #fff;
}
button,
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
	background: #077653;
	color: #fff;
	height: 40px;
	width: 100px;
	border-radius: 5px;
}
button,
input[type="text"] {
    -webkit-appearance: button;
    cursor: pointer;
	height: 40px;
	width: 290px;
	border-radius: 5px;
	border: 2px solid #cccccc;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html,
button,
input,
select,
textarea {
    color: #333;
}

.concept > p {
	margin: 0;
	padding: 0 0 2.5em;
}
.column_2_box {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	
	-o-column-count: 2;
	-o-column-gap: 2em;
	
	-ms-column-count: 2;
	-ms-column-gap: 2em;

	column-count: 2;
	column-gap: 2em;
}
.column_2_box img {
	width: 100%;
}
/* 640px以下の追加指定（インターネット会員）
--------------------------------------------------------- */
@media screen and (max-width:640px) {
.kakomi {
	width: 90%;
}
h3.sec_title {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	margin-bottom: 30px;
}
h3.sec_title img{
	width: 100%;
	box-sizing: border-box;
}
.IM_merit .no-margin{
	text-align: left;
}
.main-box-box p.copy {
	font-size: 14px;
	margin-bottom: 30px;
	white-space: normal;
	text-align: left;
}
.main-box-box p.copy br{
	display: none;
}
	/* インターネット会員のメリット
--------------------------------------------------------- */
.IM_merit {
	padding: 10% 5%;
}
.IM_merit_imgbox {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
h4.IM_merit_h4 {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	margin: 0;
	margin-bottom: 10px;
	background: url(images/underline.png)bottom no-repeat;
	background-size: 180px 3px;
}
.IM_merit_imgbox img{
	width: 100%;
}
	
/* インターネット会員ご登録はこちら
--------------------------------------------------------- */
.IM_member {
	padding: 10px 10px;
}
.IM_member_box {
	width: 100%;
	padding: 20px 5%;
	box-sizing: border-box;
}
.IM_member_h4 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.3em;
}
.main-box-box p.boldtext {
	font-size: 14px;
}
.IM_member .kaijo_btn {
	width: 100%;
}
.IM_member_box p.small{
	text-align: left;
}
button,
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
	width: 100%;
}
button,
input[type="text"] {
    -webkit-appearance: button;
    cursor: pointer;
	width: 100%;
	margin-bottom: 10px;
}
	
	
	
.concept .corner_title {
		background: #03815d;
	}
	.concept > p {
		padding: 0 0 1em;
	}
	.column_2_box {
		padding: 0 10px 10px;

		-moz-column-count: 1;
		-moz-column-gap: 2em;

		-webkit-column-count: 1;
		-webkit-column-gap: 2em;

		-o-column-count: 1;
		-o-column-gap: 2em;

		-ms-column-count: 1;
		-ms-column-gap: 2em;

		column-count: 1;
		column-gap: 2em;
	}
}