@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a.link:hover {
  opacity: .5;
}

a.link:hover p.text {
  opacity: .5;
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
}

img {
  max-width: 100%;
}

p.next {
  text-align: right;
  margin-right: 100px;
}

.next a:hover {
  text-decoration: underline;
}

h1 span {
    display: inline-block;
}

.header-inner {
  max-width: 1200px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-menu-button {
  display: none;
}

.header-logo {
  width: 250px;
}

.site-menu ul {
  display: none;
}

.site-menu ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.site-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.header-menu ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 90%;
  margin: auto;
}
.header-menu li {
  width: 90px;
  margin: 1rem;
}
.header-menu img {
  width: 50%;
}

.top-menu {
  display: none;
}

.main-menu {
  display: none;
}

.main-menu ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 90%;
  margin: auto;
}
.main-menu li {
  width: 40%;
}
.main-menu img {
  width: 30%;
}

.contentsbox {
  width: 80%;
  height: auto;
  border: solid 0px #CCC;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e0e0ff;
  text-align: center;
}

.contentsbox img {
  width:200px;
  height:200px;
  border-radius:50%;
  margin: 20px;
}

.contentsbox2 {
  width: 60%;
  height: auto;
  border: solid 0px #CCC;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: left;
}

.contentsbox2 img {
  width:auto;
}

.contentsbox2 dl {
  margin: 0px;
  padding: 0;
  text-align: left;
  line-height: 1.3rem;
}

.contentsbox2 dt {
  margin: 3px;
  padding: 0;
  line-height: 1.5rem;
}

.contentsbox2 dd {
  margin: 3px;
  padding: 0;
  line-height: 1.5rem;
  text-align: left;
}

.contentsbox3 {
  width: 80%;
  height: auto;
  border: solid 0px #CCC;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: left;
}

.contentsbox_newsimg {
  width: 100%;
  height: auto;
  border: solid 0px #CCC;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.contents_community_threadlist {
  width: 70%;
  height: auto;
  border: solid 0px #CCC;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
}

.contentsbox4 {
  width: 70%;
  height: auto;
  border: solid 0px #CCC;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  text-align: center;
}

.contentsbox5 {
  width: 70%;
  height: auto;
  border: solid 0px #999;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  text-align: left;
}

.contentsbox5 p {
  margin: 3px;
  padding: 0;
  line-height: 1.5rem;
  text-align: left;
}

.contentsbox_search {
  width: 70%;
  height: auto;
  border: solid 0px #CCC;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  text-align: left;
}

.float { 
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  width:40%;
}

