@charset "utf-8";
/*   
Theme Name: France365
Description: France365オリジナルテンプレート
Author: Circle
*/

/* -----------------------------------------------
 * style.css
 * LastUpdate : 18/5/6
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Sacramento');
/* RESET
----------------------------------------------------------------------------------------------------*/

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,img,
blockquote,
th,td {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0px;
}
table {
/*border-collapse:collapse;*/
border-spacing:0;
}
fieldset,img {
border:0;
}
/*address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}*/
li {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,
q:after{
content:'';
}
sup {
vertical-align:text-top;
}
sub {
vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:bold;
}
input,
textarea,
select {
*font-size:100%;
}

img{
	line-height:0;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
    line-height: 1.7em;
	color: #222;
	/*ɑ̃ のためarial */
	font-family: arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	/*font-weight: 500;*/
	-webkit-text-size-adjust: 100%;
	color: #000;
}

@media only screen and ( max-width : 769px ) {
body {
	font-size: 14px;
}
}
table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
img {
	vertical-align: bottom;
	border: none;
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
	outline: none;
	color: #69441e;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
	text-align: center !important;
}
.taR {
	text-align: right !important;
}
.taL {
	text-align: left !important;
}
.imgR {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}
.imgL {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.clr {
	zoom: 1;
	display: inline-table
}
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}
* html .clr {
	height: 1%;
	display: inline-table;
	display: block;
	height: 1%
}
.clr {
	display: block
}
input, textarea {
	border-radius: 0;
	line-height: 1em;/*font-size: 100%;*/
}

@media only screen and ( max-width : 480px ) {
}
input[type="text"], textarea, input[type="tel"], input[type="email"] {
	padding: 10px;
	border: none;
	margin: 0;
	display: block;
	background: #fff;
	width: 100%;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: inherit;
	border: 1px solid #ddd;
}
input[type="submit"] {
	-webkit-appearance: none;
}
textarea {
	height: 15em;
}
input[type="checkbox"], input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*  CHECKBOX */
.check label {
	position: relative;
	display: inline-block;
	word-break: break-all;
}
.check label input[type="checkbox"] + span, .check label input[type="radio"] + span {
	position: relative;
	padding: 0 30px 0 35px;
}
.check label input[type="checkbox"] + span::before {
	border-color: #00acc1;
}
.check label span {
	display: inline-block;
}
.check label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.check label input[type="checkbox"] + span::before, .check label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.check label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 22px;
	height: 22px;
	border: 2px #616161 solid;
	border-radius: 5px;
}
.check label input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 5px 8px;
	width: 6px;
	height: 9px;
}
.check label input[type="checkbox"]:checked + span::before {
	background-color: #616161;
}
.check label input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
*behavior:url(/scripts/boxsizing.htc)
}
.container {
	margin: 0 auto
}
.clr:after, .col:after, .container:after, .group:after, .row:after {
	content: "";
	display: table;
	clear: both
}
.row {
	padding-bottom: 0
}
.col {
	display: block;
	float: left;
	width: 100%
}

@media (min-width:769px), print {
.gutters .col {
	margin-left: 2%
}
.gutters .col:first-child {
	margin-left: 0
}
.gutters .colR:first-child {
	margin-right: 0
}
.sp {
	display: none
}
}

@media(max-width:769px) {
.sp_none {
	display: none !important;
}
}

@media print, screen and (min-width:769px) {
.span_1_full {
	width: 8.33333333333%
}
.span_2_full {
	width: 16.6666666667%
}
.span_3_full {
	width: 25%
}
.span_4_full {
	width: 33.3333333333%
}
.span_5_full {
	width: 41.6666666667%
}
.span_6_full {
	width: 50%
}
.span_7_full {
	width: 58.3333333333%
}
.span_8_full {
	width: 66.6666666667%
}
.span_9_full {
	width: 75%
}
.span_10_full {
	width: 83.3333333333%
}
.span_11_full {
	width: 91.6666666667%
}
.span_12_full {
	width: 100%
}
.span_1 {
	width: 6.5%;
}
.span_2 {
	width: 15%;
}
.span_3 {
	width: 23.5%;
}
.span_4 {
	width: 32%;
}
.span_5 {
	width: 40%;
}
.span_6 {
	width: 48%;
}
.span_7 {
	width: 57%;
}
.span_8 {
	width: 66%;
}
.span_9 {
	width: 74.5%;
}
.span_10 {
	width: 83%;
}
.span_11 {
	width: 91.5%;
}
.span_12 {
	width: 100%;
}
}
/* -----------------------------------------------
 * base.css
----------------------------------------------- */

