@charset "shift_jis";

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#contents img {
	vertical-align:bottom;
}
#contents a:focus {
	outline:none;
}
#contents .pcCnt {
	display:block;
}
#contents .spCnt {
	display:none;
}
#contents .txtC {
	text-align:center;
}
#contents .link {
	padding-left: 10px;
	background: url("/support/share/images/arrow_black.png") no-repeat left 0.45em;
}
#contents .red {
	color: #cc0000;
}
#contents p.annotation {
    margin: 0 0 0 2.15em;
    padding: 0.5em 0;
    text-indent: -0.7em;
    font-size: 0.9em;
}


/*===========================================
	フォント
=============================================*/
#contents .font_18 {
	font-size: 18px;
}
#contents .b {
	font-weight: bold;
}


/*===========================================
	txtIndent
=============================================*/
#contents .txtIndent{
	text-indent:-1em;
	padding-left: 1em;
}

#contents ul.attxt {
    margin: 0.5em 0 0 0;
    list-style-type: disc;
}


/*===========================================
	フレックスボックス
=============================================*/
/* flexBoxKinto */
#contents .flexBoxKinto {
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
}


/*===========================================
	横幅
=============================================*/
#contents .w880 {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#contents .w830 {
	margin-left: auto;
	margin-right: auto;
}


/*===========================================
	listTbl
=============================================*/
#contents .listTbl {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contents .listTbl li {
	vertical-align: middle;
	display: table-cell;
}
#contents .listTbl img {
    margin: 0 0.5em;
}
/*===========================================
	glayWakuArea
=============================================*/
#contents .glayWakuArea {
	border : solid 1px #CCCCCC;
	background: #f5f5f5;
	padding: 1em 2em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contents .glayWakuArea p.txtIndent {
	margin: 0.5em 0;
}

#contents .glayWakuArea .ib {
	display: inline-block;
   /* width: 250px; */
}

 @media (max-width:640px) {
    #contents .glayWakuArea .ib {
		display: block;
		width: auto;
	} 
	
	#contents .glayWakuArea li {
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width: 375px) {
	 #contents .glayWakuArea .colon {  
		display: none;
  	}
}


@media screen and (max-width: 320px) {
	 #contents .glayWakuArea .f15 {  
		font-size:15px;
	}
	
	 #contents .glayWakuArea {  
		font-size:13px;
	}
}


/*===========================================
	wakuArea
=============================================*/

#contents .wakuArea {
	border : solid 1px #CCCCCC;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 1em 0;
}

/* wakuRedArea */  
 #contents .wakuRedArea {  
 	border : solid 1px red;  
 	padding: 15px;  
 	-webkit-box-sizing: border-box;  
 	-moz-box-sizing: border-box;  
 	box-sizing: border-box;
	color: red;
	margin: 1em 0;
 }  

#contents .wakuRedArea .ib {  
	display: inline-block;
    width: 250px;
 } 

 
 @media (max-width:640px) {
	 #contents .wakuRedArea .ib {  
		display: block;
		width: auto;
	 }  

	 #contents .wakuRedArea li {  
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 375px) {
	 #contents .wakuRedArea {  
		font-size:12px;
	}
	 #contents .wakuRedArea .f14 {  
		font-size:14px;
	}
	 #contents .wakuRedArea {  
		padding: 10px;
	 }
	 
	 #contents .wakuRedArea .colon {  
		display: none;
  	}
}

@media screen and (max-width: 320px) {
	 #contents .wakuRedArea {  
		font-size:11px;
	}
	 #contents .wakuRedArea .f14 {  
		font-size:14px;
	}
}

#contents .wakuRed {
	border: 1px solid #EE0000;
	padding: 1.5em;
	margin: 1em 0;
}

@media (max-width: 640px){
	#contents .wakuRed {
		width: 88%;
		padding: 15px;
		word-break: break-all;
	}
}




/*===========================================
	titlewaku
=============================================*/
#contents .titlewaku{
    overflow: hidden;
}
#contents .pctleft {
    float: left;
}

