@charset "utf-8";
html {
	background-color: #fff;
}
#lang_choice_1 {
  position: absolute;
  z-index: 20;
  top: 41px;
  /*left: 20px;*/
  right: 20px;
}
#lang_choice_2 {
  /*position: absolute;*/
  z-index: 20;
  /*top: 13px;
  right: 20px;*/
}
.no-scroll {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.feat_detailLft01, .feat_txt, .topic p, .mainbox01Sub, .main_box, .feat_detailLft02 li p:last-child, .listText {
	font-family: Myanmar3,Yunghkio,'Masterpiece Uni Sans';
}
.pcOnly {
	display: block !important;
}
.spOnly {
 display: none !important;
}
.blueText {
  /*color: #003B88;*/
  font-family: "MON3 Anonta 1";
  font-size: 14px;
}
/* common */
.inner {
  width: 960px;
  margin: 0 auto;
}
.mainTitle {
  text-align: center;
  margin: 0 0 50px;
}
.mainTitle h2 {
  color: #003b88;
  position: relative;
  font-size: 36px;
}
.mainTitle h2::after {
  content: "";
  border-bottom: 4px solid #003b88;
  width: 190px;
  height: 5px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}
.feat_txt01 a {
  color: #003b88;
  text-decoration: underline;
}
.subTitle {
	font-size: 18px;
    background-color: #e1f4f9;
    padding: 10px 20px;
	margin: 40px 0 20px;
}
.subTitle02 {
	font-size: 18px;
    background-color: #000;
	color: #fff;
    padding: 10px 20px;
	margin: 40px 0;
}
figcaption {
	text-align: center;
	margin-top: -10px;
}

/* header */
header {
  width: 100%;
  background: #003b88;
  position: relative;
}
.headerIn {
  padding: 31px 0 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 200px;
}
header .logo svg {
  height: 45px;
}
header .logo a{
  font-size: 20px;
  color: #fff;
}
.nav {
  width: 740px;
  display: flex;
  justify-content: space-between;
}
.nav li a {
  font-size: 12px;
  color: #fff;
}
.nav li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s;
  margin-top: 5px;
}
.nav li a:hover::after {
  width: 100%;
}
.menuBlog {
  display: none;
}
.slick-image-slide, .slide-wrap {
  height: auto !important;
}

/* headerFix */
.headerFix {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 50px;
  background: #003b88;
  transform: translateY(-100%);
  transition: transform .33s,-webkit-transform .33s;
  z-index: 10;
}
.headerFix.fix {
  transform: translateZ(0);
}
.headerFixWrap {
  display: flex;
  width: 1130px;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.logo02{
 width: 39px;
  height: 39px;
}
.menu02{
  display: flex;
  width: 930px;
  margin-top: 7px;
  justify-content: space-between;
}
.menu02 li a{
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.headerFixSocial{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerFixSocial a img{
  width: 26px;
  height: auto;
  margin: 0 8px;
}
/* mainVisual */
#top .mainVisual {
	margin: 0;
}
.mainVisual {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0 60px;
}
.mainVisual .inner img,
.surveyImg img {
  max-width: 100%;
}
.surveyImg {
  margin-bottom: 30px;
}
.banner {
  width: 75%;
}
.banner img {
  width: 100%;
  vertical-align: middle;
}
.slide {
  position: relative;
}
.slideText {
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
}
.wpsisac-slick-slider.design-2 .slick-image-slide .slide-wrap .slider-content {
  top: auto;
  transform: unset;
  bottom: 50px;
}
.wpsisac-slick-slider .readmore {
  width: 160px;
	margin-left:auto;
}
.slide-wrap .readmore a.slider-readmore {
  padding: 15px 20px;
  background: none;
  font-size: 14px;
}
.slide-wrap .readmore a.slider-readmore:hover {
  border: 1px solid #003b88;
  background-color: #fff;
  color: #003b88;
  transition: all .3s;
}
.popup-wrap {
  width: auto;
  background-color: #f7f8f8;
}
#top .popup-wrap {
  width:  25%;
}
.loginForm {
  min-width: 88%;
  padding: 0;
  /*padding: 6% 6% 6% 6%;*/
}
#top .loginForm {
  padding-bottom: 0;
}
.loginForm .loginTitle {
  font-size: 18px;
}
.colBlue {
  color: #003b88;
}
.loginForm .loginText {
  font-size: 14px;
  margin: 10px 0 20px;
  line-height: 1.7;
}
.loginForm label {
  display: inherit;
  font-size: 14px;
  padding-bottom: 10px;
}
.loginForm input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #003b88;
  box-sizing: border-box;
}
.loginForm .btn {
  cursor: pointer;
  color: #fff;
}
.loginForm .submitBtn input {
  width: 48%;
}
.btnBlue {
 background: #003b88;
 border: 1px solid #003b88;
}
.btnGreen {
  background: #8fc31f;
  border: 1px solid #8fc31f !important;
}
.loginForm .submitBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.loginForm .loginText02 {
  font-size: 14px;
  text-align: right;
  padding: 10px 15px;
}
.loginForm .loginText02 a {
  color: #8fc31f;
  text-decoration: underline;
}
.btnBlue:hover {
  background: #fff;
  color: #003b88 !important;
  border: 1px solid #003b88;
  transition: all ease 0.3s;
}
.loginForm .btnGreen:hover {
  background: #fff;
  color: #8fc31f;
  border: 1px solid #8fc31f;
  transition: all ease 0.3s;
}
.popup-wrap .close-btn {
  display: none;
}

