
body {
	font-size: 115%;
	max-width: 480px;
	min-width: 250px;
	-webkit-text-size-adjust: 100%;
}

.df {
	display: none;
}

.sp {
	display: inline;
}

div.sp {
	display: block;
}

.spwideimg {
	height: auto;
	width: 100%;
}

h1.img,
h2.img {
	padding: 15px 0px 10px 0px;
}

h2.img img {
	height: auto;
	width: 240px;
}

h2.img  span.subtitle img {
	height: auto;
	width: 90px;
}

h2.subtitle {
	font-size: 24px;
	padding: 0px 0px 15px 0px;
}

h2.subtitle.right {
	background-position: right 15px bottom;
	margin-bottom: 20px;
	padding: 0px 15px 10px 0px;
	width: auto;
}

h3.subtitle {
	font-size: 22px;
	padding: 30px 0px 10px 0px;
}

h3.copy {
	font-size: 20px;
	font-weight: 600;
}

 
span.img-left,
span.img-right {
	display: block;
	float: none;
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
}

p.spjustify {
	text-align: justify;
}

span.link-btn a,
div.page a.next,
a.link-btn {
	background-position: right 10px center;
	display: block;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.5em;
	margin: 5px 0px;
	padding: 15px 20px;
	text-align: center;
}

span.link-btn-prev a,
div.page a.prev,
a.link-btn-prev {
	background-position: left 10px center;
	display: block;
	font-size: 100%;
	margin: 5px 0px;
	padding: 10px 20px;
	text-align: center;
}

/***********************************************************************/
table.list-table {
	background: none;
}

table.list-table tr {
	background: none;
}

table.list-table th {
	background-image: url(images/border_dotted.svg),
	url(images/border_dotted.svg);
	background-position: left top,
	left bottom;
	background-repeat: repeat-x,
   repeat-x;
	display: block;
	padding: 10px 15px;
	width: auto;
}

table.list-table td {
	display: block;
	padding: 10px 15px 40px 15px;
}

/***********************************************************************/
div.content {
	padding-top: 42%;
}

div.content div.text {
	background: rgba(255,255,255,0.7);
	margin: 0px 0px 0px auto;
	padding: 20px;
	width: 84%;
}

div.content-s {
	margin: 0px auto;
	width: 90%;
}

div.content-s div.text {
	display: block;
	padding: 0px;
	width: auto;
}

div.content-s div.img {
	display: block;
	float: none;
	margin: 0px auto;
	text-align: left;
	width: 96%;
}

div.content-s div.img img {
	height: auto;
	max-width: 430px;
	width: 80%;
}

/***********************************************************************/
div.catch {
	box-sizing: border-box;
	margin: 0px auto;
	padding: 60px 15px 15px 15px;
	width: 96%;
}

div.catch h3 {
	font-size: 20px;
	padding: 15px 20px;
	width: auto;
}

div.catch div.img img {
	height: auto;
	width: 100%;
}

div.catch ul.photo {
	display: block;
	padding: 10px 0px;
}

div.catch ul.photo li:nth-child(2) {
	padding: 0px 10px;
}

div.catch ul.photo li span.img img {
	height: auto;
	width: 100%;
}

div.catch div.text {
	display: block;
	padding: 0px 0px 10px 0px;
	width: auto;
}

/***********************************************************************/
table.form-table {
	border-top: 0px;
}

table.form-table tr {
	display: block;
	position: relative;
}

table.form-table th {
	border: none;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 30px 10px 10px 10px;
	text-align: left;
	width: 95%;
}

table.form-table td {
	border: none;
	clear: both;
	display: block;
	line-height: 1.5em;
	padding: 10px 10px 30px 10px;
}

table.form-table td.m {
	border: none;
	display: block;
	float: right;
	height: 30px;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 25px;
	width: 30px;
}

table.form-table td.m span {
	display: table-cell;
	font-size: 12px;
	line-height: 1em;
	vertical-align: middle;
}

table.form-table td input,
table.form-table td span.spwideform input {
	width: 89%;
}

table.form-table td input.shortform {
	width: 50px;
}

table.form-table td input.shortform-s {
	width: 25px;
}

table.form-table td select.month,
table.form-table td select.day {
	background-color: transparent;
	width: 60px;
}

table.form-table td select.time {
	background-color: transparent;
	width: 87px;
}

table.form-table td span.spshortform input {
	width: 50px;
}

table.form-table td span.spwideform select {
	width: 95%;
}

table.form-table td input[type=checkbox] {
	height: 30px;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	width: 20px;
}

table.form-table td span.spwideform textarea {
	width: 89%;
}

table.form-table td table th {
	background-color: white;
	color: #88724f;
	display: inline-block;
	padding: 5px 20px;
	text-align: right;
	white-space: nowrap;
	width: 30%;
}

table.form-table td table td {
	display: inline-block;
	padding: 5px 0px;
}

input.submit {
	display: block;
	font-size: 24px;
	padding: 18px 5%;
	width: 90%;
}

