@charset "UTF-8";

/*共通部分
-------------------*/
html{
	font-size: 125%;
}
body{
	font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 1; /*全体の行間設定*/
	color: #432;
}
a {
	text-decoration: none;
	color:#252525;
}
img{
	max-width: 100%;
}
.text{
	display:inline-block;
}
.text-narrow-95 {
    transform: scale(0.95, 1);
	transform-origin: top left;
    width: 105%;
}
.text-narrow-90 {
    transform: scale(0.9, 1);
	transform-origin: top left;
    width: 111%;
}
.text-narrow-80 {
    transform: scale(0.8, 1);
	transform-origin: top left;
    width: 125%;
}
.text-narrow-70 {
    transform: scale(0.7, 1);
	transform-origin: top left;
    width: 143%;
}
.mb100 {
	margin: 0 0 100px 0 ;
}


/*大きな背景画像
-------------------*/
.big-bg{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
#home{
	background-color:#54917f;
}
#home .page-title{
	text-transform: none; /*テキストの大文字小文字全角を変換しない指定*/
}
/*@media only screen and (min-width:641px) {}*/
/*@media screen and (max-width: 640px) {
.big-bg{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}#home{
	background-color:#f7f6fb;
}
}/*


/*
#home{
	background-image:url(../../../zai/main-bg.jpg);
	min-height: 100vh;
	padding: 0 25px;
}
*/



/*header
-------------------*/
.logo{
	/*width: 60%;*/
	margin-top: 100px;
	/*margin-bottom: -130px;本来はなし*/
}
.page-heder{
	display: flex;
	justify-content: space-between;
}
.wrapper{
	max-width: 1100px;
	margin: 0 auto; /*中央に配置する指定*/
	padding: 4%; /*スマホ向け余白の指定*/
}


/*ヘッダーメニュー入れるとき-------------------*/
header {
	z-index: 9999;
	padding: 30px 4% 10px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	transition: all .5s ease-out;
	height:120px;
}
header.min-header {
	height:100px;
	padding: 10px 4%;
	background-color: #be8f68 ;
}
header h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
header a {	
	text-decoration: none;
	color: #fff;
}
a {
	text-decoration: none;
	color: #252525;
}
p {
	line-height: 2;
}
nav {
	margin: 0 0 0 auto;
}
ul {
	list-style: none;
	margin: 10px 0 0;
	display: flex;
}
li {
	margin: 0 0 0 10px;
	font-size: 18px;
}
header .login{
	position: relative;
	display: block;
	max-width:600px;
	width:550px;
	height:35px;
	margin:10px 0 5px;
	background-color:#f39800;
	border-radius:3rem;
	left: 20px;
}

header .login a p{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:500;
	padding:.15rem 1rem 1rem;
	color:#fff;
	text-align:center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transition: all .3s ease-out;
	border-radius:3rem;
}
/*header .login a p:hover  {
	color: #fff;
	border-radius:3rem;
	background-color: #043c78;
	max-width:600px;
	width:550px;
	height:35px;
}*/
.sp-nav {
	display: none;
}
.pc-nav li {
	font-size: 1rem;
	line-height: 20px;
	font-weight: 500;
	margin: 0px 1.2em;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;

}
.pc-nav ul li{
	float: left;
	border-left: 1px solid #fff;
	padding-left: 13px;
	margin-right: 13px;
	left: -50%;
}

