@charset "UTF-8";
*,
*::before,
*::after {
	margin:0;
	padding:0;
	box-sizing: border-box;
	word-break:break-all;
	word-wrap:break-word;
}

@media (width <= 360px) {
  * { -webkit-text-size-adjust: none; }
}


html {
}

body {
	position:relative;
	color: #000;
	font-family: "Century Gothic", "hiragino-kaku-gothic-pron", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
	font-size: .875rem;
	line-height:1.5;
	background: #f8c53d;
	zoom:1;
}


@media (width > 900px) {
	body {
		font-size: 1rem;
	}
}

a {
	color: #00a3af;
	font-weight: bold;
	text-decoration:none;
	transition-property: all;
	transition-duration: .2s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
}

a:hover {
	border-bottom: 2px dotted #00a3af;
}

/****************************************************************************************************
 wrp
****************************************************************************************************/
.wrp {
	margin:0 auto;
	min-height: 100vh;
	position: relative;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeIn;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
  animation-name: fadeIn;
}


/****************************************************************************************************
 header
****************************************************************************************************/
.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.header-logo-fig {
	width: 33.3333vw;
	max-width: 300px;
	max-height:300px;
}

.header-logo-img {
	display:block;
	width: 100%;
	height: auto;
}


/****************************************************************************************************
 footer
****************************************************************************************************/
.footer {
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer-copy-fig {
	margin: 0 0 0 auto;
	width: 33.3333vw;
	max-width: 300px;
	max-height: 300px;
}

.footer-copy-img {
	display: block;
	width: 100%;
	height: auto;
}


/****************************************************************************************************
 main
****************************************************************************************************/
.main {
	padding: 30px;
	position: relative;
}

.main-h1 {
	padding: 0 0 30px;
	font-size: 200%;
/*	text-align: center;*/
}

.main-h2 {
	padding: 0 0 30px;
	font-size: 150%;
}


@media (width > 900px) {
	.main-h1 {
		padding: 0 0 100px;
	}

	.main-h2 {
		padding: 0 0 70px;
		font-size: 150%;
	}

}


.main-body {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.main-body-inner {
/*	vertical-align: bottom;*/
}

.main-body section,
.main-body article {
	flex-basis: 100%;
}

.main-tri-top {
	float: left;
	width: calc(33.3333vw - 30px);
	height: calc(33.3333vw - 30px);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	shape-outside: polygon(0 0, 100% 0, 0 100%);
/*	background: #fff;*/
}

.main-tri-bottom {
	display: flex;
	align-items: flex-end;
	order: 100;
	float: right;
	width: calc(33.3333vw - 30px);
	height: 100%;
	clip-path: polygon(100% calc(100% - 33.3333vw + 30px), 100% 100%, 0 100%);
	shape-outside: polygon(100% calc(100% - 33.3333vw + 30px), 100% 100%, 0 100%);
/*	background: #fff;*/
}

/*.main-body-side {
	height: calc(100% - 33.3333vw);
	float: right;
	width: 1px;
}
*/

.main-body-rectangle {
	padding-bottom: 33.3333vw;
}

@media (width > 900px) {
	.main {
		margin: 0 auto;
		padding: 100px;
		max-width: 1200px;
	}


	.main-tri-top {
		width: 150px;
		height: 150px;
	}

	.main-tri-bottom {
		width: 150px;
		clip-path: polygon(100% calc(100% - 150px), 100% 100%, 0 100%);
		shape-outside: polygon(100% calc(100% - 150px), 100% 100%, 0 100%);
	}

	.main-body-rectangle {
		padding-bottom: 300px;
	}
}

/****************************************************************************************************
 btn
****************************************************************************************************/
.btn-buah {
	
}

.btn-buah:hover {

}


/****************************************************************************************************
 oto
****************************************************************************************************/
.sec1 {
	margin-bottom:20px;
}

.sec1-h3 {
	padding:10px;
	border:1px dotted #000;
	font-size: 18px;
	line-height:1;
}

.sec1-h3 .h3l {
	margin-right:10px;
	padding-left: 20px;
	max-width:30px;
	cursor:pointer;
	position: relative;
}

.sec1-h3 .h3l::before {
	border-top:2px solid #000;
	border-right:2px solid #000;
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 2px;
	top: calc(50% - 2px);
	content: '';
	transform: rotate(-45deg);
}

.sec1-h3 .h3l.open::before {
	top: calc(50% - 10px);
	transform: rotate(135deg);
}

.sec1-h3 .h3l img {
	line-height:1;
	max-width:20px;
}

.sec1-h3 .h3l img.cls {
	display:inline-block;
}

.sec1-h3 .h3l img.opn {
	display:none;
}

.sec1-h3 .date {
	margin:0 0 0 50px;
	font-size:80%;
}

.sec1 .bx1 {
	padding:10px 10px 0;
	border:1px dotted #000;
	border-top:0;
}

.sec1 .bx1 p {
	padding:0 0 10px;
}

ul.lst1 {
	margin-left:20px;
}

ul.lst1 li {
	margin:0 0 10px;
}

.ttlS {
	margin-bottom:0;
	display:inline-block;
	width:150px;
	vertical-align: middle;
}

ul.lst1 audio {
	max-width:100%;
	vertical-align: middle;
}

.sec2-h3 {
	margin:30px 0 20px;
	padding:3px 0 3px 20px;
/*	border-bottom: 1px dotted #000;*/
	position: relative;
	font-size: 18px;
	line-height:1;
}

.sec2-h3::before {
	border-top: 12px solid #000;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #000;
	border-left: 0;
	display: block;
	width: 12px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.sec2-h3::after {
	border-top: 12px solid #000;
	border-right: 0;
	border-bottom: 12px solid #000;
	border-left: 12px solid transparent;
	display: block;
	width: 12px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
}


@media (width <= 600px) {
	.sec1 h1 .date {
		margin:0 0 0 25px;
		display:block;
	}

	.sec1 .bx1 {
		display:none;
	}

	.sec1 h1 .h1l img {
		width:15px;
	}

	.sec1 h1 .h1l img.cls {
		display:none;
	}

	.sec1 h1 .h1l img.opn {
		display:inline-block;
	}

	.ttlS {
		margin-bottom:10px;
	}
}


/****************************************************************************************************
 candra gita
****************************************************************************************************/
.tbl1 {
	border-collapse: collapse;
}

.tbl1 > tbody > tr > th {
	padding: 10px ;
	width: 350px;
	text-align: left;
}

.tbl1 > tbody > tr > td {
	padding: 10px;
}

a.btn_download {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #000;
}

a.btn_download:hover {
	border: 0;
	background-color: #00a3af;
	text-decoration: none;
}

@media (width <= 1200px) {
	.tbl1,
	.tbl1 > thead,
	.tbl1 > thead > tr,
	.tbl1 > thead > tr > th,
	.tbl1 > thead > tr > td,
	.tbl1 > tbody {
		display: block;
	}

	.tbl1 > tbody > tr {
		padding: 0 0 20px;
		display: block;
	}

	.tbl1 > tbody > tr > th {
		padding: 0 0 10px;
		display: block;
		width: auto;
	}

	.tbl1 > tbody > tr > td {
		padding: 0 0 10px;
		display: block;
	}
}



/****************************************************************************************************
 misc
****************************************************************************************************/
.fsz90 {
	font-size:90%;
}

.talc {
	text-align: center;
}

.dspn {
	display:none;
}

.op0 {
	opacity:0;
}

.list_ul_disc {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}

.list_ul_disc li {
	margin: 10px 0 0;
	padding: 0;
}


/*clearfix*/
.cf {
  *zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
  line-height: 0;
}

.cf:after {
  clear: both;
}