@charset "UTF-8";
/* -------------------------------- 

SP Wide

-------------------------------- */
#pc{display: none;}
#pc-view{display: none;}
/*ヘッド*/
#side-menu{
  width: 60px;
/*  height: 100vh;
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);*/
  position: fixed;
  top:0;
  left: 0;
  z-index: 2;
}

#side-menu .nav-area{
  width: 60px;
  height: 60px;
  background-color: #2b2b2b;
  position: relative;
}

#side-menu .menu-title{
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  transform: rotate( -90deg );
  position: absolute;
  bottom:30px;
  right: 0px;
}

#side-menu .follow-text{
  display: none;
}


#side-menu ul.sns-list{
  width: 90%;
  font-size: 30px;
  text-align: center;
  margin:40px auto 40px;
}

#side-menu ul.sns-list li{
  color: #ccc;
  margin-bottom: 15px;
}

#side-menu ul.sns-list li a{
  color:#2b2b2b;
  transition: all .5s ease; 
}

#side-menu ul.sns-list li a:hover{
  color: #d69711;
}

#nav-drawer button{
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  z-index: 999999;
}

.menu {
  position: fixed;
  top: 0;
  left: -90vw;
  width: 90vw;
  height: 100%;
  background-color: #2b2b2b;
  transition: all .3s ease;
}

.menu--isOpen {
  position: fixed;
  left: 0;
  top:0;
  width: 70vw;
  z-index: 999998;
}

.menu__button {
  position: fixed;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
}

.menu span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  transition: .2s;
}

.menu__lineTop {
  transform: translateY(-10px);
}

.menu__lineMiddle {}

.menu__lineBottom {
  transform: translateY(10px);
}

.menu--isOpen .menu__lineTop {
  transform: rotate(45deg); 
  background-color: #FFF; 
}

.menu--isOpen .menu__lineMiddle {
  opacity: 0;
}

.menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
  background-color: #FFF;  
}

.sp-menu{
  width: 100%;
  position: relative;
  top:36px;
}

ul.sp-menu-list {
  width: 100%;
  color: #FFF;
}

ul.sp-menu-list li{
  width: 100%;
  color: #FFF;
  border-top: 1px solid #3d3d3d;
}

ul.sp-menu-list li:last-child{
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}

ul.sp-menu-list li a{
  display: block;
  padding: 15px 20px;
  color: #FFF;
}

ul.sp-menu-list li a:hover{
  background-color: #d69711;
}

.sp-menu-title{
  font-size: 18px;
  color: #FFF;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  margin-bottom: 10px;
}

.pagetop{
  font-size: 36px;
  position: fixed;
  bottom:10px;
  left: 14px;
  z-index: 3;
  transition: all .5s ease;
}

.pagetop:hover{
  position: fixed;
  bottom:20px;
}

.pagetop a{
  color: #d69711;
  transition: all .5s ease;
}

.pagetop i{
  color: #d69711;
}

/*コンテンツ*/
.content{
}

/*コンテンツ*/
.sec-content{
  background-color: #FFF;
}

#top-main{
  width: 100%;
  position: relative;
}

#top-main h1{
  width: 100%;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0,0,0,1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#top-main h2{
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  position: absolute;
  top:150px;
  right: 20px;
}

#top-main ul.top-nav{
  width: 100%;
  display: none;
}

#top-main .top-logo{
  width: 90px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top:10px;
  right:10px;
  z-index: 3;
}

#top-main .top-logo img{
  width: 100%;
  height: auto;
}

#top-main .link-btn{
  display: block;
}

#top-main .link-btn:hover{
  display: block;
  background-color: rgba(255,255,255,0.3);
}

#top-main .contact-btn{
  display: block;
  background-color: #d69711;
}

#top-main .contact-btn:hover{
  background-color: #f20000;
}

#top-main .top-slide{
  width: 100%;
}

#top-main .top-slide img{
  width: 100%;
  height: auto;
}

#news{
  width: 100%;
}

#news-sp{
  width: 100%;
}

ul.news-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

ul.news-list li:nth-of-type(1){
  width: 100%;
  display: block;
  background-color: #2d2d2d;
}

