@charset "utf-8";
/*
Theme Name: marukyosanso
下層ページ 従来 css
*/
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}
html.wf-active {
  visibility: visible;
}

body {
	color: #0f0f0f;
	font-family: 'メイリオ',Meiryo;
	font-size: 80%;
}

h1.img {
	border-bottom: 4px solid #003eba;
	font-size: 180%;
	line-height: 1em;
	padding: 5px 0px 5px 0px;
}

h2.img {
	border-bottom: 3px solid #003eba;
	font-size: 130%;
	line-height: 1em;
	padding: 5px 0px 5px 10px;
}

body#entry div.body h2,
h3.img {
	background-color: #003eba;
	color: white;
	font-size: 120%;
	line-height: 1em;
	padding: 10px 0px 8px 10px;
}
.wp-pagenavi{
	text-align: center;
	margin:30px 0;
}
.wp-pagenavi a,.wp-pagenavi span{
	padding:0 3px;
	font-size:14px;
	text-decoration: none!important;
}
h4.img {
	background-color: #d0d0d0;
	font-size: 100%;
	line-height: 1em;
	padding: 5px 0px 5px 10px;
}

p {
	line-height: 1.8em;
	margin: 10px 0px;
	/* text-align: justify; */
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

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

p.center {
	text-align: center;
}

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

sup,
sub {
	line-height: 1em;
}

a {
	color: #0038d7;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.50;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	border: 3px solid #e0e0e0;
	padding: 1px;
	width: 100%;
	object-fit: contain;
    height: -webkit-fill-available;
}

a.img-link:hover img {
	border-color: #9abaf6;
}

body#entry div.body i a,
a.link-btn {
	background: url(../images/link_btn02.gif) no-repeat 0px 6px;
	padding: 2px 5px 2px 15px;
}

a.link-btn-prev {
	background: url(../images/link_btn_prev02.gif) no-repeat 2px 6px;
	padding: 2px 5px 2px 15px;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

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

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.f12 {
	font-size: 12px;
}

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%;
	line-height: 1.5em;
}

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

span.img-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

body#entry div.body ul {
	line-height: 1.5em;
	margin-left: 20px;
}

ul.list {
	line-height: 1.5em;
}

body#entry div.body ul li,
ul.list li {
	background: url(../images/ul_list_li.gif) no-repeat 3px 6px;
	padding: 1px 0px 1px 20px;
}

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

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

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

div.line {
	background: url(../images/line.gif) repeat-x 0px 10px;
	clear: both;
	font-size: 5px;
	height: 20px;
}

.clear {
	clear: both;
	display: block;
}

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

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

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

.mainAll {
	width: 100%;
	background: #f5f5f5 url(../img/bg.svg) repeat-y center top;
	background-size: 2890px; 
	padding: 30px 0 80px 0;
	overflow: hidden;
}

/***********************************************************************/
div.indent {
	padding-left: 30px;
}

table.list-table th {
	background-color: #e6edff;
	border: 1px solid #d0d0d0;
	font-weight: bold;
	padding: 10px 20px;
	text-align: right;
	vertical-align: top;
	width: 20%;
}

table.list-table td {
	border: 1px solid #d0d0d0;
	padding: 10px 20px;
}

/* form {
	background-color: #fbfbe9; 
	padding: 20px
} */
.formDiv {
	background-color: rgba(255,255,255,0.65);
	padding: 20px;
	border-radius: 20px; 
}

table.form-table th {
	border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	font-weight: bold;
	padding: 13px 10px 10px 20px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.form-table td {
	border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	padding: 10px;
	text-align: justify;
	text-justify: distribute;
	vertical-align: top;
}

table.form-table td.e {
	padding: 12px 0px 5px 10px;
	white-space: nowrap;
}

table.form-table td.e span {
	background-color: #003eba;
	color: white;
	font-size: 10px;
	line-height: 1em;
	padding: 3px 5px;
}

table.form-table td input.size10 {
	width: 60px;
}

table.form-table td input.size18 {
	width: 100px;
}

table.form-table td input.size40 {
	width: 210px;
}

table.form-table td textarea.size40 {
	width: 295px;
}

table.form-table td textarea.size50 {
	width: 360px;
}

table.form-table td span.form-img img {
	margin: 3px 0px 0px 2px;
	vertical-align: top;
}

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

input,
textarea,
select {
	border: 1px solid #999999;
	margin-right: 5px;
	padding: 5px;
}

textarea {
	height: auto;
	padding: 5px;
}

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

/* input.submit {
	background: url(../images/input_submit_bg.gif) no-repeat left top;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	height: 51px;
	line-height: 1em;
	margin-right: 20px;
	text-align: center;
	width: 300px;
}
 */
button.submit {
	background: url(../images/input_submit_bg.gif) no-repeat left top;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	height: 51px;
	line-height: 1em;
	margin-right: 20px;
	text-align: center;
	width: 300px;
	position: relative;
}

div.btn {
	padding: 20px 0px 10px 250px;
}

div.btn02 {
	margin:-20px auto 10px auto;
	width: 650px;
	display: flex;
 	justify-content: space-between;
}

.sbmbk::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: white;
	opacity: 0.5;
	border-radius: 26px;
}

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

body#form #pagenav ul li#pagetop {
	display: none;
}

body#form pre {
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px 0px;
}

