@charset "UTF-8";

/* ----------------------------------------------------
　　　　　　　　　　　　　　　カラー設定
---------------------------------------------------- */
.white{ 
color:#ffffff;
}
.black{ 
color:#000;
}
.gray{ 
color:#333333;
}
.gray3{ 
color:#333333;
}
.gray5{ 
color:#555555;
}
.gray8{ 
color:#888888;
}
.gray9{ 
color:#7c979c;
}
.gray10{ 
color:#e9e9e9;
}
.red{ 
color:#e60011;
}
.pink{
 color:#f97398;
}
.blue{
 color:#1c4851;
}
.navy{
 color:#112a30;
}
.green{
/*  color:#33f08e; */
 color:#31ac38;
}
.line{
 color: #f97398;
}
.sp1{
 letter-spacing:1pt;
}
.sp1.5{
 letter-spacing:1.5pt;
}
.sp2{
 letter-spacing:2pt;
}


.he0{
 line-height:1em;
}
.he1{
 line-height:1.2em;
}
.he1-5{
 line-height:1.7em;
}
.he2{
 line-height:2em;
}


#fontplus_min {
font-family: "リュウミン R-KL";
}
#fontplus_minb {
font-family: "リュウミン M-KL";
}
#fontplus_maru {
font-family: "F+UD-スーラ M";
}
#fontplus_marub {
font-family: "F+UD-スーラ DB";
}
#fontplus_kaku {
font-family: "F+UD-ニューロダン M";
}
#fontplus_kakub {
font-family: "F+UD-ニューロダン DB";
}



.tk {
/* font-family: "nimbus-sans-condensed",sans-serif; */
font-family: "リュウミン R-KL";
font-style: normal;
font-weight: 400;
letter-spacing:0.06em;
}
.tk-b {
/* font-family: "nimbus-sans-condensed",sans-serif; */
font-family: "リュウミン M-KL";
font-style: normal;
font-weight: 700;
/* letter-spacing:0.06em; */
}


.e1{
font-size:14px;
letter-spacing:0.09em;
}
.e3{
font-size:17px;
font-weight: 700;
letter-spacing:0.1em;
}

H2.e1{
font-size:16px;
}

ul.tag{
	color:#000;
	text-decoration:none;
	font-style: normal;
	font-size:15px;
	letter-spacing:0.06em;
	font-weight: 400;
}

.bwWrapper{
    position:relative;
    display:block;
}
.bgbk{
	background: #000;
}

.gray_scale{
-webkit-filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.w{
color:#c8c8c8;
}
.g{
color:#333;
}
.t10{
font-size:10px;
letter-spacing:0.06em;
}
.t12{
font-size:12px;	
}
.t13{
font-size:13px;
letter-spacing:0.06em;
}
.t14{
font-size:14px;	
}
.t15{
font-size:15px;	
}
.t16{
font-size:16px;	
}
.t17{
font-size:17px;	
}
.t18{
font-size:18px;	
}
.t19{
font-size:19px;	
}
.t20{
font-size:20px;	
}
.t24{
font-size:24px;	
}
.t26{
font-size:26px;	
}
.t28{
font-size:28px;	
}
.t30{
font-size:30px;	
}

.newssubnav2{
	display: none;
}
.wp_social_bookmarking_light div {
float:left;
padding-right: 5px;
}

#infscr-loading {
    margin-left: -100px;
    width: 100px;
    position: fixed;
    left: 55%;
    top: 50%;
    text-align: center;
}
.h500{
	height: 500px;
}
.coming_soon{
	width: 500px;
	position: fixed;
	left: 50%;
    top: 60%;
    margin-left: -250px;
    text-align: center;
}


/* form */
#content_form .block {
	margin-bottom:50px;
}
#content_form .text {
	border:1px #ccc solid;
	padding:3px;
}
#content_form .pulldown {
	border:1px #ccc solid;
}

#content_form p {
	margin: 20px 0;
	padding: 0;
}
#content_form .required {
	color: #CC0000;
	font-size: 18px;
	line-height:1em;
}
#content_form .notes {
	font-size:10px;
	line-height:1.2em;
}
#submit{
	width: 200px;
	height: 35px;
	padding: 0px;
	font-size:13px;
	cursor: pointer;
	background: #000000;
	color: #FFF;
	letter-spacing:0.1em;
}
#modoru{
	width: 200px;
	height: 35px;
	padding: 0px;
	font-size:13px;
	cursor: pointer;
	background: #000000;
	color: #FFF;
	letter-spacing:0.1em;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, address, big, img, 
