@charset "UTF-8";
/* CSS Document */

/*CSSのリセット*/
@import url("/danjo/css/reset.css");

/***************

	共通
	
***************/
.domain::before {
   content: '@';
}
section, article, p {
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.5;
}
#babysitter dl, #childcare dl,#results,
 #e_skillup article, 
 article{
	margin-left:5%;
	margin-right:2%;
}
section article p {
	text-indent:1em;
}
/*section.bk_set{
	border:1px solid #f3f3f3;
	padding:1%;
	border-radius:15px;
}*/
#main h1,#main h2,#main h3,#main h4 {
	clear:both;
	margin:30px 0;
	font-weight:normal;
}
#main h1{
	line-height:1.5;
}
#main h3{
	color:#9ac7eb;
	text-shadow:1px 1px 2px #333;
}
/*#main h4 {
     position: relative;
     display: inline-block;
     padding:0.5em;
	 border:1px solid #e2c6ff;
	 background:#e2c6ff;
	 border-radius:10px;
}
      
#main h4::before,
#main h4::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
#main h4::before {
     border-top: 10px solid #e2c6ff;
}
 
#main h4::after {
     margin-top: -1px;
     border-top: 10px solid #e2c6ff;
	 border-top: 10px solid #ffffff;
}
*/
#main h4{
	/*border-left:#e2c6ff 0.5em solid;*/
	padding-left:2em;
	/*line-height:1;*/
	position:relative;
}
#main h4::after{
	position: absolute;
     top: 50%;
     left:0.5em;
     transform:translateY(-50%);
     content: '';
     width: 10px;
     height:10px;
     background-color: #e2c6ff;
	 border: solid 3px #9ac7eb;
     border-radius:100%;
}
a{
	display:block;
}
a:link, a:visited, a:active{
	color:#333;
}
a.inline{
	display:inline-block;
}
.list-style li{
	position: relative;
	padding-left: 15px;
	margin-left:2em;
	line-height:1.5;
	margin-bottom:10px;
} 
.list-style li::before
 {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
 	width: 10px;
	height: 10px;
	background-color: #66dd99;
	border-radius: 50%;
}
.list-style li li::before
 {
	width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #e2c6ff;
	background:none;
	border-radius:0;
}
.list-style li a{
	line-height:1.5;
	margin:0 10px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.photo_left{
	width:30%;
	float:left;
	margin:10px;
}
.photo_right{
	width:30%;
	float:right;
	margin:10px;
}
.photo_pdf{
	width:20%;
	float:right;
	margin:20px;
	/*border:#eee 0.5px solid;
	box-shadow:1px 1px 2px #ccc;*/
}

<!--均等に写真を並べる-->
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.col-photo{
	margin-top:10px;
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col-photo::after{ 
	width:30%;
	height:1; 
	content:" ";
	display: block;

}
.col-photo p,
.col-photo li{
	width: calc((100% - 2%) / 3 );
	margin-top:10px;

}
.col-photo div {
	width: calc((100% - 15%) / 3 );
	border:#ccc 1px solid;
	border-radius:10px;
	padding:2%;
	margin-bottom:10px;
}
.col-photo div h3{
	text-align:center;
	color:#9ac7eb;
}
.col-photo div h3 a{
	color:#9ac7eb;
}
.col-photo div p{
	width:100%;
	word-break: break-all;
	height:100px;
}

<!--テキストの配置-->
.txt_left{
	text-align:left;
	padding-left:10px;
}
.txt_right{
	text-align:right;
	padding-right:10px;
}
.txt_center{
	text-align:center;
}
.pc{
	display:none;
}
.yellow{
	background:#FFC;
}
.blue{
	background:#9ac7eb;
}
.purple{
	background:#e2c6ff;
}
.green{
	background:#66dd99;
}
.gley{
	background:#eee;
}
.center{
	text-align:center;
}
.color_Light_yellow{
	background: rgba(255,251,173,.3);
	/*background:#FFFBAD;*/
}
.color_Light_orange{
	background:rgba(255,171,164,.3);
	/*background:#FFABA4;*/
}
.color_Light_pink{
	background:rgba(221,129,235,.3);
	/*background:#DD81EB;*/
}
.color_Light_purple{
	background:rgba(161,156,255,.3);
	/*background:#A19CFF;*/
}
.color_Light_blue{
	background:rgba(130,206,232,.3);
	/*background:#82CEE8;*/
}
.color_Light_green{
	background:rgba(143,255,189,.3);
	/*background:#8FFFBD;*/
}

.btn{
	width:15%;
	margin:10px auto;
	background-color:#e2c6ff;
	text-align: center;
	/*background-position:center left;
	background-size:contain;
	background-repeat:no-repeat;
	width:90%;
	height:0;
	margin:10px auto;
	display:block;
	padding:0 0 20% 0;*/
	border-radius: 40px;
	border:3px solid #9ac7eb;
	vertical-align:middle;
	position:relative;
}
.btn_l{
	width:80%;
	text-align:center;
	margin:0 auto;
}
.btn_s{
	width:15%;
	margin:10px auto;
	text-align:center;
	font-size:10px;
	display:block;
	padding:0.5%;
	box-shadow:2px 2px #999;
	background:#FFF;
	border-radius:10px;
}
.date{
	margin:30px auto;
	font-weight:bold;
	line-height:2;
}
.date p{
	text-indent:-4em;
	margin-left:6em;
	
}
.btn a, .btn_l a, .btn_s a{
	padding:5px 0;
	width:100%;
}
.btn_s a:hover{
	box-shadow: inset 2px 2px;
}
.content{
	width:85%;
	background-color:#FFe;
	margin:0 auto;
	padding:50px 60px;
	line-height:2;
	text-align:justify;
	text-justify:inter-character;
	
}
.content img{
	margin:5px 20px 20px 20px;
}
.border_top_none{
	border-top:none;
}
#wrapper{
	width: 100%;
}

/*** 表 ***/
table{
	width:90%;
	margin:20px auto;
	border:none;
}
th, td{
	border:solid 1px #333;
	text-align:center;
	vertical-align:central;
	padding:3px 0;
	/*border-left:none;
	border-right:none;*/
}
/*td{
	border:none;
}*/

/*** アコーディオンの設定 ***/
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 90%;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 15px;
    color: #72566f;
    /*font-weight: bold;*/
    background: #e2c6ff;
    cursor :pointer;
    transition: all 0.5s;
	 border-radius:1.5em;
     border: 1px solid #CCC;
     text-shadow: 1px 1px 4px rgba(200,200,200,0.3);
     box-shadow:inset 1px 1px 0 rgba(255,255,255,1);
     /*background: linear-gradient(#EFEFEF 0%, #FFF 50%, #EEE 50);*/
}

