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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
  
a, a:hover, a:visited {
  text-decoration: none;
 }
a:hover {
 	color: #9d005c;
}
header {
	margin: 0 auto 40px;
	padding: 0;
	border-bottom: 1px solid #999;
}
header h1 {
	font-family: "Georgia", "Times New Roman", serif;
	line-height: 1;
	padding-top: 40px;
}
header h1 a {
	color: #000;
	text-decoration: none;
}
header h1 a:hover {
	color: #9d005c;
	text-decoration: none;
}
h1 small {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; 
  line-height: 1;
	letter-spacing: -1px;
}

main strong {
	font-weight: normal;
}
main h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 1.25;
	margin-top: 0;
}
main h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 1.25;
	margin-top: 0;
	padding-bottom: 2px;
}
main p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
	margin-bottom: 30px;
}
.panel {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-default {
	width: auto;
  padding: 0 15px 0 0;
	box-sizing: border-box;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
	width: auto;
	box-sizing: border-box;
}
.panel-heading h4 {
	font-size: 14px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
	width: auto;
	box-sizing: border-box;
}
.panel-title > a {
  color: inherit;
}
.panel-title a:hover {
 	color: #9d005c;
}
.panel-body {
  padding: 10px 0;
	width: auto;
	box-sizing: border-box;
}
.panel-body table {
	width: 100%;
	font-size: 85%;
}
.panel-body .table-bordered th, .panel-body .table-bordered td {
    border: 1px solid #999 !important;
		text-align: center;
  }
.panel-body .table-bordered th {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; 
}
.panel-body .table-bordered td {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
}
.panel-default > .panel-heading {
	background: transparent;
	background-image: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: none;
	border-image: none;
	border-radius: 0;
	filter:none;
}
.ltr_dansage {
	text-indent: -1em;
	padding-left: 1em;
  margin-bottom: 40px;
}
.ltr_mb0 {
	margin-bottom: 0;
}
.ltr_mb10 {
	margin-bottom: 10px;
}
h3.h3_mt40 {
  margin-top: 40px;
}
.ltr_explanation {
	font-family: serif;
	font-size: 85%;
	margin-bottom: 3px;
}
iframe {
	width: 100%;
	height: 790px;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
.ltr_deepred {
	color: #9d005c;
}
main .table-responsive {
  border: none;
	border-image: none;
}
main .table {
	width: 100%;
	margin-right: 0;
  border-top: 1px solid #002e73;
	border-right: 1px solid #002e73;
  border-bottom: none;
  border-left: 1px solid #002e73;
	box-sizing: border-box;
	border-image: none;
}
main .table-responsive .table th {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; 
	font-size: 14px;
	vertical-align: top;
	padding: 20px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #002e73;
  border-left: none;
}
main .table-responsive .table th.th_one {
  border-bottom: none;
	padding-bottom: 0;
}
main .table-responsive .table td {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
	padding: 20px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #002e73;
  border-left: none;
}
main .table-responsive .table td.td_one {
	border-image: none;
	padding-top: 0;
}
.formitem {
	font-family: "新ゴ EL", "Shin Go ExLight", sans-serif;
	font-size: 100%;
	width: 100%;
	margin-bottom: 5px;
	padding: 20px 10px;
	border: 1px solid #999;
	border-radius: 5px;
	box-sizing: border-box;
}
label {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; 
}
label.label_one {
	margin-bottom: none;
	padding-bottom: 0;
}
.btn, .btn-default {
	border: 1px solid #999;
	border-image: none;
}
main .table-responsive .table th.th_line {
  border-right: 1px solid #002e73;
}

nav ol {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}
nav ol li {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal; 
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 5px 0px;
  padding: 22px 15px 20px;
  list-style: none;
	width: 100%;
	border: 1px solid #999;
	border-radius: 5px;
}
nav ol li a {
	color: #999;
	text-decoration: none;
  display: block;
}
nav ol li a:hover {
	color: #9d005c;
	text-decoration: none;
}
.ltr_dropdowntrigger {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal; 
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 30px 0px;
  padding: 22px 15px 20px;
	width: 100%;
	border: 1px solid #999;
	border-radius: 5px;
}
.dropdown a {
	color: #999;
	text-decoration: none;
}
.dropdown a:hover {
	color: #9d005c;
	text-decoration: none;
}
aside dl {
}
aside dl dt {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
	padding: 5px 5px 5px 20px;
}
aside dl dd {
	color: #000;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; 
	padding: 5px 5px 5px 20px;
}
aside dl dd a {
	width: 100%;
  display: block;
}
aside dl dd a:hover {
	color: #9d005c;
	text-decoration: none;
}
aside ul li {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; 
}

#back-top {
	position: fixed;
	bottom: 3%;
	right: 3%;
	width: 80px;
	height: auto;
	display: block;
}

footer {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; 
	margin: 10px auto 0;
	padding: 20px 0 0;
	border-top: 1px solid #999;
}
address {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
}
.ltr_coname {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
	font-size: 16px;
}
.ltr_copy {
	font-style: italic;
}
.ltr_blue {
	color: #002e73;
}
.ltr_sp {
}

@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 768px) {
	header h1 {
		text-align: center;
	}
/*	
	padding-right: 15px;
	}
	main h2 {
		padding-right: 15px;
	}
	main h3 {
		padding-right: 15px;
	}
	main p {
		padding-right: 15px;			
	}
	main .table-responsive {
		border-right: 1px solid #999;
		border-left: 1px solid #999;
	}
/*
	main .table {
		border-left: none;
	}
	nav ol {
		padding-right: 15px;
	}
*/	
	nav ol li {
		text-align: center;
		width: auto;
	}
/*
	.dropdown {
		padding-right: 15px;
	}
*/	
	.ltr_dropdowntrigger {
		text-align: center;
		width: auto;
	}
	#back-top {
		display: none;
	}
/*
	address {
		padding-right: 15px;
	}
*/	
}