@charset "UTF-8";


/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, select, textarea {
  font-family: sans-serif;
	width: 100%;
   }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

	.mwform-tel-field input[type="text"] {
		width: 25%;
	}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  
/*=================
	共通要素
===================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { margin: 0; }

html, body {
	height: 100%;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

ul { padding: 0;
}

li { list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

strong { font-weight: bold; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1; }
.mb8{
	margin-bottom:8px;
}
.red{
	color:#FF0000;
}
.orange{
	color:#FF9900;
}

/*--------------------------------
Base
--------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.6;}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	background:url(../img/common/bg_1.png);
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

a img {
  border: 0; }

a img:hover {
  opacity: 0.7; }

.ie8 img {
  width: auto; }

caption {
  display: none; }

.wrapper {
	margin: 0 auto;
	width: 1208px;
	position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }
	.c-sp {
		display: none;
	}
	.c-pc {
		display: block;
	}
/*--------------------------------
Header
--------------------------------*/
@media only screen and (min-width: 769px) {
	.headerarea{
		
		position: relative;
		top:0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.global-nav {
		box-sizing: border-box;
		width: 100%;
    background-color: transparent;
    opacity: 1;
    position: static;
		margin:20px auto 2%;
  }
	.menu-list {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
	}
	.menu-item {
		position: relative;
	}
	.global-fixed {
		background-color: #fff;
		position:fixed;
		z-index:9999;
		top:0;
		width: 100%;
		margin: 0;
		}
}
.header-container{
	text-align:center;
	padding-bottom:2%;
}
.header-main {
	background-color: #fff;
}


#mainimg {
	max-width:1208px;
	max-height:300px;
	margin: 0 auto;
	background:url(../img/index/homeimg.png) no-repeat;
	background-size:100% auto;
	text-align:center;
	padding-top: 6.6%;
	padding-bottom:6%;
	box-sizing:border-box;
}
#mainimg h1{
	width: 100%;
}
.spmenu{
	display:none;
}
#global-nav{
	margin:0 auto;
	/* width: 1208px; */
}
#global-nav ul li a{
	float:left;
	text-indent:-9999px;
	height:77px;
}
#global-nav ul li.list1 a{
	background:url(../img/common/menu_1.png) no-repeat;
	background-size:100% auto;
	width:14.265%;
}
#global-nav ul li.list2 a{
	background:url(../img/common/menu_2.png) no-repeat;
	background-size:100% auto;
	width:14.266%;
}
#global-nav ul li.list3 a{
	background:url(../img/common/menu_3.png) no-repeat;
	background-size:100% auto;
	width:14.301%;
}
#global-nav ul li.list4 a{
	background:url(../img/common/menu_4.png) no-repeat;
	background-size:100% auto;
	width:14.301%;
}
#global-nav ul li.list5 a{
	background:url(../img/common/menu_5.png) no-repeat;
	background-size:100% auto;
	width:14.301%;
}
#global-nav ul li.list6 a{
	background:url(../img/common/menu_6.png) no-repeat;
	background-size:100% auto;
	width:14.265%;
}
#global-nav ul li.list7 a{
	background:url(../img/common/menu_7.png) no-repeat;
	background-size:100% auto;
	width:14.301%;
}
.home #global-nav ul li.list1 a,
#global-nav ul li.list1 a:hover{
	background:url(../img/common/menu_1_2.png) no-repeat;
	background-size:100% auto;
}
.page-id-15 #global-nav ul li.list2 a,
#global-nav ul li.list2 a:hover{
	background:url(../img/common/menu_2_2.png) no-repeat;
	background-size:100% auto;
}
.post-type-archive-result #global-nav ul li.list3 a,
.single-result #global-nav ul li.list3 a,
#global-nav ul li.list3 a:hover{
	background:url(../img/common/menu_3_2.png) no-repeat;
	background-size:100% auto;
}
.page-id-13 #global-nav ul li.list4 a,
#global-nav ul li.list4 a:hover{
	background:url(../img/common/menu_4_2.png) no-repeat;
	background-size:100% auto;
}
.page-id-17 #global-nav ul li.list5 a,
#global-nav ul li.list5 a:hover{
	background:url(../img/common/menu_5_2.png) no-repeat;
	background-size:100% auto;
}
.page-id-11 #global-nav ul li.list6 a,
#global-nav ul li.list6 a:hover{
	background:url(../img/common/menu_6_2.png) no-repeat;
	background-size:100% auto;
}
.page-id-8 #global-nav ul li.list7 a,
#global-nav ul li.list7 a:hover{
	background:url(../img/common/menu_7_2.png) no-repeat;
	background-size:100% auto;
}

