@charset "utf-8";

/*---------------------------------------------------------------------------

  Recruit

---------------------------------------------------------------------------*/

div:after {
	clear: both;
	display: block;
	content: "";
}


@media screen and (max-width: 640px) {
	#recruit article.sp {
		width: 640px;
		overflow: hidden;
		padding-top: 80px;
	}
}

#recruit h2 img {
	width:338px;
}

section#recruit {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.recruit-contents, #recruit article {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#recruit .content {
	transition: 0.2s;
}

@media screen and (max-width: 1000px) {
	#recruit .content {
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}
}

#recruit-header-nav {
	background-color: #f3f3f3;
	width: 100%;
	height: 100px;
}

#recruit-header-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-sizing: border-box;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #ffffff;
}

#recruit-header-nav ul li {
	width: 25%;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #e2e2e2;
	box-sizing: border-box;
  margin-left: inherit;
  margin-right: inherit;
}

#recruit-header-nav ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	display: block;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #000000 !important;
	line-height: 28px;
	box-sizing: border-box;
	padding-top: 24px;
	transition: 0.2s;
}

#recruit .insta {
	float:left;
	text-align:center;
	margin-right:32px;
	font-size:14px;
    margin-bottom: 30px;
}

#recruit .banner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
}

#recruit .banner::after {
    content: none;
}

@media screen and (max-width: 940px) {
	#recruit-header-nav ul li a {
		font-size: 20px;
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 640px) {
	#recruit-header-nav ul li a {
		font-size: 22px;
	}

    #recruit .insta {
    	float:left;
    	text-align:center;
    	margin-right:0;
    	font-size:14px;
        margin-bottom: 30px;
    }

    #recruit .banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
}

#recruit-header-nav ul li a:hover {
	background-color: #ffffff;
}

@media screen and (max-width: 830px) {
	#recruit-header-nav {
		height: auto;
	}
	#recruit-header-nav ul {
		height: auto;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	#recruit-header-nav ul li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #e2e2e2;
	}
}

@media screen and (max-width: 640px) {
	#recruit-header-nav {
		margin-bottom: 80px;
	}
}

#recruit-header-nav ul li a span {
	color: #ee3e27 !important;
	display: block;
	font-size: 16px;
}

#recruit h3 {
	text-align: center !important;
	font-size: 30px !important;
	border-bottom: none !important;
	position: relative !important;
	padding-bottom: 30px !important;
	display: block !important;
	margin-bottom: 80px !important;
  background-color: transparent !important;
}

#recruit h3:after {
	content: "";
	position: absolute;
	width: 87px;
	height: 4px;
	background-color: #ee3e27;
	bottom: 0;
	left: 50%;
	margin-left: -43.5px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin-bottom: 80px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
	.youtube iframe {
		min-height: 400px;
	}
}

.message {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.message {
		font-size: 22px;
		line-height: 34px;
		text-align: left;
	}
}

.recruit-photo-gallery {
	max-width: 1000px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 80px;
	padding-right: 550px;
	position: relative;
}

.recruit-photo-gallery img {
	position: absolute;
}

.recruit-photo-gallery img:nth-of-type(1) {
	top: 0;
	right: 0;
	width: 420px;
	height: auto;
}

.recruit-photo-gallery img:nth-of-type(2) {
	top: 200px;
	right: 280px;
	width: 230px;
	height: auto;
}

@media screen and (max-width: 950px) {
	.recruit-photo-gallery {
		padding-right: 0;
		padding-top: 400px;
	}
	.recruit-photo-gallery img:nth-of-type(1) {
		left: 50%;
		margin-left: -300px;
	}
	.recruit-photo-gallery img:nth-of-type(2) {
		left: 50%;
		margin-left: 50px;
	}
}

.recruit-photo-gallery .message {
	text-align: left;
}

.recruit-chk-list {
	width: 100%;
	margin-bottom: 50px;
}

.recruit-chk-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 30px);
}

.recruit-chk-list ul li {
	width: calc(33.333% - 30px);
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	float: left;
	border: 5px solid #eeeeee;
	box-sizing: border-box;
	padding: 30px;
	font-size: 22px;
	font-weight: bold;
}