/*クリックで中身を開いたときにラベルの形を変える*/
.cssacc:checked + label{
	border-radius:1.5em 1.5em 0 0;
}
/*アイコンを表示*/
.accbox label::before
 {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    /*margin: 0 0 0 15px;*/
	margin:0 15px;
    border-right: 2px solid #72566f;
    border-bottom: 2px solid #72566f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#c0a4dd;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff6ff;
    opacity: 1;
	border-radius:0 0 1.5em 1.5em;
}

.accbox .accshow p,
.accbox .accshow dl {
    margin: 15px 10px;
	padding-left:2em;
}
.accbox .accshow dt{
	/*font-weight:bold;*/
	border-top:#ccc 1px dashed;
	padding-top:0.5em;
}
.accbox .accshow dd{
	margin-bottom:1em;
	margin-left:1em;
}
.accbox .accshow dt.border_top_none{
	border-top:none;
}
/*アイコンを入れ替える*/
.cssacc:checked + label::before
 {
    border-right: 2px solid #72566f;
    border-top: 2px solid #72566f;
	border-bottom:none;
}


/***	ヘッダー	***/

header{
	height:60px;
	padding:10px 0 10px 2%;
	/*background-color:#e2c6ff;*/
	
}
header h1#logo{
	width:50%;
	height:60px;
	float:left;
	display:block;
	line-height:60px;
	font-weight:normal;
}
header h1#logo img{
	max-width:60px;
	/*width:8%;*/
	width:3em;
	/*margin-right:0.5%;*/
	margin-right:0.3em;
}
header nav{
	width:40%;
	height:50px;
	float: right;
	line-height:50px;
	margin:10px auto;
}
header nav ul li{
	width:20%;
	margin-left:15%;
	text-align: right;
	float:left;
}
header nav ul li a{
	width:100%;
	display:block;
}
header nav ul li a:hover{
	text-decoration:underline;
	color:#000;
}


/***メインメニュー***/

nav#header_nav{
	width:100%;
	height:50px;
	clear:both;
}
.menu {
    position: relative;
    /*width: 96%;*/
    height: 50px;
    margin: 0 auto;
	width:100%;
	display:flex;
	/*flex-direction: row;*/
	flex-wrap: wrap;
	/*justify-content: space-between;*/
    align-items:stretch;
	background:rgba(220,255,240,1);
}
.menu > li {
    /*float: left;*/
    width: calc(99%/6); /* メニューが６つ並ぶとき */
    height: 50px;
    line-height: 50px;
	text-align:center;
	/*border-left:1px solid rgba(25,225,225,1);*/
	position:relative; 
}
.menu > li.first{
	border-left:none;
}

