﻿@charset "utf-8";

/*------------------------------------------------------------


body
	.header
		.menu	メニュー
	
	.main			
		.sidemenu	サイドメニュー		
		.contents	コンテンツ	
		.sideutil	サイド	
	.footer
	
-------------------------------------------------------------*/



div.header,
div.main,
div.neck,
div.footer {
	text-align: left;
}

div.menu{
	text-align: left;
/*	border-top:3px solid #F93;
*/
	border-top:3px solid #00C;


	border-bottom:1px solid #999;
	background-image:
	url(../images/menu/menu_bg.png)
}

.fl{	list-style-type: none;	margin:0;padding:0;}
.fl li{	list-style-type: none;	margin:0;padding:0;	float:left;}
.f0{	list-style-type: none;	margin:0;padding:0;}
.f0 li{	list-style-type: none;	margin:0;padding:0;}

dl.d0{margin:0;padding:0;}
dl.d0 dt{margin:0;padding:0;}
dl.d0 dd{margin:0;padding:0;}


	h1,h2,h3,h4{				margin:0;padding:0;		}



body {
	margin: 0;
	padding: 0;
	/*	background-image: url(../images/bg_t.gif);
	background-repeat: repeat-x;
*/	
	/*background-position: 0px 171px;	*/

	
	font-family:sans-serif, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
/*
	margin-bottom: 30px;
*/
	font-size: 9pt;
	background-color:#fafafa;
	-webkit-print-color-adjust: exact;
}

#render{
	width: 1280px;
	margin-left:auto;
	margin-right:auto;
}

#render2{
	width:1280px;
	margin: 0 0;
	clear:both;
	margin-top:0px;
	background-color:#FFF;
    box-shadow: 0 0 0  1px rgba(128, 128, 128, 0.1),
                0 0 0  2px rgba(128, 128, 128, 0.1),
                0 0 0  3px rgba(200, 200, 200, 0.1),
                0 0 0  4px rgba(200, 200, 200, 0.1),
                0 0 0  5px rgba(230, 230, 230, 0.1);
	

}

/*----------------------------------------------------------------------
■ヘッダ部分
.header
	.menu
----------------------------------------------------------------------*/

d111iv.header{
	background-color: #ffffff;
	margin: 0 0;
	width: 1280px;
}

#header_base{
	background:url(../images/bgimg_header.png);
	width:1280px;
	height:102px;
}

#header_left{
	float:left;
	width:510px;
	height:102px;
}


#header_right{
	float:right;
/*	width:335px;
*/
	width:348px;
	height:102px;
}

#header_r_01{
	text-align:right;
	height:27px;
}

#header_r_02{
	text-align:right;
	height:24px;
}

#header_r_03{
	text-align:right;
	margin-right:10px;
	background:url(../images/header_r_03.png);
	height:29px
}


#header_r_04{
	text-align:right;
	padding: 4px 10px 0px 0px;
	height:22px;
}


.header .btn_nor{
	position:absolute;
	left:590px;top:37px;
}
.header .btn_big{
	position:absolute;
	left:680px;top:37px;
}


/* header_sub_navi */
#header #header_sub_navi{
	font-size:0.75em;
	float:right;
	margin:3px 0px 5px 0;
	background:url(../images/sub_menu_bg3.gif) no-repeat right 0px;
	padding:0px;
}

#header_sub_navi li{
	float:right;
	background:url(../images/sub_menu_bg2.gif) no-repeat 0px;
	display:block;
	padding:3px 12px 5px 12px;
	white-space: nowrap;
	margin:0;
}
body.font_size_max #header_sub_navi li{
	padding:5px 12px 5px 12px;
}
body.font_size_max #header_sub_navi li.header_sub_navi_start{
	padding:5px 12px 5px 18px;
}
#header_sub_navi li.header_sub_navi_start{
	background:url(../images/sub_menu_bg1.gif) no-repeat 0px;
	padding:3px 12px 5px 18px;
}
#header_sub_navi li.header_sub_navi_end{
}
#header_sub_navi li a,
#header_sub_navi li a:active,
#header_sub_navi li a:visited,
#header_sub_navi li a:link,
#header_sub_navi li a:hover{
	text-decoration:none;
}
#header_sub_navi li a{
	color:#000;
}
#header_sub_navi li a:hover{
	text-decoration:underline;
}


/* メインメニュー  */
.menu{
	width:1280px;
	height: 45px;
	margin: 0 0;
	position:relative;
}

