
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 500;
	min-width: 1400px;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
	text-align: center;
}

h2.subtitle {
	padding: 20px 0;
	text-align: left;
}

h2.subtitle em {
	display: block;
	font-size: 22px;
	padding-top: 10px;
}

p {
	font-size: 15px;
	line-height: 1.9em;
	margin: 15px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.link-btn,
a.link-btn-next {
	background: url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 20px;
	font-weight: bold;
	margin: auto;
	padding: 20px 60px 20px 0;
	text-align: center;
	text-decoration: none;
}

a:hover.link-btn,
a:hover.link-btn-next {
	background: url(images/link_btn_hover.svg) no-repeat right 20px center;
	background-size: 20px;
	color: #f9a31a;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
	padding: 20px 50px 20px 0;
}

a.link-btn-orange {
	background: url(images/link_btn_orange.svg) no-repeat right 10px center;
	background-size: 20px;
	color: #f9a31a;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
	padding: 20px 50px 20px 40px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev {
	background: url(images/link_btn_prev.svg) no-repeat left 20px center;
	color: white;
	background-size: 25px;
	font-weight: bold;
	margin: auto;
	padding: 20px 30px 20px 60px;
	text-align: center;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	width: 100%;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	font-weight: 600;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

ul.list {
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 0 10px;
	background-size: 9px;
	display: block;
	padding: 4px 0 4px 20px;
}

ul.list-black {
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
}

ul.list-black li {
	background: url(images/ul_list_li_black.svg) no-repeat 0 10px;
	background-size: 9px;
	display: block;
	padding: 4px 0 4px 20px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	font-size: 5px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space15px {
	clear: both;
	font-size: 5px;
	height: 15px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table th {
	background-color: #4fccb8;
	border-bottom: 5px solid #f2f1f1;
	border-top: 5px solid #f2f1f1;
	color: white;
	padding: 15px 44px;
	vertical-align: top;
	white-space: nowrap;
}

table.list-table td {
	background-color: white;
	border-bottom: 5px solid #f2f1f1;
	border-top: 5px solid #f2f1f1;
	font-size: 90%;
	padding: 15px 44px;
}

/***********************************************************************/
table.form-table {
	border-top: 1px solid #e6e6e6;
}

table.form-table th {
	border-bottom: 1px solid white;
	font-weight: bold;
	padding: 25px;
	text-align: justify;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 25%;
}

table.form-table td {
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
	vertical-align: top;
}

table.form-table td.m {
	padding: 25px;
	white-space: nowrap;
	width: 10px;
}

table.form-table td.m span {
	background-color: #41c9b4;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 600;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size150 {
	width: 150px;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #008df4;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	margin-right: 5px;
	padding: 5px;
}

textarea {
	font-size: 100%;
	height: auto;
	width: auto;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

table.form-table td table td input {
	border: none;
}

table.form-table td input#fileclear {
	cursor: pointer;
	display: none;
	font-size: 11px;
}

input.submit {
	background: #41c9b4  url(images/link_btn_standard.svg) no-repeat right 20px center;
	background-size: 10px;
	color: white;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	margin: auto;
	padding: 20px 120px;
	text-align: center;
	text-decoration: none;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

body#form table.form-table td {
	padding-left: 40px;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/

div.works {
	display: table;
}

div.works div.text {
	display: table-cell;
	vertical-align: top;
	width: 40%;
}

ul.works-list {
	display: table-cell;
	width: 60%;
}

ul.works-list li {
	padding: 10px;
}

ul.works-list li a {
	text-decoration: none;
}

ul.works-list li a span.img {
	display: table-cell;
}

ul.works-list li a span.img img {
	border-radius: 10px;
}

ul.works-list li a span.text {
	display: table-cell;
	padding: 20px 15px 0 15px;
	vertical-align: top;
}

ul.works-list li a span.text span.date {
	display: block;
	font-weight: 600;
	padding: 10px 0;
}

ul.works-list li a span.text strong {
	display: block;
}

ul.works-list li a span.text span.detail {
	display: block;
	font-size: 14px;
	width: 350px;
}

ul.works-list li a span.text span.detail p {
	margin: 0;
}

div.page {
	padding: 20px 0;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers,
div.page span.page-numbers {
	color: white;
	display: inline-block;
	font-size: 15px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page a.page-numbers {
	background-color: #022964;
}

div.page span.page-numbers {
	background-color: #5a5a5a;
}

div.page a.next,
div.page a.prev {
	margin: 0 20px;
}

div.page a.next,
div.page span.next a {
	background: url(images/link_btn_blue.svg) no-repeat right 12px center, #022964;
	background-size: 20px;
	color: white;
	display: inline-block;
	font-weight: 600;
	height: auto;
	padding: 8px 60px 8px 50px;
	text-decoration: none;
	width: auto;
}

div.page a.prev,
div.page span.prev a {
	background: url(images/link_btn_blue_prev.svg) no-repeat left 12px center, #022964;
	background-size: 20px;
	color: white;
	display: inline-block;
	font-weight: 600;
	height: auto;
	padding: 8px 50px 8px 60px;
	text-decoration: none;
	width: auto;
}

body#single #title a {
	display: block;
	text-align: center;
}

body#single h1 {
	border-bottom: 2px dotted #022964;
	font-size: 35px;
	line-height: 1.3em;
	padding: 30px 10px 10px 10px;
	margin-bottom: 20px;
}

body#single p.date {
	text-align: center;
	font-weight: 600;
}

body#single table.casedetail th {
	background-color: #d7d7d7;
	border-bottom: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 20%;
}

body#single table.casedetail td {
	background-color: white;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	padding: 10px 20px;
	text-align: center;
	width: 30%;
}

body#single div.body {
	background-color: white;
	padding: 50px 100px;
}

body#single div.body h2 {
	background-color:#022964;
	color: white;
	font-size: 23px;
	line-height: 1.5em;
	margin: 50px auto 30px auto;
	padding: 10px;
	text-align: center;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}

body#single div.body p {
	margin: 20px 0;
}

