@charset "UTF-8";
/*赤*/
/*黄*/
/*茶*/
/*------------------------------------
TOPページ
------------------------------------*/
/*スライダー*/
.swiper-slide img {
  width: 100%;
  height: auto;
}

.main-image {
  background-image: url(../images/top/back.jpg);
  overflow: hidden;
  max-width: 960px;
  min-height: 400px;
}
.main-image .box1, .main-image .box2 {
  width: 50%;
  float: right;
  padding: 5%;
  box-sizing: border-box;
}
.main-image .box1 {
  float: left;
  padding-right: 0;
}
.main-image .box1 .title {
  font-size: 153.9%;
  letter-spacing: 1px;
  margin: 20px 28px;
  overflow: hidden;
  /*p{
  	font-size: $font-size-base;
  	height: $font-size-base * $line-height-computed * $lines-to-show;
  	line-height: $line-height-computed;
  	position: relative;
  	
  	&:before,
  	&:after {
  	  background: #FFF6F9;
  	  position: absolute;
  	}
  	&:before {
  	  content: "...";
  	  top: $font-size-base * $line-height-computed * ($lines-to-show - 1);
  	  right: 0;
  	}
  	&:after {
  	  content: "";
  	  height: 100%;
  	  width: 100%;
  	}
  }*/
}
.main-image .box1 .sentence {
  border-top: 2px solid #B5948C;
  margin-top: 20px;
  font-size: 108%;
  padding: 15px 28px 20px;
  line-height: 20px;
}
.main-image .box1 .btn-app {
  text-align: center;
}
.main-image .box1 .btn-app img {
  max-width: 222px;
}
.main-image .box1 .btn-app img:hover {
  opacity: 0.7;
}
.main-image .box1.boxFull {
  width: 100%;
  float: none;
  padding: 0;
  box-sizing: border-box;
  padding: 40px;
}
.main-image .box2 img {
  border: 4px #fff solid;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 960px) {
  .main-image {
    min-height: 0;
  }
  .main-image .box1, .main-image .box2 {
    padding: 3%;
  }
  .main-image .boxFull {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .main-image .box1 .title {
    padding: 0 0 20px;
    border-bottom: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 3.8em;
  }
  .main-image .box1 .sentence {
    display: none;
  }
  .main-image .box1.boxFull {
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-image .box1.boxFull .title {
    margin: 0;
    height: auto;
  }
  .main-image .box1.boxFull .sentence {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}
@media (max-width: 450px) {
  .main-image .box1 .title {
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
}
.omimai {
  background: #EBEBEB;
  max-width: 960px;
  margin: 0 auto;
  width: calc(100% - 20px);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
}

@media (max-width: 960px) {
  .omimai {
    text-align: left;
  }
}
.top-add {
  padding: 30px 20px 10px;
  max-width: 960px;
  margin: 20px auto 0;
  width: calc(100% - 20px);
  box-sizing: border-box;
  color: #000;
  border: 4px #d2cdc4 solid;
  /*p,h3,h4,h5,span,li{
  	text-shadow:1px 1px 0 #e9f2d3, -1px -1px 0 #e9f2d3,
  		-1px 1px 0 #e9f2d3, 1px -1px 0 #e9f2d3,
  		0px 1px 0 #e9f2d3,  0-1px 0 #e9f2d3,
  		-1px 0 0 #e9f2d3, 1px 0 0 #e9f2d3;
  }*/
}
.top-add h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.top-add h3 span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.top-add .txt {
  padding-bottom: 10px;
  max-width: 800px;
  font-size: 14px;
  margin: 0 auto;
}
.top-add dl {
  margin-bottom: 10px;
}
.top-add dl dt {
  margin-bottom: 3px;
}
.top-add .ind4 {
  padding-left: 4em;
  text-indent: -4em;
}
.top-add .ind5 {
  padding-left: 5em;
  text-indent: -5em;
}
.top-add .sp {
  display: none;
}
.top-add strong, .top-add b {
  font-weight: bold;
}
.top-add strong span, .top-add strong i, .top-add strong em, .top-add b span, .top-add b i, .top-add b em {
  font-weight: bold;
}
.top-add p {
  padding-bottom: 10px;
  font-size: 15px;
}
.top-add h1, .top-add h2, .top-add h3, .top-add h4, .top-add h5, .top-add h6 {
  clear: both;
}
.top-add .kekka {
  text-align: center;
  border: 1px #8455ff solid;
  background: #fff;
  padding: 20px 0;
}
.top-add .kekka p, .top-add .kekka h3, .top-add .kekka h4, .top-add .kekka h5, .top-add .kekka span, .top-add .kekka li {
  text-shadow: none;
}
.top-add .kekka h4 {
  margin-bottom: 20px;
}
.top-add .kekka br.sp {
  display: none;
}
.top-add .imgs .wp-image-4655 {
  width: 55%;
  height: auto;
  margin-left: 0;
}
.top-add .imgs .wp-image-4648 {
  width: 40%;
  height: auto;
  margin-right: 0;
}

@media (max-width: 960px) {
  .top-add {
    padding: 10px 10px 0;
  }
  .top-add h3 {
    font-size: 16px;
  }
  .top-add .sp {
    display: block;
  }
  .top-add br.sp {
    display: inline;
  }
}
@media (max-width: 560px) {
  .top-add .kekka {
    padding: 20px 10px 0;
    text-align: left;
  }
  .top-add .kekka h4 {
    text-align: center;
  }
  .top-add .kekka br.pc {
    display: none;
  }
  .top-add .kekka br.sp {
    display: inline;
  }
  .top-add .imgs {
    text-align: center;
  }
  .top-add .imgs .wp-image-4655, .top-add .imgs .wp-image-4648 {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .top-add .imgs .wp-image-4655 {
    max-width: 400px;
  }
  .top-add .imgs .wp-image-4648 {
    max-width: 320px;
  }
}
/*TOP 事務局便り＆活動報告*/
.top-main {
  float: left;
  width: 70%;
}
.top-main h2 {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 2px solid #D2D2D2;
  border-bottom: 2px solid #e7e7e7;
  font-size: 116%;
  font-weight: bold;
  position: relative;
}
.top-main h2:before {
  content: "";
  display: inline-block;
  width: 1.0em;
  height: 1.0em;
  background: #D55548;
  vertical-align: middle;
  margin-right: 0.5em;
}
.top-main h2 a {
  font-size: 90%;
  position: absolute;
  right: 0;
  top: 10px;
  color: #6B463E;
  text-decoration: none;
  padding-left: 20px;
}
.top-main h2 a::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #D55548;
  border-right: 1px solid #D55548;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-main h2 a:hover {
  text-decoration: underline;
}
.top-main a {
  color: #6B463E;
  text-decoration: none;
}
.top-main a:hover {
  text-decoration: underline;
}
.top-main .days {
  font-size: 93%;
  color: #91766E;
  margin-right: 10px;
}
.top-main .go-list {
  text-align: right;
  margin-top: 15px;
}
.top-main .go-list a {
  color: #6B463E;
  text-decoration: none;
  background: url(../images/common/ico-right5.png) no-repeat left center;
  background-size: 16px auto;
  padding-left: 22px;
  display: inline-block;
  margin-left: 20px;
}
.top-main .go-list a.news {
  background-image: url(../images/common/ico-right3.png);
}
.top-main .go-list a.event {
  background-image: url(../images/common/ico-right2.png);
}
.top-main .go-list a.gakusei_seminar {
  background-image: url(../images/common/ico-right4.png);
}
.top-main .active-report .go-list a {
  background-image: url(../images/common/ico-right4.png);
}
.top-main .information {
  margin-bottom: 30px;
}
.top-main .information dl {
  border-bottom: 2px dotted #D2D2D2;
}
.top-main .information dl dt {
  border-top: 2px dotted #D2D2D2;
  padding-top: 15px;
}
.top-main .information dl dt .info-cat {
  font-size: 77%;
  display: inline-block;
  padding: 4px 0;
  min-width: 8em;
  text-align: center;
  color: #fff;
}
.top-main .information dl dt .info-cat.other {
  background-color: #aaa;
}
.top-main .information dl dt .info-cat.news {
  background-color: #B0C47A;
}
.top-main .information dl dt .info-cat.events {
  background-color: #E889A0;
}
.top-main .information dl dt .info-cat.seminar {
  background-color: #8AC6DD;
}
.top-main .information dl dt:first-child {
  border-top: none;
  padding-top: 0;
}
.top-main .information dl dt .days {
  display: inline-block;
  width: 107px;
  margin-right: 0;
}
.top-main .information dl dd {
  margin: -1.7em 0 15px 15.5em;
}
.top-main .active-report h3 {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}
.top-main .active-report .box {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #D2D2D2;
}
.top-main .active-report .box .img {
  float: left;
  width: 35%;
}
.top-main .active-report .box .img img {
  width: 100%;
  height: auto;
}
.top-main .active-report .box dl {
  float: right;
  width: 65%;
  box-sizing: border-box;
  padding-left: 20px;
}
.top-main .active-report .box dl dt {
  margin-bottom: 10px;
}
.top-main .active-report .box dl dd a {
  font-weight: bold;
}
.top-main .active-report .box dl dd p {
  margin-top: 10px;
}

@media (max-width: 750px) {
  .top-main .information dl dd {
    margin: 5px 0 10px 0;
  }
}
/*TOP バナー*/
.top-sub {
  width: 25%;
  float: right;
}
.top-sub li {
  margin-bottom: 15px;
}
.top-sub li p {
  margin-bottom: 3px;
}
.top-sub li a {
  color: #6B463E;
  text-decoration: none;
}
.top-sub li a:hover {
  opacity: 0.7;
}
.top-sub li img {
  width: 100%;
  height: auto;
}

@media (max-width: 650px) {
  .top-main, .top-sub {
    width: 100%;
    float: none;
  }

  .top-main {
    margin-bottom: 30px;
  }

  .top-sub li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 8px;
  }
  .top-sub li:nth-child(2n+1) {
    clear: both;
    padding: 0 8px 0 0;
  }
}
@media (max-width: 500px) {
  .top-main .active-report .box dl dd p {
    display: none;
    margin-top: 5px;
  }

  .top-sub li p {
    font-size: 77%;
  }
}
@media (max-width: 400px) {
  .top-sub li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .top-sub li:nth-child(2n+1) {
    padding: 0;
  }
}
/*TOP 追加情報エリア*/
.top-infoarea {
  clear: both;
  padding: 10px;
  background: #ebebeb;
  margin-top: 50px;
}
.top-infoarea .box {
  width: 200px;
  text-align: center;
  /*margin-left: 20px;*/
}
.top-infoarea .box a {
  padding: 10px;
  box-sizing: border-box;
  display: block;
  color: #6B463E;
  text-decoration: none;
}
.top-infoarea .box a:hover {
  opacity: .7;
}
.top-infoarea .box a:hover span {
  text-decoration: underline;
}
.top-infoarea .box > span {
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
.top-infoarea .box .img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 130px;
}
.top-infoarea .box p {
  margin-bottom: 5px;
  font-weight: bold;
}

/*------------------------------------
東京広島県人会とは
------------------------------------*/
.about-top {
  background-color: #FEFEF2;
}
.about-top .meeting {
  padding: 100px 0 30px;
  text-align: center;
}
.about-top .meeting h3 {
  color: #D55548;
  font-size: 197%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  /*&:after,&:before {
  	content: '';
  	display: table-cell;
  	width: 50%;
  	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  	-webkit-background-clip: padding;
  	background-clip: padding;
  } 
  &:after { border-left: 1em solid transparent;}		
  &:before { border-right: 1em solid transparent;}*/
}
.about-top .meeting h3:before {
  content: "";
  display: block;
  border-top: solid 1px #D55548;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.about-top .meeting h3 span {
  background: #FEFEF2;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  display: inline-block;
}
.about-top .meeting h3 br {
  display: none;
}
.about-top .meeting p {
  line-height: 2;
}
.about-top .meet-img {
  padding: 30px 0 50px;
}

.meet-request-box {
  background-color: #fad641;
  padding: 50px 0;
  box-shadow: 6px #dbd9d9;
  -webkit-box-shadow: 0px 3px 6px #dbd9d9;
  -moz-box-shadow: 0px 3px 6px #dbd9d9;
}

.meet-request {
  max-width: 480px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 1.4em 1.1em 1.2em 0.3em;
  text-decoration: none;
  background: #fff;
  color: #49302B;
  border-bottom: solid 6px #ede9ea;
  border-radius: 6px;
  display: block;
  line-height: 50px;
  position: relative;
  padding-left: 20px;
}
.meet-request:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(2px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.meet-request .mark-request {
  background: url(../images/about/btn.png) no-repeat left center;
  background-size: 22px auto;
  padding-left: 2em;
  font-size: 20px;
  font-weight: bold;
  color: #6B463E;
}

.meet-menu {
  margin: 40px auto 30px;
}
.meet-menu li {
  width: 31.25%;
  float: left;
  margin: 30px 3.125% 0 0;
}
.meet-menu li:nth-child(3n) {
  margin-right: 0;
}
.meet-menu li a {
  text-decoration: none;
  color: #6B463E;
  display: block;
  border: 5px #ccc solid;
  position: relative;
}
.meet-menu li a:hover {
  opacity: 0.7;
}
.meet-menu li div.bord {
  border: 5px #ccc solid;
  position: relative;
}
.meet-menu li span {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(107, 70, 62, 0.8);
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
.meet-menu li img {
  width: 100%;
  height: auto;
}

@media (max-width: 750px) {
  .about-top .meeting {
    padding: 20px 10px 15px;
    text-align: center;
  }
  .about-top .meeting h3 {
    font-size: 138.5%;
    margin-bottom: 20px;
  }
  .about-top .meeting h3 br {
    display: inline;
  }
  .about-top .meeting h3 span {
    padding: 0 10px;
  }
  .about-top .meeting p {
    line-height: 1.5;
    text-align: left;
  }
  .about-top .meeting p br {
    display: none;
  }
  .about-top .meet-img {
    padding: 15px 0 20px;
  }

  .meet-request-box {
    padding: 20px 0;
  }

  .meet-request {
    padding: 10px;
  }
  .meet-request .mark-request {
    background-size: 16px auto;
    padding-left: 20px;
    font-size: 116%;
  }

  .meet-menu {
    margin: 20px auto 15px;
  }
  .meet-menu li {
    width: 49%;
    float: left;
    margin: 15px 0 0 0;
  }
  .meet-menu li:nth-child(2n) {
    float: right;
  }
  .meet-menu li:nth-child(3n) {
    margin-right: 0;
  }
}
/*------------------------------------
会長挨拶
------------------------------------*/
.greeting .txt {
  margin-bottom: 20px;
}
.greeting .img {
  width: 25%;
  float: right;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .greeting .img {
    width: 30%;
    padding: 0 0 15px 15px;
  }
}
/*------------------------------------
県人会の活動
------------------------------------*/
.activity .box {
  background-color: #F9F5DF;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 30px;
}
.activity .box h4 {
  font-weight: bold;
  font-size: 116%;
  margin-bottom: 10px;
}
.activity .box .txt {
  float: left;
  width: 65%;
  box-sizing: border-box;
  padding: 0 20px 0px 0;
}
.activity .box .txt p {
  margin-bottom: 20px;
}
.activity .box .img {
  float: right;
  width: 35%;
}
.activity .box .img img {
  width: 100%;
  height: auto;
}

@media (max-width: 550px) {
  .activity .box {
    margin-bottom: 20px;
  }
  .activity .box .txt {
    float: none;
    width: 100%;
  }
  .activity .box .img {
    float: none;
    width: 100%;
  }
}
/*------------------------------------
沿革
------------------------------------*/
.history table {
  width: 100%;
  border-collapse: collapse;
  border: 1px #6B463E solid;
}
.history table th, .history table td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border: 1px #6B463E solid;
}
.history table th {
  background-color: #6B463E;
  color: #fff;
  min-width: 12em;
  border-bottom-color: #fff;
}
.history table tr:last-child th {
  border-bottom-color: #6B463E;
}

@media (max-width: 750px) {
  .history table th, .history table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
  }
}
/*------------------------------------
令和３年新任及び退任理事・監事ご挨拶
------------------------------------*/
.r3greeting h4 {
  font-weight: bold;
  font-size: 120%;
  background: #eee;
  margin-bottom: 15px;
  padding: 5px;
}
.r3greeting p {
  margin-bottom: 10px;
}
.r3greeting hr {
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px #ccc solid;
}
.r3greeting img {
  width: auto;
}

/*------------------------------------
代表理事・理事・幹事名簿
------------------------------------*/
.officer p {
  text-align: right;
  margin-bottom: 10px;
}
.officer table {
  width: 100% !important;
  border-collapse: collapse;
  border: 1px #6B463E solid;
}
.officer table thead th {
  background-color: #6B463E;
  border-right-color: #fff;
  color: #fff;
}
.officer table thead th:last-child {
  border-right-color: #6B463E;
}
.officer table tr {
  height: auto !important;
}
.officer table th, .officer table td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border: 1px #6B463E solid;
  height: auto !important;
  width: auto !important;
}
.officer table tr:nth-child(2n) {
  background: #f5f1e5;
}

@media (max-width: 750px) {
  .officer thead {
    display: none;
  }
  .officer table th, .officer table td {
    box-sizing: border-box;
    border: none;
  }
  .officer table th {
    font-weight: bold;
    background: #6B463E;
    width: 100%;
    display: block;
    color: #fff;
  }
  .officer table tr td {
    width: auto;
  }
  .officer table tr td:first-child {
    width: 100%;
    display: block;
  }
  .officer table tr:nth-child(2n) {
    background: #fff;
  }
}
/*------------------------------------
決算公告
------------------------------------*/
.public ul li a {
  font-size: 108%;
  position: relative;
  padding: 12px 30px 12px 25px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/common/ico_pdf.png) no-repeat right center;
  background-size: 20px auto;
}
.public ul li a::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6B463E;
  border-right: 2px solid #6B463E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------------------------------------
活動報告
------------------------------------*/
.report .box {
  overflow: hidden;
  margin-bottom: 20px;
}
.report .box .img {
  float: left;
  width: 35%;
}
.report .box .img img {
  width: 100%;
  height: auto;
}
.report .box dl {
  float: right;
  width: 65%;
  box-sizing: border-box;
  padding-left: 20px;
}
.report .box dl dt {
  margin-bottom: 10px;
}
.report .box dl dd a {
  font-weight: bold;
}
.report .box dl dd p {
  margin-top: 10px;
}
.report .past {
  clear: both;
  background-color: #ededed;
  padding: 10px 10px 5px;
  margin-bottom: 40px;
}
.report .past p {
  font-weight: bold;
  font-size: 108%;
  margin-bottom: 10px;
}
.report .past li {
  margin-bottom: 5px;
}
.report .past li a {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 0 20px;
}
.report .past li a::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #D55548;
  border-right: 1px solid #D55548;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.report.club .box {
  clear: both;
}
.report.club .box .img {
  width: 25%;
}
.report.club .box dl {
  width: 75%;
}
.report.club .box dl dt .days {
  display: inline-block;
  padding-right: 10px;
}
.report.club .box dl dt a {
  font-weight: bold;
}
.report.club .past-area {
  float: right;
  width: 75%;
  box-sizing: border-box;
  padding: 10px 0 0 20px;
}
.report.club .past-area .past {
  padding: 5px 5px 5px;
  margin-bottom: 0;
}
.report.club .past-area .past p {
  margin-bottom: 5px;
}
.report.club .past-area .past ul li:nth-child(n+6) {
  display: none;
}

