@charset "utf-8";
/* font */
html{
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
color: #666;
overflow-y: scroll;
font-size: 0.95rem;
}

body{
line-height: 1.5rem;
}

a:hover img{
opacity: 0.7;
}

/*clearfix*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* margin */
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px;}
.mb60{margin-bottom: 60px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mt60{margin-top: 60px;}

.mb1em{margin-bottom: 1em;}
.mb2em{margin-bottom: 2em;}
.mb3em{margin-bottom: 3em;}
.mb4em{margin-bottom: 4em;}
.mb5em{margin-bottom: 5em;}

.mr1em{margin-right: 1em;}
.mr2em{margin-right: 2em;}
.mr3em{margin-right: 3em;}

.ml1em{margin-left: 1em;}
.ml2em{margin-left: 2em;}
.ml3em{margin-left: 3em;}

/*共通*/
.inner {
	max-width: 1000px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
}

.inner02 {
	max-width: 900px;
	margin: 0 auto;
}

.block{
display: block;
}

/*テキスト装飾*/
a{
text-decoration: none;
color: #666;
outline: none;
}

a:hover{
text-decoration: underline;
color: #9f000;
}

a:visited{
color: #666;
}

a:focus{
outline: none;
}

a.intlink:hover{
text-decoration: none;
}


a.intlink:after,h4.extlink:after{
  font-family: FontAwesome;
  content: '\f138';
  font-weight: normal;
  font-size: 0.9rem;;
  color: #214770;
  padding-left:0.5rem;
}

a.extlink:hover{
text-decoration: none;
}


a.extlink:after,h4.extlink:after{
  font-family: FontAwesome;
  content: '\f08e';
  font-weight: normal;
  font-size: 0.9rem;;
  color: #214770;
  padding-left:0.5rem;
}



p{
letter-spacing: 0.12rem;
margin-bottom: 0.75em;
}

.notice{
font-size: 0.8rem;
}

.bold{
font-weight: bold;
}

.red{
color: #9f0000;
}



/*見出し*/
h1 img{
width: 150px;
}

@media screen and (max-width: 750px) {
h1 img{
width: 120px;
}
}



h2{
font-size: 1.5em;
letter-spacing: 0.25em;
line-height: 1.25em;
color: #FFF;
padding: 3em 0 3em 1em;
text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px,
             #333 1px -1px 0px, #333 -1px -1px 0px;
}

@media screen and (max-width: 750px) {
h2{
font-size: 1.1em;
letter-spacing: 0.25em;
line-height: 1.25em;
padding: 2.2em 0 2.2em 1em;

}
}


h2 p{
font-size: 1em;
font-weight: normal;
margin-top: 0.25rem;
border-top: 1px solid #CCC;
padding-top: 4px;
}


h3{
font-size: 1.25em;
margin-bottom: 0.5em;
color: #214770;
}

h4{
font-size: 1.1em;
margin-bottom: 0.5em;
color: #666;
}


/*リスト*/
ul{
list-style: none;
}




/*ボックス横並び*/
div.card {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

div.card div.box01 {
  width: calc(100% - 20px);
  margin: 0 10px;
}

div.box p {
padding: 0 0.5rem 0.5rem;
font-size: 0.85rem;
line-height: normal;
}

div.card div.box02 {
  width: calc(50% - 40px);
  margin: 0 20px 2em 20px;
}

div.card div.box03 {
  width: calc(33.33% - 20px);
  margin: 0 10px 1em 10px;
}

@media screen and (max-width: 750px) {
	div.card div.box03 {
	width: calc(50% - 20px);
	margin:10px;
	}
}



div.card div.box04 {
  width: calc(25% - 20px);
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
	div.card div.box04 {
	width: calc(50% - 20px);
	margin:10px;
	}
}


div.card div.box05 {
  width: calc(20% - 20px);
  margin: 0 10px;
}

@media screen and (max-width: 1000px) {
	div.card div.box05 {
	width: calc(33.3% - 20px);
	margin: 0 10px;
	}
}

div.card div.box06 {
  width: calc(16.66% - 20px);
  margin: 0 10px;
}

@media screen and (max-width: 500px) {
	div.card div.box06 {
	width: calc(33.33% - 20px);
	margin: 10px;
	}
}


@media screen and (max-width: 500px) {
	div.card div.box {
	width: calc(50% - 20px);
	margin: 10px;
	}

  
div.card div.box02 {
  width: 100%;
  margin: 0 20px 2em 20px;
}

div.card div.box03 {
  width: 30%;
  margin: 0 0px 2em 10px;
}


}


/*言語*/
div.lang{
margin-bottom: 3em;	
}

div.lang ul{
	float: right;
	display: block;
}

div.lang ul li{
	display: inline;
	padding:0.25em 0.5em;
	border: 1px solid #666666;

}

div.lang ul li.on{
	color: #FFFFFF !important;
	background: #214770;
	text-decoration: none;
}

div.lang ul li a{
	text-decoration: none;
}

div.lang ul li a:visited{
	color:#666666;
	text-decoration: none;
}
	
div.lang ul li.on a:visited{
	color: #FFFFFF;
	text-decoration: none;
}





/*表組*/
table.tb01{
margin: 10px 0;
font-size: 0.9rem;
width: 100%;
}

table.tb01 th{
width: 20%;
padding: 0.5rem 1rem;
text-align: left;
font-weight: normal;
white-space: nowrap;
vertical-align: middle;
}

table.tb01 td{
width: 80%;
padding: 0.5rem 1rem;
}

table.tb01 tr:nth-child(2n+1){
background: #eee;
}

table.tb01 tr:nth-child(2n){
background: #fff;
}


table.tb02{
margin: 10px 0;
font-size: 0.9rem;
width: 100%;
}

table.tb02 tr{
}

table.tb02 th{
width: 15%;
padding: 0.5rem 1rem;
text-align: left;
font-weight: normal;
white-space: nowrap;
vertical-align: middle;
}

table.tb02 td{
width: 85%;
padding: 0.5rem 1rem;
}

table.tb02 tr:nth-child(2n+1){
background: #eee;
}

table.tb02 tr:nth-child(2n){
background: #fff;
}

/*ヘッダー*/

header{
width: 100%;
background-color: #fff;
padding: 1em 0 0 0;
border-bottom: 5px solid #214770;
position: fixed;
z-index: 2;
}

header h1 a{
display: block;
width: 138px;
height: 30px;
float: left;
margin: 0 20px 0 0;
}

@media screen and (max-width: 1000px) {
	header h1 a{
	margin: 0 20px 0 10px;
	}
}


header div.btn_inquiry{
/* float: right; */
display: flex;
justify-content:end;
align-items:center;
}

@media screen and (max-width: 1000px) {
	header h1 a,header h1 a:hover{
	font-size: 0.85rem;
	color: #000;
	display: block;
	float: left;
	padding: 0.5rem 0;
	}
}

@media screen and (max-width: 1000px) {
	header div.inner{
	padding: 0;
	}
}

/*ヘッダーナビゲーション*/
.Nav {
width: 60%;
float: left;
margin-left: 10px;
}
@media screen and (max-width: 1000px) {
	.Nav {
	position: relative;
	border-top:none;
	width: 100%;
	margin-left: 0;
	}
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1000px) {
	.Nav .navbtn {
	display: block;
	position: absolute;
	top: -50px;
	right: 10px;
	}
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #214770;
	border-radius: 5px;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 2px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 2px;
    background-color: #FFF;
  }
	.Nav .navbtn a.open::after {
	bottom:18px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	}
}

@media screen and (max-width: 1000px) {
  .Nav .navbtn a.open {
    }
}
 
@media screen and (max-width: 1000px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:19px;
    left:10px;
    content:"";
    width: 20px;
    height: 2px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  background-color: rgba(33,71,112, 0.9);
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
}

.Nav > ul > li.smp_inquiry {
   display: none;
}


@media screen and (max-width: 1000px) {
  .Nav > ul > li.smp_inquiry {
  display: block;
	}
}

.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 20px 15px;
  font-size: 15px;
  color: #666;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
.Nav > ul > li a {
  font-size: 15px;
  color: #FFF;
}
}