* {
	box-sizing: border-box;
}
main {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto; /*IE8のみ適用*/
}
.min {
	font-family: serif;
}
.font {
	font-family: 'Sacramento', cursive;
	/* font-family: 'Alex Brush', cursive; */
}

@media only screen and ( max-width : 768px ) {
.container, .small_container {
	padding: 0 20px;
}
.sp_box {
	margin-bottom: 30px;
}
.sp_sbox {
	margin-bottom: 10px;
}
.sp_inner {
	padding: 0 20px;
}
section {
	margin-bottom: 30px;
}
.section {
	padding: 30px 0;
	margin-bottom: 0;
}
.br_pc {
	display: none;
}
.box {
	margin-bottom: 30px;
}
.sbox {
	margin-bottom: 20px;
}
.ssbox {
	margin-bottom: 10px;
}
}

@media only screen and ( max-width : 480px ) {
.container, .small_container {
	padding: 0 15px;
}
}

@media print, screen and ( min-width : 769px ) {
body {
}
.container {
	max-width: 1140px;
	padding: 0 20px;/*max-width: 1140px;
    min-width: 1000px;*/
}
.small_container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
.posL {
	float: left;
}
.posR {
	float: right;
}
.br_sp {
	display: none;
}
section {
	margin-bottom: 50px;
}
.section {
	padding: 50px 0;
	margin-bottom: 0;
}
.box {
	margin-bottom: 50px;
}
.sbox {
	margin-bottom: 10px;
}
.ssbox {
	margin-bottom: 15px;
}
}

@media print, screen and ( min-width : 1100px ) {
.container {
	max-width: 1100px;
	padding: 0;
}
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
header {
    background: url(./img/tricolol_line2.png) repeat-x top left #fff;

	/* background:
		repeating-linear-gradient(-45deg,white 0, white 7px,#161074 7px, #161074 14px,white 14px, white 21px,#DB0011 21px, #DB0011 28px),
		#ffffff;
	background-size:auto 9px;
	background-repeat:repeat-x; */

	/* padding-top: 10px; */
    /* border-bottom: 1px solid #ccc; */
    /*border-top: 3px solid #ececec;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

#h_logo span{
	padding-left: 10px;
}
#h_msg {
	font-size:0.83em;
	padding-top: 5px;
	line-height:1.2;
}
#h_sns,#h_search {
	margin-top:auto;
}
#h_sns ul {
	text-align: center;
}
#h_sns ul li {
	display: inline-block;
}
#h_sns a {
	color: #ababab;
	display: inline-block;
	margin-right: 10px;
	padding: 0 5px;
}
#h_sns a:last-child {
	margin-right: 0;
}
a#h_sns_ttl {
	font-size:11px!important;
}

.set-outer {
	width:100%;
	text-align:center;	
	margin: 0 auto;
}
.set {
	display:inline-block;
	width:470px;
	text-align:center;	
	margin-bottom:70px;
	border: 1px solid #2b4790;
	border-radius: 6px;
    padding: 6px;
}
.set .box-title {
    font-size: 1.0em;
	color: #2b4790;
	font-weight: bold;
    letter-spacing: 0.05em;
}
.set .podcast_badge {
    font-size: 1.2em;
	font-weight: 900;
}

@media screen and ( max-width : 900px ){
	#h_msg{
		width: 375px;
	}
	#h_sns,#h_search{
		margin-top: 0;
	}
}

@media screen and ( max-width : 768px ) {
	header {
		/* height: 60px; */
		border-bottom: 1px solid #ccc;
	}
	#h_logo {
		text-align: center;
		padding: 20px 5px;
		z-index:99;
	}
	#h_logo img {
		width: 120px;
	}
	#h_msg {
		width: 300px;
		position: relative;
		z-index:90;
		/* left:160px; */
	}
	#h_sns {
		top: 15px;
		right: 65px;
		position: absolute;
		z-index: 90;
		/* bottom:0; */
	}
	#h_search{
		margin-top: 20px;
		position: relative;
		z-index: 999;
	}
}
#h_msg_sp {
	display: none;
}
@media only screen and ( max-width : 767px ) {
	#h_logo span {
		display: none;
	}
	#h_msg {
		/* display: none;  */
	}
	/* #h_sns {
		bottom:10px;
	} */
	#h_sns_ttl {
		font-size:8px!important;
		padding: 0;
	}
}

