
/*** ----------------------------------------------------------------------------- 

reset

-----------------------------------------------------------------------------  ***/
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
ol li{
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
 *font-size:100%;
}
legend {
	color:#000000;
}
img {
	vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
*,*:before,*:after {
  box-sizing: border-box;
}

/*** ------------------------------------------------------------------------------ 

HTML5

-----------------------------------------------------------------------------  ***/
header, footer, nav, section, article, figure, aside {
	display:block;
}
/*** ------------------------------------------------------------------------------ 

common

-----------------------------------------------------------------------------  ***/
html {
	overflow-y:scroll;
}
body {
	color:#333;
	line-height: 1.6;
	font-size: 12px;
	font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", MS PGothic, "ＭＳ Ｐゴシック", Osaka;
}
/*** ------------------------------------------------------------------------------ 

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
	outline:none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration:none;
}
a:active {
	color: #333;
	text-decoration:none;
}
.opacity a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}
/*** ------------------------------------------------------------------------------ 

wrapper

-----------------------------------------------------------------------------  ***/
#wrapper {
	position:relative;
  padding-top: 110px;
}
@media screen and (max-width: 737px){
	#wrapper {
		padding-top: 0;
	}
}
.contents-wrap {
  width:1000px;
  max-width: 90%;
  margin: 0 auto;
}
/*** ------------------------------------------------------------------------------ 

header

-----------------------------------------------------------------------------  ***/
header {
	width: 100%;
  background: #FFFF;
  position: fixed;
  top: 0; left: 0;right: 0;
  margin: auto;
  z-index: 3;
}
header .description {
	background: #4F9EDB;
	font-size:0.917em;
	color:#FFF;
}
header .description span{
	width:980px;
	margin:0 auto;
	display:block;
}
header .header-nav{
	background: #FBF9EF;
	border-bottom:#CCCCCC 1px solid;
}
header .header-nav .inner{
	width:980px;
	margin:0 auto;
	padding:10px 0;
	text-align: right;
}
header .header-nav .inner > ul{
	margin:0 20px 0 0;
	display:inline-block;
}
header .header-nav .inner > ul li{
	display:inline-block;
	padding:0 0 0 10px;
	background: url(../img/icon_arrow01.png) left center no-repeat;
	margin:0 10px 0 0;
}
header .header-nav .inner > ul li a:hover{
	text-decoration: underline;
}
header .header-nav .inner > dl{
	float:right;
}
header .header-nav .inner > dl dt{
	float:left;
	margin:0 10px 0 0;
	color:#0F34A7;
	font-weight: bold;
}
header .header-nav .inner > dl dd{
	float:left;
}
header .header-nav .inner > dl dd img{
	margin:-5px 0 0;
}

header .header-inner{
  width: 90%;
  max-width: 900px;
	margin:0 auto;
	padding: 30px 0;
  text-align: right;
}
header .logo {
	float:left;
	display:block;
	position: relative; 
	z-index: 2;
}
header .pr{
	float:right;
}
header .pr li{
	float:left;
	margin:0 25px 0 0;
}
header .pr li:last-child{
	margin: 0;
}
header .inquiry-btn {
	display:none;
}
header .sp-menu{
	display:none;
}

header .header-inner #div787 {
	display:none;
}

