@charset "utf-8";

/*------------------------------------------------------------
	カルーセル
------------------------------------------------------------*/

#film_roll_1_left {
  position: relative;
  top: -108px;
  text-align: center;
  left: 100px;
}
#film_roll_1_right {
  position: relative;
  top: -108px;
  text-align: center;
  left: 453px;
}
@media screen and (max-width: 480px){
#film_roll_1_left {
    left: 0;
    top: -103px;
  }
#film_roll_1_right {
    left: 100%;
    top: -103px;
    margin-left: -76px;
  }
}
.h_moviebox {
  background-color: #f5f5f5;
  border: 1px solid #d0d0d0;
  padding: 3px;
  margin: 0 0 15px;
  width: auto;
}
ul.h_fx_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.h_fx_container li {
  width: 220px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 3px;
  margin-bottom: 25px;
}
ul.h_fx_container::after {
  display: block;
  content: "";
  width: 220px;
}
.h_fx_container li .h_fx_yt {
  position: relative;
  width: 210px;
  height: 118.125px;
  overflow: hidden;
}
.h_fx_container li .h_fx_yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  ul.h_fx_container {
    display: inline;
  }
  ul.h_fx_container li {
    width: 100%;
  }
  .h_fx_container li .h_fx_yt {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.horizontal50 dt span {
  font-weight: normal;
}
.app_flex {
  display: flex;
  flex-direction: row-reverse;
}
.app_box {
  flex: 0 0 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .app_flex {
    display: block;
  }
}













/*動画ポータルページ*/
.film_roll_pager {
  margin-top: 10px;
}
.freebox{
  width: 950px;
margin: 0 auto;
}
.portal_outer_box {
  width: 950px;
  float: left;
  margin-bottom: 40px;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
}
@media screen and (max-width: 480px) {
  .portal_outer_box {
    width: auto;
    float: none;
    margin-bottom: 20px;
    padding: 10px;
  }
}

.film_roll_shuttle div {
  width: 226px !important;
  margin: 0px 33px;
  vertical-align: bottom;
}
.film_roll_shuttle div.active {
  width: 321px !important;
  bottom: 0px;
}
.film_roll_shuttle div img {
  width: 100%;
  height: 108px;
  margin: 0;
  transition: width 1s linear 0s, background 0.2s linear 0s, border 0.2s linear 0s,color 0.2s linear 0s;
}
.film_roll_shuttle div.active img {
  width: 100%;
  height: 168px;
  margin: 0;
  transition: width 1s linear 0s, background 0.2s linear 0s, border 0.2s linear 0s,color 0.2s linear 0s;
}
.film_roll_shuttle div table {
  width: 226px;
  margin-bottom: 10px;
  border: none;
}
.film_roll_shuttle div.active table {
  width: 321px;
}
.film_roll_shuttle table th {
  border: none;
  background: none;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 285px;
}
.film_roll_shuttle table td {
  float: left;
  text-align: center;
  width: 28px;
  height: 22px;
  background: #578fd8;
  color: #FFF;
  font-weight: bold;
  border: none;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  line-height: 1.7em;
}
a.fancybox {
  float: left;
}
@media screen and (max-width: 480px) {
.freebox {
    width: 100%;
}
  a.fancybox {
    float: none;
  }
  a.fancybox img {
    display: block;
    width: 100%;
    height: auto;
  }
}
#film_roll_1_left, #film_roll_2_left, #film_roll_3_left {
  position: relative;
  top: -108px;
  text-align: center;
  left: 275px;
}
#film_roll_1_right, #film_roll_2_right, #film_roll_3_right {
  position: relative;
  top: -108px;
  text-align: center;
  left: 553px;
}
.play {
  position: relative;
  top: -108px;
  text-align: center;
  left: 350px;
  cursor: pointer;
}
.portal_inner_box {
  float: left;
  width: 906px!important;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .portal_inner_box {
    float: none;
    width: auto;
    padding: 10px 15px;
    width: 100%!important;
  }
  
  /* =2016/09/28 */
  .portal_inner_box th{
    display: block;
  }
}
.portal_inner_box table {
  border: none;
  margin: 0;
  padding: 0;
}
.portal_inner_box table th {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  width: 120px;
  font-weight: bold;
}
.portal_inner_box table td {
  border: none;
}

/* =2016/09/28 */
@media screen and (max-width: 480px) {
  .portal_inner_box table td{
      display: block;
    width: 100%;
  }
}

