@charset "utf-8";
/* CSS Document */

/*===========================================
common
===========================================*/
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	position: relative;
}

a {
	text-decoration: none;
	color: #333;
}

li {
	list-style-type: none;
}

input, button, textarea, select {
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	background: #f4f4f4;
	border: 1px solid #ccc;
}

input:focus {
	border: 1px solid #ee7f90;
}

input[type="text"]:focus,
textarea:focus {
	border: 1px solid #ee7f90;
}

.sp {
	display: none;
}

/*===========================================
top_popup01
===========================================*/
#top_popup01 {
    padding: 1.5rem;
    color: #333;
}

#top_popup01 .img01 {
    display: block;
    width: 200px;
    margin: 0 auto;
}

#top_popup01 .top_popup01_txt01 {
    text-align: center;
    font-size: 150%;
    color: #ee7f90;
    margin: 0.25em 0 0.75em;
    line-height: 1.3;
}

#top_popup01 .top_popup01_txt01 span {
    background:-webkit-linear-gradient(transparent 60%, #ffefe9 60%);
    background:-o-linear-gradient(transparent 60%, #ffefe9 60%);
    background:linear-gradient(transparent 60%, #ffefe9 60%);
}

#top_popup01 .top_popup01_txt01 strong {
    font-size: 150%;
}

#top_popup01 .top_popup01_box01{
    border-top: 3px dotted #ff8a5b;
    border-bottom: 3px dotted #ee7f90;
    padding: 1em 0;
}

#top_popup01 .top_popup01_box01 dl {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

#top_popup01 .top_popup01_box01 dl:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