@media screen and (max-width: 640px) {
	/**ハンバーガーメニュー	**/
	.pc-nav {
		display: none;
	}
	.sp-nav {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		background: rgba(0, 0, 0, .8);
		opacity: 0;
		transform: translateY(-100%);
		transition: all .2s ease-in-out;
	}
	#hamburger {
		position: relative;
		display: block;
		width: 50px;
		height: 25px;
		margin: 0 0 0 auto;
		left: -20px;

	}
	#hamburger span {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transform: translateY(-50%);
	}
	#hamburger::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	#hamburger::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 70%;
		height: 2px;
		background-color: #fff;
	}
	/*スマホメニュー	*/
	header {
		z-index: 9999;
		padding: 30px 4% 20px;
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #fff;
		display: flex;
		align-items: center;
		transition: all .5s ease-out;
		height:70px;
	}
	header.min-header {
		height:70px;
		padding: 30px 4% 20px;
		background-color: #be8f68 ;
	}
	.sp-nav ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.sp-nav li {
		margin: 0;
		padding: 0;
		line-height: 25px;
		text-align:center;
	}
	
	/*　閉じる	*/
	.sp-nav li span {
		font-size: 15px;
		color: #fff;
	}

	.sp-nav li a, .sp-nav li span {
		display: block;
		padding: 20px 0;
	}

	/*-閉じるアイコンー	*/
	.sp-nav .close {
		position: relative;
		padding-left: 20px;
	}
	.sp-nav .close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( 45deg );
	}
	.sp-nav .close::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( -45deg );
	}
	}
	.toggle {
		transform: translateY( 0 );
		opacity: 1;
	}
	.main-visual {
		padding: 0 4%;
	}
	h2 {
		line-height: 1.6;
		text-align: center;
	}
/*スマホログインボタン*/
	header .login-sp{
		position: absolute;
		display: block;
		max-width:100%;
		width:640px;/*350*/
		height:35px;
		margin:110px 0 5px;
		background-color:#f39800;
		left:0rem; /*0.9*/
		bottom:.5rem;
	}
	
	header .login-sp a p{
		font-size:0.8rem;
		line-height:1.5rem;
		font-weight:500;
		padding:.15rem 1rem 1rem;
		text-align:center;
		color:#fff;
		font-family: 'M PLUS Rounded 1c', sans	-serif;
		transition: all .3s ease-out;
		border-radius:3rem;
	}

	table {
		max-width: 700px;
		margin: 0 auto;
		color: #aaa;
	}
	
	.break {
		margin-bottom:200px;
	}
}


/*home
-------------------*/
.home-content{ /*画面中央と余白の指定*/
	text-align: center;
	margin-top: 30%;/*メニュー有りは30% 標準は5%*/
}
	/*タイトル周りのフォント*/
.page-title{
	font-size: 3.5rem;
	font-weight:600;
	line-height:5rem;
	font-family: 'Shippori Mincho B1', serif;
	text-transform: uppercase;
	margin: 10px 0 45px;
	color: #666c67;
	/*text-shadow: 2px 3px 6px #24140e;*/
}
.home-content .page-subtitle{
	font-size:1.8rem;
	line-height:2.2rem;
	margin: 0 0 10px;
	color: #666c67;
	/*text-shadow: 2px 3px 6px #24140e;*/
}
.home-content .small-collar{
	font-size:1.125rem;
	margin: 10px 0 42px;
	color: #ffdc00;
	/*text-shadow: 2px 3px 6px #24140e;*/
}
.home-content .small{
	font-size:1.8rem;
	font-weight:500;
	margin: 10px 0 42px;
	color: #ffdc00;
	/*text-shadow: 2px 3px 6px #24140e;*/
}

.home-content .border{
	border-bottom: .5px dotted;
}

.nerai{
	width:600px;
	font-size:1rem;
	line-height:2rem;
	font-weight:lighter;
	margin: 10px auto 60px;
	text-align:left;
	color: #fff;
	text-align:justify;
	/*text-shadow: 2px 3px 6px #24140e;*/
}
h2 img{
	width:750px;
}

@media screen and (max-width: 640px) {
	.home-content{ /*画面中央と余白の指定*/
		text-align: center;
		margin-top: 5%;
	}
	.page-title{
		font-size: 2.3rem;
		line-height:3.3rem;
	}
	.home-content .page-subtitle{
		font-size:1.5rem;
		line-height:2rem;
	}
	.home-content .small{
		font-size: 1rem;
	}
	.nerai{
		width:90%;
		font-size:0.8rem;
		line-height:1.5rem;
	}
	h2 img{
		width:100%;
	}
}


/*文章_見たい動画をクリックタップ
-------------------*/
.ex {
	width:50%;
	font-size: 1rem;
	line-height:2rem;
	background: #505050;
	padding: 5px 32px;
	margin: 0 auto;
	color: #fff;
}


/*Q＆Aボタン
-------------------*/