body#single div.body strong {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

body#single div.body ul {
	margin: 20px auto;
}

body#single div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 12px 14px;
	background-size: 8px;
	display: block;
	padding: 6px 0 6px 26px;
}

body#single div.body table td {
	border: 1px solid #828282;
	line-height: 1.5em;
	padding: 10px 20px;
}


body#single div.body figure {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

body#single div.body figure figcaption {
	margin-top: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

body#single div.body iframe {
	min-height: 400px;
}

body#single div.body a.link-btn {
	background: url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 20px;
	font-weight: bold;
	margin: auto;
	padding: 20px 60px 20px 0;
	text-align: center;
	text-decoration: none;
}

body#single div.body a:hover.link-btn {
	background: url(images/link_btn_hover.svg) no-repeat right 20px center;
	background-size: 20px;
	color: #f9a31a;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
	padding: 20px 50px 20px 0;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: auto;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: 48%;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

/***********************************************************************/
#header-tel {
	background-color: #f99c00;
	box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .2);
	color: white;
	font-size: 16px;
	padding: 15px 25px 20px 25px;
	position: fixed;
	right: 30px;
	z-index: 99;
}

#header-tel p {
	font-weight: 600;
	line-height: 1em;
	margin: 5px 0;
}

#header-tel p.guide {
	font-size: 13px;
	line-height: 1.5em;
	margin: 8px 0;
}

#header-tel span.df {
	font-size: 26px;
}

#header-tel strong {
	background-color: white;
	border-radius: 25px;
	display: block;
	padding: 7px 8px;
	text-align: center;
}

#header-tel p span.large {
	font-size: 15px;
}

#header #logo {
	left: 50px;
	position: absolute;
	top: 30px;
}

#sp-icon {
	display: none;
}

#globalnav {
	margin: 0 auto;
	padding-top: 30px;
	width: 660px;
}

#globalnav ul {
	background-color: white;
	border-radius: 30px;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
}

#globalnav ul li {
	display: inline-block;
	margin: 0 10px;
}

#globalnav ul li a {
	font-size: 14px;
	padding: 5px 13px;
	text-decoration: none;
}

#globalnav ul li a:hover {
	color: #f99c00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

#title {
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding-top: 38px;
	text-align: center;
	text-shadow: 0 .05em .08em #2b10a5b3;
}

#title em {
	display: block;
	font-size: 20px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.2em;
}

div.main {
	margin: 0 auto;
	width: 1400px;
}

div.main-s {
	margin: 0 auto;
	width: 1100px;
}

div.bg-lattice {
	background: url(images/bg_lattice.png) repeat;
}

div.bg-lattice-gray {
	background: url(images/bg_lattice_gray.png) repeat;
}

div.hukidashi-bg {
	background: #0062b2 url(images/hukidashi_bg.gif)no-repeat center top;
	color: white;
}

#footer-bg {
	background: url(images/footer_bg.jpg) no-repeat center bottom;
}

#footer {
	color: white;
	display: table;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	width: 1100px;
}

#footer-address {
	display: table-cell;
	vertical-align: top;
}

#footer-address address {
	font-size: 13px;
	font-style: normal;
	padding: 10px 0 0 2px;
}

#footer-address address a {
	color: black;
}

#footernav {
	position: absolute;
	right: 0;
	top: 50px;
	vertical-align: top;
}

#footernav ul {
	text-align: right;
}

#footernav ul li {
	display: inline-block;
	font-size: 95%;
	line-height: 1.0em;
}

#footernav ul li a {
	color: white;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
}

#footernav ul li a::after {
	background: white;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	width: 100%;
}

#footernav ul li a:hover::after {
	transform: scale(1, 1);
}

p#copyright {
	color: white;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px 20px 25px 20px;
	text-align: left;
	width: 1100px;
}

#pagetop {
	position: fixed;
	right: 20px;
}

