@charset "UTF-8";

/* title */
.page-title {
  padding: 45px 0 0 0;
  margin-bottom: 50px;
}
.page-title .string {
  color: #000;
  font-size: 47px;
  font-weight: normal;
  line-height: 1.6;
  border-left: 6px solid #FFC800;
  padding-left: 35px;
}

@media screen and (max-width: 640px) {
 .page-title {
  padding: 20px 0 0 0;
  margin-bottom: 15px;
 }
 .page-title .string { 
  font-size: 2.8rem;
  font-weight:bold;
  padding-left: 20px;
  }
  
  .page-title.news {
  margin-bottom: 15px;
 }
}
.header-a p {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 20px;
	background: linear-gradient(transparent 60%, #FEE78D 50%);
}
/*.header-a {
  background-image:url(../images/content/ttl-bg.png);
  background-size: 100%;
  height:64px;
  padding:20px 0 0 15px;
}*/

.catch {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.6rem;
	line-height: 1.8;
	letter-spacing: 3.5px;
}

@media screen and (max-width: 640px) {
	
.catch {
	font-size: 1.9rem;
	line-height: 1.7;
	letter-spacing: 2.5px;
}

.header-a p {
	font-size: 1.8rem;
	line-height: 1.7;
	margin-bottom: 15px;
	background: none;
}
	
/*.header-a {
  background-size: 100% 100%;
  height:auto;
  padding:13px 10px 10px 10px;
  line-height: 1.2;
}*/
}
.header-b {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F3F3F3), color-stop(50%, #ffffff));
  background-image: -moz-linear-gradient(#F3F3F3 0%, #ffffff 50%);
  background-image: -webkit-linear-gradient(#F3F3F3 0%, #ffffff 50%);
  background-image: linear-gradient(#F3F3F3 0%, #ffffff 50%);
  padding-top: 20px;
  padding-bottom: 15px;
  */
  font-weight: bold;
  border-top: 5px solid #FFC800;
  padding-top: 20px;
}


@media screen and (max-width: 640px) {
.header-b {
  background-size: 100% 100%;
  height:auto;
  background-repeat: repeat-x;
  padding:15px 10px 0 0;
}

.map iframe { width: 100%; }

}

.header-c {
	background:url(../images/content/h2-bg.png);
	background-repeat:no-repeat;
	height:52px;
}

.header-c .string {
  position: relative;
  padding-top: 13px;
  padding-left: 50px;
  font-size: 2.4rem;
  color:#FFFFFF;
  font-weight:normal;
  letter-spacing:0.1em;
}


.header-d {
  color: #fff;
  font-weight: bold;
  background-color: #94C101;
  padding: 10px 10px 6px 15px
}



/* icon arrow button*/
.icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}
.icon.icon--arrow {
    width: 10px;
    height: 9px;
    border-top: 4px solid #ff9700;
    border-right: 4px solid #FF9700;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.icon.icon--arrow.icon--arrow-pink {
  border-color: #ff7d7b;
}
.icon.icon--arrow.icon--arrow-per {
  border-color: #9c86c4;
}
.icon.icon--arrow.icon--arrow-blue {
  border-color: #669ad5;
}
.icon.icon--arrow.icon--arrow-green {
  border-color: #01a656;
}
.icon.icon--arrow.icon--arrow-orange {
  border-color: #FE9200;
}

.icon.icon--require {
  background-color: #ff9400;
  padding: 4px 6px 2px 6px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  border-radius: 20px
}
.icon.icon--tel {
  background-image: url(../images/icon/icon-tel.png);
  background-repeat:no-repeat;
  width: 22px;
  height: 17px;
  position:relative;
  top:7px;
  margin-right:6px;
}
.icon.icon--pdf {
  background-image: url(../images/icon/icon-pdf.png);
  background-repeat:no-repeat;
  width: 35px;
  height: 42px;
  position:relative;
  top:-10px;
  margin-right:8px;
}

@media screen and (max-width: 640px) {
  .icon.icon--tel {
  top:9px;
  }
  
  .header-d {
  padding: 5px 10px 4px 7px
  }
}

.icon.icon--circle-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--circle-arrow.icon--circle-arrow--pink {
  background: #FF7568;
}
.icon.icon--circle-arrow.icon--circle-arrow--orange {
  background: #d67112;
}
.icon.icon--circle-arrow.icon--circle-arrow--yellow {
  background: #eda700;
}
.icon.icon--circle-arrow.icon--circle-arrow--blu {
  background: #6899d5;
}
.icon.icon--circle-arrow-w {
  top: 3px;
  background: #FFF;
  margin-right: 5px;
  border-radius: 100px;
  width: 14px;
  height: 14px;
}
.icon.icon--circle-arrow-w:after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #85ac4e;
  border-right: 2px solid #85ac4e;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--circle-arrow-w.icon--circle-arrow-w--pink:after {
  border-color: #ff7d7b;
}
.icon.icon--circle-arrow-w.icon--circle-arrow-w--per:after {
  border-color: #9c86c4;
}
.icon.icon--circle-arrow-w.icon--circle-arrow-w--blue:after {
  border-color: #669ad5;
}
.icon.icon--text {
  background-color: #e43c0d;
  padding: 6px 9px 3px 9px;
  color: #FFF;
  border-radius: 100px;
}
.icon.icon--cat {
  background-color: #d67112;
  padding: 4px 1px 2px 1px;
  width: 90px;
  color: #FFF;
  font-size: 1.2rem;
  border-radius: 100px;
  text-align: center;
}
.icon.icon--cat.icon--cat--alert {
  background-color: #e63a00;
}
.icon.icon--cat.icon--cat--news {
  background-color: #92C221;
}
.icon.icon--cat.icon--cat--blog {
  background-color: #F4A8BC;
}
.icon.icon--cat.icon--cat--recruit {
  background-color: #68B1C7;
}

@media screen and (max-width: 640px) {
  .icon.icon--cat {
    padding: 3px 1px 2px 1px;
  }
}

.icon.icon--circle-text {
  background: #ff9400;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  text-align: center;
  line-height: 1.2;
  color: #FFF;
}

.button {
  cursor: pointer;
  position: relative;
  vertical-align: top;
  line-height: 1;
  text-decoration: none;
  user-select: none;
}

.button.button--default {
  background-color: #FF8600;
  color: #FFF;
  padding: 20px 10px 18px 8px;
  border-radius: 6px;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

.button.button--default.button--default--green {
  background: #FFF;
  color: #00A74C;
}
.button.button--default.button--default--pink {
  background: #FFF;
  color: #ff7d7b;
}
.button.button--default.button--default--per {
  background: #FFF;
  color: #9c86c4;
}
.button.button--default.button--default--blue {
  background: #FFF;
  color: #669ad5;
}
.button.button--default .icon--arrow {
  top: 3px;
  margin-right: 5px;
}
.button--submit {
  background-color: #FFF;
  padding: 17px 25px 13px 25px;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #01a84e;
  border-radius: 4px;
}
.button--submit .icon {
  top: 0;
}
.button.button--a {
    background-color: #FFFFFF;
    padding: 11px 10px 6px 22px;
    color: #FF9700;
    font-size: 1.9rem;
    border-radius: 50px;
    box-sizing: border-box;
    border: #FF9700 2px solid;
    height: 41px;
}
.button.button--a .icon {
    top: 2px;
    right: -8px;
    margin-right: 0;
}
.button.button--a.button--a--pink {
  background-color: #ff7d7b;
}
.button.button--a.button--a--per {
  background-color: #9c86c4;
}
.button.button--a.button--a--blue {
  background-color: #669ad5;
}
.button.button--a.button--a--full {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.button.button--a.button--a--full .icon {
  position: absolute;
  left: 10px;
  top: 8px;
}

.wrap-buttons .button {
  margin-bottom: 3px;
  margin-right: 2px;
}


.dot-line{
	background-image: linear-gradient(to bottom, #B49E7F, #B49E7F 1px, transparent 1px, transparent 3px);
    background-size: 1px 4px;
    background-position: left;
    background-repeat: repeat-y;
}

.dot-line.right{
    background-position: right;
}
	
@media screen and (max-width: 640px) {
	.dot-line{
	background-image:none;
    background-size: 1px 4px;
    background-position: left;
    background-repeat: repeat-y;
	}

	.dot-line.right{
   background-position: right;
	}
}


/* text */
.set-color-green{
	color:#83CC00;
}
.set-color-orange{
	color:#FF8600;
}
.set-color-orange :a:link{
	color:#F89900;
}
.set-color-white{
	color:#ffffff;
}
.set-color-white a:link{
	color:#ffffff;
}
.set-color-white a:visited{
	color:#ffffff;
}
.set-color-pink{
	color:#E2A4B0;
}
.set-color-blue{
	color:#00B8E4;
}
.set-color-red{
	color:#E71A44;
}

.set-color-yellow{
	color:#FEFF00;
}


.set-color-sans{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/*bg*/
.set-bg-color-white{
	background-color:#FFFFFF;
}
@media screen and (max-width: 640px) {
.set-sp-bg-color-white{
	background-color:#FFFFFF;
}
}

.set-bg-color-yellow{
	background-color:#FFE200;
}
.set-bg-color-lightblue{
	background-color:#62BDF7;
}
.set-bg-color-blue{
	background-color:#00B7E6;
}
.set-bg-color-beige{
	background-color:#F4F2E9;
}
.set-bg-color-pink{
	background-color:#FF8984;
}
.set-bg-color-green{
	background-color:#08C37B;
}
.set-bg-color-orange{
	background-color:#F59900;
}
.set-bg-color-yellow{
	background-color:#FFC800;
}
.set-bg-color-mintblue{
	background-color:#EFF6F6;
}
.set-bg-color-gray{
	background-color:#EDF1F4;
}


/* table */
  .table-default {
	  width: 100%;
  }
  .table-default tbody th,
  .table-default tbody td {
	  padding: 36px 30px 30px 0;
  }
  .table-default thead th {
  }
  .table-default tbody th {
	width: 17%;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid #222;
  }
  .table-default tbody td {
	text-align:left;
	border-bottom: 1px solid #BBB;
	padding-left: 20px;
  }
  /*.table-default tbody tr:last-child th,
  .table-default tbody tr:last-child td {
    border-bottom: none;
  }*/

@media screen and (max-width: 640px) {
  .table-default thead th,
  .table-default tbody th,
  .table-default tbody td {
	  width: 100%;
	  display: block;
    padding: 20px 10px 20px 0;
  }
  .table-default tbody th {
	letter-spacing:normal;
	padding-bottom: 10px;
  }
  .table-default tbody td {
	  margin-bottom: 5px;
  }
}

  .table-form {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  }
  .table-form tr th,
  .table-form tr td {
  padding: 17px 20px 14px 15px;
  border: 1px solid #CCC;
  border-bottom: 0;
  text-align: left;
  }
  .table-form tr th {
  width: 220px;
  background: #fff;
  color: #222;
  border-left: 0;
  padding-left: 20px;
  }
  .table-form.outline tr th {
  width: 160px;
  }
  
  .table-form tr td {
    background: #fff;
	border-right: 0;
	padding-left: 20px;
  }

  form .table-form th {
    font-weight: bold;
  }
  .input-box {
    text-align: center;
    padding-top: 25px;
  }
  .input-box input {
  	width: 29%;
	font-size: 2.4rem;
  	background-color: #FC8800;
    color: #FFF;
    padding: 24px 0 16px 0;
    box-shadow:0px 0px 3px 0px #999;
    -moz-box-shadow:0px 0px 3px 0px #999;
    -webkit-box-shadow:0px 0px 3px 0px #999;
	border: 1px solid #FA7C00;
  }
  
  @media screen and (max-width: 640px) {
	  .table-form {
  border-top: 1px solid #ccc;
  }
  
    .input-box input {
   	 padding: 21px 0 22px 0;		
	}
  }
  .input-box input.prev {
  	color: #555;
  	background-color: #eee;
	border: 0;
  }
  
  /*.input-box input:hover {
  oacity:0.7;
  color: #FFF;
  text-decoration: none;
  }

  .input-box .top a {
  color: #FFF;
  font-size: 110%;
  font-weight: bold;
  padding: 16px 60px 14px 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  background-image: url(../images/content/next-s-w.png) ,linear-gradient(to bottom, #da7300 0%,#c85600 100%);
  background-repeat: no-repeat;
  background-position: 5%;
  }
  
  .input-box .top a:hover {
  background-color: #DC0049;
  color: #FFF;
  text-decoration: none;
  }

  .input-box .entry a {
  color: #FFF;
  font-size: 160%;
  font-weight: bold;
  padding: 16px 60px 14px 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  background-image: url(../images/content/next-s-w.png) ,linear-gradient(to bottom, #da7300 0%,#c85600 100%);
  background-repeat: no-repeat;
  background-position: 5%;
  }
  
  .input-box .entry a:hover {
  background-color: #DC0049;
  color: #FFF;
  text-decoration: none;
  }*/
  
  .list-default li {
    position: relative;
    font-weight: normal;
    padding-left: 16px;
    padding-bottom: 9px;
    line-height: 1.3;
  }
  .list-default li:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    margin-left: -17px;
    background: #F2A8BC;
    border-radius: 100px;
    width: 10px;
    height: 10px;
  }
  
  .list-check li {
	background: url(../images/content/icon_check.png) 0 0 no-repeat;
	padding: 1px 0 0 30px;
	display: inline-block;
	margin-right: 15px;
  }
  
@media screen and (max-width: 728px){
  #container table.set-w th {
    white-space: normal;
  }
}

  .table-form td input.address {
    width: 75%;
  }
  .table-form td.birthday input {
    width: 50px;
  }
  .table-form td input.zip {
    width: 10%;
  }
  
  .table-form td input {
    border: 1px solid #bbb;
  }
  
  .table-form td .on {
	  background-color: #FFF8EC;
  }

  .table-form td textarea {
    font-size: 14px;
    width: 90%;
    padding: 4px;
    border: 1px solid #bbb;
  }

  .require {
  display: inline-block;
  }

  .require {
  float: right;
  background: #FF9400;
  margin-top: 1px;
  padding: 3px 5px 1px 5px;
  color: #fff;
  font-size: 80%;
  line-height: 1.1;
  border-radius:0;
  }

  ul li.error_messe {
  list-style: disc;
  color: #FC8800;
  font-weight: bold;
  margin: 0 0 3px 20px;
  }
  
  @media screen and (max-width: 728px){
  
  #container .table-form {
	  border-bottom: 0;
  }
  
  #container .table-form th,
  #container .table-form td{
    width: auto;
    display: block;
    text-align: left;
	padding: 11px 10px 11px 11px;
  }
  
  #container .table-form th {
	  border-top: 0;
	  border-right: 0;
	  border-bottom: 0;
	  padding-bottom: 0;
  }
  
  #container .table-form td {
	  border-top: 0;
	  border-left: 0;
	  border-bottom: 1px solid #ccc;
	  padding-top: 5px;
  }
  
  #container .input-box {
    padding-top: 15px;
  }
  
  #container .input-box input {
    width: 100%;
  }
  
  #container .input-box input {
	font-size: 2.1rem;
  	padding: 21px 0 18px 0;
  }
  
  #container .table-form td input.zip {
    width: 15%;
  }
  
  #container .table-form td textarea {
    width: 100%;
  }
  
  #container .require {
  margin-top: 1px;
  padding: 4px;
  }
}

