/*--------------------------
  home
--------------------------*/
/*----------
  Leftmenu
-----------*/
#leftmenu {
  position: relative;
  float: left;
  width: 230px;
  margin: -70px 0 70px 0;
  padding: 15px;
  background: #253646;
  border-radius: 5px;
  z-index: 60;
}
#leftmenu h3 {
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
  border: 4px solid #fff;
  background: #E46938;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2rem;
}
#leftmenu h3 a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
#leftmenu h3 a:hover {
  background: #FF8E00;
}
#leftmenu ul {
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 600;
}
#leftmenu ul li {
  border-bottom: 1px dashed #253646;
}
#leftmenu ul li:last-child {
  border-bottom: none;
}
#leftmenu ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 10px 7px 30px;
  color: #253646;
  text-decoration: none;
}
#leftmenu ul li a:before {
  position: absolute;
  top: 5px;
  left: 10px;
  content: ">";
}
#leftmenu ul li a:hover {
  background: #d3d7da;
}
#leftmenu ol {
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
  padding: 15px 0 0 0;
  border-top: 1px solid #fff;
}
#leftmenu ol li {
  width: 100%;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#leftmenu ol li img{
	max-width: 100%;
	height: auto;
}
#leftmenu dl {
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
  padding: 15px 0 0 0;
  border-top: 1px solid #fff;
}
#leftmenu dl dt {
  width: 100%;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#leftmenu dl dt img {
  max-width: 100%;
  height: auto;
}
/*----------
  content
-----------*/
#content {
  position: relative;
  float: right;
  width: 740px;
  margin: 50px 0;
  padding: 0;
}
/*----------
  Infomation
-----------*/
#infomation {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
  background: #e7e6e6;
  z-index: 10;
}
#infomation .news {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 25px;
}
#infomation .news h3 {
  position: relative;
  width: 100%;
  color: #253646;
  font-size: 1.8rem;
  ;
  margin-bottom: 20px;
}
#infomation .news h3 {
  padding: 0 20px;
  border-bottom: 1px dashed #253646;
}
#infomation .news h3 span {
  position: absolute;
  background: #253646;
  ;
  font-size: 50%;
  padding: 0;
  border-radius: 7px;
  right: 0;
  top: 20%;
}
#infomation .news h3 span a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 3px 30px 1px 20px;
  background:
    url("../img/icon/icon_wl.png") no-repeat;
  background-size: auto 40%;
  background-position: 80% 50%;
}
#infomation .news dl {
	display: flex;
	align-items: flex-start;
	align-items: center;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 20px 7px 20px;
  border-bottom: 1px dashed #6E6E6E;
  font-size: 1rem;
}
#infomation .news dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
#infomation .news dl dt.ymd {
  display: inline-block;
  width: 100px;
  margin: 0 25px 0 0;
  padding: 0;
  color: #253646;
}
#infomation .news dl dt.icon {
  display: inline-block;
  width: 55px;
  margin: 4px 25px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 3px;
}
#infomation .news dl dt.ip {
  background: #253646;
}
#infomation .news dl dt.mb {
  background: #EC6938;
}
#infomation .news dl dd {
  width: 425px;
  display: inline-block;
}
#infomation .news dl dd.te {
  width: 480px;
  display: inline-block;
}
#infomation .news dl dd span{
    display: inline-block;
    padding: .2rem .5rem;
    font-size: 0.65rem;
    border-radius: 3px;
	background:rgba(4,67,94,1.00);
	color: #fff;
	font-weight: 600;
	margin:0 .5rem 0 0;
}
#infomation .news dl dd span.kate1{
	background:rgba(255,255,255,1.00);
	color:rgba(203,0,101,1.00);
	border:1px solid rgba(203,0,101,1.00);
}
#infomation .news dl dd span.kate2{
	background:rgba(203,0,101,1.00);
}


