@charset "utf-8";

html{
	font-size: 0.813rem;
}
.mod-mainContentContainer{
	font-size: 1rem;
}

#contents{
	font-size: 1.231rem;
}

#contents section{
	margin-bottom: 3em;
}

#contents .title{
    margin-bottom: 1.5em;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-size: 1.385em;
    font-weight: 700;
}

#contents h2.title{
    color: #000;
    border-bottom: 1px solid #343434;
    font-size: 1.154em;
}

#contents ul{
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents section > ul{
	margin-left:1em;
}

#contents section > ul.disc{
	margin-left:2.5em;
}

#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position: 0 7px;
	padding-left: 14px;
	display: inline-block;
}

@media screen and (max-width: 640px){
	#contents section > ul.disc{
		margin-left:1.5em;
	}
	
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
}

#contents .pct_main{
	margin-bottom: 2em;
}

#contents .pct img{
	margin: 1em 0.625em;
}

#contents .title_3 {
	font-size: 1em;
    padding: 10px 0 6px 14px;
    margin-bottom: 1em;
    background: #E3E3E3;
    line-height: 1;
}

@media (max-width: 640px){
	#contents .pct_main img{
		width: 100%;
		height: auto;
	}

	#contents .title,
	#contents h2.title{
	   padding-left: 2px;
	}
}

#contents ul.buttonLink{
	list-style: none;
	margin-left: 0;
}

#contents ul.buttonLink li a.s5-button{
	width: 68%;
	display: inline-block;
}

#contents a.s5-button {
	color: #FFF;
	padding: 8px 18px;
	background: #5787f4;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#contents .s5-button:hover,
#contents .s5-button:active,
#contents .s5-button:focus {
	text-decoration:none;
	color:#ffffff;
	opacity:0.7;
}

#contents a.s5-button span{
	display: inline-block;
	text-indent: -8px;
    padding-left: 8px;
}

#contents a.s5-button span::before{
	content:"\025b6";
    vertical-align: middle;
	display: inline-block;
    padding-right: 0.5em;
    font-size: 10px;
}

#contents p + a.s5-button{
	margin-left: 1em;
}

#contents a.linkWrapper{
	margin-left: 1em;
}

#contents a.linkWrapper span.textLink{
	margin-bottom: 0.5em;
}

#contents a.linkWrapper img{
	display: inline-block;
	margin-left: 1em;
	margin-bottom: 1em;
}

#contents a.linkWrapper:focus{
	outline: none;
}

#contents a.linkWrapper:focus span.textLink,
#contents a.linkWrapper:focus img{
	outline: thin dotted;
}


/* notice*/

#contents .notice,
#contents .notice_gray {
    padding: 1.2em 1em 0.5em;
    margin-bottom: 2em;
	margin-left: 1em;
}

#contents .notice > ul.disc,
#contents .notice_gray > ul.disc{
	margin-left: 1.5em;
}

#contents .notice > p,
#contents .notice_gray > p{
	margin-right: 0;
}

#contents .notice > p:first-child{
	margin-bottom: 0.5em;
}


@media (max-width: 640px){
	
	#contents ul.buttonLink li a.s5-button{
		width: 100%;
	}
	
	#contents p + a.s5-button{
		margin-left: 5px;
	}

	#contents .notice,
	#contents .notice_gray {
		margin-left: 5px;
	}
}

/*
	====================================
		serviceArea
	====================================
*/

#contents .serviceArea{
	width: 100%;
}
#contents .serviceArea section{
	margin-bottom: 0;
}


/* ----- table ----- */
　

#contents th{
	background: none;
}

#contents .serviceArea table.course_tbl{
	width: calc(100% - 1em);
	background: #f1f1f1;
	margin-bottom: 2em;
}

#contents .serviceArea table.course_tbl th,
#contents .serviceArea table.course_tbl td{
	box-sizing: border-box;
}

@media (min-width: 641px){
	#contents .serviceArea table.course_tbl thead th{
		background: #6b6b6b;
		color: #fff;
		font-weight: bold;
		border: 1px solid #fff;
		border-top: 1px solid #6b6b6b;
	}

	#contents .serviceArea table.course_tbl thead th:first-child{
		border-left: 1px solid #6b6b6b;
	}

	#contents .serviceArea table.course_tbl thead th:last-child{
		border-right: 1px solid #6b6b6b;
	}

	#contents .serviceArea table.course_tbl tbody th{
		background: #f1f1f1;
	}

	#contents .serviceArea table.course_tbl tbody th {
		border-left: 1px solid #e7e7e7 !important;
	}

	#contents .serviceArea table.course_tbl tbody td:last-child{
		border-right: 1px solid #e7e7e7;
	}

	#contents .serviceArea table.course_tbl tbody tr:last-child th,
	#contents .serviceArea table.course_tbl tbody tr:last-child td{
		border-bottom: 1px solid #e7e7e7;
	}

	#contents .serviceArea table.course_tbl tbody tr:nth-child(odd) th,
	#contents .serviceArea table.course_tbl tbody tr:nth-child(odd) td {
		background: #e7e7e7 !important;
	}

	#contents .serviceArea table.course_tbl tbody th,
	#contents .serviceArea table.course_tbl tbody td {
		text-align: left;
		padding-left: 1em;
		border: 1px solid #fff;
	}


	#contents .serviceArea table.course_tbl td span.mq_price{
		display: none;
	}
}