article, figure, figcaption, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body  {
	font-family: "リュウミン R-KL";
	/* font-family: "nimbus-sans-condensed", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif; */
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size:12px;
	line-height:24px;
}




/* link */
#footer-menu a:link {
	color:black;
	text-decoration:none;
}
#footer-menu a:visited {
	color:black;
	text-decoration:none;
}
#footer-menu a:hover {
	color:black;
	text-decoration:none;
}
#footer-menu a:active {
	color:black;
	text-decoration:none;
}


a:link {
	color:#999999;
	text-decoration:none;
}
a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
a:active {
	color:#999999;
	text-decoration:none;
}

li a:link{
	color:#c8c8c8;
	text-decoration:none;
	font-style: normal;
}
li a:visited{
	color:#c8c8c8;
	text-decoration:none;
	font-style: normal;
}
li a:hover{
	color:#c8c8c8;
	text-decoration:underline;
	font-style: normal;
}
li a:active {
	color:#c8c8c8;
	text-decoration:none;
}

li a:link.tag{
	color:#000;
	text-decoration:none;
	font-style: normal;
	font-size:15px;
	letter-spacing:0.06em;
	font-weight: 400;
}
li a:visited.tag{
	color:#000;
	text-decoration:none;
	font-style: normal;
	font-size:15px;
	letter-spacing:0.06em;
	font-weight: 400;
}
li a:hover.tag{
	color:#000;
	text-decoration:underline;
	font-style: normal;
	font-size:15px;
	letter-spacing:0.06em;
	font-weight: 400;
}
li a:active.tag {
	color:#000;
	text-decoration:none;
	font-size:15px;
	letter-spacing:0.06em;
	font-weight: 400;
}

a:link img {
	text-decoration:none;
	border:none 0px;
	}
a:visited img {
	text-decoration:none;
	border:none 0px;
}
a:hover img {
	text-decoration:none;
	border:none 0px;
}
a:active img {
	text-decoration:none;
	border:none 0px;
}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}

img.nolinkimg{
filter: alpha(opacity=20);
-moz-opacity:0.20;
opacity:0.20;
background:none!important;
}


/* common */
.clear {
	clear:both;
}
.m-tb10{
	margin:10px 0;
}
.m2{
	margin-top:2px;
}
.m5{
	margin-top:5px;
}
.m10{
	margin-top:10px;
}
.m20{
	margin-top:20px;
}
.m40{
	margin-top:40px;
}
.space10 {
	margin:0 0 10px 0;
	padding:0;
}
p {
	margin: 10px 0;
	padding: 0;
}
h2 {
	font-size:42px;
	line-height:1.2em;
	font:"nimbus-sans-condensed", Tahoma, Verdana, sans-serif;
	font-weight:normal;
	margin-bottom:15px;
	letter-spacing:0.06em;
}
h3 {
	font-size:30px;
	/* font-weight:bold; */
	line-height:2em;
}

h5 {
	font-size:26px;
	font:"nimbus-sans-condensed", Tahoma, Verdana, sans-serif;
	font-weight:normal;
	margin-bottom:15px;
}
.subtitle {
	font-size:18px;
	font:"nimbus-sans-condensed", Tahoma, Verdana, sans-serif;
}

li {
	list-style:none;
}

/* header */
#header {
	margin: 0 auto;
	width:100%;
	height:auto;
	text-align:center;
	/* position:fixed;  */ 
	z-index:999999;
	background-color:#FFF;
}

#header h1 {
	/* width:100%; */
	text-align:center;
	text-indent:-50000;
	margin:0 auto;
	/* position: relative; */
	border: 0px solid black;
	z-index:9999999;
	
	position: fixed;
	top: 18px;
	right: -40px;
	width: 285px;
}
.fixed4 {
	position: fixed;
	top: 16px;
	left: -26px;
	width: 285px;
}

