@charset "utf-8";
/*////////////////////////////////////////////////////
	common
////////////////////////////////////////////////////*/

.sp {
	display: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
}
body {
	font-size: 16px;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: left;
	color: #000;
	width: 100%;
	min-width: 1200px;
	word-break: normal;
	position: relative;
	overflow-x: hidden;
	padding-top:166px;
}
.underpage #container {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.pn {
	margin-top:-166px;
	padding-top:166px;
}
p, dt, dd, li, th, td {
	line-height: 1.5;
}
/*clearfix */
.clearfix::after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
h1 {
	margin-bottom: inherit;
	background: inherit;
	padding: inherit;
	border-radius: inherit;
	font-size: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-rendering: inherit;
}
input[type="submit"], input[type="checkbox"], label, button, select {
	cursor: pointer;
}
input[type="submit"] {
	border: none;
}
input, button, select {
	background-color: #fff;
	border-radius: 0;
}
button {
	border: none;
}
input {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
select {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	
}
textarea {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 16px;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	text-decoration: none;
}
.hover:hover {
	transition: 0.2s;
	opacity: 0.7;
	cursor: pointer;
}
.link01 {
	text-decoration: none;
}
.link01:hover {
	text-decoration: underline;
}

a.alink {
	color: #015C9A;
	text-decoration: none;
}
a.alink:hover {
	text-decoration: underline;
}

.linkn {
	cursor: default;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.db {
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.acccont {
	display: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
 
/*.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}*/
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
/*.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}*/
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
.wp-caption {
    background: #eee;
    border: 1px solid #ddd;
    max-width: 96%;
    padding: 10px;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px 0;
}
.titlewrap {
	text-align: center;
	margin-bottom: 40px;
}
.title01 {
	font-weight: bold;
	color: #21A1CF;
}
.title02 {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
.title02.type_blue {
	color: #01426D;
}
.btn01 {
	font-weight: bold;
	color: #FFF;
	background-color: #F07800;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 18px;
	position: relative;
	border-radius: 7px;
	border-bottom: 3px solid #000;
	font-size: 16px;
	text-decoration:none;
}
.btn01:hover {
	text-decoration:none;
}
.btn01.type_thin {
	padding-top: 14px;
	padding-bottom: 12px;
}
.btn01::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;
}
.btn01.type_green {
	background-color: #169484;
}
.btn01.type_blue {
	background-color: #0173BE;
}
.btn01.type_gray {
	background-color: #898989;
}
.btn01.type_2line {
	padding-top: 7px;
	padding-bottom: 4px;
	line-height: 1.3;
}
.btn02 {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
}
.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);
}
.btn02.type02 {
	color: #015C9A;
	border: 1px solid #015C9A;
}
.btn02.type02::after {
	border-top-color: #015C9A;
	border-right-color: #015C9A;
}
.btnlist01 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btnwrap.btnlist02 {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.cmnwrap01 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}
.cmnwrap02 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.addhead02.typehead {
    position: absolute;
    top: 10px;
    right: 230px;
}
.headnew02.typehead {
    margin-right: 0;
}

.headerwrap {
	position:fixed;
	top:0;
}
.headerwrap .headertop {
	padding-top: 9px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	background-color: #000000;
	position:relative;;
}
.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 {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.headerbtm01 {
	float: left;
	margin-top: 5px;
}
.headerbtm02 {
	float: right;
}
.headerbtm03 {
	float: left;
	margin-left: 20px;
	width: 230px;
}
.gnavwrap {
	background-color: #EEEEEE;
}
.gnav01 {
	
}
.gnav02_wrap {
	font-size: 0;
	text-align: center;
}
.gnav02 {
	display: inline-block;
	vertical-align: middle;
	padding-top: 16px;
	padding-bottom: 16px;
}
.gnav02 > a {
	border-right: 1px solid #6E6E6E;
	padding-right: 10px;
	padding-left: 10px;
	display:block;
}
.gnav03 {
	display: block;
	font-size: 16px;
}
.gnav04 {
	display: block;
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.subnav01 {
	position:relative;
}
.subnav01:hover {
	background-color: #015C9A;
}
.subnav01:hover:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 56px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #015C9A;
	z-index:1200;
}
.subnav01:hover > a {
	color: #FFF;
}
.subnav02 {
	display: none;
	position: absolute;
	z-index:1000;
	text-align: left;
	width: 200px;
	background-color: #fff;
	border: 1px solid #CCC;
	padding:15px;
	padding-bottom:10px;
	left: -1px;
	top:56px;
}
.subnav03 li {
	margin-bottom:5px;
}
.subnav03 li a {
	font-size: 14px;
	display: block;
	font-weight: bold;
	color: #444;
}
.subnav03 li a:hover {
	opacity:0.8;
}

.footertop {
	background-color: #015C9A;
	color: #fff;
}
.footertop a {
	color: #fff;
}
.footertop01 {
	margin-bottom: 60px;
	text-align: center;
}
.footertop02 {
	
}
.footertop03 {
	width: 25%;
	float: left;
}
.footertop04 {
	font-weight: bold;
	line-height: 1.6;
}
.footertop05 {
	
}
.footertop06 {
	font-size: 14px;
}
.footerbtm {
}

.footerbtm01 {
	padding-top: 28px;
	padding-bottom: 28px;
	text-align: center;
	border-bottom: 1px solid #CDCDCD;
}
.footerbtm02 {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 120px;
	padding-left: 50px;
	font-size: 12px;
}
.footerbtm03 {
	float: left;
}
.footerbtm04 {
	float: right;
}
.footerbtm05 {
	
	font-size: 0;
	text-align: right;
}
.footerbtm06 {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
}
.footerbtm06::after {
	content: '|';
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
}
.footerbtm06:last-child::after {
	display: none;
}
.footerbtm07 {
	font-size: 12px;
}
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
}

.acctitle {
	position:relative;
}
.acctitle:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #444;
}
.acctitle.open:before {
    margin-top: -10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #444;
}

.topblock {
	background-color: #0E649F;
	background-image: url(../img/top/bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
@media (min-width: 1921px) {
.topblock {
	background-size:100%;
}
}
.tmain01 {
	background-image: url(../img/top/bg_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 535px;
	padding-top: 30px;
}
.slide01 {
	margin-right: auto;
	margin-left: auto;
	width: 865px;
	margin-bottom: 55px;
}
.slick-prev {
	width: 44px;
	height: 44px;
	left: -50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/common/btn_prev.png);
	background-color: transparent;
	transition: 0.2s;
}
.slick-next {
	width: 44px;
	height: 44px;
	right: -50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/common/btn_next.png);
	background-color: transparent;
	transition: 0.2s;
}
.slick-prev:hover,.slick-next:hover {
	opacity: 0.7;
}
.tnws01 {
	position: relative;
    left: 50%;
    margin-left: -823px;
    width: 1636px;
    height: 700px;
}
.tnws01::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #015C9A;
	z-index: 0;
	transform: skew(-24deg);
}
.tnws02 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 5px;
	position: relative;
	z-index:1;
}
.tnws03 {
	width:100%;
	display:table;
}
.tnws04 {
	width: 33%;
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.tnws04:nth-child(2) {
	border-right: 1px solid #80AECD;
	border-left: 1px solid #80AECD;
}
.tnws05 {
	text-align:center;
	margin-bottom:18px;
}
.tnws06 {
	margin-bottom:5px;
}
.tnws07 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.tnws08 {
	text-align:center;
}
.tnws08 dt {
	color: #26C9FF;
}
.tnws08 dd {
	margin-bottom:15px;
	color: #fff;
}
.tnws08 dd a {
	color: #fff;
}
.tnws08 {
	text-align:center;
}
.tnws08_btn {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	width: 142px;
}
.tnws09 {
	max-width:380px;
	margin:0 auto;
}
.tnws10 {
	height:655px;
	overflow-y: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: 30px;
	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;
	width: 33.3%;
	text-align: center;
	border-right: 1px solid #B2B2B2;
}
.topblock02_03:last-child {
	border-right: none;
}
.topblock02_03:nth-child(3n + 1) {
	clear: both;
}
.topblock02_04 {
	margin-bottom: 20px;
}
.topblock02_05 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #00416C;
}
.topblock02_06 {
	padding-bottom: 20px;
	font-size: 18px;
}
.topblock02_07 {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 230px;
}
.topblock03 {
	
}
.topblock03_01 {
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	max-width: 800px;
	border-bottom: 1px solid #A3A3A3;
}
.topblock03_02 {
	display: table;
	float: left;
	width: 50%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #A3A3A3;
	border-left: 1px solid #A3A3A3;
}
.topblock03_02:nth-child(2n) {
	border-right: 1px solid #A3A3A3;
}
.topblock03_02 dt {
	display: table-cell;
	padding-top: 14px;
	padding-bottom: 13px;
	width: 50%;
	color: #005B99;
	background-color: #E4F3FF;
	border-right: 1px solid #A3A3A3;
}
.topblock03_02 dd {
	display: table-cell;
	color: #005B99;
}
.btnwrap {
	margin-right: auto;
	margin-left: auto;
	width: 380px;
}
.btnwrap.type_small {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 320px;
}
.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: 40px;
}
.topblock07_06 {
	
}
.topblock07_07 {
	float: left;
	padding-left: 35px;
	width: 415px;
	text-align: center;
}
.topblock07_08 {
	float: right;
	padding-right: 35px;
	text-align: center;
}
.topblock07_09 {
	margin-bottom: 15px;
}
.topblock08 {
	background-color: #E4F3FF;
}
.topblock08_01 {
	font-size: 24px;
	font-weight: bold;
	color: #00406C;
}
.topblock08_02 {
	margin-bottom: 10px;
	font-size: 52px;
	font-weight: bold;
	color: #00406C;
	line-height: 1;
}
.topblock08_04 {
	font-weight: bold;
	color: #00406C;
}

