﻿html,body { margin: 0; }
.wrapper {
  overflow-x: hidden;
  padding: 0;
}
.homepage_bg {
  background-image: url("./images/IMG_0927.JPG");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
main {
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	z-index: 5;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	text-align: center;
	width: 150px; height: 150px;
}
main img { width: 150px; height: 150px; }
@media screen and (max-width: 547px) {
.section { position: relative; z-index: 50; display: flex; min-height: 40vh; background: #3397ff; }
.header_bg { background-image: url(./images/IMG_0927.JPG); background-position: center center; background-repeat: no-repeat; background-size: cover; height: 40vh; }
}@media screen and (min-width: 548px) and (max-width: 969px) {
.section { position: relative; z-index: 50; display: flex; min-height: 30vh; background: #3397ff; }
.header_bg { background-image: url(./images/IMG_0927.JPG); background-position: center center; background-repeat: no-repeat; background-size: cover; height: 30vh; }
}@media screen and (min-width: 970px) {
.section { position: relative; z-index: 50; display: flex; min-height: 50vh; background: #3397ff; }
.header_bg { background-image: url(./images/IMG_0927.JPG); background-position: center center; background-repeat: no-repeat; background-size: cover; height: 50vh; }
}
.header_bg:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.5),
  inset 0 0 100px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.8);
}
header {
 position: fixed;
 color: #333333;
 width: 100%;
 background: rgba(255, 255, 255, 0.95);
 box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
 z-index: 1000;
 top: 0;
}
#header_wrap { width: 100%; height: 55px; display: flex; justify-content: space-between; }
#header_inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%; margin: 0 auto; text-align: left; font-weight: bold; font-size: 14px;
  font-family: "arial black"; }
#header_inner img { width: 30px; height: 30px; border-radius: 50%; margin-right: 10px; vertical-align: middle; }
#header_inner a { text-decoration: none; color: #333333; }
.scroll {
	position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
	z-index: 6;
	color: #ffffff;
	text-align: center;
	width: 100%;
 height: 50px;
}
.blog_header {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  color: #333333;
  margin: auto;
  text-align: left;
  max-width: 750px;
  overflow: hidden;
}
.blog_header h1 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #7db4e6;
  font-size: 22px;
}
.blog_header p { font-size: 14px; padding: 10px; }

article { max-width: 750px; padding: 20px; margin: 0 auto; }
article h2 { border-bottom: solid 3px black; }
article h3 { border-bottom: dashed 2px black; }
article p {	padding: 10px; text-indent: 1em; }
article .figure { list-style: none; text-align: center;　margin: 0 auto; padding: 0; }
article .figure figure { width: 280px; display: inline-block;　margin: 0 auto; padding: 0; }
article .figure figure img { width: 280px; }
article .figure figure figcaption { text-align: center; font-size: 10px; color: #666666; }
article table th, td { border: solid 2px black; padding: 10px; }
article ul, ol { padding: 20px; position: relative; }
article ul li, ol li {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;/*左側の線*/
  background: #f1f8ff;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 1.0em;
  list-style-type: none!important;/*ポチ消す*/
}
article ul li p, ol li p { color: #333333; }
figcaption { text-align: right; font-size: 10px; color: #666666; }
.section_color1 { background: #dbebf8; margin-top: 10px; margin-bottom: 0px; padding-top: 20px; padding-bottom: 40px; }
.section_color2 { background: #ffffff; margin-top: 10px; margin-bottom: 0px; padding-top: 20px; padding-bottom: 40px; }
.section_color3 { background: #000000; padding: 5px; color: #ffffff; font-size: 10px; text-align: right; }
.section_color3 a { color: #ffffff; text-decoration: none; }
.section-title_1st { text-align: center; padding-top: 10px; }
.section-title { text-align: center; padding-top: 10px; }
.box10 { list-style: none; text-align: center;　margin: 0; padding: 0; }
.box10 li {
    width: 70%;
    max-width: 710px;
    display: inline-block;
    padding: 0.5em 0.5em;
    margin: 0.5em 0;
    color: #5d627b;
    border: 2px solid #666666;
    background: #ffffff;
}
.box10 a { text-decoration: none; color: #333333; }
.box10 h3 { font-size: 14px; text-align: left; margin: 0; padding: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.box10 p { font-size: 13px; text-align: left; margin: 0; padding: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.box10 li:hover {
  background: #dcdcdc;
}
.box11 {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.box11 li {
  width: 208px;
  height: 167px;
  display: inline-block;
  color: #5d627b;
  background: #ffffff;
  margin: 5px;
  padding: 5px;
  overflow: hidden;
}
.box11 a { text-decoration: none; color: #333333; text-align: left; }
.box11 img { width: 208px; height: 117px; }
.box11 h4 { min-height: 50px; text-align: left; margin: 0; padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box11 p { text-align: left; margin: 0; padding: 0; }
.box12 ul {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  max-width: 750px;
}
.box12 ul li {
  display: inline-block;
  margin: 5px;
  background: #5d627b;
  border-radius: 25px;
}
.box12 ul li a:before {
  content: "●";
  color: white;
  margin-right: 5px;
  margin-left: -20px;
}
.box12 ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  margin-right: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.box12 ul li a::hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #ffffff;
}
.box13 { width: 100%; margin: 0 auto; text-align: center; }
.box13 img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
}
.box13 .c-copy { clear: both; font-weight: bold; }
.box13 p { margin: 0 auto; text-align: center; max-width: 350px; padding: 10px; font-size: 13px; }
.btn1 {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}
.btn2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 16px 50px;
  text-decoration: none;
  color: #ffffff;
  background: #999999;
  border-radius: 10px;
  transition: .4s;
}
.btn2:hover {
  background: #636363;
}
footer {
  background: rgba(0,0,0,0.1);
  color: #333333;
}
#footer_wrap {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
#footer_section1 {
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
}
#footer_section3 {
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  color: #333333;
}
/* パンくずリスト */
#list_section_wrap {
	  width: 100%;
	  background: rgba(0,0,0,0.2);
}
#list_section_inner {
  max-width: 750px;
  padding: 10px;
  color: #333333;
  font-size: 12px;
  margin: 0 auto;
  text-align: left;
}
#list_section_inner2 {
  max-width: 750px;
  padding: 10px;
  color: #333333;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}
.breadcrumb {
  padding-left:0;
  margin-left:0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb li{
  display:inline;
  list-style: none;
  font-weight: bold;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #333333;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/* 引用 */
blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #fff0f0;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 130px;
    line-height: 1;
}
blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}