@charset "utf-8";
/* CSS Document */
/**************************************************************
ボタン設定
**************************************************************/
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px; text-decoration:none;}
.btn:hover,.btn-darkblue:hover{
	background-color: #03a9f4;
	color: #FFFFFF !important;
}
.btn-white {
	background-color: #ffffff;
	color: #666666;
}
.btn-darkblue {
	background-color: #0071bc;
	border-color: #0071bc;
	color: #ffffff !important;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 6px 12px;
}
.btn-black {
	background-color: #000000;
	border-color: #000000;
}
.btn-f5 {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.btn-f5 a {
	color: #1e377d;
}
.b-radius-no {
	border-radius: 0px;
}
.btn-white:hover{
	color: #666666;
	cursor: pointer;
	/*filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;*/
	text-decoration: none;
}
.btn-darkblue:hover{
	cursor: pointer;
	/*filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;*/
	text-decoration: none;
}
.btn-content:hover{
	cursor: pointer;
	/*filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;*/
	text-decoration: none;
    background-color: #03a9f4;
	color: #FFFFFF !important;
}
.btn-content {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px;
	background-color: #1E377D;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF !important;
}
.btn-block{display:block;width:100%;}








.a{
    color: 9c9c9c;
}

.title-a {
    font-size: 280%;
    font-weight: 600;
    text-align: center;
}

.center-line {
    height: 1px;
    background-color: #4e4e4e;
    margin: 0 auto;
    margin-top: 10px;
    width: 60%;
    margin-bottom: 60px;
}

.subtitle-a {
    color: 6e6e6e;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}
.subtitle-a2 {
    color: 6e6e6e;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px
}
.subtitle-a3 {
    color: 6e6e6e;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px
}

.titleunder-a {
    color: 9c9c9c;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}
.titleunder-a2 {
    color: 9c9c9c !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}

.text-a {
    font-size: 90%;
    margin-bottom: 30px !important;
}


.icon-a {
    width: 70px;
    margin: 0.3em;
}
.icon-a2 {
    width: 60px;
}

.margin0 {
  margin: 0px;
}

.bg-a {
    width: 100%;
    height: 400px;/
    background: url(http:///anthink.co.jp/wp/wp/wp-content/uploads/2018/02/top-image2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.bg-b {
    width: 100%;
    height: ;
    background: url(http://anthink.co.jp/wp/wp/wp-content/uploads/2018/01/recruit01.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.recruit-text1 {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  padding: 0.2em;  
}
.recruit-text2 {
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  padding: 0.2em;  
}



.link-box {
  border: 1px solid #909090;
}

/**************************************************************
装飾ボックス
**************************************************************/
.ribbon{
  position:relative;
  background: ;
  padding: 1em;
}
.ribbon:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 25px 15px 25px 0;
}

.ribbon:after{
  /*先程のサンプルからborderの記述のみ変更*/
  border-style: solid;
  border-color: transparent #f9f9f9 #e71c1e transparent;
  border-width: 0 20px 20px 0;
}




/**************************************************************
アンダーライン
**************************************************************/
p.multi{
	padding:6px 0;
	border-bottom:3px solid #ff150c;
	position:relative;
    margin-bottom: 30px;
}
p.multi:before, h2.multi:after{
	content:"";
	display:block;
	height:8px;
	position:absolute;
	bottom:-8px;
}
p.multi:before{
	width:20%;
	left:8%;
	background:rgba(255,255,255,0.7);
}
p.multi:after{
	width:30%;
	left:12%;
	background:rgba(87,176,224,0.6);
}






/**************************************************************
 想い-ボックス
**************************************************************/
.row{margin-right:0px;margin-left:-0px;}
.arrow-box {
	font-size: 90% !important;
}
}

.arrow {
    margin: 0 auto 50px;
    padding-top: 15px; 
    position: relative;
}
.arrow span{
	position: relative;
    z-index: 3;
}
.arrow:before {
    width: 100px; 
    height: 80px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFC300));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFC300);
    background-image: linear-gradient(#FFFFFF, #FFC300);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
}
.arrow:after {
    border-top: 35px solid #FFC300;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -70px;
}
.arrow-box {
	background: #e71c1e;
	color: #ffffff;
	float: left;
	line-height: 140%;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 25%;
}
.arrow-box:after {
	top: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(30, 55, 125, 0);
	border-top-color: #e71c1e;
	border-width: 10px;
	margin-left: -10px;
}
.arrow-box-right {
	float: left;
	margin-left: 15px;
	line-height: 120%;
	width: 67%;
}
.box {
	float: left;
	position: relative;
	min-height: 1px;
	width: 100%;
}
.headline-title {
    color: ;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding-left: 1em;
    line-height: 1.6em;
    border-left: 4px solid #e71c1e;
}



