@charset "utf-8";

/*----------------------------
 共通CSS
-----------------------------*/

/* サイト内検索 */
.exhead { padding-top:10px; text-align:right; height:40px; position:relative;}
.exhead>.langbutton a{
	padding:4px 20px; 
	background:#d8d8d8; 
	border-radius:3px;color:#333;
	display:block;
	position:absolute;
	top:10px;
	right:220px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.exhead>.langbutton a:hover{
	text-decoration:none;
	background:#00b0ec;
	color:#fff;
}

.exhead #searchBox {
    width: 206px !important;
    height: 25px !important;
    /* overflow: hidden; */
    position: absolute !important;
    top: -4px !important;
    right: 0 !important;
    z-index: 10000;
}
.exhead .headsns {
	position:absolute;
	top:10px;
	right:320px;
	}

.exhead .headsns ul.social li {
	display:inline-block;
	width: 28px;
	height: 28px;
	margin-left:5px;
	text-align:center;
}

.exhead .headsns ul.social li a {
	position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #d8d8d8;
    border-radius: 100%;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.exhead .headsns ul.social li a i {
	padding: 7px 0 0;
    font-size: 16px;
	display:inline-block;
}

.exhead .headsns ul.social li a:hover {
	background:#00b0ec;
	text-decoration:none;
}



#headerInner #searchBox .search {
	width: 170px;
	height: 19px;
	padding: 2px;
	border: 1px solid #E1E1E1;
	margin-right: 5px;
	vertical-align: top;
}
#cse-search-form input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #E1E1E1;
	font-size: 12px;
	width: 170px;
	height: 27px;
	position: relative;
  }

#cse-search-form input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #cccccc;
    background-color: #EFEDED;
    background-image: none;
    filter: none;
	margin-left: 0 !important;
	position: relative;
	left: -6px;
  }

#cse-search-box input[type="text"] {
	padding: 0 !important;
}

#cse-search-box input[type="submit"] {

}

#searchBox table.gsc-search-box td {
	vertical-align: top !important;
	padding-right: 2px;
}
#searchBox table.gsc-search-box input {
    vertical-align: top !important;
	width: 25px;
    height: 25px;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    padding: 6px !important;
	margin-top: 0 !important;
}

dl.list dt { float: left; }
dl.list dd {
	margin-left: 40px;
	margin-bottom:1rem;
}


/* 追加css *************************************************************************************************************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
html {font-size: 10px;}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block; margin:0; padding:0; vertical-align:bottom;
}

img {border: 0; vertical-align:bottom; height:auto;}
a{color:#00b0ec; text-decoration:none;}
a:visited,a:hover,a:active {color:#00b0ec; text-decoration:underline;}
	
ol,dl,dt,dd,p,form { padding:0; margin:0; display:block; list-style:none;}
ul,li { padding:0; margin:0; list-style:none;}

body {
	font-family:"HiraKakuProN-W3","ヒラギノ角ゴ Pro W1", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color:#333;
	margin:0;
	font-style: normal;
	font-weight:200;
　　font-size: 1rem;
    line-height:1.8em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.cf:before,
.cf:after { content:""; display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}


/* Container *****************************/

