@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	letter-spacing:1px;
}
*{
	box-sizing:border-box;
}

/*-------------------------------------------------------------
　　文字・リンク装飾
-------------------------------------------------------------*/
p,li,td,th{
	color:#464646;
	font-size:14px;
	line-height:1.5em;
	list-style:none;
	margin:0;
	padding:0 0 1em 0;
}
h4, h5, h6{
	letter-spacing:0.2em;
}
a img{
	border:none;
	cursor: pointer;
}
a:hover img{
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=65); /* IE lt 8 */
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */
	-khtml-opacity: .65; /* Safari 1.x */
	border:none;
}
a{
	color:#464646;
	text-decoration:none;
}
a:hover{
	color:#00427E;
	text-decoration:underline;
}
.shadow{
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior:url(http://www.r-phone.co.jp/PIE-1.0.0/PIE.htc);
}
em{
	font-weight:bold;
	color:#DC4288;
}
.pleft{
	padding-left:5px;
}
.pright{
	padding-right:5px;
}
.forpc{
	display:block;
}
.forsp{
	display:none;
}
@media screen and (max-width: 480px) {
.forpc{
	display:none;
}
.forsp{
	display:block;
}
}


/*-------------------------------------------------------------
　　ヘッダー
-------------------------------------------------------------*/
#head{
	width:100%;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	background-color:rgba(255,255,255,0.9);
	padding:20px 0 30px;
	z-index:9999999;
	position:relative;
}
.nav {
	padding: 0;
	margin: 0;
	width:100%;
	z-index:101;
}
.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:102;
}
header{
	display:flex;
	display:-webkit-flex;
	align-items:flex-end;
	-webkit-align-items:flex-end;
	z-index:103;
	width:80%;
	max-width:1400px;
	margin:0 auto;
}
header img{
	width:100%;
	max-width:276px;
	height:auto;
}
h1{
	flex-basis:20%;
	-webkit-flex-basis:20%;
	max-width:20%;
	margin:0;
	padding:0;
}
#gnav{
	padding-left:30px;
}
#inquiry{
	padding:0;
	margin-left: auto;
}
@media screen and (max-width: 1380px) {
header{
	width:95%;
}	
}
@media screen and (max-width: 1080px) {
header{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
h1{
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
}
h1 img{
	width:276px !important;
}
#gnav{
	padding-left:0;
}
}
@media screen and (max-width: 780px) {
header{
	width:100%;
}	
h1{
	padding:0 2.5%;
}
#gnav,
#inquiry{
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
}
.fix {
	position: relative;
	top:inherit;
	left:inherit;
}
}


#gnav li a:hover,
#inquiry li a:hover{
	text-decoration:none;
}

/*GNAV*/
#gnav ul{
	display:flex;
	display:-webkit-flex;
	width:100%;
	margin:15px 0 0;
	padding:0;
}
#gnav li{
	padding:0 15px;
	text-align:center;
	border-right:1px solid #00427E;
}
#gnav li a{
	font-size:14.5px;
	font-weight:bold;
	color:#003F7C;
}

/*INQUIRY*/
#inquiry ul{
	display:flex;
	display:-webkit-flex;
}
#inquiry li{
	padding:0 0 0 10px;
	text-align:right;
}
#inquiry li a,
#inquiry li{
	font-size:14.5px;
	font-weight:bold;
	color:#003F7C;
}
#inquiry li b,
#inquiry li a b
#inquiry li i,
#inquiry li a i{
	font-size:18px;
}
@media screen and (max-width: 1280px) {
#gnav li a,
#inquiry li a,
#inquiry li{
	font-size:13px;
}
#inquiry li b,
#inquiry li a b
#inquiry li i,
#inquiry li a i{
	font-size:16px;
}
}
@media screen and (max-width: 1080px) {
#gnav li{
	padding:0 10px;
}
#gnav li:first-child{
	padding:0 10px 0 0;
}
}
@media screen and (max-width: 780px) {
#head{
	padding-bottom:0;
}
#gnav ul{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
#gnav li,
#gnav li:first-child{
	border:none;
	padding:0;
	width:20%;
	background:#003F7C;
	border-left:1px solid #fff;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
#gnav li:first-child{
	width:40%;
	border-left:none;
}
#gnav li a{
	display:block;
	width:100%;
	text-align:center;
	padding:15px 0;
	background:#003F7C;
	color:#fff;
	text-align:center;
	line-height:1.3em;
}
#gnav li a i{
	display:none;
}
#inquiry ul{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px solid #003F7C;
}
#inquiry li{
	flex-basis:50%;
	-webkit-flex-basis:50%;
	max-width:50%;
	text-align:center;
	padding:15px 0;
}
#inquiry li:first-child{
	border-right:1px solid #003F7C;
}
#inquiry li a,
#inquiry li{
	font-size:16px;
}
#inquiry li b,
#inquiry li a b
#inquiry li i,
#inquiry li a i{
	font-size:18px;
}
}





