@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500|Oswald:400,700|Anton|Raleway:400,700,800,900|Stalemate|Tangerine|Italianno|Nothing+You+Could+Do|Kreon:400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/* Body */
body {
	font-family: "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
	/* font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif"; */
	/* font-family: "Noto Sans Japanese"; */
	background-color: #fff;
}
a {
	text-decoration: none;
}

/* google font */
.gf-Sawarabi {
	font-family: "Sawarabi Mincho";
}
.gf-Roboto {
	font-family: 'Roboto', sans-serif;
}
.gf-Oswald {
	font-family: 'Oswald', sans-serif;
}
.gf-Anton {
	font-family: 'Anton', sans-serif;
}
.gf-Raleway {
	font-family: 'Raleway', sans-serif;
}


/* Container
------------------------------------------- */
.spbr {
	display: none;
}
.container {
	width: 100%;
	/* margin: 0 auto; */
	background: #fff;
}
.container > section {
	padding: 70px 0;
	text-align: center;
	font-size: 1.7rem;
}
.container > section > section {
	display: inline-block;
	margin-top: 70px;
}
section.base_green {
	background-color: #21a155;
	color: #fff;
}
.container > section > section > h1 {
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 25px;
}

/* Navigation */
.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
.inner section {
	text-align: center;
	margin-bottom: 70px;
}
.inner section:last-child {
	margin-bottom: 0;
}
.inner section h1 {
	display: inline-block;
	font-size: 2.7rem;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

/* Section_title */
.section_title {
	font-family: "Noto Sans Japanese";
	text-align: center;
	margin-bottom: 50px;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 2px;
}
.section_title_w {
	text-align: center;
	padding: 24px 0;
	color: #eeeeee;
	font-size: 2.0rem;
	display: block;
}
.section_title span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	line-height: 2.7em;
}
.section_title span:after {
	display: block;
	content: "";
	width: 100px;
	margin: 30px auto 0;
	border-bottom: 2px solid #fff;
}

/* end Container ------------------------- */


/* arrow */
.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}


/* App button
------------------------------------------- */
.btnbasewrap {
	text-align: center;
	background-color: #daf2c3;
}
.btnbasewrap h1 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.btnbase {
	font-family: "Noto Sans Japanese";
	padding: 10px;
	font-size: 2.8rem;
	line-height: 1.0em;
	font-weight: 500;
	color: #21a155;
	background-color: #fff;
	border: 4px solid #21a155;
	border-radius: 6px;
}
.btnbase span {
	display: inline-block;
	vertical-align: middle;
	color: #fff; /* #21a155 */
	font-weight: normal;
	background-color: #21a155;
	padding: 5px 10px 15px;
	margin-right: 15px;
	font-size: 1.5rem;
	line-height: 1.9em;
	border-radius: 6px;
}
.btnbase span em {
	display: block;
	font-size: 3.8rem;
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;
}
.btnbase:before {
	background: #ffe70b !important; /*  */
	-webkit-transition-duration: 0.1s !important;
	transition-duration: 0.1s !important;
	border-radius: 5px;
}
.btnbase:after {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.4rem;
	content: "\f105";
	font-family: 'FontAwesome';
	margin: -7px 10px 0 15px;
}
.btnbase:hover {
	color: #21a155 !important;
}

/* end button */


/* begen col
---------------------------------- */

/* col3 */
.col_wrap_3 {
	display: inline-block;
	text-align: center;
}
.col_wrap_3 ol {
	overflow: hidden;
	margin-right: -3.3%;
}
.col_wrap_3 ol li {
	float: left;
	vertical-align: top;
	width: 30%;
	margin-right: 3.3%;
	color: #fff;
	text-align: center;
}

/* col4 */
.col_wrap_4 {
}
.col_wrap_4 ol {
	margin-right: -2%;
	overflow: hidden;
	_zoom: 1;
}
.col_wrap_4 ol li {
	float: left;
	width: 23%;
	margin-right: 2%;
}

/* end col */



/* header */
#top-head {
	top: -70px;
	position: absolute;
	width: 100%;
	margin: 70px 0 auto;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #111;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
}
#top-head .logo img {
	width: auto;
	height: 50px;
	vertical-align: bottom;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
#global-nav ul li {
	float: left;
	font-size: 1.6rem;
	line-height: 50px;
	font-weight: 400;
}
#global-nav ul li a {
	padding-left: 40px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0;
	height: 50px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 2.4rem;
	color: #333;
}
#top-head.fixed .logo img {
	width: auto;
	height: 36px;
	margin-top: 6px;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