.menu > li a {
    display: block;
	/*color:#333;*/
	color:#000066;
	/*position:absolute;
	top:50%;
	transform:translate(0,-50%);*/
}
.menu > li:nth-child(1) a{
	background: rgba(255,255,220,1);
	/*background:#FFFBAD;*/
}
.menu > li:nth-child(2) a{
	background:rgba(255,240,200,1);
	/*background:#FFABA4;*/
}
.menu > li:nth-child(3) a{
	background:rgba(255,220,255,1);
	/*background:#DD81EB;*/
}
.menu > li:nth-child(4) a{
	background:rgba(220,210,255,1);
	/*background:#A19CFF;*/
}
.menu > li:nth-child(5) a{
	background:rgba(200,246,255,1);
	/*background:#82CEE8;*/
}
.menu > li:nth-child(6) a{
	background:rgba(220,255,240,1);
	/*background:#8FFFBD;*/
}
.menu > li a:hover {
    /*color: #666;
	background:#e2c6ff;*/
}
.menu > li:nth-child(1) a:hover{
	background: rgba(255,251,173,1);
	/*background:#FFFBAD;*/
}
.menu > li:nth-child(2) a:hover{
	background:rgba(255,171,164,1);
	/*background:#FFABA4;*/
}
.menu > li:nth-child(3) a:hover{
	background:rgba(221,129,235,1);
	/*background:#DD81EB;*/
}
.menu > li:nth-child(4) a:hover{
	background:rgba(161,156,255,1);
	/*background:#A19CFF;*/
}
.menu > li:nth-child(5) a:hover{
	background:rgba(130,206,232,1);
	/*background:#82CEE8;*/
}
.menu > li:nth-child(6) a:hover{
	background:rgba(143,255,189,1);
	/*background:#8FFFBD;*/
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

/*ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
*/
.menu > li:hover {
	/*background:#e2c6ff;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid rgba(245,225,225,1);
	/*background:rgba(255,255,255,1);*/
	line-height:50px;
}
.menu__second-level li.text_height{
	line-height:25px;
}
.menu__second-level li br{
	line-height:25px;
}
/*.menu__third-level li {
    border-top: 1px solid rgba(245,225,225,1);
	background:rgba(255,255,255,1);
}
*/
.menu__second-level li a:hover {
	/*background:#e2c6ff;*/
	background:#fff;
}

  /*.menu__third-level li a:hover {
  background: #e2c6ff;
}

.menu__fourth-level li a:hover {
    background:#e2c6ff;
}*/

/*** メニュー ***/
.init-bottom::after
 {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu::before
,
.menu::after
 {
    content: " ";
    display: table;
}

.menu::after
 {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__multi {
    position: relative;
}

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
	background:#e2c6ff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li {
    position: relative;
}

/*li.menu__multi ul.menu__second-level li:hover {
    background: #111;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #111;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background:#9ac7eb;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background:#9ac7eb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}
*/
.init-right::after
 {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*** メインイメージ ***/
#main_image{
	position:relative;
}
#main_image h2{
	font-size:24px;
	font-weight:normal;
	/*width:30%;
	height:30px;*/
	line-height:1.5em;
	padding:1% 10%;
	position:absolute;
	bottom:15%;
	right:0%;
	color:#333;
	font-family: 'Noto Serif JP', serif;
	text-align:center;
	background:rgba( 255,255,255,0.7);
}

/*** topのメインイメージ ***/
#top_main_image{
	padding:46.29% 0 0 0;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
	background-image: url(/danjo/img/main_image/main_image_top.jpg);
	background-position:center top;
}
#top_main_image h2{
	font-size:18px;
	font-weight:normal;
	width:30%;
	/*height:30px;*/
	line-height:1.5em;
	padding:1%;
	position:absolute;
	bottom:15%;
	left:3%;
	color:#333;
	font-family: 'Noto Serif JP', serif;
	text-align:center;
	/*text-justify:inter-ideograph;*/
}
#top_main_image h2 strong{
	font-size:36px;
	font-family: 'Cinzel', serif;
	/*color:rgba( 50,30,130,1);*/
	color:rgba( 28,28,130,1);
	line-height:1.5em;
	border-bottom:#333 1px solid;
	width:120%;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:5px;
	
}
#top_main_image h2 strong::after
{
	content:"";
}

/***　メイン　***/

#main{
	width:80%;
	max-width:1200px;
	margin:20px auto;
	font-size:16px;
	line-height:1.5em;
}
#main h1{
	margin:20px 0;
}
#main h2 {
	border-left:10px solid #9ac7eb;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:20px;
	margin:50px 0 20px;
}
#main h2 span {
	color:#a2cdca;
}

/***　フッター　***/
footer{
	width:100%;
	clear:both;
	/*height:500px;*/
	margin-top:30px;
	border-top:solid 1px #333;
}
nav#footer_nav{
	/*width:95%;
	height:160px;*/
	/*margin:10px auto;*/
	/*padding:20px 0;*/
	width:100%;
	display:flex;
	/*flex-direction: row;*/
	flex-wrap: wrap;
	justify-content: space-between;
    align-items:stretch;
}
nav#footer_nav section {
	width:calc(84%/4);
	/*float:left;*/
	padding-bottom:2em;
	padding-top:1em;
	/*margin-left:2%;*/
	padding-left:2%;
	padding-right:2%;
	/*border-right:1px dashed #e2c6ff;*/
	/*height:160px;*/
}
nav#footer_nav section.last {
	border-right:none;
}
nav#footer_nav section:nth-child(1){
	background: rgba(255,255,220,1);
	/*background:#FFFBAD;*/
}
nav#footer_nav section:nth-child(2){
	background:rgba(255,240,200,1);
	/*background:#FFABA4;*/
}
nav#footer_nav section:nth-child(3){
	background:rgba(255,220,255,1);
	/*background:#DD81EB;*/
}
nav#footer_nav section:nth-child(4){
	background:rgba(220,210,255,1);
	/*background:#A19CFF;*/
}
nav#footer_nav section:nth-child(5){
	background:rgba(200,246,255,1);
	/*background:#82CEE8;*/
}
nav#footer_nav section:nth-child(6){
	background:rgba(220,255,240,1);
	/*background:#8FFFBD;*/
}
nav#footer_nav section:nth-child(7){
	background:rgba(240,250,250,1);
	/*background:#8FFFBD;*/
}
nav#footer_nav section:nth-child(8){
	background:rgba(250,250,250,1);
	/*background:#8FFFBD;*/
}
nav#footer_nav section > li a:hover {
    /*color: #666;
	background:#e2c6ff;*/
}
nav#footer_nav section:nth-child(1) li:hover{
	background: rgba(255,251,173,1);
	width:100%;
	/*background:#FFFBAD;*/
}
nav#footer_nav section:nth-child(2) li:hover{
	background:rgba(255,171,164,1);
	/*background:#FFABA4;*/
}
nav#footer_nav section:nth-child(3) li:hover{
	background:rgba(221,129,235,1);
	/*background:#DD81EB;*/
}
nav#footer_nav section:nth-child(4) li:hover{
	background:rgba(161,156,255,1);
	/*background:#A19CFF;*/
}
nav#footer_nav section:nth-child(5) li:hover{
	background:rgba(130,206,232,1);
	/*background:#82CEE8;*/
}
nav#footer_nav section:nth-child(6) li:hover{
	background:rgba(143,255,189,1);
	/*background:#8FFFBD;*/
}
nav#footer_nav section:nth-child(7) li:hover{
	background:rgba(200,240,240,1);
	/*background:#8FFFBD;*/
}
nav#footer_nav section:nth-child(8) li:hover{
	background:rgba(230,230,230,1);
	/*background:#8FFFBD;*/
}

