/*layout*/
/*------------------------------------------------------------------------------*/
#sub #contents{
	background:#F4F4F2;
	padding-bottom:80px;
	font-size:14px;
	line-height:1.8;
}
#contents_1col{
	width:95%;
	max-width:1024px;
	margin:0 auto;
}

.bg_gray{
	background:#EFEFEF;
	padding:20px;
}


/*locator*/
/*--------------------------------------------------------------------------------*/
#locator{
	width:95%;
	max-width:1024px;
	margin:0 auto;
	padding: 15px 0;
	font-size:11px;
	text-align:right;
	line-height:1.4;
}
#locator_in{
	display:inline-block;
	text-align:left;
}


/*rss news*/
/*--------------------------------------------------------------------------------*/
#sub_rss_box dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#sub_rss_box dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rss_date{
	float: left;
	width: 15%;
}
.rss_title{
	float: left;
	width: 85%;
}
.rss_contents{
	margin-left: 15%;
}


/*title*/
/*------------------------------------------------------------------------------*/
#title_wrapper{
	display:table;
	height:100px;
	width:95%;
	max-width:984px;
	margin:0 auto;
}
#contents #subtitle02{
	display:none;
}
#subtitle02{
	display:table-cell;
	vertical-align:middle;	
	margin:0 auto;
	padding:25px 0 25px 45px;
	font-size:28px;
}
#subtitle02_sub{
	display:inline-block;
	font-size:12px;
	margin-left:25px;
	position:relative;
	top:-5px;
}
#subtitle02.honshi:before{
	content:"";
	display:inline-block;
	width:16px;
	height:29px;
	background: url(../image/common_new/subtitle02_honshi.png) no-repeat;
	position:relative;
	top:2px;
	margin-right:10px;
}

.honshi_title03{
	padding:10px;
	background: url(../image/common_new/honshi_title03.gif) repeat;
	color:#FFF;
	font-size:22px;
	line-height:1.4;
	text-align:center;
}



.subtitle03{
	font-size:24px;
	border-bottom:5px solid #222;
	margin-bottom:25px;
	line-height:1.5;
	padding-bottom:10px;
	text-indent:-20px;
	padding-left:20px;
}

.subtitle03_sub{
	font-size:20px;
	margin-left:30px;
}
.subtitle03:before{
	display:inline-block;
	content:"";
	width:27px;
	height:17px;
	background:url(../image/common_new/back_title.png) no-repeat;
	margin-right:5px;
}

.subtitle03_2{
	font-size:26px;
	line-height:1.4;
	padding-left:10px;
	border-left:3px solid #000;
	margin-bottom:25px;
}


/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
	width:100%;
	margin-bottom:30px;
}
#subnav ul{list-style-type:none;}

#subnav_title a{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	font-size: 120%;
	font-weight:bold;
	display:block;
	overflow:hidden;
	background: #ccc;
}
#subnav_title a:hover {
	text-decoration:underline;
}
#subnav li a{
	width:100%;
	height:40px;
	background: url(../image/common/arr01.png) no-repeat 10px 15px;
	border-bottom: 1px dotted #ccc;
	background-size: 4px 8px;
	line-height:40px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 22px;
}
#subnav li a:hover,#subnav ul li.current a{
	background-color: #eee;
}
#subnav li.current ul li a{
	width:100%;
	height:30px;
	background: none;
	border-bottom: none;
	line-height:30px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 32px;
}
#subnav li.current ul li a:hover,#subnav li.current ul li.current a{
	background-color: #eee;
}
#subnav li.current ul li.current ul li a{
	width:100%;
	height:30px;
	background: none;
	border-bottom: none;
	line-height:30px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 42px;
}
#subnav li.current ul li.current ul li a:hover{
	background-color: #eee;
}


/*box*/
/*------------------------------------------------------------------------------*/
.box2:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.box2_ti_left{
	width: 66%;
	float: left;
}
.box2_ti_right{
	width: 30%;
	float: right;
}

.box2_ti_left_f{
	width: 66%;
	float: left;
}
.box2_ti_right_f{
	width: 30%;
	float: right;
}