.area{
	width:100%;
	height:100%;
	padding:30px 0 30px;
	margin:0 0 50px 0;
	/*background-color:#666c67;*/
}
#index{
	margin:20px auto;
}
#index a {
	display: block;
	width:40%;
	font-size: 1rem;
	font-weight:400;
	line-height:2rem;
	background: #fff;
	padding: 10px 10px;
	text-align:center;
	margin:20px auto;
	color: #666c67;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transition: all .3s ease-out;
}
#index a:hover  {
	color: #fff;
	background-color: #b33e5c;
}
#index-2{
	margin:20px auto;
}
#index-2 a {
	display: block;
	width:40%;
	font-size: 1rem;
	font-weight:400;
	line-height:2rem;
	background: #043c78;
	padding: 10px 10px;
	text-align:center;
	margin:20px auto;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transition: all .3s ease-out;
}
#index-2 a:hover  {
	color: #fff;
	background-color: #b33e5c;
}
#index-seminar {
	margin:0px auto;
}
#index-seminar a {
	display: block;
	width:60%;
	height:80px;
	font-size: 1.1rem;
	font-weight:400;
	line-height:2rem;
	background: #fff;
	padding: 20px 10px;
	text-align:center;
	margin:-80px auto;
	color: #666c67;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transition: all .3s ease-out;
}
#index-seminar a:hover  {
	color: #fff;
	background-color: #b33e5c;
}
@media screen and (max-width: 640px) {
	#index a {
		width:70%;
	}
	#area{
		height:550px;
	}
	#index-2 a {
		width:70%;
	}
	#index-seminar a {
		display: block;
		width:80%;
		height:40px;
		font-size: .8rem;
		line-height:1.5rem;
		padding: 6px 10px;
		margin:-120px auto;
	}
}


/*.login{
	display: block;
	max-width:600px;
	width:90%;
	height:100%;
	margin:10px auto 100px;
	background-color:#f39800;
	border-radius:3rem;
}

.login a p{
	font-size:1.2rem;
	line-height:1.8rem;
	font-weight:500;
	padding:1.5rem 2rem 1.5rem;
	color:#fff;
	text-align:center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transition: all .3s ease-out;
	border-radius:3rem;
}
.login a p:hover  {
	color: #fff;
	border-radius:3rem;
	background-color: #043c78;
}*/


/*ダウンロード方方法
.explanation{
	font-size:15.5px;
	line-height:27px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:400;
	margin:60px auto 60px;
	color:#fff;
	text-align:center;
}
hr {
	width:60%;
	height:10%;
	margin: 30px auto 30px;
	color:#666c67;
}
-------------------*/


/*各エリア
-------------------*/
/* 新着
#genre-0{
	font-size: 1.8rem;
	line-height:2.8rem;
	font-weight:600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing:3px;
	margin:80px auto 30px;
	text-align:center;
	color: #f6e5cc ;
}
 */

/* コラムエリア */
.area-column{
	width:100%;
	height:100%;
	padding:20px 0 20px;
	background-color:#eae1cf;
}
#genre-1{
	font-size: 1.8rem;
	line-height:2.5rem;
	font-style: italic;
	font-weight:600;
	font-family: 'Noto Sans JP', sans-serif;
	/*background: #252525;*/
	letter-spacing:3px;
	margin:50px auto 30px;
	text-align:center;
	color: #b33e5c;
}
#genre-1 .sub {
	font-size: 1rem;
	line-height:2.0rem;
	font-weight:500;
	border-top: 2px solid #696969;
	border-bottom: 2px solid #696969;
	vertical-align:4px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	letter-spacing:6px;
	color: #696969 ;
}