#infomation .news dl dd a {
  color: #253646;
  text-decoration: none;
}
#infomation .news dl dd a:hover {
  color: #FF4F00;
  text-decoration: none;
}
#infomation section .tab {
  float: right;
  position: relative;
  width: 48.5%;
}
/*----------
  About
-----------*/
#about {
  position: relative;
  width: 95%;
  height: auto;
  margin: -65px auto 65px auto;
  padding: 130px 0 0 0;
  font-size: 0.9rem;
}
#about h3 {
  margin-bottom: 10px;
}
/*----------
  soudan
-----------*/
#soudan {
  position: relative;
  width: 95%;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0 0 0 0;
  font-size: 0.9rem;
}
#soudan h3 {
  margin-bottom: 10px;
}
#soudan .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  height: auto;
  margin: 30px auto 0 auto;
  padding: 0;
}
#soudan .list:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
#soudan .list .item {
  width: 30%;
  height: auto;
  margin: 0 5% 5% 0;
  background: #e7e6e6;
  border-radius: 5px;
  overflow: hidden;
}
#soudan .list .item:nth-of-type(3n) {
  margin: 0 0 5% 0;
}
#soudan .list .item .pt {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#soudan .list .item .pt img {
  width: 100%;
  height: auto;
}
#soudan .list .item .x {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  line-height: 1.6;
}
/*----------
  btnsearch
-----------*/
#btnsearch {
  position: relative;
  width: 95%;
  height: auto;
  margin: 30px auto 0 auto;
  padding: 0 0 0 0;
  font-size: 0.9rem;
}
#btnsearch img {
  width: 100%;
  height: auto;
}
/*----------
  add
-----------*/
#add {
  position: relative;
  width: 95%;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0 0 0 0;
  font-size: 0.9rem;
  border-radius: 5px;
  overflow: hidden;
}
#add h3 {
  padding: 7px 20px 7px 220px;
  color: #fff;
  background: #253646;
  font-size: 1.2rem;
	margin: 0 auto;
}
#add h4 {
  padding: 15px 20px 15px 220px;
  color: #25364;
  background: #e7e6e6;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
}
#add .lg {
  position: absolute;
  padding: 30px 20px;
  background: #fff;
  text-align: center;
  top: 20px;
  left: 20px;
  border-radius: 5px;
}
@media screen and (min-width:320px) and (max-width:640px) {
  /*----------
  Leftmenu
-----------*/
  #leftmenu {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 5% 0;
    padding: 15px;
    background: #253646;
    border-radius: 0;
    z-index: 60;
  }
  #leftmenu h3 {
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    border: 4px solid #fff;
    background: #E46938;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
  }
  #leftmenu h3 a {
    display: inline-block;
    height: auto;
    padding: 10px;
    color: #fff;
    text-decoration: none;
  }
  #leftmenu h3 a:hover {
    background: #FF8E00;
  }
  #leftmenu ul {
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
  }
  #leftmenu ul li {
    border-bottom: 1px dashed #253646;
  }
  #leftmenu ul li:last-child {
    border-bottom: none;
  }
  #leftmenu ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7px 10px 7px 30px;
    color: #253646;
    text-decoration: none;
  }
  #leftmenu ul li a:before {
    position: absolute;
    top: 5px;
    left: 10px;
    content: ">";
  }
  #leftmenu ul li a:hover {
    background: #d3d7da;
  }
  #leftmenu ol {
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    padding: 15px 0 0 0;
    border-top: 1px solid #fff;
  }
  #leftmenu ol li {
    width: 100%;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  #leftmenu dl {
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    padding: 15px 0 0 0;
    border-top: 1px solid #fff;
  }
  #leftmenu dl dt {
    width: 100%;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  #leftmenu dl dt img {
    max-width: 100%;
    height: auto;
  }
  /*----------
  content
-----------*/
  #content {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0;
    padding: 0;
  }
  /*----------
  Infomation
-----------*/
  #infomation {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10% 0 5% 0;
    background: #F5F4F0;
  }
  #infomation section {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  #infomation .news {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5%;
  }
  #infomation .news h3 {
    position: relative;
    width: 100%;
    color: #253646;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #infomation .news h3 {
    padding: 0 20px;
    border-bottom: 1px dashed #253646;
  }
  #infomation .news h3 span {
    position: absolute;
    background: #253646;
    font-size: 40%;
    padding: 0;
    border-radius: 7px;
    right: 0;
    top: 20%;
  }
  #infomation .news h3 span a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 3px 25px 1px 15px;
    background:
      url("../img/icon/icon_wl.png") no-repeat;
    background-size: auto 40%;
    background-position: 80% 50%;
  }
  #infomation .news dl {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 20px 7px 20px;
    border-bottom: 1px dashed #6E6E6E;
    font-size: 1rem;
  }
  #infomation .news dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
  }
  #infomation .news dl dt.ymd {
    display: inline-block;
    width: 50%;
    margin: 0 0 0 0;
    padding: 0;
    color: #253646;
  }
  #infomation .news dl dt.icon {
    display: inline-block;
    width: 20%;
    margin: 0 25px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    border-radius: 3px;
  }
  #infomation .news dl dt.ip {
    background: #253646;
  }
  #infomation .news dl dt.mb {
    background: #EC6938;
  }
  #infomation .news dl dd {
    width: 100%;
    display: inline-block;
  }
  #infomation .news dl dd a {
    color: #253646;
    text-decoration: none;
  }
  #infomation .news dl dd a:hover {
    color: #FF4F00;
    text-decoration: none;
  }
  /*----------
  About
-----------*/
  #about {
    position: relative;
    width: 90%;
    height: auto;
    margin: 10% auto 0 auto;
    padding: 0 0 0 0;
    font-size: 0.9rem;
  }
  #about h3 {
    margin-bottom: 10px;
  }
  /*----------
  soudan
-----------*/
  #soudan {
    position: relative;
    width: 95%;
    height: auto;
    margin: 10% auto 0 auto;
    padding: 0 0 0 0;
    font-size: 0.9rem;
  }
  #soudan h3 {
    margin-bottom: 10px;
  }
  #soudan .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    height: auto;
    margin: 30px auto 0 auto;
    padding: 0;
  }
  #soudan .list:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
  }
  #soudan .list .item {
    width: 47.5%;
    height: auto;
    margin: 0 5% 5% 0;
    background: #e7e6e6;
    border-radius: 5px;
    overflow: hidden;
  }
  #soudan .list .item:nth-of-type(3n) {
    margin: 0 5% 5% 0;
  }
  #soudan .list .item:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  #soudan .list .item .pt {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #soudan .list .item .pt img {
    width: 100%;
    height: auto;
  }
  #soudan .list .item .x {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    line-height: 1.6;
  }
  /*----------
  btnsearch
-----------*/
  #btnsearch {
    position: relative;
    width: 95%;
    height: auto;
    margin: 5% auto 0 auto;
    padding: 0 0 0 0;
    font-size: 0.9rem;
  }
  #btnsearch img {
    width: 100%;
    height: auto;
  }
  /*----------
  add
-----------*/
  #add {
    position: relative;
    width: 95%;
    height: auto;
    margin: 10% auto 10% auto;
    padding: 0 0 0 0;
    font-size: 0.9rem;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
  }
  #add h3 {
    padding: 7px 2% 7px 2%;
    color: #fff;
    background: #253646;
    font-size: 1.2rem;
  }
  #add h4 {
    padding: 15px 2% 15px 2%;
    color: #25364;
    background: #e7e6e6;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
  }
  #add .lg {
    position: relative;
    width: 100%;
    padding: 30px 20px 0 20px;
    background: #e7e6e6;
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
/*----------
  Single
-----------*/
.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single, .category {
  position: relative;
  width: 95%;
  height: auto;
  margin: 30px auto 0 auto;
  padding: 0 0 0 0;
  font-size: 1rem;
}
.single .titleBg {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.single_inr {
  position: relative;
  width: 95%;
  height: auto;
  margin: 30px auto 0 auto;
  padding: 0 0 0 0;
  font-size: 1rem;
	line-height: 2;
}
.single_inr img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
}
.single_inr strong{
	font-size: 1.3rem;
	font-weight: 600;
}
.single_inr h1{
	font-size: 2rem;
	font-weight: 600;
}
.single_inr h2{
	font-size: 1.8rem;
	font-weight: 600;
}
.single_inr h3{
	font-size: 1.5rem;
	font-weight: 600;
}
.single_inr h4{
	font-size: 1.3rem;
	font-weight: 600;
}
.single_inr h5{
	font-size: 1rem;
	font-weight: 600;
}
/*--各部紹介--*/
.intro_h3{
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 5px 10px;
	background: #253646;
	color: #fff;
	text-align: center;
}
.item_intro{
	
}
.item_intro {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 0;
}
.item_intro:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
.item_intro .photo{
  position: relative;
	float: left;
  width: 45%;
  height: auto;
  margin: 0;
  padding: 0;
}
.item_intro .photo img{
	width: 100%;
	height: auto;
}
.intro_tbl{
	position: relative;
	float: none;
  width: 95%;
	height: auto;
	margin: 0 auto;
	padding:0;
	border-collapse: collapse;
	border: 1px solid #253646;
}
.intro_tblw{
	position: relative;
  width: 100%;
	height: auto;
	margin: 0 auto;
	padding:0;
	border-collapse: collapse;
	border: 1px solid #253646;
}
.intro_tbl th,
.intro_tbl td,
.intro_tblw th,
.intro_tblw td{
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #253646;
font-size:0.9rem;
vertical-align: middle;
}
.intro_tbl th,
.intro_tblw th{
	background: #DFDFE1;
}
.intro_tbl .ctr{
text-align: center;
}
.intro_tbl td{
	
}
@media screen and (min-width:320px) and (max-width:640px) {
.item_intro {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 5% auto;
  padding: 0;
}
.item_intro:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
.item_intro .photo{
  position: relative;
	float: none;
  width: 100%;
  height: auto;
  margin: 0 0 3% 0;
  padding: 0;
}
.item_intro .photo img{
	width: 100%;
	height: auto;
}
.intro_tbl{
	position: relative;
	float: none;
  width: 100%;
	height: auto;
	margin: 0 auto;
	padding:0;
	border-collapse: collapse;
	border: 1px solid #253646;
}
.intro_tblw{
	position: relative;
  width: 100%;
	height: auto;
	margin: 0 auto 7% auto;
	padding:0;
	border-collapse: collapse;
	border: 1px solid #253646;
}
.intro_tbl th,
.intro_tbl td,
.intro_tblw th,
.intro_tblw td{
	display: block;
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #253646;
}
.intro_tbl th,
.intro_tblw th{
	background: #DFDFE1;
}
.intro_tbl td{
	
}
}
/*----------
  members
-----------*/
.members {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  font-size: 1rem;
}
.membermeue {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 0;
  font-size: 0;
  color: #fff;
  background: #253646;
  border-radius: 5px;
  overflow: hidden;
}
.membermeue:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
.membermeue li {
  position: relative;
  display: inline-block;
  width: 14.285%;
  height: auto;
  margin: auto;
  padding: 0;
  font-size: 0.7rem;
  border-right: 1px solid #fff;
  text-align: center;
}
.membermeue li:last-child {
  border-right: none;
}
.membermeue li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
}
.membermeue li a:hover,
.membermeue li.act a{
background: #E46938;
}

