@charset "UTF-8";
/*
Template: xeory_base
Theme Name: GRMXeory
Theme URI: http://www.ryugaku-onebridge.com/blog/
Description: xeoryのカスタマイズドテーマです
Author: GRM
Version: 1.0
*/

@import url("../xeory_base/xeory_base/style.css");

.breadcrumb .current-page {
  color: #383838;
  cursor: default;
}
.breadcrumb .current-page:hover {
  text-decoration: none;
}

.post-title {
  font-size: 26px;
}
.post-content h2 {
  font-size: 24px;
}
.post-content h3 {
  font-size: 23px;
}
.post-content p {
  line-height: 1.7;
}
.post-content p.img-description {
  width: 630px;
  margin: -10px auto 0;
}
.post-content ul.no {
  list-style: none;
  padding: 0px;
}
.post-content .outline {
  border: 1px solid #ccc;
  padding: 20px;
}
.post-content .outline ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
}
.post-content .outline ul li {
  width: 33%;
  float: left;
}

.post-content div.photos {
  display: block;
  text-align: center;
  margin: 20px 0 25px
}

.post-content p.link {
  background: url(https://www.ryugaku-onebridge.com/api/pict/1706) no-repeat 0 4px;
  background-size: 17px;
  text-indent: 25px;
  margin-bottom: 25px
}

.post-content .clickable {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 40px auto 0;
  text-decoration: none;
}
.post-content .clickable img {
    display: block;
    height: 100%;
}
.post-content .clickable .desc {
    padding:  0 5px 0 28px;
}
.post-content .clickable h2 {
    font-weight: bold;
    font-size: 19px;
    margin: 0 0 15px 0;
    padding: 5px 0 7px 0;
}
.post-content .clickable p {
    font-size: 15px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 30px;
}
.post-loop-wrap .post-thumbnail {
  width: auto;
  height: auto;
}

body.color01 a {
  color: #0085be;
}

iframe.youtube {
  display: block;
  margin: 30px auto;
}

.post-cta .post-cta-btn {
  margin: 15px 0;
}
body.color01 .post-cta {
  background: #fff;
}
.post-cta .post-cta-img {
  display: none;
}

body.color01 .post-cta ul {
  line-height: 35px;
  font-size:18px;
  list-style: decimal outside;
}
body.color01 .post-cta ul li {
  font-weight: bold;
}
body.color01 .post-cta .cta-post-title {
  font-size: 26px;
}

.side-widget {
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {    /* スマホ */

.post-title {
    font-size: 21px;
    margin-top: 10px; 
}
.post-content h2 {
	margin-top: 35px; 
	font-size: 22px;
}
 .post-content h3 {
	margin-top: 35px; 
	font-size: 21px;
}
	
.post-content p {
	font-size: 15px;
}
	
.post-content li {
    font-size: 15px;
}
   
.post-content .clickable {
  width: 100%;
  padding: 15px;
}
	
.post-content .clickable img {
    width: 30%;
    height: 30%;
    overflow: hidden;
    position: relative;
}
.post-content .clickable .desc {
    flex: 1;
    margin-left: 20px;
    padding: 0;
}
.post-content .clickable h2 {
    margin: 0 0 8px 0;
    font-size: 17px;
    padding: 0 0 5px 0;
}
.post-content .clickable p {
    margin: 0;
    font-size: 13px;
}

.post-cta .post-cta-img {
    width: 50%;
  }
  .post-cta .post-cta-cont {
    overflow: visible;
  }
  #main .post-cta .cta-post-title {
    padding: 10px 0 20px !important;
    margin: 0 !important;
  }
  body.color01 .post-cta ul {
    line-height: 28px;
    font-size:16px;
  }
  body.color01 .post-cta ul li {
      margin-bottom: 8px;
  }
    
    .post-loop-wrap article {
        overflow: hidden;
    }
    .post-loop-wrap article .post-header{
        padding: 20px 20px 0;
        overflow: hidden;
    }
    .post-loop-wrap article .post-header .post-meta{
        margin-bottom: 0;
        border-top: 0;
        float: right;
    }
    .post-loop-wrap article .post-header .post-meta li{
        background: transparent;
        margin: 0;
        padding: 0;
    }
    .post-loop-wrap article .post-header .post-title {
        float: left;
        clear: none;
    }
    .post-loop-wrap article .post-content .post-thumbnail {
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
iframe.youtube {
  width: 100%; }

.post-content p.img-description {
  width: 100%;
  margin: -10px auto 0;
}
.post-content table th, .post-content table td {
  word-break: break-all;
}

.post-content .outline {
  padding: 15px 10px;
}
.post-content .outline ul {  
  padding: 0;
}
.post-content .outline ul li {
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: none !important;
  width: 100% !important;
  height: initial !important;
  padding-left: 15px;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
  float: left;
  width: 28% !important;
  height: initial !important;
  margin: 0 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  font-size: 14px !important;
  width: 58% !important;
  padding: 0 !important;
  margin-left: 20px !important;
  max-height: initial !important;
}

.yarpp-related h3{
  font-size: 20px !important;
  margin: 35px 0 13px !important;
  padding: 3px 15px !important;
}

}

@media screen and (min-width: 651px) {

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: none !important;
  width: 100% !important;
  height: 145px !important;
  padding: 0 15px;
  display: flex !important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    float: left;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  width: 76% !important;
  margin: 0 !important;
	font-size: 19px !important;
	padding: 10px 0 0 15px;
  max-height: initial !important;
}

.yarpp-related h3{
  font-size: 20px !important;
  margin: 50px 0 8px !important;
  padding: 3px 15px !important;
}

}