.content {
  width: 100%;
  height: 470px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.content_list {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.listbox {
  width: 95%;
  margin: auto;
}

.box {
  padding: 0.5em 1em;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;/*文字色*/
  background: #FFF;
  border: solid 1px #999;/*線*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
}
.box dl {
  margin: 3px;
  padding: 0;
  line-height: 1.3rem;
}
.box img {
  display: block;
  margin: auto;
  width: auto;
  padding: 0;
  height: 300px;
  object-fit: contain;
  text-align: center;
}

.login h2 {
  font-size: 0.8rem;
  text-align: center;
}

.base {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}

/** 文字の左に線 **/
.title-border-left {
  display: flex;
  align-items: center;
}

.title-border-left:before {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.title-border-left:before {
  margin-right: 1rem;
}


/** footer **/

#upperFooter {
    margin-top: 50px;
    background-color: #000;
	color: #FFF;
}
#bottomFooter {
    background-color: #000;
    text-align: center;
}
#upperFooter li {
    flex-grow: 1;
    flex-basis: auto;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer nav {
    width: 70%;
    margin: 0 auto;
}
footer p {
    margin: 0;
}
small {
    color: #FFF;
    font-weight: bold;
    padding: 20px;
    display: block;
}

.wrapper {
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 150px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}


/*** adjust parts ***/

.flex {
    display: flex;
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.header-logo.sm {

}

/** ページャー用 **/
.page-box {
  width: 100%;
  text-align: center;
}
.Pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pagination > * + * {
  margin-left: 12px;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  pointer-events: none;
  background: #111;
  color: #fff;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #111;
  color: #fff;
}

/** フォーム用 **/

.formbox {
  width: 80%;
  height: auto;
  border: solid 0px #CCC;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: left;
}

form{
  width: auto;
  margin:0 auto;
}

.item{
  overflow: hidden;
  margin-bottom: 20px;
}

.label{
  float: left;
  margin-right: 20px;
  width:100px;
  border-left: solid 3px #e0505d;
  padding-left: 10px;
}

.inputs{
  float: left;
  width:550px;
}

input[type="text"],input[type="email"],input[type="password"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
  width: 83%;
}

input[name="eh9rk4sver8n"],input[name="eh9rk5d9cv6q"],select[name="card_m"],select[name="card_y"],input[name="ehcvs2f9dpm6"],input[name="ehcvs2ry2exd"],select[name="ehcxtm5if894"],select[name="ehcxtmsj4ubd"]{
  width: 40%;
}

textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
  width: 90%;
}

input[type=checkbox] {
  transform: scale(2);
  margin: 0 12px 20px 20px;
}

.btn-area{
  text-align: center;
}

input[type="submit"]{
  background: #330099;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

input[type="button"]{
  background: #330099;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

input[name="back"]{
  background: #808080;
}

select { 
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
  width: 83%; 
}

/** 組合員トップページldリスト用 **/

.flex_list-box {
    background-color: #fff;     /* 背景色指定 */
	display: flex;              /* フレックスボックスにする */
	align-items: stretch;        /* 縦の位置指定 */
	justify-content: flex-start;
}
 
.flex_list-item {
    padding: 10px;
    color: #000;               /* 文字色 */
    margin: 20px;              /* 外側の余白 */
	margin-left: 30px;
	border: 1px solid #999;
    border-radius: 5px;        /* 角丸指定 */
	width: 15%;                 /* 幅指定 */
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
}

.flex_list-item img {
	display: block;
	margin: auto;
    width: auto;
	height: 180px;
	object-fit: contain;
	text-align: center;
  }
	
.flex_list-item dl {
    margin-top: 5px;
	text-align: center;
  }

.flex_list-item dt {
    font-weight: normal;
	font-size: 0.9rem;
	margin-bottom: 5px;
  }

.flex_list-item dd {
	font-weight: bold;
    font-size: 1rem;
    line-height: 130%;
	text-align: start;
  }

.swiper_date {
    font-weight: normal;
	font-size: 1rem;
	margin-bottom: 10px;
  }

.swiper_title {
	font-weight: bold;
    font-size: 1.2rem;
    line-height: 130%;
	text-align: start;
  }

img[src='./common/default/img/img_noimage.jpg'] {
  display: none;
}



/* ここから上がPC向けCSS */
@media (max-width: 800px) {
  .header-logo.sm {
	width: 150px;
    display: block;
  }
	
  .site-menu ul {
    display: block;
    text-align: center;
  }

  .site-menu li {
    margin-top: 20px;
  } 

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    background-color: #ffffff;
    height: 50px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative;
  }

  .header-logo {
    width: 100px;
  }
	

  .header-site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 50px;
	display: none;
  }

  .header-site-menu.is-show {
    display: block;
  }
	
  .header-menu {
	display: none;
  }
	
  .top-menu {
    display: block;
	margin-top: 50px;
  }
	
  .top-menu ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 60%;
    margin: auto;
  }
  .top-menu li {
    width: 100%;
  }
  .top-menu img {
    width: 40%;
  }
	
  .main-menu {
    display: block;
	margin-top: 70px;
  }
  
  .main-menu ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 60%;
    margin: auto;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu img {
    width: 40%;
  }

  .toggle-menu-button {
    display: block;
    width: 44px;
    height: 34px;
    background-image: url("https://www.hhlu.jp/file/box/img/icon_menu.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
  }

  .main {
    padding-top: 50px;
  }
	
  .contentsbox {
    width: 90%;
    height: auto;
    border: solid 0px #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ead6ff;
    text-align: center;
  }
	
  .contentsbox img {
    width:120px;
    height:120px;
    border-radius:50%;
    margin: 20px;
  }
	
  .contentsbox2 {
    width: 95%;
    height: auto;
    border: solid 0px #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    text-align: center;
  }
	
  .contentsbox4 {
    width: 90%;
    height: auto;
    border: solid 0px #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafafa;
    text-align: center;
  }
	
  .contentsbox5 {
    width: 85%;
    height: auto;
    border: solid 0px #999;
    padding: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafafa;
    text-align: left;
  }

  .contentsbox_search {
    width: 90%;
    height: auto;
    border: solid 0px #CCC;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafafa;
    text-align: left;
  }

	
  .contents_community_threadlist {
    width: 95%;
    height: auto;
    border: solid 0px #CCC;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    text-align: center;
  }
	
  .float { 
    float: none;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
  }
  
  p.next {
    text-align: right;
    margin-right: 2rem;
  }

  .next a {
    text-decoration: underline;
  }
	
  .box dl {
	margin: 1px;
    padding: 0;
	line-height: 1.3rem;
  }
  
  .content {
	width: 100%;
    height: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
	
  .content h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
  }
	
  .swiper_title {
	font-weight: bold;
    font-size: 1rem;
    line-height: 130%;
	text-align: start;
  }
	
  /** フォーム **/
	
  input[type="text"],input[type="email"],input[type="password"]{
    border: solid 1px #aaa;
    border-radius:5px;
    padding:10px;
    font-size: 15px;
    width:90%;
  }

  input[name="eh9rk4sver8n"],input[name="eh9rk5d9cv6q"],select[name="card_m"],select[name="card_y"],input[name="ehcvs2f9dpm6"],input[name="ehcvs2ry2exd"],select[name="ehcxtm5if894"],select[name="ehcxtmsj4ubd"]{
  width: 45%;
  }

  
  input[type=checkbox] {
    transform: scale(1.5);
    margin: 0 10px 15px 15px;
  }
	
  textarea{
    border: solid 1px #aaa;
    border-radius:5px;
    padding: 10px;
    height: 160px;
    width:90%;
    font-size: 15px;
  }

  select { 
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 12px;
  width: 90%; 
  }
	
  
	
  /** TOPへ戻るボタン **/

  #page-top {
   position: fixed;
   bottom: 20px;
   right: 20px;
   font-size: 14px;
   line-height: 1;
   z-index: 99;
  }
  #page-top a {
   background: #008cff;
   text-decoration: none;
   color: #fff;
   width: 40px;
   padding: 10px 10px;
   text-align: center;
   display: block;
   border-radius: 90px;
   opacity: 0.9;
   transition: all .3s ease;
  }
  #page-top a:hover {
   text-decoration: none;
   opacity: .5;
  }
	
  .flex_list-box {
    background-color: #fff;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
	display: flex;              /* フレックスボックスにする */
	align-items:stretch;        /* 縦の位置指定 */
	justify-content:flex-start;
	overflow: scroll;
  }
	
  .flex_list-item {
    padding: 10px;
    color:  #000;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
	border: 1px solid #999;
    border-radius:  5px;        /* 角丸指定 */
	width: 45%;                 /* 幅指定 */
	flex-shrink: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
  }
	
  .flex_list-item img {
    width: auto;
  }
	
  .flex_list-item dl {
    margin-top: 5px;
  }

  .flex_list-item dt {
    font-weight: bold;
	font-size: 0.8rem;
  }

  .flex_list-item dd {
    font-size: 0.8rem;
    line-height: 130%;
    margin-top: 5px;
  }

/** footer **/
    
  #upperFooter .contentWrapper,footer nav {
    width: 100%;
  }
  #upperFooter li {
    flex-grow: 1;
    flex-basis: auto;
    border-bottom: 1px solid #c0c0c0;
    padding: 1rem 0;
  }
  #upperFooter li: first-child {
    border-top: 1px solid #c0c0c0;
  }
	
  footer {
	position: static;
	bottom: 0;
	width: 100%;
  }
	
    /*** adjust parts ***/
    .flex {
        display: block;
    }
}