/* Hero Section
------------------------------------------- */
.hero {
	background: url(../images/main.jpg) center no-repeat;
	background-size: cover;
	padding: 140px 0 100px; /* 200px */
	text-align: center;
}
.hero > div > h2 {
	font-size: 4.7rem;
	color: #0a5f21;
}
.hero > div > h2 img {
	margin: 0 !important;
	vertical-align: middle;
}
.hero > div > p {
	font-family: "Noto Sans Japanese";
	font-size: 3.9rem;
	color: #21a155;
	margin-top: 50px;
}
.hero > div > p span {
	color: #f72929;
}

/* Service Section
------------------------------------------- */
.service {
	margin-top: 0px;
}
.service_txt {
	display: inline-block;
}
.service_txt h4 {
	font-family: "Noto Sans Japanese";
	font-size: 2.6rem;
	font-weight: 200;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.service_txt h4 span:nth-child(1) {
	display: block;
	margin-bottom: 25px;
}
.service_txt h4 span:nth-child(1) em {
	font-style: normal;
}
.service_txt h4 span:nth-child(1) em:after {
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	content: "\f061";
	font-size: 1.6rem;
	margin: 0 8px;
}
.service_txt h4 strike {
	font-weight: 500;
	margin: 0 5px;
}
.service_txt h4 strike b {
	font-size: 80%;
}
.service_txt h4 span:nth-child(2) {
	display: inline-block;
	font-size: 8.0rem;
	font-weight: bold;
}
.service_txt h4 span:nth-child(2) em {
	font-weight: bold;
	font-style: normal;
	color: #ffba0d; /* #fd640b */
	font-size: 12.0rem;
	margin: 0 5px 0 0;
	
	/* 文字影 */
	background: lighten(brown, 5%);
	text-shadow: 7px 5px 0px rgba(0,0,0,0.15);
	/* text-shadow: 2px 2px 0px #fff, 7px 5px 0px rgba(0,0,0,0.15); */
}
.service_txt h4 span:nth-child(2) span {
	display: block;
	text-align: right;
	font-size: 1.4rem;
	color: #fff;
	margin-top: 10px;
	font-weight: normal;
	
	/* 文字影 */
	background: none;
	text-shadow: none;
}
.service_txt p {
	font-size: 2.0rem;
}
.service_txt p > span {
	display: block;
	font-size: 2.5rem;
	font-weight: 500;
	border: 4px solid #fff;
	margin-bottom: 30px;
	padding: 30px 20px;
	border-radius: 6px;
}
.service_txt p > span span {
	font-size: 1.9rem;
}

/* About Section
------------------------------------------- */
.about {
}
.about h3 {}
.about_txt {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.about_txt p {
	margin-bottom: 50px;
	font-size: 2.2rem;
}
.about_txt figure {
	display: block;
}

/* sp */
.smartphone {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.smartphone figure {
	float: left;
	width: 180px;
}
.sp_text {
	overflow: hidden;
	text-align: left !important;
	padding-left: 50px;
}
.sp_text h1 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

/* lp */
.lpdiff {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.lpdiff figure {
	float: right;
	width: 170px;
}
.lp_text {
	overflow: hidden;
	text-align: left !important;
	padding-right: 50px;
}
.lp_text h1 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}


/* Use Section
------------------------------------------- */
.use {
}
.use h3 {}
.use ul {
	display: inline-block;
	text-align: left;
}
.use ul li {
	font-size: 1.9rem;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.use ul li p {
	overflow: hidden;
}
.use ul li span {
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.use ul li:before {
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.use ul li:nth-child(1):before {
	content: "";
	background: url(../images/icon_bld.png) left center no-repeat;
	background-size: contain;
}
.use ul li:nth-child(2):before {
	content: "";
	background: url(../images/icon_new.png) left center no-repeat;
	background-size: contain;
}
.use ul li:nth-child(3):before {
	content: "";
	background: url(../images/icon_balloon.png) left center no-repeat;
	background-size: contain;
}
.use ul li:nth-child(4):before {
	content: "";
	background: url(../images/icon_recruit.png) left center no-repeat;
	background-size: contain;
}
.use ul li:nth-child(5):before {
	content: "";
	background: url(../images/icon_iphone.png) left center no-repeat;
	background-size: contain;
}

.use_txt {
	display: inline-block;
}
.use_txt p {
	margin-bottom: 50px;
}
.use_txt figure {
	display: block;
}
.use_exa {
	width: 70%;
}
.use_exa ol li figure {
	padding: 0;
}
.use_exa ol li figure img {
	height: 600px;
	width: auto;
}
.use_exa ol li figcaption {
	font-size: 1.4rem;
	margin-top: 15px;
	text-align: left;
}
.use_exa ol li figcaption span {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.use > section {
	padding-top: 60px;
	border-top: 1px solid #fff;
	width: 100%;
	max-width: 1100px;
}


/* Features Section
------------------------------------------- */
#features {
	overflow: hidden;
	background-color: #21a155; /* #00a040 #e8e8e8 */
	color: #fff;
	font-size: 1.7rem;
}
#features .section_title {
	color: #fff;
}
#features section {
	padding-bottom: 80px;
	border-bottom: 1px solid #74cf98;
}
#features section:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#features .button {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #d75151;
	border: 3px solid #d75151;
	font-size: 1.4rem;
	transition: all 0.3s linear;
}
#features .button:hover {
	color: #f28383;
	border-color: #f28383;
	cursor: pointer;
}

.top_list ol {
	display: inline-block;
}
.top_list ol li {
	text-align: left;
	font-size: 2.3rem;
	margin-bottom: 15px;
}
.top_list ol li strong {
	font-weight: bold;
	margin-right: 25px;
}
.top_list h3 {
	font-size: 2.1rem;
	font-weight: normal;
	color: #00a040;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	margin-top: 40px;
	/* background-color: #00a040; */
	/* border: 1px solid #fff; */
}

.about_single {
	color: #fff;
}
.about_single p {
	text-align: left;
	padding-right: 400px;
	background: url(../images/single_illust.png) right center no-repeat;
	background-size: 380px;
}

#features .inner section h1 span {
	display: block !important;
	font-weight: bold;
}
#features .inner section p span {}

.easilycms {
	color: #fff;
}
.easilycms p {
	text-align: left;
	padding: 60px 0 60px 520px;
	background: url(../images/kanri01.png) left center no-repeat;
	background-size: 480px;
}

.server {}
.server p span {
	display: inline-block;
	width: 60%;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.support {
	padding-bottom: 70px;
	border-bottom: 1px solid #fff;
}
.support p span {
	display: inline-block;
	width: 60%;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}


/* Plan Section
------------------------------------------- */
#plan {
	overflow: hidden;
	/* background-color: #e8e8e8; */
}
#plan .section_title {
	color: #21a155 !important;
}
#plan .section_title span:after {
	border-bottom-color: #21a155;
}
#plan table {
	width: 100%;
	border: 1px solid #21a155;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 70px;
}
#plan table caption {
	text-align: left;
	font-size: 1.9rem;
	margin-bottom: 15px;
}
#plan table thead td,
#plan table tbody th,
#plan table tbody td {
	font-size: 1.8rem;
	padding: 20px;
	border-bottom: 1px solid #21a155;
	text-align: center;
}
#plan table thead {
	background-color: #21a155;
	color: #fff;
}
#plan table thead td:nth-child(2),
#plan table thead td:nth-child(3) {
	border-left: 1px solid #fff;
}
#plan table thead td:first-child {
	border-radius: 6px 0 0 0;
}
#plan table thead td:last-child {
	border-radius: 0 6px 0 0;
}
#plan table tbody th {
	background-color: #effbef;
	width: 20%;
}
#plan table tbody th span {
	display: block;
	font-size: 80%;
}
#plan table thead th + th,
#plan table tbody td {
	border-left: 1px solid #21a155;
}
#plan table tbody tr:last-child th,
#plan table tbody tr:last-child td {
	border-bottom: none;
}

