@charset "UTF-8";

/* =================================
common
================================= */

html,body{
	background: #FFF;
}

.category-products #rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-products a {
	background-position: left 0;
}
#rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-products a:hover {
	background-position: left -39px;
}

#container {
	background-color: #fff;
}
@media screen and (max-width: 640px) {
	#container {
		width: 100%;
	}
}
.main-contents .only-pc {
	display: block;
}
.main-contents .only-sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.main-contents .only-pc {
		display: none;
	}
	.main-contents .only-sp {
		display: block;
	}
}

/* =================================
main-contents
================================= */
.main-contents {
	padding: 10px 0 0px;
	background-color: #fff;
	max-width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.main-contents {
		padding: 15px;
	}
}
.main-contents .main-visual h2 {
	background: none;
	padding: 0;
	margin: 25px 0 0;
}
@media screen and (max-width: 640px){
	
	.main-contents .main-visual h2{
		margin: 0;
	}
}
.main-contents .main-visual h2 img {
	width: 100%;
	height: auto;
}
.main-contents .main-visual h2 .mv-pc {
	display: block;
}
.main-contents .main-visual h2 .mv-sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.main-contents .main-visual h2 .mv-pc {
		display: none;
	}
	.main-contents .main-visual h2 .mv-sp {
		display: block;
	}
}
.main-contents .lead {
	margin: 10px 0 30px 0;
	/*font-size: 20px;*/
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.main-contents .lead {
		font-size: 14px;
		margin: 12px 0 25px 0;
		text-align: left;
	}
}
/*.main-contents .article{
	padding-bottom: 50px;
}
@media screen and (max-width: 640px){
	.main-contents .article{
		padding-bottom: 40px;
	}
}*/

/* .article a1
-------------------------------- */
.main-contents .a1{
	overflow: hidden;
	
}

.main-contents .content_group .btn_item {
    /*width: 66.6666666667vw;*/
    height: 50px;
    background: #eff7f8;
    border:1px solid #ccc;
    border-radius: 5px;
    text-align:center;
    margin: 0 auto;
    padding:20px 0 15px;
    display: block;
    /*align-items: center;
    justify-content: center;*/
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
    position: relative;
    cursor: auto;
}
@media screen and (max-width: 640px){
	.main-contents .content_group .btn_item{
		font-size: 15px;
		padding:20px 20px 15px;
	}
}
@media screen and (max-width: 320px){
	.main-contents .content_group .btn_item{
		padding-bottom:25px;
		padding-top:15px;
	}
}
.main-contents .content_group_2{
	margin-top:35px;
}
.main-contents .content_group_2 .btn_item{
	background: #fdf4e6;
}
@media screen and (max-width: 640px){
	.main-contents .content_group_2 .btn_item{
		padding-top: 30px;
		padding-bottom: 5px;
	}
}
.main-contents .content_group_2 .btn_item .dot{
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left:15px;
	top:12px;

}
.main-contents .toggle_group .toggle_btn:hover{
	text-decoration: none;
}
.main-contents .content_group .btn_item .smaller{
	font-size: 18px;
}
.main-contents .content_group .btn_item .time{
	font-size: 16px;
	font-weight: normal;
}
@media screen and (max-width: 640px){
	.main-contents .content_group .btn_item .smaller{
		font-size: 13px;
	}
	.main-contents .content_group .btn_item .time{
		font-size: 12px;
	}
	.main-contents .content_group_2 .btn_item .dot{
		font-size: 11px;
		top:8px;
		left:10px;
	}
}
/*.main-contents .content_group .btn_item.toggle_trigger::after {
    background: url(../img/icon_arrow_down.png) no-repeat;
    background-size: auto;
    background-size: 100% auto;
    margin: 0 10px;
    width: 20px;
	height: 14px;
	display: inline-block;
	content:"";
	position: absolute;
	right:40px;
	top:35px;

}

.main-contents .content_group .btn_item.toggle_trigger.is_open::after{
	 background: url(../img/icon_arrow_up.png) no-repeat;
}

@media screen and (max-width: 640px){
	.main-contents .toggle_group .btn_item.toggle_trigger::after{
		width:12px;
		height:14px;
		background-size:12px;
		right:12px;
		top:40px;

	}
	.main-contents .toggle_group .btn_item.toggle_trigger.is_open::after{
		background-size: 12px;
	}
}*/
.main-contents .a1{
	padding-bottom: 25px;
}
.main-contents .a1 .text{
	font-size: 14px;
	margin-top:10px;
}
@media screen and (max-width: 640px){
	.main-contents .a1 .text{
		font-size: 12px;
	}
}
.main-contents .a1 .content_group .list-wrap dt{
	font-size: 16px;
	font-weight: bold;
	margin-top:15px;
}
.main-contents .a1 .content_group .list-wrap dd{
	font-size: 14px;
	padding-left: 1em;
}
.main-contents .a1 .content_group .list-wrap dd .larger{
	font-weight: bold;
}
.main-contents .a1 .content_group .note-list{
	text-indent: -1em;
	margin-left:1em;
}
@media screen and (max-width: 640px){
	.main-contents .a1 .content_group .list-wrap dt{
		font-size: 13px;
	}
	.main-contents .a1 .content_group .list-wrap dd{
		font-size: 12px;
	}
}
.main-contents .toggle_target{
	display: none;
}
.main-contents .a1 .caution{
	font-size: 13px;
	margin-bottom: 5px;
}

