
.block {
  /*
	border-left: 1px solid #3333ff;
	border-right: 1px solid #3333ff;
*/
}

#main {
  width: 640px;
  height: 100%;
  float: left;
  padding-bottom: 50px;
  box-sizing: border-box;
}

#sub {
  width: 262px;
  height: 100%;
  float: right;
  padding-bottom: 50px;
  box-sizing: border-box;
}

ul,
li,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


h3 {
  display: inline;
}

/*-------------------bread-----------------------*/

#breadcrumb {
  width: 100%;
  height: 49px;
  /*	background-color: #F9F9F9;*/
  border-bottom: 1px solid #e5e5e5;
  /*	position:relative;*/
  /*	z-index:100;*/
}

#breadcrumb p {
  padding: 15px 0 0 28px;
  font-size: 12px;
  color: #666666;
}

#breadcrumb a {
  text-decoration: none;
  color: #666666;
}

#category h2#title {
  width: 430px;
  height: 70px;
  /*	background-color: #004A7A;*/
  background-color: #004a9a;
  display: flex;
  /*	justify-content: center;*/
  align-items: center;
  color: #ffffff;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  top: -38px;
}

#category h2#title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 430px;
  width: 0px;
  height: 0px;
  border-right: 30px solid transparent;
  /*	border-top: 70px solid #004A7A;*/
  border-top: 70px solid #004a9a;
}

#main h3 {
  font-size: 30px;
  font-weight: normal;
}

.titleBoarder {
  height: 3px;
  background-color: #c7c7c7;
}
.titleBoarder:before {
  content: '.';
  height: 3px;
  display: block;
  width: 30%;
  font-size: 2px;
  /*	background-color: #004A7A;*/
  background-color: #004a9a;
}

ul.accordion {
  width: 240px;
  margin-left: 22px;
}

ul.accordion a {
  display: block;
  width: 240px;
  height: 40px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  /*	justify-content: center;*/
  align-items: center;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 27px;
}

/*ul.accordion span { display:block; padding: 14px 0 0 32px; }*/

ul.accordion span {
  width: 100%;
  display: block;
}
ul.accordion ul {
  display: none;
}

.arrow {
  position: relative;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /*	right: 0;*/
  margin: auto;
  content: '';
  vertical-align: middle;
}

.accordion a.arrow::after {
  /*	left: 210px;*/
  right: -81%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #004a9a;
  border-right: 3px solid #004a9a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion a:hover {
  background-color: #004a9a;
  color: #ffffff;
  opacity: 0.8;
}
.accordion .noHover a:hover {
  background-color: #ffffff;
  color: #333333;
  opacity: 1;
}

.accordion a:hover.arrow::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

ul#tabs {
  position: relative;
}

#tabs li {
  position: relative;
  top: 1px;
  float: left;
  width: 160px;
  height: 50px;
  margin-right: 5px;
  border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  font-size: 16px;
}

#tabs li.open {
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  color: #004a9a;
}

.bottomlink {
  margin-top: 30px;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bottomlink li {
  margin-bottom: 15px;
  width: 30%;
  height: 61px;
  /*
	margin-left: 15px;
	margin-top: 15px;*/
  border-radius: 3px;
  border: 1px solid #e2dfdf;
}

.bottomlink li.spacer {
  background-color: transparent;
  border: none;
}

.bottomlink li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 35px;
  box-sizing: border-box;
}

.bottomlink li a:hover,
.bottomlink li a.here {
  background-color: #f1f1f1;
}

.releaseAll {
  width: 100%;
  height: 28px;
  display: block;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  color: #4e4e4e;
  text-decoration: none;
  margin: 16px 0px 33px;
}

a:hover.releaseAll {
  background-color: #f1f1f1;
}

a.releaseAll p {
  text-align: center;
  padding-top: 7px;
}

.caption {
  font-size: 12px;
}

.img .caption {
  margin-top: 10px;
  line-height: 1.2;
}
.img100Box {
}
.img100Box img {
  width: 100%;
}

.halfbox_l,
.halfbox_r {
  width: 50%;
  box-sizing: border-box;
}

.halfbox_l {
  padding-right: 1%;
}
.halfbox_r {
  padding-left: 1%;
}

.halfbox_l img,
.halfbox_r img {
  width: 100%;
}

a:hover.hoverImg {
  opacity: 0.8;
}

.pcEleIn {
  display: inline;
}

.spEle,
.spEleIn {
  display: none;
}

.noHover a:hover {
  cursor: text;
}

.barMarker {
  font-size: 24px;
  font-weight: normal;
}

.barMarker:before {
  content: '－';
  color: #004a9a;
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
}

#CybotCookiebotDialogDetailFooter {
  display: none !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------▼▼1000px以上▼▼-------------------------------*/
@media screen and (min-width: 1001px) {
  /*
	#wrapper{
		max-width: 100%;
		min-width: 1280px;
	}
*/

  #category {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  #main p.text {
    font-size: 14px;
    line-height: 1.8em;
  }
} /*------------------------------▲▲1000px以上▲▲-------------------------------*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------▼▼1000px以下▼▼-------------------------------*/
@media screen and (max-width: 1000px) {
  #noUse1000 {
    display: none;
  }

  #main {
    width: 92%;
    height: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #sub {
    width: 100%;
    height: 100%;
    float: none;
  }

  ul.accordion {
    width: 100%;
    margin-left: 0px;
  }

  ul.accordion a {
    width: 100%;
  }

  #sub a.arrow::after {
    right: -90%;
  }
} /*------------------------------▲▲1000px以下▲▲-------------------------------*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------▼▼600px以下▼▼-------------------------------*/
@media screen and (max-width: 600px) {
  #noUse600 {
    display: none;
  }

  #category h2#title {
    width: 250px;
    height: 50px;
    background-color: #004a9a;
    display: flex;
    /*	justify-content: center;*/
    align-items: center;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: -28px;
  }

  #category h2#title:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 250px;
    width: 0px;
    height: 0px;
    border-right: 30px solid transparent;
    border-top: 50px solid #004a9a;
  }

  .bottomlink li {
    width: 48%;
    height: 61px;
  }

  .bottomlink li.spacer {
    display: none;
  }

  .halfbox_l,
  .halfbox_r {
    width: 100%;
  }
  .halfbox_l {
    padding-right: 0%;
  }
  .halfbox_r {
    padding-left: 0%;
  }

  .pcEle,
  .pcEleIn {
    display: none;
  }

  .spEle {
    display: block;
  }

  .spEleIn {
    display: inline;
  }
} /*------------------------------▲▲600px以下▲▲-------------------------------*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------▼▼480px以下▼▼-------------------------------*/
@media screen and (max-width: 480px) {
  #noUse480 {
    display: none;
  }
} /*------------------------------▲▲480px以下▲▲-------------------------------*/