.box2_ti_right img,.box2_ti_right_f img{
	width: 100%;
	height: auto;
}
.box2_it_left{
	width: 30%;
	float: left;
}
.box2_it_right{
	width: 66%;
	float: right;
}
.box2_it_left img{
	width: 100%;
	height: auto;
}

.box2_left{
  width: 48%;
  float: left;
}
.box2_right{
  width: 48%;
  float: right;
}
.box2_left img,
.box2_right img{
	width: 100%;
	height: auto;
}


/*list*/
/*------------------------------------------------------------------------------*/
.list_disc{
  list-style-position: inside;
  background: #efefef;
  padding: 15px;
}
.list_disc li{
  list-style-type: disc;
  margin-bottom: 5px;
}


/*btn*/
/*------------------------------------------------------------------------------*/

.free_btn a{
	display:inline-block;
	text-align:center;
	font-size:14px;
	padding:10px 15px 10px 35px;
	background-color:#2999DD;
	color:#FFF;
	border:1px solid #2999DD;
	position:relative;
	transition:0.3s;
}
.free_btn a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:15px;
	top:calc(50% - 4px);
	transition:0.3s;
}
.free_btn a:hover{
	background-color:#FFF;
	color:#2999DD;
}
.free_btn a:hover:after{
	border-top:1px solid #2999DD;
	border-right:1px solid #2999DD;
}


.free_btn100 a{
	display:block;
	text-align:center;
	font-size:16px;
	padding:10px 15px 10px 35px;
	background-color:#2999DD;
	color:#FFF;
	border:1px solid #2999DD;
	position:relative;
	transition:0.3s;
}
.free_btn100 a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:15px;
	top:calc(50% - 4px);
	transition:0.3s;
}
.free_btn100 a:hover{
	background-color:#FFF;
	color:#2999DD;
}
.free_btn100 a:hover:after{
	border-top:1px solid #2999DD;
	border-right:1px solid #2999DD;
}



.free_btn_black a{
	display:inline-block;
	text-align:center;
	font-size:14px;
	padding:10px 15px 10px 35px;
	background-color:#333;
	color:#FFF;
	border:1px solid #333;
	position:relative;
	transition:0.3s;
}
.free_btn_black a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:15px;
	top:calc(50% - 4px);
	transition:0.3s;
}
.free_btn_black a:hover{
	background-color:#FFF;
	color:#333;
}
.free_btn_black a:hover:after{
	border-top:1px solid #333;
	border-right:1px solid #333;
}

.free_btn_black_l a{
	display:inline-block;
	width:400px;
	max-width:100%;
	text-align:center;
	font-size:16px;
	padding:15px 15px 15px 35px;
	background-color:#333;
	color:#FFF;
	border:1px solid #333;
	position:relative;
	transition:0.3s;
}
.free_btn_black_l a:after{
	content:"";
	box-sizing:border-box;
	width:10px;
	height:10px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:15px;
	top:calc(50% - 5px);
	transition:0.3s;
}
.free_btn_black_l a:hover{
	background-color:#FFF;
	color:#333;
}
.free_btn_black_l a:hover:after{
	border-top:1px solid #333;
	border-right:1px solid #333;
}

.free_btn2{
	font-size:0;
	text-align:center;
}
.free_btn2 li{
	font-size:15px;
	display:inline-block;
	width:48.5%;
}
.free_btn2 li:nth-child(even){
	margin-left:3%;
}

.free_btn2 a{
	display:block;
	text-align:center;
	padding:10px 15px 10px 35px;
	background-color:#2999DD;
	color:#FFF;
	border:1px solid #2999DD;
	position:relative;
	transition:0.3s;
}
.free_btn2 a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:15px;
	top:calc(50% - 4px);
	transition:0.3s;
}
.free_btn2 a:hover{
	opacity:0.7;
}


/*simtemap*/
/*------------------------------------------------------------------------------*/

