@charset "utf-8";

body{
  line-height: 1.2;
}

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);
}

.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 #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: 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;
}

@media screen and (min-width: 835px){
  .section{
    margin: 20px 0;
  }

  .main{
    margin: 30px auto;
    width: 90%;
    max-width: 1024px;
  }

  .sub{
    margin: 20px;
  }
}

@media screen and (max-width: 834px){
  .section{
    margin: 0;
  }

  .section2{
    margin: 20px 10px;
  }
  .main, .main2{
    margin: 0
  }

  .sub{
    padding: 0 10px;
  }
}

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: 5px;
  text-align: left;
  border-top:none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #d9e7f1;
  font-weight: bold;
  margin: 20px 0 20px;
}

h4{
  margin-bottom: 10px;
}


@media screen and (min-width: 835px){
  .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: 834px){
  .breadcrumbs {
    display: none;
  }
}

.pld{
  background: #fff;
  border: 1px solid #666666;
  font-size: 1rem;
	overflow: hidden;
}

.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: 835px){
  .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: 834px){
  .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;
  }
}

.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: 834px){
  img.ico{
    width: 28px;
    margin-right: 5px;
    vertical-align: bottom;
  }
}

img.block{
  display: block;
  max-width: 100%;
  margin: 10px auto;
}

.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: 835px){
  .tag.big_tag{
    width: 88px;
    margin-right: 16px;
    padding: 4px 8px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 834px){
  .tag.big_tag{
    width: 81px;
    margin-right: 10px;
    padding: 8px;
    font-size: 1rem;
  }
}

.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: 835px){
  .button{
    margin: 20px auto;
  }

  .button_cont .button{
    width: 250px;
  }
}

@media screen and (max-width: 834px){
  .button{
    margin: 20px 0;
  }

  .button.mw260{
    max-width: none;
  }

  .button_cont{
    margin: 20px 10px 30px;
  }

  .button_cont .button{
    width: auto;
  }
}

.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: 835px){
  .pager_box li .pager.prev, .pager_box li .pager.next{
    width: 48px;
    overflow: hidden;
    word-break: normal;
  }
}

@media screen and (max-width: 834px){
  .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;
}

.header_box{
  width: 100%;
  max-width: 1024px;
  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 img, .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;
}

.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;
}

.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;
}

.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: 835px){
  .header_box{
    min-height: 100px;
  }

  .header_box_oneline{
    min-height: 64px;
  }

  .h1_box{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 336px);
  }

  .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: 64px;
    height: 64px;
  }

  .h1_logo_oneline{
    margin-right: 5px;
    padding: 0;
    width: 64px;
    height: 64px;
  }

  h1{
    width: calc(100% - 76px);
  }

  h2 {
    font-size: 1.25rem!important;
  }

}

@media screen and (max-width: 834px){
  .h1_logo, .h1_logo_oneline{
    width: 48px;
    height: 48px;
    margin-left: 5px;
    padding: 5px 0;
  }

  h1{
    width: calc(100% - 60px);
    padding: 10px 0;
  }

  .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;
  }
}

.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: 835px){
  #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: 834px){
  .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;
  }
}

.footer, .footer_eco{
  background: #4084bb;
}

.contact_info_box{
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #666666;
}

.contact_info_box p.title, .contact_info_box_eco p.title{
    font-weight: bold;
}

.contact_info_box_eco{
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  border: 0;
  text-align: center;
}

.contact_info_box_eco td{
  padding: 1px;
}

.footer ul, .footer_eco ul{
  text-align: center;
  word-break: break-word;
  font-size: 0.875rem;
}

.footer ul li, .footer_eco ul li{
  display: inline-block;
  margin: 0;
}

.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: 835px){
  .bodybottomarea{
    position: absolute;
    bottom:0;
    width: 100%;
  }
  .footer_eco{
    margin-top: 16px;
    padding: 10px 0;
    position: relative;
    text-align: center;
  }

  .footer{
    margin-top: 30px;
    padding: 40px 40px 5px;
  }
  
  .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;
  }

  .footer_eco ul{
    width: auto;
    margin: 0 auto;
    padding: 5px;
  }

  .footer ul{
    width: auto;
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
  }

  .contact_info_list_eco{
    width: auto;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }

  .contact_info_list_eco a{
    word-break: break-all;
    color: #ffffff;
  }
}

@media screen and (max-width: 834px){
  .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;
  }

  .footer ul, .footer_eco ul{
    padding: 20px 0;
  }
}

.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: 835px){
  .table1{
    margin: 20px 0;
  }

  .table1 dt small{
    margin-left: 8px;
  }
}

