@charset "UTF-8";


/*! title ============================================== */

main h1 {
	position: relative;
	margin-bottom: 40px;
	font-size: 24px;
	color: #5c7599;
	overflow: hidden;
	z-index: 2;
	}

main h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin-left: 20px;
  background-image: linear-gradient(
    -45deg,
    transparent 25%, #c8d8de 25%,
    #c8d8de 50%, transparent 50%,
    transparent 75%, #c8d8de 75%,
    #c8d8de
  );
  background-size: 6px 6px;
	background-repeat: repeat;
	z-index: 1;
	}

main h2 {
	width: calc(100% + 60px);
	margin: -30px 0 30px -30px;
	padding: 8px 30px;
	background: linear-gradient(120deg, #0081cc 60%, #06b6e8);
	font-size: 16px;
	color: #ffffff;
	}

main h2::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 16px;
	margin: 0 8px 0 -12px;
	background-color: #66b3e0;
	vertical-align: -2px;
	}

main h3 {
	margin: 0 0 15px;
	border-bottom: 2px solid #d6e1e5;
	font-size: 18px;
	color: #2dade6;
	}

#home main h3 {
	font-size: 20px;
	}

main h4 {
	position: relative;
	margin: 30px 0 15px;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #2dade6;
	overflow: hidden;
	}

main h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #0081cc;
	z-index: 0;
	}

main h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 9999px;
	border-bottom: 1px solid #d6e1e5;
	z-index: 1;
	}


/*! caption（title） ============================================== */

main .caption {
	position: relative;
	}

main .caption h2 + *,
main .caption h3 + * {
	position: absolute;
	top: 8px;
	right: 0;
	margin: 0;
	}

/* btn */
main .caption ul.btn li {
	display: inline-block;
	margin-left: 5px;
	}

main .caption h2 + ul.btn li a,
main .caption h3 + ul.btn li a {
	display: block;
	height: 24px;
	padding: 0 20px;
	border-radius: 2px;
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
	}

main .caption h2 + ul.btn li a {
	background-color: #ffffff;
	color: #2b749e;
	}

main .caption h2 + ul.btn li a:hover {
	background-color: #205080;
	color: #ffffff;
	}

main .caption h3 + ul.btn li a {
	margin-top: -5px;
	background-color: #0081cc;
	color: #ffffff;
	}

main .caption h3 + ul.btn li a:hover {
	background-color: #43c1e0;
	}

/* arrow（h2.btn） */
main .caption a.arrow-left::before,
main .caption a.arrow-right::after {
	content: "";
	display: inline-block;
	width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
	vertical-align: -2px;
	transition: 0.4s;
	}

main .caption a.arrow-left::before {
	margin-right: 5px;	
  border-right: 6px solid #2b749e;
	}

main .caption a.arrow-right::after {
	margin-left: 5px;	
  border-left: 6px solid #2b749e;
	}

main .caption a:hover.arrow-left::before {
  border-right: 6px solid #ffffff;
	}

main .caption a:hover.arrow-right::after {
  border-left: 6px solid #ffffff;
	}

/* txt */
main .caption p {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}


/*! table（terms） ============================================== */

main table.terms {
	border-collapse: separate;
	border-spacing: 0px 2px;
	width: 100%;
	}

main table.terms th {
	height: 50px;
	padding: 5px 10px;
	background-color: #dcedf5;
	border-top: 1px solid #b8c6cc;
	border-bottom: 1px solid #b8c6cc;
	border-left: 4px solid #477e9e;
	text-align: center;
	vertical-align: middle;
	color: #477e9e;
	}

main table.terms td {
	height: 50px;
	padding: 5px 10px;
	border: 1px solid #d9d9d9;
	border-left: none;
	vertical-align: middle;
	}


/*! table（box） ============================================== */

/* com */
main table[class^="box-"] {
	width: 100%;
	text-align: center;
	}

main table[class^="box-"] th {
	padding: 5px 10px;
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	color: #ffffff;
	}

main table[class^="box-"] td {
	padding: 8px 10px;
	border-right: 1px dotted #cccccc;
	vertical-align: middle;
	}

main table[class^="box-"] td:last-child {
	border-right: none;
	}

main table[class^="box-"] tr {
	background-color: #f7f7f7;
	}

main table[class^="box-"] tr:nth-child(even) {
	background-color: #ffffff;
	}

/* violet */
main table.box-vio th {
	background-color: #8877cf;
	}

main table.box-vio td {
	border-bottom: 1px solid #c0b8e5;
	}

/* sky */
main table.box-sky th {
	background-color: #43c1e0;
	}

main table.box-sky td {
	border-bottom: 1px solid #95d5e5;
	}


/*! table（symbol） ============================================== */

main table .sym {
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}


/*! cal-auto ============================================== */

main .cal-auto table {
	width: 100%;
	min-width: 250px;
	background-color: #f5f7fa;
	}

main .cal-auto table th,
main .cal-auto table td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	}

main .cal-auto table tr:first-child th {
	height: 70px;
	background-color: #5a84d1;
  background-image: linear-gradient(
    -45deg,
    transparent 25%, #668ed5 25%,
    #668ed5 50%, transparent 50%,
    transparent 75%, #668ed5 75%,
    #668ed5
		);
  background-size: 6px 6px;
	background-repeat: repeat;
	}

main .cal-auto table tr:nth-child(2) th {
	height: 30px;
	background-color: #d8e0fa;
	font-size: 11px;
	}

main .cal-auto table td {
	height: 40px;
	}
main .cal-auto table tr:nth-child(3) td {
	height: 55px;
	padding-top: 15px;
	}
main .cal-auto table tr:last-child td {
	height: 55px;
	padding-bottom: 15px;
	}

/* date */
main .cal-auto table tr:first-child th span {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	background-color: #3b5fba;
	border-radius: 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	color: #7096db;
	}

main .cal-auto table tr:first-child th span b {
	color: #ffffff;
	}

main .cal-auto table th:first-child,
main .cal-auto table td:first-child {
	color: #ab3249;
	}

main .cal-auto table th:last-child,
main .cal-auto table td:last-child {
	color: #4564bb;
	}

/* link */
main .cal-auto table td a {
	position: relative;
	display: block;
	width: 29px;
	height: 29px;
	margin: 0 auto;
	background-color: #b8d02f;
	border-radius: 50%;
	line-height: 29px;
	color: #ffffff;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	}

main .cal-auto table td a:hover {
	background-color: transparent;
	color: #ffffff;
	}

main .cal-auto table td a::after {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: scale(1.6);
	z-index: -1;
	transition: all 0.4s ease;
	}

main .cal-auto table td a:hover::after {
	background-color: #e59100;
	transform: scale(1);
	}


/*! accordion ============================================== */

/* sample用 */
main .acd {
	margin-top: 30px;
	}

main .acd > div {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}

/* color */
main .acd-ppl {
	background-color: #8877cf;
	}

main .acd-red {
	background-color: #dc6e6e;
	}

main .acd-orn {
	background-color: #f2b655;
	}

main .acd-grn {
	background-color: #77cf7b;
	}

main .acd-gry {
	background-color: #aebbbf;
	}
