@charset "utf-8";

body{
  line-height: 1.2;
}


@media screen and (max-width: 1089px){
  body{
    background: #ffffff;
  }
}

@media screen and (min-width: 1301px){
  #body2{
    position: relative!important;
    min-height: calc(100% - 72px)!important;
    top: 0px!important;
    padding-bottom: 72px!important;
  }
}

@media screen and (max-width: 1300px) and (min-width: 813px){
  #body2{
    position: relative!important;
    min-height: calc(100% - 112px)!important;
    top: 0px!important;
    padding-bottom: 112px!important;
  }
}

html{font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  'BIZ UDPGothic',
  'Meiryo UI', Meiryo, sans-serif;line-height: 1.5;}

  @media screen and (min-width: 1090px){
    body{font-size: 1rem;} /*16px*/
    h1{font-size: 2.0rem; line-height: 1;} /*32px*/
    h2{font-size: 1.5rem;} /*24px*/
    h3{font-size: 1.25rem;} /*20px*/
    h4{font-size: 1.125rem;} /*18px*/
    h5{font-size: 1rem;} /*16px*/
    strong{font-weight: bold;} /*18px*/
    small{font-size: 0.875rem;} /*14px*/
  }

  @media screen and (max-width: 1089px){
    html,body{font-size: 16px!important;}
    h1{font-size: 1.5rem;line-height: 1;} /*24px*/
    h2{font-size: 1.25rem;} /*20px*/
    h3{font-size: 1.125rem;} /*18px*/
    h4{font-size: 1rem;} /*16px*/
    h5{font-size: 1rem;} /*16px*/
    strong{font-size: 1rem;font-weight: bold;} /*16px*/
    small{font-size: 0.875rem;} /*14px*/
  }

  .stripe-marker {
    background-image: repeating-linear-gradient(-45deg,
    #f8e80b 0, #f8e80b 4px,
    transparent 4px, transparent 8px
    );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 35%;
    margin: 0 0 0 10px;
  }

/*---- a ---*/
a{
  word-break: break-all;
}

.sub a{
  word-break: break-all;
}

a:hover, a:focus{
  opacity: 0.8;
}

a.txt_link:after,a.link_back:before,a.link_top:after{
  display: inline-block;
}

.txt_link:after{
  margin-left: 0.5rem;
  content: " >";
  text-decoration: none;
}

.link_back:before{
  content: "< ";
}

.link_top{
  display: inline-block;
  margin-right: 20px;
}
#pagetop{
  position: relative;
}
#pagetop:after{
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 55%;
  right: 26px;
  margin-top: -4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: '';
  transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.button:hover #pagetop:after{
  content: '';
  position: absolute;
  top: 55%;
  right: 26px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/*---- /a ---*/

/*---- blocks ---*/
.header{
  width: 100%;
  margin: 0;
  background: #ffffff;
  border-style: solid;
  border-width: 6px;
  border-top: none;
  border-left: none;
  border-right: none;
}

.section{
  box-sizing: border-box;
}

div.container{
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px #a0a0a0;
    -moz-box-shadow: 0px 2px 4px 0px #a0a0a0;
    -webkit-box-shadow: 0px 2px 4px 0px #a0a0a0;
    -o-box-shadow: 0px 2px 4px 0px #a0a0a0;
    -ms-box-shadow: 0px 2px 4px 0px #a0a0a0;
  border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
  border-style: solid;
  border-width: 2px;
}

.sub{
  padding: 0;
  box-shadow: none;
  border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}

h3.sub{
  text-align: left;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  font-weight: bold;
  border-top-style: none;
  border-top-width: 0px;
  border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
}

dd{
  line-height: 1.5;
}

div.container h2.custom{
  color: #ffffff;
  border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -webkit-border-radius: 6px 6px 0 0;
      -o-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
}