.price {
	width: 20%;
}
.price span {
	display: block;
	font-size: 1.2rem;
}
.price01 {
	display: block;
	font-size: 1.8rem !important;
	font-weight: bold;
	color: #ff0000;
}
.plan_detail p {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 3px;
}
.plan_detail dd:nth-of-type(1) {
	margin-bottom: 20px;
}
.plan_detail ul li {
	font-size: 1.6rem;
	text-align: left;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 5px;
}

/* Notes */
.notes {
	margin-top: -50px;
}
.notes h1 {
	display: block !important;
	text-align: left !important;
	font-size: 1.9rem !important;
	margin-bottom: 15px !important;
	border-bottom: 1px solid #222 !important;
}
.notes ol {}
.notes ol li {
	text-align: left;
	padding-left:1em;
	text-indent:-1em;
	font-size: 1.4rem;
}

/* Flow */
.flow {}
.flow h1 {
	display: inline-block;
	font-size: 2.7rem;
	font-weight: normal;
	border-bottom: 1px solid #222 !important;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.flow ol {}
.flow ol li {
	width: 70%;
	margin: 0 auto;
}
.flow ol li p {
	padding: 18px 0;
	font-size: 1.6rem;
	border: 2px solid #bfbfbf;
	border-radius: 6px;
}
.flow ol li:after {
	display: block;
	font-size: 1.9rem;
	font-family: 'FontAwesome';
	content: "\f063";
	margin: 10px 0;
	color: #21a155;
}
.flow ol li:last-child:after {
	content: none;
}


/* Case Section
------------------------------------------- */
#case {}

.case {
	display: inline-block;
	width: 70%;
	font-size: 1.4rem;
	color: #777;
}
#case .section_title {
	color: #21a155 !important;
}
#case .section_title span:after {
	border-bottom-color: #21a155;
}
.case ol li {
	margin-bottom: 5%;
}
.case ol li a {
	color: #444;
}
.case ol li strong {
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
}
.thmnail {
	width: 100%;
	height: 480px;
	/*
	margin: -25px;
	padding: 25px;
	*/
	margin-bottom: 25px;
	padding-bottom: 0;
	border: 1px solid #dadada;
}
.thmnail.pho_1 {
	background: url(../images/case_1.png) left top no-repeat;
	background-size: cover;
}
.thmnail.pho_2 {
	background: url(../images/case_2.png) left top no-repeat;
	background-size: cover;
}
.thmnail.pho_3 {
	background: url(../images/case_3.png) left top no-repeat;
	background-size: cover;
}
.thmnail.pho_4 {
	background: url(../images/case_4.png) left top no-repeat;
	background-size: cover;
}