@media (max-width: 640px){
	
	#contents .serviceArea table.course_tbl{
		margin-left: 5px;
		width: calc(100% - 5px);
		border-right: 1px solid #ccc;
	}
	
	#contents .serviceArea table.course_tbl tbody th{
		border: 1px solid #6b6b6b;
	}
	
	#contents .serviceArea table.course_tbl tbody th,
	#contents .serviceArea table.course_tbl tbody td{
		width: 100%;
		float: left;
	}
	
	#contents .serviceArea table.course_tbl tbody td{
		border-bottom: none;
		border-right: none;
	}
	
	#contents .serviceArea table.course_tbl tbody tr:last-child td:last-child{
		border-bottom: 1px solid #ccc;
	}
	#contents .serviceArea table.course_tbl tbody th,
	#contents .serviceArea table.course_tbl tbody tr:nth-child(odd) th{
		background: #6b6b6b !important;
		color: #fff;
		font-weight: bold;
	}
	
	#contents .serviceArea table.course_tbl tbody td,
	#contents .serviceArea table.course_tbl tbody tr:nth-child(odd) td{
		background: #fff !important;
	}
	
	#contents .serviceArea table.course_tbl td span.mq_price{
		display: inline-block;
		font-weight: bold;
		padding-right: 1em;
	}
	
	#contents .serviceArea table.course_tbl thead{
		display: none;
	}
	
}


/*===========================================
	service station
=============================================*/


#contents ul.service_station{
	margin: 2.5em 0 3em 2em;
	list-style:none;
}

#contents ul.service_station li{
	margin-bottom:1em;
}

#contents ul.service_station li > p,
#contents ul.service_station li > span{
	display:inline-table;
	margin: 0;
}
#contents ul.service_station li > p{
	width: 14em;
}

#contents ul.service_station li > span{
	margin-left:1em;
	margin-bottom:0;
}

#contents .innerLink{
    background: url(/support/software/share/images/arrow_black-b.png) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
	font-weight:700;
}

#contents .service_station dl,
#contents dl.price{
	margin:1em 0 1em 0;
	padding:0;
}

#contents dl.price{
	margin-left:1.4em;
}


#contents .service_station dl dt,
#contents dl.price dt{
	float:left;
	margin:0;
	padding:0;
	font-weight:400;
}

#contents .service_station dl dd,
#contents dl.price dd{
	margin:0;
	padding:0;
}

#contents dl.price dd{
	display:table-cell;
}

#contents .service_station p{
	margin-bottom:0.5em;
}

#contents .service_station a.mod-linkButton{
	padding: 0.3em 0.5em;
    width: 5.5em;
	display:block;
	margin: 0.5em 0;
	color:#000;
}

#contents .service_station a.mod-linkButton:hover,
#contents .service_station a.mod-linkButton:active,
#contents .service_station a.mod-linkButton:focus{
	color:#000;
	opacity:0.5;
	text-decoration:none;
}

#contents .service_station a.mod-linkButton span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat left .4em;
	padding-left:1em;
}

#akihabara_detailArea,
#nagoya_detailArea,
#nihonbashi_detailArea,
#naha_detailArea{
	margin:0 0 2em 1em;
	
}

@media (max-width: 640px){
	#contents ul.service_station {
		margin-left: 1em;
	}
	#contents dl.price {
		margin-left: 5px;
	}	
}


/*
	====================================
		applArea
	====================================
*/
#contents .applArea{
	margin-left: 1em;
}

#contents .applArea p{
	margin: 0;
}

#contents .applArea section > p{
	margin-left: 1.25em;
}

#contents .applArea section > p.annotation{
	text-indent: -1em;
	margin-left: 2.7em;
    margin-top: 0.5em;
}

#contents .applArea .ap_list > li{
	margin-bottom: 2em;
}

#contents .applArea .ap_list > li:last-child{
	margin-bottom: 0;
}

@media (max-width: 640px){
	#contents .applArea{
		margin-left: 0em;
	}
}

#contents div.privacy.dash_border {
    border-top: 1px dashed #ccc;
    padding-top: 2em;
    margin-top: 2em;
}

/* 20230901 */

#contents a.s5-button {
	background: #2d75c7;
}

#contents .notice {
    border: 1px solid #ee0000;
}

/* accordion */
.service_station button {
    background-color: #FFF;
}

.service_station button span{
    background: url(/support/software/share/images/arrow_black-b.png) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
    font-weight: 700;
	margin-left: 1em;
	color: #43677e;
	display: inline-block;
}

#contents .js-accordion-title.active span::before {
    background: url(/support/software/share/images/arrow_black-b.png) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
    font-weight: 700;
	margin-left: 1em;
	color: #43677e;
	display: inline-block;
	transform: rotate(180deg);
}

#contents .setting_text {
    margin-left: 1em;
}

table.course_tbl a {
    font-size: 1.1rem;
}

#contents .pct.flex {
    display: flex;
	justify-content: space-evenly;
}

#contents .pct.flex figure {
    max-width: 300px;
}

#contents .pct.flex figcaption {
    text-align: center;
}

#contents .pct.flex figcaption a {
    font-size: 1.1rem;
}

#contents .pct.flex img {
    margin: 1em auto 0;
}


#contents a.linkWrapper:focus span.textLink,
#contents a.linkWrapper:focus img{
	outline: auto;
}

@media screen and (max-width: 640px) {
	#contents .pct.flex {
		display: block;
	}
	
	#contents .pct.flex figure {
		max-width: 300px;
		width: auto;
		margin: 0 auto;
	}
	
	table.course_tbl th a {
		color: #FFF;
	}
}