/**************************************************************
 ボタン
**************************************************************/
.button01 {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button01 {
  background-color: #e71c1e;
  border: 2px solid #e71c1e;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
}
.button01:hover {
  background-color: #fff;
  border-color: #e71c1e;
  color: #e71c1e;
  font-weight: 600;
}





.button02 {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02 {
  background-image: url(http://anthink.co.jp/wp/wp/wp-content/uploads/2018/01/recruit01.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  border: 2px solid #fff;
  color: #fff;
  width: 100%;
}
.button02:hover {
  background-color: rgba(255, 255, 255, .2);
}





/**************************************************************
 テキストと写真を重ねる
**************************************************************/
@media only screen and (max-width: 767px) {
  .box-a{
    padding-top: 3em;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .box-b{
    padding-top: 3em;
    margin-left: 0px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.box-a{
    padding-top: 1em;
    margin-right: -80px;
  }
.box-b{
    padding-top: 1em;
    margin-left: -80px;
  }
}
@media (min-width: 992px) and (max-width: 1165px) {
.box-a{
    padding-top: 4em;
    margin-right: -80px;
  }
.box-b{
    padding-top: 4em;
    margin-left: -80px;
  }
}
@media only screen and (min-width: 1166px){
  .box-a {
    margin-right: -100px;
    padding-top: 7em;
  }
  .box-b {
    margin-left: -100px;
    padding-top: 7em;
  }
}
.text-a3{
  background: linear-gradient(transparent 40%,#ff99005c 40%) !important;
}
.text-a2{
  background: linear-gradient(transparent 40%,#ff99005c 40%) !important;
}
/**************************************************************
記事　装飾
**************************************************************/
.text-a1 {
  position: relative;
  padding-bottom: .5em !important;
  border-bottom: 4px solid #ccc  !important;
  font-weight: bold;
}
.text-a1:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #e71c1e  !important;
}



/**************************************************************
 2018/1/30　藤田
**************************************************************/


.aw_caption {
    background-color: #BF7F80;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 15px;
    border: 0;
}

h10 {
background: #c2edff;/*背景色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

.button_wrapper{
   text-align:center;
}

/**************************************************************
 想い-ボックス
**************************************************************/
.row{margin-right:0px;margin-left:-0px;}
.arrow-box02 {
	font-size: 90% !important;
}
}

.arrow {
    margin: 0 auto 50px;
    padding-top: 15px; 
    position: relative;
}
.arrow span{
	position: relative;
    z-index: 3;
}
.arrow:before {
    width: 100px; 
    height: 80px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFC300));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFC300);
    background-image: linear-gradient(#FFFFFF, #FFC300);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
}
.arrow:after {
    border-top: 35px solid #FFC300;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -70px;
}
.arrow-box02 {
	background: #2793e6;
	color: #ffffff;
	float: left;
	line-height: 140%;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 25%;
}
.arrow-box02:after {
	top: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(30, 55, 125, 0);
	border-top-color: #2793e6;
	border-width: 10px;
	margin-left: -10px;
}
.arrow-box02-right {
	float: left;
	margin-left: 15px;
	line-height: 120%;
	width: 67%;
}
.box {
	float: left;
	position: relative;
	min-height: 1px;
	width: 100%;
}
.headline-title02 {
    color: ;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding-left: 1em;
    line-height: 1.6em;
    border-left: 4px solid #2793e6;
}

.center-line02 {
    height: 1px;
    background-color: #4e4e4e;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 60px;
}
  
  
.b-radius {
    border-radius: 5px;
    background: #cd884c;
    color: #fff;
    padding: 0.5em 1em;
    font-weight: 800;
  
}
.text-bg {
  background: #c3393b;
  padding: 0.5em;
  color: #fff;
}
.bg-spx {
  background-image: url(https://anthink.co.jp/wp/wp-content/uploads/2018/02/bg_main.jpg)
}  
  
  
/**************************************************************
 アンシンクについてicon
**************************************************************/
@media only screen and (max-width: 767px) {
.icon-aa{
    margin-top: -42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.icon-aa{
    margin-top: -41px;
  }

}
@media (min-width: 992px) and (max-width: 1165px) {
.icon-aa{
    margin-top: -42px;
  }

}
@media only screen and (min-width: 1166px){
 .icon-aa{
    margin-top: -43px;
  }

}




.footer-contact-number {
    background: url("../images/phone.png");
    background-position: left;
    background-repeat: no-repeat;
    font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 5px 15px 50px;
    margin-top: 0px;
    margin-bottom: -15px;
}
.menu-footer-menu1-container ul li a {
    background: url(../images/circle-arrow-b.png) no-repeat scroll left center transparent;
    background-size: 15px 15px;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 1px 0px 0px 22px;
    text-decoration: underline;
}
.menu-footer-menu2-container ul li a {
    background: url(../images/circle-arrow-b.png) no-repeat scroll left center transparent;
    background-size: 15px 15px;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 1px 0px 0px 22px;
    text-decoration: underline;
}
.menu-footer-menu3-container ul li a {
    background: url(../images/circle-arrow-b.png) no-repeat scroll left center transparent;
    background-size: 15px 15px;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 1px 0px 0px 22px;
    text-decoration: underline;
}
.menu-footer-menu1-container ul li ul.sub-menu a {
    background: url(../images/arrow.png) no-repeat scroll left center transparent;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 1px 0px 0px 15px;
    text-decoration: underline;
}
.menu-footer-menu2-container ul li ul.sub-menu a {
    background: url(../images/arrow.png) no-repeat scroll left center transparent;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 1px 0px 0px 15px;
    text-decoration: underline;
}
.menu-footer-menu3-container ul li ul.sub-menu a {
    background: url(../images/arrow.png) no-repeat scroll left center transparent;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 1px 0px 0px 15px;
    text-decoration: underline;
}
.menu-footer-menu1-container a, .menu-footer-menu2-container a, .menu-footer-menu3-container a {
    color: #434a54;
} 
.footer p {
    margin: 0 0 5px;
}
.small-box {
    padding: 10px 0px 20px 0px;
}
.footer-contact-comment {
    float: left;
    font-size: 12px;
    line-height: 15px;
    margin-left: 50px;
    margin-top: -5px;
}
.footer-contact-join {
    float: right;
    margin-top: 17px;
    margin-right: 80px;
}


.a2-box {
    background-color: #fff;
    padding: 0px;
}
.a2-box a {
    text-decoration: none;  
}
article p {
  line-height: 1.75;
}






.qa {
    margin-bottom: 36px;
    padding: 20px 25px 30px;
    background-color: #f1f1f1;
}
.qa dt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #cccccc;
    font-size: 20px;
    font-weight: bold;
}
.qa dt, .qa dd {
    position: relative;
  　padding-left: 70px;
}
.qa dt:before {
  content: "\f128";
  font-family: FontAwesome;
  font-size: 2em;
  color: red;
  padding-right: 0.5em;
}
.qa dd:before {
  content: "\f0a1";
  font-family: FontAwesome;
  font-size: 2em;
  color: skyblue;
  padding-right: 0.5em;
}
.top-button-mt{
  position: absolute;
  left: 39.5%;
  top: -100px;
}
.border-under-d {
  border-bottom: 1px dotted #333333;
}
#anthinklp {
  font-size: 16px;
}
.byline .date {
  display: none;
}
@media only screen and (max-width: 767px) {
.sp-documents-under {
  margin-bottom: 40px;
}
.top-button-mt{
  position: initial;
  margin-top: 30px;
  top: 0px;
}
}

/* TFサービス-LP-css */
.tf-bk01 {
  display: inline-block;
  padding: 40px 0px;
  background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/03/ae46b1f460ee46f789c27b264a6cb421.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.fa5 {
  font-size: 5em !important;
}
.tf-heding-h2 {
color: #6cb4e4;
text-align: center;
padding: 0.25em;
border-top: solid 2px #6cb4e4;
border-bottom: solid 2px #6cb4e4;
background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.tf-heding {
position: relative;
padding: 5px 5px 5px 42px;
background: #0a3a64;
font-size: 20px;
font-weight: bold;
color: white;
margin-left: -33px;
line-height: 1.3;
z-index:-1;
}
.tf-heding:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
border: none;
border-left: solid 40px white;
border-bottom: solid 79px transparent;
z-index:-2
}
.tf-heding-s {
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding-left: 1em;
  line-height: 1.6em;
  border-left: 4px solid #6cb4e4;
}
.padding-n {
  padding-left: 0px;
  padding-right: 0px;
}
.img-r {
  position: relative;
}
.img-a {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  background-color: rgb(0, 0, 0, 0.5);
}
.button1 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button1::before,
.button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button1 {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
}
.button1:hover {
}
.button1::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button1:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tf-manga-mobile {
  display: none;
}
.tf-manga-mobile .col-sm-12,
.tf-manga-mobile .col-sm-4 {
  padding: 0;
}

.tf-bk601 {
    padding: 48px 0 24px;
    background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/240_F_163480909_hXiZzJB9r6u4MtbcAodfF26LZBmeuyER.jpg);
	  height: 300px;
	background-position: 50% 40%;
    background-size: cover;
}
.tf-bk602 {
    padding: 48px 0 24px;
    background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2021/06/at-back-1.jpg);
	  height: 300px;
	background-position: 50% 25%;
    background-size: cover;
}
.outer-block {
    display: table;
}
.inner-block {
    display: table-cell;
    vertical-align: middle;
}
.tf-bgimage {
    display: inline-block;
    background: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/8e0628a4ed50baea5961260cad071168_m.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.tf-bgimage-inner {
    padding: 40px 0px;
    background-color: rgba(0, 38, 76, 0.8);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	  margin: 0 auto;
	  display: block;
	  display: -webkit-box;
    color: #fff;
}
.tf-subheading {
    font-weight: bold;
    margin: 0;
    font-size: 1.5rem;
}
.labelbox {
    position: relative;
    margin: 2em 0;
    padding: 2.5em 1em;
    border: solid 3px #545b62;
	  display: inline-block;
	  width: 100%;
}
.labelbox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #545b62;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.labelbox p {
    margin: 0; 
    padding: 0;
}
.labelbox img {
    min-height: 162px;
}

.flag-tf {
    background-color: #0a3a63e6;
    min-width: 310px;
    min-height: 110px;
    color: #fff;
	  display: inline-block;
    align-items: center;
    padding: 20px;
    justify-content: center;
	  font-family: serif;
    font-weight: bold;
}
.flag-tf h3{
position: relative;
display: inline-block;
padding: 0 55px;
    font-size: 15px;
	line-height: 1;
    margin: 0;
}
.flag-tf h3:before, .flag-tf h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #fff;
}
.flag-tf h3:before {left:0;}
.flag-tf h3:after {right: 0;}

.flag-tf p {
    font-size: 30px;
	    margin: 0;
}

.toptitle-tf {
    color: #0a3a65;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size: 40px;
	  position: relative;
	  display: inline-block;
	  margin-bottom: 1em;
}

.toptitle-tf:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #e4df31;
border-radius: 2px;
}
.topmessage-tf {
    font-size: 17px;
    text-align: center;
}
.topmessage-li-tf {
    font-size: 17px;
    line-height: 1;
    text-align: center;
    border-bottom: 2px solid #e4df32;
    display: inline-block;
    padding-bottom: 5px;
}
.border-tf {
	border-top: 1px solid #ddd;
}
.tf-border-k {
	padding: 0 10px;
	border: 2px solid #545B63;
}
.tf-border-k2 {
	display: inline-block;
	padding: 0 10px;
	border: 2px solid #545B63;
}
.img40 {
	width: 40%;
}
.tf-color {
	color: #0a3a63;
}
.table-sf {
	line-height: 130%;
	font-size: 13px;
}
.table-sf img {
	width: 100px;
}
.table-sf .th1 {
	width: 10%;
}
.table-sf .th2 {
	width: 10%;
}
.table-sf .th3 {
	width: 10%;
}
.table-sf .th4 {
	width: 18%;
}
.table-sf .th5 {
	width: 9%;
  padding: 9px 0px;
}
.product-image img {
    text-align: center;
    width: 50%;
}
.product-name {
    border-bottom: 2px solid;
    display: inline-block;
    margin: 0;
    line-height: 1.3;
    padding-bottom: 7px;
    font-size: 16px;
    text-align: center;
	  font-weight: bold;
    color: #0a3a63;
}

.table-tough {
    font-size: 13px;
}
.table-tough tr th, .table-tough thead tr th {
    padding: 13px 0;
}
.minititle-tf {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #0a3a63;
    color: #0a3a62;
}

/**************************************************************
 タブcss タブ切り替え全体のスタイル
**************************************************************/
.tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
width: calc(100%/2);
height: 50px;
border-bottom: 3px solid #0a3a63;
background-color: #d9d9d9;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
clear: both;
overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#vis:checked ~ #vis_content,
#adhesion:checked ~ #adhesion_content {
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #0a3a63;
color: #fff;
}

