@charset "UTF-8";

/* ----------------------------------------------------------
	general
------------------------------------------------------------- */
.contents {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 999px) {
	.holderL {
        width: auto;
	}
	.contents {
        width: 93.75%;
	}
}

/* ----------------------------------------------------------
	header
------------------------------------------------------------- */

.header {
    border-bottom: 1px solid #113d6b;
}

.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
    text-decoration: none;
}

/* ----------------------------------------------------------
	[PC] header
------------------------------------------------------------- */
.pcHeader {
	padding: 15px 0;
	height: 40px;
	overflow: hidden;
	position:relative;
}

.pcHeader .site_title {
	float: left;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}

.pcHeader .site_title img {
	margin:0 10px 0 0;
}
.pcHeader .logoTxt {
	display: inline-block;
	position: relative;
	top: 3px;
}

.pcHeader .site_title a {
	 color: #000;
 }

.pcHeader .site_title p {
	margin: 0 auto;
	font-size: 0.91rem;
}

.pcHeader .btnList {
	float: right;
}

.pcHeader .btnList li {
	display:inline;
	margin-left:10px;
}

.pcHeader .btn {
	padding:8px 12px;
}

.pcHeader .login__btn {
	border:1px solid #10355b;
}

.pcHeader .login__btn {
	color: #10355b;
	font-weight:bold;
}

.pcHeader .entry__btn {
	background: #20b5aa;
}

.pcHeader .entry__btn {
	color: #fff;
	font-weight:bold;
}

.pcHeader .download__btn {
    background: #ffde00;
}

.pcHeader .download__btn {
	color: #10355b;
	font-weight:bold;
}
@media only screen and (min-width: 767px) and (max-width: 999px) {
    .pcHeader .tab__hide {
		display: none;
	}

	.pcHeader .site_title {
		margin: 0;
	}

	.pcHeader .site_title img{
		display: block;
		margin: 0 auto 3px;
	}
}


/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .pcHeader {
        display: none;
    }
}
/* ----------------------------------------------------------
	[SP] header
------------------------------------------------------------- */
.mobiHeader {
    display: none;
}

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 767px) {
	.mobiHeader {
		z-index: 99999;
		background: #fff;
        position: fixed;
        top: 0;
        left: 0;
		width: 100%;
        height: 55px;
		display: block;
		padding: 0;
		border-top: 3px solid #222;
		border-bottom: 1px solid #113d6b;
	}
    #wrapper.spNavIsOpen .mobiHeader {
        position: relative;
        top: 0;
        left: 0;
    }
	
	.mobiHeader .site_title {
		float: left;
		font-weight: bold;
		text-align: left;
		font-size: 12px;
		width: 175px;
		margin: 6px 0 0 10px;
	}

	.mobiHeader .site_title img {
		display: block;
		width: 120px;
		margin:0 auto 3px;
	}

	.mobiHeader .site_title p {
		font-size: 0.71rem;
	}


	.mobiHeader .site_title a {
		color: #000;
	}
}

/* ----------------------------------------------------------
	[SP] Nav
------------------------------------------------------------- */

.spNav {
    float: right;
    display: block;
    width: 55px;
    height: 55px;
}

.spNav__btn {
    width: 55px;
    height: 55px;
	display: block;
    cursor: pointer;
    background: 50% 50% no-repeat;
    background-size: 32px 32px;
	float: left;
}

.spNav__btn--main {
    background-color: #4873b6;
    background-image: url(../img/common/img_spnav_menu.png);
}



.spMenu { display: none; }

.spMenu {
    z-index: 10000;
    position: absolute;
    top: 56px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
}
.spMenu a { text-decoration: none; }

/* link */
.spMenu__list {}
.spMenu__list--dropDown {
    display: none;
    border-top: 1px solid #ccc;
}

