@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/cancellation/m_bg.png");
}





#cancellation h2 {
	font-size: 25px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 45px;
}
#cancellation .box {
	background-color: #E9F4F9;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}
#cancellation .box .flex {
	width: 806px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}
#cancellation .box .flex h3 {
	width: 147px;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
}
#cancellation .box .flex h3 span {
	display: block;
	width: 147px;
	background-color: #fff;
	border-radius: 100px;
	color: #003399;
	font-size: 22px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
#cancellation .box .flex div {
	width: 612px;
	text-align: left;
}
#cancellation .box .flex div dt {
	font-weight: 500;
	color: #000;
}
#cancellation .box .flex div dt span {
	color: #003399;
}
#cancellation .box .flex div dd {
	color: #000;
	text-align: justify;
}
#cancellation .box .flex div dd+dt {
	margin-top: 15px;
}
#cancellation .box .flex div dt+dt {
	margin-top: 15px;
}
#cancellation .box .flex div p {
	color: #000;
	text-align: justify;
}
#cancellation .box .flex div li {
	color: #000;
	text-indent: -1em;
	padding-left: 1em;
	text-align: justify;
}
#cancellation .box .flex div .list2 li {
	text-indent: -0.5em;
	padding-left: 1em;
}
#cancellation .box .flex div li span {
	font-weight: bold;
	color: #0C318E;
}
#cancellation .box .flex div li span.text {
	color: #000;
}
#cancellation .box+figure {
	width: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 30px;
}




#inquiry {
	width: 700px;
	height: 218px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	border-radius: 12px;
	margin-top: 70px;
	margin-bottom: 100px;
}
#inquiry p:first-child {
	font-size: 20px;
	font-weight: 500;
	padding-top: 40px;
	margin-bottom: 20px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/cancellation/m_bg.png");
}




#cancellation h2 {
	font-size: 5vw;
	font-weight: bold;
	color: #003399;
	margin-bottom: 5vw;
}
#cancellation .box {
	background-color: #E9F4F9;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}
#cancellation .box .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#cancellation .box .flex h3 {
	font-size: 4vw;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
#cancellation .box .flex h3 span {
	display: block;
	width: 40vw;
	background-color: #fff;
	border-radius: 100px;
	color: #003399;
	font-size: 4vw;
	height: 7vw;
	line-height: 7vw;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2vw;
}
#cancellation .box .flex div {
	text-align: left;
	margin-top: 3vw;
}
#cancellation .box .flex div dt {
	font-weight: 500;
	color: #000;
}
#cancellation .box .flex div dt span {
	color: #003399;
}
#cancellation .box .flex div dd {
	color: #000;
	text-align: justify;
}
#cancellation .box .flex div dd+dt {
	margin-top: 15px;
}
#cancellation .box .flex div dt+dt {
	margin-top: 15px;
}
#cancellation .box .flex div p {
	color: #000;
	text-align: justify;
}
#cancellation .box .flex div li {
	color: #000;
	text-indent: -1em;
	padding-left: 1em;
	text-align: justify;
}
#cancellation .box .flex div .list2 li {
	text-indent: -0.5em;
	padding-left: 1em;
}
#cancellation .box .flex div .list2 li span {
	color: #0C318E;
}
#cancellation .box .flex div li span {
	font-weight: bold;
}
#cancellation .box .flex div li span.text {
	color: #000;
}
#cancellation .box+figure {
	width: 10vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12vw;
	margin-bottom: 5vw;
}





#inquiry {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	border-radius: 3vw;
	margin-top: 10vw;
	margin-bottom: 15vw;
	padding-bottom: 5vw;
}
#inquiry p:first-child {
	font-weight: 500;
	padding-top: 5vw;
	margin-bottom: 3vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}