nav#footer_nav section h4{
	font-size:14px;
	font-weight:bolder;
	padding:5px 0;
	/*margin:0 5px;
	text-indent:-1em;*/
}
nav#footer_nav section h4 a{
	color:#1c1c82;
}
nav#footer_nav section ul li{
	padding:5px 0 5px 10px;
	/*list-style:inside circle;
	text-indent:-1em;*/
	color:#333;
}
footer section#logo{
	clear:both;
	/*overflow:auto;*/
	border-top:solid 1px #333;
	display:flex;
	/*flex-wrap: wrap;*/
    align-items:stretch;
	
}
footer section#logo p.right{
	padding:15px;
	float:none;
	width:35%;
}
footer section#logo h2{
	padding:10px 0 10px 2%;
	font-weight:normal;
	line-height:50px;
	width:65%;
}
footer #copy{
	font-size:9px;
	line-height:25px;
	background:#1c1c82;
	color:#fff;
	width:100%;
}
footer #copy p{
	text-align:center;
}

/***********************************

	トップページ
	　top
	
***********************************/
/*** メイン ***/
#main1 #news, #main1 #ivent{
	border:1px solid rgba(220,115,165,1);
}
#main1 #news h3, #main1 #ivent h3{
	color:rgba(220,115,165,1);
}
#main1 h2, #main2 h2,#main3 h2{
	border-left:10px solid #9ac7eb;
}
#main1 h2 span, #main2 h2 span,#main3 h2 span{
	color:#a2cdca;
}
#top_main_image2{
	/*margin-top:20px;*/
	background-image: url(/danjo/img/toppage_background.jpg);
	background-position:center center ;
	background-repeat:no-repeat ;
	background-size: cover;
	background-blend-mode:lighten;
}
article#declaration{
	background-color:rgba(255,255,255,0.8);
	margin:0;
	padding:20px 0;
}	
#top_main_image2 .content {
	/*background:#fcfcfc;	*/
	font-size: large;
	/*background-image: url(/danjo/img/toppage_background2.jpg);
	background-position:center center ;
	background-repeat:no-repeat ;
	background-size: cover;
	background-blend-mode:lighten;
	background-color:rgba(255,255,255,0.8);
	box-shadow: 1px 1px 10px rgba(0,102,204,0.4);*/
	background:none;
	width:70%;
}
#top_main_image2 .content h2{
	color:#000066;
	border-bottom:#000066 2px solid;
}
#top_main_image2 .content p{
	line-height:1.5;
}
#top_main_image2 .content p{
	padding-top:1em;
	line-height:2;
}
#top_main_image2 .content h3{
	margin-top:3em;
	margin-bottom:1em;
}
#top_main_image2 .content ul{
	margin-bottom:2em;
}
#top_main_image2 .content ul li{
	margin-bottom:1.5em;
}
#top_main_image2 .content ul li span{
	display:block;
	line-height:1;
}
#top_main_image2 .content .col-2{
	width:100%;
	display:flex;
	/*flex-direction: row;*/
	flex-wrap: wrap;
	/*justify-content: space-between;*/
    align-items:stretch;
}
/*#top_main_image2 .content .col-2 li{
	width:calc((100% - 10%) / 2 );
	padding:2%;
	background:linear-gradient(#fefefefe, #e2c6ff);
	-moz-background:linear-gradient(#fefefefe, #e2c6ff);
	-webkit-background:linear-gradient(#fefefefe, #e2c6ff);
	-o-background:linear-gradient(#fefefefe, #e2c6ff);
	-ms-background:linear-gradient(#fefefefe, #e2c6ff);
	margint-top:1em;
	margin-bottom:1em;
	border-radius:10px; 
	line-height:1.8;
	
}
#top_main_image2 .content .col-2 li strong{
	color:#000066;
	font-size:2em;
	font-weight: normal;
	width:100%;
	border: 1px solid #000066;
}*/
#top_main_image2 .content .col-2 li span{
	display:block;
	font-size:medium;
	/*text-align:right;*/
}
/*** ニュース?イベントのタブニュー***/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	width: 90%;
	margin: 0 auto;
}

/*タブの中身*/
.tab_item {
	width: calc(100%/3);
	height: 40px;
	/*border-bottom: 3px solid #5ab4bd;
	background-color: #d9d9d9;*/
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	/*font-weight: bold;*/
	transition: all 0.2s ease;
	border-radius:5px 15px 0px 0px;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 20px 40px;
	clear: both;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
 display: block;
}
.c-txtsp{
	clear:both;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}