@media screen and (max-width: 737px){
	header{
		position:relative;
		left:0;
		top:0;
		width: 100%;
		z-index:9999;
	}
	header .description {
		display:none;
	}
	header .header-inner{
		padding:0;
		width: auto;
		background-color: rgba(255,255,255,.5);
    position: relative;
		/*position: fixed;
		top: 0;
		z-index: 10000;*/
	}
	header .header-inner.open{
    height: 100vh;
  }
	header .logo {
		padding:1rem 0 1rem 5%;;
    background: #FFF;
		text-indent: 0;
    display: block;
    text-align: left;
    width: 100%;
    height: 4rem;
	}
	header .logo a{
    width: 15rem;
		height: 2rem;
		text-indent:0px;
		display: inline;
	}
	header .logo img{
    width: auto;
		height: 2rem;
	}
	header .pr,
	header .header-nav {
		display:none;
	}
	header .inquiry-btn {
		display: block;
		float:right;
		width: 60%;
	}
	header .inquiry-btn a{
		display:block;
	}
	header .inquiry-btn img{
		height: auto;
		width:100%;
	}
	
	
	header .header-inner #div787 {
		width: 90%;
		margin: 0 auto;
		padding: 20px;
		background-color: #fff;
		border-radius: 6px;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
		box-sizing: border-box;
		z-index: 10002;
	}
	
	header .header-inner #div787 ul li {
		margin: 0 0 1em;
	}
	
	header .header-inner #div787 ul li:last-of-type {
		margin: 0;
	}
	
	header .header-inner #div787 ul li img {
		width: 100%;
	}
	
	#lean_overlay{
		position: fixed; z-index:100; 
		top: 0px;
		left: 0px;
		 height: 100%;
		width: 100%;
		background: #000;
		display: none;
		z-index: 1000;
	}
	
	
	header #menu{
		display:block;
	}
	header #menu a{
    width: 4rem; height: 4rem; display: block;
    padding-top: 2.5rem;
    text-align: center;
    font-size: .7rem;
	  font-weight: bold;
    position: absolute;
    top: 0; 
    right: 0;
    margin: auto;
    color: #FFF;
    background: #2d86c3;
	}
}
header #menu a:before,
header #menu a:after {
  content: '';
  width: 2rem;
  height: 2px;
  display: block;
  background: #FFF;
  position: absolute;
  top: 1.5rem;
  left: 0; right: 0; margin: auto;
}
header #menu a:before {
  -ms-transform: translateY(-.7em);
  -webkit-transform: translateY(-.7em);
  transform: translateY(-.7em);
  box-shadow: 0 .7em #FFF;
}
header #menu a:after {
  -ms-transform: translateY(.7em);
  -webkit-transform: translateY(.7em);
  transform: translateY(.7em);
}

header #menu a.open:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: none;
}
header #menu a.open:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


header #menu{
	display:none;
}
@media screen and (max-width: 737px){
	header #menu{
		display:block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
	}
}
/*** ------------------------------------------------------------------------------ 

nav

-----------------------------------------------------------------------------  ***/
nav {
	width:100%;
	position:relative;
}
nav ul{
	margin:0 auto;
}
nav ul li{
	float:left;
}
nav ul li.sp{
	display:none;
}
nav ul li a{
	display:block;
	height:51px;
}
nav ul li a:hover,
#home nav ul li.nav01 a,
#beginner nav ul li.nav02 a,
.service nav ul li.nav03 a,
#info nav ul li.nav04 a,
#choose nav ul li.nav05 a,
#faq nav ul li.nav05 a,
#urgent nav ul li.nav06 a{
	background-position: 0 -51px;
}
nav .menu-btn{
	display: none;
}

/* Basic code - don't modify */
.nav {
	display: inline-block;
	padding: 0;
	position: relative;
}

.nav li {
	display: inline-block;
	list-style: none;
	margin-right: 2em;
	padding: 0;
	position: relative;
  text-align: center;
}

.nav a { display: block; }

.nav li.here a:after,
.nav li a:hover:after {
  content: ''; width: 2rem; height: 2px;
  background: #086baf;
  display: block;
  margin: .5rem auto 0;
}
.nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

.nav > li { float: none; 
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.nav > li:last-child {
  display: none;
}
.nav > li a span {
  font-size: .8rem;
  font-weight: bold;
  display: block;
}

.nav ul ul { top: 0; }
	
/* Essentials - configure this */
.nav ul { width: 164px; }

.nav ul ul { left: 164px; }

/* Everything else is theming */

.nav *:hover { background-color: none; }

.nav li.hover a { }

.nav ul { top: 51px; }

.nav ul li a {
	height: auto;
	padding: 15px 0;
	background: #016AAF !important;
	color: #fff;
	font-size: 1.167em;
	text-indent: 0;
	text-align: center;
}
.nav ul a.has-subnav { background-color: #2E2A2A }

.nav ul a.hover { background-color: #3488BF !important; }

.nav ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

@media screen and (max-width: 737px){
	.nav ul {
		display: none !important;
	}
}


@media screen and (max-width: 737px){
	nav {
		z-index: 999;
		display: none;
		box-sizing:border-box;
		background:rgba(255,255,255,.5);
		height: auto;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0; right: 0
      
	}
	nav:after{
		display:none;
	}
	nav ul{
		width: 60%;
    margin: 4REM 0 auto auto;
	}
	nav > ul{
		background:#FFF;
		font-size:1.167em;
	}
	nav ul li{
		width:100%;
		border-bottom: 1px solid #dfdfdf;
		box-sizing:border-box;
	}
  .nav li.here a:after, 
  .nav li a:hover:after{
    display: none;
  }
  .nav li:last-child {
    display: block;
    border-bottom: 2px solid #086baf;
  }
	nav ul li.long{
		width:100%;
	}
	nav ul li.sp{
		display:block;
	}
	nav ul li a{
		text-indent:0;
		height: auto;
		display: block;
		text-decoration: none;
		padding:13px 25px 13px 10px;
	}
	nav .contact,
	nav .menu-btn{
		display: block;
	}
	nav p.menu-btn a{
		display:block;
		background: #666;
		color:#FFFFFF;
		padding:10px 10px;
		text-align: center;
		margin:10px;
		font-size:1.167em;
	}
	nav p.menu-btn a:hover{
		text-decoration: none;
	}
	nav p.menu-btn a span{
		display:inline-block;
		padding:0 0 0 25px;
		background: url(../img/icon_close.png) left center no-repeat;
		background-size: 11px auto;
	}
}

/*** ------------------------------------------------------------------------------ 

visual

-----------------------------------------------------------------------------  ***/
#visual{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#visual h1 {
  padding: 9em 5%;
  font-size: 1.2rem;
  color: #FFF;
  font-family: "Noto Sans Japanese";
}
#visual h1 span {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 500;
  display: block;
  
}
#home #visual{
	background: url(../../img/visual_bg.png) repeat-x;
}

