
@charset "UTF-8";
/* CSS Document */

/*
Theme Name: original_column

*/

/*ページャー関連*/
.ichiran{
text-align:right;	
float:left;
}

.ichiran a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:80px;
	color:#fff;
	text-decoration:none;
	font-size:12px;padding: 10px;
	line-height:1;
}

.prenex{
float:right;
}
.prenex a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:50px;
	color:#fff;
	text-decoration:none;
	margin-bottom:3px;
	font-size:12px;
	line-height:1;
	padding:10px;
}
.ichiran a:hover,.prenex a:hover{
text-decoration:underline;	
	line-height:1;
	padding:10px;
}

.pager {
	margin: 10px 0 10px;
	padding: 10px 10px 10px;
	overflow: hidden; 
	position: relative; 
	zoom:1;
}

.page-numbers {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 5px;
	background: #ffffff;
	vertical-align: middle;
border:1px solid #999999;
color:#999999;
text-decoration:none !important;
}

a:hover.page-numbers {
	background-color:#999999;
	color:#ffffff;
}

.pager .current{

	background-color: #999999 !important;
color:#ffffff;
}

.b_box,.pager{
	margin:auto;
    clear: both;
}



/*エントリー部分の調整*/

.wp-detail{
padding:10px 10px 50px !important;
overflow:hidden;
	clear:both;
	line-height:1.6 !important;
    text-align: left;
}

.wp-detail p{
	line-height:1.6 !important;
}

/* 記事本文の段落間隔。旧記事5本の空白用pは既存表示を維持する。 */
body:not(.postid-457):not(.postid-489):not(.postid-505):not(.postid-535):not(.postid-574) .wp-detail > p,
body:not(.postid-457):not(.postid-489):not(.postid-505):not(.postid-535):not(.postid-574) .wp-detail > .ica > p {
	margin:0 0 1em !important;
}

body:not(.postid-457):not(.postid-489):not(.postid-505):not(.postid-535):not(.postid-574) .wp-detail > p:last-child,
body:not(.postid-457):not(.postid-489):not(.postid-505):not(.postid-535):not(.postid-574) .wp-detail > .ica > p:last-child {
	margin-bottom:0 !important;
}

/* 狭い画面では記事内の表だけを横スクロールさせる。 */
.wp-detail .wp-block-table {
	display:block;
	max-width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}

.wp-detail .wp-block-table > table {
	width:max-content;
	min-width:100%;
	table-layout:auto;
}

.wp-detail > table,
.wp-detail > .ica > table {
	display:block;
	width:100%;
	max-width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}

.wp-detail th,
.wp-detail td {
	min-width:110px;
	white-space:normal;
	word-break:normal;
	overflow-wrap:break-word;
}

.wp-detail tr > :first-child {
	min-width:140px;
}

.wp-detail pre {
	max-width:100%;
	white-space:pre-wrap;
	word-break:break-word;
	overflow-wrap:anywhere;
}

.wp-detail img{
	margin:10px 0px;
float:none;

	width:auto;
	height:auto;
}


.wp-detail li{
}

.


/*メインとサイド２ブロック調整*/
@media screen and (max-width:480px){


#side li{
    margin:3px 0px !important;
    text-align: left !important;
    font-size:15px !important;
    display: block !important;
}

#side ul{
    text-align: left !important;
    display: block !important;
    margin-bottom:30px !important;
}

#side li a{
    margin:3px 0px !important;
    text-align: left !important;
    font-size:15px !important;
}
    

    
}


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

    #blog-content{
        width:1024px;
        margin:auto;
    }
    #service .contents {
    margin: 10px auto;
    width: 100% !important;
}
#mainbox{
    float:left;
    width:70%;
    padding-bottom:150px !important;
    padding-top:50px;
}

#side{
float:right;
width:23%;
	padding-top:60px;
    padding-top:50px;
} 
	
}
#side .widgetTitle,#side h3 {

    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top:30px !important;

}
	#side > ul{
		margin-bottom:30px !important;
	}
#side li{
	line-height:1.5 !important;
}

a{
	text-decoration: none;
}
	#side{
		padding:10px !important;
	}
    


/*OLDエディタ*/
.alignleft{
	float:left !important;
    padding:20px !important;
}

.alignright{
	float:right !important;
    padding:20px !important;
}
.aligncenter {
    display: block;
    margin: 0px auto !important;
	float:none !important;
    padding:20px !important;
}