.submenu{
	width : 100%;
	background-color:#eee;
	position: absolute;
	top:97px;
	visibility: hidden;
	z-index:1;
}
.submenu ul{
	margin-left:33%;
}
.submenu ul:before{
	content:url(../img/common/bt_5.png);
	position:absolute;
	top:-15px;
	left:32.3%;
}
.submenu ul li{
	float:left;
	background:url(../img/common/bt_4.png) no-repeat 0 50%;
	padding:15px 0 15px 10px;
	margin-right:30px;
}
/*--------------------------------
footer
--------------------------------*/
#footer a{
	text-decoration:none;
	color:#333;
}
#footer a:hover{
	color:#FF9900;
}
.ftcont{
	background-color:#eee;
	padding:58px 0;
	text-align:center;
	margin-top:30px;
}
.ftcontbox{
	background:url(../img/common/ftcont_1.png) no-repeat center 0;
	height:246px;
}
.ftcontbox ul{
	display:table;
	margin:0 auto;
}
.ftcontbox li{
	display:table-cell;
}
.ftcontbox li p{	
	text-align:left;
	margin:-25px 0 0 18px;
}
.pagetoparea{
	position:relative;
	max-width:1208px;
	margin:0 auto;
}
.pagetop{
	position:absolute;
	right:0;
	top:-35px;
}
.fixed-contact {
	position: fixed;
	top: 112px;
	right: -120px;
	z-index: 10;
}
.fixed-contact a {
	display: block;
}
.fixed-contact img {
	width: 50%;
}

.footer-container{
	background:url(../img/common/bg_4.png) repeat-x;
	background-color:#FF9900;
	text-align:center;
	color:#fff;
	padding:40px 10px 25px;
}

.ftsitemap{
	background-color:#FF9900;
}
.ftmenuarea{
	background-color:#fff;
	position: relative;
}
.ftmenu li{
	border-left:1px solid #ccc;
	float:left;
	margin:20px 0;
	padding:35px 0 0 0;
	text-align:center;
	box-sizing:border-box;
}
.ftmenu li:last-child{
	border-right:1px solid #ccc;
}
.ftmenu li a{
	font-weight:bold;
}
.ftmenu li.list1{
	background:url(../img/common/ftmenu_1.png) no-repeat 50% 0;
	width:10.76%;
}
.ftmenu li.list2{
	background:url(../img/common/ftmenu_2.png) no-repeat 50% 0;
	width:16.8%;
}
.ftmenu li.list3{
	background:url(../img/common/ftmenu_3.png) no-repeat 50% 0;
	width:11.5%;
}
.ftmenu li.list4{
	background:url(../img/common/ftmenu_4.png) no-repeat 50% 0;
	width:16.47%;
}
.ftmenu li.list5{
	background:url(../img/common/ftmenu_5.png) no-repeat 50% 0;
	width:15.48%;
}
.ftmenu li.list6{
	background:url(../img/common/ftmenu_6.png) no-repeat 50% 0;
	width:11.67%;
}
.ftmenu li.list7{
	background:url(../img/common/ftmenu_7.png) no-repeat 50% 0;
	width:17.32%;
}
.copy{
	text-align:center;
	color:#fff;
	padding:10px;
	background-color: #F08300;
}
.pan{
	text-align:left;
	margin-bottom:10px;
	font-size:12px;
	font-size:1.2rem;
}
.pan ol{
	margin:0;
	padding:0;
}
.pan li{
	float:left;
	margin-left: 1%;
}
.pan li a{
	color:#2d62aa;
	text-decoration:none;
}
.pan li a:hover{
	text-decoration:underline;
}
/**/
.idbox1{
	max-width: 1208px;
	margin: 18px auto 0;
	text-align: left;
}
.idbox1 p{
	font-size:12px;
	font-size:1.2rem;
	background-color:#fff;
	padding:10px 25px;
}
#id-main{
	background-color: #fff;
	padding: 34px 0 40px 0;
}
#id-main .box_l{
	float:left;
	width:56.54%;
}
#id-main .box_l .box1 img{
	float:left;
	margin-right:20px;
	width:40%;
	max-width:235px;
}
#id-main .box_l .box1 p{
	float:left;
	width:55%;
	line-height:1.8;
	font-size:16px;
	font-size:1.6rem;
}
#id-main .box_r{
	background:url(../img/common/bg_2.png) repeat;
	float:right;
	width:43.46%;
	text-align:center;
	padding:14px;
	box-sizing:border-box;


}
#id-main .box_r .box1{
	background:url(../img/index/index_7.png) no-repeat center bottom;
	background-color:#F3F8FC;
	padding: 27px 0 22px;
}

