@charset "UTF-8";

.bgcolor_wh {
	background: #ddedd9;
	font-size: 11pt;
	color: #000000;
	line-height: 150% ; 
}

/*キャッチコピー*/
.catchcopy{
	font-size: 2.3em;
	font-weight: bold;
	line-height: ;
	font-feature-settings: "palt";
	color: #ffffff;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 640px) {
.catchcopy{
	font-size: 1.1em;
	margin-top: 15px;
}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
.catchcopy{
	font-size: 2.5em;
	font-size: 2em;
	margin-top: 35px;
}
}

/*キャッチコピー2*/
.catchcopy2{
	font-size: 2.5em;
	font-weight: bold;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	color: #000;
	text-align: center;
	line-height: 1.5em;
}

@media (max-width: 640px) {
.catchcopy2{
	font-size: 1.7em;
	line-height: 1.5em;
	padding-top: 15px;
}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
.catchcopy2{
	font-size: 4em;
}
}

/*メインテキスト*/
.main_text{
	font-feature-settings: "palt";
	color: #000;
	font-size: 1.2em;
}

/*見出し*/
.heading{
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #ffffff;
	text-align: center;
	border-top: solid 1px #46b036;
	border-bottom: solid 1px #46b036;
	padding: 4px 0;	
	width: 100%;
	margin: 0 auto 10px;
}

@media (max-width: 640px) {
.heading{
	font-size: 1.1em;
	padding: 6px 0 3px 0;
}
}

/*サムネイル*/
.thumbnail{
	display: flex;
	padding: 5px 100px;
}

@media (max-width: 640px) {
.thumbnail{
	padding: 2px 20px;
}
}

/*レクチャー*/
.lecture{
	font-size: 1.2em;
	line-height: 2.3em;
	font-feature-settings: "palt";
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
}

@media (max-width: 640px) {
.lecture{
	font-size: 1.1em;
	margin-top: 5px;
}
}

/*サブテキスト*/
.sub_text{
	font-size: 1.1em;
	line-height: 1.6em;
	font-feature-settings: "palt";
}

/*ご注意*/
.caution{
	font-size: 0.85em;
	font-feature-settings: "palt";
}


/*レポートタイトル*/
.report_title{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
}

/*応募フォームボタン*/
.square_btn {
	font-size: 1.2em;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	text-decoration: none !important;
;
}

.square_btn a {
	display: block;
	background: #ff0000;
	padding: 1em 1.2em;
	border-radius: 0.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none !important;
}

.square_btn a:hover {
	background: #990000;
}

/*レポートボタン*/
.square_btn2 {
    display: inline-block;
	padding: 0.3em 0.8em;
    text-decoration: none;
    color: #000 !important;
	border-radius: 0.2em;
    transition: .4s;
	background: #6fba2c;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	width: 180px;
}

.square_btn2:hover {
    background: #599523;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*4列→2列レスポンシブ*/
.items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item{
	width: 24.2%;
	padding: 4px 0;
}

@media (max-width: 640px) {
.item{
	width: 48.5%;
	padding: 5px 0;
}
}