/* More info */
footer {
	background-color: #FFFFFF;
	padding: 70px 0;
	/* margin: 0 auto; */
	overflow: hidden;
	width: 100%;
	clear: both;
}
.footer_banner {
	background: #e2e2e2; /* #f5f5f5 #393939 */
	padding: 70px 0;
	margin-bottom: 0px;
	text-align: center;
}

/* Contact Section
------------------------------------------- */
#contact{
	/*background-color: #FCF3D9;*/
	margin-top: 40px;
}
input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
	outline: none;
}
/*
radio,checkbox
*/
label.radio,
label.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 12px 0 0;
	padding: 15px;
	padding-left: 40px;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1.8em !important;
	color: #333;
}
.radio:hover,
.checkbox:hover {
/*  background: #D2F7FF;*/
}
.radio:hover:after,
.checkbox:hover:after {
	border-color: #555;
}
.radio:after,
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 1px solid #555;
	content: '';
}
.checkbox:after {
	border-radius: 5px;
}
.radio:after {
	border-radius: 50%;
}
.radio:before {
	position: absolute;
	top: 50%;
	left: 19px;
	display: block;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #D90368;
	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: 19px;
	display: block;
	margin-top: -8px;
	width: 7px;
	height: 10px;
	border-right: 3px solid #D90368;
	border-bottom: 3px solid #D90368;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
.check_td {
	background-color: #fff; /* #efefef */
	border-radius: 0 4px 4px 0 !important;
}
/*
input
*/
.input {
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	border: none;
	font-weight: normal;
	width: 100%;
	height: auto;
	background-color: #fff; /* #EFEFEF */
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	color: #2d2d2d;
}
input[type=text],
input[type=email],
input[type=tel] {
	padding: 16px;
	font-size: 1.3rem;
	margin: 0 !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
	background-color: #DEF4C6;
}
.input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.input::-moz-placeholder {
  color: #b2b2b2;
}
.input:-ms-input-placeholder {
  color: #b2b2b2;
}
.input::placeholder {
  color: #b2b2b2;
}
.input:focus {
  background-color: #fff;
}

/*
textarea
*/

.textarea {
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	border: 0px none black;
	width: 100%;
	height: 200px;
	line-height: 1.75em;
	border-radius: 0 3px 3px 0;
	background-color: #fff; /* #EFEFEF */
	-webkit-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	font-size: 1.3rem;
	padding: 12px;
	margin: 0;
	margin-bottom: -7px;
}

.textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.textarea::-moz-placeholder {
  color: #b2b2b2;
}
.textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.textarea::placeholder {
  color: #b2b2b2;
}
.textarea:focus {
	background-color: #DEF4C6;
}
/*
form
*/
.form {
	width: 960px;
	margin: 0 auto;
}
.form .form-table-inner {
	margin-bottom: 17px;
}
.form .form-table-inner:last-of-type {
	margin-bottom: 40px;
}
.form .form-table-row {
display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 7px;
    overflow: hidden;
}
.form .form-table-th,
.form .form-table-td {
	display: table-cell;
	text-align: left;
	font-weight: 400;
	vertical-align: middle;
	line-height: 1.8em;
	font-size: 1.4rem;
	font-size: 14px;
}
.form .form-table-th {
	width: 26.5%;
	background: #effbef;
	vertical-align: top;
	border-radius: 3px 0 0 3px;
	font-weight: bold;
	height: auto;
	padding: 16px;
}
.form .form-table-td {
	border-radius: 4px 0 0 4px;
	-webkit-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}
.form .tdCheck {
	background-color: #fff;
	padding: 16px;
}
.form .form-table-text {
	position: relative;
	display: inline-block;
	width: 100%;
}
.form .form-table-text .mark {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.form .form-button {
	width: 100%;
	text-align: center;
}
.btm_mark {
	margin-top: 30px;
}
.btm_mark span {
	display: inline-block;
	margin: 0 10px;
}
.btm_mark span img {
	width: 200px;
	height: auto;
	border: 1px solid #d8d8d8;
}

/* begen shimada */
/* Contact Section
------------------------------------------- */
#contact{
margin-top: 40px;
}
#contact dl.plan_detail{
text-align: left;
width: 100%;
max-width: 960px;
margin: 0 auto;
border: 1px solid #21a155;
border-radius: 10px;
padding: 20px;
margin-bottom: 24px;
overflow: hidden;
}
#contact dl.plan_detail dt{
   font-weight: bold;
   font-size: 20px;
   margin-bottom: 20px;
   color: #fff;
   background-color: #21a155;
   margin: -20px -36px 20px -20px;
   padding: 16px;
}
#contact dl.plan_detail dd{
text-indent: 1em;
font-size: 14px;
line-height: 180%;
}
#contact dl.plan_detail dd ul{
margin-left: 1em;
}
#contact dl.plan_detail dd ul li{
font-size: 14px;
text-indent: -1em;
padding-left: 1em;
line-height: 140%;
}
#contact dl.plan_detail dd ul li:before{
content: "●";
color: #21a155;
font-size: 10px;
vertical-align: middle;
margin-right: 0.4em;
}
#contact .time{
	background: #21a155;
	margin-bottom: 24px;
}
#contact .time h3{
	text-align: center;
	color: #fff;
	padding: 24px 0;
}
#contact .time h3 span{
	display: block;
	font-weight: normal;
	font-size: 18px;
}

