@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 750px) {
/*common setting*/
body,h1,h2,h3,h4,h5,h6,ul,li,p {
	margin: 0;
	padding: 0;
}
	
	body#Form {
		background-image:initial !important;
		background-repeat:initial !important;
	}
	
	ul li {
		list-style: none;
	}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
.Fixation{
	height: 490px;
     position:absolute;
     bottom:0;
}
.TopHeader {
	background: #ff007b;
	padding: 5px 0 ;
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	line-height: initial !important;
}

.LanguageContents {
	width: 1000px;
	margin: 0 auto;
}

ul.LanguageList {
	display: flex;
  justify-content: flex-end;
	font-size: 11px;
}
ul.LanguageList li {
	margin-right: 12px;
}

ul.LanguageList li a:link {color:#fff;transition: color .3s;text-decoration: none; } /*未訪問のリンクの色*/
ul.LanguageList li a:visited {color:#fff;transition: color .3s;text-decoration: none; } /*訪問済みのリンクの色*/
ul.LanguageList li a:hover {color:#ffc2df;transition: color .3s;text-decoration: none; } /*カーソルが乗っているリンクの色*/
ul.LanguageList li a:active {color:#fff;transition: color .3s;text-decoration: none; } /*クリック中のリンクの色*/

header, .main, footer {
	margin: 0 auto;
	/*width: 1000px;*/
}


/*header area*/
header {
	height: 87px;
	width: 1000px;
	/*background-color: #f00;*/
}
header h1 {
	float: left;
	padding-top: 28px;
}
header address {
	float: right;
	padding-top: 7px;
	padding-right: 6px;
}
	
	#nav_drawer {
		display: none;
	}


/*main area*/
.main {
	clear: left;
}
	
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
    font-family: 'Taviraj','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
	
#wrapper #MainVisual {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    height: 756px;
    overflow: hidden;
	background:url(../img/bg_pink.gif) transparent scroll center top;
}
	
#wrapper #MainVisualSenior {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    height: 715px;
    overflow: hidden;
	background:url(../img/bg_blue.gif) transparent scroll center top;
}
	
.MainImg {
	text-align: center;
	padding-top: 30px;
}



#wrapper #container section {
    position: relative;
    z-index: 10;
}

#wrapper #container section .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
	
.contents_p {
	background:url(../img/bg_pink.gif) transparent scroll center top;	
}
	
.contents_b {
	background:url(../img/bg_blue.gif) transparent scroll center top;	
}
	
.contents_y {
}

.InfoTitle {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 50px;
}
	
.text {
	margin-bottom: 80px;
}

.textStyle_01 {
	text-align: left;
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
}

.textStyle_02 {
	text-align: left;
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
}
	
.right_c {
	float: right;
	width: 320px;
}
	
.left_c {
	float: left;
	width: 320px;
    font-size: 13px;
    margin-right: 10px
}

.img_top {
	margin: 30px 0 ;
}
	
.wh {
	color: #fff;
}

.pk {
	color: #f24874;
}
	
.LifeStyle_BG {
	height: 514px;
	background: url(../img/img_contents_01.png) transparent no-repeat scroll center bottom;	
	padding-top: 20px;
}
	
.LifeStyleSenior_BG {
	height: 514px;
	background: url(../img/img_contents_senior_01.png) transparent no-repeat scroll center bottom;	
	padding-top: 20px;
}
	
.Works_BG {
	height: 425px;
	background: url(../img/img_contents_02.png) transparent no-repeat scroll center bottom;	
	padding: 30px 0;
}
	
.WorksSenior_BG {
	height: 447px;
	background: url(../img/img_contents_senior_02.png) transparent no-repeat scroll center bottom;	
	padding: 30px 0;
}
	
.Region_BG {
	height: 516px;
	background: url(../img/img_contents_03_pc.png) transparent no-repeat scroll center bottom;	
	padding-top: 20px;
}
	