@media screen and ( max-width : 640px ){
	#h_msg {
		display: none; 
	}
	#h_msg_sp {
		font-size:10px;
		line-height:1.2;
		padding: 0 15px 10px;
		display: block; 
	}
	#h_sns {
		position: relative;
		right: 0;
		top: 0;
	}
	#h_search{
		margin-top: 0;
	}
}

@media only screen and ( max-width : 500px ) {
	.set {
		display:inline-block;
		width:100%;
		margin-bottom:40px;
	}

	/* #h_msg {
		display: none; 
	}
	#h_msg_sp {
		font-size:10px;
		line-height:1.2;
		padding: 0 15px;
		display: block; 
	} */
	/* #h_sns {
		top:24px;
	} */
	/* header {
		height: 105px;
	} */
	#main_visal {
		margin-top: 105px!important;
	}

}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 769px ) {
	header {
		/* height: 82px; */
	}
	#h_logo {
		width: 200px;
		margin-top:10px;
	}
	#h_msg {
		padding-left:15px;
		/* width: 59%; */
		margin-top:10px;
	}
	#h_sns ul li {
    	width: 15%;
	}
	#h_sns a {
		font-size: 20px;
	}
}

@media print, screen and ( min-width : 1100px ) {
	#header {
	}
	#h_logo img {
	}
}
/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */
/*ドロワーメニューの開閉ボタン*/
/*.drbtn {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 50px;
	height: 50px;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	cursor: pointer;
	align-items: flex-end;
	display: flex;
	justify-content: center;
	font-size: 10px;
	padding-bottom: 2px;
	z-index: 10000;
}*/
/*ハンバーガーボタンを作るスタイルシート*/
/*.hambarg {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 2px;
	width: 26px;
	background: #111;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}
.hambarg:nth-child(1) {
	top: 32%;
	left: 50%;
}
.hambarg:nth-child(2) {
	top: 50%;
	left: 50%;
}
.hambarg:nth-child(3) {
	top: 68%;
	left: 50%;
}*/
/*ドロワーメニューをOPENにするスタイルシート*/
/*.drawer.action {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}*/
/*ボタンをドロワーメニュー内に表示*/
/*.drbtn.action {
	right: 0;
}
.action .drbtn_menu_txt {
	display: none;
}*/
/*ハンバーガーボタンを「✖」に変える*/
/*.drbtn.action .hambarg:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.drbtn.action .hambarg:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.drbtn.action .hambarg:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}*/
#menu li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#menu li i img {
	width: 20px;
}

@media only screen and ( max-width : 768px ) {
	/*ドロワーメニューのClose時のスタイルシート*/
	/*.drawer {
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100vh;
		background: #f4f4f4;
		padding: 70px 10px 20px;
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-transition: ease .5s;
		transition: ease .5s;
		z-index: 98;
	}
	#menu li {
		border-bottom: 1px dotted #c19a54;
	}
	#menu li a {
		display: block;
		padding: 20px;
	}
	#menu li ul li:last-child {
		border-bottom: none;
	}*/
}

@media print, screen and ( min-width : 769px ) {
	/*.drbtn {
		display: none;
	}*/
}
/* ---------------------------------------------------------------------------------------------

　   MAIN

--------------------------------------------------------------------------------------------- */
#main {
}
.side_ttl {
	text-align: center;
}
.side_ttl .en {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.side_ttl .jp {
	font-size: 16px;
	letter-spacing: 0.1em;
}
.side_posts li {
	font-size: 12px;
	margin-bottom: 20px;
}
.side_posts li:last-child {
	margin-bottom: 0;
}
.side_posts .img {
	width: 100px;
	margin-right: 15px;
}
.side_posts .txt {
	flex: 1;
}
.side_post_ttl {
	margin-bottom: 1em;
	line-height: 1.6;
    font-size: 15px;
}
.side_posts time {
	color: #ababab;
}
#side_ranking ul {
	counter-reset: ranking-mark;
}
#side_ranking li {
	position: relative;
}
#side_ranking li:before {
	content: counter(ranking-mark, decimal);
	counter-increment: ranking-mark;
	background: #272727;
	color: #fff;
	position: absolute;
	z-index: 10;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
#side_ranking li:nth-child(1):before {
	background: #eecf6d;
}
#side_ranking li:nth-child(2):before {
	background: #828282;
}
#side_ranking li:nth-child(3):before {
	background: #8b6220;
}

@media only screen and ( max-width : 768px ) {
#side {
	margin: 30px 0;
}
.side_ttl {
	margin-bottom: 20px;
}
.side_ttl .en {
	font-size: 32px;
}
}

