@charset "UTF-8";


@media screen and (max-width: 767px) {

  .site-header__inner {
    padding-top: 10px;
  }
  .site-header__col-left {
    height: 50px;
    padding-left: 60px;
  }
  .site-header__logo {
    max-height: 60px;
    margin: 0px auto;
  }
  .site-header__inner {
    height: 100px;
  }
}

.tptn_posts_widget li a {
  width: 100%;
  display: block;
}

.tptn_posts_widget li a img {
  width: 100%;
  border: 10px solid #eee;
}

.bg_gray {
  background: #eee;
  margin: 0 !important;
  padding: 0;
  display: block;
  padding: 15px;
  border: 1px solid #ccc;
}

.bg_gray li {
  list-style: none;
}

/*------innerjump------*/

.innerjump {
  background: #eee;
  padding: 20px;
  border: 1px solid #ddd;
}

.innerjump li {
  padding: 8px 0;
}

body {
  background: #f9f9f9;
}

.post__header .post__meta .post__title {
  font-size: 34px;
}

#main-content p {
  font-size: 16px;
}

#main-content h3 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}

#main-content h4 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#main-content h2 {
  font-size: 140%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin: 30px 0;
}

#main-content ul {
  margin: 0;
}

#main-content ul li {
  list-style-type: none;
  color: #777;
}

ul.topic_list li {
  list-style-type: initial !important;
  margin: 20px 30px !important;
}

.post__content li li {
  padding: 0px 0 2px 5px;
  font-size: 80%;
  line-height: 130%;
}

@media screen and (max-width: 767px) {


	.ad_altomare .mobile{
		display: block !important;
	}

	.ad_altomare .pc{
		display: none;
	}



  .post__header .post__meta .post__title {
    font-size: 140% !important;
  }

  #main-content h2 {
    font-size: 120%;
  }

  #main-content h3 {
    font-size: 100%;
  }

  #main-content h4 {
    font-size: 100%;
    font-weight: initial;
  }

  header {
    background: none !important;
  }

  ul.topic_list li {
    margin: 20px !important;
  }
}







/*サイドメニュー*/
.side_navi_svc li,
.side_navi_sell li{
float:left;
}

.head_bnr .sp{
  display: none;
}

@media screen and (max-width: 1023px) {
	.side_navi_svc li {
	float: left;
	width: 33.3333%;
	}
	.side_navi_sell li{
	float: left;
	width:25%;
	}

}

@media screen and (min-width: 1024px) {
	.side_navi_svc :nth-child(3) {
	margin-top: 48px;
	}
}

@media screen and (max-width: 767px) {

	.head_bnr .sp{
		display: block;
	}

	.side_navi_svc li ,
	.side_navi_sell li {
	    float: left;
	    width: 100%;
	}
	.side_navi_svc li img ,
	.side_navi_sell li img {
		width: 100%;
	}

}




.sidebar > .widget {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 0px 15px;
    background: #FFF;
}

.sidebar .widgettitle{
	font-size: 120% !important;
}

.sidebar ul {
    margin-top: 30px;
}

.sidebar ul li {
	font-size: 85%;
    margin-bottom: 30px;
    line-height: initial;
    border-bottom: 1px solid #EEE;
}

.sidebar ul li a{
	color: #333;
	width: 90% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: block;

}

.sidebar ul li .tptn_date{
    color: #999;
    font-size: 70%;
    
}














.posts__item .posts__item-title {
  padding: 0 0.8rem;
  margin-top: 0.8em;
  font-size: 20px;
  height: 50px;
}

.primary-menu > .menu-item > a {
  color: inherit;
  display: inline-block;
  font-size: 15px;
  position: relative;
  z-index: 200;
  font-family: serif;
  padding: 0 0.8rem;
  background: #fff;
  font-weight: bold;
}

.site-main {
  padding: 1em 1.2em;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  background: #fff;
}


.ad_altomare{
	display:initial;
    text-align: center;
}

.ad_altomare .mobile{
display: none;
}

.ad_altomare a {
	margin: 0 auto;
    width: 100%;
    height: 80px;
    display: inline-block;
    background: #EEE;
    text-align: center;
}

.ad_altomare a img {
    max-width: 1100px;
    height: 100%;
    width:auto;
}

.otona_ads {
  padding: 5px;
  max-width: 1200px;
  margin: 0 auto;
}

.otona_ads a{
  display: block;
  position: relative;
  /* display: none; */
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 1px 3px -1px rgb(0 0 0 / 37%);

}

.otona_ads a figure{
  width: 80px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 2px;
}

.otona_ads a figure img{ 
  width: 100%;
}

.otona_ads a .txtwrap {
  padding: 10px 10px 10px 80px;
  text-align: initial;
  color: #333;
}

.otona_ads a em{
  font-weight: bold;
  display: block;
  font-size: 90%;
  text-decoration: underline;
}

.otona_ads a .sub{
  display: block;
  font-size: 70%;
  color: #777;
}


.otona_ads a .advertiser{
  font-size: 60%;
  color: #333;
  position: absolute;
  bottom: 5px;
  right: 10px;
}



