@charset "utf-8";

/*
Theme Name: adv
Theme URI: 
Description: WordPress オリジナルテンプレート
Version: 1.1
Author: Yuuki Nakamura
Author URI: 
*/


@font-face {
font-family: "custom";
src: url('images/yu.eot'),
url('images/yu.woff');
}

html {
	overflow:auto;
}


body {
	/** font-family:"custom" !important; **/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:#F8F8F8;
	overflow:hidden;
}

.slider li img {
	width:100%;
}

a.fuwa {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }

.huwa {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all  0.3s ease !important;
    }

.blue {
	color:#0063a1;
}

.center {
	text-align:center;
}

.overflow {
	overflow:hidden;
}

ul {
	padding:0;
	margin:0;
}

li {
	list-style:none;
}

.container {
	margin-top:15px;
}

.hhh {
	background:#fff;
	border-top:3px solid #175EAC;
}

.rela {
	position:relative;
}


.description {
	background:#000;
	padding:3px 15px;
	margin:0;
	font-size:100%;
	color:#fff;
}

.inq-b {
	width:auto;
	float:right;
	margin-top:20px;
}

.inq-b a {
	color:#fff;
	background:#175EAC;
	width:150px;
	text-align:center;
	display:block;
        border:1px solid #175EAC;
	padding:5px 0;
}

.inq-b a:hover {
	color:#175EAC;
	background:#fff;
	text-decoration:none;
}

.logo {
	max-width:369px;
	float:left;
}

.slide img {
	width:100%;
}

.area-img {
	width:100%;
	padding: 3px;
    	border: 1px solid #ccc;
}

.g-nav {
	width:100%;
	background-color:#175EAC;
	height:50px;
}

.menu-item-has-children {
  position: relative;
}

.g-nav ul {
	max-width:1140px;
	margin:0 auto;
}

#menu-g-nav > li {
	width:16.6%;
	float:left;
	height:50px;
}

#menu-g-nav li:hover {
	background:#0070DF;
}

#menu-g-nav li a {
	text-decoration:none !important;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

/** dropdown **/
.sub-menu {
  display:none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  z-index:999;
  background:#175EAC;
}

/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.sub-menu > li {
	clear:both !important;
}

.sub-menu > li a {
	text-align:center;
	font-size:100% !important;
}

.sub-b li a img{
	width:100%;
}

#menu-staff-navi li a img {
	width:100%;
}

#menu-staff-navi li {
	margin-bottom:20px;
}

.subsub {
	padding:0 15px;
}

.subh3 a img {
	width:100%;
}

.subh3 {
	margin-bottom:20px !important;
}

.main-right {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	background:#fff;
	padding:20px;
	margin-bottom:20px;
	overflow:hidden;
}

#footer {
	background:#175EAC;
	color:#fff;
}

.footer {
	margin-top:0 !important;
}

.foot-logo {
	font-size:200%;
	font-weight:bold;
	margin-left:3%;
}

.copy {
	font-size:120%;
	text-align:right;
}

.button-toggle {
    position: absolute;
    right: 2em;
    margin: 0;
    padding: 0;
    color: #fff;
    top: 8px;
}

.menu-p ul {
	padding:0 10%;
}

.menu-p ul li {
	text-align:center;
	padding:5px 0;
	border-bottom:1px solid #ccc;
}

.menu-p ul li a {
	color:#0b537c;
	font-weight:bold;
	font-size:130%;
}


.bread-bg {
	background:#ebebeb;
}

.breadcrumbs {
	max-width:1140px;
	margin:0 auto;
	font-size:130%;	
	padding:5px 10px;
}

.main-p {
	font-size:140%;
	line-height:1.8em;
}

.page-title {
	font-size:220%;
	padding-bottom:10px;
	border-bottom:3px solid #0b537c;
	margin:30px auto 0px auto;
	font-weight:bold;
	color:#444;
}

.page1 {
	margin:30px 0;
}

.main-txt2 {
	padding:0 15px;
	font-weight:bold;
}

.posting-ul li:before {
	content: "・"
}

#ca-space {
	padding:15px;
}

.ca-title {
	font-weight:bold;
	padding:8px 30px;
	color:#333;
	margin:0 0 0.5em 0 !important;
}

.ca-table {
	background:#ddd;
	width:100%;
}

.ca-table th {
	text-align:center;
}

.po-td {
	border-left:2px solid #fff;
}

.ca-table tr {
	border-bottom:2px solid #fff;
}

.center-pic {
	width:10%;
	margin:3em auto 2em auto;
	display:block;
}

.flow-box {
	overflow:hidden;
	padding:1em 0;
	background:#ebebeb;
}