/*-------------------------------------------------------------
　　ゾーニング
-------------------------------------------------------------*/
#main{
	display:table;
	width:1050px;
	margin:30px auto 50px;
}
#main_box,
#right_box{
	display:table-cell;
	vertical-align:top;
}
#main_box{
	width:790px;
	margin:0;
	padding:0;
}
#right_box{
	width:260px;
	text-align:right;
}
#index_btn{
	width:1050px;
	margin:0 auto;
	text-align:right;
}
#right_box li{
	margin:0;
	padding:0 0 5px;
}
#right_box li p{
	font-size:10px;
	margin:0;
	padding:0;
}

#right_box li img{
	width:100%;
	height:auto;
}
#right_box ul li#shohyotoroku{
	padding-top:20px;
	text-align:center;
}
#right_box ul li#shohyotoroku img{
	width:80%;
}
#right_box ul li#shohyotoroku p{
	font-size:14px;
	margin-top:10px;
	text-align:left;
}
#right_box ul li#shohyotoroku a small{
	display:block;
	background:#e8007f;
	padding:8px;
	font-size:16px;
	line-height:1.2em;
	color:#fff;
	font-weight:bold;
	border-radius:10px;
}
#right_box ul li#shohyotoroku a:hover{
	text-decoration:none;
}
@media screen and (max-width: 1080px) {
#main{
	display:block;
	width:90%;
}
#main_box,
#right_box{
	display:block;
	width:100%;
	text-align:center;
}
#right_box ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-webkit-justify-content:center;
}
#right_box li:first-child,
#right_box li:nth-child(2){
	flex-basis:50%;
	-webkit-flex-basis:50%;
	width:inherit;
	max-width:50%;
}
#right_box li:nth-child(3),
#right_box li:nth-child(4),
#right_box li:nth-child(5){
	flex-basis:33.3%;
	-webkit-flex-basis:33.3%;
	max-width:33.3%;
}
#right_box li:first-child img,
#right_box li:nth-child(2) img,
#right_box li:nth-child(3) img,
#right_box li:nth-child(4) img,
#right_box li:nth-child(5) img{
	width:100%;
	height:auto;
}
}
@media screen and (max-width: 480px) {
#right_box li:first-child,
#right_box li:nth-child(2),
#right_box li:nth-child(3),
#right_box li:nth-child(4),
#right_box li:nth-child(5){
	flex-basis:100%;
	-webkit-flex-basis:100%;
	width:inherit;
	max-width:100%;
}
}

/*--------------------------------------------------------
　　フッター
-------------------------------------------------------------*/
.fnav{
	width:1050px;
	margin:30px auto 0;
}
.fnav ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.fnav li{
	flex-basis:20%;
	-webkit-flex-basis:20%;
	max-width:20%;
	padding:5px;
}
.fnav li img{
	width:100%;
	height:auto;
}
.fnav li:last-child{
	display:none;
}
#foot{
	width:1050px;
	margin:30px auto 0;
}
#foot ul{
	margin:0;
	padding:0;
}
#foot li{
	display:inline-block;
	padding:1px 20px 2px 20px;
	background:url(../../img/base/images/list_mark.gif) no-repeat 1px;
}
#foot p{
	text-align:right;
}
#footer_illust{
	background:url(../../img/base/images/footer_illust.jpg) repeat-x;
	height:204px;
	margin-top:-50px;
}
@media screen and (max-width: 1080px) {
.fnav,
#foot{
	width:95%;
}
}
@media screen and (max-width: 980px) {
.fnav li:first-child,
.fnav li:nth-child(2){
	flex-basis:50%;
	-webkit-flex-basis:50%;
	width:inherit;
	max-width:50%;
}
.fnav li:nth-child(3),
.fnav li:nth-child(4),
.fnav li:nth-child(5){
	flex-basis:33.3%;
	-webkit-flex-basis:33.3%;
	max-width:33.3%;
}
.fnav li:first-child img,
.fnav li:nth-child(2) img,
.fnav li:nth-child(3) img,
.fnav li:nth-child(4) img,
.fnav li:nth-child(5) img{
	width:100%;
	height:auto;
}
}
@media screen and (max-width: 780px) {
#foot ul{
	margin:0 auto;
	text-align:center;
}
#foot li{
	background:none;
	padding:0 10px;
}
#foot li a{
	font-size:12px;
	letter-spacing:0;
}
#foot p{
	font-size:12px;
	letter-spacing:0;
	text-align:center;
	margin:20px auto;
}
}
@media screen and (max-width: 480px) {
.fnav li:first-child,
.fnav li:nth-child(2),
.fnav li:nth-child(3),
.fnav li:nth-child(4),
.fnav li:nth-child(5){
	flex-basis:100%;
	-webkit-flex-basis:100%;
	width:inherit;
	max-width:100%;
}
}