@media print, screen and ( min-width : 769px ) {
#main_contents {
	margin: 5px 0;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#side {
	width: 300px;
	margin-left: 30px;
}
#content {
	flex: 1;
}
.side_ttl {
	margin-bottom: 30px;
}
.side_ttl .en {
	font-size: 40px;
}
}

@media print, screen and ( min-width : 1100px ) {
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
	/* background: url(./img/tricolol_line.png) repeat-x top left #f7f7f7; */
    background: url(./img/tricolol_line2.png) repeat-x top left #f7f7f7;
	/* background:
		repeating-linear-gradient(-45deg,white 0, white 7px,#161074 7px, #161074 14px,white 14px, white 21px,#DB0011 21px, #DB0011 28px),
		#f7f7f7;
	background-size:auto 9px;
	background-repeat:repeat-x; */
	
}
#footer a {
	color: #2d2d2d;
}
#footer li {
	position: relative;
    display: inline-block;	
}
/*#footer li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 8px;
}*/
.copy {
	color: #2d2d2d;
	background: #d2d2d2;
}

@media only screen and ( max-width : 768px ) {
.f_inner {
	padding: 30px 0 20px 0;
}
.f_logo {
	padding: 0 15px;
}
.f_logo span {
	display: block;
}
.f_logo_img {
	margin-bottom: 15px;
}
#footer .container {
	padding: 0;
}
.copy {
	font-size: 11px;
	padding: 10px;
}
.f_nav {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d2d2d2;
}
.f_nav li {
	width: 50%;
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
.f_nav li:nth-child(2n) {
	border-right: none;
}
.f_nav li a {
}
.f_sub_nav {
	padding: 0 15px;
	font-size: 12px;
	/*justify-content: center; */
    text-align: center;
}
.f_sub_nav li {
	margin-right: 15px;
}
.f_sub_nav li a {
	display: block;
	padding: 3px 0;
}
.f_sub_nav li:last-child {
	margin-right: 0;
}
}