.navigation{
	width: 100%;
	/* position: relative; */
	border: 0px solid black;
	background-color:#FFF;
	z-index:999999;
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


#sub-navi {
	/* background-color:#FFF; */
	margin: 0 auto;
	padding:50px 0px 0px 0;
	z-index:9999999;
}
#sub-navi .contact-posi {
	position: absolute;
	top:10px;
	right: 180px;
	border: 0px solid black;
	z-index:9999999;
}
#sub-navi .contact {
	border: 0px solid black;
	z-index:9999999;
	
	position: fixed;
	top: 19px;
	right: 180px;
}
.fixed2 {
	position: fixed;
	top: 19px;
	right: 180px;
}
#sub-navi .contact a{
	padding: 1px 4px 1px 4px;
	margin: 0;
	border: 1px solid black;
	text-align: center;
	color: black;
	font-size: 11px;
	text-decoration:none;
	letter-spacing:0.03em;
}

#sub-navi .fb-posi {
	position: absolute;
	top:10px;
	right: 30px;
	border: 0px solid black;
	z-index:9999999;
}
#sub-navi .fb {
	/* position: fixed; */
	border: 0px solid black;
	color: black;
	z-index:9999999;
	
	position: fixed;
	top: 19px;
	right: 30px;
}
.fixed3 {
	position: fixed;
	top: 19px;
	right: 30px;
}
#sub-navi .fb a{
	/* cursor: pointer; */
	/* display: block; */
	text-decoration:none;
	color: black;
	font-size: 14px;
	letter-spacing:0.03em;

	background:url(../img/gnavi_facebook_b.png);
	-webkit-background-size: 10px 15px; /* WebKit */
    background-size: 10px 15px; /* WebKit以外 */
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 14px;
    padding-top: 5px;
 
}

#g-navi2{
	position:relative;
	padding-top:30px;
}
#menu_pointer{
	position: absolute;
	top:74px;
	left: 0px;
	width: 50px;
	height: 10px;
	background: black;
}
.menu_pointer_news{
	position: absolute;
	top:74px;
	left: 95px;
	width: 50px;
	height: 10px;
	background: black;
}
.menu_pointer_column{
	position: absolute;
	top:74px;
	left: 275px;
	width: 50px;
	height: 10px;
	background: black;
}
.menu_pointer_feature{
	position: absolute;
	top:74px;
	left: 175px;
	width: 60px;
	height: 10px;
	background: black;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


hr {
   height: 0;
   margin: 0;
   padding: 0;
   border: 0;
   border-top: 1px solid #d8d8d8;
  
} 



/* 枠 */

#wrapper { 
	width:100%;
	/* width: 1260px; */
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top:80px;
	position: relative;
	text-align:left;
}
#wrapper.top{ 
	padding-top:0px;
}

#contents_area{
	position: relative;
	padding: 0;
	margin: 0;
	border: 0px solid black;

}
.fixed5 {
	height: 200px;
	border: 0px solid black;
}
/*
#container {
	padding: 180px 30px 0px 30px;
}
*/
.contents-top { 
	/* display:table; */
	border: 0px solid black;	
}


#left_box{
	display:table-cell;
	border: 0px solid black;
	/* float: left; */
	width:600px;
	vertical-align: top;
	
}
#right_box{
	display:table-cell;
	border: 0px solid black;
	/* float: left; */
	width:200px;
	vertical-align: top;
	padding-left: 30px;	
}

#left_box hr{
	position: relative;
	top:0px;
	padding-bottom: 30px;
}


.news_box{
	display:table;
}
.img_side{
	display:table-cell;
	width:50%;
	border: 0px solid black;
	vertical-align: top;
}
.txt_side{
	display:table-cell;
	border: 0px solid black;
	vertical-align: top;
	padding-left: 30px;
}
.txt_side2{
	display:table-cell;
	border: 0px solid black;
	vertical-align: top;
	padding-right: 30px;
}
.news_box {
	font-size:14px;
	line-height:1.6em;
}
.news_box .date {
	font-size:14px;
	line-height:1em;
}
.news_box h3 {
	font-size:26px;
	line-height:1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}
.news_box h3 a{
	color: #000;
	text-decoration: none;
}
.news_box .more {
	font-size:14px;
	line-height:1.6em;
	padding-top: 10px;
}




#left_box #detail h3{
	font-size:40px;
	line-height:1em;
	padding-bottom: 50px;
}
#left_box #detail .date{
	font-size:14px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}



.baner-box{
	border: 0px solid #FFCC00;
}


