@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* font */
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
	font-size:62.5%;
}
body {
	font-size:14px;
	font-size:1.4rem;
	font-family:'Poppins','Helvetica Neue', 'Noto Sans JP','Segoe UI', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #4D4D4D;
	background: #FCE3F0;
}

a:link {color: #1b1b1b;}
a:visited {color: #1b1b1b;}
a:hover {color: #1b1b1b;}
a:active {color: #1b1b1b;}

img {
	vertical-align: top;
}

.align-left {
  text-align: left!important;
}

header {
	width: 100%;
	background: #FFF;
}
header div {
	padding: 6px 0;
	overflow: hidden;
}
header h1 {
	/*margin-top: 5px;*/
	margin: 5px auto 0;
	width: 40%;
	max-width: 200px;
	/*padding-left: 15px;*/
	/*float: left;*/
}

header .sns {
	font-size: 0;
	float: right;
}
header .sns li {
	display: inline-block;
}

main h2 {
	padding: .5em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #a1c3fb;
background-image: linear-gradient(75deg, #a1c3fb 0%, #fbb3cc 100%);
}
main .inner {
	padding: 15px;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#page-top a {
    width: 40px;
    height: 40px;
    background: #F36386;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    border-radius: 50%;
    display: block;
    opacity: 0.5;
    overflow: hidden;
    position: relative;
}
#page-top a:before {
    content: '';
    margin: -4px 0 0 -6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer_back {
	width: 50px;
	height: 50px;
	position: fixed;
  left: 0;
	bottom: 0;
}
.footer_back a {
  width: 100%;
  height: 100%;
  font-size: 1rem;
	text-align: center;
  background: #e2e2e2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  opacity: .8;
}
.footer_back img {
  margin-bottom: .7em;
  width: 10px;
}
.footer_back a:hover {
  opacity: 1;
}

footer {
	padding: 20px 0;
	color: #555;
	font-size: 1rem;
	text-align: center;
}
		.sp {
			display: none;
		}
		.pc {
			display: block;
		}
.alert_gray {
    color: #333;
    font-size: 80%;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.3em;
	font-weight: normal;
}

/* form */
form #hogosya {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
form #hogosya input[type=radio] {
  display: none;
}
form #hogosya label {
  padding: 14px;
  width: 50%;
  color: #5e5e5e;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  background: #e2e2e2;
  float: left;
  display: block;
  cursor: pointer;
}
form #hogosya label:first-of-type {
  border-radius: 4px 0 0 4px;
}
form #hogosya label:last-of-type {
  border-radius: 0 4px 4px 0;
}
form #hogosya input[type="radio"]:checked + .switch-off {
  background-color: #777;
  color: #fff;
}
form #hogosya input[type="radio"]:checked + .switch-on {
  background-color: #e7355c;
  color: #fff;
}

	/* ==========================================================================================
		--SP
	========================================================================================== */
@media screen and (min-width: 751px) {
	header div,
	main {
		margin: 0 auto;
		width: 750px;
	}
}
	@media screen and (max-width: 400px) {
		.sp {
			display: block;
		}
		.pc {
			display: none;
		}
}