@charset "UTF-8";
/* CSS Document */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
color: #4d4d4d;
line-height: 1.8;
}
main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
} /* we'll restore bullets as needed for content */
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
td img {
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 1rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre-line;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
small {
  font-size: .8rem;
}
strong {
  font-weight: bold;
}
sub, sup {
  font-size: .8rem;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
ins {
  background-color: var(--highlight-color);
  color: #000;
  text-decoration: none;
}
mark {
  background-color: var(--highlight-color);
  color: #000;
  font-style: italic;
  font-weight: bold;
}
blockquote {
  padding: 2rem;
  border-left: 1px solid #333;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
} /* https://css-tricks.com/snippets/css/clear-fix/ */
/* ———— END THE GENERIC RESETS ———— */ :root {
  --font-system: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; /* https://css-tricks.com/snippets/css/system-font-stack */
  --text-color: #333;
  --featured-color: #03f;
  --featured-color-hover: #69f;
  --highlight-color: #fcd700;
}
body {
  font-size: 16px;
  font-family: var(--font-system);
  color: var(--text-color);
}
a {
color: var(--featured-color);
text-decoration: none;
}
a:hover {
color: var(--featured-color-hover);
text-decoration:none;
transition: 0.3s;
opacity: 0.7 ;
}


/*common*/
.sp {display: block;}
.pc {display: none;}
.bold{font-weight: bold;}
.ora{color: #dd6a25;font-weight: bold;}


.zdo_drawer_menu .blank a::after,
.menu .blank a::after {
margin-left: 3px;
font-family: "Font Awesome 5 Free";
/*content: "\f35d";*/
font-weight: 900;
}

/*header*/
header .menu{
display: none;
}
img{
vertical-align: bottom;
}


/*　sp header　*/
.logo{
width: 100%;
text-align: center;
padding: 5px;
}
.logo img{
max-width: 194px;
height: auto;
}

.zdo_drawer_button * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}
.zdo_drawer_button {
	display: block;
	padding: 0;
	width: 42px;
	height: 42px;
	border-radius:0px;
	padding: 5px;
	position: relative;
	background: none;
	border: none;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	outline: none;
	background: #fff;
}
.zdo_drawer_button .zdo_drawer_bar {
	display: block;
	width: 28px;
	height: 2px;
	transition: all 0.2s;
	transform-origin: 0% 0%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.zdo_drawer_button .zdo_drawer_bar1 {
	top: 13px;
}
.zdo_drawer_button .zdo_drawer_bar2 {
	top: 50%;
}
.zdo_drawer_button .zdo_drawer_bar3 {
	top: 70%;
}
.zdo_drawer_button.active .zdo_drawer_bar {
	width: 22px;
	left: 8px;
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(0.7853981634rad) translateY(-50%);
	top: 14px;
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
	transform: rotate(-0.7853981634rad) translateY(-50%);
	top: 30px;
}
.zdo_drawer_button.active .zdo_drawer_menu_text {
	display: none;
}
.zdo_drawer_button.active .zdo_drawer_close {
	display: block;
}
.zdo_drawer_text {
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
	text-align: center;
	font-size: 10px;
}
.zdo_drawer_close {
	letter-spacing: 0.08em;
	display: none;
}
/*+++ Default Button Color +++*/
.zdo_drawer_button {
	color: #fff;
}
.zdo_drawer_button .zdo_drawer_bar {
	background-color: #093c84;
}
/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
	/*+++ Hamburger Button Position +++*/
	position: fixed;
	top: 12px;
	right: 10px;
	z-index: 8;
}
.zdo_drawer_menu a {
	color: inherit;
	text-decoration: none;
}
.zdo_drawer_menu a:visited {
	color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 7;
	background-color: rgba(51, 51, 51, 0.5);
	display: none;
	top: 57px;
	left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	transform: translate(100%);
	position: fixed;
	top: 0px;
	right: 0;
	z-index: 7;
	background-color: #fff;
	overflow: auto;
	padding-bottom: 60px;
	padding-top: 60px;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
	right: auto;
	left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
	transform: translate(-100%);
	right: auto;
	left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}
.zdo_drawer_menu .zdo_drawer_nav {
}
.zdo_drawer_menu .zdo_drawer_nav li {
	font-size: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav li a {
	display: block;
	padding: 10px 15px;
}

.child_btn {
}
.zdo_drawer_menu .zdo_drawer_nav li .sub-menu {
	display: none;
	background: #fff;
}
.zdo_drawer_menu .zdo_drawer_nav li {
	border-bottom: 1px solid #E6E6E6;
	margin-top: -1px;
	position: relative;
}
.accordionBtn {
	position: absolute;
	right: 0;
	top: 0;
    width: 57px;
    height: 53px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
}
.accordionBtn:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #093C84;
    border-right: solid 2px #093C84;
    position: relative;
    left:26px;
    top: 1px;
	    transform: rotate(135deg);

}
.accordionBtn.active:before {
    transform: rotate(315deg);

}

  
  
.zdo_drawer_menu .zdo_drawer_nav li a {
	line-height: 1.5;
	font-size: 16px;
	padding: 15px 15px 15px 35px;
	color: #333;
	font-weight:bold;
}
.zdo_drawer_menu .sub-menu li a{
background: #093C84;
color: #fff;


}
.zdo_drawer_menu .sub-menu .sub-menu li a{
background: #005DB3;
color: #fff;


}
.sub-menu .accordionBtn:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
	}
.zdo_drawer_nav .header_contact{
border:none!important;
}
.zdo_drawer_menu .header_contact a{
padding-left: 0!important;
padding-right: 0!important;
    height: 100%;
    width: 100%;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #DD6A25;
    color: #fff !important;
    border-radius: 100px;
	text-align: center;
	margin: 30px auto 0 auto;
	max-width: 70%;
}


/*footer*/
footer {
background: #103675;
padding: 15px;
text-align: center;
}
footer a {
color: #fff;
text-decoration: none;
}
.ft_list{
display: flex;
flex-wrap: wrap;
list-style: none;
margin-bottom:10px;
}
.ft_list li{
width: 50%;
font-size: 13px;
padding: 5px;
}
small{
color: #fff;
font-size: 11.5px;
}

/*contents block*/
.content {
width:100%;
max-width:1000px;
margin:auto;
padding: 25px 15px;
}
.content_sec {
width:100%;
max-width:1000px;
margin:auto;
padding: 0 15px 25px 15px;
}
h2 {
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
}
/*contents MV*/
.contents_header_img {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}
.contents_header_img h1 {
color: #fff;
font-size: 18px;
font-weight: 600;
padding: 20px;
}

/*btn*/
a.btn_ora {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 250px;
margin: auto;
padding: 0.8rem 4rem;
font-weight: bold;
border: 2px solid #dd6a25;
color: #dd6a25;
border-radius: 100vh;
transition: 0.5s;
margin-top: 15px;
}
a.btn_ora:hover {
color: #fff;
background: #dd6a25;
}
.underline{
text-decoration: underline;
color: #4d4d4d;
}

/*icon*/
span.icon_blank{
vertical-align: top;
vertical-align: -webkit-baseline-middle;
margin-left: 5px;
display: inline-block;
}

/*breadcrumbs*/
.breadcrumbs{
width:100%;
max-width:1000px;
margin:auto;
padding: 15px;
font-size: 13px;
}
.breadcrumbs li{
display: inline-block;
}
.breadcrumbs li a{
text-decoration: underline;
color: #4e4e4e;
}