@media screen and (max-width: 834px){
  .table1{
    margin: 10px 0;
  }

  .table1 dt small,
  .table1 dd .txt small{
    display: block;
    line-height: 1.5;
  }

  .table1 > dd:nth-child(odd){
    background: #eeeeee;
  }
}

.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: 835px){
  .list1 ul.link_list{
    margin: 16px 0 0 1rem;
  }
}

@media screen and (max-width: 834px){
  .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: 835px){
  .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: 834px){
  .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);
  }
}

.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);
}


    div.sub {
      text-align: left;
  }

  .button1[disabled], .button3[disabled]{
    opacity: 40%;
    pointer-events: none;
}


.pseudo_inputRd{
  display: inline-block;
}

.button3 {
  color: #ffffff;
  background: linear-gradient(#FF9826 , #FF8600 );
  background: -moz-linear-gradient(#FF9826 , #FF8600 );
  background: -webkit-linear-gradient(#FF9826 , #FF8600 );
  background: -o-linear-gradient(#FF9826 , #FF8600 );
  background: linear-gradient(to bottom, #FF9826 , #FF8600 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9826', endColorstr='#FF8600', GradientType=0);
  border:none;
}

.button3:hover{
  background: linear-gradient(#FF9826 , #F0D090 );
  background: -moz-linear-gradient(#FF9826 , #F0D090 );
  background: -webkit-linear-gradient(#FF9826 , #F0D090 );
  background: -o-linear-gradient(#FF9826 , #F0D090 );
  background: linear-gradient(to bottom, #FF9826 , #F0D090 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9826', endColorstr='#F0D090', GradientType=0);
  color: #ffffff;
}

.pld {
  background: #fff;
  border: 1px solid #666666;
  font-size: 1rem;
  overflow: hidden;
  min-height: 34px;
  height: auto;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}
.pld .select {
  display: inline-block;
  vertical-align: top;
  margin: auto;
  position: relative;
  background: #ffffff;
  border: none;
  border: none;
  text-align: center;
  overflow: hidden;
  height: 35px;
  width: 300px;
}
.pld .select::before {
  position: absolute;
  right: 9px;
  top:13px;
  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);
}
.pld .title {
  padding: 8px 12px;
  background: #eeeeee;
  display: inline-block;
  width: 220px;
  box-sizing: border-box;
}
.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;
}

.checknox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

.checknox-wrap input {
  display: none;
}

.checknox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 4px;
}

.checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checknox-wrap input:checked + .checkmark {
  background-color: #0070bd;
  border: 2px solid #0070bd;
}

.checknox-wrap input:checked + .checkmark:after {
  display: block;
}

.form {
    margin-left:10px;
}

.pseudo_inputCb{
    width: fit-content;
}

.checktext{
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
}

.input_disable > .checknox-wrap {
    opacity: 40%;
    cursor: default;
}

.pseudo_inputRd label {
  display: block;
  margin-bottom: 8px;
}
.pseudo_inputRd input[type="radio"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
.pseudo_inputRd input[type="radio"] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 36px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}
.pseudo_inputRd input[type="radio"] + span::before,
.pseudo_inputRd input[type="radio"] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
.pseudo_inputRd input[type="radio"] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #666666;
  left: 9px;
}

.pseudo_inputRd input[type="radio"]:disabled + span::before {
    background: #f0f0f0;
    cursor: default;
}
.pseudo_inputRd input[type="radio"]:disabled + span {
    cursor: default;
    opacity: 0.5;
}

.pseudo_inputRd input[type="radio"]:checked + span::before {
  border: 2px solid #0070bd;
}
.pseudo_inputRd input[type="radio"] + span::after {
  width: 10px;
  height: 10px;
  background: #EEEEEE;
  left: 14px;
  opacity: 0;
}
.pseudo_inputRd input[type="radio"]:checked + span::after {
  background: #0070bd;
}

.pseudo_inputRd input[type="radio"]:checked + span::after {
  opacity: 1;
}

.pld.disabled , .pld.disabled .select select{
    opacity: 0.5;
    cursor: default;
}

@media (max-width: 650px) {
  input[type="radio"] + span {
    padding: 10px 11px 8px 36px;
  }
}



    @media screen and (max-width: 834px) { 
        h2 img {
            width:25px!important;
        }

        .main {
            margin:0;
        }
        .section{
            margin:0;
        }

        .sub{
            padding:0 5px;
            padding-bottom:20px;
        }
        h3.subtitle{
            margin:0;
        }

        div.form{
            margin:20px 10px;
        }

        .pld{
            width: calc(100% - 2px);
        }

        .pld .select , .pld .select .list_sien{
            width: 100%;
        }

        .pseudo_inputRd{
            display: block;
            width: 100%;
            margin:5px 0;
        }

        .pld .title {
            display: block;
            width:100%;
        }
    }    