.wp-detail ul,.wp-detail ol{
	margin-bottom:20px !important;
}
.wp-detail ul li{
	list-style-type:disc !important;
	margin-left:30px !important;
	
	
}
.wp-detail ol li{
	list-style-type:decimal !important;
	margin-left:20px;
	
}

.wp-detail em{
	font-style:italic !important;
}
.wp-detail strong{
	font-size:120%;
}



@media screen and (max-width:480px){
	.alignleft{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}

.alignright{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}
.aligncenter {
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}
	
	.wp-detail img{
		width:90%;
		height:auto;
		display:block;
		margin:10px auto;
	}
}





/*ブログ用ヘッダードロップダウン*/
@media screen and (max-width:480px){
	
	.wp-detail img{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
	}
    
    #mainbox{
        padding-top:40px !important;
    }
}


#wp_menu{
padding-top:30px;
}
.wp-detail-guide1 .widgetTitle, .wp-detail-guide1 .screen-reader-text {

    display: none;

}


.wp-detail-guide1 ul li{
	float:right;
	padding:10px;
}

.e_date{
    text-align: right;
}


figure{
    width:auto !important;
    float:none !important;
}

#mainbox article{
    width:100% !important;
}

.date{
    text-align: right;
}
@charset "UTF-8";
/* CSS Document */

/*
Theme Name: original_test

*/

/*ページャー関連*/
.ichiran{
text-align:right;	
float:left;
}

.ichiran a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:80px;
	color:#fff;
	text-decoration:none;
	font-size:12px;padding: 10px;
	line-height:1;
}

.prenex{
float:right;
}
.prenex a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:50px;
	color:#fff;
	text-decoration:none;
	margin-bottom:3px;
	font-size:12px;
	line-height:1;
	padding:10px;
}
.ichiran a:hover,.prenex a:hover{
text-decoration:underline;	
	line-height:1;
	padding:10px;
}

.pager {
	margin: 10px 0 10px;
	padding: 10px 10px 10px;
	overflow: hidden; 
	position: relative; 
	zoom:1;
}

.page-numbers {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 5px;
	background: #ffffff;
	vertical-align: middle;
border:1px solid #999999;
color:#999999;
text-decoration:none !important;
}

a:hover.page-numbers {
	background-color:#999999;
	color:#ffffff;
}

.pager .current{

	background-color: #999999 !important;
color:#ffffff;
}

.b_box,.pager{
	margin:auto;
    clear: both;
}



/*エントリー部分の調整*/

.wp-detail{
padding:10px 10px 50px !important;
overflow:hidden;
	clear:both;
	line-height:1.6 !important;
    text-align: left;
}

.wp-detail p{
	line-height:1.6 !important;
}

.wp-detail img{
	margin:10px 0px;
float:none;

	width:auto;
	height:auto;
}


.wp-detail li{
}

.


/*メインとサイド２ブロック調整*/
@media screen and (max-width:480px){


#side li{
    margin:3px 0px !important;
    text-align: left !important;
    font-size:15px !important;
    display: block !important;
}

#side ul{
    text-align: left !important;
    display: block !important;
    margin-bottom:30px !important;
}

#side li a{
    margin:3px 0px !important;
    text-align: left !important;
    font-size:15px !important;
}
    

    
}


@media screen and (min-width: 481px) {
    #contents{
        width:1024px;
        margin:auto;
    }.content {
    width: auto !important;
    padding: 20px;
    margin: 0 auto;
}
    #footer_wrap .content {
    width: 1024px !important;
    padding: 0 20px;
    margin: 0 auto;
}
    
    
    #blog-content{
        width:1024px;
        margin:auto;
    }
    #service .contents {
    margin: 10px auto;
    width: 100% !important;
}
#mainbox{
    float:left;
    width:70%;
    padding-bottom:150px !important;
    padding-top:50px;
}

#side{
float:right;
width:23%;
	padding-top:60px;
    padding-top:50px;
} 
	
}
#side .widgetTitle,#side h3 {

    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top:30px !important;

}
	#side > ul{
		margin-bottom:30px !important;
	}
#side li{
	line-height:1.5 !important;
}

a{
	text-decoration: none;
}
	#side{
		padding:10px !important;
	}
    


/*OLDエディタ*/
.alignleft{
	float:left !important;
    padding:20px !important;
}