ul.news-list li:nth-of-type(2){
  width: 100%;
  border-bottom:1px solid #ccc;
  position: relative;
}

ul.news-list li:nth-of-type(3){
  width: 100%;
  position: relative;
}

.news-title{
  color: #FFF;
  text-align: center;
  padding: 10px 0px;
}

.news-title h2{
  font-family: arial;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.news-title a{
  font-size: 14px;
  color: #FFF;
  text-decoration: underline;
}

.news-area{
  width: 100%;
  padding: 10px 10px 0px 10px;
  background-color: #FFF;
}

.news-photo{
  width: 40%;
  float: left;
}

.news-photo img{
  width: 100%;
  height: auto;
}

.post-area{
  width: 60%;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px;
  float: right;
}

.post-title{
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-title a{
  text-decoration: underline;
}

#attempt{
  width: 100%;
  position: relative;
}

#attempt ul.content-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#attempt ul.content-list li{
  width: 100%;
}

#attempt .content-txt{
  width: 100%;
  background-color: #fff;
  color: #2d2d2d;
  line-height: 1.5;
  padding: 10px 0px;
  position: relative;
}

#attempt .wrap{
  width: 85%;
  margin:0 auto 0;
}

#attempt .main-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

#attempt .sub-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #ff574a;
  margin:0 auto 0;
  padding: 20px 0px;
}

#attempt .detail-btn{
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#attempt .detail-btn a{
  display: block;
  text-align: center;
  color: #FFF;
  background-color: #d69711;
  padding: 10px 0px;
}

#attempt .detail-btn a:hover{
  background-color: #f20000;
}

#attempt .en-title{
  display: none;
  font-family: arial;
  font-size: 50px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  right: 40px;
  top:-40px;
}

#merchandise{
  width: 100%;
  position: relative;
}

#merchandise ul.content-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#merchandise ul.content-list li{
  width: 100%;
}

#merchandise .content-txt{
  width: 100%;
  background-color: #fff;
  color: #2d2d2d;
  line-height: 1.5;
  padding: 10px 0px;
  position: relative;
}

#merchandise .wrap{
  width: 85%;
  margin:0 auto 0;
}

#merchandise .main-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

#merchandise .sub-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #d69711;
  margin:0 auto 0;
  padding: 20px 0px;
}

#merchandise .detail-btn{
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#merchandise .detail-btn a{
  display: block;
  text-align: center;
  color: #FFF;
  background-color: #d69711;
  padding: 10px 0px;
}

#merchandise .detail-btn a:hover{
  background-color: #f20000;
}

#merchandise .en-title{
  font-family: arial;
  font-size: 50px;
  line-height: 1.5;
  color: #ccc;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  right: 0px;
  top:-40px;
}

#pharmacy{
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

#pharmacy ul.content-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#pharmacy ul.content-list li{
  width: 100%;
}

#pharmacy .content-txt{
  width: 100%;
  background-color: #fff;
  color: #2d2d2d;
  line-height: 1.5;
  padding: 10px 0px;
  position: relative;
}

#pharmacy .wrap{
  width: 85%;
  margin:0 auto 0;
}

#pharmacy .main-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

#pharmacy .sub-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #32b16c;
  margin:0 auto 0;
  padding: 20px 0px;
}

#pharmacy .detail-btn{
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#pharmacy .detail-btn a{
  display: block;
  text-align: center;
  color: #FFF;
  background-color: #32b16c;
  padding: 10px 0px;
}

#pharmacy .detail-btn a:hover{
  background-color: #268451;
}

#pharmacy .en-title{
  font-family: arial;
  font-size: 50px;
  line-height: 1.5;
  color: #ccc;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  right: 40px;
  top:-40px;
}

#about{
  width: 100%;
  background-image: url(../img/aboutus_image_sp.jpg?=ver1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 10px 0px;
}

#about .wrap{
  width: 85%;
  margin:0 auto 0;
}

#about h2{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

#about .en-title{
  font-family: arial;
  font-size: 50px;
  color: #ccc;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top:-30px;
  opacity: 0.3;
}

#about .about-txt{
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  word-break: break-all;
}

#about .detail-btn{
  width: 100%;
  display: block;
}

