/*-----------------------------------------------------------
	Ivory Frameworks
-------------------------------------------------------------*/

/*------------------------------------------------------------
　	Grid Layout
-------------------------------------------------------------*/
/* Clearfixes */
.row:before, .row:after, .fix:before, .fix:after {
	content: '';
	display: table;
}
.row:after, .fix:after {
	clear: both;
}
.row, .fix {
	zoom: 1;
}
/* Grid Layout */
* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body {
	margin: 0 auto;
	color: #666666;
}
.container {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}
.row {
	width: 100%;
	margin: 0 auto;
}
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
	min-height: 1px;
	float: left;
	position: relative;
	display: block;
}
/* Column Side Padding */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
	min-height: 1px;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	display: block;
}
/* First Item */
.col-1.first, .col-2.first, .col-3.first, .col-4.first, .col-5.first, .col-6.first, .col-7.first, .col-8.first, .col-9.first, .col-10.first, .col-11.first {
	padding-left: 0;
}
/* Last Item */
.col-1.last, .col-2.last, .col-3.last, .col-4.last, .col-5.last, .col-6.last, .col-7.last, .col-8.last, .col-9.last, .col-10.last, .col-11.last {
	padding-right: 0;
}
/* No Padding */
.col-1.wide, .col-2.wide, .col-3.wide, .col-4.wide, .col-5.wide, .col-6.wide, .col-7.wide, .col-8.wide, .col-9.wide, .col-10.wide, .col-11.wide {
	padding-left: 0;
	padding-right: 0;
}
/* Max Image Size */
.col-1 img, .col-2 img, .col-3 img, .col-4 img, .col-5 img, .col-6 img, .col-7 img, .col-8 img, .col-9 img, .col-10 img, .col-11 img, .col-12 img {
	max-width: 100%;
	height: auto;
}

/* Mobile Float Box */
.left-box {
	width: 50%;
	float: left;
	display: block;
}
.right-box {
	width: 50%;
	float: left;
	display: block;
}
.west-box {
	width: 33.333%;
	float: left;
	display: block;
}
.center-box {
	width: 33.333%;
	float: left;
	display: block;
}
.east-box {
	width: 33.333%;
	float: left;
	display: block;
}
/* Image Max Size */
.left-box img, .right-box img, .west-box img, .center-box img, .east-box img {
	max-width: 100%;
}
/* Mobile switch */
.show-mobile, .hide-pc, .hide {
	display: none;
}
.hide-mobile, .show-pc, .show {
	display: block;
}

/* Media query for Mobile */
@media all and (max-width: 640px) {
img {
	max-width: 100%;
}
body {
	/*font-size: 90%;*/
}
.container {
	width: 100%;
	margin: auto;
	padding: 0 10px;
}
.row {
	margin-bottom: 0!important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width: 100%;
	margin-bottom: 16px;
	padding: 5px 0;
}
.col-1.first, .col-2.first, .col-3.first, .col-4.first, .col-5.first, .col-6.first, .col-7.first, .col-8.first, .col-9.first, .col-10.first, .col-11.first {
	padding: 0;
	position: relative;
}
.col-1.last, .col-2.last, .col-3.last, .col-4.last, .col-5.last, .col-6.last, .col-7.last, .col-8.last, .col-9.last, .col-10.last, .col-11.last {
	padding: 0;
	position: relative;
}
.block2 li,  .block3 li,  .block4 li,  .block5 li {
	width: 100%;
	margin: 0;
	margin-bottom: 0.7em;
	padding: 0 10px;
	clear: both;
	float: none;
}
.block2 li img,  .block3 li img,  .block4 li img,  .block5 li img {
	max-width: 100%;
}
/* Mobile switch */
.hide-mobile,  .show-pc,  .hide {
	display: none;
}
.show-mobile,  .hide-pc,  .show {
	display: block;
}
/* Float */
.mobile-center {
	text-align: center;
}
.mobile-space {
	margin: 0.7rem 0;
}
}
.centered, .center-unit {
	float: none;
	margin: auto;
}