#contents p.stitle {
    font-size: 1.6em;
	font-weight: bold;
}
#contents .tblock {
    float: left;
}
#contents .pcno {
    display: none;
}
#contents .redtext {
    font-size: 1.6em;
    font-weight: bold;
	color: #cc0000;
    margin-top: 1em;
}
#contents .redtextpcno {
    font-size: 1.6em;
    font-weight: bold;
	color: #cc0000;
	display: none;
}
#contents p.stitlepcno {
    display: none;
}
#contents .titlewaku .wakuRedArea {
	width: 600px;
	margin: 20px auto 0;
}

/*===========================================
	txtlink
=============================================*/
#contents p.txtlink {
    margin: 0 0 0 25px;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left .4em;
    display: inline-block;
}

 @media (max-width:640px) {
	#contents .pcCnt {
		display:none;
	}
	#contents .spCnt {
		display:block;
	}
     
	#contents ul.attxt {
		margin: 0 0 0 0;
        padding-left: 1.5em;
	}
     
    #contents ul.attxt li{
		text-indent: 0;
	}
         
	#contents p.annotation {
		margin: 1em 0 1em 0.9em;
	}

	
	/*===========================================
		listTbl
	=============================================*/
	#contents .listTbl {
		width: 100%;
		display: block;
		padding-left: 0;
		text-align: center;
		margin-bottom: 0.5em;
	}
	 
	#contents .listTbl img.code {
		display: none;
	}

	#contents .listTbl li {
		display: block;
		text-align: center;
	}
	#contents .listTbl li:last-child {
		display: none;
	}

	/*===========================================
		横幅
	=============================================*/
	#contents .w880 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#contents .w830 {
		width: 86%;
		margin-left: auto;
		margin-right: auto;
	}	
	
	/*===========================================
		フレックスボックス
	=============================================*/
	/* flexBoxKinto */
	#contents .flexBoxKinto {
		display: block;
		text-align: center;
	}
	#contents .flexBoxKinto div {
		margin-bottom: 30px;
	}
	#contents .flexBoxKinto div:last-child {
		margin-bottom: 0px;
	}
	#contents .flexBoxKinto img {
		width : 100%;
		height: auto;
		margin: 0;
	}

	/*===========================================
		titlewaku
	=============================================*/
	#contents .pctleft {
		text-align: center;
		float: none;
	}
	#contents .pctright{
	   display: none;
	}
	#contents .pcon{
	   display: none;
	}
	#contents .pcno {
		display: inline;
	}
	#contents .redtextpcno {
		font-size: 1.2em;
		display: block;
		margin-top: .5em;
	}

	#contents p.stitle {
		display: none;
	}
	#contents p.stitlepcno {
		font-size: 1.3em;
		display: inline;
		font-weight: bold;
	}
	#contents .titlewaku .wakuRedArea {
		width: auto;
		margin: 20px auto 10px;
	}
	/*===========================================
		txtlink
	=============================================*/
	#contents p.txtlink {
		margin: 0;
        padding: 0 0 0 30px;
        background: url(/share/images/arrow_black.gif) no-repeat left .6em;
	}
}

/* 20211101 */
#contents img.lineicon {
    margin: 35px;
}

#contents .tblock {
    float: left;
    margin: 0.5em 1.8em 1.5em 0;
}

@media (max-width: 640px) {
	#contents .tblock {
		margin: 1em 0 1.5em 0;
        text-align: center;
	}
}


/*2022/08/31追記*/
#contents .onlymobile {
    display: none;
}

/* sikaku */
#contents ul.sikaku {
	list-style-type: none;
    margin-left: 1em;
    padding-left: 0;
}

#contents ul.sikaku li{
    margin-bottom: 0.5em;
}

#contents ul.sikaku > li::before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: #000;
    margin: auto;
    margin-right: 0.2em;
}

