@charset"UTF-8";
.logo1{
	float:		left;
	width:		200px;;
	margin: 	6px 0px 12px 0px;
}
.logo2{
	float:		right;
	width:		338px;;
	margin: 	0px 0px 0px 0px;
}

.bg_color  {
	background:#e37e20;
}

.bg_color2  {
	background:#ffffff;
}
.bg_color3  {
	background:#f2c9a2;
}


/*----------------------
	main_title
-----------------------*/
.top_title{
	position: relative;
	right: -15%;
	top:15px; 
	float:		left;
	margin: 	17px 0px 12px 0px;
}
.top_sentence{
	display: inline-block;
	font-size: 33px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	color          : #ffffff;
	text-shadow    : 
       3px  3px 4px #e37e20,
      -3px  3px 4px #e37e20,
       3px -3px 4px #e37e20,
      -3px -3px 4px #e37e20,
       3px  0px 4px #e37e20,
       0px  3px 4px #e37e20,
      -3px  0px 4px #e37e20,
       0px -3px 4px #e37e20;	
}


.main_title{
	float:		left;
	width:		1200px;;
	margin: 	10px 0px 0px 0px;
}

.main_title .title{
	float:left;
	margin-left: 350px;
	color: #000;
    line-height: 35px;
	font-size:28px;
	font-weight: bold;
}


/*----------------------
	blocks
-----------------------*/
.blocks-contents{
	float:		left;
	width:		1200px;
	margin: 	0px 0px 20px 0px;
	height: auto !important;
	background:fff;
	/*border: 1px solid #000;*/
}

