@charset "UTF-8";
/**
 * 共通スタイル
 */
/* ==========================================================================
   h
   ========================================================================== */
p {
  word-wrap: break-word;
  /* 単語の途中でも改行 */
}

h1 {
  font-size: 242.8571428571%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 171.4285714286%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

h3 {
  font-size: 128.5714285714%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: url(img/bg_h3.gif) no-repeat 0 bottom;
  min-height: 35px;
  padding: 0 13px 4px 21px;
  margin-top: 34px;
  margin-bottom: 13px;
  line-height: 1.5;
}

h4 {
  font-size: 114.2857142857%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #f9f7f5;
  padding: 11px 5px 11px 18px;
  margin-top: 21px;
  margin-bottom: 13px;
  line-height: 1.5;
}

h5 {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 13px;
  margin-bottom: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 171.4285714286%;
  }

  h2 {
    font-size: 142.8571428571%;
  }

  h3 {
    font-size: 114.2857142857%;
  }

  h4 {
    font-size: 107.1428571429%;
  }
}
/* ==========================================================================
   title
   ========================================================================== */
.cmn-ttl {
  font-size: 242.8571428571%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.ttl-plane {
  background: url(/common/css/img/bg_sttl.gif) no-repeat 0 bottom;
  padding-bottom: 28px;
}

.ttl-head {
  border-bottom: 1px solid #e7e1da;
  margin: 0 auto 30px;
  padding-top: 0;
  padding-bottom: 18px;
  width: 705px;
}

.main .w850 {
  margin: 0 auto;
  width: 850px;
}
.main .w850 .ttl-head {
  width: 850px;
}

/*.ttl-head.photo{
	border:none;
	margin-bottom:0px;
}*/
.main-text {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .cmn-ttl {
    font-size: 128.5714285714%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .ttl-head {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 13px;
  }

  .main .w850 {
    width: 100%;
  }
  .main .w850 .ttl-head {
    width: 100%;
  }

  .ttl-plane {
    background: url(/common/css/img/bg_sttl_sp.gif) no-repeat 0 bottom;
    background-size: 100% auto;
    -ms-behavior: url(/common/js/lib/backgroundsize.min.htc);
    padding-bottom: 28px;
  }
}
/* ==========================================================================
   txt
   ========================================================================== */
#contents .main p {
  word-wrap: break-word;
  /* 単語の途中でも改行 */
}
#contents .main .qa-entry-wrap p {
  margin-top: 13px;
}
#contents .main .qa-entry-wrap p:first-child {
  margin-top: 0px;
}
#contents .main big {
  font-size: 100%;
}

.text-box p {
  margin-top: 13px;
  /*&:first-child{
  	margin-top:0px;
  }*/
}

.text-mini {
  font-size: 85.7142857143%;
}

/* ==========================================================================
   button
   ========================================================================== */
.btn01 {
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #212121;
  display: inline-block;
  padding: 1px 10px 6px;
  text-decoration: none;
  position: relative;
  color: #212121;
  /*&:hover{
  	color:$blue !important;
  }*/
}
.btn01:before {
  font-size: 20px;
  position: relative;
  top: 7px;
  vertical-align: super;
}
.btn01:visited {
  color: #212121;
}