.c-txtsp dl{
	width:29%;
	height:150px;
	margin:1%;
	/*float:left;*/
	padding:10px 1%;
	border:solid 1px #ddd;
	line-height:1.8em;
	overflow:auto;
}
.tab_item {
border-bottom: 3px solid #9ac7eb;
	background-color: #d9d9d9;
}
.tabs input:checked + .tab_item {
	background:#9ac7eb;
	color: #fff;
}
.tab_content_description{
}
.tab_content_description p a{
	display:block;
	line-height:25px;
	height:25px;
	text-align:center;
	background:#e2c6ff;
	border-radius: 10px;
	float:right;
	padding:5px 10px;
}
.c-txtsp dl dt strong{
	color:#fff;
	padding:2px;
	/*display:block;*/
	font-size:9px;
}
.topics{
	background-color:#9ac7eb;
}
.info{
	background-color:#d27378;
}
.event{
	background-color:#e2c6ff;
}

#main1{
	padding:10px 1%;
}
#main1 h2, #main2 h2, #main3 h2{
	margin:20px;
	padding:10px;
}
#main1 h2 span, #main2 h2 span, #main3 h2 span{
	font-size:12px;
	margin-left:10px;
}


/*** メイン下部 ***/
#main_under #main2{
	/*width:28%;*/
	margin:0 auto;
	padding:20px 0;
	clear:both;
	/*float:left;*/
}
#main_under #main2{
	width:100%;
}
#main_under #main2 .col-2 section{
	width:calc(90%/2);
}
#main2 #button1, #main2 #button2, #main2 #button3, 
#main2 #button4, #main2 #button5, #main2 #button6, 
#main2 #button7, #main2 #button8, #main2 #button9, 
#main2 #button10,#main2 #button11, #main2 #button12{
	background-color:#e2c6ff;
	/*background-position:center left;
	background-size:contain;
	background-repeat:no-repeat;*/
	/*width:90%;*/
	/*height:0;
	margin:10px auto;*/
	margin:0.5em auto;
	text-align: center;
	display:block;
	/*border-radius: 40px;*/
	border-radius: 40px;
	/*border:6px ridge #9ac7eb;*/
	border-top: 4px solid #9ac7eb;
 	border-right: 4px solid #568396;
 	border-bottom: 4px solid #457285;
  	border-left: 4px solid #9fcfeb;
	box-shadow: 1px 5px 8px 0px rgba(180,180,180,.8);
	/*border-bottom: 5px solid #89b6ca;*/	/*padding:0 0 6% 0;
	vertical-align:middle;
	position:relative;*/
}
#main2 #button1:hover, #main2 #button2:hover, #main2 #button3:hover, 
#main2 #button4:hover, #main2 #button5:hover, #main2 #button6:hover, 
#main2 #button7:hover, #main2 #button8:hover, #main2 #button9:hover, 
#main2 #button10:hover,#main2 #button11:hover, #main2 #button12:hover{
	border-top: 4px solid #457285;
  	border-right: 4px solid #9fcfeb;
  	border-bottom: 4px solid #9ac7eb;
  	border-left: 4px solid #568396;
	box-shadow: inset 1px 5px 8px 0px rgba(150,150,150,1);	
	background-color:#cfc1f9;	
}
#main2 #button1 a, #main2 #button2 a, 
#main2 #button3 a, #main2 #button4 a, 
#main2 #button5 a, #main2 #button6 a, 
#main2 #button7 a, #main2 #button8 a, 
#main2 #button9 a, #main2 #button10 a,
#main2 #button11 a, #main2 #button12 a{
	color:#333;
	display:block;
	/*padding:0 0 0 15%;
	width:80%;*/
	text-align:center;
	/*position:absolute;
	top:50%;
	transform:translate(0,-50%);*/
	line-height:3;
}
/*#main2 #button1{
	background-image:url(/danjo/img/icon_button/campus.png);
}
#main2 #button2{
	background-image:url(/danjo/img/icon_button/child.png);
}
#main2 #button3{
	background-image: url(/danjo/img/icon_button/symposium.png);
}
#main2 #button4{
	background-image:url(/danjo/img/icon_button/career.png);
}
#main2 #button5{
	background-image:url(/danjo/img/icon_button/president_director.png);
}
#main2 #button6{
	background-image:url(/danjo/img/icon_button/subsidy.png);
}
#main2 #button7{
	background-image:url(/danjo/img/icon_button/bias3.png);
}
#main2 #button8{
	background-image:url(/danjo/img/icon_button/role_model.png);
}
#main2 #button9{
	background-image:url(/danjo/img/icon_button/student3.png);
}
#main2 #button10{
	background-image:url(/danjo/img/icon_button/news_letter.png);
}
#main2 #button11{
}
#main2 #button12{
}*/

