@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------
 * posts.css
 *
 * Create by Saki Onogi
 * gracedws.com
--------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------
 * variables.css
 *
 * Create by Saki Onogi
 * gracedws.com
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # Color
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Path
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Variables
-----------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------
 * mixins.css
 *
 * Create by Saki Onogi
 * gracedws.com
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # Font
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # ribbon
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Posts
-----------------------------------------------------------------------*/
/* line 18, ../scss/posts.scss */
.type-posts .container {
  max-width: 1200px;
  margin: 0 auto; }
/* line 22, ../scss/posts.scss */
.type-posts .posts-wrap {
  margin: 3em 0 4em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
/* line 30, ../scss/posts.scss */

/* line 33, ../scss/posts.scss */
.type-posts .widget-area {
  -webkit-flex-basis: 288px;
  flex-basis: 288px;
  max-width: 288px; }
/* line 36, ../scss/posts.scss */
.type-posts .main-title {
  text-align: center; }

@media (max-width: 767px) {
  /* line 44, ../scss/posts.scss */
  .type-posts .site-main {
    width: 100%; }
  /* line 48, ../scss/posts.scss */
  .type-posts .posts-wrap .entry-wrap {
    padding: 0; } }
/*--------------------
  # Page header
--------------------*/
/* line 60, ../scss/posts.scss */
#posts-header {
  width: 100%;
  height: 300px;
  background: #e0ca82 url("../img/blog/bg-page-header.jpg") no-repeat center center;
  background-size: cover; }
  /* line 65, ../scss/posts.scss */
  #posts-header .container {
    height: inherit; }
  /* line 68, ../scss/posts.scss */
  #posts-header .title-wrap {
    display: table;
    height: inherit;
    width: 100%; }
    /* line 72, ../scss/posts.scss */
    #posts-header .title-wrap .title {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      font-size: 2.2rem;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
      line-height: 1.8;
      letter-spacing: 0.1em;
      text-align: center; }

