@charset "utf-8";
/*--------------------------------------------
	css
--------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-size : 95%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg_body_001.jpg) left top repeat;
}
@media screen and ( max-width : 768px ){
	body{
		font-size : 100%;
	}
}
@media screen and (min-width: 1080px) {
	body {
		line-height: 1.6;
	}
}

.pc-only { display: none; }
@media screen and (min-width: 768px) {
	.pc-only {
		display: inherit;
	}
	.sp-only {
		display: none;
	}
}
@media screen and (min-width: 900px) {
	.tab-only {
		display: none;
	}
}

a:link,
a:visited{
	color : #4040ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #4040ff;
	text-decoration : none;
}

img { max-width: 100%;}

.marT05 { margin-top: 5px; }
.marT10 { margin-top: 10px; }
.marT20 { margin-top: 20px; }
.marT30 { margin-top: 30px; }
.marT40 { margin-top: 40px; }
.marT60 { margin-top: 60px; }
.marB10 { margin-bottom: 10px; }
.marB20 { margin-bottom: 20px; }
.marB30 { margin-bottom: 30px; }
.marB40 { margin-bottom: 40px; }
.marB50 { margin-bottom: 50px; }
.marB60 { margin-bottom: 60px; }
.marB70 { margin-bottom: 70px; }
.marB80 { margin-bottom: 80px; }
.marL10 { margin-left: 10px; }
.marL20 { margin-left: 20px; }
.marR05 { margin-right: 5px; }
.marR10 { margin-right: 10px; }
.marR20 { margin-right: 20px; }

.marB00 { margin-bottom: 0 !important; }
.marR00 { margin-right: 0 !important; }

.marAout {
	margin-left: auto;
	margin-right: auto;
}

.padSide05 {
	padding-left: 5px;
	padding-right: 5px;
}
.padSide10 {
	padding-left: 10px;
	padding-right: 10px;
}

.taLeft { text-align: left;}
.taCenter { text-align: center;}
.taRight { text-align: right;}


@media screen and (min-width: 769px) {
	a:hover img{
	opacity:0.65;
	filter:alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
	background:none!important;
	}
}
a:hover img.alphaNone {
opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
background:none!important;
}
.alphaNone a:hover img {
opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
background:none!important;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


.gothic {
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.wf-notosansjapanese { font-family: "Noto Sans JP"; }
.bold { font-weight: bold; }


/*============================================================

	BASE and common

==============================================================*/
.flexbox {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.flexbox.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container{
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.contentWrap001 {
  width: 96%;
  max-width: 1100px;
  margin: auto;
  box-sizing: border-box;
  padding: 40px 0;
}
.contentBox001 {
  width: 96%;
  max-width: 1100px;
  margin: auto;
  box-sizing: border-box;
  padding: 50px 0;
}

.bgGridNote {
  background: url("../img/bg_gridnote_001.png") center top repeat #fff;
}

/* 見出し */
.ttl001 {

}
.txtUnderLine001 {
  background: linear-gradient(transparent 50%, #fff600 50%);
}

.slideTxt {
  font-size: 12px;
  padding: .5em 0 0;
  color: #666;
}

@media screen and (min-width: 768px) {
  .contentBox001 {
    padding: 70px 0;
  }
  .slideTxt {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .contentBox001 {
    padding: 100px 0;
  }
}



/*============================================================

	header

==============================================================*/
header {
  width: 100%;
}
header .bgBox {
	position: relative;
	line-height: .4;
  background: #90e6ff;
}
header .topContentBox {
  width: auto;
  max-width: 100%;
}
header .siteId {
  text-align: left;
	line-height: 1.0;
}
header .siteId img {
	width: 90%;
  max-width: 540px;
	padding: 0 0;
}
header .pMark {
  /*width: 240px;*/
  max-width: 220px;
  margin: -20px auto 0;
}
header .telBox {
  display: none;
}
header .mailBtn {
  width: 50%;
  float: left;
  padding: 2%;
  box-sizing: border-box;
}


@media screen and (min-width: 600px) {
  header .topContentBox {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:  center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -16px 0 0;
  }
  header .topContentBox > div {
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow: 1;
    width: auto;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  header .topContentBox div img {
    max-width: 100%;
    max-height: 58px;
  }
  header .siteId img {
    width: 80%;
  }
  header .pMark {
    max-width: 100%;
    margin: 0;
  }
  header .telBox {
    display: block;
    /*width: 200px;
    max-width: 272px;*/
    /*margin: 10px auto 0;*/
  }
  header .mailBtn {
    display: block;
    float: none;
    /*width: 200px;
    max-width: 226px;*/
    /*margin: 10px auto 0;*/
  }
}

@media screen and (min-width: 1000px) {
  header .topContentBox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    max-width: 76%;
  }

}
@media screen and (min-width: 1200px){
  header .siteId {
    position: relative;
    /*z-index: 1;*/
  }
  header .siteId img {
    max-width: 730px;
  }
  header .topContentBox {
    top: 20px;
    right: 0;
  }
  header .topContentBox > div {
    padding: 0 20px;
    box-sizing: content-box;
  }
  header .mvTxt001 {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1460px) {
  header .topContentBox {
    width: auto;
    max-width: 100%;
  }
}



/*============================================================

	main visual

==============================================================*/
@media screen and (min-width: 768px) {
  header .bgBox {
    background: url("../img/mv_pc_bg.jpg") center bottom no-repeat #90e6ff;
    background-size: cover;
  }
  .mvTxt001 img {
    width: 66%;
  }
}





/*============================================================

	TAB

==============================================================*/
.tabSw {
  position: relative;
  z-index: 10;
  line-height: 0;
  margin-top: -34vw;
  display: flex;
  justify-content: center;
}
.tabSw li {
  width: auto;
  cursor: pointer;
  list-style: none;
  margin: 0 4px;
  position: relative;
  overflow: hidden;
}
.tabSw li:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #fff;
}
.tabSw li.active:after {
  display: none;
}
.tabSw li img {
  display: inline-block;
  position: relative;
  top: 4vw;
  transition: all .2s;
}
.tabSw li:hover img {
  top: 2vw;
}
.tabSw li.active img,
.tabSw li.active:hover img {
  top: 0;
}
.tabSw.tab-bottom {
  margin-top: 0;
}
.tabSw.tab-bottom li:after {
  background: none;
}
.tabSw.tab-bottom li img {
  top: -4vw;
}
.tabSw.tab-bottom li:hover img {
  top: -2vw;
}
.tabSw li.active img,
.tabSw li.active:hover img {
  top: 0;
}

.tabContWrap {
  position: relative;
  z-index: 10000;
}
.tabContWrap > div {
  display: none;
}
.tabContWrap > div.active {
  display: block;
  position: relative;
  z-index: 9;
  /*border-top: 5px solid #fff;
  margin-top: -5px;*/
  background: #5aa1d8;
}
.tabContWrap > div:last-child.active {
  background: #06b449;
}

@media screen and (min-width: 768px) {
  .tabSw {
    margin-top: -22vw;
  }
  .tabSw li {
    margin: 0 10px;
  }
  .tabSw li:after {
    height: 3px;
  }
}
@media screen and (min-width: 1000px) {
  .tabContWrap {
    z-index: 1;
  }
  .tabContWrap > div.active {
    border-top: 5px solid #fff;
    margin-top: -5px;
  }
  .tabSw li:after {
    height: 5px;
  }
  .tabSw li img {
    top: 40px;
  }
  .tabSw li:hover img {
    top: 26px;
  }
  .tabSw.tab-bottom li img {
  top: -40px;
  }
  .tabSw.tab-bottom li:hover img {
    top: -26px;
  }
  .tabSw li.active img,
  .tabSw li.active:hover img {
    top: 0;
  }
}




/*============================================================

	sect101 - 留学生市場の背景

==============================================================*/
.sect101 {
  background: url("../img/for_com/bg_sect101_001.png") top right no-repeat #5aa1d8;
  background-size: cover;
}
.sect101 p.copy001 {
  color: #fff600;
  font-size: 6vw;
  font-weight: bold;
  margin: 10px auto;
}
.sect101 .graph {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.sect101 .graph img {
  min-width: 768px;
}
.sect101 .scrollTbl001 {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin-top: 40px;
}
.sect101 .scrollTbl001 table {
  width: calc(100% - 4px);
}
.sect101 .scrollTbl001 table caption {
  text-align: left;
  margin-bottom: .8em;
  color: #fffd55;
  font-size: 14px;
}
.sect101 .scrollTbl001 table caption span {
  font-size: 80%;
  display: block;
  text-align: left;
}
.sect101 .scrollTbl001 table th,
.sect101 .scrollTbl001 table td {
  padding: .6em .8em;
  line-height: 1.5;
  text-align: center;
  background: #5aa1d8;
  vertical-align: middle;
  font-size: 3vw;
  color: #fff;
}
.sect101 .scrollTbl001 table thead th {
  background: #3d90d1;
  color: #fff;
  /*border-right: 1px solid #fff;*/
  border: 1px solid #fff;
}
/*.sect101 .scrollTbl001 table thead th:last-child {
  border: none;
}*/
.sect101 .scrollTbl001 table tbody th {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  /*font-weight: bold;*/
  background: #3d90d1;
  padding-right: 3em;
}
.sect101 .scrollTbl001 table tbody th.country {
  text-align: left;
}
.sect101 .scrollTbl001 table tbody th .flag {
  display: block;
  float: left;
  width: 20px;
  text-align: center;
  margin-right: .2em;
}
.sect101 .scrollTbl001 table tbody th .flag img {
  max-height: 13px;
  max-width: 20px;
}
.sect101 .scrollTbl001 table tbody td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.sect101 .scrollTbl001 table tfoot th,
.sect101 .scrollTbl001 table tfoot td {
  color: #fffd55;
  background: #3d90d1;
  border: 1px solid #fff;
}

.sect101 .slideTxt {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sect101 p.copy001 {
    font-size: 36px;
    margin: 40px auto 20px;
  }
  .sect101 .graph img {
    min-width: auto;
  }
  .sect101 .scrollTbl001 {
    margin-top: 60px;
  }
  .sect101 .scrollTbl001 table caption {
    font-size: 16px;
  }
  .sect101 .scrollTbl001 table caption span {
    display: inline;
    font-size: 100%;
  }
  .sect101 .scrollTbl001 table th,
  .sect101 .scrollTbl001 table td {
    font-size: 16px;
  }
  .sect101 .scrollTbl001 table tbody th .flag {
    width: 40px;
    margin-right: .5em;
  }
  .sect101 .scrollTbl001 table tbody th .flag img {
    max-height: 26px;
    max-width: 40px;
  }
}



/*============================================================

	sect102 - 留学生に人気の業種

==============================================================*/
.sect102 {
}
.sect102 p.copy001 {
  color: #3d90d1;
  font-size: 6vw;
  font-weight: bold;
  margin: 10px auto;
}
.sect102 .brBox {
  border: 3px solid #3d90d1;
  background: #fff;
  border-radius: 12px;
  padding: 0 20px 20px;
  margin: 50px 0 0;
}
.sect102 .brBox.bunkei {
 border: 3px solid #06b449;
}
.sect102 h3 {
  max-width: 250px;
  margin: -30px auto 10px;
}
.sect102 .brBox ul li {
  margin-top: 10px;
}
.sect102 .tblBox table {
  width: 100%;
  margin-top: 10px;
}
.sect102 .tblBox table th,
.sect102 .tblBox table td {
  color: #fff;
  padding: .6em .8em;
  font-size: 3vw;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sect102 .tblBox table th {
  background: #3d90d1;
}
.sect102 .tblBox table td {
  background: #5aa1d8;
  text-align: left;
}
.sect102 .tblBox table tr td:first-child {
  background: #3d90d1;
  width: 4em;
  text-align: center;
}
.sect102 .bunkei .tblBox table th {
  background: #06b449;
}
.sect102 .bunkei .tblBox table td {
  background: #2bbf64;
  text-align: left;
}
.sect102 .bunkei .tblBox table tr td:first-child {
  background: #06b449;
  width: 4em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sect102 p.copy001 {
    font-size: 36px;
    margin: 40px auto 20px;
  }
  .sect102 .brBox {
    padding: 0 20px 20px;
  }
  .sect102 h3 {
    max-width: 100%;
  }
  .sect102 .tblBox {
    display: flex;
  }
  .sect102 .tblBox table {
    flex-grow: 1;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .sect102 .tblBox table:last-child {
    margin-right: 0;
  }
  .sect102 .tblBox table th,
  .sect102 .tblBox table td {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  .sect102 .brBox {
    margin: 80px auto 0;
  }
  .sect102 .brBox {
    padding: 0 40px 40px;
  }
  .sect102 .tblBox table th,
  .sect102 .tblBox table td {
    font-size: 15px;
  }
}




/*============================================================

	sect103 - 課題を解決

==============================================================*/
.sect103 {
  background: rgb(158,207,218);
  background: linear-gradient(270deg, rgba(158,207,218,1) 40%, rgba(217,242,249,1) 80%);
  line-height: .4;
}
 .sect103 .contentBox001 {
  padding: 0;
}
.sect103 ul {
  text-indent: -9999px;
  height: 0;
}



/*============================================================

	sect　Contact & 相談バナー

==============================================================*/
.sectContact {
  background: url("../img/bg_contact_001.jpg") 60% bottom no-repeat #f5f5f5;
  background-size: cover;
}
.sectContact .w100Txt {
  background: #3d90d1;
}
.sectContact .w100Txt p {
  width: 96%;
  max-width: 1100px;
  margin: auto;
  color: #fff;
  padding: 40px 0;
}
.sectContact .contentBox001 .innerBox {
  padding: 10px;
}
.sectContact .tel,
.sectContact .mail {
  margin-top: 10px;
}

.soudanBnrBox {
  background: #eaeaea;
}
.soudanBnrBox .contentBox001 {
  padding: 20px 0;
}
.soudanBnrBox .ttl001 {
  margin-bottom: 20px;
}

.cv_block{
	margin: 0 0 0;
}

.cv_block li{
	margin: 0 auto 0;
	background: rgba(255,255,255,.8);
	width: 80%;
	max-width: 550px;
}

.cv_block li.line_box{
	margin: 20px auto 0;
}

.cv_block li.line_box .innerBox{
	background: none;
	padding: 0;
}

.cv_block li.line_box .innerBox .line_title{
	background: rgba(0,185,0,.9);
	padding: 10px 40px;
	text-align: center;
	line-height: 0;
}

.cv_block li.line_box .innerBox .line_btn{
	
}

.cv_block li.line_box .innerBox .line_btn a{
	padding: 10px;
	display: block;
	text-align: center;
	line-height: 0;
}


@media screen and (min-width: 768px) {
  .sectContact .tel,
  .sectContact .mail {
    margin-top: 20px;
  }
  .soudanBnrBox .contentBox001 {
    padding: 70px 0;
  }
  .soudanBnrBox .ttl001 {
    margin-bottom: 40px;
  }

	.sectContact {
		background: url("../img/bg_contact_001.jpg") right bottom no-repeat #f5f5f5;
		background-size: cover;
	}

	.cv_block{
		margin: 0 0 0;
		display: flex;
		justify-content: center;
	}
	
	.cv_block li{
		margin: 0 0 0;
		width: 48%;
	}
	
	.cv_block li .innerBox{
		margin: 0 0 0;
		width: 100% !important;
		max-width: none !important;
		height: 185px;
	}
	
	.cv_block li.line_box{
		margin: 0 0 0 4%;
	}
	
	.cv_block li.line_box .innerBox .line_title{
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80px;
	}
	
	.cv_block li.line_box .innerBox .line_title img{
		width: 200px;
	}
	
	.cv_block li.line_box .innerBox .line_btn a{
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 105px;
	}
	
	.cv_block li.line_box .innerBox .line_btn a img{
		width: 300px;
	}
	
	
}
@media screen and (min-width: 769px) {
  .sectContact {
    background-size: contain;
  }
	
	.sectContact .contentBox001 {
		max-width: 1100px;
	}

	.cv_block{
		margin: 0 0 0;
		display: flex;
		justify-content: center;
	}
	
	.cv_block li{
		margin: 0 0 0;
		width: 49%;
	}
	
	.cv_block li .innerBox{
		height: auto;
	}
	
	.cv_block li.line_box{
		margin: 0 0 0 2%;
	}
	
	.cv_block li.line_box .innerBox .line_title{
		padding: 10px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
	}
	
	.cv_block li.line_box .innerBox .line_title img{
		width: 54%;
	}
	
	.cv_block li.line_box .innerBox .line_btn a{
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
	}
	
	.cv_block li.line_box .innerBox .line_btn a img{
		width: 80%;
	}
}
@media screen and (min-width: 1100px) {
  .sectContact {
    background-size: contain;
  }
	
	.sectContact .contentBox001 {
		max-width: 1100px;
	}

	.cv_block{
		margin: 0 0 0;
	}
	
	.cv_block li.line_box .innerBox .line_title{
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
	}
	
	.cv_block li.line_box .innerBox .line_title img{
		width: auto;
	}
	
	.cv_block li.line_box .innerBox .line_btn a{
		padding: 0;
		height: 150px;
	}
	
	.cv_block li.line_box .innerBox .line_btn a img{
		width: auto;
	}
}



/*============================================================

	sect104 - 5つの強み

==============================================================*/
.sect104 {
  background: url("../img/for_com/bg_sect104_001.png") right top no-repeat #2bbf64;
  background-size: cover;
}
.sect104 h2 img {
  max-width: 70%;
}
.sect104 ul {
  display: flex;
  flex-wrap: wrap;
}
.sect104 ul li {
  /*flex-grow: 1;*/
  width: calc(50% - 5px);
  margin-top: 10px;
  margin-right: 6px;
}
.sect104 ul li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .sect104 ul {
    display: block;
  }
  .sect104 ul li {
    width: calc(33% - 5px);
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px;
  }
  .sect104 ul li:nth-child(even) {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .sect104 ul {
    padding-top: 30px;
  }
  .sect104 ul li {
    width: calc(33% - 10px);
    margin-top: 30px;
    margin-right: 10px;
  }
  .sect104 ul li:nth-child(even) {
    margin-right: 10px;
  }
}



/*============================================================

	sect105 - メリット・デメリット

==============================================================*/
.sect105 .outBox {
  display: flex;
  margin-top: 40px;
}
.sect105 .outBox .item {
  flex-grow: 1;
  width: calc(50% - 5px);
  background: #fff;
  margin-right: 10px;
  border-radius: 12px;
  border: 3px solid #06b449;
  padding: 0 6px 6px;
  text-align: left;
}
.sect105 .outBox .item:nth-child(2) {
  margin-right: 0;
  border-color: #3d90d1;
}
.sect105 .outBox .item h3 {
  margin-top: -16px;
  text-align: center;
}
.sect105 .outBox .item h3 img {
  width: 90%;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .sect105 .outBox {
    margin-top: 70px;
  }
  .sect105 .outBox .item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .sect105 .outBox .item h3 {
    margin-top: -26px;
  }
}
@media screen and (min-width: 1000px) {
  .sect105 .outBox {
    margin-top: 100px;
  }
  .sect105 .outBox .item {
    width: calc(50% - 20px);
    margin-right: 40px;
    padding: 0 20px 20px;
  }
  .sect105 .outBox .item h3 {
    margin-top: -40px;
    margin-bottom: 20px;
  }
}




/*============================================================

	sect106 - 採用時の注意点

==============================================================*/
.sect106 {
  background: #eae6e3;
  line-height: .4;
}
.sect106 .contentBox001 {
  padding-bottom: 0;
}
.sect106 .txtBox {
  text-align: left;
  line-height: 1.4;
}
.sect106 h3 {
  color: #3d90d1;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.4em;
}
.sect106 p {
  font-size: 14px;
  margin-top: 10px;
}
.sect106 .banList {
  background: rgba(255,255,255,.5);
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.sect106 .banList h4 {
  font-weight: bold;
}
.sect106 .banList p {
  margin-top: 0;
}
.sect106 .noteTxt {
  font-size: 12px;
}
.sect106 .pictBox img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .sect106 {
    background: url("../img/for_com/sect106_pic_001_pc.jpg") left -100px bottom 0 no-repeat #eae6e3;
    background-size: contain;
  }
  .sect106 .contentBox001 {
    padding-bottom: 100px;
    min-height: 800px;
  }
  .sect106 h3 {
    font-size: 32px;
  }
  .sect106 .txtWrap {
    width: 60%;
    margin: auto;
    margin-right: -10px;
    background: rgba(234,230,227,.6);
    padding: 0 10px 10px;
    text-align: left;
  }
  .sect106 .pictBox {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .sect106 {
    background: url("../img/for_com/sect106_pic_001_pc.jpg") left 0 bottom 0 no-repeat #eae6e3;
    background-size: contain;
  }
  .sect106 .txtWrap {
    width: 64%;
    background: none;
    padding: 0;
  }
}



/*============================================================

	sect107 - 事例

==============================================================*/
.sect107 .caseWrap {
  margin-top: 30px;
}
.sect107 h3 {
  text-align: left;
  background: url("../img/for_com/sect107_bg_st1_sp.png") right bottom no-repeat #009944;
  padding: 1em .6em;
}
.sect107 .mistake h3 {
  background: url("../img/for_com/sect107_bg_st2_sp.png") right bottom no-repeat #3d90d1;
}
.sect107 dl.list001 {
  display: table;
  margin-top: 20px;
}
.sect107 dl.list001 dt,
.sect107 dl.list001 dd {
  display: table-cell;
  vertical-align: middle;
}
.sect107 dl.list001 dt span {
  display: block;
  background: #06b449;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  border-radius: 3em;
  padding: .8em 1em;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
}
.sect107 .mistake dl.list001 dt span {
  background: #3d90d1;
}
.sect107 dl.list001 dd {
  text-align: left;
  padding-left: .8em;
  font-size: 14px;
  line-height: 1.2;
}
.sect107 dl.list001 dd strong {
  font-size: 120%;
  font-weight: bold;
  color: #06b449;
}
.sect107 .mistake dl.list001 dd strong {
  color: #3d90d1;
}
.sect107 p.exp {
  text-align: left;
  padding-left: 4em;
  font-size: 14px;
}
.sect107 .exmplWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sect107 .exmplBox {
  flex-grow: 1;
  width: 100%;
  border: 3px solid #009944;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
}
.sect107 .exmplBox:last-child {
  margin-bottom: 0;
}
.sect107 .mistake .exmplBox {
  border-color: #3d90d1;
}
.sect107 .exmplBox .detailTxt {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.sect107 .exmplBox .detailTxt:first-child {
  margin-top: 0;
}
.sect107 .exmplBox .detailTxt dt,
.sect107 .exmplBox .detailTxt dd {
  display: block;
}
.sect107 .exmplBox .detailTxt dt {
  background: #094;
  color: #fff;
  font-size: 15px;
  padding: .2em;
}
.sect107 .mistake .exmplBox .detailTxt dt {
  background: #3d90d1;
}
.sect107 .exmplBox .detailTxt dd {
  text-align: left;
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .sect107 .exmplWrap {
    width: 100%;
    max-width: 846px;
  }
  .sect107 .exmplBox {
    flex-grow: 1;
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
  }
  .sect107 .exmplBox:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sect107 .caseWrap {
    display: flex;
    margin-top: 70px;
  }
  .sect107 .caseWrap > div {
    flex-grow: 1;
  }
  .sect107 .caseWrap .subTtl {
    width: 214px;
    min-width: 214px;
    max-width: 20%;
    margin-right: 40px;
  }
  .sect107 .caseWrap .txtWrap {
    width: auto;
    max-width: 80%;
  }
  .sect107 h3 {
    height: 100%;
    min-height: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    background: url("../img/for_com/sect107_bg_st1_pc.jpg") left bottom no-repeat #009944;
  }
  .sect107 .mistake h3 {
    background: url("../img/for_com/sect107_bg_st2_pc.jpg") left bottom no-repeat #3d90d1;
  }
  .sect107 dl.list001 {
    margin-top: 30px;
  }
  .sect107 dl.list001:first-child {
    margin-top: 0;
  }
  .sect107 dl.list001 dt span {
    line-height: 1;
    padding: .8em 1em;
    font-size: 20px;
  }
  .sect107 dl.list001 dd {
    font-size: 20px;
    font-weight: bold;
  }
  .sect107 .exmplWrap {
    margin-top: 30px;
  }
  .sect107 .exmplBox .detailTxt {
    clear: both;
    margin-top: 20px;
  }
  .sect107 .exmplBox .detailTxt dt {
    float: left;
    width: 30%;
    font-size: 14px;
  }
  .sect107 .exmplBox .detailTxt dd {
    width: 70%;
    margin-left: 30%;
    padding: .2em 0 0 1em;
    box-sizing: border-box;
  }
  .sect107 p.exp {
    font-size: 16px;
    padding-left: 4.4em;
  }
}

/* ie hack */
@media screen\0 {
  .sect107 .caseWrap .txtWrap {
    overflow: hidden;
  }
}



/*============================================================

	sect108 - 在留資格の変更について

==============================================================*/
.sect108 {
  background: url("../img/for_com/bg_sect101_001.png") top right no-repeat #5aa1d8;
  background-size: cover;
}
.sect108 p.copy {
  max-width: 96%;
  margin: 1em auto 2em;
}
.sect108 .overviewWrap {
  margin-top: 20px;
}
.sect108 .overviewWrap .box1 {
  width: 100%;
  background: #fff;
  text-align: center;
}
.sect108 .overviewWrap .box2 {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.sect108 .overviewWrap .box2 img {
  max-width: 30px;
}
.sect108 .overviewWrap .box3 .txtBox .txt {
  text-align: left;
  background: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.sect108 .overviewWrap .box3 .txtBox .txt:first-child {
  margin-top: 10px;
}
.sect108 .overviewWrap .box3 .txtBox .txt h3 {
  width: 100%;
  background: #3d90d1;
  border: 1px solid #fff;
  padding: 10px;
  box-sizing: border-box;
}
.sect108 .overviewWrap .box3 .txtBox .txt h3 img {
  height: 24px;
}
.sect108 .overviewWrap .box3 .txtBox .txt p {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .sect108 .overviewWrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1004px;
    margin: 30px auto 0;
  }
  .sect108 .overviewWrap .box1,
  .sect108 .overviewWrap .box2,
  .sect108 .overviewWrap .box3 {
    width: auto;
  }
  .sect108 .overviewWrap .box2 img {
    max-width: 100%;
  }
  .sect108 .overviewWrap .box3 {
    position: relative;
  }
  .sect108 .overviewWrap .box3 .txtBox .txt {
    position: absolute;
    top: 0;
    left: 36%;
    text-align: left;
    font-size: 1.8vw;
    line-height: 1.2;
    color: #444;
    max-height: 46%;
    overflow: hidden;
  }
  .sect108 .overviewWrap .box3 .txtBox .txt {
    font-size: 12px;
    padding: .6em;
    box-sizing: border-box;
    line-height: 1.4;
    margin: 0;
    background: none;
  }
  .sect108 .overviewWrap .box3 .txtBox .txt:first-child {
    margin-top: 0;
  }
  .sect108 .overviewWrap .box3 .txtBox .txt:nth-child(2) {
    top: 53%;
  }
  .sect108 .overviewWrap .box3 .txtBox .txt p {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sect108 .overviewWrap .box3 .txtBox .txt {
    font-size: 16px;
    top: 0;
  }
}




/*============================================================

	sect109 - 戦力としての留学生

==============================================================*/
.sect109 {
  background: url("../img/for_com/bg_sect104_001.png") right top no-repeat #2bbf64;
  background-size: cover;
}
.sect109 .flexbox {
  flex-wrap: wrap;
}
.sect109 .flexbox > div {
  flex-grow: 1;
  width: 100%;
  margin-top: 20px;
}
.sect109 .flexbox p {
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.sect109 .flexbox p a {
  color: #fffd55;
}
.sect109 .flexbox .box2 {
  background: #fff;
}
.sect109 .flexbox .box2 p {
  text-align: center;
}
.sect109 .flexbox .box2 img {
  max-width: 80%;
  padding: 20px 0;
}
.sect109 .flexbox .box2 span {
  display: block;
  background: #06b449;
  border: 1px solid #fff;
  padding: .4em 0;
}
.sect109 .flexbox .box2 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.sect109 .flexbox .box2 a:hover {
  color: #fffd55;
}
.sect109 .flexbox .box4 {
  text-align: center;
}
.sect109 .flexbox .box4 img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .sect109 .flexbox p {
    font-size: 16px;
  }
  .sect109 .flexbox > div {
    margin-top: 60px;
  }
  .sect109 .flexbox .box1 {
    order: 1;
    width: 60%;
    margin-right: 20px;
  }
  .sect109 .flexbox .box2 {
    order: 2;
    width: calc(40% - 20px);
    position: relative;
  }
  .sect109 .flexbox .box2 img {
    max-width: 220px;
    margin-top: 5em;
  }
  .sect109 .flexbox .box2 span {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .sect109 .flexbox .box3 {
    order: 4;
    width: 60%;
  }
  .sect109 .flexbox .box4 {
    order: 3;
    width: 40%;
  }
}
@media screen and (min-width: 1000px) {
  .sect109 .flexbox > div {
    margin-top: 80px;
  }
  .sect109 .flexbox p {
    font-size: 18px;
  }
  .sect109 .flexbox .box4 img {
    margin-top: -40px;
  }
}


/*============================================================

	sect111 - 質問

==============================================================*/
.sect111 {
  background: url("../img/for_com/bg_sect101_001.png") top right no-repeat #5aa1d8;
  background-size: cover;
}
.sect111 .acPanel001 {
  margin-top: 30px;
}
.acPanel001 .acCont {
  display: none;
}
.acPanel001 .acBtn {
  background: #3d90d1;
  color: #fff;
  text-align: left;
  padding: .5em;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #fff;
  position: relative;
}
.acPanel001 .acBtn:first-child {
  margin-top: 0;
}
.acPanel001 .acBtn:before {
  content: '\f067';
  font-family: 'FontAwesome';
  position: absolute;
  right: .5em;
  top: 50%;
  margin-top: -0.8em;
}
.acPanel001 .acBtn.open:before {
  content: '\f068 ';
}
.acPanel001 .acCont {
  background: #fff;
  /*padding: .5em;*/
  padding: .7em;
  text-align: left;
  /*font-size: 3.4vw;*/
}

.acPanel001 .acBtn {
  display: flex;
  overflow: hidden;
}
.acPanel001 .acBtn .icon {
  width: 2em;
}
.acPanel001 .acBtn .icon img {
  padding-top: 2px;
}
.acPanel001 .acBtn .txt {
  width: 100%;
  padding-right: 1.4em;
}
.acPanel001 .acCont .icon {
  display: block;
  width: 2em;
  float: left;
  /*text-align: center;*/
}
.acPanel001 .acCont .txt {
  display: block;
  padding-left: 2.5em;
}

@media screen and (min-width: 768px) {
  .acPanel001 {
    margin-top: 60px;
  }
  .acPanel001 .acBtn {
    font-size: 18px;
    margin-top: 20px;
    padding: 1em;
  }
  .acPanel001 .acCont {
    font-size: 16px;
    padding: 1.2em;
  }
}









/*============================================================

	sect201 -

==============================================================*/
.sect201 {
  background: url("../img/for_com/bg_sect104_001.png") right top no-repeat #2bbf64;
  background-size: cover;
}
.sect201 .imgBox {
  margin-top: 30px;
}
.sect201 p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sect201 .imgBox {
    margin-top: 60px;
  }
  .sect201 p {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .sect201 p {
    font-size: 18px;
  }
}




/*============================================================

	sect202 -

==============================================================*/
.sect202 ul {
  margin-top: 20px;
}
.sect202 ul li {
  display: inline-block;
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sect202 ul {
    margin-top: 40px;
  }
  .sect202 ul li {
    width: 33%;
  }
}




/*============================================================

	sect203 -

==============================================================*/
.sect203 {
  background: #fff;
}
.sect203 .contentBox001 {
  padding: 0;
  line-height: .4;
}
.sect203 ul {
  display: none;
}



/*============================================================

  Contact 相談

==============================================================*/
.forStd .sectContact .w100Txt {
  background: #2bbf64;
}



/*============================================================

	sect205 -

==============================================================*/
.sect205 .copy img {
  width: 100%;
  max-width: 890px;
  padding-top: 10px;
}
.sect205 ul {
  display: flex;
  flex-wrap: wrap;
}
.sect205 ul li {
  flex-grow: 1;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-top: 20px;
}
.sect205 ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .sect205 .copy img {
    padding-top: 30px;
  }
  .sect205 ul li {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .sect205 .copy img {
    padding-top: 50px;
  }
  .sect205 ul li {
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-top: 40px;
  }
}



/*============================================================

	sect206 -

==============================================================*/
.sect206 {
  background: url("../img/for_com/bg_sect101_001.png") right top no-repeat #5aa1d8;
  background-size: cover;
}
.sect206 .copy{
  margin-top: 10px;
}
.sect206 .copy img {
  max-height: 36px;
}
.sect206 .listWrap {
  display: flex;
  flex-wrap: wrap;
}
.sect206 .listWrap .item {
  flex-grow: 1;
  width: 100%;
  background: #3d90d1;
  border: 3px solid #fff;
  margin: 10px 0 0;
  text-align: left;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.sect206 .listWrap .item h3 img {
  max-width: 220px;
  max-height: 20px;
}
.sect206 .listWrap .item h3.wLine img {
  max-height: 28px;
}
.sect206 .listWrap .item p {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .sect206 .copy{
    width: 80%;
    margin: 30px auto;
  }
  .sect206 .listWrap .item {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-top: 20px;
    min-height: 12em;
  }
  .sect206 .listWrap .item:nth-child(2n) {
    margin-right: 0;
  }
  .sect206 .listWrap .item h3 img {
    max-width: 330px;
    max-height: 30px;
  }
  .sect206 .listWrap .item h3.wLine img {
    max-height: 42px;
  }
  .sect206 .listWrap .item p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .sect206 .copy{
    width: 100%;
    margin: 30px auto;
  }
  .sect206 .listWrap .item {
    padding: 20px;
  }
  .sect206 .listWrap .item h3 img {
    max-width: auto;
    max-height: 36px;
  }
  .sect206 .listWrap .item h3.wLine img {
    max-height: 58px;
  }
  .sect206 .listWrap .item p {
    font-size: 18px;
  }
}


/*============================================================

	sect207 -

==============================================================*/
.sect207 .knowledgebox {
  display: flex;
}
.sect207 .knowledgebox:first-of-type {
  margin-top: 20px;
}
.sect207 .knowledgebox > div {
  flex-grow: 1;
}
.sect207 .knowledgebox .icon {
  /*flex-grow: 1;*/
  flex-basis: 20%;
  padding-top: 10px;
}
.sect207 .knowledgebox .icon img {
  width: 100%;
}
.sect207 .knowledgebox .fukidashiLeft {
  flex-basis: 80%;
  text-align: left;
  font-size: 14px;
}
.fukidashiLeft {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 10px;
  /*width: calc(100% - 15px);*/
  /*min-width: 120px;
  max-width: 100%;
  font-size: 16px;*/
  background: #FFF;
  border: solid 3px #06b449;
  box-sizing: border-box;
}
.fukidashiLeft:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.fukidashiLeft:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #06b449;
  z-index: 1;
}
.sect207 .fukidashiLeft h3 {
  color: #06b449;
  font-size: 120%;
  font-weight: bold;
}
.sect207 .fukidashiLeft p {
  margin-top: 1em;
}
.sect207 .fukidashiLeft p strong {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sect207 .knowledgebox .icon {
    flex-grow: 1;
    padding-top: 0;
  }
 .sect207 .knowledgebox .icon img {
    max-width: 128px;
  }
  .sect207 .knowledgebox .fukidashiLeft {
    font-size: 16px;
  }
  .sect207 .fukidashiLeft h3 {
    font-size: 140%;
  }
}
@media screen and (min-width: 1000px) {
  .sect207 .knowledgebox:first-of-type {
    margin-top: 50px;
  }
  .sect207 .knowledgebox .icon img {
    max-width: 148px;
  }
  .sect207 .knowledgebox .fukidashiLeft {
    font-size: 18px;
    padding: 20px;
  }
}


/*============================================================

	sect208 -

==============================================================*/
.sect208 {
  background: url("../img/for_std/sect208_bg_001.jpg") left top no-repeat #f4f4f4;
  background-size: cover;
}
.sect208 .contentBox001 {
  text-align: center;
}
.sect208 .contentBox001 img {
  background: rgba(244,244,244,.7);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .sect208 {
    background-size: contain;
  }
  .sect208 .contentBox001 {
    text-align: right;
  }
  .sect208 .contentBox001 img {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .sect208 .contentBox001 img {
    background: none;
  }
}
@media screen and (min-width: 1400px) {
  .sect208 .contentBox001 img {
    width: auto;
  }
}


/*============================================================

	sect210 -

==============================================================*/
.sect210 {
  background: url("../img/for_com/bg_sect104_001.png") right top no-repeat #2bbf64;
  background-size: cover;
}
.sect210 .acPanel001 .acBtn {
  background: #06b449;
}




/*============================================================

	footer

==============================================================*/
footer {
  background: #06b449;
  padding-bottom: 80px;
}
footer .innerBox {
  width: 96%;
  max-width: 1100px;
  margin: auto;
  padding: 20px 10px;
}
footer .footTopBox {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
}
footer .footTopBox > div {
  flex-grow: 1;
  width: 100%;
}
footer .footTopBox .pMark {
  background: #fff;
  padding: 6px;
  box-sizing: border-box;
  margin-top: 10px;
}
footer .footNav {
  margin-top: 10px;
}
footer .footNav li {
  display: inline-block;
  font-size: 12px;
  padding: 0 .5em;
}
footer .footNav li a {
  color: #fff;
  line-height: 1.2;
}

footer address {
  color: #fff;
  font-size: 10px;
  margin-top: 30px;
}
.botFixTel {
  position: fixed;
  bottom: 0;
  width: 100%;
  /*background: #3d90d1;*/
  background: rgb(231,20,26);
  background: linear-gradient(90deg, rgba(231,90,20,1) 0%, rgba(231,20,26,1) 100%);
  text-align: center;
  z-index: 20000;
  padding: 10px 10px;
  box-sizing: border-box;
}
.botFixTel .tabSw.tab-bottom {
  width: 100%;
  position: relative;
  z-index: auto;
  font-size: 11px;
  font-weight: bold;
  margin: 4px 0 0;
}
.botFixTel .tabSw.tab-bottom li {
  width: 48%;
  overflow: visible;
  color: #3d90d1;
  margin: 0;
  margin-right: 2%;
}
.botFixTel .tabSw.tab-bottom li:nth-child(2) {
  color: #06b449;
  margin-right: 0;
}
.botFixTel .tabSw.tab-bottom li span {
  display: block;
  background: #e4e4e4;
  border-radius: 6px;
  padding: 8px 10px;
}
.botFixTel .tabSw.tab-bottom li.active span {
  background: #fff;
}
.botFixTel .tabSw.tab-bottom li span i {
  padding-right: .4em;
}
@media screen and (min-width: 768px) {
  footer .footTopBo {
    width: 100%;
  }
  footer .footTopBox > div {
    width: calc(50% - 40px);
    margin: 20px 20px;
    align-self: center;
  }
  footer .footNav li {
    font-size: 14px;
  }
  footer address {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding-bottom: 0;
  }
  .botFixTel {
    display: none;
  }
}

/*============================================================

	お問い合わせフォーム

==============================================================*/
.contactForm .bgBox {
  background: #f4e2ca;
}
.contactForm h2 {
  font-size: 24px;
}
.contactForm .txtRequired {
  color: #d70d0d;
  float: right;
  font-size: 90%;
}
.contactForm .form {
  background-image: none;
  text-align: left;
  border: 3px solid #3d90d1;
  border-radius: 12px;
  padding: 40px 10px;
  margin-top: 40px;
  background-color: #fff;
}
.contactForm.green .form {
  border-color: #06b449;
}
.contactForm .form__in,
.contactForm .form__area,
.contactForm .form__check-text:before {
  background: #eee;
}
.contactForm .form__label {
  font-size: 100%;
  color: #404040;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contactForm .form__check-text {
  color: #404040;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contactForm .form__row+.form__row {
  margin-top: 20px;
}
.contactForm .form__submit {
  background: rgb(43,191,100);
  background: linear-gradient(270deg, rgba(43,191,100,1) 0%, rgba(61,144,209,1) 100%);
}
.form__submit .before {
  background: radial-gradient(circle closest-side,#65dace,transparent);
}
.form__privacy {
  background: #f1f1f1;
  margin-left: 0;
}

.contactForm .radioBtn001 li {
  padding-bottom: .5em;
  margin-top: .3em;
}
.contactForm .radioBtn001 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.contactForm .radioBtn001 input {
  vertical-align: middle;
}

.contactForm .pMarkInfo001 {
  display: flex;
  max-width: 900px;
  margin: 20px auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.contactForm .pMarkInfo001 .mark {
  max-width: 60px;
  min-width: 60px;
}
.contactForm .pMarkInfo001 .txt {
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .contactForm h2 {
    font-size: 36px;
  }
  .contactForm .contentWrap001 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .contactForm .contentWrap001 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}



#page-top,
#page-top2 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
#page-top a,
#page-top2 a {
  text-align: center;
  display: block;
	width: 50px;
	height: 50px;
  border-radius: 25px;
  border: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #page-top,
  #page-top2 {
		/*display: none !important;*/
     bottom: 86px;
     right: 10px;
	}
  #page-top a,
  #page-top2 a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  #page-top,
  #page-top2 {
     bottom: 80px;
     right: 6px;
	}
}

.tw{
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .tw{
    width: 400px;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .tw{
    width: 90%;
    margin: 20px auto 0 auto;
  }
}