/*main*/
.content{
  width: 100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
}
.main {
  width: 50%;
  min-width: 600px;
  margin: 0 auto;
}
.main_bg {
  background: #fff;
}
.main_list {
  display: flex;
  border-bottom: 1px solid #000;
  justify-content: center;
}
/*.main_list li {
  padding: 5px 0;
  margin-right: 1px;
}
.main_list li:hover {
  background-color: #0c3976;
  transition: width ease 0.3s;
  margin: 0 1px 0 0;
}
.main_list li:hover a {
  color: #fff;
  transition: all ease 0.3s;
  margin-left: 1px;
  vertical-align: middle;
}
.main_list li a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 42px;
  border-right: 1px dashed #000;
  right: -1px;
  top: 0;
}
.main_list li a {
  position: relative;
  color: #000;
  font-size: 12px;
  display: block;
  padding: 15px 20px;
  margin-left: 1px;
}*/
.main_list li a {
  position: relative;
  font-size: 12px;
  display: block;
  padding: 20px;
  margin-left: 1px;
}
.main_list li a.inactive {
  background-color: #fff;
  color: #000;
}
.main_list li a:hover, .main_list li a {
  color: #fff;
  transition: all ease 0.3s;
  margin-left: 1px;
  vertical-align: middle;
  background-color: #0c3976;
}
.main_list li a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 42px;
  border-right: 1px dashed #000;
  right: -1px;
  top: 5px;
}
.main_list li:last-child a:after {
  border-right: none !important;
}
.main_list li:last-child {
  border-right: none;
}
.main_box {
  padding: 0 35px 15px;
  margin-bottom: 20px;
}
.main_box li {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px dashed #000;
  height: 65px;
  display: flex;
  align-items: center;
  line-height: 19px;
}
.main_box li a {
  display: flex;
  align-items: center;
}
.main_box li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main_box li span, .articlePopular p span {
  display: inline-block;
}
.main_box li span:first-child, .articlePopular p span:last-child  {
  display: flex;
  width: 80px;
  min-width: 80px;
  height: 45px;
  margin-right: 10px;
}
.main_box li span:first-child img, .articlePopular p span:last-child img {
  width: 100% !important;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.main_box01 {
  padding-bottom: 50px;
}
.mainbox01Box {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.mainbox01Box img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.mainbox01Box h3 {
  display: flex;
  margin: 25px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  align-items: flex-end;
  justify-content: space-between;
}
.mainbox01Box h3 span:last-child {
  float: right;
  color: #003b88;
  text-align: center;
  font-size: 16px;
}
.mainbox01Box h3 span:last-child:after {
  content: "";
  background: #003b88;
  width: 55px;
  height: 5px;
  display: block;
  text-align: center;
  margin: 5px auto 0;
}
.mainbox01Box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  /*display: contents;*/
}
.mainbox01Sub {
  padding: 0 45px;
}
.main_btn {
  font-size: 14px;
  /*font-weight: bold;*/
  padding: 8px 30px;
  float: right;
  display: block;
  margin: 50px 0 35px;
  color: #fff;
  cursor: pointer;
}

.mb45 {
  margin-bottom: 23px;
}

/*leftSide*/
.leftSide{
 width: 20%;
 min-width: 250px;
 background-color: #fff;
}
.topic {
  margin: 20px auto 20px;
  border-bottom: 1px dashed #898989;
  padding-bottom: 20px;
}
.topic.last {
  border: none;
}
.topic h2{
  display: block;
  font-size: 20px;
  line-height: 35px;
  color: #003b88;
  margin: 0 auto 25px;
  text-align: center;
}
.topic h2:after {
  content: "";
  background-color: #003b88;
  height: 4px;
  width: 70px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.topic img{
	object-fit: cover;
	width: 100%;
  height: 25vh;
}
.topic p{
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	margin-top: 13px;
  padding: 0 10px;
}

/*rightSide*/
.rightSide{
	display: block;
	width: 25%;
	min-width: 300px;
	background-color: #fff;
}
.rightBlog{
	width: auto;
}
.rightBlog img{
	width: 100%;
}
.rightSubBlog{
	padding: 20px 0 28px;
	margin: 0 20px 0;
	border-bottom: 1px dashed #000;
}
.rightSubBlog h2{
	font-size: 18px;
	line-height: 31px;
}
.rightSubBlog p{
	font-size: 14px;
	line-height: 24px;
}
.rightSubBlog .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	margin: 6px 0 0 auto;
}
.rightFB {
	width: 300px;
  margin: 20px auto;
}
.blogADV{
	display: flex;
	object-fit: contain;
	width: 100%;
	height: 200px;
	background-color: #d9d9da;
	margin-bottom: 20px;
}
.blogADV p{
	display: block;
	font-size: 24px;
	align-self: center;
	color: #fff;
	margin: 0 auto;
}
.popularPost {
  margin: 20px 0;
}
.popularPost h2{
  display: block;
  font-size: 18px;
  color: #003b88;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
.articlePopular{
  display: block;
  width: auto;
}
.articlePopular a{
  text-decoration: none;
}
.articlePopular p {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px dotted #000;
  padding: 10px 20px 10px 35px;
  color: #003b88;
  text-indent: -15px;
  justify-content: space-between;
}
.articlePopular a:hover p{
  background-color: #003b88;
  color: #fff;
  transition: all ease .5s;
}
.articlePopular p span:last-child {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin: 0 0 0 10px;
}


/*detail*/
#detail.content {
  background: none;
}
.feature_ctn {
  display: flex;
  justify-content: space-between;
}
.feat_detailLft {
  width: 66%;
  min-width: 630px;
}
.feat_date {
  font-size: 14px;
  color: #003B88;
  margin: 0 0 10px;
}
.feat_date span {
  display: inline-block;
  padding: 0 7px;
  margin-right: 7px;
  border-left: 1px solid #003B88;
  border-right: 1px solid #003B88;
}
.feat_txt {
  font-size: 36px;
  color: #003B88;
  margin-bottom: 55px;
  line-height: 47px;
}
.feat_detailLft img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.feat_detailLft02 img {
  width: 203px;
  height: 149px;
  margin-bottom: 20px;
  object-fit: cover;
}
.feat_ttl, figcaption, figcaption a {
 font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
    color: #848f91 !important;
	text-decoration: none !important;
}
.feat_txt01 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.feat_txt01 p {
  margin-bottom: 15px;
  word-wrap: break-word;
}
.feat_detailLft02 {
  margin-top: 100px;
}
.feat_detailLft02 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feat_detailLft02 ul:after {
  content: "";
  display: block;
  width: 32%;
}
.feat_detailLft02 li {
  width: 32%;
  margin-bottom: 40px;
}
/*.feat_detailLft02 li:nth-child(3n - 1) {
  margin: 0 2% 40px 2%;
}*/
.feat_lstttl {
  color: #003B88;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.feat_lstttl:after {
  content: "";
  background: #003b88;
  width: 55px;
  height: 5px;
  margin: 5px auto 0;
  display: block;
}
.feat_detailLft02 li p:last-child {
  font-size: 14px;
  text-align: center;
  line-height: 19px;
}

.loginForm img {
  max-width: 100%;
}
.none {
  display: none;
}

.none2 {
  opacity: 0;
  height: 0 !important;
}
/*.newsCat, ul#isotope-list {
  transition: opacity 0.4s;
}*/
/*ul#isotope-list {
  max-height: 329px !important;
  overflow: hidden;
}
ul#isotope-list li {
  margin-bottom: 0 !important;
}*/
.main_box .btn1 {
  display: flex;
  justify-content: center;
  font-size: 14px;
  width: 100px;
  height: 35px;
  align-items: center;
  margin-left: auto;
  border: 1px solid #000;
  outline: 0;
  cursor: pointer;
}
/*.listText {
  height: 175px;
  overflow: hidden;
}*/
.listText {
	line-height:1.6;
}

/* contact */
.content .contactBlog{
  display:flex;
  margin: 0 auto;
}
.content .fieldWrap{
  display:block;
  margin: -20px auto;
}
.content .fieldWrap label {
  display: block;
  margin: 15px auto;
  color: #231815;
  font-size:20px;
  line-height:39px;
}
.content .fieldWrap label .required{
  font-size:14px;
}
.content .fieldWrap label .wpcf7-text {
  width:580px;
  height:50px;
  display: block;
  font-size: 20px;
  padding: 0 10px;
  margin: 5px 0;
  border: 1px solid #898989;
}
.content .fieldWrap .wpcf7-textarea {
  display: block;
  width:580px;
  height:280px;
  resize: none;
  font-size: 20px;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #898989;
}
.content .fieldWrap .wpcf7-submit {
  -webkit-appearance:none;
  width:300px;
  height:50px;
  display:block;
  margin:10px 0 10px auto;
  font-size:14px;
  text-align:center;
  color:#fff;
  background-color:#003b88;
  border: 1px solid #003b88;
  cursor:pointer;
  transition: all ease 0.5s;
}
.content .fieldWrap .wpcf7-submit:hover{
  color:#003b88;
  background-color: #fff;
  border: 1px solid #003b88;
}

/* about */
.aboutTbl {
  width: 630px;
  margin-bottom: 25px;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 14px;
}
.aboutTbl tr {
  border-bottom: 1px dashed #DDDDDD;
}
.firstRow {
  font-size: 16px;
  color: #1A2F5D;
  border-bottom: 2px solid #DDDDDD !important;
}
.firstRow td {
  padding-left: 25px !important;
}
.firstRow img {
  width: 33px;
  margin: 0 0 0 10px;
}
.aboutTbl th, .aboutTbl td {
  height: 55px;
  padding: 0 33px;
  border: none;
  vertical-align: middle;
}
.aboutTbl th {
  width: 170px;
  box-sizing: border-box;
  text-align: left;
  border-right: 1px solid #DDDDDD;
}
.aboutTbl tr:last-child td {
  height: 85px;
}
.aboutTbl:last-child tr:last-child td {
  height: 55px;
}

/* privacy policy & terms of service */
.terms, .privacy {
  font-size: 14px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mainContent {
  line-height: 1.4;
}
.privacyOrder {
  padding-left: 28px;
  margin: 13px 0 35px;
}
.privacyOrder li {
  list-style: decimal;
  text-indent: 0;
  line-height: 1.5;
  padding-bottom: 5px;
}
.privacyUnodr {
  padding-bottom: 30px;
}
.privacyUnodr li {
  padding-bottom: 5px;
}
.privacyTtl {
  color: #231815;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 14px;
}
.privacyTtl01 {
  font-size: 14px;
  padding-bottom: 12px;
}
.privacyUnodr01 {
  padding-bottom: 11px;
}
.privacyUnodr01 li {
  line-height: 1.5;
}
.privacyCtn {
  padding: 48px 0 37px;
}

/*footer*/
footer {
  background-color: #003b88;
  padding: 50px 0 15px 0;
}
.footerInr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #fff;
}
.footerLogo {
  width: 250px;
}
.footerBox {
  width: 320px;
  display: flex;
  justify-content: space-between;
}
.footerList li {
  /*width: 150px;*/
  padding-bottom: 35px;
}
.footerList li a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
}
.footerList li a::after, .menu02 li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s;
  margin-top: 5px;
}
.footerList li a:hover::after, .menu02 li a:hover::after {
  width: 100%;
}
.footerImg a {
  display: inline-block;
}
.footerImg a:first-child {
  margin-right: 20px;
}
.footerImg img {
  width: 30px;
  max-width: 100%;
}
.footerCopy {
  font-size: 12px;
  color: #fff;
  padding: 18px 15px 0 0;
  text-align: right;
}
.pagination {
  display: flex;
  justify-content: space-between;
}
.pagination a {
  font-size: 12px;
}
.pagination a:hover::after {
  width: 100%;
}
.pagination a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #003b88;
  transition: width .3s;
  margin-top: 5px;
}
/*toTop button*/
#pageTop {
  width: 50px;
  position: fixed;
  right: 70px;
  bottom: 30px;
  transition: all 0.2s;
  transform: translate3d(0,160%,0);
  z-index: 2;
}
#pageTop a {
  display: block;
}
#pageTop img {
  max-width: 100%;
}
#pageTop.active {
 transform: translate3d(0,-10px,0);
}


