@charset "UTF-8";
/* CSS Document */


#infographics .pageTitle{
	color:#1383b5;
	text-align:center;
	padding:0;
	margin:0;
	line-height:1.2;
}
#infographics .pageSub_title{
	color:#1383b5;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	padding-bottom:0;
}



/*==========ここから下層分============*/
/*-----------------------------------
④下層ページ共通
-----------------------------------*/
.pc {
	display:block;
}
.sp {
	display:none !important;
}
@media (max-width:500px){
.pc {
	display:none !important;
	}
.sp {
	display:block !important;
}
}

@media screen and (max-width: 910px) {
body.pages{
	font-size:14px;
}
}
/*下層のヘッダーロゴ、ナビ文字色*/
.pages header {
	display: block;
	background: #fff;
}
.pages header h1.logo01{display: none;}
.pages header h1.logo02{display: block;}

.pages .menu > li a {
  color: #514F4E;
  font-weight: bold;
}

.pages .wrapp{
	width:100%;
	margin:0 auto;
	padding:90px 0;
}
.contents{
	max-width: 980px;
	width: 94%;
	margin: 0 auto;
	box-sizing:border-box;
}

.pages #recruit{
	background-color:#eee;
	text-align: center;
}


.font18 {
	font-size: 18px;
	margin-bottom: 30px;
}
.teC {
	text-align:center;
}
.mt50 {
	margin-top: 50px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.totop {
	position: fixed;
	bottom:200px;
	right:1%;
	z-index: 10;
	opacity: 0;
}
.totop.isActive {
  opacity: 1;
  transition: all 0.65s;
}

.bg_lightB {
	width: 100%;
	background: #f3f9fb;
	padding: 70px 0;
    background-image: linear-gradient(
        -45deg, 
        #f9fcfd 25%,
        #f3f9fb 25%, #f3f9fb 50%,
        #f9fcfd 50%, #f9fcfd 75%,
        #f3f9fb 75%, #f3f9fb 100%
      );
      background-size: 6px 6px;
}
.bg_white {
	background: #fff;
	padding: 60px 0 100px;
}

.pageH_title_bg {
	width: 100%;
	height: 180px;
	background: url(../images/lowlayerH_img.png) no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 76px;
}
.pageH_title {
	display: inline-block;
}
.pageH_title h2 {
	font-size: 28px;
	font-weight:bold;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 500px) {
.pageH_title h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4em;
  width: 90%;
  margin: 0 auto;
}
}
.pageH_title h2:before,
.pageH_title h2:after {
	content: '';
	width: 22px;
	height: 2px;
	background-color: #fff;
}
.pageH_title h2:before {
	margin-right: 20px;
}

