@charset "utf-8";
@media screen and (max-width: 799px) {
	img.kazunoko01 {
		width:90%;
		height:auto;
		margin:10px 5% 5px 5%;
	}
	img.kazunoko02 {
		width:90%;
		height:auto;
		margin:10px 5% 5px 5%;
	}
}
@media print , screen and (min-width: 800px) {
	img.kazunoko01 {
		width:55%;
		height:auto;
		margin:2%;
	}
	img.kazunoko02 {
		width:35%;
		height:auto;
		margin:2%;
	}
}
img.kazunoko03 {
	width:25%;	
	height:auto;
	float:left;
}


img.souki {
	width:100%;
	height:auto;
}

h1 {
	font-size:2.2em;
	font-family:"G2サンセリフ-B";
	color:#000;
	margin:10px 0px;
}

h2 {
	font-size:1.7em;
	color:#900;
	padding:5px;
	margin:10px 0;
	border-top:2px solid #C00;
	border-bottom:2px solid #C00;
	font-family:"リュウミン B-KL";
}

h3 {
	gont-size:1.5em;
	text-align:center;
	background-color:#FFC;
}
h4 {
	font-size:2em;
	text-align:center;
	font-family:"リュウミン B-KL";
	color:#900;
}

p.setsumei {
	font-size:1.1em;
	text-align:left;
	line-height:1.7em;
	text-indent:1em;
	padding:0.8em;
}
ul.tokucho {
	padding:1em 1em 1em 2em;
	margin:1em;
	background-color:#FFB;
	line-height:1.5em;
}
ul.tokucho li.hishi {
    list-style:  none;      /* デフォルトのアイコンを消す */
    margin:  0;             /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
	list-style-type: "◆"
}
ul.tokucho li.kome {
    list-style:  none;      /* デフォルトのアイコンを消す */
    margin:  0;             /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
	list-style-type: "※"
}
ul.tokucho li.kome b {
	text-decoration:underline;
	color:#009;
}

.table-wrap {
	overflow-x: auto;
	margin-bottom:2em;
}

table.kakaku {
	width:100%;
	border:2px solid #666;
	margin:auto;
	font-size:1.2em;
	border-collapse: collapse;
	white-space: nowrap;
	margin-bottom:0.5em;
}
table.kakaku td {
	padding:15px;
	hite-space: nowrap;
	border:1px solid #666;
	font-family:"UD新ゴ コンデンス90 L";
}
table.kakaku td.hinmoku {
	font-family:"TBUDゴシック E";
}

table.kakaku td.price {
	text-align:right;
}
table.kakaku td.price2 {
	font-family:"UD新ゴ コンデンス90 M";
	text-align:right;
	color:#C00;
}
p.t_price {
	font-size:1.5em;
	text-align:center;
	margin-bottom:1.5em;
}
p.t_price span {
	font-size:1.9em;
	color:#C03;
	font-family:"UD新ゴ コンデンス90 M";
}
hr {
	clear:left;	
	visibility:hidden;
}


a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #27acd9;
	background: #fff;
}


/*　手順CSS　*/

img.tejun_title{
	display:block;
	margin:0.5em auto;
}
@media print {
	div.smphd {
		display:none;
	}
}

@media print , screen and (min-width: 800px) {
	p.youi {
		text-align:center;
		margintop:1em;
		margin-bottom:1em;
	}
	div.cnt {
		display: flex;
		flex-wrap: wrap;
	}
	div.gazo {
		width:25%;
	}
	div.gazo img {
		width:95%;
		height:auto;
	}
	div.tejun {
		width:75%;
		font-family:"TBUDゴシック R";
		text-align:justify;
	}
}
@media screen and (max-width: 799px) {
	p.youi {
		text-align:left;
		margintop:1em;
		margin-bottom:1em;
	}
	div.gazo {
		width:100%;
	}
	div.gazo img {
		width:90%;
		height:auto;
		margin-top:0;
		margin-bottom:0;
		margin-raight:5%;
		margin-left:5%;
	}
	div.tejun {
		width:calc(90% - 1em);
		margin-right:5%;
		margin-left:5%;
		margin-top:-0.5em;
		margin-bottom:1em;
		text-align:justify;
		padding-left: 1em;
        text-indent: -1em;
	}
}

a.btn_13 {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #eee;
	color: #27acd9;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_13::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #27acd9;
}
a.btn_13::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #27acd9;
}
a.btn_13:hover {
	background: #d4eef7;
	color: #27acd9;
}

hr {
	margin:0.5em 0em;
	border-color:#000;
}

p.foot1 {
	font-size:1.2em;
	text-align:center;
	font-family:"UD新ゴ コンデンス90 M";
}
p.foot2 {
	font-size:0.8em;
	text-align:center;
	font-family:"UD新ゴ コンデンス90 L";
}