/*** メインの地図 ****/
#main3{
	width:100%;
	/*width:70%;
	float:right;*/
	padding:10px 0 20px;
	/*background:#eee;*/
}
#main3 section{
	width:90%;
	margin:10px auto;
	font-size:16px;
}
#main3 section h3{
	color:#1c1c82;
	margin:20px 0;
}
#main3 #top_map{
	position:relative;
	width:95%;
	margin:40px auto;
	height:auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#main3 #top_map img{
	width-max:100%;
}
#main3 ul li{
	position:absolute;
	/*list-style:inside decimal;*/
	color:#FFF;
}
#main3 ul#campus li a{
	display:block;
	color:#333;
	padding:5px;
	background:rgba(255,255,255,.2);
}
/*#main3 ul li#p6 a, #main3 ul li#p7 a, #main3 ul li#p8 a, #main3 ul li#p9 a{
	color:#333;
}*/
#main3 ul li#p0{
	bottom:10%;
	left:59%;
	color:#333;
}
#main3 ul li#p1{
	bottom:7%;
	left:59%;
	color:#333;
}
#main3 ul li#p2{
	bottom:29%;
	left:0%;
	color:#333;
}
#main3 ul li#p3{
	bottom:37%;
	left:0%;
	color:#333;
}
#main3 ul li#p4{
	bottom:22%;
	left:0%;
	color:#333;
}
#main3 ul li#p5{
	bottom:8%;
	left:5%;
	color:#333;
}
#main3 ul li#p6{
	bottom:17%;
	left:63%;
	color:#333;
}
#main3 ul li#p7{
	bottom:0%;
	left:48%;
	color:#333;
}
#main3 ul li#p8{
	top:2%;
	left:58%;
	color:#333;
}
#main3 ul li#p9{
	bottom:25%;
	left:70%;
	color:#333;
}
#main3 ul li#p10{
	top:24%;
	left:67%;
	color:#333;
}
#main3 ul li#p11{
	top:20%;
	left:10%;
	color:#333;
}
#main3 ul li#p12{
	top:15%;
	left:63%;
	color:#333;
}

/*番号ボタン*/
#main3 ul li#p1s, #main3 ul li#p2s, #main3 ul li#p3s, 
#main3 ul li#p4s, #main3 ul li#p5s, #main3 ul li#p6s, 
#main3 ul li#p7s, #main3 ul li#p8s, #main3 ul li#p9s, 
#main3 ul li#p10s, #main3 ul li#p11s, #main3 ul li#p12s{
	width:20px;
	height:20px;
	list-style:none;
	text-indent:-9999px;
}
#main3 ul li#p1s{
	bottom:35%;
	left:61%;
}
#main3 ul li#p2s{
	bottom:48%;
	left:37.5%;
}
#main3 ul li#p3s{
	bottom:52%;
	left:26%;
}
#main3 ul li#p4s{
	bottom:45%;
	left:40%;
}
#main3 ul li#p5s{
	bottom:34%;
	left:55%;
}
#main3 ul li#p6s{
	bottom:32.5%;
	left:67.5%;
}
#main3 ul li#p7s{
	bottom:27%;
	left:54%;
}
#main3 ul li#p8s{
	top:2%;
	left:45.5%;
}
#main3 ul li#p9s{
	bottom:37.5%;
	left:69.5%;
}
#main3 ul li#p10s{
	top:48.5%;
	left:67.5%;
}
#main3 ul li#p11s{
	top:38.5%;
	left:20.5%;
}
#main3 ul li#p12s{
	top:24.5%;
	left:55.5%;
}
/*************************

	男女共同参画推進室
	gender equal
	
*************************/
/*---------------------------------
	室長挨拶ページ
---------------------------------*/	
#greeting .content{
	padding-left:4em;
	/*line-height:1.5;*/
}
#greeting .content p{
	text-indent:1em;
	line-height:1.8;
}
#greeting .content .left{
	width:35%;
	margin:0 3em 0 0;
}
#greeting .content .left img{
	margin:0;
}
#greeting .content .txt_right{
	margin-top:1.5em;
}
/*************************

	ワークライフバランス
	work life balance
	
	女性研究者研究支援
	support
	
*************************/
/*---------------------------------
	育児ページ、介護支援ページ
	カウンセリングページ
	
	助成金ページ、
	研究者向けキャリアカフェページ
	スキルアップ支援ページ
---------------------------------*/
/***	共通	***/

#babysitter dt, #childcare dt,
#care dt,
#counseling dt{
	color:#009;
	margin-top:20px;
}
#care_info h3,
#results h3,
#e_skillup h3,
#gaibu h3
{
	margin-top:20px;
	margin-bottom:5px;
}
#care_info article p{
	margin-bottom:25px;
	margin-left:2.5%;
}
#babysitter dd, #childcare dd,
#care article dd, #care_info article dd,
#counseling article dd{
	margin-left:2.5%;
}
#results td{
	text-align:right;
	padding-right:1%;
}


/*************************

	次世代育成
	next generation
	
*************************/
/*--------------------------
	中高生向け
----------------------------*/
.hirameki{
	border: 0.5px solid #9ac7eb;
	margin-bottom:10px;
	padding-right:1%;
	}

/*--------------------------
	ロールモデルページ
----------------------------*/
/*section.profile{
	clear:both;
}
*/
.profile {
	display:block;
	width: calc( (100% - 10%) / 3 ); 
	margin:5% 0;
}
.col-2{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.col-2::after
 { 
	width: calc((100% - 10%) / 3 );
	height:0; 
	content:"";
	display: block;
}
.col-2 dl{
	position:relative;
}
.col-2 dt{
	/*float:left;*/
	z-index:100;
	position:relative;
}
.col-2 dt img{
	border-radius:50%;
	z-index:200;
}
.col-2 dd{
	border-radius:50%;
	/*width:30%;*/
	width:50%;
	height:60%;
	padding:10% 0;
	position:absolute;
	bottom:0%;
	left:45%;
	z-index:1;
	text-align:center;
	font-size:12px;
}
#main .col-2 dd h3{
	font-size:16px;
	box-shadow:none;
	padding-bottom:1%;
	margin:0;
	text-shadow:1px 1px 3px #999;
	color:#333 !important;
}
#main .col-2 dd h3 strong{
	font-size:11px;
	margin:2% 0 4%;
	display:block;
	color:#3c3c3c;
}
.col-2 dd p{
	text-align:center;
	padding:0;
	margin:0;
}
/*.col-2 dd::before
{
	content:" ";
	width:100%;
	height:105%;
	position:absolute;
	bottom:0%;
	left:-78%;
	border-radius:50%;
	background-color:rgba(255,204,255,.6);
}*/


