<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* @import 
---------------------------------------------------------- */
@import url("/cmn_data/font/font-awesome/css/font-awesome.min.css");

/* Re-set
---------------------------------------------------------- */
h1,
h2,
h3,
h4 {
	clear: both;
	background-image: none;
	background-color: transparent;
	height: auto;
	padding: 0;
	margin: 0;
	border-style: none;
	color: #000000;
	line-height: 1.7;
}
ol {
	margin-bottom: 0;
}
ol li {
	list-style: none;
}
/* common
---------------------------------------------------------- */
body #contents {
	width: 100% !important;
	font-size: 16px;
	line-height: 2.2;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings : "palt";
	letter-spacing: 0.02em;
}
#contents #main {
	width: 100% !important;
	line-height: 1.4em;
	float: none;
	padding: 0;
	box-sizing: border-box;
}
#contents section p,
#contents section ol &gt; li {
	font-size: 1rem;
	line-height: 1.6em;
	letter-spacing: 0;
	color: #333333;
}
#contents section section {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.pc_70pw {
	width: 70%;
	float: left;
}
.hidden {
	overflow: hidden;
}
/* ttl
---------------------------------------------------------- */
.ttl01 {
	font-size: 1.1rem;
	border-top: 4px solid #3254b6;
	border-bottom: 2px solid #3254b6;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 49%, #edf0f8 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 49%, #edf0f8 50%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 49%, #edf0f8 50%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	-webkit-box-shadow: 0px 2px 10px #DBDBDB;
	box-shadow: 0px 2px 10px #DBDBDB;
	margin-bottom: 2em;
	line-height: 1.5;
}
.ttl02 {
	background-color: #2f4cac;
	color: #FFFFFF;
	border-top-left-radius: 0.5em;
	padding: 0.8em 20px;
	border-top-right-radius: 0.5em;
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 1em;
}
.ttl03 {
	font-size: 1.1rem;
	margin-bottom: 1em;
	font-weight: bold;
}
/* contents
---------------------------------------------------------- */

/* sec01 */
.sec01 {
	font-size: 1rem !important;
	line-height:1.6;
}

/* sec02 */
.sec02 .ttl03 span {
	font-size: 0.9em;
	color: #ffffff;
	background-color: #0081cc;
	border-radius: 0.2em;
	padding: 0.2em 0.8em;
	margin-right: 0.8em;
	line-height: 1;
}
.sec02 ol.step {
	margin-bottom: 1em;
}
.sec02 ol.step li {
	width : calc(90% / 3);
	float: left;
	margin-right: 5%;
	text-align: center;
	position: relative;
}
.sec02 ol.step li:after {
	font-family: 'FontAwesome';
	content: '\f0da';
	font-size: 2rem;
	display: block;
	position: absolute;
	color: #2F4CAC;
	right: -1.7rem;
	top: 45%;
}
.sec02 ol.step li:last-child {
	margin-right: 0;
}
.sec02 ol.step li:last-child:after {
	content: '';
}
.sec02 ol.step li img {
	width: 100%;
}
.sec02 ol.step li h5 {
	background-color: #2f4cac;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 1.4;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.sec02 ol.step_txt &gt; li {
	clear: both;
	margin-bottom: 1em;
}
.sec02 ol.step_txt li span:nth-of-type(1) {
	width: 10%;
	float: left;
	font-weight: bold;
	color: #2F4CAC;
}
.sec02 ol.step_txt li span:nth-of-type(2) {
	width: 90%;
	float: right;
}
.sec01 .attention {
	border: 5px solid #246cbf;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-o-border-radius: 13px;
	-ms-border-radius: 13px;
}
.sec01 .attention + .attention {
	margin: 1rem 0;
}
.sec01 .attention a {
	text-decoration: underline !important;
}
.sec01 .attention h2 {
	background-color: #246cbf;
	color: #FFFFFF;
	font-size: 1.3rem !important;
	padding: 0.8em;
	margin-bottom: 0.5rem;
	text-align: left;
	width: auto !important;
}
.sec01 .attention h2 span {
	color: yellow;
	font-size: 1.3rem;
}
.sec01 .attention h3 .fa {
	color: red;
	font-size: 1.2em;
	margin-right: 0.3em;
}
.sec01 .attention h3 {
	font-size: 1rem;
	padding: 0.8em;
	text-align: left;
}
.sec01 .attention h3 span {
	color: red;
	font-size: 1.3rem;
}
.sec01 .attention h4 {
	color: #0F218C;
	text-align: center;
	font-size: 1rem;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}