/*----------
  members tax
-----------*/
.tax_eria{
	position: relative;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content:center;
	text-align: center;
}
.tax_eria .cbtn{
	position: relative;
	width: 30%;
	margin-right:5%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E46938;
	border-radius: .3rem;
	line-height: 1.4;
}
.tax_eria .cbtn:nth-last-child(1){
	margin-right:0;
}
.tax_eria .cbtn a{
	display: block;
	width: 100%;
	padding: .7rem 1rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.tax_eria .cbtn:hover{
	opacity: .7;
}


@media screen and (min-width:320px) and (max-width:640px) {
.membermeue {
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto 3% auto;
  padding: 0;
  font-size: 0;
  color: #fff;
  background: #253646;
  border-radius: 5px;
  overflow: hidden;
}
.membermeue:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
.membermeue li {
  position: relative;
  display: inline-block;
  width: 33.333%;
  height: auto;
  margin: auto;
  padding: 0;
  font-size: 0.8rem;
  border-right: 1px solid #fff;
  text-align: center;
}
.membermeue li:nth-child(1),
	.membermeue li:nth-child(2),
	.membermeue li:nth-child(3){
		border-bottom: 1px solid #fff;
	}
.membermeue li:last-child {
  border-right: none;
}
.membermeue li a {
  display: block;
  padding: 5% 0;
  color: #fff;
  text-decoration: none;
}
.membermeue li a:hover,
.membermeue li.act a{
background: #E46938;
}
}
/*----------
  iframe
-----------*/
.cal_wrapper {
  max-width: 800px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto;
}
 
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
 
@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}
/*----------
  wp-pagenavi
-----------*/
.wp-pagenavi{
	position: relative;
	width: 95%;
	margin: 40px auto 60px auto;
	padding: 0;
	text-align: center;
	font-size: 1rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #253646;
	padding: 5px 8px;
	margin: 4px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #253646;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	background: #253646;
	color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #253646;
	padding: 5px 8px;
	margin: 4px;
	color: #253646;
}
/*----------
  category
-----------*/
.category-description{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 40px auto;
	font-size: 0.9rem;
}
/*----------
  terms
-----------*/
.termsbtn{
	position: relative;
	width: 100%;
	height: auto;
	margin: 30px auto 40px auto;
	padding: 0;
}
.termsbtn li{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 0;
	border-left: 7px solid #253646;
}
.termsbtn li a{
	display: block;
	background: #e7e6e6;
	border-radius: 7px;
	padding: 5px 15px 5px 15px;
	color:#253646;
	text-decoration: none;
	font-weight: 600;
}
/*----------
  terms
-----------*/
.sozei_info{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.sozei_info h4{
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 auto 1rem auto;
}
.sozei_info .tr{
	text-align: right;
	margin: 0 auto 1rem auto;
}
.sozei_info h4{
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 auto 1rem auto;
}
.sozei_info ol,
.sozei_info ul{
	margin: 0 auto .2rem 1.5rem;
	list-style-position: outside;
}
.sozei_info ol.dec li{
	list-style-type:decimal;
}
.sozei_info ol li.sqa{
	list-style-type:square;
	margin: 0 auto .2rem 2rem;
}
.sozei_info ol li.sqa2{
	list-style-type:square;
	margin: 0 auto .2rem 1.2rem;
}
.sozei_info ol li.k1,
.sozei_info ol li.k2,
.sozei_info ol li.k3{
	position: relative;
	list-style: none;
	margin: .5rem auto .2rem 2rem;
}
.sozei_info .k1:before{
	display: inline-block;
	content: '(1)';
}
.sozei_info .k2:before{
	display: inline-block;
	content: '(2)';
}
.sozei_info .k3:before{
	display: inline-block;
	content: '(3)';
}
.sozei_info ol li.m1,
.sozei_info ol li.m2,
.sozei_info ol li.m3,
.sozei_info ol li.m4{
	position: relative;
	list-style: none;
	margin: 0 auto .2rem 4.5rem;
}
.sozei_info .m1:before{
	position: absolute;
	content: '①';
	left: -1.3rem;
}
.sozei_info .m2:before{
	position: absolute;
	content: '②';
	left: -1.3rem;
}
.sozei_info .m3:before{
	position: absolute;
	content: '③';
	left: -1.3rem;
}
.sozei_info .m4:before{
	position: absolute;
	content: '④';
	left: -1.3rem;
}
.sozei_info .btn1{
	position: relative;
    font-size: 1.2rem;
    margin: 1.5rem auto;
	text-align: center;
	line-height: 1.5;
}
.sozei_info .btn1 ol{
padding:2rem 0 1rem 0;
}
.sozei_info .btn1 li{
margin:0 auto 2rem auto;
}
.sozei_info .btn1 span{
	font-size: 0.9rem;
}
.sozei_info .btn1 a{
	display: inline-block;
    color: #fff;
    background: #253646;
	padding: 1rem 1rem;
	border-radius: .5em;
transition: 0.5s;
}
.sozei_info .btn1 a:hover{
    background: #E46938;
transition: 0.5s;
}
/*----------
  members tax
-----------*/
.tax_eria2{
	position: relative;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap: wrap;
	text-align: center;
}
.tax_eria2 .cbtn{
	position: relative;
	width: 48%;
	margin:0 4% 4% 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E46938;
	border-radius: .3rem;
	line-height: 1.4;
}
.tax_eria2 .cbtn:nth-of-type(2n){
	margin:0 0 4% 0;
}
.tax_eria2 .cbtn a{
	display: block;
	width: 100%;
	padding: 2rem 1rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.tax_eria2 .cbtn:hover{
	opacity: .7;
}

.clm2btn{
	position: relative;
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}
.clm2btn li{
	position: relative;
	width: 48%;
	margin:0 4% 4% 0;
	padding: 0;
	background: #E46938;
	border-radius: .3rem;
	line-height: 1.4;
	text-align: center;
}
.clm2btn li:nth-of-type(2n){
	margin:0 0 4% 0;
}
.clm2btn li a{
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
.clm2btn li a:hover{
	opacity: .7;
}