/* home */
#visual .visual-inner .flexslider{
	width:712px;
	float:left;
	position:relative;
}
#visual .visual-inner .flexslider:after{
	content:"";
	background: url(../../img/visual_bg02.png);
	width:712px;
	height:22px;
	display:block;
	position:absolute;
	left:0;
	bottom:-59px;
}
#visual .visual-inner .member{
	float:right;
	width:257px;
	position:relative;
}
#visual .visual-inner .member:after{
	content:"";
	background: url(../../img/visual_bg03.png);
	width:257px;
	height:22px;
	display:block;
	position:absolute;
	left:0;
	bottom:-22px;
}

/* page */
#visual .visual-inner h1{
	font-size:2.6em;
	color: #086AAF;
	text-align: left;
	height:100px;
	line-height:100px;
}

@media screen and (max-width: 737px){
  #visual h1 {
    padding: 3rem 5%;
    font-size: 1rem;  
  }
  #visual h1 span {
    font-size: 2rem;

  }
	#home #visual{
		background: none;
		margin:0 0 20px;
	}
	#visual .visual-inner{
		width: auto;
	}
	#visual .visual-inner .flexslider{
		width:100%;
		float: none;
	}
	#visual .visual-inner .flexslider:after{
		display: none;
		background: none;
	}
	#visual .visual-inner .member{
		float: none;
		width: 100%;
		position:relative;
		box-sizing: border-box;
		padding:10px ;
		text-align: center;
	}
	#visual .visual-inner .member:after{
		display:none;
		background: none;
	}
	#visual .visual-inner .member img{
		max-width:100%;
		height: auto;
	}
	
	/* page */
	#visual .visual-inner h1{
		font-size:1.833em;
		height: auto;
		line-height: 1.4;
		padding:20px 10px;
	}

}

/*** ------------------------------------------------------------------------------ 

cont

-----------------------------------------------------------------------------  ***/
#cont {
	width:100%;
	margin:0 auto;
	position:relative;
	clear:both;
}
#home #cont {
}
@media screen and (max-width: 737px){
	#cont {
		padding:5px 0 0;
		width: auto;
	}
	#home #cont {
		padding:0;
	}
}
	
/*** ------------------------------------------------------------------------------ 

main

-----------------------------------------------------------------------------  ***/
#main {
	width:710px;
	float: left;
	margin:0 0 30px;
}
@media screen and (max-width: 737px){
	#main {
		width:100%;
		float: none;
		margin:0 0 10px;
	}
}

	
/*** ------------------------------------------------------------------------------ 

sub

-----------------------------------------------------------------------------  ***/
#sub {
	width:236px;
	float: right;
	margin:0 0 30px;
}
#sub .banner li{
	margin:0 0 10px;
}
@media screen and (max-width: 737px){
	#sub {
		width: auto;
		float: none;
		margin:0 0 30px;
	}
	#sub .banner {
		display:none;
	}
	#sub .member {
		text-align: center;
		margin:0;
	}
}

/*** ------------------------------------------------------------------------------ 

footer

-----------------------------------------------------------------------------  ***/
footer {
  border-top: 1px solid #000;
	clear:both;
  margin-top: 170px;
  position: relative;
}