.alignright{
	float:right !important;
    padding:20px !important;
}
.aligncenter {
    display: block;
    margin: 0px auto !important;
	float:none !important;
    padding:20px !important;
}


.wp-detail ul,.wp-detail ol{
	margin-bottom:20px !important;
}
.wp-detail ul li{
	list-style-type:disc !important;
	margin-left:30px !important;
	
	
}

.wp-detail ol {
    counter-reset: li;    /* li のカウンタを 0 にセット */ 
    list-style: none;
	padding-left:0px;
}

.wp-detail li:before {    color: #25AABB;
    font-weight: bold;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: counter(li) ". ";          /* 数を表示 */
}

.wp-detail em{
	font-style:italic !important;
}
.wp-detail strong{
	font-size:120%;
}



@media screen and (max-width:480px){
	.alignleft{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}

.alignright{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}
.aligncenter {
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}
	
	.wp-detail img{
		width:90%;
		height:auto;
		display:block;
		margin:10px auto;
	}
}





/*ブログ用ヘッダードロップダウン*/
@media screen and (max-width:480px){
	
	.wp-detail img{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
	}
    
    #mainbox{
        padding-top:40px !important;
    }
}


#wp_menu{
padding-top:30px;
}
.wp-detail-guide1 .widgetTitle, .wp-detail-guide1 .screen-reader-text {

    display: none;

}


.wp-detail-guide1 ul li{
	float:right;
	padding:10px;
}

.e_date{
    text-align: right;
}


figure{
    width:auto !important;
    float:none !important;
}

#mainbox article{
    width:100% !important;
}

.date{
    text-align: right;
}



#side ul{
    padding-left:0px !important;
}

.wp-detail2{
	display: flex;
	justify-content: space-between;
}


.ica_waku{
	width:25%;
	margin-top:-10px !important;
	position: relative;
	border-radius:5px;
	overflow: hidden;
}

.ica_waku img{
	width:100% !important;
	height:auto;
	position: relative;
	z-index: 1;
}
.t_txt{
	width:70%;
}

.top_cate{
	position: absolute;
	left:0;
	top:0;
	display: inline-block;
	color:#fff;
	padding:5px;
	z-index: 2;
	background-color: #25AABB;
	line-height:1;
}
.top_cate a{
	color:#fff !important;
	font-size:10px;
	line-height:1;
}

.widget_recent_entries li,
.widget_categories li{
	list-style-type: disc;
	margin-left:1em;;
}

.colum_list .widget_recent_entries{
	display: none;
}
.tit {  font-size: 30px;
  padding: 20px;
  border-bottom: 2px solid #25AABB;
  text-align: left;
  margin-bottom: 30px;
  background-image: none;
	position: static !important;
	box-sizing: border-box !important;
}

.wp-detail h2{
	color: #25AABB;
font-weight: normal;
	font-size: 28px !important;
	line-height:1 !important;
	padding:10px;
	background-image: none !important;
	    font-family: var(--font-sans-ja);
}
.wp-detail h3{
	color: #25AABB;
font-weight: normal;
	font-size: 23px !important;
	line-height:1 !important;
	padding:10px;
	background-image: none !important;
	border-bottom:3px double #81511c;
}

.wp-detail h3 span{
	font-size: 23px !important;
}

@media screen and (max-width:480px){
	
.tit {
    background-size: auto;
    line-height: 1.7em;
    font-size: 1.5em;
    text-align: justify;
    margin-bottom: .5em;
    padding-bottom: 20px;
    color: #25AABB;
    font-weight: normal;
	display: block !important;
	width:100% !important;
}

.wp-detail h2{
	background-color: #ffd7cf;
	color: #25AABB;
font-weight: normal;
	font-size: 20px;
}

.wp-detail h3{
	color: #25AABB;
font-weight: normal;
	font-size: 18px;
}
.wp-detail h3 span{
	font-size: 18px !important;
}
	
}
#osu {
	background-color: #80dce6;
	border-radius:10px !important;
	padding:20px !important;
}

#osu h3{
	margin-bottom:0px !important;
	margin-top:0px !important;
	font-size:24px !important;
}

#osu ul{
	display: flex;
	justify-content: space-between;
	margin-top:0px !important;
	padding:0px 20px !important;
}

#osu ul li{
	width:28%;
	padding:0px 1%;
}

#osu ul li img{
	width:100%;
	height:auto;
}