/*** モーダルウィンドウのデザイン部分ここから ***/

/* ボタン */
.my_modal_btn{
	display: block;
	width: 40%;
	height:18%;
	background:rgba(255,255,255,.6);
	margin:5% auto;
	padding: 1% 1% 0 1%;
	border: 1px solid #ccc;
    border-radius: 10px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

/* チェックボックスを非表示 */
#my_modal1, #my_modal2, 
#my_modal3, #my_modal4,
#my_modal5, #my_modal6, 
#my_modal7, #my_modal8,
#my_modal9, #my_modal10, 
#my_modal11, #my_modal12,
#my_modal13, #my_modal14, 
#my_modal15, #my_modal16,
#my_modal17, #my_modal18, 
#my_modal19, #my_modal20{
    display: none;
}
/* モーダル */
.my_modal_body1,.my_modal_body2,
.my_modal_body3,.my_modal_body4,
.my_modal_body5,.my_modal_body6,
.my_modal_body7,.my_modal_body8,
.my_modal_body9,.my_modal_body10,
.my_modal_body11,.my_modal_body12,
.my_modal_body13,.my_modal_body14,
.my_modal_body15,.my_modal_body16,
.my_modal_body17,.my_modal_body18,
.my_modal_body19,.my_modal_body20{    
    display: none;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
    background-color: #FFF;
    overflow-y: auto;
    /* スマホ用スクロール */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /* お好みで */
    width: 90%;
    max-height: 80%;
    max-width: 600px;
}

/* モーダル内ヘッダー */
.my_modal_header{
    padding: 15px 10px;
    background-color: #23282D;
    color: #FFF;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: center;
}

/* クローズアイコン */
.my_modal_close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
.my_modal_close_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.my_modal_close_icon span::before,
.my_modal_close_icon span::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: #FFF;
}
.my_modal_close_icon span::before{
    transform: rotate(-45deg);
}
.my_modal_close_icon span::after{
    transform: rotate(45deg);
}

/* コンテンツ表示 */
.my_modal_content{
    padding: 5px 10px;
}

/* 背景を暗くする */
.my_modal_overlay{
    display: none;
    position: fixed;
    z-index: 90000;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.3;
    cursor: pointer;
}

/* チェック時オーバーレイとコンテンツを表示 */
#my_modal1:checked ~ .my_modal_body1, #my_modal1:checked ~ .my_modal_overlay,
#my_modal2:checked ~ .my_modal_body2, #my_modal2:checked ~ .my_modal_overlay,
#my_modal3:checked ~ .my_modal_body3, #my_modal3:checked ~ .my_modal_overlay,
#my_modal4:checked ~ .my_modal_body4, #my_modal4:checked ~ .my_modal_overlay,
#my_modal5:checked ~ .my_modal_body5, #my_modal5:checked ~ .my_modal_overlay,
#my_modal6:checked ~ .my_modal_body6, #my_modal6:checked ~ .my_modal_overlay,
#my_modal7:checked ~ .my_modal_body7, #my_modal7:checked ~ .my_modal_overlay,
#my_modal8:checked ~ .my_modal_body8, #my_modal8:checked ~ .my_modal_overlay,
#my_modal9:checked ~ .my_modal_body9, #my_modal9:checked ~ .my_modal_overlay,
#my_modal10:checked ~ .my_modal_body10, #my_modal10:checked ~ .my_modal_overlay,
#my_modal11:checked ~ .my_modal_body11, #my_modal11:checked ~ .my_modal_overlay,
#my_modal12:checked ~ .my_modal_body12, #my_modal12:checked ~ .my_modal_overlay,
#my_modal13:checked ~ .my_modal_body13, #my_modal13:checked ~ .my_modal_overlay,
#my_modal14:checked ~ .my_modal_body14, #my_modal14:checked ~ .my_modal_overlay,
#my_modal15:checked ~ .my_modal_body15, #my_modal15:checked ~ .my_modal_overlay,
#my_modal16:checked ~ .my_modal_body16, #my_modal16:checked ~ .my_modal_overlay,
#my_modal17:checked ~ .my_modal_body17, #my_modal17:checked ~ .my_modal_overlay,
#my_modal18:checked ~ .my_modal_body18, #my_modal18:checked ~ .my_modal_overlay,
#my_modal19:checked ~ .my_modal_body19, #my_modal19:checked ~ .my_modal_overlay,
#my_modal20:checked ~ .my_modal_body20, #my_modal20:checked ~ .my_modal_overlay{
    display: block;
}
/***モーダルウィンドウのデザイン部分ここまで***/
/******************************

	意識改革
	awareness_reform

*******************************/
/*--------------------------
	キャンパスリレーページ
	幹部教職員研修ページ
----------------------------*/
.photo{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo:after { 
	width: calc((100%-10%)/3);
	height:0; 
	content:"";
	display: block;
	margin-right: 30%;
}
photo p{
	width: calc((100%-10%)/3); 
}
/*--------------------------
	障がい学生支援ページ
----------------------------*/
.barrier_free article .date p {
	text-indent: -3em;
	margin-left: 4em;	
}
.barrier_free dl{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items:flex-start;
}
.barrier_free dl dt{
	width:10%;
	min-width:5em;
	margin-top:1em;
	font-weight:bolder;
}
.barrier_free dl dd{
	width:88%;
	margin-top:1em;
}

/******************************

	リンク?ライブラリー
	link / library

*******************************/
/*--------------------------
	リンクページ
----------------------------*/
.col-3{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}
.col-3:after{ 
	width: 30%;
	height:0; 
	content:"";
	display: block;
}
.col-3 dl{
	width: 25%; 
	background:#FFe;
	border-radius:10px;
	border:1px #eee solid;
	margin-bottom:20px;
	position:relative;
	display:block;
	padding:2%;
	/*float:left;*/
}
.col-3 dl dt{
	height:100px;
	padding:1%;
	background:#fff;
	margin-bottom:10px;
}
.col-3 dl dt img{
	max-height:100%;
	width:auto;
	max-width:100%;
	margin:auto;
	display:block;
}
#link{
}	
/*--------------------------
	ライブラリーページ
----------------------------*/
#library li{
	line-height:2;
}
#library li img{
	margin:0 20px;
}
/******************************

	お問い合わせ?アクセス
	contact / access

*******************************/
/*--------------------------
	お問い合わせページ
	アクセスページ
----------------------------*/
#contact table, #contact th, #contact td,
#access table, #access th, #access td{
	border:none;
}