.Nav > ul > li.parent > a {
  padding-right:15px;
  margin-right: -5px;
}

@media screen and (max-width: 1000px) {
.Nav > ul > li.parent > a {
  padding-right:0px;
  margin-right: 0px;
}
}


.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 60%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.Nav > ul > li.parent:nth-of-type(5) a::before{
  transform: rotate(45deg);
}


@media screen and (max-width: 1000px) {
.Nav > ul > li.parent.open > a::before {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}

@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #666;
  }
  .Nav > ul > li.parent.open > a::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}
 
.Nav > ul > li a:hover {
  color: #666;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
 
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  width: auto;
  background-color: rgba(255,255,255, 0.9);
  z-index: 9;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}
 
.Nav > ul > li > ul li {
  white-space: nowrap;
}
 
.Nav > ul > li > ul li a {
  position: relative;
  padding: 10px 27px 10px 27px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #666;
    background-color: #333;
	padding: 10px 27px;
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
.Nav > ul > li > ul li a::before {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
}

.Nav > ul > li > ul li a:hover {
text-decoration: none;
background-color: #FFF;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}
 
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

.navpc{
  display: inline-block !important;
}
.navsp{
  display: none !important;
}


@media screen and (max-width: 1000px) {
  .navpc{
  display: none !important;
  }
  .navsp{
    display: block !important;
  }

}

/*snsリンクボタン--------------------------------------*/
.sns_top {
width: 45px;
height: 165px;
background-color: #dee4ea;
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-bottom-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
position: fixed;
top:100px;
right:-1px;
border:1px solid #FFF;
}

.sns_icon { list-style: none;
margin-left:12px;
margin-bottom:7px;
}

.mt20 {
margin-top:22px;
}


@media screen and (max-width: 500px) {
	div.interview_bt img{width:95%; }
	.sns_top {  display: none;
}
}


/*contents--------------------------------------*/
#contents{
margin-top: 10px;
}

#contents .main{
width: 72%;
float: left;
min-height: 800px;
}