footer .logo {
  display: block;
  margin-bottom: 1.5em;
}
footer a{
	text-decoration: none  !important;
}
footer a:hover{
	text-decoration: none  !important;
}
footer .footer-inner{
  max-width: 1000px;
  width: 90%; 
	padding: 40px 0;
	margin: 0 auto;
	position:relative;
}

footer .footer-inner .info{
	width: 40%;
  float: left;
}

footer .footer-inner .footer_tel {
	font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Roboto',sans-serif;
  margin-bottom: 1em;
}
footer .footer-nav{
	width: 60%;
  float: right;
  display: -webkit-flex; display: flex; 
  -webkit-flex-wrap: wrap; flex-wrap: wrap; 
  -webkit-box-pack: justify; justify-content: space-between; 
}

footer .footer-nav > ul {
  width: 30%;
}
footer .footer-nav > ul + ul {
  border-left: 1px solid #DDD;
  margin-left: 2.5%;
  padding-left: 2.5%;
}
footer .footer-nav > ul > li > a{
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}
footer .footer-nav .submenu > li {
  margin-bottom: 1em;
  font-size: .8rem;
  font-weight: normal;
}
footer .footer-nav .submenu a:before {
  content: '';
  width: .5em;
  height: .5em;
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: .5em;
  margin-bottom: .1em;
}
	
@media screen and (max-width: 737px){
	footer{
    margin-top: 100px;
	}
	footer .footer-inner{
    width: 100%;
		padding:0;
		width: auto;
	}
	footer .footer-inner .info{
		float: none;
		width: auto;
		text-align: center;
    margin-top: 2rem;
	}
  
	footer .footer-inner .info .logo{
		margin:0 auto 10px;
    max-width: 40%;
		float: none;
	}
	footer .footer-inner .info ul,
	footer .footer-inner .text{
		display: none;
	}
	footer .footer-nav{
    width: 100%;
    float: none;
	}
	footer .footer-nav > ul{
    width: 100%;
	}
	footer .footer-nav > ul + ul {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
	}
	footer .footer-nav > ul > li{
		padding: 0 5%;
		margin:0;
		background: none;
    margin-top: 2em;
    border-bottom: 1px solid #ededed;
	}
  
  footer .footer-nav > ul > li >a {
    display: block;
    position: relative;
  }
  footer .footer-nav > ul > li >a:after {
    content: ''; 
    width: .7rem;
    height: .7rem;
    display: block;
    position: absolute;
    top: 0; bottom: 0; right: 0;
    margin: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
	footer .footer-nav .submenu {
  display: -webkit-flex; display: flex; 
  -webkit-flex-wrap: wrap; flex-wrap: wrap; 
  -webkit-box-pack: justify; justify-content: space-between; 
	}
	footer .footer-nav .submenu > li {
    width: 48%;
	}
  footer .copyright {
    color: #FFF;
    background: #2d86c3;
    padding: 10px 0;
    margin: auto;
  }
}
/*** ------------------------------------------------------------------------------ 

トップアンカー

-----------------------------------------------------------------------------  ***/

footer .gotop {
  width: 50px;
  height: 50px;
  background: #ededed;
  border-radius: 25px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: -100px;
  left: 0; 
  right: 0;
  margin: auto;
}
footer .gotop:after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-top: 1px solid #8d8d8d;
  border-left: 1px solid #8d8d8d;
  position: absolute;
  top: 50%; left: 0; right: 0;
  margin: -.3em auto auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 737px){
  footer .gotop {
    top: -70px;
  }
}



#scroll {
	width: 100%;
	height: 60px;
	background-color: rgba(8,106,175, 0.7);
	position: fixed;
	bottom: 0;
	z-index:9999;
	display:none;
}

#scroll .sp {
	display:none;
}

#scroll .pc {
	width: 980px;
	margin: auto;
	padding: 10px 0 0;
}

#scroll .pc p {
	float: left;
}

#scroll .pc p:nth-of-type(1) {
	margin-right: 27px;
}

#scroll .pc p:nth-of-type(2) {
	margin: 0 11px 0 0;
	padding: 2px 0 0;
}

#scroll .pc p:nth-of-type(3) {
	padding: 2px 0 0;
}

#scroll .pc ul {
	padding: 2px 0 0;
	float: right;
}

#scroll .pc ul li {
	height: 37px;
	margin: 0 6px 0 0;
	float: left;
	overflow: hidden;
}