.days-club {
  display: block;
  padding: 0 5px;
  text-align: right;
  margin: -10px 0 10px;
}

@media (max-width: 600px) {
  .report .box {
    margin-bottom: 10px;
  }
  .report .box .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .report .box dl {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .report .box dl dt {
    margin-bottom: 0;
  }
  .report .past {
    margin-bottom: 30px;
  }
  .report.club .box .img, .report.club .box dl {
    width: 100%;
  }
  .report.club .past-area {
    float: none;
    width: 100%;
    padding: 10px 0 0 0px;
  }
}
/*------------------------------------
県人会ニュース
------------------------------------*/
.hiroshimanews {
  clear: both;
}
.hiroshimanews a {
  color: #6B463E;
  text-decoration: none;
}
.hiroshimanews a:hover {
  opacity: .8;
}
.hiroshimanews .backnumber p, .hiroshimanews .cover p {
  font-size: 116%;
  margin-top: 5px;
  text-align: center;
}
.hiroshimanews .backnumber p .days, .hiroshimanews .cover p .days {
  padding-right: 3px;
  font-size: 93%;
  color: #666;
  display: block;
}
.hiroshimanews .magazine-new {
  overflow: hidden;
  margin-bottom: 20px;
}
.hiroshimanews .magazine-new .txt {
  float: left;
  width: 75%;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 110%;
}
.hiroshimanews .magazine-new .txt p {
  margin-bottom: 10px;
}
.hiroshimanews .magazine-new .txt p:last-of-type {
  margin-bottom: 30px;
}
.hiroshimanews .magazine-new .txt.wide {
  float: none;
  width: 100%;
  padding: 0;
}
.hiroshimanews .magazine-new .txt.wide p {
  margin-bottom: 0;
}
.hiroshimanews .magazine-new .cover {
  width: 25%;
  float: left;
  margin-top: 15px;
  text-align: right;
}
.hiroshimanews .magazine-new .cover a {
  position: relative;
  display: inline-block;
}
.hiroshimanews .magazine-new .cover .cover-photo {
  width: 100%;
  max-width: 200px;
  height: auto;
  border: 1px #ccc solid;
  box-sizing: border-box;
}
.hiroshimanews .magazine-new .cover .cover-new {
  position: absolute;
  top: -15px;
  left: -15px;
}
.hiroshimanews .magazine-new .cover .cover-new img {
  width: 50px;
  height: auto;
}
.hiroshimanews .magazine-new .bnt-hnews {
  text-align: right;
}
.hiroshimanews .magazine-new .bnt-hnews a {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 25px;
  background-color: #174966;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}
.hiroshimanews .magazine-new .bnt-hnews a:hover {
  opacity: .8;
}
.hiroshimanews .magazine-new .bnt-hnews a::before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.hiroshimanews .magazine-new .bnt-hnews.sp {
  display: none;
}
.hiroshimanews .backnumber h4 {
  font-size: 116%;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px solid #774849;
  padding: 10px 0;
}
.hiroshimanews .backnumber ul {
  overflow: hidden;
  padding-bottom: 40px;
}
.hiroshimanews .backnumber ul li {
  width: 20%;
  float: left;
  padding: 0 10px 40px;
  box-sizing: border-box;
}
.hiroshimanews .backnumber ul li:nth-child(5n+1) {
  clear: both;
}
.hiroshimanews .backnumber ul li img {
  width: 100%;
  height: auto;
  border: 1px #ccc solid;
  box-sizing: border-box;
}
.hiroshimanews .backnumber ul li .days {
  font-size: 77%;
}

@media (max-width: 750px) {
  .hiroshimanews .magazine-new .txt {
    width: 65%;
  }
  .hiroshimanews .magazine-new .cover {
    width: 35%;
  }
  .hiroshimanews .backnumber ul li {
    width: 25%;
  }
  .hiroshimanews .backnumber ul li:nth-child(5n+1) {
    clear: none;
  }
  .hiroshimanews .backnumber ul li:nth-child(4n+1) {
    clear: both;
  }
}
@media (max-width: 500px) {
  .hiroshimanews .magazine-new .txt {
    width: 60%;
    padding-right: 20px;
  }
  .hiroshimanews .magazine-new .cover {
    width: 40%;
  }
  .hiroshimanews .backnumber ul {
    padding-bottom: 30px;
  }
  .hiroshimanews .backnumber ul li {
    width: 33.33%;
  }
  .hiroshimanews .backnumber ul li:nth-child(4n+1) {
    clear: none;
  }
  .hiroshimanews .backnumber ul li:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 420px) {
  .hiroshimanews .magazine-new {
    margin-bottom: 20px;
  }
  .hiroshimanews .magazine-new .txt {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .hiroshimanews .magazine-new .cover {
    width: 100%;
    float: none;
    text-align: center;
  }
  .hiroshimanews .magazine-new .bnt-hnews.pc {
    display: none;
  }
  .hiroshimanews .magazine-new .bnt-hnews.sp {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .hiroshimanews .backnumber ul {
    padding-bottom: 20px;
  }
  .hiroshimanews .backnumber ul li {
    width: 50%;
    padding-bottom: 20px;
  }
  .hiroshimanews .backnumber ul li:nth-child(3n+1) {
    clear: none;
  }
  .hiroshimanews .backnumber ul li:nth-child(2n+1) {
    clear: both;
  }
  .hiroshimanews .backnumber ul li .days {
    display: block;
  }
}
/*------------------------------------
70周年記念誌（仮）
------------------------------------*/
.memorial .magazine-new {
  overflow: hidden;
  margin-bottom: 20px;
}
.memorial .magazine-new .txt {
  float: left;
  width: 65%;
  padding-right: 30px;
  box-sizing: border-box;
}
.memorial .magazine-new .txt p {
  margin-bottom: 20px;
}
.memorial .magazine-new .cover {
  width: 35%;
  float: right;
  margin-top: 15px;
  text-align: right;
}
.memorial .magazine-new .cover a {
  position: relative;
  display: inline-block;
}
.memorial .magazine-new .cover .cover-photo {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.memorial .magazine-new .bnt-hnews {
  text-align: center;
  clear: both;
  border-top: 1px #C0B0AC solid;
  padding-top: 20px;
}
.memorial .magazine-new .bnt-hnews a {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 25px;
  background-color: #174966;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}
.memorial .magazine-new .bnt-hnews a:hover {
  opacity: .8;
}
.memorial .magazine-new .bnt-hnews a::before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.memorial .pc {
  display: block;
}
.memorial .sp {
  display: none;
}
.memorial .index {
  background: #FFFBEA;
  padding: 10px;
  margin-bottom: 30px;
}
.memorial .index dt {
  border-bottom: 1px #6B463E dotted;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.memorial .index dd {
  font-size: 85%;
  margin-bottom: 2px;
}

@media (max-width: 750px) {
  .memorial .magazine-new .txt {
    width: 60%;
  }
  .memorial .magazine-new .cover {
    width: 40%;
  }
}
@media (max-width: 500px) {
  .memorial .magazine-new {
    margin-bottom: 20px;
  }
  .memorial .magazine-new .txt {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .memorial .magazine-new .cover {
    width: 100%;
    float: none;
    text-align: center;
  }
  .memorial .magazine-new .pc {
    display: none;
  }
  .memorial .magazine-new .sp {
    display: block;
    margin-bottom: 30px;
  }
}
/*------------------------------------
リンク
------------------------------------*/
.link ul {
  padding-bottom: 10px;
}
.link ul li a {
  padding: 0px 0px 5px 20px;
  color: #6B463E;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.link ul li a::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #D55548;
  border-right: 1px solid #D55548;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link ul li a.active, .link ul li a:hover {
  text-decoration: underline;
  color: #D55548;
}

/*------------------------------------
会員カード
------------------------------------*/
.card-top {
  overflow: hidden;
  margin-bottom: 30px;
}
.card-top .txt {
  float: left;
  width: 75%;
  padding-right: 30px;
  box-sizing: border-box;
}
.card-top .img {
  width: 25%;
  float: left;
  text-align: right;
  position: relative;
}

.card-shoplist {
  clear: both;
  width: 100%;
  overflow-x: auto;
}
.card-shoplist > table {
  width: 960px;
  border-collapse: collapse;
}
.card-shoplist > table th {
  padding: 8px 6px;
  color: #fff;
  background-color: #649264;
  border-left: 1px #E0E9E0 solid;
  border-right: 1px #E0E9E0 solid;
}
.card-shoplist > table td {
  padding: 10px 5px 10px;
  border-bottom: 1px #6B463E dotted;
}
.card-shoplist > table tr:first-child td {
  padding: 8px 6px;
  color: #fff;
  background-color: #649264;
  border-left: 1px #E0E9E0 solid;
  border-right: 1px #E0E9E0 solid;
  border-bottom: none;
}

@media (max-width: 650px) {
  .card-top {
    margin-bottom: 10px;
  }
  .card-top .txt {
    width: 100%;
    float: none;
    padding: 0 0px 10px 0;
  }
  .card-top .img {
    width: 100%;
    float: none;
    text-align: center;
  }
  .card-top .img img {
    max-width: 200px;
    height: auto;
  }
}
/*------------------------------------
学生応援セミナー
------------------------------------*/
.seminar .fin {
  display: inline-block;
  background: #D55548;
  color: #fff;
  padding: 5px;
  margin-bottom: 15px;
}
.seminar dl:not(.contact) {
  padding: 20px 0;
}
.seminar dl:not(.contact) dt {
  font-weight: bold;
}
.seminar dl:not(.contact) dd {
  margin: -1.5em 0 5px 4em;
}

@media (max-width: 750px) {
  .seminar dl:not(.contact) {
    padding: 15px 0;
  }
  .seminar dl:not(.contact) dd {
    margin: 0em 0 5px 0em;
  }
}
/*------------------------------------
事務局便り一覧
------------------------------------*/
.information-list {
  margin-bottom: 30px;
}
.information-list dl {
  border-bottom: 2px dotted #D2D2D2;
}
.information-list dl dt {
  border-top: 2px dotted #D2D2D2;
  padding-top: 15px;
}
.information-list dl dt .info-cat {
  font-size: 77%;
  display: inline-block;
  padding: 4px 0;
  min-width: 8em;
  text-align: center;
  color: #fff;
}
.information-list dl dt .info-cat.other {
  background-color: #aaa;
}
.information-list dl dt .info-cat.news {
  background-color: #B0C47A;
}
.information-list dl dt .info-cat.events {
  background-color: #E889A0;
}
.information-list dl dt .info-cat.seminar {
  background-color: #8AC6DD;
}
.information-list dl dt:first-child {
  border-top: none;
  padding-top: 0;
}
.information-list dl dt .days {
  font-size: 93%;
  color: #91766E;
  width: 97px;
  display: inline-block;
}
.information-list dl dd {
  margin: -1.5em 0 15px 15em;
}
.information-list dl dd a {
  color: #6B463E;
  text-decoration: none;
}
.information-list dl dd a:hover {
  text-decoration: underline;
}

@media (max-width: 750px) {
  .information-list dl dd {
    margin: 5px 0 10px 0;
  }
}
/*------------------------------------
入会案内
------------------------------------*/
.guide .guide-top {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
}
.guide .guide-top p {
  margin-bottom: 20px;
}
.guide .guide-box {
  border: 2px solid #6B463E;
  padding: 20px 20px 0;
  max-width: 540px;
  margin: 0 auto;
  box-sizing: border-box;
}
.guide .guide-box h4 {
  font-size: 116%;
  font-weight: bold;
  margin-bottom: 15px;
}
.guide .guide-box dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.guide .guide-box dd {
  margin-bottom: 20px;
}
.guide .guide-box dd p {
  margin-bottom: 10px;
}
.guide .guide-box dd ul {
  text-align: center;
}
.guide .guide-box dd li {
  display: inline-block;
}

.guide-btn {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  background: #F9D84B;
  /*ボタン色*/
  color: #49302B;
  border-bottom: solid 3px #EAC52D;
  border-radius: 6px;
  margin: 0 10px;
}

.guide-btn:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom-color: #fff;
}

.mark-guide {
  background: url(../images/about/btn.png) no-repeat left center;
  background-size: 18px auto;
  padding-left: 2em;
  font-size: 14px;
}

.guide-btn2 {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  background: #F99049;
  /*ボタン色*/
  color: #49302B;
  border-bottom: solid 3px #BD6B39;
  border-radius: 6px;
  margin: 0 10px;
}

.guide-btn2:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom-color: #fff;
}

@media (max-width: 630px) {
  .guide .guide-top {
    text-align: left;
    line-height: 1.5;
  }
  .guide .guide-top br {
    display: none;
  }
  .guide .guide-top p {
    margin-bottom: 10px;
  }
  .guide .guide-box {
    padding: 10px 10px 0;
  }
  .guide .guide-box h4 {
    margin-bottom: 8px;
  }
  .guide .guide-btn, .guide .guide-btn2 {
    padding: 10px 5px;
    margin: 0 3px;
  }
  .guide .mark-guide {
    background: url(../images/about/btn.png) no-repeat left center;
    background-size: 12px auto;
    padding-left: 1.5em;
    font-size: 13px;
  }
}
/*------------------------------------
協力企業
------------------------------------*/
.support .bnr a {
  transition: all .2s;
}
.support .bnr a:hover {
  opacity: .7;
}
.support .com-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.support .com-list > li {
  width: calc(100% / 3);
  padding: 0 10px 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.support .com-list > li .li-in {
  border: 1px #ccc solid;
  box-sizing: border-box;
  padding: 10px;
}
.support .com-list > li .li-in .tit {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
.support .com-list > li .li-in .pref {
  margin-bottom: 5px;
}
.support .com-list > li .li-in .img {
  margin-bottom: 10px;
}
.support .com-list > li .li-in .img img {
  width: 100%;
}

.pp-hidden {
  display: none;
}
.pp-hidden .pp-hidden-in {
  background: #fff;
  width: 620px;
}
.pp-hidden .up {
  overflow: hidden;
}
.pp-hidden .up .txt {
  float: left;
  width: calc(100% - 240px);
}
.pp-hidden .up .txt h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.pp-hidden .up .txt .ganbare {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.pp-hidden .up .txt p {
  margin-bottom: 5px;
}
.pp-hidden .up .txt p:last-of-type {
  margin-bottom: 0;
}
.pp-hidden .up .img {
  float: right;
  width: 240px;
}
.pp-hidden .up .img img {
  max-width: 100%;
  height: auto;
}
.pp-hidden .bt {
  clear: both;
}
.pp-hidden .bt .pr {
  background: #fff5ce;
  margin-top: 20px;
  padding: 10px;
}
.pp-hidden .bt .pr h6 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.pp-hidden .bt .pr div {
  word-break: break-all;
}
.pp-hidden .bt .pr div p {
  margin-bottom: 10px;
  display: block;
}
.pp-hidden .bt .pr div strong, .pp-hidden .bt .pr div b {
  font-weight: bold;
}
.pp-hidden .bt .pr div span, .pp-hidden .bt .pr div font {
  font-weight: inherit;
}
.pp-hidden .bt .pr div ul {
  list-style: disc;
  padding: 0 0 10px 20px;
}
.pp-hidden .bt .pr div ol {
  list-style: decimal;
  padding: 0 0 10px 20px;
}
.pp-hidden .bt .pr div h1, .pp-hidden .bt .pr div h2, .pp-hidden .bt .pr div h3, .pp-hidden .bt .pr div h4, .pp-hidden .bt .pr div h5, .pp-hidden .bt .pr div h6 {
  font-weight: bold;
  clear: both;
}
.pp-hidden .bt .pr div h1 {
  font-size: 130%;
}
.pp-hidden .bt .pr div h2 {
  font-size: 123%;
}
.pp-hidden .bt .pr div h3 {
  font-size: 116%;
}
.pp-hidden .bt .pr div h4 {
  font-size: 110%;
}
.pp-hidden .bt .pr div h5 {
  font-size: 105%;
}
.pp-hidden .bt .pr div h6 {
  font-weight: normal;
}
.pp-hidden .bt .pr div .wp-caption img {
  margin-bottom: 2px;
}
.pp-hidden .bt .pr div table {
  border: 1px #ccc solid;
  margin-bottom: 15px;
}
.pp-hidden .bt .pr div table td, .pp-hidden .bt .pr div table th {
  border: 1px #ccc solid;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.pp-hidden .bt .pr div table th {
  text-align: center;
  vertical-align: middle;
}
.pp-hidden .bt .pr div blockquote {
  background: #ebebeb;
  border-radius: 5px;
  padding: 10px 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.pp-hidden .bt .pr div blockquote::before {
  content: '“';
  position: absolute;
  top: -10px;
  left: 0;
  color: #999;
  font-size: 32px;
}
.pp-hidden .bt .pr div sup, .pp-hidden .bt .pr div sub {
  font-size: 74%;
}
.pp-hidden .bt .pr div sup {
  vertical-align: top;
}
.pp-hidden .bt .pr div sub {
  vertical-align: bottom;
}
.pp-hidden .bt .pr div .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.pp-hidden .bt .pr div .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.pp-hidden .bt .pr div img {
  max-width: 340px;
  height: auto;
}
.pp-hidden .bt .pr div img.alignleft, .pp-hidden .bt .pr div img.alignright {
  display: inline;
}
.pp-hidden .bt .pr div .aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.pp-hidden .bt .pr div input {
  padding: 4px;
  display: block;
}
.pp-hidden .bt .pr div pre {
  border: 1px #CCC solid;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.pp-hidden .bt .pr div em {
  font-style: italic;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pp-hidden .bt .pr div .days {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  padding: 5px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #F19929;
  border-radius: 2px;
}
.pp-hidden .bt .pr div .days:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  border: 8px solid transparent;
  border-top: 10px solid #F19929;
}
.pp-hidden .bt .pr div table {
  border: 1px #ccc solid;
}
.pp-hidden .bt .pr div table th, .pp-hidden .bt .pr div table td {
  border: 1px #ccc solid;
  padding: 5px;
}

@media (max-width: 720px) {
  .support .com-list > li {
    width: calc(100% / 2);
  }

  .pp-hidden .pp-hidden-in {
    width: 100%;
  }
  .pp-hidden .up .txt {
    width: 60%;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .pp-hidden .up .img {
    width: 40%;
  }
}
@media (max-width: 440px) {
  .support .bnr {
    max-width: 320px;
    margin: 10px auto 20px;
  }
  .support .com-list {
    display: block;
  }
  .support .com-list > li {
    display: block;
    width: 100%;
  }

  .pp-hidden .up .txt {
    width: 65%;
  }
  .pp-hidden .up .img {
    width: 35%;
  }

  .fancybox-content {
    padding: 14px !important;
  }
}
/*------------------------------------
同窓の想い出
------------------------------------*/
.dousoukai .copy {
  font-size: 18px;
  font-weight: bold;
  color: #6B463E;
  text-align: center;
  margin-bottom: 50px;
}
.dousoukai .dousou-list li {
  margin-top: 30px;
}
.dousoukai .dousou-list li h4 {
  font-weight: bold;
  font-size: 138.5%;
  color: #6B463E;
  border-left: 4px solid #6B463E;
  padding: 0 0 0px 10px;
  margin-bottom: 10px;
}
.dousoukai .dousou-list li .bg {
  background: #F7F0E8;
  padding: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.dousoukai .dousou-list li .bg .ls {
  width: calc(52% - 15px);
}
.dousoukai .dousou-list li .bg .rs {
  width: calc(48% - 15px);
}
.dousoukai .dousou-list li .bg .rs .img {
  background: #fff;
  padding: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  margin-top: -65px;
  margin-bottom: 20px;
}
.dousoukai .dousou-list li .bg .rs .img img {
  width: 100%;
}
.dousoukai .dousou-list li .bg .rs dl dt {
  font-weight: bold;
  color: #6B463E;
  font-size: 110%;
  padding: 0 8px 8px;
}
.dousoukai .dousou-list li .bg .rs dl dd {
  border-bottom: 2px #E3CDB3 dotted;
  padding-bottom: 5px;
  padding: 0 8px 8px;
}
.dousoukai .dousou-list li .bg table {
  width: 100%;
  font-size: 110%;
}
.dousoukai .dousou-list li .bg table td, .dousoukai .dousou-list li .bg table th {
  padding: 8px;
  border-bottom: 2px #E3CDB3 dotted;
}
.dousoukai .dousou-list li .bg table td .sp, .dousoukai .dousou-list li .bg table th .sp {
  display: none;
}
.dousoukai .dousou-list li .bg table th {
  font-weight: bold;
  color: #6B463E;
}

@media (max-width: 720px) {
  .dousoukai .copy {
    font-size: 15px;
    text-align: left;
    margin-bottom: 30px;
  }
  .dousoukai .dousou-list li {
    margin-top: 30px;
  }
  .dousoukai .dousou-list li h4 {
    font-size: 114.5%;
  }
  .dousoukai .dousou-list li .bg {
    padding: 10px;
    display: block;
  }
  .dousoukai .dousou-list li .bg .ls {
    width: 100%;
  }
  .dousoukai .dousou-list li .bg .rs {
    width: 100%;
  }
  .dousoukai .dousou-list li .bg .rs .img {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .dousoukai .dousou-list li .bg .rs dl {
    margin-top: 10px;
  }
  .dousoukai .dousou-list li .bg table td .sp, .dousoukai .dousou-list li .bg table th .sp {
    display: inline;
  }
  .dousoukai .dousou-list li .bg table th {
    width: 3.5em;
  }
}
/*------------------------------------
404
------------------------------------*/
.notFound h4 {
  font-size: 116%;
  font-weight: bold;
  margin-bottom: 20px;
}
.notFound p {
  margin-bottom: 10px;
}
.notFound p.marB20 {
  margin-bottom: 20px;
}
.notFound ul {
  margin-bottom: 10px;
}
.notFound ul li {
  margin-bottom: 5px;
}
.notFound .search {
  max-width: 500px;
}

/*------------------------------------
プライバシーポリシー
------------------------------------*/
.privacy h3 {
  padding-top: 20px;
}
.privacy p, .privacy ul {
  margin-bottom: 20px;
}
.privacy li {
  list-style: inside;
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 751px) {
  .link-privacy {
    display: none;
  }
}