/**************************************************************
 商品ラインナップ表示用
**************************************************************/
/*全体*/
.hidden_box {
    margin: 2em 0;
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    padding: 2px 10px;
    font-weight: bold;
    background: #efefef;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
}
/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f078';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}
/*ボタンホバー時*/
.hidden_box label:hover {
    background: silver;
}
/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: '\f00d';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #668ad8;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}




@media only screen and (max-width: 767px) {
	.table-sf .th1 , .table-sf .th2 , .table-sf .th3 , .table-sf .th4 , .table-sf .th5 {
		width: 100%;
	}
	.toptitle-tf {
    font-size: 25px;
  }
	.topmessage-tf {
    font-size: 16px;
    line-height: 1.7rem;
    letter-spacing: 1.2px;
    text-align: left;
  }
	.product-image img {
    text-align: center;
    width: 50%;
  }
  .tf-manga-pc {
    display: none;
  }
  .tf-manga-mobile {
    display: block;
  }
}
.table-tf tr th, .table-tf thead tr th {
    background-color: #7b7b7b;
    padding: 0 !important;
    white-space: nowrap;
    color: #fff;
}
.tf-topblock {
    background-color: #0a3a63;
    padding: 20px 10px;
    color: #ffffff;
	  position: relative;
}
.tf-topblock::after {
    content: "\f0d7";
    font-family: fontawesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    right: initial;
    top: initial;
    left: 0;
    right: 0;
    color: #ffffff;
}