#scroll .pc ul li:last-of-type {
	margin: 0;
	float: right;
}

#scroll .pc ul li a:hover img {
	position: relative;
	top: -37px;
}

#scroll .pc p.top {
	position: absolute;
	right: 0;
	top: -68px;
}

#scroll .pc p.top a:hover img {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	#scroll .pc {
		display:none;
	}
	
	#scroll .sp {
		display:block;
	}
	
	#scroll,
	#scroll.ptop {
		position: relative !important;
		right:0;
		margin:0;
		bottom:0;
		width: 100%;
		height: auto;
	}
	#scroll a{
		display:block;
		background: none;
		width: auto;
		height: auto;
		border-radius:0;
		text-indent:0;
	}
	#scroll a:after{
		display:none;
	}
	#scroll .tel{
		display: block;
	}
	#scroll ul{
		width: 100%;
		background: #CCC;
	}
	#scroll ul li a{
		display:block;
		padding:10px 0;
		text-align: center;
		color: #086BAF !important;
		text-decoration: none !important;
		background: #BEDCF4;
	}
	#scroll ul li a span{
		display:inline-block;
		padding:0 0 0 25px;
		background: url(../img/icon_arrow04.png) left center no-repeat;
		background-size: 16px auto;
	}
}



/*** ------------------------------------------------------------------------------ 

トピックパス

-----------------------------------------------------------------------------  ***/
#topicpass {
  margin: 1.5em 0;
}
#topicpass a{
	color:#333;
	text-decoration: none;
}
#topicpass a:hover{
	color:#333;
	text-decoration: none;
}
#topicpass li{
	float:left;
}
#topicpass li span{
	display:inline-block;
	padding:0 5px;
}
#cont #topicpass{
	font-size: 12px;
}
@media screen and (max-width: 737px){
	#topicpass {
	}
	#topicpass ul{
	}
}

/*** ------------------------------------------------------------------------------ 

共通設定

-----------------------------------------------------------------------------  ***/
@media screen and (max-width: 737px){
	#cont img{
		max-width:100%;
		height: auto;
	}
}
.br-pc{
	display:block;
}
.br-sp{
	display: inline;
}
@media screen and (max-width: 737px){
	.br-pc{
		display: inline;
	}
	.br-sp{
		display:block;
	}
  .pc_only {
    display: none;
  }
}