/*.btn01:visited{
	color:$base-color;
}*/
/* IE10 IE11 */
@media all and (-ms-high-contrast: none) {
  .btn01 {
    padding: 3px 10px 3px;
  }
  .btn01:before {
    top: 9px;
    vertical-align: super;
  }
}
.btn02 {
  background-color: #0e9e92;
  border-radius: 3px;
  color: #FFF;
  display: block;
  font-size: 85.7142857143%;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
.btn02 span {
  font-size: 125%;
}
.btn02:before {
  font-size: 22px;
  text-shadow: none;
  position: relative;
}
.btn02:hover {
  color: #fff;
}

.large {
  font-size: 114.2857142857%;
  width: 340px;
  margin: 0 auto;
}

.btn02:visited {
  color: #fff;
}

/*.btn02:hover{
	background-color:#62c0b8;
}*/
/* IE10 IE11 */
@media all and (-ms-high-contrast: none) {
  .btn02:before {
    top: 9px;
    vertical-align: super;
  }
}
@media screen and (max-width: 767px) {
  .large {
    width: 80%;
  }
}
/* ==========================================================================
   list
   ========================================================================== */
.ulStyle li {
  padding: 0 21px 0 19px;
  padding-bottom: 6px;
  position: relative;
}
.ulStyle li:after {
  content: "●";
  color: #ccc;
  display: block;
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.notes li {
  color: #777;
  line-height: 1.6;
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
}
.notes li:first-child {
  margin-top: 0px;
}

.visa-select-box ul {
  letter-spacing: -0.4em;
}
.visa-select-box ul li {
  width: 125px;
  border: 1px solid #bac9d5;
  background-color: #FFF;
  padding: 4px 2px 3px 35px;
  border-radius: 3px;
  margin-bottom: 8px;
  font-size: 85.7142857143%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.visa-select-box ul li a {
  color: #212121 !important;
  text-decoration: none !important;
}
.visa-select-box ul li.india {
  background: #fff url(/common/css/img/flag_india.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.indonesia {
  background: #fff url(/common/css/img/flag_indonesia.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.cambodia {
  background: #fff url(/common/css/img/flag_cambodia.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.srilanka {
  background: #fff url(/common/css/img/flag_srilanka.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.myanma {
  background: #fff url(/common/css/img/flag_myanma.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.thai {
  background: #fff url(/common/css/img/flag_thai.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.china {
  background: #fff url(/common/css/img/flag_china.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.pakistan {
  background: #fff url(/common/css/img/flag_pakistan.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.bangladesh {
  background: #fff url(/common/css/img/flag_bangladesh.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.vietnam {
  background: #fff url(/common/css/img/flag_vietnam.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.saudi {
  background: #fff url(/common/css/img/flag_saudi.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.russia {
  background: #fff url(/common/css/img/flag_russia.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.usa {
  background: #fff url(/common/css/img/flag_usa.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.brasil {
  background: #fff url(/common/css/img/flag_brasil.gif) no-repeat 6px center !important;
}
.visa-select-box ul li.australia {
  background: #fff url(/common/css/img/flag_australia.gif) no-repeat 6px center !important;
}

/* インクルード：ケーススタディリスト */
ul.other-case-list {
  padding: 0 21px;
}
ul.other-case-list li.boxTarget {
  display: inline-block;
  width: 288px;
  margin-left: 20px;
}
ul.other-case-list li.boxTarget:first-child {
  margin-left: 0;
}
ul.other-case-list li.boxTarget p.ttl {
  text-align: left;
}
ul.other-case-list li.boxTarget p.ttl img {
  width: 160px;
}
ul.other-case-list li.boxTarget p.img {
  text-align: center;
}
ul.other-case-list li.boxTarget p.img img {
  width: 80%;
  margin-top: 8px;
  margin-bottom: 10px;
}
ul.other-case-list li.boxTarget p.txt {
  text-align: left;
  font-weight: bold;
  font-size: 128.5714285714%;
  line-height: 1.6;
}
ul.other-case-list li.boxTarget ul.check {
  margin-top: 15px;
  text-align: left !important;
  letter-spacing: -0.4em;
}
ul.other-case-list li.boxTarget ul.check li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 85%;
  padding: 4px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
ul.other-case-list li.boxTarget ul.check li:last-child {
  margin-right: 0;
}
ul.other-case-list li.boxTargetHover a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  ul.other-case-list {
    padding: 0 5%;
  }
  ul.other-case-list li.boxTarget {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-top: 21px;
  }
  ul.other-case-list li.boxTarget ul.check {
    margin-top: 10px;
  }
  ul.other-case-list li.boxTarget ul.check li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sp-arrow-list li a {
    display: block;
    position: relative;
    padding: 15px 40px 15px 17px;
    text-decoration: none;
  }
  .sp-arrow-list li a:after {
    content: "";
    font-size: 20px;
    position: absolute;
    right: 17px;
    top: 33%;
  }

  .news-list.sp-arrow-list li a {
    padding: 0px;
  }
  .news-list.sp-arrow-list li a:after {
    right: 0;
    top: -55%;
  }

  #qa-index .sp-arrow-list li a {
    padding: 0px 0px 0px 0px;
  }
  #qa-index .sp-arrow-list li a:after {
    right: 0px;
    top: 20%;
  }
}
/* ==========================================================================
   icon
   ========================================================================== */
.pdf {
  background: url(img/icon_pdf_ss.png) no-repeat right center;
  padding-right: 18px;
}

/* ==========================================================================
   bordre
   ========================================================================== */
.dot-top {
  border-top: 1px dashed #bfbfbf;
}
.dot-top.mt30 {
  margin-top: 30px;
}
.dot-top.pt30 {
  padding-top: 30px;
}

/* ==========================================================================
table
========================================================================== */
table {
  margin-top: 21px;
  width: 100%;
  border-top: 1px solid #e3ded7;
  border-left: 1px solid #e3ded7;
}
table th,
table td {
  line-height: 1.5;
  vertical-align: middle;
  border-right: 1px solid #e3ded7;
  border-bottom: 1px solid #e3ded7;
}
table th {
  background-color: #f9f7f5;
  font-weight: bold;
  font-size: 100%;
  padding: 6px 10px;
}
table td {
  font-size: 92.8571428571%;
  padding: 6px 10px;
}
table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  table th,
table td {
    line-height: 1.4;
    padding: 4px;
  }
  table th {
    font-size: 71.4285714286%;
  }
  table td {
    font-size: 71.4285714286%;
  }
}