@media (max-width: 640px) {
	#contents ul.sikaku {
        margin-left: 0.5em;
    }
    
    #contents ul.sikaku > li{
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
}
/*2023/01/17追記*/
.wakuRed p {
	margin:0;
}

/* 20240112 */

#contents .wakuRed {
	padding: 1.5em 1em;
	margin: 1em 0;
}

#contents .mb10{
	margin-bottom: 10px !important;
}

#contents .ml_10{
	margin-left: 10px !important;
}

/* 2025/04/02追記 */

#contents .information {    
	position: relative;
    border: 1px solid #333;
    box-sizing: border-box;
    display: block;
	padding: 2em 0 1em;
	margin-top: 1em;
}

#contents .infottl {    
	position: absolute;
    left: 5%;
    top: -15px;
    display: inline-block;
    margin: 0;
    padding: 6px 16px;
    background: #f5f5f5;
    font-weight: bold;
}

#contents ul.attxt {
    padding: 0 0 0 2em;
    list-style-type: none;
}

#contents ul.annotation {    
	padding-left: 1em;
    text-indent: -1em;
	list-style: none;
}

#contents .onlypc {
	display: block;
}

 #contents .custom-list {
	list-style-type: none;
	counter-reset: custom-counter;
	padding-left: 0;
}

#contents .custom-list li {
	counter-increment: custom-counter;
	margin: 1em 0 3em;
}

#contents .custom-list li::before {
	content: "（" counter(custom-counter) "） ";
}

#contents .stepArea{
	margin: 2em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
#contents .stepArea ol.stepList > li{
	margin-bottom: 3em;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li:before {
	content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: -4px;
    font-weight: 700;
    float: left;
}

#contents .stepArea ol.stepList.blue > li:before {
    background-color: rgba(0, 176, 240, .2);
    color: #333;
    border: #00b0f0 2px solid;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}

#contents .stepArea ol.stepList > li >p.lead{
	display: table-cell;
    margin: 0;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 14px;
}

#contents .flex {
    display: flex;
    margin: 2em 0;
    align-items: center;
}

#contents .pc_arrow {
    margin: 0 2em;
}

#contents .border_box {
    border: 1px solid #ccc;
	box-sizing: border-box;
}

@media screen and (max-width: 800px){	
	#contents .glayWakuArea {
		padding: 1em;
	}
	
	#contents .flex {
		justify-content: center;
	}
		
	#contents .flex img:not(.pc_arrow) {
		max-width: 250px;
		width: 100%;
	}
	
	#contents img.pc_arrow {
        margin: 0;
		max-width: 51px;
		width: 100%;
	}
}

@media screen and (max-width: 640px){
	#contents .stepArea{
		margin-left: 0;
	}
	
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	
	#contents .stepArea ol.stepList > li > * {
		margin-left: 0;
	}
	
	#contents .onlypc {
		display: none;
	}
	
	#contents .onlymobile {
		display: block;
	}
	
	#contents .m_p3em {
		padding-top: 3em;
	}
}

@media screen and (max-width: 440px){
	#contents .m_w150 img {
		max-width: 150px;
		width: 100%;
	}
}

/* 20251008 */
#contents .accent{
	 color:#ee0000;
}

#contents ul.attxt{
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: start;
	margin-bottom: 0.4em;
	padding-right: 5px;
}
#contents ul.attxt li{
	display: contents;
}

#contents ul.attxt li .op_hour::before{
	display: inline-block;
	padding: 0 0.5em;
	content:":";
}
#contents ul.attxt li .op_hour{
	word-break: break-word;
    text-indent: -0.5em;
    padding-left: 1em;
}

@media screen and (max-width: 640px){
	#contents ul.attxt{
		grid-template-columns: 1fr;
	}
	#contents ul.attxt li{
		display: block;
	}
	#contents ul.attxt li .op_hour::before{	
		padding-left: 0;
		text-indent: 0;
	}
	#contents ul.attxt li .op_hour {
		padding-left: 0;
		padding-right: 0.5em;
	}
}