.RegionSenior_BG {
	height: 523px;
	background: url(../img/img_contents_senior_03_pc.png) transparent no-repeat scroll center bottom;	
	padding-top: 20px;
}
	
	.BtnArea {
		padding: 40px 0  ;
	}
	
	.List {
		padding: 30px 0 ;
	}
	
	.List ul li img {
		margin-bottom: 20px;
	}

.contentsArea {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
	
.RightArea {
	margin-left: 550px;
}
	
.LeftArea {
	margin-right: 460px;
}


.Title_Second img {
	margin-bottom: 20px;
}
	
.RecruitArea {
	margin-top: 50px;
}
	
.RecruitTop {
	background:url(../img/img_con_woman_06_pc.png) transparent no-repeat scroll center bottom;
	height: 440px;
}
	
.tabs label.TabButton::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #f24874;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.tabs label.TabButton:hover, .tabs input[type="radio"]:checked + label {
    color: #fff;
    background-color: #f24874;
}
	
.tabs input[type="radio"] {
    display: none;
}
.tabs label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #f24874;
    cursor: pointer;
    font-size: 15px;
}
	
.tabs label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #f24874;
    border-left: 1px solid #f24874;
    border-top: 1px solid #f24874;
    position: relative;
    margin: 0 5px;
    display: block;
    color: #f24874;
    cursor: pointer;
    background-color: #ffebeb;
    padding: 0px 60px;
    font-size: 18px;
}
	
.tabs .tab-box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}

.tab_item {
    width: 36%;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #f24874;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 25px;
}
	
#LongTerm:checked ~ #LongTerm_content, #MiddlePeriod:checked ~ #MiddlePeriod_content, #ShortTerm:checked ~ #ShortTerm_content {
    display: block;
	border-top: 1px solid #f24874;
}

.tab_content {
    display: none;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
}

.tab_box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}
	
table.tableStyle_01,table.tableStyle_01 td,table.tableStyle_01 th { border: 1px solid #ddd; border-collapse: collapse; }
table.tableStyle_01 { background: #fff; margin-bottom: 1em; width: 100%; }
table.tableStyle_01 td, table.tableStyle_01 th { font-size: 18px; padding: 11px; text-align: left; }
table.tableStyle_01 th { background: #f6f6f6;width: 200px; }
	



	
footer {
	width: 100%;
	padding: 50px 0;
	margin-top: 100px;
	background:#ffb8bf;
	background-attachment: fixed;
	z-index: 1;
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

.SeniorFooter {
	width: 100%;
	padding: 50px 0;
	margin-top: 100px;
	background:#96e4fb !important;
	background-attachment: fixed;
	z-index: 1;
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}	

.contents {
	width: 1000px;
	margin: 0 auto;
}



.FooterContents {
	width: 1000px;
	margin: 0 auto;
	color: #342b2d;
	text-align: center;
}

.FooterInfo {
}

.FooterTitle {
	font-size: 25px;
	font-weight: bold;
}

.CompnyName p {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	
}

.FooterTEL {
	margin: 30px 0 ;
}

.CopyRight {
	font-size: 11px;
	margin-top: 20px;
}

#Form {
	background-image: initial !important;
}

#FormSelect {
	width: 1000px;
margin: 0 auto;
position: relative;
z-index: 2;
}
	
#FormSelectCheck {
	width: 1000px;
margin: 0 auto;
position: relative;
z-index: 2;
}	

.FormContents {
    /*position: absolute;*/
	z-index: 999999999;
	position: relative;
}
	
.FormBox {
		padding: 15px ;
		border-bottom: 1px dashed #171717;
	}
	.ErrBox {
		background: #F4D4D4;
	}

#Form img {
	display: initial !important;
}
	
	.textYellow {
		background: #0d0d0d;
		color: #dfba24;
	}
	
	.sp {
		display: none;
	}
	