@media screen and (max-width: 900px) {
	.recruit-chk-list ul {
		width: 70%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.recruit-chk-list ul li {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	.recruit-chk-list ul {
		width: 80%;
	}
}

.recruit-chk-list ul li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#works {
}

#works .message {
	text-align: left;
	max-width: 1200px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

.works-primary {
	position: relative;
	margin-bottom: 80px;
}

.works-primary .works-list {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../../images/recruit/back.gif");
	margin-bottom: 50px;
	position: relative;
	max-width: 1920px;
	min-height: 490px;
	box-sizing: border-box;
	overflow: hidden;
}

/*１枚目の写真*/
.list1.image1 {
	background: url("../../images/001.jpg") no-repeat center center / cover;
}

/*２枚目の写真*/
.list1.image2 {
	background: url("../../images/002.jpg") no-repeat center center / cover;
}

/*３枚目の写真*/
.list1.image3 {
	background: url("../../images/003.jpg") no-repeat center center / cover;
}

/*４枚目の写真*/
.list1.image4 {
	background: url("../../images/004.jpg") no-repeat center center / cover;
}

@media screen and (max-width: 900px) {
	.list1 .text {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.card-list-primary {
}

.card-list-primary .list {
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 20px;
	min-height: 415px;
}

.card-list-primary .list .time {
	background-color: #ee3e27;
	display: block;
	width: 80px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.card-list-primary .list .status {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #333333;
}

.card-list-primary .list p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 16px;
}

.card-list-primary .list .thum {
}

.card-list-primary .list .thum img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lSPager {
	margin-top: 30px !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
	width: 15px !important;
	height: 15px !important;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #ee3e27 !important;
}

.work-title {
	background-color: #ee3e27;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 90px;
	box-sizing: border-box;
	width: 1010px;
	position: absolute;
	top: 90px;
	z-index: 2;
}

.works-primary .works-list:nth-child(odd) .work-title {
	text-align: left;
	left: 50%;
	margin-left: -952px;
	padding-left: 450px;
}
.works-primary .works-list:nth-child(even) .work-title {
	text-align: right;
	right: 50%;
	margin-right: -952px;
	padding-right: 450px;
}

@media screen and (max-width: 1100px) {
	.work-title {
		position: relative;
		top: inherit !important;
		left: inherit !important;
		right: inherit !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 0;
		margin-bottom: 30px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
		text-align: left !important;
	}
	.works-primary .works-list {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1000px) {
	.work-title {
		margin-top: -52px;
	}
}
@media screen and (max-width: 640px) {
	.works-primary .works-list {
		padding-bottom: 12px;
	}
}

@media screen and (max-width:640px) {
  .work-title {
    width: 100%;
    box-sizing: border-box;
    font-size: 26px !important;
    letter-spacing: -2px;
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.works-primary .works-list .thum {
	position: absolute;
	top: 50px;
	z-index: 1;
}

.works-primary .works-list:nth-child(odd) .thum {
	right: 50%;
	margin-right: -530px;
}
.works-primary .works-list:nth-child(even) .thum {
	left: 50%;
	margin-left: -530px;
}

@media screen and (max-width: 1100px) {
	.works-primary .works-list .thum {
		position: relative;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		top: inherit !important;
		left: inherit !important;
		right: inherit !important;
	}
	.works-primary .works-list .thum img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.works-primary .works-list p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	top: 240px;
	width: 480px;
	box-sizing: border-box;
}

.works-primary .works-list:nth-child(odd) p {
	left: 50%;
	margin-left: -500px;
}
.works-primary .works-list:nth-child(even) p {
	right: 50%;
	margin-right: -515px;
}

@media screen and (max-width: 1100px) {
	.works-primary .works-list p {
		position: relative;
		top: inherit !important;
		left: inherit !important;
		right: inherit !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 30px !important;
		width: 100%;
		padding-left: 30px !important;
		padding-right: 30px !important;
		box-sizing: border-box;
		text-align: center !important;
	}
}

@media screen and (max-width: 700px) {
	.works-primary .works-list p {
		text-align: left !important;
	}
}

@media screen and (max-width: 640px) {
  .works-primary .works-list p {
    padding-left: 15px !important;
		padding-right: 15px !important;
  }
}

#schedule {
	margin-bottom: 80px;
}

.schedule-image {
	width: 100;
	margin-bottom: 120px;
  text-align: center;
}

.schedule-image img {
	backface-visibility: hidden;
	filter: blur(0);
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.schedule-image img.pc {
	display: block;
}

.schedule-image img.sp {
	display: none;
}

@media screen and (max-width: 700px) {
	.schedule-image img.pc {
		display: none;
	}

	.schedule-image img.sp {
		display: block;
	}
}

.recruit-photo-gallery .message {
	text-align: left;
}

.interview-list-primary {
	width: 100%;
	margin-bottom: 10px;
}

.interview-list-primary .list {
	width: 100%;
	margin-right: 30px;
	margin-bottom: 50px;
	float: left;
}

@media screen and (max-width: 1220px) {
	.interview-slider {
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 900px) {
	.interview-list-primary {
		width: 100%;
	}
	.interview-list-primary .list {
		width: 100%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}

.interview-list-primary .list .thum {
	width: 495px;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
	.interview-list-primary .list .thum {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

.interview-list-primary .list .thum img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.interview-list-primary .list p {
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 34px;
	margin-top: -8px;
}

@media screen and (max-width: 640px) {
	.interview-list-primary .list p {
		font-size: 22px;
		line-height: 34px;
	}
}

.recruit-detail {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 80px;
	margin-bottom: 100px;
}

.recruit-detail .table-content {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	padding-top: 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.2);
}

@media screen and (max-width: 640px) {
	.recruit-detail .table-content {
		padding: 30px;
	}
	.recruit-detail .table-content table {
		margin-top: 10px;
	}
	.recruit-detail .table-content th, .recruit-detail .table-content td {
		font-size: 22px !important;
		line-height: 29px !important;
	}
}


/*---------------------------------------------------------------------------

  Recruit

---------------------------------------------------------------------------*/

#recruit {
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}

#recruit h2 img {
	width:338px;
}

#recruit .table02 {
	width:100%;
	border-collapse:collapse;
}
#recruit .table02 th,
#recruit .table02 td {
	padding:12px;
	vertical-align:middle;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#recruit .table02 th {
	font-weight:normal;
	border-right:dotted 1px #cccccc;
}
#recruit .table02 th span.tc {
	display:inline-block;
	text-align:center;
}
#recruit .table02 td {
  text-align: left;
}

#recruit .entry {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  padding: 1em 0;
  margin: 30px auto 0;
  background-color: #00a57c;
  border-radius: 6px;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.2s all;
}
#recruit .entry:hover {
  color: #fff;
  background-color: #2BBF9A;  
}
#recruit .entry .icon {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 1em;
}
#recruit .entry .icon img {
  width: 100%;
  height: auto;
}



