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

TABLET

-------------------------------- */
#sp{display: none;}
#pc-view{display: none;}
#news-sp{display: none;}
/*ヘッド*/
#side-menu{
  width: 80px;
  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: 80px;
  height: 120px;
  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{
  font-family: arial;
  font-size: 18px;
  color: #2d2d2d;
  font-weight: bold;
  white-space: nowrap;
  transform: rotate( -90deg );
  margin-top: 280px;
}


#side-menu ul.sns-list{
  width: 90%;
  font-size: 36px;
  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: 30vw;
  z-index: 999998;
}

.menu__button {
  position: fixed;
  left: 15px;
  top: 8px;
  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: 24px;
  z-index: 3;
  transition: all .5s ease;
}

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

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

.pagetop i{
  color: #2d2d2d;
}

/*コンテンツ*/
.content{
  padding-left: 80px;
}

.sec-content{
  padding-left: 80px;
  background-color: #FFF;
}

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

#top-main h1{
  width: 100%;
  font-size: 32px;
  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 ul.top-nav{
  display: none;
}

#top-main .top-logo{
  width: 120px;
  font-size: 14px;
  text-align: left;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top:20px;
  left: 30px;
}

#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;
}

#top-main .slide-text{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  font-weight: bold;
  color: #ff574a;
  letter-spacing: 2px;
  text-shadow: 1px 1px 10px rgba(255,255,255,1);
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 5;
}

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

ul.news-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top:0px;
}

ul.news-list li:nth-of-type(1){
  width: 20%;
  height: 136px;
  background-color: #2d2d2d;
  position: relative;
}

ul.news-list li:nth-of-type(2){
  width: 40%;
  height: 136px;
  position: relative;
}

ul.news-list li:nth-of-type(3){
  width: 40%;
  height: 136px;
  border-right:1px solid #ccc;
  position: relative;
}

.news-title{
  display: block;
  color: #FFF;
  text-align: center;
  position: absolute;
  top:50%;
  left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

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

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

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

.news-photo{
  display: none;
}

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

.post-area{
  width: 100%;
  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;
  margin-top: 150px;
  margin-bottom: 30px;
}

#attempt ul.content-list{
  display: block;
}

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

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

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

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

#attempt .sub-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #d69711;
  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{
  font-family: arial;
  font-size: 70px;
  line-height: 1.5;
  color: #ccc;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  left: 20px;
  top:-60px;
}

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

#pharmacy ul.content-list{
  display: block;
}

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

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

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

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

#pharmacy .sub-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  font-size: 28px;
  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: 70px;
  line-height: 1.5;
  color: #ccc;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  left: 20px;
  top:-60px;
}

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

#merchandise ul.content-list{
  display: block;
}

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

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

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

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

#merchandise .sub-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  font-size: 28px;
  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: 70px;
  line-height: 1.5;
  color: #ccc;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  right: 0px;
  top:-60px;
}


#about{
  width: 100%;
  background-image: url(../img/aboutus_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 30px;
}

#about .wrap{
  width: 80%;
  margin:0 auto 0;
  padding: 100px 0px;
}

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

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

#about .about-txt{
  font-size: 20px;
  line-height: 1.7;
  word-break: break-all;
}

#about .detail-btn{
  width: 300px;
  float: right;
}

#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%;
  margin:0 auto 0;
  display: flex;
}

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

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

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

#footer .contact-title{
  display: block;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
  background-color: #d69711;
  padding: 40px 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;
}

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

#footer .mail-btn{
  width: 230px;
}

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

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

#footer .mail-btn-green{
  width: 230px;
}

#footer .mail-btn-green a{
  display: block;
  font-size: 12px;
  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: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#footer ul.foot-nav li{
  font-size: 12px;
  color: #989898;
}

#footer ul.foot-nav li::after{
  content: '|';
  margin:0px 20px;
}

#footer ul.foot-nav li:last-child::after{
  content: '';
  margin:0px 0px;
}

#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-bottom: 30px;
}

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

}

ul.pankuzu-list{
  display: flex;
}

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

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

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

/* セカンドページ */
.wrap{
  width: 90%;
  margin:0 auto 0;
  padding: 30px 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: 36px;
  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: 28px;
  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 th{
  width: 30%;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  border:1px solid #ccc;
  padding: 15px 10px;
}

table.com-table td{
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
  border:1px solid #ccc;
  padding: 15px 10px;
}

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

dl.info-list dt{
  float: left;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

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

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: 47.5%;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 5%;
}

ul.shop-list li:nth-of-type(2n){
  margin-right: 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: 7%;
  margin-right: 3%;
  margin-bottom: 10px;
}

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: 90%;
  background-color: #FFF;
  float: right;
}

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

table.contact-table{
  width: 100%;
}

table.contact-table th{
  width: 40%;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
  vertical-align: middle;
}

table.contact-table td{
  width: 60%;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
}

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

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

select {
    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;
}

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;
}

input[type="submit"],button {
  width:  200px;
  font-size: 16px;
  color: #333;
  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"],button:hover {
  color: #FFF;
  border:1px solid #d69711;
  background-color: #d69711;
}

button[type="submit"] {
  width:  200px;
  font-size: 16px;
  color: #333;
  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: 200px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}


.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: 220px;
  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: 90%;
  background-color: #FFF;
  float: right;
}

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

.privacy-title{
  font-size: 20px;
  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: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

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

.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: 2rem;
  line-height: 1.5;
  border-bottom: 2px solid #d69711;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

ul.link-list{
  display: flex;
  align-items: center;
}

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

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