.FormArea a:link {color:#48abe4;transition: color .3s;text-decoration: none; } /*未訪問のリンクの色*/
.FormArea  li a:visited {color:#48abe4;transition: color .3s;text-decoration: none; } /*訪問済みのリンクの色*/
.FormArea  li a:hover {color:#2c8fc7;transition: color .3s;text-decoration: none; } /*カーソルが乗っているリンクの色*/
.FormArea  li a:active {color:#48abe4;transition: color .3s;text-decoration: none; } /*クリック中のリンクの色*/
	
.NationalFlag {
	position: relative;
	width: 1000px;
margin: 0 auto;
}

.Thailand {
	position: absolute;
	top: 91px;
left: 409px;
right: 0;
border: 0;
}
	
	.china {
	position: absolute;
	top: 44px;
left: 409px;
right: 0;
border: 0;
}

.text_c {
    color: #000;
    font-size: 18px;
    text-align: center;	
	margin-bottom: 300px;
}

.tit_L::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #f24874;
}
	
.tit_L {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc;
    color: #434343;
    margin: 30px 0 80px;
    font-weight: bold;
	font-size: 28px;
}

.font_s {
	font-size: 80%;
}
	
.tit_M::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
	
	
.tit_M_T::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_T {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
.tit_M_T::before {
    content:url(../img/icon_Thailand.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
	
.tit_M_I::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_I {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
.tit_M_I::before {
    content:url(../img/icon_Indonesia.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
.tit_M_C::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_C {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}

.tit_M_C::before {
    content:url(../img/icon_China.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
	
.tit_M_V::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_V {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
.tit_M_V::before {
    content:url(../img/icon_Vietnam.gif);
    vertical-align: middle;
    padding-right: 13px;
}

	
	.formContents {
		width: 1000px;
		margin: 0 auto;
	}
	
	.mt30 {
		margin-top: 30px;
	}
	
	.text_s {
		font-size: 90%;
		display: block;
	}
	.privacy {
		text-align: center;
		margin-bottom: 20px;
		line-height: 2;

	}
	
	.btn_02 {
		background-color: #efc100;
		font-size: 21px;
		color: #fff;
		display: flex;
		text-decoration: none;
		align-items: center;
		justify-content: center;
		transition: background-color .2s;
		margin: 20px auto;
		padding: 20px;
		max-width: 300px;
		min-width: 300px;
		border-radius: 9999px;
		line-height: 1.2;
		text-align: center;
		cursor: pointer;
		font-weight: bold;
	}
	
	.tc {
		text-align: center;
	}
	
	.tr {
		text-align: right;
	}
	
	.test_Title {
		color: #b60134;
		margin-bottom: 20px;
		font-size: 130%;
		font-weight: bold;
	}
	
	.test_TitleB {
		color: #084a8f;
		margin-bottom: 20px;
		font-size: 130%;
		font-weight: bold;
	}
	
table.table_layout_a {
    width: 100%;
    border: 1px solid #19c5c7;
    display: inline-table;
    background: #FFF none repeat scroll 0% 0%;
    border-collapse: collapse ;
    border-spacing: 0px ;
    color: #333 ;
    margin-bottom: 1em ;
    table-layout: initial;
}
	
table.table_layout_a th {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #79eaeb;
    padding: 10px 10px 7px;
    text-align: center;
    vertical-align: top;
    background: #19c5c7 none repeat scroll 0% 0%;
    color: #fff;
}
	
table.table_layout_a td {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #19c5c7;
    padding: 10px 10px 7px ;
    vertical-align: top;
}

	
table.table_layout_b {
    width: 100%;
    border: 1px solid #a4c719;
    display: inline-table;
    background: #FFF none repeat scroll 0% 0%;
    border-collapse: collapse ;
    border-spacing: 0px ;
    color: #333 ;
    margin-bottom: 1em ;
    table-layout: initial;
}
	
table.table_layout_b th {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #cbe36b;
    padding: 10px 10px 7px;
    text-align: center;
    vertical-align: top;
    background: #a4c719 none repeat scroll 0% 0%;
    color: #fff;
}
	
table.table_layout_b td {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #a4c719;
    padding: 10px 10px 7px ;
    vertical-align: top;
}
    
table.table_layout_c {
    width: 100%;
    border: 1px solid #c15a5a;
    display: inline-table;
    background: #FFF none repeat scroll 0% 0%;
    border-collapse: collapse ;
    border-spacing: 0px ;
    color: #333 ;
    margin-bottom: 1em ;
    table-layout: initial;
}
	
table.table_layout_c th {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #e16868;
    padding: 10px 10px 7px;
    text-align: center;
    vertical-align: top;
    background: #c71919 none repeat scroll 0% 0%;
    color: #fff;
}
	
table.table_layout_c td {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #db6883;
    padding: 10px 10px 7px;
    vertical-align: top;
}

}


@media screen and (max-width: 749px) {
body,h1,h2,h3,h4,h5,h6,ul,li,p {
	margin: 0;
	padding: 0;
}
	

	
img {
	max-width: 100%;
	height: auto;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }


.TopHeader {
	display: none;
}

.LanguageContents {
	display: none;
}

ul.LanguageList {
	font-size: 16px;
}
ul.LanguageList li {
	margin-right: 12px;
}

ul.LanguageList li a:link {color:#fff;transition: color .3s;text-decoration: none; } /*未訪問のリンクの色*/
ul.LanguageList li a:visited {color:#fff;transition: color .3s;text-decoration: none; } /*訪問済みのリンクの色*/
ul.LanguageList li a:hover {color:#ffc2df;transition: color .3s;text-decoration: none; } /*カーソルが乗っているリンクの色*/
ul.LanguageList li a:active {color:#fff;transition: color .3s;text-decoration: none; } /*クリック中のリンクの色*/

header, .main, footer {
	margin: 0 auto;
	width: 100%;
}


/*header area*/
header {
	height: 60px;
	/*background-color: #f00;*/
}
header h1 {
	float: left;
	padding-left: 10px;
}
header address {
	display: none;
}
	
h1 img {
	width: 65%;
	height: auto;
}
	
/*main area*/
.main {
	clear: left;
}

	
	
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: 'Taviraj','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
	
#wrapper #MainVisual {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    overflow: hidden;
	background:url(../img/bg_pink.gif) transparent scroll center top;
}
	
#wrapper #MainVisualSenior {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    overflow: hidden;
	background:url(../img/bg_blue.gif) transparent scroll center top;
}
	
.MainImg {
	text-align: center;
	padding-top: 30px;
	line-height: 0;
}
	
.test_Title {
		color: #b60134;
		margin-bottom: 20px;
		font-size: 130%;
		font-weight: bold;
	}
	
.test_TitleB {
		color: #084a8f;
		margin-bottom: 20px;
		font-size: 130%;
		font-weight: bold;
	}

.contents_p {
	background:url(../img/bg_pink.gif) transparent scroll center top;	
}
	
.contents_y {
	background:url(../img/bg_yellow.gif) transparent scroll center top;	
	padding-bottom: 30px
}
	
.contents_b {
	background:url(../img/bg_blue.gif) transparent scroll center top;	
}
	
.LifeStyle_BG {
	height: 110vw;
	background: url(../img/img_contents_01_sp.png) transparent no-repeat scroll center bottom;	
	padding-top: 20px;
	background-size: contain;
}
	
.LifeStyleSenior_BG {
	height: 110vw;
	background: url(../img/img_contents_senior_01_sp.png) transparent no-repeat scroll center bottom;	
	padding-top: 20px;
	background-size: contain;
}
	
.Works_BG {
	height: 100vw;
	background: url(../img/img_contents_02_sp.png) transparent no-repeat scroll center bottom;	
	padding: 30px 0;
	background-size: contain;
}
	
.WorksSenior_BG {
	height: 100vw;
	background: url(../img/img_contents_senior_02_sp.png) transparent no-repeat scroll center bottom;	
	padding: 30px 0;
	background-size: contain;
}
	
.Region_BG {
	height: 130vw;
	background: url(../img/img_contents_03_sp.png) transparent no-repeat scroll center bottom;	
	padding-top: 20px;
	background-size: contain;
}
	
.RegionSenior_BG {
	height: 130vw;
	background: url(../img/img_contents_senior_03_sp.png) transparent no-repeat scroll center bottom;	
	padding-top: 20px;
	background-size: contain;
}

.InfoTitle {
	text-align: center;
	padding-top: 50px;
	width: 95%;
	margin: 0 auto;
	height: auto;
}
	
.text {
	margin: 30px auto;
	width: 90%;
}

.textStyle_01 {
	text-align: left;
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
}

.textStyle_02 {
	text-align: left;
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
}
	
.right_c {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
	
.left_c {
	text-align: center;
	width: 90%;
	margin: 0 auto 10px;
}

.img_top {
	width: 90%;
	margin: 10px 0;
}
	
.wh {
	color: #fff;
}

.pk {
	color: #f24874;
}
	
	ul li {
		list-style: none;
	}
	

	.List ul li {
		margin-bottom: 20px;
	}
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */

}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */

}
	
.ContentsLast {
	background:url(../img/img_con_woman_05_sp.png) transparent no-repeat scroll center bottom;	
	background-size: 90%;
}
	
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */

}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */

}
	
.contentsArea {
	margin: 0 auto;
	padding: 10px;
}
	
.RightArea {
	width: 90%;
	margin: 0 auto 260px;
}
	
.LeftArea {
	width: 90%;
	margin: 0 auto 350px;
}


.Title_Second img {
	margin-bottom: 20px;
	width: 90%;
	height: auto;
}
	
.RecruitArea {
	margin-top: 50px;
}
	

	

	
.tabs label.TabButton::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #f24874;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.tabs label.TabButton:hover, .tabs input[type="radio"]:checked + label {
    color: #fff;
    background-color: #f24874;
}
	
.tabs input[type="radio"] {
    display: none;
}
.tabs label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #f24874;
    cursor: pointer;
    font-size: 15px;
}
	
.tabs label.TabButton {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #f24874;
    border-left: 1px solid #f24874;
    border-top: 1px solid #f24874;
    position: relative;
    margin: 0 1px;
    display: block;
    color: #f24874;
    cursor: pointer;
    background-color: #ffebeb;
    padding: 8px;
    font-size: 13px;
}
	
.tabs .tab-box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}

.tab_item {
    width: 42%;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #f24874;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 25px;
}
	
#LongTerm:checked ~ #LongTerm_content, #MiddlePeriod:checked ~ #MiddlePeriod_content, #ShortTerm:checked ~ #ShortTerm_content {
    display: block;
	border-top: 1px solid #f24874;
}

.tab_content {
    display: none;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
}

.tab_box {
    box-sizing: border-box;
    border-top: 1px solid #f24874;
    margin-top: 20px;
    padding: 30px 0;
}
	
table.tableStyle_01,table.tableStyle_01 td,table.tableStyle_01 th { border: 1px solid #ddd; border-collapse: collapse; }
table.tableStyle_01 { background: #fff; margin-bottom: 1em; width: 100%; }
table.tableStyle_01 td, table.tableStyle_01 th { font-size: 17px; padding: 8px 10px; text-align: left; }
table.tableStyle_01 th { background: #f6f6f6; }
table.tableStyle_01 { }
    table.tableStyle_01 th,
    table.tableStyle_01 td{
    display: block;
    border-top: none;
    }
	

	

footer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 415px;
	background:#ffb8bf;
	background-attachment: fixed;
	z-index: 1;
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
	
.SeniorFooter {
	position: relative;
	width: 100%;
	padding: 50px 0;
	padding-bottom: 415px;
	background:#96e4fb !important;
	background-attachment: fixed;
	z-index: 1;
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}	


/*footer::before {
    top: -22%;
}

footer::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 135px;
    background-color: #fff;
}*/


.FooterContents {
	width: 90%;
	margin: 0 auto;
	color: #342b2d;
	padding-top: 50px;
	text-align: center;
}

.FooterInfo {
}

.FooterTitle {
	font-size: 15px;
	font-weight: bold;
}

.CompnyName p {
	margin-top: 40px;
	font-size: 15px;
	font-weight: bold;
	
}

.FooterTEL {
	margin: 30px 0 ;
}
	
.FooterTEL img {
	width: 70%;
	height: auto;
}

.CopyRight {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 60px;
}


#Form {
	background-image: initial !important;
	background-repeat: initial !important;
}

#FormSelect {
	width: 100%;
margin: 0 auto;
position: relative;
z-index: 2;
	height: 120%;
}
	
	
#FormSelectCheck {
	width: 100%;
margin: 0 auto;
position: relative;
z-index: 2;
	height: 120%;
}	

	
	#zipajax {
		display: block;
	}
	
	.FormText {
		display: block;
	}
	
	.FormBox {
		padding: 15px ;
		border-bottom: 1px dashed #171717;
	}
	.ErrBox {
		background: #F4D4D4;
	}
	
	
	#nav_drawer {
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 35px;
    padding: 17px 10px 10px;
    cursor: pointer;
    background: #ff007b;
    margin: 5px;
    border-radius: 4px; }
	
	.nav-unshown {
    display: none;
}
	#nav-open {
    display: inline-block;
    width: 35px;
    height: 25px;
    vertical-align: middle;
}
	#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
	#nav-drawer {
    cursor: pointer;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 35px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*左に隠しておく*/
	background: #333;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
	#nav-content ul li {
    border-bottom: 1px dotted #505050;
}
	
#nav-content ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 85%;
}
	
	.nav_title h4 {
		color: #fff;
		font-weight: bold;
		padding: 10px 20px;
	}
	
	.textYellow {
		background: #0d0d0d;
		color: #dfba24;
	}
	
	.AppliTitle img {
		margin: 20px 0;
	}
	
	.AppliBtn {
		display: flex;
  justify-content: center;
	}
	
	.contactBtn {
    display: block;
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    border-top: #ffb8bf solid 2px;
    z-index: 99999;
}
	
	.contactBtn ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffb8bf;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}
	
.contactBtnS {
    display: block;
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    border-top: #3dcce9 solid 2px;
    z-index: 99999;
}
	
	.contactBtnS ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #3dcce9;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}
	
	.BonfButton {
		margin: 20px 0 ;
	}
	
	.FormArea a:link {color:#48abe4;transition: color .3s;text-decoration: none; } /*未訪問のリンクの色*/
.FormArea  li a:visited {color:#48abe4;transition: color .3s;text-decoration: none; } /*訪問済みのリンクの色*/
.FormArea  li a:hover {color:#2c8fc7;transition: color .3s;text-decoration: none; } /*カーソルが乗っているリンクの色*/
.FormArea  li a:active {color:#48abe4;transition: color .3s;text-decoration: none; } /*クリック中のリンクの色*/
	
.NationalFlag {
	position: relative;
	width: 100%;
margin: 0 auto;
}

.Thailand {
	position: absolute;
	top: -19px;
left: 50%;
right: 50%;
border: 0;
width: 80px;
}

.china {
	position: absolute;
	top: -34px;
left: 50%;
right: 50%;
border: 0;
width: 80px;
}
	
	
	.text_c {
    color: #000;
    font-size: 18px;
    text-align: center;	
	margin-bottom: 300px;
}
	
.tit_L::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #f24874;
}
	
.tit_L {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc;
    /*color: #ababab;*/
    color: #6a6a6a;
    margin: 30px 10px 40px;
    font-weight:bold;
	font-size: 22px;
}
	
.font_s {
	font-size: 80%;
}
	
.tit_M::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M {
    color: #4b4444;
    text-align: center;
    margin: 80px 0 40px;
	font-size: 20px;
}
	
.tit_M_T::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_T {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
.tit_M_T::before {
    content:url(../img/icon_Thailand.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
	
.tit_M_I::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_I {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
	
.tit_M_I::before {
    content:url(../img/icon_Indonesia.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
.tit_M_C::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_C {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}

.tit_M_C::before {
    content:url(../img/icon_China.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	
	
.tit_M_V::after {
	border-bottom: 3px solid #f24874;
	content: "";
	display: block;
	height: 0;
	margin: 0 auto;
	padding: 0 0 .9rem;
	width: 3rem;
}
	
.tit_M_V {
    color: #4b4444;
    text-align: center;
    margin: 100px 0 40px;
	font-size: 25px;
}
.tit_M_V::before {
    content:url(../img/icon_Vietnam.gif);
    vertical-align: middle;
    padding-right: 13px;
}
	
	.formContents {
		width: 90%;
		margin: 0 auto;
	}
	.w20 {
		width: 20%;
	}
	.mt30 {
		margin-top: 30px;
	}
	.text_s {
		font-size: 90%;
		display: block;
	}
	.privacy {
		text-align: center;
		margin-bottom: 20px;
		line-height: 2;

	}
	
	.btn_02 {
		background-color: #efc100;
		font-size: 21px;
		color: #fff;
		display: flex;
		text-decoration: none;
		align-items: center;
		justify-content: center;
		transition: background-color .2s;
		margin: 20px auto;
		padding: 20px;
		max-width: 300px;
		min-width: 300px;
		border-radius: 9999px;
		line-height: 1.2;
		text-align: center;
		cursor: pointer;
		font-weight: bold;
	}
	
	.tc {
		text-align: center;
	}
	
	.btnArea {
		margin-bottom: 60px;
	}
	
table.table_layout_a {
    width: 100%;
    border: 1px solid #19c5c7;
    display: inline-table;
    background: #FFF none repeat scroll 0% 0%;
    border-collapse: collapse ;
    border-spacing: 0px ;
    color: #333 ;
    margin-bottom: 1em ;
    table-layout: initial;
}
	
table.table_layout_a th {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #79eaeb;
    padding: 10px 10px 7px;
    text-align: center;
    vertical-align: top;
    background: #19c5c7 none repeat scroll 0% 0%;
    color: #fff;
}
	
table.table_layout_a td {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #19c5c7;
    padding: 10px 10px 7px ;
    vertical-align: top;
}

	
table.table_layout_b {
    width: 100%;
    border: 1px solid #a4c719;
    display: inline-table;
    background: #FFF none repeat scroll 0% 0%;
    border-collapse: collapse ;
    border-spacing: 0px ;
    color: #333 ;
    margin-bottom: 1em ;
    table-layout: initial;
}
	
table.table_layout_b th {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #cbe36b;
    padding: 10px 10px 7px;
    text-align: center;
    vertical-align: top;
    background: #a4c719 none repeat scroll 0% 0%;
    color: #fff;
}
	
table.table_layout_b td {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #a4c719;
    padding: 10px 10px 7px ;
    vertical-align: top;
}
table.table_layout_c {
    width: 100%;
    border: 1px solid #c15a5a;
    display: inline-table;
    background: #FFF none repeat scroll 0% 0%;
    border-collapse: collapse ;
    border-spacing: 0px ;
    color: #333 ;
    margin-bottom: 1em ;
    table-layout: initial;
}
	
table.table_layout_c th {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #e16868;
    padding: 10px 10px 7px;
    text-align: center;
    vertical-align: top;
    background: #c71919 none repeat scroll 0% 0%;
    color: #fff;
}
	
table.table_layout_c td {
    line-height: 1.6;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #db6883;
    padding: 10px 10px 7px;
    vertical-align: top;
}
	
	table.table_layout_a { margin: 0 -10px; }
    table.table_layout_a th,
    table.table_layout_a td{
    /*width: 100%;*/
    display: block;
    border-top: none;
    }
  table.table_layout_a tr:first-child th { border-top: 1px solid #ddd; }
	
	table.table_layout_b { margin: 0 -10px; }
    table.table_layout_b th,
    table.table_layout_b td{
    /*width: 100%;*/
    display: block;
    border-top: none;
    }
  table.table_layout_b tr:first-child th { border-top: 1px solid #ddd; }
    
    table.table_layout_c { margin: 0 -10px; }
    table.table_layout_c th,
    table.table_layout_c td{
    /*width: 100%;*/
    display: block;
    border-top: none;
    }
  table.table_layout_c tr:first-child th { border-top: 1px solid #ddd; }

}