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

.f_small {
	font-size: 80%;
}

.line_h12 {
	line-height: 1.2;
}

.line_h14 {
	line-height: 1.4;
}

sub {
	display: inline-block;
	margin-bottom: 3px;
}

b {
	font-weight: bold;
}

.flex {
	display: flex;
}

.flex b {
	flex-shrink: 1;
}

.font_red {
	color: red;
}

.center img {
	max-width: 700px;
	height: auto;
/*	margin: 30px 0;*/
}

.img_sp {
	display: none;
}

.blocks ol p {
	font-weight: bold;
}

.blocks ol span {
	display: block;
	margin-left: 16px;
	font-weight: normal;
}

.blocks_inner_list_area li.lst_decimal {
	list-style-type: decimal;
	margin-left: 20px;
}

.cate03_list {
	padding-left: 15px;
	margin-top: 20px;
}

.cate03_list p {
	margin-top: 10px;
}

/* 毎回変わる CSS を記述*/
.back_green {
	background-color: #cce5d8;
	padding: 18px 25px;
}

.mame_t img.icon {
	top: 30px;
}

.blocks h2{
	margin-top:70px;
}

.blocks h3{
	margin-top:30px;
	
}

h3 span{
	border-bottom: 2px solid #cce5d8;
	line-height:1.8;
}

.blocks h4{
	font-size:100%;
}
.blocks p{
	margin-top:20px !important;
}
.blocks p.under_h4{
	margin:0 0 30px 15px;
}

.min_font{
	font-size:12px;
}

.ydc_link{
	width:90%;
	background:#6EBD3C;
	display:block;
	margin:10px auto 100px;
	color:#fff;
	border-radius:8px;
	text-align:center;
	padding: 10px;
	position:relative;
	box-sizing: border-box;
}

.ydc_link.second{
	margin:40px auto;
}

.ydc_link::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 5%;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}

.ydc_link:hover{
	text-decoration:none;
}

.ydc_link p:nth-child(2){
	font-size:14px;
}

.ydc_link .flex_area{
	display:flex;
	justify-content:space-around;
	align-items: center;
	margin-left: 30px;
}

.ydc_link .flex_area p:nth-child(1){
	font-weight:bold;
	line-height: 1.5;
}



.download_area{
	display:block;
	width:90%;
	text-align:center;
	border-radius:5px;
	border:solid 2px #0056ae;
	margin:40px auto;
	
}

.download_area p{
	margin-bottom:30px;
	font-weight:bold;
	color:#0056ae;
}

.download_area .flex_area{
	display:flex;
	justify-content:space-around;
	margin:30px 0;
}

a.inner_link_btn01{
	display: block;
    position: relative;
    width: 90%;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    border-radius: 8px;
    background: #0056ae;
    color: #fff;
    font-size: 1.2em;
	margin:40px auto;
	box-sizing: border-box;
}

.inner_link_btn01.bg{
	background: #D3ECFA;
	color:#555;
}

.inner_link_btn01:hover{
	text-decoration:none;
}

.inner_link_btn01::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 33px;
    left: 10%;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}

.inner_link_btn01.bg::before{
	border-top: 3px solid #555;
    border-right: 3px solid #555;
}

.btn_area{
	display:flex;
	justify-content:space-around;
}

.inner_link_btn02{
	display: block;
    position: relative;
    width: 40%;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    border-radius: 8px;
    background: #0056ae;
    color: #fff;
    font-size:17px;
	margin:0 auto;
	line-height:1.2;
}

.inner_link_btn02.second{
	display: block;
    position: relative;
    width: 40%;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    border-radius: 8px;
    border:solid 2px #0056ae;
	background:#fff;
    color: #0056ae;
    font-size:17px;
	margin:0 auto;
	line-height:1.2;
}

.inner_link_btn02:hover{
	text-decoration:none;
}

.inner_link_btn02::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 10%;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}

.inner_link_btn02.second::before{
	border-top: 3px solid #0056ae;
    border-right: 3px solid #0056ae;
}
/* .table_blue {
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 93%;
    border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
.table_blue.border_collapse th {
	border-top: 1px solid #c7c7c7;
}

.table_blue td {
	padding: 4px 4px;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	text-align:left;
}

.table_blue td:last-child {
	border-right: none;
} */


@media (min-width: 768px) {
	.mame_ttl_inner_q {
		padding-left: 0px;
	}
	
	.main_area .blocks:nth-child(1) &gt; .mame_t img.mame01 {
		top: 0px;
	}
}

@media (max-width: 767px) {
/* ここに幅が767px以下の CSS を記述 */
	
	.blocks img.sp_width {
		width: 100%;
	}
	
	.mame_ttl_h1 .mame_ttl_main {
		padding: 0 10px;
	}
	
	.img_sp {
		display: block;
	}
	
	.img_pc {
		display: none;
	}
	
	.ps_w_200 {
		width: 100%;
	}
	
	.blocks_inner_list_area {
		padding: 20px 35px;
	}
	
	.center img {
		margin: 0;
	}
	
	/* 毎回変わる CSS を記述*/
	.center.mame_img1 {
		width: auto;
		margin: 30px 20px;
	}
	
	.ps_w_200.mame_img2 {
		max-width: 150px;
	}
	
	p.back_green {
		padding: 15px 20px;
		margin-top: 10px;
	}
	
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	.ydc_link .flex_area{
		display:block;
	}
	
	.ydc_link .flex_area img{
		width:100%;
		margin-bottom:5px;
	}
	
	.ydc_link p:nth-child(2){
		font-size:12px;
	}
	
	.ydc_link .flex_area p:nth-child(1){
		margin-bottom:5px;
	}
	
	.ydc_link::before{
		top: 60px;
	}
	
	.inner_link_btn01{
		font-size:12px;
		padding: 20px 50px;
	}
	
	.inner_link_btn01::before{
		top: 26px;
	}
	
	.inner_link_btn02{
		width: 25%;
		padding:20px 35px;
		font-size:12px;
	}
	
	.inner_link_btn02::before{
		top: 55px;
	}


}

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