.menu ul{
	position:absolute;
	left:0px;top:0px;	
}
.menu li{
	font-size:1;		
}

/*　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
メニューjs埋込時、ロールオーバーの画像スワップ方法変更（js⇒css）
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━　*/
#g_navi{
	height:53px;
	margin:0;
	paddding:0;
}

#g_navi table{
	width:1280px;
}
#g_navi table a{
	display: block;       /* リンクをブロックレベル化して表示 */
	padding: 0.5em 1em;   /* 内側の余白量を上下に0.6文字分＆左右に1文字分にする */
	font-size:15px;
	line-height:120%;
	letter-spacing: 0em;
	text-decoration: none;
	color:#000;
	vertical-align:middle;
	text-align:center;
}

#g_navi td{
	border-left:1px solid #000080;
	width:10%;
/*
	background: rgb(204,204,204);
	background: -moz-linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(204,204,204,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(204,204,204,1) 100%);
	background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc",endColorstr="#cccccc",GradientType=1);
*/
}

#g_navi td a:hover{
	color:#0000FF;
	text-decoration:none;
	background:#FFF;
}

#g_navi td a:visited{
}

/*　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
メニューjs埋込時、ロールオーバーの画像スワップ方法変更（js⇒css）
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━　*/

/*----------------------------------------------------------------------
■メイン
.main 760px;
	contents
	sidemenu
	sideutil
----------------------------------------------------------------------*/


div.main{
	width:1280px;
	margin: 0 0;
	padding-bottom:10px;
	clear:both;
	margin-top:0px;
	background-color:#FFF;	
}


div.main .path{
	
}


/*----------------------------------------------------------------------
BODY
----------------------------------------------------------------------*/
div.main .topimg{
	width:1280px;
	margin-left:0px;
	float:none;
	margin-top:0px;
	margin-bottom:10px;
}

div.main .toptitle{
	background-color: #FFF;
	margin-left: 0px;
	float: none;
	margin-top: 0px;
}

#toplist hr{
	border:none;
	border-top:dashed 1px #999999;
	height:1px;
	color:#FFFFFF;
}

div.navi{
	width:1280px;
	height:35px;
	background-color:#fff;
	background-image:url( ../images/bg_navi.gif );
	background-position:top;
	background-repeat:repeat-x;
	margin-left:0px;
	float:none;
	margin-top:0px;
	line-height:35px;
	text-indent:10px;
}

div.navi a{
	color:#06C;
	font-weight:bold;
}

div.navi a:visited{
	color:#06C;
	font-weight:bold;
}

div.navi .here{
	font-weight:bold;
}
div.main .contents{
	width:785px;
	background-color:#fff;
	margin-left:15px;
	float:left;
	margin-top:6px;
}

div.main .contents_w{
	width:1020px;
	background-color:#fff;
	margin-left:15px;
	float:left;
	margin-top:6px;
}


.top_t1{
	width:768px;
	background-color:#F6F6E9;
	border:1px solid #CECECE;
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	float:none;
	line-height:1.5em;
}

div.main .std{
	width:768px;
	background-color:#FFFFFF;
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	float:none;
	line-height:1.5em;
}

div.main .std_w{
	width:1010px;
	background-color:#FFFFFF;
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	float:none;
	line-height:1.5em;
}


div.std .note{
	width:660px;
	border:1px solid #CCC;
	background-image:url(../images/bg_note.jpg);
	background-repeat:no-repeat;
	padding:10px 10px 10px 90px;
	height:60px;
	vertical-align:middle;
}

div.std_w .note{
	width:910px;
	border:1px solid #CCC;
	background-image:url(../images/bg_note.jpg);
	background-repeat:no-repeat;
	padding:10px 10px 10px 90px;
	height:60px;
	vertical-align:middle;
}


div.std .image{
	width:760px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	color:#366
}

div.std_w .image{
	width:1010px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	color:#366
}


div.std .totop{
	width:760px;
	margin: 0 auto;	
	position: relative;
	margin-top:20px;
	margin-bottom:40px;
	text-align:right;
}

div.std_w .totop{
	width:1010px;
	margin: 0 auto;	
	position: relative;
	margin-top:20px;
	margin-bottom:40px;
	text-align:right;
}

.tbl_line{
	border:1px solid #EEEEEE;
}

.tbl_line2{
	border:1px solid #ccc;
	padding:1px 2px;
}


.tbl_line_b{
	border-top:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:2px solid #999999;
}