/*--------------------------------
maincontent
--------------------------------*/

.main-container{
	width:1208px;
	margin:33px auto 0;
	position: relative;
}

.main-container .leftside{
	width:23.179%;
	float:left;
}
#sd_contact{
	background:url(../img/common/sd_1.png) no-repeat 0 0;
	background-size:100% auto;
	padding:0 7px 19px;
	min-height:210px;
	box-sizing:border-box;
	margin-bottom:15px;
}
#sd_contact p{
	font-size:12px;
	font-size:1.2rem;
	padding-left:15px;
	margin-top: -30px;
}
#sd_result{
	border:2px solid #e4e4e4;
	background-color:#fff;
	text-align:center;
	padding: 15px 0 0;
	margin-bottom:19px;
	box-sizing:border-box;
}
#sd_result h2{
	margin-bottom:15px;
	padding:0 10px;
}
#sd_result li{
	border-top:1px solid #E7E7E7;
	text-align:left;
	background:url(../img/common/bt_1.png) no-repeat 7% 50%;
	padding:5px 0 5px 12%;
}
#sd_result a{
	color:#FF9900;
	text-decoration:none;
}
#sd_result a:hover{
	text-decoration:underline;
}
.kyoka{
	margin-bottom:30px;
}
#sd_link li{
	margin-bottom:9px;
}
.main-container .rightside{
	width:72.821%;
	float:right;
	box-sizing:border-box;
	margin:0 2%;
}
.id-1,
.id-2{
	text-align:center;
	margin-bottom:18px;
}
.id-1 h3,
.id-2 h3{
	border-bottom:2px dashed #333;
	margin-bottom:14px;
}
.id-1 li{
	float:left;
	background-color:#fff;
	width:32%;
	height:410px;
	margin-right:2%;
}
.id-1 li:last-child{
	margin-right:0;
}
.id-1 li h4{
	margin-bottom:13px;
}
.id-1 li p{
	text-align:left;
	padding:3% 6.5% 0;
	line-height:1.7;
}