.spMenu__listItem{ border-bottom: 1px solid #ccc; }
.spMenu__list--dropDown .spMenu__listItem:last-child { border: none; }

.spMenu__listItemLabel {
    position: relative;
    display: block;
    padding: 20px 3.13%;
    background: #fff;
    color: #333;
    line-height: 1;
}
.spMenu__list--dropDown .spMenu__listItemLabel {
    background: #F6F6F6;
}
.spMenu__listItem--deep .spMenu__listItemLabel {
    padding-left: 6.26%;
}

.spMenu__listItemLabel > span {
    float: left;
    display: block;
    width: 70%;
}
.spMenu__list--dropDown .spMenu__listItemLabel > span {
    width: 85%;
}
.spMenu__listItemLabel .ico {
    margin: 0 5px 0 0;
    font-size: 16px;
}
.spMenu__listItemLabel > .ico {
    float: right;
    display: block;
    width: 20%;
    margin: 0;
    color: #113d6b;
    text-align: right;
}
.spMenu--login .spMenu__listItemLabel > .ico { color: #1b63a7; }


.spMenu__btns {
    padding: 3px 0 0;
    background: #ccc;
    font-size: 12px;
}

.spMenu__btnsItem {
    float: left;
    width: 50%;
    background: #fff;
    border-top: 1px solid #ddd;
}

.spMenu__btnsLabel {
    display: block;
    padding: 20px 5.7%;
    color: #333;
    letter-spacing: -.005em;
}
.spMenu__btnsLabel:hover { text-decoration: none; }
.spMenu__btnsItem:nth-child(2n+1) .spMenu__btnsLabel{ border-right: 1px solid #ccc; }

.spMenu__btnsLabel .ico {
    float: right;
    color: #1b63a7;
    font-size: 16px;
    vertical-align: middle;
}

/* close */
.spMenu__close {
    display: block;
    margin: 0;
    padding: 20px;
    background: #113d6b;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.spMenu--login .spMenu__close { background: #1b63a7; }
.spMenu__close .ico {
    margin: 0 5px 0 0;
    font-size: 16px;
    vertical-align: middle;
}




/* topicPath
------------------------------------------------------------- */
.topicPath {
    font-size: 12px;
	margin: 10px 0 40px;
}

.topicPath .ico--chevronRight {
    color: #cecece;
    margin: 0 5px;
}

.topicPath__item {
    display: inline-block;
}

.topicPath a {
    color: #333;
    text-decoration: none;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
	
.topicPath__item {
	line-height: 2;
}

.topicPath {
    font-size: 12px;
	margin: 10px 0 40px;
}

}


/* CTA
------------------------------------------------------------- */
section.ctaContainer {
	padding: 40px 0 20px;
	background: #10355b;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

p.cta__ttl {
	font-size: 26px;
	margin-bottom: 10px;
}

p.cta__ttl span {
	font-size: 18px;
	margin-bottom: 5px;
}

.cta__Btn {
	position: relative;
}

.cta__Btn a {
	color: #fff;
	text-decoration: none;
}

.cta__btn {
	width: 460px;
	height: 80px;
	line-height: 80px;
	padding: 0;
	background: #20b5aa;
	font-size: 20px;
}

.cta__free {
	background: #ffde00;
	color: #133f6f;
	font-size: 16px;
	width: 64px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 1.2;
	position: absolute;
	top: -30px;
	left: 420px;
	padding-top: 14px;
}


/* [SP] CTA
------------------------------------------------------------- */

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 999px) {
	section.ctaContainer {
		padding: 20px 10px 20px;
	}
	
	p.cta__ttl {
		font-size: 18px;
	}
	
	p.cta__ttl span {
		font-size: 14px;
	}
	
	.cta__Btn {
		margin-top: 20px;
	}
	
	.cta__btn {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	
	.cta__free {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
		font-size: 12px;
		width: 40px;
		height: 40px;
		top: -20px;
        left: auto;
		right: -5px;
		padding-top: 7px;
	}
}

/* documentDonwload
------------------------------------------------------------- */
footer .downloadContents {
	padding: 0 0 50px;
	background: #10355b;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

footer .downloadContents .dlc__Btn .btn {
	background: #ffde00;
	color: #10355b;
	min-width: 200px;
}
/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 999px) {
	footer .downloadContents {
		padding: 20px 0;
	}
}
/* helpDesk callCenter
------------------------------------------------------------- */

footer .helpDesk {
	padding: 15px 0;
	color: #fff;
	background: #113d6b;
	font-size: 16px;
}

footer .callCenter {
	text-align: center;
}

footer .callCenter dt,
footer .callCenter dd {
	display:inline-block;
	margin:0 10px;
}

footer .callCenter dd p {
	display:inline-block;
	vertical-align: middle;
	margin:0 10px;
}

.callCenter__phoneNumber {
    font-size: 38px;
}

.callCenter__info {
	font-size: 12px;
}

.callCenter__Btn {
	border: 2px solid #fff;
	width: 260px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.callCenter__Btn a {
	color: #fff;
	text-decoration: none;
}

.callCenter__btn {
	width: 260px;
	height: 48px;
	line-height: 48px;
	padding: 0;
}

.callCenter__phoneNumber > a {
    font-family: arial, sans-serif;
    text-decoration: none;
    color: #fff;
}


/* [SP] helpDesk callCenter
------------------------------------------------------------- */

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 999px) {
	footer .helpDesk .holderL {
		display: inline;
		align-items: center;
	}
	
	footer .helpDesk p {
		text-align: center;
	}
	
	.callCenter__Btn {
		margin: 10px auto 0;
	}
}


/* footer
------------------------------------------------------------- */
footer {
	overflow: hidden;
	color: #222;
	background: #fff;
}

.fBottom_in {
	background: #e8edf1;
	color: #999;
	padding: 20px 0;
}

.fBottom__logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 205px;
	margin: 0 auto;
    text-align: center;
}

.fBottom__copyright {
	margin-bottom: 0px;
	margin-top:10px;
}

.fNav {
    text-align: center;
    margin: 25px 0;
}

.fNav__list > li {
    display: inline-block;
    margin-right: 15px;
}
.fNav__list > li:first-child {
    margin-left: 10px;
}
.fNav__list > li:last-child {
    margin-right: 0;
}

.fNav__list > li > a:link,
.fNav__list > li > a:visited {
    color: #222;
    text-decoration: none;
}
.fNav__list > li > a:hover,
.fNav__list > li > a:active {
    text-decoration: underline;
}

.fBottom__pMark {
    float: right;
    margin: 15px 0 0;
    padding: 5px;
    background: #fff;
	overflow: hidden;
}

p.fBottom__logoCopyright {
	text-align: right;
	font-size: 10px;
}

.fPrArea{
    margin: 20px auto;
    text-align: left;
	display: flex;
}

.prArea {
    display: flex;
    font-size: 12px;
    align-items: center;
    padding-left: 10px;
	width: 30%;
}

.prArea:first-child{
	padding-left: 0;
	width: 40%;
}

.prArea img{
    max-width: initial;
}
    
.prArea dd {
    margin-right: 25px;
	padding-left: 5px;
}

.prArea dd:last-child {
    margin-right: 0;
}



/* [SP] footer
------------------------------------------------------------- */

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 999px) {
    .fBottom__logo {
		margin: 0 auto;
	}
	
	.fNav__list{
		float: none;
		margin-top: 0;
		line-height: 1.8;
	}
	
	.fNav__list > li {
		float: none;
		display: inline-block;
	}
    .fNav__list > li:first-child {
        margin-left: 0;
    }
	.fBottom__pMark {
		float: none;
		width: 70px;
		height: 70px;
		margin: 10px auto 0;
	}

	p.fBottom__logoCopyright {
		text-align: center;
	}
    
    .prArea {
		font-size: 11px;
    }
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .fBottom__logo {
        float: none;
        margin: 0 auto;
        height: auto;
        padding: 15px 0 10px;
    }
    
    .fNav {
        padding-right: 0;
        text-align: center;
        margin: 0;
    }
    .fNav li {
        margin: 0 5px 5px 0;
        border: none !important;
        display: inline-block;
        padding: 3px 7px;
    }
    
	.fNav__list > li {
		margin-bottom: 10px;
	}
	.fPrArea {
		text-align: left;
		margin-top: 10px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

    .prArea {
		display: block;
        text-align: center;
		width: 48%;
		padding: 0;
    }
	.prArea:first-child{
		width: 48%;
	}
    .prArea dd {
        margin: 10px 0;
		text-align: left;
		padding: 0;
    }
	.prArea img{
		max-width: 100%;
	}

	.fBottom {
		padding-top: 15px;
	}

	.fBottom_in {
		padding: 10px 0;
	}

}

/* pagetop
------------------------------------------------------------- */
.pageTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.pageTopBtn:hover {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}


/* [SP] pagetop
------------------------------------------------------------- */

/* SP + Tab */
@media only screen and (max-width: 999px) {
    .pageTopBtn {
        right: 10px;
        width: 50px;
        height: 50px;
    }
    .pageTopBtn img { width: 100%; }

    .pageTopBtn:hover {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

	.fPrArea {
		width: 95%;
	}

}