#about .detail-btn a{
  display: block;
  text-align: center;
  color: #FFF;
  background-color: #d69711;
  padding: 20px 0px;
}

#about .detail-btn a:hover{
  background-color: #f20000;
}


/*フッター*/
#footer{
  width: 100%;
  background-color: #2b2b2b;
}

#footer ul.conatct-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#footer ul.conatct-list li:nth-of-type(1){
  width: 100%;
  display: block;
}

#footer ul.conatct-list li:nth-of-type(2){
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFF;
  padding: 20px;
}

#footer ul.conatct-list li:nth-of-type(3){
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFF;
  padding: 20px;
}

#footer .contact-title{
  display: block;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  background-color: #d69711;
  padding: 10px 0px;
}

#footer .contact-title h2{
  font-size: 20px;
  font-weight: bold;
}

#footer .tel-no{
  font-family: arial;
  font-size: 36px;
  line-height: 1.5;
  color: #d69711;
  font-weight: bold;
  text-decoration: none;
}

#footer .contact-time{
  font-size: 14px;
  line-height: 1.5;
}

#footer .mail-btn{
  width: 100%;
  display: block;
}

#footer .mail-btn a{
  display: block;
  color: #FFF;
  text-align: center;
  background-color: #d69711;
  padding: 10px 0px;
}

#footer .mail-btn a:hover{
  background-color: #f20000;
}

#footer .mail-btn-green{
  width: 100%;
  display: block;
}

#footer .mail-btn-green a{
  display: block;
  color: #FFF;
  text-align: center;
  background-color: #32b16c;
  padding: 10px 0px;
}

#footer .mail-btn-green a:hover{
  background-color: #268451;
}

#footer ul.foot-nav{
  display: block;
}

#footer ul.foot-nav li{
  font-size: 14px;
  color: #989898;
  border-top: 1px solid #989898;
  padding: 15px;
}

#footer ul.foot-nav li:last-child{
  border-bottom: 1px solid #989898;
}

#footer ul.foot-nav li a{
  color: #989898;
}

#footer ul.foot-nav li a:hover{
  color: #FFF;
}

.copy{
  font-size: 12px;
  color: #989898;
  line-height: 1.5;
  text-align: center;
  padding: 30px 0px;
}

/*ぱんくずリスト*/
.breadcomb{
  width: 100%;
  font-size: 14px;
  padding: 14px 0px;
  margin-bottom: 10px;

}

ul.pankuzu-list{
  display: flex;
}

ul.pankuzu-list li{
  font-size: 12px;
}

ul.pankuzu-list li::after{
  content: '/';
  margin:0px 5px;
}

ul.pankuzu-list li:last-child::after{
  content: '';
  margin:0px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

ul.pankuzu-list li:last-child{
    text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* セカンドページ */
.wrap{
  width: 90%;
  margin:0 auto 0;
  padding: 10px 0px 60px 0px;
}

.sec-main-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  height: 120px;
  font-size: 28px;
  line-height: 120px;
  color: #d69711;
  font-weight: bold;
  text-align: center;
  background-color: #2d2d2d;
  border-top:1px solid #4d4d4d;
}

.sec-sub-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  line-height: 1.7;
  color: #d69711;
  font-weight: bold;
    display: flex;
    align-items:center;
    margin-bottom: 10px;
}

.sec-sub-title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #d69711;
}
  
.sec-sub-title:after {
    margin-left: 1rem;
}

.sec-sub-title-green{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 28px;
  line-height: 1.7;
  color: #32b16c;
  font-weight: bold;
    display: flex;
    align-items:center;
    margin-bottom: 10px;
}

.sec-sub-title-green:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #32b16c;
}
  
.sec-sub-title-green:after {
    margin-left: 1rem;
}

table.com-table{
  width: 100%;
  background-color: #FFF;
}

table.com-table tr{
  width: 100%;
  border-bottom: 20px solid #FFF;
}

table.com-table th{
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
  text-align: left;
  border:1px solid #2d2d2d;
  background-color: #2d2d2d;
  padding: 5px 10px;
}

table.com-table td{
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  /*border:1px solid #2d2d2d;*/
  padding: 15px 10px;
}

dl.info-list{
  width: 100%;
}

