@charset "utf-8";

#contentsArea {
  clear: both;
  overflow-x: initial;
}

.wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu GothicM", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "Arial", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.64;
  color: #192215;
}

.wrap:lang(zh-Hans) {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "SimSun", "Songti SC", "sans-serif";
}

.wrap:lang(zh-Hant) {
  font-family: "Source Han Sans TC", "Noto Sans CJK TC", "PMingLiU", "MingLiU", "sans-serif";
}

.wrap:lang(ko) {
  font-family: 'Noto Sans KR', sans-serif;
}

.wrap *,
.wrap *:before,
.wrap *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.wrap header,
.wrap section,
.wrap footer,
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap p {
  font-size: 1em;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  letter-spacing: normal;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol li {
  margin: 0;
  padding: 0;
}


.wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.wrap a {
  color: inherit;
}

.wrap a img {
  transition: opacity 0.2s ease-out;
}

.wrap a:hover img {
  opacity: 0.7;
}

/*.wrap .text-serif {
font-family: "游明朝体", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Times New Roman", "MS P明朝", "MS PMincho", "serif";
}*/

.wrap .sec-wrap {
  margin: 0 auto;
}

.wrap .contents-wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.wrap .contents-wrap__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

.wrap .url{
	word-break: break-all;
}

@media only screen and (min-width: 769px) {
  .wrap>.contents-wrap {
    min-width: 1028px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    font-size: 3.2vw;
  }

  .wrap .only-pc {
    display: none;
  }

  .wrap .contents-wrap__inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media only screen and (min-width: 769px) {
  .wrap .only-sp {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1027px) {
  .wrap {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1028px) and (max-width: 1400px) {
  .wrap {
    font-size: 1.142857vw;
  }
}

.wrap .main-header {
  margin-bottom: 3em;
}

.wrap .main-header__ttl {
  line-height: 1;
  text-align: center;
}

.wrap .main-header__ttl img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .wrap .main-header {
    margin-bottom: 1.5em;
  }

  .wrap .main-header__ttl {
    margin-left: auto;
    margin-right: auto;
  }

}

.wrap .tab-container {
    max-width: 1280px;
    margin: 0 auto;
    background: white;
    overflow: hidden;
}

.wrap .tab-container a {
	color: #2C9CDB;
	font-weight: bold;
	text-decoration: underline;
}

.wrap .tab-container a:hover {
	text-decoration: none;
}

.wrap .tab-container .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #ffffff;
}

.wrap .tab-container .nav ul li {
	width: 100%;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
	background-color: #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
    border-bottom: 1px solid #333333;
	font-size: 1.125em;
}

.wrap .tab-container .nav ul li.selected {
    color: #333333;
    background-color: #ffffff;
	border-top-color: #333333;
	border-left-color: #333333;
	border-right-color: #333333;
    border-bottom-color: #ffffff;
	font-weight: bold;
}

.wrap .tab-container .nav ul li:not(.selected):hover {
    background-color: #f0f0f0;
}

.wrap .tab-container .tab-contents {
    display: none;
	width: 90.625%;
    padding: 3em 0 0 0;
	margin:0 auto;
    min-height: 150px;
}

.wrap .tab-container .tab-contents.selected {
    display: block;
}

@media only screen and (max-width: 768px) {
	.wrap .nav {
	overflow-x: auto;
	}

	.wrap .tab-container .nav ul {
	width: max-content;
	}
	
	.wrap .tab-container .nav ul li {
    width: auto;
	}
	
	.wrap .tab-container .tab-contents {
    display: none;
    width: 95%;
}
}

.wrap .ws-wrap h3 {
  text-align: center;
  background: url(../img/d-line.png) left center repeat-x;
  margin-bottom: 1.5em;
}

.wrap .ws-wrap h3 span{
  display: inline-block;
  line-height: 1.3;
  font-size: 1.75em;
  font-weight: bold;
  background-color: #FFFFFF;
  padding: 0 0.8em;
}

.wrap .ws-wrap .ws-inner{
  width: 90%;
  margin: 0 auto 5em;
  font-size: 1.25em;
}

.wrap .ws-wrap .ws-list li{
  list-style:decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  margin-bottom: 0.5em;
}

.wrap .ws-wrap .ws-link{
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 1em;
  margin-left:1em;
}

.wrap .ws-wrap .ws-image{
  width: 70%;
  max-width: 725px;
  margin: 2em auto 0;
}

.wrap .ws-wrap .ws-inner small{
  font-size: 0.8em;
}

@media only screen and (max-width: 768px) {
  .wrap .ws-wrap .ws-inner{
    width: 95%;
    margin: 0 auto 4em;
	font-size: 1.375em;
  }
  
  .wrap .ws-wrap .ws-image{
    width: 86%;
    max-width: auto;
    margin: 2em auto 0;
  }

	
  }

	
}
