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

html{font-size: 62.5%;}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6em;
    color: #000000;
    background-color: #9be0ff;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

a{
  text-decoration: none;
  color: #000000;
}

img{
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul{list-style: none;}

#wrap{
  width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
}

header{
  width: 900px;
  height: 200px;
  margin-bottom: 30px;
  color: #ffffff;
  background: url(../images/page_header_bg.jpg);
  position: relative;
}

#header-inner{
  text-align: center;
  position: absolute;
  left: 25px;
  top: 0;
}

#header-inner-text01{
  font-size: 12px;
  font-family: YuMincho,    /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  letter-spacing: 1px;
}

#header-inner-text02{
  font-size: 18px;
  font-family: YuMincho,    /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

#page-header-img{
  position: absolute;
  left: 277px;
  top: 89px;
}

nav{
  width: 900px;
  margin-bottom: 40px;
}

nav ul{
  width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#container{
  width: 850px;
  margin: 0 auto;
}

#contents{width: 850pxpx;}

h2{
  font-size: 28px;
  width: 850pxpx;
  padding-bottom: 15px;
  margin-bottom: 25px;
  background: url(../images/page_h2_border.png) no-repeat bottom;
}

h3{
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 34px;
}

h4{
  padding-left: 20px;
  background: url(../images/h4_bg.png) no-repeat left center;
  margin-bottom: 10px;
}

/* summary page start */

.summary-article{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.summary-article-text{width: 560px;}

.summary-article-text p{
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}

.summary-article-img{
  width: 265px;
  display: flex;
  flex-direction: column;
}

.summary-article-img img:first-child{margin-bottom: 20px;}

/* summary page end */

/* cast page start */

.cast-article{margin-bottom: 20px;}

.beta-text{text-align: center;}
.beta-text p{margin-bottom: 10px;}
.cast-table{margin-bottom: 30px;}

.cast-table-left{
  width: 385px;
  text-align: right;
  padding: 5px 0;
}

.cast-table-center{
  width: 80px;
  text-align: center;
  padding: 5px 0;
}

.cast-table-right{
  width: 385px;
  text-align: left;
  padding: 5px 0;
}

/* cast page end */

/* relation page start */

.relation-article{margin-bottom: 30px;}

.relation-article-heading{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.relation-article-heading-left{width: 300px;}

.relation-article-heading-left img{width: 300px;}

.relation-article-heading-right{width: 530px;}

.relation-article-heading-right p{
	line-height: 1.8em;
	margin-bottom: 10px;
}

.relation-table{
	line-height: 1.8em;
	margin-bottom: 10px;
}

.relation-table-first-td{padding-right: 20px;}

.relation-red{
	color: #ff0000;
	margin-bottom: 10px;
}

.relation-article-pdf a{
  width: 200px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  background:linear-gradient(180deg,#2ac9ff 0%,#2ac9ff 50%,#0a83ff 50%,#0a83ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
	color: #ffffff;
}

.relation-border{
	border-bottom: 1px dashed #000000;
	margin-bottom: 30px;
}

/* relation page end */

/* guidelines page start */

.guidelines-article{
  width: 850px;
  margin-bottom: 60px;
}

.guidelines-article p{
  line-height: 1.8em;
  margin-bottom: 10px;
}

#guidelines-list{margin-bottom: 20px;}

.guidelines-article ul li{line-height: 1.8em;}

.guidelines-list-ul01{
  padding: 10px;
  background: #eeeeee;
}

.guidelines-list-ul02{
  padding: 10px;
  background: #cccccc;
}

#guidelines-link{
  width: 340px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  background:linear-gradient(180deg,#2ac9ff 0%,#2ac9ff 50%,#0a83ff 50%,#0a83ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
}

#guidelines-link p{
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
}

#guidelines-link span{font-size: 14px;}

#guidelines-table th{
  background: #afebfa;
  line-height: 2.4em;
  font-weight: normal;
  text-align: center;
}

#guidelines-table td{
  line-height: 2.4em;
  text-align: center;
}

.guidelines-table-th01{
  width: 198px;
  border-right: 2px solid #ffffff;
}

.guidelines-table-th02{
  width: 161px;
  border-right: 2px solid #ffffff;
}

.guidelines-table-th03{
  width: 161px;
  border-right: 2px solid #ffffff;
}

.guidelines-table-th04{
  width: 161px;
  border-right: 2px solid #ffffff;
}

.guidelines-table-th05{width: 161px;}

.guidelines-table-tr02{background: #eeeeee;}

.guidelines-table-tr03{background: #dcdcdc;}

.guidelines-table-tr04{background: #eeeeee;}

.guidelines-table-td01{border-right: 2px solid #ffffff;}

.guidelines-table-td02{border-right: 2px solid #ffffff;}

.guidelines-table-td03{border-right: 2px solid #ffffff;}

.guidelines-table-td04{border-right: 2px solid #ffffff;}

.qa-list-ul{margin-bottom: 20px;}

.qa-list-li{
  padding-left: 20px;
  background: url(../images/h4_bg.png) no-repeat left center;
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-bottom: 7px;
}

/* guidelines page end */

footer{
  padding: 35px 25px 20px 25px;
  background: #d7f3ff;
}

#footer-inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

#footer-bold{margin-bottom: 10px;}

#footer-bold p{
  font-weight: bold;
  line-height: 24px;
}

#icon03{
  font-size: 14px;
  padding-left: 28px;
  line-height: 26px;
  background: url(../images/icon03.png) no-repeat left center;
}

#footer-inner-center{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#footer-inner-center p{
  font-size: 13px;
  line-height: 20px;
}

#arr{text-align: center;}

#arr small{font-size: 14px;}