#osu ul li h4{
	background-image: none !important;
	padding:0px 10px !important;
	font-size:17px !important;
	border:none !important;
	line-height:1.3 !important;
	margin-top:0px !important;
}

#s_pager {
	display: flex;
	justify-content: space-between;
	padding-left:0px !important;
}

#s_pager > li{
	width:49%;
}

#s_pager > li > a{
	display: flex;
	justify-content: space-between;
	position: relative;
	font-size:12px !important;
	background-color: #fff;
	padding:20px 2%;
}
#prev{
	position: absolute;
	top:0px;
	left:1%;
	z-index: 2;
}

#next{
	position: absolute;
	top:0px;
	right:1%;
	z-index: 2;
}
.p_thum {
width:99px;
	height:60px;
	overflow: hidden;
}
.p_thum img{
width:100%;
	height:auto;
}

.p_tit{
	width:calc(100% - 120px);
}


@media screen and (max-width:480px){
	
	#s_pager {
		padding:20px;
	}
#osu ul{
	padding:0px !important;
}

	

#osu ul li h4{
	font-size:13px !important;
}
	
}
	
#sign {
    width: 100%;
    margin: 50px 0 0 0 !important;
    box-sizing: border-box;
	
	border:5px solid #fef0e7;
	background-size: cover;
}

	
	
#sign > section {
  width: 100%;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
  color: #333;
  background: white;
	margin-top:0 !important;
}

#sign,
#sign section,
#sign section div {
  font-size: 95% !important;
  line-height: 1.4 !important;
}

#sign > section > section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#sign div.box,
#service-content article #sign img.box,
#blog-content article #sign img.box {
  margin: 0 !important;
  margin-bottom: 0 !important;
}

#sign .supervisor-references {
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 12px 0 0;
  border-top: 1px solid #dcc9a0;
  box-sizing: border-box;
}

#sign .supervisor-references__label {
  margin: 0 0 6px !important;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 1.45 !important;
  color: #6b5630;
}

#sign .supervisor-references__list {
  display: grid;
  gap: 2px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#sign .supervisor-references__item {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 11px !important;
  list-style: none !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

#sign .supervisor-references__item::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aa7f21;
}

#sign .supervisor-references__link {
  display: inline-block;
  padding: 3px 0;
  color: #735414 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  overflow-wrap: anywhere;
}

#sign .supervisor-references__link:hover {
  text-decoration-thickness: 2px;
}

@media only screen and (max-width: 480px) {
#sign > section > section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#sign > section > section img.box {
  width: 30%;
  margin-right: 16px;
}
#sign > section > section > div.box {
  width: 60%;
}
#sign > section > div.box {
  width: 100%;
  margin-top: 16px !important;
}
}

@media only screen and (min-width: 481px) {
#sign > section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#sign > section > section:first-of-type {
  margin-right: 16px !important;
  width: 25%;
}
#sign > section > section img.box {
  width: 100%;
}
	
#sign div.box {
		width:70% !important;
	}
}


@media only screen and (min-width: 481px) {
.sp { display: none !important; }
p.pc { font-weight: bolder !important; margin-bottom: 16px !important; font-size: 140% !important; }
	.pc_none{
		display: none;
	}
	
	
	#sidebar{
		width:27%;
		float:right;
	}
	
}

@media only screen and (max-width: 480px) {
.pc { display: none !important; }
#sign > section > section > div.box.sp { font-weight: bolder !important; font-size: 140% !important; }
		.sp_none{
		display: none;
	}
}
	.wp-detail a{
		color:#25AABB;
		text-decoration: underline;
	}
	.wp-detail a:hover{
		color:#cd3753;
		text-decoration: underline;
	}


.wp-detail strong{
	font-family: var(--font-sans-ja) !important;
}

.widgetTitle{
	background-image: none !important;
	background-color: #d5eff2;
	border-left:5px solid #25AABB;
	line-height:20px;
	padding:10px 10px 10px 10px !important;
	font-size:18px !important;
}


.rank_a{
	display: flex;
	justify-content: space-between;
}

.rank_a .thum{
	width:70px;
}

.rank_a .thum img{width:100%;height:auto;}

.rank_a .title{
	width:calc(100% - 80px);
	font-size:14px !important;
}


#side li {
	list-style-type: disc;
	margin-left:20px;
}

.s_tit,.ranking li,.widget_categories{
	list-style: none !important;
	margin-left:0px !important;
}