@media screen and (min-width: 1090px){
  .section{
    margin: 20px 0;
  }

  .main{
    margin: 30px auto;
    width: calc(100% - 20px);
    max-width: 1024px;
  }

  .section2{
    margin: 10px 0;
  }

  .main2{
    margin: 0 auto;
    width: calc(100% - 20px);
    display: flex;
    /* #19704 START */
    max-width: 1024px;
    /* #19704 END */
  }

  .main_info_cont2{
    margin: 0 auto;
    width: calc(55% - 40px);
  }

  .left_content{
    margin: 0 auto;
    /* #19704 START */
    width: 100%;
    /* #19704 END */
  }

  .right_content{
    margin: 0 auto;
    /* #19704 START */
    width: 100%;
    /* #19704 END */
  }

  .under_content{
    margin: 0 auto;
    width: 90%;
  }

  .sub{
    margin: 20px;
  }
}

@media screen and (max-width: 1089px){
  .section{
    margin: 20px 10px;
  }

  .section2{
    margin: 20px 10px;
  }

  .main, .main2{
    margin: 15px auto
  }

  h3.sub {
    padding: 0 20px;
  }

  .sub{
    padding: 0 10px;
  }
}
/*---- blocks ---*/

/*--- headings ---*/
h1{
  display: inline-block;
  vertical-align: middle;
  padding: 18px 0;
  margin: 0;
  word-break: normal;
  font-weight: 600;
}

h2{
  padding: 10px;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
  text-align: center;
  font-weight: bold;
}

div.container h2{
  border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}

h3{
  padding: 10px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 2px;
}

h4{
  margin-bottom: 10px;
}