@media screen and (max-width:640px) {
	#recruit h2 img {
	  width:250px;
	}	
	#recruit .table02 {
		border-bottom:1px solid #cccccc;
	}	
	#recruit .table02 th,
	#recruit .table02 td {
		display:block;
		border-bottom:none;
		border-right:1px solid #cccccc;
		border-left:1px solid #cccccc;
	}
	#recruit .table02 th {
	}	
	#recruit .table02 td {
		border-top:1px dotted #cccccc;
	}	
}



/*---------------------------------------------------------------------------

  求人申し込み

---------------------------------------------------------------------------*/

#contact-table {
  width: 95%;
	margin:55px auto 0 auto;
}
@media screen and (max-width:640px) {
  #contact-table {
    margin:20px auto 0 auto;
  }
}

#contact-table .tel {
  margin-bottom: 30px;
  text-align: center;
}

#contact-table .tel .st {
  font-size: 137.5%;
  color: #00a57c;
  font-weight: bold;
}

/* 現在のページ */
#recruit .flow {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

#recruit .flow li {
  float: left !important;
  width: 33.333%;
  height: 50px;
  line-height: 50px;
  padding-left: 32px;
  margin-left: 0;
  background:#F1FFFB;
  display:inline-block;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#recruit .flow li.now {
  background-color: #00a57c;
  color: #fff;
}

#recruit .flow li span {    
  display:block;
  position:relative;
  z-index:1;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* 三角部分 */
#recruit .flow li span::before{
  border: 27px solid transparent;
  border-left: 17px solid #fff;
  box-sizing: border-box;
  content: "";
  height: 27px;
  width: 17px;
  margin: -27px 0 0 0;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index:2;
}