.newsindex-box{
	background: #FFF;
	color: black;
	text-align: center;
	margin-top: 0px;
	border: 0px solid black;
}
.newsindex-box .newsindex{
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.newsindex-box h2{
	font-size:30px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}
.newsindex-box h3{
	font-size:20px;
	line-height:1em;
	padding: 0;
	margin: 0;
	text-align: left;
	border: 0px solid white;
}
.newsindex-box h3 a{
	text-decoration:none;
	color: black;
}
.newsindex-box .date {
	color: #FFF;
	font-size: 14px;
	line-height:1em;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0;
	text-align: left;
}
.newsindex-box .lead {
	color: black;
	font-size: 12px;
	line-height:1.5em;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0;
	padding-top: 10px;
	text-align: left;
}
.newsindex-box hr{
   border:solid #FFF;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
   padding-bottom: 0px;
}



.tag_box{
	position: absolute;
	top:0px;
	left: 30px;
}
.tag_boxb{
	position: relative;
	top:0px;
	left: 0px;
	padding-bottom: 0px;
}

.tag_box2{
	position: relative;
	padding: 2px 2px 0px 2px;
	width: 100px;
	border: 0px solid black;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: #f40f60;
	text-decoration:none;
	color: #FFF;
	font-size: 10px;
}
.date.top {
	position: absolute;
	top:0px;
	right: 0px;
	font-size:14px;
	line-height:1em;
	border: 0px solid black;
}


.more_box_set{
display: table;
padding-bottom: 20px;
width: 100%;
}
.more_box{
	position: relative;
	padding: 0px 10px 0px 10px;
	height: 60px;
	border: 0px solid black;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: #f2c21c;
	text-decoration:none;
	color: black;
	font-size: 16px;
}
a.more_box{
	text-decoration:none;
	color: black;
}

.more_box2{
	position: relative;
	top:30px;
	padding: 0px 10px 0px 10px;
	width: 60px;
	height: 30px;
	border: 1px solid black;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: black;
	text-decoration:none;
	color: white;
	font-size: 16px;
}
a.more_box2{
	text-decoration:none;
	color: white;
}


/* SNS */
.share {
	clear:both;
	padding-top:50px;
	display: table;
} 

.twitter{
	width:100px;
	display: table-cell;
}
.fb-like{
	width:120px;
	display: table-cell;
}



/* pagetop */
.pagetop {
	display:none;
	position:relative;
	height:0;
	margin:0 auto;
	/* width:1260px; */
	width:100%;
	line-height:0;
	z-index:999999;
}
.pagetop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 50px;
	hegiht:50px;
}





.news-pick-box{
	background: #FFF;
	color: black;
	text-align: center;
	padding: 50px 0px 100px 0px;
	display: table;
	border: 0px solid #FFCC00;
	width: 100%;
}

.news-pick-box .pickbox{
	/* width: 20%; */
	display: table-cell;
	padding: 0px 20px 0px 20px;
}

.news-pick-box .thumb{
	position: relative;
}

.news-pick-box h3 {
clear: both;
position: relative;
top:10px;
color: black;
font-size: 20px;
letter-spacing: 0.05em;
line-height:1em;
margin: 0px;
padding: 0;
text-align: left;
}

.news-pick-box .city {
color: black;
font-size: 20px;
line-height:2em;
letter-spacing: 0.05em;
margin: 0px;
padding: 0;
text-align: left;
}

.news-pick-box .date {
color: black;
font-size: 14px;
line-height:1em;
letter-spacing: 0.05em;
margin: 0px;
padding: 0;
padding-top: 20px;
text-align: left;
}


.ad_side{
	padding-bottom: 20px;
}






/* footer */
#footer {
	background-color:#FFF;
	padding:0px 0;
	display:table;
	width: 100%;
	
} 
#footer li{
	padding-bottom: 3px;
	margin: 0;
} 


#footer #footer-menu{
	display: table-cell;
	vertical-align: top;
	width:28%;
	border: 0px solid black;
	text-align: left;
}
#footer #footer-link{
	display: table-cell;
	vertical-align: top;
	width:38%;
	border: 0px solid black;
	text-align: center;
}

#footer #footer-news{
	display: table-cell;
	vertical-align: top;
	width:34%;
	border: 0px solid black;
	text-align: left;
}


.table{
	display: table;
	padding: 0px 0px 20px 0px;
}
.table2{
	display: table-cell;
	vertical-align:middle;
	padding-right: 10px;
	padding-left: 10px;
}
.table3{
	display: table-cell;
	vertical-align:top;
	padding-right: 0px;
	padding-left: 30px;
}