.portal_inner_box table td span {
  clear: left;
  text-align: center;
  background: #578fd8;
  color: #FFF;
  font-weight: bold;
  border: none;
  padding: 4px 0px;
  margin: 0 4px;
  vertical-align: middle;
  line-height: 1;
  width: 28px;
  display: inline-block;
}
.portal_inner_box p {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.portal_inner_box p.link {
  font-size: 1em;
  font-weight: bold;
}
.portal_inner_box dl {
  margin: 0;
  margin-right: 10px;
  float: left;
  width: 422px;
  min-height: 4em;
}
@media screen and (max-width: 480px) {
  .portal_inner_box dl {
    float: none;
    width: auto;
    min-height: initial;
    margin-top: 10px;
  }
}
.portal_inner_box.no1 dl:nth-child(2n) {
  clear: left;
}
.portal_inner_box.no1 dl:nth-child(2n+1) {
  clear: right;
}
.portal_inner_box dl dt {
  float: left;
  clear: left;
  border: none;
  margin: 0 5px 5px 0px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .portal_inner_box dl dt {
    padding-bottom: 0;
    display: inline;
    overflow: hidden;
  }
}
.portal_inner_box dl dt span {
  clear: left;
  text-align: center;
  background: #578fd8;
  color: #FFF;
  font-weight: bold;
  border: none;
  padding: 2px 0px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  width: 28px;
}
.portal_inner_box dl dd {
  float: left;
  clear: right;
  margin: 0;
  padding: 0;
  width: 385px;
}
@media screen and (max-width: 480px) {
  .portal_inner_box dl dd {
    width: auto;
    float: none;
    overflow: hidden;
    margin-left: 35px;
  }
}
.portal_inner_box.no2 dl {
  margin: 0;
  float: left;
  width: 288px;
  min-height: 4em;
}
@media screen and (max-width: 480px) {
  .portal_inner_box.no2 dl {
    float: none;
    width: auto;
    min-height: initial;
    margin-top: 10px;
  }
}
.portal_inner_box.no2 dl:nth-child(3n+1) {
  clear: right;
}
.portal_inner_box.no2 dl:nth-child(3n+2) {
  clear: left;
}
.portal_inner_box.no2 dl dt {
  float: left;
  width: 28px;
  background: #578fd8;
  clear: left;
  border: none;
  text-align: center;
  margin: 5px;
  margin-left: 0px;
  padding: 2px 0;
}
@media screen and (max-width: 480px) {
  .portal_inner_box.no2 dl dt {
    padding-bottom: 0;
    display: inline;
  }
}
.portal_inner_box.no2 dl dt span {
  float: none;
  margin: 0;
  padding: 0;
  background: none;
}
@media screen and (max-width: 480px) {
  .portal_inner_box.no2 dl dt span {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.portal_inner_box.no2 dl dd {
  float: left;
  clear: right;
  margin: 5px;
  padding: 0;
  width: 230px;
}
@media screen and (max-width: 480px) {
  .portal_inner_box.no2 dl dd {
    width: auto;
    float: none;
    overflow: hidden;
    margin-left: 35px;
  }
}

/*関連ページ*/
@media screen and (max-width: 480px) {
  .related_page th, .related_page td {
    display: block;

    /* =2016/09/28 */
    width: 100%;
  }
}

table#portal_top {
  border: none;
  margin-left: 20px;
  float: left;
  width: 288px;
}
@media screen and (max-width: 480px) {
  table#portal_top {
    margin-left: 0;
    float: none;
    width: auto;
    margin-top: 15px;
    
    /* =2016/09/28 */
    width: 100%;
  }
}
table#portal_top tr th {
  background: #f54500;
  color: #FFF;
  border: none;
  width: 8em;
}
table#portal_top tr td {
  border: none;
  padding: 0;
  margin: 0;
}
table#portal_top tr td a {
  font-size: 1.4em;
}
@media screen and (max-width: 480px) {
  table#portal_top tr td a {
    font-size: 16px;
  }
}
table#portal_top tr.row1 td {
  padding: 0 0 0 10px;
}
table#portal_top tr.row2 td {
  padding: 10px 0;
}