.id-3{
	background-color:#fff;
	padding:5px;
}
.id-3 p{
	background-color:#FBFBFB;
	padding:15px 20px;
}
.yajirushi{
	text-align:center;
}
.jireilist li{
	border:1px solid #E4E4E4;
	float:left;
	width:32%;
	overflow:hidden;
	margin-right:1.55%;
	margin-bottom:15px;
	text-align:left;
	line-height: 1.4;
	background:url(../img/common/bt_3.png) no-repeat bottom right;
	background-color:#FFF;
}
.jireilist li:nth-child(3n){
	margin-right:0;
}
.jireilist li .listimg{
	height:200px;
	overflow:hidden;
}
.jireilist li img{
	width:100%;
}
.jireilist li p{
	padding:10px 20px;
}
.jireilist li a{
	font-weight:bold;
	text-decoration:none;
	color:#FF9900;
}
.jireilist li a:hover{
	text-decoration:underline;
}
/*contact*/
.contact-1{
	margin-bottom:18px;
}
.contact-1 h3{
	border-bottom:2px dashed #333;
	margin-bottom:14px;
	text-align:center;
}
ul.contactbox{
	display:table;
	width:100%;
	background:url(../img/common/bg_3.png);
	margin-bottom:10px;
}
ul.contactbox li{
	display:table-cell;
	vertical-align:middle;
}
ul.contactbox li:first-child{
	font-size:20px;
	font-size:2.0rem;
	color:#fff;
	width:31.5%;
	font-weight:bold;
	padding-left:65px;
	box-sizing:border-box;
}
ul.contactbox li:last-child{
	font-size:16px;
	font-size:1.6rem;
	background-color:#FFF;
	width:68.5%;
	padding:20px 30px;
	box-sizing:border-box;
}
ul.contactbox li.list1{
	background:url(../img/contents/contact_2.png) no-repeat 25px 50%;
}
ul.contactbox li.list2{
	background:url(../img/contents/contact_4.png) no-repeat 25px 50%;
}
ul.contactbox li.list3{
	background:url(../img/contents/contact_5.png) no-repeat 25px 50%;
}
ul.contactbox li .s1{
	font-size:30px;
	font-size:3.0rem;
	color:#FF9900;
	font-weight:bold;
}
ul.contactbox li a{
	color:#FF9900;
	text-decoration:none;
}
.contactbox2{
	font-size:16px;
	font-size:1.6rem;
	color:#009999;
}
.contactbox2 a{
	color:#FF9900;
}
.contactbox2 a:hover{
	text-decoration:none;
}	
.inquiry_2{
	margin:2% 0;
	background-color:#fff;
	padding:1.5%;
	box-sizing:border-box;

}
.inquiry_2 dl{
	box-sizing:border-box;
	border:1px solid #D1E2DB;
	border-bottom:none;
	display:table;
	width:100%;
	font-size:16px;
	font-size:1.6rem;
}
.inquiry_2 dl:last-child{
	border-bottom:1px solid #D1E2DB;
}
.inquiry_2 dt{
	box-sizing:border-box;
	display:table-cell;
	background-color:#EDF3F0;
	padding:2%;
	vertical-align:top;
	width:31%;
	font-weight:bold;
}
.inquiry_2 dd{
	box-sizing:border-box;
	display:table-cell;
	vertical-align: top;
	width:69%;
	padding:2%;
	background-color:#fff;
	border-left:1px solid #D1E2DB;
}
.inquiry_2 .hisu{
	background-color:#FF0000;
	color:#fff;
	padding:0 2%;
	display:inline-block;
	float:right;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
}
.inquiry_2 textarea{
	width:100%;
	box-sizing:border-box;
}
.inquiry_2 .submit input{
	text-align:center;
	margin:3% auto 0;
	font-size:18px;
	font-size:1.8rem;
	background-color:#003399;
	color:#fff;
	width:250px;
	line-height:80px;
	border:none;
	display:block;
	font-family: Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.inquiry_2 .zip{
	background-color:#DADADA;
	font-size:14px;
	font-size:1.4rem;
	color:#000;
	display:inline-block;
	margin-left:10px;
	padding:0 5px;
}

.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 0px;
}
/*flow*/
.flow-1{
	margin-bottom:18px;
}
.flow-1 h3{
	border-bottom:2px dashed #333;
	margin-bottom:14px;
	text-align:center;
}
.flow-1 ul{
	text-align:left;
	width:100%;
	display:table;
}
.flow-1 li{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}
.flow-1 li:first-child{
	width:14.8%;
	min-width:130px;
	background-color:#FF9900;
}
.flow-1 li:nth-child(2n){
	width:61.7%;
	background-color:#fff;
	padding:2.2% 0 2.2% 2.8%;
}
.flow-1 li:last-child{
	width:23.5%;
	background-color:#fff;
	padding:1% 1% 0 1%;
}
.flow-1 li .p1{
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	color:#000;
}
.flow-1 li .p2{
	font-size:16px;
	font-size:1.6rem;
	line-height:1.4;
	padding-right:2%;
}
/*list*/
.list-1{
	margin-bottom:18px;
	text-align:center;
}
.list-1 h3{
	border-bottom:2px dashed #333;
	margin-bottom:14px;
}
.listbox1{
	border:5px solid #ccc;
	background-color:#fff;
	padding:10px 20px;
}
.listbox1 .p1{
	font-size:28px;
	font-size:2.8rem;
	color:#FF9900;
}
.listbox1 .p2{
	font-size:16px;
	font-size:1.6rem;
}
.listbox2{
	background-color:#fff;
	padding:2.8%;
	text-align:left;
	font-size:17px;
	font-size:1.7rem;
}
.listbox2 h4{
	color:#fff;
	background-color:#FFB23F;
	font-size:20px;
	font-size:2.0rem;
	line-height:40px;
	padding:0 15px;
	margin-bottom:10px;
}
.listbox2 ul{
	margin-bottom:30px;
}
.listbox2 li{
	float:left;
	width:33.333%;
}
.listbox2 li.letter1{
	letter-spacing:-2px;
}
/*result*/
.result-1{
	margin-bottom:18px;
}
.result-1 h3{
	border-bottom:2px dashed #333;
	margin-bottom:14px;
	text-align:center;
}
.result-1 .p1{
	font-size:25px;
	font-size:2.5rem;
	color:#FF9900;
	text-align:center;
}
.result-1 .p2{
	padding:0 10px;
}
.jireilist h4.cattl{
	background-color:#fff;
	font-size:23px;
	font-size:2.3rem;
	margin-bottom:10px;
	margin-top:30px;
	padding:0 10px;
}
.result_1{
	font-size:16px;
	font-size:1.6rem;
}
.result_1 h3.subtl2{
	font-size:30px;
	font-size:3.0rem;
	border-bottom:2px dashed #333;
	margin-bottom:14px;
	color:#000;
	padding:0 10px;
}
.result_1 h4{
	font-size:20px;
	font-size:2.0rem;
	background-color:#fff;
	color:#000;
	padding:5px 15px;
	margin-bottom:15px;
}
.result_1 .box1{
	padding:0 15px 15px;
	margin-bottom:30px;
}
.result_1 .honbun{
	float:left;
	width:71%;
}
.result_1 .mainimg{
	float:right;
	width:26%;
}
.result_1 .mainimg img{
	width:100%;
}
.result_1 .box2{
	text-align:center;
	margin-bottom:30px;
}
.result_1 .box2	ul{
	text-align:left;
	display:table;
	width:100%;
	background:url(../img/common/bg_4.png);
	border:1px solid #E5E5E5;
	padding:5px;
	box-sizing:border-box;
}
.result_1 .box2	ul li{
	display:table-cell;
	vertical-align:middle;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}