@media only screen and ( max-width : 480px ) {
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 769px ) {
.f_inner {
	padding: 50px 0 40px 0;
}
.copy {
	padding: 25px;
	font-size: 13px;
}
.f_logo_img {
	width: 200px;
	margin-right: 20px;
}
.f_site_discription {
	flex: 1;
	font-size: 16px;
}

.f_nav {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_nav li {
	position: relative;
	flex: 1 1 auto;
	text-align: center;
}
.f_nav li a {
	/* font-weight: bold; */
	display: block;
	padding: 12px 0;
	font-size: 1.0em;
}
.f_nav li > li:before {
	content: "";
	width: 1px;
	height: 15px;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.5px;
}


/* .f_nav {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 25px 0;
	text-align: center;
}
#footer .f_nav li a {
	display: block;
	position: relative;
	padding: 0 20px;
}
*/
/* #footer .f_nav li a:before {
	content: "";
	width: 1px;
	height: 15px;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.5px;
}

#footer .f_nav li:last-child a:after {
	content: "";
	width: 1px;
	height: 15px;
	background: #d2d2d2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
} */
	.f_sub_nav {
		text-align: center;
	}
.f_sub_nav li a {
	display: block;
	padding: 0 20px;
}
}

@media print, screen and ( min-width : 1100px ) {
#footer {
}
}
/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.flexbox {
	-js-display : flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.space-between {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.center {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-end {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.align-start {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.align-stretch {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.nowrap{
	flex-wrap: nowrap;
}

@media only screen and ( max-width : 768px ) {
.flexbox_sp {
	-js-display : flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
.flexbox_pc {
	-js-display : flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbox_pc .span_4 {
	width: 31%;
}
.flex_direction_pc {
	flex-direction: row-reverse;
}
}
/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
h2 {
	color: #4a4a4a;
}
h2 .en {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
}
h2 .jp {
	display: inline-block;
	vertical-align: middle;
}
#main p {
	word-break: break-all;
}
.caption {
	font-size: 86%;
}
table {
	width: 100%;
}
table th, table td {
	vertical-align: middle;
}
table th {
	background: #e3dccf;
	/*color: #fff;*/
	text-align: center;
	border-bottom: 1px dotted #b3a282;
}
/*table tr:last-child th {
	border-bottom: 1px solid #cbcbcb;
}*/
table td {
	background: #fff;
	border-bottom: 1px dotted #b3a282;
}
.btn {
	display: block;
	color: #ababab;
	border: 1px solid #ababab;
	text-align: center;
	padding: 1em 1em;
	letter-spacing: 0.15em;
	margin: 0 auto;
	font-size: 12px;
}
.btn:hover {
	background: #ababab;
	color: #fff;
}

@media only screen and ( max-width : 768px ) {
#main {
/*margin-top: 60px;
    padding-top: -60px;*/
}
table th, table td {
	padding: 10px;
}
table th {
	width: 100px;
}
h2 {
	margin-bottom: 20px;
}
h2 .en {
	font-size: 36px;
    display: block;
	margin-top:20px;
	/* margin-top:10px; */
	margin-bottom:7px;
	text-align:center;
}
h2 .jp {
	/* margin-left: 0px; */
    display: block;
	font-size: 14px;
	text-align:center;
}
}

@media only screen and ( max-width : 480px ) {
	h2 .en {
		font-size: 36px;
	}
}
@media only screen and ( max-width : 288px ) {
	h2 .en {
		font-size: 16px;
	}
}

@media print, screen and ( min-width : 769px ) {
#main {
/*margin-top: 120px;
    padding-top: -120px;*/
}
h2 {
	margin-bottom: 20px;
}
h2 .en {
	font-size: 50px;
}
h2 .jp {
	margin-left: 20px;
	font-size: 16px;
}
table td {
	padding: 20px;
}
table th {
	width: 200px;
	padding: 20px;
}
.btn {
	max-width: 280px;
}
}

@media print, screen and ( min-width : 1100px ) {
}


/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 10;
}
#pageTop a {
	display: block;
	z-index: 10;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	background-position: right center;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

@media only screen and ( max-width : 480px ) {
#pageTop a {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
}
/* ---------------------------------------------------------------------------------------------

　   POST LIST

--------------------------------------------------------------------------------------------- */

article .cat {
	color: #c19a54;
}
article time {
	display: inline-block;
	position: relative;
	color: #ababab;
}
article time:before {
	content: "|";
	color: #cccccc;
	margin: 0 1em;
}
.postlist article .post_ttl {
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}
.postlist .txt .ex {
	font-size: 14px;
}

@media only screen and ( max-width : 768px ) {
	article .cat, article time {
		font-size: 10px;
	}
	.postlist article {
		margin-bottom: 20px;
	}
	.postlist article .img {
		width: 45%;
		overflow: hidden;
		/* height: 60vw; */
	}
	.postlist .txt {
		padding: 0px 5px 0 0;
		/* padding: 10px 0; */
	}
	.post_ttl {
		margin: 5px 0;
		font-size: 14px;
	}
	.postlist .txt .ex {
		font-size: 11px;
	}
}

@media only screen and ( max-width : 480px ) {
	.postlist article .img {
		/* height: 230px; */
		height: auto;
	}
	.postlist article .img {
		width: 100%;
		overflow: hidden;
		/* height: 60vw; */
		height: auto;
		margin-bottom:10px;
	}
	.postlist article .img img {
		width: 100%;
		height:110px;
		object-fit: cover;
	}
}

@media only screen and ( max-width : 320px ) {
	.postlist article .img {
		height: 190px;
	}
}

@media only screen and ( min-width : 479px ) {
	.postlist .img img {
		width: 100%;
	}
	.postlist .txt {
		flex: 1;
	}
}

.md_only {
	display:none;
}

/* for ipad mini */
@media only screen and ( max-width : 768px ) and  ( min-width : 479px) {
	.btn {
		max-width: 280px;
	}
	.md_only {
		display:block;
	}
	.md_none {
		display:none;
	}

	.banner ul {
		font-size: 0;
	}
	.banner li.sbox {
		display: inline-block;
		width: 50%;
		padding-right:10px;
	}  
}
@media print, screen and ( min-width : 769px ) {
	article .cat, article time {
		font-size: 12px;
	}
	.post_ttl {
		font-size: 20px;
	}
	.postlist .img {
		width: 200px;
		margin-right: 20px;
		height: 133px;
		overflow: hidden;
	}
	.postlist .img img {
		width: 100%;
	}
	.postlist .txt {
		flex: 1;
	}
	.postlist article {
		margin-bottom: 30px;
	}
}

@media print, screen and ( min-width : 1100px ) {
	.postlist .img {
		width: 285px;
		height: 190px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   COLUMN LIST

--------------------------------------------------------------------------------------------- */
.ChangeElem_Btn {
	border: none;
	cursor: pointer;
	background: #f8f8f8;
	position: relative;
}
.ChangeElem_Btn.is-active {
	background: #e2e2e2;
}
.ChangeElem_Btn.is-active:after {
	content: "";
	height: 3px;
	width: 100%;
	background: #c19a54;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ChangeElem_Panel {
	display: none;
}
.column_inner article .img {
	position: relative;
	overflow: hidden;
}
.column_inner article .img .column_cat {
	background: #c19a54;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	padding: 5px;
	text-align: center;
}
.column_inner article time:before {
	content: none;
}
.column_ttl {
	font-weight: bold;
	font-size: 110%;
}

.columnist_img {
    overflow: hidden;
    position: relative;
	min-height:100px;
}
.columnist_img img {
	left: 50%;
	/* width: 100%;
	height:auto; */
    width:auto;
    height:auto;
    max-width:100%;
	max-height:100%;
	
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}


@media only screen and ( max-width : 768px ) {
.column_inner article {
	margin-top: 20px;
}
.column_inner article a {
	display: flex;
}
.column_inner article .img {
	width: 120px;
	margin-right: 10px;
	max-height: 80px;
	overflow: hidden;
}
.column_inner article .txt {
	flex: 1;
	font-size: 12px;
}
.column_inner article .img .column_cat {
	font-size: 11px;
	line-height: 1em;
}
.ChangeElem_Btn {
	padding: 10px 5px;
	font-size: 11px;
	width: 33%;
}
.ChangeElem_Btn_Content {
}
}

@media print, screen and ( min-width : 769px ) {
.column_inner article .img .column_cat {
	font-size: 12px;
	width: 120px;
}
.column_inner article {
	width: 49%;
	margin-right: 2%;
	margin-top: 30px;
}
.column_inner article:nth-child(2n) {
	margin-right: 0;
}
/*.column_inner article:nth-child(1),.column_inner article:nth-child(2),.column_inner article:nth-child(3) {
    margin-top: 0;
  }*/
.ChangeElem_Btn {
	width: 14.28571428571429%;
	padding: 20px 5px;
	font-size: 12px;
}
.column_inner article {
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
.column_inner article .txt {
	padding: 1em;
}
.column_inner article .img {
	height: 16vw;
}
}

@media print, screen and ( min-width : 1100px ) {
.column_inner article {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 30px;
}
.column_inner article:nth-child(2n) {
	margin-right: 3.5%;
}
.column_inner article:nth-child(3n) {
	margin-right: 0;
}
.column_inner article .img {
	height: 150px;
}
}
/* ---------------------------------------------------------------------------------------------

　   contact_bnr

--------------------------------------------------------------------------------------------- */
.contact_bnr {
	border: 3px solid #c19a54;
	padding: 10px;
}
.contact_bnr a {
	display: block;
}
.contact_bnr .mail_magagine {
	border-top: 1px solid #ababab;
	padding-top: 10px;
	margin-top: 10px;
}

@media only screen and ( max-width : 768px ) {
}

@media print, screen and ( min-width : 769px ) {
}

@media print, screen and ( min-width : 1100px ) {
}
/* ---------------------------------------------------------------------------------------------

　   breadcrumbs

--------------------------------------------------------------------------------------------- */

.breadcrumbs {
	padding: 12px 10px;
}
.breadcrumbs li {
	display: inline;
	font-size: 86%;
}
.breadcrumbs li:first-child a:before {
	font-family: FontAwesome;
	content: '\f015';
	margin-right: 5px;
}
/* ---------------------------------------------------------------------------------------------

　   pagenavi

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
	margin-bottom: 50px;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #c19a54;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 5px 2px;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #c19a54;
}
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #c19a54;
	border-color: #c19a54;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #c19a54;
	border-color: #c19a54;
}
/* ---------------------------------------------------------------------------------------------

　   singleページ

--------------------------------------------------------------------------------------------- */
#submitbtn input {
	border:none;
	background: #1f2288;
	color: #fff;
	font-size: inherit;
	font-family: inherit;
	display: block;
	text-align: center;
	padding: 1.5em;
	width: 100%;
	cursor: pointer;
}
#submitbtn input:hover {
	opacity: 0.6;
}
.text_red {
	color: #e50012;
}
.post {
	margin-bottom: 20px;
}
/*.post h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
    padding: .35em .5em;
    background: linear-gradient(to right,#B38943,rgba(255,255,255,0));
    color:#ffffff;
}
*/

.single #content h1,.page .post h1 {
	font-size: 24px;
	/* color:#221!important; */
	color:#442606!important;
	font-weight: 600!important;
	position: relative;
    font-weight: normal;
	padding: 0.5em 0.6em;
	line-height: 1.5em;
	letter-spacing: 0.06em;
	border-radius:0.6em;
	border: 1px solid #ddd;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,1);
	/* background: linear-gradient(#F7F5F1 0%, #FFF 50%,#F7F5F1 50%, #FFF 100%); */
	/* background: linear-gradient(#EFEFEF 0%, #FFF 50%, #EEE 50%, #FFF 100%); */
	background: linear-gradient(#EFEFEF 0%, #FFF 40%, #efefef 60%, #FFF 100%);
}
.category_ttl {
    background: url(./images/underline.png) repeat-x bottom left;
	background-position:0px 2.6em;
	font-size: 25px;
    font-weight: normal;
	color:#442606!important;
	padding: 0.5em 0em;
	line-height: 1.5em;
	letter-spacing: 0.06em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.post h2 {
    font-size: 22px;
	color:#221!important;
    line-height: 2.0;
	padding-left: 0.5em;
    font-weight: 600;
	position: relative;
	border-left: 6px solid #130E72;
	background-color: #f6f6f6;
	/* background: linear-gradient(#EFEFEF 0%, #FFF 50%, #EEE 50%, #FFF 100%); */
	/* margin-top:1.8em; */
}
.post h2:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #DB0011;
}
/* .post h2 span { color: #fff !important; } */
.post h2 strong {
    font-weight: 700;
}

.post h3, .post h4 {
    font-size: 17px;
    line-height: 2;
    font-weight: 600;
	padding-bottom: 0.1em;
	padding-left: 0.8em;
	margin-left:0.1em;
	margin-bottom:0.6em;
	color: #442606;
	border-bottom: solid 3px #442606;
	/* margin-top:1.5em; */
}
.post h4 {
    font-size: 16px;
}

/* .underline {
    padding-bottom: 0.4em;
    border-bottom: 1px solid #ccc;
} */
.underline {
	border-bottom: solid 3px #efe9dc;
	position: relative;
    /* background: url(./images/underline.png) repeat-x bottom left; */
	/* background-position:0px 2.6em; */
}
.underline:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px rgba(192, 154, 83, 0.5);
	bottom: -3px;
	width: 30%;
}
.underline_img {
    background: url(./images/underline.png) repeat-x bottom left;
	background-position:0px 3.2em;
}
@media print, screen and ( max-width : 414px ) {
	.underline_img {
		background-position:0px 2.0em;
	}
}
/*.post h3 {
	border-bottom: solid 3px rgba(179, 137, 67, 0.8);
	position: relative;
	font-size: 18px;
	padding-bottom:5px;
	margin: 20px 0 10px;
	color: #011381;
	font-weight: 600;
}

.post h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #011381;
	bottom: -3px;
	width: 30%;
}
*/
/*.post h4 {
	position: relative;
	font-size: 18px;
	padding: .5em .0em .3em;
	margin: 20px 0 10px;
	font-weight: 500;
}
.post h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, rgba(179, 137, 67, 0.8), rgba(179, 137, 67, 0.8) 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, rgba(179, 137, 67, 0.8), rgba(179, 137, 67, 0.8) 2px, #fff 2px, #fff 4px);
}
*/

.post .aligncenter {
	display: block;
	margin: 0 auto 1.5em auto;
}
.single .infotxt {
	/*color: #e50012;*/
	padding-bottom: 0.5em;
	text-align:right;
	font-size:0.9em;
}
.post p {
	margin-bottom: 1.5em; /* must */
}
.post img {
	margin-bottom: 1.5em;
}
.wp-caption-text {
	text-align: center;
}

@media only screen and ( max-width : 768px ) {
	.single #content h1,.page .post h1 {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 1.4;
	}
	.post h2 {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 1.4;
		margin-bottom:10px;
		padding: .4em .4em .4em .4em;
	}
	.post h3,.post h4 {
		font-size: 14px;
	}

}
@media print, screen and ( min-width : 769px ) {
	#submitbtn input {
		width: 300px;
		margin: 0 auto;
	}
}
/* ---------------------------------------------------------------------------------------------

　   関連記事

--------------------------------------------------------------------------------------------- */
.yarpp-related h3 {
	padding: 20px 0 0 !important;
	font-size: 20px !important;
	margin-top: 20px !important;
	margin-bottom: 1em !important;
}
.related-post{
	width:100%;
	overflow:hidden;
	margin-top:5px;
	font-size:0;
}
.related-entry {
	vertical-align: top;
	display:inline-block;
	width:25%;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 12px;
	padding: 0 0.5%;
}
.related-entry img{
 	border: #eee 1px solid;
	padding:2%;
	width:100%;
}
.yarpp-related a {
    font-weight: normal!important;
    line-height: 1!important;
}

.yarpp-related .related-entry img {
	border:none;
	padding:0;
	position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    left: 0;
    top: 0;
	object-fit: cover;
}
.yarpp-related .related-entry {
	padding: 0 .5em;
	margin-top: 12px;
	margin-bottom: 4px;
}
.yarpp-related .related-post {
	border: #eee 1px solid;
	padding: 0 4px 12px;
}
.yarpp-related .related-thumb a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	margin-bottom: 12px;
}

@media only screen and ( max-width : 414px ) {
	.yarpp-related h3 {
	padding: 10px 0 5px!important;
	font-size: 16px!important;
	line-height: 1.4;
}
	.related-entry {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.col2-mw480 {
	  display:flex;
	  flex-wrap:wrap;
  	}
	.col2-mw480 article {
	  width: 50%;
	  box-sizing: border-box;
	}
	.col2-mw480 article time {
	  width:100%;
	  text-align:right;
	}
	.col2-mw480 article time:before {
	  content: "";
	}
	.col2-mw480 article .img {
	  display: table-cell; /*上下中央*/
	  width: 100%;
	  height: 120px;
	  padding: 0 4px;
	  box-sizing: border-box;

	  text-align: center; /*左右中央*/
	  vertical-align: middle; /*上下中央*/
	}
	.col2-mw480 article .img img {
	  width:auto;
	  height:auto;
	  max-width:100%;
	  max-height:120px;
	}
	.col2-mw480 .txt {
		line-height:1em!important;
	}
	.col2-mw480 .txt .ex {
	  display:none;
	}
	/* .post p:first-of-type img {
		width:50%!important;
		max-width:50%!important;
	} */

}

#prevnext {
	display:none;
}
@media only screen and (max-width: 480px) {
	#prevnext {
		display:flex;
		flex-wrap:wrap;
		width:100%;
		justify-content: space-between;
		margin: 20px 0;
	}
	#prevnext div{
		width: 49.5%;
		box-sizing: border-box;
		background-color:#eee;
		padding:15px;
		text-align: center;
	}
}


