.link li:before {
	display: none;
}

/* header
-------------------------------------------------- */
#header {
	position: fixed;
	z-index: 9999;
}

/* wrapperArea
-------------------------------------------------- */
#wrapperArea, .wrapperArea {
	background: none;
}

/* bodyArea
-------------------------------------------------- */
@media screen and (min-width: 960px) {
	body#index .bodyArea  {
		background: #fff url(/firstguide/shared/images/bg_body.png) center 92px/contain no-repeat;
	}
}

@media screen and (max-width: 959px) {
	body#index .bodyArea  {
		background: #fff url(/firstguide/shared/images/bg_body.png) center 92px/contain no-repeat;
	}
}
/* mainArea
-------------------------------------------------- */
/* contentArea
-------------------------------------------------- */
@media screen and (max-width: 959px) {
	.contentArea {
		padding: 0 10px;
	}
}

.contentArea3 {
	margin: 0 auto;
	width: 100%;
	max-width: 877px;
}

/* sectionType
-------------------------------------------------- */
@media screen and (max-width: 959px) {
	.sectionType1 {
		padding: 0 5px;
	}
}

.sectionType3 {
	background-color: #eee;
}
@media screen and (max-width: 959px) {
	.sectionType3 {
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 960px) {
	.sectionType3 {
		padding-bottom: 110px;
	}
}

/* btn2
-------------------------------------------------- */
@media screen and (max-width: 959px) {
	ul.btnSingle {
		margin-bottom: 0;
	}
	ul.btnSingle li a {
		text-align: center;
		background: none;
	}
	ul.btnSingle li a:before {
		display: inline-block;
	}
	ul.btn2 li a:before{
		background: url(/toppage/images/arrow_middle_right_2.png) left center no-repeat;
    background-size: 15px auto;
	}
}

@media screen and (min-width: 960px) {
	ul.btnSingle li {
		width: 560px;
	}
}

/* keyvisual
-------------------------------------------------- */
.keyvisual {
	height: auto;
	display: block;
}

.parentTitle {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	font-family: 'Hannari';
}

.keyvisualTxt {
	text-align: center;
	line-height: 2;
}

@media screen and (min-width: 960px) {
	.keyvisual {
		padding-top: 85px;
		height: auto;
		background: none;
		min-height: 320px;
	}
	.parentTitle {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.title {
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 959px) {
	.keyvisual {
		padding-top: 45px;
		background: url(/firstguide/shared/images/bg_keyvisual_sp_2.png) center top /375px auto no-repeat;
		min-height: 160px;
	}
	.parentTitle {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.title {
		margin: 0 auto 25px;
	}
	.keyvisualTxt p {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 960px) {
	.keyvisual {
		background: #fff url(/firstguide/shared/images/bg_body_2.png) center top/cover no-repeat;
	}
}
/* headFixed
-------------------------------------------------- */

.headFixedSpace {
	width: 100%;
	padding: 8px 0;
	background-color: #ffffff;
	z-index: 1;
	transform: translate3d(0, 0, 0);
}

.headFixedWrap {
	margin-top: 48px;
}

.headFixedBg {
	height: 20px;
	width: 100%;
	background-color: #ffffff;
}

@media screen and (max-width: 959px) {
	.headFixedWrap {
		margin-top: 22px;
	}
}

/* pageLink
-------------------------------------------------- */

.pageLink {
	background: #fff;
}

.pageLinkBlock {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	z-index: 120;
}

.pageLink .pageLinkList {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1000px;
}

.pageLink .pageLinkList li {
	display: table-cell;
	text-align: center;
	font-weight: bold;
}

.pageLink a {
	display: block;
}

.pageLink .txtWrap {
	display: inline-block;
	background-image: url(/firstguide/shared/images/ico_more_down_1.png);
	background-repeat: no-repeat;
}

.pageLink a:hover .txtWrap {
	display: inline-block;
	background-image: url(/firstguide/shared/images/ico_more_down_1_on.png);
	background-repeat: no-repeat;
}

@media screen and (max-width: 959px){
	.tabBlockSpace {
		padding: 0 0 10px;
	}
	.pageLinkBlock.navFixed {
		border-top: 0;
	}
	.pageLink li {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 0.8;
	}
	.pageLink .navFixed li {
		font-size: 8px;
		font-size: .8rem;
		line-height: 1;
	}
	.pageLink .navFixed li br {
		display: none;
	}
	.pageLink a {
		padding: 2px 0 0;
		background-size: auto 7px;
	}
	.pageLink .txtWrap {
		padding-bottom: 16px;
		background-position: center bottom;
		background-size: auto 10px;
	}
	.pageLinkList .txtNotEm {
		font-size: 8px;
	}
}

@media screen and (min-width: 960px) {
	.pageLink li {
		font-size: 20px;
		font-size: 2rem;
	}
	.pageLink .navFixed li {
		font-size: 14px;
		font-size: 1.4rem;
		background-position: right center;
	}
	.pageLink a {
		padding: 24px 0 0;
	}
	.pageLink .txtWrap {
		padding-bottom: 44px;
		background-position: center 60%;
		background-size: auto 12px;
	}
	.pageLink .navFixed .txtWrap {
		padding-right: 25px;
		padding-bottom: 20px;
		background-position: right 18%;
	}
}

/* mainArea
-------------------------------------------------- */

/* titStyle1 */
.titStyle1 .titStyleGuide {
	display: inline-block;
	background: #ffde00;
	border-radius: 2px;
}

.titStyle1 .titDeco {
	padding: 5px 83px 0;
	display: inline-block;
	background: url(/firstguide/shared/images/bg_tit_1.png) left bottom no-repeat, url(/firstguide/shared/images/bg_tit_2.png) right bottom no-repeat;
}
.titStyle4 .titDeco{
	padding: 5px 83px 0;
	display: inline-block;
	background: url(/firstguide/shared/images/bg_tit_1.png) left bottom no-repeat, url(/firstguide/shared/images/bg_tit_2.png) right bottom no-repeat;
}
@media screen and (min-width: 960px) {
	.titStyle1 {
		font-size: 48px;
		font-size: 4.8rem;
	}
	.titStyle1 .titStyleGuide {
		padding: 2px 28px 8px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.titStyle1 .titSmall {
		margin-bottom: 80px;
		font-size: 30px;
		font-size: 3rem;
	}
}
@media screen and (max-width: 959px) {
	.titStyle1 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.contentArea > .titStyle1 {
		padding-top: 20px;
	}
	.titStyle1 .titStyleGuide {
		padding: 4px 15px 4px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
	}
	.titStyle1 .titDeco {
		padding: 0 30px;
		background: url(/firstguide/shared/images/bg_tit_1.png) left bottom / auto 27px no-repeat, url(/firstguide/shared/images/bg_tit_2.png) right bottom / auto 27px no-repeat;
	}
	.titStyle4 .titDeco{
		padding: 0 30px;
		background: url(/firstguide/shared/images/bg_tit_1.png) left bottom / auto 27px no-repeat, url(/firstguide/shared/images/bg_tit_2.png) right bottom / auto 27px no-repeat;
	}
	.titStyle1 .titSmall {
		margin-bottom: 5px;
		font-size: 18px;
		font-size: 1.8rem;
		display: inline-block;
	}
}

/* titStyle4 */

.titStyle4 {
	font-family: 'Hannari';
	text-align: center;
}
.titStyle4 .titLogoImg {
	display: block;
	text-align: center;
}
@media screen and (min-width: 960px) {
	.titStyle4 {
		margin: 62px 0;
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 1;
	}
	.titStyle4 .titLogoImg {
		margin-bottom: -15px;
	}
	.titStyle4 .shoulderTxt {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.titStyle4 .titLogoImg + .shoulderTxt {
		vertical-align: middle;
	}
	.titStyle4 .titSmall {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.titStyle4 .txtNotEm {
		font-size: 26px;
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 959px) {
	.titStyle4 {
		margin: 15px 0 25px;
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1;
	}
	.titStyle4 .shoulderTxt {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.titStyle4 .titSmall {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.titStyle4 .titSmall.PcSmall {
		font-size: 19px;
    font-size: 1.9rem;
	}
	.titStyle4 .txtNotEm {
		font-size: 9px;
		font-size: .9rem;
	}
}

/* titStyle5 */

.titStyle5 {
	margin-bottom: 1em;
	font-weight: bold;
}

@media screen and (max-width: 959px) {
	.titStyle5 {

		font-size: 13px;
		font-size: 1.3rem;	}
}

@media screen and (min-width: 960px) {
	.titStyle5 {
		font-size: 20px;
		font-size: 2rem;
	}
}

/* tab */

.tabBlockWrap {
	margin-top: 0;
}

.tabBlock {
	max-width: 1000px;
	table-layout: fixed;
}

.tabTitle {
	width: auto;
}

.tabTitle .txtNotEm {
	font-size: .6em;
}

.tabTitle.current .tabLink:after {
	width: calc(100% - 2px);
	left: 1px;
}

@media screen and (min-width: 960px) {
	.tabBlockWrapSmall .tabBlockSpace {
		padding: 0;
	}
	.tabBlockSmall {
		margin: 0 auto;
		padding: 0 100px 100px;
		max-width: 1200px;
		border: 1px solid #cccccc;
		border-radius: 4px;
	}
	.tabBlockWrapSmall .tabBorder {
		border-bottom: 0;
	}
}

/* qaBlock */
.qaDialog {
	background-repeat: no-repeat;
}

.questionType1 {
	background-image: url(/firstguide/images/img_qa_1.png);
}

.questionType2 {
	background-image: url(/firstguide/images/img_qa_2.png);
}

.questionType3 {
	background-image: url(/firstguide/images/img_qa_3.png);
}

.questionType4 {
	background-image: url(/firstguide/images/img_qa_4.png);
}

.questionType5 {
	background-image: url(/firstguide/images/img_qa_5.png);
}

.questionType6 {
	background-image: url(/firstguide/images/img_qa_6.png);
}

.qaDialog .question {
	background-color: #eee;
	position: relative;
	color: #333;
	text-align: center;
}

.qaDialog .question:before {
	content:"";
	display: block;
	position: absolute;
	background-image: url(/firstguide/images/bg_qa_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.qaDialog .answer {
	background-color: #85d8c9;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.qaDialog .answer:after {
	content:"";
	display: block;
	position: absolute;
	background-image: url(/firstguide/images/bg_qa_2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.qaDialog .answer2:after {
	content:"";
	display: block;
	position: absolute;
	background-image: url(/firstguide/ticket/images/bg_qa_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
@media screen and (max-width: 959px){
	.qaBlock:not(:last-child) {
		margin-bottom: 35px;
	}
	.qaDialog {
		margin-bottom: 8px;
		background-position: left top;
	}
	.questionType1 {
		background-size: 61px auto;
		padding-top: 20px;
	}
	.questionType2 {
		padding-top: 20px;
		background-size: 81px auto;
	}
	.questionType3 {
		padding-top: 20px;
		background-size: 65px auto;
	}
	.questionType4 {
		padding-top: 5px;
		background-size: 55px auto;
	}
	.questionType5 {
		background-size: 88px auto;
	}
	.questionType6 {
		background-size: 95px auto;
	}
	.qaDialog .question {
		margin: 0 10px 10px 70px;
		padding: 20px;
		border-radius: 8px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.qaDialog.questionType6 .question {
		margin-left: 100px;
	}
	.qaDialog .question:before {
		left: -7px;
		bottom: 10px;
		background-size: 7px 8px;
		width: 7px;
		height: 8px;
	}
	.qaDialog .answer {
		margin-right: 10px;
		padding: 20px;
		border-radius: 8px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.qaDialog .answer:after {
		right: -7px;
		bottom: 10px;
		background-size: 7px 8px;
		width: 7px;
		height: 8px;
	}
	.qaDialog .answer2:after {
		bottom: -13px;
		left: 50%;
		right: auto;
		background-size: 15px auto;
		width: 15px;
		height: 13px;
	}
	.contentArea3 .qaBlock{
		padding: 10px;
		border-bottom: none;
		border-radius: 4px;
	}
	.qaBlock .boxType2Body {
    background: #fff;
    border-radius: 4px;
		padding: 20px 20px 0;
	}
	.qaBlock.boxType2:before,.qaBlock.boxType2:after{
		border: none;
	}
	.qaBlock .qaExplan {
		margin: 0 10px;
	}
	.qaBlock ul.btn2 {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.qaExplan ul.btn2 li a{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.qaExplan ul.btn2.btnSingle{
		margin: 15px -30px 0;
		}
	.qaExplan	ul.btn2 li a{
		border:none;
		background-color: #fbf2b4;
		border-radius: 0;
		border-top: solid 1px #eeeeee;
		}
	.qaDialog .question{
		margin: 0 0px 10px 70px;
	}
	.qaDialog .answer{
		margin-right: 0;
	}
}
@media screen and (min-width: 960px){
	.contentArea3 .qaBlock{
		margin-bottom: 40px;
		padding: 20px;
		border-radius: 4px;
		border-bottom: none;
	}
	.qaBlock.boxType2:before, .qaBlock.boxType2:after{
		border: none;
	}
	.qaBlock .boxType2Body{
		padding: 40px 42px 0 42px;
    background: #fff;
    border-radius: 4px;
	}
	.qaExplan ul.btn2.btnSingle{
		margin: 0 -62px;
		}
	.qaExplan ul.btn2 li{
		width: 100%;
	  margin: 0;
		}
	.qaExplan	ul.btn2 li a{
		border:none;
		background-color: #fbf2b4;
		border-radius: 0;
		border-top: solid 1px #eeeeee;
		}
	.qaDialog {
		margin-bottom: 20px;
		padding-top: 50px;
		background-position: 106px top;
	}
	.qaDialog.questionType5 {
		background-position: 30px top;
	}
	.qaDialog.questionType6 {
		background-position: 30px top;
	}
	.qaDialog .question {
		margin: 0 0 40px 242px;
		padding: 40px;
		border-radius: 18px;
		font-size: 20px;
		font-size: 2rem;
	}
	.qaDialog .question:before {
		left: -14px;
		bottom: 20px;
		width: 14px;
		height: 16px;
	}
	.qaDialog .answer {
		padding: 40px;
		border-radius: 18px;
		font-size: 26px;
		font-size: 2.6rem;
	}
	.qaDialog .answer:after {
		right: -14px;
		bottom: 20px;
		width: 14px;
		height: 16px;
	}
	.qaDialog .answer2:after {
		bottom: -22px;
		left: 50%;
		right: auto;
		width: 26px;
		height: 22px;
	}
	.qaBlock .qaExplan {
		margin: 0 20px;
	}
	.qaBlock .qaExplan p {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* firstGuideQa */

.firstGuideQaDialog {
	background-color: #fff;
}

.firstGuideQaDialog dt {
	font-weight: bold;
}
.firstGuideQaDialog .textQ {
	color: #c3303c;
  padding-right: 8px;
}

@media screen and (max-width: 959px){
	.firstGuideQa .titStyle1 {
		margin-bottom: 4px;
	}
	.firstGuideQaDialog:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.firstGuideQaDialog {
		padding: 15px 20px;
		border: 1px solid #ccc;
		border-bottom: 0;
	}
	.firstGuideQaDialog dt {
		padding-right: 20px;
	}
	.firstGuideQaDialog dt.answerClose {
		background: url(/toppage/images/arrow_more_down.png) no-repeat right center / 10px auto;
	}
	.firstGuideQaDialog dt.answerOpen {
		background: url(/toppage/images/arrow_more_up.png) no-repeat right center / 10px auto;
	}
	.firstGuideQaDialog dd {
		margin-top: 10px;
	}
	.firstGuideQa .btn2 {
		margin: 0;
	}
	.firstGuideQa .btn2 a {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		text-align: center;
		background-color: #fff;
	}
	.firstGuideQaDialog .textQ {
	  padding-right: 4px;
	}
}
@media screen and (min-width: 960px){
	.firstGuideQa .titStyle1 {
		padding-bottom: 51px;
	}
	.firstGuideQaDialog dt {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.firstGuideQaDialog dd {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* asideLink */
.asideLink {
	display: flex;
	flex-flow: wrap;
}

.asideLink li {
	background: #fff;
	border-radius: 6px;
	vertical-align: middle;
}

.asideLink li a {
	display: table;
	font-weight: bold;
	background-image: url(/toppage/images/arrow_middle_right_2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.asideLink li span {
	display: table-cell;
	vertical-align: middle;
}

.asideLink .linktxt {
	padding-left: 15px;
}
@media screen and (max-width: 959px) {
	.asideLinkBlock {
		padding-top: 50px;
	}
	.asideLink li {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 48%;
		font-size: 10px;
		font-size: 1rem;
	}
	.asideLink li:nth-child(2n) {
		margin-right: 0;
	}
	.asideLink li a {
		padding: 10px 20px 10px 10px;
		background-size: 16px auto;
	}
	.asideLink .linkImg {
		width: 35px;
	}
	.asideLink .linkImg img {
		width: 100%;
	}
}
@media screen and (min-width: 960px) {
	.asideLinkBlock {
		padding: 80px 0 60px;
	}
	.asideLink {
		margin: 0 20px;
	}
	.asideLink li {
		margin-right: 35px;
		margin-bottom: 20px;
		width: 30%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.asideLink li:nth-child(3n) {
		margin-right: 0;
	}
	.asideLink li a {
		padding: 20px 40px 20px 20px;
	}
	ul.btnHome {
    margin: 120px 0 120px;
	}
}
.firstguide ul.btn li.btnTypeHome a span{
	padding:0;
}
.firstguide ul.btn li.btnTypeHome a span:before{
	display: none;
}
@media screen and (max-width: 959px) {
	ul.btnHome {
    margin: 60px 0 60px;
	}
	ul.btn.btnHome{
		padding: 0 10px;
	}
}

.emergency {
	max-width: 1000px;
    text-align: center;
    background: #f8e7e8;
	padding: 30px;
}
.emergency .linkInternal {
	color: #c3303c;
	font-weight: bold;
}

.emergency .linkInternal:hover {
	text-decoration: underline;
}

.linkInternal::before {
	content: '';
    width: 7px;
    height: 12px;
    margin: 0 13px 0 0;
    overflow: hidden;
    background: url(/toppage/images/arrow_middle_right_btn2.png) left bottom no-repeat;
    display: inline-block;
}

@media screen and (min-width: 960px) {
	.emergency {
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 959px) {
	.emergency {
		margin: 0 auto 25px;
	}
}