@charset "utf-8";

@media (min-width: 768px) {
	.gnavwrap {
		display: block!important;
	}
}

@media (max-width: 767px) {
input[type="submit"] {
  -webkit-appearance: none;
}
select {
	font-size: 16px;
}
textarea {
  -webkit-appearance: none;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
a:hover {
	text-decoration: none;
	opacity:1;
}
img{
	height:auto;
}
body {
	padding-top: 60px;
	min-width: 100%;
	min-height: 100%;
	font-size: 14px;
	word-break:normal;
}
p, dt, dd, li, th, td {
    line-height: 1.5;
}
.fl {
	float: none;
}
.fr {
	float: none;
}
.btn_menu {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../img/common/sp_menu.png);
	background-size: 35px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.active.btn_menu {
	background-image: url(../img/common/sp_menu_02.png);
}

.titlewrap {
	margin-bottom: 20px;
}
.title01 {
	font-weight: bold;
	color: #21A1CF;
}
.title02 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.title02.type_blue {
	color: #01426D;
}
.btn01 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	border-bottom: 3px solid #000;
	font-size: 14px;
}
.btn01::after {
    right: 10px;
    margin-top: -4px;
}
.btn02 {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.btn02::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
    width: 6px;
    height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnlist01 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btnwrap.btnlist02 {
    display: block;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
.cmnwrap01 {
	padding-top: 35px;
	padding-right: 3%;
	padding-bottom: 35px;
	padding-left: 3%;
}
.cmnwrap01.type_sp_footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmnwrap02 {
	padding-right: 3%;
	padding-left: 3%;
}
.cmnanc01 {
	margin-top: -60px;
	padding-bottom: 60px;
}

.headerwrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
}
.headerwrap .headertop {
	padding-top: 9px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	background-color: #000000;
}
.headertop01 {
	float: left;
}
.headertop02 {
	float: left;
}
.headertop03 {
	float: left;
	margin-left: 30px;
	padding-top: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.headertop04 {
	float: right;
	padding-top: 2px;
	font-size: 14px;
}
.headertop04 a {
	color: #fff;
}
.headerbtm {
	position: relative;
	min-height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 3%;
	padding-left: 3%;
	border-bottom: 1px solid #6E6E6E;
}
.headerbtm01 {
	float: left;
	margin-top: 0;
}
.headerbtm01 img {
	height: 30px;
}
.headerbtm02 {
	float: right;
}
.sp_menu {
	position: absolute;
	top: 10px;
	right: 3%;
	width: 40px;
	height: 40px;
	background-size: 35px;
	background-position: center;
	background-image: url(../img/common/sp_menu.png);
}
.sp_menu.active {
	background-image: url(../img/common/sp_menu_02.png);
}
#t_clear {
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10000px;
	z-index: 99;
	filter: alpha(opacity=50);
	-moz-opacity: 0;
	opacity: 0.5;
}
.headerbtm03 {
	float: left;
	margin-left: 20px;
	width: 230px;
}
.gnavwrap {
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: calc(100vh - 61px);
	overflow-y: scroll;
	padding-right: 0%;
	padding-bottom: 120px;
	padding-left: 0%;
	background-color: #EEEEEE;
}
.gnav01 {
	background-color: #EEEEEE;
	overflow-y: scroll;
	
}
.gnav02_wrap {
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}
.gnav02 {
	display: block;
	padding: 0;
	border-right: none;
	border-bottom: 1px solid #6E6E6E;
}
.gnav02:last-child {
	border-bottom: none;
}
.gnav02 > a {
    border-right: none;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
}
.gnav04 {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	color: #444;
    padding-right: 10px;
    padding-left: 10px;
}
.gnav_sp01 {
	display:block;
	padding-bottom: 12px;
	font-size: 12px;
}
.gnav_sp02 {
	padding-left: 1em;
	padding-bottom: 3px;
}
.gnav_sp02::before {
	content: "・";
	font-size: 12px;
}
.footertop {
	background-color: #015C9A;
	color: #fff;
}
.footertop a {
	color: #fff;
}
.footertop01 {
	margin-bottom: 0;
	text-align: center;
}
.footertop01 img {
	height: 30px;
}
.footertop02 {

}
.footertop03 {
	width: 100%;
	float: none;
}
.footertop04 {
	font-weight: bold;
	line-height: 1.6;
}
.footertop05 {

}
.footertop06 {
	font-size: 14px;
}
.footerbtm {
	text-align: center;
}

.footerbtm01 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footerbtm01 img {
	width: 200px;
}
.footerbtm02 {
	padding-top: 15px;
	padding-right: 3%;
	padding-bottom: 40px;
	padding-left: 3%;
	font-size: 12px;
}
.footerbtm03 {
	float: none;
}
.footerbtm04 {
	float: none;
}
.footerbtm05 {
	margin-bottom: 10px;
	font-size: 0;
	text-align: center;
}
.footerbtm06 {
	display: block;
	margin-bottom: 0;
	font-size: 12px;
}
.footerbtm06::after {
	display: none;
}

.footerbtm07 {
	
	font-size: 12px;
}
.pagetop {
    right: 3%;
    bottom: 20px;
	width:30px;
}

.topblock {
	background-color: #fff;
	background-image: none;
	background-size: 100%;
}
.tmain01 {
	background-image: none;
	overflow-x: hidden;
	min-height: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 3%;
	padding-left: 3%;
	height:auto;
}
.slide01 {
	width: 100%;
}
.slick-prev {
	width: 30px;
	height: 30px;
	left: 3%;
}
.slick-next {
	width: 30px;
	height: 30px;
	right: 3%;
}

.tnws01 {
	position: static;
	margin-left:0;
	width: 100%;
	height: auto;
	background-color: #015C9A;
}
.tnws01::before {
	display: none;
}
.tnws02 {
	padding-top: 35px;
	padding-bottom: 15px;
}
.tnws03 {
	width:100%;
	display:table;
}
.tnws04 {
	width: 100%;
	display: block;
	vertical-align: top;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 0;
	padding-bottom: 20px;
}
.tnws04:nth-child(2) {
	border-right: none;
	border-left: none;
}
.tnws05 {
	text-align:center;
	margin-bottom: 10px;
}
.tnws06 {
	margin-bottom:5px;
}
.tnws06 img {
	width: 40px;
}
.tnws07 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.tnws08 {
	text-align:center;
}
.tnws08_spwrap {
	
}
.tnws08 dt {
	color: #26C9FF;
}
.tnws08 dd {
	margin-bottom:10px;
}
.tnws08 dd a {
	color: #fff;
}
.tnws08 {
	text-align:center;
}
.tnws08_btn {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	width: 150px;
}
.tnws09 {
	max-width:380px;
	margin:0 auto;
}
.tnws10 {
	height:auto;
}
.bgbox {
	background-image: url(../img/top/bg03.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
.topblock02 {

}
.topblock02_01 {
	margin-bottom: 35px;
	font-size: 18px;
	text-align: center;
	color: #01426D;
}
.topblock02_02 {
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.topblock02_02.type_noborder {
	padding-top: 0;
	box-shadow: none;
}
.topblock02_02.type_noborder .topblock02_03 {
	margin-bottom: 10px;
	border-right: none;
}
.topblock02_03 {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 50%;
	text-align: center;
	border-right: none;
}
.topblock02_03:nth-child(3n + 1) {
	clear: none;
}
.topblock02_03:nth-child(2n + 1) {
	clear: both;
}
.topblock02_03.type_sp_1line {
	padding-right: 3%;
	padding-left: 3%;
	width: 100%;
	float: none;
}
.topblock02_04 {
	margin-bottom: 10px;
}
.topblock02_04 img {
	width: 80px;
}
.topblock02_05 {
	margin-bottom: 10px;
	font-size: 16px;
}
.topblock02_06 {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.topblock02_03.type_sp_1line .topblock02_06 {
	padding-bottom: 30px;
}
.topblock02_07 {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 230px;
}
.topblock03 {

}
.topblock03_01 {
	margin-bottom: 30px;
}
.topblock03_02 {
	display: table;
	float: none;
	width: 100%;
	font-size: 13px;
	border-right: 1px solid #A3A3A3;
}
.topblock03_02 dt {
	display: table-cell;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 50%;
}
.topblock03_02 dd {
	display: table-cell;
}
.btnwrap {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.btnwrap.type_small {
	margin-top: 15px;
	width: 100%;
}
.topblock04 {
	background-image: url(../img/top/bg04.png);
	background-size: cover;
	background-position: center;
}
.title03 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.topblock04_01 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.topblock04_01::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -80px;
	margin-right: 20px;
	width: 102px;
	height: 52px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/top/pic04.png);
}
.topblock04_01 span {
	font-size: 140px;
	line-height: 1.1;
}
.topblock05 {
	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.topblock05_01 {
	margin-bottom: 40px;
}
.topblock05_02 {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
}
.topblock05_02::after {
	content: '';
	display: block;
	position: absolute;
	top: 80px;
	right: 0;
	width: 22px;
	height: 37px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top/pic05_05.png);
}
.topblock05_02:last-child::after {
	display: none;
}
.topblock05_02 .topblock02_06 {
	margin-top: 0;
}
.topblock05_03 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	color: #00416C;
}
.topblock06 {
	padding-top: 10px;
	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.title04 {
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
.title04 span {
	display: block;
	margin-top: 10px;
	font-size: 46px;
}
.topblock07 {

}
.topblock07_01 {
	padding-right: 100px;
	padding-left: 100px;
}
.topblock07_01.type02 {
	padding-right: 0;
	padding-left: 0;
}
.topblock07_02 {

}
.topblock07_03 {
	float: left;
}
.topblock07_04 {
	float: left;
	margin-top: 66px;
	margin-left: 58px;
	width: 380px;
}
.topblock07_05 {
	margin-bottom: 15px;
}
.topblock07_05 img {
	width: 60px;
}
.topblock07_06 {

}
.topblock07_07 {
	float: none;
	padding-left: 0;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.topblock07_08 {
	float: none;
	padding-right: 0;
	text-align: center;
}
.topblock07_09 {
	margin-bottom: 10px;
}
.topblock07_09 img {
	width: 60px;
}
.topblock08 {
	background-color: #E4F3FF;
}
.topblock08_01 {
	font-size: 18px;
	font-weight: bold;
	color: #00406C;
}
.topblock08_02 {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
	color: #00406C;
	line-height: 1;
}
.topblock08_04 {
	font-weight: bold;
	color: #00406C;
}

.breadcrumb {
	padding-top: 7px;
	padding-right: 3%;
	padding-bottom: 7px;
	padding-left: 3%;
}
.breadcrumb01 {
	font-size: 12px;
	color: #444;
}
a.breadcrumb01::after {
	content: '|';
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.2em;
	margin-right: 6px;
	margin-left: 6px;
}
.underbox {
	padding-top: 30px;
	padding-bottom: 60px;
}
.cdtl {

}
.cdtl01 {
	margin-bottom: 20px;
}
.cdtl02 {
	float: none;
	margin-bottom: 20px;
	width: 100%;
}
.cdtl03 {
	float: none;
	width: 100%;
}
.cdtl04 {
	margin-bottom: 15px;
	font-size: 18px;
}
.cdtl05 {
	margin-bottom: 15px;
}
.cdtl06 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.cmntxt01 {
	font-size: 14px;
}
.cdtl08 {
	margin-bottom: 40px;
}
.cdtl09 {
	display: table;
	table-layout: fixed;
	margin-bottom: 10px;
	width: 100%;
}
.cdtl09:last-child {
	margin-bottom: 0;
}
.cdtl09 dt {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	font-size: 14px;
}
.cdtl09 dd {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 15px;
}
.cdtl10 {
	margin-bottom: 20px;
	font-size: 20px;
}
.cdtl11 {
	margin-bottom: 20px;
}
.cdtl12 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.cdtl13 {

}
.cdtl_loop_item {
	margin-bottom: 40px;
}
.cdtl_loop_item:last-child {
	margin-bottom: 0;
}

.bdtl01 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.bdtl01.type02 {
	margin-bottom: 20px;
}
.bdtl02_wrap {
	margin-bottom: 30px;
	text-align: center;
}
.bdtl02 {
	font-size: 14px;
}
.bdtl04 a {
	font-size: 14px;
}
.html_space {
	margin-bottom: 40px;
}
.bdtl05 {
	margin-bottom: 40px;
}
.bdtl05_01 {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	width: 120px;
}
.bdtl05_01 a {
	display: block;
	position: relative;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #005B99;
	border: 1px solid #005B99;
}
.bdtl05_01.type_prev a {
	padding-right: 0;
	padding-left: 10px;
}
.bdtl05_01 a::before {
	margin-top: -4px;
}

.bdtl06 {

}
.bdtl07 {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.bdtl07:last-child {
	margin-bottom: 0;
}
.bdtl08 {
	margin-bottom: 10px;
}
.bdtl09 {
	font-weight: bold;
}
.titlewrap02 {
	margin-bottom: 15px;
}
.cmnttl01 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.clist01 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.clist01.type_bottom {
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: none;
}
.clist02 {
	float: left;
	padding-top: 7px;
	padding-bottom: 6px;
}
.clist03 {
	float: right;
	font-size: 0;
}
.clist04 {
	display: inline-block;
	margin-left: 12px;
}
.clist05 {
	margin-top: 20px;
	width: 100%;
}
.select01 {
	position:relative;
	display:inline-block;
}
.select01 select::-ms-expand {
	display: none;
}
.select01 select {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.select01.type02 select {
	min-width: 100px;
}
.clist_article {
	margin-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.clist_article_item {
	margin-bottom: 30px;
}
.clist_article_item:last-child {
	margin-bottom: 30px;
}
.blist_list_item {
	width: 100%;
}
.blist_list_item .bdtl09 {
	font-size: 16px;
	font-weight: bold;
}
.blist_list {
	margin-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.blist_list_item {
	display: block!important;
	margin-bottom: 20px;
}
.blist01 {
	margin-bottom: 10px;
}
.blist02 {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.blist02:nth-child(4n) {
	margin-right: 4%;
}
.blist02:nth-child(4n + 1) {
	clear: none;
}
.blist02:nth-child(even) {
	margin-right: 0;
}
.blist02:nth-child(odd) {
	clear: both;
}
.blist03 {
	display: block;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.blist03.current {
	color: #fff;
	background-color: #1A6CA4;
	border: 1px solid #1A6CA4;
}
.blist04 {
	margin-bottom: 12px;
}

.fcs01 {
	margin-bottom:40px;
}
.fcs02 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.fcs02 span {
	line-height: 30px;
	background-size:30px;
	padding-left: 40px;
	padding-top: 3px;
}
.fcs03 {
	width:100%;
	overflow-x:auto;
}
.fcs03 table {
	width:750px;
}
.fcs03 table th {
	font-size: 12px;
	padding: 10px;
}
.fcs03 table td {
	font-size: 12px;
	padding: 10px;
}
.fcs04 {
	font-weight: bold;
}
.fcs04.type02 {
	color: #015C9A;
}
.fcs03 table td .fcs05 {
}
.fcs06 {
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
.fcs07 {
	text-align: center;
	font-weight: bold;
}
.fcs07 a {
	color: #015C9A;
}
.fcs07 a:hover {
	text-decoration:underline;
}
.fcs08 {
	font-size: 12px;
}
.fcs09 {
	margin-top:30px;
}
.fcs10 {
	margin-bottom:20px;
}
.fcs10 li {
	text-indent:-1em;
	margin-left:1em;
	font-size:12px;
}
.fcs10.type01 li {
	text-indent:-2em;
	margin-left:2em;
}
.fcs11 {
	max-width: 100%;
	padding: 15px;
	border-radius:7px;
}
.fcs12 {
	margin-bottom: 20px;
}
.fcs13 {
	max-width: 230px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
.fcs14 {
	text-align:center;
}
th.w01 {
}
th.w02 {
}
th.w03 {
}
th.w04 {
}
th.w05 {
}

.eb01 {
}
.eb02 {
	width:48%;
	margin-left:0;
	margin-bottom:30px;
}
.eb02:nth-child(3n+1) {
	margin-left:0;
	clear: inherit;
}
.eb02:nth-child(odd) {
	clear:both;
}
.eb02:nth-child(even) {
	float:right;
}
.eb03 {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}
.eb04 {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.eb05 {
	margin-bottom:10px;
}
.eb05 dt {
	font-size: 13px;
	margin-bottom:10px;
}
.eb05 dd {
	font-size:12px;
}
.eb06 {
	max-width:100%;
	margin-right: auto;
	margin-left: auto;
}

.spt01 {
	margin-bottom:40px;
}
.spt02 {
}
.spt03 {
	margin-bottom: 25px;
	border-radius:7px;
}
.spt04 {
	padding: 12px;
}
.spt05 {
	font-size: 14px;
	font-weight: bold;
}
.spt06 {
	padding: 15px;
}
.spt07 {
}
.spt08 {
	margin-bottom: 25px;
	padding: 15px;
	word-break: break-all;
}
.spt09 {
}
.spt10 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.spt11 {
}
.spt12 {
	max-width: 100%;
	padding: 15px;
	margin-bottom:40px;
}
.spt13 {
	font-size: 13px;
	text-align: left;
	margin-bottom: 12px;
}
.spt14 {
	text-align:center;
}
.spt15 {
	display:block;
	vertical-align:middle;
	margin-left:0;
	margin-right:0;
	margin-bottom:15px;
	width:100%;
}
.spt15 a {
	font-size: 20px;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
}
.spt15 a span {
	display: inline-block;
	line-height: 40px;
	background-size:40px;
	padding-left: 50px;
	padding-top:1px;
}
.spt15.type02 a span {
}
.spt16 {
	margin-bottom: 25px;
}
.spt17 {
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 4px;
}
.spt18 {
}
.spt19 {
	padding-bottom:20px;
}
.spt19 li {
	margin-bottom:5px;
}
.spt20 {
}
.spt21 {
	width:100%;
}
.spt21:nth-child(odd) {
	float:none;
}
.spt21:nth-child(even) {
	float:none;
}
.spt22 {
	padding:15px;
}
.spt23 {
	width:150px;
	margin-left:auto;
	margin-right:auto;
}
.sptbtm01 {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 3%;
	padding-left: 3%;
}
.sptbtm02 {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.sptbtm03 {
}
.sptbtm04 {
	width: 100%;
	padding: 15px;
	margin-bottom:25px;
}

.sptbtm04:nth-child(odd) {
	float:none;
}
.sptbtm04:nth-child(even) {
	float:none;
}
.sptbtm05 {
	font-size: 18px;
	margin-bottom: 5px;
}
.sptbtm06 {
	font-size: 12px;
	margin-bottom: 5px;
}
.sptbtm07 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
}
.sptbtm08 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 12px;
}
.sptbtm09 {
	margin-left:15px;
	margin-right:15px;
}
.sptbtm09 .btn01 {
	font-size:14px;
}

.mainblock {
	float:none;
	width:100%;
	margin-bottom:30px;
}
.subblock {
	float:none;
	width:100%;
}
.sidemain {
}
.sideblock {
}

.srch01 {
	padding:15px;
}
.srch02 {
	position:relative;
}
.srch03 {
}
.srch03 input {
}
.srch04 {
}
.srch04 input {
    width: 100%;
	padding:7px;
    padding-right: 32px;
	height:32px;
}
.catetitle {
	font-size: 16px;
	font-weight: bold;
	color: #015C9A;
	background-color: #E4F3FF;
	position: relative;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 27px;
	cursor:pointer;
}
.catetitle:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #015C9A;
}
.catetitle.open {
	color: #fff;
	background-color: #015C9A;
}
.catetitle.open:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
}
.catewrap {
	padding:15px;
}
.cate01 a:hover {
	opacity:0.7;
	display:block;
}
.cate02 {
	font-size: 13px;
	display: inline-block;
	position: relative;
	padding-left:12px;
}
.cate02:after {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #015C9A;
    border-right-color: #015C9A;
}
.cate02.current {
	color: #015C9A;
	font-weight: bold;
}
.cate03 {
	padding-left:12px;
}

.srlst01 {
	margin-bottom:30px;
}
.srlst02 {
	margin-bottom:7px;
}
.srlst03 {
}
.srlst04 a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.srlst05 dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:2px;
}


.faqtitle {
	padding: 14px;
}
.faqtitle.open {
	font-weight: bold;
}
.faqtitle span {
	font-size: 14px;
	position: relative;
	background-image: url(../img/common/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	padding-left:34px;
	padding-top:2px;
	min-height:25px;
	display:block;
}
.faq01 {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.faq02 {
}
.faq03 {
	padding: 14px;
}
.faq04 {
	background-image: url(../img/common/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:34px;
	padding-top:1px;
}

.pn {
	margin-top:-60px;
	padding-top:60px;
}

.sgn01 {
	text-align: center;
	padding: 15px;
}
.sgn02 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:5px;
}
.sgn03 {
	font-size: 14px;
	font-weight: bold;
}
.sgn04 {
	font-size: 12px;
}
.sgn05 {
	width: 250px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.sgn05.type02 {
	margin-bottom: 0;
}
.sgn06 {
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1;
}
.sgn07 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
}

.headerbtm03 .btn01 {
	font-size:14px;
}
.topblock03 .btn01 {
	font-size:14px;
}
.topblock07_06 .btn01 {
	font-size:14px;
}

.underbox.typep {
    padding-top: 0;
    padding-bottom: 0;
}

.ptna01 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.ptna02 {
	font-size: 20px;
	margin-bottom: 5px;
}
.ptna03 {
	font-size: 16px;
	margin-bottom: 15px;
}
.ptna04 {
	position: relative;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #2E96F5;
	padding: 12px;
	padding-bottom:5px;
}
.ptna04::before {
	display:none;
}
.ptna05 {
	text-align:left;
	font-size: 0;
	position:relative;
}
.ptna05 li {
	font-size: 14px;
	display: block;
}
.ptna05 li span {
	display: inline-block;
	background-size: 16px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 24px;
	background-position: left 3px;
	line-height:1.5;
}
.pbox01 {
 	max-width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.ptitle01 {
	font-size: 16px;
	margin-bottom: 10px;
}
.ptitle02 {
	font-size: 20px;
	margin-bottom: 25px;
}
.ptitle02.type02 {
}
.ptnb01 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.ptnb02 {
	color: #fff;
	width:100%;
	display:block;
}
.ptnb03 {
	display:block;
	vertical-align:top;
	width:auto;
	margin:0 auto;
	margin-bottom:15px;
}
.ptnb04 {
	display:block;
	vertical-align:top;
	padding-left:0;
}
.ptnb05 {
	font-size: 13px;
	line-height:1.7;
}
.ptnc01 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.ptnc02 {
	text-align:center;
	font-size: 0;
}
.ptnc03 {
	font-size: 18px;
	display: block;
	width:100%;
	vertical-align:top;
	margin-bottom:25px;
}
.ptnc03:nth-child(2) {
	margin-left:0%;
	margin-right:0%;
}
.ptnc03 dt {
 	max-width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
}
.ptnc03 dd {
	font-size: 14px;
	text-align:left;
}

.ptnd01 {
	padding-top: 35px;
}
.ptnd02 {
	font-size: 14px;
	margin-bottom:20px;
}
.ptnd03 {
 	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.ptne01 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.ptne02 {
	text-align:center;
	font-size: 0;
}
.ptne02 li {
	display: block;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
.ptne03 {
	padding-top:25px;
	padding-bottom:25px;
	margin-right: auto;
	margin-left: auto;
	width:40px;
}

.ptnf01 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.ptnf02 {
	text-align:center;
}

.ptng01 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.ptng02 {
	text-align:center;
}
.ptng03 {
	max-width:300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:25px;
}
.ptng03 .btn01 {
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left:30px;
	padding-right:30px;
}
.ptng04 {
	max-width:300px;
	margin-right: auto;
	margin-left: auto;
}
.ptng04 .btn01 {
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left:30px;
	padding-right:30px;
}

.slide01 .slick-slide img {
    display: block;
    height: auto;
    text-align: center;
    width: auto;
    margin: 0 auto;
}
.midt01 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.adt01 .type01 {
	float:none;
}
.adt01 .type02 {
	float:none;
}

body.typemail {
    padding-top: 0px;
}
body.typemail .headerwrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
}
body.typemail .headerwrap .headertop {
    padding-top: 9px;
    padding-right: 3%;
    padding-bottom: 8px;
    padding-left: 3%;
}
body.typemail .headertop03 {
	display:none;
}
.mlad01 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mlad02 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.mlad03 {
	font-size: 12px;
}

.inf07 {
	margin-bottom:20px;
}
.inf08 {
	margin-bottom:10px;
	display:block;
	width:100%;
}
.inf08 dt {
	font-weight:bold;
	display:block;
	vertical-align:top;
	width:auto;
	margin-bottom:3px;
}
.inf08 dt span {
	display: inline-block;
	padding-left: 7px;
	border-left: 5px solid #015C9A;
}
.inf08 dd {
	display:block;
	vertical-align:top;
}



/*add*/
.acbg01 {
}

.acmain01 {
	padding-top: 40px;
	padding-right: 3%;
	padding-bottom: 40px;
	padding-left: 3%;
}
.acmain02 {
	margin-bottom:12px;
}
.acmain02 span {
	display: inline-block;
	font-size: 14px;
	padding-top: 9px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	border-radius:50px;
}
.acmain03 {
	font-size: 24px;
}
.acmain03 span {
	font-size: 22px;
}
.acmain04 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.acmain05 {
	width:80%;
	margin:0 auto;
}
.acmain05 a {
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
	border-radius:7px;
	position:relative;
	box-shadow:1px 3px 0px 0px #000;
}
.acmain05 a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #FFf;
    border-right-color: #FFF;
}

.actitle01 {
	text-align:center;
	margin-bottom:25px;
}
.actitle02 {
	font-size: 14px;
}
.actitle03 {
	font-size: 16px;
}

.acbox01 {
	max-width:94%;
	margin:0 auto;
}

.acm01 {
	padding-top: 30px;
	padding-bottom: 5px;
}
.acm02 {
}
.acm03 {
	width:100%;
	float:none;
	margin-left:0;
	margin-bottom:25px;
}
.acm03:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.acm04 {
	font-size: 15px;
	margin-bottom: 7px;
}
.acm05 {
	text-align:center;
	margin-bottom:15px;
}
.acm06 {
	font-size:13px;
}
.acm06.type02 {
	text-align:center;
	color:#FFF;
}

.acr01 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.acp01 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.acp02 {
}
.acp02 table {
	width:100%;
}
.acp02 table th {
	padding:7px;
	font-size:13px;
}
.acp02 table td {
	padding: 7px;
	font-size:13px;
}

.acf01 {
	padding-top: 30px;
	padding-bottom: 10px;
}
.acf02 {
	padding-top:0;
}
.acf03 {
	width:100%;
	display:table;
	margin-bottom:20px;
	padding-bottom:20px;
}
.acf03:last-child {
	margin-bottom:20px;
	padding-bottom:0;
}
.acf04 {
	display: table-cell;
	vertical-align:middle;
	width:50px;
}
.acf05 {
	display: table-cell;
	vertical-align:middle;
	padding-left:12px;
}
.acf06 {
	font-size:14px;
}
.acf07 {
	font-size:12px;
}

.acq01 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.acq02 {
}
.acq03 {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:solid 1px #cdcdcd;
}
.acq03:last-child {
	margin-bottom:20px;
	padding-bottom:0;
	border-bottom:none 1px #cdcdcd;
}
.acq04 {
	width:100%;
	display:table;
	margin-bottom:15px;
}
.acq04 dt {
	font-size:26px;
	font-weight: bold;
	color:#fff;
	width:50px;
}
.acq04 dt span {
	line-height: 50px;
	display: block;
	height: 50px;
	width: 50px;
}
.acq04.type02 dt span {
	background-color: #01426D;
}
.acq04 dd {
	font-size:14px;
	padding-top:15px;
	padding-left:12px;
}
.acq04.type02 dd {
	font-size:12px;
	font-weight:normal;
	padding-top:15px;
}

.accn01 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.accn02 {
	background-color: #FFF;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
	max-width:100%;
}
.accom {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.accn03 {
	padding-top:30px;
}
.accn03 li {
	font-size:11px;
	text-indent:-1em;
	margin-left:1em;
}
.accn03 li a {
	text-decoration: underline;
}


/*topadd*/
.topblock.typenew {
    background-position: center top -21px;
}
.tnws01.typenew {
	margin-left: 0;
    width: 100%;
    height: auto;
}
.tnws01.typenew .adt01 .type01 {
    float: left;
}
.tnws01.typenew .tnws10 {
    height: auto;
}
.tnws01.typenew .tnws04 {
    padding-right: 3%;
    padding-left: 3%;
}
.tnws01.typenew .tnws05 {
	display:table;
	margin-bottom: 10px;
}
.tnws01.typenew .tnws06 {
	display:table-cell;
	vertical-align:middle;
	width:30px;
}
.tnws01.typenew .tnws06 img {
	line-height:1;
}
.tnws01.typenew .tnws07 {
	display:table-cell;
	vertical-align:middle;
	padding-left:12px;
}
.tnws01.typenew .tnws08 {
	text-align:left;
}
.tnws01.typenew .tnws08 span {
	width: 10em;
	font-weight: bold;
	color: #FFF;
	background-color: #347DAE;
	padding-top: 4px;
	padding-bottom: 3px;
	border-style: none;
	margin-right:7px;
	border-radius:5px;
}
.tnws01.typenew .tnws08 dd {
    margin-bottom: 7px;
	line-height:1.5;
}
.tnws01.typenew .adt01 .type02 {
    float: left;
}
.tnws01.typenew .tnws08_btn {
    margin-right: 7px;
    margin-left: 0;
    padding-top: 7px;
    width: 142px;
}
.tnws01.typenew .btn02 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabt01 {
	width:100%;
	display:block;
}
.tabt02 {
	display:none;
}
.tabt03 {
	width:100%;
	display:block;
	padding:15px;
}
.tabt04 {
	margin-bottom:15px;
}
.tabt05 {
	margin-bottom:7px;
}
.tabt06 {
	font-size: 20px;
	margin-bottom: 15px;
}
.tabt07 {
	font-size: 13px;
}
.nw01 {
	display:block;
	font-size:14px;
}
.topblock02_02.typenew {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
}
.topblock02_02.typenew .topblock02_03 {
    border-right: 1px none #B2B2B2;
	padding-left:15px;
	padding-right:15px;
}
.topblock02_02.typenew .topblock02_04 img {
    width: 100px;
}
.topblock02_02.typenew .topblock02_05 {
    margin-bottom: 12px;
    font-size: 16px;
}
.topblock02_02.typenew .topblock02_06 {
	text-align:left;
}
.topblock03_01.typenew {
	margin-top:20px;
    margin-bottom: 20px;
}
.btnwrap.typenew {
	margin-bottom:20px;
}

.tpp01{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.tpp02{
	font-size: 20px;
	margin-bottom: 20px;
}
.tpp03{
	font-size: 13px;
	margin-bottom: 20px;
}
.tcs01 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tcs02 {
	padding-top:30px;
}
.tcs03 {
	width:100%;
	float:none;
	margin-left:0;
	text-align:center;
}
.tcs03:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.tcs05 {
	text-align:center;
	margin-bottom:15px;
}
.tcs06 {
	font-size:13px;
	text-align:center;
}


.tpp01{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.tpp02{
	font-size: 20px;
	margin-bottom: 15px;
}
.tpp03{
	font-size: 13px;
	margin-bottom: 20px;
}
.topmain .title02 {
    font-size: 20px;
}
.tcs01 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tcs02 {
	padding-top:20px;
}
.tcs03 {
	width:100%;
	float:none;
	margin-left:0;
}
.tcs03:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.tcs05 {
	text-align:center;
	margin-bottom:15px;
}
.tcs06 {
	font-size:14px;
	text-align:center;
}

.tpo01 {
	width: 100%;
	float: none;
	margin-left: 0;
	padding: 15px;
	margin-bottom: 20px;
}
.tpo01:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.tpo02 {
	text-align:center;
	margin-bottom:20px;
}
.tpo03 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}
.tpo04 {
}
.typeadd .topblock03_02 dt {
}
.typeadd .topblock03_02 dd {
}

.typeadd .tpo01 {
	background-color:transparent;
	padding: 0;
	box-shadow: none;
}
.typeadd .tpo02 {
	margin-bottom:14px;
}
.typeadd .tpo03 {
	font-size: 16px;
}
.bgbox.typeadd {
}

.topblock.typeadd {
	background-image: none;
	background-color: #E3EFF7;
}
.tnws01.typenew {
    margin-left: auto;
	margin-right:auto;
    width: 100%;
    height: auto;
	position: relative;
    left: 0;
    background-color: transparent;
    padding-right: 3%;
    padding-left: 3%;
}
.tnws00 {
	background-color: #F9F9F9;
}
.tnws01.typenew.typeadd::before {
	display:none;
}
.btnlist01.type02 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E3EFF7;
	padding-top: 12px;
	padding-bottom: 12px;
    padding-right: 3%;
    padding-left: 3%;
}
.typeadd .tmain01 {
	background-image: url(../img/top/bg_slide.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	height: auto;
	padding-top: 0;
    padding-bottom: 0;
    padding-right: 0%;
    padding-left: 0%;
}
.slidewrap {
	border-bottom: 25px solid #000;
}
.typeadd .slide01 {
    margin-bottom: 0;
}
.typeadd .slick-dots {
    bottom: -21px;
}


.tab_list li {
	cursor: pointer;
	width: 49%;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #A4A4A4;
	font-weight: bold;
	font-size:13px;
}
.tab_list li:first-child {
	margin-left:0;
}
.tab_list li:nth-child(odd) {
	clear:both;
	float:left;
}
.tab_list li:nth-child(even) {
	float:right;
}
.tab_list li.active {
	color: #163C69;
	border-bottom-color: #6AA8EC;
}
.tab_cnt {
 overflow:hidden;
}
.tab_cnt > div {
 display:none;
}
.tab_cnt > div.active {
 display:block;
}
.typeadd .tnws02 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.typeadd .btn02 {
	color: #004370;
	border: 1px solid #004370;
	background-color: #FFF;
	position:relative;
	padding-right: 22px;
	padding-left: 12px;
	display:inline-block;
	width:auto;
}
.typeadd .btn02:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #004370;
    border-right-color: #004370;
}
.tnws01.typenew.typeadd .tnws08_btn {
	margin-right: 7px;
	margin-left: 0;
	padding-top: 7px;
	width: auto;
}

.typeadd .nwswrap {
	height: 145px;
	overflow-y: auto;
	padding: 15px;
	background-color: #FFF;
	border: 1px solid #eee;
	margin-bottom:12px;
	border-radius:7px;
}
.typeadd .tnws08 {
	height: auto;
	overflow-y: auto;
	padding: 0;
	margin-bottom:5px;
	width:100%;
	display:block;
	padding-top: 5px;
}
.tnws01.typenew.typeadd .tnws04 {
    width: 100%;
    display: block;
    vertical-align: top;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.tnws01.typenew.typeadd .tnws08 dt {
	display: block;
	vertical-align: top;
	width: 100%;
	font-weight: bold;
}
.tnws01.typenew.typeadd .tnws08 dd {
    display: block;
	vertical-align:top;
    margin-bottom: 7px;
    line-height: 1.5;
    color: #000;
}
.tnws01.typenew.typeadd .tnws08 dd a {
    color: #000;
}
.tnws01.typenew.typeadd .tnws08 span {
	color: #01426D;
	background-color: #CCDEEB;
	font-weight: bold;
}
.typeadd .slide01 {
    width: 100%;
}
.tnws01.typenew.typeadd .tnws08.typesm dt {
	width: 100%;
}


.adc01 {
	margin-bottom:30px;
}
.adc02 {
	float:none;
	width:50%;
	margin:0 auto;
	text-align:center;
	margin-bottom:15px;
}
.adc03 {
	float:none;
	width:100%;
}
.adc04 {
	font-size: 14px;
	font-weight: bold;
}
.adc04 a {
}
.adc05 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom:12px;
}
.adc06 {
}
.adc07 {
	display:table;
	width:100%;
	margin-bottom:25px;
	font-size:13px;
}
.adc07 dt {
	font-weight: bold;
	display:table-cell;
	vertical-align:top;
	width:6em;
}
.adc07 dt span {
	display: inline-block;
	padding-left: 7px;
	border-left: 3px solid #196CA4;
}
.adc07 dd {
	display:table-cell;
	vertical-align:top;
}
.adc08 {
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.adc09 {
	font-size: 14px;
}
.adc10 {
	font-size: 12px;
}

.typeadd .cdtl09 {
}
.typeadd .cdtl09.type_blue {
}
.typeadd .cdtl09.type_orange {
}
.typeadd .cdtl09 dt {
    width: 6em;
	border-radius:0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.typeadd .cdtl09 dt span {
	display:block;
	padding-top:3px;
}

.cased_maintitle {
	font-size: 16px;
	padding-bottom:4px;
	margin-bottom: 25px;
	border-bottom:solid 2px #196CA4;
}
.cased_txt {
	margin-bottom:25px;
}
.cased_img_right_wrap {
}
.cased_img_right_img {
	float:none;
	width:100%;
	margin-bottom:15px;
}
.cased_img_right_txt {
	float:none;
	width:100%;
}
.cased_img_wrap {
	text-align:center;
	margin-bottom:30px;
}
.cased_img {
	margin-bottom:5px;
}
.cased_img_txt {
	font-size:14px;
	font-weight:bold;
}
.cased_txt_wrap {
	margin-bottom:30px;
}
.cased_title {
	font-size: 14px;
	padding: 7px;
	margin-bottom: 12px;
}
.cased_subtitle {
	font-weight:bold;
	margin-bottom:12px;
}
.cased_btm_wrap {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
.cased_btm_img {
	text-align:center;
	float:none;
	width:100%;
	margin-bottom:15px;
}
.cased_btm_txt {
	float:none;
	width:100%;
}
.cased_btm_title {
	font-size: 15px;
	margin-bottom:7px;
}
.cased_btm_link {
    width: 210px;
}
.cased_btm_link a {
    border-bottom: 2px solid #000;
    font-size: 14px;
    text-decoration: none;
}
.cased_btm_link a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    pointer-events: none;
}

.typeadd .blist02 {
	float: left;
	width: 48%;
	margin-right: 0;
	margin-bottom: 12px;
}
.typeadd .blist02:nth-child(4n) {
	margin-right: 0;
}
.typeadd .blist02:nth-child(4n + 1) {
	clear: inherit;
}
.typeadd .blist02:nth-child(6n) {
	margin-right: 0;
}
.typeadd .blist02:nth-child(6n + 1) {
	clear: inherit;
}
.typeadd .blist03 {
	display: block;
	width: 100%;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 16px;
}
.typeadd .blist03.current {
}
.typeadd .blist02:nth-child(odd) {
	clear: both;
}
.typeadd .blist02:nth-child(even) {
	margin-right: 0;
	float:right;
}

.fcs03.typeprice {
	margin-bottom:12px;
}
.fcs03.typeprice table th {
	padding-top: 10px;
    padding-bottom: 10px;
}
.fcs03.typeprice table td {
	padding-top: 10px;
    padding-bottom: 10px;
}
.fcs03.typeprice table th.prc01 {
	width:25%;
}
.fcs03.typeprice table th.prc01.prc04 {
	width:50%;
}
.prc02 {
	display:inline-block;
	font-weight:normal;
	padding-left:5px;
	vertical-align:middle;
	font-size:12px;
}
.prc03 {
	width:50%;
}
.fcs10.typeprice li {
	font-size:12px;
	text-indent: 0em;
    margin-left: 0em;
}
.prc05 {
	width:25%;
}
.fcs02.type06 span {
}
.prc06 {
	padding: 15px;
}
.prc07 {
}
.prc08 {
	width:100%;
	float:none;
	text-align:center;
	margin-bottom:15px;
}
.prc09 {
	width:100%;
	float:none;
}
.prc10 {
	margin-bottom:20px;
}
.prc11 {
	width:250px;
	margin:0 auto;
	margin-bottom:20px;
}
.btn01.type_price {
}
.prc12 {
	font-size:12px;
}

.fts01 {
	padding-top: 25px;
	padding-right: 3%;
	padding-bottom: 25px;
	padding-left: 3%;
}
.fts02 {
	font-size:16px;
}
.fts03 {
	font-size:12px;
}
.fts04 {
	background-color: #F2FAFF;
	padding-top: 30px;
	padding-bottom: 5px;
}
.fts05 {
	margin-bottom: 30px;
	padding: 15px;
	position: relative;
}
.fts06 {
	position: inherit;
	top:inherit;
	right:inherit;
	text-align:center;
	margin-bottom:15px;
}
.fts07 {
	font-size:20px;
}
.fts08 {
	margin-bottom:20px;
}
.fts09 {
}
.fts10 {
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.fts11 {
	text-align:center;
	margin-bottom:20px;
}
.fts12 {
	margin-bottom: 25px;
	padding: 15px;
	border: 1px solid #277ead;
}
.fts13 {
	font-size: 16px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 45px;
}
.fts13 span {
	position:absolute;
	top:-4px;
	left:5px;
	width:30px;
}
.fts14 {
	font-size: 14px;
	padding: 10px;
	margin-bottom: 15px;
}
.fts15 li {
	padding-bottom: 15px;
	background-size:14px;
	background-position: left 3px;
	padding-left: 20px;
}
.fts16 {
	float:none;
	width:200px;
	margin:0 auto;
}
.fts16 .btn01 {
}
.fts16 .btn01::after {
}
.fts17 {
	padding-top: 30px;
	padding-bottom: 20px;
}


.headerwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
	z-index:9000;
}

	/*202103　追加*/

	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}

	.webs02 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.webs03 {
		line-height: 1.5;
		font-size: 18px;
	}
	.webs04 {
		font-size: 12px;
	}
	.webs05 {
		background-color: #F2FAFF;
	}
	.webs05 .cmnwrap02 {
		position: relative;
	}
	.webs06 {
		position: relative;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 50px;
		width: 100%;
		line-height: 1.5;
	}
	.webs06::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -35px;
		width: 39px;
		height:35px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-image: url(../images/web_ssl/pic01.png);
	}
	.col_red {
		color: #DB0000;
	}
	.webs07 {
		display: block;
		position: static;
		text-align: center;
		padding-bottom: 40px;
	}
	.webs08 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.webs09 {
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: bold;
	}
	.webs10 {
		margin-bottom: 40px;
	}
	.webs11 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.webs11 dt {
		font-size: 16px;
	}
	.webs11 dd {
		color: #686868;
		line-height: 1.7;
	}
	.webs11 dd p {
		padding-left: 1em;
		text-indent: -1em;
	}
	.webs13 {
		float: none;
		padding-bottom: 45px;
		width: 100%;
		text-align: center;
		background-color: #FEFAEE;
		border-radius: 10px;
		overflow: hidden;
	}
	.webs13:nth-child(2) {
		float: none;
	}
	.webs14 {
		margin-bottom: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
		color: #fff;
		background-color: #707070;
		font-size: 16px;
		font-weight: bold;
	}
	.webs13:nth-child(2) .webs14 {
		background-color: #277EAD
	}
	.webs15 {
		margin-bottom: 15px;
		font-size: 14px;
		font-weight: bold;
		color: #000;
	}
	.webs13:nth-child(2) .webs16 {
		margin-top: -26px;
	}
	.webs17 {
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #F2FAFF;
	}
	.webs19 {
		display: table;
		table-layout: fixed;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		border-bottom: 1px solid #D9D9D9;
	}
	.webs19 dt {
		display: table-cell;
		vertical-align: top;
		padding-right: 20px;
		width: 80px;
	}
	.webs19 dd {
		display: table-cell;
		vertical-align: top;
	}
	.webs19_01 {
		margin-bottom: 20px;
		text-align: left;
	}
	.webs20 {
		margin-bottom: 8px;
		font-size: 16px;
		font-weight: bold;
		color: #277EAD;
	}
	.webs21 {
		line-height: 1.7;
	}
	.webs22 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.webs23 {
		display: table;
		table-layout: fixed;
		margin-bottom: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		background-color: #FEF6DF;
		border-radius: 10px;
	}
	.webs24 {
		display: table-cell;
		vertical-align: middle;
		width: 150px;
		text-align: center;
	}
	.webs24 img {
		width: 100px;
	}
	.webs25 {
		display: table-cell;
		vertical-align: middle;
		color: #277EAD;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
	}
	.webs25 a {
		color: inherit;
	}
	.webs26 {
		margin-bottom: 5px;
		color: #277EAD;
	}
	.webs27 {
		margin-bottom: 15px;
		color: #686868;
	}
	.webs28 {
		margin-bottom: 20px;
		overflow-x: scroll;
	}
	.webs28_inner {
		width: 1000px;
	}
	.webs29 {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.webs30 {
		display: table-cell;
		position: relative;
		vertical-align: top;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #277EAD;
		border-left: 1px solid #277EAD;
		color: #195575;
	}
	.webs30:last-child {
		border-right: 1px solid #277EAD;
	}
	.webs30.type_head {
		color: #fff;
		background-color: #277EAD;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.webs30 a {
		font-weight: bold;
		color: inherit;
	}
	.webs32 {
		margin-bottom: 40px;
	}
	.webs33 {
		display: block;
		table-layout: fixed;
		width: 100%;
		padding-top: 30px;
		padding-right: 20px;
		padding-bottom: 30px;
		padding-left: 20px;
		color: #fff;
		background-color: #F26464;
		text-align: center;
	}
	.webs34 {
		display: block;
		padding-bottom: 20px;
		padding-right: 0;
		margin-bottom: 20px;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.webs35 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}
	.webs35::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 3px;
		width: 11px;
		height: 17px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-image: url(../images/web_ssl/pic09.png);
	}
	.webs35.type02 {
		margin-bottom: 10px;
	}
	.webs36 {
		margin-bottom: 18px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	.webs36.type02 {
		margin-bottom: 0;
		line-height: 1.5;
	}
	.webs37 {
		margin-bottom: 16px;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
	}
	.webs37::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-top: -5px;
		margin-right: 5px;
		width: 31px;
		height: 21px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-image: url(../images/web_ssl/pic10.png);
	}
	.webs37_01 {
		display: block;
		padding-left: 0;
	}
	.webs38_btn {
		width: 100%;
	}
	.webs39 {
		padding-top: 40px;
		padding-bottom: 40px;
		color: #fff;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-image: url(../images/web_ssl/bg02.png);
	}
	.webs40 {
		margin-bottom: 18px;
		line-height: 1;
		font-size: 14px;
		font-weight: bold;
	}
	.webs41 {
		margin-bottom: 35px;
		line-height: 1;
		font-size: 20px;
		font-weight: bold;
	}
	.webs42 a {
		display: inline-block;
		padding-top: 18px;
		padding-bottom: 18px;
		width: 260px;
		font-weight: bold;
		color: #fff;
		background-color: #F26464;
		border-radius: 10px;
		background-repeat: no-repeat;
		background-position: center right 10px;
		background-image: url(../images/web_ssl/pic13.png);
	}
	.fcs_add03 {
		overflow-x: scroll;
	}
	/*add*/
	.w_table01 {
		width: 1000px;
	}

.spbtmbnr {
	position:fixed;
	bottom:0;
	width:100%;
	border-top:solid 1px #D2D2D2;
	background-color:#FFF;
	z-index:2000;
	text-align:center;
}
.spbtmbnr a {
	display:block;
	padding:8px 0 15px;
}
.spbtmbnr img {
	height:36px;
}
.footerbtm07 {
    padding-bottom: 78px;
}
.pagetop {
    bottom: 61px;
}
.headerwrap {
	min-width:100%;
}
.title02.type_btm {
}
.newbtm01 {
	text-align:center;
	margin-bottom:15px;
}
.newbtm02 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
}
.newbtm02 span {
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 26px;
	display: inline-block;
	padding-left: 35px;
	background-size:26px;
}
.newbtm02.type01 span {
}
.newbtm02.type02 span {
}
.newbtm03 {
	font-size:34px;
	line-height:1;
	margin-bottom:10px;
}
.newbtm04 {
	display:inline-block;
	padding-left:26px;
	padding-top:4px;
	color: #015C9A;
	background-size:30px;
}
.newbtm04.sp {
	display:inline-block!important;
}
.newbtm05 {
	text-align:center;
	font-size:12px;
	margin-bottom:7px;
}
.newbtm06 {
	text-align: center;
	padding: 15px 7px 10px;
}
.newbtm07 {
	font-size:15px;
	margin-bottom:7px;
}
.newbtm08 {
	font-size:14px;
}
.newbtm08 li {
	margin-bottom:4px;
}
.newbtm09 {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 18px;
	margin-right: 5px;
	line-height:1;
	padding-top:4px;
	padding-bottom:1px;
}
.topblock07_06.typebtm .btn01 {
	padding-top:18px;
	padding-bottom:18px;
	font-size:20px;
}
.topblock07_06.typebtm .btn01::after {
    height: 10px;
	width:10px;
    margin-top: -7px;
}
.topblock07_07.typebtm {
	width:100%;
    padding-left: 0;
	margin-bottom:30px;
}
.topblock07_08.typebtm {
	width:100%;
    padding-right: 0;
}


.flowcmn01 {
	padding: 20px 3%;;
	text-align:center;
}
.flowcmn02 {
	font-size:12px;
}
.flowcmn03 {
	font-size:20px;
}
.flowsignup01 {
}
.flowsignup02 {
}
.flowsignup03 {
	font-size:13px;
	margin-bottom:15px;
}
.flowsignup03 span {
}
.flowsignup03 a {	
}
.flowsignup04 {
	padding: 12px;
	margin-bottom: 25px;
}
.flowsignup05 {
	font-size:12px;
}
.flowsignup06 {
	margin:15px 0 0;
	display: block;
	align-items: center;
	justify-content: space-between;
}
.flowsignup07 {
	width: 100%;
	flex-shrink: 0;
	min-height: 1px;
}
.flowsignup08 {
	width: 30px;
	flex-shrink: 0;
	position:relative;
	margin:20px auto;
}
.flowsignup08:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -10px;
    border-top: 20px solid #169484;
    border-right: 15px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid transparent;
}
.flowsignup09 {
	font-size:13px;
	padding:10px 0 5px;
    border-bottom: solid 2px #015C9A;
}
.flowsignup09 span {
}
.flowsignup10 {
	text-align:center;
	font-size:12px;
	padding:15px;
}
.flowsignup10 a {
}
.flowsignup07 .btnwrap {
	width:80%;
}
.flowsignup07.type01 .btnwrap {
	margin:25px auto 0px;
}
.flowsignup07.type02 .btnwrap {
	margin:25px auto 0px;
}

.fsupadd01 {
	width:100%;
	display:table;
}
.fsupadd01 dt {
	display:table-cell;
	vertical-align:top;
	width:24px;
}
.fsupadd01 dt span {
	color:#FFF;
	font-size: 12px;
	background-color:#277EAD;
	display:block;
	text-align:center;
	line-height:24px;
	padding-top:0;
	border-radius:5px;
}
.fsupadd01 dd {
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
	padding-top:5px;
}


.flowstart01 {
	font-size:12px;
	margin-bottom:15px;
}
.flowstart01 span {
}
.flowstart01 a {
}
.flowstart02 {
}
.flowstart03 {
	margin: 0 auto 30px;
	display:block;
	vertical-align:top;
}
.flowstart03 dt {
	font-size: 14px;
	margin-bottom: 12px;
}
.flowstart03 dt span {
}
.flowstart03 dd {
}
.flowstart04 {
	margin-bottom: 30px;
}
.flowstart05 {
	text-align:center;
	padding: 12px;
	font-size: 16px;
	margin-bottom: 15px;
}
.flowstart06 {
	padding: 12px;
	margin-bottom: 30px;
}
.flowstart07 {
	font-size:12px;
}
.flowstart08 {
	text-align:center;
	font-size: 16px;
	margin-bottom: 15px;
}
.flowstart09 {
	width:100%;
	display:table;
	margin-bottom:20px;
}
.flowstart09 dt {
	display:table-cell;
	vertical-align:middle;
	width:30px;
	vertical-align:top;
}
.flowstart09 dt span {
	font-size: 16px;
	line-height:28px;
	padding-top:2px;
}
.flowstart09 dd {
	padding-left:15px;
	vertical-align:top;
}
.flowstart09 dd .flowstart01 {
	font-size: 15px;
	margin-bottom:0;
}
.flowstart10 {
	text-align:center;
	margin:20px auto 30px;
}
.flowstart11 {
	margin-bottom: 20px;
	font-size: 16px;
	padding: 12px;
	border: 2px solid #277EAD;
}
.flowstart11 span {
	color:#DB0000;
	font-weight:bold;
}




▲SP{
}

}