/* アーカイブ動画エリア */
.area-movie{
	width:100%;
	height:100%;
	padding:20px 0 20px;
	background-color:#b33e5c;
}
#genre-2{
	font-size: 1.8rem;
	line-height:2.5rem;
	font-weight:600;
	font-style: italic;
	font-family: 'Noto Sans JP', sans-serif;
	/*background: #252525;*/
	letter-spacing:3px;
	margin:80px auto 30px;
	text-align:center;
	color: #fff;
}
#genre-2 .sub {
	font-size: 1rem;
	line-height:2.0rem;
	font-weight:500;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align:4px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	letter-spacing:6px;
	color: #fff ;
}
/* リポスト記事エリア */
.area-Repost{
	width:100%;
	height:100%;
	padding:20px 0 20px;
	background-color:#043c78 ;
}
#genre-3{
	font-size: 1.8rem;
	line-height:2.5rem;
	font-style: italic;
	font-weight:600;
	font-family: 'Noto Sans JP', sans-serif;
	/*background: #252525;*/
	letter-spacing:3px;
	margin:80px auto 30px;
	text-align:center;
	color: #ffe9a9 ;
}
#genre-3 .sub {
	font-size: 1rem;
	line-height:2.0rem;
	font-weight:500;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align:4px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	letter-spacing:3px;
	color: #fff ;
}
/* informationエリア */
.area-information{
	width:100%;
	height:100%;
	padding:20px 0 20px;
	background-color:#d4d9d6;
}
#genre-4{
	font-size: 1.8rem;
	line-height:2.5rem;
	font-weight:600;
	font-style: italic;
	font-family: 'Noto Sans JP', sans-serif;
	/*background: #252525;*/
	letter-spacing:3px;
	margin:80px auto 30px;
	text-align:center;
	color: #54917f;
}
#genre-4 .sub {
	font-size: 1rem;
	line-height:2.0rem;
	font-weight:500;
	border-top: 2px solid #54917f;
	border-bottom: 2px solid #54917f;
	vertical-align:4px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	letter-spacing:3px;
	color: #54917f ;
}
/* セミナーエリア */
.area-seminar{
	width:100%;
	height:100%;
	padding:20px 0 20px;
	background-color:#54917f;
}
#genre-5{
	font-size: 1.5rem;
	line-height:2.2rem;
	font-weight:600;
	font-style: italic;
	font-family: 'Noto Sans JP', sans-serif;
	/*background: #252525;*/
	letter-spacing:1px;
	margin:80px auto 30px;
	text-align:center;
	color: #fff;
}
#genre-5 .sub {
	font-size: 1rem;
	line-height:2.0rem;
	font-weight:500;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align:4px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	letter-spacing:3px;
	color: #fff ;
}
/*他のエリアを増やすとき*/
#genre-6,
#genre-7,
#genre-8,
#genre-9,
#genre-10,
#genre-11,
#genre-12,
#genre-13,
#genre-14,
#genre-15,
#genre-16{
	max-width:950px;
	width:100%;
	height:100%;
	background-color:#00afcc;
	padding:1.2rem 0 .7rem;
	font-size:1.4rem;
	line-height:2.4rem;
	font-weight:500;
	color:#fff;
	text-align:center;
	margin:150px auto 0px;
	transform: translate(0, -30px);
 	transition: all .8s ease-out;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#genre-ex{
	max-width:950px;
	width:100%;
	height:100%;
	background-color:#00afcc;
	padding:1.5rem 0 1.5rem;
	font-size:1.4rem;
	line-height:2.4rem;
	font-weight:500;
	color:#fff;
	text-align:center;
	margin:150px auto 0px;
	transform: translate(0, -30px);
 	transition: all .8s ease-out;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#genre-6 .sub,
#genre-7 .sub,
#genre-8 .sub,
#genre-9 .sub,
#genre-10 .sub,
#genre-11 .sub,
#genre-12 .sub,
#genre-13 .sub{
	font-size: 1rem;
	line-height:2.0rem;
	font-weight:500;
	border-top: 2px solid #54917f;
	border-bottom: 2px solid #54917f;
	vertical-align:4px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	letter-spacing:3px;
	color: #54917f ;
}
.line{
	width:180px;
	position:relative;
	bottom:30px;
	border-radius:5px;
	border:2px solid #00afcc;
	opacity: 0;
	margin:0 auto 30px;
	transform: translate(80px, 0);
	transition: all .8s ease-out;
}
.line .small{
	font-size:1rem;
}
@media screen and (max-width: 640px) {
	.line{
		border:2px solid #00afcc;
		transform: translate(30px, 0);
		transition: all .8s ease-out;
	}
}
.back{
	margin:100px auto 100px;
}
.back p a {
	display: block;
	width:20%;
	font-size: 1rem;
	line-height:2rem;
	background: #666c67;
	text-align:center;
	padding: 10px 10px;
	margin:30px auto;
	color: #fff;
	border-radius:10px;
	transition: all .3s ease-out;
}
.back p a:hover  {
	color: #505050;
	background-color: #043c78 ;
}
@media screen and (max-width: 640px) {
.back{
	margin:30px auto 100px;
}
.back p a {
	font-size: .7rem;
	width:40%;
}
}
/*
.band{
	width:100%;
	height:100%;
	position:relative;
	font-size:1.2rem;
	line-height:2.2rem;
	font-weight:500;
	color:#666c67;
	text-align:center;
	opacity: 0;
	padding: 20px 0;
	margin:0 auto 10px;
	transform: translate(0, -30px);
	transition: all .8s ease-out;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.band .small{
	font-size:1rem;
	font-color:#666c67 ;
}
*/