/* PAGER */
.bx-wrapper .bx-pager {display:none;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display:none;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	width:40px;
	height:40px;
	background: url(../press/img/prev.gif) no-repeat;
	right:40px;
	bottom:0;
}
.bx-wrapper .bx-next {
	width:40px;
	height:40px;
	background: url(../press/img/next.gif) no-repeat;
	right:0;
	bottom:0;
}
.bx-wrapper .bx-prev:hover {
	width:40px;
	height:40px;
	background: url(../press/img/prev.gif) no-repeat;
	right:40px;
	bottom:0;
}
.bx-wrapper .bx-next:hover {
	width:40px;
	height:40px;
	background: url(../press/img/next.gif) no-repeat;
	right:0;
	bottom:0;
}
.bx-wrapper .bx-controls-direction a {
	position:absolute;
	margin-bottom:8px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	width:40px;
	height:40px;
	background-color:#000;
}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {display: none;}
.bx-wrapper .bx-controls-auto .bx-start {display: none;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {display: none;}
.bx-wrapper .bx-controls-auto .bx-stop {display: none;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {display: none;}



.form_text {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	background: #dfdfdf;
	border-radius: 6px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
	background:-moz-linear-gradient(top, #fafafa, #fafafa);
	line-height: 1.4;
	font-size: 16px;
	display: block;
	outline: 0;
	-moz-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	-webkit-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	box-shadow:inset 0px 1px 2px 0px #eae8e8;
	border: solid 1px #dadada;
}
.form_text2 {
	width: 80%;
	height: 45px;
	margin: 0;
	padding: 0;
	background: #dfdfdf;
	border-radius: 6px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
	background:-moz-linear-gradient(top, #fafafa, #fafafa);
	line-height: 1.4;
	font-size: 16px;
	outline: 0;
	-moz-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	-webkit-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	box-shadow:inset 0px 1px 2px 0px #eae8e8;
	border: solid 1px #dadada;
}
.form_text3 {
	width: 30%;
	height: 45px;
	margin: 0;
	padding: 0;
	background: #dfdfdf;
	border-radius: 6px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
	background:-moz-linear-gradient(top, #fafafa, #fafafa);
	line-height: 1.4;
	font-size: 16px;
	outline: 0;
	-moz-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	-webkit-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	box-shadow:inset 0px 1px 2px 0px #eae8e8;
	border: solid 1px #dadada;
}
.form_textarea {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #dfdfdf;
	border-radius: 6px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
	background:-moz-linear-gradient(top, #fafafa, #fafafa);
	line-height: 1.4;
	font-size: 16px;
	display: block;
	outline: 0;
	-moz-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	-webkit-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	box-shadow:inset 0px 1px 2px 0px #eae8e8;
	border: solid 1px #dadada;
}
.form_textarea2 {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #dfdfdf;
	border-radius: 6px;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
	background:-moz-linear-gradient(top, #fafafa, #fafafa);
	line-height: 1.4;
	font-size: 16px;
	display: block;
	outline: 0;
	-moz-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	-webkit-box-shadow:inset 0px 1px 2px 0px #eae8e8;
	box-shadow:inset 0px 1px 2px 0px #eae8e8;
	border: solid 1px #dadada;
}


input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #fafafa;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #fafafa;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #000;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.btn_order_red{
	border: 0px solid red;
	background-color: #e60011;
	color: white;
	width: 100%;
	font-size: 32px;
	padding: 50px 10px 50px 10px;
	cursor: pointer;
	font-family: "FOT-筑紫ゴシック Pro B";
	-webkit-appearance: none;
	border-radius: 0;
}
.btn_order_green{
	border: 0px solid black;
	background-color: #31ac38;
	color: white;
	width: 100%;
	font-size: 32px;
	padding: 50px 10px 50px 10px;
	cursor: pointer;
	font-family: "FOT-筑紫ゴシック Pro B";
	-webkit-appearance: none;
	border-radius: 0;
}
.btn_order_gray{
	border: 0px solid black;
	background-color: #888888;
	color: white;
	width: 100%;
	font-size: 32px;
	padding: 50px 10px 50px 10px;
	cursor: pointer;
	font-family: "FOT-筑紫ゴシック Pro B";
	-webkit-appearance: none;
	border-radius: 0;
}