.main-contents .apply-btn{
	margin:5px auto 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 640px){
	.main-contents .apply-btn{
		font-size: 17px;
	}
}
.main-contents .apply-btn a{
	display: inline-block;
	color:#fff;
	text-decoration: none;
	width:300px;
	height:56px;
	line-height: 56px;
	background: #cc0000;
	border-radius: 5px;
}
/*.main-contents .content_group_2 .apply-btn a{
	background: #c5c5c5;
	cursor: auto;
}
.main-contents .a3 .apply-btn{
	cursor: auto;
}
.main-contents .a3 .apply-btn a{
	background: #c5c5c5;
	cursor: auto;
}*/
.main-contents .apply-txt{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color:#cc0000;
	margin-top:15px;
}
@media screen and (max-width: 640px){
	.main-contents .apply-txt{
		font-size: 13px;
	}
}
.main-contents .title{
	font-size: 18px;
	font-weight: bold;
	/*padding-left: 70px;*/
	margin-top: 25px;
	
}
@media screen and (max-width: 640px){
	.main-contents .title{
		font-size: 16px;
	}
}
.main-contents .title::before{
	display: inline-block;
	content:"";
	width:49px;
	height:31px;
	background:url("../img/icon_01.png") no-repeat;
	vertical-align: bottom;
}
.main-contents .a1 .title2::before{
	width:43px;
	height:36px;
	background:url("../img/icon_02.png") no-repeat;
}
.main-contents .a1 .title3::before{
	width:43px;
	height:36px;
	background:url("../img/icon_02.png") no-repeat;
}


.main-contents .a2{
	padding-bottom: 20px;
}

.main-contents .a2 .text-bord{
	color:#c90000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.main-contents .a2 .info-wrap table{
	margin-bottom: 0;
}
.main-contents .a2 .date{
	font-size: 14px;
	font-weight: bold;
	border:1px solid #ccc;
	/*padding:10px 20px;*/
	position: relative;
}
.main-contents .a2 .date a{
	color:#333;
	width:100%;
	display: inline-block;
	padding:10px 20px;
	box-sizing: border-box;
	position: relative;
}
.main-contents .a2 .date a::after{
	background: url(../img/icon_arrow_down.png) no-repeat;
    background-size: 10px;
    margin: 0 10px;
    width: 10px;
	height: 7px;
	display: inline-block;
	content:"";
	margin-left:20px;
	position: absolute;
	left:150px;
	top:15px;
}

.main-contents .a2 .date .toggle_trigger.is_open::after{
	 background: url(../img/icon_arrow_up.png) no-repeat;
	 background-size: 10px;
}

@media screen and (max-width: 640px){

	.main-contents .a2 .date a::after{
		
		right:15px;
		left:auto;
		top:15px;
		width: 12px;
		height: 8px;
		background: url(../img/icon_arrow_down.png) no-repeat;
    	background-size: 12px;
	}
	.main-contents .a2 .date .toggle_trigger.is_open::after{
		background: url(../img/icon_arrow_up.png) no-repeat;
	 	background-size: 12px;
	}
}
.main-contents .column-box table{
	width:100%;
	font-size: 13px;
	line-height: 1.2;
	border-left:1px solid #ccc;
	margin-bottom: 25px;

}

.main-contents .column-box table th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 9px 9px 9px 15px;
	font-weight: bold;
	vertical-align: middle;
	width: 25.44%;
	background: #f3f3f3;
}

.main-contents .column-box table td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding: 9px 9px 9px 15px;
	vertical-align: middle;
}


@media screen and (max-width: 640px){
	.main-contents .column-box table{
		font-size: 12px;
		width:530px;
		
	}
	.info-wrap{
		width:100%;
		overflow-x:scroll;
	}
}













.main-contents .a3 .title{
	margin-bottom: 15px;
}
.main-contents .a3 .title::before{
	width:60px;
	height:36px;
	background:url("../img/icon_03.png") no-repeat;
}
.main-contents .a3 .column-box{
	margin-bottom: 35px;
}
@media screen and (max-width: 640px){
	.main-contents .a3 .column-box{
		margin-bottom: 25px;
	}
}

.main-contents .a3 .column-box table{
	margin-bottom: 0;
	border-top:1px solid #ccc;
}
@media screen and (max-width: 640px){
	.main-contents .a3 .column-box table{
		width:100%;
	}
}
.main-contents .a3 .column-box table th{
	font-size: 14px;
	text-align: center;
}
.main-contents .a3 .column-box table td{
	vertical-align: top;
	padding:15px 12px 20px;
}
.main-contents .a3 .column-box table .photo{
	text-align: center;
	margin-bottom: 20px;
}
.main-contents .a3 .column-box table .photo img{
	max-width: 82px;
}
@media screen and (max-width: 640px){
	.main-contents .a3 .column-box table .photo img{
		width:42%;
	}
}
#rim-tpl-pagetop-box{
	background: #FFF;
	border-top: none;
	border-bottom: 1px solid #DDDDDB;

}
#rim-tpl-copyright{
	max-width: 980px;
	margin: 0px auto;
	padding: 20px 0;
	font-size: 9px;
	text-align: right;
}



