@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------------------------
	content
 -------------------------------------------------------------------------------*/

/* content layout */

.subpage-content-primary {
	width:100%;
	/* max-width:1100px; */
	/* min-width:780px; */
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	position:relative;
}

.subpage-content-primary .content {
	margin-bottom:30px;
}

.subpage-content-primary .content p {
	margin:0;
	padding:0;
	padding-bottom:30px;
	margin-top:-5px;
}

.subpage-content-primary .content p:last-of-type {
	padding-bottom:0;
	margin-bottom:0;
}

.subpage-content-primary .content p.first:last-of-type {
	padding-bottom:30px;
}

.subpage-content-primary .content p:after {
	content: "";
    display: block;
    clear: both;
}

.subpage-content-primary .content .content-left-primary {
	float:left;
	width:50%;
}

.subpage-content-primary .content .content-right-primary {
	float:right;
	width:50%;
}

.subpage-content-primary .content .content-left-primary .content-left {
	display:block;
	padding-right:25px;
}

.subpage-content-primary .content .content-right-primary .content-right {
	display:block;
	padding-left:25px;
}

.subpage-content-primary .content .content-left-primary .content-left h3, .subpage-content-primary .content .content-right-primary .content-right h3 {
	margin-bottom:28px;
}

@media screen and (max-width: 1000px) {
/* float left and right break - example 1100px */
	
.subpage-content-primary {
	width:inherit;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}	
	
.subpage-content-primary .content .content-left-primary {
	float:none;
	width:100%;
}

.subpage-content-primary .content .content-right-primary {
	float:none;
	width:100%;
}

.subpage-content-primary .content .content-left-primary .content-left {
	display:block;
	padding-right:0;
	margin-bottom:30px;
}

.subpage-content-primary .content .content-right-primary .content-right {
	display:block;
	padding-left:0;
	margin-bottom:30px;
}
	
}

/* content in-content */

.subpage-content-primary .content .in-content {
	border-bottom:2px solid #e0e0e0;
	margin-bottom:30px;
}