.tbl_line3{
	border:1px solid #EEEEEE;
	color:#666;
	background-color:#eee;
}

.tbl_line3b{
	border-top:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:2px solid #999999;
	color:#666;
	background-color:#eee;
}

.tbl_line4{
	border:1px solid #ccc;
	padding:5px;
}
.tbl_line4_gray{
	border:1px solid #ccc;
	padding:5px;
	background-color:#EEE;
}


.tbl_lineb{
	border-bottom:1px solid #CCCCCC;
}

.topinfo{
	width:785px;
	background-image:url( ../images/tbl_shadow.gif );
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-left:0px;
	float:none;
	margin-top:0px;
}

.top_items{
	width:760px;
}

.date{
	padding:5px 5px 0px 5px;
	margin:0;
	font-weight:bold;
	color:#000000;
}

.item{
	text-indent:0em;
	margin:0 0 5px 1em;
	line-height:1.5em;
}

/*　201606　変更前(コメントアウト）
.contents h3{
	border:1px solid #D7D7D7;
	background-color:#F7F7F7;
	color:#616161;
	padding:9px;
	font-weight:bold;
	font-size:130%;
margin-top:22px;
margin-bottom:22px;
}
　201606　変更前(コメントアウト）*/

/*　201606　変更後 */
.contents h3{
	border-left:2px solid #C00;
	color:#222;
	padding:0.3em 0.5em 0.3em 0.8em;
	font-weight:bold;
	font-size:130%;
	margin:20px 0px 10px 0px;
}
/*　201606　変更後 */

/*　201606　追加 */
.sidemenu h3{
	border-left:2px solid #C00;
	color:#222;
	padding:0.2em 0.5em 0.2em 0.8em;
	font-weight:bold;
	font-size:120%;
	margin-bottom:0.5em;
}
/*　201606　追加 */


.contents h4{
	font-weight:bold;
	font-size:130%;
}
.contents table{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: left;
}


.contents dl.topics{
margin-top:22px;
margin-bottom:42px;
}

.contents dl.topics dt{
	color:#000000;
	font-weight:bold;
	margin-top:1.4em !important;
}
.contents dl.topics dd{
	margin-top: 4px !important;
	padding-bottom:1.4em;
}



.contents .yalist{
	
}

.contents .yalist li{
		padding:0px 0 0 15px;
		background-image: url( ../images/topics_ya.gif );
		background-repeat: no-repeat;
		background-position:0px 50%;
		margin-bottom:10px;
}


.contents_w h3{
	border:1px solid #D7D7D7;
	background-color:#F7F7F7;
	color:#616161;
	padding:9px;
	font-weight:bold;
margin-top:22px;
margin-bottom:22px;
}

.contents_w h4{
	font-weight:bold;
}
.contents_w table{
	margin-top:1.5em;
	margin-bottom:1.5em;	
}

.contents dl.topics{
margin-top:22px;
margin-bottom:42px;
}

.contents_w dl.topics dt{
	color:#000000;
	font-weight:bold;
	margin-top:1.4em !important;
}
.contents dl.topics dd{
	margin-top: 4px !important;
	padding-bottom:1.4em;
}



.contents_w .yalist{
	
}

.contents_w .yalist li{
		padding:0px 0 0 15px;
		background-image: url( ../images/topics_ya.gif );
		background-repeat: no-repeat;
		background-position:0px 50%;
		margin-bottom:10px;
}



#seika dl{
	padding:10px 0px 10px 0px;
/*	border-top:1px #999 dotted;
*/
	}
#seika dt{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	color:#333;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	}
#seika dd{
	margin:0;
	padding:0 0 10px 0;
/*
	border-bottom:1px #999 dotted;
*/
	}

.column01{
	border:#CCC solid 1px;
	background-color:#FC9;
	padding:5px 10px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
		
}

.column02{
	border:#999 solid 1px;
	background-color:#EEE;
	padding:5px 10px;
	width:95%;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
		
}

.column03{
	border:#C00 solid 1px;
	background-color:#FFF;
	padding:5px 10px;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
		
}


/* -----------------------------------table-----------------------------------                     */      