@media screen and (min-width: 767px) {


  .otona_ads a em{
    font-weight: bold;
    display: block;
    font-size: 100%;
    text-decoration: underline;
  }

  .otona_ads a .sub{
    display: block;
    font-size: 80%;
    color: #777;
  }


  .otona_ads a .advertiser{
    font-size: 60%;
    color: #333;
    position: absolute;
    bottom: 5px;
    right: 10px;
  }

}

.site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-header__image {
  width: 100%;
  position: relative;
  height: calc(115vw / 10);
  min-height: 350px;
  max-height: 180px;
  z-index: 1;
}

.site-header__inner {
  box-shadow: none;
}

.top-post__description h2 {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .posts__item {
    width: 49%;
  }
}

.wpp-list a {
  display: block;
  padding: 15px 10px;
  height: 66px;
  color: #666;
  font-size: 90%;
  box-sizing: content-box;
  border-bottom: 1px solid #eee;
}

img.wpp-thumbnail.wpp_cached_thumb.wpp_featured {
  height: 66px;
  margin-right: 15px;
}

a:focus,
a:hover {
  color: #666;
  background: #eee;
  color: #3a962e;
}

.breadcrumbs {
  margin: 0;
  padding: 10px;
  position: absolute;
  z-index: 10;
  /* background: #eaeaea; */
}

.breadcrumbs li {
  color: #ffffff;
}

.breadcrumbs li a {
  color: #000;
  color: #fff;
}

.wsbl_line img {
  height: 20px;
}

.post__content {
  max-width: none;
}

.post__main {
  display: inherit;
  justify-content: inherit;
}

.widgettitle {
  font-family: serif !important;
}

.tokimeki_recent_posts .widgettitle::before,
.widget_recent_entries .widgettitle::before {
  content: none;
}

.footer_hatena {
  text-align: center;
  background: #fff;
  padding: 20px;
  margin: 20px 0;
}

/*======================767�ʲ�======================*/
@media (max-width: 767px) {
  .step .detail div img {
    border: 4px solid #e8e8e8;
    padding: 0 !important;
  }
}
/*SNS event*/

.author_comment {
  padding: 10px;
  margin: 0 0 30px 0;
  background: #eee;
  border: 1px solid #ccc;
  font-size: 90%;
}







.ag_form {
  position: relative;
}

.ag_form .ag_form_sign .ag_form_logo {
  margin: 45px auto 0;
  display: block;
}

.ag_form .ag_form_sign .ag_form_staff img {
  height: 180px;
  width: auto;
}

.ag_form .ag_form_btn a {
  color: #fff;
  background: #0089ff;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 0;
  margin: 0px auto;
  width: 80%;
  display: block;
  max-width: 360px;
}

.ag_form .ag_form_btn p {
  margin: 23px 0 9px;
}

.ag_form .ag_form_sign .ag_form_staff {
  position: absolute;
  top: -12px;
  right: 10px;
  margin: 0;
}


@media only screen and (min-width: 768px) {
  .ag_form {
    height: 140px;
    margin: 0 0 30px;
  }

  .ag_form .ag_form_sign .ag_form_logo img {
    height: auto;
    left: -8%;
    position: relative;
  }

  .ag_form .ag_form_sign {
    width: 45%;
    position: absolute;
    right: 0;
    text-align: center;
  }

  .ag_form .ag_form_btn {
    padding: 0 10px;
    text-align: center;
  }

  .ag_form .ag_form_btn p {
    font-size: 14px;
    padding: 23px 0 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ag_form {
    height: initial;
    padding: 10px 0 15px;
    margin: 20px 0 20px;
  }

  .ag_form .ag_form_sign {
    text-align: center;
  }

  .ag_form .ag_form_sign .ag_form_logo {
    margin: 10px auto 10px;
    z-index: 1;
    position: relative;
  }

  .ag_form .ag_form_sign .ag_form_logo img {
    min-width: 200px;
    width: 60%;
    max-width: 240px;
  }

  .ag_form .ag_form_sign .ag_form_staff {
    position: absolute;
    top: -10px;
    right: 10px;
    margin: 0;
    z-index: 2;
  }

  .ag_form .ag_form_sign .ag_form_staff img {
    height: 150px;
    width: auto;
  }

  .ag_form .ag_form_btn {
    padding: 0 10px 50px;
    text-align: center;
    position: relative;
  }

  .ag_form .ag_form_btn a {
    width: 100%;
    max-width: 400px;
  }

  .ag_form .ag_form_btn p {
    font-size: 11px !important;
    display: block !important;
    margin: 5px 0 !important;
    width: 97% !important;
    font-size: 13px;
    top: 50px;
    z-index: 3;
  }
} /* end media768px*/


.ag_form .ag_form_sign .ag_form_logo img {
  width: 221px;
}

.ad_banner{
  display: none;
}

@media only screen and (max-width: 767px) {
  .ad_banner{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .ad_banner img{
    width: 100%;
  }

  .ad_banner a{
    color: #666;
  }


}
