/****************** 
*    items.css    *
*******************/

@charset "UTF-8";

/* 共通部分   common.css
------------------------------- */
html {
	font-size: 100%;
	}

body{
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	}

a { text-decoration: none;}
a:link { color: #0000aa; }
a:hover { color: #0055ff; }

img { max-width: 100%; }

.clfix::after {
	content: "";
	clear: both;
	display: block;
	line-height: 0;
	}

.fl_l {
	float:left;
	}

.fl_r {
	float:right;
	}

.pc_none { display: none; }

.sp_none { display: block; }

.red { color: red; }


/* ヘッダー（デスクトップ版）
------------------------------- */
@media screen and (min-width: 740px) {

header {
	display: flex;
	margin: 0 auto;
	max-width: 1000px;
	}

.top_area {
	margin-top: 20px;
	margin-bottom: 4px;
	float: right;
	width: 50%;
	}

.top_area ul {
	width: 34%;
	list-style: none;
	}

.ja a {
	color: #006837;
	}

.en a {
	color: #0000ff;
	}

.rod {
	margin: 0 6%;
	}

.title_area {
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	vertical-align: middle;
	}

.title_area img {
	margin-left: 2%;
	width: 36%;
	}

}

/* ヘッダー（スマホ版）
------------------------------------------------- */
@media screen and (max-width: 740px) {
	.pc_none { display: block; }
	.sp_none { display: none; }
	
	header {
		width: 96%;
		margin: 8px auto 15px;
		position: relative;
		text-align: center;
		}
	
	.sp_top_area {
		display: flex;
		float: right;
		}
	
	.sp_top_area p {
		padding-left: 10px;
		font-size: 0.6rem;
		}
	
	.menu_btn_op {
		position: absolute;
		right: 6.5%;
		width: 10%;
		}
	
	.title_logo_area {
		margin: 0 auto;
		}
	
	.top_image {
		margin: 0 auto;
		}
	
	.top_image img{
		width: 80%;
		margin-top: 40px;
		}
	
	}


/* ナビゲーション（デスクトップ版）
--------------------------------------------- */
@media screen and (min-width: 740px) {

.pc_menu {
	margin: 0 auto;
	max-width: 1000px;
	height: 30px;
/** background: #e1eec1;  ***/
	box-sizing: border-box;
	}

.pc_menu ul {
	margin: 0;
	padding: 0;
	height: 70%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	list-style: none;
	}

.pc_menu li a {
	display: block;
	width: 130px;
	height: 80%;
	padding: 6px;
	background-color: #006837;
	color: #ffffff;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: top;
	align-items: center;
	}

.pc_menu li a:hover {
	transition: 0.3s;
	background-color: #008000;
	}

}


/* ナビ（スマホ版）
-------------------------------------------- */
@media screen and (max-width: 740px) {
	.pc_none { display: block; }
	
	.sp_menu {
		display: none;
		background: rgba(10,85,120,0.9);
		position: absolute;
		top: 0;
		right: 0;
		width: 70%;
		z-index: 1000;
		color: #fff;
		}
	
	.sp_menu a {
		color: #fff;
		}
	
	.sp_lang {
		font-size: 0.8rem;
		margin: 24px 0 20px 14%;
		list-style: none;
		}
	
	.sp_lang a {
		font-weight: bold;
		}
	
	.rod {
		margin: 0 6%;
		}
	
	.ja .sp_menu .en a {
		color: #00080c;
		}
	
	.menu_btn_cl {
		position: absolute;
		right: 6.5%;
		width: 10%;
		}
	
	.menu_title {
		width: 90%;
		font-size: 0.8rem;
		font-weight: bold;
		margin: 0 auto;
		}
	
	/* menu_area **********/
	.menu_area {
		margin-bottom: 24px;
		}
	
	.menu_area a {
		display: block;
		width: 100%;
		padding: 10px 0;
		}
	
	.menu_area p:first-child {
		border-top: 1px solid #fff;
		}
	
	.menu_area p {
		width: 95%;
		margin: 0 auto;
		font-size: 0.8rem;
		border-bottom: 1px solid #fff;
		}
	
	.click {
		padding: 10px 0;
		position: relative;
		border-bottom: 1px solid #fff;
		}
	.click {
		background-image: url(../images/sp/btn_aco_op.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 7%;
		}
	
	.click.active {
		background-image: url(../images/sp/btn_aco_cl.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 8%;
		}
	
	.menu_area ul {
		background: #437d98;
		display: none;
		}
	
	.menu_area li {
		width: 95%;
		margin: 0 auto;
		border-bottom: 1px solid #fff;
		}
	
	}



/* 概要セクション （デスクトップ版）
-------------------------------------- */
.about_section {
	margin: 0;
	background-color: #ffffff;
	}

.about_section .main_block {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 10px;
	}

.highlight_area {
	margin: 0 auto;
	width: 94%;
	max-width: 1000px;
	text-align: center;
	border-bottom: 4px solid #006837;
	}

.highlight_title {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 4px;
	font-size: 1.4rem;
	font-family: "Roboto";
	color: #006837;
	font-weight: 600;
	}

.main_block .title {
	margin: 0;
	text-align: left;
	padding-top: 10px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #006837;
	}

.main_block .title_sub {
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 1.0rem;
	font-weight: 600;
	color: #000000;
	}

.main_block .title2 {
	margin: 0;
	text-align: center;
	padding: 20px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #006837;
	}

.main_block .title2 img{
	width: 8%;
	}

.main_block .title3 {
	margin-top: 20px;
	text-align: left;
	border-left: 5px solid #006837;
	padding-left: 12px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #006837;
	}

.main_block .block_text {
	text-align: left;
	padding: 10px 20px 10px;
	font-size: 1.0rem;
	line-height: 1.5;
	}

.main_block .block_text2 {
	text-align: center;
	padding: 6px;
	font-size: 0.8rem;
	line-height: 1.5;
	}

.block_text_inner0 {
	text-align: left;
	padding: 10px 10px 10px 40px;
	font-size: 1.0rem;
	line-height: 1.5;
	}

.block_text_inner1 {
	text-align: left;
	padding: 10px 20px 10px;
	font-size: 1.0rem;
	line-height: 1.5;
	}

.block_text_inner2 {
	text-align: left;
	font-size: 1.0rem;
	padding-left: 80px;
	padding-right: 10px;
	line-height: 1.5;
	}

.block_text_inner3 {
	width: 70%;
	padding-left: 15%;
	}

.list_item1 {
	list-style-type: disc;
	font-size: 1.0rem;
	}

.list_item2 {
	list-style: none;
	font-size: 1.0rem;
	}

.list_block {
	text-align: left;
	padding-left: 2px;
	font-size: 1.0rem;
	}

.list_block ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	}

.list_block ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
	}

.list_block ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\2a"; /*アイコンの種類*/
	position: absolute;
	left : 1em; /*左端からのアイコンまでの距離*/
	color: #000000; /*アイコン色*/
	}

ol.sample0 {
	list-style-type:decimal;
	}

ol.sample1 {
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
	}

ol.sample1 li {
	position:relative;
	padding: 0 0 0 30px;
	margin: 7px 0 7px 0px;
	font-weight: normal;
	font-size: 1.0rem;
	line-height: 29px;
	border: dashed 1px transparent;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	}

ol.sample1 li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #000;
	line-height:16px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

ol.sample1 li:hover{
	border-bottom-color: #F6A38B;
	}


.main_block .illust {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

.main_block img {
	padding: 10px;
	width: 40%;
	}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	margin-top: 10px;
	border: 1px solid #b6b6b6;
	padding: 5px 50px 5px 20px;
	background: url(../images/arrow.png) right 10px center no-repeat, #ffffff;
	font-size: 16px;
	}

details {
	font-size: 1.0rem;
	}

details > summary {
	padding: 2px 10px;
	width: 26em;
	color: #0000ff;
	border: none;
	cursor: pointer;
	list-style: none;
	}

details > p {
	margin: 0;
	}


/* 概要セクション （スマホ版）
-------------------------------------- */
@media screen and (max-width: 740px) {
	.pc_none { display: block; }
	
	.about_section .main_block {
		padding: 10px 10px 20px;
		}
	
	.highlight_title {
		padding-top: 10px;
		font-size: 1.2rem;
		}
	
	.main_block .title {
		font-size: 1.0rem;
		}
	
	.main_block .title_sub {
		font-size: 0.8rem;
		}
	
	.main_block .block_text {
		font-size: 0.8rem;
		}
	
	.main_block img {
		width: 80%;
		}
	
	.main_block .title3 {
		margin-top: 10px;
		font-size: 1.0rem;
		}
	
	.block_text_inner1 {
		padding-left: 22px;
		font-size: 0.8rem;
		}
	
	.block_text_inner2 {
		padding-left: 26px;
		}
	
	.block_text_inner3 {
		width: 80%;
		padding-left: 12%;
		}
	
	.list_block {
		font-size: 0.8rem;
		}
	
	.list_item1 {
		font-size: 0.8rem;
		}
	
	.list_item2 {
		font-size: 0.8rem;
		}
	
	ol.sample0 {
		font-size: 0.8rem;
		}
	
	ol.sample1 li {
		font-size: 0.8rem;
		}
	
	details {
		font-size: 0.8rem;
		}
	
	
	}


/* レクチャーセクション （パソコン版）
-------------------------------------- */
.lecture_section {
	margin: 0;
	background-color: #ffffff;
	}

.lecture_section .lecture_main_block {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	}

.lecture_block .title {
	margin: 0;
	text-align: left;
	padding-top: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #000000;
	}

.lecture_main_block .lecture_field {
	margin: 0 auto;
	text-align: center;
	}

.lecture_field .title {
	margin: 0;
	text-align: left;
	padding-top: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #000000;
	}

.lecture_field .table_title {
	margin: 0;
	text-align: center;
	padding-top: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	color: #000000;
	}

.lecture_field .title_sub {
	margin: 0;
	text-align: left;
	padding-top: 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0rem;
	font-weight: 500;
	color: #000000;
	}

.lecture-table-wrapper {
	overflow-x: scroll;
	}

.lecture-table {
	margin: 0 auto;
	border-collapse: collapse;
	min-width: 728px;
	}

.lecture-table th,
.lecture-table td {
	padding: 0.4rem;
	border: solid 1px #dadada;
	}

.lecture-table th {
	background-color: #329b99;
	color: #ffffff;
	border: solid 1px #dadada;
	font-size: 1.0rem;
	text-align: center;
	white-space: nowrap;
	}

.lecture-table_02 {
	border-collapse: collapse;
	min-width: 728px;
	}

.lecture-table_02 th,
.lecture-table_02 td {
	padding: 0.4rem;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	}

.lecture-table_02 th {
	background-color: #329b99;
	color: #ffffff;
	border: solid 1px #dadada;
	font-size: 1.0rem;
	text-align: left;
	white-space: nowrap;
	}

.lecture-td-title {
	font-weight: bold;
	font-size: 1.0rem;
	white-space: nowrap;
	}

.lecture-table_02 .border_underline { border-bottom: solid 1px #dadada}


/* レクチャーセクション （スマホ版）
-------------------------------------- */
@media screen and (max-width: 740px) {
	.pc_none { display: block; }
	
	.lecture_block .title {
		font-size: 1.2rem;
		}
	
	.lecture_field .title {
		font-size: 1.0rem;
		}
	
	.lecture_field .table_title {
		font-size: 1.0rem;
		}
	
	.lecture_field .title_sub {
		font-size: 0.8rem;
		}
	
	.lecture-table th {
		font-size: 0.8rem;
		}
	
	.lecture-table td {
		font-size: 0.8rem;
		}
	
	.lecture-table_02 th {
		font-size: 0.8rem;
		}
	
	.lecture-td-title {
		font-size: 0.8rem;
		}
	
	}



/* フッター（デスクトップ版）
-------------------------------------- */
footer {
	clear: both;
	background-color: #006837;
	}

.footer_inner {
	margin: 0 auto;
	background-color: #006837;
	max-width: 1000px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 1.0rem;
	color: #ffffff;
	}

.footer_title {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	vertical-align: 75%;
	color: #ffffff;
	}

.footer_inner a {
	text-decoration: none;
	color: #ffffff;
	padding-right: 20px;
	}

.footer_inner a:hover,
.footer_inner a:focus {
	color: #0000ff;
	}

.footer_inner ul {
	display: flex;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.footer_inner li::before {
	color: #ffffff;
	margin: 10px;
	padding-right: 10px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f04b";
	color: #ffffff;
	}

.footer img {
	width: 20%;
	}

.copyright {
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 300px;
	color: #ffffff;
	font-size: 0.8rem;
	}


/* フッター（スマホ版）
------------------------------------------ */
	@media screen and (max-width: 740px) {
	.pc_none { display: block; }
	
	.footer_inner {
		font-size: 0.8rem;
		}
	
	.footer_inner ul {
		display:  block;
		}
	
	.copyright {
		font-size: 0.7rem;
		}
		
	}