#recruit .flow li span::after{
  border: 25px solid transparent;
  border-left: 15px solid #F1FFFB;
  box-sizing: border-box;
  content: "";
  height: 25px;
  width: 15px;
  margin: -25px 0 0 0;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index:3;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#recruit .flow li.now span::after {
  border-left: 15px solid #00a57c;
}

#recruit .consensus {
  font-size: 112.5%;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width:640px) {
  #recruit .flow li {
    padding-left: 10px;
    text-align: center;
    font-size: 87.5%;
  }

  #contact-table .tel p {
    margin-bottom: 16px;
  }

  #contact-table .tel .mail {
    margin-bottom: 0;
  }


  #contact-table .tel .st {
    display: block;
    line-height: 1.6;
  }  
}


/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* -----------------------------------------------------------------------------
	link button
 -------------------------------------------------------------------------------*/

.link-button.mono a {
	border:2px solid #8d8d8d;
	color:#333333 !important;
	font-weight:normal;
}

.link-button.harf a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:55px;
	border:1px solid #cccccc;
}

.link-button a.pdf { background-image:url(../../image/layout/pdf.png); text-align:left; }
.link-button a.doc { background-image:url(../image/layout/doc.png); text-align:left; }
.link-button.mono a.pdf { background-image:url(../image/layout/pdf-mono.png); text-align:left; }
.link-button.mono a.doc { background-image:url(../image/layout/doc-mono.png); text-align:left; }
.link-button.harf a.pdf { background-image:url(../image/layout/pdf.png); text-align:left; background-size:40px 59px; }
.link-button.harf a.doc { background-image:url(../image/layout/doc.png); text-align:left; background-size:40px 59px; }
.link-button.mono.harf a.pdf { background-image:url(../image/layout/pdf-mono.png); text-align:left; background-size:40px 59px; }
.link-button.mono.harf a.doc { background-image:url(../image/layout/doc-mono.png); text-align:left; background-size:40px 59px; }



/* -----------------------------------------------------------------------------
	form
 -------------------------------------------------------------------------------*/
 
 .entry-mail_form {
  margin-top:0px;
}