.container {width: 980px;margin:0 auto;}
.graybase {background:#f9f9f9;}
.f_graybase {background:#d5dbe0;}
.whitebase {background:#fff;}

/* Navigation ****************************/

header { height:140px; width:100%; position:relative; background:#fff;}
header .fixbar { position:absolute; top:40px; width:100%; background:#fff; z-index:9999; opacity: .92;}
.follow { position: fixed !important; top:0 !important; z-index:9999;}
.navigation { width:980px; margin:0 atuo;}
.logo {
	width: 20%;
	float: left;
	margin-top: 22px;
}
.logo img {
	height: 38px;
}
nav {
	float: right;
	width: 70%;
	text-align: right;
	font-size:1rem;
	padding-top:35px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #333 !important;
	font-size: 1.4rem;
	font-weight:500;
	text-align: left;
	margin-right: 35px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
nav ul li:last-child {
	margin-right:0;
}
nav ul li a {position:relative; display:inline-block; transition:.3s; color:#333 !important; font-weight:700;}
nav ul li a::after {
	content: '';
	position: absolute; bottom:.3em; left:0;
	width: 100%; height: 2px;
	background-color: #00b0ec;
	opacity: 0;
	transition:.3s;
}
nav ul li a:hover::after {bottom:0; opacity: 1;}
nav ul li:hover a {color: #00b0ec !important; text-decoration:none;}
nav ul li a:hover, nav ul li a:active {padding-bottom:5px;}

.head-right { display:none !important;}

/* footer ****************************/
footer {
	background-color: #0d386b;
	width:100%;
	padding:25px 10px 40px 30px;
}

.column6 {
	float:left;
	width:16%;
	padding:10px;
	color:#fff;
}

.column6exp {
	float:left;
	width:20%;
	padding:10px;
	color:#fff;
}

footer .column6 dl dt,footer .column6exp dl dt { font-size:1.2rem; padding:0 0 25px 15px; height:40px;}
footer .column6 dl dt span,footer .column6exp dl dt span{
	display: block;
	position: relative;
}	

footer .column6 dl dt span:before, footer .column6exp dl dt span:before{
	display: block;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 7px;
	left: -15px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-right:2px solid #ccc;
	border-top:2px solid #ccc;
}

.none { display:none !important;}

footer .column6 dl dd ul li span,footer .column6exp dl dd ul li span { 
	display: block;
	position: relative;
	padding-left:12px;
}

footer .column6 dl dd ul li span:before,footer .column6exp dl dd ul li span:before { 
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 3px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}

footer .column6 dl dd ul li,footer .column6exp dl dd ul li{ padding:0 0 8px 15px;}
footer  a:link,footer  a:active, footer  a:visited { color:#fff;}

footer .nav {
	font-size:1rem;
}
footer .nav ul {
	list-style: none;
	float: left;
	padding-top:30px;
}

footer .nav ul li {
	float: left;
	color: #fff;
	font-weight:200;
	padding-right:32px;
	font-size:10px;
	text-align: left;
}
footer .nav ul li a { 
	color:#fff;
}

footer .copyright {
	margin:20px 0 0;
	padding:30px 0 20px;
	text-align:center;
	border-top: 1px solid #2f4d5d;
	color:#fff;
}

footer .copyright p {
	font-size:1.2rem;
}

footer .copyright ul.social li {
	display:inline-block;
	margin-bottom:20px;
}

footer .copyright ul.social li a {
	display: block;
	width: 40px;
	height: 40px;
}
footer .copyright ul.social li a:hover {
	opacity:0.9;}

footer .copyright ul.social li i {
	font-size: 20px;
	padding: 10px;
}

.none { display:none !important;}

/*contents*************************/
.carousel li img {
	max-height:480px;
}
.column2{
	width: 50%;
	text-align: center;
	float: left;
}

.column2 p {
	color: #333;
	font-size:1.4rem;
	padding:0 30px;
	line-height:2em;
}

.contentsBox dl {
	font-size:1.3rem;
}

.button1 {
	overflow: hidden;
	border:2px solid #00b0ec;
	width: 450px;
	margin: 30px auto 0;
	padding:0 ;
}
.button1>a {
	display: block;
	position: relative;
	z-index: 100;
	padding-top:3px;
	text-align:center;
	background: #fff;
	-webkit-transition: background-color 0.3s ease-in,color 0.5s ease-in;  
	color: #00b0ec;
	font-size: 1.5rem;
	font-weight:700;
	line-height: 56px;
	text-decoration:none;
}
.button1>a:hover { background:#00b0ec; color:#fff;}

.button1>a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in;  
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-right:2px solid #00b0ec;
	border-top:2px solid #00b0ec;
}
.button1>a:hover:before{ right:17px; border-top:2px solid #fff; border-right:2px solid #fff;}

.button1>a:after { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease-in;  
	top: 61%;
	right: 20px;
	width: 16px;
	margin-top: -6px;
	border-top:2px solid #00b0ec;
}
.button1>a:hover:after { right:17px; border-top:2px solid #fff;}



.button1s {
	overflow: hidden;
	border:2px solid #00b0ec;
	max-width: 360px;
	width:90%;
	margin: 30px auto 0;
	padding:0 ;
}
.button1s>a {
	display: block;
	position: relative;
	z-index: 100;
	padding-top:3px;
	text-align:center;
	background: #fff;
	-webkit-transition: background-color 0.3s ease-in,color 0.5s ease-in;  
	color: #00b0ec;
	font-size: 1.3rem;
	font-weight:700;
	line-height: 52px;
	text-decoration:none;
}
.button1s>a:hover { background:#00b0ec; color:#fff;}

.button1s>a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in;  
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-right:2px solid #00b0ec;
	border-top:2px solid #00b0ec;
}
.button1s>a:hover:before{ right:17px; border-top:2px solid #fff; border-right:2px solid #fff;}

.button1s>a:after { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease-in;  
	top: 61%;
	right: 20px;
	width: 16px;
	margin-top: -6px;
	border-top:2px solid #00b0ec;
}
.button1s>a:hover:after { right:17px; border-top:2px solid #fff;}


.button2 {
	overflow: hidden;
	border:2px solid #fff;
	width: 300px;
	margin: 30px auto 0;
	padding:0 ;
}
.button2>a {
	display: block;
	position: relative;
	z-index: 100;
	padding-top:3px;
	text-align:center;
	-webkit-transition:all 0.3s ease-in;  
	color: #fff;
	font-size: 1.5rem;
	font-weight:700;
	line-height: 56px;
	text-decoration:none;
	letter-spacing:0.1em;
}
.button2>a:hover { background:#fff; color:#A6A292;}

.button2>a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in;  
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
}
.button2>a:hover:before{ right:17px; border-top:2px solid #A6A292; border-right:2px solid #A6A292;}

.button2>a:after { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease-in;  
	top: 61%;
	right: 20px;
	width: 16px;
	margin-top: -6px;
	border-top:2px solid #fff;
}
.button2>a:hover:after { right:17px; border-top:2px solid #A6A292;}

.button3 {
	margin: 30px auto 0;
	text-align:right;
}
.button3 a i {
	color:#00b0ec;
	padding:4px 8px;
	border:1px solid #00b0ec;
	margin-right:8px;
}
.button3>a {
	color:#00b0ec;
	font-size:14px;
	padding:4px;
	font-weight:700;
}

.mb80 { margin-bottom:80px;}

.sb-slidebar { display:none;}
.navsp {display:none;}

.movtop {
	display: none;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 135px;
	right: 15px;
	z-index:9999;
	opacity:.92;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #222;
	text-align: center;
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	line-height: 50px;
	border:1px solid #fff;
}

@media (max-width: 767px) {
.fiximg img{
	width:auto;
}

.sb-slidebar {
     background-color: #f2f2f2;
	 border-left:1px solid #f2f2f2;
}

.head-right {
	float: right;
	width:30%;
	padding: 10px 16px;
	display:block !important;
	text-align:right;
}
.head-right i {
	font-size: 24px;
	color: #999;
}
.navicon-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #ccc
}

/* Container *****************************/

.container {width:100%;margin:0 auto;}

/* Navigation ****************************/

header { height:auto; width:100%; position:relative; background-color:transparent;}
header .fixbar { position:fixed; top:0px; left:auto; width:100%; background:#fff; z-index:8000; border-bottom: 1px solid #DDD; height:68px;}
.navigation { width:100%; margin:10px auto; position:relative; }
.logo {
	width:45%;
	float:left;
	margin:0 0 0 10px;
	max-width:180px;
}

.logo img { width:100%;}

nav { display:none !important;}
header nav ul { display:none;}
nav ul li { display:none;}

.fixbar fl { float:left; width:70%;}

/*contents*************************/
.column2{
	width: 100%;
	text-align:left;
	float:none;
}

.column2 p {
	color: #333;
	font-size:1.4rem;
	padding:20px 30px 0;
	line-height:2em;
}

.exhead { display:none;}

.button1 {
	overflow: hidden;
	border:1px solid #00b0ec;
	width: 100%;
	margin: 20px auto 0;
	padding:0 ;
}
.button1>a {
	display: block;
	position: relative;
	z-index: 100;
	padding-top:3px;
	text-align:center;
	background: #fff;
	-webkit-transition: background-color 0.3s ease-in,color 0.5s ease-in;  
	color: #00b0ec;
	font-size: 1.6rem;
	line-height: 56px;
	text-decoration:none;
}
.button1>a:hover { background:#00b0ec; color:#fff;}

.button1>a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in;  
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-right:2px solid #00b0ec;
	border-top:2px solid #00b0ec;
}
.button1>a:hover:before{ right:17px; border-top:2px solid #fff; border-right:2px solid #fff;}

.button1>a:after { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease-in;  
	top: 61%;
	right: 20px;
	width: 16px;
	margin-top: -6px;
	border-top:2px solid #00b0ec;
}
.button1>a:hover:after { right:17px; border-top:2px solid #fff;}

.button2 {
	overflow: hidden;
	border:1px solid #fff;
	width: 300px;
	margin: 30px auto 0;
	padding:0 ;
}
.button2>a {
	display: block;
	position: relative;
	z-index: 100;
	padding-top:3px;
	text-align:center;
	-webkit-transition:all 0.3s ease-in;  
	color: #fff;
	font-size: 1.6rem;
	line-height: 56px;
	text-decoration:none;
	letter-spacing:0.1em;
}
.button2>a:hover { background:#fff; color:#A6A292;}

.button2>a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in;  
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
}
.button2>a:hover:before{ right:17px; border-top:2px solid #A6A292; border-right:2px solid #A6A292;}

.button2>a:after { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease-in;  
	top: 61%;
	right: 20px;
	width: 16px;
	margin-top: -6px;
	border-top:2px solid #fff;
}
.button2>a:hover:after { right:17px; border-top:2px solid #A6A292;}

.movtop {
 display:block;
 background-color: #b1bfca;
 padding-left:20px;
 }
 
 .movtop a {
	 padding:15px;
	 display:block;
	 text-align:center;
	 color:#333;
	 position:relative;
	 background-color: #b1bfca;
	 font-size:1.6rem;
 }
 
  .movtop a span:before {
	display: block;
	content: "";
	position: absolute;
	z-index:100;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 48%;
	left: 30%;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right:3px solid #333;
	border-top:3px solid #333;
}
.pagetop {display:none;}
.pagetop a {
	display:none;
}
.movtop a:visited,.movtop a:active { text-decoration:none;}

footer {
	background-color: #0d386b;
	width:100%;
	padding:0;
}

.mvfoot { border-top:1px solid #ccc;}

.column6 {
	float:left;
	width:50%;
	padding:0;
	color:#fff;
}

.column6exp {
	float:left;
	width:50%;
	padding:0;
	color:#fff;
}

footer .column6 dl dt,footer .column6exp dl dt { font-size:1.4rem; padding:15px 0 15px 25px; height:auto; border-bottom:1px solid #536c7a; border-right:1px solid #536c7a; text-align:left;}
footer .column6:nth-child(even) dl dt,footer .column6exp dl dt{ border-right:none;}
footer .column6:nth-child(5){ display:none;}
footer .column6:nth-child(6) {margin-right:50%; border-bottom:none !important; border-right:1px solid #536c7a;}
footer .column6:nth-child(6) dl dt{ border-bottom:none !important;}
footer .column6 dl dt span:before, footer .column6exp dl dt span:before{display: none;}
footer .column6 dl dd,footer .column6exp dl dd{ display:none;}

footer .nav {
	float: none;
	width: 100%;
	text-align:left;
	font-size:1rem;
	padding:20px;
	border-top:1px solid #536c7a;
	overflow: hidden;
}
footer .nav ul {
	list-style: none;
	float: left;
	padding:0px;
	width:100%;
}
footer .nav ul li {
	float:none;
	color: #fff;
	font-weight:200;
	padding-right:20px;
	font-size:1.1rem;
	text-align: left;
}
footer .nav ul li a{ 
	color:#fff;
	padding:5px 0;
	display:block;
}

footer .copyright {
	margin: 0;
	border-top: 1px solid #536c7a;
}
footer .copyright p {
    font-size: 1.1rem;
}
footer .copyright ul.social li a {
	margin:0 5px;
}
footer .copyright ul.social li i {
	font-size: 24px;
	padding: 10px 0;
}

.sb-slidebar {display:block;}
.sb-slidebar ul { margin-top:0;}
.sb-slidebar ul li { border-bottom:1px solid #ccc; font-size:1.3rem;}
.sb-slidebar ul li a{ 
	color:#222d33;
    display: block;
    padding: 20px 0 20px 20px;
	font-size: 1.4rem;
}
.searchform input[type="text"] { 
background:url(../images/search_icon.png) #fafafa no-repeat;
background-position:2px 2px;
padding:6px 0 5px 25px;
margin-top:2px;
margin-right:20px;
width:100%;
border-radius:2px;
border:1px solid #ccc;
}


.sb-slidebar ul.social {
	text-align:center;
	margin:40px 0;
}
.sb-slidebar ul.social li {
	display:inline-block;
	margin:0 20px;
	text-align:center;
	border-bottom:none;
}

.sb-slidebar ul.social li a {
	position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #c8c8c8;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	padding:0;
}

.sb-slidebar ul.social li a i {
    font-size: 36px;
}

.sb-slidebar ul.social li a:hover {
	color:#00b0ec;
	text-decoration:none;
}




.mb80 { margin-bottom:40px;}
}

@media (max-width: 375px){
.logo {
	width:50%;
	float:left;
	margin:0 0 0 10px;
	max-width:180px;
}

.movtop a span:before {
	display: block;
	content: "";
	position: absolute;
	z-index:100;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 48%;
	left: 25%;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right:3px solid #333;
	border-top:3px solid #333;
}

.button1>a {
	display: block;
	position: relative;
	z-index: 100;
	padding-top:3px;
	text-align:center;
	background: #fff;
	-webkit-transition: background-color 0.3s ease-in,color 0.5s ease-in;  
	color: #00b0ec;
	font-size: 1.4rem;
	line-height: 56px;
	text-decoration:none;
}
}


/* BLOG サムネ付きリスト表示 */
.thumbnail-list h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.thumbnail-list a {
    color: #333;
    text-decoration: none;
}

.thumbnail-list img {
    width: 310px;
}
.thumbnail-list img:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in;
}

.thumbnail-list ul {
    font-size: 0;
    margin: 10px -12px;
}

.thumbnail-list li {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin: 12px 12px 36px 12px;
}

.thumbnail-list li p.post-title {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
}

.thumbnail-list li p.post-content {
    margin-top: 18px;
    font-size: 13px;
    font-weight: normal;
    word-break: break-all;
	line-height: 1.5em;
}

.thumbnail-list .article-info {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.thumbnail-list .article-info .entry-taxonomy {
    position: absolute;
    left: 0;
}

.thumbnail-list .article-info .entry-date {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 11px;
    color: #999;
}

.thumbnail-list .taxonomy1,
.thumbnail-list .taxonomy2,
.thumbnail-list .taxonomy3 {
    font-size: 11px;
    color: #fff;
    padding: 1px 10px;
}

.thumbnail-list .taxonomy1 {
    background-color: #505978;
}

.thumbnail-list .taxonomy2 {
    background-color: #f6a623;
}

.thumbnail-list .taxonomy3 {
    background-color: #50e3c2;
}

@media (max-width: 767px) {
    .thumbnail-list {
        width: 90%;
        margin: 0 auto;
    }

    .thumbnail-list h6 {
        margin: 0 0 30px 0;
        padding: 0;
        font-size: 18px;
    }

    .thumbnail-list a {
        color: #333;
        text-decoration: none;
    }

    .thumbnail-list img {
        width: 100%;
    }

    .thumbnail-list ul {
        font-size: 0;
        margin: 0;
    }

    .thumbnail-list li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 60px 0;
    }

    .thumbnail-list li p.post-title {
        margin-top: 18px;
        font-size: 14px;
        font-weight: 600;
        word-break: break-all;
    }

    .thumbnail-list li p {
        margin-top: 18px;
        font-size: 14px;
        font-weight: normal;
        word-break: break-all;
    }

    .thumbnail-list .article-info {
        position: relative;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .thumbnail-list .article-info .entry-taxonomy {
        position: absolute;
        left: 0;
    }

    .thumbnail-list .article-info .entry-date {
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 11px;
        color: #999;
    }

    .thumbnail-list .taxonomy1,
    .thumbnail-list .taxonomy2,
    .thumbnail-list .taxonomy3 {
        font-size: 11px;
        color: #fff;
        padding: 1px 10px;
    }

    .thumbnail-list .taxonomy1 {
        background-color: #505978;
    }

    .thumbnail-list .taxonomy2 {
        background-color: #f6a623;
    }

    .thumbnail-list .taxonomy3 {
        background-color: #50e3c2;
    }
}
/* cookie__accept */ 
.personalInfo__area {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
	left: 0;
    width: 100%;
    background-color: #FFF;
    color: #2B2827;
    font-size: 13px;
    line-height: 1.6;
    padding: 15px 15px;
    box-shadow: 0 -1px 6px rgb(0 0 0 / 20%);
	z-index: 7000;
}

.personalInfo__squareBtn {
    display: block;
    position: relative;
    width: 20px;
    left: 98%;
    transform: translateX(-98%);
    padding: 5px;
}

.personalInfo__squareBtn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.personalInfo__squareBtn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.personalInfo__squareBtn:after, .personalInfo__squareBtn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 20px;
    background: #333;
}

.personalInfo__inner {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
	width: 100%;
	display: flex;
}

.personalInfo__anchor {
    text-decoration: underline;
    font-weight: bold;
	color: #000;
}

.personalInfo__accept {
	min-width: 160px;
	padding: 0 15px;
}

.personalInfo__accept a {
    display: block;
    padding: 10px 32px;
	border:  2px solid #00b0ec;
	    color: #00b0ec;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
	text-decoration: none;
}

.personalInfo__accept a:hover {
    color: #FFF;
    background-color: #00b0ec;
}

@media screen and (max-width: 767px) {
.personalInfo__area {
    font-size: 12px;
}
.personalInfo__inner {
	display:block;
	}
	.personalInfo__accept {
	width: 180px;
	margin: 20px auto 0;
	}
}

.txt-right {
	text-align: right;
}