/*採用ページで使用*/
	#page-title {
	
	}
	
	#page-title h2 {
		color: #FF8600;
		font-size: 4.7rem;
		line-height: 1.1;
		margin-right: auto;
		margin-left: auto;
		width: 1000px;
		padding: 55px 0 0 0;
	}

	h3.title-a {
		color: #86C800;
		font-size: 3.2rem;
		border-top: 2px solid #86C800;
		border-bottom: 2px solid #86C800;
		padding: 18px 0 10px 0;
	}
	
	h3.title-b {
		color: #F49700;
		font-size: 3.6rem;
		border-top: 4px solid #F49700;
		padding: 15px 0 0 0;
		line-height: 1.3;
	}
	h3.title-b span {
		font-size: 2.4rem;
	}
	
	h3.title-c {
		color: #89C600;
		font-size: 3.6rem;
		border-top: 4px solid #89C600;
		padding: 20px 0 0 0;
		line-height: 1.3;
	}
	
	@media screen and (max-width: 640px) {
		#page-title {
		}
		#page-title h2 {
			font-size: 3.0rem;
			width: 100%;
			text-align:center;
			padding:25px 0 10px 0;
		}
		
		h3.title-a {
			font-size: 2.4rem;
			padding: 12px 0 10px 0;
		}
		
		h3.title-b {
			font-size: 2.7rem;
			padding: 10px 0 0 0;
			line-height: 1.2;
		}
		h3.title-b span {
			font-size: 2.1rem;
		}
		
		h3.title-c {
			font-size: 2.7rem;
			padding: 17px 0 0 0;
		}
		
		.list-check li {
			padding: 1px 0 0 30px;
			display: block;
			margin-right: 0;
			background-size: 21px 20px;
		  }
		
	}
	
	.tel-box {
		width: 40%;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 22px 0 19px 0;
		background-color: #fff;
		text-align: center;
		line-height: 1.2;
	}
	.tel-box dd p {
		font-size: 5.2rem;
		color: #F49700;
		letter-spacing: -1px;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}
	.tel-box dd p a {
		text-decoration: none;
	}
	
	@media screen and (max-width:640px) {
		.tel-box {
			width: 100%;
		}
		.tel-box dd p {
			font-size: 3.2rem;
		}
	}
	
	.recruit-guide .col.col--3 .box {
		margin-right: 3.5%;
		width: 31%;
	}
	.recruit-guide .col.col--3 .box:nth-child(3n) {
		float: right;
		margin-right: 0;
	}
	
	.recruit-guide .button--default {
		line-height: 1.4;
		padding: 15px 0 8px 0;
	}
	
	@media screen and (max-width:640px) {
		.recruit-guide .button--default {
			line-height: 1.2;
			padding: 11px 0 8px 16px;
		}
	}
	
	.wrap-flow .box {
		position: relative;
	}
	.wrap-flow .box:after {
		position: absolute;
		top: 13px;
		right: -62px;
		z-index: 2;
		content: "";
		display: block;
		background: url(../images/page/recruit/arrow.png) 0 0 no-repeat;
		width: 50px;
		height: 100px;
	}
	.wrap-flow .box.last-child:after {
		display: none;
	}
	
	.wrap-flow .box.last-child dl {
		width: 170px;
		height: 170px;
		padding-top: 40px;
		background-color: #FF8600;
		border-radius: 100px;
		color: #fff;
		margin-top: -20px;
		text-align: center;
	}
	.wrap-flow .box.last-child dl dt {
		font-size: 2.5rem;
	}
	.wrap-flow .box.last-child dl dd {
		font-weight: normal;
		line-height: 1.3;
	}
	
	.col--4.wrap-flow > .box {
		width: 20%;
		margin-right: 7.5%;
	}
	.col--4.wrap-flow > .box:last-child {
		float: right;
		margin-right: 0;
		width: 17%;
	}
	
	.wrap-flow .box dl dt {
		margin-bottom: 5px;
	}
	
	@media screen and (max-width: 728px) {
	
		#container .wrap-flow .box {
			width: 100%;
			position: relative;
			padding-bottom: 65px;
		}
		#container .wrap-flow .box:after {
			position: absolute;
			top: inherit;
			bottom: -25px;
			right: inherit;
			left: 48%;
			margin-left: -24px;
			-moz-transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			background-size: 90%;
		}
		
		#container .wrap-flow .box.last-child {
			padding-bottom: 30px;
		}
		
		#container .wrap-flow .box.last-child dl {
			padding-top: 46px;
			margin: 0 auto;
			margin-top: 10px;
		}
	}
	
	/*募集要項*/
	.table-b {
	  width: 100%;
	  border-bottom: 1px solid #ccc;
	}
	.table-b th,
	.table-b td{
	  padding: 15px 10px 12px 15px;
	  border: 1px solid #ccc;
	  border-bottom: 0;
	}
	
	.table-b th,
	.table-b td,
	.table-b td ul{
	 font-size:1.6rem!important;	
	}
	
	
	.table-b th {
	  background-color: #86CA00;
	  width: 180px;
	  color: #FFF;
	  font-weight: normal;
	  white-space: nowrap;
	  text-align: left;
	}
	.table-b td {
	  background-color: #fff;
	}
	
	.table-b td.list-btm {
	  padding-bottom: 4px;
	}
	
	.table-b td .list li:before {
	  top: 6px;
	}
	
	.btn-entry {
		width: 50%;
		margin: 0 auto;
	}
	.btn-entry p {
		font-size: 2.4rem;
	}
	.btn-entry .button--default {
		padding: 32px 0 24px 0;
	}
	
	@media screen and (max-width: 640px) {
	
		#container .table-b th,
		#container .table-b td {
			width: auto;
			display: block;
			text-align: left;
			padding: 11px 10px 11px 11px;
		}
		
		#container .table-b td .list li:before {
			top: 7px;
		}
		
		.btn-entry {
			width: 100%;
			margin: auto;
		}
		.btn-entry p {
			font-size: 2.1rem;
		}
		.btn-entry .button--default {
			padding: 21px 0 18px 0;
		}
	}
  
	
	/*共通*/
	.icon {
		position: relative;
		display: inline-block;
		background: 0 0 no-repeat;
		background-size: 100% auto;
		vertical-align: top;
		line-height: 1.3;
	}
	.icon.icon--circle-arrow {
		top: 6px;
		background:#FFC800;
		margin-right: 4px;
		border-radius: 100px;
		width: 18px;
		height: 18px;
	}
	
	.table-form.outline .icon.icon--circle-arrow {
		top: 1px;
	}

	table.company-info span.icon.icon--circle-arrow {
		top: 1px;
	}
	