div.portal_column {
  float: left;
  width: 293px;
  margin-right: 35px;
}
div.portal_column.last {
  margin-right: 0px;
}
div.portal_column ul li {
  float: left;
  padding: 10px 10px 0px 10px;
}
div.portal_column a.link {
  display: block;
  margin: 0;
  background: url(../../portal/images/listmark01.gif) no-repeat 0px 6px;
}
div#mainbox.portal h3 {
  margin: 0 0 10px 0;
  width: 940px;
  background: url(../../portal/images/h3_back_g.gif) repeat-x left bottom;
}
div.tc {
  margin: 10px 0;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {
  p > a > img {
    width: 100%;
    height: auto;
  }
  p > a > img[src="/common/images/common/mark_pdf.png"] {
    width: auto;
    height: auto;
  }

  /*Fancy Box*/
  div#fancy_inner {
    position: relative;
    width: 90% !important;
    height: 100%;
    border: 1px solid #BBB;
    background: #FFF;
  }
}
/* end of SP */

/* ****** スマートフォン ****** */
@media screen and (max-width: 480px) {

  /* --------------------------------------------------

  動画

  -------------------------------------------------- */
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  video {
    width: 100%;
    height: auto;
  }


  /* =2016/09/27 */
  div#mainbox.portal h3{
    width: 97.5%;
  }
  .film_roll_container{
      max-height: 208px;
      height: 208px;
      margin-bottom:20px;
  }
  .film_container_1{
    max-height: 234px;
    height:234px;
  }

  #mainbox #film_roll_1_left, #mainbox #film_roll_2_left, #mainbox #film_roll_3_left {
    left: 0;
    top: -103px;
  }
  #mainbox #film_roll_1_right, #mainbox #film_roll_2_right, #mainbox #film_roll_3_right {
    left: 100%;
    top: -103px;
    margin-left: -76px;
  }
  #mainbox .play{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 38px;
    top: -141px;
    left: 0;
  }
}

/* =2016/09/27 */
@media screen and (max-width: 320px) {
  #mainbox .film_roll_shuttle div.active table{
    width: 87%;
    margin-left: 6.8%;
  }
}

/* end of SP */

/*# sourceMappingURL=contents.css.map */

/* =2016/12/16 */
@media print{

.sp-only{
	display:none;
}

}

/* end of SP */



/**2018/06/21高橋（里）追加**/
/**, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/
table#faq {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table#faq th,
table#faq td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  background-color: #fff;
  font-weight: normal;
  color: #000;
}
table#faq th {
  background-color: #eee;
  text-align: left;
  font-weight: normal;
}
 
@media screen and (max-width: 480px) {
table#faq {
    border: none;
  }
table#faq thead {
    display: none;
  }
table#faq tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
table#faq td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
table#faq td::before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
  }
}
/* end of SP */
.btn-dinql-entry {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:2px solid #84bbf3;
	padding:13px 26px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.btn-dinql-entry:hover {
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background-color:#378de5;
}.btn-dinql-entry:active {
	position:relative;
	top:1px;
}
.ankbcgd {
  background-image: url("../../up_img/kangoc.png");
  width: 680px;
  height: 380px;
}
img {
  image-rendering: -webkit-optimize-contrast;
}



/*kakuyoCSS*/
#film_roll_1_left {
  position: relative;
  top: -108px;
  text-align: center;
  left: 264px;
}
#film_roll_1_right {
  position: relative;
  top: -108px;
  text-align: center;
  left: 554px;
}

@media screen and (max-width: 480px){
  #film_roll_1_left {
    left: 0;
    top: -103px;
  }
  #film_roll_1_right {
    left: 100%;
    top: -103px;
    margin-left: -76px;
  }
}
.h_moviebox {
  background-color: #f5f5f5;
  border: 1px solid #d0d0d0;
  padding: 3px;
  margin: 0 0 15px;
  width: auto;
}
ul.h_fx_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.h_fx_container li {
  width: 220px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 3px;
  margin-bottom: 25px;
}
ul.h_fx_container::after {
  display: block;
  content: "";
  width: 220px;
}
.h_fx_container li .h_fx_yt {
  position: relative;
  width: 210px;
  height: 118.125px;
  overflow: hidden;
}
.h_fx_container li .h_fx_yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  ul.h_fx_container {
    display: inline;
  }
  ul.h_fx_container li {
    width: 100%;
  }
  .h_fx_container li .h_fx_yt {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.horizontal50 dt span {
  font-weight: normal;
}
.app_flex {
  display: flex;
  flex-direction: row-reverse;
}
.app_box {
  flex: 0 0 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .app_flex {
    display: block;
  }
}


tbody {
    width: 100%;
}

/*#gFooter .fBox ul li {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#gHeader ul li{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#gFooter .fBox ul li:before,
#gFooter .fBox ul li:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#gHeader ul li :before,
#gHeader ul li:after
{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}*/

#main .comDetailBox *,#main .comDetailBox *:before,#main .comDetailBox *:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
