#pages {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media screen and (max-width:750px){
  #pages {
    font-size: 10px;
  }
}

.all_area { 
  background:#eee; 
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 40px;
  margin: 0 auto;
  width: 90%;
  height: calc(100vh - 80px);
}
.tab_area{
	overflow: hidden;
	position: fixed;
	width: 90%;
	display: block;
}
.tab_area li{
  /*Tabの装飾*/
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height:　50px;
  line-height: 50px;
  text-align:center; 
  border-left: 1px dotted #444;
  border-bottom: 1px dotted #bbb;
  box-sizing: border-box;
  cursor: pointer;  
  color:#444;
  background-color:#eee;
  font-weight: 700;
}
.two li{
  width: 50%;
}
.three li{
  width: 33.33%;
}
.four li{
  width: 25%;
}
.five li{
  width: 20%;
}
.fi{
  font-size: 75%;
}
.brbox p br{
  display: inline-block;
}
.tab_area li:nth-child(1){
  border-left: 1px dotted transparent;
}
.all_area div.content_area{
  /*Tabの内容を表示するエリアの装飾*/
  background:#eee; 
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 130px);
  position: absolute;
  top: 52px;
  width: 100%;
}
.tab_area li.select{
  /*アクティブタブの装飾*/
  border-bottom:2px solid #1e254f;
}
.hide{
  display:none;
}
@media screen and (max-width:750px){
  .all_area { 
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
  }
  .tab_area{
    width: 100%;
  }
  .tab_area li{
    height:40px; 
    line-height: 40px;
  }
  .all_area div.content_area{
    height: calc(100vh - 100px);
    top: 40px;
  }
}

.content_area p {
  padding: 0 2em;
}
.content_area table{
  margin-left: 2.05em;
}
.content_area .opa{
  opacity: .7;
}
@media screen and (max-width:750px){
  .content table{
    width: 90%;
  }
}
.content_area i{
  height: .5em;
  display: inline-block;
} /*spacer*/
@media screen and (max-width:750px){
  .content_area br{
    display: none;
  }
  .content_area .br{
    display: inline-block;
  }
}/*br*/
.content_area a{
  color: #000;
  text-decoration: underline;
}
.content_area a:hover{
  color: #3498db;
}

.em{
  margin-left: -1em;
  margin-bottom: -0.4em;
}
.l1em{
  margin-left: -1em;
}
.l1em2{
  margin-left: -1.3em;
}
.l1em3{
  margin-left: -1.55em;
}
.r1em{
  margin-left: 1em;
}

/*背景に薄く出る文字〜
.content_area:before {
  content: attr(data-letter);
  position: fixed;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 4vw;
  opacity: 0.15;
	z-index: 1;
}
@media screen and (max-width:750px){
  .content_area:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 8vw;
    width: 100%;
    text-align: center;
    display: none;
    color: transparent;
  }
}
*/

#line{ margin-left: 2em;}

.entry, .entry tr, .entry td{
  border-collapse: collapse;
  margin-top: .5em;
  margin-left: .25em;
}
.entry tr:nth-child(1){
  background-color: #bbb;
}
.entry td{
  border: #999 solid 2px;
}
.entry br{
  display: none;
}
@media screen and (min-width:750px){
  .entry td{
    padding: .2em .8em;
  }
  .entry br{
    display: inline-block;
  }
}
@media screen and (max-width:750px){
  .entry td{
    padding: .1em .3em;
    width: 6em;
  }
  .entry br{
    display: inline-block;
  }
}

.sheet, .sheet tr, .sheet td{
  border-collapse: collapse;
  margin-top: .5em;
  margin-left: .25em;
}
.sheet tr:nth-child(1){
  background-color: #bbb;
}
.sheet td{
  border: #999 solid 2px;
}
.sheet br{
  display: none;
}
@media screen and (min-width:750px){
  .sheet td{
    padding: .2em .8em;
  }
  .sheet br{
    display: inline-block;
  }
}
@media screen and (max-width:750px){
  .sheet td{
    padding: .1em .3em;
  }
  .sheet br{
    display: inline-block;
  }
}