/*-------------------------------------------------------------
　　コンテンツタイトル
-------------------------------------------------------------*/
.content h3{
	width:730px;
	max-width:100%;
	margin-bottom:20px;
	font-size:21px;
	color: #003F7C;
}
.content h3 img{
	width:auto;
	height:auto;
}
.content h3 span b{
	font-family:"Times New Roman", Times, serif;
	font-size:100px;
	font-weight:normal;
	vertical-align:-20px;
}
.content h3 span{
	font-family:"Times New Roman", Times, serif;
	padding-right:1em;
	font-weight:normal;
}


.content h4{
	font-size:14px;
	color:#fff;
	padding:10px;
	background: #6387b4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6387b4), to(#134d84));
	background: -webkit-linear-gradient(#6387b4, #134d84);
	background: -moz-linear-gradient(#6387b4, #134d84);
	background: -ms-linear-gradient(#6387b4, #134d84);
	background: -o-linear-gradient(#6387b4, #134d84);
	background: linear-gradient(#6387b4, #134d84);
	pie-background: linear-gradient(#6387b4, #134d84);
	behavior:url(http://www.r-phone.co.jp/PIE-1.0.0/PIE.htc);
	margin:40px 0 0;
}
.large{
	font-size:19px;
	color:#f67e3b;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 780px) {
.content h4{
	letter-spacing:0;
}
}
@media screen and (max-width: 580px) {
.content h3{
	width:100%;
	margin:0 auto 20px;
	text-align:center;
	line-height:2.4em;
}
.content h3 img{
	width:100%;
	height:auto;
}
.content span{
	display:block;
}
}
/*-------------------------------------------------------------
　　コンテンツゾーニング
-------------------------------------------------------------*/
.content_box{
	width:100%;
}
.content_right{
	width:77%;
	float:right;
}
.content_left{
	float:left;
	width:23%;
	padding-right:5%;
	box-sizing:border-box;
}
.float_box{
	width:100%;
	margin:20px 0;
}
.float_box .left{
	float:left;
	width:60%;
}
.float_box .right{
	float:right;
	width:35%;
}
@media screen and (max-width: 1080px) {
.content_left,
.content_right{
	float:none;
	width:100%;
	padding-right:0;
}
}
@media screen and (max-width: 780px) {
.float_box .left{
	float:left;
	width:50%;
}
.float_box .right{
	float:right;
	width:45%;
}	
.float_box .right img{
	width:100%;
	height:auto;
}
}
@media screen and (max-width: 580px) {
.float_box .left,
.float_box .right{
	float:none !important;
	width:100% !important;
	margin-bottom:30px;
	padding:0;
}
}
/*-------------------------------------------------------------
　　コンテンツナビ
-------------------------------------------------------------*/
.content_left ul{
	margin:0;
	padding:0;
}
.content_left li{
	border-bottom:1px solid #004077;
	border-left:7px solid #004077;
	padding:0;
	margin:10px 0;
}
.content_left li a{
	display:block;
	width:100%;
	padding:10px 0 10px 10px;
}
.content_left li a br{
	display:none;
}
@media screen and (max-width: 1080px) {
.content_left ul{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin-bottom:50px;
}
.content_left li{
	display:flex;
	display:-webkit-flex;
	flex:auto;
	-webkit-flex:auto;
	text-align:center;
}
.content_left li a{
	padding:10px 0;
}
}
@media screen and (max-width: 780px) {
.content_left li{
	border:none;
	padding:0 2px 0 0;
}
.content_left li a{
	border:1px solid #004077;
	text-decoration:none;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
}
.content_left li a span{
	display:none;
}
}
@media screen and (max-width: 480px) {
.content_left ul{
	margin-bottom:30px;
}
.content_left li a br{
	display:block;
}
.content_left li a{
	font-size:10px;
	line-height:1.2em;
	letter-spacing:0;
	
}
}


/*-----------------------------
　ページトップ
-------------------------------*/
#totop{
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index:999999;
}
#totop{
    display:table;
    text-align:center;
    vertical-align:bottom;
    background:#003F7C;
    width:34px;
    height:34px;
    margin:2px auto 0;
    border-radius:17px;
}
#totop a{
    display:table-cell;
    vertical-align:middle;
    font-size:14px !important;
    line-height:0;
    color:#fff !important;
    text-decoration:none;
}





















