﻿h1.fs-4 {letter-spacing: 0.03em;}
.h1_sub {
	font-size: 40%;
	letter-spacing: 0.03em;
}
.h1_main{ padding-left: 20px;}
img.m_photo{
	margin-top:10px;
	border: 1px solid #999;
}
p.alignright{
	text-align: right;
}

@media screen and (min-width: 640px){
.br-res {display: none; }
}

/*--------------------------------------------------------------
blog-card
--------------------------------------------------------------*/
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  margin: 5px 0px 5px 30px;
  box-shadow: 0 0 10px 6px rgba(0,0,0,.025);
  display: flex;
}
.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
}
.blogcard a:hover {
  opacity: 0.6;
}
.blogcard_thumbnail {
  float: left;
  padding: 10px;
}
.blogcard_thumbnail img {
  border: 1px solid #ccc;
}
.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;  
}
.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.5;
  padding: 0 20px 0 10px;
  font-weight: normal;
  color: #4a4a4a;
}
@media screen and (max-width: 768px) {
  .blogcard {
    margin: 5px 0px 0px 0px;
  }
  .blogcard_title {
    font-size: 0.95em;
    padding-bottom: 5px;
  }
.blogcard_excerpt {
  padding: 0 10px 10px 10px;
}
}
/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.cont_foot{
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.ad-footer {
  margin-bottom: 10px;
}
ul.footer-menu {
  margin-bottom: 0;
}
.sns-footer {
  padding: 0;
}
.footer-menu a,
a.privacy {
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 991px){
.footer-menu .list-inline-item {display: block;}
}
@media screen and (max-width: 640px){
.cont_foot {display: block;}
.sns-footer {text-align: center;}
.footer-menu .list-inline-item {display: inline-block;}
}
/*--------------------------------------------------------------
contact
--------------------------------------------------------------*/
.require_f,
.optional_f {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}
.require_f {
  content: "必須";
  background-color: #cc0000;
}
.optional_f {
  content: "任意";
  background-color: #f0ad4e;
}
/*--------------------------------------------------------------
Category 
--------------------------------------------------------------*/
.container2{
  margin-left:auto;
  margin-right: auto;
  max-width:800px;
}
.archive-dropdown {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#second_page_title {
  margin-bottom: 30px;
}
.post_card {
  display: flex;
  flex-wrap: no-wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -5px;
}
.post_thumb {
   padding: 0px 10px 0px 10px;
}
.post_thumb img{
  border: 1px solid #ccc;
}
.post_main {
  width: 100%;
}
.post_cat a{
  font-weight: normal;
  font-size: 0.9em;
}
.post_excerpt{
  margin: 10px 0px 40px -5px;
}
.blog_title h5{
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.blog_title span.new{
  color: #ffffff;
  font-size: 12px;
  background-color: #f35b69;
  position: relative;
  top: -2px;
  margin-left: 6px;
  padding: 2px 5px 1px 5px;
  border-radius: 2px;
} 
.single_date{font-size: 1.2em;}
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft　{
	float: left;
	margin: 0;
}
img.alignright {
	float: right;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

audio:focus,
video:focus {
	outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}


/*--------------------------------------------------------------
Profile
--------------------------------------------------------------*/
.profile-in{
  display: flex;
  margin-bottom: 40px;
}
.profile{
  width: 60%;
}
.prof_img{
  width: 40%;
  vertical-align: top;
  text-align: left;
}
.prof_img img {
  margin: 10px 10px 0px 10px;
  border: 1px solid #ccc;
  padding: 4px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}

profile dl{
  width: 100%;
  font-family: Verdana,'Noto Sans JP', sans-serif;
}
.profile dl::after{
  content: "";
  clear: both;
  display: block;
}
.profile dt{
  display: block;
  clear: left;
  float: left;
  width: 20%;
  padding: 3px;
  text-align: right;
  color: #990000;
  border-top: 1px dashed #808040;
}
.profile dt::after{
  content: " :" ;
  color: #000;
}
.profile dd{
  display: block;
  float: left;
  width: 80%;
  padding: 3px;
  margin-left: 0px;
  padding-left: 0px;
  border-top: 1px dashed #808040;
}
.profile dt:first-of-type,
.profile dd:first-of-type{
  border-top: 0px;
}
.profile dl#i380{
  margin: -12px 0px;
  border-top: 1px dashed #808040;
  border-bottom: 1px dashed #808040;
}

/* 一覧見出し */
dl.sub3{
  margin: 20px auto;
  width: 100%;
}
dl.sub3 dt{
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0px 0px 0px;
  margin: 0px 10px;
  clear: left;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #808040;
}
dl.sub3 dd{
  font-weight: normal;
  line-height: 1.7;
  margin: 0px;
  padding: 10px;
  overflow: hidden;
}
dl.sub3 div{
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  margin-bottom: 10px;
}
dl.sub3 div:hover{
  background-color: #f5f8fa;
  border-color: #ddd;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
  border-radius: 4px;
}
dl.sub3 img {
  border: 1px solid #ccc;
  float:left;
  width: 130px;
  height: 130px;
  margin: 0px 15px 0px 0px;
}
dl.sub3 div a,
dl.sub3 a {
  text-decoration: none;
  color: #000;
} 
.sub3_link {
  color: #000080;
}
.sub3_link:hover{
  text-decoration: underline;
  color: #b33e5c;
}

/* 経歴 (2019)*/
.timeline{
  font-size: 0;
  list-style: none;
  padding: 0;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  font-size: 18px;
  font-weight: bold;
  width: 90px;
  float: left;
  margin-top: 16px;
  padding: 0;
}
.timeline-content {
  font-size: 16px;
  width: 85%;
  float: left; 
  border-left: 3px solid #e5e5d1 ;
  padding-left: 24px;
}
.timeline-content h3{
  letter-spacing: 0.05em;
  font-size: 18px;
  margin: 20px 0px 0px 0px;
  padding-left: 0;
  border: 0;
}
.timeline-content p{
  margin: 5px 0px 20px 30px;
}
.timeline-content:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #026d35;
  position: absolute;
  left: 84px;
  top: 23px;
  border-radius: 100%;
}
.photo{
  margin: 0 auto;
}
.photo th,td{
  background: #fff;
  border: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.photo div{
  font-size: 14px;
  margin: -10px 0px 0px 0px;
  padding: 0px;
}
.photo td.cap3{
  vertical-align: bottom;
  padding-bottom: 10px;
}
.photo td.cap3 div{
  margin: 0;
}
.photo td.cap3 br{
  display: none !important;
}
.photo td{
  border: 0px;
  width: 50%;
}
.photo img{
  border: 1px solid #ccc;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 4px;
  display: block;
}
/* 一覧見出し */
dl.sub3{
  margin: 20px auto;
  width: 100%;
}
dl.sub3 dt{
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0px 0px 0px;
  margin: 0px 10px;
  clear: left;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #808040;
}
dl.sub3 dd{
  line-height: 1.7;
  margin: 0px;
  padding: 10px;
  overflow: hidden;
}
dl.sub3 div{
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  margin-bottom: 10px;
}
dl.sub3 div:hover{
  background-color: #f5f8fa;
  border-color: #ddd;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
  border-radius: 4px;
}
dl.sub3 img {
  border: 1px solid #ccc;
  float:left;
  width: 130px;
  height: 130px;
  margin: 0px 15px 0px 0px;
}
dl.sub3 div a,
dl.sub3 a {
  text-decoration: none;
  color: #000;
} 
.sub3_link {
  color: #000080;
}
.sub3_link:hover{
  text-decoration: underline;
  color: #b33e5c;
}

/*--------------------------------------------------------------
基本政策
--------------------------------------------------------------*/

dl.policy{
  margin: 30px 0px;
}
dl.policy dt a{
  color: #800000;
  text-decoration: none;
}
dl.policy dt{
  font-size: 20px;
  font-family: Verdana,'Noto Sans JP', sans-serif;
  padding: 0px 0px 0px 5px;
  border-bottom: 3px solid #808040;
  clear: left;
}
dl.policy dd{
  line-height: 1.7;
  margin: 10px 15px 20px 15px;
  min-height: 150px;
}
dl.policy dd a{
  color: #004097;
  text-decoration: none;
}
dl.policy dd a:hover{
  text-decoration: underline;
}
dl.policy img {
  border: 1px solid #ccc;
  float:left;
  width: 130px;
  height: 130px;
  margin: 0px 15px 0px 0px;
}

/*--------------------------------------------------------------
Q&A
--------------------------------------------------------------*/
.qa{
  display: table;
  width: 98%;
}
.qa1,.qa2{
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
.qa1{
  font-size: 12px;
  padding-bottom: 15px;
}
.qa2{
  width: 300px;
}
.qa2 img{
  border: 1px solid #333;
}
.qa_q,.qa_a{
  position:relative;
  line-height: 1.7;
  border-radius: 4px;
}
.qa_q{
  border: 2px solid #026d35;
  margin: 5px 10px 20px 0px;
  padding: 10px 10px 10px 70px;
  background-color: #ffffdd;
}
.qa_a{
  border: 2px solid #006c3c;
  margin: 12px 10px 20px 60px;
  padding: 14px 15px 14px 70px;
}
.qa_q::after,.qa_a::after{
  position: absolute;
  top: -15px;
  left: 10px;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 8px;
  border: 2px solid #026d35;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.qa_q::after{
  content: "Q.";
  background: #fff;
  color: #026d35;
}
.qa_a::after{
  content: "A.";
  background: #008941;
  color: #fff;
}





dl.small{
  margin: 30px 0px 30px 0px;
}
dl.small dt{
  font-size: 1.2rem;
  font-family: Verdana,'Noto Sans JP', sans-serif;
  padding: 0px 0px 0px 5px;
  color: #800000;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #808040;
}
dl.small dd{
  line-height: 1.7;
  margin: 10px 50px 30px 75px;
  min-height: 80px;
}
dl.small dd{
  font-size: 1rem;
}
dl.small dd{
  margin: 10px 20px 20px 75px;
}

ul.policy_list {
  font-size: 16px;
  line-height: 1.6;
  margin: 0px;
  border: 1px solid #026d35;
  border-radius: 4px;
  padding: 10px 10px 10px 30px;
  background-color: #fffacd;
}


.entry-content-page h2{
	font-size: 1.5rem
  padding-bottom: .2em;
  border-bottom: 3px double #ccc;
	margin: 2.5rem 0 1.5rem 0;
}

/*///////////////////////////////////
// Tables
///////////////////////////////////*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 0.8rem 2.5rem;
  border-top: 0;
}

.table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
}

.table {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 3px;
}

.table tbody tr:not(:first-child) {
  border-top: 1px solid #e1e1e1;
}

.table th, .table td {
  vertical-align: middle;
  border: 0;
}

.table thead {
  background-color: #f2f2f2;
}

.table thead th {
  vertical-align: bottom;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75019rem;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}


/************************************
** SNSボタン
************************************/
/* Share button */
.sns_button {
  text-align: center;
}
.sns_circle {
  padding: 0;
  margin: 0 2px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.sns_circle a{
  line-height: 42px;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}

.btn_twitter {
  background: #55acee;
  border: 1px solid #55acee;
}
.btn_twitter:hover{
  background: transparent;
}
.btn_twitter:hover a{
  color: #55acee;
}

.btn_fb {
  background: #3b5998;
  border: 1px solid #3b5998;
}
.btn_fb:hover {
  background: transparent;
}
.btn_fb:hover a{
  color: #3b5998;
}

.btn_hatena {
  background: #008FDE;
  border: 1px solid #008FDE;
}
.btn_hatena:hover {
  background: transparent;
}
.btn_hatena:hover a{
  color: #008FDE;
}

.btn_line {
  background: #06c755;
  border: 1px solid #06c755;
}
.btn_line:hover {
  background: transparent;
}
.btn_line:hover a{
  color: #06c755;
}

.btn_pocket {
  background: #ed374d;
  border: 1px solid #ed374d;
}
.btn_pocket:hover {
  background: transparent;
}
.btn_pocket:hover a{
  color: #ed374d;
}

.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
}


h1#second_page_title {
	font-size: 1.8rem;
	letter-spacing:0.05rem;
	line-height: 1.5;
}

.message {
	 margin:2em 0;
    position: relative;
    padding: 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
	line-height: 2;
}
.message:before, .message:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.message:before {left: 10px;}
.message:after {right: 10px;}
.message p {
    margin: 10px 0; 
    padding: 0;
}
/*--------------------------------
YARPP
---------------------------------*/
.relatedpost{
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
width:100%;
margin: 30px 0 -20px 0;
padding: 20px 0px 0px 10px;
position:relative;
}
.related_title{
font-size:90%;
top:-1em;
position: absolute;
border: 2px #ccc solid;
background: #fff; 
text-align: center;
padding: 3px 10px;
color:#666;
}
.related_item {
list-style: none;
padding-left: 0;
}
.related_item li {
display: flex;
align-items: flex-start;
border-bottom: 1px dashed #ccc;
}
.related_item li:last-child{
border-bottom: none;
}
.related_item li img{
border: 1px solid #ccc;
margin: 5px 10px 5px 0px;
}
.related_item li p{
font-size:90%;
line-height: 1.5;
margin: 5px 0px 5px 0px;
}
.related_date{
display: block;
font-weight: bold;
}
.related_ex {
display: block;
line-height: 1.2;
margin-top: 8px;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
width:100%;
margin: 80px 0 30px 0;
padding:0;
display: table;
}
#prev_next  #prev, #prev_next  #next{
width: 50%;
padding:30px 10px 10px;
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
display: table-cell;
position:relative;
text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
font-size:90%;
line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
background-color: rgba(238,238,238,0.7);
}
#prev_next #prev{
border-right:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:90%;
top:-1em;
position:absolute; 
border: 2px #ccc solid;
background:#fff; 
text-align: center;
padding:3px;
color:#666;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img, #prev_next #next img{
margin:0 auto;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
height:auto;
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#ccc 1px solid;
}
#prev_next_home{
display: none;	
}
#prev_next_home:hover{
display: none;
}
#prev_next_home i{
display: none;
}
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
/*-- ここから --*/
/*--------------------------------------
768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
padding:3px 10px;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img{
float:left;
margin-right:10px
}
#prev_next #next img{
float:right;
margin-left: 10px;
}
/*-- ここまで --*/
}