dl.info-list dt{
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

dl.info-list dd{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

dl.info-list dd a{
  text-decoration: underline;
}

ul.shop-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap; 
}

ul.shop-list li{
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

ul.shop-list li:nth-of-type(2n){
  margin-bottom: 0;
}

ul.shop-list li img{
  width: 100%;
  height: auto;
}

.shop-title{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.pay-title{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

ul.pay-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  align-items: center;
}

ul.pay-list li{
  width: 22%;
  margin-right: 3%;
  margin-bottom: 10px;
}

ul.pay-list li:nth-of-type(4n){
  margin-right: 0;
}

ul.pay-list li img{
  width: 100%;
  height: auto;
}


.shop-box{
  width: 100%;
  position: relative;
}

.icon-area{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top:-5px;
  right: 0;
}

.icon-area figure{
  width: 45px;
  margin-left: 10px;
}


/* お問い合わせ */
.contact-area{
  width: 100%;
  background-color: #FFF;
}

.contact-wrap{
  width: 85%;
  font-size: 14px;
  line-height: 1.7;
  margin:0 auto 0;
  padding: 40px 0px;
}

table.contact-table{
  width: 100%;
  margin-top: 20px;
}

table.contact-table th{
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 5px 10px;
  background-color: #f2f2f2;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  vertical-align: middle;
}

table.contact-table td{
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 30px;
}

/*フォーム*/
input[type="text"] {
  width: 100%;
  display: block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    border-radius: 0;
}

input[type="email"] {
  width: 100%;
  display: block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    border-radius: 0;
}

select {
  width: 100%;
  display: block;
    font-size: 16px;
    padding: 12px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #ffffff;
    background-size: 20px, 100%;
    margin-right: 10px;
    border-radius: 0;
}

textarea {
  width: 100%;
  display: block;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    border-radius: 0;
}

input[type="submit"] {
  width:  100%;
  display: block;
  font-size: 16px;
  color: #2d2d2d;
  text-align: center;
  border: 0;
  background-color: #fff;
  border:1px solid #2d2d2d;
  padding: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .5s ease;
}

input[type="submit"]:hover {
  color: #FFF;
  border:1px solid #d69711;
  background-color: #d69711;
}

button[type="submit"] {
  width:  100%;
  display: block;
  font-size: 16px;
  color: #2d2d2d;
  text-align: center;
  border: 0;
  background-color: #fff;
  border:1px solid #2d2d2d;
  padding: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .5s ease;
}

button[type="submit"]:hover {
  color: #FFF;
  border:1px solid #d69711;
  background-color: #d69711;
}

.contact-btn-area{
  width: 100%;
  margin:0 auto 0;
}

.thanks-title{
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid #2d2d2d;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.back-link{
  width: 100%;
  margin-top:20px;
}

.back-link a{
  width: 100%;
  display: block;
  text-align: center;
  border:1px solid #2d2d2d;
  padding: 10px;
}

.back-link a:hover{
  color: #FFF;
  background-color: #2d2d2d;
}

/* プライバシーポリシー */
.privacy-area{
  width: 100%;
  background-color: #FFF;
}

.privacy-wrap{
  width: 85%;
  font-size: 14px;
  line-height: 1.7;
  margin:0 auto 0;
  padding: 40px 0px;
}

.privacy-title{
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #d69711;
  margin-bottom: 10px;
}

.privacy-text{
  padding-left: 2.5em;
}

ul.sponsor-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

ul.sponsor-list li{
  width: 100%;
  margin-bottom: 10px;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

ul.sponsor-list li:nth-of-type(2n){
  margin-bottom: 30px;
}

.as-name{
  font-size: 1.5rem;
  line-height: 1.5;
}

.as-name span{
  font-size: 0.875rem;
  line-height: 1.5;
}


.post{
  width: 100%;
  margin:0 auto 60px;
}

.post p{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1em;
}

.post figure{
  width: 100%;
  margin:20px 0px;
}

.post figure img{
  max-width: 100%;
  height: auto;
}

.post-main-title{
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 2px solid #d69711;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

ul.link-list{
  width: 100%
}

ul.link-list li{
  margin-bottom: 20px;
}

ul.link-list li:last-child{
  margin-right: 0px;
}
