@charset "utf-8";
/*
Theme Name: 命育　～医師専門家とママクリエイターによる家庭でできる性教育サイト～
Theme URL: テーマのサイトのURI
Description: 命育のWPテーマです
Author: 命育プロジェクト／Siblings合同会社
Version: Ver1.0
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/* CSS Document */

html {
	font-size: 62.5%;
}

body {
	background-color: #fff7e5;
	color: #555;
	display: flex;
	flex-direction: column;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	height: 100%;
	min-height: 100vh;
	width: 100%;
}

@media all and (-ms-high-contrast: none) {
	body {
		font-family: “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	}
}

img {
	-webkit-backface-visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.row {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

a {
	color: #555;
	text-decoration: none;
}

ul, li {
	list-style: none;
}

a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	transition: .4s;
}

a:hover {
	color: #999;
}

.sp {
	display: none;
}

.breadCrumb {
	margin-bottom: 50px;
	padding-left: 30px;
}

.fontMP {
	font-family: "M PLUS 1p", sans-serif;
}

@media only screen and ( max-width: 1080px ) {
	.breadCrumb {
		max-width: 768px;
	}
}

@media only screen and ( max-width: 768px ) {
	.breadCrumb {
		max-width: 96%;
	}
}

@media only screen and ( max-width: 767px ) {
	.breadCrumb {
		margin: 0 auto 30px;
	}
}

@media only screen and ( max-width: 414px ) {
	.breadCrumb {
		font-size: 1.2rem;
		line-height: 2;
		padding-left: 0;
		width: 90%;
	}
}

/*************************************************
    wrapper
*************************************************/

#wrapper {
	margin: 0 auto;
	padding-top: 20px;
	width: 100%;
}

@media only screen and ( max-width: 768px ) {
	#wrapper {
		margin-top: -5px;
		padding-top: 120px;
	}

	#wrapper.top_wrap {
		padding-top: 0;
	}
}

@media only screen and ( max-width: 414px ) {
	#wrapper {
		padding-top: 90px;
	}
}
/*************************************************
    header    [ヘッダー]
*************************************************/
#header {
	width: 100%;
}

.headerInr {
	height: 150px;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.logoArea {
	margin: 20px 30px 0 30px;
	width: 168px;
}

.tagArea {
	margin: 60px 0 0;
	width: 560px;
}

.tagArea a {
	color: #4c4c4c;
	font-weight: 600;
}

.tagArea .h_tagline01 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}

.tagArea .h_tagline02 {
	font-size: 2.4rem;
}

.bnrInfo {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 30px;
	top: 20px;
}

.bnrInfoUpper {
	margin: 0 0 20px 10px;
}

.bnrInfoUpper li {
	float: left;
	margin-right: 10px;
}

.bnrInfoUpper li:last-child {
	margin-right: 0;
}

.bnrInfo .eNaviBox a {
	background: #d44e62;
	border: 2px solid #d44e62;
	border-radius: 22.5px;
	color: #fff;
	display: block;
	font-size: 1.9rem;
	font-weight: bold;
	height: 45px;
	text-align: center;
	transition: .4s;
	width: 200px;
}

.bnrInfo .eNaviBox a:hover {
	background: #fff;
	color: #d44e62;
}

.bnrInfo .eNaviBox .eNavi {
	display: inline-block;
	line-height: 25px;
	padding-left: 23px;
	position: relative;
}

.bnrInfo .eNaviBox .eNavi::before {
	background: url(img/ico_trouble.png) no-repeat;
	background-size: contain;
	content: "";
	height: 21px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 23px;
}

.bnrInfo .eNaviBox a:hover .eNavi::before {
	background: url(img/ico_trouble2.png) no-repeat;
	background-size: contain;
}

.bnrInfo .eNaviBox .eNaviTag {
	font-size: 1rem;
}

.wrap-nav {
	display: none;
}

.drawer {
	display: none;
}

@media screen and (max-width: 1279px) {
	.logoArea {
		margin: 20px 80px 0 30px;
	}
}

@media screen and (max-width: 1080px) {
	.headerInr {
		height: 150px;
		margin: 0 auto;
		max-width: 768px;
	}

	.logoArea {
		margin-right: 30px;
		width: 120px;
	}

	.logoArea img {
		max-width: 120px;
	}

	.tagArea {
		margin: 30px 0;
		width: 370px;
	}

	.tagArea a {
		font-size: 1.2rem;
	}

	.bnrInfo {
		display: none;
	}

	.wrap-nav {
		display: block;
		height: 40px;
		position: fixed;
		right: 24px;
		top: 27px;
		width: 36px;
		z-index: 10;
	}

	.wrap-nav::after {
		bottom: 0;
		content: "menu";
		font-size: 1.4rem;
		left: -1px;
		position: absolute;
		transition: .4s;
	}

	.wrap-nav.active::after {
		content: "close";
	}

	.wrap-nav_nav {
		border-top: 2px solid #555;
		cursor: pointer;
		height: 10px;
		left: 0;
		position: absolute;
		top: 8px;
		transition: .4s;
		width: 36px;
	}

	.wrap-nav_nav::before {
		border-top: 2px solid #555;
		content: "";
		left: 0;
		position: absolute;
		top: -12px;
		transition: .4s;
		width: 100%;
	}

	.wrap-nav_nav::after {
		border-top: 2px solid #555;
		content: "";
		left: 0;
		position: absolute;
		top: 8px;
		transition: .4s;
		width: 100%;
	}

	.wrap-nav_nav span {
		font-size: 1rem;
		position: absolute;
		text-indent: -9999px;
	}

	.wrap-nav_nav.active {
		border-top: none;
	}

	.wrap-nav_nav.active::before {
		top: 0;
		transform: rotate(45deg);
	}

	.wrap-nav_nav.active::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.drawer {
		background: #fff7e5;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: scroll;
		padding-bottom: 200px;
		position: fixed;
		right: 0;
		top: 95px;
		transform: translateX(120%);
		transition: .4s;
		width: 100%;
		z-index: 10;
	}

	.drawer.active {
		transform: translateX(0);
	}

	.drawer_bnr {
		display: flex;
		justify-content: space-between;
		margin: 25px auto;
		max-width: 345px;
	}

	.drawer_nav > li {
		display: block;
		font-size: 1.7rem;
		font-weight: bold;
	}

	.drawer_nav > li > p {
		position: relative;
		border-bottom: 1px solid #8dc68d;
		height: 44px;
		line-height: 44px;
		padding-left: 15px;
	}
	/*2022.1.19追加メニュー開閉対応*/
		/* ①プラスの横線 */
	.drawer_nav > li .ac-parent:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 17px;
		width: 14px;
		height: 2px;
		background: #8dc68d;
		transform: translateY(-50%);
	}

	/* ②プラスの縦線 */
	.drawer_nav > li .ac-parent:after {
		content: "";
		position: absolute;
		top: 50%;
		/* 20px+6px-1px(幅2pxの半分) */
		right: 23px;
		width: 2px;
		height: 14px;
		background: #8dc68d;
		transform: translateY(-50%);
		transition: .3s;
	}

	/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
	.drawer_nav > li .ac-parent.open:after {
		top: 25%;
		opacity: 0;
		transform: rotate(90deg);
	}
	/*2022.1.19追加メニュー開閉対応ここまで*/

	.drawer_nav > li span {
		font-size: 1.1rem;
	}

	.drawer_nav > li i {
		padding-right: 10px;
	}


	.drawer_nav_secondLevel {
		display: flex;
		flex-wrap: wrap;
	}

	.drawer_nav_secondLevel li {
		background: #fff;
		border-bottom: 1px solid #383032;
		font-size: 1.4rem;
		font-weight: bold;
		height: 44px;
		line-height: 44px;
		padding-left: 15px;
		position: relative;
		width: 100%;
	}

	.drawer_nav_secondLevel li.howto {
		width: 50%;
	}

	.drawer_nav_secondLevel li > a {
		display: block;
		height: 100%;
		width: 100%;
	}

	.drawer_nav_secondLevel li::after {
		border-right: 2px solid #8dc68d;
		border-top: 2px solid #8dc68d;
		bottom: 0;
		content: "";
		height: 8px;
		margin: auto;
		position: absolute;
		right: 20px;
		top: 0;
		transform: rotate(45deg);
		width: 8px;
	}

	.drawer_nav > li > a {
		border-bottom: 1px solid #8dc68d;
		display: block;
		height: 44px;
		line-height: 44px;
		padding-left: 15px;
		position: relative;
		width: 100%;
	}

	.drawer_nav > li > a::after {
		border-right: 2px solid #8dc68d;
		border-top: 2px solid #8dc68d;
		bottom: 0;
		content: "";
		height: 8px;
		margin: auto;
		position: absolute;
		right: 20px;
		top: 0;
		transform: rotate(45deg);
		width: 8px;
	}


	.drawer .closeBtn {
		font-size: 1.7rem;
		font-weight: bold;
		margin-top: 50px;
		text-align: center;
		text-decoration: underline;
	}

	.scroll-prevent {
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: -1;
	}
}

@media screen and (max-width:768px) {
	#header {
		background-color: #fff7e5;
		position: fixed;
		z-index: 100;
	}

	.logoArea {
		margin: 15px 0 0 5px;
	}

	.logoArea img {
		max-width: 100px;
	}

	.tagArea {
		margin: 30px 0 0;
	}

	.tagArea .h_tagline01 {
		font-size: 1.2rem;
	}

	.tagArea .h_tagline02 {
		font-size: 1.8rem;
	}

	.headerInr {
		border-bottom: 2px dotted #333;
		height: 100px;
	}

	.drawer {
		top: 75px;
	}
}

@media only screen and ( max-width: 700px ) {
	.logoArea {
		margin-right: 0;
		width: 80px;
	}

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

	.tagArea {
		margin: 20px 0 0 10px;
		width: 220px;
	}

	.tagArea a {
		font-size: 1rem;
	}
}

@media only screen and ( max-width: 414px ) {
	.headerInr {
		height: 80px;
	}

	.wrap-nav {
		right: 15px;
		top: 20px;
	}
}

@media only screen and ( max-width: 360px ) {
	.tagArea a {
		font-size: .8rem;
	}

	.tagArea .h_tagline01 {
		font-size: 1rem;
	}

	.tagArea .h_tagline02 {
		font-size: 1.4rem;
	}

	.drawer_bnr {
		width: calc(100% - 30px);
	}
}

/*************************************************
    nav   [グローバルナビゲーション]
*************************************************/
.gNav {
	width: 100%;
}

.gNav > ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1220px;
	width: 100%;
}

.gNav > ul > li {
	border-right: 2px dotted #333;
	text-align: center;
	width: 16.4%;
}

.gNav > ul > li:last-child {
	border-right: none;
}

.gNav > ul > li:after {
	border-bottom: solid 4px #8dc68d;
	content: "";
	display: block;
	padding-top: 2px;
	transition: width .3s;
	width: 0;
}

.gNav > ul > li:hover:after {
	width: 100%;
}

.gNav > ul > li > a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
/*
.gNav > ul > li:nth-child(2) > a {
	pointer-events: none;
}
*/

.gNav .gnavItem {
	color: #4c4c4c;
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 5px;
}

.gNav .gnavItemTag {
	color: #888;
	font-size: 1.1rem;
}

.gNav .first-level {
	position: relative;
}


.gNav .second-level {
	background: #fff;
	border: 1px solid #8dc68d;
	border-radius: 10px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50px;
	transition: .4s;
	visibility: hidden;
	width: 100%;
	z-index: 3;
}

.gNav .second-level li {
	border-bottom: 1px solid #8dc68d;
	height: 55px;
	position: relative;
}

.gNav .second-level li:last-child {
	border-bottom: none;
}

.gNav .second-level li a {
	display: block;
	font-size: 1.7rem;
	font-weight: bold;
	height: 55px;
	line-height: 1;
	padding: 0 10px;
	padding-top: 20px;
	position: relative;
	text-align: left;
	width: 100%;
}

.gNav .second-level li a::after {
	border-right: 2px solid #8dc68d;
	border-top: 2px solid #8dc68d;
	bottom: 0;
	content: "";
	height: 8px;
	margin: auto;
	position: absolute;
	right: 12px;
	top: 0;
	transform: rotate(45deg);
	width: 8px;
}

.gNav .second-level li a.subtitle {
	line-height: 1;
	padding-top: 13px;
}

.gNav .second-level li a.subtitle span {
	font-size: 1.1rem;
	font-weight: normal;
}

.gNav .second-level li a:hover, .gNav .second-level li a:hover::after {
	opacity: .6;
}

.gNav > ul > li.first-level:hover .second-level {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width:1080px) {
	.gNav {
		display: none;
	}
}

/*************************************************
    to pagetop   [ページトップへのボタン]
*************************************************/
.pageTop {
	display: none;
}

.pageTop p {
	bottom: 20px;
	position: fixed;
	right: 20px;
	z-index: 10000;
}

.movePageTop {
	display: block;
}

.movePageTop {
	color: #555;
	opacity: .7;
}

@media screen and (max-width:736px) {
	.movePageTop img {
		height: auto;
		width: 60px;
	}
}

/*************************************************
    footer
*************************************************/
#footer {
	background: #fff;
	margin-top: auto;
	width: 100%;
}

.footer_cont {
	max-width: 1280px;
	padding: 10px 0 20px;
	width: 100%;
}

.footer_cont .pc_fnav {
	margin: 10px 20px 30px;
}

.footer_cont .pc_fnav li {
	border-right: 1px solid #333;
	display: inline-block;
	line-height: 1.4;
	padding: 0 15px;
}

.footer_cont .pc_fnav li:first-child {
	padding-left: 0;
}

.footer_cont .pc_fnav li:last-child {
	border-right: none;
}

.footer_cont .pc_fnav li a:hover {
	opacity: .6;
	transition: .4s;
}

.footer_bottom {
	margin-left: 20px;
	position: relative;
}

.footer_bnr {
	position: absolute;
	right: 200px;
	top: -10px;
}

.footer_bnr ul {
	display: flex;
	justify-content: space-between;
	width: 140px;
}

.footer_bnr i {
	font-size: 30px;
}

.footer_bnr i.fa-envelope-square {
	color: #2574f7;
}

.footer_bnr i.fa-facebook-square {
	color: #3b5998;
}

.footer_bnr i.fa-twitter-square {
	color: #1da1f2;
}

.footer_bnr i.fa-instagram-square {
	color: #cf2e92;
}

.copyright, .pc_privacy {
	display: inline-block;
	margin-right: 20px;
}

.copyright {
	margin-right: 30px;
}

.sp_fnav, .sp_privacy, .footer_btn {
	display: none;
}

@media only screen and ( min-width: 1080px ) {
	.footer_bnr a:hover, .pc_privacy a:hover {
		opacity: .7;
	}
}

@media only screen and ( max-width: 1280px ) {
	.footer_bnr {
		right: 150px;
	}
}

@media only screen and ( max-width: 1080px ) {
	.footer_bnr {
		right: 50px;
	}
}

@media only screen and ( max-width: 768px ) {
	.pc_fnav, .pc_privacy {
		display: none;
	}

	.sp_fnav, .sp_privacy, .footer_btn {
		display: block;
	}

	.sp_privacy a:nth-child(2) {
		margin-left: 20px;
	}

	.footer_btn {
		display: flex;
		justify-content: space-around;
		margin: 20px auto 30px;
		max-width: 345px;
		width: calc(100% - 15px);
	}

	.sp_fnav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto 30px;
		max-width: 768px;
		width: 100%;
	}

	.sp_fnav li {
		border-right: 1px solid #333;
		border-top: 1px solid #333;
		height: 43px;
		margin: 0;
		text-align: center;
		vertical-align: middle;
		width: 25%;
	}

	.sp_fnav li:nth-child(1),.sp_fnav li:nth-child(4),.sp_fnav li:nth-child(5),.sp_fnav li:nth-child(6) {
		border-bottom: 1px solid #333;
	}

	.sp_fnav li:nth-child(4n) {
		border-right: none;
	}

	.sp_fnav li:nth-child(5) {
		border-left: 1px solid #333;
	}

	.sp_fnav .fnavItem {
		color: #4c4c4c;
		font-size: 1.6rem;
		font-weight: 600;
		margin: 5px 0;
	}

	.sp_fnav li:nth-child(2) .fnavItem {
		margin-top: 12px;
	}

	.sp_fnav .fnavItemTag {
		color: #888;
		font-size: 1rem;
	}

	.sp_fnav .sp_fnav100 {
		border-right: none;
		border-top: none;
		width: 100%;
	}
	/**
  .sp_fnav li:last-child .fnavItem {
    margin-top: 8px;
  }
  **/
	.footer_bottom {
		margin-bottom: 30px;
		text-align: center;
	}

	.footer_bnr {
		position: inherit;
		right: inherit;
		top: inherit;
	}

	.footer_bnr ul {
		margin: 0 auto 10px;
		width: 200px;
	}

	.footer_bnr i {
		font-size: 44px;
	}


	.sp_privacy {
		margin-bottom: 15px;
	}

	.sp_privacy a {
		line-height: 3em;
	}
}

@media only screen and ( max-width: 414px ) {
	.sp_fnav li {
		width: 50%;
	}

	.sp_fnav li:nth-child(2), .sp_fnav li:nth-child(6) {
		border-right: none;
	}
	.sp_fnav li:nth-child(5) {
		border-left: none;
	}
	.sp_fnav li:nth-child(1),.sp_fnav li:nth-child(4){
		border-bottom: none;
	}

}

@media only screen and ( max-width: 360px ) {
	.drawer_bnr {
		width: calc(100% - 30px);
	}
}

/*************************************************
    会員登録・ログインボタン
*************************************************/

.loginBtn {
	background: #c3a965;
	border: 2px solid #c3a965;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.9rem;
	font-weight: bold;
	height: 40px;
	line-height: 38px;
	text-align: center;
	transition: .4s;
	width: 150px;
}

.resistBtn {
	background: #f2e24c;
	border: 2px solid #f2e24c;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-size: 1.9rem;
	font-weight: bold;
	height: 40px;
	line-height: 38px;
	text-align: center;
	transition: .4s;
	width: 150px;
}
.premiumIntroBtn {
	background: #f2e24c;
	border: 2px solid #f2e24c;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	height: 40px;
	letter-spacing: -.2px;
	line-height: 36px;
	text-align: center;
	transition: .4s;
	width: 150px;
}
@media only screen and ( min-width: 1080px ) {
	.loginBtn:hover {
		background: #fff;
		color: #c3a965;
	}

	.resistBtn:hover {
		background: #fff;
	}
}

/*************************************************

    トップページ

*************************************************/
.sp_question_area {
	display: none;
}

#content {
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 20px;
	width: 1280px;
}

.mainArea {
	padding-left: 30px;
	width: 70.312%;
}

.mainImg {
	height: 260px;
	max-width: 900px;
	position: relative;
	width: 100%;
}

.mainImg .ageList {
	align-items: flex-start;
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
	padding: 45px 3% 0;
	position: relative;
}