body#form p.error {
	padding: 30px 20px;
}

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

body#form table.form-table td {
	padding-bottom: 30px;
	padding-left: 20px;
}

body#form table.form-table td table tr {
	display: table-row;
}

body#form table.form-table td table th {
	background-color: white;
	color: #88724f;
	display: table-cell;
	padding: 5px 10px;
	text-align: right;
	white-space: nowrap;
	width: 30%;
}

body#form table.form-table td table td {
	display: table-cell;
	padding: 5px 10px;
	width: 70%;
}

/***********************************************************************/
ul.case-list {
	padding: 0px 5px;
	width: auto;
}

ul.case-list li {
	margin: 0px;
	padding: 5px 1%;
	width: 48%;
}

ul.case-list li:nth-child(3n+2) {
	padding: 5px 1%;
}

ul.case-list li a span.img img {
	height: auto;
	width: 100%;
}

ul.case-list li a span.text {
	padding: 20px 0px 0px 0px;
}

ul.case-list li a span.text span.category span {
	font-size: 80%;
	padding: 3px 40px;
}

ul.case-list li a span.text strong {
	min-height: 60px;
}

ul.blog-list {
	padding: 0px 5px;
	width: auto;
}

ul.blog-list li {
	margin: 0px;
	padding: 10px 10px 20px 10px;
}

ul.blog-list li a span.img {
	display: block;
	text-align: center;
}

ul.blog-list li a span.img img {
	height: auto;
	max-width: 240px;
	width: 100%;
}

ul.blog-list li a span.text {
	display: block;
	padding: 20px 0px 0px 0px;
}

ul.blog-list li a span.text span.category span {
	font-size: 80%;
	padding: 3px 40px;
}

ul.blog-list li a span.text strong {
	line-height: 2.0em;
	padding: 10px 0px 5px 0px;
}

ul.blog-list li a span.text span.detail {
	font-size: 95%;
	padding: 5px 0px;
}

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

div.page a.next {
	margin: 30px 0px;
}

div.page a.prev {
	display: inline;
	padding-left: 30px;
}

div.category {
	padding: 0px 30px;
}

div.category span {
	display: block;
	margin: 0px;
	padding: 5px 0px;
}

div.category span a {
	display: block;
	padding: 8px 20px;
}

body#single p.date {
	padding-top: 0px;
	text-align: center;
}

body#single div.category {
	padding-top: 0px;
}

body#single div.img {
	margin: 0px auto;
	max-width: 100%;
	text-align: center;
}

body#single div.body {
	padding: 10px 20px;
	width: auto;
}

body#single div.body h2 {
	font-size: 120%;
}

body#single div.body img {
	height: auto;
	width: 100%;
}

body#single div.body iframe {
	padding: 30px 0px;
	width: 100%;
}

body#top div.category,
body#archive div.category {
	padding: 40px 15px 10px 15px;
	width: auto;
}

/***********************************************************************/
#title #header-text {
	font-size: 70%;
	line-height: 1.6em;
	padding: 5px;
}

#title h1,
body#single #title a,
body#archive #title a {
	padding: 10px 10px 10px 40%;
	text-align: center;
}

#title h1 img,
body#single #title a img,
body#archive #title img {
	height: auto;
	width: 100%;
}

div.main,
div.main-s,
div.main-c {
	padding: 0px 15px;
	width: auto;
}

#fcontact {
	background: #20366c url(images/fcontact_bg_sp.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 25px 15px 48% 15px;
	position: relative;
}

#fcontact h3 img {
	height: auto;
	width: 240px;
}

#fcontact div.text {
	padding: 0px;
	width: auto;
}

#fcontact div.text p {
	font-size: 90%;
}

#fcontact a.link-btn {
	bottom: 15px;
	display: block;
	left: 50%;
	-ms-transform: translateX(-50%);
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 70%;
}

#footer #footernav {
	background-color: transparent;
	border-bottom: 5px solid #d6ad06;
	border-top: 5px solid #d6ad06;
	padding: 0px;
}

#footer #footernav ul li {
	border-bottom: 1px solid white;
	border-left: none;
	display: block;
	padding: 0px;
}

#footer #footernav ul li:last-child {
	border-bottom: none;
	border-right: none;
}

#footer #footernav ul li a {
	background: #20366c url(images/link_btn.svg) no-repeat  right 15px center;
	background-size: 8px;
	color: white;
	display: block;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	padding: 14px;
	text-align: center;
	text-decoration: none;
}

#footer #footernav ul li a:hover {
	text-decoration: none;
}

#footer #logo {
	padding: 50px 0px 10px 0px;
}

#footer #logo img {
	height: auto;
	width: 170px;
}

#footer #tel a {
	text-decoration: none;
}

#footer #copyright {
	font-size: 11px;
	padding: 30px 0px 5px 0px;
}

#pagetop {
	background-color: #312c25;
	position: static;
	text-align: center;
}

#pagetop a {
	background-color: #20366c;
	padding: 10px 0px 0px 0px;
}

