f@charset "UTF-8";

/*----------------------------------------
 * フォント
 *----------------------------------------*/
 
 @font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../../resources/webfonts/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'KiwiMaru Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(webfonts/KiwiMaru-Medium.ttf) format('opentype');
}

/*----------------------------------------
 * 基本設定
 *----------------------------------------*/
body {
/*
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
	font-family:"Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	font-weight:400;
	line-height:1.8em;
	margin:0;
	background-color:white;
}

.kiwi {
	font-family:"KiwiMaru Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 共通 */
img{
-webkit-backface-visibility: hidden;
}

.pc {
	display:block;
	/*
	min-width:100%;
	*/
}

.mb {
	display:none;
}

.pc_inline { display:inline;}
.mb_inline { display:none;}

a, a:visited {
	color:#f35b00;
	text-decoration:none;
	transition: color 0.3s ease 0s;
	line-height:1.6em;
/*
	display:inline-block;
*/
}

a:hover {
	color:#ffac00;
}

a.col_black { color:black !important;}
a:has(img):hover { filter: unset !important;}

.w100 {	width:100%;}
.w100_hauto { width:100%;height:auto;}

.bg_white {background-color:white;}

.padding10 {padding:10px;}
.padding20 {padding:20px;}
.padding30 {padding:30px;}

.rad10 {	border-radius:10px;}
.rad20 {	border-radius:20px;}
.rad50p {	border-radius:50%;}

.width_all {	width:100%;}
.w95p {width:95%}
.w90p {width:90%}
.w80p {width:80%}
.w70p {width:70%}
.w60p {width:60%}
.w50p {width:50%}
.w40p {width:40%}
.w33p {width:33%}
.w25p {width:25%}

.f12 { font-size:12px}
.f14 { font-size:14px}
.f18 { font-size:18px}
.f20 { font-size:20px}
.f24 { font-size:24px}
.f25 { font-size:25px}
.f28 { font-size:28px}
.f30 { font-size:30px}
.f40 { font-size:40px}
.f60 { font-size:60px}

.fw100 { font-weight:100}
.fw300 { font-weight:300}
.fw400 { font-weight:400}
.fw500 { font-weight:500}
.fw700 { font-weight:700}


.l40 { line-height:40px}
.l1_2em {line-height:1.2em}
.l1_5em {line-height:1.5em}
.l1_8em {line-height:1.8em}
.l2em {line-height:2em}

.align_left {text-align:left;}
.align_center {text-align:center;}
.align_right {text-align:right;}
.align_justify {text-align:justify;}

.div_center {margin-left:auto;margin-right:auto;}

.std_indent_0_8 {	text-indent:-0.8em;	margin-left:0.8em;}
.std_indent_1 {	text-indent:-1em;	margin-left:1em;}
.std_indent_1_3 {	text-indent:-1.3em;	margin-left:1.3em;}
.std_indent_1_5 {	text-indent:-1.5em;	margin-left:1.5em;}
.std_indent_2 {	text-indent:-2em;	margin-left:2em;}

.std_margin_top0 {margin-top:0;}
.std_margin_top {margin-top:80px;}
.std_margin_top2 {margin-top:40px;}
.std_margin_top3 {margin-top:20px;}
.std_margin_top4 {margin-top:10px;}
.std_margin_-top {margin-top:-80px;}
.std_margin_-top2 {margin-top:-40px;}

.std_margin_bottom0 {margin-bottom:0;}
.std_margin_bottom {margin-bottom:80px;}
.std_margin_bottom2 {margin-bottom:40px;}
.std_margin_bottom3 {margin-bottom:20px;}
.std_margin_bottom4 {margin-bottom:10px;}
.std_margin_bottom5 {margin-bottom:5px;}

.std_margin_-top {margin-top:-80px;}
.std_margin_-top2 {margin-top:-40px;}

.std_padding_top0 {padding-top:0;}
.std_padding_top {padding-top:80px;}
.std_padding_top2 {padding-top:40px;}
.std_padding_top3 {padding-top:20px;}
.std_padding_top4 {padding-top:10px;}

.std_padding_bottom0 {padding-bottom:0;}
.std_padding_bottom {padding-bottom:80px;}
.std_padding_bottom2 {padding-bottom:40px;}
.std_padding_bottom3 {padding-bottom:20px;}
.std_padding_bottom4 {padding-bottom:10px;}

.std_margin_left_1em {margin-left:1em;}
.std_margin_left_2em {margin-left:2em;}
.std_margin_left_3em {margin-left:3em;}
.std_margin_left_4em {margin-left:4em;}
.std_margin_left_5em {margin-left:5em;}

.outer_width {
/*
	width:98%;
	max-width:1500px;
*/
	width:100%;
	max-width:1400px;
	margin:0 auto;
	position:relative;
}

@media screen and (max-width: 1400px) {
	.outer_width {
		width:95%;
	}
}


.std_width {
	width:98%;
	margin:0 auto;
	position:relative;
}

.std_margin_top { margin-top:80px;}
.std_margin_top2 { margin-top:40px;}
.std_margin_top3 { margin-top:20px;}

.std_w100_hauto { width:100%;height:auto;}

.std_ol {
	margin:0;
	padding-left:25px;
}

.std_ol li {
	line-height:1.5em;
	margin-bottom:0.5em;
}

.std_column2 {
	margin-left:auto;
	margin-right:auto;
}

.std_column2::after {
	content:"";
	clear:both;
	display:block;
}

.std_column2 .left{
	width:48%;
	float:left;
}

.std_column2 .right{
	width:48%;
	float:right;
}

.std_column2.col2_20_76 .left {width:20%;}
.std_column2.col2_20_76 .right {width:76%;}

.std_column2.col2_22_74 .left {width:22%;}
.std_column2.col2_22_74 .right {width:74%;}

.std_column2.col2_30_66 .left {width:30%;}
.std_column2.col2_30_66 .right {width:66%;}

.std_column2.col2_30_70 .left {width:30%;}
.std_column2.col2_30_70 .right {width:70%;}

.std_column2.col2_35_61 .left {width:35%;}
.std_column2.col2_35_61 .right {width:61%;}

.std_column2.col2_36_61 .left {width:36%;}
.std_column2.col2_36_61 .right {width:61%;}

.std_column2.col2_40_56 .left {width:40%;}
.std_column2.col2_40_56 .right {width:56%;}

.std_column2.col2_43_53 .left {width:43%;}
.std_column2.col2_43_53 .right {width:53%;}

.std_column2.col2_48_48 .left {width:48%;}
.std_column2.col2_48_48 .right {width:48%;}

.std_column2.col2_49_49 .left {width:49%;}
.std_column2.col2_49_49 .right {width:49%;}

.std_column2.col2_50_46 .left {width:50%;}
.std_column2.col2_50_46 .right {width:46%;}

.std_column2.col2_50_50 .left {width:50%;}
.std_column2.col2_50_50 .right {width:50%;}

.std_column2.col2_53_43 .left {width:53%;}
.std_column2.col2_53_43 .right {width:43%;}

.std_column2.col2_56_40 .left {width:56%;}
.std_column2.col2_56_40 .right {width:40%;}

.std_column2.col2_56_42 .left {width:56%;}
.std_column2.col2_56_42 .right {width:42%;}

.std_column2.col2_61_35 .left {width:61%;}
.std_column2.col2_61_35 .right {width:35%;}

.std_column2.col2_66_30 .left {width:66%;}
.std_column2.col2_66_30 .right {width:30%;}

.std_column2.col2_66_34 .left {width:66%;}
.std_column2.col2_66_34 .right {width:34%;}

.std_column2.col2_68_29 .left {width:68%;}
.std_column2.col2_68_29 .right {width:29%;}

.std_column2.col2_70_26 .left {width:70%;}
.std_column2.col2_70_26 .right {width:26%;}

.std_column2.col2_74_22 .left {width:74%;}
.std_column2.col2_74_22 .right {width:22%;}

.std_column2.col2_76_20 .left {width:76%;}
.std_column2.col2_76_20 .right {width:20%;}



.std_column2.col2_25_73 .left {width:25%;}
.std_column2.col2_25_73 .right {width:73%;}

.std_column2.col2_30_56 .left {width:30%;}
.std_column2.col2_30_56 .right {width:56%;}

.std_column2.col2_48_48 .left {width:48%;}
.std_column2.col2_48_48 .right {width:48%;}


.std_flex2 {
	display:flex;
	justify-content: space-between;
}

.std_flex2 .column { width:48%;}
.std_flex2.col2_49_49 .column { width:49%;}
.std_flex2.col2_50_50 .column { width:50%;}
.std_flex2.col2_60_37 .column:nth-child(1) { width:60%;}
.std_flex2.col2_60_37 .column:nth-child(2) { width:37%;}


.std_column3{
}

.std_column3 .column {
	width:32.5%;
	margin-right:1.25%;
	float:left;
}

.std_flex3 {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.std_flex3 .col3 {
	width:32%;
	margin-bottom:1em;
}


.std_column4 {
}

.std_column4 .column {
	width:23%;
	margin-right:2.6%;
	float:left;
}


.std_flex4 {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.std_flex4 .column {
	width:22%;
	margin-bottom:1em;
}


.std_column5 {
}

.std_column5 .column {
	width:19%;
	margin-right:1%;
	float:left;
}


.std_column3:after,
.std_column4:after,
.std_column5:after {
	content:"";
	clear:both;
	display:block;
}

.std_column3 .column:nth-child(3),
.std_column4 .column:nth-child(4),
.std_column5 .column:nth-child(5) {
	margin-right:0;
}

.std_lead {
	font-weight:500;
	font-size:24px;
}

.std_box {
	text-indent:110%;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	width:100%;
	height:100%;
}

.ab_image {
	position:absolute;
	background-size:cover;
}

.totop {
	position: fixed;
	width: 120px;
	height: 133px;
	bottom: -200px;
	right: 50px;
	z-index: 1000;
}

.toggle_box{
	display:none;
	background-color:#eaf8ff; /*#deebff;*/
	padding:20px;
	margin-top:20px;
}
.btn{
	background:url(images/toggle.png) no-repeat left top;
	width:42px;
	height:32px;
	display:block;
	float:right;
}
.btn.active{
	background-position:left bottom;
}
.btn:hover{
	cursor:pointer;
}

a.std_button1 {
	display:block;
	width:50%;
	margin:2em auto;
	padding:25px;
	text-align:center;
	color:white;
	background-color:#0586e9;
	font-size:20px;
	font-weight:bold;
	border-radius:35px;
	text-decoration:none;
}

/* header */
.ja {
	position:absolute;
	z-index:70;
	width:200px;
	height:63px;
	background:url(images/header_ja.png) no-repeat left top;
	background-size:cover;
	left:0;
}

.chiiki {
	position:absolute;
	z-index:70;
	width:282px;
	height:63px;
	background:url(images/header_ja.png) no-repeat left top;
	background-size:cover;
	right:0;
	border-radius:0 0 15px 15px;
}

/*
.youtube_area {
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
*/

sub {
	bottom:0;
}

/* 改行調整 */

br.w1360 { display:none;}
br.w1250 { display:none;}

@media screen and (max-width: 1360px) { br.w1360 { display:block;}}
@media screen and (max-width: 1250px) { br.w1250 { display:block;}}



/*----------------------------------------
 * あつぎの農業を応援！キャンペーン
 * あつぎの畜産を学んで味わおう！
 *----------------------------------------*/

/* 全体背景 */
body {
/*
	background:url(images/bg_article_mesh.png) repeat left top;
*/
}
 
/* 共通書式 */
.col_green {
	color:#519300;
}

.common_midashi1 {
	display:inline-block;
	padding:0 1em;
	background-color:#519300;
	color:white;
	font-weigh:500;
	line-height:1.8em;
	margin-right:1em;
}

.common_fukidashi {
	position:relative;
	border:3px solid #519300;
	border-radius:20px;
	background-color:white;
}

.common_fukidashi_inner {
/*
	font-size:14px;
*/
	line-height:2em;
	padding:15px;
	font-weight:500;
}

.common_fukidashi::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 46px;
}

.left .common_fukidashi::before {
    right: -23px;
    border-left: 21px solid #3d7800;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.right .common_fukidashi::before {
    left: -23px;
    border-right: 21px solid #3d7800;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.common_fukidashi::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 46px;
}

.left .common_fukidashi::after {
    right: -18px;
    border-left: 21px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.right .common_fukidashi::after {
    left: -18px;
    border-right: 21px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

a.zoom,
a.zoom2,
a.zoom3,
a.zoom3_no_brightness {
	display:block;
	transition: all 0.3s ease 0s;
}

a.zoom:hover {
	filter: brightness(105%);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
}

a.zoom2:hover {
	filter: brightness(110%);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
}

a.zoom3:hover {
	filter: brightness(110%);
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}

a.zoom3_no_brightness:hover {
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}


/*************************
***
***  メイン画像部分
***
**************************/
body {
/*
	background:url(images/bg.jpg) repeat center top;
*/
}

header {
	position:absolute;
	width:100%;
	z-index:60;
}

article {
	background:url(images/bg_article_mesh.png) repeat left top;
	overflow:hidden;
}

.main_area_outer {
	width:100%;
	position:relative;
	overflow:hidden;
	background:url(images/bg_article_green.png) repeat left top;
}

.main_area {
	position:relative;
	z-index:10;
	width:1400px;
	/*
	height:1020px;
	*/
	margin-left:auto;
	margin-right:auto;
}
.main_area1 {
	padding-bottom:200px;
}

.main_area2 {
	margin-top:-190px;
}

.main_area2 .std_flex3 .col3 {
	width:33%;
}

@media screen and (max-width: 1450px) {
body {
}	.main_area {
		width:95%;
	}
}





/*
@media screen and (max-width: 1150px) {
	.main_area {width:100%;	}
	.main_area .main_teacher_1{ right:372px;}
	.main_area .main_teacher_2{ right:186px;}
	.main_area .main_present{ left:0;}
	.main_area .main_yumemichan {left:255px;}
	.main_area .main_houhou_iroiro{left:10px;}
	.main_area .main_kikan {left:7px;}
}

@media screen and (max-width: 1030px) {
	.main_area .main_present{ width:320px;height:123px;}
	.main_area .main_hanakatsu{ width:600px;height:223px;}
	.main_area .main_kikan{ width:400px;height:94px;top:484px;}
	.main_area .main_yumemichan {display:none;
	.main_area .main_houhou_iroiro{top:627px;}}
	.main_area .main_icon_stamp {left:15px;}
	.main_area .main_icon_insta {left:86px;}
	.main_area .main_hashtag {left:67px;}
	.main_area .main_icon_form { left:174px;}
	.main_area .main_icon_hagaki {left:294px;}

}
}
*/






/* main部分 画面幅ごとの微調整 */
/*
@media screen and (max-width: 1380px) {
	.main_area {
		width:100%;
	}
	.main_area .main_waku2 {
		width:44%;
		left:28%;
		height:auto;
	}
	.main_area .full_size {
		display:none;
	}

}

@media screen and (max-width: 1300px) {
	.main_area {
	}
	.main_area .main_yasai {
		width:780px;height:534px;
		left:calc(50% - 423px);top:40px;
	}
	.main_area .main_waku2 .inner strong {
		font-size:18px;
	}
}

@media screen and (max-width: 1260px) {
	.main_area {
	}
	.main_area .main_sdgs_2,
	.main_area .main_sdgs_11,
	.main_area .main_sdgs_17,
	.main_area .main_kumiaichou,
	.main_area .main_oshi_01,
	.main_area .main_oshi_02,
	.main_area .main_oshi_03,
	.main_area .main_manabi_01,
	.main_area .main_manabi_02,
	.main_area .main_sanka_01,
	.main_area .main_sanka_02,
	.main_area .main_sanka_03,
	.main_area .main_kikan {
		transform:scale(0.92);
	}

	.main_area .main_sdgs_2 {left:219px;}
	.main_area .main_sdgs_11 {left:294px;}
	.main_area .main_sdgs_17 {left:369px;}
	.main_area .main_oshi_02 {top:629px;}
	.main_area .main_oshi_03 {top:478px;}
	.main_area .main_sanka_02 {top:542px;}
	
	.main_area .main_waku2 {
		width:44%;
		left:28%;
		height:auto;
	}
	.main_area .main_waku2 .inner strong {
		font-size:16px;
	}
	.main_area .main_waku2 .inner div.text {
		font-size:14px;
	}
}

@media screen and (max-width: 1180px) {
	.main_area {
	}
	.main_area .main_sdgs_2,
	.main_area .main_sdgs_11,
	.main_area .main_sdgs_17,
	.main_area .main_kumiaichou,
	.main_area .main_oshi_01,
	.main_area .main_oshi_02,
	.main_area .main_oshi_03,
	.main_area .main_manabi_01,
	.main_area .main_manabi_02,
	.main_area .main_sanka_01,
	.main_area .main_sanka_02,
	.main_area .main_sanka_03,
	.main_area .main_kikan {
		transform:scale(0.8);
	}
	
	.main_area .main_sdgs_2 {left:211px;}
	.main_area .main_sdgs_11 {left:276px;}
	.main_area .main_sdgs_17 {left:341px;}
	.main_area .main_kumiaichou{left:-25px;}
	.main_area .main_oshi_02 {top:591px;}
	.main_area .main_oshi_03 {top:456px;}
	.main_area .main_manabi_02 {top:94px;}
	.main_area .main_sanka_01 {top:298px;}
	.main_area .main_sanka_02 {top:495px;}
	.main_area .main_sanka_03 {top:594px;}

	.main_area .main_waku2 .inner {
		padding:10px;
	}
}

@media screen and (max-width: 1120px) {
	.main_area {
	}
	
	.main_area .main_kumiaichou,
	.main_area .main_oshi_01,
	.main_area .main_oshi_02,
	.main_area .main_oshi_03,
	.main_area .main_manabi_01,
	.main_area .main_manabi_02,
	.main_area .main_sanka_01,
	.main_area .main_kikan {
		transform:scale(0.75);
	}

	.main_area .full_size {
		display:block;
	}
	.main_area .main_yasai {
        width: 650px;
        height: 450px;
        left: calc(50% - 341px);
        top: 57px;
	}
	.main_area .main_title_logo {
		transform:scale(0.9);
		top:54px;
	}

	.main_area .main_waku2 {
		top:586px;
		width:40%;
		left:30%;
		height:auto;
	}

	.main_area .main_waku2 .inner strong {
		font-size:13px;
	}
	
	.main_area .main_sdgs_2 {left:31px;top:70px;}
	.main_area .main_sdgs_11 {left:98px;top:70px;}
	.main_area .main_sdgs_17 {left:166px;top:70px;}
	
	.main_area .main_kumiaichou {left:-40px;top:119px;}

	.main_area .main_oshi_01 { left:0px; top:319px;}
	.main_area .main_oshi_02 { left:0px; top:573px;}
	.main_area .main_oshi_03 { left:-11px; top:461px;}

	.main_area .main_manabi_01 { right:-50px; top:35px;}
	.main_area .main_manabi_02 { right:0px; top:109px;}
	
	.main_area .main_sanka_01 { right:0px; top:298px}
	.main_area .main_sanka_02 { right:26px; top:502px}
	.main_area .main_sanka_03 { right:26px; top:594px}
	
	.main_area .main_kikan { top:485px;}
}

@media screen and (max-width: 1000px) {
	.main_area {
	}
	.main_area .main_kumiaichou,
	.main_area .main_oshi_01,
	.main_area .main_oshi_02,
	.main_area .main_oshi_03,
	.main_area .main_manabi_01,
	.main_area .main_manabi_02,
	.main_area .main_sanka_01,
	.main_area .main_kikan {
		transform:scale(0.7);
	}

	.main_area .main_kumiaichou {left:-60px;}
	.main_area .main_sanka_02 {right:0px;}
	.main_area .main_sanka_03 {right:0px;}

}

@media screen and (max-width: 960px) {
	.main_area {
	}
	
	.main_area .main_kumiaichou,
	.main_area .main_oshi_01,
	.main_area .main_oshi_02,
	.main_area .main_oshi_03,
	.main_area .main_manabi_01,
	.main_area .main_manabi_02,
	.main_area .main_sanka_01,
	.main_area .main_kikan {
		transform:scale(0.6);
	}

}
*/





/*************************
***
***  sec1 応募方法など
***
**************************/
.sec1 {
/*
	background-color:#e1eaff;
*/
	width:95%;
	max-width:1380px;
	margin-left:auto;
	margin-right:auto;
}

.sec1 .waku1 {
	background: url(images/bg_waku1.png) repeat left top;
	padding: 30px;
}

.waku1 .waku1_inner {
	background-color: white;
	padding: 30px 17px;
}
.sec1 .waku1 h2 {
	margin:0;
}

.sec1 .waku1 .column {
	text-align:center;
}

.sec1 .waku1 .column h3 {
	padding-bottom:10px;
	border-bottom:7px solid black;
	margin:0 0 10px 0;
	font-weight:500;
	font-size:1.4rem;
}

/*
.sec1 .waku1 .column:nth-child(4) div:first-of-type {
	width:223px;
}
*/


.sec1 .waku1 .column .tousen5 {
/*
	width:130px;
*/
	margin:0 auto;
}

.sec1 .pc.w1200 {display:none;}

@media screen and (max-width: 1200px) {
.sec1 .pc.w1200 {display:block;}	
}

/*************************
***
***  共通パーツ
***
**************************/
article p {
	margin:0;
	text-align:justify;
}



.name {
	font-size:0.875rem;
	line-height:1.6em;
	text-align:center;
}

.name strong {
	font-size:1.2rem;
}

.name div {
	margin-top:5px;
}



.std_text {
	text-align:justify;
}


.waku_white {
	background-color:white;
	border-radius:20px;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

.waku_white .inner {
	padding:20px;
}

.step_midashi {
	display:block;
	width:130px;
	margin-left:auto;
	margin-right:auto;
}

.om_std_h2 {
	font-size:2.5rem;
	font-weight:700;
	text-align:center;
	margin-top:0.2em;
}

.om_fukidashi {
	position:relative;
	font-size:1.25rem;
	background-color:white;
	border:3px solid black;
	border-radius:20px;
	line-height:1.8em;
	padding:1em;
}

.om_fukidashi.fuki_right:after {
	background:url(images/fukidashi.png) no-repeat center center;
	content:'';
	display:block;
	position:absolute;
	width:60px;
	height:34px;
	right:-20px;
}

.om_fukidashi.fuki_bottom:after {
	background:url(images/fukidashi.png) no-repeat center center;
	content:'';
	display:block;
	position:absolute;
	width:60px;
	height:34px;
	left:50%;
	transform: scale(-1, 1) rotate(90deg);
	bottom:-37px;
}

.om_fukidashi.fuki_left:after {
	background:url(images/fukidashi.png) no-repeat center center;
	content:'';
	display:block;
	position:absolute;
	width:60px;
	height:34px;
	left:-50px;
	top:60%;
	transform: scale(-1, 1) ;
}


.om_dash_waku {
	border:3px dashed black;
	border-radius:20px;
	padding:1em;
}

.om_step_keyword {
	width:340px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

ul#jaatsugi_insta {
	padding-left:0;
	display:flex;
}

ul#jaatsugi_insta:after {content:'';display:block;clear:both;}

ul#jaatsugi_insta li {
    display: block;
    width: 25%;
    margin-right: 2%;
}

ul#jaatsugi_insta li:nth-child(n + 5) {
	display: none;
}

ul#jaatsugi_insta li:nth-child(4n) {
	margin-right:0;
}

ul#jaatsugi_insta li a {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 300px;
    margin-bottom: 5px;
}

/*************************
***
***  sec-kumiaicho 組合長パート
***
**************************/
.sec-kumiaicho {
}

.sec-kumiaicho .kumiaicho_name {
	position:relative;
}

.sec-kumiaicho .kumiaicho_name img {
	position:relative;
	width:100%;
	height:auto;
}

.sec-kumiaicho .kumiaicho_name strong {
	position:absolute;
	display:inline-block;
	bottom:5px;
	left:50%;
	text-align:center;
	line-height:2.2em;
}

/*************************
***
***  sec-manabou 学ぼう！厚木の畜産　私たちの身近なあつぎの畜産
***
**************************/
.sec-manabou {
	position:relative;
}

.sec-manabou .std_width {
	background:url(images/bg_article_green.png) repeat left top;
	border-radius:20px;
	position:relative;
}

.sec-manabou .std_width h2 {
	display:block;
	margin-top:-100px;
}


/*************************
***
***  sec-livestock 養豚・酪農・養蜂共通
***
**************************/
.sec-livestock .kakomi_waku {
	border:6px solid #ccc;
	background-color:white;
	border-radius:40px;
	padding:0 40px 40px 40px;
}

.sec-livestock .kakomi_waku h2 {
	text-align:center;
	margin-top:-50px;
}

.sec-livestock .kakomi_waku h2 img {
	width:370px;
	height:104px;
}

.sec-livestock .kakomi_waku .livestock_flex3 {
	display:flex;
	justify-content: space-between;
}

.sec-livestock .kakomi_waku .livestock_flex3 > .left { width:17%;text-align:center;}
.sec-livestock .kakomi_waku .livestock_flex3 > .center { width:55%;}
.sec-livestock .kakomi_waku .livestock_flex3 > .right { width:23%;}

.sec-livestock .fukidashi_up {
	position: relative;
	border: 3px solid #ccc;
	border-radius: 12px;
	background: #fff;
	padding: 16px;
	line-height:1.5em;
}

/* 枠線ぶん大きい三角 */
.sec-livestock .fukidashi_up::before {
	content: "";
	position: absolute;
	top: -18px;
	left: calc(50% - 16px); /* 三角の位置 */
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 18px solid #ccc; /* 枠線色 */
}

/* 中の白い三角 */
.sec-livestock .fukidashi_up::after {
	content: "";
	position: absolute;
	top: -15px;
	left: calc(50% - 12px); /* 微調整 */
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 16px solid #fff; /* 背景色 */
}

.sec-livestock .kakomi_waku .livestock_flex3 > .center h3 {
	margin-top:0;
	font-size:1.8em;
	line-height:1.5em;
}

@media screen and (max-width: 1100px) {

	.sec-livestock .kakomi_waku .livestock_flex3 {
		flex-wrap: wrap;
	}
	
	.sec-livestock .kakomi_waku .livestock_flex3 > .left { width:100%;margin-bottom:2em;}
	.sec-livestock .kakomi_waku .livestock_flex3 > .center { width:62%;}
	.sec-livestock .kakomi_waku .livestock_flex3 > .right { width:32%;}

	.sec-livestock .kakomi_waku .livestock_flex3 > .left { 
		display:flex;
		justify-content: space-between;
	}

	.sec-livestock .kakomi_waku .livestock_flex3 > .left > div:nth-child(1) { width:25%;}
	.sec-livestock .kakomi_waku .livestock_flex3 > .left > div:nth-child(2) { width:70%;padding-top:2em;}

	.sec-livestock .kakomi_waku .livestock_flex3 > .left > div:nth-child(1) .mb_w60p {
		width:80%;
	}

	.sec-livestock .fukidashi_up {
		font-size:1.2em;
		line-height:1.8em;
	}
	
	.sec-livestock .fukidashi_up::before {
		top: calc(50% - 16px);
		left: -18px;
		border: 0;
		border-top: 16px solid transparent;
		border-bottom: 16px solid transparent;
		border-right: 18px solid #ccc;
	}

	.sec-livestock .fukidashi_up::after {
		top: calc(50% - 12px);
		left: -15px;
		border: 0;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-right: 16px solid #fff;
	}

}


.sec-livestock .kakomi_waku .lv_qanda h3,
.sec-livestock .kakomi_waku .lv_quiz h3,
.sec-livestock .kakomi_waku .lv_hannou h3 { 
	margin-top:0;
	text-align:center;
}

.sec-livestock .kakomi_waku .dl_1 {
	font-size:0.875rem;
	line-height:1.6em;
	margin:0 0 0.5em 0;
}

.sec-livestock .kakomi_waku .dl_1 dt {
	font-weight:bold;
}

.sec-livestock .kakomi_waku .dl_1 dd {
	margin-left:0;
}

/* Q&A */
.sec-livestock .kakomi_waku .lv_qanda h4 {
	padding-left:45px;
	padding-top:5px;
	font-size:1.3em;
	color:black;
	line-height:1.5em;
	background:url(images/youton_q.png) no-repeat left top;
	min-height:40px;
	margin-top:0;
	margin-bottom:0.5em;
}

.sec-livestock .kakomi_waku .lv_qanda .answer {
	margin-left:2.8em;
	position:relative;
}

.sec-livestock .kakomi_waku .lv_qanda .answer strong.ans {
	position: absolute;
    display: block;
    width: 2em;
    padding: 0.4em 0em 0.6em 0;
    border-radius: 50px;
    border: 2px solid #ccc;
    background-color: white;
    left: -2.7em;
    text-align: center;
    line-height: 1em;
}

@media screen and (max-width: 1100px) {
	.lv_qanda .std_flex3 {
	/*
		display:block;
	*/
	}
	.lv_qanda .std_flex3 .col3 {
		width: 48%;
		margin-bottom:2em;
	}
	.lv_qanda .std_flex3 .res_qanda_image {
		display:flex;
		justify-content:space-between;;
	}
}

/* 畜産クイズに挑戦！ */
.sec-livestock .kakomi_waku .lv_quiz .flex_column3 {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3 .column{
	width:30%;
	margin-right:2%;
	padding:1%;
	border-radius:18px;
	margin-bottom:4em;
}

@media screen and (max-width: 1100px) {
	.sec-livestock .kakomi_waku .lv_quiz .flex_column3 .column{
		width:48%;
		box-sizing:border-box;
		margin-right:0;
		margin-bottom:2em;
	}
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3 .column:nth-child(3n + 3) { margin-right:0;}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .quiz_inner {
	padding:10px;
	background-color:white;
	border-radius:15px;
	height:calc(100% - 20px);
	position:relative;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_1 {background:url(images/youton_quiz_coler.png) repeat left top;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_2 {background:url(images/rakunou_quiz_coler.png) repeat left top;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_3 {background:url(images/youhou_quiz_coler.png) repeat left top;}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .mondai {
	font-size:1.2rem;
	font-weight:700;
	display:flex;
	align-items: center;
	gap: 0.5em;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .mondai span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background-color: #ccc;
	color: #fff !important;
	line-height: 1;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .mondai .text {
	font-size:1rem;
	line-height:1.6em;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_1 .mondai { color:#e94f51;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_1 .mondai span { background-color:#e94f51;}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_2 .mondai { color:#009fdc;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_2 .mondai span { background-color:#009fdc;}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_3 .mondai { color:#f5a400;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_3 .mondai span { background-color:#f5a400;}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .nanido {
	position:absolute;
	right:1em;
	top:2em;
	font-size:0.875rem;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .nanido span {
	color:#ed6c00;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz div.text {
	text-align:justify;
	margin:10px 0;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select {
/*
	font-size:1.2rem;
*/
	font-size:1rem;
	font-weight:700;
}


@media screen and (max-width: 1300px) {
	.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select { font-size:1rem;}
}

@media screen and (max-width: 1200px) {
	.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select { font-size:1rem;}
}

@media screen and (max-width: 1120px) {
	.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select .left { width:40%;}
	.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select .right { width:58%;}
}

@media screen and (max-width: 980px) {
	.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select { font-size:0.92rem;}
}

@media screen and (max-width: 920px) {
	.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select { font-size:0.85rem;}
}


.sec-livestock .kakomi_waku .lv_quiz .select strong {
	margin-right:0.5em;
	position:absolute;
	left:0.7em;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_1 .select strong { color:#e94f51;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_2 .select strong { color:#009fdc;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_3 .select strong { color:#f5a400;}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select .sentaku {
	padding:10px;
	margin-bottom:10px;
	border-radius:10px;
	padding-left:2em;
	position:relative;
	line-height:1.3em;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select a.sentaku {
	color:black;
	display:block;
	transition: all 0.2s 0s ease;
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .select a.sentaku:hover {
	transform:scale(1.05,1.05);
}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_1 .select a.sentaku { background-color:#fdeded;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_1 .select a.sentaku:hover { background-color:#ffcde2;}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_2 .select a.sentaku { background-color:#e5f5fb;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_2 .select a.sentaku:hover { background-color:#78cced;}

.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_3 .select a.sentaku { background-color:#fef6e5;}
.sec-livestock .kakomi_waku .lv_quiz .flex_column3.quiz .color_3 .select a.sentaku:hover { background-color:#facf78;}

.std_modal {
    display: none;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.std_modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
}

.std_modal_content {
    left: 50%;
    position: absolute;
    width: 600px;
    transform: translate(-50%, 0%);
    z-index: 10001;
}

.std_modal_content .kaitou_window {
 border-radius:20px;
 padding:10px;
}

.std_modal_content .color_1.kaitou_window .kaitou { color:#e94f51;}

.std_modal_content .color_2.kaitou_window .kaitou { color:#009fdc;}

.std_modal_content .color_3.kaitou_window .kaitou { color:#f5a400;}

.std_modal .q_a {
	position:relative;
	z-index:1;
}

.std_modal_bt_close {
    position: absolute;
    background-color: white;
    top: 20px;
    right: 20px;
    border: 1px solid #dddede;
    border-radius: 3px;
    font-size: 35px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    line-height: 1.2em;
	z-index:2;
}

.std_modal_src {
	display:none;
}


.dialog_inner {
	padding:20px;
	background-color:white;
	border-radius:15px;
}

.margin_top-4em {
	margin-top:-4em;
}

/* みんなの反応 */




/*************************
***
***  sec-youton 養豚
***
**************************/
.sec-livestock.sec-youton .kakomi_waku {
	border-color:#e94f51;
	background-color:#fef9fa;
}

.sec-livestock.sec-youton .fukidashi_up { border-color: #e94f51;}
.sec-livestock.sec-youton .fukidashi_up::before { border-bottom-color: #e94f51;}
.sec-livestock.sec-youton .fukidashi_up::after { border-bottom-color: white;}

@media screen and (max-width: 1100px) {
	.sec-livestock.sec-youton .fukidashi_up::before {
		border-right-color: #e94f51;
		border-bottom-color: transparent;
	}

	.sec-livestock.sec-youton .fukidashi_up::after {
		border-right-color: #fff;
		border-bottom-color: transparent;
	}
}

.sec-livestock.sec-youton .kakomi_waku .livestock_flex3 > .center h3 {
	color:#e94f51;
}

.sec-livestock.sec-youton .kakomi_waku .dl_1 dt {
	color: #e94f51;
	font-weight:bold;
}

.sec-livestock.sec-youton .kakomi_waku .lv_qanda h4 {
    background: url(images/youton_q.png) no-repeat left top;
	color:#e94f51;
}

.sec-livestock.sec-youton .kakomi_waku .lv_qanda .answer strong.ans {
	color: #e94f51;
	border-color: #e94f51;
}

/*************************
***
***  sec-rakunou 酪農
***
**************************/
.sec-livestock.sec-rakunou .kakomi_waku {
	border-color:#009fdc;
	background-color:#f7fcfe;
}

.sec-livestock.sec-rakunou .fukidashi_up { border-color: #009fdc;}
.sec-livestock.sec-rakunou .fukidashi_up::before { border-bottom-color: #009fdc;}
.sec-livestock.sec-rakunou .fukidashi_up::after { border-bottom-color: white;}

@media screen and (max-width: 1100px) {
	.sec-livestock.sec-rakunou .fukidashi_up::before {
		border-right-color: #009fdc;
		border-bottom-color: transparent;
	}

	.sec-livestock.sec-rakunou .fukidashi_up::after {
		border-right-color: #fff;
		border-bottom-color: transparent;
	}

	
}

.sec-livestock.sec-rakunou .kakomi_waku .livestock_flex3 > .center h3 {
	color:#009fdc;
}

.sec-livestock.sec-rakunou .kakomi_waku .lv_qanda h4 {
    background: url(images/rakunou_q.png) no-repeat left top;
	color:#009fdc;
}

.sec-livestock.sec-rakunou .kakomi_waku .lv_qanda .answer strong.ans {
	color: #009fdc;
	border-color: #009fdc;
}

/*************************
***
***  sec-youhou 養蜂
***
**************************/
.sec-livestock.sec-youhou .kakomi_waku {
	border-color:#f5a400;
	background-color:#fffcf7;
}

.sec-livestock.sec-youhou .fukidashi_up { border-color: #f5a400;}
.sec-livestock.sec-youhou .fukidashi_up::before { border-bottom-color: #f5a400;}
.sec-livestock.sec-youhou .fukidashi_up::after { border-bottom-color: white;}

@media screen and (max-width: 1100px) {
	.sec-livestock.sec-youhou .fukidashi_up::before {
		border-right-color: #f5a400;
		border-bottom-color: transparent;
	}

	.sec-livestock.sec-youhou .fukidashi_up::after {
		border-right-color: #fff;
		border-bottom-color: transparent;
	}
	
	.sec-livestock.sec-youhou .col2_53_43 .left { width:70%;}
	.sec-livestock.sec-youhou .col2_53_43 .right { width:30%;}
	
	.sec-livestock.sec-youhou .res_qanda_image .answer  { width:65%;}
	.sec-livestock.sec-youhou .res_qanda_image .w60p  { width:25%;margin:unset;}

}

.sec-livestock.sec-youhou .kakomi_waku .livestock_flex3 > .center h3 {
	color:#f5a400;
}

.sec-livestock.sec-youhou .kakomi_waku .lv_qanda h4 {
    background: url(images/youhou_q.png) no-repeat left top;
	color:#f5a400;
}

.sec-livestock.sec-youhou .kakomi_waku .lv_qanda .answer strong.ans {
	color: #f5a400;
	border-color: #f5a400;
}



/*************************
***
***  sec-recipe レシピ
***
**************************/
.sec-recipe {
	position:relative;
}

.sec-recipe .std_width {
	background-color:white;
	border-radius:20px;
	position:relative;
}

.sec-recipe .std_width h2 {
	display:block;
	margin-top:-100px;
}

.sec-recipe .std_width .recipe_photo {
	width:40%;
	min-width:768px;
	height:auto;
}

.sec-recipe .std_width h3 {
	margin:0;
	color:white;
	background-color:#2f825c;
	padding:0.2em 1em;
}

.sec-recipe .std_width ul,
.sec-recipe .std_width ol {
	padding-left:0;
	margin:0;
	list-style-type:none;
}

.sec-recipe .std_width ul li {
	display:flex;
	align-items: baseline;
	padding:0.2em 1em;
	background-color:#e9fbeb;
}

.sec-recipe .std_width ol li {
	padding:0.4em 0.5em 0.4em 1em;
	background-color:#e9fbeb;
	line-height:1.5em;
}

.sec-recipe .std_width ul li:nth-child(2n+1),
.sec-recipe .std_width ol li:nth-child(2n+1) {
	background-color:#d9f9dc;
}


.sec-recipe .std_width ul li span.name {
	display: flex;
	align-items: baseline;
	flex: 1;
	min-width: 0;
	font-size:1rem;
}

.sec-recipe .std_width ul li span.name:after {
	content: "……………………………………………………………………………………";
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 0.4em;
}

.sec-recipe .std_width ul li span.qty {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

@media screen and (max-width: 1100px) {
	.sec-recipe .std_width .recipe_photo {
		width:55%;
		min-width:550px;
	}
	
	.sec-recipe .std_width .col2_50_50 .left,
	.sec-recipe .std_width .col2_50_50 .right {
		float:none;
		width:100%;
	}
}

/*************************
***
***  sec-goal
***
**************************/
/*
.sec-goal { background-color:white;}
*/

.sec-goal .goal_message { width:770px;margin-left:auto;margin-right:auto;}





/*************************
***
***  sec-step1
***
**************************/
.sec-step1 { background-color:#fffbe0;}

.sec-step1 .step1_1 .om_fukidashi.fuki_right:after {
	right:-50px;
	top:45%;
}

.sec-step1 .step1_1 .right img { width:130px; height:130px;margin-left:20px;}

.sec-step1 .step1_2 .left.green { background-color:#36b1a7;}
.sec-step1 .step1_2 .right.red { background-color:#d54b4f;}

.sec-step1 .step1_2 .column.left,
.sec-step1 .step1_2 .column.right {
	padding:20px;
	border-radius:20px;
	box-sizing:border-box;
}

.sec-step1 .step1_2 .column.right {
}

.sec-step1 .step1_2 h3 {
	color:white;
	font-size:1.5rem;
	text-align:center;
	margin:0.5em 0 1em 0;
}

.sec-step1 .step1_2 .std_flex3 .col3 {
	padding:15px;
	box-sizing:border-box;
	background-color:white;
	border-radius:20px;
}

.sec-step1 .step1_2 .std_flex3 .col3 h4 {
	margin:0;
	line-height:1.3em;
	font-size:1.25rem;
	text-align:center;
	color:#36b1a7;
}

.sec-step1 .step1_2 .std_flex3 .col3 p {
	margin:0em;
	line-height:1.4em;
	text-align:center;
	font-size:0.9375rem;
}

.sec-step1 .step1_2 .right .col1 {
	padding:20px 20px 10px 20px;
	background-color:white;
	border-radius:15px;
}

.sec-step1 .step1_2 .right .col1:first-of-type { margin-bottom:1em;}

.sec-step1 .step1_2 .right h4 {
	margin:0;
	line-height:1.3em;
	font-size:1.25rem;
	text-align:center;
	color:#d54b4f;
}

.sec-step1 .step1_2 .right dl { margin:0;}
.sec-step1 .step1_2 .right dl dt {
	color:white;
	padding:0.2em 0.8em;
	border-radius:10px;
	float:left;
	font-weight:500;
	border:1px solid #d54b4f;
}
.sec-step1 .step1_2 .right dl.c1 { margin-bottom:1em;}
.sec-step1 .step1_2 .right dl.c1 dt { background-color:#d54b4f;color:white;}
.sec-step1 .step1_2 .right dl.c2 dt { background-color:white;color:#d54b4f;}

.sec-step1 .step1_2 .right dl dd {
	margin-left:5em;
	line-height:1.6em;
}


/*************************
***
***  sec-step2
***
**************************/
.sec-step2 { background-color:#fffefa;}

.sec-step2 .om_fukidashi h3.kiwi {
	font-size:2rem;
	line-height:1.5em;
	margin:0;
}

.sec-step2 .om_fukidashi .sodateru,
.sec-step2 .om_fukidashi .uru,
.sec-step2 .om_fukidashi .kau {
	display:inline-block;
	padding:0 0.5em;
}
.sec-step2 .om_fukidashi .sodateru { background-color:#c9dbb0;}
.sec-step2 .om_fukidashi .uru { background-color:#f2bcc2;}
.sec-step2 .om_fukidashi .kau { background-color:#f6d19e;}

.sec-step2 .om_fukidashi .sodateru { background-color:#c9dbb0;}

.sec-step2 .step2_2_flex {
	display:flex;
	justify-content: space-between;
}

.sec-step2 .step2_2_flex .step2_2_col {
	width:25%;
	position:relative;
}

.sec-step2 .step2_2_flex .step2_2_col h3 {
	margin:0;
}

.sec-step2 .step2_2_flex .step2_2_col .arrow {
	position:absolute;
	top:50%;
}

.sec-step2 .step2_2_flex .step2_2_col .arrow p {
	text-align:center;
	line-height:1.5em;
}


.sec-step2 .step2_2_flex .step2_2_col.col1 .arrow {
	color:#71a02f;
	right:-50%;;
}

.sec-step2 .step2_2_flex .step2_2_col.col3 .arrow {
	color:#e88600;
	left:-40%;
	width:180px;
}

@media screen and (max-width: 1250px) {
	.sec-step2 .step2_2_flex .step2_2_col.col1 .arrow { top:11%;}
	.sec-step2 .step2_2_flex .step2_2_col.col3 .arrow { top:10%;}
}

@media screen and (max-width: 1100px) {
	.sec-step2 .step2_2_flex .step2_2_col.col1 .arrow { top:1%;right:-65%;}
	.sec-step2 .step2_2_flex .step2_2_col.col3 .arrow { top:0%;left:-55%;}
}

/*************************
***
***  sec-step3
***
**************************/
.sec-step3 { background-color:#f3f7e8;}

.sec-step3 a,.sec-step3 a:visited { color:#009245;	transition: all 0.3s ease 0s;}
.sec-step3 a:hover { filter: brightness(120%);}
.sec-step3 a:has(img):hover { filter: unset}


.sec-step3 .om_std_h2_wrapper {
	text-align:center;
}
.sec-step3 .om_std_h2 {
	position:relative;
	display:inline-block;
	padding-left:140px;
	height:160px;
	background:url(images/step3_sodateru.png) no-repeat left center;
	background-size:contain;
	margin-top:-50px;
	padding-top:70px;
	box-sizing:border-box;
}

.sec-step3 .step3_1 .om_waku2 {
	background:url(images/step3_1_waku2.jpg) repeat left center;
	padding:2em;
}

.sec-step3 .step3_1 .om_waku2 h3 {
	margin:0;
	color:#71a02f;
	font-size:1.625rem;
	display:inline-block;
	position:relative;
}

.sec-step3 .step3_1 .om_waku2 h3:before {
	content:'';
	position:absolute;
	display:block;
	width:22px;
	height:32px;
	background:url(images/step3_h3_before.png) no-repeat center center;
	left:-1.2em;
	top:0;
}

.sec-step3 .step3_1 .om_waku2 h3:after {
	content:'';
	position:absolute;
	display:block;
	width:22px;
	height:32px;
	background:url(images/step3_h3_after.png) no-repeat center center;
	right:-1.2em;
	top:0;
}

.sec-step3 .step3_1 .om_waku2 h4 {
	text-align:center;
	font-size:1.625rem;
	font-weight:500;
	margin:0.5em 0;
}

.sec-step3 .step3_2 {
	background-color:white;
	padding:30px 20px;
	border-radius:20px;
}

.sec-step3 .step3_2 h3.kiwi {
	font-size:2rem;
	margin:0;
	color:#71a02f;
}

/*************************
***
***  sec-step4
***
**************************/
/*
.sec-step4 { background-color:#fff8f8;}
*/

.sec-step4 a,.sec-step4 a:visited { color:#2f825c;	transition: all 0.3s ease 0s;}
.sec-step4 a:hover { filter: brightness(120%);}
.sec-step4 a:has(img):hover { filter: unset;}

c

}


.sec-step4 .om_std_h2_wrapper {
	text-align:center;
}
.sec-step4 .om_std_h2 {
	position:relative;
	display:inline-block;
	padding-left:140px;
	height:160px;
	background:url(images/step4_uru.png) no-repeat left center;
	background-size:contain;
	margin-top:-50px;
	padding-top:70px;
	box-sizing:border-box;
}

.sec-step4 .step4_1 .om_fukidashi.fuki_right:after {
	right:-50px;
	top:45%;
}

.sec-step4 .step4_1 .om_waku2 {
	background:url(images/step4_1_waku2.jpg) repeat left center;
	padding:2em;
}

.sec-step4 .step4_1 .om_waku2 h3 {
	margin:0;
	color:#dc4e5e;
	font-size:1.625rem;
	display:inline-block;
	position:relative;
}

.sec-step4 .step4_1 .om_waku2 h3:before {
	content:'';
	position:absolute;
	display:block;
	width:22px;
	height:32px;
	background:url(images/step4_h3_before.png) no-repeat center center;
	left:-1.2em;
	top:0;
}

.sec-step4 .step4_1 .om_waku2 h3:after {
	content:'';
	position:absolute;
	display:block;
	width:22px;
	height:32px;
	background:url(images/step4_h3_after.png) no-repeat center center;
	right:-1.2em;
	top:0;
}

.sec-step4 .step4_1 .om_waku2 h4 {
	text-align:center;
	font-size:1.625rem;
	font-weight:500;
	margin:0.5em 0;
}

.sec-step4 .step4_2 {
	background-color:white;
	padding:30px 20px;
	border-radius:20px;
}

.sec-step4 .step4_2 h3.kiwi {
	font-size:2rem;
	margin:0;
	color:#2f825c;
}

.sec-step4 .om_bottom_border {
	position:relative;
	padding-bottom:1em;
	margin-bottom:1em;
}

.sec-step4 .om_bottom_border:after {
	content:'';
	display:block;
	position:absolute;
	width:90%;
	height:2px;
	left:5%;
	background-color:#2f825c;
	bottom:0;
}

.sec-step4 .step4_2 .yumemiichi {
	display:flex;
	justify-content: center;
	font-size:0.875rem;
	line-height:1.5em;
}

.sec-step4 .step4_2 .yumemiichi h4 {
	font-size:1.1rem;
	margin:0 0 0.2em 0;
	line-height:1.4em;
}

.sec-step4 .step4_2 .yumemiichi img {
	max-width:177px;
	width:10vw;
	margin-right:15px;
}

.sec-step4 .step4_2 .yumemiichi .y_right {
	width:50%;
}

@media screen and (max-width: 1100px) {
	.sec-step4 .step4_2 .std_flex3 .col3 {
		width: 48%;
		margin-bottom: 1em;
	}
	.sec-step4 .step4_2 .yumemiichi { justify-content:space-between;width:90%;margin-left:auto;margin-right:auto;}
	.sec-step4 .step4_2 .yumemiichi .y_left { width:40%;}
	.sec-step4 .step4_2 .yumemiichi .y_right { width:55%;}
	.sec-step4 .step4_2 .yumemiichi img {
		width:100%;
		max-width:unset;
	}
}

/*************************
***
***  sec-step5
***
**************************/
/*
.sec-step5 { background-color:#fceedb;}
*/

.sec-step5 .std_width {
	background-color:white;
	border-radius:20px;
}


.sec-step5 .std_width .sec-step5-inner {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.sec-step5 .std_width .pre_h3{
	font-size:2em;
	color:#2f825c;
}


.sec-step5 .om_std_h2_wrapper {
	text-align:center;
}
.sec-step5 .om_std_h2 {
	position:relative;
	display:inline-block;
	padding-left:140px;
	height:160px;
	background:url(images/step5_kau.png) no-repeat left center;
	background-size:contain;
	margin-top:-50px;
	padding-top:70px;
	box-sizing:border-box;
}

.sec-step5 .illust_area {
	display:flex;
	justify-content: space-between;
}

.sec-step5 .illust_area img {
	width:24%;
	height:auto;
}

.sec-step5 .step5_2 {
	background-color:white;
	padding:30px 20px;
	border-radius:20px;
}

.sec-step5 .step5_2 h3.kiwi {
	font-size:2rem;
	margin:0;
	color:#e88600;
}

.sec-step5 .step5_2 .om_fukidashi.fuki_right:after {
	right:-50px;
	top:45%;
}

.sec-step5 .step5_2 .om_syokuiku_flex {
	display:flex;
	justify-content: space-between;
}

.sec-step5 .step5_2 .om_syokuiku_flex .column:nth-child(1){ width:34%;margin-right:2%;}
.sec-step5 .step5_2 .om_syokuiku_flex .column:nth-child(2){ width:39%;}
.sec-step5 .step5_2 .om_syokuiku_flex .column:nth-child(3){ width:22%;}

.sec-step5 .step5_2 h4 {
	font-size:1.125rem;
	margin:0 0 0.2em 0;
}

/*************************
***
***  sec-step6
***
**************************/
.sec-step6 { background-color:#edf6fb;}

.sec-step6 a,.sec-step6 a:visited { color:#3a9ad6;	transition: all 0.3s ease 0s;}
.sec-step6 a:hover { filter: brightness(120%);}

.sec-step6 .om_std_h2_wrapper {
	text-align:center;
}

.sec-step6 .step6_1.om_waku2 {
	background:url(images/step6_1_waku2.jpg) repeat left center;
	padding:2em;
}

.sec-step6 .step6_1.om_waku2 .col2_22_74 .left {
	width:400px;
}

.sec-step6 .step6_1.om_waku2 .col2_22_74 .right {
	width:calc(100% - 400px);
}


.sec-step6 .step6_1.om_waku2 h3,
.sec-step6 .step6_3 h3 {
	margin:0;
	color:#3a9ad6;
	font-size:1.725rem;
	display:inline-block;
	position:relative;
}

.sec-step6 .step6_1.om_waku2 h3:before {
	content:'';
	position:absolute;
	display:block;
	width:22px;
	height:32px;
	background:url(images/step6_h3_before.png) no-repeat center center;
	left:-1.2em;
	bottom:0;
}

.sec-step6 .step6_1.om_waku2 h3:after {
	content:'';
	position:absolute;
	display:block;
	width:22px;
	height:32px;
	background:url(images/step6_h3_after.png) no-repeat center center;
	right:-1.2em;
	bottom:0;
}

.sec-step6 .step6_1.om_waku2 h4,
.sec-step6 .step6_2.om_waku2 h4,
.sec-step6 .step6_3 h4 {
	font-size:1.375rem;
	font-weight:700;
	margin:0.5em 0;
}

.sec-step6 .step6_1.om_waku2 .om_fukidashi.fuki_left:after {
	left:-50px;
	top:40%;
	transform: scale(-1, -1) ;
}

.sec-step6 .step6_1_2_1 {
	background-color:white;
	padding:30px 20px;
	border-radius:20px;
}

.sec-step6 .step6_1.om_waku2 h3.kiwi:before,
.sec-step6 .step6_1.om_waku2 h3.kiwi:after {
	content:none;
}

.sec-step6 .step6_2.om_waku2 {
	background:url(images/step6_2_waku2.jpg) repeat left center;
	padding:2em;
}

.sec-step6 .step6_2.om_waku2 h3 {
	margin:0;
	color:#887763;
	font-size:1.725rem;
	display:inline-block;
	position:relative;
}

.sec-step6 .step6_2.om_waku2 h3:before {
	content:'';
	position:absolute;
	display:block;
	width:22px;
	height:32px;
	background:url(images/step6_h3_2_before.png) no-repeat center center;
	left:-1.2em;
	bottom:0;
}

.sec-step6 .step6_2.om_waku2 h3:after {
	content:'';
	position:absolute;
	display:block;
	width:22px;
	height:32px;
	background:url(images/step6_h3_2_after.png) no-repeat center center;
	right:-1.2em;
	bottom:0;
}

.sec-step6 .step6_2.om_waku2 .left img {
	mix-blend-mode: multiply;
}

.sec-step6 .step6_3{
	background-color:white;
	padding:30px 20px;
	border-radius:20px;
}

.sec-step6 .step6_3 .std_flex2 {
	flex-wrap: wrap;
}

.sec-step6 .step6_3 .flex_img {
	display:flex;
	justify-content: space-between;
}

.sec-step6 .step6_3 .flex_img img {
	width:23%;
	height:auto;
}


/*************************
***
***  sec-step7
***
**************************/
.sec-step7 { background-color:#ebfff8;}

.sec-step7 .om_std_h2_wrapper {
	text-align:center;
}

.sec-step7 h2 {
	line-height:1.5em;
}

.sec-step7 h4 {
	font-size:1.375rem;
	font-weight:700;
	margin:0.5em 0;
}

.sec-step7 .om_fukidashi {
	padding:20px 40px 40px 40px;
}

.sec-step7 .om_fukidashi.fuki_left:after {
	top:10%;
}



/*************************
***
***  イベント情報
***
**************************/
.festa .festa_main img {
	position:relative;
	z-index:0;
}

.festa .festa_contents {
	position:relative;
	z-index:1;
	font-size:1.1em;
}

.festa .sec1 dl {
	margin:0;
	line-height:1.6em;
	margin-bottom:1em;
}

.festa .sec1 dl:after { content:'';display:block;clear:both;}

.festa .sec1 dl dt {
	float:left;
	width:5em;
	display:block;
	background-color:#009f73;
	border-radius:10px;
	color:white;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

.festa .sec1 dl dd {
	margin-left:6em;
}

.festa .sec1 .waku001 {
	border:3px solid #009f73;
	line-height:1.6em;
	padding:1.5em 1em 1em 1em;
	margin-top:10px;
}

.festa .sec1 .right img {
	margin-top:-60px;
}

.festa .sec1 .waku001 strong {
	display:block;
	width:15em;
	margin:-2.2em auto 0 auto;
	background-color:white;
	color:#009f73;
	text-align:center;
}

.festa .sec1 .waku001 div {
	width: 95%;
	margin-left: -7%;
	background-color: white;
	padding: 0.5em 10% 0.5em;
}

.festa .sec2 {
	border-top:2px dashed #009f73;
	padding-top:1em;
	padding-bottom:1em;
}

.festa h2 {
	text-align:center;
	font-size:1.1em;
}

.festa h2 strong {
	display:inline-block;
	padding:0.2em 1em;
	background-color:#ccc;
	border-radius:10px;
	color:white;
}

.festa h2.h2_1 strong { background-color:#2ca6e0;}
.festa h2.h2_2 strong { background-color:#ea6067;}
.festa h2.h2_3 strong { background-color:#fac300;}
.festa h2.h2_4 strong { background-color:#8cc347;}
.festa h2.h2_5 strong { background-color:#8cc347;}
.festa h2.h2_6 strong { background-color:#2ca6e0;}
.festa h2.h2_7 strong { background-color:#ea6067;}

.festa .sec3 {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:1em;
	padding-bottom:1em;
}


.festa .sec3 .col {
	width:33.3%;
	padding-bottom:0.5em;
	border-top:2px dashed #009f73;
}

.festa .sec3 .col .inner {
	margin-top:1em;
	margin-bottom:0.5em;
}

.festa .sec3 .col:nth-child(3n-1) .inner {
	border-left:2px dashed #009f73;
	border-right:2px dashed #009f73;

}

.festa .sec3 .col .inner div {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	font-size:0.875rem;
	line-height:1.5em;
	text-align:justify;
}

.festa .sec3 h2 {
	margin-top:0;
	padding-top:0.5em;
}



@media screen and (max-width: 768px) {
.festa {
	padding-top:150px;
}


.festa .sec1 .right img {
	margin-top: 0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.festa .sec3 {
	display:block;
}

.festa .sec3 .col {
	width:100%;
}

.festa .sec3 .col:nth-child(3n-1) .inner {
	border-left:none;
	border-right:none;
}
}







/*************************
***
***  sec_03
***
**************************/
.sec_03 .illust_area img {
	width:24%;
	height:auto;
}

.sec_03 h2, .sec_03 h3 {
	margin:0;
}

.sec_03 .kumiaichou {
	display:block;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width: 1340px) {
	.sec_03 .kumiaichou {
		width:100%;
	}
}

@media screen and (max-width: 1100px) {
	.sec_03 .kumiaichou {
		width:110%;
	}
}

@media screen and (max-width: 980px) {
	.sec_03 .kumiaichou {
		margin-top:20px;
	}
}

@media screen and (max-width: 900px) {
	.sec_03 .kumiaichou {
		margin-top:0px;
		width:60%;
	}
}



/*************************
***
***  sec_04 推して応援
***
**************************/
.sec_04 .h2_area h2 {
	margin:-87px 0 0 -40px;
	width:110%;
}

.sec_04 .h2_area .right p {
	color:#e50038;
	font-weight:700;
}

.sec_04 img.supporters {
	display:block;
}

.sec_04 .fukidashi {
	position:relative;
	border:3px solid #ccc;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-radius:20px;
}

.sec_04 .fukidashi:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.sec_04 .fukidashi:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.sec_04 .fukidashi .inner {
	padding:10px;
}

.sec_04 .fukidashi.fuki_1 {
	border-color:#1e8c2e;
	background-color:#ebffee;
}
.sec_04 .fukidashi.fuki_1:before { border-bottom-color:#ebffee;}
.sec_04 .fukidashi.fuki_1:after { border-bottom-color:#1e8c2e;}

.sec_04 .fukidashi.fuki_2 {
	border-color:#fba049;
	background-color:#ffd2a6;
}
.sec_04 .fukidashi.fuki_2:before { border-bottom-color:#ffd2a6;}
.sec_04 .fukidashi.fuki_2:after { border-bottom-color:#fba049;}

.sec_04 .uotake {
	position:relative;
}

.sec_04 .uotake .right {
	position:absolute;
	width:50%;
	right:0;
	top:0;
}

.sec_04 .uotake .right .uotake_inner {
	position:relative;
	margin-left:13%;
}

.sec_04 .uotake .right .fuki {
	position:absolute;
	width:112px;
	height:auto;
	top:0;
	right:-63px;
}

.sec_04 .fukidashi.fuki_3 {
	border-color:#72a62f;
	background-color:#f1ffe0;
}
.sec_04 .fukidashi.fuki_3:before { border-bottom-color:#f1ffe0;}
.sec_04 .fukidashi.fuki_3:after { border-bottom-color:#72a62f;}

.sec_04 .fukidashi.fuki_4 {
	width:92%;
	border-color:#a6962f;
	background-color:#faf4d0;
	margin-bottom:40px;
}
.sec_04 .fukidashi.fuki_4:before { content:none;}
.sec_04 .fukidashi.fuki_4:after { content:none;}


/*************************
***
***  sec_05 学んで応援
***
**************************/
.sec_05 .h2_area h2 {
	margin:-87px 0 0 -40px;
	width:110%;
}

.sec_05 .h2_area .right p {
	color:#0064a0;
	font-weight:700;
}

.sec_05 h3 {
	margin:0 0 1em 0;
	display:inline-block;
	background-color:#f2ee7a;
	padding:0.5em 1em;
	font-size:2em;
}

.sec_05 .flex_column3 {
	display:flex;
	flex-wrap: wrap;
}

.sec_05 .quiz .column{
	width:30%;
	margin-right:2%;
	padding:1%;
	border-radius:18px;
	margin-bottom:4em;
}

.sec_05 .quiz .column.miraichan { width:63.8%;}
.sec_05 .quiz .column:nth-child(3n + 2) { margin-right:0;}


/*************************
***
***  sec_06 参加して応援
***
**************************/
.sec_06 .h2_area h2 {
	margin:-87px 0 0 -40px;
	width:110%;
}

.sec_06 .h2_area .right p {
	color:#0064a0;
	font-weight:700;
}

.sec_06 dl {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.sec_06 dl:after{ content:'';display:block;clear:both;}
.sec_06 dl dt {
	float:left;
	width:6em;
	padding:0.5em 1em;
	text-align:center;
	background-color:#00a073;
	color:white;
	font-weight:700;
	margin-bottom:1.5em;
	border-radius:15px;
}

.sec_06 dl dd {
	padding:0.5em 1em;
	margin-left:8em;
}

@media screen and (max-width: 1100px) {
	.outer_width {
		width:95%;
		margin-left:auto;
		margin-right:auto;
	}
	.waku_midashi h2 {
		font-size:1.8em !important;
		padding-top:0.5em;
	}
	.sec07 .title_right {width:390px;}
	.sec07 .flex5 strong, .sec07 .flex4 strong {font-size:1.1rem;}
	.sec05 .kakomi_2:after {display:none;}
	.sec05 h3.kakomi_2_midashi img {width:100%;height:auto;}
}


/*************************
***
***  sec_kakomi1 囲み
***
**************************/
.sec_kakomi1  { position:relative;	z-index:7;}
.sec_kakomi1 .kakomi_1 {
	background-color:#e8f4fd;
	border-radius:20px;
	background:#e8f4fd url(images/kakomi_bg.png) no-repeat right 60px bottom;
}
.sec_kakomi1 .kakomi_1 .kakomi_1_inner {
	padding:20px;
}

.sec_kakomi1 .col2_sec_06_kakomi .left { width:34%;}
.sec_kakomi1 .col2_sec_06_kakomi .right { width:64%;}
/*************************
***
***  YouTube
***
**************************/

.youtube ul {
	margin-top:0;
}

.youtube .bx-viewport {
	background-color:transparent !important;
	box-shadow:none !important;
	border:none;
}

.youtube li {
	width:350px;
	margin-right:15px;
}


/*************************
***
***  ゆめみちゃん
***
**************************/
.yumemichan {
	border:5px solid #338dff;
	border-radius:20px;
	background-color:white;
}

.yumemichan .yumemichan_inner {
	padding:30px 0;
}

.yumemichan .yumemichan_inner div {
	font-size:1.5em;
	line-height:2em;
}

/*************************
***
***  応募要項
***
**************************/
.youkou {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	border:6px solid #2f825c;
	border-radius:20px;
	background-color:white;
}

.youkou .inner {
	padding:30px;
}

.youkou .std_h2_1col {
    position: relative;
    margin-top: 20px;
    font-size: 2.5rem;
    line-height: 1.4em;
    text-align: center;
    font-weight: 300;
}

.youkou .std_h2_2col {
    font-size: 1.75rem;
    font-weight: 300;
    position: relative;
    padding-left: 48px;
    margin-top: 60px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.youkou .std_h2_2col:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #2f825c;
    top: 7px;
    left: 10px;
}

.youkou .std_lead img {
	vertical-align:middle;
	height:80px;
	width:auto;
}

.jimukyoku:after {
	content:' kouhou@at.kn-ja.or.jp';
}

.youkou a,
.campaign_detail a{
	color:#3294ff;
}




/* sec_yumemiichi */
.sec_yumemiichi .yumemiichi_instagram img{
	width:85px;
	height:auto;
	vertical-align:middle;
	margin-right:0.5em;
}

ul.insta  {
	margin-bottom:0;
	padding:0;
}

ul.insta::after {
	content:"";
	display:block;
	clear:both;
}


ul.insta li {
	display:block;
	width:15%;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

ul.insta li a {
	display:block;
	width:100%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	height:140px;
}

ul.insta li:last-child {
	margin-right:0;
}


/* ゆめみちゃんコメント */

.sec_yumemichan_cooking {
	padding:80px 0;
	background-size:cover;
}

.waku2 {
	padding:30px;
	border:6px dotted #519300;
	background-color:rgba(255,255,255,0.9);
	border-radius:40px;
}

/* プレゼント */

.sec_present {
	padding:0 0 80px 0;
	/*
	background:url(images/bg_main_image.jpg) no-repeat top center;
	*/
	background-size:cover;
}

/*
.sec_present .std_width {
*/
.sec_present {
	background-color:white;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

.sec_present .gabyou {
	margin-top:-20px;
}

/*
.sec_present .std_width .sec_present_inner {
*/
.sec_present .sec_present_inner {
	padding:0 30px 30px 30px;
}

/*
.sec_present .std_width .sec_present_inner h2 {
*/
.sec_present .sec_present_inner h2 {
	font-size:2.5rem;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
}

/*
.sec_present .std_width .sec_present_inner h3 {
*/
.sec_present .sec_present_inner h3 {
	font-size:2rem;
	color: #f7b114;
	margin-bottom:0;
}


















/* 応募要項、利用規約 */
.campaign_detail {
}
.campaign_detail .std_h2_1col {
    position: relative;
    margin-top: 50px;
    font-size: 2.5rem;
    line-height: 1.4em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    padding-bottom: 40px;
}

.campaign_detail .std_h2_1col:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 5px;
    background-color: #32a761;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.campaign_detail .std_h2_2col {
    font-size: 1.75rem;
    font-weight: 300;
    position: relative;
    padding-left: 48px;
    margin-top: 60px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.campaign_detail .std_h2_2col:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #32a761;
    top: 7px;
    left: 10px;
}

.jimukyoku:after {
	content:' kouhou@at.kn-ja.or.jp';
}

.copyright {
	margin-top:160px;
	padding:4em;
	background:url(images/bg_main_image.jpg) no-repeat top center;
	background-size:cover;
	color:black;
}