.sec01 .attention h4 .fa {
	color: #ffc600;
	font-size: 1.2em;
	margin-right: 0.3em;
}
.sec01 .attention h5 {
	color: #246cbf;
	font-size: 1.2rem;
}
.sec01 .attention p {
	font-size: 0.9rem !important;
}
.sec01 .attention &gt; ul {
	padding: 0px;
	margin: 0 2em;
}
.sec01 .comment img {
	height: auto;
	width: 77%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.sec01 .attention .info_01 {
	margin: 20px 0;
}
.sec01 .attention .info_01 p span {
	font-weight: bold;
	line-height: 2.2em;
}
.sec01 .attention .info_01 p span.supplement {
	font-size: 0.9em;
	background-color: #fff8a3;
	border-radius: 0.2em;
	padding: 0.1em 0.8em;
	margin-left: 0.8em;
	line-height: 1;
}
.sec01 .attention hr {
	border-color: #246cbf;
	margin-top: 2px;
	margin-bottom: 16px;
}
.sec01 .attention .ico {
	height: auto;
	width: 5%;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 4px;
}
.sec01 .attention .ico.portal {
	height: auto;
	width: 5%;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: -3px;
}
.sec01 .attention .att_bg{
  background-color: #E3F4FE;
  padding: 0.8em 1.3em;
  ;
}
.sec01 .attention .att_bg h3{
  padding: 0;
  font-size: 0.9rem !important;
}

#main div a.btn {
	text-decoration: none !important;
	color: #fff !important;
	background: #ff6f97;
	padding: 5px 20px;
	font-weight: bold;
}
.sec01 .mgnEm01 .text {
	float: left;
	width: 75%;
	margin-right: 5%;
}
.sec01 .mgnEm01 .text span {
	font-size: 1.3rem;
	color: #0081cc;
	font-weight: bold;
}
.sec01 .mgnEm01 .icmark {
	float: right;
	width: 20%;
}
.sec01 span.tel {
	font-weight: bold !important;
}
.sec01 span.tel span {
	color: #ff0000 !important;
	font-size: 18px !important;
}


.sec01 .notes{
	padding-top:0.5rem;
	margin-bottom:0;
	clear:both;
}


/* sec03 */
.sec03 img.card {
	width: 20%;
	float: right;
	margin-right: 20px;
}

.youtube-block {
	text-align:center;
	margin-bottom:40px;
}
.youtube-block .youtube{
	width:560px;
	height:315px;
}


@media screen and (min-width:1px) and (max-width:767px) {
section {
	width: 93%;
}
#main section.pankuzu {
	width: 90%;
	line-height: 1.4;
	letter-spacing: 0;
}
#contents section section {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100%;
}
.pc_70pw {
	width: 100%;
	float: left;
}
.ttl01 {
	margin-bottom: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.ttl02 {
	margin-bottom: 1em;
}
.ttl03 {
	text-align: center;
	line-height: 1.4;
}

.sec01 .mgnEm01 .text {
	float:none;
	width:auto;
	margin:0;
}
.sec01 .mgnEm01 .icmark {
	float:none;
	width:50%;
	height:auto;
	display:block;
	margin:0.5rem auto;
}

/* sec02 */
.sec02 .ttl03 span {
	margin: 0;
	line-height: 2.3;
}
.sec02 .pc_70pw {
	margin-bottom: 2em;
}
.sec02 ol.step li:after {
	font-size: 1.5rem;
	right: -0.5em;
	top: 40%;
}
.sec02 ol.step_txt li span:nth-of-type(1),
.sec02 ol.step_txt li span:nth-of-type(2) {
	width: 100%;
}
.sec01 .attention .icmark {
	float: none;
	width: 40%;
	margin-right: auto;
	display: block;
	margin-left: auto;
	margin-bottom: 1em;
}
.sec01 .attention &gt; ul {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	padding-left: 1em;
	padding-right: 1em;
}
.sec01 .comment img {
	width: 95%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.sec01 .attention .info_01 p span.supplement {
	line-height: 1.5;
}
.sec01 .attention .ico {
	height: auto;
	width: 7%;
	margin-right: 6px;
	margin-top: 8px;
}
.sec01 .attention .ico.portal {
	height: auto;
	width: 7%;
	margin-top: 4px;
}
/* sec03 */
.sec03 img.card {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
	margin-bottom: 1em;
	padding-top: 1em;
}

.youtube-block {
	text-align:center;
	margin-bottom:20px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-block .youtube{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

}
</pre></body></html>