.mainImg .ageList::before {
	background: #a6ffe6;
	content: "";
	height: 130px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.mainImg .ageList::after {
	background: #ffbdc3;
	content: "";
	height: 130px;
	left: 0;
	position: absolute;
	top: 130px;
	width: 100%;
	z-index: -1;
}

.mainImg .ageList > li > ul {
	display: flex;
}

.mainImg .ageList > li > ul > li:first-child {
	margin-right: 10px;
}

.mainImg .ageList img {
	width: 100px;
}

.mainImg .genderTtl {
	position: relative;
	text-align: center;
}

.mainImg .genderTtl img {
	display: block;
	margin: 0 auto 10px;
	width: 120px;
}

.mainImg .genderTtl a {
	font-size: 1.6rem;
	text-decoration: underline;
}

@media only screen and ( min-width: 1080px ) {
	.mainImg .genderTtl a:hover {
		opacity: .7;
	}
}

/** 私たちの思い **/
.contVoice {
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 900px;
	text-align: center;
	width: 100%;
}

.contVoice .top-btnArea {
	display: none;
}

.contVoice .topQuestion {
	display: inline-block;
	height: 130px;
	padding-top: 30px;
	position: relative;
}

.contVoice .topQuestion::after {
	border: 15px solid transparent;
	border-top: 25px solid #fff7e5;
	bottom: -40px;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0;
}

.contVoice .topQuestion p {
	display: inline-block;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 2;
}

.contVoice .topQuestion .parent1 {
	left: -85px;
	position: absolute;
	top: 5px;
	width: 53px;
}

.contVoice .topQuestion .parent2 {
	position: absolute;
	right: -112px;
	top: 5px;
	width: 85px;
}

.contVoice .topTagline {
	background: #ffbdc3;
	padding: 55px 0 30px;
}

.contVoice .topTagline .tagline01 {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 37.74px;
	margin-bottom: 23px;
}

.contVoice .topTagline .tagline01 .br-sp {
	display: none;
}

.contVoice .topTagline .tagline02 {
	color: #fcfca2;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3.2rem;
	margin-bottom: 30px;
	text-shadow: .5px .5px 2px #555;
}
.contVoice .topTagline a {
	font-size: 1.6rem;
	text-decoration: underline;
}
/** お知らせ **/
.newsArea {
	margin-bottom: 40px;
	max-width: 900px;
	width: 100%;
}

.midashi {
	border-bottom: 2px dotted #333;
	font-size: 25px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 100%;
}

.postArea {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.post {
	display: flex;
	flex-direction: column;
	margin-right: 2.666%;
	width: 23%;
}

.post:last-child {
	margin-right: 0;
}

.post:hover .postText {
	color: #999;
	text-decoration: underline;
	transition: .3s;
}
.thumb{
	position: relative;
}

.thumb img {
	height: auto;
	max-width: 203px;
	width: 100%;
}

.postText p {
	color: #777;
	font-size: 1.2rem;
	padding: 5px 0;
}

.postText h3 {
	line-height: 1.4em;
	position: relative;
}

.postText h3.premium::after {
	background-image: url(./img/i_puremium_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin-left: 10px;
	position: relative;
	top: 3px;
	width: 20px;
}

.postText a:hover {
	text-decoration: underline;
	transition: .4s;
}

.newsLink {
	margin-top: 30px;
	text-align: center;
}

.newsLink .newsLinkBtn {
	background: #fff;
	border: 1px dashed #5d5d5d;
	border-radius: 15px;
	display: block;
	float: right;
	height: 36px;
	padding-top: 11px;
	width: 147px;
}

.newsLink .newsLinkBtn:hover {
	border: 1px solid #5d5d5d;
	transition: .3s;
}

/* ここから下層ページと共通化すること！ ※※伝え方ナビを作ったら削除すること！！！*/
.flame {
	height: auto;
	width: 100%;
}

.flame01 img {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.flame02 {
	background: url(../img/img_flm02.png);
	background-repeat: repeat-y;
	height: auto;
	margin-top: -4px;
	width: 100%;
}

.flame02 dt {
	border-bottom: 1px dashed #444;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 90%;
}

.flame02 dd {
	line-height: 1.7em;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	width: 85%;
}

.flame03 img {
	height: auto;
	width: 100%;
}
/* ここまで下層ページと共通化すること！ */

/** メインエリア最下部バナー **/
.bnrArea01 {
	margin-bottom: 60px;
}

.bnrArea01 ul .bnr_recommend {
	float: left;
	margin-bottom: 20px;
	width: 48.5%;
}

.bnrArea01 ul .bnr_recommend:nth-child(odd) {
	margin-right: 3%;
}

.bnrArea01 ul .bnr_recommend:hover {
	transform: translate(5px, 5px);
}

.bnrArea01 ul .bnr_recommend a:hover img {
	opacity: 1;
}

.bnrArea01 ul .bnr_recommend img {
	height: auto;
	width: 100%;
}

.bnr_recommend {
	position: relative;
}
.bnr_recommend .caption {
	color: #fff;
	font-size: 2rem;
	padding-top: 50px;
	text-align: center;
}

.bnr_recommend .mask {
	background-color: rgba(0,0,0,.4);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .6 ease;
	width: 100%;
}

.bnr_recommend:hover .mask {
	opacity: 1;
}

/** subArea **/
.subArea {
	float: right;
	margin: 0 auto;
	margin-right: 30px;
	width: 25.781%;
}

.bnr_pc01 {
	margin-bottom: 30px;
	text-align: center;
}

.bnr_pc01:hover {
	transform: translate(2px,5px);
}

.bnr_pc01 a:hover img {
	opacity: 1;
}

.bnr_pc01 img {
	height: auto;
	max-width: 327px;
}

.bnr_pc01_item {
	display: none;
}

.memberLink {
	margin-bottom: 40px;
	text-align: center;
}

.memberLink img {
	height: auto;
	max-width: 240px;
	padding-bottom: 10px;
}

.contRanking {
	margin: 0 auto 50px;
	width: 270px;
}

.contRanking h2 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.contRanking h2 i {
	font-size: 30px;
	padding-right: 10px;
}

.contRanking ol {
	counter-reset: number;
	list-style: none;
	text-align: left;
}

.contRanking ol li {
	border-bottom: 2px dotted #555;
	padding: 10px 0;
	position: relative;
	width: 100%;
}
/**
.contRanking ol li::before {
	background: #ffbdc3;
	color: #fff;
	content: counter(number);
	counter-increment: number;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 3px;
	position: absolute;
	z-index: 5;
}
**/
.contRanking ol li a {
	display: block;
}

.contRanking ol li a:hover .rankTitle {
	text-decoration: underline;
}

.contRanking ol li p {
	display: inline-block;
}

.contRanking ol li .rankThumb {
	vertical-align: top;
	width: 30%;
}

.contRanking ol li .rankThumb img {
	height: auto;
	padding-bottom: 0;
	width: 100%;
}

.contRanking ol li .rankTitle {
	font-size: 11px;
	line-height: 1.4;
	padding-left: 5px;
	vertical-align: top;
	width: 65%;
}

.contRanking .cat-item:hover {
	text-decoration: underline;
}
/**
202011renewal 追加
**/
.contRanking .rankMidashi {
	font-size: 2.2rem;
	font-weight: bold;
}
.contRanking .keywordMidashi {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.contRanking .rankMidashi::before {
	content: "\f521";
	font-family: "Font Awesome 5 Pro";
	font-size: 2.8rem;
	padding-right: 10px;
	position: relative;
	top: -2px;
}
.contRanking .keywordMidashi::before {
	content: "\f084";
	font-family: "Font Awesome 5 Pro";
	font-size: 2.8rem;
	left: 3px;
	padding-right: 13px;
	position: relative;
	top: -2px;
}
.bnrArea02 {
	margin-top: 60px;
	text-align: center;
}

.bnrArea02 li {
	margin-bottom: 20px;
}

.bnrArea02 li:nth-child(n+2):hover {
	transform: translate(5px, 5px);
}

.bnrArea02 li a:hover img {
	opacity: 1;
}

.bnrArea02 img {
	height: auto;
	width: 300px;
}

/* サイドバー自社バナー */
.bnrArea03 {
	margin: 0 auto 50px;
	width: 270px;
}

.bnrArea03 img {
	height: auto;
	max-width: 200px;
	padding-bottom: 15px;
}

.bnrArea03 ul {
	text-align: center;
}

/* サイドバー関連キーワード */
.contRanking .cat-item {
	background: rgba(164, 250, 250, .5);
	border-radius: 8px;
	display: inline-block;
	margin: 3px;
	padding: 10px;
}

.contRanking .cat-item::before {
	color: #777;
	content: "\f02b";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.4rem;
	padding-right: 5px;
	font-weight: 700;
}

@media screen and (max-width: 1080px) {
	.mainArea {
		float: none;
		margin: 0 auto;
		max-width: 768px;
		padding: 0 2%;
		width: 100%;
	}

	.contVoice .top-btnArea {
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}

	.contVoice .top-btnArea .loginBtn {
		margin-right: 20px;
	}

	.memberLink_tab {
		display: block;
		margin-bottom: 40px;
		text-align: center;
		width: 100%;
	}

	.memberLink_tab a {
		margin: 0 20px;
	}

	.subArea {
		float: none;
		margin-top: 50px;
		width: 100%;
	}

	.sub_pr {
		margin-left: 50px;
	}

	.contRanking {
		max-width: 768px;
		width: 90%;
	}

	.subArea .bnr_pc01 {
		display: none;
	}

	.bnrArea02 {
		display: none;
	}

	.contRanking ol li {
		display: inline-block;
		width: 45%;
	}

	.contRanking ol li:nth-child(odd) {
		margin-right: 4%;
	}

	.contRanking ol li .rankTitle {
		padding-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.sp_question_area {
		background: #fff;
		display: block;
		padding-top: 100px;
		width: 100%;
	}

	.sp_question_area .top_question_sp {
		display: none;
	}

	.sp_question_area .top_question_tablet {
		height: auto;
		width: 100%;
	}

	.mainArea {
		padding: 0;
	}

	.mainImg {
		height: 360px;
		padding-top: 100px;
	}

	.contVoice .topQuestion {
		height: inherit;
	}

	.contVoice .topQuestion p {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.contVoice .topQuestion figure {
		margin-bottom: 25px;
	}

	.contVoice .topQuestion .parent1 {
		position: inherit;
	}

	.contVoice .topQuestion .parent2 {
		position: inherit;
	}

	.contVoice .topTagline .tagline01 {
		font-size: 1.6rem;
	}

	.contVoice .topTagline .tagline02 {
		font-size: 2.2rem;
	}

	.newsArea {
		margin: 0 auto 30px;
		width: 96%;
	}

	.post {
		margin: 2%;
		width: 46%;
	}

	.midashi {
		line-height: 1.5em;
		width: 100%;
	}

	.newsLink a {
		margin-right: 2%;
	}

	.thumb img {
		max-width: 338px;
	}

	.flame02 dt img {
		margin-left: -200px;
	}

	.bnrArea01 {
		margin: 0 auto;
		width: 96%;
	}

	.bnrArea01 ul .bnr_recommend {
		margin-bottom: 0;
		margin-right: 20px;
		width: 424px;
	}

	.bnrArea01 ul .bnr_recommend:nth-child(odd) {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 736px) {
	.mainImg {
		height: 590px;
	}

	.mainImg .ageList {
		align-items: center;
		flex-direction: column;
		margin-bottom: 15px;
		padding-top: 20px;
	}

	.mainImg .ageList::before {
		height: 220px;
	}

	.mainImg .ageList::after {
		height: 270px;
		top: 220px;
	}

	.mainImg .ageList > li {
		margin-bottom: 20px;
	}

	.mainImg .ageList > li:last-child {
		margin-bottom: 0;
	}

	.mainImg .ageList img {
		width: 90px;
	}

	.mainImg .ageList > li > ul > li:first-child {
		margin-right: 40px;
	}

	.contVoice .topTagline .tagline01 .br-sp {
		display: block;
	}

	.bnr_pc01_item {
		display: block;
		margin: 0 30px;
	}
}

@media only screen and (max-width: 414px) {
	.sp_question_area {
		padding-top: 80px;
	}

	.sp_question_area .top_question_sp {
		display: block;
		height: auto;
		width: 100%;
	}

	.sp_question_area .top_question_tablet {
		display: none;
	}

	.mainImg {
		height: 570px;
		padding-top: 80px;
	}


	.bnrArea01 ul .bnr_recommend {
		width: 380px;
	}

	.subArea .bnr_pc01 {
		display: block;
	}

	.contRanking {
		margin-top: 50px;
	}

	.contRanking ol li {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 375px) {
	.bnrArea01 ul .bnr_recommend {
		width: 340px;
	}
}

@media only screen and (max-width: 320px) {
	.contVoice .top-btnArea .loginBtn {
		margin-right: 5px;
	}

	.contVoice .topTagline .tagline02 {
		font-size: 1.8rem;
	}

	.bnrArea01 ul .bnr_recommend {
		width: 300px;
	}
}

/*************************************************
    下層ページ
*************************************************/
/*************************************************

    命育Q&A

*************************************************/
/* heartbody.cssからコピーしたスタイル */
.description {
	font-size: 16px;
	line-height: 35px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	width: 100%;
}

/* heartbody.cssからコピーしたスタイル ここまで */

.faqNavi {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 50px 0;
	width: 100%;
}

.faqNavi p:hover {
	transform: translate(2px,-5px);
}

.faqNavi a:hover img {
	opacity: 1;
}

.faqNavi img {
	height: auto;
	max-width: 278px;
	width: 100%;
}

/* faq・絵本紹介共通 */
.faqTtl, .bookTtl {
	border-bottom: solid 5px #ffbdc3;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding-bottom: 5px;
	position: relative;
}

.faqTtl::after, .bookTtl::after {
	border-bottom: solid 5px #a6ffe6;
	bottom: -5px;
	content: " ";
	display: block;
	position: absolute;
	width: 50%;
}
/* faq・絵本紹介共通ここまで */

.faqContents {
	padding: 0 15px;
	width: 100%;
}

/* faq アコーディオンボックス　レイアウト*/
.faq {
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
}

.faq ul {
	margin-top: 60px;
}

.faq .faqIcon_left {
	left: 35px;
	position: absolute;
	top: -30px;
	z-index: 2;
}

.faq .faqIcon_right {
	left: 93px;
	position: absolute;
	top: -30px;
	z-index: 2;
}

.faq .faqIcon_left img, .faq .faqIcon_right img {
	height: auto;
	max-width: 53px;
}

.faq ul li h3 {
	align-items: center;
	background: #fff;
	border: 2px solid #bcbcbc;
	display: flex;
	font-size: 1.8rem;
	justify-content: space-between;
	overflow: hidden;
	padding: 25px 35px;
}

.faq ul li h3 span {
	display: block;
	width: 90%;
}

.faq ul li h3::before {
	background-image: url(img/img_question.png);
	background-size: contain;
	content: " ";
	display: inline-block;
	height: 50px;/*画像の高さ*/
	vertical-align: middle;
	width: 50px;/*画像の幅*/
}

.faq ul li div {
	border: 2px solid #bcbcbc;
	border-top: none;
	padding: 25px 35px;
}

.faq ul li .answerTtl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.faq ul li .answerTtl::before {
	background-position: center;
	background-size: contain;
	border: 2px dotted #222;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	float: left;
	height: 50px;/*画像の高さ*/
	margin-right: 20px;
	vertical-align: middle;
	width: 50px;/*画像の幅*/
}

.faq ul li .answerTtl.imgIgachan::before {
	background-image: url(img/img_igachan.png);
}

.faq ul li .answerTtl.imgNaomi::before {
	background-image: url(img/img_naomi.png);
}

.faq ul li .answerTtl.phIgachan::before {
	background-image: url(img/img_phIgachan.jpg);
	border: 2px solid #ccc;
}

.faq ul li .answerTtl.phNaomi::before {
	background-image: url(img/img_naomit.jpg);
	border: 2px solid #ccc;
}

.faq ul li .answerTtl.onuki::before {
	background-image: url(img/img_onuki.jpg);
	border: 2px solid #ccc;
}

.faq ul li .answerTtl.DrShibata::before {
	background-image: url(img/img_DrShibata.JPG);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.DrHatta::before {
	background-image: url(img/img_Drhatta.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.DrTakahashi::before {
	background-image: url(img/img_DrTakahashi.jpg);
	border: 2px solid #ccc;
}

.faq ul li .answerTtl.DrShigemi::before {
	background-image: url(img/img_DrShigemi.jpg);
	border: 2px solid #ccc;
}

.faq ul li .answerTtl.someya::before {
	background-image: url(img/img_someya.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.abe::before {
	background-image: url(img/img_abe.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.donuki::before {
	background-image: url(img/img_donuki.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.endo::before {
	background-image: url(img/img_endo.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.hoshino::before {
	background-image: url(img/img_hoshino.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.DrImai::before {
	background-image: url(img/img_imai.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.kadoshita::before {
	background-image: url(img/img_kadoshita.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.kaneko::before {
	background-image: url(img/img_kaneko.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.kudo::before {
	background-image: url(img/img_kudo.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.kudo_n::before {
	background-image: url(img/img_kudo_n.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.kuma::before {
	background-image: url(img/img_kuma.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.meiikuqa::before {
	background-image: url(img/img_meiikuqa.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.miyazaki::before {
	background-image: url(img/img_miyazaki.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.mizuno::before {
	background-image: url(img/img_mizuno.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.naoi::before {
	background-image: url(img/img_naoi.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.nakatani::before {
	background-image: url(img/img_nakatani.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.nosaka::before {
	background-image: url(img/img_nosaka.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.ono::before {
	background-image: url(img/img_ono.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.saito::before {
	background-image: url(img/img_saito.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.tokunaga::before {
	background-image: url(img/img_tokunaga.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.tsuchiya::before {
	background-image: url(img/img_tsuchiya.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.yamagata::before {
	background-image: url(img/img_yamagata.jpg);
	border: 2px solid #ccc;
}
.faq ul li .answerTtl.ushitora::before {
	background-image: url(img/img_ushitora.jpg);
	border: 2px solid #ccc;
}
.faq ul li div p {
	font-size: 1.6rem;
}

#faqChildhood, #faqAdolescence {
	margin-top: 100px;
}

.qa-back-link {
	font-weight: bold;
	margin: 30px 0;
	text-align: right;
}

.qa-back-link a {
	color: #c2a965;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.qa-back-link a:hover {
	text-decoration: none;
}

/* 質問・疑問はこちらボタン */
.faqRequest {
	margin: 50px auto 100px;
	text-align: center;
}

.faqRequest:hover {
	transform: translate(5px,5px);
}

.faqRequest a:hover img {
	opacity: 1;
}

.faqRequest img {
	height: auto;
	max-width: 315px;
	width: 100%;
}

.qa_link {
	text-decoration: underline;
}

@media screen and (max-width:736px) {
	.faqNavi {
		display: block;
		text-align: center;
	}

	.faq .faqIcon_left {
		left: 4%;
	}

	.faq .faqIcon_right {
		left: 18%;
	}

	.faq .faqIcon_left img, .faq .faqIcon_right img {
		max-width: 46px;
	}

	.faq ul li h3 {
		padding: 15px 4%;
	}

	.faq ul li h3 span {
		width: 82%;
	}

	.faq ul li h3::before {
		display: block;
		height: 20px;
		padding: 5px;
		width: 20px;
	}

	.faq ul li div {
		border: 2px solid #bcbcbc;
		border-top: none;
		padding: 25px 4% 15px 6%;
	}

	.faq ul li .answerTtl::before {
		margin-right: 10px;
	}

	.rpbt_shortcode {
		margin: 0 10px 50px;
	}
}

/* 関連QAリスト(2020add) */
.related_qa_list {
	margin-bottom: 70px;
}

@media screen and (max-width:736px) {
	.related_qa_list {
		margin: 0 auto 70px;
		width: calc(100% - 30px);
	}
}

/*************************************************

    伝え方ナビ

*************************************************/
.howtoLinkArea , .howtoTagArea {
	margin-bottom: 30px;
}

.ttl_howtonavi {
	border-bottom: 2px dotted #333;
	margin: 0 0 30px 0;
	padding-bottom: 10px;
}

.howtoLinkArea p, .howtoTagArea p, .column p, .bookreviewList p, .contBookreview p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 15px;
}

.howtoLinkArea ul {
	margin: 0 auto;
	width: 100%;
}

.howtoLinkArea ul li {
	display: inline-block;
	margin-right: 1.3%;
	width: 15%;
}

.howtoLinkArea ul li:last-child {
	margin-right: 0;
}

.howtoLinkArea ul li:hover {
	transform: translate(2px, -5px);
}

.howtoLinkArea ul li img {
	height: auto;
	width: 100%;
}

.howtoLinkArea ul li a:hover img {
	opacity: 1;
}

.howtonavi_tags p {
	font-size: 1em !important;
	text-align: left !important;
}
.howtoTagArea .cat-item{
	background: rgba(164, 250, 250, .5);
	border-radius: 8px;
	display: inline-block;
	margin: 3px;
	padding: 10px;
}
.howtoTagArea .beginner{
	background:#FFE7A6;
}

.howtoTagArea .cat-item:hover {
	text-decoration: underline;
}


/* 伝え方ナビ・編集部ブログ共通 */
.ttl_howto_h2, .ttl_staffblog_h2 {
	border-bottom: 5px solid #a6ffe6;
	font-size: 2.4rem;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
	line-height: 1.5;
}

.ttl_howto_h2::after, .ttl_staffblog_h2::after {
	border-bottom: 5px solid #ffbdc3;
	bottom: -5px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	width: 50%;
}

.howtoNaviList, .staffblogList, .bookreviewList {
	margin-bottom: 50px;
}

.howtoNaviList ul, .staffblogList ul, .bookreviewList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

.howtoNaviList ul::after, .staffblogList ul::after, .bookreviewList ul::after {
	content: "";
	display: block;
	height: 0;
	width: 32%;
}

.howtoNaviList ul li, .staffblogList ul li, .bookreviewList ul li {
	margin-bottom: 15px;
	vertical-align: top;
	width: 32%;
}

.howtoNaviList ul li img, .staffblogList ul li img {
	height: auto;
	width: 100%;
}
.bookreviewList ul li img {
	max-height: 200px;
	max-width: 100%;
	height:auto;
}

.howtoNaviList .howtoNaviBox, .staffblogList .staffblogBox, .bookreviewList .bookreviewSquare {
	background: #fff;
	border: 3px solid #ffe7a6;
	padding: 30px 20px 10px;
	position: relative;
	width: 100%;
}
.bookreviewList .bookreviewSquare {
	height: 423px;
}

.howtoNaviList .howtoNaviTitle, .staffblogList .staffblogTitle, .bookreviewList .bookreviewTitle {
	height: 5.1em;
	line-height: 1.7;
	margin-bottom: 20px;
}

.bookreviewList .bookreviewTitle {
	height: 9.6em;
}
.howtoNaviList .howtoNaviTitle.premium, .staffblogList .staffblogTitle.premium, .bookreviewList .bookreviewTitle.premium {
	position: relative;
}

.howtoNaviList .howtoNaviTitle.premium::after, .staffblogList .staffblogTitle.premium::after, .bookreviewList .bookreviewTitle.premium::after {
	background-image: url(./img/i_puremium_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin-left: 10px;
	position: relative;
	top: 3px;
	width: 20px;
}

.howtoNaviBox:hover .howtoNaviTitle, .staffblogBox:hover .staffblogTitle, .bookreviewSquare:hover .bookreviewTitle {
	color: #999;
	text-decoration: underline;
	transition: .3s;
}
.bookreviewThumbnail {
	text-align: center;
}
.tagNew::before, .staffblog_tagNew::before {
	border-color: transparent #ffff06 transparent transparent;
	border-style: solid;
	border-width: 0 60px 60px 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 1;
}
.thumb .tagNew::before{
	border-width: 0 45px 45px 0;
}

.tagNew::after, .staffblog_tagNew::after {
	color: #000;
	content: "NEW";
	font-weight: 600;
	position: absolute;
	right: 3px;
	top: 10px;
	transform: rotate(45deg);
	z-index: 1;
}
.thumb .tagNew::after{
	right: 2px;
	top: 8px;
	font-size:1.2rem;
}
/* 伝え方ナビ・編集部ブログ共通ここまで*/

.howtoSearchArea form ul li {
	display: inline;
	width: 30%;
}

.howtoSearchArea form select {
	background-color: #fff;
	border: 2px solid #d6ebfb;
	border-radius: 2px;
	height: 44px;
	width: 250px;
}

.howtoSearchArea form input[type="submit"] {
	border: 2px solid #d6ebfb;
	border-radius: 2px;
	border-style: none;
	cursor: pointer;
	height: 44px;
	width: 60px;
}

.howtoSearchArea {
	display: none;
}

@media only screen and ( max-width: 768px ) {
	/* 伝え方ナビ・編集部ブログ共通*/
	.howtoLinkArea, .howtoSearchArea, .howtoNaviList, .staffblogList, .howtoTagArea, .howtoPagerArea {
		margin: 0 auto 50px;
		width: 92%;
	}
	/* 伝え方ナビ・編集部ブログ共通ここまで*/
}

@media only screen and ( max-width: 600px ) {
	.howtoLinkArea ul li {
		margin-right: 2%;
		width: 30%;
	}

	.howtoLinkArea ul li:last-child {
		margin-right: 0;
	}

	/* 伝え方ナビ・編集部ブログ共通*/
	.howtoNaviList ul li, .staffblogList ul li, .bookreviewList ul li {
		margin-bottom: 15px;
		width: 100%;
	}
	.bookreviewList .bookreviewTitle {
		height: auto;
	}
	/* 伝え方ナビ・編集部ブログ共通ここまで*/
	.bookreviewList .bookreviewSquare {
		height: auto;
	}
}

/*************************************************

    トラブルナビ

*************************************************/
.troubleContents {
	padding: 0 15px;
	width: 100%;
}

.troubleNavi {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 50px 0;
	width: 100%;
}

.troubleNavi p {
	background-color: #ffff;
	border: 3px solid #ffe7a6;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 10px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	width: 25%;
}

.troubleNavi p:hover {
	transform: translate(2px,-5px);
}

.troubleNavi a:hover img {
	opacity: 1;
}

.ttl_trouble_h2 {
	border-bottom: 5px solid #a6ffe6;
	font-size: 2rem;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

.ttl_trouble_h2::after {
	border-bottom: 5px solid #ffbdc3;
	bottom: -5px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	width: 50%;
}

@media only screen and ( max-width: 600px ) {
	.troubleNavi p {
		margin: 10px auto;
		width: 48%;
	}

	.troubleNavi {
		flex-wrap: wrap;
	}
}

/*************************************************

    支援者一覧

*************************************************/

.supporter {
	margin: 0 auto 50px;
	width: 100%;
}
/*編集部ブログ・伝え方ナビでも共通で使用*/
.border {
	border-left: 5px solid #444;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
	padding-left: 5px;
}

.supporter .contentboxA {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

.supporter .BC {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

.supporter .contentboxB {
	height: auto;
	margin-top: 20px;
	width: 49%;
}

.supporter .contentboxB ul {
	background-color: #fcfcfc;
	padding: 20px;
}

.supporter .contentboxB li {
	list-style: disc;
	list-style-position: inside;
	padding-top: 5px;
}

.supporter .contentboxB p {
	margin-top: 20px;
}

.supporter .contentbox {
	background-color: #fcfcfc;
	height: auto;
	text-align: center;
	width: 23%;
}

.supporter .contentbox img {
	margin-top: 15px;
	width: 90%;
}

.supporter .company_name {
	font-size: 14px;
	margin-bottom: 10px;
}

.supporter .contentboxC {
	height: auto;
	margin-top: 20px;
	width: 49%;
}

.supporter .contentboxC ul {
	background-color: #fcfcfc;
	padding: 20px;
}

.supporter .contentboxC p {
	margin-top: 20px;
}

.supporter .order {
	font-size: 10px;
}

@media screen and (max-width:768px) {
	.supporter, .fixpage_content {
		width: 96%;
	}
}

@media screen and (max-width:736px) {
	.supporter, .fixpage_content {
		margin: 0 auto;
		width: 90%;
	}

	.supporter .contentboxA {
		display: block;
	}

	.supporter .contentbox {
		float: left;
		margin-bottom: 30px;
		width: 47%;
	}

	.supporter .box_margin {
		margin-left: 6%;
	}

	.supporter .BC {
		display: block;
		overflow: hidden;
	}

	.supporter .contentboxB {
		clear: both;
		width: 100%;
	}

	.supporter .contentboxC {
		margin: 60px 0 ;
		width: 100%;
	}
}

/*************************************************

    News投稿ページ／編集部ブログ投稿ページ

*************************************************/
.contNews, .contStaffblog {
	margin-bottom: 50px;
}

.contNews h1, .contStaffblog h1 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 20px;
}

/* 性教育コラムタイトル */
.contStaffblog h1.premium, .contNews h1.premium {
	position: relative;
}

.contStaffblog h1.premium::after, .contNews h1.premium::after {
	background-image: url(./img/i_puremium_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 24px;
	margin-left: 10px;
	position: relative;
	top: 3px;
	width: 30px;
}

.contNews p, .contStaffblog p {
	font-size: 1.6rem;
	line-height: 1.8;
}

.contNews .info_tags, .contStaffblog .staffblog_tags {
	margin-bottom: 15px;
}

.info_category, .staffblog_category {
	background: #d7ebfe;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;
	display: inline-block;
}

.contNews .shareBtn, .contStaffblog .shareBtn {
	margin-bottom: 20px;
}


@media only screen and ( max-width: 768px ) {
	.contNews, .contStaffblog {
		margin: 0 auto 30px;
		padding: 0 15px;
		width: 100%;
	}

	.contNews img, .contStaffblog img {
		height: auto;
		max-width: 100%;
	}
}

@media only screen and ( max-width: 414px ) {
	/*
	.contNews h1, .contStaffblog h1 {
		font-size: 1.8rem;
	}
	*/

	/* 性教育コラムタイトル */
	.contStaffblog h1.premium::after, .contNews h1.premium::after {
		height: 19px;
		width: 22px;
	}

	/* 関連記事（編集部ブログ）*/
	.related-post-blog {
		width: 50% !important;
	}

	.related-post-blog dd {
		height: 150px;
		padding: 0 5px;
	}
}

/*************************************************

    監修者紹介

*************************************************/
.supervisor_box {
	line-height: 1.8;
	padding: 0 15px;
}

/*************************************************

    プライバシーポリシー

*************************************************/
.cont_privacyPolicy {
	line-height: 1.8;
	margin: 50px auto;
	width: 70%;
}

.cont_privacyPolicy h1 {
	font-size: 2rem;
	margin-bottom: 30px;
}

@media only screen and ( max-width: 414px) {
	.cont_privacyPolicy {
		width: 80%;
	}
}

/*************************************************

 ? お問い合わせ・質問投稿

*************************************************/

.wpcf7 {
	margin: 0 auto;
	width: 50%;
}

.width50 {
	width: 50% !important;
}

.asterisk {
	color: #f5637a;
	margin: 0 0 0 .2em;
}

.wpcf7-form-control-wrap acceptance-640 {
	margin: 1em 0;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select, .wpcf7 checkbox, .wpcf7 input[type="number"], .wpcf7 input[type="url"], .wpcf7 textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	color: #333;
	font-size: 100%;
	margin: 1em 0;
	padding: 1em;
	width: 95%;
}

.wpcf7 input[type="submit"] {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	color: #333;
	cursor: pointer;
	font-size: 100%;
	margin: 2em 0;
	padding: .5em;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

.wpcf7-form sent {
	display: none;
}

.screen-reader-response {
	color: #398f14;
	font-size: 120%;
	font-weight: bold;
	padding: 30px;
}

.wpcf7-response-output, .wpcf7-display-none, .wpcf7-mail-sent-ok {
	color: #398f14;
	font-size: 120%;
	font-weight: bold;
	padding: 30px;
}

@media only screen and ( max-width: 700px ) {
	.wpcf7 {
		width: 85%;
	}
}

/*************************************************

    お役立ちナビ

*************************************************/
.useful {
	margin: 0 auto 50px;
	width: 100%;
}

.useful .tagline {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.useful .contentboxA {
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

.useful .contentbox {
	background-color: #fcfcfc;
	border: 4px solid #ffe399;
	margin-top: 30px;
	width: 48%;
}

.useful .title_img img {
	margin: 5%;
	width: 90%;
}

.useful .title_title {
	border-bottom: 1px dashed #5d5d5d;
	font-size: 20px;
	height: 70px;
	line-height: 1.5;
	margin: 5px auto;
	width: 90%;
}

.useful .title_text {
	height: 100px;
	line-height: 1.5;
	margin: 20px auto;
	width: 90%;
}

.useful .next_BT {
	background: #fff;
	border: 1px dashed #5d5d5d;
	border-radius: 15px;
	height: 30px;
	margin: 0 0 5% 5%;
	width: 140px;
}

.useful .next_BT a {
	display: block;
	height: 30px;
	padding-top: 8px;
	text-align: center;
	width: 140px;
}

.useful .next_BT:hover {
	border: 1px solid #5d5d5d;
	transition: .3s;
}

@media screen and ( max-width: 768px ) {
	.useful {
		width: 96%;
	}
}

@media screen and (max-width:736px) {
	.useful .contentboxA {
		display: block;
	}

	.useful .contentbox {
		background-color: #fcfcfc;
		border: 4px solid #ffe399;
		width: 100%;
	}
}

@media screen and (max-width:320px) {
	.useful .title_title {
		font-size: 16px;
	}
}

/*************************************************

    座談会

*************************************************/
/* 座談会トップページ */
.contDisc {
	display: block;
}

/* 座談会・絵本・編集部ブログ共通 */
.mainImgDisc, .mainImgBook, .mainImgStaffblog {
	height: auto;
	margin-bottom: 40px;
	width: 100%;
}
/* 座談会・絵本・編集部ブログ共通ここまで */

.discBox {
	border-bottom: dotted 2px #555;
	margin-bottom: 40px;
	padding-bottom: 30px;
	width: 100%;
}

.discBox:hover .discTtl, .discBox:hover .discTxt {
	color: #999;
	transition: .3s;
}

.discImg {
	float: left;
	margin-right: 5%;
	width: 27.7%;
}

.discImg img {
	height: auto;
	max-width: 250px;
	width: 100%;
}

.discTtlArea, .discTxt {
	float: left;
	font-size: 1.4rem;
	line-height: 1.5;
	width: 67.3%;
}

.discTtlArea {
	margin: 20px 0 10px;
}

.discNum {
	background: #3fa9f5;
	border-radius: 5px;
	color: #fff;
	margin-right: 3px;
	padding: 3px 15px;
}

.discTtl {
	font-size: 1.6rem;
	font-weight: bold;
}

.discTtlDate {
	font-weight: normal;
}

.discTxt ul {
	color: #555;
	margin-top: 10px;
}
.copyBook {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: left;
}

@media screen and (max-width:736px) {
	/* 座談会・絵本・編集部ブログ共通 */
	.contDisc {
		padding: 0 15px;
	}

	.mainImgDisc, .mainImgBook, .mainImgStaffblog {
		margin-bottom: 15px;
		max-width: 736px;
	}

	.copyDisc, .copyBook, .copyStaffblog {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	/* 座談会・絵本・編集部ブログ共通ここまで */
}

@media screen and (max-width:480px) {
	.discImg {
		float: none;
		text-align: center;
		width: 100%;
	}

	.discTtlArea {
		float: none;
		width: 100%;
	}

	.discTxt {
		margin-top: 15px;
		width: 100%;
	}
}

/* 座談会記事ページ */

.discArticle {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 100px;
}

.discArticleTtl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}

.discArticleTtl .discNum {
	font-size: 1.6rem;
	padding: 5px 15px;
}

.discArticleCopy {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.discMemberBox {
	border: #e6e6e6 solid 4px;
	display: block;
	margin-bottom: 30px;
	padding: 30px;
	width: 100%;
}

.discMemberBox_ttl {
	font-size: 1.6rem;
	font-weight: bold;
}

.icoComments {
	color: #3fa9f5;
}

.discMemberBox ul {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.discMemberBox ul li {
	display: flex;
}

.discMember img {
	height: 59px;
	margin-right: 5px;
	width: 59px;
}

.plus {
	font-weight: bold;
	padding: 10px 0;
}

.discArticle_txt li {
	line-height: 1.8;
	margin-bottom: 20px;
}

.discArticle_txt h2 {
	border-left: #333 solid 5px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding: .5rem 1rem;
}

.discArticle_txt ul li {
	display: flex;
}

.discComment {
	padding-top: .5rem;
}

.discComment p {
	margin-bottom: 1.6rem;
}

/* 絵本・座談会共通 */
.mBtm20 {
	margin-bottom: 20px;
}

.mRight20 {
	margin-right: 20px;
}
/* 絵本・座談会共通ここまで */

.discBalloon {
	background-color: #fff;
	border: 2px solid #999;
	border-radius: 10px;
	margin-right: 110px;
	padding: 20px;
	position: relative;
}

.discBalloon:before {
	border: 13px solid transparent;
	border-left: 13px solid #fff;
	content: "";
	margin-top: -13px;
	position: absolute;
	right: -24px;
	top: 50%;
	z-index: 2;
}

.discBalloon:after {
	border: 14px solid transparent;
	border-left: 14px solid #999;
	content: "";
	margin-top: -14px;
	position: absolute;
	right: -28px;
	top: 50%;
	z-index: 1;
}

.discBalloon .icon {
	position: absolute;
	right: -110px;
	top: 0;
}

.discBalloon .icon img {
	height: auto;
	width: 80px;
}

@media screen and (max-width:736px) {
	/* 絵本・座談会共通 */
	.contDisc .pc, .contBookreview .pc, .contStaffblog .pc {
		display: none;
	}

	.contDisc .sp, .contBookreview .sp, .contStaffblog .sp {
		display: block;
	}
	/* 絵本・座談会共通ここまで */

	.discMemberBox ul {
		display: block;
	}

	.discMemberBox ul li {
		margin-bottom: 10px;
	}
}

/*************************************************

    絵本紹介

*************************************************/
.bookContents {
	background-color: #fff;
	border: 5px solid #e6e6e6;
	margin-bottom: 40px;
	padding: 15px;
	width: 100%;
}

.bookContents h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.bookContents li {
	line-height: 1.8;
	margin-bottom: 5px;
	position:relative;
}
.bookContents li i{
	position: absolute;
	top:5px;
	left:285px;
}

.bookreviewBox {
	background-color: #fff;
	border-bottom: 3px solid #ffe79d;
	border-top: 3px solid #ffe79d;
	padding: 40px;
	position: relative;
	width: 100%;
}

.badge {
	height: auto;
	max-width: 104px;
	position: absolute;
	right: 20px;
	top: -30px;
	width: 100%;
	z-index: 1;
}

.bookreviewBox_upper {
	display: flex;
	justify-content: space-between;
}

.bookreviewBox_img {
	width: 25%;
}

.bookreviewBox_img a {
	display: block;
}

.bookreviewBox_img img {
	width: 100%;
}

.bookreviewBox_info {
	width: 70%;
}

.bookTitle {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.bookTitle a:hover {
	color: #999;
	text-decoration: underline;
	transition: .3s;
}

.bookAuthor, .bookPublisher {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 8px;
}

.bookStar {
	margin-top: 30px;
}
.bookStar li {
	margin-bottom: 7px;
}

.bookreviewBox_lower {
	margin-top: 30px;
}

.commentTtl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

.commentTxt {
	line-height: 1.6;
	margin-bottom: 20px;
}

.commentTxt p a:hover {
	color: #999;
	text-decoration: underline;
	transition: .3s;
}

.bookRecommend {
	border-top: 1px solid #999;
	line-height: 1.5;
	padding-top: 25px;
}

.bold {
	font-weight: bold;
}

.contBookreview .shareBtn {
	margin-bottom: 40px;
}

.bookreviewLinkBtn {
	margin-top:30px;
	margin-bottom:30px;
}

.bookreviewLinkBtn a{
	display:block;
	background: #fff;
    border: 1px dashed #5d5d5d;
    border-radius: 21px;
    line-height: 30px;
	height: 42px;
    text-align: center;
	font-weight: bold;
	padding:5px;
	margin:0px 0px 0px auto;
	width:240px;
}

.bookreviewLinkBtn a:hover {
	border: 1px solid #5d5d5d;
	transition: .3s;
}
.bookBnr {
	text-align: center;
	margin-bottom:40px;
}
.bookBnr img{
	width: 50%;
	height: auto;
}
@media screen and ( max-width:768px ) {
	.contBookreview {
		margin: 0 auto;
		max-width: 768px;
		width: 92%;
	}
}

@media screen and ( max-width:480px ) {
	.bookreviewBox {
		padding: 20px;
	}

	.bookreviewBox_upper {
		display: block;
	}

	.bookreviewBox_img {
		margin: 0 auto;
		width: 200px;
	}

	.bookreviewBox_info {
		width: 100%;
	}

	.badge {
		max-width: 60px;
		right: 5px;
		top: -35px;
	}

	.badge img {
		height: auto;
		width: 60px;
	}
	.bookBnr img{
		width: 100%;
	}
}

/*************************************************

    性の多様性について

*************************************************/

.rainbow {
	background: -webkit-linear-gradient(0deg, #0086cc, #f2e24c, #f5637a);
	-webkit-background-clip: text;
	color: #ff8c00;
	font-size: 25px;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-bottom: 5px;
	-webkit-text-fill-color: transparent;
	width: 100%;
}

/*************************************************

    編集部ブログ・性教育コラム

*************************************************/

.bk-white {
	background-color: #fff;
	margin: 20px;
	padding: 20px;
}

@media screen and ( max-width:480px ) {
	.bk-white {
		margin: 20px 0;
		padding: 20px 10px;
	}
}

.hcenter {
	text-align: center;
}

h2.lgbterh2 {
	display: inline-block;
	font-size: 18px;
	line-height: 2;
	padding: 55px;
	position: relative;
	width: 90%;
}

.lgbterh2:before, .lgbterh2:after {
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 45px;
}
.lgbterh2:before {
	left: 0;
}
.lgbterh2:after {
	right: 0;
}

.staffblogList .staffblogBox {
	padding: 20px;
}

.staffblogList .staffblogTitle {
	margin-bottom: 0;
}

.postdate {
	padding: 0 0 20px 0;
}

.contStaffblog_key {
	align-items: center;
	background-color: #fff;
	border: 2px solid #ffe7a6;
	display: flex;
	padding: 5px;
	position: relative;
	z-index: 1;
}

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

.youtube {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.youtube iframe {
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
}

.movieleft {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.movieright {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
}

.movieleft p {
	font-size: 12px;
}

.movieright p {
	font-size: 12px;
}

/*************************************************

    固定ページ共通

*************************************************/
@media only screen and (max-width: 768px) {
	.fixpage_content {
		margin: 0 auto;
		width: 96%;
	}
}

@media only screen and (max-width: 736px) {
	.fixpage_content {
		width: 90%;
	}
}

/*************************************************

    ホゴシャの保健室

*************************************************/
.under_pink {
	background: linear-gradient(transparent 50%, #e2c7ef 50%);
}

.sioline_img img {
	width: 100%;
}

.health_box {
	margin: 0 5%;
}

.health_box dl {
	margin-top: 30px;
}

.health_box dt, .ttl_infirmaryList {
	border-left: 6px groove #e2c7ef;
	color: #606060;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 3px 0 3px 10px;
	width: 100%;
}

.health_box dd {
	line-height: 1.5;
}

.health_box dd img {
	height: 85px;
	margin-left: 10px;
	width: 73px;
}

.DF {
	display: flex;
}

.customer_text {
	margin: 40px 0 0 20px;
}

.fukidashiArea {
	height: auto;
	margin: 0 5%;
}

.fukidashi {
	display: flex;
	justify-content: space-between;
}

.fukidashi img {
	height: 100px;
	margin: 50px 10px 0 0;
	width: 100px;
}

.fukidashi_01 {
	background: #fff;
	border-radius: 15px;
	color: #555;
	display: inline-block;
	line-height: 1.5;
	margin-top: 50px;
	padding: 20px;
	position: relative;
	width: 80%;
}

.fukidashi_01::before {
	border: 15px solid transparent;
	border-right: 15px solid #fff;
	content: "";
	left: -30px;
	margin-top: -15px;
	position: absolute;
	top: 35px;
	z-index: 0;
}

.fukidashi_01 p {
	margin: 0;
	padding: 0;
}

.fukidashi2 {
	display: flex;
	justify-content: space-between;
}

.fukidashi2 img {
	height: 100px;
	margin: 50px 0 0 10px;
	width: 100px;
}

.fukidashi_02 {
	background: #fff;
	border-radius: 15px;
	color: #555;
	display: inline-block;
	line-height: 1.5;
	margin-top: 50px;
	padding: 20px;
	position: relative;
	width: 80%;
}

.fukidashi_02::before {
	border: 15px solid transparent;
	border-left: 15px solid #fff;
	content: "";
	margin-top: -15px;
	position: absolute;
	right: -30px;
	top: 35px;
	z-index: 0;
}

.fukidashi_02 p {
	margin: 0;
	padding: 0;
}

@media only screen and ( max-width: 768px ) {
	.healthArea {
		margin: 0 auto;
		width: 96%;
	}
}

@media screen and (max-width:736px) {
	.sioline_img {
		margin: 0 auto;
		width: 90%;
	}

	.fukidashi {
		flex-direction: column;
	}

	.fukidashi img {
		margin: 40px auto 0;
	}

	.fukidashi_01 {
		margin-top: 20px;
		width: 100%;
	}

	.fukidashi_01:before {
		border: 15px solid transparent;
		border-bottom: 15px solid #fff;
		left: 50%;
		margin-left: -15px;
		top: -15px;
	}

	.fukidashi2 {
		flex-direction: column-reverse;
	}

	.fukidashi2 > p {
		text-align: center;
	}

	.fukidashi2 img {
		margin: 40px auto 0;
	}

	.fukidashi_02 {
		margin-top: 20px;
		width: 100%;
	}

	.fukidashi_02::before {
		border: 15px solid transparent;
		border-bottom: 15px solid #fff;
		left: 50%;
		margin-left: -15px;
		right: 50%;
		top: -15px;
	}
}

@media only screen and ( max-width: 666px ) {
	.healthArea {
		width: 100%;
	}
}

/* シオリーヌさんページ一覧 */

.infirmaryList {
	margin-bottom: 50px;
}

.infirmaryList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;

	width: 100%;
}

.infirmaryList ul:after {
	content: "";
	display: block;
	width: 30%;
}

.infirmaryList ul li {
	background: #fff;
	border: 3px solid #e2c7ef;
	margin-bottom: 15px;
	vertical-align: top;
	width: 32%;
}

.infirmaryList ul li img {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

.infirmaryList .infirmaryBox {
	padding: 20px 10px;
	position: relative;
	width: 100%;
}

.infirmaryList .infirmaryTitle {
	height: 4em;
	line-height: 1.7;
	margin-bottom: 20px;
}

.infirmaryBox:hover .infirmaryTitle {
	color: #999;
	text-decoration: underline;
	transition: .3s;
}

.infirmary_link_area {
	margin: 0 auto 40px;
	text-align: center;
}

.to_sodanform {
	background: #fff;
	border: 5px solid #e6e6e6;
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: .4s;
	width: 300px;
}

.to_list {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.to_list a {
	display: block;
	font-size: 1.6rem;
	text-decoration: underline;
}

.to_list a:hover {
	opacity: .6;
	transition: .4s;
}

.ttl_infirmaryList {
	margin-bottom: 30px;
}

@media only screen and ( max-width: 666px ) {
	.infirmaryList ul li {
		width: 100%;
	}
}

@media only screen and ( max-width: 360px ) {
	.to_sodanform {
		width: 280px;
	}
}

/* SNSシェアボタン */
.shareBtn {
	display: flex;
	justify-content: flex-end;
}

.shareBtn li {
	border-radius: 5px;
	height: 22px;
	margin: 0 0 0 5px!important;
	width: 82px;
}


.shareBtn li a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
	transition: .4s;
	width: 82px;
}

.shareBtn li a:hover {
	opacity: .7;
}

.shareBtn li a span {
	margin-left: 7px;
}

.shareBtn-fb {
	background: #3b5998;
}

.shareBtn-twitter {
	background: #55acee;
}

.shareBtn-line {
	background: #00c300;

}

.shareBtn .shareBtn-line a span {
	margin-left: 13px;
}

@media screen and (max-width:736px) {
	.shareBtn li {
		border-radius: 50%;
		height: 44px;
		width: 44px;
	}

	.shareBtn li a {
		border-radius: 50%;
		height: 44px;
		justify-content: center;
		padding-left: 0;
		width: 44px;
	}

	.shareBtn li a:hover {
		opacity: 1;
	}

	.shareBtn li svg {
		margin-right: 0;
	}

	.shareBtn li a span {
		display: none;
	}

	.shareBtn-fb svg {
		height: 24px;
		width: 24px;
	}

	.shareBtn-twitter svg {
		height: 24px;
		width: 24px;
	}

	.shareBtn-line svg {
		height: 26px;
		width: 26px;
	}
}

/* 1カラム用コンテンツスタイル */
.content_inner {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

/* 2020新機能追加style */
.login input, .qatop input, .mypageedit input, .ipassEdit input, .cancel input, .gift input, .eventnav input{
	-webkit-appearance: none;
}

.login input[type="submit"]:focus, .qatop input[type="submit"]:focus, .mypageedit input[type="submit"]:focus, .ipassEdit input[type="submit"]:focus, .cancel input[type="submit"]:focus, .gift input[type="submit"]:focus, .eventnav input[type="submit"]:focus {
	outline: 0;
}

/* プレゼントキャンペーン */
.present .img-sp {
	display: none;
}

.present .present_ttl {
	text-align: center;
}

.present .present_ttlImg {
	margin-bottom: 15px;
	position: relative;
}

.present .present_ttlImg img {
	width: 100%;
}

.present .present_ttlRibbon {
	bottom: -20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}

.present .ribbon {
	bottom: 30px;
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	left: 0;
	margin: auto;
	position: relative;
	right: 0;
	text-align: center;
}
.present .ribbon:before {
	border: 20px solid #ffea86;
	border-left-color: transparent;/*山形に切り抜き*/
	bottom: -10px;
	/*左側のリボン端*/
	content: "";
	left: -55px;
	position: absolute;
	width: 44px;
	z-index: -2;
}

.present .ribbon:after {
	border: 20px solid #ffea86;
	border-right-color: transparent;/*山形に切り抜き*/
	bottom: -10px;
	/*右側のリボン端*/
	content: "";
	position: absolute;
	right: -55px;
	width: 44px;
	z-index: -2;
}

.present .ribbon h2 {
	background: #f3e34c;/*真ん中の背景色*/
	color: #4d4d4d;
	display: inline-block;
	font-size: 2rem;
	line-height: 40px;
	margin: 0;
	padding: 0 60px;
	position: relative;
}

.present .ribbon h2 span {
	color: #f00;
}

.present .ribbon h2:before {
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 30px #4d4d4d;/*左の折り返し部分*/
	content: "";
	left: 0;
	position: absolute;
	top: 100%;
}
.present .ribbon h2:after {
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 30px #4d4d4d;/*右の折り返し部分*/
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
}

.present .present_ttlSummary {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 60px;
}

.present .present_ttlSummary p {
	margin-bottom: 15px;
}

.present .present_ttlSummary .month {
	font-size: 3rem;
	font-weight: bold;
}

.present .present_ttlSummary .goods_name {
	font-size: 2.4rem;
	font-weight: bold;
}

.present .present_ttlSummary figure {
	font-size: 0;
}

.present .present_ttlSummary img {
	width: 100%;
}

.present .present_detail h2, .present .campaign_detail h2 {
	background: -webkit-repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background: repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	display: block;
	font-size: 2.5rem;
	height: 52px;
	line-height: 52px;
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
	text-shadow: 0 0 5px white;
}

.present .present_detail h2 i, .present .campaign_detail h2 i {
	margin-right: 10px;
}

.present .present_detail_inner, .present .campaign_detail_inner {
	margin: 0 0 50px 20px;
}

.present .present_detail h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.present .present_detail p, .present .campaign_detail p {
	font-size: 1.6rem;
	line-height: 24px;
	margin-bottom: 26px;
}

.present .present_detail a {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 26px;
	transition: .4s;
}

.present .present_detail .winner {
	font-weight: bold;
}

.present .campaign_detail p span {
	font-weight: bold;
}

.present .present_btn {
	height: 65px;
	margin: 0 auto 80px;
	width: 345px;
}

.present .present_btn a {
	background: #ffbdc3;
	border: 2px solid #ffbdc3;
	border-radius: 32.5px;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	height: 65px;
	line-height: 65px;
	text-align: center;
	transition: .4s;
	width: 345px;;
}

.present .obo_detail h3 {
	border-bottom: 2px solid #ffbdc3;
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 16px;
	position: relative;
}

.present .obo_detail h3::before {
	background: #ffbdc3;
	content: "";
	height: 12px;
	left: 2px;
	position: absolute;
	top: 0;
	width: 12px;
}

.present .obo_detail p {
	line-height: 24px;
	margin-bottom: 60px;
}
.present .present_detail_img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.present .present_detail_img img {
	height: auto;
	width: 48%;
}

@media screen and (min-width:1080px) {
	.present .present_btn a:hover {
		background: #fff;
		border: 2px solid #ffbdc3;
	}

	.present .present_detail a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:768px) {
	.present {
		margin: 0 auto;
		width: 96%;
	}
	.present .present_detail_img {
		flex-direction: column;
		margin-bottom: 15px;
	}
	.present .present_detail_img img {
		height: auto;
		margin: 0 auto 20px;
		max-width: 400px;
		width: 100%;
	}
}

@media screen and (max-width:414px) {
	.present {
		width: calc(100% - 30px);
	}

	.present .img-pc {
		display: none;
	}

	.present .img-sp {
		display: block;
	}

	.present .present_ttlRibbon {
		bottom: -70px;
	}

	.present .ribbon {
		height: 26px;
	}

	.present .ribbon h2 {
		font-size: 1.1rem;
		line-height: 26px;
		padding: 0 35px;
	}

	.present .ribbon h2::before {
		border-right: solid 20px #4d4d4d;
	}

	.present .ribbon h2::after {
		border-left: solid 20px #4d4d4d;
	}

	.present .ribbon::before {
		border: 13px solid #ffea86;
		border-left-color: transparent;
		left: -40px;
		width: 34px;
	}

	.present .ribbon::after {
		border: 13px solid #ffea86;
		border-right-color: transparent;
		right: -40px;
		width: 34px;
	}

	.present .present_ttlImg {
		margin-bottom: 95px;
	}

	.present .present_ttlSummary {
		margin-bottom: 40px;
	}

	.present .present_ttlSummary p {
		margin-bottom: 10px;
	}

	.present .present_detail_inner {
		margin: 0 0 36px;
	}

	.present .campaign_detail_inner {
		margin: 0 0 50px;
	}

	.present .obo_detail p {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:360px) {
	.present .present_btn, .present .present_btn a {
		width: 100%;
	}
}

/* マイページ、ログインページ共通 */
.commonTtl1 {
	background: #ffe7a6;
	font-size: 2rem;
	height: 120px;
	line-height: 120px;
	text-align: center;
}

.commonTtl2 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

.commonTtl2::before {
	border-bottom: solid 5px #ffbdc3;
	bottom: -5px;
	content: " ";
	display: block;
	left: 50%;
	position: absolute;
	width: 50%;
}

.commonTtl2::after {
	border-bottom: solid 5px #a6ffe6;
	bottom: -5px;
	content: " ";
	display: block;
	left: 0;
	position: absolute;
	width: 50%;
}

.commonBtn1 {
	background: #c3a965;
	border: 1px solid #c3a965;
	border-radius: 25px;
	color: #fff!important;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: .4s;
	width: 300px;
}

.commonBtn1 i {
	margin-right: 10px;
}

.commonBtn2 {
	background: #fff;
	border: 1px solid #c3a965;
	border-radius: 25px;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: .4s;
	width: 300px;
}

.commonBtn3 {
	background: #c3a965;
	border: 2px solid #c3a965;
	border-radius: 32.5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	transition: .4s;
	width: 345px;
}

.commonBtn4 {
	background: #f2e24c;
	border: 2px solid #f2e24c;
	border-radius: 32.5px;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	height: 60px;
	line-height: 56px;
	margin: 0 auto;
	text-align: center;
	transition: .4s;
	width: 345px;
}

@media screen and (min-width:1080px) {
	.commonBtn1:hover {
		background: #fff;
		border: 1px solid #c3a965;
		color: #c3a965!important;
	}

	.commonBtn2:hover {
		background: #c3a965;
		color: #fff;
	}

	.commonBtn3:hover {
		background: #fff;
		color: #c3a965;
	}

	.commonBtn4:hover {
		background: #fff;
	}
}

@media screen and (max-width:736px) {
	.commonTtl1 {
		height: 50px;
		line-height: 50px;
	}

	.commonBtn1 {
		font-size: 1.4rem;
		height: 44px;
		line-height: 44px;
		width: 194px;
	}

	.commonBtn2 {
		font-size: 1.4rem;
		height: 44px;
		line-height: 44px;
		width: 140px;
	}
}

@media screen and (max-width:360px) {
	.commonBtn1 {
		width: 136px;
	}

	.commonBtn3, .commonBtn4 {
		width: 280px;
	}
}

/* マイページ（ダッシュボード、プロフィール共通） */
.mypage .commonTtl2 {
	font-size: 2rem;
}

.mypage_wrap {
	background: #fff;
	margin-bottom: 50px;
	padding: 50px 85px;
}

.mypage_wrap_upper {
	align-items: center;
	display: flex;
}

.mypage_wrap_img {
	margin-right: 20px;
	width: 130px;
}

.mypage_wrap_img figure img {
	border-radius: 100%;
	width: 100%;
}

.mypage_wrap_summary {
	align-items: center;
	display: flex;
	width: calc(100% - 130px - 20px);
}

.mypage_wrap_summary .handlename {
	font-size: 2rem;
	font-weight: bold;
	line-height: 25px;
	padding-right: 70px;
	width: calc(100% - 300px);
}

.mypage_wrap_summary .mypage_linkArea {
	width: 300px;
}

.mypage_wrap_summary .mypage_linkArea .annotation {
	margin: 10px 0;
}

@media screen and (max-width:1080px) {
	.mypage_wrap {
		padding: 50px;
	}
}

@media screen and (max-width:736px) {
	.mypage_wrap {
		margin-bottom: 30px;
		padding: 30px 15px;
	}

	.mypage_wrap_summary {
		flex-direction: column;
	}

	.mypage_wrap_summary .handlename {
		font-size: 1.6rem;
		margin: 0 0 15px;
		padding-right: 0;
		width: 100%;
	}
}

/* マイページ（ダッシュボード） */
.mypage section {
	margin-bottom: 70px;
}

.mypage .profileBtn {
	margin-bottom: 25px;
}

.mypage .mypage_info_list {
	background: #f8e3bf;
	display: block;
	margin-bottom: 30px;
	padding: 11px 40px;
	width: 100%;
}

.mypage .mypage_info_list li {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	list-style-type: disc;
	margin-left: 20px;
}

.mypage .mypage_common_list, .qatop .qatop_common_list {
	display: block;
	width: 100%;
}

.mypage .mypage_common_list li a, .qatop .qatop_common_list li a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 27px;
	padding: 20px 94px 14.5px 40px;
	position: relative;
	transition: text-decoration .4s;
}

.mypage .mypage_common_list li a::after, .qatop .qatop_common_list li a::after {
	background: url(img/ico_arrow.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 18.5px;
	margin: auto;
	position: absolute;
	right: 40px;
	top: 0;
	width: 11px;
}

.mypage .mypage_common_list li:nth-child(odd), .qatop .qatop_common_list li:nth-child(odd) {
	background: #fff;
}

.mypage .mypage_common_list li:nth-child(even), .qatop .qatop_common_list li:nth-child(even) {
	background: #f8f4ec;
}

.mypage .mypage_community_list, .mypage .mypage_riteracy_list {
	margin-bottom: 30px;
}

.mypage .mypage_info_archiveBtn, .mypage .community_archiveBtn, .mypage .riteracy_archiveBtn {
	margin-left: calc(100% - 300px - 40px);
}

.mypage .mypage_present_detail {
	border-left: 10px solid #ffe7a6;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 15px;
}

.mypage .mypage_present_detail .date {
	margin-bottom: 10px;
}

.mypage .mypage_present .annotation {
	margin-left: 25px;
}

@media screen and (min-width:1080px) {
	.mypage .mypage_common_list li a:hover, .mypage .mypage_info_list li a:hover, .qatop .qatop_common_list li a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:768px) {
	.mypage {
		margin: 0 auto;
		width: 96%;
	}
}

@media screen and (max-width:736px) {
	.mypage .mypage_wrap_summary .mypage_linkArea {
		width: 100%;
	}

	.mypage .profileBtn {
		margin-bottom: 10px;
	}

	.mypage .mypage_info_list {
		padding: 16px 20px;
	}

	.mypage .mypage_common_list li a, .qatop .qatop_common_list li a {
		padding: 20px 50px 14.5px 20px;
	}

	.mypage .mypage_common_list li a:after, .qatop .qatop_common_list li a::after {
		right: 20px;
	}

	.mypage .mypage_info_archiveBtn, .mypage .community_archiveBtn, .mypage .riteracy_archiveBtn {
		margin-left: calc(100% - 140px);
	}
}

@media screen and (max-width:414px) {
	.mypage {
		width: 100%;
	}

	.mypage section {
		margin: 0 auto 70px;
		width: calc(100% - 30px);
	}
}

/* マイページ（各種設定） */
.mypageSetting {
	margin-bottom: 70px;
}

.mypageSetting .mypage_ttl {
	margin-bottom: 20px;
}

.mypageSetting .mypage_setting_list li a {
	background: #fff;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding: 30px 75px;
	position: relative;
	transition: .4s;
	width: 100%;
}

.mypageSetting .mypage_setting_list li a::after {
	background: url(img/ico_arrow.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 18.5px;
	margin: auto;
	position: absolute;
	right: 75px;
	top: 0;
	width: 11px;
}

@media screen and (min-width:1080px) {
	.mypageSetting .mypage_setting_list li a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:736px) {
	.mypageSetting .mypage_setting_list li a {
		margin-bottom: 15px;
		padding: 20px;
	}

	.mypageSetting .mypage_setting_list li a::after {
		right: 20px;
	}
}

@media screen and (max-width:414px) {
	.mypageSetting .mypage_setting_list {
		margin: 0 auto 70px;
		width: calc(100% - 30px);
	}
}

/* マイページ（プロフィール） */
.mypageProfile dt {
	clear: left;
	float: left;
	font-weight: bold;
}

.mypageProfile .private {
	position: relative;
}

.mypageProfile .private::after {
	content: "\f023";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.4rem;
	font-weight: 900;
	margin-left: 2px;
	position: absolute;
}

.mypageProfile .mypage_wrap {
	margin-bottom: 15px;
}

.mypageProfile .mypage_wrap_upper {
	margin-bottom: 30px;
}

.mypageProfile .mypage_wrap_summary .handlename {
	padding-right: 40px;
	width: calc(100% - 350px);
}

.mypageProfile .mypage_wrap_summary .mypage_theme {
	font-size: 1.6rem;
	line-height: 21px;
	width: 350px;
}

.mypageProfile .mypage_wrap_summary .mypage_theme_inner {
	background: #fef7e7;
	padding: 18px 20px;
}

.mypageProfile .mypage_wrap_summary .mypage_theme_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.mypageProfile .mypage_wrap_summary .mypage_theme_ttl.private::after {
	font-size: 1.1rem;
}

.mypageProfile .mypage_wrap_lower {
	font-size: 1.8rem;
	line-height: 24px;
}

.mypageProfile .mypage_wrap_lower .selfIntroduction {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.mypageProfile .mypage_wrap_lower .selfIntroduction::after {
	background: #e8e4d8;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 74.571%;
}

.mypageProfile .mypage_children_list {
	display: block;
	width: 100%;
}

.mypageProfile .mypage_children_list li {
	margin-bottom: 10px;
	padding: 25px 85px;
}

.mypageProfile .mypage_children_list li:nth-child(odd) {
	background: #f8f4ec;
}

.mypageProfile .mypage_children_list li:nth-child(even) {
	background: #fff;
}

.mypageProfile .mypage_children_list li .child_num {
	color: #c3a965;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;;
}

.mypageProfile .mypage_children_list li .child_num::before {
	background: #c3a965;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 16px;
}

.mypageProfile .mypage_children_list li dl {
	font-size: 1.8rem;
}

.mypageProfile .mypage_children_list li dt, .mypageProfile .mypage_children_list li dd {
	margin-bottom: 10px;
}

.key_anounce {
	padding-left: 15px;
}
.mypageProfile {
	margin-bottom: 70px;
}
.mypageProfile .mypage_ttl a {
	font-size: 1.6rem;
	font-weight: normal;
	padding-left: 30px;
	text-decoration: underline;
}
@media screen and (max-width:768px) {
	.mypageProfile {
		margin: 0 auto;
		width: 96%;
	}
}

@media screen and (max-width:736px) {
	.mypageProfile .mypage_wrap_upper {
		margin-bottom: 20px;
	}

	.mypageProfile .mypage_wrap_summary .handlename {
		width: 100%;
	}

	.mypageProfile .mypage_wrap_summary .mypage_theme {
		font-size: 1.4rem;
		width: 100%;
	}

	.mypageProfile .mypage_wrap_summary .mypage_theme_ttl {
		font-size: 1.6rem;
	}

	.mypageProfile .mypage_wrap_summary .mypage_theme_inner {
		padding: 8px 10px;
	}

	.mypageProfile .mypage_wrap_lower {
		font-size: 1.6rem;
	}

	.mypageProfile .mypage_wrap_lower .selfIntroduction {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.mypageProfile .mypage_children_list li {
		padding: 25px 15px;
	}

	.mypageProfile .mypage_children_list li .child_num {
		font-size: 1.6rem;
		padding-left: 14px;
	}

	.mypageProfile .mypage_children_list li .child_num::before {
		height: 12px;
		width: 12px;
	}

	.mypageProfile .mypage_children_list li dl {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:414px) {
	.mypageProfile {
		width: 100%;
	}
}

/* ログイン */
.login input[type="text"]:focus, .login input[type="email"]:focus, .login input[type="password"]:focus, .login input[type="submit"]:focus {
	outline: 0;
}

.login {
	margin: 0 auto;
	max-width: 870px;
	width: 100%;
}

.login .login_ttl {
	margin-bottom: 50px;
	text-align: center;
}

.login .login_ttl img {
	margin-bottom: 15px;
	width: 45px;
}

.login .login_ttl p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

.login .form_area {
	margin-bottom: 80px;
}

.login .form_item {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 380px;
}

.login .form_item.loginBtn {
	margin-bottom: 15px;
}

.login .form_item.autologin {
	margin-bottom: 40px;
}

.login input.email, .login input.password {
	background: #fff;
	border: 1px solid #c3a965;
	display: block;
	font-size: 1.9rem;
	height: 50px;
	padding-left: 20px;
	width: 380px;
}

.login input.email::placeholder, .login input.password::placeholder {
	color: #cecece;
}

.login input.email::-ms-input-placeholder, .login input.password::-ms-input-placeholder {
	color: #cecece;
}

.login input.email::-ms-input-placeholder, .login input.password::-ms-input-placeholder {
	color: #cecece;
}

.login input.checkbox {
	border: 1px solid #c3a965;
	border-radius: 5px;
	display: block;
	height: 30px;
	width: 30px;
}

.login label.check_login {
	font-size: 1.9rem;
	line-height: 30px;
	padding-left: 40px;
	position: relative;
}

.login label.check_login::before {
	background: #fff;
	border: 1px solid #c3a965;
	border-radius: 5px;
	content: "";
	display: inline-block;
	height: 30px;
	left: 0;
	left: 0;
	position: absolute;
	width: 30px;
}

.login input[type="checkbox"] {
	display: none;
}

.login input[type="checkbox"]:not(:checked) + label::after, .login input[type="checkbox"]:checked + label::after {
	border-bottom: 2.46px solid #c3a965;
	border-right: 2.46px solid #c3a965;
	content: "";
	height: 14px;
	left: 11px;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	transition: all .2s;
	width: 8px;
}

.login input[type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	transform: scale(0);
}

.login .benefit_tagline {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.login .passwd_message {
	color: #c3a965;
	display: block;
	font-size: 1.9rem;
	margin-bottom: 50px;
	text-align: center;
	text-decoration: underline;
	transition: .4s;
}

.login .member_benefit_section {
	margin-bottom: 100px;
}

.login .benefit_list {
	background: #fff;
	margin-bottom: 50px;
	padding: 63px 0 60px;
}

.login .benefit_list li {
	align-items: flex-end;
	display: flex;
	font-size: 2.5rem;
	font-weight: bold;
	justify-content: flex-start;
	margin: 0 auto 63px;
	padding-bottom: 23px;
	position: relative;
	width: 630px;
}

.login .benefit_list li::after {
	background: repeating-linear-gradient(45deg, #fff, #fff 5px,#c3a965 5px, #c3a965 10px);
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 100%;
}

.login .benefit_list li:last-child {
	margin-bottom: 0;
}

.login .benefit_list li .index {
	color: #c3a965;
	font-size: 1.8rem;
	margin-right: 15px;
	position: relative;
	white-space: nowrap;
}

.login .benefit_list li .index::before {
	background: url(img/ico_premium.png) no-repeat;
	background-size: contain;
	content: "";
	height: 29px;
	left: 6px;
	position: absolute;
	top: -28px;
	width: 36px;
}

.login .benefit_list li .index span {
	font-size: 2.4rem;
}

.login .link_area {
	text-align: center;
	width: 100%;
}

.login .link_area .link_comment {
	display: block;
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 30px;
	transition: .4s;
}

.login .commonBtn4 {
	line-height: 1;
	padding-top: 8px;
}

.login .commonBtn4 span {
	font-size: 1.5rem;
}

@media screen and (min-width: 1080px) {
	.login .link_area .link_comment:hover, .login .passwd_message:hover {
		opacity: .7;;
	}
}

@media screen and (max-width: 768px) {
	.login {
		margin: 0 auto;
		width: 96%;
	}
}

@media screen and (max-width: 736px) {
	.login .login_ttl {
		margin-bottom: 20px;
	}

	.login .form_item.autologin {
		margin-bottom: 30px;
	}

	.login .form_item, .login input.email, .login input.password {
		max-width: 380px;
		width: 100%;
	}

	.login .passwd_message {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.login label.check_login {
		font-size: 1.6rem;
	}

	.login .link_area .link_comment {
		font-size: 1.6rem;
	}

	.login .benefit_tagline {
		line-height: 28px;
		text-align: left;
	}

	.login .benefit_list {
		left: 50%;
		position: relative;
		transform: translateX(-50%);
		width: 100vw;
	}
	.login .benefit_list li {
		font-size: 1.9rem;
		line-height: 25px;
		padding: 0 15px 23px;
		width: 100%;
	}

	.login .benefit_list li::after {
		margin: auto;
		right: 0;
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 414px) {
	.login {
		width: 100%;
	}

	.login .form_area {
		margin: 0 auto 80px;
		width: calc(100% - 30px);
	}

	.login .member_benefit_section {
		margin: 0 auto 80px;
		width: calc(100% - 30px);
	}
}


/* 会員登録・QAトップ共通 */
.commonTagline {
	margin-bottom: 30px;
	text-align: center;
}

.commonTagline p {
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 39px;
	margin: 0 auto;
	padding-bottom: 23px;
	padding-top: 23px;
	position: relative;
	text-align: center;
}

.commonTagline p::before {
	background: #555;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 100%;
}

.commonTagline p::after {
	background: #555;
	bottom: 5px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.commonTagline p {
		font-size: 1.6rem;
		line-height: 30px;
	}
}




/* 会員登録画面 */
.resist {
	margin: 0 auto;
	max-width: 870px;
	width: 100%;
}

.resist .resist_ttl h2 {
	font-size: 2.0rem;
	line-height: 39px;
	margin: 0 0 23px;
}

.resist .resist_box {
	background: #fff;
	font-size: 2.5rem;
	line-height: 39px;
	margin-bottom: 80px;
	padding: 80px 0 40px;
	position: relative;
	text-align: center;
	width: 100%;
}

.resist .resist_box::before {
	background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#ffbcc3 5px, #ffbcc3 10px);
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.resist .resist_box::after {
	background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#a4ffe7 5px, #a4ffe7 10px);
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 100%;
}

.resist .resist_box p {
	margin-bottom: 40px;
}

.resist .resist_box img {
	display: inline-block;
	vertical-align: bottom;
	width: 45px;
}

.resist .resist_box .comment span {
	background: linear-gradient(transparent 50%, #f2e24c 50%);
	font-weight: bold;
}

.resist .commonBtn4 {
	line-height: 1;
	padding-top: 8px;
}

.resist .commonBtn4 span {
	font-size: 1.5rem;
}

.resist .monthprice {
	font-size: 1.5rem;
	margin-top: 10px;
	text-align: center;
}

.resist .member_diff .monthprice {
	text-align: right;
}

.resist .resist_info {
	margin-bottom: 100px;
}

.resist .worry_exp_ttl {
	color: #c3a965;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
}

.resist .worry_exp_ttl::before {
	content: "|";
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(-25deg);
}

.resist .worry_exp_ttl::after {
	content: "|";
	position: absolute;
	right: -15px;
	top: 0;
	transform: rotate(24deg);
}

.resist .worry_exp ul {
	display: flex;
	justify-content: space-between;
}

.resist .worry_exp ul li {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.resist .worry_exp ul li div {
	background: #fff;
	border: 1px solid #c3a965;
	border-radius: 10px;
	color: #c3a965;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 25px;
	padding: 13px 15px;
	position: relative;
	text-align: center;
	width: 100%;
}

.resist .worry_exp ul li div::before {
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	bottom: -20px;
	content: "";
	left: 28px;
	position: absolute;
	z-index: 2;
}

.resist .worry_exp ul li div::after {
	border: 10px solid transparent;
	border-top: 10px solid #c3a965;
	bottom: -20px;
	content: "";
	left: 50px;
	margin-left: -20px;
	position: absolute;
	z-index: 1;
}

.resist .worry_exp ul li div p {
	display: inline-block;
	text-align: left;
}

.resist .worry_exp ul li:first-child img {
	width: 103px;
}

.resist .worry_exp ul li:nth-child(2) img {
	width: 107px;
}

.resist .worry_exp ul li:last-child img {
	width: 128px;
}

.resist .benefit_info {
	margin-bottom: 100px;
}

.resist .benefit_box {
	background: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
}

.resist .member_benefit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.resist .member_benefit_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	width: calc((100% - 120px)/2);
}

.resist .member_benefit_item:nth-child(odd) {
	margin-right: 40px;
}

.resist .member_benefit .benefit_img img {
	width: 100%;
}

.resist .member_diff {
	margin-bottom: 100px;
}

.resist .member_diff table {
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	width: 100%;;
}

.resist .member_diff table .nobg {
	background: none;
}

.resist .member_diff table .br-sp {
	display: none;
}

.resist .member_diff table tr {
	height: 55px;
}

.resist .member_diff table tr th, .resist .member_diff table tr td {
	background: #fff;
	border-bottom: 5px solid #fff7e5;
	line-height: 1.2;
	vertical-align: middle;
	width: 33%;
}

.resist .member_diff table tr th {
	border-right: 5px solid #fff7e5;
}

.resist .member_diff table tr td:last-child {
	border-left: 5px solid #fff7e5;
}

.resist .member_diff table .monthFee {
	background: #f8e3bf;
}

.resist .member_diff table .premium {
	background: #f2e24c;
	border-bottom: 5px solid #f2e24c;
	color: #fff;
	position: relative;
}

.resist .member_diff table .premium img {
	display: inline-block;
	filter: brightness(0) invert(1);
	margin-right: 5px;
	vertical-align: middle;
	width: 36px;
}

.resist .member_diff table tr td.disable {
	color: #8a8a8a;
}

.resist .member_diff table tr td.border {
	border-left: 5px solid #f2e24c;
	border-right: 5px solid #f2e24c;
}

.resist .member_diff table tr:last-child td.border {
	border-bottom: 5px solid #f2e24c;
}

.resist .resist_plan {
	margin-bottom: 100px;
}

.resist .plan_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.resist .plan_list .plan_item {
	background: #fff;
	width: calc((100% - 30px)/2);
}

.resist .plan_list .plan_item h3 {
	background: #f8e3bf;
	display: block;
	font-size: 1.9rem;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.resist .plan_list .plan_box {
	padding: 30px 80px 20px;
}

.resist .plan_list .plan_box ul {
	font-size: 1.6rem;
	line-height: 1.8;
}


.resist .plan_list .price {
	font-size: 3rem;

	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.resist .plan_list .price span {
	font-size: 1.6rem;
	font-weight: normal;
}

.resist .plan_list .price_2 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.resist .plan_list .price_2 span {
	background: linear-gradient(transparent 50%, #f2e24c 50%);
}

.resist .plan_list .price_comment {
	color: #f00;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.resist .resist_plan .notice {
	line-height: 1.4;
}

.resist .resist_qa {
	margin-bottom: 100px;
}

.resist .resist_qa dl {
	margin-bottom: 15px;
	width: 100%;
}

.resist .resist_qa_comment {
	font-size: 1.4rem;
	margin-bottom: 100px;
}

.resist .resist_qa_comment a {
	text-decoration: underline;
}

.resist .resist_qa dt {
	background: #fff;
	cursor: pointer;
	font-size: 1.9rem;
	font-weight: bold;
	height: 70px;
	line-height: 25px;
	margin-bottom: 5px;
	padding-left: 100px;
	position: relative;
}

.resist .resist_qa dt p {
	display: table-cell;
	height: 70px;
	position: relative;
	vertical-align: middle;
}

.resist .resist_qa dt p::before {
	background: url(img/ico_resistQ.png) no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 40px;
	left: -70px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 40px;
}

.resist .resist_qa dt::before {
	border: 2.46px solid #c3a965;
	border-radius: 4px;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 24px;
	margin: auto;
	position: absolute;
	right: 30px;
	top: 0;
	transition: .4s;
	width: 24px;
}

.resist .resist_qa dt::after {
	border-right: 2px solid #c3a965;
	border-top: 2px solid #c3a965;
	content: "";
	display: inline-block;
	height: 8px;
	position: absolute;
	right: 39px;
	top: 27px;
	transform: rotate(135deg);
	transition: .4s;
	width: 8px;
}

.resist .resist_qa dt.active::after {
	top: 32px;
	transform: rotate(-45deg);


}

.resist .resist_qa dd {
	border: 2px solid #c3a965;
	color: #8a8a8a;
	display: none;
	font-size: 1.8rem;
	line-height: 27px;
	margin: -5px 0 5px;
	padding: 25px 30px;
}

.resist .resist_qa dd li {
	list-style-type: disc;
	margin-left: 20px;
}

.resist .resist_qa dd a {
	color: #8a8a8a;
	text-decoration: underline;
}

.resist .resist_qa_comment {
	font-size: 1.4rem;
}

@media screen and (max-width: 1080px) {
	.resist .worry_exp ul li div p {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	.resist {
		margin: 0 auto;
		width: 96%;
	}
}

@media screen and (max-width: 736px) {
	.resist .resist_ttl h2 {
		font-size: 1.6rem;
		line-height: 27px;
	}

	.resist .resist_box {
		font-size: 1.6rem;
		left: 50%;
		line-height: 30px;
		position: relative;
		transform: translateX(-50%);
		width: 100vw;
	}

	.resist .resist_box img {
		line-height: 30px;
		width: 36px;
	}

	.resist .resist_info {
		margin-bottom: 70px;
	}

	.resist .worry_exp_ttl {
		font-size: 1.6rem;
	}

	.resist .worry_exp ul {
		flex-direction: column;
	}

	.resist .worry_exp ul li {
		flex-direction: row;
		height: 100px;
		margin: 0 auto 25px;
		max-width: 500px;
		width: 100%;
	}

	.resist .worry_exp ul li div {
		margin-bottom: 0;
		padding: 10px 15px;
	}

	.resist .worry_exp ul li div::before {
		border: 10px solid transparent;
		border-left: 10px solid #fff;
		border-top: none;
		bottom: 36px;
		left: inherit;
		right: -19px;
	}

	.resist .worry_exp ul li div::after {
		border: 11px solid transparent;
		border-left: 11px solid #c3a965;
		border-top: none;
		bottom: 35px;
		left: inherit;
		right: -22px;
	}

	.resist .worry_exp ul li:nth-child(2) {
		flex-direction: row-reverse;
	}

	.resist .worry_exp ul li:nth-child(2) div::before {
		border: 10px solid transparent;
		border-right: 10px solid #fff;
		border-top: none;
		bottom: 36px;
		left: inherit;
		right: 100%;
	}

	.resist .worry_exp ul li:nth-child(2) div::after {
		border: 12px solid transparent;
		border-right: 12px solid #c3a965;
		border-top: none;
		bottom: 34px;
		left: inherit;
		right: 100%;
	}

	.resist .worry_exp ul li img {
		margin-left: 20px;
		width: auto;
	}

	.resist .worry_exp ul li:first-child img {
		width: 75px;
	}

	.resist .worry_exp ul li:nth-child(2) img {
		margin-left: 0;
		margin-right: 20px;
		width: 80px;
	}

	.resist .worry_exp ul li:last-child img {
		width: 93px;
	}

	.resist .benefit_box {
		left: 50%;
		padding-top: 20px;
		position: relative;
		transform: translateX(-50%);
		width: 100vw;
	}

	.resist .member_benefit {
		display: block;
		flex-wrap: inherit;
		justify-content: inherit;
		margin: 0 auto 50px;
		width: calc(100% - 31px);
	}

	.resist .member_benefit_item {
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}
	.resist .member_benefit_item:nth-child(odd) {
		margin-right: inherit;
	}

	.resist .benefit_arrows .slick-prev i::before, .resist .benefit_arrows .slick-next i::before {
		color: #c3a965;
		font-size: 20px;
	}

	.resist .benefit_arrows .slick-prev {
		left: 25px;
		top: 40%;
	}

	.resist .benefit_arrows button.slick-prev {
		z-index: 1000;
	}

	.resist .benefit_arrows .slick-next {
		right: 25px;
		top: 40%;
	}

	.resist .member_diff table {
		font-size: 1.6rem;
	}

	.resist .member_diff table .br-sp {
		display: block;
	}

	.resist .member_diff table .premium img {
		display: block;
		margin: 0 auto 3px;
		width: 22px;
	}

	.resist .plan_list {
		flex-direction: column;
	}

	.resist .plan_list .plan_item {
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}

	.resist .plan_list .plan_item:first-child {
		margin-bottom: 30px;
	}

	.resist .plan_list .plan_box {
		padding: 30px 40px 20px;
	}

	.resist .resist_qa dt {
		font-size: 1.6rem;
		padding-left: 60px;
		padding-right: 47px;
	}

	.resist .resist_qa dt::before {
		right: 10px;
	}

	.resist .resist_qa dt::after {
		right: 19px;
	}

	.resist .resist_qa dt p::before {
		left: -50px;
	}

	.resist_qa_comment {
		margin-bottom: 80px;
	}
	.resist .rgstBtn a.commonBtn4{
		max-width: 360px;
    	width: 90%;
    	box-shadow: 1px 1px 2px #5d5d5d;
    	position: fixed;
    	bottom: 90px;
   	 	margin: 0 5%;
    	right: 0;
    	z-index: 10;
	}
	.resist .benefit_info .rgstBtn{
		display:none;
	}
	.resist .benefit_info .rgstBtn a.commonBtn4{
		display: none;
	}
}

@media screen and (max-width: 414px) {
	.resist {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 375px) {
	.resist .resist_qa dt.high {
		height: 90px;
	}

	.resist .resist_qa dt.high p {
		height: 90px;
	}

	.resist .resist_qa dt.high::after {
		top: 37px;
	}

	.resist .resist_qa dt.high.active::after {
		top: 42px;
	}

	.resist .member_benefit_item {
		max-width: 345px;
	}
}

@media screen and (max-width: 360px) {
	.resist .worry_exp ul li div p .br-sp {
		display: none;
	}

	.resist .plan_list .plan_box {
		padding: 30px 20px 20px;
	}
}

@media screen and (max-width: 320px) {
	.resist .member_benefit_item {
		max-width: 290px;
	}
}

/* QAトップページ */
.qatop .qatop_intro h2 {
	border-bottom: 2px dotted #c3a985;
	font-size: 2.5rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 46px;
	position: relative;
}

.qatop .qatop_intro h2::before {
	background: url(img/ico_premium.png) no-repeat;
	background-size: cover;
	content: "";
	height: 29px;
	left: 0;
	position: absolute;
	top: 0;
	width: 36px;
}

.qatop .qatop_intro h2 span {
	font-size: 1.8rem;
}

.qatop .qatop_intro_tagline {
	font-size: 1.6rem;
	line-height: 27px;
	margin-bottom: 50px;
}

.qatop .qatop_intro_desc {
	font-size: 1.6rem;
	line-height: 27px;
	margin-bottom: 50px;
}


.qatop .commonTagline {
	margin-bottom: 50px;
}

.qatop .qatop_intro_img {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.qatop .qatop_intro_img figure {
	width: 110px;
}

.qatop .qatop_intro_img img {
	height: auto;
	width: 100%;
}


.qatop .qatop_intro_img img:nth-child(-n + 2) {
	margin-right: 25px;
}

.qatop .search_ttl {
	background: #f8e3bf;
	border-radius: 15px 15px 0 0;
	cursor: pointer;
	font-size: 2rem;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	width: 100%;
}

.qatop .search_ttl::before {
	border-right: 2.54px solid #fff;
	border-top: 2.54px solid #fff;
	content: "";
	height: 11px;
	position: absolute;
	right: 25px;
	top: 20px;
	transform: rotate(135deg);
	transition: .4s;
	width: 11px;
	z-index: 1;
}

.qatop .search_ttl::after {
	background: #c3a965;
	border-radius: 4px;
	bottom: 0;
	content: "";
	height: 35px;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	transition: .4s;
	width: 35px;
}

.qatop .search_ttl.active::before {
	top: 25px;
	transform: rotate(-45deg);
}

.qatop .qa_searchCondition {
	margin-bottom: 100px;
}

.qatop .search_area {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.qatop .searchCondition_item {
	display: none;
}

.qatop .searchCondition_item li {
	background: #fff;
	display: block;
	height: 60px;
	margin-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}

/* 条件検索チェックボックス */
/* Base for label styling */
.qatop input[type="checkbox"] {
	left: -9999px;
	position: absolute;
}

.qatop input[type="checkbox"] + label {
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	padding-left: 1.95em;
	position: relative;
}

/* checkbox aspect */
.qatop input[type="checkbox"] + label:before {
	background: #fff;
	border: 2.46px solid #c3a965;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	box-sizing: border-box;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 17px;
	width: 26px;
}
/* checked mark aspect */
.qatop input[type="checkbox"]:not(:checked) + label:after, .qatop input[type="checkbox"]:checked + label:after {
	border-bottom: 2.46px solid #c3a965;
	border-right: 2.46px solid #c3a965;
	content: "";
	height: 14px;
	left: 8px;
	position: absolute;
	top: 19px;
	transform: rotate(45deg);
	transition: all .2s;
	width: 8px;
}
/* checked mark aspect changes */
.qatop input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.qatop .search_box {
	margin-bottom: 80px;
	width: calc((100% - 30px)/2);
}

.qatop .search_comment {
	color: #c3a985;
	font-size: 1.2rem;
	position: absolute;
	text-align: left;
	top: 22px;
}

.qatop .commonBtn3 {
	padding-left: 40px;
}

.qatop .input_wrap {
	cursor: pointer;
	height: 65px;
	margin: 0 auto;
	max-width: 345px;
	position: relative;
	width: 100%;
}

.qatop .input_wrap::after {
	color: #fff;
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	font-weight: 900;
	left: 72px;
	position: absolute;
	top: 20px;
	transform: .5s;
}

.qatop .qa_searchTheme {
	margin-bottom: 100px;
}

.qatop .searchTheme_item {
	display: none;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.qatop .searchTheme_item li {
	background: #fff;
	display: block;
	height: 60px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: calc((100% - 10px)/3);
}

.qatop .searchTheme_item li:nth-child(3n) {
	margin-right: 0;
}

.qatop .searchTheme_item li a {
	display: block;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 60px;
	text-align: center;;
}

.qatop .searchTheme_item li a:hover {
	text-decoration: underline;
}

.qatop .qa_searchFreeword {
	margin-bottom: 100px;
}

.qatop .searchFreeword_container {
	background: #fff;
	border: 2px solid #c3a965;
	border-radius: 15px;
	box-sizing: border-box;
	height: 60px;
	overflow: hidden;
	padding: 3px 40px;
	position: relative;
	width: 100%;
}
.searchFreeword_container input[type="text"] {
	background: transparent;
	border: none;
	font-size: 1.9rem;
	height: 55px;
	width: calc(100% - 30px);
}

.searchFreeword_container input[type="text"]::placeholder {
	color: #c3c3c3;
}

.searchFreeword_container input[type="text"]:focus {
	outline: 0;
}
.searchFreeword_container input[type="submit"] {
	background: none;
	border: none;
	color: #c3a965;
	cursor: pointer;
	font-family: "Font Awesome 5 Pro";
	font-size: 2.5rem;
	font-weight: 900;
	height: 2.5em;
	outline: none;
	position: absolute;
	right: 30px;
	top: -4px;
	width: 2.5em;
}

.qatop .qatop_common_list {
	margin-bottom: 30px;
}

.qatop_common_list .premium {
	display: inline;
	position: relative;
}

.qatop_common_list .premium::after {
	background: url(img/ico_premium.png) no-repeat;
	background-size: cover;
	bottom: -5px;
	content: "";
	height: 24.16px;
	position: absolute;
	right: -36px;
	width: 30px;
}

.paginator {
	color: #8c8c8c;
	display: flex;
	font-size: 1.6rem;
	font-weight: bold;
	justify-content: flex-end;
	margin-bottom: 80px;
}

.paginator .display_number {
	padding-top: 6px;
	line-height: 1;
}

.paginator ul {
	display: flex;
}

.paginator ul li a {
	border: 1px solid #c3a965;
	color: #8c8c8c;
	display: block;
	margin-right: 5px;
	padding: 5px 8px;
	transition: .4s;
}

.paginator ul li.selected a {
	color: #c3a965;
}

.paginator ul li.disable a {
	color: #c9c9c9;
}

.paginator ul li.noborder a {
	border: none;
	padding: 5px;
}


.qatop .bottomBtn_area {
	margin-bottom: 100px;
	text-align: center;
}

.qatop .bottomBtn_area p {
	color: #5e5f5f;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 27.578px;
	text-align: left;
}

.qatop .commonBtn5 {
	background: #fff;
	border: 3px dotted #c3a965;
	box-shadow: 6px 6px #c3a965;
	color: #c3a965;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 30px 20px;
	position: relative;
}

.qa_list, .howtoNaviList, .gift-list {
	display: block;
	margin-top: -30px;
	padding-top: 30px;
}
@media screen and (min-width: 1080px) {
	.paginator ul li a:hover {
		opacity: .7;
	}

	.qatop .commonBtn5:hover {
		box-shadow: none;
		transform: translate(6px,6px);
	}

	.qatop .input_wrap:hover::after {
		color: #c3a965;
	}
}

@media screen and (max-width: 768px) {
	.qatop {
		margin: 0 auto;
		width: 96%;
	}
	.qa_list, .howtoNaviList , .gift-list {
		display: block;
		margin-top: -100px;
		padding-top: 100px;
	}
}

@media screen and (max-width: 736px) {
	.qatop .qatop_intro_img img:nth-child(-n + 2) {
		margin-right: 0;
	}

	.qatop .search_area {
		flex-direction: column;
	}

	.qatop .search_box {
		margin: 0 auto 30px;
		width: 100%;
	}

	.qatop .search_box:last-child {
		margin-bottom: 80px;
	}

	.qatop .qa_searchTheme .search_ttl {
		margin: 0 auto;
	}

	.qatop .searchTheme_item {
		flex-direction: column;
	}

	.qatop .searchTheme_item li:nth-child(3n) {
		margin-right: auto;
	}

	.qatop .searchTheme_item li {
		margin: 0 auto 5px;
		width: 100%;
	}

	.qatop .searchFreeword_container {
		padding: 3px 10px;
	}

	.searchFreeword_container input[type="submit"] {
		right: 0;
	}

	.searchFreeword_container input[type="text"] {
		font-size: 1.6rem;
	}

	.qatop .bottomBtn_area p {
		font-size: 1rem;
	}

	.paginator {
		display: block;
		font-size: 16px;
		margin: 0 auto 80px;
		max-width: 345px;
		width: 100%;
	}

	.paginator .display_number {
		margin-bottom: 10px;
	}
	.paginator ul {
		justify-content: center;
	}

	.paginator ul li {
		width: 50%;
	}

	.paginator ul li a {
		background: #fff;
		padding: 10px;
		text-align: center;
		width: 100%;
	}

	.paginator ul li.prev a {
		border-radius: 10px 0 0 10px;
		border-right: none;
	}

	.paginator ul li.next a {
		border-radius: 0 10px 10px 0;
	}

	.paginator ul li.number, .paginator ul li.noborder {
		display: none;
	}
}

@media screen and (max-width: 414px) {
	.qatop {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 320px) {
	.qatop .commonBtn3 {
		margin: 0 auto;
	}

	.qatop .commonBtn5 {
		font-size: 1.8rem;
	}

	.qatop .input_wrap::after {
		left: 42px;
	}
}

/* パスワードを忘れた方ページ */
.f_contents.pass_01 {
	margin: 0 auto 200px;
	width: 720px;
}
.f_contents.pass_01 br {
	display: none;
}
.pass_01 .f_title {
	text-align: center;
	width: 100%;
}
.pass_01 .f_title h3 {
	font-family: “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.pass_01 .f_title p {
	font-feature-settings: "palt";
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 50px;
}
.pass_01 .f_alert_message {
	background-color: #fdd;
	border: solid 1px #f5637a;
	border-radius: 8px;
	color: #f5637a;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 50px;
	padding: 15px 0;
	text-align: center;
}
.pass_01 .f_form_contents {
	align-items: center;
	border-bottom: solid 1px #ffe7a6;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.pass_01 .f_form_contents:first-of-type {
	border-top: solid 1px #ffe7a6;
}
.f_contents.pass_01  form dl {
	margin-bottom: 40px;
}
.pass_01 .f_form_contents dt {
	font-weight: bold;
	letter-spacing: -.1em;
	margin-right: 40px;
}
.pass_01 .f_form_contents:last-of-type dt {
	margin-left: 28px;
}
.pass_01 .f_form_contents dd {
	height: 30px;
	width: 400px;
}
.pass_01 .f_form_contents dd input {
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	height: 100%;
	outline: none;
	padding-left: 10px;
	width: 100%;
}
.pass_01 .f_form_contents dd::after {
	color: #f5637a;
	content: "入力されたメールアドレスは登録されていません。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.pass_01 .f_submit {
	text-align: center;
}
.pass_01 .f_submit p {
	line-height: 1.5;
	margin-bottom: 20px;
}
.pass_01 .f_submit p a {
	text-decoration: underline;
}
.pass_01 .f_submit p:nth-of-type(3) {
	color: #f5637a;
}
.pass_01 .f_submit p:nth-of-type(3) a {
	color: #f5637a;
}
.pass_01 .f_form_button {
	background-color: #f5637a;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	height: 55px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 250px;
}
.pass_01 .f_form_button:hover {
	opacity: .7;
	transition: .4s;
}
@media screen and (max-width: 768px) {
	.f_contents.pass_01 {
		margin: 0 auto 85px;
		width: 100%;
	}
	.f_contents.pass_01 br {
		display: block;
	}
	.pass_01 .f_title {
		border-bottom: dotted 2px #555;
		margin-bottom: 30px;
	}
	.pass_01 .f_title p {
		margin-bottom: 40px;
	}
	.pass_01 .f_alert_box {
		margin: 0 auto;
		max-width: 375px;
		padding: 0 25px;
		width: 100%;
	}
	.pass_01 .f_alert_message {
		border-radius: 4px;
		font-size: 1.3rem;
		margin: 0 auto;
		padding: 17px 0;
		width: 100%;
	}
	.pass_01 .f_form_contents dd::after {
		font-feature-settings: "palt";
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.pass_01 .f_form_contents:first-of-type {
		border-top: none;
	}
	.pass_01 .f_form_contents {
		border-bottom: solid 2px #ffe7a6;
		flex-direction: column;
		margin: 0 auto;
		padding: 30px 0;
		width: 100%;
	}
	.pass_01 .f_form_contents dt {
		font-size: 1.6rem;
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}
	.pass_01 .f_form_contents:last-of-type dt {
		margin-left: 0;
	}
	.pass_01 .f_form_contents dd {
		height: 40px;
		width: 100%;
	}
	.f_contents.pass_01  form dl {
		margin: 0 auto 30px;
		max-width: 375px;
		padding: 0 25px;
		width: 100%;
	}
	.pass_01 .f_form_button {
		border-radius: 5px;
		height: 60px;
		margin: 0 auto;
		max-width: 325px;
		width: calc(100% - 50px);
	}
}

/* メール送信完了画面 */
.f_content.pass_02 {
	margin-bottom: 200px;
	margin-top: 55px;
	text-align: center;
}
.f_content.pass_02 h3 {
	font-family: "メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-self;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 70px;
}
.f_content.pass_02 h3 br {
	display: none;
}
.f_content.pass_02 p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 50px;
	margin-top: 50px;
}

.f_content.pass_02 .f_open {
	border-radius: 10px 10px 0 0;
}

.pass_02 .f_content_button:hover {
	opacity: .7;
	transition: .4s;
}

.f_content.pass_02 button {
	background-color: #f5637a;
	background-image: url(img/Arrow.png);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Yu Gothic";
	font-size: 18px;
	font-weight: bold;
	height: 56px;
	line-height: 1.5;
	margin: 0 auto;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-align: center;
	width: 438px;
}
.f_content.pass_02 .f_list {
	background-color: #f5637a;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 8px 10px -10px #000;
	display: none;
	height: 288px;
	margin: 0 auto;
	width: 438px;
}
.f_content.pass_02 .f_list div {
	background-color: #fff;
	border-radius: 10px;
	height: 256px;
	margin: 0 auto;
	width: 414px;
}
.f_content.pass_02 li {
	background-color: #fff;
	border-radius: 10px;
	color: #555;
	font-family: "Yu Gothic";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	padding: 32px 15px 0 15px;
	text-align: left;
}
.f_content.pass_02 li a {
	border-bottom: 1px solid #555;
	color: #555;
}
.f_content.pass_02 li:last-of-type {
	padding-bottom: 32px;
}
.pass_02 .f_br_sp {
	display: none;
}
.f_content.pass_02 .f_close {
	border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
	.f_content.pass_02 {
		margin-bottom: 85px;
		margin-top: 30px;
	}
	.f_content.pass_02 h3 {
		margin-bottom: 40px;
	}
	.f_content.pass_02 h3 br {
		display: block;
	}
	.f_content.pass_02 img {
		height: 75px;
		width: 75px;
	}
	.f_content.pass_02 .f_close {
		border-radius: 5px 5px 0 0;
	}
	.f_content.pass_02 .f_open {
		border-radius: 5px 5px 0 0;
	}
	.f_content.pass_02 p {
		font-size: 15px;
		margin-bottom: 40px;
		margin-top: 25px;
	}

	.pass_02 .f_content_button:hover {
		opacity: 1;
	}

	.f_content.pass_02 button {
		background-color: #f5637a;
		background-image: url(img/Arrow.png);
		background-position: calc(100% - 12px) 50%;
		background-repeat: no-repeat;
		border: solid 1px #f5637a;
		border-radius: 5px;
		box-shadow: 0 8px 10px -10px #000;
		color: #fff;
		cursor: pointer;
		font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		font-size: 1.6rem;
		height: 60px;
		max-width: 325px;
		outline: none;
		text-align: center;
		width: calc(100% - 50px);
	}

	.f_content.pass_02  .f_list {
		border-radius: 0 0 5px 5px;
		box-shadow: 0 8px 10px -10px #000;
		display: none;
		height: auto;
		max-width: 325px;
		padding: 0 5px 5px;
		width: calc(100% - 50px);
	}
	.f_content.pass_02  .f_list div {
		height: auto;
		width: 100%;;
	}
	.f_content.pass_02  li {
		background-color: #fff;
		border-radius: 5px;
		font-size: 12px;
		line-height: 1.5;
		padding: 24px 12px 0 12px;
	}
	.f_content.pass_02  li:last-of-type {
		padding-bottom: 24px;
	}
	.pass_02 .f_br_sp {
		display: block;
	}
}

/* パスワードの再設定 */
.f_contents.pass_03 {
	margin: 0 auto 200px;
	width: 720px;
}

.f_contents.pass_03 br {
	display: none;
}

.pass_03 .f_title {
	border-bottom: solid 1px #ffe7a6;
	text-align: center;
	width: 100%;
}

.pass_03 .f_title h3 {
	font-family: “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.pass_03 .f_title p {
	font-feature-settings: "palt";
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 60px;
}

.pass_03 .f_form_contents {
	align-items: center;
	border-bottom: solid 1px #ffe7a6;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.f_contents.pass_03 form dl {
	margin-bottom: 40px;
}

.pass_03 .f_form_contents dt {
	font-weight: bold;
	letter-spacing: -.1em;
	margin-right: 40px;
}

.pass_03 .f_form_contents:last-of-type {
	margin-right: 40px;
}

.pass_03 .f_form_contents dd {
	height: 30px;
	width: 400px;
}

.pass_03 .f_form_contents dd input {
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	height: 100%;
	outline: none;
	width: 100%;
}

.pass_03 .f_submit {
	text-align: center;
}

.pass_03 .f_submit p {
	line-height: 1.5;
	margin-bottom: 20px;
}

.pass_03 .f_submit p a {
	text-decoration: underline;
}

.pass_03 .f_submit p:nth-of-type(3) {
	color: #f5637a;
}

.pass_03 .f_submit p:nth-of-type(3) a {
	color: #f5637a;
}

.pass_03 .f_submit button {
	background-color: #f5637a;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	height: 55px;
	outline: none;
	width: 250px;
}



@media screen and (max-width: 768px) {
	.f_contents.pass_03 {
		margin: 0 auto 85px;
		width: 100%;
	}

	.f_contents.pass_03  br {
		display: block;
	}

	.pass_03 .f_title {
		border-bottom: dotted 2px #555;
	}

	.pass_03 .f_title p {
		margin-bottom: 40px;
	}

	.pass_03 .f_form_contents {
		border-bottom: solid 2px #ffe7a6;
		flex-direction: column;
		margin: 0 auto;
		padding: 30px 0;
		width: 325px;
	}

	.pass_03 .f_form_contents dt {
		font-size: 1.6rem;
		margin-bottom: 20px;
		margin-right: 0;
		width: 325px;
	}

	.pass_03 .f_form_contents:last-of-type dt {
		margin-left: 0;
	}
	.pass_03 .f_form_contents:last-of-type {
		margin-right: auto;
	}

	.pass_03 .f_form_contents dd {
		height: 40px;
		width: 325px;
	}

	.f_contents.pass_03 form dl {
		margin-bottom: 30px;
	}

	.pass_03 .f_submit button {
		border: solid 1px #f5637a;
		border-radius: 5px;
		height: 60px;
		width: 325px;
	}
}

/* パスワードの再設定完了 */
.f_content.pass_04 {
	margin-bottom: 200px;
	text-align: center;
}
.f_content.pass_04  img {
	height: 140px;
	width: 140px;
}

.f_content.pass_04  h3 {
	font-family: "メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-self;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 70px;
}
.f_content.pass_04  h3 br {
	display: none;
}
.f_content.pass_04  button {
	background-color: #f5637a;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	height: 55px;
	line-height: 1.5;
	margin: 50px auto 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-align: center;
	width: 250px;;
}
.f_content.pass_04  button:hover {
	opacity: .7;
	transition: .4s;
}
.pass_04 .f_br_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.f_content.pass_04 {
		margin-bottom: 85px;
	}
	.f_content.pass_04 h3 {
		margin-bottom: 40px;
	}
	.f_content.pass_04 h3 br {
		display: block;
	}
	.f_content.pass_04 img {
		height: 75px;
		width: 75px;
	}
	.f_content.pass_04 p {
		font-size: 15px;
		margin-bottom: 40px;
		margin-top: 25px;
	}
	.f_content.pass_04 button {
		border: solid 1px #f5637a;
		border-radius: 5px;
		height: 60px;
		margin: 50px auto 0;
		max-width: 325px;
		width: calc(100% - 50px);
	}
	.pass_04 .f_br_sp {
		display: block;
	}
}

/* プレゼント応募フォーム  */
.pf01_title {
	background: -webkit-repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background: repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background-size: cover;
	color: #555;
	height: 120px;
	line-height: 120px;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 0 0 5px white;
	width: auto;
}

.pf01_form input[type="text"], .pf01_form input[type="email"], .pf01_form input[type="number"], .pf01_form input[type="tel"], .pf01_form select {
	border: solid 1px #cecece;
	font-size: 12px;
	height: 40px;
	outline: none;
	padding-left: 10px;
	width: 100%;
}


.pf01_form {
	padding-left: 30px;
	padding-right: 30px;
}

.pf01_title h4 {
	font-size: 25px;
	font-weight: bold;
}


.pf01_form_contents {
	border-bottom: solid 1px #cecece;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
}


.pf01_form_contents dt {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: -20px;
}


.pf01_form_contents dt span {
	background-color: #cc0a27;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px 6px;
	white-space: nowrap;
}


.pf01_form_contents dd {
	max-width: 550px;
	text-align: right;
	width: 100%;
}


.pf01_form_contents dd::after {
	color: red;
	content: "こちらは必須項目です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
}

.pf01_form_contents dd p {
	color: red;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}


.pf01_alert p {
	color: red;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.pf01_pre::after {
	color: red;
	content: "こちらは必須項目です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
}

.pf01_city {
	margin-bottom: 15px;
	margin-top: 15px;
}

.pf01_city::after {
	color: red;
	content: "こちらは必須項目です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
}

.pf01_thadr {
	align-items: center;
}

.pf01_form textarea {
	border: solid 1px #cecece;
	width: 100%;
}

.pf01_form form p {
	color: #555;
	font-weight: bold;
}


.pf01_comment {
	align-items: center;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 30px;
}

.pf01_comment p {
	font-size: 18px;
	margin-bottom: 20px;
}

.pf01_comment p span {
	background-color: #999;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding: 6px;
	vertical-align: middle;
}

.pf01_comment label span {
	background-color: #cc0a27;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px;
	white-space: nowrap;
}

.pf01_comment textarea {
	margin-top: 10px;
	outline: none;




	padding: 10px;
	width: 100%;
}

.pf01_submit {
	margin-bottom: 60px;
	margin-top: 30px;
	text-align: center;;
}


.pf01_submit p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

.pf01_privacy input {
	height: 25px;
	margin-right: 10px;
	width: 25px;
}

.pf01_privacy {
	align-items: center;
	display: flex;
	margin-top: 30px;
	position: relative;
}

.pf01_privacy::after {
	color: red;
	content: "こちらは必須項目です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
	position: absolute;
	text-align: left;
	top: 30px;
}

.pf01_present_btn {
	height: 65px;
	margin: 0 auto 0;
	width: 345px;
}

.pf01_present_btn a {
	background: #ffbdc3;
	border: 2px solid #ffbdc3;


	border-radius: 32.5px;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	height: 65px;
	line-height: 65px;
	text-align: center;
	transition: .4s;
	width: 345px;;
}

.pf01_present_btn a:hover {
	background: #fff;
	border: 2px solid #ffbdc3;
}

.pf01_submit .present-back-link {
	margin: 30px auto;
	text-decoration: underline;
}
.pf01_ninwi dt span {
	background-color: #999;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding: 3px 6px;
	vertical-align: middle;
	white-space: nowrap;
}
.pf01_ninwi dd::after{
	display: none;
}
.pf01_ninwi dt.hosoku,
.pf01_hissu dt.hosoku{
	display:none;
}
.pf01_ninwi .pf01_pre::after {
	display: none;
}
.pf01_ninwi .pf01_city::after{
	display: none;
}


@media screen and (max-width: 768px) {
	.pf01_form input[type="text"] {
		width: 100%;
	}

	.pf01_title {
		height: 100px;
		line-height: 100px;
		margin-bottom: 10px;
	}

	.pf01_table {
		margin-bottom: 25px;
	}

	.pf01_form_contents {
		flex-direction: column;
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.pf01_comment {
		margin-top: 25px;
	}

	.pf01_form_contents dd {
		max-width: 100%;
	}

	.pf01_form_contents dt {
		margin-bottom: 10px;
		margin-top: 0;
	}

	.pf01_c_box {
		margin-top: 50px;
	}

	.pf01_present_btn {
		width: 100%;
	}

	.pf01_present_btn a {
		width: 100%;
	}

	.pf01_submit {
		margin: 50px 0;
	}
	.pf01_ninwi dt.hosoku,
	.pf01_hissu dt.hosoku{
		display:block;
		font-size: 1.4rem;
		font-weight: normal;
	}
}
@media screen and (max-width: 360px) {
	.pf01_form {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pf01_comment label span {
		font-size: 10px;
		margin-left: 5px;
		margin-right: 0;
	}
}

/* プゼント応募完了 */
.pf02_postform {
	margin-bottom: 100px;
	text-align: center;
}
.pf02_postform h4 {







	background: -webkit-repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background: repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background-size: cover;
	color: #555;
	font-size: 25px;
	font-weight: bold;
	height: 120px;
	line-height: 120px;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 0 0 5px white;
	width: auto;
}

.pf02_postform p:first-of-type {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
	margin-top: 50px;
}
.pf02_postform p:last-of-type {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
}
.pf02_postform img {
	width: 40%;
}
.pf02_postform .error_mei {
	margin: 0 auto 40px;
	text-align: center;
}
.pf02_postform .error_mei img {
	height: auto;
	width: 140px;
}
@media screen and ( max-width: 768px ) {
	.pf02_postform {
		margin-bottom: 70px;
	}

	.pf02_postform h4 {
		height: 100px;
		line-height: 100px;
		margin-bottom: 10px;
	}

	.pf02_postform p:first-of-type {
		font-size: 20px;
		margin-bottom: 25px;
		margin-top: 35px;
	}
	.pf02_postform p:last-of-type {
		font-size: 16px;
		margin: 0 auto;
		padding-bottom: 0;
		width: 80%;
	}
	.pf02_postform img {
		max-width: 500px;
		width: 80%;
	}
}

/* メール、パスワード登録 */
/* ------------- 共通部分　▽ここから▽　----------------- */
.fu01_container {
	margin: 0 auto 200px;
	max-width: 720px;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}

div.fu01_container {
	margin-top: 42px;
	/*　カンプに合わせるため。命育様設定と干渉するので後で削除の可能性あり。　*/
}

.fu01_container h3 {
	font-family: "メイリオ","Meiryo",Arial;
	font-size: 24px;
}

.fu01_container p {
	font-family: "Yu Gothic","游ゴシック",Arial;
	font-feature-settings: "palt";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 20px;
}

.fu01_container a {
	text-decoration: underline;
}

.fu01_container input {
	border: solid 1px #cecece;
	border-radius: 5px;
	font-size: 12px;
	outline: none;
	/* height: 30px;
	PC時は30px,SP時は40px */
	padding: 7px 10px;
}

.fu01_mailcheck input {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px 1px #ddd;
	-moz-box-shadow: inset 0 1px 2px 1px #ddd;
	box-shadow: inset 0 1px 2px 1px #ddd;
	transition: all .3s ease-out 0s;
}

.fu01_mailcheck input:focus {
	border: solid 1px #a6ffe6;
	-webkit-box-shadow: 0 0 3px 1px #a6ffe6;
	-moz-box-shadow: 0 0 3px 1px #a6ffe6;
	box-shadow: 0 0 3px 1px #a6ffe6;
	transition: all .5s ease-in 0s;
}

/* ボタン */
.fu01_container button {
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

button.fu01_btn_n {
	background-color: #f5637a;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px  #000;
	color: #fff;
	height: 55px;
	width: 250px;
}

/* ------------- 共通部分　△ここまで△　----------------- */
div.fu01_mailcheck {
	margin-top: 60px;
}

.fu01_mailcheck input {
	max-width: 400px;
	width: 100%;
}

/* 区切り線 */
.fu01_form_contents {
	border-bottom: solid 1px #ffe7a6;
	display: flex;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.fu01_mailcheck dl .fu01_form_contents:first-child {
	/*一番上段は上にも線を引く*/
	border-top: solid 1px #ffe7a6;
}

.fu01_container dt {
	box-sizing: border-box;
	font-weight: bold;
	line-height: 2;
	max-width: 260px;
	padding-right: 40px;
	text-align: right;
	width: 100%;
}

.fu01_container dd {
	box-sizing: border-box;
	max-width: 460px;
	text-align: left;
	width: 100%;
}

.fu01_txt_colored {
	color: #f5637a;
}

.fu01_txt_colored a {
	color: #f5637a;
}

.fu01_mailcheck button {
	/* ボタンマージン上書き */
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	div.fu01_container {
		position: relative;
	}

	div.fu01_mailcheck::before {
		background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 2px);
		background-repeat: repeat-x;
		background-size: 4px 3px;
		content: "";
		display: block;
		height: 2px;
		margin: 0 -30px;
	}

	.fu01_form_contents {
		border-bottom: solid 2px #ffe7a6;
		margin-left: 0;
		margin-right: 0;
	}

	div.fu01_mailcheck {
		margin-top: 40px;
	}

	.fu01_container h3 {
		margin: 0 -30px;
	}

	.fu01_mailcheck dl .fu01_form_contents:first-child {
		border-top: none;
		/*
		↑上部に線を引いた線を削除。
		下記のスタイルで線を引く。
		border-top: 2px dotted #333;
	*/
	}

	.fu01_form_contents {
		flex-direction: column;
		font-size: 16px;
		margin: inherit;
		padding: 30px 0;
	}

	.fu01_container dt {
		margin: 0 auto;
		margin-bottom: 10px;
		max-width: 325px;
		text-align: left;
		width: 100%;
	}

	.fu01_container dd {
		margin: 0 auto;
		max-width: 325px;
		width: 100%;
	}

	.fu01_mailcheck input {
		background-color: #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: inset 0 1px 4px 2px #ddd;
		-moz-box-shadow: inset 0 1px 4px 2px #ddd;
		box-shadow: inset 0 1px 4px 2px #ddd;
		margin: 0 auto;
		max-width: 325px;
		/* height: 40px; */
		padding: 12px 10px;
		width: 100%;
	}

	button.fu01_btn_n {
		height: 60px;
		max-width: 325px;
		width: 100%;
	}

	.fu01_container {
		margin: 0 auto 170px;
	}

	.fu01_container span::before {
		/*任意の位置で改行する
		この記述は自信がないのでよい記述があれば変更*/
		content: "\A" ;
		white-space: pre ;
	}

	.fu01_container > div:first-child {
		padding: 0 4%;
	}
}

/* メールアドレスの確認(送信完了) */
.fu02_content {
	margin-bottom: 200px;
	text-align: center;
}
.fu02_content h3 {
	font-family: "メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-self;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 70px;
}
.fu02_content h3 br {
	display: none;
}
.fu02_content p {
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
	margin-top: 50px;
}
.fu02_content p:last-of-type {
	color: #f5637a;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 50px;
}
.fu02_content .fu02_open {
	border-radius: 10px 10px 0 0;
}
.fu02_content button {
	background-color: #f5637a;
	background-image: url(img/Arrow.png);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Yu Gothic";
	font-size: 18px;
	font-weight: bold;
	height: 56px;
	line-height: 1.5;
	margin: 0 auto;
	outline: none;
	text-align: center;
	width: 438px;
}
.fu02_content .fu02_list {
	background-color: #f5637a;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 8px 10px -10px #000;
	display: none;
	height: 288px;
	margin: 0 auto;
	width: 438px;
}
.fu02_content .fu02_list div {
	background-color: #fff;
	border-radius: 10px;
	height: 256px;
	margin: 0 auto;
	width: 414px;
}
.fu02_content li {
	background-color: #fff;
	border-radius: 10px;
	color: #f5637a;
	font-family: "Yu Gothic";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding: 32px 15px 0 15px;
	text-align: left;
}
.fu02_content li a {
	border-bottom: 1px solid #f5637a;
	color: #f5637a;
}
.fu02_content li:last-of-type {
	padding-bottom: 32px;
}
.fu02_br_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.fu02_content {
		margin-bottom: 85px;
		margin-top: 30px;
	}
	.fu02_content h3 {
		margin-bottom: 40px;
	}
	.fu02_content h3 br {
		display: block;
	}
	.fu02_content img {
		height: 80px;
		width: 80px;
	}
	.fu02_content p {
		font-size: 18px;
		margin-bottom: 30px;
		margin-top: 15px;
	}
	.fu02_content p:last-of-type {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.fu02_content button {
		background-color: #f5637a;
		background-image: url(img/Arrow.png);
		background-position: calc(100% - 12px) 50%;
		background-repeat: no-repeat;
		border: solid 1px #f5637a;
		border-radius: 5px;
		box-shadow: 0 8px 10px -10px #000;
		color: #fff;
		cursor: pointer;
		font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		height: 60px;
		outline: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		text-align: center;
		width: 325px;
	}
	.fu02_content .fu02_open {
		border-radius: 5px 5px 0 0;
	}
	.fu02_content .fu02_list {
		border-radius: 0 0 5px 5px;
		box-shadow: 0 8px 10px -10px #000;
		display: none;
		height: 245px;
		width: 325px;
	}
	.fu02_content .fu02_list div {
		height: 200px;
		width: 315px;
	}
	.fu02_content li {
		background-color: #fff;
		border-radius: 5px;
		font-size: 12px;
		line-height: 1.5;
		padding: 24px 12px 0 12px;
	}
	.fu02_content li:last-of-type {
		padding-bottom: 24px;
	}
	.fu02_br_sp {
		display: block;
	}
}

/* メールアドレスの確認(エラー) */
.fu02-2_contents {
	margin: 0 auto 200px;
	width: 720px;
}
.fu02-2_contents br {
	display: none;
}
.fu02-2_title {
	text-align: center;
	width: 100%;
}
.fu02-2_title h3 {
	font-family: “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.fu02-2_title p {
	font-feature-settings: "palt";
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 50px;
}
.fu02-2_alert_message {
	background-color: #fdd;
	border: solid 1px #f5637a;
	border-radius: 8px;
	color: #f5637a;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 50px;
	padding: 15px 0;
	text-align: center;
}
.fu02-2_form_contents {
	align-items: center;
	border-bottom: solid 1px #ffe7a6;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.fu02-2_form_contents:first-of-type {
	border-top: solid 1px #ffe7a6;
}
.fu02-2_contents form dl {
	margin-bottom: 20px;
}
.fu02-2_form_contents dt {
	font-weight: bold;
	letter-spacing: -.1em;
	margin-right: 40px;
}
.fu02-2_form_contents:last-of-type dt {
	margin-left: 28px;
}
.fu02-2_form_contents dd {
	height: 30px;
	width: 400px;
}
.fu02-2_form_contents dd input {
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	font-family: "Yu Gothic", "游ゴシック", Arial;
	font-size: 1.4rem;
	font-weight: 700;
	height: 100%;
	line-height: 1.5;
	outline: none;
	padding-left: 10px;
	width: 100%;
}
input::placeholder {
	color: #9a9a9a;
}
.fu02-2_form_contents p {
	color: #f5637a;
	font-weight: bold;
	margin-top: 10px;
}
.fu02-2_mail_address dd::after {
	color: #f5637a;
	content: "メールアドレスは既に登録されています。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.fu02-2_password dd::after {
	color: #f5637a;
	content: "パスワードの強度が足りません。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.fu02-2_required {
	border: 1px solid #f5637a;
	border-radius: 5px;
	color: #f5637a;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	height: 20px;
	letter-spacing: -.05em;
	line-height: 1.5;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	width: 35px;
}
.fu02-2_checkbox {
	display: flex;
	justify-content: center;
	vertical-align: text-bottom;
}
.fu02-2_checkbox p::after {
	color: #f5637a;
	content: "こちらは必須項目です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.fu02-2_submit {
	margin-bottom: 40px;
	text-align: center;
}
.fu02-2_submit p {
	color: #f5637a;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	vertical-align: text-top;
}
.fu02-2_submit br {
	display: none;
}
.fu02-2_submit p a {
	color: #f5637a;
	text-decoration: underline;
}
.fu02-2_submit p:nth-of-type(3) {
	color: #f5637a;
}
.fu02-2_submit p:nth-of-type(3) a {
	color: #f5637a;
}
.fu02-2_checkbox input[type="checkbox"] {
	height: 20px;
	margin-right: 5px;
	margin-top: 4px;
	vertical-align: middle;
	width: 20px;
}
.fu02-2_submit button {
	background-color: #f5637a;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	height: 55px;
	margin-top: 20px;
	outline: none;
	width: 250px;
}
@media screen and (max-width: 768px) {
	.fu02-2_contents {
		margin: 0 auto 85px;
		width: 100%;
	}

	.fu02-2_container {
		padding: 0 25px;
	}

	.fu02-2_contents br {
		display: block;
	}
	.fu02-2_title {
		border-bottom: dotted 2px #555;
		margin-bottom: 30px;
	}
	.fu02-2_title p {
		margin-bottom: 40px;
	}
	.fu02-2_alert_message {
		border-radius: 4px;
		font-size: 1.4rem;
		margin: 0 auto 30px;
		max-width: 325px;
		padding: 16px 0;
		width: 100%;
	}
	.fu02-2_form_contents:first-of-type {
		border-top: none;
	}
	.fu02-2_form_contents {
		border-bottom: solid 2px #ffe7a6;
		flex-direction: column;
		margin: 0 auto;
		max-width: 325px;
		padding: 30px 0;
		width: 100%;
	}

	.fu02-2_form_contents dt {
		font-size: 1.6rem;
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}

	.fu02-2_form_contents:last-of-type dt {
		margin-left: 0;
	}

	.fu02-2_form_contents dd {
		height: 40px;
		width: 100%;
	}

	.fu02-2_contents form dl {
		margin-bottom: 30px;
	}

	.fu02-2_form_contents p {
		color: #f5637a;
		font-size: 12px;
		font-weight: bold;
		margin-top: 5px;
	}

	.fu02-2_form_contents dd input {
		margin-top: 0;
		max-width: 325px;
		width: 100%;
	}

	.fu02-2_mail_address {
		width: 100%;
	}

	.fu02-2_mail_address dd::after {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.fu02-2_password {
		width: 100%;
	}

	.fu02-2_password dd::after {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.fu02-2_submit p {
		color: #f5637a;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.5;
		text-align: left;
	}
	.fu02-2_submit br {
		display: block;
	}
	.fu02-2_checkbox input[type="checkbox"] {
		height: 30px;
		margin-right: 5px;
		margin-top: 10px;
		vertical-align: middle;
		width: 30px;
	}
	.fu02-2_submit button {
		border: solid 1px #f5637a;
		border-radius: 5px;
		height: 60px;
		width: 100%;
	}
}

/* メールアドレスの確認完了 */
.fu03_container {
	margin-bottom: 200px;
	margin-top: 55px;
	text-align: center;
}
.fu03_container h3 {
	font-family: "メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-self;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 70px;
}
.fu03_container h3 br {
	display: none;
}
.fu03_container p {
	font-feature-settings: "palt";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 50px;
	margin-top: 50px;
	/*字間調整*/
}

/* ボタン */
.fu03_container button {
	cursor: pointer;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

button.fu03_btn_n {
	background-color: #f5637a;
	background-image: none;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	box-sizing: border-box;
	color: #fff;
	height: 55px;
	outline: none;
	width: 250px;
}

.fu03_container button:hover {
	opacity: .7;
	transition: .4s;
}

.fu03_br_sp {
	display: none;
}

.fu03_mail_ok p {
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.fu03_container {
		margin-bottom: 85px;
		margin-top: 30px;
	}
	.fu03_container h3 {
		margin-bottom: 40px;
	}
	.fu03_container h3 br {
		display: block;
	}
	.fu03_container img {
		height: 75px;
		width: 75px;
	}
	.fu03_container p {
		margin-bottom: 40px;
		margin-top: 25px;
	}

	button.fu03_btn_n {
		border-radius: 5px;
		box-sizing: border-box;
		height: 60px;
		max-width: 325px;
		width: 100%;
	}

	.fu03_br_sp {
		display: block;
	}
}

@media screen and (max-width: 414px) {
	.fu03_container {
		padding: 0 6%;
		text-align: center;
		width: 100%;
	}

	.fu03_mail_ok p {
		font-size: 16px;
		font-weight: 500;
	}
}

@media screen and (max-width: 380px) {
	.fu03_mail_ok span::before {
		content: "\A" ;
		white-space: pre ;
	}
}

/* プロフィール入力（エラー） */
.fu05_contents ol {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}

.fu05_alert_message {
	background-color: #fdd;
	border: solid 1px #f5637a;
	border-radius: 8px;
	color: #f5637a;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	height: 50px;
	margin-bottom: 50px;
	padding: 15px 0;
	text-align: center;
	width: 720px;
}

.fu05_steps {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
}

.fu05_steps::after {
	color: #ffbdc3;
	content: "\03e";
	font-family: Arial, sans-serif;
	font-size: 5rem;
	-webkit-font-smoothing: antialiased;
	margin: 0 25px;
	-moz-osx-font-smoothing: grayscale;
}

.fu05_contents ol li:nth-of-type(1) .fu05_steps::after {
	color: #f5637a;
}

.fu05_contents ol li:nth-of-type(4) .fu05_steps::after {
	content: none;
}

.fu05_steps img {
	height: auto;
	width: 90px;
}

.fu05_contents ol li p {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}

.fu05_contents ol li:nth-of-type(1) p {
	margin-left: -10px;
}

.fu05_contents ol li:nth-of-type(2) p {
	margin-left: -4px;
}

.fu05_contents ol li:nth-of-type(3) p {
	margin-left: -4px;
}

.fu05_contents ol li:nth-of-type(4) p {
	margin-left: 17px;
}

.fu05_contents ol li p br {
	display: none;
}

.fu05_contents {
	margin: 0 auto 0;
	width: 720px;
}

.fu05_form_contents {
	align-items: flex-start;
	border-bottom: solid 1px #ffe7a6;
	display: flex;
	padding: 40px 0 40px 20px;
}

.fu05_form_contents:first-child {
	border-top: solid 1px #ffe7a6;
}

.fu05_space {
	display: none;
}

.fu05_form_contents dt {
	align-items: center;
	display: flex;
	font-family: "Yu Gothic", "游ゴシック", Arial;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: -.1em;
	line-height: 1.5;
	position: relative;
	width: 210px;
}

.fu05_required {
	border: 1px solid #f5637a;
	border-radius: 5px;
	box-sizing: border-box;
	color: #f5637a;
	font-size: 1.2rem;
	height: 20px;
	left: 150px;
	letter-spacing: -.05em;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
}

.fu05_form_contents dd {
	margin-left: auto;
}

.fu05_contents input[type="text"] {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	display: inline-block;
	font-family: "Yu Gothic", "游ゴシック", Arial;
	font-size: 1.4rem;
	font-weight: 700;
	height: 30px;
	line-height: 1.5;
	outline: none;
	padding-left: 10px;
	width: 235px;
}

.fu05_nickname::after {
	color: #f5637a;
	content: "ニックネームは必須入力です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}

.fu05_contents input::placeholder {
	color: #9a9a9a;
}

.fu05_contents input[type="text"]:last-of-type {
	margin-left: 15px;
}

.fu05_contents input[type="text"]:only-of-type {
	margin-left: 0;
}

.fu05_contents input[type="text"]:first-of-type {
	margin-left: 0;
}

.fu05_form_year {
	align-items: center;
	display: flex;
	vertical-align: middle;
}
.fu05_form_year p {
	margin-left: 10px;
	margin-right: 20px;
}

.fu05_form_year:first-of-type {
	margin-left: 0;
}

.fu05_form_year p:last-of-type {
	margin-right: 0;
}

.fu05_year::after {
	color: #f5637a;
	content: "生年月日は必須入力です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}

.fu05_form_contents .fu05_gender {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("img/pulldown02.png");
	background-position: calc(100% - 5px) 50%, calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	display: inline-block;
	height: 30px;
	line-height: 1.5;
	outline: none;
	padding-left: 10px;
	width: 200px;
}

.fu05_gen::after {
	color: #f5637a;
	content: "生年月日は必須入力です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}

.fu05_form_contents .fu05_gender::-ms-expand {
	display: none;
}

.fu05_form_contents dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("img/pulldown02.png");
	background-position: calc(100% - 5px) 50%, calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	display: inline-block;
	height: 30px;
	line-height: 1.5;
	outline: none;
	padding-left: 10px;
	width: 120px;
}

.fu05_form_contents dd select::-ms-expand {
	display: none;
}

.fu05_gender:only-of-type {
	margin-left: 0;
}

.fu05_form_profile {
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}

.fu05_form_profile p {
	color: #555;
	font-family: "Yu Gothic", "游ゴシック", Arial;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.fu05_last_name::after {
	color: #f5637a;
	content: "姓は必須入力です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}

.fu05_first_name::after {
	color: #f5637a;
	content: "名は必須入力です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
}

.fu05_first_name input[type="text"] {
	margin-left: 15px!important;
}

.fu05_checkbox {
	color: #555;
	font-family: "Yu Gothic", "游ゴシック", Arial;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 0;
	width: 490px;
}

.fu05_contents input[type="checkbox"] {
	height: 20px;
	vertical-align: middle;
	/*チェックボックスの大きさ*/
	width: 20px;
}

.fu05_form_contents:last-of-type dt {
	margin-bottom: 0;
}

.fu05_flex_box {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.fu05_form_button {
	background-color: #f5637a;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	line-height: 1.5;
	margin: 0 auto 200px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-align: center;
	width: 250px;
}

.fu05_form_button:hover {
	opacity: .7;
	transition: .4s;
}

.fu05_br {
	display: none;
}

@media screen and (max-width: 768px) {
	.fu05_contents {
		margin: 0 auto 0;
		width: 100%;
	}

	.fu05_contents form dl {
		margin: 0 auto;
		max-width: 375px;
		padding: 0 25px;
		width: 100%;
	}

	.fu05_form_contents:first-child {
		border-top: none;
	}

	.fu05_steps img {
		height: auto;
		width: 55px;
	}

	.fu05_alert_box {
		padding: 0 25px;
	}

	.fu05_alert_message {
		background-color: #fdd;
		border: solid 1px #f5637a;
		border-radius: 4px;
		color: #f5637a;
		font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		font-size: 1.4rem;
		height: 50px;
		margin: 30px auto 0 auto;
		padding: 17px 0;
		text-align: center;
		width: 100%;
	}

	.fu05_border {
		display: none;
	}

	.fu05_contents ol li p {
		font-size: 1.2rem;
		text-align: center;
		white-space: nowrap;
	}

	.fu05_contents ol li p br {
		display: block;
	}

	.fu05_contents ol {
		border-bottom: dotted 2px #555;
		padding-bottom: 40px;
	}

	.fu05_steps::after {
		font-size: 2.5rem;
		margin: 0 12px;
	}

	.fu05_contents ol li:nth-of-type(1) p {
		margin-left: -7px;
	}

	.fu05_contents ol li:nth-of-type(2) p {
		margin-left: -2px;
	}


	.fu05_contents ol li:nth-of-type(3) p {
		margin-left: -2px;
	}

	.fu05_contents ol li:nth-of-type(4) p {
		margin-left: 15px;
	}

	.fu05_form_contents {
		border-bottom: solid 2px #ffe7a6;
		display: block;
		padding: 0 0 30px 0;
	}

	.fu05_space {
		display: block;
		height: 30px;
	}

	.fu05_form_profile {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.fu05_last_name::after {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.fu05_first_name::after {
		font-size: 12px;
		margin-left: 0;
		margin-top: 5px;
	}

	.fu05_nickname::after {
		font-size: 12px;
		margin-top: 5px;
	}

	.fu05_year::after {
		font-size: 12px;
		margin-top: 5px;
	}

	.fu05_gen::after {
		font-size: 12px;
		margin-top: 5px;
	}

	.fu05_required {
		font-size: 1.6rem;
		height: 25px;
		line-height: 23px;
		margin-left: 15px;
		position: static;
		transform: translateY(0%);
		width: 45px;
	}

	.fu05_form_contents dt {
		font-size: 1.6rem;
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.fu05_form_contents dd {
		display: flex;
		flex-direction: column;
		margin-right: auto;
	}

	.fu05_flex_box {
		flex-direction: column;
	}

	.fu05_flex {
		display: flex;
		flex-direction: column;
	}

	.fu05_contents input[type="text"] {
		height: 40px;
		letter-spacing: -.025em;
		margin-top: 0;
		width: 100%;
	}

	.fu05_contents input[type="text"]:last-of-type {
		margin-left: 0!important;
	}

	#f_nickname {
		margin-top: 0;
	}

	.fu05_form_contents dd select {
		height: 40px;
		width: 170px;
	}

	.fu05_form_contents:nth-of-type(4) dd {
		flex-direction: row;
	}

	.fu05_form_year p {
		margin-left: 5px;
		margin-right: 15px;
	}

	.fu05_form_contents dd select {
		width: 75px;
	}

	.fu05_form_contents .fu05_gender {
		border: 2px solid #ddd;
		height: 40px;
		width: 170px;
	}

	.fu05_checkbox {
		font-size: 12px;
		width: 100%;
	}

	.fu05_br {
		display: block;
	}

	.fu05_form_button {
		border-radius: 5px;
		height: 60px;
		margin: 0 auto 85px;
		max-width: 325px;
		width: calc(100% - 50px);
	}
}

@media screen and (max-width: 374px) {
	.fu05_steps::after {
		font-size: 2.5rem;
		margin: 0 5px;
	}
}

/* 入力内容確認 */
.fu06-2_form {
	margin: 0 auto 0;
	padding-bottom: 200px;
	width: 720px;
}
/*＝＝＝＝＝＝＝＝＝＝遷移＝＝＝＝＝＝＝＝＝＝*/
.fu06-2_form ol {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}

.fu06-2_steps {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
}

.fu06-2_steps::after {
	color: #ffbdc3;
	content: "\03e";
	font-family: Arial, sans-serif;
	font-size: 5rem;
	-webkit-font-smoothing: antialiased;
	margin: 0 25px;
	-moz-osx-font-smoothing: grayscale;
}

.fu06-2_form ol li:nth-of-type(2) .fu06-2_steps::after {
	color: #f5637a;
}

.fu06-2_form ol li:nth-of-type(4) .fu06-2_steps::after {
	content: none;
}

.fu06-2_steps img {
	height: auto;
	width: 90px;
}

.fu06-2_form ol li p {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}

.fu06-2_form ol li:nth-of-type(1) p {
	margin-left: -10px;
}

.fu06-2_form ol li:nth-of-type(2) p {
	margin-left: -4px;
}

.fu06-2_form ol li:nth-of-type(3) p {
	margin-left: -4px;
}

.fu06-2_form ol li:nth-of-type(4) p {
	margin-left: 17px;
}

.fu06-2_form ol li p br {
	display: none;
}

.fu06-2_form {
	margin: 0 auto 0;
	width: 720px;
}

.fu06-2_mobile_only {
	display: none;
}

/*＝＝＝＝＝＝＝＝＝遷移ここまで＝＝＝＝＝＝＝＝＝＝＝*/

.fu06-2_form_contents {
	align-items: center;
	border-bottom: solid 1px #ffe7a6;
	display: flex;
	margin: 0 auto;
	max-width: 720px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.fu06-2_form_contents:first-child {
	border-top: solid 1px #ffe7a6;
}
.fu06-2_form_contents dt {
	color: #555;
	/*	width数値確認する ok*/
	display: flex;
	font-size: 1.4rem;
	/*	font-family: 'Yu Gothic','游ゴシック',Arial;*/
	font-weight: bold;
	justify-content: space-between;
	letter-spacing: -.1em;
	line-height: 1.5;
	margin-left: 20px;
	width: 125px;
}

.fu06-2_right {
	border: 1px solid #f5637a;
	border-radius: 5px;
	/*	font-family: 'Yu Gothic','游ゴシック',Arial;*/
	color: #f5637a;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	height: 20px;
	letter-spacing: -.05em;
	line-height: 1.5;
	text-align: center;
	width: 35px;
}

.fu06-2_left {
	margin-right: 1em;
}

.fu06-2_form_contents dd {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 40px;
}

/*ボタン*/
.fu06-2_submit {
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.fu06-2_submit > button {
	background-color: #f5637a;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 55px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*	margin: 0 auto;*/
	text-align: center;
	/*	display: block;*/
	width: 250px;
}
.fu06-2_submit > button:hover {
	opacity: .7;
	transition: .4s;
}

/*ボタン逆配置*/
.fu06-2_submit {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.fu06-2_submit > button:last-child {
	background-color: #afafaf;
	border: solid 1px #afafaf;
	margin-right: 50px;
}
/*修正箇所*/
.fu06-2_space {
	margin-left: 10px;
}
.fu06-2_check_txt {
	color: #555;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}
.fu06-2_check {
	margin-top: 40px;
	text-align: center;
	/*	margin-bottom: 40px;*/
}

/*スマホ版*/
@media screen and (max-width: 768px) {
	.fu06-2_form {
		margin: 0 auto 0;
		padding-bottom: 85px;
		width: 100%;
	}

	/*＝＝＝＝＝＝＝＝＝遷移ここから＝＝＝＝＝＝＝＝＝＝*/

	.fu06-2_steps img {
		height: auto;
		width: 55px;
	}

	.fu06-2_form ol li p {
		font-size: 1.2rem;
		text-align: center;
		white-space: nowrap;
	}

	.fu06-2_form ol li p br {
		display: block;
	}

	.fu06-2_form ol {
		border-bottom: dotted 2px #555;
		padding-bottom: 40px;
	}

	.fu06-2_steps::after {
		font-size: 2.5rem;
		margin: 0 12px;
	}

	.fu06-2_form ol li:nth-of-type(1) p {
		margin-left: -7px;
	}

	.fu06-2_form ol li:nth-of-type(2) p {
		margin-left: -2px;
	}

	.fu06-2_form ol li:nth-of-type(3) p {
		margin-left: -2px;
	}

	.fu06-2_form ol li:nth-of-type(4) p {
		margin-left: 15px;
	}

	/*ボーダー　ページによってはいらない*/

	.fu06-2_step_container {
		border-bottom: 2px dotted #555;
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 40px;
	}
	.fu06-2_mobile_only {
		display: block;
	}

	/*＝＝＝＝＝＝＝＝＝＝遷移ここまで＝＝＝＝＝＝＝＝＝＝＝*/

	.fu06-2_form_contents {
		align-items: flex-start;
		border-bottom: solid 2px #ffe7a6;
		flex-direction: column;
		max-width: 750px;
		padding-bottom: 30px;
		padding-top: 30px;
		width: 100%;
	}
	.fu06-2_form dl {
		margin: 0 auto;
		max-width: 375px;
		padding: 0 25px;
		width: 100%;
	}
	.fu06-2_form_contents dt {
		color: #555;
		/*	width数値確認する ok*/
		display: block;
		font-size: 1.6rem;
		/*	font-family: 'Yu Gothic','游ゴシック',Arial;*/
		font-weight: 700;
		letter-spacing: -.1em;
		line-height: 1.5;
		margin-left: 0;
		width: 170px;
	}
	.fu06-2_form_contents dd {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-left: 0;
		margin-top: 20px;
	}
	/*
.fu06-2_text_private{
	margin-left: 15px;
}
*/
	/*
.fu06-2_right{
	display: inline-block;
	float: none;
	margin-left: 15px;
}
*/
	.fu06-2_right {
		border: 1px solid #f5637a;
		border-radius: 5px;
		/*	font-family: 'Yu Gothic','游ゴシック',Arial;*/
		color: #f5637a;
		display: inline-block;
		font-size: 1.6rem;
		font-weight: 700;
		height: 25px;
		/*	字間*/
		letter-spacing: -.05em;
		line-height: 1.5;
		margin-left: 15px;
		text-align: center;
		width: 45px;
	}

	.fu06-2_form_contents:first-child {
		border-top: none;
	}
	.fu06-2_submit {
		margin: 0 auto;
		margin-top: 0;
		text-align: center;
	}

	.fu06-2_submit > button {
		border-radius: 5px;
		height: 60px;
		margin: 30px auto 0;
		max-width: 325px;
		width: calc(100% - 50px);
	}

	.fu06-2_submit > button:last-child {
		margin: 0 auto;
		margin-top: 30px;
		/*	margin-bottom: 85px;*/
	}

	.fu06-2_submit {
		flex-direction: column;
	}
	/*修正箇所*/
	.fu06-2_space {
		margin-left: 5px;
	}

	.fu06-2_check {
		margin-top: 30px;
		text-align: center;
		/*	margin-bottom: 40px;*/
	}
}

@media screen and (max-width: 374px) {
	.fu06-2_steps::after {
		font-size: 2.5rem;
		margin: 0 5px;
	}
}

/* 登録完了 */
.fu07_contents ol {
	display: flex;
	justify-content: center;
}

.fu07_steps {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
}

.fu07_steps::after {
	color: #ffbdc3;
	content: "\03e";
	font-family: Arial, sans-serif;
	font-size: 5rem;
	-webkit-font-smoothing: antialiased;
	margin: 0 25px;
	-moz-osx-font-smoothing: grayscale;
}



.fu07_contents ol li:nth-of-type(4) .fu07_steps::after {
	content: none;
}

.fu07_steps img {
	height: auto;
	width: 90px;
}

.fu07_contents ol li p {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}

.fu07_contents ol li:nth-of-type(1) p {
	margin-left: -10px;
}

.fu07_contents ol li:nth-of-type(2) p {
	margin-left: -4px;
}

.fu07_contents ol li:nth-of-type(3) p {
	margin-left: -4px;
}

.fu07_contents ol li:nth-of-type(4) p {
	margin-left: 17px;
}

.fu07_contents ol li p br {
	display: none;
}

.fu07_contents {
	margin: 0 auto 0;
	width: 720px;
}


.fu07_content {
	text-align: center;
}

.fu07_content img {
	margin-top: 50px;
	width: 30%;
}

.fu07_content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 50px;
}
.fu07_content p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}
.fu07_content p:last-of-type {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin: 50px 0;
}

.fu07_content button {
	background-color: #f5637a;
	border: solid 1px #f5637a;
	border-radius: 10px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	height: 55px;
	line-height: 1.5;
	margin: 0 auto 200px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-align: center;
	width: 250px;;
}

.fu07_content button:hover {
	opacity: .7;
	transition: .4s;
}

.fu07_content br {
	display: none;
}
.fu07_content .help-back-link a {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.fu07_contents {
		margin: 0 auto 0;
		width: 100%;
	}

	.fu07_steps img {
		height: auto;
		width: 55px;
	}

	.fu07_contents ol li p {
		font-size: 1.2rem;
		text-align: center;
		white-space: nowrap;
	}

	.fu07_contents ol li p br {
		display: block;
	}

	.fu07_steps::after {
		font-size: 2.5rem;
		margin: 0 12px;
	}

	.fu07_contents ol li:nth-of-type(1) p {
		margin-left: -7px;
	}

	.fu07_contents ol li:nth-of-type(2) p {
		margin-left: -2px;
	}

	.fu07_contents ol li:nth-of-type(3) p {
		margin-left: -2px;
	}

	.fu07_contents ol li:nth-of-type(4) p {
		margin-left: 15px;
	}
	.fu07_content img {
		margin-top: 25px;
	}
	.fu07_content h3 {
		font-size: 18px;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.fu07_content p {
		font-size: 12px;
		font-weight: 500;
	}
	.fu07_content p:last-of-type {
		font-size: 15px;
		margin: 25px auto;
	}
	.fu07_content br {
		display: block;
	}

	.fu07_content button {
		border: solid 1px #f5637a;
		border-radius: 5px;
		height: 60px;
		margin: 0 auto 85px;
		max-width: 325px;
		width: calc(100% - 50px);
	}
}

@media screen and (max-width: 374px) {
	.fu07_steps::after {
		font-size: 2.5rem;
		margin: 0 5px;
	}
}

/* 情報リテラシーリスト */
.i_contents {
	margin-bottom: 50px;
	width: 100%;
}

.i_keyVisual {
	margin-bottom: 15px;
	width: 100%;
}

.i_keyVisual img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.i_keyVsiual_text {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 15px;
	width: 100%;
}

.i_contents ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.i_contents ul li {
	background-color: #fff;
	margin-bottom: 30px;
	margin-right: 18px;
	width: calc((100% - 36px) / 3);
}

.i_contents ul li:nth-child(3n) {
	margin-right: 0;
}

.i_article {
	border: 3px solid #ffe7a6;
	height: 100%;
	padding: 17px 7px;
	position: relative;
}

.i_article:hover {
	opacity: .7;
	text-decoration: underline;
	transition: .4s;
}

.i_article_thumbnail {
	margin-bottom: 10px;
	width: 100%;
}

.i_article_thumbnail img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.i_article_title, .i_free_article_title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

.i_article_title::after {
	background-image: url("./img/i_puremium_pc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin-left: 10px;
	position: relative;
	top: 3px;
	width: 20px;
}

.i_article_text {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 1.4rem;
	-webkit-line-clamp: 5;
	line-height: 1.5;
	overflow: hidden;
}


@media screen and (max-width: 767px) {
	.i_contents {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.i_keyVsiual_txt {
		margin-bottom: 50px;
	}

	.i_contents ul li {
		width: calc((100% - 18px) / 2);
	}

	.i_contents ul li:nth-child(3) {
		margin-right: 18px;
	}

	.i_contents ul li:nth-child(2n) {
		margin-right: 0;
	}

	.i_article_title::after {
		background-image: url("./img/i_premium_sp.png");
	}
}

@media screen and (max-width: 560px) {
	.i_contents ul {
		flex-direction: column;
	}

	.i_contents ul li {
		margin-bottom: 15px;
		margin-right: 0;
		width: 100%;
	}
}

/* 情報リテラシー詳細 */
.id_contents {
	background-color: #fffdf7;
	box-shadow: 0 32px 30px -30px rgba(20, 20, 20, .27);
	margin-bottom: 80px;
	width: 100%;
}

.id_theme {
	background-image: -moz-linear-gradient( 90deg, rgb(210,255,242) 0%, rgb(132,135,184) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(210,255,242) 0%, rgb(132,135,184) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(210,255,242) 0%, rgb(132,135,184) 100%);
}

.id_theme_image {
	background-image: url("./img/i_hoshizora.png"),
	url("./img/i_kumo_ue.png");
	background-position: top,
	bottom 20px center;
	background-repeat: no-repeat,
	no-repeat;
	background-size: 870px auto,
	870px auto;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

.id_theme_image img {
	border: solid;
	border-color: #fff;
	height: auto;
	max-width: 90%;
	vertical-align: bottom;
}

.id_theme_text {
	background-image: url("./img/i_kumo_naka.png"),
	url("./img/i_kumo_shita.png");
	background-position: top,
	calc(50% + 10px) bottom;
	background-repeat: no-repeat,
	no-repeat;
	background-size: 870px auto,
	870px auto;
	padding: 0 5px 60px;
}

.id_theme_text_content {
	background-color: rgba( 255, 255, 255, .85 );
	border-radius: 4px;
	box-shadow: 0 0 11.28px .72px rgba(0, 0, 0, .2);
	margin: 0 auto;
	padding: 40px;
	text-align: left;
	width: 90%;
}

.id_theme_text_content h3 {
	color: #181938;
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.id_theme_text_content h3:before {
	border-bottom: dashed 2px #b8ad84;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 30%;
}

.id_theme_text_content p {
	color: #555;
	font-size: 1.6rem;
	line-height: 1.5;
}

.id_profile {
	align-content: space-between;
	display: flex;
}

.id_profile > p {
	margin-right: 40px;
	max-width: 130px;
	width: 100%;
}

.id_profile > p img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.id_profile_text {
	display: flex;
	flex-direction: column;
	line-height: 1.5;
	width: 100%;
}

.id_profile_text h4 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.id_profile_text p {
	font-size: 1.4rem;
}

.id_comment {
	border-bottom: #555 solid 3px;
	border-top: #555 solid 3px;
	margin: 0 auto 50px;
	width: 90%;
}

.id_comment_title {
	background-image: url("./img/i_plus_blk.png");
	background-position: calc(100% - 40px);
	background-repeat: no-repeat;
	background-size: 32px;
	padding: 17px 40px;
	transition: .4s;
}

.id_comment_title:hover {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.id_comment_title p {
	font-size: 1.6rem;
	font-weight: bold;
}

.id_comment_open {
	background-image: url("./img/i_mainasu_blk.png");
	margin-bottom: 33px;
}

.id_comment_content {
	display: none;
}

.id_comment_content ul {
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.id_comment_content ul li {
	align-items: flex-start;
	display: flex;
	margin-bottom: 30px;
}

.id_comment_content ul li:last-of-type {
	margin-bottom: 0;
}

.id_nickName {
	width: 84px;
}

.id_nickName img {
	border-radius: 50%;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

.id_comment_text {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	margin-left: 25px;
	margin-top: 10px;
	padding: 20px;
	position: relative;
	width: calc(100% - 109px);
}

.id_comment_text:after {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 6px 19px 25px;
	content: "";
	display: block;
	left: -25px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	transform: rotate(4deg);
	z-index: 1;
}

.id_comment_text:before {
	border-color: transparent transparent #000 transparent;
	border-style: solid;
	border-width: 0 6px 19px 25px;
	content: "";
	display: block;
	filter: blur(2px);
	left: -25px;
	margin-top: -10px;
	opacity: .2;
	position: absolute;
	top: 50%;
	transform: rotate(4deg);
	z-index: -1;
}

.id_comment_text p:first-of-type {
	line-height: 1.5;
	margin-bottom: 10px;
}

.id_comment_text p:nth-child(n+2) {
	line-height: 1.5;
	text-align: right;
}
.id_comment_text a {
	cursor: pointer;
	text-decoration: underline;
}

.id_back {
	font-size: 1.6rem;
	text-align: center;
	text-decoration: underline;
}

.id_back a:hover {
	opacity: .7;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: .4s;
}

.id_bottom_image {
	height: 232px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.id_bottom_image img {
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	vertical-align: bottom;
	width: 870px;
}

.id_form {
	/*「解説を見る」までかかる*/
	background-image: -moz-linear-gradient( 90deg, rgb(255,253,247) 0%, rgb(255,255,223) 50%, rgb(210,255,242) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,253,247) 0%, rgb(255,255,223) 50%, rgb(210,255,242) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,253,247) 0%, rgb(255,255,223) 50%, rgb(210,255,242) 100%);
	padding-bottom: 80px;
	padding-top: 30px;
}

.id_form form {
	margin: 0 auto;
	width: 90%;
}

.id_form form label p {
	margin-bottom: 10px;
}

.id_form textarea {
	border-color: #ddd;
	border-radius: 4px;
	box-shadow: inset 0 0 5.64px .36px rgba(0, 0, 0, .2);
	color: #555;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	margin-bottom: 20px;
	outline: none;
	padding: 1em;
	width: 100%;
}

.id_form button {
	background: none;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	outline: none;
	overflow: visible;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: auto;
}

.id_form button i {
	align-items: center;
	display: flex;
	position: absolute;
}
.id_form button > img {
	height: auto;
	position: relative;
	width: 165px;;
}

.id_form button i img:first-of-type {
	height: auto;
	margin-left: -35px;
	position: relative;
	width: 68px;
}

.id_form button i img:last-of-type {
	height: auto;
	margin-left: 70px;
	position: relative;
	width: 87px;
}

.id_form p.notes, .id_comment_login p.notes {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px auto 0;
	width: 90%;
}
.id_form p:last-of-type {
	margin-top: 0;
}

#i_form_character {
	opacity: 0;
}
.id_comment_login {
	padding: 20px 0 40px;
}
.id_comment_login a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.id_theme_text_content {
		padding: 30px 20px;
	}

	.id_theme_text_content  p {
		text-align: left;
	}

	.id_description_title {
		background-position: calc(100% - 20px);
		text-align: center;
	}

	.id_description_content {
		padding: 39px 19px;
	}

	.id_profile {
		flex-direction: column;
	}

	.id_profile > p {
		margin: 0 auto 40px;
		max-width: 126px;
		width: 100%;
	}

	.id_comment_title {
		background-position: calc(100% - 20px);
		text-align: center;
	}

	.id_comment_text:after {
		top: 40px;
	}

	.id_comment_text:before {
		top: 40px;
	}
}

/* 情報リテラシーコメント */

.id_description {
	padding: 0 5% 50px;
}

.id_description_title {
	/*ラベルの色*/
	background: #ff919c;
	background-image: url("./img/i_plus_pnk.png");
	background-position: calc(100% - 40px);
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 19px 40px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: .4s;
}

.id_description_title p {
	color: #fff;
	/*ラベルの色*/
	font-size: 1.6rem;
	font-weight: bold;
}

.id_description_open {
	background-image: url("./img/i_mainasu_pnk.png");
	transition: .4s;
}

.id_description_content {
	background-color: #fff;
	border: 1px solid #ff919c;
	display: none;
	padding: 20px 40px;
}

.id_description_content p {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}

.id_description_content p span {
	background: linear-gradient(transparent 0%, #ff6 0%);
}

.id_description_content > p {
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}

.id_description_content > p:before {
	border-bottom: dashed 2px #ff919c;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
}

.id_comment ul {
	margin: 0 auto 80px;
	position: relative;
	width: 90%;
	z-index: 2;
}

.id_comment ul li {
	align-items: flex-start;
	display: flex;
	margin-bottom: 30px;
}

.id_comment ul li:last-of-type {
	margin-bottom: 0;
}

.id_nickName {
	width: 84px;
}

.id_nickName img {
	border-radius: 50%;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

.id_comment_text {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	margin-left: 25px;
	margin-top: 10px;
	padding: 20px;
	position: relative;
	width: calc(100% - 109px);
}

.id_comment_text:after {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 6px 19px 25px;
	content: "";
	display: block;
	left: -25px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	transform: rotate(4deg);
	z-index: 1;
}

.id_comment_text:before {
	border-color: transparent transparent #000 transparent;
	border-style: solid;
	border-width: 0 6px 19px 25px;
	content: "";
	display: block;
	filter: blur(2px);
	left: -25px;
	margin-top: -10px;
	opacity: .2;
	position: absolute;
	top: 50%;
	transform: rotate(4deg);
	z-index: -1;
}

.id_comment_text p:first-of-type {
	line-height: 1.5;
	margin-bottom: 10px;
}

.id_comment_text p:nth-child(n+2) {
	line-height: 1.5;
	text-align: right;
}
.id_comment_text a {
	cursor: pointer;
	text-decoration: underline;
}

.id_back {
	font-size: 1.6rem;
	text-align: center;
	text-decoration: underline;
}

.id_back a:hover {
	opacity: .7;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: .4s;
}

.id_bottom_image {
	height: 232px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.id_bottom_image img {
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	vertical-align: bottom;
	width: 870px;
}

@media screen and (max-width: 767px) {
	.headerInr {
		height: 80px;
	}

	#wrapper {
		padding-top: 90px;
	}

	.breadCrumb {
		margin-bottom: 30px;
	}

	.id_theme_text_content {
		padding: 30px 20px;
	}

	.id_theme_text_content  p {
		text-align: left;
	}


	.id_form {
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		width: 100%;
	}

	.id_form textarea {
		border-radius: 8px;
	}
	.f_form p {
		font-size: 10px;
	}

	.id_description_title {
		background-position: calc(100% - 20px);
		text-align: center;
	}

	.id_description_content {
		padding: 20px;
	}

	.id_comment_text:after {
		top: 40px;
	}

	.id_comment_text:before {
		top: 40px;
	}
}

/**
 プロフィール編集
**/


.mypageedit .f_form {
	padding-left: 30px;
	padding-right: 30px;
}
.mypageedit .f_form_contents {
	border-bottom: solid 1px #cecece;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
}
.mypageedit .f_form_contents dt {
	align-items: flex-start;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}
.mypageedit .f_form_contents dt span {
	font-size: 1.2rem;
}
.mypageedit .f_flex_box {
	display: flex;
	justify-content: space-evenly;
	text-align: left;
}

.mypageedit .f_required {
	background-color: #f5637a;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	height: 20px;
	line-height: 1.8;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	text-align: center;
	width: 35px;
}
.mypageedit .f_multi {
	background-color: #c3a965;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	height: 20px;
	letter-spacing: -.1rem;
	line-height: 1.8;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	text-align: center;
	width: 80px;
}
.mypageedit .f_form_contents dd {
	max-width: 380px;
	text-align: left;
	width: 100%;
}

.mypageedit .f_alert_required::after {
	color: #f5637a;
	content: "こちらは必須項目です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
}
.mypageedit .f_last_name::after {
	color: #f5637a;
	content: "姓は必須入力です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.mypageedit .f_first_name::after {
	color: #f5637a;
	content: "名は必須入力です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}

.mypageedit .f_form_contents dd span {
	font-size: 1.2rem;
}
.mypageedit .f_form_contents dd p {
	font-size: 1.4rem;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: right;
}
.mypageedit .f_form_contents dd figure {
	text-align: center;
}
.f_form_contents dd a {
	text-decoration: underline;
}
.mypageedit .f_form_contents .center {
	text-align: center;
}
.mypageedit .f_form_contents .default {
	font-size: 1.6rem;
	line-height: 1.5;
}
/**
input[type="text"] {

  width: 100%;
  height: 40px;
  border: solid 1px #dddddd;
border-radius: 5px;
background-color: #ffffff;
  box-shadow: 0px 1px 5px inset #dddddd;
  outline: none;
  font-size: 1.2rem;
padding-left: 10px;
}
**/
.mypageedit input[type="text"] {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	display: inline-block;
	font-family: "Yu Gothic", "游ゴシック", Arial;
	font-size: 1.4rem;
	font-weight: 700;
	height: 40px;
	letter-spacing: -.05em;
	line-height: 1.5;
	outline: none;
	padding-left: 10px;
	width: 100%;
}
.mypageedit select {
	background-color: #fff;
	border: solid 1px #cecece;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	font-size: 1.4rem;
	height: 40px;
	max-width: 180px;
	outline: none;
	padding-left: 10px;
	width: 100%;
}

.mypageedit .f_form_year {
	align-items: center;
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
}
.mypageedit .f_form_year select {
	border: 1px solid #cecece;
	display: inline-block;
	height: 30px;
	outline: none;
	padding-left: 10px;
	width: 100px;
}

.profile-category-box {
	background: #fff;
	border: solid 1px #cecece;
	display: flex;
	flex-flow: column;
	font-size: 12px;
	outline: none;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
.profile-category-box li {
	font-size: 1.6rem;
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px 6px;
	text-align: left;
}

.mypageedit .mypage_children_list {
	border-bottom: solid 1px #cecece;
	font-size: 1.6rem;
	margin-top: 15px;
}
.mypageedit .mypage_children_list li {
	margin-left: 30px;
}

.mypageedit .mypage_children_list li .f_form_contents {
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

.mypageedit .mypage_children_list li .f_form_contents dt {
	font-size: 1.6rem;
}


.mypageedit .child_num {
	font-weight: bold;
}
.mypageedit input::placeholder {
	color: #cecece;
}
.mypageedit textarea::placeholder {
	color: #8a8a8a;
}
.mypageedit input::-ms-input-placeholder {
	color: #cecece;
}
.mypageedit textarea::-ms-input-placeholder {
	color: #8a8a8a;
}

.mypageedit input:-ms-input-placeholder {
	color: #cecece;
}
.mypageedit textarea::-ms-input-placeholder {
	color: #8a8a8a;
}
.mypageedit textarea {
	border: solid 1px #cecece;
	border-radius: 5px;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	height: 120px;
	line-height: 2.0rem;
	outline: none;
	padding: 15px;
	width: 100%;
}
.infomail .f_form_contents {
	border-bottom: none;
}

.infomail .f_form_contents dt {
	margin-top: 4px;
}
.infomail .f_form_contents dd {
	text-align: left;
}
.infomail .f_form_contents dd p {
	text-align: left;
}
.infomail {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
.infomail .supplement p {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
	margin: 30px 0 30px;
}
.mypageedit input.checkbox {
	border: 1px solid #c3a965;
	display: block;
	height: 15px;
	width: 15px;
}

.mypageedit label.check {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 28px;
	position: relative;
}

.mypageedit label.check::before {
	background: #fff;
	border: 1px solid #cecece;
	content: "";
	display: inline-block;
	height: 15px;
	left: 3px;
	margin-top: 2px;
	position: absolute;
	width: 15px;
}

.mypageedit input[type="checkbox"] {
	display: none;
}

.mypageedit input[type="checkbox"]:not(:checked) + label::after, .mypageedit input[type="checkbox"]:checked + label::after {
	border-bottom: 2.46px solid #c3a965;
	border-right: 2.46px solid #c3a965;
	content: "";
	height: 14px;
	left: 6px;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	transition: all .2s;
	width: 8px;
}
.mypageedit .open-check input[type="checkbox"]:not(:checked) + label::after, .mypageedit .open-check input[type="checkbox"]:checked + label::after {
	height: 12px;
	left: 7px;
	top: -2px;
	width: 6px;
}

.mypageedit input[type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	transform: scale(0);
}

.mypageedit .infomail input.checkbox {
	border: 1px solid #c3a965;
	display: block;
	height: 20px;
	width: 20px;
}

.mypageedit .infomail label.check {
	font-size: 1.8rem;
	line-height: 1.8;
	padding-left: 31px;
	position: relative;
}

.mypageedit .infomail label.check::before {
	background: #fff;
	border: 1px solid #cecece;
	content: "";
	display: inline-block;
	height: 20px;
	left: 0;
	margin-top: 4px;
	position: absolute;
	width: 20px;
}

.mypageedit .infomail input[type="checkbox"] {
	display: none;
}

@media screen and (max-width: 736px) {
	.mypageedit input[type="text"] {
		margin-top: 10px;
		padding-left: 5px;
	}
	.mypageedit select {
		padding-left: 5px;
	}

	.mypageedit .f_form_contents {
		display: block;
		padding: 0 0 30px 0;
	}
	.mypageedit .mypage_wrap {
		margin-bottom: 30px;
		padding: 30px 15px;
	}
	.mypageedit .mypageedit .commonBtn3 {
		width: 280px;
	}
	.mypageedit .commonTtl1 {
		height: 50px;
		line-height: 50px;
	}
	.mypageedit .f_form {
		padding-left: 5px;
		padding-right: 5px;
	}
	.mypageedit .f_form_contents dt {
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.mypageedit .mypage_children_list li {
		margin-left: 0;
	}
	.mypageedit .mypage_children_list li .f_form_contents {
		display: block;
	}

	.mypageedit .open-check input[type="checkbox"]:not(:checked) + label::after, .mypageedit .open-check input[type="checkbox"]:checked + label::after {
		left: 7px;
		top: -2px;
	}
}

/**
決済完了画面
**/

.confirm {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 870px;
	min-height: 100%;
	padding-bottom: 120px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.confirm .confirm_ttl {
	margin-bottom: 50px;
	text-align: center;
}

.confirm .confirm_ttl p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.confirm .confirm_detail {
	margin-bottom: 50px;
	text-align: center;
}
.confirm .confirm_detail p {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
}
.confirm .confirm_detail .detail_bold {
	color: #f5637a;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.confirm .confirm_detail a {
	font-weight: bold;
	text-decoration: underline;
}
.confirm .btn_area a.commonBtn3 {
	color: #fff;
	line-height: 55px;
}
.confirm .check_mark {
	margin: 0 auto 40px;
	text-align: center;
}
.confirm .error_mei {
	margin: 0 auto 40px;
	text-align: center;
}
.confirm .check_mark img {
	height: 140px;
	width: 140px;
}

.confirm .error_mei img {
	height: auto;
	width: 140px;
}
.confirm .space {
	margin-bottom: 40px;
}
.confirm .commonBtn4 {
	line-height: 1;
	padding-top: 8px;
}

.confirm .commonBtn4 span {
	font-size: 1.5rem;
}
.confirm .help-back-link a {
	text-align: center;
}
.confirm .confirm_ttl span {
	color: #f5637a;
	font-size: 2rem;
    font-weight: bold;
    line-height: 2.0;
}
@media screen and (min-width:1080px) {
	.confirm .btn_area a.commonBtn3:hover {
		background: #fff;
		color: #c3a965;
	}
}
@media screen and (max-width: 736px) {
	.confirm .check_mark img {
		height: 70px;
		width: 70px;
	}
}
/**
メール変更画面
**/
/* ログイン */
.ipassEdit input[type="text"]:focus, .ipassEdit input[type="email"]:focus, .ipassEdit input[type="password"]:focus, .ipassEdit input[type="submit"]:focus {
	outline: 0;
}

.ipassEdit {
	margin: 0 auto 50px;
	width: 100%;
}

.ipassEdit .detail {
	margin-bottom: 20px;
	padding: 0 15px;
	text-align: center;
}
.ipassEdit .detail p {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
}
.ipassEdit .supplement p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

.ipassEdit .form_area {
	margin: 0 auto 80px;
	max-width: 720px;
	padding: 0 15px;
}
.ipassEdit .error {
	background-color: #fdd;
	border: solid 1px #f5637a;
	border-radius: 8px;
	color: #f5637a;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.ipassEdit .f_form_box {
	display: flex;
	justify-content: flex-start;
	padding: 40px 0;
	width: 100%;
}
.ipassEdit .f_form_box li {
	font-size: 1.8rem;
	margin-right: 40px;
	text-align: left;
}
.ipassEdit .form_item {
	width: 380px;
}
.ipassEdit .email::after {
	color: #f5637a;
	content: "メールアドレスは不明です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.ipassEdit .current {
	font-size: 1.8rem;
	font-weight: bold;
}
.ipassEdit input[type="email"], .ipassEdit input[type="password"] {
	background: #fff;
	border: 1px solid #c3a965;
	display: block;
	font-size: 1.6rem;
	height: 40px;
	padding-left: 20px;
	width: 100%;
}

.ipassEdit input.email::placeholder, .ipassEdit input.password::placeholder {
	color: #cecece;
}

.ipassEdit input.email::-ms-input-placeholder, .ipassEdit input.password::-ms-input-placeholder {
	color: #cecece;
}

.ipassEdit input.email::-ms-input-placeholder, .ipassEdit input.password::-ms-input-placeholder {
	color: #cecece;
}
.ipassEdit .f_form_box li:first-child {
	font-weight: bold;
	width: 40%;
}
.ipassEdit .f_form_box li:last-child {
	width: 60%;
}
.ipassEdit .f_form_box li p {
	font-size: 1.4rem;
	margin-top: 20px;
}
.ipassEdit .newPass::after {
	color: #f5637a;
	content: "パスワードは8字以上入力してください。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.ipassEdit .passConf::after {
	color: #f5637a;
	content: "パスワードが違います。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.ipassEdit .detail_sp p {
	display: none;
}
.ipassEdit .mypage_wrap {
	padding: 50px 20px;
}
@media screen and (max-width: 736px) {
	.ipassEdit input[type="email"] {
		margin-top: 10px;
		padding-left: 5px;
	}

	.ipassEdit .f_form_box {
		display: block;
		padding: 20px 0;
	}
	.ipassEdit .f_form_box li {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.ipassEdit .f_form_box li:first-child {
		width: 100%;
	}
	.ipassEdit .f_form_box li:last-child {
		width: 100%;
	}

	.ipassEdit .form_item {
		max-width: 380px;
		width: 100%;
	}
	.ipassEdit .current {
		margin-top: 20px;
	}
	.ipassEdit .detail {
		margin-bottom: 20px;
		padding: 0 15px;
		text-align: center;
	}
	.ipassEdit .detail p {
		display: inline;
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 1.6;
	}
	.ipassEdit .mypage_wrap {
		padding: 30px 15px;
	}
}

/* 退会画面　*/
.cancel {
	margin-bottom: 70px;
}
.cancel .notice {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}
.cancel .notice ::before {
	color: #f5637a;
	content: "\f071";
	font-family: "Font Awesome 5 Pro";
	font-size: 2.0rem;
	margin-right: 10px;
}
.cancel .cancelNotice {
	border-bottom: solid 1px #cecece;
	padding-bottom: 30px;
}
.cancel .cancelNotice li {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 15px;
}
.cancel .notice-check {
	text-align: right;
}
.cancel input[type="password"] {
	background: #fff;
	border: 1px solid #cecece;
	display: block;
	font-size: 1.6rem;
	height: 40px;
	padding-left: 20px;
	width: 100%;
}

.cancel .f_form {
	padding-left: 30px;
	padding-right: 30px;
}
.cancel .f_form_contents {
	border-bottom: solid 1px #cecece;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
}
.cancel .f_form_contents dt {
	align-items: flex-start;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-right: 20px;
	white-space: nowrap;
	width: 45%;
}
.cancel .f_form_contents dd {
	max-width: 380px;
	text-align: left;
	width: 55%;
}
.cancel .f_alert_required::after {
	color: #f5637a;
	content: "こちらは必須項目です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
}
.cancel .f_form_contents dt span {
	font-size: 1.2rem;
}
.cancel .f_required {
	background-color: #f5637a;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	height: 20px;
	line-height: 1.8;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	text-align: center;
	width: 35px;
}
.cancel .f_multi {
	background-color: #c3a965;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	height: 20px;
	letter-spacing: -.1rem;
	line-height: 1.8;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	text-align: center;
	width: 80px;
}
.cancel textarea {
	border: solid 1px #cecece;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	height: 120px;
	line-height: 2.0rem;
	margin-top: 15px;
	outline: none;
	padding: 15px;
	width: 100%;
}
.cancel .cancelComment {
	padding-bottom: 30px;
	padding-top: 30px;
}
.cancel .cancelComment p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.cancel .cancelConfirm {
	padding-bottom: 30px;
	padding-top: 30px;
}
.cancel .cancelConfirm p {
	color: #f5637a;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.cancel input.checkbox {
	border: 1px solid #c3a965;
	display: block;
	height: 15px;
	width: 15px;
}

.cancel label.check {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 28px;
	position: relative;
}

.cancel label.check::before {
	background: #fff;
	border: 1px solid #cecece;
	content: "";
	display: inline-block;
	height: 15px;
	left: 3px;
	margin-top: 2px;
	position: absolute;
	width: 15px;
}

.cancel input[type="checkbox"] {
	display: none;
}

.cancel input[type="checkbox"]:not(:checked) + label::after, .cancel input[type="checkbox"]:checked + label::after {
	border-bottom: 2.46px solid #c3a965;
	border-right: 2.46px solid #c3a965;
	content: "";
	height: 14px;
	left: 6px;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	transition: all .2s;
	width: 8px;
}
.cancel .open-check input[type="checkbox"]:not(:checked) + label::after, .cancel .open-check input[type="checkbox"]:checked + label::after {
	height: 12px;
	left: 7px;
	top: -2px;
	width: 6px;
}

.cancel input[type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	transform: scale(0);
}
.cancelBack {
	margin-bottom: 30px;
}
.cancel p.cancelNext {
	font-size: 1.4rem;
	padding-top: 10px;
	text-align: center;
}
@media screen and (max-width: 736px) {
	.cancel input[type="text"] {
		margin-top: 10px;
		padding-left: 5px;
	}
	.cancel select {
		padding-left: 5px;
	}

	.cancel .f_form_contents {
		display: block;
		padding: 0 0 30px 0;
	}
	.cancel .f_form {
		padding-left: 5px;
		padding-right: 5px;
	}
	.cancel .f_form_contents dt {
		margin-bottom: 8px;
		margin-top: 8px;
		width: 100%;
	}
	.cancel .f_form_contents dd {
		width: 100%;
	}
}

/*
読者参加型企画　投稿履歴一覧
お知らせ一覧
コミュニティ一覧
*/

.paginator_upper {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}
.paginator_upper ul {
	display: flex;
}
.paginator_upper li:first-child a {
	border-right: 1px solid #c3a965;
	color: #c3a965;
	padding-right: 20px;
}
.paginator_upper li:last-child a {
	color: #888;
	padding-left: 20px;
}
.paginator_upper li a:hover {
	color: #c3a965;
}
.paginator_upper li a:active {
	color: #c3a965;
}
.listTtl {
	background-color: #ffe7a6;
	display: block;
	margin-bottom: 10px;
	padding: 8px 10px;
	width: 100%;
}
.community_list .listTtl p {
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 10px;
}
/*
.community_list .listTtl p::before{
position: absolute;
content:'';
display: inline-block;
left:-8px;
width: 5px;
height: 1.5rem;
color:#555555;
background-color: #555555;
}
*/
.listCommonBox {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}
.listCommonBox li {
	display: block;
	font-size: 1.6rem;
	line-height: 2.0rem;
	padding: 20px 94px 20px 40px;
	position: relative;
	transition: text-decoration .4s;
}

.listCommonBox li:nth-child(odd) {
	background-color: #fff;
}
.listCommonBox li:nth-child(even) {
	background-color: #f8f4ec;
}
.pieceTitle {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.pieceTimeStamp {
	font-size: 1.6rem;
}
.listCommonBox li a::after {
	background: url(img/ico_arrow.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 18.5px;
	margin: auto;
	position: absolute;
	right: 40px;
	top: 0;
	width: 11px;
}
.listCommonBox li a:hover {
	text-decoration: underline;
}
.community_list .paginator {
	color: #8c8c8c;
	display: flex;
	font-size: 1.9rem;
	font-weight: bold;
	justify-content: flex-end;
}
.community_list .paginator .display_number {
	padding-top: 6px;
}
.community_list .paginator ul {
	display: flex;
}
.community_list .paginator ul li a {
	border: 1px solid #c3a965;
	color: #8c8c8c;
	display: block;
	margin-right: 5px;
	padding: 5px 8px;
	transition: .4s;
}
.community_list .paginator ul li.selected a {
	color: #c3a965;
}
.community_list .paginator ul li.disable a {
	color: #c9c9c9;
}
.community_list .qa-back-link {
	margin: 30px 0 50px;
}
@media screen and (min-width: 1080px) {
	.community_list .paginator ul li a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	.community_list {
		margin: 0 auto;
		width: 96%;
	}
}

@media screen and (max-width: 736px) {
	.listCommonBox li {
		line-height: 2.0rem;
		padding: 20px 50px 20px 20px;
		transition: text-decoration .4s;
	}

	.listCommonBox li a::after {
		right: 20px;
	}
	.community_list .paginator .display_number {
		margin-bottom: 10px;
	}
	.community_list .paginator {
		display: block;
		font-size: 16px;
		margin: 0 auto 0;
		max-width: 345px;
		width: 100%;
	}
	.community_list .paginator ul li {
		width: 50%;
	}
	.community_list .paginator ul li.number {
		display: none;
	}
	.community_list .paginator ul li.noborder {
		display: none;
	}
	.community_list .paginator ul li.prev a {
		border-radius: 10px 0 0 10px;
		border-right: none;
	}
	.community_list .paginator ul li.next a {
		border-radius: 0 10px 10px 0;
	}
	.community_list .paginator ul li a {
		background: #fff;
		padding: 10px;
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	.community_list {
		width: calc( 100% - 30px);
	}
}

/**
	支払い状況確認・変更画面
**/
.planEdit {
	margin: 0 auto 50px;
	width: 100%;
}
.planEdit .planEditMain {
	margin: 0 auto;
	max-width: 330px;
	width: 100%;
}
.planEdit .planEditMain p {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.planEdit .mypage_wrap span {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.0;
}
.planEdit .planContainer {
	align-items: center;
	display: flex;
}
.planEdit .mypage_wrap dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
.planEdit .mypage_wrap dt {
	font-size: 1.6rem;
	margin: 10px auto 30px 0;
	width: 30%;
}
.planEdit .mypage_wrap dd {
	font-size: 1.6rem;
	margin: 10px auto 30px 0;
}
.planEdit .mypage_wrap dt::after {
	content: ":";
}
.planEdit .memberType {
	border-bottom: 2px dotted #c3a965;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
}

.planEdit .supplement {
	color: #f5637a;
	font-size: 1.4rem;
	margin-bottom: 5px;
	text-align: center;
}
.planEdit .btn_area a.commonBtn3 {
	color: #fff;
	line-height: 55px;
}
.planEdit .btn_area a.disable {
	color: #c9c9c9;
	opacity: .5;
	pointer-events: none;
}
.planEdit .btn_area a.limit {
	display: none;
}
.planEdit .helplink {
	font-size: 1.6rem;
	font-weight: 500;
	margin-right: 5px;
	margin-top: 30px;
	text-align: right;
	text-decoration: underline;
}
.planEdit .planEditMain .planEditNotice {
	margin-top: 10px;
}
.planEdit .planEditMain .planEditNotice p{
	font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    line-height: 1.2;
}
@media screen and (min-width:1080px) {
	.planEdit .btn_area a.commonBtn3:hover {
		background: #fff;
		color: #c3a965;
	}
}

/*	ここから */
/*	決済情報入力 */
.f_form {
	margin: 0 auto 0;
	width: 100%;
}
.f_form ol {
	border-bottom: dotted 2px #555;
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
	/*	border-bottom: solid 1px #ffe7a6;*/
}
.f_steps {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
}
.f_steps::after {
	color: #ffbdc3;
	content: "\03e";
	font-size: 5rem;
	-webkit-font-smoothing: antialiased;
	margin: 0 25px;
	-moz-osx-font-smoothing: grayscale;
}
.f_form ol li:nth-of-type(3) .f_steps::after {
	color: #f5637a;
}
.f_form ol li:nth-of-type(4) .f_steps::after {
	content: none;
}
.f_steps img {
	height: auto;
	width: 55px;
}
.f_form ol li p {
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
}
.f_form ol li p {
	font-size: 1.2rem;
	text-align: center;
	white-space: nowrap;
}
.f_form ol li p br {
	display: block;
}
.f_steps::after {
	font-size: 2.5rem;
	margin: 0 5px;
}
.f_form ol li:nth-of-type(1) p {
	margin-left: -7px;
}
.f_form ol li:nth-of-type(2) p {
	margin-left: -2px;
}
.f_form ol li:nth-of-type(3) p {
	margin-left: -2px;
}
.f_form ol li:nth-of-type(4) p {
	margin-left: 15px;
}
/*ボーダー　ページによってはいらない*/
.f_step_container {
	border-bottom: 2px dotted #555;
	padding-bottom: 40px;
}
/*ほんへ*/
.f_credit_form {
	text-align: center;
}
/*見出し*/
.f_credit_h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 50px 0;
}
.f_credit_div .f_credit_h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 5px 0;
}
.f_credit_form .f_credit_div {
	background-color: #ffe7a6;
	margin: 0 0 30px 0;
}
.f_credit_button .f_credit_div .f_credit_h1 {
	padding: 28px 0;
}
.f_credit_div div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.f_credit_div p span {
	font-size: 12px;
}
.f_credit_div dd p {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}
.f_credit_div dd {
	padding-bottom: 15px;
}
.f_credit_div  div p:last-of-type {
	color: #e60012;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	text-decoration: underline;
}
/*img*/
.f_credit_button dt img {
	height: auto;
	margin-top: 30px;
	width: 52px;
}
.f_credit_button div:nth-of-type(2) dt img {
	height: 35px;
	margin: 0 auto;
	width: 100px;
}
/*speser*/
.f_credit_button:nth-of-type(2) dd:first-of-type {
	margin-bottom: 30px;
}
.f_credit_button dd {
	margin-bottom: 50px;
}

.f_credit_button div:nth-of-type(2) {
	margin-bottom: 0;
}
.f_credit_button:last-of-type dd {
	margin-bottom: 0;
}

/*ボタン*/
.f_credit_button dd a {
	align-items: center;
	background-color: #f5637a;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	border: solid 1px #f5637a;
	border-radius: 5px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	height: 60px;
	justify-content: center;
	line-height: 1.5;
	margin: 0 auto;
	margin-top: 10px;
	max-width: 325px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-align: center;
	width: calc(100% - 50px);
}
.f_credit_button dd a:hover {
	opacity: .7;
	transition: .4s;
}
.f_credit_button i {
	color: #fff;
	font-style: normal;
}
.f_credit_button dt {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 290px;
	width: 100%;
}
.f_credit_button:last-of-type dt {
	display: block;
}
.f_credit_button:last-of-type .f_credit_div {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.f_specific {
	border-bottom: 1px solid #000;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 20px;
}
.f_credit_form input {
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px inset #ddd;
	font-size: 1.4rem;
	font-weight: 700;
	height: 40px;
	line-height: 1.5;
	margin-top: 0;
	outline: none;
	padding-left: 10px;
	width: 100%;
}
.f_credit_form .f_text {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5;
	margin: 30px 0 0;
	padding: 0 15px;
}
.f_credit_button:last-of-type::after {
	border-bottom: 2px solid #ffe7a6;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto;
	max-width: 325px;
	padding-bottom: 50px;
	width: calc(100% - 50px);
}
.f_credit_button dt .f_text {
	color: #f5637a;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	text-align: left;
}
.f_credit_form button {
	background-color: #afafaf;
	border: 1px solid #afafaf;
	border-radius: 5px;
	box-shadow: 0 8px 10px -10px #000;
	color: #fff;
	cursor: pointer;
	font-feature-settings: "palt"1;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	margin: 50px auto 85px;
	max-width: 325px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: calc(100% - 50px);
}
.f_credit_form button:hover {
	opacity: .7;
	transition: .4s;
}
.f_convenience {
	line-height: 1.6rem;
}
.f_convenience a {
	color: #f5637a;
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (min-width:375px) {
	.f_steps::after {
		margin: 0 12px;
	}

	.f_credit_button dt {
		max-width: 325px;
	}

	.f_credit_button dt img {
		height: 45px;
		width: 60px;
	}

	.f_credit_form .f_text {
		font-size: 15px;
		padding: 0;
	}
}

@media screen and (min-width:768px) {
	.f_form {
		max-width: 768px;
		width: 100%;
	}
	.f_form ol {
		border-bottom: solid 1px #ffe7a6;
		display: flex;
		justify-content: center;
		padding-bottom: 40px;
	}
	.f_steps {
		align-items: center;
		display: flex;
		margin-bottom: 10px;
	}
	.f_steps::after {
		color: #ffbdc3;
		content: "\03e";
		font-family: Arial, sans-serif;
		font-size: 5rem;
		-webkit-font-smoothing: antialiased;
		margin: 0 25px;
		-moz-osx-font-smoothing: grayscale;
	}
	.f_form ol li:nth-of-type(3) .f_steps::after {
		color: #f5637a;
	}
	.f_form ol li:nth-of-type(4) .f_steps::after {
		content: none;
	}
	.f_steps img {
		height: auto;
		width: 90px;
	}
	.f_form ol li p {
		display: inline-block;
		font-weight: bold;
		line-height: 1.5;
	}
	.f_form ol li p {
		text-align: center;
		white-space: nowrap;
	}
	.f_form ol li p br {
		display: none;
	}
	.f_form ol li:nth-of-type(1) p {
		margin-left: -10px;
	}
	.f_form ol li:nth-of-type(2) p {
		margin-left: -4px;
	}
	.f_form ol li:nth-of-type(3) p {
		margin-left: -4px;
	}
	.f_form ol li:nth-of-type(4) p {
		margin-left: 17px;
	}

	.f_credit_form {
		margin: 0 auto;
		max-width: 768px;
		width: 100%;
	}
	.f_credit_form br {
		display: none;
	}
	.f_credit_div .f_credit_h1 {
		font-size: 24px;
		font-weight: bold;
		/* 月額プラン */
		margin: 0;
		padding: 14px 0 5px 0;
	}
	.f_credit_div dd p {
		font-size: 20px;
		/* 380円/月 */
		font-weight: bold;
		padding-top: 5px;
	}
	.f_credit_div p span {
		/* (税別) */
		font-size: 14px;
		font-weight: bold;
	}
	.f_text {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .05em;
		/* 解約しない限りは～ */
		margin: 30px 0 0;
	}
	.f_specific {
		border-bottom: 1px solid #000;
		/* 特定商取引法に基づく表示 */
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		margin-top: 30px;
	}
	.f_credit_button {
		align-items: flex-end;
		display: flex;
		justify-content: center;
	}
	.f_credit_button:last-of-type {
		display: block;
	}
	.f_credit_button dt img {
		height: 45px;
		margin-left: 5px;
		/* クレジットのロゴ */
		margin-top: 40px;
		width: 60px;
	}
	.f_credit_button dt img:first-of-type {
		margin-left: 0;
	}
	.f_credit_button div:nth-of-type(2) dt img {
		display: block;
		height: 45px;
		margin: 0 auto;
		/* ドコモ払い */
		width: 129px;
	}
	.f_credit_button dd a {
		border-radius: 10px;
		height: 55px;
		margin-bottom: 50px;
		margin-top: 20px;
		/* ボタン */
		width: 250px;
	}
	.f_credit_button div:nth-of-type(2) {
		margin-bottom: 0;
		/* ドコモ払い + spモード決済 */
		margin-left: 57px;
	}

	.f_credit_div p span {
		/*税別*/
		font-size: 14px;
		font-weight: bold;
	}

	.f_credit_div dd {
		padding-bottom: 14px;
	}
	.f_credit_div  div p:last-of-type {
		color: #e60012;
		font-size: 20px;
		/* 月当たり360円 */
		font-weight: bold;
		padding-top: 5px;
		text-decoration: underline;
	}
	.f_credit_button .f_text {
		/* クーポンをお持ちの方は～ */
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .05em;
		margin: 40px 0;
	}
	.f_credit_button:last-of-type dt {
		display: block;
		max-width: 400px;
	}
	.f_credit_form input {
		background-color: #fff;
		border: solid 1px #ddd;
		box-shadow: 0 1px 5px inset #ddd;
		font-size: 1.4rem;
		font-weight: 700;
		height: 40px;
		line-height: 1.5;
		margin-top: 0;
		outline: none;
		padding-left: 10px;
		width: 100%;
	}
	.f_credit_button dt .f_text {
		color: #f5637a;
		/* 有効なクーポンを入力してください*/
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 16px 0;
	}
	.f_credit_button:last-of-type::after {
		border-bottom: 2px solid #ffe7a6;
		content: "";
		display: block;
		height: 2px;
		margin: 0 auto;
		max-width: 768px;
		padding-bottom: 0;
		width: 100%;
	}
	.f_credit_form button {
		background-color: #afafaf;
		border: 1px solid #afafaf;
		border-radius: 10px;
		box-shadow: 0 8px 10px -10px #000;
		color: #fff;
		cursor: pointer;
		font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo,“Helvetica Neue”, Helvetica, Arial, sans-serif;
		font-feature-settings: "palt"1;
		font-size: 18px;
		font-weight: 700;
		height: 55px;
		margin: 50px auto 100px;
		outline: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		width: 250px;
	}
	.f_credit_div div {
		flex-direction: row;
	}
}

@media screen and (min-width:769px) {
	.f_form ol li p {
		font-size: 1.4rem;
	}
}

/**
 イベントナビ
**/

@media screen and (max-width: 768px) {
	.eventnav {
		margin: 0 auto;
		width: 96%;
	}
}

.eventnav .eventnav__intro--title {
	border-bottom: 2px dotted #333;
	font-size: 2.5rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.eventnav .eventnav__intro--title span {
	font-size: 1.8rem;
}

.eventnav .eventnav__text {
	font-size: 1.6rem;
	line-height: 27px;
	margin-bottom: 50px;
}

.eventnav__calendar {
	margin: 0 auto 30px;
	position: relative;
	width: 500px;
}

@media screen and (max-width: 768px) {
	.eventnav__calendar {
		width: 100%;
	}
}

.calendar-Wrapper {
	background-color: #fff;
}

.calendar__img {
	bottom: 0;
	position: absolute;
	right: -110px;
	width: 80px;
}

@media only screen and (max-width: 768px) {
	.calendar__img {
		bottom: 0;
		right: 20px;
	}
}

.wrap {
	display: block;
	margin: 20px 0 0;
}

.wrap .day {
	color: #333;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	;
}

.wrap .day-name {
	color: #333;
	font-weight: 400;
	margin-top: 10px;
}

.wrap .year, .wrap .month, .wrap .weekday {
	color: #333;
	display: block;
	font-size: 1.2rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	;
}

html[lang=en] .wrap .year, html[lang=en] .wrap .month, html[lang=en] .wrap .weekday {
	letter-spacing: .02em;
}

.wrap .month {
	margin-top: 4px;
}

.calendar-Buttons {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}

.calendar-Buttons .calendar-Buttons_Button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}

.calendar-Buttons .calendar-Buttons_Button img {
	height: 30px;
	width: 18px;
}

.calendar-Buttons_Button-next {
	margin-left: 55px;
}

.calendar-Wrapper_Dates {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0 35px;
	;
}

@media screen and (max-width: 768px) {
	.calendar-Wrapper_Dates {
		padding: 0 20px;
	}
}

.calendar-Wrapper_Body {
	text-align: center;
	width: 100%;
	;
}

.calendar-Wrapper_Body .cell {
	width: 64.45px;
}

@media only screen and (max-width: 768px) {
	.calendar-Wrapper_Body .cell {
		width: 14.28571%;
	}
}

.calendar-Wrapper_Body .cell.date {
	font-weight: 200;
	position: relative;
}

.calendar-Wrapper_Body .cell.date:after {
	content: "";
	display: block;
	padding-top: 100%;
}

.calendar-Wrapper_Body .cell.date.is-event .anchor {
	background-color: #b8fce6;
	border: 1px solid #b8fce6;
}

@media screen and (min-width:769px) {
	.calendar-Wrapper_Body .cell.date.is-event .anchor:hover {
		opacity: .7;
	}
}

.calendar-Wrapper_Body .cell.date.is-today .anchor {
	border: 1px solid #555;
	color: #333;
}

.calendar-Wrapper_Body .cell.date.is-active .anchor {
	background-color: #f5bfc3;
	border: 1px solid #f5bfc3;
}

.calendar-Wrapper_Body .cell.date.is-current .anchor {
	background-color: #f1832c;
	color: #fff;
}

.calendar-Wrapper_Body .cell .anchor {
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	font-size: 1.6rem;
	font-weight: 400;
	height: 34px;
	-webkit-justify-content: center;
	justify-content: center;
	left: 50%;
	letter-spacing: .05em;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 34px;
	;
}

html[lang=en] .calendar-Wrapper_Body .cell .anchor {
	letter-spacing: .1em;
}

.calendar-Wrapper .row.date {
	border-bottom: 1px solid #555;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 24px;
}

@media only screen and (max-width: 768px) {
	.calendar-Wrapper .row.date {
		padding: 0 10px;
	}
}

.calendar-Wrapper .row.date:last-of-type {
	border-bottom: none;
}

.calendar-Wrapper .row.row_first {
	justify-content: flex-end;
}
.calendar-Wrapper .row.row_end {
	justify-content: flex-start;
}

.calendar-Wrapper .row.row_first .cell:not(:last-child) {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.calendar-Wrapper .row.row_first .cell:not(:last-child) {
		margin-right: 0;
	}
}

.calendar-Wrapper__note--wrap {
	display: flex;
}

@media only screen and (max-width: 768px) {
	.calendar-Wrapper__note--wrap {
		display: block;
	}
}

.calendar-Wrapper__note {
	font-size: 1.6rem;
	letter-spacing: .10714em;
	line-height: 1.71429;
	margin: 20px 0 0;
	padding: 0 0 0 22px;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.calendar-Wrapper__note:not(:first-of-type) {
		margin: 10px 0 0;
	}
}

.calendar-Wrapper__note:before {
	border-radius: 50%;
	content: "";
	display: block;
	height: 15px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	;
}

.calendar-Wrapper__note:not(:last-child) {
	margin-right: 30px;
}

.calendar-Wrapper__note.is-today::before {
	border: 1px solid #555;
	color: #333;
}

.calendar-Wrapper__note.is-event::before {
	background-color: #b8fce6;
	border: 1px solid #b8fce6;
}

.calendar-Wrapper__note.is-active::before {

	background-color: #f5bfc3;
	border: 1px solid #f5bfc3;
}

.eventnav .search_area {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.eventnav .search_area {
		display: block;
	}
}

.eventnav .search_box {
	margin-bottom: 80px;
	width: calc((100% - 30px)/2);
}

@media only screen and (max-width: 768px) {
	.eventnav .search_box {
		margin-bottom: 30px;
		width: 100%;
	}
}

.eventnav .search_ttl {
	background: #ffe7a6;
	border-radius: 15px 15px 0 0;
	cursor: pointer;
	font-size: 2rem;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	width: 100%;
}

.eventnav .search_ttl::before {
	border-right: 2.54px solid #fff;
	border-top: 2.54px solid #fff;
	content: "";
	height: 11px;
	position: absolute;
	right: 25px;
	top: 20px;
	transform: rotate(135deg);
	transition: .4s;
	width: 11px;
	z-index: 1;
}
.eventnav .search_ttl.active::before {
	top: 25px;
	transform: rotate(-45deg);
}
.eventnav .search_ttl::after {
	background: #c3a965;
	border-radius: 4px;
	bottom: 0;
	content: "";
	height: 35px;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	transition: .4s;
	width: 35px;
}

.eventnav .searchCondition_item {
	display: none;
}

.eventnav .searchCondition_item li {
	background: #fff;
	display: block;
	height: 60px;
	margin-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}

.eventnav input[type="checkbox"] {
	left: -9999px;
	position: absolute;
}

.eventnav input[type="checkbox"] + label {
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	padding-left: 1.95em;
	position: relative;
}

.eventnav input[type="checkbox"] + label:before {
	background: #fff;
	border: 2.46px solid #c3a965;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	box-sizing: border-box;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 17px;

	width: 26px;
}

.eventnav input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.eventnav input[type="checkbox"]:not(:checked) + label:after, .eventnav input[type="checkbox"]:checked + label:after {
	border-bottom: 2.46px solid #c3a965;
	border-right: 2.46px solid #c3a965;
	content: "";
	height: 14px;
	left: 8px;
	position: absolute;
	top: 19px;
	transform: rotate(45deg);
	transition: all .2s;
	width: 8px;
}

.eventnav .search_box-note {
	font-size: 1.4rem;
	margin-top: 10px;
	text-align: left;
}

.eventnav .input_wrap {
	cursor: pointer;
	height: 65px;
	margin: 0 auto;
	max-width: 345px;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.eventnav .input_wrap {
		margin-bottom: 20px;
	}
}

.eventnav .input_wrap::after {
	color: #fff;
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	font-weight: 900;
	left: 72px;
	position: absolute;
	top: 17px;
	transition: .5s;
}

.eventnav .commonBtn3 {
	outline: none;
	padding-left: 40px;
}

@media only screen and (max-width: 768px) {
	.eventnav .commonBtn3 {
		width: 280px;
	}
}

@media screen and (min-width: 769px) {
	.eventnav .commonBtn3:hover {
		background: #fff;
		border: 2px solid #c3a965;
		color: #c3a965;
	}

	.eventnav .input_wrap:hover::after {
		color: #c3a965;
	}
}

.event_list {
	margin-top: -30px;
	padding-top: 30px;
}

@media only screen and (max-width: 768px) {
	.event_list {
		margin-top: -100px;
		padding-top: 100px;
	}
}

.eventnav .event_list {
	display: block;
	margin: 100px 0;
}

.event_list-date {
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.eventnav .event_common_list {
	margin-bottom: 30px;
}

.event_list-link {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 27px;
	padding: 20px 94px 20px 40px;
	position: relative;
	transition: text-decoration .4s;
}
.event_list-none {
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.event_list-link {
		padding: 10px 65px 10px 10px;
	}
}

.event_list-body {
	padding-left: 78px;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.event_list-body {
		padding-left: 68px;
	}
}

.event_list-body::before {
	content: "";
	display: inline-block;
	height: 58px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
}

.event_list-body.kids::before {
	background: url(./img/img_kids.png) no-repeat;
	background-size: contain;
}

.event_list-body.parents::before {
	background: url(./img/img_parents.png) no-repeat;
	background-size: contain;
}

.event_list-body.family::before {
	background: url(./img/img_family.png) no-repeat;
	background-size: contain;
}

.event_common_list li:nth-child(odd) {
	background: #fff;
}

.event_common_list li:nth-child(even) {
	background: #f8f4ec;
}

.event_list-link::after {
	background: url(./img/ico_arrow_eventlist.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 18.5px;
	margin: auto;
	position: absolute;
	right: 40px;
	top: 0;
	width: 11px;
}

@media only screen and (max-width: 768px) {
	.event_list-link::after {
		right: 10px;
	}
}

.event_list-tit .event_list-txt {
	font-size: 1.9rem;
}
.event_list-txt-grn {
	color: #5c995c;
	font-size: 1.9rem;
}

.event_list .premium {
	display: inline;
	position: relative;
}

.event_list .premium::after {
	background: url(./img/ico_premium.png) no-repeat;
	background-size: cover;
	bottom: -5px;
	content: "";
	height: 24.16px;
	position: absolute;
	right: -36px;
	width: 30px;
}

.event_list-cat {
	background: #b8fce6;
	border-radius: 8px;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	margin: 10px 3px 0; 
	padding: 7px;
}
.event_list-cat-yellow{
	background: #f3e34c;
}

.event_list-cat-gray{
	background: #cdcdcd;
}

.event_list .paginator {
	color: #8c8c8c;
	display: flex;
	font-size: 1.6rem;
	font-weight: bold;
	justify-content: flex-end;
	margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
	.event_list .paginator {
		display: block;
		font-size: 16px;
		margin: 0 auto 80px;
		max-width: 345px;
		width: 100%;
	}
}

.event_list .paginator .display_number {
	padding-top: 6px;
}

@media only screen and (max-width: 768px) {
	.event_list .paginator .display_number {
		margin-bottom: 10px;
	}
}

.event_list .paginator ul {
	display: flex;
}

@media only screen and (max-width: 768px) {
	.event_list .paginator ul {
		justify-content: center;
	}

	.event_list .paginator ul li {
		width: 50%;
	}
}

.event_list .paginator ul li.disable a {
	color: #c9c9c9;
}

.event_list .paginator ul li a {
	border: 1px solid #c3a965;
	color: #8c8c8c;
	display: block;
	margin-right: 5px;
	padding: 5px 8px;
	transition: .4s;
}

.event_list .paginator ul li.selected a {
	color: #c3a965;
}

@media only screen and (max-width: 768px) {
	.event_list .paginator ul li.prev a {
		border-radius: 10px 0 0 10px;
		border-right: none;
	}

	.event_list .paginator ul li a {
		background: #fff;
		padding: 10px;
		text-align: center;
		width: 100%;
	}

	.event_list .paginator ul li.number, .event_list .paginator ul li.noborder {
		display: none;
	}

	.event_list .paginator ul li.next a {
		border-radius: 0 10px 10px 0;
	}
}

.event_ico_nav {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.event_ico_nav {
		justify-content: center;
	}
}

.event_ico_nav li {
	margin-right: 50px;
}

@media only screen and (max-width: 768px) {
	.event_ico_nav li {
		margin-right: 40px;
	}
}

.event_ico_nav li:last-of-type {
	margin-right: 30px;
}

@media only screen and (max-width: 768px) {
	.event_ico_nav li:last-of-type {
		margin-right: 0;
	}
}

.event_ico_nav-img {
	height: 60px;
	width: 60px;
}

.event_ico_nav-txt {
	font-size: 1.4rem;
}

.eventnav_tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;	
}

.eventnav_category {
	background: #b8fce6;
	border-radius: 5px;
	display:inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	padding: 7px;
}

.eventnav_category-yellow {
	background-color: #f3e34c;
}

.eventnav_category-gray {
	background: #cdcdcd;
}

.event_detail {
	margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
	.event_detail {
		margin: 0 auto 30px;
		padding: 0 15px;
		width: 100%;
	}
}

.event_detail_key {
	align-items: center;
	display: flex;
	position: relative;
	z-index: 1;
}

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

@media only screen and (max-width: 768px) {
	.event_detail img {
		height: auto;
		max-width: 100%;
	}
}

.event_detail p {
	font-size: 1.6rem;
	line-height: 1.5;
}

.event_detail-body {
	border-bottom: 1px solid #555;
	margin-bottom: 30px;
}

.event_detail h1 {
	font-size: 2rem;
	line-height: 1.5;
	margin: 15px 0 0;
}

.event_detail .event_detail-date {
	color: #5c995c;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.event_detail .event_detail-date {
		font-size: 1.9rem;
		font-weight: bold;
		line-height: 1.5;
	}
}

.event_detail .event_detail-text {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
.event_detail p .bold{
	font-weight: bold;
}
.event_detail-text a {
	text-decoration: underline;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.gmap iframe, .gmap object, .gmap embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.event_detail .next_BT {
	display: block;
	height: 42px;
	margin: 30px 0 30px auto;
	transition: .4s;
	width: 210px;
}

.event_detail .next_BT a {
	background: #fff;
	border: 1px dashed #5d5d5d;
	border-radius: 21px;
	display: block;
	font-size: 1.9rem;
	font-weight: bold;
	height: 42px;
	line-height: 39px;
	text-align: center;
	transition: .4s;
	width: 210px;
}

.event_detail .next_BT-external {
	display: block;
	height: 60px;
	margin: 30px 0 30px auto;
	transition: .4s;
	width: 210px;
}

.event_detail .next_BT-external a {
	background: #fff;
	border: 1px dashed #5d5d5d;
	border-radius: 32.5px;
	display: block;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	transition: .4s;
}

@media screen and (min-width: 769px) {
	.event_detail .next_BT-external a:hover, .event_detail .next_BT a:hover {
		border: 1px solid #5d5d5d;
	}
}

.event_detail .next_BT-external span {
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.event_detail .next_BT {
		width: 200px;
	}
	.event_detail .next_BT a, .event_detail .next_BT-external a {
		max-width: 360px;
		width:90%;
		background: #f2e24c;
    	border: 2px solid #f2e24c;
		box-shadow: 1px 1px 2px #5d5d5d;
		position:fixed;
		bottom: 90px;
		margin:0 5%;
		right: 0;
		z-index:10;
	}
	.event_detail .next_BT-external {
		height: 50px;
	}

	.event_detail .next_BT-external span {
		font-size: 1.4rem;
	}
}

.event-back-link {
	position: relative;
	text-align: right;
}

.event-back-link a {
	font-size: 1.9rem;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.event-back-link a {
		font-size: 1.6rem;
	}
}

.event_list .event-back-link:before {
	content: none;
}

.event_list .event-back-link a {
	color: #c2a965;
}

/**

イベントフォーム・ギフトフォーム共通

**/
.eventForm input[type="submit"], .eventForm select, eventForm input[type="checkbox"]{
	-webkit-appearance: none;
}
.eventForm input[type="submit"]:focus{
	outline: 0;

}
.event_formTtl {
	background: -webkit-repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background: repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background-size: cover;
	color: #555;
	height: 120px;
	line-height: 120px;
	margin: 0 auto 20px;
	max-width: 768px;
	text-align: center;
	text-shadow: 0 0 5px white;
	width: 100%;;
}
.gift_formTtl {
	background: -webkit-repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background: repeating-linear-gradient(-45deg, #ffdcdc, #ffdcdc 3px,#fff0f0 3px, #fff0f0 7px);
	background-size: cover;
	color: #555;
	height: 120px;
	line-height: 120px;
	margin: 0 auto 20px;
	max-width: 768px;
	text-align: center;
	text-shadow: 0 0 5px white;
	width: auto;
}
.event_formTtl h2, .gift_formTtl h2 {
	font-size: 2.5rem;
	font-weight: bold;
}
.ef01_comment {
	align-items: center;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 30px;
	padding-bottom: 30px;
}

.ef01_comment p {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.ef01_comment span {
	font-size: 1.2rem;
}
.ef01_comment .f_required {
	background-color: #cc0a27;
	border-radius: 4px;
	color: #fff;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px 6px;
	vertical-align: middle;
	white-space: nowrap;
}


.ef01_comment .ninwi {
	background-color: #999;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding: 3px 6px;
	vertical-align: middle;
	white-space: nowrap;
}
.ef01_comment .f_multi {
	background-color: #c3a965;
	border-radius: 4px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -.1rem;
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.ef01_comment textarea {
	margin-top: 10px;
	outline: none;
	padding: 10px;
	width: 100%;
}
.eventForm {
	margin: 0 auto 80px;
	max-width: 768px;
	padding: 0 15px;
	width: 100%;
}
.ef_privacy .supplement p {
	margin-top: 0;
}
.ef_privacy .f_required {
	position: relative;
	top: -2px;
}
.pf01_form_contents dd .default {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}
.eventForm .pf01_form_contents dd::after {
	display: none;
}
.eventForm input[type="checkbox"] {
	margin: 5px;
}
.eventForm .f_alert_required::after {
	color: red;
	content: "こちらは必須項目です。";
	display: block;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
}
.eventForm .infomail input {
	height: 25px;
	width: 25px;
}
.eventForm .namebox {
	display: flex;
	justify-content: space-between;
}
.eventForm .namebox input {
	margin-top: 10px;
	width: 48%;
}
.eventForm .namebox .f_alert_required {
	width: 48%;
}
.eventForm .namebox .f_alert_required input {
	width: 100%;
}
.ef_submit .commonBtn3 {
	background-color: #f27c8b;
	border: 2px solid #f27c8b;
}
.eventForm .event-back-link {
	text-align: center;
}
.eventForm .pf01_privacy a {
	text-decoration: underline;
}
.eventForm .pf01_privacy::after {
	margin-top: 15px;
}
.eventForm .pf01_submit .supplement p {
	margin-top: 20px;
}
.eventForm .f_alert_message {
	background-color: #ffdcdc;
	border: solid 1px #ffdcdc;
	border-radius: 8px;
	color: red;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 0;
	text-align: center;
}
.eventForm .f_alert_message a {
	text-decoration: underline;
}
.eventForm select{
	background-color: #fff;
}
.eventForm p.hosoku{
	padding-top:20px;
}
.eventForm p.gift_form_notice_top{
	margin-top:15px;
}
@media screen and (min-width:1080px) {
	.ef_submit .commonBtn3:hover {
		background-color: #fff;
		color: #f27c8b;
	}
}
@media screen and (min-width:767px) {
	.eventForm .f_alert_message br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.ef_submit p {
		font-size: 1.4rem;
	}
	.ef_privacy {
		text-align: center;
	}
	.ef01_comment .f_multi {
		line-height: 1.2;
	}
	.event_formTtl {
		height: 100px;
		margin-bottom: 10px;
	}
	.event_formTtl h2 {
		line-height: 98px;
	}
	.eventForm .namebox {
		display: block;
	}
	.eventForm .namebox .f_alert_required {
		width: 100%;
	}
	.eventForm .namebox input {
		width: 100%;
	}
	.eventForm .f_alert_box {
		margin: 0 auto;
		max-width: 375px;
		padding: 0 25px;
		width: 100%;
	}
	.eventForm .f_alert_message {
		border-radius: 4px;
		font-size: 1.3rem;
		margin: 0 auto;
		width: 100%;
	}
	.eventForm p.hosoku{
		display:none;
	}
}
@media screen and (max-width: 413px) {
	.eventForm .infomail {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:360px) {
	.ef01_comment .f_required {
		margin-left: 0;
		margin-right: 0;
	}
	.ef01_comment span {
		font-size: 1.0rem;
	}
}
/**リニューアル準備中＆アンケート誘導**/

.renewal .ojigi_mei {
	margin: 0 auto ;
	text-align: center;
}
.renewal .ojigi_mei img {
	height: auto;
	width: 280px;
}
.renewal .renewalTtl {
	text-align: center;
}
.renewal .renewalTtl p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.renewal .renewalHonbun {
	text-align: center;
}
.renewal .renewalHonbun p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.renewal .renewal-campaign {
	text-align: center;
}
.renewal .renewal-campaign p {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: -.5px;
	line-height: 1.8;
	margin-bottom: 30px;
	white-space: nowrap;
}

.renewal .renewal-campaign .pnk {
	color: #d44e62;
	font-size: 1.6rem;
}

.renewal .btn_area {
	margin-bottom: 30px;
}
.renewal .btn_area .commonBtn3 {
	background: #d44e62;
	border: 2px solid #d44e62;
	padding-top: 8px;
}
.renewal .btn_area .commonBtn4 {
	padding-top: 15px;
}
.renewal .renewal-hosoku {
	margin: 0 auto 50px;
	text-align: center;
}
.renewal .renewal-hosoku p {
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin-bottom: 10px;
}
.renewal .renewal-hosoku a {
	text-decoration: underline;
}
.renewal .renewal-hosoku p span {
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.renewal .btn_area .commonBtn3:hover {
		background: #fff;
		border: 2px solid #d44e62;
		color: #d44e62;
	}
	.renewal .renewal-hosoku p br {
		display: none;
	}
}
@media screen and (max-width: 360px) {
	.renewal .btn_area .commonBtn3 {
		padding-top: 8px;
	}
}
@media screen and (max-width: 414px) {
	.renewal-upper {
		margin: 0 auto 80px;
		width: calc(100% - 30px);
	}
}
/*
404error など
*/
.confirm .error_back .commonBtn4 {
	line-height: 40px;
}

/**

ギフト LP

**/
.gift {
	font-weight: bold;
	margin: 0 auto;
	max-width: 870px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.gift {
		width: calc(100% - 30px);
	}
}

.gift .gift_ttl {
	font-size: 2.5rem;
	line-height: 39px;
	margin: 30px 0;
}
.gift .gift_ttl  i {
	line-height: 1.5;
}
@media only screen and (max-width: 736px) {
	.gift .gift_ttl {
		font-size: 2.5rem;
		line-height: 1.6;
	}
}

.gift .gift_ttl_sub {
	display: block;
	font-size: 1.6rem;
}

.gift .gift_box {
	font-size: 2.5rem;
	line-height: 39px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	width: 100%;
}
.gift .gift_box .gift_box_sub {
	position: absolute;
    top: 100px;
    left: 50px;
    background-color: rgba(255,255,255,0.8);
    text-align: left;
    padding: 20px;
}

.gift .gift_box .gift_box_sub .yellow {
	background: linear-gradient(transparent 50%, #f2e24c 50%);
	font-weight: bold;
}
.gift .gift_box .gift_box_sub .price {
	font-size:1.9rem;
}
@media only screen and (max-width: 736px) {
	.gift .gift_box {
		font-size: 1.6rem;
		line-height: 2;
	}
	.gift .gift_box .gift_box_sub {
		top: 30px;
    	left: 20px;
    	padding: 10px;
	}
	.gift .gift_box .gift_box_sub .price {
		font-size:1.4rem;
	}
}

.gift .gift_box::before {
	background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#ffbcc3 5px, #ffbcc3 10px);
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: -8px;
	width: 100%;
}

.gift .gift_box::after {
	background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#a4ffe7 5px, #a4ffe7 10px);
	bottom: 3px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 100%;
}

.gift .gift_box_img {
	width: 100%;
}

@media only screen and (max-width: 736px) {
	.gift .gift_box_img {
		width: 100%;
	}
}

.gift .gift_info .commonTagline {
	margin-bottom: 50px;
}

@media only screen and (max-width: 736px) {
	.gift .gift_info .commonTagline {
		margin-bottom: 35px;
	}
}

.gift .gift_info .commonTagline p {
	font-size: 2.5rem;
}

@media only screen and (max-width: 736px) {
	.gift .gift_info .commonTagline p {
		font-size: 1.6rem;
	}
}

.gift .gift_scene .gift_scene_box {
	margin: 0;
	padding: 0;
	width: 100%;
}

.gift .gift_scene .gift_scene_list {
	display: flex;
	margin-top: 50px;
}

@media only screen and (max-width: 736px) {
	.gift .gift_scene .gift_scene_list {
		display: block;
		margin-top: 20px;
	}
}

.gift .gift_scene .gift_scene_list.reverse {
	flex-direction: row-reverse;
}

.gift .gift_scene .gift_scene_img {
	width: 50%;
}

@media only screen and (max-width: 736px) {
	.gift .gift_scene .gift_scene_img {
		width: 100%;
	}
}

.gift .gift_scene .gift_scene_body {
	background-color: #fff;
	font-size: 1.9rem;
	padding: 30px;
	width: 50%;
}

@media only screen and (max-width: 736px) {
	.gift .gift_scene .gift_scene_body {
		padding: 20px;
		width: 100%;
	}
}

.gift .gift_scene .gift_scene_ttl {
	margin-bottom: 20px;
	padding-left: 70px;
	position: relative;
}

@media only screen and (max-width: 736px) {
	.gift .gift_scene .gift_scene_ttl {
		padding-left: 60px;
	}
}

.gift .gift_scene .gift_scene_ttl::before {
	background: url(./img/ico_gift01.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 28px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
}

.gift .gift_scene .gift_scene_txt {
	line-height: 1.6;
}

@media only screen and (max-width: 736px) {
	.gift .gift_scene .gift_scene_txt {
		font-size: 1.6rem;
	}
}

.gift .gift_cv {
	margin: 100px 0;
	text-align: center;
}

.gift .gift_cv .gift_cv_img {
	position: relative;
	width: 130px;
	z-index: 5;
}

.gift .gift_cv .gift_cv_img_box {
	position: relative;
}

@media only screen and (max-width: 736px) {
	.gift .gift_cv .gift_cv_img {
		width: 77px;
	}

	.gift .gift_cv .gift_cv_img_box {
		margin-left: -15px;
		width: 100vw;
	}
}

.gift .gift_cv .gift_cv_img_box::before {
	background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#c3a965 5px, #c3a965 10px);
	content: "";
	display: inline-block;
	height: 10px;
	left: 0;
	position: absolute;
	top: 29%;
	width: 100%;
	z-index: 2;
}

.gift .gift_cv_mes {
	font-size: 1.9rem;
	line-height: 1.5;
	margin: 20px 0 50px 0;
}

.gift .gift_cv_mes .gift_cv_mes_main {
	display: block;
	font-size: 2.5rem;
}

.gift .gift_cv_mes .gift_cv_mes_gold {
	color: #c3a965;
	display: block;
	font-size: 2.5rem;
}

.gift .gift_cv_mes .gift_cv_mes_sub {
	display: block;
	margin-top: 10px;
}

@media only screen and (max-width: 736px) {
	.gift .gift_cv_mes {
		font-size: 1.6rem;
	}

	.gift .gift_cv_mes .gift_cv_mes_main {
		font-size: 1.9rem;
	}

	.gift .gift_cv_mes .gift_cv_mes_gold {
		font-size: 1.9rem;
	}
}

.gift .gift_btn {
	background-color: #f27c8b;
	border: 2px solid #f27c8b;
	color: #fff;
	height: 65px;
	line-height: 65px;
	padding-top: 0;
}

@media screen and (min-width: 1080px) {
	.gift .gift_btn:hover {
		background-color: #fff;
		color: #f27c8b;
	}
}

.memberLinkBtn_box {
	margin-bottom: 30px;
}

.memberLinkBtn {
	background: #fff;
	border: 1px dashed #5d5d5d;
	border-radius: 15px;
	display: block;
	font-weight: 1.6rem;
	line-height: 35px;
	margin: 10px 0 0 auto;
	text-align: center;
	width: 147px;
}

@media screen and (min-width: 1080px) {
	.memberLinkBtn:hover {
		border: 1px solid #5d5d5d;
		transition: .3s;
	}
}

.gift .benefit_info {
	margin-bottom: 100px;
}

.gift .benefit_box {
	background: #fff;
	padding-bottom: 0;
	padding-top: 50px;
}

@media only screen and (max-width: 736px) {
	.gift .benefit_box {
		left: 50%;
		padding-bottom: 50px;
		padding-top: 20px;
		position: relative;
		transform: translateX(-50%);
		width: 100vw;
	}
}

.gift .member_benefit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (max-width: 736px) {
	.gift .member_benefit {
		display: block;
		flex-wrap: inherit;
		justify-content: inherit;
		margin: 0 auto 50px;
		width: calc(100% - 31px);
	}
}

.gift .member_benefit_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	width: calc((100% - 120px)/2);
}

@media only screen and (max-width: 736px) {
	.gift .member_benefit_item {
		margin: 0 auto;
		max-width: 400px;
		max-width: 345px;
		width: 100%;
	}
}


.gift .member_benefit_item:nth-child(odd) {
	margin-right: 40px;
}

@media only screen and (max-width: 736px) {
	.gift .member_benefit_item:nth-child(odd) {
		margin-right: inherit;
	}
}

.gift .member_benefit .benefit_img img {
	width: 100%;
}

.benefit_info_txt {
	font-size: 1.6rem;
	line-height: 1.6;
}

@media only screen and (max-width: 736px) {
	.gift .memberLinkBtn_box {
		margin-top: 30px;
	}

	.resist.gift .benefit_arrows .slick-prev {
		left: 25px;
		top: 65%;
	}

	.resist.gift .benefit_arrows .slick-next {
		right: 25px;
		top: 65%;
	}
}

.gift .gift_voice {
	margin: 100px 0;
}

@media only screen and (max-width: 736px) {
	.gift .gift_voice {
		margin: 80px 0;
	}
}

.gift .gift_voice .gift_voice_ttl {
	color: #c3a965;
	display: inline-block;
	font-size: 2.2rem;
	padding-left: 15px;
	position: relative;
}

@media only screen and (max-width: 736px) {
	.gift .gift_voice .gift_voice_ttl {
		font-size: 1.6rem;
	}
}

.gift .gift_voice .gift_voice_ttl::before {
	content: "|";
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(-25deg);
}

.gift .gift_voice .gift_voice_ttl::after {
	content: "|";
	position: absolute;
	right: -15px;
	top: 0;
	transform: rotate(24deg);
}

/* .gift .gift_voice .gift_voice_box {

}

@media only screen and (max-width: 736px) {
	.gift .gift_voice .gift_voice_box {
		display: block;
	}
} */

.gift .gift_voice .gift_voice_list {
	display: flex;
	margin-top: 40px;
	width: 100%;
}

@media only screen and (max-width: 736px) {
	.gift .gift_voice .gift_voice_list {
		flex-direction: column-reverse;
	}
}

.gift .gift_voice .gift_voice_img {
	height: 150px;
}

@media only screen and (max-width: 736px) {
	.gift .gift_voice .gift_voice_figure {
		margin-top: 30px;
		text-align: center;
	}

	.gift .gift_voice .gift_voice_img {
		height: 100px;
	}
}

.gift .gift_voice .gift_voice_caption {
	margin-top: 10px;
	text-align: center;
}

.gift .gift_voice .gift_voice_mes {
	background-color: #fff;
	border: 2px solid #c3a965;
	border-radius: 10px;
	color: #c3a965;
	line-height: 26px;
	margin-left: 43px;
	padding: 20px;
	position: relative;
	width: 100%;
}
.gift .gift_voice .gift_voice_mes span{
	color:#555;
}

@media only screen and (max-width: 736px) {
	.gift .gift_voice .gift_voice_mes {
		font-size: 1.6rem;
		margin-left: 0;
	}
}

.gift .gift_voice .gift_voice_mes::before {
	border-color: transparent #c3a965 transparent transparent;
	border-style: solid;
	border-width: 15px 23px 15px 0;
	content: "";
	height: 0;
	left: -23px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: 1;
}

.gift .gift_voice .gift_voice_mes::after {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 13px 21px 13px 0;
	content: "";
	height: 0;
	left: 0;
	margin-left: -20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: 2;
}

@media only screen and (max-width: 736px) {
	.gift .gift_voice .gift_voice_list:first-of-type {
		margin-bottom: 25px;
	}

	.gift .gift_voice .gift_voice_list:first-of-type .gift_voice_mes {
		margin-left: 0;
	}

	.gift .gift_voice .gift_voice_list .gift_voice_mes::before {
		border-color: #c3a965 transparent  transparent transparent;
		border-width: 21px 15px 0 15px;
		bottom: -21px;
		left: auto;
		right: 50%;
		top: auto;
		transform: translateX(50%);
		width: 0;
		z-index: 2;
	}

	.gift .gift_voice .gift_voice_list .gift_voice_mes::after {
		border-color: #fff transparent transparent transparent;
		border-width: 21px 15px 0 15px;
		bottom: -17px;
		left: auto;
		right: 50%;
		top: auto;
		transform: translateX(50%);
		width: 0;
		z-index: 2;
	}
}

.gift .gift_voice_Btn_box {
	margin-top: 20px;
}

.gift .gift_voice_Btn_box .memberLinkBtn {
	width: 185px;
}

.gift .gift_appeal {
	background-color: #f2e24c;
	padding: 30px 70px;
	position: relative;
}

@media only screen and (max-width: 736px) {
	.gift .gift_appeal {
		margin-left: -15px;
		padding: 30px 25px;
		width: 100vw;
	}
}

.gift .gift_appeal::after {
	background: url(./img/ico_gift05.png) no-repeat;
	background-size: contain;
	bottom: -27px;
	content: "";
	display: inline-block;
	height: 60px;
	position: absolute;
	right: 0;
	width: 75px;
}

@media only screen and (max-width: 736px) {
	.gift .gift_appeal::after {
		right: 15px;
		width: 70px;
	}
}

.gift .gift_appeal .gift_appeal_ttl {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

@media only screen and (max-width: 736px) {
	.gift .gift_appeal .gift_appeal_ttl {
		font-size: 1.9rem;
		line-height: 1.3;
	}
}

.gift .gift_appeal .gift_appeal_list {
	line-height: 1.9;
}

@media only screen and (max-width: 736px) {
	.gift .gift_appeal .gift_appeal_list {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

.gift .gift_appeal .gift_appeal_item {
	font-size: 1.9rem;
	list-style: disc ;
}

@media only screen and (max-width: 736px) {
	.gift .gift_appeal .gift_appeal_item {
		list-style: inside;
	}
}

.gift .gift_flow {
	margin-bottom: 80px;
}

.gift .gift_flow .gift_flow_list {
	font-size: 1.9rem;
	line-height: 1.7;
}

.gift .gift_flow .gift_flow_item {
	margin-bottom: 100px;
	position: relative;
}

.gift .gift_flow .gift_flow_item .gift_flow_btn {
	bottom: 0;
	font-size: 1.6rem;
	position: absolute;
	right: 0;
}
/*202202追加*/
.gift .gift_flow .gift_flow_list .gift_flow_sup {
	font-size:1.6rem;
	font-weight: normal;
	margin-top: 30px;
}
.gift .gift_flow .gift_help_link {
	margin-top: 30px;
	text-align: center;
}
.gift .gift_flow .gift_help_link a{
	font-size:1.9rem;
	color: #c2a965;
	text-decoration: underline;
}
@media only screen and (max-width: 736px) {
	.gift .gift_flow .gift_flow_list li:nth-of-type(3){
		margin-bottom: 50px;
	}
}
/*202202追加ここまで*/
@media only screen and (max-width: 736px) {
	.gift .gift_flow .gift_flow_item .gift_flow_btn {
		bottom: -67px;
		right: 0;
	}
}

.gift .gift_flow .gift_flow_ttl {
	position: relative;
	margin-left:30px;
}

@media only screen and (max-width: 736px) {
	.gift .gift_flow .gift_flow_ttl {
		font-size: 1.9rem;
	}

	.gift .gift_flow .gift_flow_ttl_sub {
		font-size: 1.6rem;
	}
}


.gift .gift_flow .gift_flow_ttl_num {
	position:absolute;
	top:-7px;
	left:-30px;
	font-size: 2.6rem;
	color: #c3a965;
	
}
.gift .gift_flow .gift_flow_img {
	display: block;
	margin: 30px auto 0;
	width: 450px;
}

@media only screen and (max-width: 736px) {
	.gift .gift_flow .gift_flow_img {
		width: 100%;
	}
}

.gift .gift_flow .gift_btn {
	line-height: 1.1;
	padding: 10px 0;
}

@media only screen and (max-width: 736px) {
}

/**

ギフト gift-archive

**/

.gift-archive .gift_ttl_sub {
	font-size: 1.6rem;
}

.gift-archive .gift-archive_img {
	display: block;
	margin: 0 auto 10px;
}

@media only screen and (max-width: 736px) {
	.gift-archive .gift-archive_img {
		width: 100%;
	}
}

.gift-archive .gift_info .commonTagline p {
	font-size: 1.6rem;
}

.gift-archive .commonTagline p {
	line-height: 1.3;
	width: 260px;
}

.gift-archive .gift_info_link {
	color: #c2a965;
	text-decoration: underline;
}

.gift-archive .search_area {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.gift-archive .search_box {
	margin-bottom: 80px;
	width: calc((100% - 30px)/2);
}



.gift-archive .search_ttl {
	background: #f8e3bf;
	border-radius: 15px 15px 0 0;
	cursor: pointer;
	font-size: 2rem;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	width: 100%;
}

.gift-archive .search_ttl::before {
	border-right: 2.54px solid #fff;
	border-top: 2.54px solid #fff;
	content: "";
	height: 11px;
	position: absolute;
	right: 25px;
	top: 20px;
	transform: rotate(135deg);
	transition: .4s;
	width: 11px;
	z-index: 1;
}

.gift-archive .search_ttl.active::before {
	top: 25px;
	transform: rotate(-45deg);
}

.gift-archive .search_ttl::after {
	background: #c3a965;
	border-radius: 4px;
	bottom: 0;
	content: "";
	height: 35px;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	transition: .4s;
	width: 35px;
}
.gift-archive .searchCondition_item {
	display: none;
}

.gift-archive .searchCondition_item li {
	background: #fff;
	display: block;
	height: 60px;
	margin-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}

.gift-archive input[type="checkbox"] {
	left: -9999px;
	position: absolute;
}

.gift-archive input[type="checkbox"] + label {
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	padding-left: 1.95em;
	position: relative;
}

.gift-archive input[type="checkbox"] + label:before {
	background: #fff;
	border: 2.46px solid #c3a965;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	box-sizing: border-box;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 17px;
	width: 26px;
}

.gift-archive input[type="checkbox"]:not(:checked) + label:after, .gift-archive input[type="checkbox"]:checked + label:after {
	border-bottom: 2.46px solid #c3a965;
	border-right: 2.46px solid #c3a965;
	content: "";
	height: 14px;
	left: 8px;
	position: absolute;
	top: 19px;
	transform: rotate(45deg);
	transition: all .2s;
	width: 8px;
}

.gift-archive input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.gift-archive input[type="submit"], .gift-single input[type="submit"], .gift-coupon input[type="submit"]{
	-webkit-appearance: none;
}

.gift-archive .input_wrap {
	cursor: pointer;
	height: 65px;
	margin: 0 auto;
	max-width: 345px;
	position: relative;
	width: 100%;
}

.gift-archive .input_wrap::after {
	color: #fff;
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	font-weight: 900;
	left: 72px;
	position: absolute;
	top: 20px;
	transform: .5s;
}
.gift-archive .search_result-none {

	font-size: 1.6rem;
	line-height: 27px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
	.gift-archive .search_area {
		flex-direction: column;
	}

	.gift-archive .search_box {
		margin: 0 auto 30px;
		width: 100%;
	}
}

.gift-archive .gift-archive_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.gift-archive .gift-archive_item {
	margin-bottom: 50px;
	width: calc((100% - 30px)/2);
}

.gift-archive .gift-archive_tab {
	display: flex;
	flex-wrap: wrap;
}

.gift-archive .gift-archive_tab .gift-archive_tab-list {
	background: rgba(246, 188, 188, .5);
	border-radius: 7px;
	display: inline-block;
	font-weight: normal;
	line-height: 1.2em;
	margin: 10px 10px 0 0;
	padding: 10px;
	text-decoration: none;
}

.gift-archive .gift-archive_tab .gift-archive_tab-list.tab_color_green {
	background: rgba(164, 250, 250, .5);
}

.gift-archive .gift-archive_tab .gift-archive_tab-list.tab_color_orange {
	background: rgba(255, 199, 136, .5);
}

@media only screen and (max-width: 736px) {
	.gift-archive .gift-archive_list {
		flex-direction: column;
	}

	.gift-archive .gift-archive_item {
		width: 100%;
	}

	.gift-archive .gift-archive_item .gift-archive_item-img {
		width: 100%;
	}
}

.gift-archive .paginator {
	color: #8c8c8c;
	display: flex;
	font-size: 1.6rem;
	font-weight: bold;
	justify-content: flex-end;
	margin-bottom: 80px;
}

.gift-archive .paginator .display_number {
	padding-top: 6px;
}

.gift-archive .paginator ul {
	display: flex;
}

.gift-archive .paginator ul li.disable a {
	color: #c9c9c9;
}

.gift-archive .paginator ul li a {
	border: 1px solid #c3a965;
	color: #8c8c8c;
	display: block;
	margin-right: 5px;
	padding: 5px 8px;
	transition: .4s;
}
.gift-archive .paginator ul li.selected a {
    color: #c3a965;
}
@media only screen and (max-width: 736px) {
	.gift-archive .paginator {
		display: block;
		font-size: 16px;
		margin: 0 auto 80px;
		max-width: 345px;
		width: 100%;
	}

	.gift-archive .paginator .display_number {
		margin-bottom: 10px;
	}

	.gift-archive .paginator ul {
		justify-content: center;
	}

	.gift-archive .paginator ul li {
		width: 50%;
	}

	.gift-archive .paginator ul li.prev a {
		border-radius: 10px 0 0 10px;
		border-right: none;
	}

	.gift-archive .paginator ul li.number, .gift-archive .paginator ul li.noborder {
		display: none;
	}

	.gift-archive .paginator ul li.next a {
		border-radius: 0 10px 10px 0;
	}

	.gift-archive .paginator ul li a {
		background: #fff;
		padding: 10px;
		text-align: center;
		width: 100%;
	}
}


/**

ギフト gift-single

**/
.gift-single .gift-single_ttl {
	border-bottom: 2px dotted #c3a965;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-bottom: 3px;
	position: relative;
}

.gift-single .gift-single_img {
	display: block;
	margin: 30px auto;
}

@media only screen and (max-width: 736px) {
	.gift-single .gift-single_img {
		width: 100%;
	}
}

.gift-single .gift-single_ttl-sub {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

.gift-single .gift-single_txt {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

@media only screen and (max-width: 736px) {
	.gift-single .gift-single_txt {
		margin-bottom: 10px;
	}
}

.gift-single .gift-single_textarea {
	background: #fff;
	border: 1px solid #c3a965;
	display: block;
	font-size: 1.9rem;
	height: 260px;
	margin-bottom: 15px;
	margin-top: 25px;
	padding: 15px;
	width: 100%;
}

.gift-single .gift-single_mess {
	font-size: 2.5rem;
	margin-top: 50px;
}

@media only screen and (max-width: 736px) {
	.gift-single .gift-single_mess {
		font-size: 1.6rem;
	}
}

.gift-single .gift-single_mess-img {
	display: inline-block;
	font-size: 1.6rem;
	padding-right: 85px;
	position: relative;
}

.gift-single .gift-single_mess-img::after {
	background: url(./img/img_gift_single.png) no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 105px;
	position: absolute;
	right: 0;
	width: 92px;
}

@media only screen and (max-width: 736px) {
	.gift-single .gift-single_mess-img::after {
		height: 78px;
		width: 70px;
	}
}

.gift-single .commonTagline {
	margin-bottom: 50px;
}

.gift-single .input_wrap {
	margin-bottom: 50px;
}

.gift-single .gift-single_back {
	font-size: 19px;
	font-weight: bold;
	font-weight: bold;
	margin: 30px 0 80px;
	text-align: right;
}

.gift-single .gift-single_back-link {
	color: #c2a965;
	text-decoration: underline;
}

.gift-single .gift-single_back-link:hover {
	text-decoration: none;
}

.gift-single .gift-single_yellow-line {
	background: linear-gradient(transparent 50%, #f2e24c 50%);
}
.gift-single .gift-single_notice ul {
	font-weight: normal;
	line-height: 1.5;
}
.gift-single .gift-single_notice ul li a {
	text-decoration: underline;
}
.gift-single input[type="text"] {
	background: #fff;
	border: 1px solid #c3a965;
	display: block;
	font-size: 1.9rem;
	height: 50px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 15px;
	width: 100%;
}

.gift-single .gift-single_txt span{
	font-weight: normal;
	font-size: 1.4rem;
	padding-left: 15px;
}
.gift-single input[type="text"]:focus,.gift-single textarea:focus{
	outline: 0;
}
/**

ギフト完了画面 gift-complete

**/
.gift-complete-body {
	margin: 0 auto 80px ;
	max-width: 500px;
	text-align: center;
}

.gift-complete-sub {
	font-size: 2.1rem;
	margin-bottom: 25px;
	margin-top: 25px;
}

.gift-complete-text {
	font-size: 1.9rem;
	line-height: 1.2;
	margin-bottom: 30px;
}
.gift-complete-text-left {
	text-align: left;
}
.gift-complete-url {
	font-size: 1.9rem;
	line-height: 1.2;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 15px;
}
.gift-complete-text a {
	text-decoration: underline;
}
.gift-complete-body .button-area {
	margin-bottom: 30px;
}
.gift-complete-body .button-area > li i {
	padding-right: 15px;
}
.gift-complete-body .gift-complete-common-btn {
	margin-bottom: 15px;
}
.gift-complete-body .gift-complete-common-btn a {
	border-radius: 32.5px;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	height: 60px;
	line-height: 56px;
	margin: 0 auto;
	text-align: center;
	transition: .4s;
	width: 345px;
}
.gift-complete-body .line a {
	background-color: #06c755;
	border: 2px solid #06c755;
	color: #fff;
}
.gift-complete-body .mail a {
	background-color: #3b5998;
	border: 2px solid #3b5998;
	color: #fff;
}
.gift-complete-body .url a {
	background-color: #555;
	border: 2px solid #555;
	color: #fff;
}
.gift-complete-img {
	margin-bottom: 20px;
}
.gift-complete-login-area {
	margin-top: 50px;
}
.gift-complete-login-area p {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
.gift-complete-login-area .commonBtn3{
	line-height: 1;
	padding-top:8px;
}

.gift-complete-login-area .commonBtn3 span{
	font-size: 1.4rem;
}

@media screen and (max-width:768px) {
	.gift-complete-body img {
		max-width: 500px;
		width: 40%;
	}
}
@media screen and (max-width:360px) {
	.gift-complete-body .gift-complete-common-btn a {
		width: 280px;
	}
	.gift-complete-text {
		font-size: 1.6rem;
	}
}
@media screen and (min-width:1080px) {
	.gift-complete-body .line a:hover {
		background-color: #fff;
		color: #06c755;
	}
	.gift-complete-body .mail a:hover {
		background-color: #fff;
		color: #3b5998;
	}
	.gift-complete-body .url a:hover {
		background-color: #fff;
		color: #555;
	}
}

/**

ギフトログイン画面 gift-login

**/

.gift-login .commonBtn4 {
	background-color: #f27c8b;
	border: 2px solid #f27c8b;
	color: #fff;
	padding-top: 17px;
}
.gift-login {
	margin-bottom: 50px;
}
.gift-login_comment {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.gift-login_supplement{
	font-size: 1.6rem;
	line-height: 1.5;
	margin:15px auto 30px;
	text-align: center;
}
@media screen and (min-width:1080px) {
	.gift-login .commonBtn4:hover {
		background-color: #fff;
		color: #f27c8b;
	}
}
@media screen and (max-width: 414px){
	.login .gift-login {
		margin: 0 auto;
		width: calc(100% - 30px);
	}
}

/**

ギフトWEBクーポン画面 gift-coupon

**/
.gift-coupon {
	margin-bottom: 80px;
}
.gift-coupon .gift-single_ttl{
	margin-top:30px;
}
.gift-coupon .gift-single_textarea {
	border: none;
	height: auto;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.gift-coupon .gift-single_noteline {
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
	background-size: 8px 100%,100% 2em;
	line-height: 2em;
	padding: 2em 1em .2em 1em;
}
.gift-coupon .gift-web-from {
	text-align: right;
}
.gift-coupon .gift-single_txt span {
	font-weight: bold;
	font-size:1.8rem;
	padding-left: 0;
}
.gift-coupon .commonBtn4 {
	line-height: 1;
	padding-top: 8px;
}
.gift-coupon .commonBtn4 span {
	font-size: 1.5rem;
}
.gift-coupon .gift-web-detail {
	margin-bottom: 50px;
	line-height: 1.5;
}
.gift-coupon .gift-web-detail i {
	padding-right: 15px;
}
.gift-coupon .commonBtn3 {
	line-height: 56px;
}
.gift-coupon .commonBtn3 i {
	padding-right: 15px;
}
.gift-coupon .gift-web-mail {
	text-decoration: underline;
}
.gift .gift-coupon .gift_flow_item {
	margin-bottom:50px;
}
/**
LineNewsLP
**/
.line-recommend .mv_img{
	margin-bottom: 40px;
}
.line-recommend .line-flame{
	margin-bottom:40px;
}

.line-recommend .mv_img img{
	width: 100%;
	height: auto;
}

.line-flame {	
	display: flex;
	width: 100%;
	
}
.line-flame ul{
	width: 100%;
    margin: 0 auto;
}
.line-flame ul li{
	height: 5em;
	margin: 0px 10px 15px 0px;
	font-size: 1.6rem;
    text-align: center;
    border: 2px solid #c4a965;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
}

.line-flame ul li a {
	display: block;
    height: 100%;
    padding: 15px 0px 15px 30px;
	line-height: 1.5;
	font-weight: bold;
	color: #c4a965;
}
.line-flame .kids {
	position: relative;
	padding-left: 68px;
}
.line-flame .kids::before{
	background: url(./img/img_parents.png) no-repeat;
    background-size: contain;
	content: "";
    display: inline-block;
    height: 58px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
}
.line-flame .question::before{
	content: "\f4ad";
	font-family: "Font Awesome 5 Pro";
	font-size: 2.2rem;
	left: 15px;
	padding-right: 13px;
	position: absolute;
	top: 20px;
}
.line-flame .period::before{
	content: "\f4be";
	font-family: "Font Awesome 5 Pro";
	font-size: 2.2rem;
	left: 15px;
	padding-right: 13px;
	position: absolute;
	top: 20px;
}
.line-flame .literacy::before{
	content: "\f059";
	font-family: "Font Awesome 5 Pro";
	font-size: 2.2rem;
	left: 15px;
	padding-right: 13px;
	position: absolute;
	top: 20px;
}
@media screen and (max-width:768px){
	.line-flame {
		display: block;
		width: 100%;
	}
}
.linelp .btn_area{
	margin-top:50px;
	margin-bottom:40px;
}
.linelp .btn_area a{
	line-height: 1.2;
	padding-top:11px;
	font-size: 1.6rem;
}
	
.linelp .contVoice .topTagline a {
	text-decoration: none;
}

.linelp_box {
	font-size: 2.5rem;
	line-height: 39px;
	position: relative;
	text-align: center;
	width: 100%;
}
.linelp_box .linelp_box_sub {
	position: absolute;
    top: 100px;
    left: 50px;
    background-color: rgba(255,255,255,0.8);
    text-align: left;
    padding: 20px;
}

.linelp_box .linelp_box_sub .yellow {
	background: linear-gradient(transparent 50%, #f2e24c 50%);
	font-weight: bold;
}
.linelp_box .linelp_box_sub .price {
	font-size:1.9rem;
}
@media only screen and (max-width: 736px) {
	.linelp .linelp_box {
		font-size: 1.6rem;
		line-height: 1.8;
		font-weight: bold;
	}
	.linelp .linelp_box .linelp_box_sub {
		top: 30px;
    	left: 20px;
    	padding: 10px;
	}
	.linelp .linelp_box .linelp_box_sub .price {
		font-size:1.4rem;
	}
}
/* 
.linelp .linelp_box::before {
	background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#ffbcc3 5px, #ffbcc3 10px);
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: -8px;
	width: 100%;
}

.linelp .linelp_box::after {
	background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#a4ffe7 5px, #a4ffe7 10px);
	bottom: 3px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 100%;
} */

.linelp .linelp_box_img {
	width: 100%;
	max-width: 900px;
}

@media only screen and (max-width: 736px) {
	.linelp .linelp_box_img {
		width: 100%;
	}
}
@media only screen and (max-width: 411px){
	.linelp .ttl_howto_h2 {
		font-size: 2.0rem;
	}
}
/*WELCOMEページ用*/
/* 固定ページ用 */

.welcome {
	margin: 0 auto;
	max-width: 870px;
	width: 100%;
}
.wel_ttl_bnr{
    background-color: #ffb;
    margin-bottom: 30px;
    width: 100%;
}
.welcome_top_ttl em{
    color: rgb(0, 143, 119);
    font-style: normal;
    font-size: 27px;
    padding-left: 35px;
    position: relative;
    padding-right: 10px;
}
.welcome_top_ttl{
    font-size: 22px;
    line-height: 3;
    text-align: center;
}
.welcome_top_ttl .br-sp{
    display: none;
}
.welcome_top_ttl em::before{
    background: url(img/beginners_mark.png) no-repeat;
    background-size: cover;
    content: "";
    height: 36px;
    width: 25px;
    left:0px;
    bottom:0px;
    position: absolute;
}
.meidesu{
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
.meidesu p{
    font-size: 1.6rem;
    line-height: 1.6;
    padding-right: 90px;
}
.meidesu ::after{
    background: url(img/welcome_mei.png) no-repeat;
    background-size: cover;
    content: "";
    height: 92px;
    width: 80px;
    right: 0px;
    position: absolute;
    bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.welcome {
		width: calc(100% - 30px);
	}
    .welcome_top_ttl{
        line-height: 2;
        text-align: center;   
    }
    .welcome_top_ttl em{
        padding-right: 3px;
    }
    .welcome_top_ttl .br-sp{
        display: block;
    }
	.welcome_recommend{
		margin-top: -100px;
		padding-top: 100px;
	}
}
.wel_about{
    margin-bottom: 50px;
}
.wel_box {
    display: flex;
    justify-content: space-between;
}
.wel_box li{
    width: 32%;
    text-align: center;
    margin-bottom:30px;
}
.wel_box li img{
    width:30%;
    text-align: center;
}
.wel_box_desc dt{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
}
.wel_box_desc dd{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align:left;
}
.welcome_target{
    margin-bottom: 50px;
}
.welcome_target p{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.welcome_target p em{
    font-size: 2.4rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    padding-left:5px ;
    background: linear-gradient(transparent 50%, #f2e24c 50%);
}
.wel_graph_q {
    font-weight: bold;
    font-size: 1.8rem;
}
.wel_graph {
    text-align: center;
    margin-top:20px;
    margin-bottom: 50px;
}
.wel_graph_cap{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 15px;
}
.welcome_question{
    display:flex;
    align-items: center;
    margin-bottom: 20px;
}
.welcome_question img{
    width: 100px;
    margin-right: 30px;
    border-radius: 50px;
}
.welcome_question p{
    background-color: #fff;
    border: 2px solid #c3a965;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 15px;
    font-weight: bold;
    position: relative;
    margin-left: 10px;
}
.welcome_question p::before {
    border-color: transparent #c3a965 transparent transparent;
    border-style: solid;
    border-width: 15px 23px 15px 0;
    content: "";
    height: 0;
    left: -23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    z-index: 1;
}
.welcome_question p::after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 13px 21px 13px 0;
    content: "";
    height: 0;
    left: 0;
    margin-left: -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    z-index: 2;
}
.welcome_answer {
    margin-bottom: 30px;
}
.welcome_answer p{
    font-size: 1.6rem;
    line-height: 1.5;
}
.welcome_recommend .memberLinkBtn{
    width: 200px;
    padding-right: 15px;
    font-weight: bold;
    position: relative;
}
.welcome_recommend .memberLinkBtn i{
    padding-right: 5px;
}
.welcome_recommend .memberLinkBtn a::after{
    border-right: 2px solid #555;
    border-top: 2px solid #555;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(45deg);
    width: 7px;
}
.welcome_recommend ul li{
    margin-bottom: 30px;
}
.welcome .resist .commonBtn4{
    line-height: 2;
}
.welcome .resist .resist_box{
    margin-top: 30px;
    padding-top: 40px;
}
.welcome .resist .wel_more_area{
    margin-top: 50px;
    text-align: center;
}
.welcome .resist .wel_more{
    color: #c3a965;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
}
.welcome .resist .wel_more::before {
    content: "|";
    left: -15px;
    position: absolute;
    top: 0;
    transform: rotate(-25deg);
}
.welcome .resist .wel_more::after{
    content: "|";
    position: absolute;
    right: -15px;
    top: 0;
    transform: rotate(24deg);
}

.oyakomei {
    text-align: center;
    margin-bottom: 50px;
}
.oyakomei img{
    width: 36%;
    margin-bottom: 50px;
}
.oyakomei p{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.wel_intro_box {
	text-align: center;
	margin:0px auto 30px;
	background: #fff;
    border: 2px solid #c3a965;
    border-radius: 10px;
    padding: 3px 20px;	
}
.wel_intro_box a{
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 736px) {
    .wel_box {
        display: block;
    }
	.wel_box li{
        width: 100%;
        text-align: center;
    }
    .wel_box li img{
        width:30%;
       
    }
    .welcome_question{
        flex-direction: column-reverse;
    }
    .welcome_question p{
        margin-left: 0;
        margin-bottom:25px;
    }
    .welcome_question img{
        margin-right: 0;
    }
    .welcome_question p::before {
        border-color: #c3a965 transparent transparent transparent;
        border-width: 21px 15px 0px 15px;
        bottom: -21px;
        left: auto;
        right:50%;
        top: auto;
        transform: translateX(50%);
    }
    .welcome_question p::after {
        border-color: #fff transparent transparent transparent;
        border-width: 21px 15px 0px 15px;
        bottom:-17px;
        margin-left: -20px;
        left: auto;
        right:50%;
        top: auto;
        transform: translateX(50%);
    }

    .oyakomei img{
        width: 70%;
    }
}
/**contactform
**/
.contact_radio{
	display: block;
    margin: 1em auto;
}
@media only screen and (max-width: 736px){
	.contact_radio label{
		display:block;
		line-height: 2;
	}
}