@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
html {
	font-size: 62.5%;
}
body {
	opacity: 0;
	font-size: 1.6em;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
}
a {
	text-decoration: none;
	color: #9acd32;
	transition: 0.5s;
}
a:hover {
	color: #abde43;
}
a img:hover,
a .img_wrap:hover {
	opacity: 0.8;
}
img {
    border: 0px;
    margin: 0;
    padding: 0;
	vertical-align: bottom;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
 }
.img_wrap {
	position: relative;
	width: 100%;
	height: auto;
}
.img_fig {
	display: block;
}
.img_fig::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
}
.img_fig img{
	display: block;
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: middle;
}
.img_layer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	opacity: 0;
}
.img_wrap .img_fig img {
	transition: 1s;
}
.img_wrap:hover .img_fig::after {
	opacity: 1;
}
.img_wrap:hover .img_layer {
	opacity: 1;
}
.wrap {
	width: 1080px;
	margin: 0 auto;
}
.wrap_wide {
	width: 1200px;
	margin: 0 auto;
}
.mt {
	margin-top: 30px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_30 {
	margin-top: 30px;
}
.pt {
	padding-top: 50px;
}
.body_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
/***************************************************
  header
***************************************************/
.head_wrap {
	position: relative;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}
#home .head_wrap {
	box-shadow: none;
}
.head {
	display: table;
	width: 100%;
	height: 70px;
}
.head_l,
.head_r {
	display: table-cell;
	vertical-align: middle;
}
.head_l {
	width: 250px;
	padding: 0 5px;
}
/***************************************************
  nav
***************************************************/
.nav {
	padding: 0;
}
.nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.nav li {
	transition: 0.5s;
}
.nav li:hover {
    background-color: #C7EB9B;
}
.nav li a {
	color: #333;
	display: block;
    text-align: center;
	padding: 10px 15px;
	font-size: 1.3rem;
}
#home .nav_home,
#company .nav_company,
#history .nav_history,
#service .nav_service,
#recruit .nav_recruit,
#information .nav_information,
#contact .nav_contact,
#privacy .nav_privacy {
	background-color: #DFF5C8;
}
#home .nav_home a,
#company .nav_company a,
#history .nav_history a,
#service .nav_service a,
#recruit .nav_recruit a,
#information .nav_information a,
#contact .nav_contact a,
#privacy .nav_privacy a {
	pointer-events: none;
}
/***************************************************
  footer
***************************************************/
.pagetop {
	padding: 1px;
  	position: fixed;
  	opacity: 0.9;
  	width: 50px;
  	height: 50px;
  	bottom: 15px;
  	right: 15px;
  	background-image: linear-gradient(0deg, #9acd32 0, #78ab10 100%);
  	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
  	border-radius: 50px;
	border: solid 1px #89bc21;
	display: table;
}
.pagetop:hover {
	cursor: pointer;
	opacity: 0.8;
}
.pagetop p {
	width: 100%;
	display: table-cell;
	border: solid 1px #abde43;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
  	font-size: 25px;
}
.foot {
	border-top: solid 1px #EEE;
	text-align: center;
	padding: 30px 0;
}
.foot .img_wrap {
	width: 250px;
	margin: 0 auto;
}
.foot_info {
	margin-top: 10px;
	display: table;
	width: 100%;
	font-size: 1.2rem;
	color: #666;
}
.foot_info_l,
.foot_info_r {
	display: table-cell;
	vertical-align: middle;
}
.foot_info_l {
	width: 45%;
	text-align: right;
	padding-right: 10px;
}
.foot_info_r {
	width: 55%;
	text-align: left;
	padding-left: 10px;
}
.foot_menu {
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #EEE;
	background-color: #EEE;
	background-image: linear-gradient(0deg, #DDD 0, #EEE 100%);
}
.foot_menu li {
	width: 10%;
	float: left;
	transition: 0.5s;
	font-size: 1.2rem;
	border-left: solid 1px #CCC;
    background-image: linear-gradient(0deg, #DDD 50%, #EEE 50%);
}
.foot_menu li:nth-child(7) {
	width: 16%;
}
.foot_menu li:nth-child(8),
.foot_menu li:nth-child(9) {
	width: 7%;
}
.foot_menu li:last-child {
	border-right: solid 1px #CCC;
}
.foot_menu li a:before {
	color: #666;
	margin-right: 5px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
}
.foot_menu li a {
	color: #333;
	display: block;
    text-align: center;
	padding: 15px 0;
}
.foot_menu li a:hover {
	color: #abde43;
}
.copyright {
	background-color: #189C54;
	padding: 30px;
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
}
/***************************************************
  contents
***************************************************/
.contents,
.contents_white,
.contents_dark {
	padding: 50px 0;
}
.contents {
	background-color: #F5F5F5;
	background-image: url("../img/background.jpg");
	background-repeat: repeat;
}
.contents_white {
	background-color: #FFF;
}
.contents_dark {
	background: #00b09b;
	background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
	background: linear-gradient(to right, #96c93d, #00b09b);
}
.contents_title {
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #078B43;
}
.contents_dark .contents_title {
	padding-bottom: 0;
	color: #fff;
	text-shadow: 0px 0px 10px #0a0a0a;
}
.contents_title_jp {
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 0.3rem;
}
.contents_title_en {
	margin-top: 5px;
	letter-spacing: 0.3rem;
}
.contents_title_hr {
	height: 4px;
	width: 300px;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 10px;
	background: #00b09b;
	background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
	background: linear-gradient(to right, #96c93d, #00b09b);
}
.page {
	display: table;
	width: 100%;
	text-align: center;
	background-image: url("../img/page.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_title {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 200px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.page_title_jp {
	font-size: 3rem;
	letter-spacing: 0.5rem;
}
.page_title_en {
	margin-top: 5px;
	letter-spacing: 0.5rem;
}
.contents_box {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contents_box li {
	margin-bottom: 15px;
	padding: 10px 15px;
	border-radius: 2px;
	border: solid 1px #DDD;
	background-color: #FFF;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
.contents_box.content_2 li {
	width: 49%;
	margin-right: 2%;
}
.contents_box.content_2 li:nth-of-type(2n) {
	margin-right: 0;
}
.contents_box.content_3 li {
	width: 32%;
	margin-right: 2%;
}
.contents_box.content_3 li:nth-of-type(3n) {
	margin-right: 0;
}
.contents_list_title {
	padding: 1em;
	font-size: 1.7rem;
	width: 100%;
	display: table;
}
.contents_list_title_l,
.contents_list_title_r {
	display: table-cell;
}
.contents_list_title_l {
	width: 1.5em;
	background: -webkit-linear-gradient(0deg, #96c93d, #00b09b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/***************************************************
  index
***************************************************/
.kv {
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	display: table;
}
.kv_l,
.kv_r {
	display: table-cell;
	vertical-align: middle;
}
.kv_l {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.kv_l span.description {
	margin-right: 3px;
	font-size: 2.6rem;
	background: linear-gradient(45deg, #00b09b, #446bb4);
	background: -webkit-linear-gradient(45deg, #00b09b, #446bb4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.kv_l span.note {
	font-weight: normal;
	font-size: 1.5rem;
}
.kv_r {
	width: 60%;
	position: relative;
}
.kv_catch {
	width: 80%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 2;
}
.index_menu {
	display: flex;
}
.index_menu li {
	flex-grow: 1;
}
.index_menu_top {
	text-align: center;
	letter-spacing: 0.1em;
	padding: 10px 5px;
	color: #666;
}
.index_menu_down {
	padding: 20px 10px;
	background-color: #9dcd7a;
	text-align: center;
}
.index_menu li:first-child .index_menu_down {
	border-radius: 5px 0 0 5px;
}
.index_menu li:last-child .index_menu_down {
	border-radius: 0 5px 5px 0;
}
.index_menu_down img {
	max-width: 100px;
	margin: 0 auto;
}
.index_information {
	background-color: rgba(255 ,255 ,255 ,0.9);
	padding: 2em;
	border-radius: 10px;
}
.index_greeting {
	display: table;
	width: 100%;
}
.index_greeting_l,
.index_greeting_r {
	display: table-cell;
	vertical-align: middle;
}
.index_greeting_r {
	line-height: 2em;
	letter-spacing: 0.1em;
}
.index_greeting_txt {
	padding-left: 3em;
	padding-right: 3em;
}
.index_greeting_sig {
	margin-top: 2em;
	text-align: right;
}
.index_greeting_sig img {
	width: 300px;
}
.index_greeting_img {
	width: 200px;
	margin: 0 auto;
}
.index_link{
    display: flex;
}
.index_link li {
    text-align: center;
	margin-right: 10px;
	/*  */
	margin: 0 auto;
}
/*
.index_link li:last-child {
    margin-right: 0;
}
*/
.index_link li a {
    position: relative;
    padding: 5px 40px;
    z-index: 1;
    display: block;
}
.index_link li a img:hover,
.index_link li a .img_wrap:hover {
	opacity: 1;
}
.index_link li a::before{
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color: #FFF;
    transform: skewX(-30deg);
	border: solid 1px #DDD;
}
.index_link li:nth-child(odd) a::before{
    background-color: #FFF;
}
.index_link li:hover{
    opacity: 0.8;
}
/***************************************************
  company
***************************************************/
.company_info {
	width: 100%;
	border-collapse: collapse;
}
.company_info tr {
	border-bottom: solid 2px #F5F5F5;
}
.company_info tr:last-child{
	border-bottom: none;
}
.company_info th {
	position: relative;
	width: 30%;
	background-color: #4cc48e;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
	vertical-align: middle;
}
.company_info th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #4cc48e;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.company_info td {
	text-align: left;
	width: 70%;
	background-color: #FFF;
	padding: 10px 20px;
	vertical-align: middle;
}
.company_info .position {
	font-size: 1.2rem;
	margin-right: 5px;
}
.contents_white .company_info tr {
	border-bottom: solid 2px #FFF;
}
.contents_white .company_info td {
	background-color: #F5F5F5;
}
.company_map {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: 0.5s;
}
.map_open {
	font-size: 1.3rem;
	text-decoration: underline;
	cursor: pointer;
	color: #9acd32;
}
.company_map.open {
	margin-top: 10px;
	height: 300px;
}
.company_map iframe {
	width: 100%;
	height: 300px;
	padding: 0;
	border-radius: 1px;
}
.company_clients_annotation {
	width: 70%;
	padding-left: 1em;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: left;
	color: #999;
	font-size: 1.2rem;
}
.company_clients {
	width: 70%;
	margin: 0 auto;
	display: table;
}
.company_clients_l,
.company_clients_r {
	width: 50%;
	padding-left: 1em;
	display: table-cell;
	vertical-align: top;
	line-height: 1.8em;
}
.company_clients_other {
	width: 70%;
	padding-left: 1em;
	padding-top: 10px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2rem;
}
.company_approvals {
	margin-left: auto;
	margin-right: auto;
}
.company_approvals th {
	font-weight: normal;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
.company_approvals td {
	padding-right: 1em;
}
.company_approvals th,
.company_approvals td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
/***************************************************
  service
***************************************************/
.service_box {
	width: 100%;
	border-radius: 5px;
	border: solid 1px #DDD;
	background-color: #FFF;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);	
}
.service_title {
	/*background: url("../img/texture.png") center bottom repeat;*/
	background-color: #00b09b;
	color: #FFF;
	padding: 10px;
	font-size: 1.8rem;
	width: 100%;
	display: table;
	border-radius: 5px 5px 0 0;
}
.service_title_l,
.service_title_r {
	display: table-cell;
}
.service_title_l {
	width: 1.5em;
	background: -webkit-linear-gradient(0deg, #96c93d, #96c93d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service_detail {
	width: 100%;
	display: table;
}
.service_detail_l,
.service_detail_r {
	display: table-cell;
	vertical-align: top;
}
.service_detail_l {
	width: 500px;
	border-right: solid 1px #EEE;
	text-align: center;
}
.service_detail_l img {
	width: 500px;
}
.service_detail_r {
	padding: 1em;
	background-color: rgba(143,188,143,0.1);
}
.service_detail_l img {
	border-radius: 0 0 0 5px;
}
.service_detail_r.middle {
	height: 70px;
	vertical-align: middle;
}
.service_detail_container_l,
.service_detail_container_c,
.service_detail_container_l {
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
}
.service_detail_container_l img {
	border-radius: 0 0 0 5px;
}
.service_detail_container_r img {
	border-radius: 0 0 5px 0;
}
.service_detail_wide {
	display: block;
	width: 100%;
}
.service_detail_wide img {
	border-radius: 0 0 5px 5px;
	width: 100%;
}
.service_list {
	width: 100%;
	display: table;
}
.service_list_l,
.service_list_r {
	display: table-cell;
}
.service_list_l {
	width: 1.8em;
	background: -webkit-linear-gradient(0deg, #96c93d, #00b09b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service_authorization {
	width: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.service_authorization th {
	padding: 5px;
	font-weight: normal;
	background-color: #EEE;
	border: solid 1px #DDD;
	font-size: 1.7rem;
}
.service_authorization td {
	padding: 5px;
	border: solid 1px #DDD;
	vertical-align: top;
}
.center {
	text-align: center;
}
.va_m {
	vertical-align: middle !important;
}
.service_authorization th.kind {
	width: 35%;	
}
.service_authorization th.number {
	width: 20%;	
}
.service_authorization th.limit {
	width: 45%;	
}
.service_wrap {
	width: 100%;
	display: table;
}
.service_wrap_l,
.service_wrap_r {
	display: table-cell;
	width: 48%;
}
.service_wrap_l {
	padding-right: 1%;
}
.service_wrap_r {
	padding-left: 1%;
}
.download_button {
	width: 50%;
	margin: 0 auto;
}
.download_button div {
	padding: 1px;
	background-color: #FCD780;
	background-image: linear-gradient(0deg, #F2CD6C 0, #FCD780 100%);
	border: solid 1px #DA4;
	border-radius: 50px;
	font-weight: bold;
}
.download_button a {
	border: solid 1px #EB5;
	display: block;
	border-radius: 50px;
	padding: 9px 20px;
	clear: both;
	text-align: center;
	color: #742;
}
.download_button i {
	margin-right: 5px;
}
.download_button:hover {
	opacity: 0.8;
}
.service_container {
	width: 100%;
}
.service_container_title {
	background: url("../img/texture.png") center bottom repeat;
	background-color: #29AD65;
	color: #FFF;
	padding: 10px;
	font-size: 1.8rem;
	width: 100%;
	display: table;
	border-radius: 5px;
}
.service_container_title_l,
.service_container_title_r {
	display: table-cell;
}
.service_container_title_l {
	width: 1.5em;
	background: -webkit-linear-gradient(0deg, #96c93d, #00b09b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service_authorization_sp {
	margin-top: 20px;
	width: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.service_authorization_sp th {
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	background-color: #DDD;
	border: solid 1px #999;
	font-size: 1.7rem;
	text-align: left;
}
.service_authorization_sp th:before {
	margin-right: 5px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
}
.service_authorization_sp td {
	padding: 10px 5px;
	background-color: #FFF;
	border: solid 1px #999;
}
.auth_item li {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #3cb371;
	color: #FFF;
	border-radius: 10px;
	padding: 0px 6px;
}
.service_authorization_sp .auth_item li {
	font-size: 1.4rem;
}
.no_pt {
	padding-top: 0 !important;
}
.service_container_image img {
	border-radius: 5px;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);	
}
.service_pics {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.service_pics li {
	width: 150px;
	padding: 3px 3px;
}
/***************************************************
  history
***************************************************/
.history_list {
    padding-left: 40px;
    overflow: hidden;
}
.history_list dl {
    padding: 5px 0;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-top: 1px dotted #e2e2e2;
}
.history_list dl:first-of-type:before {
    top: 1.3em;
}
.history_list dl:last-of-type {
    border-bottom: 1px dotted #e2e2e2;
}
.history_list dl:before {
    content: '';
    width: 0;
    padding-top: 100%;
    border-left: 1px solid #5dd59f;
    position: absolute;
    top: 0;
    left: -37px;
}
.history_list dt {
    width: 9em;
    color: #078B43;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.history_list dt, .history_list dd {
    position: relative;
}
.history_list dt:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4cc48e;
    margin: 0 10px 0 0;
    position: absolute;
    top: 0.6em;
    left: -40px;
}
.history_list dd {
    flex: 1;
}
.history_list dt, .history_list dd {
    position: relative;
}
table, li, dd {
    line-height: 1.6;
}
.history_license {
	display: table;
}
.history_license_l,
.history_license_r {
	display: table-cell;
	vertical-align: top;
}
.history_license_l {
	white-space: nowrap;
	min-width: 5em;
}
/***************************************************
  recruit
***************************************************/
.recruit_no_title {
	margin-bottom: 30px;
	text-align: left;
	font-weight: bold;
}
.recruit_no_box {
	width: 70%;
	margin: 0 auto;
}
/***************************************************
  information
***************************************************/
.information_list {
	border-top: solid 1px #EEE;
}
.information_list li {
	padding: 15px 20px;
	border-bottom: solid 1px #EEE;
}
.information_list_box {
	width: 100%;
	display: table;
}
.information_list_box_l,
.information_list_box_r {
	display: table-cell;
	vertical-align: top;
}
.information_list_box_l {
	width: 10em;
}
.information_list_box .new {
	margin-left: 5px;
	padding: 2px 5px;
	color: #FFF;
	border-radius: 50px;
	background-color: #ff9a9e;
	background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
/***************************************************
  contact
***************************************************/
.contact_tel {
	text-align: center;
}
.contact_tel a {
	letter-spacing: 2px;
	font-size: 3rem;
	font-weight: bold;
}
.contact_tel i {
	margin-right: 15px;
}
.contact_fax {
	text-align: center;
	letter-spacing: 2px;
	font-size: 3rem;
	font-weight: bold;
}
.contact_fax i {
	margin-right: 15px;
}
.contact_mail {
	width: 100%;
	border-collapse: collapse;
}
.contact_mail tr {
	border-bottom: solid 2px #FFF;
}
.contact_mail tr:last-child{
	border-bottom: none;
}
.contact_mail th {
	position: relative;
	text-align: left;
	width: 20em;
	background-color: #4cc48e;
	color: #FFF;
	padding: 10px 20px;
	font-weight: normal;
	vertical-align: middle;
}
.contact_mail th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #4cc48e;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.contact_mail th.error {
	background-color: #f08080;
}
.contact_mail th.error:after {
	border-left: 10px solid #f08080;
}
.contact_mail td {
	text-align: left;
	background-color: #F5F5F5;
	padding: 10px 20px;
	vertical-align: middle;
}
.contact_mail .required {
	float: right;
	padding: 2px 5px;
	color: #FFF;
	border-radius: 50px;
	font-size: 1.2rem;
	background-color: #ff9a9e;
	background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
.contact_mail input,
.contact_mail textarea {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	border: 1px solid #CCC;
	border-radius: 4px;
	outline: none;
}
.contact_mail input::placeholder,
.contact_mail textarea::placeholder {
	color: #DDD;
}
.contact_mail input:-ms-input-placeholder,
.contact_mail textarea:-ms-input-placeholder,
.contact_mail input::-ms-input-placeholder,
.contact_mail textarea::-ms-input-placeholder {
	color: #DDD;
}
.contact_mail textarea {
	resize: none;
}
.submit_button {
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	display: table;
}
.submit_button_l,
.submit_button_r {
	display: table-cell;
}
.submit_button_l {
	padding-right: 10px;
}
.submit_button_r {
	padding-left: 10px;
}
.submit_button button {
	width: 100%;
	font-weight: bold;
	padding: 15px 30px;
	background-image: linear-gradient(0deg, #9acd32 0, #78ab10 100%);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	border-radius: 50px;
	border: solid 1px #89bc21;
	color: #FFF;
	margin: 0 auto;
	font-size: 1.6rem;
}
.submit_button button:hover {
	cursor: pointer;
  	opacity: 0.8;
}
.submit_button button i {
	margin-left: 10px;
}
.submit_button button.back {
	background-image: linear-gradient(0deg, #FCD780 0, #F2CD6C 100%);
	border: solid 1px #DB5;
	color: #742;
}
.submit_button button.back i {
	margin-left: 0;
	margin-right: 10px;
}
.contact_error {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	background-color: #f08080;
	color: #FFF;
	padding: 15px;
	border-radius: 10px;
	border: solid 1px #cd5c5c;
}
.contact_error_detail {
	margin-top: 5px;
	color: #cd5c5c;
	font-size: 1.2rem; 
}
.contact_send {
	width: 50%;
	margin: 0 auto;
}
.contact_send p {
	padding: 10px 0;
}
/***************************************************
  privacy
***************************************************/
.privacy_box {
	padding: 0 20px;
	letter-spacing: 0.1rem;
	line-height: 2em;
}