#contact .mb_only{
	display: none;
}

/* end shimada */

.add{
	padding: 16px;
}
.add > div{
	display: block;
}
.add > div > label{
	margin-right: 1em;
}
.add > div:nth-of-type(2){
	margin-top: 1em;
}
#add1, #add2{
	width: 35%;
	max-width: 100px;
    text-align: center;
    border: 1px solid #bfbfbf;
    padding: 0.4em;
    border-radius: 5px;
	display: inline-block;
}
#add3 {
width: calc(100% - 4em);
    border: 1px solid #bfbfbf;
    padding: 0.4em;
    border-radius: 5px;
	text-align: left;
	display: inline-block;
}
#set, #option {
	padding: 1em;
}
#set p, #option p {
	font-weight: bold;
	display: block;
}
#set ul {
	padding-left: 1em;
}
#set ul li {
	list-style-position: inside;
	list-style: circle;
}
#set label, #option label {
	padding: 0 0 0 40px;
}
#option label {
	vertical-align: top;
}
#option .checkbox:after, #option .checkbox:before {
	top: 1em;
}
/*
mark
*/
.mark {
	display: block;
	border-radius: 2px;
	padding: 0 5px;
	font-size: 1.1rem;
	background: #fff;
	color: #444;
}
.mark.mark-req {
	background: #D90368;
	color: #fff;
}
/*
button
*/
.submit_bt {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
	text-align: center;
	font-size: 1.8rem;
	-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: none;
	border-radius: 3px;
	background-color: #D90368;
	transition: all ease .4s;
}
.submit_bt .button-inner {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.submit_bt:hover {
	/*background-color: #04BFBF;*/
	opacity: .8;
}
.btn_back {
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
	text-align: center;
	font-size: 1.8rem;
	-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: none;
	border-radius: 3px;
	transition: all ease .4s;
	background-color: #59a0eb;
	float: left;
}
.btn_back:hover {
	background-color: #64b9ee;
}
.checkPage input {
	margin: 0 8px;
}
.check_td{
	padding-left: 1em;
}

/* for form template */
.formText_Check {
	font-size: 1.5rem;
	margin: 20px 0 50px;
	line-height: 1.8;
	color: #555;
}
.formText_Thanks {
	margin: 20px 0 50px;
	line-height: 1.8;
	color: #555;
}
.formText_Thanks h4 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.formText_Thanks p {
	font-size: 1.3rem;
}

.formText_Thanks p span {
	font-weight: bold;
	display: block;
	width: 40%;
	margin: 0 auto 20px;
	padding: 15px;
	border: 1px solid #919191;
}
.formText_Thanks p span strong {
	color: #cc0033;
}


/*
error state
*/
.is-error {
	background-color: #fee95d !important;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
.form_error{
	color: #FF3333;
	font-weight: bold;
	margin-left: 1em;
}

/* privacy_check */
.privacy_check {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 25px;
	border: 1px solid #bfbfbf;
	border-radius: 7px;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: none;
	text-align: left;
	font-size: 1.3rem;
	color: #444;
}
.privacy_check h3 {
	font-size: 1.6rem;
}
.privacy_check p {
	margin: 25px 0;
}
.privacy_check dl {
}
.privacy_check dl dt {
	font-weight: bold;
	margin-top: 20px;
}
.privacy_check dl dd {
	padding-left: 1.5em;
}
.agree_check {
	font-size: 1.3rem;
	margin-bottom: 20px;
	font-weight: bold;
}

/* Copyright section
--------------------------------- */
.copyright {
	overflow: hidden;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.4em;
	padding: 30px 0;
	background-color: #21a155;
}
.copyright section {
	display: inline-block;
	width: 100%;
	max-width: 1100px;
}

.ft_division {
	display: inline-block;
	color: #fff;
	float: left;
}
.ft_division dt {
	display: inline-block;
}
.ft_division dd {
	display: inline-block;
}

.copyright address {
	display: inline-block;
	color: #fff;
	font-style: normal;
	font-size: 1.1rem;
	float: right;
}
.copyright address a {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-left: 5px;
    color: #fff;
}
.copyright address a:first-child {
}
.copyright address a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 2px transparent;
    border-left: solid 3px #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.copyright address span:last-child {
	margin-left: 20px;
}


/* Small Tablets */
@media (max-width: 767px) {

/* App button
------------------------------------------- */
.btnbasewrap h1 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.btnbase {
	width: 100%;
	font-size: 2.5rem;
	line-height: 1.4em;
}
.btnbase span {
	display: block;
	padding: 3px 0 5px;
	margin-right: 0;
	margin-bottom: 8px;
	font-size: 2.0rem;
}
.btnbase span em {
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;
}
.btnbase:before {
	background: #ffe70b !important; /*  */
	-webkit-transition-duration: 0.1s !important;
	transition-duration: 0.1s !important;
	border-radius: 5px;
}
.btnbase:after {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.4rem;
	content: "\f105";
	font-family: 'FontAwesome';
	margin: -7px 10px 0 15px;
}
.btnbase:hover {
	color: #21a155 !important;
}


/* begen col
---------------------------------- */

/* col3 */
.col_wrap_3 {
	display: inline-block;
	text-align: center;
}
.col_wrap_3 ol {
	overflow: hidden;
	margin-right: -3.3%;
}
.col_wrap_3 ol li {
	float: none;
	vertical-align: top;
	width: 100%;
	margin-right: 3.3%;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.col_wrap_3 ol li figure {
	width: 100%;
}
.col_wrap_3 ol li figure img {
}


/* Hero Section
------------------------------------------- */
.hero {
	margin-top: 57px;
	padding: 50px 20px;
	position: relative;
}
.hero > div > h2 img {
	margin: 0 !important;
	vertical-align: middle;
}
.hero > div > p {
	font-family: "Noto Sans Japanese";
	font-size: 3.9vw;
	color: #21a155;
	margin-top: 50px;
}
.hero > div > p span {
	color: #f72929;
}


/*
.hero > div {
	display: block;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/


/* Container
------------------------------------------- */
.container {
	width: 100%;
	/* margin: 0 auto; */
	background: #fff;
}
.container > section {
	padding: 70px 15px;
	text-align: center;
	font-size: 1.6rem;
}
.spbr {
	display: block;
}

/* Section_title
------------------------------------------- */
.section_title {
	font-size: 2.8rem;
}
.section_title span:after {
	margin: 20px auto 0;
}


/* Service Section
------------------------------------------- */
.service_txt h4 {
	font-family: "Noto Sans Japanese";
	font-size: 2.0rem;
	font-weight: 200;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.service_txt h4 span:nth-child(1) {
	display: block;
	margin-bottom: 15px;
}
.service_txt h4 span:nth-child(1) em {
	font-style: normal;
}
.service_txt h4 span:nth-child(1) em:after {
	display: inline-block;
	vertical-align: top;
	font-family: 'FontAwesome';
	content: "\f061";
	font-size: 1.6rem;
	margin: 0 8px;
}
.service_txt h4 strike {
	font-weight: 500;
	margin: 0 5px;
}
.service_txt h4 span:nth-child(2) {
	display: inline-block;
	font-size: 4.0rem;
	font-weight: bold;
}
.service_txt h4 span:nth-child(2) em {
	font-weight: bold;
	font-style: normal;
	color: #ffba0d;
	font-size: 10.0rem;
	margin: 0 5px 0 0;
}
.service_txt h4 span:nth-child(2) span {
	display: block;
	text-align: right;
	font-size: 1.4rem;
	color: #fff;
	margin-top: 5px;
	font-weight: normal;
}
.service_txt p {
	font-size: inherit;
}
.service_txt p > span {
	display: block;
	font-size: 2.0rem;
	font-weight: 500;
	border: 4px solid #fff;
	margin-bottom: 30px;
	padding: 30px 20px;
	border-radius: 6px;
}
.service_txt p > span span {
	font-size: 90%;
}


/* About Section
------------------------------------------- */
.about_txt p {
	font-size: 1.8rem;
}

/* sp */
.smartphone {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: auto;
	overflow: hidden;
}
.smartphone figure {
	display: inline-block;
	float: none;
	width: 25%;
	margin-bottom: 10px;
}
.sp_text {
	overflow: visible;
	text-align: left !important;
	padding-left: 0;
}
.sp_text h1 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

/* lp */
.lpdiff {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.lpdiff figure {
	display: inline-block;
	float: none;
	width: 25%;
	margin-bottom: 10px;
}
.lp_text {
	overflow: visible;
	text-align: left !important;
	padding-right: 0;
}
.lp_text h1 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}


/* Use Section
------------------------------------------- */
.use ul {
	display: inline-block;
	text-align: left;
}
.use ul li {
	font-size: inherit;
}
.use ul li span {
	font-size: 2.0rem;
	line-height: 1.4em;
}


/* Features Section
------------------------------------------- */
#features section {
	padding-bottom: 80px;
	border-bottom: 1px solid #74cf98;
}
#features section h1 {
	font-size: 2.4rem;
	border-bottom: none;
	margin-bottom: 10px;
}

.top_list ol {
	display: inline-block;
}
.top_list ol li {
	text-align: left;
	font-size: 2.0rem;
	margin-bottom: 15px;
}
.top_list ol li strong {
	display: block;
	margin-right: 0;
}
.top_list h3 {
	font-size: 2.1rem;
	font-weight: normal;
	color: #00a040;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	margin-top: 40px;
	/* background-color: #00a040; */
	/* border: 1px solid #fff; */
}

.server p {
	text-align: left;
}
.server p span {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.support {
	padding-bottom: 70px;
	border-bottom: 1px solid #fff;
}
.support p {
	text-align: left;
}
.support p span {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.about_single {
	color: #fff;
}
.about_single p {
	text-align: left;
	padding: 0;
	padding-top: 240px;
	background: url(../images/single_illust.png) center top no-repeat;
	background-size: auto 200px;
}
.easilycms {
	color: #fff;
}
.easilycms p {
	text-align: left;
	padding: 0;
	padding-top: 240px;
	background: url(../images/kanri01.png) center top no-repeat;
	background-size: auto 200px;
}
/* end Features */


/* Plan Section
------------------------------------------- */
/* Flow */
.flow ol li {
	width: 100%;
	margin: 0 auto;
}


/* Copyright section
--------------------------------- */
.copyright {
	overflow: hidden;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.4em;
	padding: 30px 0;
	background-color: #21a155;
}
.copyright section {
	width: 90%;
}
.ft_division {
	display: block;
	color: #fff;
	float: none;
	margin-bottom: 15px;
}
.copyright address {
	display: inline-block;
	color: #fff;
	font-style: normal;
	font-size: 1.1rem;
	float: none;
}
.copyright address a {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-left: 5px;
    color: #fff;
}
.copyright address span:first-child {
	display: block;
	margin-bottom: 15px;
}
.copyright address span:last-child {
	margin-left: 0;
}




/*
.container header nav {
	margin: 0;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
*/







#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}

/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
	border-bottom: 1px #f6f6f6 solid;
}
#top-head .logo,
#top-head.fixed .logo {
	position: absolute;
	left: 13px;
	top: 0;
	color: #333;
	font-size: 2.6rem;
}
#top-head .logo img,
#top-head.fixed .logo img {
	width: auto;
	height: 38px;
	margin-top: 9px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #333; /* #fff */
	width: 100%;
	text-align: center;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 1.4rem;
	padding-left: 0;
	margin: 0;
}
/*
#global-nav ul li:first-child {
	border-top: 2px #21a155 solid;
}
*/
#global-nav ul li {
	float: none;
	position: static;
	border-bottom: 1px #fff solid; /* #21a155 */
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff; /* #21a155 */
	padding: 18px 0;
}
#top-head #global-nav ul li a.active,
#top-head.fixed #global-nav ul li a.active {
	background-color: #00B2D2;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}