.blocks-center{
	float:		left;
	width:		1000px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.blocks-left{
	float:		left;
	width:		600px;
	margin: 15px 0px 0px 0px;
}
.blocks-right{
	float:		right;
	width:		420px;
	margin: 5px 0px 0px 0px;
}
.blocks{
	float:		left;
	width:		1130px;
	margin: 	10px 5px 5px 0px;
	height: auto !important;
}
.blocks-2retu{
	float:		left;
	width:		500px;
	margin: 20px 20px 0px 0px;
	text-align: center;
}

.blocks-3retu{
	float:		left;
	width:		300px;
	margin: 20px 50px 0px 0px;
	text-align: center;
	align-items: center;

}

.blocks .widget {
    margin: 5px 0px 0 0px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.blocks .widget .widget-head {
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    width: 100%;
    height: 35px;
    line-height: 35px;
	color: #FFF;
	font-size:18px;
	font-weight: bold;
}
.blocks .widget .widget-head2 {
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    width: 100%;
    height: 35px;
    line-height: 35px;
	color: #000;
	font-size:18px;
	font-weight: bold;
}


.blocks .widget .widget-content {
	background: #FFF;
    color: #000;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}

.blocks .widget .widget-content ul li{
	font-size:18px;
	margin-top: 3px;
	line-height: 25px;
}

/* Container */
#blocksContainer{
    padding: 10px 10px 10px 20px;	/* TRDL */
	overflow:		auto;
	height:			110px;
}


.blocksContainer{
    padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	overflow:		auto;
	
}
.contents{
	list-style-type: square;
	
}
/* Container */

.blocksContainer ul li{
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-left: 1px solid #000000;*/
	line-height: 1.2;
	white-space: nowrap;
}
.blocksContainer ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.blocksContainer ul li a {
	color: #009bde;
	text-decoration: underline;
}

.blocksContainer ul li a:hover {
	color: #009bde;
	text-decoration: none;
}

/*ボタン*/
.btn {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	width: 350px;
	line-height: 3;
	border-radius: 9999px;
	background-color: #FFFFFF;
	border: 2px solid #e37e20;
	letter-spacing: 0.2em;
	font-size: 18px;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn a {
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #e37e20;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn:hover {
	background-color: #e37e20;
	transition: 0.3s;
}
.btn a:hover {
	color: #ffffff;
	transition: 0.3s;
}

.btn2 {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	width: 800px;
	line-height: 3;
	border-radius: 9999px;
	background-color: #FFFFFF;
	border: 2px solid #e37e20;
	letter-spacing: 0.2em;
	font-size: 18px;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn2 a {
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #e37e20;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn2:hover {
	background-color: #e37e20;
	transition: 0.3s;
}
.btn2 a:hover {
	color: #ffffff;
	transition: 0.3s;
}

.btn3 {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	width: 250px;
	line-height: 3;
	border-radius: 9999px;
	background-color: #FFFFFF;
	border: 2px solid #e37e20;
	letter-spacing: 0.2em;
	font-size: 18px;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn3 a {
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #e37e20;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn3:hover {
	background-color: #e37e20;
	transition: 0.3s;
}
.btn3 a:hover {
	color: #ffffff;
	transition: 0.3s;
}

.btn4 {
	display: inline-block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	width: 100px;
	line-height: 2;
	border-radius: 9999px;
	background-color: #FFFFFF;
	border: 2px solid #e37e20;
	letter-spacing: 0.2em;
	font-size: 18px;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn4 a {
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #e37e20;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn4:hover {
	background-color: #e37e20;
	transition: 0.3s;
}
.btn4 a:hover {
	color: #ffffff;
	transition: 0.3s;
}

.btns {
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 1em 0;
    list-style-type: none;
    font-family: var(--font-custom);
}
.btns li {
    margin: 0 !important;
    border-radius: 4em;
	background-color: #FFFFFF;
	border: 2px solid #e37e20;
	width: 350px;
    text-align: center;
	font-size: 18px;
	font-weight: bold;
    text-decoration: none;
    line-height: 3;
    overflow: hidden;
}

.btns li a:hover {
    display: block;
    color: #FFFFFF;
	background-color: #e37e20;
    font-weight: bold;
    text-decoration: none;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.col1, .col2, .col3, .col4 {
    flex-wrap: wrap;
}


/*箇条書き*/
li.torikumi {
	list-style-type: decimal;
	font-weight: bold;
	color: #e47208;
	}
li.torikumi2 {
	list-style-type: disc;
	font-weight: bold;
	}

li.link {
	list-style-type: disc;
	font-weight: bold;
	}


p.link-text {
    top: 10px;
    left: -30px;
    width: 11px;
    height: 11px;
    background-color: #727272;
    border-radius: 50%;
    content: "";
}

/*外部リンク*/
a.exlink{
   padding-right: 25px;
   background:url(../img/link_icon.png)no-repeat right center;
}

/*点線*/
hr.dotted-sep{
	height:1px;
	color:#ccc;
	border:none;
	border-bottom:1px #231815 dotted;
	margin:10px 0px;	
	clear:both;

}

.h1 {
	margin-top: 10px;
	border-left: solid 8px #e37e20;
	line-height: 1;
	padding: 7px 0 7px 18px;
	border-bottom: solid 2px #e37e20;
	font-size: 18px;
	font-weight: bold;
	color: #e37e20;
  }

  .h2 {
	margin-top: 10px;
	line-height: 1;
	padding: 7px 0 7px 18px;
	border-bottom: 2px #e37e20 dotted;
	font-size: 18px;
	font-weight: bold;
	color: #e37e20;
  }

/*----------------------
	Tab Bar周りのスタイル (by 鷹野)
-----------------------*/
/*Tab Bar全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color:rgb(255, 248, 240);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 1200px;
	margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
	width: 300px;
	height: 60px;
	/*line-height: 60px;*/
	font-size: 22px;
	text-align: center;
	color: #fff;
	text-shadow:0px 1px 1px #747373;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	margin: auto;
	box-shadow:0px 6px 8px 0px #747373;
	padding-top: 10px;
	cursor: pointer;
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタン非表示*/
input[name="tab_item"] {
	/*display: none;*/
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	/*display: none;*/
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
	background-color:rgb(255, 248, 240);*/
}


/*タブ中の文字の改行*/
.br::before {
	content: "\A" ;
	white-space: pre ;
}

/*ラジオボタン内改行の設定*/
.line_spacing1 {
	line-height: 50px;
	
}
.line_spacing2 {
	line-height: 155%;
	/*padding-top: 10px;*/
}

/*選択されているタブのコンテンツのみを表示*/
#home:checked ~ #home_content,
#council:checked ~ #council_content,
#MTL:checked ~ #MTL_content,
#education:checked ~ #education_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.menu .selected {
  background-color: #be620c;
  color: #fff;
}

/*タブ内タブのスタイル*/
/*Tab Bar全体のスタイル*/
.tab_sub{
    margin:20px auto 0px auto;
    padding:0;
    display:flex;
	list-style:none;
	font-weight: bold;
}
.tab_sub li{
    padding:5px;
	border:1px solid #e37e20;
	background: #ffe7c8;
	box-shadow:0px 4px 6px 0px #747373;
	text-shadow:0px 1px 1px #fff;
	cursor: pointer;
}
.tab_sub li.active{
	/*color:white;*/
	background:#eb9749;
}
 
.list .inner,
.list .inner table{
    display:none;
}
.list .inner.active{
    display:block;
}

.list .inner table.active{
    display:table;
    font-size:15px;
}

.tl_list li {
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 20px;/* リストの左側に余白 */
	text-align: left;
}

/*タブ内タブのスタイルおわり*/


.top_title1 {
	float:left;
	margin: 0px 0px 0px 30px;
	color: rgb(156, 78, 6);
}

.top_title2 {
	float:left;
	margin: 10px 0px 0px 30px;
	color: rgb(156, 78, 6);
}
.top_title3 {
	float:left;
	margin: 0px 0px 0px 30px;
	color: rgb(156, 78, 6);
}

/* 画像枠 */
img.frame{
	margin: 10px 0px 0px 0px;
	border:3px solid #e37e20;
	/*padding:4px;*/
}

img.shadow{
	margin: 10px 0px 0px 0px;
	filter: drop-shadow(0px 0px 3px #aaa);
	/*padding:4px;*/
}

p.left{
	text-align: left;
}
a.bold{
	font-weight: bold;
}

/* 画像拡大表示*/
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}

/* 閉じるボタン*/
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}
}