@media screen and (min-width: 1090px){
  h3{
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 1089px){
  h3{
    margin: 15px 0;
  }
}
/*--- /headings ---*/

/*--- breadcrumbs ---*/
@media screen and (min-width: 1090px){
  .breadcrumbs {
    width: 1024px;
    margin: 10px auto 0;
    max-width: 100%;
  }

  .breadcrumbs ul {
    display: table;
    font-size: 13px;
  }

  .breadcrumbs ul li {
    margin: 0 10px 0 0;
    font-size: 13px;
    float: left;
  }

  .breadcrumbs ul li:first-child::before {
    content: "";
  }

  .breadcrumbs ul li::before {
    padding: 0 10px 0 0;
    content: ">";
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1089px){
  .breadcrumbs {
    display: none;
  }
}
/*--- /breadcrumbs ---*/

/*---- pull down ---*/
.pld{
  background: #fff;
  border: 1px solid #666666;
  font-size: 1rem;
	overflow: hidden;
  border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
}

.pld .title{
  padding: 8px 12px;
  background: #eeeeee;
}

.pld .select {
  display: inline-block;
  vertical-align: top;
	margin: auto;
	position: relative;
	background: #ffffff;
  border: none;
	border: none;
	text-align: center;
	overflow: hidden;
}

.pld .select select{
  position: relative;
	width: 100%;
  height: 100%;
	padding: 5px 35px 5px 5px;
  box-sizing: border-box;
	background: transparent;
	border: none;
	outline: none;
	background-image: none;
	box-shadow: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	-ms-appearance: none;
	appearance: none;
  font-size: 1rem;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	cursor: pointer;
  z-index: 3;
}

.pld .select select:focus{
  border: 1px solid #4571d0;
}

.pld .select select::-ms-expand {
  display: none;
}

.pld .select::before {
	position: absolute;
	right: 9px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #666666;
  z-index: 2;
}

.pld .select:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 32px;
  height: 100%;
	content: '';
	border-left: 1px solid #666666;
  background: linear-gradient(#ffffff 10px, #a4a4a4 60px);
  background: -moz-linear-gradient(#ffffff 10px, #a4a4a4 60px);
  background: -webkit-linear-gradient(#ffffff 10px, #a4a4a4 60px);
  background: -o-linear-gradient(#ffffff 10px, #a4a4a4 60px);
  background: -ms-linear-gradient(#ffffff 10px, #a4a4a4 60px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a4a4a4', GradientType=0);
}

@media screen and (min-width: 1090px){
  .pld{
    min-height: 34px;
    height: auto;
    margin: 0;
  }

  .pld .title{
    display: inline-block;
    vertical-align: top;
    min-height: 21px;
  }

  .pld .select::before{
  	top: 14px;
  }
}

@media screen and (max-width: 1089px){
  .pld .select {
    border-top: 1px solid #666666!important;
  }

  .pld .select::before{
  	top: 12px;
  }

  .pld .title{
    display: block;
    padding: 8px;
    text-align: center;
  }

  .pld .select select{
    height: 37px;
  }
}
/*---- /pull down ---*/

/*---- icon ---*/
.exclamation{
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ffffff;
  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
  background: #eb6112;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

img.ico{
  width: 34px;
  margin-right: 10px;
  vertical-align: top;
}

@media screen and (max-width: 1089px){
  img.ico{
    width: 28px;
    margin-right: 5px;
    vertical-align: bottom;
  }
}

img.block{
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
/*---- /icon ---*/

/*---- tag ---*/
.tag{
  display:inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px;
  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1;
}

.big_tag{
  border-radius: 0;
  text-align: center;
}

@media screen and (min-width: 1090px){
  .tag.big_tag{
    width: 88px;
    margin-right: 16px;
    padding: 4px 8px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1089px){
  .tag.big_tag{
    width: 81px;
    margin-right: 10px;
    padding: 8px;
    font-size: 1rem;
  }
}
/*---- /tag ---*/

/*---- button ---*/
.button{
  display: block;
  width: auto;
  padding: 16px 8px;
  box-shadow: 0px 2px 4px 0px #c9c9c9;
    -moz-box-shadow: 0px 2px 4px 0px #c9c9c9;
    -webkit-box-shadow: 0px 2px 4px 0px #c9c9c9;
    -o-box-shadow: 0px 2px 4px 0px #c9c9c9;
    -ms-box-shadow: 0px 2px 4px 0px #c9c9c9;
  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
  line-height: 1.2;
  word-break: break-word;
  cursor: pointer;
}

.button:hover{
  opacity: 1;
}

.button:last-child{
  margin-bottom: 0;
}

.button.mw260{
  max-width: 260px;
}

.button1{
  border: 1px solid #a4a4a4;
  background: linear-gradient(#ffffff 10px, #cccccc 60px);
  background: -moz-linear-gradient(#ffffff 10px, #cccccc 60px);
  background: -webkit-linear-gradient(#ffffff 10px, #cccccc 60px);
  background: -o-linear-gradient(#ffffff 10px, #cccccc 60px);
  background: -ms-linear-gradient(#ffffff 10px, #cccccc 60px);
  color: #202020;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
  text-align: center;
}

.button1:hover{
  border: 1px solid #b5b5b5;
  background: linear-gradient(#ffffff 10px, #efefef 60px);
  background: -moz-linear-gradient(#ffffff 10px, #efefef 60px);
  background: -webkit-linear-gradient(#ffffff 10px, #efefef 60px);
  background: -o-linear-gradient(#ffffff 10px, #efefef 60px);
  background: -ms-linear-gradient(#ffffff 10px, #efefef 60px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  color: #a4a4a4;
}

.btn_detail{
  border: 1px solid #a4a4a4;
  background: linear-gradient(#ffffff 10px, #cccccc 60px);
  background: -moz-linear-gradient(#ffffff 10px, #cccccc 60px);
  background: -webkit-linear-gradient(#ffffff 10px, #cccccc 60px);
  background: -o-linear-gradient(#ffffff 10px, #cccccc 60px);
  background: -ms-linear-gradient(#ffffff 10px, #cccccc 60px);
  color: #202020;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
  text-align: center;
}

.btn_detail:hover{
  border: 1px solid #b5b5b5;
  background: linear-gradient(#ffffff 10px, #efefef 60px);
  background: -moz-linear-gradient(#ffffff 10px, #efefef 60px);
  background: -webkit-linear-gradient(#ffffff 10px, #efefef 60px);
  background: -o-linear-gradient(#ffffff 10px, #efefef 60px);
  background: -ms-linear-gradient(#ffffff 10px, #efefef 60px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  color: #a4a4a4;
}

.button2{
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  text-align: center;
}

a.button1, a.button2{
  text-decoration: none;
}

.button_cont{
  margin: 30px 10px 40px;
  text-align: center;
}

@media screen and (min-width: 1090px){
  .button{
    margin: 20px auto;
  }

  .button_cont .button{
    width: 250px;
  }

  .button_cont .button4{
    width: 323px;
  }

  /* #19706 START */
  .btn_detail{
    font-size: 120%;
    top: 2px;
  }
  /* #19706 END */
}

@media screen and (max-width: 1089px){
  .button{
    margin: 20px 0;
  }

  .button.mw260{
    max-width: none;
  }

  .button_cont{
    margin: 20px 10px 30px;
  }

  .button_cont .button{
    width: auto;
  }

  /* #19706 START */
  .btn_detail{
    font-size: 100%;
    top: -10px;
  }
  /* #19706 END */
}
/*---- /button ---*/

/*---- /pager ---*/
/*
.pager_box{
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 20px auto;
  text-align: center;
}

.pager_box ul{
  display: block;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
  display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-around;
}

.pager_box li{
  display:inline-block;
  vertical-align: middle;
}

.pager_box li .pager{
  width: 24px;
  margin: 0 3px;
  padding: 8px 4px 8px;
  line-height: 1.2;
  font-size: 0.875rem;
  text-align: center;
}

.pager_box li .pager.prev{
  margin-left: 0;
}

.pager_box li .pager.next{
  margin-right: 0;
}

.blank .button1{
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #b5b5b5;
  color: #cccccc;
  cursor: inherit;
}

.pager_box .current .button1{
  background: #999999;
  border: 1px solid #999999;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5b5b5', endColorstr='#a4a4a4', GradientType=0);
}

@media screen and (min-width: 641px){
  .pager_box li .pager.prev, .pager_box li .pager.next{
    width: 48px;
    overflow: hidden;
    word-break: normal;
  }
}

@media screen and (max-width: 640px){
  .pager_box li .pager.prev, .pager_box li .pager.next{
    width: 40px;
  }
}
*/
.center{
  text-align:center;
}
.page-item{
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}
.page-item a{
  text-decoration:none;
}
.page-item.active{
  background-color: #005BA4;
  border: 1px solid #005BA4;
}
.page-item.active a{
  color : #FFFFFF;
}
.page-item.disabled{
  background-color: #C8C8C8;
  border: 1px solid #C8C8C8;
}
.page-item.disabled a{
  color : #FFFFFF;
}
.paginationList{
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.paginationList li{
  display: inline-block;
}

.page-content{
  background: #eee;
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 660px;
}
/*---- /pager ---*/

/*---- herader ---*/
.header_box{
  width: 100%;
  /* #19704 START */
  max-width: 1024px;
  /* #19704 END */
  margin: 0 auto;
  padding: 0;
}
.header_box_oneline{
  width: 100%;
  margin: 0 auto;
  padding: 0;

}
.h1_logo, .h1_logo_oneline{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.h1_logo_oneline img{
  width: 100%;
}

.cts_box, .gt_box{
  display: inline-block;
  vertical-align: middle;
  width: 128px;
  height: 56px;
  margin: 10px 0 10px 4px;
  padding: 5.6px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.cts_box_oneline, .gt_box_oneline{
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  height: 32px;
  margin: 10px 0 10px 4px;
  padding: 5.6px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background: #d9e7f1;
  border-color: #005ba4;
}

.gt_box{
  width: 160px;
}

.cts_box p:not(:last-child), .gt_box p:not(:last-child),
.cts_box_oneline p:not(:last-child), .gt_box_oneline p:not(:last-child){
  margin-bottom: 8px;
}

.cts_box span{
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-left: 4px;
  padding:  5px;
  word-break: normal;
  overflow: hidden;
  cursor: pointer;
}

.cts_box span.text_min,
.cts_box_oneline span.text_min{
  margin-left: 0;
  font-size: 14px;
  line-height: 1.35;
}

.cts_box span.text_min::first-letter,
.cts_box_oneline span.text_min::first-letter{
  margin-left: 3px;
  margin-right: 20px;
}

.cts_box span.text_mid,
.cts_box_oneline span.text_mid{
  font-size: 16px;
}

.cts_box span.text_mid::first-letter,
.cts_box_oneline span.text_mid::first-letter{
  margin-left: 2px;
  margin-right: 20px;
}

.cts_box span.text_large,
.cts_box_oneline span.text_large{
  font-size: 18px;
  line-height: 1;
}

.cts_box span.text_large::first-letter,
.cts_box_oneline span.text_large::first-letter{
  margin-left: 1px;
  margin-right: 20px;
}

.cts_box span.text_big::first-letter,
.cts_box_oneline span.text_big::first-letter{
   margin-left: 1px;
}

.cts_box span.active,
.cts_box_oneline span.active{
  background: #999999;
  border: 1px solid #999999;
  color: #ffffff;
}

.cts_box_oneline span{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-left: 4px;
  padding:  5px;
  word-break: normal;
  overflow: hidden;
  cursor: pointer;
}

.gt_box_oneline p{
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding:  5px;
  word-break: normal;
  overflow: hidden;
  cursor: auto;
}

.cts_box_oneline span.cts_char{
  width: auto;
  max-width: 90px;
  cursor: auto;
  margin: 0;
}

.gt_box span.gt_char{
  vertical-align: middle;
  display: inline;
}

#google_translate_element{
  display: inline-block;
  vertical-align: middle;
}

.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  display: inline;
}

@media screen and (min-width: 1090px){
  .header_box{
    min-height: 100px;
  }

  .header_box_oneline{
    min-height: 64px;
  }

  .h1_box{
    display: inline-block;
    vertical-align: middle;
    /* #19704 START */
    width: calc(100% - 332px);
    /* #19704 END */
  }

  .h1_box_oneline{
    display: inline-block;
    vertical-align: middle;
    max-width: 405px;
    width: calc(100% - 471px);
  }

  .h1_logo{
    margin-right: 5px;
    padding: 18px 0;
    width: 48px;
    height: 48px;
  }

  .h1_logo_oneline{
    margin-right: 5px;
    padding: 0;
    width: 64px;
    height: 64px;
  }

  h1{
    width: calc(100% - 76px);
    font-weight: 900;
    color: #333333;
  }
}

@media screen and (max-width: 1089px){
  .h1_logo, .h1_logo_oneline{
    width: 48px;
    height: 48px;
    margin-left: 5px;
    padding: 5px 0;
  }

  h1{
    width: calc(100% - 60px);
    padding: 10px 0;
    color: #333333;
  }

  .gt_box, .gt_box_oneline{
    width: auto;
    height: auto;
    margin: 0 10px 10px 0;
    padding: 10px;
    float: right;
  }

  .gt_box p, #google_translate_element
  .gt_box_oneline p{
    display: inline-block;
    vertical-align: middle;
  }
}
/*---- /herader ---*/

/*--- pagetop ---*/
.pagetop_cont{
  position: fixed;
  right: 0;
  margin: 0;
  bottom: -150px;
  right: 0;
  z-index: 999;
  cursor: pointer;
}

#pagetop{
  margin-top: 0;
}

@media screen and (min-width: 1090px){
  #pagetop{
    width: 150px;
    border-radius: 8px 0 0 0;
      -moz-border-radius: 8px 0 0 0;
      -webkit-border-radius: 8px 0 0 0;
      -o-border-radius: 8px 0 0 0;
      -ms-border-radius: 8px 0 0 0;
    box-shadow: 0 -0 8px 0px #3f3f3f;
      -moz-box-shadow: 0 0 8px 0px #3f3f3f;
      -webkit-box-shadow: 0 0 8px 0px #3f3f3f;
      -o-box-shadow: 0 0 8px 0px #3f3f3f;
      -ms-box-shadow: 0 0 8px 0px #3f3f3f;
  }
}

@media screen and (max-width: 1089px){
  .pagetop_cont{
    width: 100%;
    box-shadow: -2px -2px 8px 0px #c9c9c9;
      -moz-box-shadow: -2px -2px 8px 0px #c9c9c9;
      -webkit-box-shadow: -4px -2px 8px 0px #c9c9c9;
      -o-box-shadow: -2px -2px 8px 0px #c9c9c9;
      -ms-box-shadow: -2px -2px 8px 0px #c9c9c9;
  }
  #pagetop{
    width: 100%;
    border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius:  0;
  }
}
/*--- /pagetop ---*/

/*---- footer ----*/
/*青色背景ADD*/
.footer, .footer_eco{
  background: #4084bb;
}

.contact_info_box{
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

/* _eco ADD */
.contact_info_box p.title, .contact_info_box_eco p.title{
    font-weight: bold;
}

/* ADD */
.contact_info_box_eco{
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  border: 0;
  text-align: center;
}

/* ADD */
.contact_info_box_eco td{
  padding: 1px;
}

/* _eco ADD */
.footer ul, .footer_eco ul{
  text-align: center;
  word-break: break-word;
  font-size: 0.875rem;
}

/* _eco ADD */
.footer ul li, .footer_eco ul li{
  display: inline-block;
  margin: 0;
}

/* _eco ADD */
.footer ul li:not(:last-child):after, .footer_eco ul li:not(:last-child):after{
  margin: 0 16px 0 20px;
  content: "/";
}
p.copyright{
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (min-width: 1090px){
  .bodybottomarea{
    position: absolute;
    bottom:0;
    width: 100%;
  }
  /* ADD */
  .footer_eco{
    margin-top: 16px;
    padding: 10px 0;
    position: relative;
    text-align: center;
  }

  .footer{
    margin-top: 30px;
    padding: 40px 40px 5px;
  }
  
  /* ADD */
  .contact_info_box_eco{
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }

  .contact_info_box{
    width: auto;
    max-width: 650px;
    padding: 20px;
    /* text-align: center; */
  }

  .contact_info_box p{
    line-height: 1.25;
  }

  .contact_info_box p.title{
    margin-bottom: 20px;
    font-size: 1.15rem;
  }

  .contact_info_box div.content{
    margin-bottom: 5px;
  }

  /* ADD */
  .footer_eco ul{
    width: auto;
    margin: 0 auto;
    padding: 5px;
  }

  .footer ul{
    width: auto;
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
  }

  /* ADD */
  .contact_info_list_eco{
    width: auto;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }

  /* ADD */
  .contact_info_list_eco a{
    word-break: break-all;
    color: #ffffff;
  }
}
  /* 「ページ上部へ」の関係上2段に ADD */
@media screen and (max-width: 1300px) and (min-width: 813px){
  .footer_eco{
    display: block;
  }
  
  .contact_info_box_eco{
    margin: 0 auto;
  }

  .contact_info_list_eco{
    margin: 0 auto;
    display: block;
  }

  .contact_info_box_eco{
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
}

  /* _eco ADD*/
@media screen and (max-width: 1089px){
  .footer, .footer_eco{
    margin-top: 30px;
    padding: 30px 10px 60px;
  }

  .contact_info_box, .contact_info_box_eco{
    padding: 10px;
  }

  .contact_info_box p.title, .contact_info_box_eco p.title{
    margin-bottom: 10px;
  }

  .contact_info_box div.content{
    margin-bottom: 5px;
  }

  .footer ul, .footer_eco ul{
    padding: 20px 0;
  }
}

.fotter_btn .btn{
  width: 130px;
  padding: 5px 15px 5px 30px;
  font-size: 1.0rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #005ba4;
  background: #ffffff;
  line-height: 1;
  border-radius: 30px;
  transition: all .2s;
}

.fotter_btn1 .btn{
  border: 1px solid #ffffff;
}

.fotter_btn1 .btn:hover{
  background-color: #005ba4;
  border-color: #fff;
  color: #ffffff;
}
/*---- footer ----*/

/*--- table ---*/
.table1{
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 1.2;
}

.table1 > dt{
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.table1 > dt > a{
  text-decoration: none;
}

.table1 > dt > a:hover{
  opacity: 1;
}

.table1 > thead th{
  width: 100%;
  margin: 0;
  padding: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.table1 dt small{
  font-weight: normal;
}

.table1 > dd, .table1 > tbody td{
  padding: 10px;
  box-sizing: border-box;
}

.table1 > dd:nth-child(2n + 1){
  background: #eeeeee;
}

@media screen and (min-width: 1090px){
  .table1{
    margin: 20px 0;
  }

  .table1 dt small{
    margin-left: 8px;
  }
}

@media screen and (max-width: 1089px){
  .table1{
    margin: 10px 0;
  }

  .table1 dt small,
  .table1 dd .txt small{
    display: block;
    line-height: 1.5;
  }

  .table1 > dd:nth-child(odd){
    background: #eeeeee;
  }
}
/*---- table1 ----*/

.list1 li.info_list{
  padding: 0 0 14px 0;
  border-bottom: 1px dashed #666666;
}

.infoList table.infoListTable{
  border-bottom: 1px dashed #666666;
}
.infoList table.infoListTable:not(:first-child){
  margin-top: 5px;
}

.list1 li.info_list:not(:first-child){
  margin-top: 10px;
}

.list1 li.info_list span.ann_date{
  display: block;
  line-height: 1.5;
}

.list1 ul.link_list li:before{
  margin-right: 8px;
  padding-top: 4px;
  content: "・";
  font-size: 0.75rem;
  float: left;
}

.list1 ul.link_list li:last-child{
  padding-bottom: 0;
}

.list1 ul.link_list li img{
  vertical-align: middle;
  width: 24px;
  margin-left: 8px;
}

@media screen and (min-width: 1090px){
  .list1 ul.link_list{
    margin: 16px 0 0 1rem;
  }
}

@media screen and (max-width: 1089px){
  .list1{
    width: 100%;
    margin: 0 0 10px;
  }

  .list1 ul.link_list{
    margin-top: 8px;
  }
}

.list2 li{
  line-height: 1.2;
}

.list2 li.info_list{
  border-bottom: 1px dashed #666666;
}

.list2 li.info_list:not(:first-child){
  margin-top: 8px;
}

.list2 li.info_list .tag{
  line-height: 1;
  text-align: center;
  word-break: break-word;
}

.list2 li.info_list p{
  display: inline-block;
  vertical-align: middle;
}

.list2 li.info_list span.ann_date{
  display: inline-block;
  margin: 0 32px 0 0;
  line-height: 1.5;
}

@media screen and (min-width: 1090px){
  .list2{
    margin: 20px 10px;
    width: calc(100% - 20px);
  }

  .list2 li{
    padding: 8px 16px 12px;
  }

  .list2 li.info_list p.tag_list .tab_box{
    width: 38px;
  }

  .list2 li.info_list p.info_txt{
    width: calc(100% - 136px);
  }
}

@media screen and (max-width: 1089px){
  .list2{
    margin: 10px 0;
    width: 100%;
  }

  .list2 li{
    padding: 8px 0 12px;
  }

  .list2 li.info_list p.tag_list .tab_box{
    width: 34px;
  }

  .list2 li.info_list p.info_txt{
    width: calc(100% - 105px);
  }
}
/*--- /table ---*/

/*--- HonbuSecchiInfo.component ---*/
.HonbuSecchi{
  padding: 0 3px;
  margin: auto 20px 20px 20px;
}

.HonbuSecchi dl{
  display: table;
  border-bottom: 1px dashed #666666;
  width: 100%
}

.HonbuSecchi dl dt{
  display: table-cell;
  width: 70px;
  color: #FFF;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}

.HonbuSecchi dl dt .tag{
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}

.HonbuSecchi dl dd{
  display: table-cell;
  padding: 10px 10px 10px 0;
  width: calc(100% - 70px);
}

/*--- /HonbuSecchiInfo.component ---*/