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

a {
	color: #2A31AA;
}

.pc_none {
    display: none;
}

.row {
	margin: 0px;
	padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}
body {
    font-family: "Noto Sans JP";
    font-size: 1.0em;
    line-height: 180%;
    min-height: 100vh;
    color: #333;
}
.wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 400px;
    box-sizing: border-box;
}

.button {
	margin-bottom: 15px;
}

.line {
	clear: both;
	width: 100%;
	border-bottom: 1px dashed #ccc;
		margin-bottom: 20px;
	padding-bottom: 20px; 
}

.button a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px;
	text-align: center;
}

.card-body {

}

.bg_llsky {
	background-color: #CCE5FF;
}

footer {
    width: 100% !important;
    background-color: #D9E9EE;
    position: absolute !important;
    bottom: 0;
}
#voice {
    display: none;
}
header {
    background-color: #4859B1;
}

.bg_lpurple {
    background-color: #C79BE9;
}

#header {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
}
#header a {
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
    display: block;
}
#header:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
.gsc-control-cse, .gsc-control-cse-ja {
    padding: 0px !important;
    line-height: 100% !important;
    background-color: #4859B1 !important;
    border: 0px !important;
}
#header #language {
    float: right;
    padding-left: 10px;
}
#header #search {
    float: right;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#searcharea {
    padding: 0px !important;
    margin: 0px !important;
    height: 26px !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 200px;
}
#searchsvg {
    width: 15px;
}
#header #header_nav {
    float: right;
}
#header #header_nav li {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}
#header #header_nav li a:hover {
    color: antiquewhite;
}
#head_logo {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#head_logo h1 {
    background-image: url("../images/logo.jpg");
    width: 400px;
    height: 100px;
    text-indent: -9999px;
    float: left;
}
#head_logo h1 a {
    background-image: url("../images/logo.jpg");
    width: 400px;
    height: 100px;
    display: block;
    text-indent: -9999px;
}
.head_menu {
    width: 630px;
    padding-top: 20px;
    float: right;
}
.head_menu li {
    width: 120px;
    float: left;
    text-align: center;
    font-size: 0.85em;
}
.head_menu li img {
    width: 60px;
}
.head_menu a {
    color: #333 !important;
}
.head_menu a:hover {
    text-decoration: none;
    color: #0F1472 !important;
}
.head_menu a:hover img {
    opacity: 0.7;
}
.head_menu a p {
    padding-top: 0px;
}
.head_menu a p{
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.menu-container {
    clear: both;
}
.menu {
    padding-top: 20px;
    margin-bottom: 20px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.menu > ul > li {
    width: 240px;
    float: left;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.menu > ul > li > a {
    padding: 10px 0px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
#main_img {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.top_box1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.top_box1 li {
    width: 300px;
    float: left;
    text-align: center;
}
.top_box1 li img {
    width: 290px;
    text-align: center;
}
.top_box1 li p {
    padding-top: 10px;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
/*.top_box1 li svg {
    color: #29ABE2;
}*/
main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
main:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
main .left {
    width: 300px;
    float: left;
}
.left h2 {
    border-bottom: 2px solid #5D85FF;
    font-weight: 100;
    margin-top: 15px;
    font-size: 1.3em;
    padding: 15px;
}
.left h2 svg {
    color: #5D85FF;
}
main .main {
    width: 870px;
    float: right;
	padding-top: 20px;
}
/*main .main h2 {
    padding-top: 20px;
}*/
/*#################################################
　#################################################
　コンテンツスタイルシート
　-------------------------------------------------
#################################################*/

.entry-content h2, .cont_h2 {
    font-family: "M PLUS 1p";
    font-weight: 400;
	background-color: transparent;
	color: #5D85FF;
	margin-bottom: 20px;
	border-radius: 10px;
	line-height: 100% !important;
	padding: 10px;
    clear: both;
	font-style: inherit;
}
.entry-content h3 {
	font-size: 1.6em;
	border-radius: 10px;
	color: #fff;
	background-color: #007bff;
    font-family: "M PLUS 1p";
    padding: 10px;
    width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.entry-content h3 a {
	color: #fff;
}
.entry-content h4 {
    font-family: "M PLUS 1p";
    width: 96%;
	font-size: 1.4em;
	border-radius: 10px;
	border: 1px solid #007bff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
    padding: 10px;
    clear: both;
}
.entry-content h5 {
    font-family: "M PLUS 1p";
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    clear: both;
}
.entry-content h6 {
    font-family: "M PLUS 1p";
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    clear: both;
}
.entry-content p {
    margin-bottom: 20px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.entry-content table {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.entry-content table th {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #F4F5FF;
}
.entry-content table td {
    padding: 10px;
    border: 1px solid #ccc;
}
.entry-content ul {
    width: 94%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content ul li {
    list-style: disc;
    margin-left: 20px;
}
.entry-content ol {
    width: 94%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content ol li {
    list-style: decimal;
    margin-left: 20px;
}
.entry-content dl {
    width: 840px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content dl:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
.entry-content dl dt {
    width: 220px;
    padding-right: 20px;
    border-top: 1px dashed #ccc;
    float: left;
    clear: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.entry-content dl dd {
    border-top: 1px dashed #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 600px;
    float: left;
}
.entry-content address {
    margin-bottom: 20px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.left_menu li {
    padding: 12px;
    border-bottom: 1px dashed #ccc;
}
.left_menu li a {
    color: #333;
    display: block;
}
.left_banner li {
    margin-bottom: 15px;
}
.left_banner li a {
    display: block;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.left_banner li blockquote {
    padding: 0px;
    margin: 0px;
    padding: 6px;
    float: left;
    width: 80px;
}
.left_banner li blockquote img {
    width: 60px;
    vertical-align: bottom;
}
.left_banner li p {
    padding-top: 22px;
    font-size: 0.9em;
}
/*-------------------------------------------------*/

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 30px;
    padding-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 870px;
}
/*タブのスタイル*/
.tab_item {
    width: calc(100%/6);
    height: 50px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 1.1em;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 10px 10px 0;
    clear: both;
    overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tabs1:checked ~ #tabs1_content, #tabs2:checked ~ #tabs2_content, #tabs3:checked ~ #tabs3_content, #tabs4:checked ~ #tabs4_content, #tabs5:checked ~ #tabs5_content, #tabs6:checked ~ #tabs6_content {
    display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #3E969F;
    color: #fff;
}
/*-------------------------------------------------*/

.news {
    min-height: 650px;
}
.news dt {
    width: 230px;
    float: left;
    clear: both;
    padding: 13px;
    border-top: 1px dotted #ccc;
}
.news dd {
    width: 620px;
    float: left;
    padding: 13px;
    border-top: 1px dotted #ccc;
}

.news2 {
	margin-bottom: 40px;
	min-height: 100px;
	max-height: 500px;
	overflow-y: auto;
	clear: both;
}

.news2::after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}

.news2 dt {
    width: 230px;
    float: left;
    clear: both;
    padding: 13px;
    border-top: 1px dotted #ccc;
}
.news2 dd {
    width: 620px;
    float: left;
    padding: 13px;
    border-top: 1px dotted #ccc;
}

.icon_none {
    background-image: url("../images/icon_none.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.icon_news {
    background-image: url("../images/icon_news.jpg");
    background-repeat: no-repeat;
    background-position: right;
}

.icon_college {
    background-image: url("../images/icon_college.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.icon_area {
    background-image: url("../images/icon_area.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.icon_labo {
    background-image: url("../images/icon_labo.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.icon_entrance {
    background-image: url("../images/icon_entrance.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.icon_other {
    background-image: url("../images/icon_other.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.icon_proc {
    background-image: url("../images/icon_proc.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.icon_dorm {
    background-image: url("../images/icon_dorm.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
/*-------------------------------------------------*/


#top_banner {
    padding-top: 20px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
#top_banner li {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
    width: 33% !important;
    float: left !important;
    margin-bottom: 10px !important;
    text-align: center;
}
#top_banner li img {
    width: 96%;
}
#footer {
    width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
#footer:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
#footer h1 {
    width: 450px;
    float: left;
}
#footer address {
    width: 350px;
    float: left;
    display: block;
    padding-top: 20px;
}
#footer_menu1 {
    border-left: 3px solid #5162B5;
    width: 170px;
    float: right;
    padding-left: 15px;
}
#footer_menu1 svg, #footer_menu2 svg {
    font-size: 0.9em;
}
#footer_menu2 {
    width: 160px;
    float: right;
}
#footer_menu1 li, #footer_menu2 li {
    margin-bottom: 7px;
}
footer small {
    display: block;
    clear: both;
    width: 100%;
    padding: 30px;
    border-top: 1px solid #fff;
    text-align: center;
}
#footer_menu {
    background-color: #F1F1F1;
    width: 100%;
    clear: both;
    line-height: 100%;
}
#footer_menu:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
#footer_menu a {
    padding: 20px;
    display: block;
}
#footer_menu nav {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#footer_menu nav li {
    width: 20%;
    float: left;
}



/*スムーススクロール*/

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #113DB4;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}
#page_top a::before {
    font-size: 1.6em;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a svg {
    margin-top: 8px;
}
/*-------------------------------------------------
共通CSSここまで
-------------------------------------------------*/


/*-------------------------------------------------
コンテンツCSSここから
-------------------------------------------------*/

#cont_main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#cont_main img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
#cont_main h2 {
    position: absolute;
    left: 0px;
    top: 60px;
    color: #fff;
    padding: 10px 20px;
    min-width: 300px;
    background-color: rgba(51,51,51,0.49);
    font-size: 1.8em;
    font-family: "M PLUS 1p";
}
.topic_path {
    padding: 10px 20px;
    background-color: #F7F7F7;
    border-bottom: 2px solid #cccc;
    clear: both;
}
.max_cont {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.max_cont:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
.cont_news {
    width: 100% !important;
    min-height: 300px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 50px;
}
.cont_news:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
.cont_news dt {
    width: 20% !important;
    float: left;
    clear: both;
    padding: 15px !important;
    border-top: 1px dashed #ccc;
}
.cont_news dd {
    width: 80% !important;
    float: left !important;
    padding: 15px !important;
    border-top: 1px dashed #ccc;
}
.cont_news dt:first-child {
    border-top: none;
}
.cont_news dd:nth-child(2) {
    border-top: none;
}
.list_box {
    width: 33%;
    float: left;
    margin-bottom: 30px;
}
.list_box:nth-child(1), .list_box:nth-child(4), .list_box:nth-child(7), .list_box:nth-child(10), .list_box:nth-child(13), .list_box:nth-child(16), .list_box:nth-child(19) {
    clear: both;
}
.list_box h3 {
    padding: 10px;
    font-size: 1.4em;
    border-left: 3px solid #4859B1;
    margin-bottom: 20px;
}
.list_box li {
 	width: 94% ;
    margin-left: auto;
    margin-right: auto;
    padding: 10px !important;
    border-bottom: 1px dashed #ccc !important;
    list-style: none !important;
}
.list_box li a {
    padding: 5px 0px;
    display: block;
}


.list_box2 {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

.list_box2 > p {
	font-size: 0.95em;
}

.list_box2 h3 {
	color: #fff;
	padding: 10px;
	font-size: 1.4em;
	border-left: 3px solid #4859B1;
	margin-bottom: 20px;
}


.list_box2 li {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

.list_box2 li a {
}







#attention {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 20px;
    border: 4px solid #ff0000;
    line-height: 160% !important;
    background-color: #FFF7F7;
}
#attention dt {
    color: red;
    font-size: 1.6em;
    float: left;
    text-align: center;
    width: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#attention dd a {
    color: #FF0000;
}
#attention dd {
    width: 880px;
    font-size: 1.6em;
    float: right;
    padding-bottom: 5px;
    padding-top: 5px;
}
#attention:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
.entry-footer {
    clear: both;
}
.post-edit-link {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.post-edit-link:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.search_listbox {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.search_listbox {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.search_listbox h2 {
    font-size: 1.0em;
    padding: 10px;
    background-color: #F2F4FB;
}
.wpcf7 {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
}
.wpcf7 input[type=text] {
    width: 800px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.wpcf7 input[type=tel], .wpcf7 input[type=number] {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.wpcf7 input[type=email] {
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.wpcf7 input[type=date] {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.wpcf7 textarea {
    width: 800px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.wpcf7 select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
/**/.wpcf7 input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.wpcf7 input[type=submit]:active {
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
.wpcf7-not-valid-tip {
    color: red;
    display: block;
}


.mw_wp_form {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
}
.mw_wp_form input[type=text] {
    width: 800px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.mw_wp_form input[type=tel], .mw_wp_form input[type=number] {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.mw_wp_form input[type=email] {
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.mw_wp_form input[type=date] {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.mw_wp_form textarea {
    width: 800px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.mw_wp_form select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
/**/.mw_wp_form input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.mw_wp_form input[type=submit]:active {
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
.mw_wp_form-not-valid-tip {
    color: red;
    display: block;
}


.screen-reader-response {
    color: red;
    margin-bottom: 20px;
}
.screen-reader-response ul {
    display: none;
}
.left_banner {
    margin-top: 20px;
}
.entry-summary {
    margin-top: 5px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px dashed #ccc !important;
}
.screen-reader-text {
    display: none;
}
.publications {
    list-style: none !important;
    width: 96%;
}
.publications div {
    width: 50%;
    float: left;
    margin: 0px !important;
}
.publications div img {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
}
.publications2 {
    width: 96%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.publications2 div {
    width: 25%;
    float: left;
}
.publications2 div img {
    width: 90%;
    display: block;
    border: 1px solid #ccc;
}
.scroll2 {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
	-webkit-overflow-scrolling: touch
}
.scroll2::-webkit-scrollbar {
 height: 5px;
}
.scroll2::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.scroll2::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/*
table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
	margin-bottom: 20px;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
*/


#wp-calendar {
    width: 100%;
}
#wp-calendar th {
    background-color: #F3F3F3;
    padding: 5px;
}
#wp-calendar td {
    padding: 5px;
}
#wp-calendar caption {
    text-align: center;
}
#en_top {
    width: 100%;
}
.en_top_box {
    width: 33%;
    float: left;
    margin-bottom: 30px;
	min-height: 100px;
}
.en_top_box a {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
	font-size: 1.2em;
}
.en_top_box a:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.en_top_box a:hover {
    text-decoration: none;
}

.history_dl dt {
	text-align: right !important;
	width: 30% !important;
	padding-right: 30px !important;
}

.history_dl dd {
	width: 70% !important;
	padding-left: 30px !important;
}

.wpcf7c-hide {display: none;}
.wpcf7c-force-hide {display: none !important;}
.wpcf7c-conf {background-color: #999999; color: black; border: 1px solid #333333;}


.club_ul li {
	padding-right:20px !important;
	float:left !important;
}

.club_ul:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}

.bg-primary2 {
    background-color: #C79BE9!important;
}

.list_box h3 {
    border-left: 0px;
}

.f_orange {
	color: #F59100;
}


.box-shadow {
	margin-bottom: 20px;
}

.sitemap > ul {}

.sitemap > ul > li {
    list-style: none !important;
	width: 96%;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #7A94DC;
	font-size: 1.4em;
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 20px;
}

.page_item_has_children > a {
}

.sitemap .children a {
	font-size:0.8em;
}

.sitemap .children .children a {
	font-size: 0.6em;;
}




.box {
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 200%;
}



#jabee_box div {
	line-height: 200%;
	margin-bottom: 10px;
}

.card-deck {
	width: 100%;
}

@supports (-ms-ime-align: auto) {
	.tab_item {
		width:calc(16.6%);
		font-size: 0.9em !important;
	}
}

/* 2019/04/04 */
.sub-menu {
	display: none;
	visibility: hidden;
}
/**/

.year {
    border-top: 1px solid #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    display: block;
}

.eachYear {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.eachYear li {
    width: calc(100% / 6) ;
    float: left;
}

.eachYear li a {
    padding-top: 5px;
}

.eachYear:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}

.cat-item {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
}