.sitemap { margin-left:20px; padding-top:10px;}
.sitemap li{
	list-style:none;
	background:url(../image/common/arr.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
	margin:10px 0px;
}
.sitemap ul{ padding:0 0 5px 30px;}
.sitemap ul li{
	background:none;
	list-style:square;
	padding:0 0 0 0;
	margin:5px 0px;
}
.sitemap ul ul{ padding:0 0 5px 30px;}
.sitemap ul ul li{
	background:none;
	list-style:none;
}

/*honshi*/
/*------------------------------------------------------------------------------*/
/*honshi*/
/*---------------------------------------------------------------------*/

.honshi_main_box{
	background:#FFF;
	padding:20px 3%;
	font-size:16px;
	line-height:1.8;
	position:relative;
}

.honshi_main_l{
	float:left;
	width:52%;
}
.honshi_main_r{
	float:right;
	width:43%;
	padding-bottom:40px;
}

.honshi_main_l li{
	float:left;
	width:45%;
}
.honshi_main_l li:nth-child(2){
	float:right;
}
.honshi_main_l img{
	width:100%;
	height:auto;
}
.honshi_main_btn{
	font-size:0;
	text-align:center;
}
.honshi_main_btn li{
	display:inline-block;
	width:48%;
	margin:0 0 4% 0;
	font-size:17px;
}
.honshi_main_btn li:nth-child(2){
	margin-left:4%;
}
.honshi_main_btn a{
	display:block;
	text-align:center;
	background:#EFEFEF;
}
.honshi_main_btn a img{
	height:auto;
	width:auto;
	max-width:100%;
}
.honshi_main_btn li:nth-child(2) a{ background:#FF0000;}

.honshi_main_box:before{
	content:"";
	width:calc(100% - 30px);
	height:23px;
	background:url(../image/common_new/honshi_main_shadow.png) no-repeat left top / 100% 100%;
	position:absolute;
	right:0;
	top:100%;
}

.honshi_main_prev,.honshi_main_next{
	position:absolute;
	bottom:-24px;
	box-shadow:2px 2px 6px rgba(0,0,0,0.1);
	background:#FFF;
}
.honshi_main_prev{
	right:92px;
}
.honshi_main_next{
	right:27px;
}
.honshi_main_prev img,.honshi_main_next img{
	opacity:0.2;
}
.honshi_main_prev a img,.honshi_main_next a img{
	opacity:1;
}
.honshi_main_prev a:hover img,.honshi_main_next a:hover img{
	opacity:0.7;
}

.back_title{
	font-size:36px;
	border-bottom:5px solid #222;
	margin-bottom:25px;
	line-height:1.5;
	padding-bottom:5px;
}

.back_title_sub{
	font-size:20px;
	margin-left:30px;
}
.back_title:before{
	display:inline-block;
	content:"";
	width:27px;
	height:17px;
	background:url(../image/common_new/back_title.png) no-repeat;
	margin-right:5px;
}


/*バックナンバー*/
.honshi_item,.honshi_item_old{
	float:left;
	width:19.6%;
	margin:0 0 45px 7.2%;
}
.honshi_item:nth-child(4n+1),.honshi_item_old:nth-child(4n+1){
	clear:both;
	margin-left:0;
}

.honshi_item h4,.honshi_item_old h4{
	font-size:15px;
	line-height:1.5;
	margin:10px 0;
	font-weight:bold;
}
.honshi_title_sub{
	display:inline-block;
	font-size:11px;
	font-weight:normal;
}

.honshi_btn li{
	float:left;
	width:49%;
}
.honshi_btn li:nth-child(2){
	float:right;
}

.honshi_btn li:nth-child(3){
	clear:both;
	float:none;
	width:100%;
	text-align:center;
	padding-top:2%;
}

.honshi_btn a{
	display:block;
	text-align:center;
}


.honshi_btn li:nth-child(1) a{
	line-height:40px;
	border-radius:5px;
	background:#1199D7;
	color:#FFF;
	text-align:center;
	font-size:13px;
}
.honshi_btn li:nth-child(1) a:before{
	content:"";
	display:inline-block;
	width:18px;
	height:14px;
	background:url(../image/common_new/honshi_btn01.png) no-repeat left top / 18px 14px;
	margin-right:5px;
	position:relative;
	top:3px;
}
.honshi_btn li:nth-child(1) a:hover{
	opacity:0.7;
}

.honshi_btn li:nth-child(2) a{
	background:#FFF;
	border:1px solid #CCC;
	padding:4px;
	border-radius:5px;
}
.honshi_btn li:nth-child(2) a img{
	height:30px;
	width:auto;
}

.honshi_btn li:nth-child(3) a{
	display:block;
	background:#EFEFEF;
	border:1px solid #CCC;
	border-radius:5px;
	padding:3px 0;
}

.honshi_btn li:nth-child(3) img{
	height:32px;
	width:auto;
}


.honshi_more{
	text-align:center;
	font-size:20px;
	padding:20px 5%;
	border:solid #CCC;
	border-width:1px 0;
	background:#FFF;
	transition:0.3s;
}
.honshi_more:hover{
	cursor:pointer;
	background:#1199D7;
	border-color:#1199D7;
	color:#FFF;
}
.honshi_link{
	clear:both;
}
.honshi_link li{
	float:left;
	width:32%;
	margin-left:2%;
}
.honshi_link li:first-child{
	margin-left:0%;
}

.honshi_link li a{
	display:block;
	text-align:center;
	border-top:5px solid #FF25AE;
	transition:0.3s;
	background:#FFF;
}
.honshi_link li a img{
	width:auto;
	max-width:100%;
	height:auto;
}

.honshi_link li a:hover{
	opacity:0.7;
}
.honshi_link li a:hover image{
	opacity:1;
}

.honshi_link_title{
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #FFF;
	position:relative;
	text-align:center;
	font-size:28px;
	margin-bottom:25px;
	line-height:1.5;
}
.honshi_link_title:after{
	content:"";
	width:100%;
	height:1px;
	background:#C3C3C2;
	position: absolute;
	bottom:0;
	left:0;
}

.honshi_link_title:before{
	content:"";
	display:inline-block;
	width:16px;
	height:29px;
	background: url(../image/common_new/subtitle02_honshi.png) no-repeat;
	position:relative;
	top:2px;
	margin-right:15px;
}



/*renewal_about.html*/
/*------------------------------------------------------------------------------*/

.about_btn li{
	float:left;
	width:49%;
	margin-left:2%;
}
.about_btn li:nth-child(1){
	margin-left:0;
}


.about_btn li a{
	display:block;
	padding:10px 10px 10px 35px;
	background-color:#2999DD !important;
	color:#FFF;
	text-align:center;
	font-size:15px;
	position:relative;
	transition:0.3s;
}
.about_btn li a:after{
	content:"";
	box-sizing:border-box;
	width:10px;
	height:10px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:15px;
	top:calc(50% - 5px);
	transition:0.3s;
}
.about_btn li a:hover{
	opacity:0.7;
}


/*kikan*/
/*------------------------------------------------------------------------------*/
.kikan_img01{
	text-align:center;
}
.kikan_img01 img{
	width:100%;
	height:auto;
	max-width:300px;
}

.kikan_title04{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

/*store*/
/*------------------------------------------------------------------------------*/
.store_list li{
	float:left;
	width:18.8%;
	margin:0 0 1.5% 1.5%;
}
.store_list li:nth-child(5n+1){
	clear:both;
	margin-left:0;
}
.store_list li img{
	width:100%;
	height:auto;
}

/*about*/
/*------------------------------------------------------------------------------*/

.about_title03{
	padding:10px 10px 10px 28.2%;
	background: url(../image/common_new/honshi_title03.gif) repeat;
	color:#FFF;
	font-size:22px;
	line-height:1.4;
}

.about_box{
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 3%;
    position: relative;
}

.about_box_l{
	float:left;
	width:22%;
}
.about_box_r{
	float:right;
	width:73%;
}

.about_box_l img{
	width:100%;
	height:auto;
}

.about_box_r .honshi_btn{
	float:left;
	width:450px;
	max-width:100%;
}
.about_box_btn li{
	float:left;
	width:48%;
	margin:0 0 4% 0;
	font-size:17px;
}
.about_box_btn li:nth-child(2){
	margin-left:4%;
}
.about_box_btn a{
	display:block;
	text-align:center;
	background:#EFEFEF;
}
.about_box_btn a img{
	height:auto;
	width:auto;
	max-width:100%;
	max-height:40px;
}
.about_box_btn li:nth-child(1) a{
	padding:5px;
}
.about_box_btn li:nth-child(2) a{
	background:#FFF;
	border:1px solid #CCC;
	padding:4px;
}

.about_box2_l{
	float:left;
	width:47.5%;
}
.about_box2_r{
	float:right;
	width:47.5%;
}
.about_box2_in{
	margin:0 auto;
	max-width:350px;
}
.about_box2_img{
	text-align:center;
	margin-bottom:20px;
}
.about_box2_img img,.about_box2_img img{
	width:100%;
	height:auto;
	max-width:210px;
}

.about_box2_l h4,.about_box2_r h4{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.about_box2_l .about_box_btn,.about_box2_r .about_box_btn{ width:100%;}

.back_btn a{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 35px 0 20px;
	color:#333;
	background: url(../image/common_new/arr08.png) no-repeat right 15px top 17px / 13px 8px;
	background-color:#FFF;
	transition:0.3s;
}
.back_btn a:hover{
	opacity:0.7;
}

/*lineup*/
/*------------------------------------------------------------------------------*/

.lineup_title{
	clear:both;
	border-top:3px solid #231815;
	background:#FFF;
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	padding:15px 25px 15px 25px;
}
.lineup_title:before{
	display:inline-block;
	content:"";
	width:28px;
	height:11px;
	background: url(../image/common_new/toptitle02_lineup_bg.png) no-repeat;
	position:relative;
	top:-2px;
	margin-right:10px;
}
.lineup_title.icon02:before{
	display:inline-block;
	content:"";
	width:18px;
	height:23px;
	background: url(../image/common_new/icon02.png) no-repeat;
	position:relative;
	top:1px;
	margin-right:10px;
}
.lineup_title_en{
	font-weight:normal;
	margin-left:15px;
	font-size:12px;
}

.lineup_list{
	padding:25px 3%;
	background:#FFF;
}

.lineup_item{
	width:31.2%;
	margin:40px 0 0  3.2%;
	position:relative;
	line-height:1.5;
}

.lineup_list .lineup_item{
	float:left;
}

.lineup_item:nth-child(-n+3){
	margin-top:0;
}

.lineup_item:nth-child(3n+1){
	clear:both;
	margin-left:0;
}


.lineup_top{
	table-layout:fixed;
	width:100%;
}

.lineup_left{
	width:40%;
	padding-right:4%;
}
.lineup_left img{
	width:100%;
	height:auto;
}
.lineup_right h3{
	font-size:24px;
	font-weight:bold;
}
.lineup_right h4{
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
}
.lineup_title_sub{
	display:block;
	font-weight:normal;
}

.lineup_item h5{
	display:inline-block;
	font-weight: bold;
	margin-bottom:15px;
	font-weight:bold;
	border-bottom:2px solid #333;
	line-height:1.5;
}

.lineup_item .free_btn100 a{
	padding-top:5px;
	padding-bottom:5px;
}


.lineup_btn li:nth-child(1){
	margin-bottom:5px;
}
.lineup_btn li a{
	display:block;
	line-height:25px;
	border-radius:5px;
	color:#FFF;
	text-align:center;
	font-size:13px;
	padding:0 15px 0 30px;
	text-align:center;
	max-width:200px;
	margin:0 auto;
}

.lineup_btn li:nth-child(1) a{
	background:url(../image/common_new/honshi_btn01.png) no-repeat left 10px center / 18px 14px;
	background-color:#1199D7;
}
.lineup_btn li:nth-child(2) a{
	background:url(../image/common_new/icon_cart.png) no-repeat left 10px center / 18px 20px;
	background-color:#F00;
}

.lineup_btn2 li{
	float:left;
	width:48.5%;
}
.lineup_btn2 li:nth-child(2){
	float:right;
}
.lineup_btn2 li a{
	display:block;
	line-height:45px;
	border-radius:5px;
	color:#FFF;
	text-align:center;
	font-size:16px;
	padding:0 15px 0 30px;
	text-align:center;
}

.lineup_btn2 li:nth-child(1) a{
	background:url(../image/common_new/honshi_btn01.png) no-repeat left 10px center / 25px auto;
	background-color:#1199D7;
}
.lineup_btn2 li:nth-child(2) a{
	background:url(../image/common_new/icon_cart.png) no-repeat left 10px center / 25px auto;
	background-color:#F00;
}


.lineup_info{
	display:inline-block;
	font-weight:bold;
	border:2px solid #333;
	padding:0 10px;
	margin-bottom:10px;
}

.lineup_item .txtH2{
	line-height:1.6;
}

.item_btn{
	text-align:center;
}

.item_btn a{
	display:inline-block;
	padding:5px 20px 5px 35px;
	background:url(../image/common_new/arr07.png) no-repeat left 15px center / 10px 6px;
	background-color:#F3F3F1;
	transition:0.3s;
}
.item_btn a:hover{
	background-color:#DDD;
}


.lineup_item.col1{
	float:none !important;
	width:100% !important;
	margin:0 0 50px !important;
	line-height:1.7;
}

.col1 .lineup_left{
	width:30%;
}

.lineup_item.col2{
	width:48%;
	margin:25px 0 0 4% !important;
	clear:none !important;
}
.lineup_item.col2:nth-child(-n+2){
	margin-top:0 !important;
}
.lineup_item.col2:nth-child(odd){
	clear:both !important;
	margin-left:0 !important;
}
.lineup_item.col2 .lineup_right h4{
	font-size:18px;
}
.lineup_item.col2 .lineup_title_sub{
	font-size:12px;
}
.creator_box{
	padding:25px 3%;
	background:#FFF;
}
.creator_box_l{
	float:left;
	width:20%;
	text-align:center;
}
.creator_box_l img{
	width:100%;
	height:auto;
	max-width:350px;
}
.creator_box_r{
	float:right;
	width:75%;
}

.creator_position{
	display:inline-block;
	font-size:15px;
	line-height:1.4;
	font-weight:bold;
	background:#EEE;
	padding:5px 20px;
	margin-bottom:15px;
}

.creator_name{
	font-size:25px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:20px;
}
.creator_name_sub{
	display:block;
	font-weight:normal;
	font-size:12px;
}

/*flow*/
/*------------------------------------------------------------------------------*/

.bg_white,.bg_white_first,.bg_white_last{
	padding:1px 3%;
	background:#FFF;
}
.bg_white_first{
	padding-top:3%;
}
.bg_white_last{
	padding-bottom:3%;
}

/*form*/
/*------------------------------------------------------------------------------*/
.form #contents_1col{
	padding:20px;
	background:#FFF;
}

.form_title02{
	height:160px;
	background:#32C35A;
	position:relative;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	padding:25px 190px 25px 20px;
}

.form_title02:after{
	content:"";
	width: 0;
	height: 0;
	border-bottom: 60px solid #2DB051;
	border-left: 60px solid transparent;
	position:absolute;
	bottom:0;
	right:0;
}

.form_title02:before{
	content:"";
	width: 120px;
	height: 120px;
	position:absolute;
	bottom:calc(50% - 60px);
	right:35px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
}

.entry01 .form_title02:before{ background-image:url(../image/common_new/icon_form01.png);}
.entry02 .form_title02:before{ background-image:url(../image/common_new/icon_form02.png);}
.entry03 .form_title02:before{ background-image:url(../image/common_new/icon_form03.png);}

/*readmore*/
/*------------------------------------------------------------------------------*/
.truncate_more_link{
	display:inline-block;
	background:#666;
	color:#FFF;
	font-size:12px;
	padding:2px 5px;
	margin-top:5px;
	border-radius:3px;
	width:60px;
	text-align:center;
	transition:0.3s;
}
.truncate_more_link:hover{
	opacity:0.7;
}

.truncate_more{
	opacity:0;
	transition:0.3s;
}
.truncate_more.open{
	display:inline !important;
	opacity:1;
}