/*Flexbox 各サムネイルBOX
-------------------*/

/*コラム用横長1列サムネ gridboxではない*/
.item-column{
	width:600px;
	height: 190px;
	margin:0 auto 50px;
	background: #fff;
	color: #393e4f;
	/*padding: 15px 15px;*/
	opacity: 0;
}
/*****2〜3列gridbox****/
.container{
	max-width:1000px;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(310px,1fr));/*310*/
	gap: 20px;
	margin:0 auto 100px;
}
/*2〜3列サムネ*/
.item{
	display: grid;
	background: #fff;
	color: #393e4f;
	/* border-radius: 10px;*/
	text-align:center;
	/*place-items: center;*/
	/* box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.15);*/
    width: 270px;
	height: 190px;
	margin:20px auto ;
	/*padding: 15px 15px;*/
	opacity: 0;
	/* transform: translate(0, 80px);*/
	/* transition: all 0.6s ease-out;*/
	}
.item-s{
	display: grid;
	background: #fff;
	color: #393e4f;
	/* border-radius: 10px;*/
	text-align:center;
	/*place-items: center;*/
	/* box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.15);*/
    width: 300px;
	height: 180px;
	margin:20px auto ;
	/*padding: 15px 15px;*/
	opacity: 0;
	/* transform: translate(0, 80px);*/
	/* transition: all 0.6s ease-out;*/
	}

/*itemに付属する詳細を見るボタン*/
.item-ex{
	display: grid;
	background: #fff;
	color: #393e4f;
	/* border-radius: 10px;*/
	text-align:center;
	/*place-items: center;*/
	/* box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.15);*/
    width: 270px;
	height: 60px;
	margin:20px auto ;
	/*padding: 15px 15px;*/
	opacity: 0;
	/* transform: translate(0, 80px);*/
	/* transition: all 0.6s ease-out;*/
	}
.item-ex .shousai{
	font-size:1.2rem;
	line-height:2rem;
	font-weight:500;
	padding: .7rem 0.5rem 0;
	}

@media screen and (max-width: 640px) {
	.container{
		grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
		gap: 10px;
		margin:8px 8px 100px 8px;
	}
	/*コラム用横長1列サムネ*/
	.item-column{
		width:270px;
		height: 100%;
		margin:0 auto 30px;
		background: #fff;
		color: #393e4f;
		/*padding: 15px 15px;*/
	}
	/*2〜3列サムネ*/
	.item{
		width: 170px;
		height: 135px;
		/*padding: 15px 10px;*/
		transform: translate(0, 10px);
		transition: all 0.6s ease-out;
	}
	.item-s{
		width: 170px;
		height: 100px;
		/*padding: 15px 10px;*/
		transform: translate(0, 10px);
		transition: all 0.6s ease-out;
	}
	/*itemに付属する詳細を見るボタン*/
	.item-ex{
		width: 200px;
		min-width: 180px;
		height: 60px;
		/*padding: 15px 10px;*/
		transform: translate(0, 10px);
		transition: all 0.6s ease-out;
	}
	.item-ex .shousai{
		font-size:1.2rem;
		line-height:2rem;
		font-weight:500;
		padding: .6rem 0.5rem 0;
		}
}
/*--
.item{
	background: #0bd;
	color: #fff;
	margin: ;
	padding: 10px;

--*/