@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}
  #lang_choice_3 {
    z-index: 100;
    /*display: none;*/
  }
  .nav li:last-child {
    text-align: center;
  }
	.inner {
    width: 90%;
  }
  .inner .rightSide {
    width: 111%;
    margin-left: -5.5%;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  img {
    max-width: 100%;
  }
  .mainTitle h2 {
    font-size: 28px;
  }
  .mainTitle h2::after {
    content: "";
    width: 150px;
  }
  /*header and mainVisual*/
  .headerIn {
    width: 100%;
    padding: 5px 0;
  }
  header .logo {
    width: 50px;
    padding-left: 5%;
    line-height: 0;
  }
  header .logo svg {
    height: 50px;
  }
  .menu02 {
    display: none;
  }
  .headerFix {
    padding: 5px 0;
  }
  .logo02Up {
    display: block;
    margin-left: 5%;
  }
  .logo02 {
    width: 49px;
    height: 49px;
  }
  .nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,59,136,0.9);
    top: 60px;
    left: 0;
    z-index: 99;
    padding-top: 0;
  }
  .nav li {
    padding: 7px;
    margin: 0 30px;
  }
  .nav li.navTitle {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 6px;
  }
  .nav li a {
    font-size: 13px;
  }
  .nav li a::after {
    display: none;
  }
  .menuBlog {
    display: block;
    line-height: 1.9;
    position: absolute;
    top: 11px;
    right: 5%;
  }
  .sp_nav {
    display: flex;
  }
  .popup-btn img {
    width: 23px;
    max-width: 100%;
  }
  .menuIcon {
    background: #fff;
    margin: 0px 1px 0 16px;
  }
  .spmenu, .spmenu02 {
    width: 40px;
    height: 27px;
    cursor: pointer;
    margin: 12px 0 0 0;
  }
  .spmenu div, .spmenu02 div {
    background: #003b88;
    margin: 5px 7px;
    transition: all 0.35s;
    width: 27px;
    height: 2px;
  }
  .on .line_one {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
    -moz-transform: rotate(45deg) translate(6px, 5px);
    transform: rotate(45deg) translate(6px, 5px);
  }
  .on .line_two {
    opacity: 0;
  }
  .on .line_three {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -moz-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .mainVisual {
    position: initial;
    margin-bottom: 30px;
  }
  .banner {
    width: 100%;
  }
  .wpsisac-slick-slider.design-2 .slick-image-slide .slide-wrap .slider-content {
    bottom: 15px;
    width: 85%;
  }
  .wpsisac-slick-slider .readmore {
    width: 110px;
  }
  .slide-wrap .readmore a.slider-readmore {
    padding: 8px 10px;
    font-size: 11px;
  }
  .slick-prev, .slick-next, .slick-dots {
    display: none !important;
  }
  .slideText {
    font-size: 18px;
  }
  .popup-wrap {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0, 0, 0, 0.85);
    z-index: 99;
  }
  #top .popup-wrap {
    width: 100%;
  }
  .loginForm {
    width: 70%;
    min-width: auto;
    padding: 50px 20px 50px 20px !important;
    background: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
  }
  .popup-wrap .close-btn {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 1000px;
    background: #003b88;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 2;
    text-align: center;
  }
  .transform-in, .transform-out {
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .transform-in {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .transform-out {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  .spRightBnr {
    width: 90%;
    margin: 0 auto 30px;
    padding-bottom: 30px;
  }
  /*.headerFix, .headerFix.fix {
    display: none !important;
  }*/

  /*main*/
  .content{
    flex-direction: column;
  }
  .main {
    width: 100%;
    min-width: 100%;
  }
  .main_list li {
    text-align: center;
  }
  .main_list li a {
    text-align: center;
    font-size: .6em;
    padding: 15px 5px;
  }
  .main_list li a:after {
    height: 30px;
  }
  .mb45 {
    margin-bottom: 20px;
  }
  .main_box {
    padding: 0 20px 20px;
  }
  .main_box01 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .mainbox01Sub {
    padding: 0 3%;
  }
  .mainbox01Box h3 {
    margin: 15px 0;
    font-size: 1.2em;
    line-height: 1.4;
  }
  .mainbox01Box h3 span {
    font-size: 0.9em;
  }
  /*.mainbox01Box h3 span:after {
    margin: 5px 15px 0;
  }*/
  .main_box li {
    height: auto;
    font-size: .9em;
    line-height: 1.3;
    padding: 10px 0;
  }
  .mainbox01Box p {
    font-size: 1em;
  }
  .mainbox01Box h3 span.jobtxt:after {
    width: 15px;
  }
  .main_btn {
    float: none;
    text-align: center;
    font-size: .8em;
    padding: 20px 30px 18px;
  }

  /*leftSide*/
  .leftSide{
    display: none;
  }

  /*rightSide*/
  .rightSide {
    width: 100%;
    min-width: 100%;
    background:none;
  }
  .rightSubBlog {
    padding: 15px;
    margin: 10px auto;
    border-bottom: none;
    background-color: #fff;
  }
  .rightSubBlog h2 {
    font-size: 1.1em;
  }
  .rightSubBlog p {
    font-size: .8em;
  }
  .rightSubBlog .btn {
    margin-top: 15px;
  }
  .rightFB{
    width: 300px;
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .blogADV {
    width: 100%;
    height: 500px;
    margin: 40px auto;
  }
  .blogADV p {
    font-size: 2.1em;
  }

  /*detail*/
  .feature_ctn {
    display: block;
    justify-content: unset;
  }
  .feat_date {
    font-size: 0.7em;
    margin-top: 0;
  }
  .feat_txt {
    font-size: 1.3em;
    margin-bottom: 25px;
    line-height: 28px;
  }
  .feat_detailLft {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
  .feat_ttl {
    font-size: 0.9em;
  }
  .feat_txt01 {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .feat_detailLft02 {
    margin-top: 25px;
  }
  .feat_detailLft02 ul {
    display: initial;
    justify-content: unset;
    flex-wrap: unset;
  }
  .feat_detailLft02 li {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .feat_detailLft02 img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  ul#isotope-list {
    max-height: 254px !important;
  }
  /*.listText {
    height: 148px;
  }*/

  /* contact */
  .content .fieldWrap {
    width: 90%;
    padding: 20px 0;
  }
  .content .fieldWrap label .wpcf7-text, .content .fieldWrap .wpcf7-textarea {
    width: 94%;
    padding: 10px 3%;
  }
  .content .fieldWrap label .wpcf7-text {
    width: 100%;
    height:30px;
    padding: 0;
  }
  .content .fieldWrap .wpcf7-textarea {
    height:190px;
  }
  .content .fieldWrap .wpcf7-submit {
    width: 100%;
    margin: 10px auto;
  }
  .content .fieldWrap label {
    margin: 0 auto;
    font-size: 13px;
    line-height: 35px;
  }

  /* about */
  .aboutTbl {
    width: 100%;
  }
  .aboutTbl th, .aboutTbl td {
    padding: 0 10px;
  }
  .aboutTbl th {
    width: auto;
  }
  .aboutTbl tr:last-child td {
    height: 120px;
  }
  .firstRow td {
    padding-left: 10px !important;
  }

  /* privacy policy & terms of service */
  .privacy {
    margin-bottom: 25px;
  }

  /* footer */
  footer {
    padding: 25px 0;
  }
  .footerInr {
    display: block;
    justify-content: unset;
  }
  .footerLogo {
    width: 170px;
    margin: 0 auto;
    text-align: center;
  }
  .footerBox {
    width: 90%;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
  .footerImg {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .footerList li { 
    padding-bottom: 15px;
  }
  .footerCopy {
    text-align: center;
    padding: 18px 0 0;
    line-height: 1.5;
  }
  /*totop*/
  #pageTop {
    right: 40px;
  }
  /*iframe*/
	iframe {
		width: 100%;
	}
}

/*add 190729*/

.about p {
	margin-bottom:60px;
	line-height:1.5;
	}
.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td { background: 0 !important; }
.wpsm-thead-default th {
    background: 0 !important;
    color: #000 !important;
	border: 1px solid #e8e8e8 !important;
}
