@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

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

basic

------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
    font-family: GentiumPlusW;
    font-style: italic;
    src: url(GentiumPlus-I.woff);
    unicode-range: U+0370-03FF, U+1F00-1FFF;
}

*{font-family: GentiumPlusW, Noto Sans JP, Arial, Yu Gothic, "游ゴシック" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic' , sans-serif ;}

body{
	font-size:16px;
	font-size:1.6rem;/*-16px-*/
	line-height:1.6;
	color:#333333;
    font-weight: 400;
	min-width: 1200px;
}

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

shortcodes

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

/* clear
---------------------------------------------- */
.overflow_clear{
	overflow:hidden;
	height:100%;
}

/* color
---------------------------------------------- */
.red01{color: #C51010 !important;}
.red02{color: #FF0000 !important;}

/* text-decoration
---------------------------------------------- */
.underline{text-decoration: underline !important;}

/* indent
---------------------------------------------- */
.indent-1{
	text-indent: -1em;
	padding-left: 1em;
}

/* 上付き文字
---------------------------------------------- */
sup{
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}


/* text-align
---------------------------------------------- */
.align_right{text-align:right !important;}
.align_left{text-align:left !important;}
.align_center{text-align:center !important;}
.center{margin:0 auto !important;}
.left{float:left !important;}
.right{float:right !important;}

/* font
---------------------------------------------- */
.normal{font-weight:normal !important;}
.bold{font-weight:bold !important;}
.italic{font-style: italic !important;}
.f13rem{font-size:1.3rem !important;}

/* vertical-align
---------------------------------------------- */
.valign_top{vertical-align:top !important;}
.valign_middle{vertical-align:middle !important;}
.valign_btm{vertical-align:bottom !important;}

/* visibility
---------------------------------------------- */
.hidden{visibility:hidden !important;}
.visible{visibility:visible !important;}

/* none
---------------------------------------------- */
.none{display:none !important;}
.dis_table{display: table !important;}
.dis_tablecell{display: table-cell !important;}

/* margin
---------------------------------------------- */
.mr_none{margin-right:0px !important;}
.mr_05{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}
.mr_35{margin-right:35px !important;}
.mr_40{margin-right:40px !important;}
.mr_45{margin-right:45px !important;}
.mr_50{margin-right:50px !important;}

.ml_none{margin-left:0px !important;}
.ml_05{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_35{margin-left:35px !important;}
.ml_40{margin-left:40px !important;}
.ml_45{margin-left:45px !important;}
.ml_50{margin-left:50px !important;}

.mt_none{margin-top:0px !important;}
.mt_05{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_25{margin-top:25px !important;}
.mt_30{margin-top:30px !important;}
.mt_35{margin-top:35px !important;}
.mt_40{margin-top:40px !important;}
.mt_45{margin-top:45px !important;}
.mt_50{margin-top:50px !important;}
.mt_60{margin-top:60px !important;}

.mb_none{margin-bottom:0px !important;}
.mb_05{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_35{margin-bottom:35px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_45{margin-bottom:45px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_55{margin-bottom:55px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_65{margin-bottom:65px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_75{margin-bottom:75px !important;}
.mb_80{margin-bottom:80px !important;}
.mb_85{margin-bottom:85px !important;}
.mb_90{margin-bottom:90px !important;}
.mb_95{margin-bottom:95px !important;}
.mb_100{margin-bottom:100px !important;}

/* padding
---------------------------------------------- */
.pl_30{padding-left: 30px;}

.pr_05{padding-right: 5px;}
.pr_15{padding-right: 15px !important;}

/* width
---------------------------------------------- */
.w175{width: 175px !important;}
.w205{width: 205px !important;}
.w350{width: 350px !important;}
.w665{width: 665px !important;}
.w680{width: 680px !important;}
.w700{width: 700px !important;}
.w800{width: 800px !important;}

.w10per{width: 10% !important;}
.w14per{width: 14% !important;}
.w16per{width: 16% !important;}
.w18per{width: 18% !important;}
.w19per{width: 19% !important;}
.w24per{width: 24% !important;}
.w26per{width: 26% !important;}
.w33per{width: 33% !important;}
.w50per{width: 50% !important;}

/* height
---------------------------------------------- */
.h320{height: 320px;}

/* wrap
---------------------------------------------- */
.wrap_blue01{
	background: #E6EFF9;
	border:1px solid #C0C0D1;
	padding: 15px;
}

/* border
---------------------------------------------- */
.bdr_btm01{
	border-bottom: 1px solid #DADAE4;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.bdr_btm02{
	border-bottom: 1px solid #DADAE4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* opacity
---------------------------------------------- */
.opa70:hover{opacity: 0.7;}

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

common

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

#wrap_all{overflow: hidden;}

#container{
	width: 960px;
	float: right;
}

#wrap_type01{
	background: url(../img/bg01.jpg) no-repeat 55% 50%;
	background-attachment: fixed;
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;
	padding: 60px 0 100px;
	overflow: hidden;
}

/*--ページトップボタン--*/
.btn_pagetop a{
	background: url(../img/ico_arrow10.png) no-repeat left 0.55em;
	padding-left: 18px;
	color: #333;
	text-decoration: underline !important;
}

.btn_pagetop a:hover{
	color: #71A5D9;
	text-decoration: none !important;
}

/*--戻るボタン--*/
.btn_back a{
	background: url(../img/ico_arrow09.png) no-repeat left 0.6em;
	padding-left: 13px;
	color: #333;
	text-decoration: underline !important;
}

.btn_back a:hover{
	color: #71A5D9;
	text-decoration: none !important;
}

/*--404ページ--*/
.ttl_404{
	font-size:2.5rem;
	line-height:1.2;
	font-weight:bold;
	padding-bottom:12px;
	margin-bottom:25px;
	border-bottom:3px solid #CEC8C8;
	position:relative;
}

.ttl_404::before{
	content:"";
	display:block;
	width:30%;
	position:absolute;
	bottom:-3px;
	border-bottom:3px solid #2F2F77;
}

/*--link--*/
.link01{
	color: #3354C6;
	text-decoration: underline !important;
}

.link01:hover{
	color: #71A5D9;
	text-decoration: none !important;
}

.link02{
	color: #339966;
	text-decoration: underline !important;
}

.link02:hover{
	color: #336600;
	text-decoration: none !important;
}

/* 見出し
---------------------------------------------- */
.heading01{
	background: url(../img/ico_bdr01.jpg) no-repeat left 0;
	padding: 0 0 10px 15px;
	border-bottom: 2px solid #DADAE4;
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

.heading02{
	background:url(../img/ico_circle02.png) no-repeat left 0.2em;
	padding: 0 0 10px 23px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}

.heading03{
	background: #E6EFF9;
	border-left: 5px solid #2F2F77;
	padding: 10px 10px 10px 15px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2F2F77;
}


/* テーブル
---------------------------------------------- */
/*--type01--*/
.type01{width: 100%;}

.type01 th,
.type01 td{
	border: 1px solid #C0C0D1;
	padding: 15px;
}

.type01 th{
	background: #E6EFF9;
	vertical-align: middle;
}

.type01 td{background: #FFF;}

/* リスト
---------------------------------------------- */
/*--list_type01--*/
.list_type01 li{
	background: url(../img/bg_bdr02.png) repeat-x 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.list_type01 li:last-child{
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*--list_type02--*/
.list_type02 li{
	background: url(../img/ico_circle01.png) no-repeat left 0.6em;
	padding-left: 17px;
	margin-bottom: 8px;
}

.list_type02 li:last-child{margin-bottom: 0;}

.list_type02 li a{
	color: #339966;
	text-decoration: underline !important;
}

.list_type02 li a:hover{
	color: #336600;
	text-decoration: none !important;
}

/*--list_type03--*/
.list_type03 li{
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.list_type03 li:last-child{margin-bottom: 0;}

.list_type03 li a{
	display: block;
	color: #333;
	background: url(../img/ico_arrow06.png) no-repeat left 0.55em;
	padding-left: 15px;
	text-decoration: underline;
}

.list_type03 li a:hover{
	color: #999999;
	text-decoration: none;
}

/* 記事
---------------------------------------------- */
/*--共通--*/
.article{background: url(../img/bg_bdr02.png) repeat-x 0 bottom;}

.article:first-of-type{
	background-image:url(../img/bg_bdr02.png), url(../img/bg_bdr02.png);
	background-repeat: repeat-x, repeat-x;
	background-position: 0 top, 0 bottom;
}

.article a{
	background: url(../img/ico_arrow03.png) no-repeat right center;
	display: block;
	padding: 25px 0;
	color: #333;
	overflow: hidden;	
}

.article time{
	float: left;
	display: block;
	color: #999;
}

/*
.article h3{
	width: 800px;
	padding-left: 4em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
*/

.article h3{
	width: 915px;
	padding-left: 7em;
}

.article a:hover h3{color: #3453C3;}

/*--トピックス--*/
.article_topics{
	background: url(../img/bg_bdr02.png) repeat-x 0 bottom;
	padding: 15px 0;
	display: table;
	width: 100%;
}

.article_topics:first-of-type{
	background-image:url(../img/bg_bdr02.png), url(../img/bg_bdr02.png);
	background-repeat: repeat-x, repeat-x;
	background-position: 0 top, 0 bottom;
}

.article_topics time{
	display: table-cell;
	vertical-align: top;
	width: 120px;
	color: #999;
	padding-top: 3px;
}

.article_topics .inner_r{
	display: table-cell;
	vertical-align: top;
}

.article_topics h3{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.article_topics h3 a{
	background: url(../img/ico_arrow09.png) no-repeat 0 0.6em;
	padding-left: 12px;
	display: inline-block;
	color: #3354C6;
	text-decoration: none
}

.article_topics h3 a:hover{
	color: #71A5D9;
	text-decoration: none;
}

.article_topics .wp_contents{width: 840px;}
.article_topics .wp_contents img{max-width:840px}

/* パンくずリスト
---------------------------------------------- */
#breadcrumb{
	background: #FFF;
	border-bottom: 1px solid #C0C0D1;
}

#breadcrumb ol{
	width:1200px;
	margin:0 auto;
	font-size:1.2rem;
	line-height:1.2;
	overflow:hidden;
	list-style:none;
	padding:10px 0;
}

#breadcrumb ol li{
	float:left;
	background:url(../img/ico_arrow04.png) no-repeat right 0.3em;
	padding-right:15px;
	margin-right:7px;
	color: #929292;
}

#breadcrumb ol li:last-child{
	background:none;
	padding-right:0;
	margin-right:0;
}

#breadcrumb ol li a{color:#3454C7;}

#breadcrumb ol li a:hover{opacity: 0.7;}

/* wordpress wp_contents
---------------------------------------------- */
div.wp_contents{
	overflow:hidden;
	width:960px;
	line-height:1.6;
}

div.wp_contents p{margin-bottom:1.5em;}
div.wp_contents p:last-child{margin-bottom:0;}

div.wp_contents strong{font-weight: bold;}
div.wp_contents del{text-decoration:line-through;}
div.wp_contents em{font-style: italic;}

div.wp_contents hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #DADAE4;
	padding-top: 30px;
	margin-bottom: 60px;
}

div.wp_contents table{width: 100%;}

div.wp_contents table th,
div.wp_contents table td{
	border: 1px solid #CCC;
	padding: 5px;
}

div.wp_contents a{
	color:#3352C5;
	text-decoration:underline;
}

div.wp_contents a:hover{
	color:#71A5D9;
	text-decoration:none;
}

div.wp_contents img{
	max-width:960px;
	height:auto;
}

div.wp_contents .alignleft{float:left;}
div.wp_contents .alignright{float:right;}
div.wp_contents .aligncenter{
	display:block;
	margin:auto;
}

/* wordpress ページネーション
---------------------------------------------- */
div.wp-pagenavi{
	text-align:center;
	padding-top:60px;
	letter-spacing:-0.4em;
}

div.wp-pagenavi span{
	background:#2F2F77;
	color:#FFF;
    display:inline-block;
    margin: 0 8px 0 0;
	padding: 8px 11px;
    line-height: 1;
	letter-spacing:normal;
	border: 1px solid #2F2F77;
	vertical-align: middle;
}

div.wp-pagenavi a{
	background:#FFF;
	color:#2F2F77;
    display:inline-block;
    margin:0 8px 0 0;
	padding:8px 11px;
    line-height:1;
	letter-spacing:normal;
	border: 1px solid #C0C0D1;
	vertical-align: middle;
}

div.wp-pagenavi a:last-child{margin-right: 0;}

div.wp-pagenavi a:hover{
	background:#2F2F77;
	color: #FFF;
	border: 1px solid #2F2F77;
}

div.wp-pagenavi a.previouspostslink{background: url(../img/ico_arrow05.png) no-repeat center center;}
div.wp-pagenavi a.nextpostslink{background: url(../img/ico_arrow06.png) no-repeat center center;}
div.wp-pagenavi a.previouspostslink:hover{background: #2F2F77 url(../img/ico_arrow07.png) no-repeat center center;}
div.wp-pagenavi a.nextpostslink:hover{background: #2F2F77 url(../img/ico_arrow08.png) no-repeat center center;}

div.wp-pagenavi a.previouspostslink,
div.wp-pagenavi a.nextpostslink{
	background-color:#FFF;
	color:#2F2F77;
	padding:8px 16px;
	vertical-align: middle;
	text-indent: -9999px;
}

.first,
.last,
.pages,
.extend{display:none !important;}

/* wordpress 引用
---------------------------------------------- */
blockquote{
  display:inline-block;
  padding:10px 27px 0 27px;
  position: relative;
  color:#999;
}
 
blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
 
  /*フォント*/
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: bold;
 
  /*ポジショニング*/
  position: absolute;
  left: 10px;
  top:0;
}
 
blockquote::after{
  content: "\201D"; /*Unicode for Right Double Quote*/
 
  /*フォント*/
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: bold;
 
  /*ポジショニング*/
  position: absolute;
  right: 10px;
  top:0;
}

/* フォーム関連
---------------------------------------------- */
.form{
	background: url(../img/bg_bdr02.png) repeat-x 0 top;
	width:100%;
}

.form tr{background: url(../img/bg_bdr02.png) repeat-x 0 bottom;}

.form th,
.form td{padding: 20px 0;}

.form th{font-weight: bold;}

.form td{word-break: break-all;}

.form input[type=text],
.form textarea{
	border:1px solid #C0C0D1;
	padding:7px;
	font-size: 1.4rem;
}

textarea{display:block;}

input[type=radio],
input[type=checkbox]{
	margin-right:5px;
	vertical-align:baseline;
}

label{display:inline-block;}

.must{
	color: #3353C9;
}

.ERR{color:#D50000;}

/*--内容確認--*/
input.submit{
	background:url(../img/btn_submit01.jpg) no-repeat 0 0;
 	border:none;
	display:inline-block;
	overflow: hidden;
	text-indent: -9999px;
	width:250px;
	height:70px;
	cursor: pointer;
	padding: 0;
}

input.submit:hover{background:url(../img/btn_submit01_on.jpg) no-repeat 0 0;}

/*--戻る--*/
input.back{
	background:url(../img/btn_back01.jpg) no-repeat 0 0;
	border:none;
	display:inline-block;
	text-indent: -9999px;
	width:250px;
	height:70px;
	cursor: pointer;
	padding: 0;
}

input.back:hover{background:url(../img/btn_back01_on.jpg) no-repeat 0 0;}

/*--送信--*/
input.send{
	background:url(../img/btn_send01.jpg) no-repeat 0 0;
	border:none;
	display:inline-block;
	text-indent: -9999px;
	width:250px;
	height:70px;
	cursor: pointer;
	margin-left:30px;
	padding: 0;
}

input.send:hover{background:url(../img/btn_send01_on.jpg) no-repeat 0 0;}

/*チェックボックス*/
input[type=checkbox]{display:none;}

input[type=checkbox]+label{
	display:block;
	background:url(../img/img_checkbox01.gif) no-repeat 0 4px;
	padding:0 0 0 27px;
	line-height:22px;
	cursor:pointer;
	margin: 0 1em 12px 0;
}

input[type=checkbox]:checked+label{background:url(../img/img_checkbox01_on.gif) no-repeat 0 4px;}
input[type=checkbox]+label:hover{color:#999;}

/* SEARCH
---------------------------------------------- */
#search{
	background:#FFF url(../img/home/txt_search01.jpg) no-repeat left 0;
	background-size: contain;
	padding: 45px 27px 45px 250px;
	border: 1px solid #C0C0D1;
}

#search_inner{
	width: 680px;
	position: relative;
}

#search_inner table{width: 570px;}

#search_inner table td{border: 1px solid #C0C0D1;}

#search_inner input[type=text]{
	border-radius:0;
	border: none;
	padding: 0 5px;
	width: 100%;
	height: 38px;
}

#search_btn{
    background:url(../img/home/btn_search01.jpg) no-repeat 0 0;
    width: 100px;
    height: 40px;
    border: 0;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#search_btn:hover{background:url(../img/home/btn_search01_on.jpg) no-repeat 0 0;}

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

aside

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

#side{
	width: 200px;
	float: left;
}

/*--SEARCH サイド--*/
#side_search{
	width: 220px;
	float: left;
}

#ttl_side_search{
	background: url(../img/ttl_side_search01.jpg) no-repeat 0 0;
	padding: 9px 10px 10px;
	text-align: right;
	margin-bottom: 1px;
}

#ttl_side_search a{display: inline-block;}

.item{
	border-right:1px solid #C0C0D1;
	border-left:1px solid #C0C0D1;
}

.ttl_item{
	background: #C0C0D1 url(../img/ico_arrow10.png) no-repeat 12px 1.3em;
	padding: 10px 10px 10px 27px;
	font-size: 14px;
}

.scroll{
	padding: 1px 1px 1px 5px;
	font-size: 1.3rem;
	height: 156px;
}

#btn_search{
	border: 1px solid #C0C0D1;
	padding: 14px;
}

#btn_search p:hover{opacity: 0.7;}

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

header

------------------------------------------------------------ */
#header{background: #FFF;}

#wrap_top{
	background: #2F2F77;
	padding: 3px 0;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #FFF;
	margin-bottom: 20px;
}

#wrap_top h1{
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}

#header_inner{
	width: 1200px;
	height: 132px;
	margin: 0 auto;
}

#h_logo{text-align: center;}

#h_logo a{
	display: inline-block;
	width: 346px;
	height: 53px;
}

/* ナビ
---------------------------------------------- */
/*--グローバルナビ--*/
.nav_global{background: url(../img/bg_nav01.jpg) repeat-x center 0;}

.nav_global ul{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.nav_global ul li{
	float: left;
	width: 167px;
}

.nav_global ul li.g01{width: 198px;}

.nav_global ul li a{
	display: block;
	height: 55px;
}

.nav_global ul li.g01 a{background: url(../img/nav_global01.png) no-repeat 0 0;}
.nav_global ul li.g02 a{background: url(../img/nav_global01.png) no-repeat -198px 0;}
.nav_global ul li.g03 a{background: url(../img/nav_global01.png) no-repeat -365px 0;}
.nav_global ul li.g04 a{background: url(../img/nav_global01.png) no-repeat -532px 0;}
.nav_global ul li.g05 a{background: url(../img/nav_global01.png) no-repeat -699px 0;}
.nav_global ul li.g06 a{background: url(../img/nav_global01.png) no-repeat -866px 0;}
.nav_global ul li.g07 a{background: url(../img/nav_global01.png) no-repeat -1033px 0;}

.nav_global ul li.g01 a:hover{background: url(../img/nav_global01.png) no-repeat 0 -55px;}
.nav_global ul li.g02 a:hover{background: url(../img/nav_global01.png) no-repeat -198px -55px;}
.nav_global ul li.g03 a:hover{background: url(../img/nav_global01.png) no-repeat -365px -55px;}
.nav_global ul li.g04 a:hover{background: url(../img/nav_global01.png) no-repeat -532px -55px;}
.nav_global ul li.g05 a:hover{background: url(../img/nav_global01.png) no-repeat -699px -55px;}
.nav_global ul li.g06 a:hover{background: url(../img/nav_global01.png) no-repeat -866px -55px;}
.nav_global ul li.g07 a:hover{background: url(../img/nav_global01.png) no-repeat -1033px -55px;}

.nav_global ul li a span{display: none;}

/*--言語ナビ--*/
.nav_lang{margin: 0 0 10px 0;}

.nav_lang ul{
	overflow: hidden;
	width: 251px;
	margin-left: auto;
}

.nav_lang ul li{
	background: url(../img/bg_bdr01.png) no-repeat right 0;
	float: left;
	font-size: 1.2rem;
	margin-right: 10px;
}

.nav_lang ul li:last-child{
	background: none;
	margin-right: 0;
}

.nav_lang ul li:last-child a{padding-right: 0;}

.nav_lang ul li a{
	background: url(../img/ico_arrow11.gif) no-repeat left 0;
	display: block;
	min-height: 20px;
	color: #333;
	padding: 0 20px 0 30px;
	line-height: 16px;
}

.nav_lang ul li a:hover, a:visited, a:link, a:active{
	text-decoration: none;
}

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

footer

------------------------------------------------------------ */
#footer{background: #FFF;}

#footer_inner01{
	background: #2F2F77;
	padding: 40px 0;
	margin-bottom: 50px;
}

#footer_inner02{
	width: 1000px;
	margin: 0 auto;
	display:-webkit-flex;/*--safari用--*/
	display:flex;
}

.small{
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 20px;
}

.f_contents01{
	padding: 0 20px;
	border-left: 1px solid #4343A5;
	border-right: 1px solid #1D1D49;
}

.f_contents01:first-child{
	border-left:none;
	padding-left: 0;
}

.f_contents01:last-child{
	border-right:none;
	padding-right: 0;
}

.f_txt{margin-bottom: 10px;}

.f_txt a{
	background: url(../img/ico_arrow01.png) no-repeat 0 0.3em;
	color: #FFF;
	display: inline-block;
	padding-left: 23px;
	font-weight: bold;
}

.f_txt a:hover{color: #71A5D9;}

/* リスト
---------------------------------------------- */
#list_f_sns{
	width: 210px;
	margin: 0 auto 50px;
	overflow: hidden;
}

#list_f_sns li{
	float:left;
	margin-right: 40px;
}

#list_f_sns li:last-child{margin: 0;}

/*--f_list01--*/
.f_list01 li{margin-bottom: 10px;}

.f_list01 li:last-child{margin-bottom: 0;}

.f_list01 li a{
	background: url(../img/ico_arrow01.png) no-repeat 0 0.3em;
	color: #FFF;
	display: block;
	padding-left: 25px;
	font-weight: bold;
}

.f_list01 li a:hover{color: #71A5D9;}

/*--f_list02--*/
.f_list02 li{margin-bottom: 5px;}

.f_list02 li:last-child{margin-bottom: 0;}

.f_list02 li a{
	background: url(../img/ico_arrow02.png) no-repeat 0 0.55em;
	color: #FFF;
	display: block;
	padding-left: 18px;
	font-size: 1.4rem;
}

.f_list02 li a:hover{color: #71A5D9;}

/* ページトップ
---------------------------------------------- */
#pagetop{
	position: fixed;
	right: 20px;
	bottom:30px;
	z-index: 100;
}

#pagetop a{
	background: url(../img/btn_pagetop01.png) no-repeat 0 0;
	display: block;
	width: 100px;
	height: 100px;
}

#pagetop a:hover{background: url(../img/btn_pagetop01_on.png) no-repeat 0 0;}

#pagetop a span{display: none;}