/*コラム用横長1列サムネ内容
---------------*/
.thumbnail{
	width:100%;
	max-width:600px;
	margin:10px auto 80px;
}
.thumbnail img{
	width:100%;
}
.thumbnail .koushi {
	width:100%;
	height:60px;
	font-size:1.5rem;
	line-height:1.4rem;
	font-weight:500;
	margin:-3px 0 20px;
	padding:13px 0 0;
	text-align: center;
	background:#fff;
	font-family: 'Noto Sans JP', sans-serif;
}
.item-column img{
	position: relative;
	max-width:270px;
    width: 100%;
	margin:0 0 5px 0;
	/*padding: 15px 10px;*/
}
.item-column .title{
	position:relative;
	font-size:1rem;
	line-height:1.3rem;
	font-weight:500;
	left: 290px;
	bottom: 150px;
	font-family: 'Noto Sans JP', sans-serif;
}
.item-column .subtitle{
	position:relative;
	font-size:0.7rem;
	line-height:1.5rem;
	font-weight:400;
	color: #00a497 ;
	font-family: 'Noto Sans JP', sans-serif;
}
.item-column .koushi-2 {
	position:absolute;
	font-size:0.8rem;
	line-height:1.4rem;
	font-weight:500;
	text-align: center;
	left:230px;
	bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
}
.item-column .time {
	position:relative;
	font-size:.6rem;
	line-height:1.2rem;
	color:#e95388;
	bottom:1px;
}
.item-column .new {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:25px;
	top:-30px;
	left:-28px;
	padding: 12px 0 0 0;
	letter-spacing:2px;
	background-color:#ffdc00;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	z-index: 5;
}
.item-column .new p{
	font-size:.7rem;
	font-weight:600;
	transform: scale(0.8,1);
	color:#ed6d35;
	text-align: center;
	letter-spacing:2px;
	transform:rotate(-20deg);
	font-family: 'Noto Sans JP', sans-serif;
}
.item-column .new_2l{
	position:absolute;
	width:50px;
	height:50px;
	border-radius:25px;
	top:-25px;
	left:-15px;
	padding: 10px .5px 0 0;
	letter-spacing:2px;
	background-color:#ffdc00;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}
.item-column .new_2l p{
	font-size:.65rem;
	font-weight:600;
	transform: scale(0.8,1);
	color:#ed6d35;
	letter-spacing:2px;
	line-height:.85rem;
	transform:rotate(-20deg);
	font-family: 'Noto Sans JP', sans-serif;
}
.item-column .new_2l .sub{
	font-size:.6rem;
	font-weight:500;
	letter-spacing:.5px;
	color:#ed6d35;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 640px) {
	.item-column img {
		width:100%;
		padding:0 0 5px;
	}
	.item-column .title{
		position:relative;
		font-size:1.2rem;
		line-height:1.8rem;
		font-weight:500;
		left: 0px;
		bottom: 30px;
	}
	
	.item-column .koushi-2 {
		position:relative;
		font-size:0.6rem;
		line-height:1.4rem;
		font-weight:500;
		text-align: center;
		left:0px;
		bottom: 10px;
	}
	.item-column .title {
		font-size:.8rem;
		line-height:1.2rem;
		padding: 2rem 1rem 0;
		}
	.item-column .title-mokuji {
		font-size:.8rem;
		line-height:1.2rem;
		padding: 0rem 1rem 0;
		}
	.item-column .title-90 {
		font-size:.8rem;
		line-height:1rem;
		padding: 0 5px;
	}
	.item-column .title-80 {
		font-size:.8rem;
		line-height:1rem;
		padding: 0 5px;
	}
	.item-column .title-70 {
		font-size:.8rem;
		line-height:1rem;
		padding: 0 5px;
	}
	.item-column .subtitle{
		position:relative;
		font-size:0.7rem;
		line-height:0.9rem;
		font-weight:400;
	}
	.item-column .koushi {
		font-size:.7rem;
		line-height:1rem;
		margin: -2px 0 0 0; 
		padding: 0 0;
	}
	.item-column .time {
		font-size:.6rem;
		line-height:.9rem;
	}
	.item-column .new {
		position:absolute;
		width:36px;
		height:36px;
		border-radius:18px;
		top:-18px;
		left:-18px;
		padding: 5px 0 0 0;
		letter-spacing:.6px;
	}
	.item-column .new p {
		font-size:.6rem;
		font-weight:600;
		letter-spacing:.6px;
	}
	.item-column .new_2l {
		position:absolute;
		width:36px;
		height:36px;
		border-radius:18px;
		top:-15px;
		left:-8px;
		padding: 8px .5px 0 0;
		letter-spacing:.6px;
	}
	.item-column .new_2l p {
		font-size:.6rem;
		font-weight:600;
		letter-spacing:.6px;
		line-height:.6rem;
	}
	.item-column .new_2l .sub {
		font-size:.5rem;
		font-weight:500;
		letter-spacing:0px;
	}
}



/*2〜3列gridboxの周り
---------------*/
.item img {
	width:100%;
	margin:0 0 5px 0;
}

/*左インデントあり*/
.item .koushi {
	position:relative;
	font-size:0.8rem;
	line-height:1.4rem;
	font-weight:500;
	left:10px;
	margin: -2px 0 0 0; 
	padding: 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}
/*左インデントなし*/
.item .koushi-2{
	position:relative;
	font-size:0.8rem;
	line-height:1.4rem;
	font-weight:500;
	left:0px;
	margin: -2px 0 0 0; 
	padding: 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.item .time {
	position:relative;
	font-size:.6rem;
	line-height:1.2rem;
	color:#e95388;
	bottom:1px;
}
.item .new {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:25px;
	top:-25px;
	left:-15px;
	padding: 12px 0 0 0;
	letter-spacing:1px;
	background-color:#ffdc00;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	z-index: 5;
}
.item .new p{
	font-size:.7rem;
	font-weight:600;
	transform: scale(0.8,1);
	color:#ed6d35;
	text-align: center;
	letter-spacing:1px;
	transform:rotate(-20deg);
	font-family: 'Noto Sans JP', sans-serif;
}
.item .new_2l{
	position:absolute;
	width:50px;
	height:50px;
	border-radius:25px;
	top:-25px;
	left:-15px;
	padding: 10px .5px 0 0;
	letter-spacing:1px;
	background-color:#ffdc00;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}
.item .new_2l p{
	font-size:.65rem;
	font-weight:600;
	transform: scale(0.8,1);
	color:#ed6d35;
	letter-spacing:1px;
	line-height:.85rem;
	transform:rotate(-20deg);
	font-family: 'Noto Sans JP', sans-serif;
}
.item .new_2l .sub{
	font-size:.6rem;
	font-weight:500;
	letter-spacing:.5px;
	color:#ed6d35;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 640px) {
	.item img{
		width:100%;
		padding:0 0 5px;
	}
	/*左インデントあり*/
	.item .koushi{
		font-size:.6rem;
		line-height:1rem;
		left:10px;
		margin: -5px 0 0 0; 
		padding: 0 0;
	}
	/*左インデントなし*/
	.item .koushi-2{
		font-size:.6rem;
		line-height:1rem;
		margin: -5px 0 0 0; 
		padding: 0 0;
	}
	.item .time{
		font-size:.5rem;
		line-height:.9rem;
	}
	.item .new{
		position:absolute;
		width:36px;
		height:36px;
		border-radius:18px;
		top:-15px;
		left:-8px;
		padding: 8px 0 0 0;
		letter-spacing:.3px;
	}
	.item .new p{
		font-size:.5rem;
		font-weight:600;
		letter-spacing:.3px;
	}
	.item .new_2l{
		position:absolute;
		width:36px;
		height:36px;
		border-radius:18px;
		top:-15px;
		left:-8px;
		padding: 8px .5px 0 0;
		letter-spacing:.6px;
	}
	.item .new_2l p{
		font-size:.6rem;
		font-weight:600;
		letter-spacing:.6px;
		line-height:.6rem;
	}
	.item .new_2l .sub{
		font-size:.5rem;
		font-weight:500;
		letter-spacing:0px;
	}
}

/** 目次 **/
.container_mokuji{
	max-width:900px;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	gap: 5px;
	margin:0 auto 150px;
}
.item_mokuji{
	display: grid;
	background: #fff;
	color: #393e4f;
	/* border-radius: 10px;*/
	text-align:center;
	/*place-items: center;*/
	/* box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.15);*/
    width: 200px;
	height: 70px;
	margin:8px auto ;
	/*padding: 15px 15px;*/
	opacity: 0;
	/*transform: translate(0, 80px);*/
	/*transition: all 1.2s ease-out;*/
	}
.item_mokuji .title{
	font-size:1rem;
	line-height:1.5rem;
	font-weight:500;
	margin: 0 0 0 0; 
	padding: 0.7rem 0.5rem 0 ;
	font-family: 'Noto Sans JP', sans-serif;
}
.item_mokuji .title-90 {
	font-size:0.8rem;
	line-height:1.3rem;
	font-weight:500;
	margin: 0 0 0 0; 
	padding: 1rem 0.5rem 0 ;
	font-family: 'Noto Sans JP', sans-serif;
    transform: scale(0.9, 1);
}
.item_mokuji .title-80 {
	font-size:0.8rem;
	line-height:1.3rem;
	font-weight:500;
	margin: 0 0 0 0; 
	padding: 1rem .5rem 0 ;
	font-family: 'Noto Sans JP', sans-serif;
    transform: scale(0.8, 1);
}
.item_mokuji .subtitle{
	position:relative;
	font-size:.7rem;
	line-height:1.2rem;
	color:#e95388;
	bottom:1px;
}
.item_mokuji .time{
	position:relative;
	font-size:.6rem;
	line-height:1.2rem;
	color:#e95388;
	bottom:1px;
}
@media screen and (max-width: 640px) {
	.container_mokuji{
		grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
		gap: 5px;
		margin:5px 5px 100px 8px;
	}
	.item_mokuji{
		width: 150px;
		height: 70px;
		/*padding: 15px 10px;*/
	}
	.item_mokuji .title{
		font-size:0.75rem;
		line-height:1.2rem;
		font-weight:500;
		padding: 1rem 0.5rem 0 ;
	}
	.item_mokuji .title-80 {
		font-size:0.6rem;
		line-height:1.3rem;
		font-weight:500;
		padding: 1rem .1rem 0 ;
	}
}


/*
ページトップに戻る
********************/
#footer_button{
	width:400px;
	margin:0 auto;
	text-align:center;
	margin-top:0px;
	margin-bottom:60px;
	margin-top:60px;
}
#footer_button a{
	font-size:25px;
	text-align:center;
	color:#414548;
	width:400px;
	height:60px;
	line-height:60px;
	border:1px solid #414548;
	border-radius:10px;
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}
#footer_button a:hover{
	color:white;
	background-color:#414548;
	transition: 0.5s;
}