#main section .more-link {
	border-radius:5px;
	overflow:hidden;
	border:#CCC 1px solid;
	font-weight: bold;
}
#main section .more-link a{
	display:block;
	text-align: center;
	border:#FFF 1px solid;
	border-radius:5px;
	padding:10px 30px 10px 10px;
	background: url(../img/icon_arrow02.png) 90% center no-repeat, -webkit-gradient(linear,left top,left bottom, from(#FFF), to(#F0F0F0));
	background: url(../img/icon_arrow02.png) 90% center no-repeat, -moz-linear-gradient(top, #FFF, #F0F0F0);
	background: url(../img/icon_arrow02.png) 90% center no-repeat, -ms-linear-gradient(top, #FFF , #F0F0F0);
	background: url(../img/icon_arrow02.png) 90% center no-repeat, linear-gradient(to bottom, #FFF , #F0F0F0);

    /* IE 5.5-7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
    /* IE 8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0)";
}
#main section .more-link a:hover{
	color:#FFFFFF;
	background: url(../img/icon_arrow02.png) 90% center no-repeat, -webkit-gradient(linear,left top,left bottom, from(#3092CD), to(#096BB0));
	background: url(../img/icon_arrow02.png) 90% center no-repeat, -moz-linear-gradient(top, #3092CD, #096BB0);
	background: url(../img/icon_arrow02.png) 90% center no-repeat, -ms-linear-gradient(top, #3092CD , #096BB0);
	background: url(../img/icon_arrow02.png) 90% center no-repeat, linear-gradient(to bottom, #3092CD , #096BB0);

    /* IE 5.5-7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3092CD', endColorstr='#096BB0', GradientType=0);
    /* IE 8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3092CD', endColorstr='#096BB0', GradientType=0)";
}

@media screen and (max-width: 737px){
	#main section  .more-link {
		text-align: center;
	}
}

#main section{
	margin:0 0 40px;
}
#main section p,
#main section ul,
#main section dl,
#main section table{
	font-size:1.167em;
	margin:0 0 1em;
}
#main h1{
}
#main section h2{
}
#main section h3{
}
#main section h4{
}

@media screen and (max-width: 737px){
	#main section .inner{
		margin:0 10px;
	}
	#main h1{
	}
}



/* #main .inquiry */
#cont #main-inquiry {
	position:relative;
}
#cont #main-inquiry p{
	text-indent:-9999px;
	width:699px;
	height:193px;
	background: url(../img/main_inquiry.jpg) no-repeat;
}
#cont #main-inquiry ul{
	position:absolute;
	right:27px;
	top:112px;
	margin:0;
}
#cont #main-inquiry ul li:nth-child(2),
#cont #main-inquiry ul li:nth-child(3){
	display: none;
}
#cont #main-inquiry ul li a{
	width:361px;
	height:57px;
	display:block;
}
#cont #main-inquiry ul li:nth-child(3) a{
	background: url(../img/main_inquiry_btn02_off.png) no-repeat;
}
#cont #main-inquiry ul li a:hover{
	background: url(../img/main_inquiry_btn01_on.png) no-repeat;
}
#cont #main-inquiry ul li:nth-child(3) a:hover{
	background: url(../img/main_inquiry_btn02_on.png) no-repeat;
}
@media screen and (max-width: 737px){
	#cont #main-inquiry {
		margin:0 10px 80px;
		position:relative;
	}
	#cont #main-inquiry p{
		text-indent:0;
		width: auto;
		height: auto;
		background: none;
	}
	#cont #main-inquiry p img{
		width:100%;
		height: auto;
	}
	#cont #main-inquiry ul {
		background:#FFF;
		position: absolute;
		left: 0;
		top: 56%;
		width:100%;
		padding:10px 10px 0;
		box-sizing:border-box;
		border-right:#086BAF 1px solid;
		border-left:#086BAF 1px solid;
		border-bottom:#086BAF 1px solid;
		font-size:1.333em;
		font-weight: bold;
	}
	#cont #main-inquiry ul li{
		float: none;
		margin:0 0 10px;
	}
	#cont #main-inquiry ul li:nth-child(1){
		display: none;
	}
	#cont #main-inquiry ul li:nth-child(2),
	#cont #main-inquiry ul li:nth-child(3){
		display: block;
	}
	#cont #main-inquiry ul li a{
		text-indent:0;
		width: auto;
		height: auto;
		background: none !important;
		padding:5px 15px;
		text-align: center;
		border:#0028A2 1px solid;
		border-bottom:#0028A2 2px solid;
		border-radius:5px;
		color:#0028A2;
	}
	#cont #main-inquiry ul li:nth-child(2) a{
		border:#C1216B 1px solid;
		border-bottom:#C1216B 2px solid;
		color:#C1216B;
	}
	#cont #main-inquiry ul li a img{
		width:100%;
		height: auto;
	}
}





/* #pager */
#pager{
	position:relative;
	text-align: center;
	margin:0 0 30px;
	font-weight: bold;
}
#pager li{
	float:left;
	width:33.3%;
	box-sizing:border-box;
	border-right: 1px #DDD solid;
	border-bottom:1px #DDD solid;
}
#pager li:nth-child(3){
	border-right:none;
}
#pager a{
	color: #333;
	text-decoration: none;
	display:block;
	padding:15px 0;
}

/*** ------------------------------------------------------------------------------ 

WP

-----------------------------------------------------------------------------  ***/
/*  */
/*
Theme Name: Twenty Thirteen
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Headings
 * 3.0 - Text Elements
 * 4.0 - Links
 * 5.0 - Alignment
 * 6.0 - Tables
 * 7.0 - Images
 * 8.0 - Galleries
 * 9.0 - Audio/Video
 * 10.0 - Post Formats
 * 11.0 - RTL
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Body
 * ----------------------------------------------------------------------------
 *//*

html .mceContentBody {
	max-width: 680px;
}

body {
	color:#333;
	line-height: 1.6;
	font-size: 12px;
	font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", MS PGothic, "ＭＳ Ｐゴシック", Osaka;
}
*/

/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */
#entry-area h1,
#entry-area h2,
#entry-area h3,
#entry-area h4,
#entry-area h5,
#entry-area h6 {
	clear: both;
	font-weight: 900;
	margin: 56px 0 28px;
}

#entry-area h1 {
	font-size: 33px;
	line-height: 1.2727272727;
}

#entry-area h2 {
	font-size: 28px;
	line-height: 1.25;
}