.pageH_title h2:after {
	margin-left: 20px;
}
.pageH_title p {
	display: inline-block;
	font-size: 17px;
	color:#fff;
}
.contents .pageTitle{
	margin:0 auto 40px;
	text-align:center;
	padding-top:5px;
	font-size:28px;
	font-weight:bold;
	letter-spacing:4px;
	/*color:#000000;*/
	color:#1383b5;
	line-height:1.3;
}
@media screen and (max-width: 640px) {
.contents{
	padding-right:0;
	padding-left:0;
}
.contents .pageTitle{
	padding-top:40px;
	font-size:28px;
	line-height:1;
}
}
.contents .pageSubtitle{
	color:#1383b5;
	margin:0 auto !important;
	text-align:center;
	letter-spacing: 0.1em;
	font-size:15px;
	font-weight:bold;
	padding-bottom:0px;
}
@media screen and (max-width: 640px) {
.contents .pageSubtitle{
	padding-bottom:20px;
}
}
.flex_btw {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.L_button,
.linedTitle{
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size:30px;
	border:#1383b5 2px solid;
	color:#1383b5;
	margin-bottom: 50px;
}
.L_button:hover {
	background:#1383b5;
	color:#fff;
}

.contents .pageHeading {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 25px;
	color:#1383b5;
	text-align: left;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.contents .pageHeading::before {
	content: '';
	width: 60px;
	height: 1px;
	background-color: #1383b5;
	margin-right: 10px;
}

/*下層ページ回遊リンク*/
.lowerMigration { 
	display:flex;
	height: 130px;
	border-right:1px solid #1383b5;
	color: #1383b5;
}
.lowerMigration .col{
	width: 33.3%;
	font-size: 18px;
	height: 130px;
	border-left:1px solid #1383b5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lowerMigration .col .outline{
	position: relative;
	padding-left: 25%;
}
.lowerMigration .col .outline:before{
	position: absolute;
	content:'';
	background:url(../images/icon_outline.png);
	background-size: contain;
	width:60px;
	height:78px;
	top: 50%;
	transform: translateY(-50%);
	left:-15%;
}
.lowerMigration .col .company{
	position: relative;
	padding-left: 25%;
}
.lowerMigration .col .company:before{
	position: absolute;
	content:'';
	background:url(../images/icon_company.png);
	background-size: contain;
	width:89px;
	height:79px;
	top: 50%;
	transform: translateY(-50%);
	left:-15%;
}
.lowerMigration .col .welfare{
	position: relative;
	text-align: center;
	padding-left: 30%;
}
.lowerMigration .col .welfare:before{
	position: absolute;
	content:'';
	background:url(../images/icon_welfare.png);
	background-size: contain;
	width:60px;
	height:71px;
	top: 50%;
	transform: translateY(-50%);
	left:4%;
}
.lowerMigration .col .welfare p{
	font-size: 12px;
	line-height: .7em;
}
.lowerMigration .col .infographics{
	position: relative;
	line-height: 1.3em;
	padding-left: 25%;
}
.lowerMigration .col .infographics:before{
	position: absolute;
	content:'';
	background:url(../images/icon_infographics.png);
	background-size: contain;
	width:69px;
	height:73px;
	top: 50%;
	transform: translateY(-50%);
	left:-5%;
}

.lowerMigration .col .outline a,
.lowerMigration .col .company a,
.lowerMigration .col .welfare a,
.lowerMigration .col .infographics a{
	color:#1383b5;
}
.lowerMigration .col .outline:hover,
.lowerMigration .col .company:hover,
.lowerMigration .col .welfare:hover,
.lowerMigration .col .infographics:hover {
	cursor: pointer;
	opacity: .7;
}

@media screen and (max-width: 910px) {
.lowerMigration .col .outline{
	position: relative;
	padding-left: 25%;
}
.lowerMigration .col .outline:before{
	position: absolute;
	content:'';
	background:url(../images/icon_outline.png);
	background-size: contain;
	width:60px;
	height:78px;
	top: 50%;
	transform: translateY(-50%) scale(.8);
	left:-15%;
}
.lowerMigration .col .company{
	position: relative;
	padding-left: 33%;
}
.lowerMigration .col .company:before{
	position: absolute;
	content:'';
	background:url(../images/icon_company.png);
	background-size: contain;
	width:89px;
	height:79px;
	top: 50%;
	transform: translateY(-50%) scale(.8);
	left:-15%;
}
.lowerMigration .col .welfare{
	position: relative;
	text-align: center;
	padding-left: 30%;
}
.lowerMigration .col .welfare:before{
	position: absolute;
	content:'';
	background:url(../images/icon_welfare.png);
	background-size: contain;
	width:60px;
	height:71px;
	top: 50%;
	transform: translateY(-50%) scale(.8);
	left:4%;
}	
.lowerMigration .col .infographics{
	position: relative;
	padding-left: 30%;
}
.lowerMigration .col .infographics:before{
	position: absolute;
	content:'';
	background:url(../images/icon_infographics.png);
	background-size: contain;
	width:69px;
	height:73px;
	top: 50%;
	transform: translateY(-50%) scale(.8);
	left:-5%;
}	
}
@media screen and (max-width: 640px) {
.lowerMigration .col {
  width: 33.3%;
  font-size: 16px;
  height: 130px;
  border-left: 1px solid #1383b5;
  display: flex;
  justify-content: center;
  align-items:center;
	}	
.lowerMigration .col .outline{
	position: relative;
	padding-left: 0%;
	padding-top: 50px;
}
.lowerMigration .col .outline:before{
	position: absolute;
	content:'';
	background:url(../images/icon_outline.png);
	background-size: contain;
	width:60px;
	height:78px;
	top: -15%;
	transform: translateX(-50%) scale(.6);
	left:50%;
}
.lowerMigration .col .company{
	position: relative;
	padding-left: 0;
	padding-top: 50px;
}
.lowerMigration .col .company:before{
	position: absolute;
	content:'';
	background:url(../images/icon_company.png);
	background-size: contain;
	width:89px;
	height:79px;
	top: -15%;
	transform: translateX(-50%) scale(.6);
	left:50%;
}
.lowerMigration .col .welfare{
	position: relative;
	text-align: center;
	padding-left: 0;
	padding-top: 58px;
}
.lowerMigration .col .welfare:before{
	position: absolute;
	content:'';
	background:url(../images/icon_welfare.png);
	background-size: contain;
	width:60px;
	height:71px;
	top: 0%;
	transform: translateX(-50%) scale(.6);
	left:50%;
}
.lowerMigration .col .welfare p{
	font-size: 10px;
	line-height: .7em;
}
.lowerMigration .col .infographics{
	position: relative;
	padding-left: 0%;
	padding-top: 71px;
}
.lowerMigration .col .infographics:before{
	position: absolute;
	content:'';
	background:url(../images/icon_infographics.png);
	background-size: contain;
	width:69px;
	height:73px;
	top: 6%;
	transform: translateX(-50%) scale(.6);
	left:50%;
}
	
.linedTitle{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:28px;
	border:#1383b5 2px solid;
	color:#1383b5;
	margin-bottom: 50px;
	line-height: 1.5em;
	padding: 0 2%;
	box-sizing: border-box;
}	
}
/*-----------------------------------
⑧数字で見る〇〇
-----------------------------------*/
.flex_btw .col1 {
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.flex_btw .col2 {
	width: 66.3%;
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.flex_btw .col3,
.flex_btw .col3-2{
	width: 32.3%;
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
.flex_btw .col2 {
	width: 100%;
}
.flex_btw .col3,
.flex_btw .col3-2{
		width: 100%;
	}
.flex_btw .col3-2 img:first-child {
	width: 100%;
	height: auto;
}	
}
.flex_btw .col3-2 img:first-child {
	margin-bottom: 15px;
}
.flex_btw .iconman {
	position: absolute;
	bottom:-50px;
	right:-60px;
}
@media (max-width: 820px){
	.flex_btw .iconman {
	position: absolute;
	bottom:-10px;
	right:-10px;
		 display: block;
	width: 140px;
	height: 140px;
}
	.flex_btw .iconman img{
	width: 100%;
	height: auto;
}
}
@media (max-width: 414px){
	.flex_btw .iconman {
	position: absolute;
	bottom:-10px;
	right:-10px;
		 display: block;
	width: 110px;
	height: 110px;
}
}


/*-----------------------------------
⑤代表メッセージ
-----------------------------------*/
.MessageH_title_bg {
	width: 100%;
	height: 500px;
	background: url(../images/ceoImage.png) no-repeat center top;
	background-size: cover;
	padding: 90px 0 150px 58%;
	box-sizing: border-box;
	margin-top: 76px;
}
.MessageH_title {
	display: inline-block;
	text-align: left;
	font-size: 25px;
	color:#fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 3px solid #1383b5;
  border-image: linear-gradient(to right, #1383b5 0%, #788e98 100%);
  border-image-slice: 1;
}
.MessageH_title_Sub {
	text-align: left;
	font-size: 17px;
	color:#d3d1d1;
}
.MessageH_title_Sub span {
	color:#8abfd6;
	letter-spacing: 0.15em;
}

@media (max-width: 820px){
.MessageH_title_bg {
	width: 100%;
	height: 480px;
	background: url(../images/ceoImage.png) no-repeat 37% top;
	background-size: auto;
	background-size: 160%;
	padding: 80px 0 0 64%;
	box-sizing: border-box;
}
.MessageH_title {
	display: inline-block;
	text-align: left;
	font-size: 18.25px;
	color:#fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 3px solid #1383b5;
  border-image: linear-gradient(to right, #1383b5 0%, #788e98 100%);
  border-image-slice: 1;
}
.MessageH_title_Sub {
	text-align: left;
	font-size: 14px;
	color:#d3d1d1;
}
}
@media (max-width: 640px){
.MessageH_title_bg {
	width: 100%;
	height: 235px;
	background: url(../images/ceoImage.png) no-repeat center top;
	background-size: auto;
	background-size: 140%;
	padding: 10px 0 0 57%;
	box-sizing: border-box;
}
.MessageH_title {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	color:#fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #1383b5;
  border-image: linear-gradient(to right, #1383b5 0%, #788e98 100%);
  border-image-slice: 1;
	line-height: 1.5em;
}
.MessageH_title_Sub {
	text-align: left;
	font-size: 13px;
	color:#d3d1d1;
	line-height: 1.4em;
}
.MessageH_title_Sub span {
	color:#8abfd6;
	letter-spacing: 0.15em;
}
}
@media (max-width: 414px){
.MessageH_title_bg {
	width: 100%;
	height: 230px;
	background: url(../images/ceoImage.png) no-repeat center top;
    background-size: auto;
	background-size: 140%;
	padding: 5px 0 0 58%;
	box-sizing: border-box;
}
.MessageH_title {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	color:#fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #1383b5;
    border-image: linear-gradient(to right, #1383b5 0%, #788e98 100%);
    border-image-slice: 1;
	line-height: 1.4em;
}
@media (max-width: 375px){
.MessageH_title_bg {
	width: 100%;
	height: 205px;
	background: url(../images/ceoImage.png) no-repeat center top;
    background-size: auto;
	background-size: 140%;
	padding: 5px 0 0 58%;
	box-sizing: border-box;
}
.MessageH_title {
	font-size: 15px;
	line-height: 1.35em;
}
}
.MessageH_title_Sub {
	text-align: left;
	font-size: 13px;
	color:#d3d1d1;
	line-height: 1.3em;
}
.MessageH_title_Sub span {
	color:#8abfd6;
	letter-spacing: 0.15em;
}
}

/*-----------------------------------
⑨募集要項
中途/新卒/パート採用情報
-----------------------------------*/
.rec_box {
	width: 48%;
	box-sizing: border-box;
	border: 1px solid #1383b5;
	border-radius: 5px;
	padding: 0 60px 40px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.rec_box {
	padding: 0 30px 40px;
}
}
.rec_box .prsn {
	width: 100%;
	text-align: center;
} 
.rec_box h3{
	width: 100%;
	font-size: 25px;
	color:#1383b5;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #1383b5;
	margin-bottom: 20px;
}
.rec_box h3 span{
	font-size: 20px;
}
.rec_box h3 p{
	font-size: 12px;
	line-height: .8em;
	font-weight: normal;
}
.rec_box .job {
	width: 100%;
	font-size: 17px;
	color:#1383b5;
	text-align: left;
}
.rec_box .text {
	width: 100%;
	font-size: 15px;
	color:#505050;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 50px;
}

.rec_box .link {
	width: 100%;
	font-size: 21px;
	color:#1383b5;
	text-align: right;
	position: relative;
	padding-right: 80px;
}
.rec_box .link a{
	color:#1383b5;
}
.rec_box .link:hover{
	opacity: .8;
}
.rec_box .link:after {
	position: absolute;
	content:'';
	background:url("../images/rec_link_arrow.png");
	background-size: contain;
	width:55px;
	height:16px;
	top: 50%;
	transform: translateY(-50%);
	right:0%;
}

@media screen and (max-width: 640px) {
.rec_box {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #1383b5;
	border-radius: 5px;
	padding: 0 40px 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}	
}

.recruitmentTitle {
	font-size: 32px;
	font-weight:bold;
	color:#1383b5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4em;
}
.recruitmentTitle:before,
.recruitmentTitle:after {
	content: '';
	width: 27px;
	height: 2px;
	background-color: #1383b5;
}
.recruitmentTitle:before {
	margin-right: 20px;
}

.recruitmentTitle:after {
	margin-left: 20px;
	margin-bottom: 0;
}
.recruitmentTitle_sub {
	font-size: 17px;
	color:#1383b5;
	text-align: center;
	margin-bottom: 40px;
}
.recruitmentTitle_sub p {
	font-size: 15px;
	font-weight: normal;
}
.add_icon {
	width: 100%;
	text-align: center;
}

.rec_flow_outbox {
	width: 500px;
	margin: 0 auto 60px;
}
@media screen and (max-width: 640px) {	
.rec_flow_outbox {
	width: 100%;
	margin: 0 auto 60px;
}
}
.rec_flow {
	width: 100%;
	height: 80px;
	margin-bottom:50px;
	border: 1px solid #1383b5;
	background: #fff;
	border-radius: 5px;
	font-size:21px;
	color:#1383b5;
	font-weight: bold;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}
.rec_flow:after {
	content: '';
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 12px solid #1383b5; 
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.rec_flow_end {
	width: 100%;
	height: 80px;
	margin-bottom:40px;
	border: 1px solid #1383b5;
	background: #1383b5;
	border-radius: 5px;
	font-size:21px;
	color:#fff;
	font-weight: bold;
	display: flex;
  justify-content: center;
  align-items: center;
}
.rec_flow_outbox p {
	line-height: 1.4em;
}

table.AppReq {/*下層のライン付きテーブル共通　エントリー意外*/
	max-width: 780px;
	width:96%;
	margin: 0 auto;
}
table.AppReq td {
	padding: 25px 35px;
}
table.AppReq th {
	width: 30%;
	vertical-align: middle;
	border-bottom:1px solid #1383b5;
	color:#1383b5;
	font-size: 17px;
}
table.AppReq td.cont {
	width: 70%;
	border-bottom:1px solid #d3d1d1;
	font-size: 15px;
}
table.AppReq td ul {
	padding-left: 20px;
}
table.AppReq td ul li {
	list-style: disc;
}
.rec_buttonArea {
	display: block;
	max-width: 430px;
	width: 90% !important;
	font-size: 23px;
	margin: 0 auto;
	font-weight: bold;
	border:2px solid #fff;
}
.rec_buttonArea:hover {
	border:2px solid #00b6cc;
}
.icon-arrowL:before {
	position: absolute;
    content:'';
	background:url("../images/rec_arrow_white.png");
	background-size: contain;
	width:55px;
	height:16px;
	top: 50%;
	transform: translateY(-50%);
	right:10%;
}
@media screen and (max-width: 500px) {
.icon-arrowL:before {
	transform: translateY(-50%) scale(.75);
	right:3%;
}
}

.icon-arrowL:hover:before {
	background:url("../images/rec_arrow_azr.png");
	z-index: 100;
}
.eng_bnr {
	max-width: 500px;
	width: 100% !important;
}


/*-----------------------------------
会社概要
-----------------------------------*/
table.Company {
	width:100%;
	margin: 0 auto 100px;
}
table.Company td{
	padding: 25px 35px;
}
table.Company th{
	width: 30%;
	border-bottom:1px solid #1383b5;
	color:#1383b5;
	font-size: 17px;
}
table.Company td.cont{
	width: 70%;
	border-bottom:1px solid #d3d1d1;
	font-size: 15px;
}
table.Company td ul{
	padding-left: 20px;
}
table.Company td ul li{
	list-style: disc;
}

.qlfTitle {
	font-size: 22px;
	color:#505050;
	text-align: center;
	margin: -20px auto 20px;
}
.qlfNati_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.qlfNati_flex img {
	margin-bottom: 55px;
}
.qlfPriv_flex {
	display: flex;
	justify-content:center;
}
.qlfPriv_flex img:first-child {
	margin-left: 20%;
	margin-right: 2%;
}
.qlfPriv_flex img:last-child {
	margin-left: 2%;
	margin-right: 20%;
}

@media screen and (max-width: 500px) {
	.qlfNati_flex {
	margin-bottom: 50px;
}
.qlfNati_flex img {
	width: 46%;
	height: auto;
	margin-bottom: 35px;
}
.qlfPriv_flex {
	justify-content: space-between;
}
.qlfPriv_flex img {
	width: 46%;
	height: auto;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 35px;
}
}

/*-----------------------------------
城南サービスの沿革
-----------------------------------*/
.timeline {
    width: 96%;
    max-width: 680px;
    margin: 28px auto;
}

.timeline-list {
    padding: 0;
	position: relative;
}
.timeline-list::before {
	position: absolute;
	background: radial-gradient(circle farthest-side, #1383b5, #1383b5 20%, transparent 20%, transparent);
  background-size: auto;
background-size: 18px 10px;
content: '';
display: inline-block;
height: 100%;
width: 16px;
left: 151px;
top: 10px;
}
.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}

.timeline-list-item .date {
    width: 25%;
    padding: 0;
    color: #1383b5;
    font-weight: bold;
}

.timeline-list-item .content {
    position: relative;
    width: 75%;
    padding: 0 0 60px 60px;
    /*border-left: 1px dotted #1383b5;*/
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
	background:url("../images/history_point.png");
	background-size: contain;
	width:10px;
	height:10px;
	transform: scale(1);
	left:0;
    top: 8px;
}
@media (max-width: 600px){
.timeline-list::before {
	position: absolute;
	background: radial-gradient(circle farthest-side, #1383b5, #1383b5 20%, transparent 20%, transparent);
  background-size: auto;
background-size: 18px 10px;
content: '';
display: inline-block;
height: 100%;
width: 16px;
left: 21.75%;
top: 10px;
}
.timeline-list-item .date {
    width: 20%;
    padding: 0;
    color: #1383b5;
    font-weight: bold;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
	background:url("../images/history_point.png");
	background-size: contain;
	width:10px;
	height:10px;
	transform: scale(1);
	left:4.6%;
    top: 8px;
}
}
@media (max-width: 500px){
.timeline-list::before {
	position: absolute;
	background: radial-gradient(circle farthest-side, #1383b5, #1383b5 20%, transparent 20%, transparent);
  background-size: auto;
background-size: 18px 10px;
content: '';
display: inline-block;
height: 100%;
width: 16px;
left: 19.5%;
top: 10px;
}
.timeline-list-item .date {
    width: 16%;
    padding: 0;
    color: #1383b5;
    font-weight: bold;
}
.timeline-list-item .content::before {
    content: "";
    position: absolute;
	background:url("../images/history_point.png");
	background-size: contain;
	width:10px;
	height:10px;
	transform: scale(1);
	left:6%;
    top: 8px;
}
}
@media (max-width: 428px){
.timeline-list::before {
	position: absolute;
	background: radial-gradient(circle farthest-side, #1383b5, #1383b5 20%, transparent 20%, transparent);
  background-size: auto;
background-size: 18px 10px;
content: '';
display: inline-block;
height: 100%;
width: 16px;
left: 22.25%;
top: 10px;
}
.timeline-list-item .date {
    width: 21%;
    padding: 0;
    color: #1383b5;
    font-weight: bold;
}
.timeline-list-item .content::before {
    content: "";
    position: absolute;
	background:url("../images/history_point.png");
	background-size: contain;
	width:10px;
	height:10px;
	transform: scale(1);
	left:6%;
    top: 8px;
}
}
@media (max-width: 414px){
.timeline-list::before {
	position: absolute;
	background: radial-gradient(circle farthest-side, #1383b5, #1383b5 20%, transparent 20%, transparent);
  background-size: auto;
background-size: 18px 10px;
content: '';
display: inline-block;
height: 100%;
width: 16px;
left: 21.75%;
top: 10px;
}
.timeline-list-item .date {
    width: 20%;
    padding: 0;
    color: #1383b5;
    font-weight: bold;
}
.timeline-list-item .content::before {
    content: "";
    position: absolute;
	background:url("../images/history_point.png");
	background-size: contain;
	width:10px;
	height:10px;
	transform: scale(1);
	left:6%;
    top: 8px;
}
}
@media (max-width: 390px){
.timeline-list::before {
	position: absolute;
	background: radial-gradient(circle farthest-side, #1383b5, #1383b5 20%, transparent 20%, transparent);
  background-size: auto;
background-size: 18px 10px;
content: '';
display: inline-block;
height: 100%;
width: 16px;
left: 22.5%;
top: 10px;
}
.timeline-list-item .date {
    width: 22%;
    padding: 0;
    color: #1383b5;
    font-weight: bold;
}
.timeline-list-item .content::before {
    content: "";
    position: absolute;
	background:url("../images/history_point.png");
	background-size: contain;
	width:10px;
	height:10px;
	transform: scale(1);
	left:6%;
    top: 8px;
}
}
@media (max-width: 375px){
.timeline-list::before {
	position: absolute;
	background: radial-gradient(circle farthest-side, #1383b5, #1383b5 20%, transparent 20%, transparent);
  background-size: auto;
background-size: 18px 10px;
content: '';
display: inline-block;
height: 100%;
width: 16px;
left: 22.25%;
top: 10px;
}
.timeline-list-item .date {
    width: 22%;
    padding: 0;
    color: #1383b5;
    font-weight: bold;
}
.timeline-list-item .content::before {
    content: "";
    position: absolute;
	background:url("../images/history_point.png");
	background-size: contain;
	width:10px;
	height:10px;
	transform: scale(1);
	left:6%;
    top: 8px;
}
}



/*-----------------------------------
福利厚生
-----------------------------------*/
.welfare_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.welfare_flex .iconOutBox {
	width: 150px;
	margin-bottom: 40px;
	margin-right: 8%;
}
@media screen and (max-width: 820px) {
.welfare_flex .iconOutBox {
	width: 150px;
	margin-bottom: 40px;
	margin-right: 4%;
}
}

.welfare_flex .iconOutBox:nth-child(4n) {
	margin-right: 0%;
}
.welfare_flex .iconOutBox .iconBox {
	background: #1383b5;
	width: 150px;
	height: 150px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.welfare_flex .iconOutBox p {
	font-size: 15px;
	text-align: center;
}
@media screen and (max-width: 640px) {
.welfare_flex .iconOutBox {
	width: 150px;
	margin-bottom: 40px;
	margin-right: 5%;
}
.welfare_flex .iconOutBox:nth-child(4n) {
	margin-right: 5%;
}
.welfare_flex .iconOutBox:nth-child(3n),
.welfare_flex .iconOutBox:last-child{
	margin-right: 0%;
}	
}
@media screen and (max-width: 500px) {
.welfare_flex {
		justify-content: space-around;
	}
.welfare_flex .iconOutBox {
	margin-right: 0% !important;
}
}
ul.welfare {
	font-size: 21px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 40px;
}
ul.welfare li {
	list-style: disc;
}
/*-----------------------------------
⑥社員紹介一覧
社員インタビュー
-----------------------------------*/
.int_flex {
	display: flex;
	justify-content: space-between;
}
.int_flex .outBox {
	width: 30%;
	height: 490px;
	border:2px solid #1383b5;
	margin-bottom: 40px;
	position: relative;
	background: url("../images/bg_int01.png")no-repeat top center;
}
.int_flex .outBox .tag {
	width: 45%;
	height: 37px;
	background: #1383b5;
	color:#fff;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0;
	left:0;
}
.int_flex .outBox .photo {
	width: 100%;
	height: 273px;
	position: absolute;
	top:25px;
	left:50%;
	transform: translateX(-45%);
}
@media screen and (max-width: 820px) {
.int_flex {
	flex-wrap: wrap;
}
.int_flex .outBox {
	width: 48%;
	height: 490px;
	border:2px solid #1383b5;
	margin-bottom: 40px;
	position: relative;
	background: url("../images/bg_int01.png")no-repeat top right;
}
.int_flex .outBox .photo {
	  width: 80%;
  height: 273px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-45%);
}
}
.int_flex .outBox .u_box {
	width: 84%;
	position: absolute;
	bottom:15px;
	left:10%;
}
.int_flex .outBox .u_box .title {
	font-size:17px;
	color:#1383b5;
	font-weight: bold;
	display: inline-block;
	line-height: 1.5em;
}
.int_flex .outBox .u_box .text {
	font-size:14px;
	font-weight: normal;
	display: inline-block;
	margin: 10px 0 50px;
}
.int_flex .outBox .u_box .link {
	width: 65%;
	font-size: 20px;
	color:#1383b5;
	text-align: right;
	position: relative;
	padding-right: 80px;
}
.int_flex .outBox .u_box .link a{
	color:#1383b5;
}
.int_flex .outBox .u_box .link:hover{
	opacity: .8;
}
.int_flex .outBox .u_box .link:after {
	position: absolute;
	content:'';
	background:url("../images/rec_link_arrow.png");
	background-size: contain;
	width:55px;
	height:16px;
	top: 50%;
	transform: translateY(-50%);
	right:0%;
}


@media (max-width: 820px){
.int_flex .outBox .u_box .link {
  width: 75%;
}
}
	
@media (max-width: 500px){	
.int_flex {
	flex-wrap: wrap;
}
.int_flex .outBox {
	width: 90%;
	height: 490px;
	border:2px solid #1383b5;
	margin: 0 auto 40px;
	position: relative;
	background: url("../images/bg_int01.png")no-repeat top right;
}
}	
	
@media (max-width: 414px){
.int_flex .outBox .u_box .link {
  width: 70%;
}
}


/*インタビュー詳細*/
.bg_schedule {
	background:url("../images/bg_1DAY_SCHEDULE.png") no-repeat center 100px;
	background-size: contain;
}
/*1日のスケジュール*/
.cd-timeline{
	overflow:hidden;padding:2em 0;
}

.cd-timeline__container{
	position:relative;
	padding:1.25em 0;
}
.cd-timeline__container::before{
	content:'';
	position:absolute;
	top:60px;
	left:40px;
	height:90%;
	width:4px;
	background:rgba(22, 182, 206, .3);
	box-sizing:border-box;
}
@media (min-width: 64rem){
.cd-timeline__container::before{
	left:50%;-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	box-sizing:border-box;
}
}
.cd-timeline__block{
	display:-ms-flexbox;
	display:flex;
	position:relative;
	z-index:1;
	margin-bottom:2em;
	margin-bottom:var(--space-lg);
}
.cd-timeline__block:last-child{
	margin-bottom:0;
}

@media (min-width: 64rem){
.cd-timeline__block:nth-child(even),
.cd-timeline__block:nth-of-type(2n){
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
}
.cd-timeline__img{
	isplay:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;width:40px;
	height:40px;border-radius:50%;
	box-shadow:0 0 0 4px hsl(0, 0%, 100%),inset 0 2px 0 rgba(0,0,0,0.08),0 3px 0 4px rgba(0,0,0,0.05);
	box-shadow:0 0 0 4px var(--color-white),inset 0 2px 0 rgba(0,0,0,0.08),0 3px 0 4px rgba(0,0,0,0.05);
}

.cd-timeline__img img{
	width:83px;
	height:auto;
	}

@media (min-width: 64rem){
.cd-timeline__img{
	width:60px;
	height:60px;
	-ms-flex-order:1;
	order:1;
	margin-left:calc(10% - 30px);
	margin-top: 35px;
	will-change:transform;
	}
.cd-timeline__block:nth-child(even) .cd-timeline__img,
.cd-timeline__block:nth-of-type(2n) .cd-timeline__img{
	margin-right:calc(10% - 30px);
}
}

.cd-timeline__content{
	-ms-flex-positive:1;
	flex-grow:1;
	position:relative;
	margin-left:1.25em;
	margin-left:var(--space-md);
	background:hsl(0, 0%, 100%);
	background:var(--color-white);
	border-radius:0.25em;
	border-radius:var(--radius-md);
	padding:1.25em;padding:var(--space-md);
	box-shadow:0 3px 0 hsl(205, 38%, 89%);
	box-shadow:0 3px 0 var(--cd-color-2);
		padding: 40px 30px 30px;
}
.cd-timeline__content::before{
	content:'';
	position:absolute;
	top:16px;right:100%;
	width:0;height:0;
	border:7px solid transparent;
	border-right-color:hsl(0, 0%, 100%);
	border-right-color:var(--color-white);
	box-sizing:border-box
}

.cd-timeline__content h2{
	position: absolute;
	display: flex;
  justify-content: center;
  align-items: center;
	color:#fff;
	background: #1383b5;
	width: 160px;
	height: 50px;
	border-radius: 25px;
	top:-25px;
	left:10px;
}
.cd-timeline__content span {
	font-size: 15px;
}
.cd-timeline__content span p{
	font-size: 17px;
	color:#1383b5;
	font-weight: bold;
}

@media (min-width: 64rem){
.cd-timeline__content{
	width:40%;
	-ms-flex-positive:0;
	flex-grow:0;will-change:transform;
	margin:0;
	background: #fff;
	border: 2px solid #1383b5;
	border-radius: 8px;
	box-sizing:border-box;
}
}
.cd-timeline__content::before{
	top:24px;
		box-sizing:border-box;
}
.cd-timeline__block:nth-child(odd)
.cd-timeline__content::before,
.cd-timeline__block:nth-of-type(2n+1)
.cd-timeline__content::before{
	width:0;
	height:0;
	content: "";
  position: absolute;
  top: 56px;
  right: -23px;
  margin-top: -12px;
  border: 10px solid transparent;
  border-left: 13px solid #FFF;
  z-index: 2;
}
.cd-timeline__block:nth-child(odd)
.cd-timeline__content::after,
.cd-timeline__block:nth-of-type(2n+1)
.cd-timeline__content::after{
	content: "";
  position: absolute;
  top: 56px;
  right: -28px;
  margin-top: -14px;
  border: 12px solid transparent;
  border-left: 14px solid #1383b5;
  z-index: 1;
}
.cd-timeline__block:nth-child(even)
.cd-timeline__content::before,
.cd-timeline__block:nth-of-type(2n)
.cd-timeline__content::before{
	right:auto;
	left:100%;
	width:0;
	height:0;
	content: "";
  position: absolute;
  top: 56px;
  left: -23px;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 13px solid #FFF;
  z-index: 2;
}
.cd-timeline__block:nth-child(even)
.cd-timeline__content::after,
.cd-timeline__block:nth-of-type(2n)
.cd-timeline__content::after{
	content: "";
  position: absolute;
	width: 0px;
  top: 56px;
  left: -28px;
  margin-top: -14px;
  border: 12px solid transparent;
  border-right: 14px solid #1383b5;
  z-index: 1;
}
@media (min-width: 64rem){
.cd-timeline__img--hidden,
.cd-timeline__content--hidden{
	visibility:hidden;
	}
.cd-timeline__img--bounce-in{
	-webkit-animation:cd-bounce-1 0.6s;
	animation:cd-bounce-1 0.6s;
	}
.cd-timeline__content--bounce-in{
	-webkit-animation:cd-bounce-2 0.6s;
	animation:cd-bounce-2 0.6s;
	}
.cd-timeline__block:nth-child(even) 
.cd-timeline__content--bounce-in,
.cd-timeline__block:nth-of-type(2n) 
.cd-timeline__content--bounce-in{
	-webkit-animation-name:cd-bounce-2-inverse;
	animation-name:cd-bounce-2-inverse;
	}
}

.staff01_timelinebox01 {
	margin-bottom: 60px;
}
.staff01_timelinebox02 {
	margin-top: -100px;
}
.staff01_timelinebox03 {
	margin-top: -50px;
}


@media (max-width: 820px){
.cd-timeline__container::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 40px;
  height: 90%;
  width: 4px;
  background: rgba(22, 182, 206, .3);
  box-sizing: border-box;
}
.cd-timeline__img {
  margin-top: 45px;
}

.cd-timeline__content {
  width: 78%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  will-change: transform;
  margin: 0 0 0 13%;
  background: #fff;
  border: 2px solid #1383b5;
  border-radius: 8px;
  box-sizing: border-box;
}
	
.cd-timeline__block {
	margin-bottom: 60px;
	}	
.cd-timeline__img img {
  width: 83px;
  height: auto;
  margin-left: 45px;
}

.cd-timeline__block:nth-child(odd)
.cd-timeline__content::before,
.cd-timeline__block:nth-of-type(2n+1)
.cd-timeline__content::before,
.cd-timeline__block:nth-child(even)
.cd-timeline__content::before,
.cd-timeline__block:nth-of-type(2n)
.cd-timeline__content::before{
	width:0;
	height:0;
	content: "";
	position: absolute;
	top: 56px;
	left: -23px ;
	margin-top: -12px;
	border: 10px solid transparent;
	border-right: 13px solid #FFF;
	z-index: 2;
}
.cd-timeline__block:nth-child(odd)
.cd-timeline__content::after,
.cd-timeline__block:nth-of-type(2n+1)
.cd-timeline__content::after,
.cd-timeline__block:nth-child(even)
.cd-timeline__content::after,
.cd-timeline__block:nth-of-type(2n)
.cd-timeline__content::after{
	content: "";
	position: absolute;
	top: 56px;
	left: -28px;
	right: auto;
	margin-top: -14px;
	border: 12px solid transparent;
	border-right: 14px solid #1383b5 ;
	z-index: 1;
}
.staff01_timelinebox01 {
	margin-bottom: 60px;
}
.staff01_timelinebox02,
.staff01_timelinebox03 {
	margin-top: 0px;
}
}

@media (max-width: 500px){
.cd-timeline__container::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 30px;
  height: 90%;
  width: 4px;
  background: rgba(22, 182, 206, .3);
  box-sizing: border-box;
}
.cd-timeline__img {
  margin-top: 45px;
}

.cd-timeline__content {
  width: 78%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  will-change: transform;
  margin: 0 0 0 13%;
  background: #fff;
  border: 2px solid #1383b5;
  border-radius: 8px;
  box-sizing: border-box;
}
	
.cd-timeline__block {
	margin-bottom: 60px;
	}	
.cd-timeline__img img {
  width: 60px;
  height: auto;
  margin-left: 25px;
}

.cd-timeline__block:nth-child(odd)
.cd-timeline__content::before,
.cd-timeline__block:nth-of-type(2n+1)
.cd-timeline__content::before,
.cd-timeline__block:nth-child(even)
.cd-timeline__content::before,
.cd-timeline__block:nth-of-type(2n)
.cd-timeline__content::before{
	width:0;
	height:0;
	content: "";
	position: absolute;
	top: 56px;
	left: -23px ;
	margin-top: -12px;
	border: 10px solid transparent;
	border-right: 13px solid #FFF;
	z-index: 2;
}
.cd-timeline__block:nth-child(odd)
.cd-timeline__content::after,
.cd-timeline__block:nth-of-type(2n+1)
.cd-timeline__content::after,
.cd-timeline__block:nth-child(even)
.cd-timeline__content::after,
.cd-timeline__block:nth-of-type(2n)
.cd-timeline__content::after{
	content: "";
	position: absolute;
	top: 56px;
	left: -28px;
	right: auto;
	margin-top: -14px;
	border: 12px solid transparent;
	border-right: 14px solid #1383b5 ;
	z-index: 1;
}
.staff01_timelinebox01 {
	margin-bottom: 60px;
}
}

.contents .black {
    color: #000;
}
.int_detail_main {
	width: 100%;
	height: 396px;
	position: relative;
	margin-bottom: 120px;
}
.int_detail_main img {
	width: 100%;
	height: auto;
}
.int_detail_main .info{
	position: absolute;
	left:0;
	bottom:-35px;
	width: 48%;
	height: 86px;
	background: #1383b5;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.int_detail_main .info p {
	font-size: 28px;
	font-weight: bold;
	line-height: 2.25rem;
}
.int_detail_main .info span {
	font-size: 17px;
	font-weight: normal;
	margin-left: 30px;
}

.int_detail_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.int_detail_box {
	width:48%;
	font-size: 15px;
	margin-bottom: 60px;
}
.int_detail_box img {
	width: 100%;
	height: auto;
}
.int_detail_box .title{
	font-size: 25px;
	color:#1383b5;
	line-height: 1.4em;
}
.int_detail_box .title p{
	font-size: 15px;
	text-indent: 15px;
	margin: 20px 0;
}

.int_detail_box:last-child {
	position: relative;
	width: 100%;
	border: 2px solid #1383b5;
	background: url("../images/bg_staff_msg.png") no-repeat top right;
	margin-top: 10px;
	padding: 10px 32% 30px 60px;
}
.int_detail_box:last-child .photo {
	position: absolute;
	top:-30px;
	right:7%;
}
.int_detail_box:last-child .photo_mente {
  position: absolute;
  bottom: -9px;
  right: 7%;
}


@media (max-width: 820px){
.int_detail_main {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 120px;
}
.int_detail_main .info{
	position: absolute;
	left:0;
	bottom:-30px;
	width: 60%;
	height: 86px;
	background: #1383b5;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.int_detail_box:last-child {
	position: relative;
	width: 100%;
	border: 2px solid #1383b5;
	background: url("../images/bg_staff_msg.png") no-repeat top right;
	margin-top: 10px;
	padding: 10px 36% 30px 30px;
}
.int_detail_box:last-child .photo {
	position: absolute;
	bottom: -9px;
	top: auto;
	right:1%;
}	
}

@media (max-width: 500px){
.int_detail_main {
	margin-bottom: 90px;
}
.int_detail_main .info{
	bottom:-30px;
	width: 92%;
	height: 56px;
}
.int_detail_main .info p {
	font-size: 20px;
	line-height: 1.75rem;
}
.int_detail_main .info span {
	font-size: 15px;
	font-weight: normal;
	margin-left: 30px;
}
.int_detail_box:last-child {
	position: relative;
	background: url("../images/bg_staff_msg.png") no-repeat bottom right;
	margin-top: 10px;
	padding: 10px 5% 0px;
}
.int_detail_box:last-child .photo,
.int_detail_box:last-child .photo_mente
	{
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
}
.int_detail_box {
	width:100%;
	font-size: 15px;
	margin-bottom: 60px;
}
}
@media (max-width: 390px){
.int_detail_main .info span {
	font-size: 13px;
	font-weight: normal;
	margin-left: 20px;
}
}

/*-----------------------------------
エントリー
-----------------------------------*/
.bg_white_entry {
	background: #fff;
	padding: 60px 0 50px;
}
@media (max-width: 640px){
	.bg_white_entry {
	background: #fff;
	padding: 20px 0 20px;
}
}
.entry_Title {
	font-size: 29px;
	color:#1383b5;
	text-align: center;
	margin-bottom:20px;
}
table.Entry {
	max-width: 780px;
	width:96%;
	margin: 0 auto;
}
table.Entry td {
	padding: 25px 35px;
}
table.Entry th {
	width: 30%;
	vertical-align: middle;
	border-bottom:1px solid #1383b5;
	color:#1383b5;
	font-size: 17px;
}
table.Entry td.entry {
	padding: 20px 0px;
	width: 70%;
	border-bottom:1px solid #d3d1d1;
	font-size: 15px;
}
table.Entry th.noline,
table.Entry td.noline {
	border-bottom:none;
}
table.Entry td ul {
	padding-left: 20px;
}
table.Entry td ul li {
	list-style: disc;
}

.required {
	background: #e86e91;
	border-radius: 3px;
	width: 35px;
	height: 17px;
	padding: 3px 5px;
	color:#fff;
	font-size: 12px;
	white-space: nowrap;
}
input[type=text]{
	width: 100%;
	padding: 5px ;
	border: 1px #ccc solid;
	border-radius: 3px;
	box-sizing: border-box;
}
input.cal3[type=text]{
	width: 28%;
	padding: 5px ;
	margin-right: 5px;
	border: 1px #ccc solid;
	border-radius: 3px;
	box-sizing: border-box;
}
textarea {
	width: 100%;
	height: 150px;
	padding: 5px ;
	border: 1px #ccc solid;
	border-radius: 3px;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
table.Entry th {
	width: 35%;
}
table.Entry td.entry {
	width: 65%;
}
}
@media screen and (max-width: 640px) {
.entry_Title {
	font-size: 24px;
}
table.Entry th,
table.Entry td.entry {
font-size: 14px;
}
}
@media screen and (max-width: 414px) {
.entry_Title {
	font-size: 20px;
}
table.Entry th,
table.Entry td.entry {
font-size: 12px;
}
}


.mod_inner_box {
  margin: 1.0526vw 0;
  padding: 2.1vw 5.789vw 2.105vw;
}
.mod_inner_box {
  background-color: #fff;
  margin: 1.0526vw 0;
  padding: 3.125vw 4.167vw;
}
.tos {
  height: calc(63.467vw * 0.5);
  padding: 2.66vw;
  border: 1px solid #ccc;
  overflow-y: scroll; }
.tos {
      height: 200px;
      padding: 10px 15px; }
.tos h3 {
	color: #333333;
     font-size: 1.5rem; }
@media screen and (max-width: 414px) {
	.tos h3 {
	color: #333333;
     font-size: 1.2rem; }
}
.tos h4 {
    margin-bottom: 2.667vw;
    font-weight: bold;
}
.tos h4 {
        margin-bottom: 20px; } 
.tos p + h4, .form .tos .terms + h3 {
    margin-top: 2.667vw; }
.tos p + h4, .form .tos .terms + h3 {
        margin-top: 20px; } 
.tos .terms dt {
    font-weight: bold;
    color: #4b4b4b; }
.tos .terms dd:not(:last-of-type) {
    margin-bottom: 2.133vw; }
.tos .terms dd:not(:last-of-type) {
        margin-bottom: 15px; } 
.tos .terms dd:not(:last-of-type) .decimal-leading {
      margin-left: 2em; }
.tos .terms dd:not(:last-of-type) .decimal-leading li {
        list-style-type: none;
        counter-increment: cnt;
        position: relative; }
.tos .terms dd:not(:last-of-type) .decimal-leading li::before {
          content: "(" counter(cnt) ")";
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          width: 2em;
          margin-left: -2em; }
.tos .inquiry {
    margin-top: 1.333vw;
    padding: 1.333vw;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc; }
.tos .inquiry {
        margin-top: 10px;
        padding: 10px; }