@media screen and (max-width: 1000px) {
#contents .main{
width: 100%;
float: none;
}
}


/*min-height: 800px;*/
  /* main{
paddin-top: 20%
} */


/*breadcrumb--------------------------------------*/
.breadcrumb {
  margin:0 0 15px;
  padding-left:0;
  padding-top: 80px;
  font-size: 0.85rem;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #333;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #333;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #214770;
}




/*リスト*/
ul.normal{
	margin-left: 1rem;
}

ul.normal li {
	list-style-type: none;
}

ul.normal li:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 100%;
	background: #9f0000;
	position: relative;
	left: -10px;
	top: -3px;
}



/* 内部リンク */

div.inter_link{
margin-top: 5em;
}


div.inter_link div a{
display: block;
padding-top: 66.4%;
}

div.inter_link div.top04_01 a{
background: url(../images/common_inter_link_bg01.gif) 0 0 no-repeat;
background-size: contain;
}

div.inter_link div.top04_02 a{
background: url(../images/common_inter_link_bg02.gif) 0 0 no-repeat;
background-size: contain;
}

div.inter_link div.top04_03 a{
background: url(../images/common_inter_link_bg03.gif) 0 0 no-repeat;
background-size: contain;
}

div.inter_link div.top04_04 a{
background: url(../images/common_inter_link_bg04.gif) 0 0 no-repeat;
background-size: contain;
}


div.inter_link a:hover{
text-decoration: none;
}

div.top04_01 a h4,div.top04_02 a h4,div.top04_03 a h4,div.top04_04 a h4{
text-align: center;
background-color: rgb(30,71,112,0.9);
margin-top: -40%;
color: #FFF;
padding: 0.5em 0;
}





/*pagetop--------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
  margin: -4px 0 -4px -7px;
  color: #fff;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #667893;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 1px solid #FFF;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/*フッター*/
footer{
margin-top: 40px;
padding: 0;
font-size: 0.9em;
color: #fff;
background: #214770;
}

footer a, footer a:visited{
color: #fff;
}



footer ul li{
display: block;
width: 25%;
float: left;
margin-bottom: 1em;
}

footer ul li dl dt{
margin-bottom: 0.25em;
font-weight: bold;
}


footer ul li dl dd {
text-decoration: none;
}


footer div.f_nav dl dd{
display: inline-block;
float: left;
padding-right: 2em;
}

footer ul li dl dt a:hover,
footer ul li dl dd a:hover,
footer div.f_nav dl dd a:hover{
  text-decoration: none;
}


footer ul li dl dd a:before{
  font-weight: normal;
  font-size: 1em;;
  color: #FFFFFF;
  padding-left:1em;
}


footer div.f_nav dl dd a:before{
  font-family: FontAwesome;
  content: '\f0da';
  font-weight: normal;
  font-size: 1em;;
  color: #FFFFFF;
  padding-right:0.25em;
}