.subpage-content-primary .content .in-content.last {
	border-bottom:none;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

.subpage-content-primary .content .in-content.last ul {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

/* content ul ol */

.subpage-content-primary .content ul {
	margin:0;
	padding:0;
	padding-left:25px;
}

.subpage-content-primary .content ul.left {
	margin-right:30px;
}

.subpage-content-primary .content ol {
	margin:0;
	padding:0;
	padding-left:25px;
	margin-top:0;
	margin-bottom:30px;
}


/* -----------------------------------------------------------------------------
	box
 -------------------------------------------------------------------------------*/

.box {
	background-color:#ffffff;
	padding:30px;
	margin-bottom:30px;
	border:4px solid #e7e7e8;
	position:relative;
}

.box h5, .box-mono h5 {
	color:#2d2d2d;
	font-size:16px;
	margin:0;
	padding:0;
	border:none;
	margin-top:0px;
	margin-bottom:0;
	padding-bottom:10px;
	display:block;
	width:100%;
}

.box p {
	margin-top:0;
	padding-top:0;
}

.box ul:last-of-type, .box-mono ul:last-of-type, .subpage-content-primary .content ul:last-of-type, .box ul:last-of-type, .box-mono ol:last-of-type { margin-bottom:0px; }
.box ul:first-of-type, .box-mono ul:first-of-type, .subpage-content-primary .content ul:first-of-type, .box ul:first-of-type, .box-mono ol:first-of-type { margin-bottom:30px; }
@media screen and (max-width: 1000px) {
	.box ul:first-of-type, .box-mono ul:first-of-type, .subpage-content-primary .content ul:first-of-type, .box ul:first-of-type, .box-mono ol:first-of-type { margin-bottom:25px; }
}

.box-mono {
	background-color:#ffffff;
	border:3px solid #e0e0e0;
	padding:30px;
}

.box h3, .box-mono h3 {
	border:none;
	margin-bottom:0;
	padding-bottom:10px;
}

.box-mono p {
	margin-top:0;
	padding-top:0;
}


/* -----------------------------------------------------------------------------
	inbox
 -------------------------------------------------------------------------------*/

.inbox-primary {
	width:100%;
	padding-top:0px;
	margin-bottom:30px;
}

.box .inbox-primary, .box-mono .inbox-primary {
	width:100%;
	padding-top:18px;
}

.inbox-primary .inbox h5 {
	width:1%;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#00b7f0;
	display:table-cell;
	vertical-align:middle;
}

.inbox-primary .inbox p {
	padding:0;
	margin:0;
	padding:20px;
	padding-top:17px;
}

/* column 4 */

.inbox-primary .inbox {
	width:24%;
	float:left;
	margin-right:1.33%;
	background-color:#ffffff;
	padding-bottom:18px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
}

/* column 1 */

.inbox-primary .inbox.column1 {
	width:100%;
	margin-right:0;
}

/* column marge */

.inbox-primary .inbox.marge-left, .inbox-primary .inbox.marge-right, .inbox-primary .inbox.marge-center {
	width:49.33%;
}

.inbox-primary .inbox.marge-left.harf, .inbox-primary .inbox.marge-center.harf, .inbox-primary .inbox.marge-right.harf {
	width:24%;
	margin-right:1.33%;
}

.inbox-primary .inbox.marge-left.db, .inbox-primary .inbox.marge-right.db {
	width:74.6%;
}

.inbox-primary .inbox:last-of-type, .inbox-primary .inbox:last-of-type.marge-left.harf, .inbox-primary .inbox:last-of-type.marge-center.harf, .inbox-primary .inbox:last-of-type.marge-right.harf {
	margin-right:0;
}

@media screen and (max-width: 1500px) {
	.inbox-primary .inbox {
		width:49%;
		float:left;
		margin-right:2%;
		background-color:#ffffff;
		padding-bottom:18px;
		margin-bottom:20px;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
		-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
		-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
	}
	.inbox-primary .inbox:nth-child(2), .inbox-primary .inbox:nth-child(4) {
		margin-right:0;
	}
}

@media screen and (max-width: 1100px) {
	.inbox-primary .inbox {
		width:100% !important;
		margin-bottom:30px !important;
		margin-right:0 !important;
	}
}

/* -----------------------------------------------------------------------------
	table
 -------------------------------------------------------------------------------*/

.table-content {
	margin-bottom:30px;
}

@media screen and (max-width: 1030px) {
	/* horizontal scroll table mode - example 1030px */
	.table-content.nowrap {
		width:100%;
		overflow-y:hidden;
		overflow-x:scroll;
		margin-bottom:30px;
	}
	/* horizontal scroll table width */
	.table-content.nowrap table {
		width:1200px;
	}
}

.table-content table {
  width:100%;
  border-collapse:collapse;
  text-align:left;
  border:1px solid #d8d8d8;
}

.table-content th {
  text-align:left;
  background-color:#f4f4f4;
  /*width:28%;*/
  padding:20px;
  border-bottom:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8;
  vertical-align:top;
	white-space:nowrap;
}

.table-content th .ic-required {
  float:right;
  margin-left:150px;
}

.table-content td {
  padding:15px;
  border-bottom:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8;
  background-color:#ffffff;
}

@media screen and (max-width: 900px) {
/* column break - example 900px */

.table-content th {
	text-align:left;
	background-color:#f4f4f4;
	width:inherit;
	padding:20px;
	border-bottom:1px solid #d8d8d8;
	vertical-align:top;
	white-space:nowrap;
	display:block;
}

.table-content th .ic-required {
	float:right;
	margin-left:150px;
}

.table-content td {
	width:inherit;
	padding:15px;
	border-bottom:1px solid #d8d8d8;
	display:block;
}

.table-content.nowrap th, .table-content.nowrap td {
	display:table-cell;
}

.table-content td.harf {
	border:none;
	padding:0;
	padding-left:15px;
	display:inline-block;
}

.table-content td.harf-top {
	padding-top:15px;
}

.table-content td.harf-bottom {
	padding-bottom:15px;
}
	
}

/* -----------------------------------------------------------------------------
	img auto width
 -------------------------------------------------------------------------------*/

.img-auto-width-primary {
	width:100%;
	display:block;
	clear:both;
	margin-bottom:30px;
}

@media screen and (max-width: 1400px) {
	.img-auto-width-primary {
		margin-bottom:20px;
	}
}

@media screen and (max-width: 1000px) {
	.img-auto-width-primary {
		margin-bottom:12px;
	}
}

/* rollover - opacity */

.img-auto-width-primary.rollover img {
	transition:0.3s;
}

.img-auto-width-primary.rollover img:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* full-width */

.img-auto-width-primary .full-width {
	width:100%;
	height:auto;
}

.img-auto-width-primary .full-width img {
	width:100%;
	height:auto;
}

/* column 2 */

.img-auto-width-primary .column2 img:nth-child(1), .img-auto-width-primary .column2 figure:nth-child(1) {
	width:48.5%;
	margin-right:3%;
	float:left;
}

.img-auto-width-primary .column2 img:nth-child(2), .img-auto-width-primary .column2 figure:nth-child(2) {
	width:48.5%;
	margin-left:3%;
	float:right;
}

/* column 2 link */

.img-auto-width-primary .column2 a {
	width:48.5%;
	margin-right:3%;
	float:left;
}

.img-auto-width-primary .column2 a:nth-child(2) {
	margin-right:0%;
}

.img-auto-width-primary .column2 a img {
	width:100% !important;
	height:auto;
	margin-right:0% !important;
}

/* column 2 figure */

.img-auto-width-primary .column2 figure { text-align:center; }
.img-auto-width-primary .column2 figure img { width:100% !important; margin-bottom:10px; }

/* column 2 column-content */

.img-auto-width-primary .column2 .column-content {
	width:48.5%;
	margin-right:3%;
	float:left;
}

.img-auto-width-primary .column2 .column-content:last-of-type {
	margin-right:0%;
}

/* column 3 */

.img-auto-width-primary .column3 img:nth-child(1), .img-auto-width-primary .column3 figure:nth-child(1) {
	width:31.5%;
	margin-right:2.75%;
	float:left;
}

.img-auto-width-primary .column3 img:nth-child(2), .img-auto-width-primary .column3 figure:nth-child(2) {
	width:31.5%;
	margin-right:2.75%;
	float:left;
}

.img-auto-width-primary .column3 img:nth-child(3), .img-auto-width-primary .column3 figure:nth-child(3) {
	width:31.5%;
	margin-right:0%;
	float:left;
}

/* column 3 link */

.img-auto-width-primary .column3 a {
	width:31.5%;
	margin-right:2.75%;
	float:left;
}

.img-auto-width-primary .column3 a:nth-child(3) {
	margin-right:0%;
}

.img-auto-width-primary .column3 a img {
	width:100% !important;
	height:auto;
	margin-right:0% !important;
}

/* column 3 figure */

.img-auto-width-primary .column3 figure { text-align:center; }
.img-auto-width-primary .column3 figure img { width:100% !important; margin-bottom:10px; }

/* column 3 column-content */

.img-auto-width-primary .column3 .column-content {
	width:31.5%;
	margin-right:2.75%;
	float:left;
}

.img-auto-width-primary .column3 .column-content:last-of-type {
	width:31.5%;
	margin-right:0%;
	float:left;
}

/* column 3 marge */

.img-auto-width-primary .column3 .marge-left {
	width:65.75% !important;
	margin-right:2.75%;
}

.img-auto-width-primary .column3 .marge-right {
	width:65.75% !important;
	margin-right:0;
}

/* column 4 */

.img-auto-width-primary .column4 img:first-of-type, .img-auto-width-primary .column4 figure:first-of-type {
	width:23.2%;
	margin-right:2.4%;
	float:left;
}

.img-auto-width-primary .column4 img:nth-child(2), .img-auto-width-primary .column4 figure:nth-child(2) {
	width:23.2%;
	margin-right:2.4%;
	float:left;
}

.img-auto-width-primary .column4 img:nth-child(3), .img-auto-width-primary .column4 figure:nth-child(3) {
	width:23.2%;
	margin-right:2.4%;
	float:left;
}

.img-auto-width-primary .column4 img:last-of-type, .img-auto-width-primary .column4 figure:last-of-type {
	width:23.2%;
	margin-left:0%;
	margin-right:0%;
	float:left;
}

/* column 4 link */

.img-auto-width-primary .column4 a {
	width:23.2%;
	margin-right:2.4%;
	float:left;
}

.img-auto-width-primary .column4 a:nth-child(4) {
	margin-right:0%;
}

.img-auto-width-primary .column4 a img {
	width:100% !important;
	height:auto;
	margin-right:0% !important;
}

/* column 4 figure */

.img-auto-width-primary .column4 figure { text-align:center; }
.img-auto-width-primary .column4 figure img, .img-auto-width-primary .column4 figure img:first-of-type, .img-auto-width-primary .column4 figure img:last-of-type { width:100%; margin-bottom:10px; }
.img-auto-width-primary .column4 figure.marge-left { width:48.8%; }
.img-auto-width-primary .column4 figure.marge-right { width:48.8%; margin-right:0; }
.img-auto-width-primary .column4 figure.marge-left img, .img-auto-width-primary .column4 figure.marge-right img { width:47.6%; margin-right:4.8%; }
.img-auto-width-primary .column4 figure.marge-left img:nth-child(2), .img-auto-width-primary .column4 figure.marge-right img:nth-child(2) { margin-right:0;}

/* column 4 column-content */

.img-auto-width-primary .column4 .column-content {
	width:23.2%;
	margin-right:2.4%;
	float:left;
}

.img-auto-width-primary .column4 .column-content:last-of-type {
	margin-right:0;
}

@media screen and (max-width: 1000px) {
	/* column break - example 1000px */
	.img-auto-width-primary .column4 .column-content {
		width:100%;
		margin-right:0%;
		float:none;
	}
}

/* column 4 absolute-width */

.img-auto-width-primary .column4 figure.absolute-width, .img-auto-width-primary .column4 img.absolute-width {
	height:auto;
}

/* column 4 marge */

.img-auto-width-primary .column4 .marge-left {
	width:48.8%;
}

.img-auto-width-primary .column4 img.marge-left:first-of-type, .img-auto-width-primary .column4 figure.marge-left:first-of-type {
	width:48.8%;
}

.img-auto-width-primary .column4 .marge-right {
	width:48.8% !important;
	margin-right:0 !important;
}

.img-auto-width-primary .column4 .marge-center {
	width:48.8% !important;
}


/* -----------------------------------------------------------------------------
	link button
 -------------------------------------------------------------------------------*/

.link-button a {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	border:3px solid #4a60ba;
	border-radius:5px;
	margin-bottom:30px;
	text-align:center;
	text-decoration:none !important;
	font-size:16px;
	font-weight:bold;
	color:#4a60ba !important;
	transition:0.3s;
	background-repeat:no-repeat;
	background-position:left;
}

.link-button a:after {
	position:absolute;
	top:20px;
	right:10px;
	width:28px;
	height:17px;
	content:"〉";
	display:block;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

.link-button a:hover {
	text-decoration:underline !important;
}

.link-button.mono a {
	border:2px solid #8d8d8d;
	color:#333333 !important;
	font-weight:normal;
}

.link-button.harf a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:55px;
	border:1px solid #cccccc;
}

.link-button a.pdf { background-image:url(../image/layout/pdf.png); text-align:left; }
.link-button a.doc { background-image:url(../image/layout/doc.png); text-align:left; }
.link-button.mono a.pdf { background-image:url(../image/layout/pdf-mono.png); text-align:left; }
.link-button.mono a.doc { background-image:url(../image/layout/doc-mono.png); text-align:left; }
.link-button.harf a.pdf { background-image:url(../image/layout/pdf.png); text-align:left; background-size:40px 59px; }
.link-button.harf a.doc { background-image:url(../image/layout/doc.png); text-align:left; background-size:40px 59px; }
.link-button.mono.harf a.pdf { background-image:url(../image/layout/pdf-mono.png); text-align:left; background-size:40px 59px; }
.link-button.mono.harf a.doc { background-image:url(../image/layout/doc-mono.png); text-align:left; background-size:40px 59px; }


/* -----------------------------------------------------------------------------
	form
 -------------------------------------------------------------------------------*/
 
 .entry-mail_form {
  margin-top:0px;
}

.entry-mail_form table {
  width:100%;
  border-collapse:collapse;
  text-align:left;
  border:1px solid #d8d8d8;
}

.entry-mail_form tr:last-child th,
.entry-mail_form tr:last-child td {
  border-bottom:0;
}

.entry-mail_form th {
  text-align:left;
  background-color:#f4f4f4;
  width:28%;
  padding:20px;
  border-bottom:1px solid #d8d8d8;
  vertical-align:top;
	white-space:nowrap;
}

.entry-mail_form th .ic-required {
  float:right;
  margin-left:150px;
}

.entry-mail_form td {
  padding:15px;
  border-bottom:1px solid #d8d8d8;
}

/* send ok */

.sendok {
	font-size:22px !important;
	color:#344cb2;
	text-align:center;
	margin-bottom:20px !important;
	display:block;
	font-weight:bold;
	line-height:36px;
}

.entry-info {
	text-align:center;
}

.entry-info .link-button a {
	width:250px;
	text-indent:-20px;
}

.entry-info .link-button a:after {
	right:-10px;
}

/* form material */

textarea    { resize:vertical; }
textarea,
.ip_l       { width:100%; }
.ip_ss      { width:10%; }
.ip_s       { width:15%; }
.ip_m       { width:60%; }

input[type="text"],
select,
textarea {
	padding:6px;
	border:1px solid #e0e0e0;
	background-color:#fff;
  box-sizing:border-box;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
	border-color:#b9b9b9;
}

option {
	padding-right:0.5em;
}

.error input[type=text], 
.error textarea,
.error select {
	border-color:#f8bbbd;
	background-color:#ffeeee;
}

.error .m-ckbox+label:before,
.error .m-radio+label:before {
	border-color:#f8bbbd;
	background-color:#ffeeee;
}

.error p {
	padding-bottom:0.5em;
}

.txt-red {
	color:#ff0000;
}

.ic-required {
  display:inline-block;
	background-color:#f0686c;
  color:#fff;
  padding:0.25em 1em;
  box-sizing:border-box;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
	font-weight:normal;
}


/* form button */

.post-btn {
	width:100％;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
}

.form-btn {
  width:280px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  margin-left:auto;
  margin-right:auto;
  outline:none;
  text-decoration:none;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background-color:#d3dbff;
  color:#263fa8;
  padding:15px;
  font-size:18px;
  font-weight:bold;
  text-indent:-20px;
  display:inline-block;
  position:relative;
  -moz-transition:background-color ease-in-out  0.15s;
  -o-transition:background-color ease-in-out  0.15s;
  -webkit-transition:background-color ease-in-out  0.15s;
  transition:background-color ease-in-out  0.15s;
}

.form-btn:after {
	position:absolute;
	top:18px;
	right:-10px;
	width:28px;
	height:17px;
	content:"〉";
	display:block;
	font-family:Verdana, Geneva, sans-serif;
}

.form-btn:hover {
  background-color:#344cb2;
  color:#ffffff;
}

.form-btn:disabled,
.form-btn:disabled:hover {
  background-color:#6a5858;
}


.form-btn-back,
.form-btn-clear {
  width:280px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  margin:0;
  outline:none;
  text-decoration:none;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background-color:#cccccc;
  color:#ffffff;
  font-weight:bold;
  padding:15px;
  font-size:18px;
  -moz-transition:background-color ease-in-out  0.15s;
  -o-transition:background-color ease-in-out  0.15s;
  -webkit-transition:background-color ease-in-out  0.15s;
  transition:background-color ease-in-out  0.15s;
  display:inline-block;
}

.form-btn-back:hover,
.form-btn-clear:hover {
  background-color:rgba(200,200,200,0.65);
}

.form-btn-back:disabled,
.form-btn-back:disabled:hover,
.form-btn-clear:disabled,
.form-btn-clear:disabled:hover {
  background-color:#c8c8c8;
}


/* chkbox */

.m-ckbox {
  display:none;
  margin-top:-0.25em;
}

.m-ckbox+label {
  display:inline-block;
  cursor:pointer;
  margin-top:0.25em;
  margin-bottom:0.25em;
  font-family:inherit;
}

.m-ckbox+label:before {
  width:1.5em;
  height:1.5em;
  line-height:1.5em;
  font-size:1em;
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  color:transparent;
  padding:0;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border:2px solid #c8c8c8;
  background-color:#fff;
  margin:-2px 0.5em 0 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  
  -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, background-color ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
}

.m-ckbox:hover+label:before {
  background-color:#c8c8c8;
  color:#fff;
}

.m-ckbox:checked+label:before {
  border-color:#ffc841;
  background-color:#ffc841;
  color:#fff;
}


/* chkbox group */

.m-ckbox-group label {
  margin-right:1.5em;
}

/* label size */

.m-ckbox+label.label--s  { min-width:6em; }
.m-ckbox+label.label--m  { min-width:10em; }
.m-ckbox+label.label--l  { min-width:15em; }
.m-ckbox+label.label--2l { min-width:31.5em; }


/* radio button */

.m-radio {
  display:none;
  margin-top:-0.25em;
}

.m-radio+label {
  display:block;
  cursor:pointer;
  margin-top:0.25em;
  margin-bottom:0.25em;
  font-family:inherit;
}

.m-radio+label:before {
  width:1.25em;
  height:1.25em;
  display:inline-block;
  content:"";
  border-radius:1.25em;
  -moz-border-radius:1.25em;
  -webkit-border-radius:1.25em;
  vertical-align:middle;
  border:2px solid #c8c8c8;
  background-color:#fff;
  margin:-2px 5px 0 0;
  -webkit-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.m-radio:hover+label:before {
  border-color:#c8c8c8;
  background-color:#c8c8c8;
  box-shadow:inset 0 0 0 0.25em #fff;
}

.m-radio:checked+label:before {
  border-color:#263fa8;
  background-color:#263fa8;
  box-shadow:inset 0 0 0 0.25em #fff;
}


/* radio button group */

.m-radio-group label {
  margin-right:1.5em;
}