#entry-area h3 {
	margin: 0 0 20px;
	padding: 1px;
	background: url("/common/info/img/faq/bg01.png") no-repeat right center #086AAF;
	font-size: 1.333em;
	line-height: 1.1;
	
	padding: 8px 12px;
	/*border: solid 1px #6BA6CF;*/
	display: block;
	color: #fff;
	font-size: 1.143em;
	font-weight: bold;
}

#entry-area h4,
#entry-area h5,
#entry-area h6 {
	font-size: 19px;
	line-height: 1.1052631579;
}

#entry-area h4 {
	letter-spacing: 0.13333em;
	text-transform: uppercase;
}

#entry-area h6 {
	font-style: italic;
}

#entry-area h1:first-child,
#entry-area h2:first-child,
#entry-area h3:first-child,
#entry-area h4:first-child,
#entry-area h5:first-child,
#entry-area h6:first-child {
	margin-top: 0;
}

#entry-area p {
	margin:0 !important;
}

#entry-area b,
#entry-area strong {
	font-weight: 700;
}

#entry-area dfn,
#entry-area cite,
#entry-area em,
#entry-area i {
	font-style: italic;
}

#entry-area blockquote {
	border-left: 4px solid #1a1a1a;
	color: #686868;
	font-size: 19px;
	font-style: italic;
	line-height: 1.4736842105;
	margin-bottom: 28px;
	padding: 0 0 0 24px;
}

#entry-area blockquote:not(.alignleft):not(.alignright) {
	margin-left: -28px;
}

#entry-area blockquote blockquote:not(.alignleft):not(.alignright) {
	margin-left: 0;
}

#entry-area blockquote:before,
#entry-area blockquote:after {
	content: "";
	display: table;
}

#entry-area blockquote:after {
	clear: both;
}

#entry-area blockquote > :last-child {
	margin-bottom: 0;
}

#entry-area blockquote cite,
#entry-area blockquote small {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.75;
}

#entry-area blockquote em,
#entry-area blockquote i,
#entry-area blockquote cite {
	font-style: normal;
}

#entry-area blockquote strong,
#entry-area blockquote b {
	font-weight: 400;
}

#entry-area blockquote.alignleft,
#entry-area blockquote.alignright {
	border: 0 solid #1a1a1a;
	border-top-width: 4px;
	padding: 18px 0 0;
	width: -webkit-calc(50% - 14px);
	width: calc(50% - 14px);
}

#entry-area address {
	font-style: italic;
	margin: 0 0 28px;
}

#entry-area code,
#entry-area kbd,
#entry-area tt,
#entry-area var,
#entry-area samp,
#entry-area pre {
	font-family: Inconsolata, monospace;
}

#entry-area pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	line-height: 1.3125;
	margin: 0 0 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#entry-area code {
	background-color: #d1d1d1;
	padding: 2px 4px;
}

#entry-area abbr[title] {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

#entry-area mark,
#entry-area ins {
	background: #007acc;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
}

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

#entry-area sub {
	top: -6px;
}

#entry-area sup {
	bottom: -3px;
}

#entry-area small {
	font-size: 80%;
}

#entry-area big {
	font-size: 125%;
}


/**
 * 3.0 - Elements
 */

#entry-area hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

#entry-area ul,
#entry-area ol {
	margin: 0 0 28px 0;
	padding: 0;
}

#entry-area ul {
	list-style: disc;
}

#entry-area ol {
	list-style: decimal;
}

#entry-area li > ul,
#entry-area li > ol {
	margin-bottom: 0;
}

#entry-area li > ul,
#entry-area blockquote > ul {
	margin-left: 20px;
}

#entry-area li > ol,
#entry-area blockquote > ol {
	margin-left: 24px;
}

#entry-area dl {
	margin: 0 0 28px;
}

#entry-area dt {
	font-weight: bold;
}

#entry-area dd {
	margin: 0 0 28px;
}

#entry-area table,
#entry-area th,
#entry-area td,
#entry-area .mce-item-table,
#entry-area .mce-item-table th,
#entry-area .mce-item-table td {
	border: 1px solid #d1d1d1;
}

#entry-area table a {
	color: #007acc;
}

#entry-area table,
#entry-area .mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

#entry-area table th,
#entry-area .mce-item-table th,
#entry-area table caption {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

#entry-area table td,
#entry-area .mce-item-table td {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	padding: 7px;
	vertical-align: baseline;
}

#entry-area img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

#entry-area a img {
	display: block;
}

#entry-area figure {
	margin: 0;
}