/*
注意文
********************/
.attention{
	width:100%;
	height:50%;
	position:relative;
	margin:20px 0;
	padding: 4%; /*スマホ向け余白の指定*/
}
.attention-box{
	position:relative;
	max-width:600px;
	width:80%;
	height:50px;
	background-color:#fdd35c;
	margin:20px auto 50px;
	text-align:center;
	padding: 10px 5px 5px; /*スマホ向け余白の指定*/
}
.attention p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: .5rem;
	line-height:1.5rem;
	font-weight: 300;
	text-align: center;
	color:#504946;
}
.attention-box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: .8rem;
	line-height:1.5rem;
	font-weight: 400;
	text-align: center;
	color:#504946;
}
/*
コピーライト
********************/
#copywriter{
	width:100%;
	margin:0 auto;
	height:20px;
}
#copywriter2{
	width:60%;
	float:left;
	padding-left:2%;
	font-size:15px;
	font-weight:300;
	line-height:20px;
	margin:0 0 30px;
}
#copywriter1{
	width:35%;
	float:left;
	text-align:right;
	position:relative;
	top:6px;
}
@media screen and (max-width: 640px) {
	#copywriter2{
		font-size:10px;
	}
}


/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all .5s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 80px);
	transition: all 1.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-250px, 0);
	transition: all 0.8s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(15px, 0);
	transition: all 0.5s ease-out;
 }
 
 /* スマホPC表示切り替え */
@media screen and (min-width: 751px) {
  /* 960px以上に適用 */
  /* max-width: 1080px; */

  .pcview {
    display: block;
  }
  .spview {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pcview {
    display: none;
  }
  .spview {
    display: block;
  }
}