@charset "utf-8";

@import "style.css";

/* base
------------------------------------------------------------ */
/* clearfix */
p.t2Img:after {
	content: ""; 
	display: block;
	clear: both;
}

td, a {
	word-break: break-all;
}

#transit {
	position: relative;
}
#transit a {
	color: #06F;
	text-decoration: underline;
}
#transit a:hover {
	text-decoration: none;
}

/* top
------------------------------------------------------------ */
#head {
	position: absolute;
	top: 0;
	right: 0;
}

#head h2 {
	width: 645px;
	height: 45px;
	text-indent: -9999px;
	background: url(../img/transit.gif) no-repeat;
}

#head li a {
	width: 150px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
}

.nav1 {
	background: url(../img/nav1.gif) no-repeat;
	top: 32px;
	right: 20px;
}

/* ---------- content1 */
.jump a {
	width: 130px;
	margin-top: 8px;
	padding: 5px 10px 3px 40px;
	color: #960 !important;
	text-decoration: none !important;
	border: 1px dotted #960;
	background: url(../img/jump.gif) no-repeat 7px center;
	display: block;
}

.jump.new a:hover,
.jump a:hover {
	color: #FFC!important;
	text-decoration: none;
	background: url(../img/jump_ov.gif) no-repeat 7px center #960;
}

#cont1 {
	padding-bottom: 20px;
	position: relative;
}

#cont1 h3 {
	/* clear: both;
	margin-top: 30px;
	padding: 5px 10px;
	color: #FFF; */
	font-size: 120%;
	/* background: #036; */
    text-align: left;
}

#cont1 h4 {
	font-size: 110%;
}

/* ---------- content1_1 */
.boxWrap {
	width: 640px;
}

.boxCont1_1 {
	margin-top:10px;
	display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;
}

.boxCont1_1 h4{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.boxCont1_1 .cont1_1-l {
	margin-right:20px;
    margin-bottom: 30px;
}

.boxCont1_1 .cont1_1-r {
    margin-bottom: 30px;
}

.boxCont1_1 p {
	color: #666;
	/* line-height: 120%; */
}

/*
.boxCont1_1 {
	float: left;
	width: 50%;
	padding-bottom: 10px;
}

.boxCont1_1 h4 span {
	color: #C03;
}
*/

/* ---------- content1_2 */
.boxCnt1_2 {
	margin-bottom: 30px;
}

.boxCnt1_2 p a {
	float: left;
	width: 250px;
	height: 100px;
	margin: 0 7px;
	text-indent: -9999px;
}

.boxCnt1_2 p a:hover,#cont2 li a:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}

.cont1_2a {background: url(../img/cont1_2a.png) no-repeat center;}
.cont1_2b {background: url(../img/cont1_2b.png) no-repeat center;}
.cont1_2c {background: url(../img/cont1_2c.png) no-repeat center;}
.cont1_2d {background: url(../img/cont1_2d.png) no-repeat center;}
.cont1_2e {background: url(../img/cont1_2e.png) no-repeat center;}

/* ---------- content1_3 */
/* .boxCnt1_3 h4 {
    margin-top: 10px;
	padding-left: 40px;
	background: url(../img/arrow1.gif) no-repeat left center;
} */

.boxCnt1_3 h4:after {
    content: url(../img/arrow1.gif);
    padding-left: 10px;
}

.boxCnt1_3 h4 a:hover {
	text-decoration: none;
}

.boxCnt1_3 p {
	padding-bottom: 1.0em;
	color: #666;
	/* line-height: 120%; */
}

.boxL {
	float: left;
	width: 55%;
	padding-left: 0 !important;
}
.boxR {
	float: right;
	width: 44%;
	text-align: center;
}

/* ---------- content2 */
#cont2 li {
	float: left;
	width: 210px;
	margin: 10px 0;
}

/*
.h3Ttl_4 {background: url(../img/h3Ttl_4.gif) no-repeat;}
.h3Ttl_5 {background: url(../img/h3Ttl_5_new.gif) no-repeat;}
.h3Ttl_6 {background: url(../img/h3Ttl_6.gif) no-repeat;}
.h3Ttl_7 {background: url(../img/h3Ttl_7.gif) no-repeat;}
.h3Ttl_8 {background: url(../img/h3Ttl_8.gif) no-repeat;}
.h3Ttl_9 {background: url(../img/h3Ttl_9.gif) no-repeat;}
*/


.jump.new {
	display: inline-block;
}

.jump.new a {
	width: auto;
	margin-top: 8px;
	padding: 5px 10px 3px 40px;
	color: #960 !important;
	text-decoration: none !important;
	border: 1px dotted #960;
	background: url(../img/jump.gif) no-repeat 7px center;
	display: inline-block;
}


/* 2020.10.05～ 追加
----------------------------------------------------------------- */
.ulBtn {
	clear: both;
	padding: 20px;
	text-align: center;
}

.ulBtn li {
	width: 250px;
    height: 35px;
	margin: 3px;
	display: inline-table;
}

.ulBtn li a {
    padding: 0.4em;
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
	border-radius: 6px;
	background: #036;
    display: block;
    /* height: 30px; */
    border: solid 1px #003366;
    box-sizing: border-box;
}


/* .ulBtn li a:hover {
	color: #003366;
    opacity: 0.4; 
    filter: brightness(60%);
} */

.ulBtn li a:hover {
	border: solid 1px #003366;
	background-color: #eee;
    color: #003366!important;
}

.ulBtn li a.active {
	border: solid 1px #003366;
	background-color: #eee;
    color: #003366!important;
}


.ttl {
    border-top: solid 1px #003366;
    border-bottom: solid 1px #003366;
    background-color: #eee;
    color: #003366!important;
    text-align: center;
    /* font-weight: normal; */
    padding: 0.4em;
    margin: 1.0em 0;
}

.ttl2 {
	border-left: solid 4px #003366;
	color: #003366!important;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
    padding-left: 0.5em;
    line-height: 1.5;
}

.ttl3 span {
	padding: 0.5em 1.0em;
    margin-bottom: 0.5em;
	color: #003366;
	border: 2px solid #003366;
    display: inline-block;
    box-sizing: border-box;
}

 .ttl4 {
	position: relative;
    padding: 0.4em;
	margin: 0 0 1.0em;
	color: #4286f4;
    line-height: 1.5;
}

h4.ttl4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    color: #FFF;
    background-image: linear-gradient(to right, rgba(55,59,68,0.8), rgba(66,134,244,0.8), rgba(255,255,255,0.8));
}

.ttl4 span {
  background-image: linear-gradient(to right, #373B44 0%, #4286f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl5 {
  padding: 0.4em;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: linear-gradient(to right, #373B44 0%, #4286f4 100%);
  line-height: 1.5;
}


.linkbox {
    padding: 1.0em 2.0em;
    margin: 1.0em 2.0em 3.0em;
    background-color: #eee;
    position: relative;
}

.linkbox h3 {
    text-align: center !important;
    padding-bottom: 0.5em;
    letter-spacing: 0.25em;
}

.linkbox ul li {
    line-height: 1.5;
    padding-bottom: 0.5em;
    margin-left: 1.5em;
}

.linkbox ul li a {
    color: #036 !important;
}

.linkbox ul li:before {
    content: "▼";
    position: absolute;
    left: 2em;
    color: #000;
}




