@charset "utf-8";

html{
	font-size: 0.813rem;
}
.mod-mainContentContainer{
	font-size: 1rem;
}

#contents{
	font-size: 1.231rem;
}

#contents section{
	margin-bottom: 3em;
}

#contents .pct_main img{
	width: 100%;
	max-width: 950px;
	height: auto;
}

#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 .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;
	float: left;
}

#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 {
	display: inline-block;
	background: #2d75c7;
}

#contents .notice {
    border: 1px solid #ee0000;
}

#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;
	}
	
	
	table.course_tbl th a {
		color: #FFF;
	}
}

/* 20260428 */
#contents .flex-area{
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	padding: 0 1em;
}
#contents .flex-area .pct{
	flex: 1 1 200px;
	max-width: 284px;
	min-width: 0;
}
#contents .flex-area .pct img{
	width: 100%;
	height: auto;
	display: block;
}

#contents .flex-area .pct .cap-text{
	display: block;
	text-align: left;
}

#contents ul.qaList{
	list-style-type: none;
}
#contents details.accordion{
	margin: 2em 0;
	padding: 0 5px 0 0;
	background-color: #FFF;
	color: #000;
	font-size: 1.076rem;
}
#contents details.accordion summary{
	width: 100%;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
}
#contents details.accordion summary:focus,
#contents details.accordion summary:hover{
	outline: 2px solid #000;
	transition: 0.5s;
	z-index: 10;
}
#contents details.accordion.type_4 summary{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1em 0 0;
	padding: 10px 0 10px 1em;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	background: rgb(242, 242, 242);
	background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(255, 255, 255, 1) 100%);
	box-sizing: border-box;
	text-align: left;
	cursor: pointer;
}
#contents details.accordion.type_4 summary:not(:first-child){
	margin-top: 1em;
}
#contents details.accordion.type_4 summary::after {
	display: inline-block;
	margin: 0 0.5em;
	transition: 0.3s;
	color: #000;
	font-size: 2em;
	font-weight: normal;
	content: '+';
}
#contents details.accordion[open] summary::after {
	transform: rotate(45deg);
}
#contents details.accordion.type_4 summary:hover,
#contents details.accordion.type_4 summary:focus{
	opacity: 0.6;
}
#contents details.accordion.type_4 summary img{
	max-width: 60px;
	max-height: 50px;
	vertical-align: middle;
	height: auto;
	width: auto;
}
#contents .border_box {
	border: 1px solid #959595;
	border-top: none;
	padding: 1em;
}

#contents .border_box > p{
	margin: 0;
}
#contents .service_station summary.show_detail{
	display: inline-block;
	margin-left: 1em;
	padding: 0 0 0 13px;
	background: url(/support/software/share/images/arrow_black-b.png) no-repeat 0 0.5em;
	font-weight: 700;
	color: #43677e;
	cursor: pointer;
}

@media (max-width: 640px){
	#contents .flex-area{
		flex-direction: column;
		align-items: center;
	}
	#contents.flex-area .pct .cap-text{
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}

}