.linetable{ margin:1.5em 0 0 0; }
.linetable th ,
.linetable td
 {		border-bottom:1px solid #ECECEB	;	}
 
 
.linetable .first
{		border-top:1px solid #ECECEB	;	}



.linetable p
{
	padding:4px 4px 4px 0;
	margin:3px 0 3px 0;
}

.linetable th
{
	font-weight:bold;
	text-align:left;
	width:120px;
}

.linetable th p
{ color:#666;}

.linetable td p
{
	border-left:1px solid #64BE49;
	padding:4px 4px 4px 10px;
	margin:3px 0 3px 0 ;
}

/* -----------------------------------table-----------------------------------                     */ 





	
	
	
	
/*----------------------------------------------------------------------
LEFT
----------------------------------------------------------------------*/
div.main .sidemenu{
	width:230px;
	float:left;
	margin-top:6px;	
}

.sidemenulist li{
		
		background-image: url( ../images/menu_dot.gif );
		background-repeat:repeat-x;
		background-position:0px 100%;
		background-color:#F5F5F5;
		width:224px;
/*		line-height:5em;*/
}

.sidemenulist li a:link, .sidemenulist li a:visited{
		margin:0;
		background-image: url( ../images/menu_ya.gif );
		background-repeat: no-repeat;
		background-position:8px 50%;
		padding:11px 0 11px 25px;
		display:block;
		color:#3468DC;
		font-weight:bold;
		line-height:1.3em;
}
.sidemenulist li a:visited{		color:#814F9B;}
.sidemenulist li a:hover{		color:#F64538;}


.sidemenulist li.active {background-color:#fff;}
.sidemenulist li.active a:link{background-image: url( ../images/menu_ya_a.gif );}

ul.submenu{
	padding-top:35px;
}

ul.submenu li{
		padding:0px 0 0 15px;
		background-image: url( ../images/side_ya.gif );
		background-repeat: no-repeat;
		background-position:0px 50%;
		margin-bottom:16px;
}

ul.schedule{
	margin:0px;
	padding:5px;
}

ul.schedule li{
	list-style-type:none;
		padding:0px 0 5px 15px;
		background-image: url( ../images/side_ya.gif );
		background-repeat: no-repeat;
		background-position:0px 2px;
}

.leftarea{
	background-image:url( ../images/tbl_shadow.gif );
	background-position:bottom right;
	background-repeat:no-repeat;

}

/* 2016/6 追加 */
.leftarea2{
	text-align:left;
}
/* 2016/6 追加 */

.leftbanner{
	width:200px;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	text-align:center;
	margin:0 auto;
	padding-bottom:20px;
}

.banner_category{
	background-color:#009;
	padding: 5px 0px 5px 0px;
	margin:0px 0px 20px 0px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}


.caption{
	padding:5px 15px 0px 15px;
	color:#666666;
}

.cap01{
	text-indent:-1em;
	padding-left:1em;
	color:#333;
}

.cap02{
	text-indent:-1em;
	padding-left:1em;
	color:#000;
}

.cap02 p{
	margin:0px;
	padding:0px;
}

.cap01 p{
	margin:0px;
	padding:0px;
	color:#444;
}

/*----------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------*/


div.totop{
	width:1260px;
	margin: 0 0;	
	position: relative;
	margin-top:40px;
	text-align:right;
/*	float:left;
	clear:both;
	*/
}


div.totop_s{
	margin:1em 0;
	text-align:right;
	clear:both;
}

div.footer{
	margin: 0 0;	
	padding: 0px 20px 30px 20px;
	position: relative;
	background-image: url( ../images/bg_b.gif );
}




div.footer .copy{
/*	width:1260px;
*/
	margin: 0 0;
	position: relative;
	padding-top:10px;
	color:#666666;

}

div.footer .copyright{
	font-family: "Verdana";
}


div.footer .footmenu{
	position: absolute;	
	top: 1px;
	right: 0;
	padding: 10px 20px 0px 0px;
	text-align: right;
/*	width: 350px;
*/
}
div.footer ul{	
	float:right;
}
div.footer ul li{
		background-image: url( ../images/ya_blue.gif );
		background-repeat: no-repeat;
	background-position: 0 50%;	
	padding-left:8px;
	margin-left:10px;
	white-space:nowrap;
}


div.footer ul li a:link,
div.footer ul li a:visited
{
	color:#26231F ! important;
	text-decoration:none;
}
div.footer ul li a:hover
{
	text-decoration:underline ! important;
}






	.ya_g{
		font-size:12px;
		background-image: url(../images/ya_g.gif);
		background-repeat: no-repeat;
		background-position: 0 50%;		
		padding:0 0 0 10px;	
	}


a.ya{
		padding-left:15px;
		background-image: url( ../images/side_ya.gif );
		background-repeat: no-repeat;
		background-position:0px 50%;
}

a.ya_nw{
		padding-left:15px;
		background-image: url( ../images/ya_ol.gif );
		background-repeat: no-repeat;
		background-position:0px 50%;
}

#seeds_left{
	width:375px;
	float:left;
}

#seeds_right{
	width:375px;
	margin:0px;
	float:right;
}



/* ----------------------------------------------------------------------------------
CLEARFIX

---------------------------------------------------------------------------------- */


div.neck:after,
div.main:after,
ul.fl:after,
.tabhead:after,
.clearfix:after
{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

a.rollover_alpha:hover img{
	filter: alpha(style=0, opacity=80);
	opacity:0.8; 
}

.title{
	background-image:url(../images/pdficon_x_small.png);
	background-repeat:no-repeat;
	padding-left:15px;
}

.pdf{
	background-image:url(../images/pdficon_x_small.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

.word{
	background-image:url(../images/wordicon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

.excel{
	background-image:url(../images/ex_ico.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

.zip{
	background-image:url(../images/zip_ico.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

.s1_kadai_midashi{
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.5em;
}

.s1_kadai_danraku{
	padding-left:-1em; text-indent:1em;
	font-size:120%;
	line-height:150%;
	margin-bottom:2em;
}
.s1_kadai_danraku p{
	padding:0;
	margin:0 0 0.5em 0;
}

.s1_kadai_hyou{
	font-size:120%;
	line-height:150%;
	margin-bottom:2em;
}

.radius01{
	border-radius: 25px / 25px;
background: rgb(249,233,189);
background: -moz-linear-gradient(top, rgb(249,233,189) 50%, rgb(249,233,189) 50%, rgb(254,182,69) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgb(249,233,189)), color-stop(50%,rgb(249,233,189)), color-stop(100%,rgb(254,182,69)));
background: -webkit-linear-gradient(top, rgb(249,233,189) 50%,rgb(249,233,189) 50%,rgb(254,182,69) 100%);
background: -o-linear-gradient(top, rgb(249,233,189) 50%,rgb(249,233,189) 50%,rgb(254,182,69) 100%);
background: -ms-linear-gradient(top, rgb(249,233,189) 50%,rgb(249,233,189) 50%,rgb(254,182,69) 100%);
background: linear-gradient(to bottom, rgb(249,233,189) 50%,rgb(249,233,189) 50%,rgb(254,182,69) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e9bd', endColorstr='#feb645',GradientType=0 );	padding: 20px;
	color:#000;
}

.oshirase-fy{
	padding:0.5em 1em;
	background-color:#EEE;
	font-size:120%;
	font-weight:bold;
}

/*201606 追加；トップページ「ピックアップ」dl,dt,dd　*/
.pickup dl {
	clear:both;
}

.pickup dt {
	float:left;
	width:140px;
	background:white;
	margin-bottom:10px;
}

.pickup dd {
	margin-left:150px;
	margin-bottom:10px;
	line-height:150%;
}
.pickup strong{
	font-size:110%;
}
/*201606 追加；トップページ「ピックアップ」dl,dt,dd　*/

/* 20200302　制度概要変更追記分ここから */
#subtitle{
	background-color:#4254FF;
	color:#FFF;
	font-weight:bold;
	padding:10px 15px;
	font-size:200%;
}

.max100{
	max-width:100%;
}


#outline_youken{
	margin:1em 0;
}

#outline_youken table{
	margin-top:0px;
}


#outline_youken th{
	background-color:#EEE;
	padding:5px 0;
	text-align:center;
	border:1px solid #999;
}
#outline_youken td{
	background-color:#FFF;
	padding:5px;
	border:1px solid #999;
}

.outline_jisseki{
	margin:1em 0;
}

.outline_jisseki table{
	margin-top:0px;
}


.outline_jisseki th{
	background-color:#EEE;
	padding:5px 0;
	text-align:center;
	border:1px solid #999;
}
.outline_jisseki td{
	background-color:#FFF;
	padding:5px;
	border:1px solid #999;
}


.outline_po_bunya{
	border:1px solid #666;
	padding:0.2em;
	width:18em;
	text-align:center;
	font-weight:bold;
	margin-top:1em;
}

/* 20200302　制度概要変更追記分ここまで */

/* 20200302　トライアウト追記分ここから */

dl.aboutmp{
	margin-top: 0.5em;
	margin-left:1em;
}

dl.aboutmp dt{
	margin-left: 0em;
	color:#000;
}

dl.aboutmp dd{
	margin-left: 2em;
}
dl.aboutmp dt:before{
	content:"◎";
}

dl.aboutmp dd:before{
	content:"・";
}

dl.aboutmp:after{
	content: "など";
	margin-left: 30%;
}

.try_mp{
	margin:0.5em 0  0 1em;
	padding-left:1em;
	text-indent:-1em;
}

.try_mp p{
	margin:0;
	padding:0 0 5px 0;
}

.try_btn{
	padding:10px 50px;
	margin:0 auto;
	border:2px solid #C00; 
	background-color:#EEE; 
	width:60%; 
	text-align:center;
	font-weight:bold;
}

.try_btn:hover{
	background:#ffc0cb;
}

/*　matchingページのスタイルシートここから　*/
.read {
	display: none;
}
.mp_box {
	border-collapse: collapse;
	border: 1px solid #666;
	margin-bottom: 10px;
	font-size:120%;
}
.mp_box .blockttl {
	width: 7em;
	padding: 10px;
	font-weight: bold;
	border:none;
	background-color: #EEE;
}
.mp_box .blockttl2 {
	width: 3em;
	padding: 10px;
	font-weight: bold;
	border:none;
	background-color: #EEE;
}
.mp_box td {
	border: 1px solid #666;
	padding: 10px;
}
.mp_name {
	font-weight: bold;
}
/*　matchingページのスタイルシートここまで　*/

/* 20200302　トライアウト追記分ここまで */
.font70{
	font-size:70%;
	line-height:150%;
}

.font80{
	font-size:80%;
	line-height:150%;
}

.font85{
	font-size:85%;
	line-height:150%;
}
.font90{
	font-size:90%;
	line-height:150%;
}

.font110{
	font-size:110%;
	line-height:150%;
}


.font120{
	font-size:120%;
	line-height:150%;
}

.font130{
	font-size:130%;
	line-height:150%;
}
.font140{
	font-size:140%;
	line-height:150%;
}

.fontred{
	color:#C00;
}

.normal{
	font-weight:normal;
}

.bold{
	font-weight:bold;
}

.nowrap{
	white-space: nowrap;
}

.jisage01{
	 padding-left:1em;
	 text-indent:-1em;
}

jisage01 p{
	margin:0;
}

.jisage02{
	 padding-left:1.5em;
	 text-indent:-1.5em;
}


.jisage15{
	 padding-left:15em;
}
.underline{
	border-bottom:1px solid #333;
}

/*-------　表示折り畳み（アコーディオン表示）--------*/
.accordion-checkbox { /* checbox */
  display: none;
}

.accordion-trigger { /* label */
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 5px;
  padding-right: 42px; /* padding + icon width */
  border-bottom: 1px solid #ccc;
  background-color: #EEE;
  position: relative;
}

/* icon */
.accordion-trigger::before,
.accordion-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  height: 2px;
  width: 12px;
  background-color: #000;
  transition: all .1s ease-out;
}

.accordion-trigger::after {
  transform: rotate(90deg);
}

/* /icon */

.accordion-target { /* target */
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-out;
  text-align: left;
}

.accordion-target.list > .list__item { /* target-child */
  list-style-type : none;
  box-sizing: border-box;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition:
    visibility .2s ease-out,
    opacity .2s ease-out,
    padding-top .4s ease-out,
    padding-bottom .4s ease-out;
}

.accordion-target.list > .list__item > a {
  display: block;
  padding: 0px;
  color: #000;
  text-decoration: none;
}

.accordion-checkbox:checked + .accordion-trigger::after {
  opacity: 0;
  transform: rotate(0);
}
.accordion-checkbox:checked + .accordion-trigger + .accordion-target {
  visibility: visible;
  opacity: 1;
}

.accordion-checkbox:checked + .accordion-trigger + .accordion-target > .list__item {
  visibility: visible;
  height: auto;
/*  border-bottom: 1px solid #ccc;
*/
  opacity: 1;
  padding-top: 0px;
  padding-bottom: 15px;
  transition:
    visibility .2s ease-out .2s,
    opacity .2s ease-out .2s,
    padding-top ease-out .4s,
    padding-bottom ease-out .4s;
}

.accordion-checkbox:checked + .accordion-trigger + .accordion-target > .list__item > a{
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
  margin-bottom: -15px;
}