/* -- FORM -- */
/*
input
*/
.input {
	border-radius: 0 0 4px 4px;
	display: block;
	padding: 10px;
}
/*
textarea
*/
.textarea {
	border-radius: 0 0 4px 4px;
	display: block;
	padding: 10px;
}
/*
form
*/
.form {
	width: 100%;
}
.form .form-table-row {
	display: block;
}
.form .form-table-th,
.form .form-table-td {
	display: block;
	margin-left: 0;
	width: 100%;
}
.form .form-table-th {
	width: 100%;
	border-radius: 4px 4px 0 0;
	padding: 0;
}
.form .form-table-text {
	display: block;
	width: 100%;
	padding: 10px;
}
.form .form-table-td.check_td {
	background-color: #fff;
	padding: 10px 0;
}
.form .form-table-inner {
	width: 100%;
}
/*
radio
*/
.checkbox,
.radio {
	display: block !important;
	padding: 5px 0 5px 40px !important;
}
/*
button
*/
.submit_bt {
	width: 100%;
	/*
	background-color: #fff;
	color: #52BAD5;
	*/
	display: block;
}
.checkPage input {
	margin: 0 0 12px;
}
/*
mark
*/
.mark {
	right: 30px !important;
	margin: 10px auto;
}
.check_td {
	background-color: #fff;
	border-radius: 0 0 4px 4px !important;
}

