@charset "utf-8";

a {
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.pc_none {
	display: none;
}

#wpadminbar {
	display: none;
}

/*============================================================================
	PC非表示
==============================================================================*/
.hiddenPc{
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}
.gFont{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.global_menu a{
	position: absolute;
	right: 20px;
	top: 40px;
	margin-right: 0px;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	z-index: 1080;
	cursor: pointer;
}



/*============================================================================
	下部関連記事リンク
==============================================================================*/
.article-list {
	margin-bottom: 80px;
}
.article-item {
	list-style: none;
}
.article-item:not(:last-child) {
	margin-bottom: 20px;
}
.article-item a {
	display: block;
}
.article-item dl {
	display: flex;
	align-items: center;
}
.article-item-term {
	width: 120px;
	margin-right: 20px;
}
.article-item-term img {
	width: 120px !important;
	height: 80px !important;
	object-fit: cover;
	border-radius: 5px;
}


/*============================================================================
	下層
==============================================================================*/
#hero_sub01 {
	position: relative;
	width: 1280px;
	max-width: 100%;
	height: 300px;
	margin: 68px auto 0;
	background:#FFEFE1 url(../img/bg_mainsub01@2x.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	padding-top: 120px;
	box-sizing: border-box;
}
#hero_sub02 {
	position: relative;
	width: 1280px;
	max-width: 100%;
	height: 300px;
	margin: 68px auto 0;
	background:#FFEFE1 url(../img/bg_mainsub02@2x.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	padding-top: 120px;
	box-sizing: border-box;
}
#hero_sub03 {
	position: relative;
	min-width: 1280px;
	width: 100%;
	height: 300px;
	margin: 68px auto 0;
	background:#FFEFE1 url(../img/bg_mainsub03@2x.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	padding-top: 120px;
	box-sizing: border-box;
}
.sub_title{
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #00509E;
}

/*パンくず*/
.breadcrumb{
	margin: 10px 0 0 3rem;
	padding: 6px 0 !important;
	box-sizing: border-box;
	background: none !important;
}
.breadcrumb ul {
    display: flex;
}
.breadcrumb ul li{
    display: flex;
    list-style: none;
    margin-right: 3px;
    font-size: 12px;
	color: #545454;
}
.breadcrumb ul li a{
	color: #545454;
}
.breadcrumb li::before {
    content: "＞";
    margin-right: 3px;
}

.breadcrumb li:first-child::before {
    content: "";
}

/*メッセージメイン*/
.messageBlock{
	width: 100%;
	height: 640px;
	background:url(../img/messe_img@2x.png) no-repeat right top;
	background-size: 640px 500px;
	position: relative;
	margin-bottom: 80px;
}

.messageTitle01{
	background: #1A63C2;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	padding: 12px;
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	top: 260px;
	left: 60px;
}
.messageTitle02{
	background: #1A63C2;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	padding: 12px;
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	top: 335px;
	left: 60px;
}

.messageBtmL{
	position: absolute;
	bottom: 16px;
	left: 60px;
	background: #FFF;
	width: 260px;
	text-align: center;
	padding: 50px 0px 0;
}
.messageBtmL span{
	margin-top: 10px;
	font-weight: 600;
}
span.mssT01{
	display: block;
	color: #2E2D2C;
	font-size: 14px;
	line-height: 140%;
}
span.mssT02{
	display: block;
	color: #2E2D2C;
	font-size: 30px;
	line-height: 140%;
}
span.mssT03{
	display: block;
	color: #96BFE2;
	font-size: 20px;
	line-height: 140%;
	font-family: futura-pt, sans-serif;
	font-style: italic;
}
.messageBtmR{
	position: absolute;
	top: 500px;
	right: 0px;
	width: 530px;
	color: #2E2D2C;
	font-size: 12px;
	padding: 30px 0 0;
	line-height: 1.666666666666667;
	text-align: left;
}

.psr-pc {
	position: relative;
	top: -10px;
}


/*============================================================================
	SNS
==============================================================================*/

.sns {
    margin: 8px auto 18px;
    text-align: right;
}

.sns ul {
    margin: 0 auto;
    list-style: none;

}

.sns li {
    display: inline-block;
    text-align: center;
    width: 14%;
    margin: 0px 2px 0px 2px;
}