.result_1 .box2	ul li.no{
	padding:0 10px 0 20px;
	box-sizing:border-box;
	width:8.8%;
}
.result_1 .box2	ul li.no span{
	background-color:#FF9900;
	color:#fff;
	font-size:25px;
	font-size:2.5rem;
	width:40px;
	line-height:40px;
	display:inline-block;
	text-align:center;
}
.result_1 .box2	ul li.flowtl{
	font-size:25px;
	font-size:2.5rem;
	color:#FF9900;
	line-height:1.2;
	width:27%;
	padding-right:30px;
	box-sizing:border-box;
}
.result_1 .box2	ul li.flowhonbun{
	padding-right:20px;
}
.result_1 .box3{
	margin-bottom:20px;
}
.result_1 .box3 ul{
	display:table;
}
.result_1 .box3 li{
	display:table-cell;
	vertical-align:middle;
}
.result_1 .box3 li:nth-child(odd) {  
	/* width:28.25%; */
	vertical-align:top;
}
.result_1 .box3 li:nth-child(odd) img{
	width:100%;
}
.result_1 .box3 li h3{
	text-align:center;
	background-color:#FF9900;
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:3px;
}
.result_1 .box4 table{
	border-top:1px solid #FF9900;
	border-left:1px solid #FF9900;
	background-color:#fff;
	width:100%;
}
.result_1 .box4 table th{
	width:20%;
	font-size:20px;
	font-size:2.0rem;
	color:#FF9900;
	border-right:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
}
.result_1 .box4 table td{
	border-right:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	padding:20px;
}
#nav-single{
	border-top:2px dashed #333;
	margin-top:35px;
	padding-top:10px;
	margin-bottom:20px;
}
#nav-single a{
	color:#FF9900;
	font-size:15px;
	font-size:1.5rem;
}
#nav-single a:hover{
	text-decoration:none;
}
#nav-single .previous{
	float:left;
	margin-bottom:10px;
}
#nav-single .next{
	float:right;
}
#nav-single img{
	width:100px;
	height:100px;
	overflow:hidden;
}
/*privacy*/
.privacy-1{
	margin-bottom:18px;
}
.privacy-1 h3{
	border-bottom:2px dashed #333;
	margin-bottom:14px;
	text-align:center;
}
.privacybox{
	background-color:#FFFFFF;
	padding:2%;
}
.privacybox h4{
	font-size:18px;
	font-size:1.8rem;
	color:#ff9900;
	margin-bottom:1%;
}