/* privacy_check */
.privacy_check {
	width: 100%;
	margin-bottom: 10px;
}
.agree_check {
	font-size: 1.3rem;
	width: 26em;
	margin: 0 auto 30px;
	font-weight: bold;
}
#contact dl.plan_detail{
	/* width: 90%; */
}
#contact .mb_only{
	display: block;
}	
#contact .time h3{
	font-size: 17px;
}

}


/* Mobile */
@media (max-width: 320px) {
.hero {
	height: 200px;
	margin-top: 57px;
	padding:0;
	position: relative;
	height: 400px;
}
.hero > div {
	display: block;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.hero_header {
	font-size: 7.0vw;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
.text_column li {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
footer{
	width: 100%;
}
.company_data table {
	width: 100%;
}
.company_data th,
.company_data td {
	display: block;
}
.company_data th {
	background-color: #efefef;
}
.company_data td {
	background-color: #FFFFFF;
}

h4.logo {
	display: inline-block;
}
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 1.4rem;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
/* -- FORM -- */
/*
input
*/
.input {
	border-radius: 0 0 4px 4px;
	display: block;
	padding: 10px;
}
/*
textarea
*/
.textarea {
	border-radius: 0 0 4px 4px;
	display: block;
	padding: 10px;
}
/*
form
*/
.form {
	width: 100%;
}
.form .form-table-row {
	display: block;
}
.form .form-table-th,
.form .form-table-td {
	display: block;
	margin-left: 0;
	width: 100%;
}
.form .form-table-th {
	width: 100%;
	border-radius: 4px 4px 0 0;
	padding: 0;
}
.form .form-table-text {
	display: block;
	width: 100%;
	padding: 10px;
}
.form .form-table-inner {
	width: 100%;
}
/*
button
*/
.submit_bt {
	width: 100%;
	/*
	background-color: #ea5858;
	color: #fff;
	*/
	display: block;
}
/*
mark
*/
.mark {
	text-indent: 0;
	right: 30px !important;
	margin: 10px auto;
}
.check_td {
	background-color: #fff;
	border-radius: 0 0 4px 4px !important;
}
}