.about1{
  width: 100%;
  border-collapse: collapse;
  margin-left: 1em;
}
.about1 tr:nth-child(1) td:nth-child(1){
  width: 7.5em;
}
.about1 br{
  display: none;
}
@media screen and (max-width:750px){
  .about1 br{
    display: inline-block;
  }
}

.about2{
  width: 100%;
  border-collapse: collapse;
  margin-left: 1em;
}
.about2 tr:nth-child(1) td:nth-child(1){
  width: 8em;
}
.about2 tr:nth-child(3) td:nth-child(2){
  width: 6em;
}
.about2 br{
  display: none;
}
@media screen and (max-width:750px){
  .about2 br{
    display: inline-block;
  }
}

.youtube iframe {
  width:40vw;
  height:22.7vw;
  background-color: #1f254f;
  border:2px solid #1f254f;
  box-sizing: border-box;
  border-radius: 1px;
  margin-left: 2em;
}
@media screen and (max-width:530px){
  .youtube iframe{
    width: calc(100vw - 4em);
    height: 49.9vw;
  }
}

.fi_theme{
  width:30vw; 
  min-width:180px;
  height: 5.60606061vw;
  min-height: 33.6363636px;
  margin-left: 2em;
  background-image: url(../images/logo/theme.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.fi_logo{
  width:15vw; 
  min-width:80px;
  height: 15vw;
  min-height: 80px;
  margin-left: 2em;
  background-image: url(../images/logo/logo_sq_large.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*special
--------*/
.collecting_banner div span img{
  max-width: 70%;
  max-height: 70%;
	margin-left: 15%;
  overflow: hidden;
	filter: grayscale(0);
}
@media screen and (min-width:750px){
  .collecting_banner div span img:hover{
  	transition: all .5s ease;
	filter: grayscale(0);
  }
.collecting_banner div span img{
	filter: grayscale(0);
}
}


/*-----themesong-----*/
.temason_m_b p{
  margin-bottom: 1.5em;
}
.temason_menu {
  position: relative;
  padding: 5px 1em 5px 20px;
  color: #444;
  border: solid 2px #4a4b9d;
  border-radius: 0 3px 3px 0;
  margin-left: 0em;
}
.temason_menu {
  display: inline-block;
  width: 23em;
}
.temason_menu:before {
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #f8b62d;
  font-weight: normal;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#temason1:before{content: "1";}
#temason2:before{content: "2";}
#temason3:before{content: "3";}
#temason4:before{content: "4";}
#temason5:before{content: "5";}
.temason_menu:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 15px solid #4a4b9d;
  width: 0;
  height: 0;
}
.temason_t:after{border-top: transparent;}
@media screen and (max-width:750px){
  .temason_m_b p{
    margin-bottom: 2em;
  }
  .temason_menu {
    padding: 6px 1em 6px 20px;
  }
  .temason_menu:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: -1.35em;
  }
}

.accbox {
  margin: 1em 2em;
  padding: 0;
  width: 40vw;
}
.accbox label {
  display: block;
  padding: .5em;
  color: #000;
  cursor : pointer;
  transition: all .5s;
  border: 2px solid  #4a4b9d;
}
.accbox label:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 20px;
  text-align: center;
}
.accbox label:hover {
  background-color: #4a4b9d;
  transition: all 0.5s;
  color: #eee;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.cssacc:checked + label + .accshow {
  height: auto;
  background: rgba(0,0,0,.05);
  border: 1px solid  #4a4b9d;
  opacity: 1;
  transition: all 0.5s;
}
.cssacc:checked + label {
  background-color: #4a4b9d;
  color: #eee;
  transition: all 0.5s;
}
.cssacc:checked + label:before {
  transform: rotateZ(90deg);
  color: #eee;
    transition: all 0.5s;
}
@media screen and (max-width:530px){
  .accbox{
    width: calc(100vw - 4em);
  }
}

/* --- リストエリア --- */
ol.flow {
  width: 550px; 
  margin: 0 0 0 2.18em;
  padding: 0;
  list-style-type: none;
  font-size: 90%;
}
@media screen and (max-width:750px){
  ol.flow{
    width: calc(100vw - 6.36em);
    font-size: 100%;
  }
}
/* --- リスト項目 --- */
ol.flow li {
  margin-bottom: 12px; 
  padding-bottom: 28px; 
  background: url(../images/flow/flow_back.gif) no-repeat center bottom; /* リスト項目の背景 */
}
/* --- 最後のリスト項目 --- */
ol.flow li.last {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: none;
}
/* --- ボックス --- */
ol.flow dl {
  margin: 0;
}
/* --- タイトルエリア --- */
ol.flow dt {
  padding: 6.5px 0 6.5px 5px; 
  border: 2px #4a4b9d solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: bold;
  color: #999999;
  position: relative;
}
ol.flow dt strong:before{
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #f8b62d;
  font-weight: normal;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#temason2_1:before{content: "1";}
#temason2_2:before{content: "2";}
#temason2_3:before{content: "3";}
#temason2_4:before{content: "4";}
#temason2_5:before{content: "5";}
#temason3_1:before{content: "1";}
@media screen and (max-width:750px){
  ol.flow dt strong:before {
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #f8b62d;
    font-weight: normal;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -1.35em;
  }
}
/* --- タイトル --- */
ol.flow dt strong {
  margin-left: 3px;
  color: #2b2b2b;
}
/* --- 本文エリア --- */
ol.flow dd {
  margin: 0;
  padding: 15px 15px; 
  color: #2b2b2b;
  line-height: 150%;
  border: solid 2px #4a4b9d;
  border-top: transparent;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*entry*/
.entry_table{
	background-color: #4a4b9d;
	border-style: solid;
	border-color: #4a4b9d;
	border-width: 1px;
	width: 650px;
}
.entry_table tr{
	background-color: #eee;
	height: 2em;
}
.entry_table th{
	background-color: #eee;
	color: #4a4b9d;
	height: 2em;
	border-style: solid;
	border-color: #4a4b9d;
	border-width: 0 0 1px;
}
.entry_table tr.white{
	background-color: #eee;
	color: #444;
}
.entry_table td{
	padding: .5em;
}
.entry_table br{
	display: inline-block;
}
.headline {
  color: #fff;
  position: relative;
  margin-left: -2em;
  padding: .5em 2em .5em 2em;
  background: #4A4B9D;
	display: block;
	width: calc(600px + 1.6em);
}
.headline:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 4px solid #eee;
  border-top: 4px solid rgba(255, 255, 255, 0.5);
  border-left: 4px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px){
.entry_table{
	width: 86%;
}
.entry_table td{
	padding: 0.5em .3em;
}
.entry_table td:nth-child(3){
	width: 3em;
}
.entry_table td{
	padding: .5em;
}
.headline {
	width: 50%;
}
}
/*media*/

/*collecting
-----------*/
.collecting_table{
	background-color: #4a4b9d;
	border-style: solid;
	border-color: #4a4b9d;
	border-width: 1px;
}
.collecting_table tr{
	background-color: #eee;
	height: 2em;
}
.collecting_table th{
	background-color: #eee;
	color: #4a4b9d;
	height: 2em;
	border-style: solid;
	border-color: #4a4b9d;
	border-width: 0 0 1px;
	width: 10em;
}
.collecting_table tr.white{
	background-color: #eee;
	color: #444;
}
.collecting_table td{
	padding: .5em;
}
.collecting_table br{
	display: inline-block;
}
@media screen and (max-width: 750px){
.collecting_table{
	width: 86%;
}
.collecting_table td{
	padding: 0.5em .3em;
}
.collecting_table td{
	padding: .5em;
}
}
.content_area .cllecting_table2{
	margin-left: 1.05em;
	padding: 0;
}

@media screen and (max-width:750px){
  td#br_shusei br{
    display: none;
  }
}