/*--------------------
  # Content
--------------------*/
/* line 88, ../scss/posts.scss */
.entry-wrap {
  line-height: 1.6; }
  /* line 91, ../scss/posts.scss */
  .entry-wrap .entry-header .entry-meta {
    margin: 0 0 0.8rem;
    padding: 5px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-size: 0.8rem; }
    /* line 97, ../scss/posts.scss */
    .entry-wrap .entry-header .entry-meta li {
      display: inline-block;
      margin-right: 0.8rem; }
    /* line 101, ../scss/posts.scss */
    .entry-wrap .entry-header .entry-meta .category {
      text-align: center; }
    /* line 106, ../scss/posts.scss */
    .entry-wrap .entry-header .entry-meta .date {
      font-family: 'Montserrat', arial, sans-serif;
      color: #303030; }
  /* line 113, ../scss/posts.scss */
  .entry-wrap .entry-title {
    margin: 1rem 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.6; }
  /* line 121, ../scss/posts.scss */
  .entry-wrap .entry-content h1 {
    color: #e0ca82;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 1rem 0;
    border-top: 2px solid #e0ca82;
    border-bottom: 1px solid #dfdfdf;
    padding: 0.6rem 0; }
  /* line 130, ../scss/posts.scss */
  .entry-wrap .entry-content h2, .entry-wrap .entry-content h3, .entry-wrap .entry-content h4, .entry-wrap .entry-content h5, .entry-wrap .entry-content h6 {
    color: #e0ca82;
    border-bottom: 2px;
    display: block;
    padding-bottom: 0.2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    border-bottom: 1px dotted #e0ca82;
    margin: 1.5rem 0; }
  /* line 140, ../scss/posts.scss */
  .entry-wrap .entry-content blockquote {
    background: #f3f3f3;
    padding: 1.5em;
    border-radius: 5px;
    margin: 0; }
  /* line 146, ../scss/posts.scss */
  .entry-wrap .entry-content ul {
    margin: 0;
    padding: 0 0 0 2rem;
    list-style-type: none; }
    /* line 151, ../scss/posts.scss */
    .entry-wrap .entry-content ul li:before {
      content: '・';
      margin-left: -2rem;
      padding: 0 0.5rem; }
  /* line 158, ../scss/posts.scss */
  .entry-wrap .entry-content ol {
    margin: 0;
    padding: 0 0 0 2rem; }

/*--------------------
  # Btn
--------------------*/
/* line 169, ../scss/posts.scss */
.posts-wrap .btn-list {
  display: flex;
  justify-content: space-between;
  margin: 2em 0 0; }
  /* line 173, ../scss/posts.scss */
  .posts-wrap .btn-list .btn-item {
    min-width: 115px; }
    /* line 175, ../scss/posts.scss */
    .posts-wrap .btn-list .btn-item a {
      display: inline-block;
      padding: 0.2rem 1.8rem;
      background: #e0ca82;
      font-size: 14px;
      color: #fff;
      border-radius: 5px; }
    /* line 184, ../scss/posts.scss */
    .posts-wrap .btn-list .btn-item.prev a {
      padding: 0.2rem 1.5rem 0.2rem 1rem; }
      /* line 186, ../scss/posts.scss */
      .posts-wrap .btn-list .btn-item.prev a:before {
        width: 9px;
        height: 9px;
        border: 2px solid;
        border-color: #fff  transparent transparent #fff;
        transform: rotate(-45deg);
        content: '';
        display: inline-block;
        margin: 0 10px 1px 0; }
    /* line 199, ../scss/posts.scss */
    .posts-wrap .btn-list .btn-item.next a {
      padding: 0.2rem 1rem 0.2rem 1.5rem; }
      /* line 201, ../scss/posts.scss */
      .posts-wrap .btn-list .btn-item.next a:after {
        width: 9px;
        height: 9px;
        border: 2px solid;
        border-color: transparent #fff #fff transparent;
        transform: rotate(-45deg);
        content: '';
        display: inline-block;
        margin: 0 0 1px 10px; }

@media (max-width: 767px) {
  /* line 220, ../scss/posts.scss */
  .type-posts .container {
    padding: 0 1em; }
  /* line 223, ../scss/posts.scss */
  .type-posts .posts-wrap {
    margin: 3em 0 4em; }
  /* line 228, ../scss/posts.scss */
  .type-posts .site-main {
    flex-basis: 100% !important;
    max-width: 100%; }
  /* line 232, ../scss/posts.scss */
  .type-posts .widget-area {
    flex-basis: 100% !important;
    max-width: 100%;
    margin-top: 3em; }

  /*--------------------
    # Page header
  --------------------*/
  /* line 241, ../scss/posts.scss */
  #posts-header {
    height: 100px; }
    /* line 246, ../scss/posts.scss */
    #posts-header .title-wrap .title {
      font-size: 24px; }

  /*--------------------
    # Content
  --------------------*/
  /* line 254, ../scss/posts.scss */
  .entry-wrap {
    margin-top: 1em; }
    /* line 256, ../scss/posts.scss */
    .entry-wrap .entry-title {
      margin: 1.5rem 0 1em;
      border-bottom: 1px solid #dfdfdf;
      padding-bottom: 1rem; } }