.table-comparison tr td {
    text-align: center;
}






/*---------- ブロック3 -------------*/
@media screen and (min-width:768px) and ( max-width:1400px) {
  .block3-image img {
    display: none;
  }
  .block3-image {
    background: url(http://sample.resta.jp/sample1/wp-content/uploads/2018/05/sample.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
	padding: 0;
	}
}
.block3-image {
  padding: 0;
  overflow: hidden;
}
.block3 {
  padding: 20px;
  background-color: #1b2b53;
  display: table;
}
.block3-inner {
  display: table-cell;
  vertical-align: middle;
}



.top-back {
    height: auto;
    background-image: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	 display: table;
}
.top-back-inner {
  display: table-cell;
  vertical-align: middle;
}




.flowbox {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #0a3a63;
	  display: inline-block;
	  width: 100%;
}
.flowbox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #0a3a63;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.flowbox p {
    margin: 0; 
    padding: 0;
}
.flowbox img {
    min-height: 162px;
}
.flowbox:after {
    content: url(https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/arrow_blue.png);
    display: block;
    color: #1e2189;
    position: absolute;
    bottom: -69px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
/*
.flowbox:last-child:after {
	  content: "";
}
*/
.flowbox ul {
    margin: 5px 0;
    font-size: 90%;
}
@media only screen and (max-width: 480px) {
	.flowbox {
    margin-top: 55px;
  }
  .tf-table th {
    white-space: normal;
  }
  .tab_item {
    font-size: 11px;
  }
  .tf-heding {
    font-size: 16px;
  }
  .minititle-tf {
    font-size: 14px;
  }
}




/*---------- ブートストラップ5分割 ----------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   
/*--------------------------------------------*/
/**************************************************************
 採用情報ページ用
**************************************************************/
.passion-box {
  position: relative;
}
.passion-box::before {
  position: absolute;
  left: -10%;
  top: 30%;
  font-size: 26px;
  font-weight: bold;
  content: 'passion';
  transform: rotate(-90deg);
}
.center-line {
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    width: 20%;
}
#work-faq .hidden_box label {
  display: block;
  padding: 10px;
  border-radius: 2px;
}
.bx-pager a {
  text-decoration: none;
}
.recruit-page-english {
  font-size: 40px;
  line-height: 1.2;
}


@media screen and (min-width: 0px) and (max-width: 767px) {
  .inner-k{
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .outer-k{
    display: table;
  }
  .inner-k{
    display: table-cell;
    vertical-align: middle;
  }
}