.entry-mail_form table {
  width:100%;
  border-collapse:collapse;
  text-align:left;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.entry-mail_form tr:last-child th,
.entry-mail_form tr:last-child td {
  border-bottom:0;
}

.entry-mail_form th {
  text-align:left;
  background-color:#f6f6f6;
  width:28%;
  padding:20px;
  border-bottom:1px solid #ccc;
  vertical-align:top;
	white-space:nowrap;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .entry-mail_form th {
    width:inherit;
  }
  .table-content th {
    text-align:left;
    width:inherit;
      border-bottom: none;
    vertical-align:top;
    white-space:nowrap;
    display:block;
  }
  .table-content td {
    width:inherit;
    padding:20px;
      border-bottom:1px solid #ccc;
    display:block;
  }
  .table-content.nowrap th, .table-content.nowrap td {
    display:table-cell;
  }
  .table-content td.harf {
    border:none;
    padding:0;
    padding-left:15px;
    display:inline-block;
  }
  .table-content td.harf-top {
    padding-top:15px;
  }
  .table-content td.harf-bottom {
    padding-bottom:15px;
  }
}


.entry-mail_form th .ic-required {
  float:right;
  margin-left:150px;
}

.entry-mail_form td {
  padding:20px;
  border-bottom:1px solid #ccc;
}

/* send ok */

.entry-mail {
	text-align: center;
}

.sendok {
  color: #00a57c;
	font-size:137.5%;
  font-weight: bold;
	margin-bottom:1em;
}

.entry-info {
  margin-bottom: 30px;
}


/* form material */

textarea    { resize:vertical; }
textarea,
.ip_l       { width:100%; }
.ip_ss      { width:10%; }
.ip_s       { width:15%; }
.ip_m       { width:60%; }

@media screen and (max-width:640px) {
  .ip_m       { width:100%; }
}

input[type="text"],
select,
textarea {
	padding:6px;
	border:1px solid #e0e0e0;
	background-color:#fff;
  box-sizing:border-box;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
	border-color:#b9b9b9;
}

option {
	padding-right:0.5em;
}

.error input[type=text], 
.error textarea,
.error select {
	border-color:#f8bbbd;
	background-color:#ffeeee;
}

.error .m-ckbox+label:before,
.error .m-radio+label:before {
	border-color:#f8bbbd;
	background-color:#ffeeee;
}

.error p {
	padding-bottom:0.5em;
}

.txt-red {
	color:#ff0000;
}

.ic-required {
    display:inline-block;
    background-color:#f26419;
    color:#fff;
    padding:0.15em 0.5em;
    box-sizing:border-box;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    font-weight:normal;
}


/* form button */

.post-btn {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
}

.form-btn,
.link-button a {
  width:220px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  margin-left:auto;
  margin-right:auto;
  outline:none;
  text-decoration:none;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background-color:#00a57c;
  color:#fff;
  padding:15px;
  display:inline-block;
  -moz-transition:background-color ease-in-out  0.15s;
  -o-transition:background-color ease-in-out  0.15s;
  -webkit-transition:background-color ease-in-out  0.15s;
  transition:background-color ease-in-out  0.15s;
}

.form-btn:hover,
.link-button a:hover {
  background-color:#2BBF9A;
}

.form-btn:disabled,
.form-btn:disabled:hover,
.link-button a:disabled,
.link-button a:disabled:hover {
  background-color:#cccccc;
}


.form-btn-back,
.form-btn-clear {
  width:220px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  margin-right:20px;
  outline:none;
  text-decoration:none;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background-color:#fff;
    border: 1px solid #0a3e86;
  color:#0a3e86;
  padding:15px;
  -moz-transition:background-color ease-in-out  0.15s;
  -o-transition:background-color ease-in-out  0.15s;
  -webkit-transition:background-color ease-in-out  0.15s;
  transition:background-color ease-in-out  0.15s;
  display:inline-block;
}

@media screen and (max-width: 640px) {
  .form-btn-back,
  .form-btn-clear {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.form-btn-back:hover,
.form-btn-clear:hover {
  background-color:#eff2f7;
}

.form-btn-back:disabled,
.form-btn-back:disabled:hover,
.form-btn-clear:disabled,
.form-btn-clear:disabled:hover {
  background-color:#c8c8c8;
}

/* chkbox */

.m-ckbox {
	margin-top:-0.25em;
	display:none;
}

.m-ckbox+label {
	display:inline-block;
	cursor:pointer;
	margin-top:0.25em;
	margin-bottom:0.25em;
	font-family:inherit;
}

.m-ckbox+label:before {
	content:"";
	width:1.5em;
	height:1.5em;
	line-height:1.2em;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	color:transparent;
	padding:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:2px solid #c8c8c8;
	background-color:#fff;
	margin:-2px 0.5em 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, background-color ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
}

.m-ckbox:hover+label:before {
	background-color:#c8c8c8;
	color:#fff;
}

.m-ckbox:checked+label:before {
	border-color:#f26419;
	background-color:#f26419;
	color:#fff;
	content:"✔";
}

/* chkbox group */

.m-ckbox-group label {
	margin-right:1.5em;
}

/* label size */

.m-ckbox+label.label--s  { min-width:6em; }
.m-ckbox+label.label--m  { min-width:10em; }
.m-ckbox+label.label--l  { min-width:15em; }
.m-ckbox+label.label--2l { min-width:31.5em; }


/* radio button */

.m-radio {
  display:none;
  margin-top:-0.25em;
}

.m-radio+label {
  display:inline-block;
  cursor:pointer;
  margin-top:0.25em;
  margin-bottom:0.25em;
  font-family:inherit;
}

.m-radio+label:before {
  width:1.25em;
  height:1.25em;
  display:inline-block;
  content:"";
  border-radius:1.25em;
  -moz-border-radius:1.25em;
  -webkit-border-radius:1.25em;
  vertical-align:middle;
  border:2px solid #c8c8c8;
  background-color:#fff;
  margin:-2px 5px 0 0;
  -webkit-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.m-radio:hover+label:before {
  border-color:#c8c8c8;
  background-color:#c8c8c8;
  box-shadow:inset 0 0 0 0.25em #fff;
}

.m-radio:checked+label:before {
  border-color:#f26419;
  background-color:#f26419;
  box-shadow:inset 0 0 0 0.25em #fff;
}


/* radio button group */

.m-radio-group label {
  margin-right:1.5em;
}