.sns li a {
    display: block;
    font-size: 100%;
    padding: 6px 0px 6px 0px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.sns li a i{
	margin-right: 0px;
}

.sns li a:hover {
    -webkit-transform:translate3d(0px,2px,1px);
    -moz-transform:translate3d(0px,2px,1px);
    transform:translate3d(0px,2px,1px);
    box-shadow:none;
}


.sns .twitter a {
    background: #00acee;
}


.sns .facebook a {
    background: #3b5998;
}

.sns .googleplus a {
    background: #db4a39;
}

.sns .hatebu a {
    background: #5d8ac1;
}

.sns .line a {
    background: #25af00;
}

.sns .pocket a {
    background: #f03e51;
}

.sns .rss a {
    background: #ffb53c;
}

.sns .instagram a {
    background: #e02c75;
    background-image: -webkit-linear-gradient(top, #e02c75, #fabd53);
    background-image: -moz-linear-gradient(top, #e02c75, #fabd53);
    background-image: -ms-linear-gradient(top, #e02c75, #fabd53);
    background-image: -o-linear-gradient(top, #e02c75, #fabd53);
    background-image: linear-gradient(to bottom, #e02c75, #fabd53);
}

/* 目次 */
.contentsListBlockOuter{
width: 80%;
margin: 100px auto 80px;
position: relative;
}
.contentsListIcon{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
}
.contentsListIcon img{width: 60px;}
.contentsListBlock{
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	margin: 0 auto 20px;
	background: #FFF;
	border: 1px solid #E6F6FF;
/*
	border-top: 1px solid #E6F6FF;
	border-right: 10px solid #E6F6FF;
	border-bottom: 10px solid #E6F6FF;
	border-left: 1px solid #E6F6FF;
*/
}


.contentsListBlock::before{
position: absolute;
content: "";
	bottom: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
background: url(../img/bg_contents.gif);
z-index: -2;
}


h3.contentsListTitle{
	display: block;
	font-size: 22px;
	font-weight: normal;
	color: #00509E;
	text-align: center;
	margin: 16px auto 20px;
    z-index: 1000;
}


ul.contentsListBox{

}
ul.contentsListBox li{
list-style: none;
padding: 6px 0;
	border-bottom: 1px dotted #293233;
}
ul.contentsListBox li a{
	display: block;
	width: 100%;
	background:url(../img/icon_contentsList2@2x.png) no-repeat right center;
	background-size: 21px 21px;
	padding: 10px 24px 10px 0;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
}
ul.contentsListBox li a span{
	display: block;
	padding: 2px 8px;
	background: #00509E;
	color: #FFF;
	border-radius: 6px;
	float: left;
	margin-right: 8px;
	font-size: 14px;
}

/*

.contentsListBlock{
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: url(../img/bg_contents.gif);
	font-size: 22px;
	color: #00509E;
	font-weight: normal;
	margin: 0 auto 20px;
}
.contentsListBlock:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #00509E;
	background: #FFF;
}

*/

/* pagerBox */
.flex{
display: flex;
vertical-align: top;
margin-bottom: 20px;
}
.between{
justify-content: space-between;
}
.pagerL{
	width: 41px;
}
.pagerR{
	width: 41px;
}

/* pager */
.pager{
	text-align:center;
	margin: 20px auto 0px auto;
}

.pager ul{
	margin: 0 auto;
}
.pager ul li {
	display: inline-block;
	list-style: none;
}
.pager ul li a.pagerList{
	display: block;
	padding:10px 14px;
	text-align: center;
/*	background-color:#222222;*/
	color: #00509E;
	font-weight:bold;
	border-radius: 3px;
}
.pager ul li a.pagerList:hover{
	background-color:#00509E;
	color: #ffffff;
	text-decoration: none;
}
.pager ul li a.now{
	display: block;
	padding:10px 14px;
	background-color:#00509E;
	font-weight:bold;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}

/*============================================================================
	index頭部
==============================================================================*/

#hero {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 68px auto 0;
	background:#ffefe1 url(../img/bg_main@2x.png) no-repeat;
	background-size: cover;
}

#fvOuter{
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.fvC{
	width: 540px;
	height: 540px;
	margin: 70px auto 0px;
	background: url(../img/main_heart@2x.png) no-repeat;
	background-size:540px 473px;
	text-align: center;
	position: relative;
}
.fvC01{
	position: absolute;
	display: block;
	color: #2E2D2C;
	font-size: 22px;
	line-height:180%;
	width: 100%;
	text-align: center;
	top: 100px;
}
.fvC02{
	position: absolute;
	top: 150px;
	display: block;
	color: #00509E;
	font-size: 74px;
	line-height:120%;
	width: 100%;
	text-align: center;
}
.underFV {
  background: linear-gradient(transparent 70%, #F7D2C6 30%);
  font-weight: 600;
}

.fvR{
	position: absolute;
	right: 0;
	top: -6px;
	width: 320px;
	margin: 0px auto 0px;
}
.fvR01{
	position: absolute;
	top: 80px;
	display: block;
	color: #2E2D2C;
	font-size: 15px;
	line-height:140%;
	width: 100%;
	text-align: left;
}
.fvR02{
	position: absolute;
	top: 238px;
	left: -40px;
	width: 300px;
}
.fvR03{
	position: absolute;
	top: 280px;
	right: 20px;
	width: 120px;
	font-weight: 600;
	line-height: 140%;
	text-align: left;
}
.fvR03 .bbb03{
	font-size: 29px;
	font-weight: 600;
	line-height: 140%;
}
a.fvR04{
	position: absolute;
	top: 480px;
	right: 20px;
	width: 114px;
	height: 114px;
	display: block;
	cursor: pointer;
	color: #FFF;
	background: #DA3C42;
	font-weight: 500;
	border-radius: 60px;
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 34px;
	text-decoration: none;
}
a.fvR04:hover{
	background: #b8292e;
	color: #FFF;
	text-decoration: none;
}


/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo{
	margin: 8px auto 8px 20px;
	float: left;
}
h1#logo a{
	display:block;
	width:336px;
	height:49px;
	background: url(../img/logo.svg) no-repeat;
	background-size: cover;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
	overflow:hidden;

}
h1#logo a:hover { text-decoration:none;}


/*============================================================================
	中の話#mainCont
==============================================================================*/

/* Main部分バナー */
.logoBn{ width:100%; margin: 0 auto; padding:0 0 40px 0; text-align:center; clear: both;}
.logoBn img{ width:100%;}
.logo2Bn{ width:100%; margin: 0 auto; padding:0 0 10px 0; text-align:center; clear: both;}
.logo2Bn img{ width:100%;}
.mainBn{ width:600px; margin: 0 auto; padding:0px 0 40px 0; text-align:center; clear: both;}
.mainBn img{ width:100%;}

/* マージン */
.mt40{margin-top: 40px;}
.mt80{margin-top: 80px;}
.mb80{margin-bottom: 80px;}
.mt90{margin-top: 90px;}
.mtM10{margin-top: -10px;}
.mtM20{margin-top: -20px;}

.indexTitle{
	margin: 60px auto 30px auto;
	text-align: center;
	color: #222;
	font-size: 28px;
	font-weight: normal;
}
.indexText{
	width: 900px;
	margin: 10px auto 40px auto;
	text-align: center;
	line-height: 180%;
	color: #222;
	font-size: 140%;
}

/* ページ見出し部分 */

h2.h2Title{
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #EBF0F7;
	font-size: 22px;
	font-weight: 600;
	color: #00509E;
	margin: 0 auto 20px;
}
h2.h2Title:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #00509E;
}

h2.h2Title01{
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #E6F6FF;
	font-size: 22px;
	color: #00509E;
	font-weight: 600;
	margin: 0 auto 20px;
}
h2.h2Title01:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #00509E;
}

h3.h3Title{
	box-sizing: border-box;
	background: url(../img/bg_h3@2x.png) no-repeat left top;
	background-size: 5px 22px;
	padding-left: 20px;
	font-size: 20px;
	color: #2E2D2C;
	font-weight: 600;
	margin: 0 auto 20px;
}
h4.h4Title{
	display: inline-block;
	margin: 1.5rem 0 1rem;
	padding: 8px 15px 6px;
	background: #fff292;
	font-size: 18px;
	font-weight: bold;
}
h4.h4Title:first-of-type{
	margin-top: 0;
}
h4.h4Title:not(:first-of-type){
	margin: 0.5rem 0 1rem;
}

/*
p.mainText{
	width: 100%;
	margin:0px auto 40px;
	color: #2E2D2C;
	font-size: 16px;
	line-height:180%;
}
*/
.mainText{
	width: 100%;
	margin:0px auto 40px;
	color: #2E2D2C;
	font-size: 16px;
	line-height:180%;
}

.mainText.pr {
	border: 1px solid #4b7eb9;
	padding: .5rem 0;
	font-size: .9rem;
}

.mainText img{
    width:100%;
    height:auto;
}

.mainText .wp-caption{
    width:80% !important;
    height:auto;
    margin: auto;
}

.wp-caption-text {
	text-align: left;
}

.mainText a{
	color:#0056b3;
}

.centerText{
	text-align: center;
}
.textRight{
	width: 100%;
	margin:10px auto 0px auto;
	text-align: right;
	font-size: 14px;
}
.textRight i{
	margin-right: 6px;
}

/* main */

.boardBox{
	width: 100%;
	margin:40px auto 80px;
	position: relative;
}
.h2Read{
	position: absolute;
	top: -40px;
	left: -10px;
	width: 300px;
	height: 69px;
	font-size: 24px;
	box-sizing: border-box;
	padding-top: 8px;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	background: url(../img/bg_midashi@2x.png) no-repeat;
	background-size: 300px 69px;
}

.boardMain{
	padding: 40px 30px 30px;
	background: url("../img/boardMain_bg.gif") left top repeat;
	box-shadow: 8px 8px #EBF0F7;
}
.boardMainL{
	float: left;
	width: 60px;
	margin-right: 40px;

}
.boardMainL img{
	width: 60px;
}
.boardMainR{
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: #2E2D2C;
}

.boardMainW{
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	color: #2E2D2C;
}
.boardTime{
	width: 100%;
	margin: 0px auto 8px;
	padding-left: 22px;
	background: url(../img/icon_time@2x.png) left center no-repeat;
	background-size: 14px 14px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #A0A0A0;
	line-height: 160%;
}

.speech-bubbles {
	position: relative;
	padding: 15px 20px 0;
	border-radius: 15px;
	border: 1px solid #044e9c;
}
.speech-bubbles:before {
	border-color: transparent #044e9c transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	content: "";
	display: block;
	height: 0;
	left: -1px;
	position: absolute;
	top: 1rem;
	-webkit-transform: translateX(-11px);
	transform: translateX(-11px);
	width: 0;
	z-index: -1;
}
.speech-bubbles:after {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 11px 11px 11px 0;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: calc(1rem + 1px);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 0;
}



/* rightCont内 */
.rightTitleBox{
	height: 60px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 30px;
	padding-left: 50px;
	padding-top: 10px;
}
.rightTitleBox span {
	position: relative;
	top: 10px;
}
span.cca{
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.18em;
	font-style: normal;
}
.under01 {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 15%, rgba(247,210,198,1) 15%, rgba(247,210,198,1) 35%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 100%);
}
.under02 {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 15%, rgba(203,219,235,1) 15%, rgba(203,219,235,1) 35%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 100%);
}
.rightTitleBG01{
	background: url(../img/index_img3@2x.png) left center no-repeat;
	background-size: 34px 60px;
}
.rightTitleBG02{
	background: url(../img/index_img4@2x.png) left center no-repeat;
	background-size: 35px 45px;
}

.new_icon{
	display: block;
	position: absolute;
	top: -10px;
	right: -3px;
	background: #cc0000;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	width: 36px;
	height: 36px;
	border-radius: 30px;
	box-sizing: border-box;
	padding-top: 11px;
}

/* 1 */
.inlineBlock1{
	margin: 12px auto 20px auto;
	text-align: center;
}
.inlineBlock1 a.inlineBlockOne1{
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0 0px;
	padding:0 0 25px;
	text-decoration: none;
}
.inlineBlock1 a.inlineBlockOne1 h4.inlineBlockTitle1{
	text-align: left;
	font-size: 14px;
	color: #2E2D2C;
	font-weight: 600;
	margin: 0px auto 12px auto;
	line-height: 160%;
}
.inlineBlock1 a.inlineBlockOne1 .inlineBlockImg1{
	text-align: center;
	width: 100%;
	margin:0 auto 12px;
}
.inlineBlock1 a.inlineBlockOne1 .inlineBlockText1{
	width: 100%;
	margin: 0px auto 3px;
	padding-left: 14px;
	background: url(../img/icon_time@2x.png) left 4px no-repeat;
	background-size: 10px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	color: #A0A0A0;
	line-height: 160%;
}

.ctaBtnBox{
 margin: 10px auto 60px;
}
a.ctaBtn {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
	background:#FFF url(../img/bg_rightBtn@2x.png) 95% center no-repeat;
	background-size: 20px 20px;
	color: #2E2D2C;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 18px 0px 18px 0px;
	margin: 0 auto 0px auto;
	border: 1px solid #00509E;
	border-radius: 10px;
	box-shadow: 5px 5px 0px rgba(0, 80, 158, 0.30);
}
a.ctaBtn:hover{
	text-decoration: none;
}


/* 2 */
.inlineBlock2{

	margin: 0px auto 20px auto;
	text-align: center;
}
.inlineBlock2 a.inlineBlockOne2{
	position: relative;
	display: block;
	vertical-align: top;
	margin: 12px 0px 0px 0px;
	padding: 15px 0;
	border-bottom: 1px solid #DBDBDC;
	text-decoration: none;
}
.inlineBlock2 a.inlineBlockOne2 .inlineBlockOne2L{
	float: left;
	width: 190px;
}
.inlineBlock2 a.inlineBlockOne2 .inlineBlockOne2R{
	float: right;
	width: 120px;
}
.inlineBlock2 a.inlineBlockOne2 h4.inlineBlockTitle2{
	text-align: left;
	font-size: 14px;
	color: #2E2D2C;
	font-weight: 600;
	margin: 0px 0 12px 0;
	line-height: 140%;
}
.inlineBlock2 a.inlineBlockOne2 .inlineBlockImg2{
	text-align: center;
	width: 100%;
	margin:0 auto 12px;
}
.inlineBlock2 a.inlineBlockOne2 .inlineBlockText2{
	width: 100%;
	margin: 0px auto 8px;
	padding-left: 18px;
	background: url(../img/icon_time@2x.png) left center no-repeat;
	background-size: 10px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	color: #A0A0A0;
	line-height: 100%;
}


/* 10　メイン用 */
.inlineBlock10{
	margin: 0px auto 20px auto;
	text-align: left;
}
.inlineBlock10 a.inlineBlockOne10{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 420px;
	margin: 0 8px 30px 8px;
	padding: 0 0 12px;
	text-decoration: none;
	min-height: 300px;
	background: #F9F9F9;
}
.inlineBlock10 a.inlineBlockOne10 .inlineBlockText10{
	width: 90%;
	margin: 0px auto 8px;
	padding-left: 18px;
	background: url(../img/icon_time@2x.png) left center no-repeat;
	background-size: 10px 10px;
	text-align: left;
	font-size: 12px;
	color: #A0A0A0;
	line-height: 160%;
}
.inlineBlock10 a.inlineBlockOne10 h4.inlineBlockTitle10{
	width: 95%;
	text-align: left;
	font-size: 14px;
	color: #2E2D2C;
	font-weight: normal;
	margin: 0px auto 12px auto;
	line-height: 140%;
}
.inlineBlock10 a.inlineBlockOne10 .inlineBlockImg10{
	text-align: center;
	width: 100%;
	margin:0 auto 12px;
}


/* rightSnsBox */
.rightSnsBox{
	border: 8px solid #FFEFE1;
	box-sizing: border-box;
	padding: 24px 12px;
}

.rightSnsTitle{
	text-align: center;
	font-size: 13px;
	color: #2E2D2C;
	margin-bottom: 12px;
}

.rightSnsIcon{
	text-align: center;
}
.rightSnsIcon span{
	display: inline-block;
	width: 42px;
	margin: 0 4px;
}
.rightSnsIcon span img{
	width: 42px;
}


/* テーブル */

.table01 {
	width: 80%;
	margin-bottom: 30px;
}
.table01 th {
	font-weight: normal;
}
.table01 th,
.table01 td {
	padding: 10px 15px;
	border: 1px solid #00509E;
}
.table01 thead th,
.table01 tbody td {
	text-align: center;
}
.table01 thead th,
.table01 .bg-blue {
	background: #E6F6FF;
}
.table01 tbody th {
	background: #f1f1f1;
}
.table01 b {
	font-weight: bold;
}


/*============================================================================
	foot
==============================================================================*/
.footBox{
	display: inline-flex;
	color: #969798;
	vertical-align: middle;
	margin: 0 40px 0 10px;
}
.footBox img{
	width: 270px;
	margin-top: 5px;
}

ol.subList{padding:5px 5px; list-style-type:none;}
ol.subList li{
	float: left;
font-size:14px;
color: #2E2D2C;
box-sizing: border-box;
margin-left: 12px;
padding: 0px 0px 0px 16px;
list-style: none;
background: url(../img/bg_rightBtn@2x.png) left center no-repeat;
background-size: 10px 10px;
line-height: 140%;
list-style-position:outside;
}

/* page-top */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gototop@2x.png);
	background-size: 53px 53px;
	width: 53px;
	height: 53px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gototop@2x.png);
	background-size: 53px 53px;
}