.privacybox dl{
}
.privacybox dl dt{
	color:#ff9900;
	margin-top:2%;
}
.privacybox dl dd{
	padding-left:1em;
}
.privacybox p.p1{
	margin:3% 0;
}
/*company*/
.company-1{
	margin-bottom:18px;
}
.company-1 h3{
	border-bottom:2px dashed #333;
	margin-bottom:14px;
	text-align:center;
}
.company_1_list{
	margin-top:2%;
	margin-bottom:3%;
	text-align:left;
}
.company_1_list li{
	float:left;
	width:32%;
	margin-right:2%;
}
.company_1_list li:last-child{
	margin-right:0;
}
#gaiyo h4{
	color:#FF9900;
	font-size:23px;
	font-size:2.3rem;
}

#enkaku h4{
	color:#339900;
	font-size:23px;
	font-size:2.3rem;
	margin-top:20px;
}

#access h4{
	color:#003366;
	font-size:23px;
	font-size:2.3rem;
	margin-top:20px;
}


.companybox{
	background-color:#fff;
	padding:3%;
	font-size:16px;
	font-size:1.6rem;

}

.companybox table{
	width:100%;
}
#enkaku .companybox table{
	position:relative;

}
#enkaku .companybox table::after {
    background-color: #339900;
    content: "";
    height: 96%;
    left: 8px;
    position: absolute;
    top: 1.4%;
    width: 2px;
}
.companybox table.tb1 th{
	text-align:left;
	vertical-align:top;
	color:#000;
	width:21%;
	padding:10px 0;
	box-sizing:border-box;
	border-bottom:1px solid #e7e7e7;
}
.companybox table.tb1 td{
	padding:10px 0;
	border-bottom:1px solid #e7e7e7;
}
.companybox table.tb1 tr:last-child th,
.companybox table.tb1 tr:last-child td{
	border-bottom:none;
}
.companybox table.tb2 th{
	text-align:left;
	vertical-align:top;
	width:26%;
	color:#339900;
	padding:0;
	box-sizing:border-box;
	line-height:1;
}
.companybox table.tb2 th:before{
	content:"●";
	margin-right:10px;
	display:inline-block;
	font-size:28px;

}
.companybox table.tb2 td{
	padding:5px 0;
}
.companybox p.p1{
	padding:10px 2%;
}