/* ---------------------------------------------------------------------------------------------

　   20181102

--------------------------------------------------------------------------------------------- */
@media only screen and ( max-width : 768px ) {
	.postlist article .img {
		width: 45%;
		overflow: hidden;
		/* height: 60vw; */
	}
}

@media only screen and ( max-width : 480px ) {
	.postlist article .img {
		/* height: 230px; */
		height: auto;
	}
	.postlist article .img {
		width: 100%;
		overflow: hidden;
		/* height: 60vw; */
		height: auto;
		margin-bottom:10px;
	}
	.postlist article .img img {
		width: 100%;
		height:110px;
		object-fit: cover;
	}
}


/* ---------------------------------------------------------------------------------------------

　   20181207

--------------------------------------------------------------------------------------------- */
.h_inner {
	 position:relative;
	padding-top:10px;	 
	z-index: 100;
}
/* .h_inner .search-form { position:absolute; right:2px; bottom:2px; } */
.search-form input[type="text"] { padding:3px; font-weight:normal; font-size:80%; }
@media only screen and ( max-width : 480px ) {
.h_inner .search-form { display:none; }
}

/* ---------------------------------------------------------------------------------------------

　   20190128

--------------------------------------------------------------------------------------------- */
.random { display:none; }
.random_pc {
	max-width:300px;
	height: auto;
	margin: auto;
	margin-top: -20px;
	margin-bottom: 20px;
}
.random_pc .random_close {
	display: none;
}
@media screen and (max-width:480px) {
	.random { 
		display:block;
		position: fixed;
		bottom: 0;
		z-index: 100;
	}
	.random li {
		position: relative;
	}
	.random li .random_close {
		font-size: 20px;
		display: block;
		background: white;
		opacity: 0.7;
		padding:2px 5px;
		position: absolute;
		z-index: 101;
	}
	.random_pc {
		display: none;
	}
}
/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 768px ) {
}

@media print, screen and ( min-width : 769px ) {
}

@media print, screen and ( min-width : 1100px ) {
}


.searchform {
  position: relative;
}
 
.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  top:0px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}
 .searchsubmit {
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}

/*WordPress override*/
.wp-caption {
	width:auto!important;
}

/* podcast double bug */
main .post .powerpress_player:not(:first-of-type) {
	display: none;
}
main .post .powerpress_links_mp3:not(:first-of-type) {
	display: none;
}
main .post .powerpress_subscribe_links:not(:nth-child(3)) {
	display: none;
}