.breadcrumb {
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 13px;
	padding-left: 50px;
	background-color: #F2FAFF;
}
.breadcrumb01 {
	font-size: 14px;
	color: #444;
	font-weight: bold;
}
a.breadcrumb01::after {
	content: '|';
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.2em;
	margin-right: 12px;
	margin-left: 12px;
}
.underbox {
	padding-top: 60px;
	padding-bottom: 120px;
	color: #444;
}
.cdtl {
	
}
.cdtl01 {
	margin-bottom: 35px;
}
.cdtl02 {
	float: left;
	width: 554px;
}
.cdtl03 {
	float: right;
	width: 386px;
}
.cdtl04 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #196CA4;
}
.cdtl04 a {
	color: #196CA4;
}
.cdtl05 {
	margin-bottom: 15px;
}
.cdtl06 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.cmntxt01 {
	font-size: 15px;
}
.cdtl08 {
	margin-bottom: 100px;
}
.cdtl09 {
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
	width: 100%;
}
.cdtl09:last-child {
	margin-bottom: 0;
}
.cdtl09 dt {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background-color: #169484;
	border-radius: 2px;
	text-align: center;
}
.cdtl09.type_blue dt {
	background-color: #015C9A;
}
.cdtl09.type_orange dt {
	background-color: #F07800;
}
.cdtl09 dd {
	display: table-cell;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 15px;
}
.cdtl10 {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.cdtl11 {
	margin-bottom: 30px;
	text-align: center;
}
.cdtl12 {
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.cdtl13 {
	
}
.cdtl_loop_item {
	margin-bottom: 80px;
}
.cdtl_loop_item:last-child {
	margin-bottom: 0;
}
.bdtl01 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.bdtl01.type02 {
	margin-bottom: 30px;
}
.bdtl02_wrap {
	margin-bottom: 30px;
	text-align: center;
}
.bdtl02 {
	font-size: 15px;
}
.bdtl04 {
	font-size: 0;
}
.bdtl04 a {
	font-size: 15px;
	color: #196CA4;
}
.bdtl04 a::after {
	content: ",";
	display: inline-block;
}
.bdtl04:last-child a::after {
	display: none;
}
.html_space {
	margin-bottom: 60px;
}
.bdtl05 {
	margin-bottom: 70px;
	font-size: 0;
	text-align: center;
}
.bdtl05_01 {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	width: 150px;
}
.bdtl05_01 a {
	display: block;
	position: relative;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 14px;
	font-weight: bold;
	color: #005B99;
	border: 1px solid #005B99;
}
.bdtl05_01 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #005B99;
	border-right: 2px solid #005B99;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bdtl05_01.type_prev a::before {
	left: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.bdtl06 {
	
}
.bdtl07 {
	float: left;
	width: 232px;
	margin-right: 24px;
}
.bdtl07:last-child {
	margin-right: 0;
}
.bdtl08 {
	margin-bottom: 10px;
    text-align: center;
    display: table;
    width: 100%;
}
.bdtl08 a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.bdtl09 {
	font-size: 16px;
	font-weight: bold;
}
.bdtl09 a {
	color: #444;
}
.titlewrap02 {
	margin-bottom: 30px;
}
.cmnttl01 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.clist01 {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.clist01.type_bottom {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: none;
}
.clist02 {
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
.clist03 {
	float: right;
	font-size: 0;
}
.clist04 {
	display: inline-block;
	margin-left: 12px;
}
.clist05 {
	margin-top: 20px;
	width: 230px;
}
.select01 {
	position:relative;
	display:inline-block;
}
.select01 select::-ms-expand {
	display: none;
}
.select01 select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 20px;
	color: #000;
	background-color: #fff;
	border: 1px solid #C5C5C5;
	font-size: 16px;
	font-weight: bold;
}
.select01::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 6px;
	width: 10px;
	height: 6px;
	background-image: url(../img/common/parts_select.png);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
.select01.type02 select {
	min-width: 140px;
}
.clist_article {
	margin-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.clist_article_item {
	margin-bottom: 70px;
}
.clist_article_item:last-child {
	margin-bottom: 40px;
}
.blist_list_item {
	width: 480px;
}
.blist_list_item .bdtl09 {
	font-size: 18px;
	font-weight: bold;
}
.blist_list {
	margin-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.blist_list_item {
	float: left;
	margin-bottom: 40px;
}
.blist_list_item:nth-child(odd) {
	clear: both;
}
.blist_list_item:nth-child(even){
	float: right;
}
.blist01 {
	margin-bottom: 30px;
}
.blist02 {
	float: left;
	width: 241px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.blist02:nth-child(4n) {
	margin-right: 0;
}
.blist02:nth-child(4n + 1) {
	clear: both;
}
.blist03 {
	display: block;
	width: 100%;
	float: left;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #D6D6D6;
	text-align: center;
	color: #444444;
}
.blist03.current {
	color: #fff;
	background-color: #1A6CA4;
	border: 1px solid #1A6CA4;
}
.blist04 {
	margin-bottom: 12px;
}

.fcs01 {
	margin-bottom:60px;
}
.fcs02 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.fcs02 span {
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	padding-left: 70px;
	padding-top: 3px;
}
.fcs02.type01 span {
	background-image: url(../img/function/icon_01.png);
}
.fcs02.type02 span {
	background-image: url(../img/function/icon_02.png);
}
.fcs02.type03 span {
	background-image: url(../img/function/icon_03.png);
}
.fcs02.type04 span {
	background-image: url(../img/function/icon_04.png);
}
.fcs02.type05 span {
	background-image: url(../img/function/icon_05.png);
}
.fcs03 {
}
.fcs03 table {
	width:100%;
}
.fcs03 table th {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	background-color: #E4F3FF;
	border: 1px solid #D6D6D6;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
}
.fcs03 table td {
	font-size: 15px;
	border: 1px solid #D6D6D6;
	vertical-align: middle;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
}
.fcs04 {
	font-weight: bold;
}
.fcs04.type02 {
	color: #015C9A;
}
.fcs04 a {
	color: #015C9A;
}
.fcs04 a:hover {
	text-decoration:underline;
}
.fcs05 {
}
.fcs06 {
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
.fcs06.type02 {
	font-weight: normal;
}
.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:15px;
}
.fcs10.type01 li {
	text-indent:-2em;
	margin-left:2em;
}
.fcs11 {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F6F6F6;
	padding: 35px;
	border-radius:7px;
}
.fcs12 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.fcs13 {
	max-width: 230px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}
.fcs14 {
	text-align:center;
}
th.w01 {
	width:15.5em;
}
th.w02 {
}
th.w03 {
	width:9em;
}
th.w04 {
	width:9em;
}
th.w05 {
	width:4em;
}
th.w06 {
	width:9em;
}

.eb01 {
}
.eb02 {
	width:320px;
	float:left;
	margin-left:20px;
	margin-bottom:60px;
}
.eb02:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.eb03 {
	margin-bottom: 15px;
	display: table;
	width: 100%;
	padding: 20px;
	border: 1px solid #CCC;
	table-layout:fixed;
}
.eb04 {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.eb05 {
	margin-bottom:20px;
}
.eb05 dt {
	font-size: 18px;
	font-weight: bold;
	color: #015C9A;
	text-align: center;
	margin-bottom:10px;
}
.eb05 dd {
	font-size:15px;
}
.eb06 {
	max-width:235px;
	margin-right: auto;
	margin-left: auto;
}

.spt01 {
	margin-bottom:60px;
}
.spt02 {
}
.spt03 {
	margin-bottom: 35px;
	border: 1px solid #CCC;
	border-radius:7px;
}
.spt04 {
	background-color: #F2FAFF;
	border-bottom: 1px solid #CCC;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-radius:7px 7px 0 0;
}
.spt05 {
	font-size: 20px;
	font-weight: bold;
}
.spt06 {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.spt07 {
}
.spt08 {
	margin-bottom: 35px;
	border: 1px solid #CCCCCC;
	border-radius:7px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	word-break: break-all;
}
.spt09 {
}
.spt10 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin-bottom: 14px;
	padding-bottom: 10px;
}
.spt11 {
}
.spt12 {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 7px;
	padding-top: 35px;
	padding-right: 12px;
	padding-bottom: 35px;
	padding-left: 12px;
	background-color: #F6F6F6;
	margin-bottom:60px;
}
.spt13 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.spt14 {
	text-align:center;
}
.spt15 {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	margin-right:10px;
	width:300px;
}
.spt15 a {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #169484;
	text-align: center;
	position: relative;
	border-radius: 7px;
	border-bottom: 3px solid #000;
	font-size: 24px;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
}
.spt15 a span {
	display: inline-block;
	line-height: 55px;
	background-image: url(../img/support/icon_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	padding-top:3px;
}
.spt15.type02 a span {
	background-image: url(../img/support/icon_02.png);
}
.spt16 {
	margin-bottom: 35px;
	border: 1px solid #CCC;
	border-radius:7px;
}
.spt17 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #015C9A;
	border-radius: 7px 7px 0 0;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 4px;
}
.spt18 {
}
.spt19 {
	padding-bottom:20px;
}
.spt19 li {
	margin-bottom:5px;
}
.spt19 li span {
	color: #015C9A;
}
.spt20 {
}
.spt21 {
	width:480px;
}
.spt21:nth-child(odd) {
	float:left;
}
.spt21:nth-child(even) {
	float:right;
}
.spt22 {
	padding:30px;
}
.spt23 {
	width:150px;
	margin-left:auto;
	margin-right:auto;
}
.sptbtm01 {
	background-color: #E4F3FF;
	color: #444;
	padding-top: 70px;
	padding-bottom: 70px;
}
.sptbtm02 {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.sptbtm03 {
}
.sptbtm04 {
	background-color: #FFF;
	width: 480px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border: 1px solid #CCC;
}

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

.mainblock {
	float:right;
	width:75%;
}
.subblock {
	float:left;
	width:21%;
}
.sidemain {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.sideblock {
	border-bottom: 1px solid #CCC;
}

.srch01 {
	padding:22px;
}
.srch02 {
	position:relative;
}
.srch03 {
}
.srch03 input {
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url(../img/common/btn_search.png);
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.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;
    top: 17px;
    left: 12px;
    width: 0;
    height: 0;
    margin-top: 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;
    top: 20px;
    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 {
	color:#444;
}
.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;
    top: 5px;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: 0;
    -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;
}
.cate04 {
	padding-left:24px;
}

.srlst01 {
	margin-bottom:35px;
}
.srlst02 {
	margin-bottom:10px;
}
.srlst03 {
}
.srlst04 a {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #CCC;
	color:#444;
	text-decoration:underline;
}
.srlst05 dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:5px;
}

.faqtitle {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
}
.faqtitle.open {
	font-weight: bold;
}
.faqtitle span {
	font-size: 16px;
	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:1px;
}
.faq01 {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.faq02 {
}
.faq03 {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom: 1px solid #CCC;
}
.faq04 {
	background-image: url(../img/common/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:34px;
	padding-top:1px;
}

.sgn01 {
	text-align: center;
	padding: 50px;
	border: 1px solid #CCC;
	border-radius:7px;
}
.sgn02 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom:5px;
}
.sgn03 {
	font-size: 20px;
	font-weight: bold;
}
.sgn04 {
}
.sgn05 {
	width: 355px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
.sgn05.type02 {
	margin-bottom: 0;
}
.sgn06 {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.sgn07 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding-top: 45px;
}


.pagenav {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tnws08 span {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	border: 1px solid #FFF;
	position:relative;
	top:-2px;
}


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

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

.ptna01 {
	background-image: url(../img/partner/bg_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
	padding-top: 170px;
	padding-bottom: 170px;
}
.ptna02 {
	font-size: 60px;
	font-weight: bold;
	color: #198CF4;
	text-align: center;
	margin-bottom: 5px;
}
.ptna03 {
	font-size: 24px;
	font-weight: bold;
	color: #198CF4;
	text-align: center;
	margin-bottom: 25px;
}
.ptna04 {
	position: relative;
 	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.ptna04::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #2E96F5;
	z-index: 0;
	transform: skew(-24deg);
}
.ptna05 {
	text-align:center;
	font-size: 0;
	position:relative;
}
.ptna05 li {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
}
.ptna05 li span {
	display: inline-block;
	background-image: url(../img/partner/pic_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.pbox01 {
 	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.ptitle01 {
	font-size: 24px;
	font-weight: bold;
	color: #00FFFF;
	text-align: center;
	margin-bottom: 15px;
}
.ptitle02 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}
.ptitle02.type02 {
	color: #000;
}
.ptnb01 {
	background-image: url(../img/partner/bg_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 100px;
}
.ptnb02 {
	color: #fff;
	width:100%;
	display:table;
}
.ptnb03 {
	display:table-cell;
	vertical-align:top;
	width:284px;
}
.ptnb04 {
	display:table-cell;
	vertical-align:top;
	padding-left:35px;
}
.ptnb05 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align:left;
	line-height:1.7;
}
.ptnc01 {
	padding-top: 70px;
	padding-bottom: 100px;
	background-color:#fff;
}
.ptnc02 {
	text-align:center;
	font-size: 0;
}
.ptnc03 {
	font-size: 18px;
	display: inline-block;
	width:30%;
	vertical-align:top;
}
.ptnc03:nth-child(2) {
	margin-left:5%;
	margin-right:5%;
}
.ptnc03 dt {
	margin-bottom:25px;
}
.ptnc03 dd {
	font-size: 18px;
	text-align:left;
}

.ptnd01 {
	padding-top: 70px;
	background-color: #F0F0F0;
}
.ptnd02 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align:center;
	margin-bottom:20px;
}
.ptnd03 {
	text-align:center;
}

.ptne01 {
	padding-top: 70px;
	padding-bottom: 80px;
	background-color:#fff;
}
.ptne02 {
	text-align:center;
	font-size: 0;
}
.ptne02 li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 20px;
}
.ptne03 {
	padding-top:25px;
}

.ptnf01 {
	background-image: url(../img/partner/bg_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 100px;
}
.ptnf02 {
	text-align:center;
}

.ptng01 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptng02 {
	text-align:center;
}
.ptng03 {
	max-width:580px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:35px;
}
.ptng03 .btn01 {
    padding-top: 28px;
    padding-bottom: 26px;
}
.ptng04 {
	max-width:510px;
	margin-right: auto;
	margin-left: auto;
}
.ptng04 .btn01 {
    padding-top: 28px;
    padding-bottom: 26px;
}

.blist04 {
	display:table;
	width:100%;
	table-layout:fixed;
}
.blist04 a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.blist04 img {
	width:100%;
}

.slide01 .slick-slide img {
    display: block;
    height: 330px;
    text-align: center;
    width: auto;
    margin: 0 auto;
}

.mid01 {
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}
.mid01 a {
	display:block;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}
.mid02 {
	display: inline-block;
	position: relative;
	padding-left:12px;
}
.mid02:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -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;
}
.midt01 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
}

.adt01 .type01 {
	float:left;
}
.adt01 .type02 {
	float:right;
}

.inf01 {
	padding-top:12px;
}
.inf02 {
	margin-top: 15px;
	padding-top: 15px;
    border-top: 1px solid #D6D6D6;
}
.inf03 {
	font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: #015C9A;
    position: relative;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 11px;
    padding-left: 15px;
}
.inf05 a {
	display: block;
	margin-top: 10px;
	border: solid 1px #ccc;
	padding-bottom: 10px;
	background-color: #F7F7F7;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 10px;
	font-size:12px;
}
.inf06 {
	text-align:right;
	font-size:12px;
	margin-bottom:10px;
}
.link02 {
	text-decoration:underline;
}

.breadcrumb.typemail {
    background-color: transparent;
}
.mlad01 {
	background-color: #F7F7F7;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left:3%;
	padding-right:3%;
}
.mlad02 {
	font-size: 30px;
	font-weight: bold;
	color: #444;
	margin: 0px;
	padding: 0px;
}
.mlad03 {
	font-size: 18px;
    font-weight: bold;
    color: #C6C6C6;
}

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

/*add*/
.acbg01 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005e9b+0,005e9b+35,4fafc4+65,4fafc4+100 */
background: rgb(0,94,155); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,94,155,1) 0%, rgba(0,94,155,1) 35%, rgba(79,175,196,1) 65%, rgba(79,175,196,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,94,155,1) 0%,rgba(0,94,155,1) 35%,rgba(79,175,196,1) 65%,rgba(79,175,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,94,155,1) 0%,rgba(0,94,155,1) 35%,rgba(79,175,196,1) 65%,rgba(79,175,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e9b', endColorstr='#4fafc4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.acmain01 {
	background-image: url(../img/acting/main.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
	padding-top: 205px;
	padding-right: 3%;
	padding-bottom: 285px;
	padding-left: 3%;
}
.acmain02 {
	margin-bottom:20px;
}
.acmain02 span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-top: 9px;
	padding-right: 80px;
	padding-bottom: 7px;
	padding-left: 80px;
	border-radius:50px;
}
.acmain03 {
	font-size: 64px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-shadow:2px 2px 0px #000;
}
.acmain03 span {
	font-size: 58px;
	color: #FFFF4C;
}
.acmain04 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.acmain05 {
	width:460px;
	margin:0 auto;
}
.acmain05 a {
	display: block;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	background-color: #F07800;
	padding-top: 22px;
	padding-bottom: 20px;
	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:40px;
}
.actitle02 {
	font-size: 24px;
	font-weight: bold;
	color: #005E9B;
}
.actitle03 {
	font-size: 40px;
	font-weight: bold;
}
.actitle01.type02 .actitle02 {
	color: #63A5C4;
}
.actitle01.type02 .actitle03 {
	color: #FFF;
}

.acbox01 {
	max-width:1000px;
	margin:0 auto;
}

.acm01 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.acm02 {
}
.acm03 {
	width:296px;
	float:left;
	margin-left:56px;
}
.acm03:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.acm04 {
	font-size: 28px;
	font-weight: bold;
	color: #005E9A;
	text-align: center;
	margin-bottom: 12px;
}
.acm05 {
	text-align:center;
	margin-bottom:15px;
}
.acm06 {
	font-size:18px;
}
.acm06.type02 {
	text-align:center;
	color:#FFF;
}

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

.acp01 {
	background-image: url(../img/acting/bg_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.acp02 {
}
.acp02 table {
	width:100%;
}
.acp02 table th {
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	background-color: #4FAFC4;
	text-align: center;
	padding: 12px;
	border: 1px solid #D6D6D6;
	width:50%;
}
.acp02 table td {
	vertical-align: middle;
	background-color: #FFF;
	text-align: center;
	padding: 12px;
	border: 1px solid #D6D6D6;
}

.acf01 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.acf02 {
	padding-top:25px;
}
.acf03 {
	width:100%;
	display:table;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:solid 1px #cdcdcd;
}
.acf03:last-child {
	margin-bottom:40px;
	padding-bottom:0;
	border-bottom:none 1px #cdcdcd;
}
.acf04 {
	display: table-cell;
	vertical-align:middle;
	width:155px;
}
.acf05 {
	display: table-cell;
	vertical-align:middle;
}
.acf06 {
	font-size:24px;
	font-weight: bold;
	color:#FFF;
}
.acf07 {
	font-size:20px;
	color:#FFF;
}

.acq01 {
	background-image: url(../img/acting/bg_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.acq02 {
}
.acq03 {
	margin-bottom:40px;
	padding-bottom:25px;
	border-bottom:solid 1px #cdcdcd;
}
.acq03:last-child {
	margin-bottom:40px;
	padding-bottom:0;
	border-bottom:none 1px #cdcdcd;
}
.acq04 {
	width:100%;
	display:table;
	margin-bottom:15px;
}
.acq04 dt {
	display: table-cell;
	vertical-align:top;
	font-size:30px;
	font-weight: bold;
	color:#fff;
	width:74px;
}
.acq04 dt span {
	line-height: 58px;
	background-color: #F07800;
	text-align: center;
	display: block;
	height: 58px;
	width: 58px;
	border-radius:50px;
}
.acq04.type02 dt span {
	background-color: #01426D;
}
.acq04 dd {
	display: table-cell;
	vertical-align:top;
	font-size:24px;
	font-weight: bold;
	padding-top:12px;
}
.acq04.type02 dd {
	font-size:20px;
	font-weight:normal;
	padding-top:15px;
}

.accn01 {
	padding-top:75px;
	padding-bottom:75px;
}
.accn02 {
	background-color: #FFF;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width:700px;
}
.accom {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #FFF;
}
.accn03 {
	padding-top:60px;
}
.accn03 li {
	font-size:14px;
	text-indent:-1em;
	margin-left:1em;
}
.accn03 li a {
	color: #00416C;
	text-decoration: underline;
}
.acm03 a {
	display:block;
}


/*topadd*/
.topblock.typenew {
    background-position: center top -21px;
}
.tnws01.typenew {
	margin-left: -765px;
    width: 1547px;
    height: 436px;
}
.tnws01.typenew .tnws10 {
    height: 385px;
}
.tnws01.typenew .tnws04 {
    padding-right: 10px;
    padding-left: 10px;
}
.tnws01.typenew .tnws05 {
	display:table;
	margin-bottom:7px;
}
.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:table;
}
.tabt02 {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../img/top/tab_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.tabt03 {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	background-color: #E3EFF7;
	padding-top:80px;
	padding-bottom:80px;
	padding-left:40px;
	padding-right:40px;
}
.tabt05 {
	margin-bottom:7px;
}
.tabt06 {
	font-size: 32px;
	font-weight: bold;
	color: #015C9A;
	margin-bottom: 30px;
}
.tabt07 {
	font-size: 16px;
}
.nw01 {
	display:block;
	font-size:20px;
}
.topblock02_02.typenew {
	padding-left:20px;
	padding-right:20px;
}
.topblock02_02.typenew .topblock02_03 {
    border-right: 1px none #B2B2B2;
	padding-left:15px;
	padding-right:15px;
}
.topblock02_02.typenew .topblock02_05 {
    margin-bottom: 12px;
    font-size: 22px;
}
.topblock02_02.typenew .topblock02_06 {
	text-align:left;
}
.topblock03_01.typenew {
	margin-top:30px;
    margin-bottom: 40px;
}
.btnwrap.typenew {
	margin-bottom:20px;
}

.tpp01{
	background-image: url(../img/top/bg_pp.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.tpp02{
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 30px;
}
.tpp03{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 30px;
}
.topmain .title02 {
    font-size: 32px;
}
.tcs01 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #E3EFF7;
}
.tcs02 {
	padding-top:60px;
}
.tcs03 {
	width:296px;
	float:left;
	margin-left:56px;
}
.tcs03:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.tcs05 {
	text-align:center;
	margin-bottom:15px;
}
.tcs06 {
	font-size:18px;
	text-align:center;
}

.tpo01 {
	width: 310px;
	float: left;
	margin-left: 35px;
	background-color: #FFF;
	padding: 25px;
	margin-bottom: 35px;
	border-radius:7px;
	box-shadow: 0px 0px 7px 3px #eee;
}
.tpo01:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.tpo02 {
	text-align:center;
	margin-bottom:30px;
}
.tpo03 {
	color: #01426D;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}
.tpo04 {
}
.typeadd .topblock03_02 dt {
	color: #FFF;
	background-color: #004370;
}
.typeadd .topblock03_02 dd {
    color: #015C9A;
    background-color: #FFF;
}

.typeadd .tpo01 {
	background-color:transparent;
	padding: 0;
	box-shadow: none;
}
.typeadd .tpo02 {
	margin-bottom:14px;
}
.typeadd .tpo03 {
	font-size: 20px;
}
.bgbox.typebg {
    background-image: url(../img/top/bg03_02.png);
}


.topblock.typeadd {
	background-image: none;
	background-color: #E3EFF7;
}
.tnws01.typenew {
    margin-left: auto;
	margin-right:auto;
    width: 1000px;
    height: auto;
	position: relative;
    left: 0;
}
.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;
}
.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;
}
.slidewrap {
	border-bottom: 25px solid #000;
}
.typeadd .slide01 {
    margin-bottom: 0;
}
.typeadd .slick-dots {
    bottom: -21px;
}


.tab_list li {
	cursor: pointer;
	width: 235px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #A4A4A4;
	font-weight: bold;
}
.tab_list li:first-child {
	margin-left:0;
}
.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:12px;
	width:100%;
	display:table;
}
.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: table-cell;
	vertical-align: top;
	color: #01426D;
	width: 275px;
	font-weight: bold;
}
.tnws01.typenew.typeadd .tnws08 dd {
    display: table-cell;
	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: 1000px;
}
.tnws01.typenew.typeadd .tnws08.typesm dt {
	width: 120px;
}

.adc01 {
	margin-bottom:75px;
}
.adc02 {
	float:left;
	width:350px;
}
.adc03 {
	float:right;
	width:610px;
}
.adc04 {
	font-size: 22px;
	font-weight: bold;
}
.adc04 a {
	color: #196CA4;
}
.adc05 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:25px;
}
.adc06 {
}
.adc07 {
	display:table;
	width:100%;
	margin-bottom:25px;
}
.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 {
	color: #FFF;
	background-color: #196CA4;
	margin-bottom: 25px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.adc09 {
	font-size: 22px;
	font-weight: bold;
}
.adc10 {
	font-size: 16px;
	font-weight: bold;
}

.typeadd .cdtl09 {
	border-bottom:solid 1px #169484;
}
.typeadd .cdtl09.type_blue {
	border-bottom:solid 1px #015C9A;
}
.typeadd .cdtl09.type_orange {
	border-bottom:solid 1px #F07800;
}
.typeadd .cdtl09 dt {
    width: 130px;
	border-radius:0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.typeadd .cdtl09 dt span {
	display:block;
}

.cased_maintitle {
	font-size: 26px;
	font-weight: bold;
	text-align:center;
	border-bottom:solid 4px #196CA4;
	padding-bottom:7px;
	margin-bottom: 25px;
}
.cased_txt {
	margin-bottom:25px;
}
.cased_img_right_wrap {
}
.cased_img_right_img {
	float:right;
	width:400px;
}
.cased_img_right_txt {
	float:left;
	width:560px;
}
.cased_img_wrap {
	text-align:center;
	margin-bottom:60px;
}
.cased_img {
	margin-bottom:5px;
}
.cased_img_txt {
	font-size:14px;
	font-weight:bold;
}
.cased_txt_wrap {
	margin-bottom:60px;
}
.cased_title {
	font-size: 20px;
	font-weight: bold;
	color: #196CA4;
	background-color: #F2FAFF;
	padding: 12px;
	margin-bottom: 15px;
}
.cased_subtitle {
	font-weight:bold;
	margin-bottom:12px;
}
.cased_btm_wrap {
	padding: 35px;
	margin-bottom: 35px;
	border: 1px solid #CCC;
}
.cased_btm_img {
	float:left;
	width:300px;
	text-align:center;
}
.cased_btm_txt {
	float:right;
	width:590px;
}
.cased_btm_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:7px;
}
.cased_btm_link {
    width: 210px;
}
.cased_btm_link a {
	font-weight: bold;
    color: #FFF;
    background-color: #F07800;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 3px solid #000;
    font-size: 16px;
    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;
}
.headerwrap {
    /*position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    background-color: #fff;
	z-index:9000;
}
.headerwrap .headertop {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.headertop04 {
    padding-top: 0px;
}
.headertop04 a {
	display: block;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
	background: rgb(19,174,103);
	background: linear-gradient(120deg, rgba(19,174,103,1) 0%, rgba(66,92,183,1) 0%, rgba(30,134,254,1) 100%);
	font-weight: bold;
}
.headertop04 a span {
	color: #fff;
	background-image: url(../img/common/icon_head_pn.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left:30px;
}
.headertop01 {
    padding-top: 9px;
}


.typeadd .blist02 {
	float: left;
	width: 143px;
	margin-right: 28px;
	margin-bottom: 12px;
}
.typeadd .blist02:nth-child(4n) {
	margin-right: 28px;
}
.typeadd .blist02:nth-child(4n + 1) {
	clear: inherit;
}
.typeadd .blist02:nth-child(6n) {
	margin-right: 0;
}
.typeadd .blist02:nth-child(6n + 1) {
	clear: both;
}
.typeadd .blist03 {
	display: block;
	width: 100%;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-bottom: 2px solid #D6D6D6;
	color: #444444;
}
.typeadd .blist03.current {
	color: #444444;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #1A6CA4;
}

.ftbnr01 {
	position: fixed;
	right: 15px;
	bottom: 85px;
	z-index:500;
}
.ftbnr02 {
	position:relative;
}
.ftbnr03 {
}
.ftbnr04 {
	position:absolute;
	top:0;
	right:0;
}

.pagetop {
    right: 20px;
    bottom: 15px;
    width: 48px;
}





.fcs03.typeprice {
	margin-bottom:12px;
}
.fcs03.typeprice table th {
	background-color: #277EAD;
	color:#FFF;
	padding-top: 16px;
    padding-bottom: 16px;
}
.fcs03.typeprice table td {
	text-align:center;
	font-weight:bold;
	padding-top: 16px;
    padding-bottom: 16px;
}
.fcs03.typeprice table th.prc01 {
	background-color: #F2F2F2;
	color:#000;
	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 {
    background-image: url(../img/price/prc_02.png);
}
.prc06 {
	background-color: #FFF9EB;
	padding: 60px;
	border-radius:5px;
}
.prc07 {
}
.prc08 {
	width:276px;
	float:left;
}
.prc09 {
	width:570px;
	float:right;
}
.prc10 {
	margin-bottom:20px;
}
.prc11 {
	width:290px;
	margin-bottom:20px;
}
.btn01.type_price {
	background-color: #FF6363;
}
.prc12 {
	font-size:14px;
}


.fts01 {
	background-image: url(../img/features/bg_main.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
	padding-top: 135px;
	padding-right: 3%;
	padding-bottom: 135px;
	padding-left: 3%;
}
.fts02 {
	font-size:40px;
	font-weight:bold;
	color:#FFF;
}
.fts03 {
	font-size:14px;
	color:#FFF;
}
.fts04 {
	background-color: #F2FAFF;
	padding-top: 200px;
	padding-bottom: 5px;
}
.fts05 {
	background-color: #FFF;
	margin-bottom: 175px;
	padding-top: 90px;
	padding-right: 50px;
	padding-bottom: 90px;
	padding-left: 50px;
	position: relative;
}
.fts06 {
	position:absolute;
	top:-90px;
	right:-90px;
}
.fts07 {
	font-size:47px;
	color: #277EAD;
}
.fts08 {
	color: #277EAD;
	margin-bottom:60px;
}
.fts09 {
}
.fts10 {
	text-align:center;
	font-size:40px;
	font-weight:bold;
}
.fts11 {
	text-align:center;
	color: #277EAD;
	margin-bottom:40px;
}
.fts12 {
	margin-bottom: 35px;
	padding-top: 40px;
	padding-right: 55px;
	padding-bottom: 40px;
	padding-left: 55px;
	border: 2px solid #277ead;
}
.fts13 {
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	background-color: #277EAD;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 80px;
	position: relative;
	border-radius:5px;
}
.fts13 span {
	position:absolute;
	top:-12px;
	left:10px;
}
.fts14 {
	font-size: 18px;
	font-weight: bold;
	color: #277ead;
	background-color: #F2FAFF;
	padding: 15px;
	margin-bottom: 25px;
}
.fts15 li {
	padding-bottom: 25px;
	background-image: url(../img/features/icon_01.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
}
.fts16 {
	float:right;
	width:200px;
}
.fts16 .btn01 {
	color: #277EAD;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	boder-style: solid;
	border-top: 1px solid #277EAD;
	border-right: 1px solid #277EAD;
	border-left: 1px solid #277EAD;
	border-bottom-style: solid;
	border-bottom-color: #277EAD;
}
.fts16 .btn01::after {
	border-color: #277EAD;
}
.fts17 {
	padding-top: 100px;
	padding-bottom: 100px;
}

element.style {
}
.gnav02 > a {
    border-right: none;
}


.headnew01 {
	text-align:right;
}
.headnew02 {
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	margin-right:15px;
}
.headnew02 a {
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.headnew02 span {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}
.headnew03 {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.headnew03 a {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #F26464;
	padding-top: 20px;
	padding-right: 48px;
	padding-bottom: 20px;
	padding-left: 48px;
}
.headnew03 span {
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
}
.headerbtm {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 50px;
}
.headerbtm01 {
    margin-top: 9px;
}

.addheader {
	position: fixed;
	top:-110px;
	width:100%;
	display:none;
	z-index:9000;
	min-width:1200px;
}
.fixed{
	top: 0;
	left: 0;
	display:block;
}
.gnavwrap.type02 {
    background-color: transparent;
}
.gnavwrap.type02 .gnav02_wrap {
    font-size: 0;
    text-align: left;
    padding-top: 10px;
}
.addheader .headerbtm01 {
    margin-right: 15px;
}

.addhead01 {
}
.addhead02 {
	text-align:right;
	font-size:0;
}
.addhead03 {
	display:inline-block;
	vertical-align:middle;
}
.addhead03 a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left:8px;
	padding-right:8px;
}
.addhead03 span {
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
}
.addhead04 {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.addhead04 a {
	display: block;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	color: #FFF;
	background: rgb(19,174,103);
    background: linear-gradient(120deg, rgba(19,174,103,1) 0%, rgba(66,92,183,1) 0%, rgba(30,134,254,1) 100%);
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.addhead04 span {
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
}
.addhead05 {
	display:inline-block;
	vertical-align:middle;
}
.addhead05 a {
	display: block;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	color: #FFF;
	background-color: #F26464;
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
}
.addhead05 span {
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
}
.addhead05 img {
	height:24px;
}

/*202103　追加*/

.sp {
	display: none!important;
}
.bold {
	font-weight: bold;
}
.webs.underbox {
	padding-top: 0;
	padding-bottom: 0;
}
.webs02 {
	padding-top: 220px;
	padding-bottom: 219px;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/web_ssl/mv.png);
}
.webs03 {
	line-height: 1.3;
	font-size: 44px;
	font-weight: bold;
}
.webs03 span {
	color: #F7D664;
}
.webs04 {
	font-weight: bold;
}
.webs05 {
	background-color: #F2FAFF;
}
.webs05 .cmnwrap02 {
	position: relative;
}
.webs06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left: 105px;
	width: 570px;
	line-height: 1.7;
}
.webs06::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -35px;
	width: 78px;
	height: 69px;
	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: absolute;
	top: -10px;
	right: 0;
}
.webs08 {
	padding-top: 70px;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/web_ssl/bg01.png);
}
.webs09 {
	margin-bottom: 30px;
	font-size: 38px;
	color: #277EAD;
	text-align: center;
}
.webs10 {
	margin-bottom: 40px;
}
.webs11 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
}
.webs11 dt {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #277EAD;
}
.webs11 dd {
	color: #686868;
	line-height: 1.7;
}
.webs11 dd p {
	padding-left: 1em;
	text-indent: -1em;
}
.webs13 {
	float: left;
	padding-bottom: 45px;
	width: 486px;
	text-align: center;
	background-color: #FEFAEE;
	border-radius: 10px;
	overflow: hidden;
}
.webs13:nth-child(2) {
	float: right;
}
.webs14 {
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	background-color: #707070;
	font-size: 20px;
	font-weight: bold;
}
.webs13:nth-child(2) .webs14 {
	background-color: #277EAD
}
.webs15 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.webs13:nth-child(2) .webs16 {
	margin-top: -26px;
}
.webs17 {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #F2FAFF;
}
.webs18 {
	margin-bottom: 40px;
}
.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;
	width: 140px;
}
.webs19 dd {
	display: table-cell;
	vertical-align: top;
}
.webs19_01 {
	margin-bottom: 40px;
	font-weight: bold;
	color: #277EAD;
	text-align: center;
}
.webs19_02 {
	text-align: center;
}
.webs20 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	color: #277EAD;
}
.webs21 {
	line-height: 1.7;
}
.webs22 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.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: 250px;
	text-align: center;
}
.webs25 {
	display: table-cell;
	vertical-align: middle;
	color: #277EAD;
	font-size: 20px;
	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;
}
.webs28_inner {

}
.webs29 {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.webs30 {
	display: table-cell;
	position: relative;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #277EAD;
	border-left: 1px solid #277EAD;
	color: #195575;
	font-size: 14px;
}
.webs30.type_left {
	text-align: left;
}
.webs30:last-child {
	border-right: 1px solid #277EAD;
}
.webs30.type_head {
	vertical-align: middle;
	color: #fff;
	background-color: #277EAD;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.webs30.type_head span {
	display: inline-block;
	margin-top: 2px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #FF3D00;
	border-radius: 5px;
	line-height: 1;
	font-weight: bold;
}
.webs30 a {
	color: inherit;
}
.webs31 {
	padding-left: 1em;
	text-indent: -1em;
}
.webs32 {
	margin-bottom: 80px;
}
.webs33 {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	color: #fff;
	background-color: #F26464;
	text-align: center;
}
.webs34 {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding-right: 60px;
}
.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: 4px;
}
.webs35.type02::before {
	margin-top: -4px;
	margin-right: 5px;
	width: 22px;
	height: 17px;
	background-image: url(../images/web_ssl/pic15.png);
}
.webs36 {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.webs36.type02 {
	margin-bottom: 0;
	line-height: 1.5;
}
.webs37 {
	margin-bottom: 16px;
	font-size:39px;
	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 a {
	color: #fff;
}
.webs37_01 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 60px;
}
.webs38 {
	margin-bottom: 10px;
}
.webs38:last-child {
	margin-bottom: 0;
}
.webs38_btn {
	display: inline-block;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 360px;
	color: #F26464;
	font-weight: bold;
	background-color: #FFFFFF;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-image: url(../images/web_ssl/pic12.png);
	font-size: 14px;
}
.webs38_02 {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
.webs39 {
	padding-top: 70px;
	padding-bottom: 60px;
	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: 19px;
	font-weight: bold;
}
.webs41 {
	margin-bottom: 35px;
	line-height: 1;
	font-size: 40px;
	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);
}
.va_mid {
	vertical-align: middle!important;
}

.col_blue {
	color: #277EAD;
}
.col_pink {
	color: #F26464;
}
.fcs_add01 {
	margin-bottom: 6px;
	text-align: right;
}
.fcs_add02 {
	display: inline-block;
	vertical-align: middle;
}
.fcs_add02 span {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
.fcs_add03 {

}
.fcs_add04 {

}
.fcs_add05 {
	border-bottom: 1px solid #D6D6D6;
}
.fcs_add05 th {
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #277EAD;
	text-align: center;
}
.fcs_add06 {
	border-bottom: 1px solid #D6D6D6;
}
.fcs_add07 {
	padding-left: 10px;
	width: 230px;
	font-size: 14px;
	color: #277EAD;
	font-weight: bold;
	background-color: #F2FAFF;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
.fcs_add06.type_bg_l .fcs_add07 {
	border-right: none;
}
.fcs_add07_01 {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	margin-right: 10px;
}
.fcs_add08 {
	width: 270px;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #D6D6D6;
}
.fcs_add06.type_bg_l .fcs_add08 {
	background-color: #F2FAFF;
}
.fcs_add08_01 {

}
.fcs_add08_02 {
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.fcs_add08_02.type02 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.fcs_add08_02:last-child {
	border-bottom: none;
}
.fcs_add08_02.type02_02 {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add08_01.type02 .fcs_add08_02:first-child {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fcs_add08_01.type02 .fcs_add08_02:last-child {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fcs_add08_01.type03 .fcs_add08_02:first-child {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add08_01.type03 .fcs_add08_02:last-child {
	padding-top: 36px;
	padding-bottom: 35px;
}
/*
.fcs_add08_01.type04 .fcs_add08_02:last-child {
	padding-top: 15px;
	padding-bottom: 14px;
}
*/
.fcs_add08_01.type05 .fcs_add08_02:nth-child(2),
.fcs_add08_01.type05 .fcs_add08_02:nth-child(3) {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add08_01.type06 .fcs_add08_02:nth-child(3),
.fcs_add08_01.type06 .fcs_add08_02:nth-child(4),
.fcs_add08_01.type06 .fcs_add08_02:nth-child(5) {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add08_01.type07 .fcs_add08_02:nth-child(5) {
	padding-top: 15px;
	padding-bottom: 14px;
}

.fcs_add08_03 {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 101px!important;
	border-right: 1px solid #D6D6D6;
	text-align: center;
}
.fcs_add08_04 {
	float: left;
	width: calc(100% - 120px);
	height: 101px!important;
	text-align: center;
}
.fcs_add08_05 {
	display: flex;
	align-items: center;
	height: 51px;
	padding-left: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.fcs_add08_05:last-child {
	border-bottom: none;
}
.fcs_add09 {
	width: 40px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #D6D6D6;
}
.fcs_add09_02 {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #D6D6D6;
}
.fcs_add09_01.type02 .fcs_add09_02 {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add09_02:last-child {
	border-bottom: none;
}
.fcs_add09_01.type02 .fcs_add09_02:first-child {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fcs_add09_01.type02 .fcs_add09_02:last-child {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fcs_add09_01.type03 .fcs_add09_02:first-child {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add09_01.type03 .fcs_add09_02:last-child {
	padding-top: 36px;
	padding-bottom: 35px;
}
/*
.fcs_add09_01.type04 .fcs_add09_02:last-child {
	padding-top: 15px;
	padding-bottom: 14px;
}
*/
.fcs_add09_01.type05 .fcs_add09_02:nth-child(2),
.fcs_add09_01.type05 .fcs_add09_02:nth-child(3),
.fcs_add09_01.type05 .fcs_add09_02:nth-child(4),
.fcs_add09_01.type05 .fcs_add09_02:nth-child(5) {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add09_01.type06 .fcs_add09_02:nth-child(3),
.fcs_add09_01.type06 .fcs_add09_02:nth-child(4),
.fcs_add09_01.type06 .fcs_add09_02:nth-child(5) {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add09_01.type07 .fcs_add09_02:nth-child(5) {
	padding-top: 15px;
	padding-bottom: 14px;
}
.fcs_add10 {
	width: 460px;
	font-size: 14px;
	line-height: 1.5;
	border-right: 1px solid #D6D6D6;
}
.fcs_add10_01 {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.fcs_add10_01:last-child {
	border-bottom: none;
}
.fcs_add10.type02 .fcs_add10_01:first-child {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fcs_add10.type05 .fcs_add10_01:last-child {
	padding-top: 41px;
	padding-bottom: 40px;
}
.fcs_add10.type07 .fcs_add10_01:first-child {
	padding-top: 39px;
	padding-bottom: 38px;
}
.col_red02 {
	color: #F26464;
}
.fcs_add07_03.type02{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
}
.col_inherit {
	color: inherit;
}

/*add*/
.w_table01 {
	
}
.w_table01_th {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.w_table01_th01 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #277EAD;
	text-align: center;
	width: 540px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.w_table01_th01.type03 {
	font-size: 16px;
	color: #fff;
	background-color: #277EAD;
	text-align: center;
	width: 460px;
}

.w_table01_td {
	font-weight: normal;
}
.fcs_add07_01 {
	width: 40.5px;
}
.fcs_add07_03 {
	margin-top: 5px;
}
.w_table01_td01 {
	position: relative;
	padding-left: 10px;
	width: 230px;
	font-size: 14px;
	color: #277EAD;
	font-weight: bold;
	background-color: #F2FAFF;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	text-align: left;
}
.w_table01_td01::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #D6D6D6;
}
.w_table01_td.type_td_blue .w_table01_td01 {
	border-right: none;
}
.w_table01_td.type_td_blue .w_table02_td.type01 {
	background-color: #F2FAFF;
}
.w_table02 {
	table-layout: fixed;
	text-align: left;
}
.w_table02_tr {
	border-bottom: 1px solid #D6D6D6;
}
.w_table02_td {
	font-size: 14px;
	font-weight: 400;
	border-right: 1px solid #D6D6D6;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	width: 453px;
}
.w_table02_td.type01 {
	width: 120px;
	font-weight: bold;
}
.w_table02_td.type01.type01_01 {
	width: 270px;
	height: 48px;
}
.w_table02_td.type02 {
	width: 150px;
	font-weight: bold;
}
.w_table02_td.type03 {
	width: 40px;
}
.w_table02_td.type04 {
	
}


.typepink .btn01 {
    background-color: #F26464;
}
.headerwrap {
	min-width:1200px;
}

.title02.type_btm {
	color: #015C9A;
}
.newbtm01 {
	text-align:center;
	margin-bottom:25px;
}
.newbtm02 {
	font-size: 28px;
	font-weight: bold;
	color: #015C9A;
	text-align: center;
	margin-bottom: 15px;
}
.newbtm02 span {
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 32px;
	display: inline-block;
	padding-left: 40px;
}
.newbtm02.type01 span {
	background-image: url(../img/common/icon_bottom_title_01.png);
}
.newbtm02.type02 span {
	background-image: url(../img/common/icon_bottom_title_02.png);
}
.newbtm03 {
	font-size:51px;
	font-weight:bold;
	color: #015C9A;
	text-align:center;
	line-height:1;
}
.newbtm04 {
	display:inline-block;
	background-image: url(../img/common/icon_bottom_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:34px;
	padding-top:6px;
}
.newbtm05 {
	text-align:center;
	font-size:13px;
	margin-bottom:7px;
}
.newbtm06 {
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	border: 2px solid #015C9A;
	font-weight:bold;
}
.newbtm07 {
	font-size:17px;
	margin-bottom:7px;
}
.newbtm08 {
	font-size:16px;
}
.newbtm08 li {
	margin-bottom:4px;
}
.newbtm09 {
	font-size: 13px;
	color: #FFF;
	background-color: #015C9A;
	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:75px;
	padding-bottom:75px;
	font-size:27px;
}
.topblock07_06.typebtm .btn01::after {
    height: 10px;
	width:10px;
    margin-top: -7px;
}
.topblock07_07.typebtm {
	width:450px;
    padding-left: 0;
}
.topblock07_08.typebtm {
	width:450px;
    padding-right: 0;
}


.flowcmn01 {
	color: #FFF;
	background-color: #015C9A;
	padding-top: 45px;
	padding-bottom: 40px;
	text-align: center;
}
.flowcmn02 {
	font-size:14px;
	font-weight:bold;
}
.flowcmn03 {
	font-size:40px;
	font-weight:bold;
}
.flowsignup01 {
}
.flowsignup02 {
}
.flowsignup03 {
	font-size:16px;
	margin-bottom:15px;
}
.flowsignup03 span {
	color:#DB0000;
	font-weight:bold;
}
.flowsignup03 span.type02 {
	color:#000;
}
.flowsignup03 a {
	color:#015C9A;
	font-weight:bold;
	text-decoration:underline;	
}
.flowsignup04 {
	background-color: #F2F8FD;
	padding: 20px;
	margin-bottom: 35px;
}
.flowsignup05 {
	font-size:15px;
}
.flowsignup06 {
	margin:20px 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flowsignup07 {
	width: 475px;
	flex-shrink: 0;
	min-height: 275px;
	border: 1px solid #D6D6D6;
}
.flowsignup08 {
	width: 30px;
	flex-shrink: 0;
	position:relative;
}
.flowsignup08:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-top: 15px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 28px solid #169484;
}
.flowsignup09 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:10px 0 5px;
	border-bottom:solid 4px #015C9A;
}
.flowsignup09 span {
	color:#DB0000;
	font-weight:bold;
}
.flowsignup10 {
	text-align:center;
	font-size:14px;
}
.flowsignup10 a {
	color:#015C9A;
	font-weight:bold;
	text-decoration:underline;	
}
.flowsignup07.type01 .btnwrap {
	margin:60px auto 40px;
}
.flowsignup07.type02 .btnwrap {
	margin:50px auto 35px;
}

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


.flowstart01 {
	font-size:16px;
	margin-bottom:20px;
}
.flowstart01 span {
	color:#DB0000;
	font-weight:bold;
}
.flowstart01 a {
	color:#015C9A;
	font-weight:bold;
	text-decoration:underline;	
}
.flowstart02 {
	text-align:center;
}
.flowstart03 {
	margin: 0 60px 60px;
	display:inline-block;
	vertical-align:top;
}
.flowstart03 dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.flowstart03 dt span {
	color:#015C9A;
}
.flowstart03 dd {
}
.flowstart04 {
	margin-bottom: 60px;
}
.flowstart05 {
	text-align: center;
	padding: 20px 15px 17px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
	background-color: #015C9A;
}
.flowstart06 {
	background-color: #F2F8FD;
	padding: 20px;
	margin-bottom: 60px;
}
.flowstart07 {
	font-size:15px;
}
.flowstart08 {
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	color: #015C9A;
	margin-bottom: 20px;
}
.flowstart09 {
	width:100%;
	display:table;
	margin-bottom:30px;
}
.flowstart09 dt {
	display:table-cell;
	vertical-align:middle;
	width:40px;
}
.flowstart09 dt span {
	color:#FFF;
	font-size: 24px;
	font-weight: bold;
	background-color:#015C9A;
	display:block;
	text-align:center;
	line-height:38px;
	padding-top:2px;
	border-radius:5px;
}
.flowstart09 dd {
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
}
.flowstart09 dd .flowstart01 {
	font-size: 15px;
	margin-bottom:0;
}
.flowstart10 {
	text-align:center;
	margin:30px auto 60px;
}
.flowstart11 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 15px 12px;
	border: 3px solid #015C9A;
}
.flowstart11 span {
	color:#DB0000;
	font-weight:bold;
}