/* 追記分 */
/* 下線マーカー */
.marker {background-color: #ff9;}
.marker-under {background: linear-gradient(transparent 60%, #ff6 60%);}
/* プロフィール・経歴 */
@media (max-width:992px){
.container,.container2{max-width:80%;}
.blog_title h5 {font-size: 1.3em;}
.profile-in{margin-bottom:20px;margin-left:-60px;margin-right:-60px;}
.profile{width:63%;}
.prof_img{width:37%;}
.prof_img img {margin: 10px 10px 0px 5px;}
.timeline {margin-left:-60px;margin-right:-60px;}
.related_ex {margin-top: 0px;}
}
@media (max-width:768px) {
.container,.container2{max-width:90%;}
#second_page_title {margin-top: 30px;}
#archive_page_title {margin-top: 30px;}
.profile-in{display: block;width: 100%;margin: 0 auto 20px auto;}
.profile{width: 100%;}
.profile dt{width: 25%;}
.profile dd{width: 75%;}
.prof_img{width: 100%;text-align: center;}
.prof_img img{margin: 0px 0px 0px 0px;}
.timeline-date {font-size: 18px;width: 100%;display: block;padding: 0px 20px;}
.timeline-content {padding: 10px 0px 0px 10px;width: 99%;margin-left: 5px;}
.timeline-content h3{font-size: 16px;margin: 0px;padding: 2px;}
.timeline-content p{margin: 5px 0px 20px 0px;}
.timeline-date:before {
  content: '';width: 14px;height: 14px;
  background: #026d35;position: absolute;left: 0px;top: 22px;
  border-radius: 100%;
}
.timeline-content:before {background: transparent;}
.photo{width: 90%;}
.photo th,.photo td{display: block;text-align: center;width: auto;}
.photo td.cap3 br{display: block !important;}
}

@media screen and (max-width:599px){
.related_ex {display: none;}
h1#second_page_title {font-size: 1.4em;}
.blog_title h5 {font-size: 1.2em;}
.ml-5{margin-left:0rem !important;margin-bottom: 10px;}
}
@media screen and (max-width:360px){
h1#second_page_title {font-size: 1.2em;}
}