/*-----------------------------------------------------------------------
 # Posts Archive
-----------------------------------------------------------------------*/
/* line 268, ../scss/posts.scss */
.posts-archive {
  /*--------------------
    # Pager
  --------------------*/ }
  /* line 269, ../scss/posts.scss */
  .posts-archive .entry-wrap {
    padding: 0 !important;
    margin-bottom: 3em !important; }
    /* line 273, ../scss/posts.scss */
    .posts-archive .entry-wrap .entry-col {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1;
      flex: 1;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 276, ../scss/posts.scss */
      .posts-archive .entry-wrap .entry-col .entry-img-wrap {
        -webkit-flex-basis: 28%;
        flex-basis: 28%;
        max-width: 28%; }
      /* line 279, ../scss/posts.scss */
      .posts-archive .entry-wrap .entry-col .entry-text-wrap {
        -webkit-flex-basis: 70%;
        flex-basis: 70%;
        max-width: 70%;
        padding-left: 1rem; }
    /* line 284, ../scss/posts.scss */
    .posts-archive .entry-wrap .entry-title {
      margin: 0 0 0.6rem;
      padding-bottom: 0.8rem; }
    /* line 288, ../scss/posts.scss */
    .posts-archive .entry-wrap .entry-content {
      margin-top: 0;
      font-size: 0.8rem; }
    /* line 292, ../scss/posts.scss */
    .posts-archive .entry-wrap .entry-parmalink {
      padding: 1rem;
      margin: 0;
      display: block;
      position: relative;
      color: #303030;
      border: 3px solid #e7e7e7; }
      /* line 299, ../scss/posts.scss */
      .posts-archive .entry-wrap .entry-parmalink:hover {
        border: 3px solid #e0ca82; }
  /* line 318, ../scss/posts.scss */
  .posts-archive .entry-img-wrap {
    position: relative; }
    /* line 320, ../scss/posts.scss */
    .posts-archive .entry-img-wrap .entry-category {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0.2rem 1rem;
      background: #e0ca82;
      color: #fff;
      font-size: 0.7rem; }
  /* line 334, ../scss/posts.scss */
  .posts-archive .page-numbers {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    /* line 340, ../scss/posts.scss */
    .posts-archive .page-numbers li {
      flex-basis: 32px;
      margin-left: 0.5rem; }
      /* line 343, ../scss/posts.scss */
      .posts-archive .page-numbers li:first-child {
        margin-left: 0; }
      /* line 346, ../scss/posts.scss */
      .posts-archive .page-numbers li a, .posts-archive .page-numbers li .current {
        display: block;
        background: #e6e6e6;
        text-align: center;
        padding: 0.3rem 0;
        font-size: 14px; }
      /* line 353, ../scss/posts.scss */
      .posts-archive .page-numbers li .current {
        color: #fff;
        background: #e0ca82; }
      /* line 357, ../scss/posts.scss */
      .posts-archive .page-numbers li .prev-text:before {
        width: 9px;
        height: 9px;
        border: 1px solid;
        border-color: #303030 transparent transparent #303030;
        transform: rotate(-45deg);
        content: '';
        display: inline-block;
        margin: 0 -5px 1px 0; }
      /* line 367, ../scss/posts.scss */
      .posts-archive .page-numbers li .next-text:before {
        width: 9px;
        height: 9px;
        border: 1px solid;
        border-color: transparent #303030 #303030 transparent;
        transform: rotate(-45deg);
        content: '';
        display: inline-block;
        margin: 0 0 1px -5px; }

@media (max-width: 767px) {
  /* line 384, ../scss/posts.scss */
  .posts-archive .entry-wrap .entry-col {
    display: block; }
    /* line 386, ../scss/posts.scss */
    .posts-archive .entry-wrap .entry-col .entry-img-wrap {
      width: 100%;
      min-width: 100%;
      margin-bottom: 0; }
      /* line 390, ../scss/posts.scss */
      .posts-archive .entry-wrap .entry-col .entry-img-wrap .entry-img, .posts-archive .entry-wrap .entry-col .entry-img-wrap .object-fit-img {
        height: 180px; }
    /* line 394, ../scss/posts.scss */
    .posts-archive .entry-wrap .entry-col .entry-text-wrap {
      width: 100%;
      min-width: 100%;
      padding-left: 0; }
  /* line 400, ../scss/posts.scss */
  .posts-archive .entry-wrap .entry-title {
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    border: none; }
  /* line 406, ../scss/posts.scss */
  .posts-archive .entry-wrap .entry-parmalink {
    border: 1px solid #e7e7e7;
    padding: 0;
    margin: 0;
    display: block; }
    /* line 411, ../scss/posts.scss */
    .posts-archive .entry-wrap .entry-parmalink:after {
      right: 15px;
      margin-top: -7px;
      top: 50%;
      width: 14px;
      height: 14px;
      border: 3px solid;
      border-color: transparent #efefef #efefef transparent; } }
/*-----------------------------------------------------------------------
 # Posts single
-----------------------------------------------------------------------*/
/* line 429, ../scss/posts.scss */
.posts-single .site-main {
  margin: 0;
  width: 100%;
  display: block; }
/* line 434, ../scss/posts.scss */
.posts-single .addtoany_share_save_container {
  margin: 3rem 0; }
  /* line 436, ../scss/posts.scss */
  .posts-single .addtoany_share_save_container.addtoany_content_top {
    margin: 0rem 0 3rem; }
  /* line 439, ../scss/posts.scss */
  .posts-single .addtoany_share_save_container.addtoany_content_bottom {
    margin: 3rem 0 0; }
/* line 444, ../scss/posts.scss */
.posts-single .entry-wrap .entry-title {
  border-bottom: none;
  margin-bottom: 0; }
/* line 449, ../scss/posts.scss */
.posts-single .detail-list {
  font-size: 0.8rem; }
  /* line 452, ../scss/posts.scss */
  .posts-single .detail-list .list-wrap .list-item:first-child {
    width: 20%;
    text-align: left; }
  /* line 456, ../scss/posts.scss */
  .posts-single .detail-list .list-wrap .list-item:last-child {
    width: 80%;
    padding: 1.4rem 0 1.4rem; }


.database_search {
	width: 1200px;
    margin: 0 auto;
    text-align: right;
	margin-top: 2em;
}
.database_search form [type="text"] {
	background-color: #ddd;
}
.database_block {
	padding: 1em;
    border: solid 1px #777;
}
.database_block h1,
.paper h1 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.5em;
	font-size: 150%;
}
.database_block img {
	width: 100%;
	height: auto;
}
.database_block .main_img {
	width: 40%;
	margin: 0 auto 2em auto;
}
.database_block ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	letter-spacing: -0.4em;
}
.database_block .database_info li {
	letter-spacing: normal;
	display: inline-block;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	border-bottom: solid 1px #000;
	margin-bottom: 1em;
}
.database_block .database_info dl {
	margin: 0;
}
.database_block .database_info dt {
	width: 30%;
	float: left;
	font-weight: bold;
}
.database_block .database_info dd {
	width: 70%;
	padding-left: 30%;
}
.database_block .database_img {
	margin-top: 2em;
}
.database_block .database_img li {
	letter-spacing: normal;
	display: inline-block;
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
}
.kanbetsusho ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.kanbetsusho li {
	font-size: 120%;
	margin-top: 1.3em;
}
.kanbetsusho_main {
	width: 30%;
	margin: 0 auto;
	margin-top: 4.8em;
}
.kanbetsusho_main img {
	width: 100%;
	height: auto;
}
.paper {
	text-align: center;
	position: relative;
	margin-bottom: 2em;
}
.kanbetsusho {
	position:  absolute;
    box-sizing:  border-box;
    bottom:  295px;
}
.waia_number {
	position:  absolute;
    box-sizing:  border-box;
	bottom: 1195px;
	font-size: 120%;
	text-align: left;
	left: 400px;
}
.conclusion {
	position:  absolute;
    box-sizing:  border-box;
	bottom: 1065px;
	font-size: 120%;
	text-align: left;
	left: 230px;
}
.laia_list {
	letter-spacing: -0.4em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.laia_list li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 100%;
	margin-top: 0px;
}
.laia_list li.left {
	width: 32%;
	margin-left: 18%;
}
.laia_list li.right {
	width: 32%;
	margin-right: 18%;
}


@media (max-width: 767px) {
  /* line 465, ../scss/posts.scss */
  .posts-single .site-main {
    width: 100%;
    display: block; }
  /* line 469, ../scss/posts.scss */
  .posts-single .entry-title {
    margin-top: 0; }
  /* line 472, ../scss/posts.scss */
  .posts-single .detail-list {
    border: none; }
    /* line 474, ../scss/posts.scss */
    .posts-single .detail-list .list-wrap {
      padding: 0;
      margin-bottom: 1.5rem;
      border: none; }
      /* line 478, ../scss/posts.scss */
      .posts-single .detail-list .list-wrap .list-item:first-child {
        width: 100%;
        text-align: left;
        padding: 0.4rem;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf; }
      /* line 485, ../scss/posts.scss */
      .posts-single .detail-list .list-wrap .list-item:last-child {
        width: 100%;
        padding: 0; }
		/*.database_block .database_info dl {
			text-align: center;
		}
	.database_block .database_info dt {
    width: 100%;
    float: none;
    background-color: #ccc;
}
.database_block .database_info dd {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}*/
 }
/*-----------------------------------------------------------------------
 # Posts Sidebar
-----------------------------------------------------------------------*/
/* line 500, ../scss/posts.scss */
.widget-area .widget {
  padding: 0;
  margin: 0 0 3em;
  position: relative; }
  /* line 505, ../scss/posts.scss */
  .widget-area .widget .widget-title {
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 0.5rem 1rem 0.5rem;
    font-size: 1.1rem;
    color: #fff;
    background: #e0ca82; }
  /* line 513, ../scss/posts.scss */
  .widget-area .widget ul {
    margin: 0px;
    padding: 0; }
    /* line 516, ../scss/posts.scss */
    .widget-area .widget ul li {
      display: block;
      margin-bottom: 1.2rem; }
      /* line 519, ../scss/posts.scss */
      .widget-area .widget ul li a {
        display: block;
        padding: 0.5rem 1rem 0.5rem;
        border-bottom: 1px solid #dfdfdf; }
        /* line 523, ../scss/posts.scss */
        .widget-area .widget ul li a:hover {
          text-decoration: underline;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
      /* line 528, ../scss/posts.scss */
      .widget-area .widget ul li .post-date {
        padding: 0 1.1em;
        color: #9d9d9d;
        font-size: 14px; }

@media (max-width: 767px) {
  /* line 541, ../scss/posts.scss */
  .widget-area .widget:last-child {
    margin-bottom: 0; } }
/*--------------------
  # single-posts-archive
--------------------*/
/* line 552, ../scss/posts.scss */
.single-posts-archive {
  margin-top: 7rem; }
  /* line 554, ../scss/posts.scss */
  .single-posts-archive .archive-list {
    margin-top: 5rem;
    margin-bottom: 5rem; }
    /* line 557, ../scss/posts.scss */
    .single-posts-archive .archive-list .archive-list-item {
      border: 1px solid #dfdfdf;
      margin-bottom: 2rem;
      position: relative; }
      /* line 561, ../scss/posts.scss */
      .single-posts-archive .archive-list .archive-list-item a, .single-posts-archive .archive-list .archive-list-item img {
        display: block; }
      /* line 564, ../scss/posts.scss */
      .single-posts-archive .archive-list .archive-list-item:hover {
        -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
        /* line 567, ../scss/posts.scss */
        .single-posts-archive .archive-list .archive-list-item:hover img {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
        /* line 571, ../scss/posts.scss */
        .single-posts-archive .archive-list .archive-list-item:hover .archive-list-img {
          overflow: hidden; }
          /* line 317, ../scss/partials/_mixins.scss */
          .single-posts-archive .archive-list .archive-list-item:hover .archive-list-img img {
            transform: scale(1.1);
            transition-duration: 0.3s;
            opacity: 1; }
    /* line 576, ../scss/posts.scss */
    .single-posts-archive .archive-list .archive-list-img {
      overflow: hidden; }
      /* line 317, ../scss/partials/_mixins.scss */
      .single-posts-archive .archive-list .archive-list-img img {
        transform: scale(1);
        transition-duration: 0.2s;
        opacity: 1; }
      /* line 578, ../scss/posts.scss */
      .single-posts-archive .archive-list .archive-list-img .object-fit-img {
        height: 180px; }
    /* line 582, ../scss/posts.scss */
    .single-posts-archive .archive-list .archive-list-category {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0.2rem 1rem;
      background: #e0ca82;
      color: #fff;
      font-size: 0.7rem; }
    /* line 591, ../scss/posts.scss */
    .single-posts-archive .archive-list .archive-list-date {
      margin: 1rem 0 0.5rem;
      padding: 0 1rem;
      font-size: 0.8rem; }
    /* line 596, ../scss/posts.scss */
    .single-posts-archive .archive-list .archive-list-title {
      padding: 0 1rem;
      margin: 0 0 1rem;
      color: #303030;
      font-size: 1rem; }


@media (max-width: 767px) {
  /* line 607, ../scss/posts.scss */
  .single-posts-archive .container {
    padding: 0; } }