.flow-box p {
	font-size:120%;
	line-height:1.8;
	color:#333;
}

.flow-sub {
	margin:1em 0 !important;
	color:#175EAC;
	font-size:150%;
	font-weight:bold;
	border-bottom:2px solid #175EAC;
	padding-bottom:0.5em;
}

.flow-sub strong {
	color:#175EAC;
	font-size:160%;
	font-weight:bold;
}	

.syosai {
	font-size:80%;
	color:#fff;
	font-weight:normal;
}

.syosai2 {
	font-size:100%;
	text-align:right;
}

.page-caution {
	font-weight:bold;
}

.td1 {
	width:50%;
}

.td2 {
	width:20%;
	background:#ccc;
	border-left:2px solid #fff;
	text-align:right;
}

.td-a1 {
	background:#bbb;
	font-weight:bold;
}

.td-a2 {
	background:#ebebeb;
	border-left:2px solid #fff;
}

.td3 {
	width:30%;
	text-align:right;
	border-left:2px solid #fff;
	background:#ebebeb;
}

.td4 {
	width:70%;
}

.td5 {
	width:100%;
}

.td6 {
	width:20%;
}

.td7 {
	width:15%;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	text-align:center;
	background:#ccc
}

.td8 {
	width:30%;
	border-left:2px solid #fff;
	text-align:right;
	background:#ebebeb;
}

.page-txt {
	font-size:120%;
	padding:0 10px;
	line-height:1.8;
}

.single-box > p {
	font-size:120%;
	padding:0 10px;
	line-height:1.8;
}

.a {
	font-size:110%;
	padding:10px;
	background-position:0 5px !important;
}

.q {
	color:#0063a1;
	border-bottom:1px solid #0063a1;
	font-weight:bold;
	font-size:120%;
	padding:10px;
	background-position:0 5px !important;
}

.a {

}

.page-txt2 {
	width:95%;
	margin:0 auto;
	font-size:110%;
	padding:0 10px;
}

.page-txt3 {
	font-size:110%;
	padding:0 10px;
}

/* table */

.co-table {
	margin:40px auto 20px auto;
	width:100%;
	table-layout: fixed;
}
	

td,th {
	font-size:120%;
	padding:2%;
}

.co-table tr:nth-child(odd) {
    background-color: #DFF0FF;
}
.co-table tr:nth-child(even) {
    background-color: #EEF7FF;
}

.co-table th {
	vertical-align:middle;
	width:25%;
	text-align:center;
}

.co-table td {
}

.kome {
	font-size:80%;
	margin-left:1em;
}

.form-width {
	 max-width: 90%;
}

.wpcf7-radio .wpcf7-list-item {
    margin-top:10px;
    display: block;
}

.inq-title {
	font-size:220%;
	text-align:center;
	font-weight:bold;
	margin-top:60px;
}

.qa	{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background:#ebebeb;
	padding:10px 20px;
	margin:0 20px 20px 20px;
}

#menu-s-navi li {
	margin-bottom:20px;
}

#menu-s-navi li a img {
	width:100%;
}

.news-title {
	margin:10px 10px 30px 10px;
	border-left:8px solid red;
	padding-left:0.6em;
}

.news-waku {
	overflow:hidden;
}

.news-space img {
	width:100%;
}

.sub-space {
	margin-top:35px;
}

.page-main {
	margin-bottom:70px;
}


.page-image {
	margin:0;
	padding:0;
}

.page-image img {
	width:100%;
	vertical-align:bottom;
}

.h2-title {
	color:#0063a1;
	font-weight:bold;
	text-align:center;
	font-size:220%;
	margin-top:1em;
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
}

.sub-waku {
	background:#ebebeb;
	padding:2em 0 3em 0;
}

.ser-space {
	margin-top:0 !important;
}

.ser-waku {
	background:#EAF4FF;
}

.ser-ul li a img {
	width:100%;
}

.sampling-h1 {
	text-align:center;
}

.sampling-h1 img {
	max-width:1200px;
}

.teian {
	border: 2px solid green;
	padding:1em 0.5em 0 0.5em;
	margin:0 2em 2em 2em;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.teian li {
	font-size:160%;
	margin:0em 1em 1em 1em;
	font-weight:bold;
	}

.teian li:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 42px;/*画像の高さ*/
  background-image: url(images/check.png);
  background-size: contain;
  vertical-align: middle;
}

.form-link {
	display:block;
	margin:1em auto 2em auto;
	max-width:900px;
}

.form-link img {
	width:100%;
	max-width:900px;
}

.img-title {
	width:100%;
	max-width:1110px;
	margin:0 auto;
}

.flow-soto {
	border:2px solid #175EAC;
	border-top:none;
}