/***********************************************************************/
table.business-company th {
	background-color: #e6edff;
	border: 1px solid #d0d0d0;
	font-weight: bold;
	padding: 10px 20px;
	text-align: right;
	vertical-align: top;
	width: 20%;
}

table.business-company td {
	border: 1px solid #d0d0d0;
	padding: 10px 20px;
}

table.business-company td table td {
	border: 0px;
	border-bottom: 1px solid #d0d0d0;
	padding: 1px 5px;
}

table.form-table {
	width: 100%;
	word-break: break-all;
	overflow-wrap: break-word;
}

div.footer-contact-bg {
	background-color: #fbfbe9;
	margin: 0px auto;
	padding: 3px;
	width: 720px;
}

div.footer-contact {
	border: 1px solid #bebebe;
}

div.footer-contact div.info {
	margin: 0px auto;
	padding-top: 10px;
	width: 90%;
}

div.footer-contact div.info p {
	margin-bottom: 0px;
}

div.footer-contact th {
	padding: 15px 20px 15px 70px;
	text-align: left;
	white-space: nowrap;
	width: 20%;
}

div.footer-contact th span {
	border-left: 3px solid #003eba;
	display: block;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 0px 5px 15px;
}

div.footer-contact td {
	padding: 15px 30px;
}

div.footer-contact td p {
	line-height: 1.5em;
	margin: 1px 0px;
}

/* div.footer-contact td p a {
	background-image: url(../images/contact_link_btn.gif);
} */

div.example-bg {
	background: #ececec url(../images/example_bg.gif) repeat-y left top;
}

div.example-bg-footer {
	background: url(../images/example_bg_footer.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

div.example {
	position: relative;
}

div.example h2 {
	padding-bottom: 10px;
}

div.example p.morebtn {
	line-height: 1em;
	margin: 0px;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 18px;
	width: 500px;
}

div.example p.morebtn a {
	background: url(../images/top_ne_morebtn02.gif) no-repeat 0px 3px;
	color: white;
	font-size: 85%;
	padding-left: 16px;
	text-decoration: none;
}

div.example p {
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 30px;
}

div.example table {
	border-collapse: separate;
	border-spacing: 10px;
	margin-left: 12px;
	width: auto;
}

div.example table td {
	border: 1px solid #cbcbcb;
	padding: 11px;
	text-align: center;
	vertical-align: top;
	width: 100px;
}

div.example table td a {
	text-decoration: none;
}

div.example table td a:hover {
	text-decoration: underline;
}

div.example table td a img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	border: 1px solid #d3d3d3;
}

div.example table td a:hover img {
	border-color: #346dd0;
}

div.example table td a span {
	background: url(../images/top_example_linkbtn02.gif) no-repeat 0px 6px;
	display: block;
	font-size: 85%;
	line-height: 1.2em;
	padding: 2px 5px 2px 12px;
	padding-top: 5px;
	text-align: left;
}

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


#title {
	height: 106px;
}

#title h1,
#title a {
	display: block;
	margin: 0px auto;
	padding-top: 7px;
	width: 920px;
}

#container {
	margin: 0px auto;
	padding-top: 10px;
	width: 920px;
}

#main {
	float: right;
	width: 730px;
}

.mainAll a {
	text-decoration: underline;
	/* display: block; */
	height: -webkit-fill-available;
}

.nav-links {
	text-align: center;
	line-height: 1.8em;
	margin: 10px 5px;
}
.nav-links a {
	margin: 0 3px;
}

#main-s {
	margin: 0px auto;
	padding-bottom: 20px;
	width: 850px;
}

#side {
	float: left;
	width: 160px;
}

#side div.localnav {
	background: #ececec url(../images/localnav_bg.gif) repeat-y left top;
}

#side div.localnav-bg {
	background: url(../images/localnav_bg_footer.gif) no-repeat left bottom;
	padding: 0px 8px 20px 8px;
}

#side div.localnav-bg-header {
	background: url(../images/localnav_bg_header.gif) no-repeat left top;
	padding-top: 20px;
}

#side div.localnav h3 {
	padding-bottom: 10px;
}

#side div.localnav ul {
	background: url(../images/line.gif) repeat-x left top;
	padding-top: 1px;
}

#side div.localnav ul li {
	background: url(../images/line.gif) repeat-x left bottom;
	line-height: 1.5em;
	padding-bottom: 1px;
}

#side div.localnav ul li a {
	background: url(../images/localnav_li02.gif) no-repeat 8px 18px;
	color: #777777;
	display: block;
	height: auto;
	padding: 15px 5px 15px 20px;
	text-decoration: none;
	width: 119px;
}

#pagenav ul li a {
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	height: 23px;
	position: absolute;
	text-decoration: none;
	text-indent: -2000em;
	width: 69px;
}

#pagenav ul li a.pagenav-back {
	background: url(../images/pagenav_back.gif);
	left: 20px;
	top: 0px;
}

#pagenav ul li a.pagenav-top {
	background: url(../images/pagenav_top.gif);
	right: 20px;
	top: 0px;
}

@media screen and (max-width: 920px) {
	.mainAll {
		width: 920px;
	}
}

/*404ページ
**********************************************************************/
#title.p404_title h1 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1rem;
	margin-top: 25px;
}

#container .p404_text {
	text-align: center;
	margin: 45px auto 130px auto;
}