/*------------------------------------------------------------
　Headings
-------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 140%;
}

h1 {
}

h2 {
	font-size: 1.36rem;
	margin: 0.5rem 0;
}

h3 {
	font-size: 1.23rem;
	margin: 0.5rem 0;
}
h4 {
	font-size: 1.12rem;
	margin: 0.5rem 0;
}
h5 {
	font-size: 1rem;
	margin: 0.5rem 0;
}

h6 {
	font-size: 0.9rem;
	margin: 0.5rem 0;
}


/*------------------------------------------------------------
　Paragraphs
-------------------------------------------------------------*/
p {
	font-size: 0.9rem;
	margin: 0.3rem 0;
	line-height: 1.56;
	color: #241a08;
}


li,dt,dd,
th,td {
	font-size: 0.9rem;
}

.small {
	font-size: 0.8rem !important;
}
.large {
	font-size: 1.05rem !important;
}

.bold {
	font-weight: bold;
}


/*------------------------------------------------------------
　Table
-------------------------------------------------------------*/
table {
	width: 100%;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 1rem;
}
thead, tbody {
	margin: 0;
	padding: 0;
}
th, td {
	border: none;
}
/* class table */
table.table {
	width: 100%;
	margin: auto;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.table td, .table th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	text-align: left;
}
.table th {
	background-color: #e3e3e3;
	white-space: nowrap;
}
.table td {
}
.table tr.even td {
	background-color: #fafafa;
}
/* class line */
table.line {
	margin-bottom: 0.5rem;
}
table.line th, table.line td {
	padding: 5px 10px;
	font-size: 1em;
	text-align: left;
}
table.line th {
	width: 65%;
	border-top: 1px solid #a3a3a3;
}
table.line td {
	width: 35%;
	border-top: 1px solid #dcdcdc;
	text-align: right;
}
table.line tr:last-child th {
	border-bottom: 1px solid #a3a3a3;
}
table.line tr:last-child td {
	border-bottom: 1px solid #dcdcdc;
}
/* Text Align */
table.center td, table.center th {
	text-align: center;
}
table.left th, table.left td {
	text-align: left;
}
table.right th, table.right td {
	text-align: right;
}
th.nowrap, td.no-wrap {
	white-space: nowrap;
}
/* Box Table */
table.box3 th, table.box3 td {
	width: 33.333%;
}
table.box4 th, table.box4 td {
	width: 25%;
}
table.box5 th, table.box5 td {
	width: 20%;
}
/*------------------------------------------------------------
　Tab Contents
-------------------------------------------------------------*/
.tab-container {
	position: relative;
	display: block;
	height: 800px;
	width: 100%;
	padding: 1px 0;
}
.tab-container .tab-radio {
	display: none;
}
.tab-container .tab {
	display: block;
	float: left;
	position: relative;
	border: 1px solid #cfd2d7;
	border-top: 5px solid #2e8b57;
	border-bottom: none;
	color: #888;
	margin-top: -19px;
	margin-right: 1.0%;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #f1f1f1;
	font: 14px/25px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.tab-container .tab-radio:checked ~ .tab, .tab-container .tab-radio:active ~ .tab {
	background-color: #fff;
	z-index: 100;
	border-top: 5px solid #6495ed;
	border-bottom: 1px solid #fff;
}
.tab-container .tab-radio:checked ~ .tab {
	background-color: #fff;
	color: #333;
}
.tab-container .tab-page {
	visibility: hidden;
	width: 100%;
	height: auto;
	background-color: #fff;
	color: #888;
	display: block;
	position: absolute;
	top: 22px;
	float: left;
	padding: 14px;
	border: 1px solid #cfd2d7;
}
.tab-container .tab-radio:checked ~ .tab-page {
	visibility: visible;
	display: block;
	height: auto
}


/*------------------------------------------------------------
　Text Align
-------------------------------------------------------------*/
.right, .t-right, .text-right {
	text-align: right;
}
.left, .t-left, .text-left {
	text-align: left;
}
.center, .t-center, .text-center {
	text-align: center;
}
/* Line */
.underline {
	text-decoration: underline;
}
.line {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
	margin-bottom: 0.8rem;
}
/* Font Size */
.smaller {
	font-size: 0.7em;
	line-height: 1.5em;
}
.small {
	font-size: 0.8em;
	line-height: 1.6em;
}
.normal {
	font-size: 0.9em;
	line-height: 1.7em;
	font-weight: normal;
}
.large {
	font-size: 1.1em;
	line-height: 1.8em;
}
.larger {
	font-size: 1.3em;
	line-height: 1.8em;
}
.large_x {
	font-size: 1.5em;
	line-height: 1.8em;
}
.large_xx {
	font-size: 2em;
	line-height: 1.9em;
}
.rem1 {
	font-size: 1rem;
}
.rem2 {
	font-size: 2rem;
}
.rem3 {
	font-size: 3rem;
}
/* Fone Weight */
.bold {
	font-weight: bold;
}
/* Font Style */
.ja {
	font-family: Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.wa {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*------------------------------------------------------------
　Colors
-------------------------------------------------------------*/
/* Marker */
.marker-yellow {
	background-color: #FFFFCC;
}
.marker-blue {
	background-color: #f3feff;
}
.marker-pink {
	background-color: #FFDDF4;
}
/* Color */
.font-orange {
	color: #FF6600;
}
.font-indigo {
	color: #212369;
}
.font-brown {
	color: #43270E;
}
.font-yellow {
	color: #FFCC33;
}
.font-blue,.blue {
	color: #0099CC;
}
.font-purple {
	color: #CC00FF;
}
.font-black {
	color: #000000;
}
.font-gray {
	color: #999999;
}
.font-pink {
	color: #C40469;
}
.font-green {
	color: #33CC00;
}
.font-red {
	color: #FF0000
}
/* Wa Color */
.kurotobi {/*黒鳶*/
	color: #432f2f;
}
.susutake {/*煤竹色*/
	color: #6f514c;
}
.kurenai {/*真紅*/
	color: #a22041;
}
.momoiro {/*桃色*/
	color: #f09199;
}
.ayame {/*あやめ色*/
	color: #cc7eb1;
}
.shoubu {/*菖蒲色*/
	color: #674196;
}
.brown {
	color: #6c2c2f;
}
/*------------------------------------------------------------
　Alerts Box
-------------------------------------------------------------*/
/* ---- Alerts ---- */
.alert {
	padding: 10px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fcf8e3;
	border: 1px solid #fbeee0;
	border-radius: 4px;
}
.success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
/*------------------------------------------------------------
　Desplay
-------------------------------------------------------------*/
.block {
	display: block;
}
.inline {
	display: inline;
}
.inline_block {
	display: inline-block;
}
.hide {
	display: none;
}
/*------------------------------------------------------------
　Float
-------------------------------------------------------------*/
img {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	zoom: 1;/*vertical-align: bottom;*/
}
.float-left, .f-left {
	float: left;
}
img.alignleft, img.LsPhoto {
	float: left;
	margin-right: 14px;
	margin-bottom: 7px;
}
float-center, float-none, img.alignnone, img.aligncenter {
	float: none;
	margin: 0 auto;
}
.float-right, .f-right {
	float: right;
}
img.alignright, img.RsPhoto {
	float: right;
	margin-left: 14px;
	margin-bottom: 7px;
}

@media all and (max-width: 640px) {
img.alignleft,  img.LsPhoto,  img.aligncenter,  img.alignnone,  img.alignright,  img.RsPhoto {
	float: none;
	max-width: 100;
	margin: 0.5rem 0;
	border: none;
}
}
/*------------------------------------------------------------
　Image Title Sample
-------------------------------------------------------------*/
.image-title {
	display: block;
	width: 250px;
	height: 80px;
	background-image: url('images/title.png');
	background-repeat: no-repeat;
	outline: none;
	/* alternative  text-indent: -9999px; */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*------------------------------------------------------------
	Photo Link Arrow
-------------------------------------------------------------*/
.photolink {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.photolink:after {
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	z-index: 111;
	content: '';
	width: 16px;/*arrow size*/
	height: 16px;/*arrow size*/
	margin-top: -8px;
	border-top: 3px solid #a3a3a3;/*arrow color*/
	border-right: 3px solid #a3a3a3;/*arrow color*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*------------------------------------------------------------
	Scale up Important
-------------------------------------------------------------*/
img.ups a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
img.ups a:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
/*------------------------------------------------------------
　iFrame
-------------------------------------------------------------*/
iframe {
	margin: 0;
	padding: 0;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
}
/*------------------------------------------------------------
	Background Fix Important
-------------------------------------------------------------*/
.bg-fixed {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*------------------------------------------------------------
	Preload Important
-------------------------------------------------------------*/
#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
}
/*------------------------------------------------------------
	List Style
-------------------------------------------------------------*/
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ul*/
ul.list {
	padding: 0;
	margin-left: 0.3rem;
	margin-bottom: 1rem;
}
ul.list li {
	list-style: square;
	padding: 0.2rem 0;
	margin-left: 1rem;
	line-height: 1.5;
}
ul.list li span {
	color: #3a3a3a;
}
/* ol*/
ol.list, ol.number, ol.roman {
	padding: 0;
	margin-left: 0.5rem;
}
ol.list li, ol.number li {
	list-style: decimal;
	padding: 0.2rem 0;
	margin-left: 1.8rem;
	line-height: 1.5;
	color: #47885e;
}
ol.list li span, ol.number li span {
	color: #3a3a3a;
}
ol.roman li {
	list-style: upper-roman;
	padding: 0.2rem 0;
	margin-left: 1.8rem;
	line-height: 1.5;
}

/*------------------------------------------------------------
　Box
-------------------------------------------------------------*/
.boxs {
	padding: 0.5rem 0.3rem;
	border: 1px solid #dcdcdc;
	background: #fafafa;
}
.inbox {
	padding: 0.5rem 1rem;
	border: 1px solid #dcdcdc;
}
.inboxs {
	padding: 0 0.8rem 0.5rem 0.8rem;
	border: 1px solid #dcdcdc;
	background: #fafafa;
	font-weight: bold;
}
/*------------------------------------------------------------
　Horizontal Rule
-------------------------------------------------------------*/
hr {
	clear: both;
	border-bottom: 0;
	border-top: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	filter: alpha(opacity=0);/*ie100*/
	-moz-opacity: 0.0;/*fx1.0*/
	opacity: 0.0;/*wk1.0*/
	margin: 11px 0;
	min-height: 0px;
	height: 1px;
}
hr.dottline {
	clear: both;
	border-bottom: 0;
	border-top: 1px dotted #ccc;
	border-right: 0;
	border-left: 0;
	margin: 21px 0;
	min-height: 0px;
	height: 1px;
}
hr.dashline {
	clear: both;
	border-bottom: 0;
	border-top: 1px dashed #ccc;
	border-right: 0;
	border-left: 0;
	margin: 21px 0;
	min-height: 0px;
	height: 1px;
}
hr.clears {
	clear: both;
	border-bottom: 0;
	border-top: 1px solid #fff;
	filter: alpha(opacity=0);/*ie100*/
	-moz-opacity: 0.0;/*fx1.0*/
	opacity: 0.0;/*wk1.0*/
	border-right: 0;
	border-left: 0;
	margin: 1px 0;
	min-height: 0px;
	height: 1px;
}
hr.space {
	clear: both;
	border-bottom: 0;
	border-top: 1px solid #fff;
	filter: alpha(opacity=0);/*ie100*/
	-moz-opacity: 0.0;/*fx1.0*/
	opacity: 0.0;/*wk1.0*/
	border-right: 0;
	border-left: 0;
	margin: 12px 0;
	min-height: 0px;
	height: 1px;
}
hr.spacer {
	clear: both;
	border-bottom: 0;
	border-top: 1px solid #fff;
	filter: alpha(opacity=0);/*ie100*/
	-moz-opacity: 0.0;/*fx1.0*/
	opacity: 0.0;/*wk1.0*/
	border-right: 0;
	border-left: 0;
	margin: 32px 0;
	min-height: 0px;
	height: 1px;
}
/*------------------------------------------------------------
　Form
-------------------------------------------------------------*/
form {
	padding: 0;
	margin: 0;
}
fieldset {
}
legend {
}
label {
}
/* Widget */
.widget input {
	display: inline-block;
 	*display:inline;
	vertical-align: middle;
	width: auto;
	zoom: 1;
	margin: 0;
	border: 1px solid #ccc;
	background: #fafafa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget input[type="text"] {
	border: 1px solid #50B1FE;
	outline: none;
	max-width: 280px;
	margin-bottom: 0.3em;
}
.widget select {
	-moz-appearance: button;
	-webkit-appearance: button;
	padding: 3px 0 2px 5px;
	appearance: button;
	text-overflow: clip;
	background: #e3e3e3;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
/* class form */
.form input {
	display: inline-block;
 	*display:inline;
	vertical-align: middle;
	width: auto;
	zoom: 1;
	margin: 0;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 9px 0;
	text-indent: 5px;
	background: #fafafa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form input::-webkit-input-placeholder, .form input:-moz-placeholder, .form .placeholder {
 color:#bbb;
}
.form input::-moz-focus-inner {
 border:0;
}
.form input[disabled="disabled"], .form input.disabled {
	color: #999;
	background: #f5f5f5;
}
/* Foucus */
.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="tel"]:focus, .form input[type="number"]:focus, .form input[type="date"]:focus, .form textarea:focus, .form button:focus, .form a.button:focus, .form select:focus {
	border: 1px solid #50B1FE;
	outline: none;
}
/* Mobile setting */
.form input[type="number"] {
	width: 4em;
	padding: 6px 0;
}
.form input[type="date"] {
	width: 12em;
	padding: 6px 0;
}
.form input[type="tel"] {
	width: 12em;
}
.form input[type="text"], .form input[type="email"], .form input[type="password"] {
	max-width: 280px;
}
.form input.file, .form input[type="file"] {
	width: 240px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.form textarea {
	width: 280px;
	height: 320px;
	margin: 0;
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
	font-family: inherit;
	font-size: 0.9em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F4F8FB;
}
.form input[type="radio"], .form input[type="checkbox"] {
	position: relative;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	vertical-align: middle;
}
.form input[type="radio"] {
	border-radius: 12px;
}
.form input[type="radio"]:checked, .form input[type="checkbox"]:checked {
	background-color: #F4F8FB;
}
.form input[type="radio"]:checked:before, .form input[type="checkbox"]:checked:before {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -5px 0 0 -5px;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #007bbb;/*#778EA2;*/
}
.form input[type="radio"]:checked:before {
	border-radius: 5px;
}
.form select {
	min-width: 3em;
	height: 36px;
	line-height: 38px;
	font-size: 0.9rem;
	padding: 0 24px 0 11px;
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	text-overflow: clip;
	background: #e3e3e3;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
/*------------------------------------------------------------
　Button
-------------------------------------------------------------*/
.btn, input[type="submit"], input[type="button"] {
	display: inline-block;
	vertical-align: top;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.65em;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	color: #333;
	-webkit-appearance: none;
	outline: none;
	margin: 0;
	border: none;
	border-radius: 2px;
	box-shadow: none;
	cursor: pointer;
	padding: 0.4em 2.5em;
	background: #dcdcdc;
}
.btn:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: rgba(0, 0, 0, 0.5);
	background: #b3b6b7;
}
.btn-big, input[type="submit"].btn-big {
	font-size: 18px;
}
.btn-small, input[type="submit"].btn-small {
	font-size: 0.8rem;
	padding: 0.2em 1.5em;
}
.btn-round {
	border-radius: 15px;
}
.btn, input[type="submit"] {
	color: rgba(255, 255, 255, 0.9);
	background: #005ca0;
}
.btn:hover, input[type="submit"]:hover {
	color: rgba(255, 255, 255, 0.6);
	background: #0081cc;
}
a.btn {
	color: #fff !important;
}
.btn.btn-white {
	background: #dcdcdc;
}
.btn:focus {
	text-decoration: none;
	z-index: 100;
	outline: none;
	border: 1px solid #c3c3c3;
}
/* Blue border on button focus. */
.btn:focus {
	border-color: #4D90FE;
}
/* overrides Firefox */
.btn::-moz-focus-inner {
 padding: 0;
 border: 0;
}
/*------------------------------------------------------------
　Form use Definition List
-------------------------------------------------------------*/
dl.form {
	margin: 0.5rem 0;
}
dl.form dt {
	width: 100%;
	float: none;
	font-weight: bold;
	margin-bottom: 0.3em;
	overflow: hidden;
	display: block;
}
dl.form dd {
	width: 100%;
	float: none;
	margin-bottom: 0.5em;
	overflow: hidden;
	display: block;
}
/* Submit */
.wpcf7-submit {
	display: inline-block;
	vertical-align: top;
	line-height: 1.65em;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	color: #fff;
	background: #a3a3a3;
	-webkit-appearance: none;
	outline: none;
	border: none;
	border-radius: 2px;
	box-shadow: none;
	cursor: pointer;
	padding: 0.55rem 3rem;
	margin: 0.7rem auto;
}
.wpcf7-submit:hover {
	background: #dcdcdc;
}
/*------------------------------------------------------------
　Definition List
-------------------------------------------------------------*/
dl.box {
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	margin-bottom: 1rem;
}
dl.box dt {
	margin: 0;
	width: 30%;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: left;
}
dl.box dd {
	margin: 0;
	width: 70%;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 30%;
}

@media all and (max-width: 640px) {
dl.box dt {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	width: 100%;
	float: none;
	font-weight: bold;
	padding-bottom: 0.8rem;
	font-size: 1rem;
}
dl.box dd {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	width: 100%;
	float: none;
	padding-bottom: 1.2rem;
	font-size: 0.9rem;
}
dl.box {
	border: none;
}
}
/* Non Float Mobile */
dl.basic dt {
	font-size: 0.95rem;
	color: #1c305c;
}
dl.basic dd {
	margin-left: 1.5rem;
}
/* List */
dl.list dt {
	margin-top: 0.5rem;
	font-size: 0.92rem;
	font-weight: bold;
}
dl.list dd {
	margin-left: 1rem;
}
/* Inline */
dl.float, dl.inline {
	width: 100%;
	margin: 0.1rem auto 0.5rem auto;
}
dl.float dt, dl.inline dt {
	margin: 0;
	width: 6em;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
dl.float dd, dl.inline dd {
	margin: 0;
	padding: 1px 0 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 6em;
	margin-bottom: 5px;
}
/*------------------------------------------------------------
　Float and Clear
-------------------------------------------------------------*/
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}
/*------------------------------------------------------------
	Space
-------------------------------------------------------------*/
/* Top */
.space-top {
	margin-top: 1em;
}
.space-top-half {
	margin-top: 0.5em;
}
.spacer-top {
	margin-top: 1.5rem;
}
.space-top-w {
	margin-top: 2em;
}
/* Bottom */
.space-bottom {
	margin-bottom: 1em;
}
.space-bottom-half {
	margin-bottom: 0.5em;
}
.spacer-bottom {
	margin-bottom: 1.5rem;
}
.space-bottom-w {
	margin-bottom: 2em;
}
/* Height */
.space-height {
	margin-top: 1em;
	margin-bottom: 1em;
}
/* LR */
.space-left {
	padding-left: 1em;
}
.space-right {
	padding-right: 1em;
}
/* Width */
.space-width {
	padding-left: 1em;
	padding-right: 1em;
}
.outer-space-right {
	margin-right: 1.2rem;
}
.outer-space-left {
	margin-left: 1.2rem;
}
/* All */
.space-all {
	margin: 1em;
}
/* Reset */
.space-top-reset {
	margin-top: 0.2rem !important;
	padding-top: 0.2rem !important;
}
.space-bottom-reset {
	margin-bottom: 0.2rem !important;
	padding-bottom: 0.2rem !important;
}
.space-reset {
	margin: 0 !important;
	padding: 0 !important;
}
/* Inner */
.padding, .inner {
	padding: 1.2rem;
}
/* Outer */
.margin, .outer {
	margin: 1.2rem;
}