@media screen and (max-width: 640px) {
	table.company-info span.icon.icon--circle-arrow {
		top: 0;
	}
}

	.table-b .icon.icon--circle-arrow {
		top: 1px;
	}
	
	.icon.icon--circle-arrow-big {
		top: -2px;
		background:#FF8600;
		margin-right: 4px;
		border-radius: 100px;
		width: 28px;
		height: 28px;
	}

@media screen and (max-width: 640px) {
	.icon.icon--circle-arrow {
		top: 5px;
	}
}
	.icon.icon-arrow {
    display: inline-block;
    content: "";
    top: 4px;
    left: 0;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    border: 5px solid transparent;
    border-left: 5px solid #FFFFFF;
    /*margin-right: 5px;*/
}

.icon.icon-arrow.yellow {
    border-left: 5px solid #FFC800;
}

/*.sidebar .icon.icon-arrow {
    top: 6px;
}*/
	
	.icon.icon--circle-arrow.red,.icon.icon--circle-arrow.blue {
		background: #FFFFFF;
	}
	.icon.icon--circle-arrow:after {
		display: block;
		content: "";
		position: absolute;
		left: 4px;
		top: 5px;
		width: 5px;
		height: 5px;
		border-top: 3px solid #222;
		border-right: 3px solid #222;
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.icon.icon--circle-arrow-big:after {
		display: block;
		content: "";
		position: absolute;
		left: 10px;
		top: 9px;
		width: 6px;
		height: 6px;
		border-top: 4px solid #FFC800;
		border-right: 5px solid #FFC800;
		-moz-transform: rotate(45deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.icon.icon--circle-arrow.red:after {
		border-top: 3px solid #D81700;
		border-right: 3px solid #D81700;
	}
	.icon.icon--circle-arrow.blue:after {
		border-top: 3px solid #0AC6C6;
		border-right: 3px solid #0AC6C6;
	}
	
	
	@media screen and (max-width: 640px) {
	.icon.icon-arrow {
    top: 6px;
}
}

a.txt-link { text-decoration: underline; }