#entry-area del {
	opacity: 0.8;
}

#entry-area a{
	outline:none;
}
#entry-area a:link {
	color: #086AAF;
	text-decoration: underline;
}
#entry-area a:visited {
	color: #086AAF;
	text-decoration: underline;
}
#entry-area a:hover {
	color: #086AAF;
	text-decoration:none;
}
#entry-area a:active {
	color: #086AAF;
	text-decoration:none;
}

#entry-area fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 28px;
	padding: 14px;
}


/**
 * 4.0 - Alignment
 */

#entry-area .alignleft {
	float: left;
	margin: 6px 28px 28px 0;
}

#entry-area .alignright {
	float: right;
	margin: 6px 0 28px 28px;
}

#entry-area .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}


/**
 * 5.0 - Caption
 */

#entry-area .wp-caption {
	background: transparent;
	border: none;
	margin-bottom: 28px;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

#entry-area .wp-caption-text,
#entry-area .wp-caption-dd {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 7px;
}


/**
 * 6.0 - Galleries
 */

#entry-area .mce-content-body .wpview-wrap {
	margin-bottom: 28px;
}

#entry-area .gallery {
	margin: 0 -1.1666667%;
	padding: 0;
}

#entry-area .gallery .gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

#entry-area .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

#entry-area .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

#entry-area .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

#entry-area .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

#entry-area .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

#entry-area .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

#entry-area .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

#entry-area .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

#entry-area .gallery .gallery-caption {
	font-size: 13px;
	margin: 0;
}

#entry-area .gallery-columns-6 .gallery-caption,
#entry-area .gallery-columns-7 .gallery-caption,
#entry-area .gallery-columns-8 .gallery-caption,
#entry-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 - Audio / Video
 */

#entry-area .wp-audio-shortcode a,
#entry-area .wp-playlist a {
	box-shadow: none;
}

#entry-area .mce-content-body .wp-audio-playlist {
	margin: 0;
	padding-bottom: 0;
}

#entry-area .mce-content-body .wp-playlist-tracks {
	margin-top: 0;
}

#entry-area .mce-content-body  .wp-playlist-item {
	padding: 10px 0;
}

#entry-area .mce-content-body .wp-playlist-item-length {
	top: 10px;
}


/**
 * 8.0 - RTL
 */

#entry-area .rtl blockquote {
	border: 0 solid #1a1a1a;
	border-right-width: 4px;
}

#entry-area .rtl blockquote.alignleft,
#entry-area .rtl blockquote.alignright {
	border: 0 solid #1a1a1a;
	border-top-width: 4px;
}

#entry-area .rtl blockquote:not(.alignleft):not(.alignright) {
	margin-right: -28px;
	padding: 0 24px 0 0;
}

#entry-area .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
	margin-right: 0;
	margin-left: auto;
}

#entry-area .rtl li > ul,
#entry-area .rtl blockquote > ul {
	margin-right: 20px;
	margin-left: auto;
}

#entry-area .rtl li > ol,
#entry-area .rtl blockquote > ol {
	margin-right: 24px;
	margin-left: auto;
}

#entry-area .rtl table th,
#entry-area .rtl .mce-item-table th,
#entry-area .rtl table caption {
	text-align: right;
}




/************************************
** レスポンシブページネーション
************************************/
.paginations{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
 
.paginations,
.paginations li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
 
.paginations a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}
 
.paginations li:not([class*="current"]) a:hover {
  background-color: #eee;
}
 
.paginations li:first-of-type a {
  border-left-width: 1px;
}
 
.paginations li.first span,
.paginations li.last span,
.paginations li.previous span,
.paginations li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
 
.paginations li.first a::before,
.paginations li.last a::after,
.paginations li.previous a::before,
.paginations li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
 
.paginations li.first a::before { content: "\f100"; }
.paginations li.last a::after { content: "\f101"; }
 
.paginations li.previous a::before { content: "\f104"; }
.paginations li.next a::after { content: "\f105"; }
 
.paginations li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}
 
.paginations > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.paginations > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .paginations li.first,
  .paginations li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .paginations li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .paginations li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .paginations li.current,
  .paginations li.first,
  .paginations li.last,
  .paginations li.previous,
  .paginations li.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .paginations li.previous a { border-left-width: 0; }
}
 
@media only screen and ( max-width: 400px ) {
  .paginations li.first,
  .paginations li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .paginations li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 240px ) { /* For watches? */
  .paginations li { width: 50%;}
 
  .paginations li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}