footer div.f_nav div.copy{
display: inline-block;
float: right;
text-align: right;
margin-bottom: 1em;
}

footer div.f_nav div.copy img{
width: 138px;
margin: 1em 0 ;
}

@media screen and (max-width: 1000px) {
	footer div.f_nav div.copy img{
	width: 100px;
	margin: 1em 0 0 0;
	}
}


footer div.ext_bn{
background: #eee;
padding: 2em 0 0 0;
text-align: center;
}

footer div.ext_bn img{
width: 100%;
}


footer div.ext_bn ul{
display: inline-block;
}

footer div.ext_bn ul li{
display: inline-block;
width: 33%;
}

footer div.ext_bn ul li a{
display: block;
max-width: 250px;
margin: 0 1em;
}


footer div.sns_bn{
background: #eee;
padding: 0.4em 0 0 0;
text-align: center;
}


footer div.sns_bn ul{
display: inline-block;
}

footer div.sns_bn ul li{
display: inline-block;
width: 20%;
}

footer div.sns_bn ul li a{
display: block;
max-width: 250px;
margin: 0 1em;
}

@media (max-width: 500px) {
	footer div.ext_bn ul{
	display: block;
	}

	footer div.ext_bn ul li{
	display: block;
	width: 50%;
	}

footer div.ext_bn ul li a{
	display: block;
	max-width: 200px;
	margin: 0 1em;
	}
}



footer ul.g_link{
margin: 2em 0 3em 0;

}



footer ul.g_link li{
display: block;
width: 17%;
float: left;
margin-bottom: 0;
}

footer ul.g_link li:nth-child(3){	
  width: 23%;	
  }	
  footer ul.g_link li:nth-child(4){	
  width: 13%;	
  }	
  footer ul.g_link li:nth-child(5){	
  width: 13%;	
  }

@media screen and (max-width:1000px){
	footer ul.g_link li{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	border-bottom: 1px solid #667893;
  }
  footer ul.g_link li:nth-child(3){	
    width: 100%;	
    }	
  footer ul.g_link li:nth-child(4){	
    width: 100%;	
    }	
  footer ul.g_link li:nth-child(5){	
    width: 100%;	
      }
}

footer ul.g_link li dl dt{
margin-bottom: 0.75rem;
}




@media screen and (max-width:1000px){
	footer ul.g_link li dl dt{
	border-bottom: none;
	display: inline-block;
	width: 100%;
	}
	
	footer ul.g_link li dl dt a{
	width: 100%;
	padding: 1rem 0;
	display: block;
	}

	footer ul.g_link li dl dt a:before{
	font-family: FontAwesome;
	content: '\f0da';
	font-weight: normal;
	font-size: 1rem;;
	color: #FFFFFF;
	padding-right:0.25rem;
	}

	footer ul.g_link li dl dt a:hover{
	text-decoration: none;
	}
}

footer ul.g_link li dl dd{
display: block;
width: 100%;
float: left;
margin-bottom: 0.5rem;
margin-left: 0;
}

@media screen and (max-width:1000px){
	footer ul.g_link li dl dd{
	display: none;
	}
}

/*ボタン*/
a.btn_link_s{
	border: 1px solid #ccc;
	padding: 0.25em 0.75em;
	text-decoration:none;
	border-radius:4px;
	word-wrap: normal;
}


a.btn_link_s:hover{
	text-decoration:none;
}


a.btn_link {
	display:inline-block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	color:#214770;
	font-size:0.9em;
	padding:5px 12px 5px 23px;
	text-decoration:none;
}


a.btn_link:hover {
	text-shadow:none;
}