#contact th, #contact td
{
	padding: 5px 1%;
	text-align:left;
	
}
#contact th{
	border-bottom:1px dashed #ccc;
}
#access #access_map{
	position:relative;
	width:80%;
	margin:40px auto;
	height:auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#access #access_map img{
	width-max:100%;
}
#access ul li{
	position:absolute;
	list-style:inside decimal;
	color:#FFF;
	vertical-align:top;
}
#access ul#campus li a{
	display:block;
	color:#333;
	padding:5px;
	background:rgba(255,255,255,.2);
}
#access ul li#p1{
	bottom:7%;
	left:59%;
	color:#333;
}
#access ul li#p2{
	bottom:29%;
	left:0%;
	color:#333;
}
#access ul li#p3{
	bottom:37%;
	left:0%;
	color:#333;
}
#access ul li#p4{
	bottom:22%;
	left:0%;
	color:#333;
}
#access ul li#p5{
	bottom:8%;
	left:5%;
	color:#333;
}
#access ul li#p6{
	bottom:17%;
	left:63%;
	color:#333;
}
#access ul li#p7{
	bottom:0%;
	left:48%;
	color:#333;
}
#access ul li#p8{
	top:2%;
	left:58%;
	color:#333;
}
#access ul li#p9{
	bottom:25%;
	left:70%;
	color:#333;
}
#access ul li#p10{
	top:24%;
	left:67%;
	color:#333;
}
#access ul li#p11{
	top:20%;
	left:10%;
	color:#333;
}
#access ul li#p12{
	top:15%;
	left:63%;
	color:#333;
}
/*番号ボタン*/
#access ul li#p1s, #access ul li#p2s, #access ul li#p3s, 
#access ul li#p4s, #access ul li#p5s, #access ul li#p6s, 
#access ul li#p7s, #access ul li#p8s, #access ul li#p9s, 
#access ul li#p10s, #access ul li#p11s, #access ul li#p12s{
	width:20px;
	height:20px;
	list-style:none;
	text-indent:-9999px;
}
#access ul li#p1s{
	bottom:35%;
	left:61%;
}
#access ul li#p2s{
	bottom:48%;
	left:37.5%;
}
#access ul li#p3s{
	bottom:52%;
	left:26%;
}
#access ul li#p4s{
	bottom:45%;
	left:40%;
}
#access ul li#p5s{
	bottom:34%;
	left:55%;
}
#access ul li#p6s{
	bottom:32.5%;
	left:67.5%;
}
#access ul li#p7s{
	bottom:27%;
	left:54%;
}
#access ul li#p8s{
	top:2%;
	left:45.5%;
}
#access ul li#p9s{
	bottom:37.5%;
	left:69.5%;
}
#access ul li#p10s{
	top:48.5%;
	left:67.5%;
}
#access ul li#p11s{
	top:38.5%;
	left:20.5%;
}
#access ul li#p12s{
	top:24.5%;
	left:55.5%;
}
#access .btn{
	width:50%;
	font-size:12px;
}

/******************************

	ピックアップ
	pickup

*******************************/
/*--------------------------
	各キャンパスの取り組みページ
----------------------------*/
.campus article p{
	margin-bottom:2em;
	text-indent:-1em;
}
/*--------------------------
	ニュースレターページ
----------------------------*/
.cover{
	float:left;
}
.details{
	float:left;
	padding-left:20px;
	padding-top:0;
	max-width:80%;
	width:auto;
	margin-bottom:20px;
}
.details li{
	list-style:disc;
}
.cover p{
	margin-bottom:20px;
}
.cover img{
	margin-bottom:5px;
}
#bk_btn {
	width:100%;
	display:flex;
	flex-wrap: wrap !important;
	flex-direction:row !important;
	/*justify-content:space-between!important;*/
	background:rgba(255,255,255,0.3);
}
#bk_btn:after { 
	width: 28%;
	height:0; 
	content:"";
	display: block;
	margin-right: 28%;
}
#bk_btn .btn{
	width:32%;
	margin:5px 0;
	padding:2px 0;
	background-color:#e2c6ff;
	text-align: center;
	border-radius:10px;
	/*border-radius: 40px;*/
	border:3px solid #9ac7eb;
	vertical-align:middle;
	position:relative;
}