a.btn_link_trial {
	display:inline-block;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFF), color-stop(1, #ebebeb));
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-moz-linear-gradient(top, #FFF 5%, #ebebeb 100%);
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-webkit-linear-gradient(top, #FFF 5%, #ebebeb 100%);
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-o-linear-gradient(top, #FFF 5%, #ebebeb 100%);
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-ms-linear-gradient(top, #FFF 5%, #ebebeb 100%);
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,linear-gradient(to bottom, #FFF 5%, #ebebeb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#ebebeb',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	color:#467432;
	font-size:0.9em;
	padding:5px 12px 5px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}


a.btn_link_trial:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #fff));
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-moz-linear-gradient(top, #ebebeb 5%, #fff 100%);
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-webkit-linear-gradient(top, #ebebeb 5%, #fff 100%);
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-o-linear-gradient(top, #ebebeb 5%, #fff 100%);
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,-ms-linear-gradient(top, #ebebeb 5%, #fff 100%);
	background:url("../images/ar_btn_trial.png") no-repeat 10px center,linear-gradient(to bottom, #ebebeb 5%, #fff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#fff',GradientType=0);
	background-color:#FFF;
	text-shadow:none;
}



a.btn_inquiry , input.btn_inquiry {
	display:inline-block;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #ccc;
	color:#214770;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.01em;
	padding:15px 25px 15px 30px;
	margin:0 1em;
}
a.btn_inquiry:hover , input.btn_inquiry:hover {
text-decoration: none;
}

span.btn_off {
	display:inline-block;
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #ccc;
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.01em;
	padding:15px 25px 15px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:0 1em;
}


div.btn_inquiry a{
display: block;
padding: 0.25rem 1rem;
border: 2px solid #666;
border-radius: 18px;
text-decoration: none;
background: #FFF;
color: #666;
font-weight: bold;
}

div.btn_inquiry_l a{
display: inline-block;
padding: 1rem;
border: 2px solid #9F0000;
border-radius: 8px;
text-decoration: none;
background: #9f0000;
color: #FFF;
font-weight: bold;
}

div.btn_inquiry a:hover,
div.btn_inquiry_l a:hover{
border: 2px solid #214770;
border-radius: 18px;
text-decoration: none;
background: #214770;
color: #fff;
}

div.btn_inquiry a:before,
div.btn_inquiry_l a:before{
  font-family: FontAwesome;
  content: '\f0da';
  font-weight: normal;
  font-size: 1rem;;
  color: #666;
  padding-right:0.75rem;
}

div.btn_inquiry a:hover:before,
div.btn_inquiry_l a:hover:before{
color: #FFF;
}



a.btn_s{
display: inline-block;
padding: 0.25rem 1rem;
border: 2px solid #9f0000;
border-radius: 8px;
text-decoration: none;
background: #9f0000;
color: #FFF;
font-size: 0.85rem;
}

a.btn_s:hover{
background: #fff;
color: #9f0000;
}

a.btn_s:before{
  font-family: FontAwesome;
  content: '\f0da';
  font-weight: normal;
  font-size: 1rem;;
  color: #fff;
  padding-right:0.25rem;
}

a.btn_s:hover:before{
  color: #9f0000;
}

span.btn_s02{
display: block;
text-align: center;
padding: 0.35rem 1rem;
text-decoration: none;
background: #9F0000;
color: #FFF;
font-size: 0.85rem;
font-weight: bold;
margin-top: 10px;
border: 1px solid #FFF;
}

span.btn_s02:before{
  font-family: FontAwesome;
  content: '\f0da';
  font-weight: normal;
  font-size: 1rem;;
  color: #FFF;
  padding-right:0.25rem;
}






/*一覧リンク*/
div.list_link{
text-align: right;
margin-top: 1.5em;
}

div.list_link a{
border: 1px solid #ccc;
padding: 0.15em 1.5em;
border-radius: 5px;
text-decoration: none;
}


div.list_link a:before{
font-family: FontAwesome;
content: '\f03a';
padding-right:0.5rem;
}

div.list_link a:hover{
text-decoration: none;
}


/*Youtubeレスポンシブル*/
div.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

div.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}





/*その他*/
.center{
text-align: center;
}

.right{
text-align: right;
}

.left{
text-align: left;
}

.img_L{
float: left;
margin-right: 1em;
}

.img_R{
float: right;
margin-left: 1em;
}


div.area_img{
width: 25%;
float: left;
margin-right: 1rem;
}

div.area_img02{
width: 35%;
float: right;
margin-left: 1rem;
}

div.area_img03{
width: 30%;
float: left;
margin-right: 1rem;
}

div.area_img04{
width: 25%;
float: right;
margin-left: 1rem;
}

/*Youtube埋め込み*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
	padding: 0 1rem;
}

div.btn_inquiry a{
  display: none;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体を非表示にする*/
div.btn_inquiry{
	display: none;
}/*メインメニュー
---------------------------------------------------------------------------*/

.breadcrumb{
	display: none;
}

}

/*画面幅500px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:500px){
html{
font-size: 80%;
}
}
