@font-face {
  font-family:"fp-font";
  src:url("theme/fonts/fp-font.eot");
  src:url("theme/fonts/fp-font.eot?#iefix") format("embedded-opentype"),
    url("theme/fonts/fp-font.woff") format("woff"),
    url("theme/fonts/fp-font.ttf") format("truetype"),
    url("theme/fonts/fp-font.svg#fp-font") format("svg");
  font-weight:normal;
  font-style:normal;
}
[data-icon]:before {
  font-family:"fp-font" !important;
  content:attr(data-icon);
  font-style:normal !important;
  font-weight:normal !important;
  font-variant:normal !important;
  text-transform:none !important;
  speak:none;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
[class^="fp-icon-"]:before,
[class*=" fp-icon-"]:before {
  font-family:"fp-font" !important;
  font-style:normal !important;
  font-weight:normal !important;
  font-variant:normal !important;
  text-transform:none !important;
  speak:none;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
[class^="fp-icon-"],
[class*=" fp-icon-"] {
  display: inline-block;
  vertical-align:top;
}
.fp-icon-fav-folder:before { content:"\61"; }

/* リセット系 */
* {
	-webkit-margin-before:0; -webkit-margin-after:0;
	-webkit-margin-start:0; -webkit-margin-end:0;
	-webkit-padding-start:0;
}
html, body {
	overflow-x:hidden;
}
body {
	height: 100%;
	width: 100%;
	max-width: 100%;
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	padding: 0;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	color: #55605f;
	background: #FFF;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.03em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
}
body div {
	word-break:break-all;
	-ms-word-break:break-all;
}
ul {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ul li { position: relative; }
ol { padding: 0 0 0 18px; }
ul.list_normal {
  overflow: visible;
  padding-left: 20px;
}
ul.list_normal li {
	margin: 10px 0;
	list-style-type: disc;
}
ol.list_normal {
    overflow: visible;
    padding-left: 25px;
   	line-height: 160%;
}
ol.list_normal li {
	margin: 10px 0;
	list-style-type: decimal;
	line-height: 160%;
}
a {
	color: #78CFC7;
	text-decoration: none;
	transition: all 0.2s ease;
}
a:focus {
	outline: none;
	outline: -webkit-focus-ring-color auto 0px;
}
img { max-width: 100%; }
p {
	margin: 5px 0;
	padding: 0;
}
p.empty, p.subtext {
	padding: 8px;
}
.cushion_text, p.padded {
	padding: 13px 10px;
	margin: 0;
}

h2 {
	font-size:90%;
	height:45px;
	line-height:45px;
	padding: 0;
	margin: 0;
	color: #56605F;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #78CFC7;
}
h3 {
	position: relative;
	display: block;
	padding:5px 10px;
	margin: 0 0 10px;/* 180529 */
	background: #78CFC7;
	color: #FFF;
	font-size: 130%;
	line-height: normal;
	border-bottom: 3px solid #EFE5D9;
}
/* 180529
h3.toggle, h3.no-border {
	margin: 0;
}*/
h3.toggle {/* 180529 */
	margin: 0;
}
h3.hint {
	background: #FFf;
	color: #656767;
	border-color: #78CFC7;
	margin:20px 8px 5px;
	padding-left:2px;
	padding-bottom:2px;
}
h3.hint i {
	color: #656767;
	font-size:20px;
	height:22px;
	width:22px;
	background: #FFE651;
	border-radius:11px;
	border-radius:50%;
  text-align: center;
  padding:3px;
  margin-bottom:3px;
  line-height: 1.2em;
}
h3 .edit_icon {
	display: block;
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight:normal;
	line-height:25px;
	background: #5E9B96;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
h3 a.edit_icon {
	color: #fff;
	font-size: 16px;
}
h3 .edit_icon i {
	font-style:normal;
	vertical-align: middle;
}
h4 {
	position: relative;
	font-size: 110%;
	display: block;
	padding:4px 10px;
	margin: 0;
	background: #efe6d9;
	color: #656767;
	line-height: normal;
}
h4 { /* 180529 */
	font-size: 100%;
	padding:4px 10px;
	margin: 0 8px;
}
h5 {
	position: relative;
	color: #56605F;
	font-size: 100%;
	font-weight:normal;
	margin: 0;
	padding:5px 0;
}
h6 {
	font-size: 100%;
	line-height: normal;
	font-weight:bold;
	color: #A9B2B1;
	margin: 0 0 5px;
	text-align: center;
}
.plus_icon { background: none; }
.plus_icon img {
	width: 15px;
	margin-right:8px;
	display: inline-block;
	vertical-align: middle;
}
small {/* 180529 */
	font-size: 70%;
	color: #A9B2B1;
	line-height: 85%;
	letter-spacing: 0.01em;
}
small.date {
	display: block;
	text-align: right;
}
.action_icon small img.plus_icon {
	width: 14px;
	margin: 0 5px 0 0;
}

hr {
	height: 0; width: 100%;
	margin: 15px 0;
	border: none;
	border-bottom: 1px solid #A9B2B1;
}
hr.hr_green { border-bottom: 1px solid #78CFC7; }


/* ラベル */
.label {
	display: inline-block;
	min-width: 3.5em;
	padding: 0 5px; margin: 0 5px 0 0;
	font-size:85%;
	text-align: center;
  background: #fff; color: #A9B2B2;
	line-height: 18px;
	border: 1px solid #a9b2b1;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	border-radius:4px;
}
.narikiri_list .labels .label,
.narikiri_box .labels .label {
	margin: 0 0 0 5px;
}
.label_red { border: 1px solid #FE9582; }
.label_yellow {
	background: #FFFBE7; border: 1px solid #78CFC7;
}
.label_gray { background: #F2F2F2; }
.label_public { border: 1px solid #78CFC7; }
.label_page {
	background: #F2F2F2;
	display: inline-block;
	padding: 0 5px;
	font-size:85%;
	text-align: center;
	color: #A9B2B2;
	line-height: 18px;
}
.label_closed {
	background: #FE9582;
	display: inline-block;
	padding: 0 5px;
	font-size:85%;
	text-align: center;
	color: #fff;
	line-height: 18px;
}
/* ボタン */
.btn {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 10px;
	min-width: 60px;
	text-align: center;
	font-size: 100%;
	color: #FFF;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	background: #aab3b3;
	border: 1px solid #7c8887;
	-moz-box-shadow:	inset 2px 2px 0 #FFF;
	-webkit-box-shadow:inset 2px 2px 0 #FFF;
	box-shadow:		 inset 2px 2px 0 #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.15em;
}
button.btn, a.btn {
	height:40px;
	line-height:40px;
}
button.btn.btn_green, a.btn.btn_green {
	height:45px;
	line-height:43px;
	width:85%;
	display: block;
	margin: 0 auto 10px;
}
/*
.btn_green {
	background: #78CFC7;
	border-color: #5E9B94;
  min-width: 120px;
}
*/
.btn_green { /* 180529 */
	background: #FFE651;
	color: #676663;
	border-color: #969592;
	height:45px;
	line-height:43px;
	min-width: 120px;
	text-shadow: none;
}
.btn_white {
	color: #8D9391;
	background: #fff;
	border: 1px solid #A9B2B1;
	display: inline-block;
	padding:5px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.btn_white:hover, .btn_white:active, .btn_white:focus {
	background: #f5f5f5;
}

.btn_alert {
	background: #FEA190; border-color: #CB6C5A;
}
.btn_full { width: 100%; }
a.btn { cursor:pointer; }
.btn_flat {
  border: none;
  -moz-box-shadow: none; -webkit-box-shadow: none;
	box-shadow:	none;
}
/* 新規登録ボタン */
.btn_register {
	display: inline-block;
	position: relative;
	min-width: 186px;
	min-height:40px;
	margin: 10px auto;
	padding: 0px 20px 0 45px;
	line-height:40px;
	text-align: center;
	background: #FFE651;
	color: #55605f;
	border:2px solid #A5AFAE;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:	inset 2px 2px 0 #FFF;
	-webkit-box-shadow:inset 2px 2px 0 #FFF;
	box-shadow:		 inset 2px 2px 0 #FFF;
	-webkit-appearance: none;
	box-sizing:border-box;
}
.btn_register:hover {
	background: #eccd0e;
	color: #55605f;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.btn_register:active {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	-moz-box-shadow:inset 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:inset 2px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow:inset 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.btn_register img {
	position:absolute;
	top:0;
	bottom:0;
	left:20px;
	width: 18px;
	margin:auto;
}

/* 使い方用 */
.btn_support:active,
.btn_support:focus,
.btn_support {
	display: inline-block;
	margin: 0 0 10px 0;
	min-width:60px;
	text-align: center;
	border-radius:8px;
	font-size: 100%;
	background: #fff;
	text-shadow: none;
	color: #55605f;
	border:2px solid #FFE651;
	box-shadow:0 3px #d8d5d1;
	min-height:40px;
	box-sizing:border-box;
	padding:10px 15px;
}
a.btn_support:hover {
	color: #55605f;
}
.btn_twins .btn_support {
	width: 100%;
	max-width:none;
}
.buttons .btn_support {
	width:85%;
	display: block;
	margin: 0 auto 12px;
}

.buttons { /* 大きいボタン用コンテイナ */
	margin-bottom:5px;
	overflow: hidden;
	padding: 0 8px;
}
.buttons .btn {/* 180529 */
	display: block;
	width:85%;
	margin: 0 auto 10px;
}
ul.btn_twins { /* ボタンが２つ並ぶ用 */
	width: 100%;
	margin: 0;
	padding: 0;
	display:-webkit-box;			/* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;				 /* OLD - Firefox 19- (buggy but mostly works) */
	display:-ms-flexbox;			/* TWEENER - IE 10 */
	display:-webkit-flex;		 /* NEW - Chrome */
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
ul.btn_twins .btn {
	width: 100%;
}
ul.btn_twins li {
	width:50%;
	-webkit-flex-grow:1;
	flex-grow:1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.btn_twins li:nth-child(2n-1) {
	padding: 0 5px 0 0;
}
ul.btn_twins li:nth-child(2n) {
	padding: 0 0 0 5px;
}
ul.btn_twins li:only-child {
	width: 100%;
	padding-left:0;
	padding-right:0;
}

/* フォーム */
form h5.inline-block {
	line-height:20px;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
	font-size: 16px;
}
button:focus {
	outline:none;
}
select,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="checkbox"],
textarea {
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	font-size: 16px;
	margin:5px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	padding:5px;
	color: #56605F;
	border: 1px solid #a9b2b1;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea{
	transition:background 0.3s ease;
}
select:focus {
	outline:none;
}
select option {
	max-width: 100%;
}
input:focus,
textarea:focus {
	outline:none;
	background: #fffced;
	transition:background 0.3s ease;
}
textarea {
	height: 150px;
	resize:none;
	line-height: 150%;
}
input[type=checkbox] {
	width:24px;
	height:24px;
	background: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align:bottom;
	position: relative;
}
input[type=checkbox]:checked,
input[type=checkbox]:focus{
	background: #fff;
}
input[type=checkbox]:checked:before {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:20px;
	height:20px;
	font-family:FontAwesome;
	content:"\f00c";
	font-style:normal;
	font-weight:normal;
	text-decoration:inherit;
	font-size:21px;
	line-height:20px;
	color: #56B2A7;
}
input::-webkit-input-placeholder{
	color: #cbd2d2;
	line-height:25px;
}
input::-ms-input-placeholder{
	color: #cbd2d2;
}
input::-moz-input-placeholder{
	color: #cbd2d2;
}
input[type=number] {
	width:4em;
	margin-right:10px;
}
input[type=date],
input[type=time] {
	background: #fff !important;
}
input[type=date] {
	height:30px;
	width: 10em;
}
input[type=time] {
	height:30px;
	width:5em;
}
select {
	width:80%;
	background:url(../img/select_arrow.svg) #FFF no-repeat center right;
	background-position-x:98%;
	background-position-y:50%;
	background-position:right 5px center;
	background-size: 10px;
	padding:5px 20px 5px 5px;
	border: 1px solid #a9b2b1;
	color: #55605f;
}
_:-ms-lang(x), select {/* IE, Edge */
	padding: 0 0 0 5px;
	background-image:none;
}
.select_half {
	width:48%;
}
.select_full {
	width: 100%;
}

/* 画像アップ：プレビュー */
#file_preview {
	text-align: center;
}
#file_preview > div {
	margin: 0 auto;
}

/* タイトルが左側 */
ul.input_row li {
	margin:5px 0;
}
ul.input_row li h5 {
	display: inline-block;
	width:26%;
	line-height:35px;
	margin: 0;
	padding: 0;
}
ul.input_row li input,
ul.input_row li select {
	display: inline-block;
	vertical-align: middle;
	width:72%;
	height:30px;
	margin: 0;
	background: #fff !important;
}

/* チェック単独 */
label.check_label {
	line-height:24px;
}
label.check_label input[type=checkbox] {
	margin: 0 10px 0 0;
}
label.check_all { /*「全てチェックする」*/
	line-height:24px;
}
label.check_all input[type=checkbox] {
	margin: 0 0 0 10px;
}

/* チェックして表示 */
.check_show input[type=checkbox] {
	margin: 0 10px 5px 0;
}
.check_show label {
	line-height:30px;
}

.show_me { /* Android 4.1 では対応されていない */
	overflow: hidden;
	height: 0;
	z-index:-1;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.2s ease;
}
.check_show input[type=checkbox]:checked ~ .show_me {
	height:auto;
	opacity:1;
	filter:alpha(opacity=100);
	transition:all 0.2s ease;
}


/* 選択肢によって表示される追加入力 */
.add_setting {
	display:none;
}


/* 日付け入力 */
.date label {
	margin: 0 6px 0 0;
}
.date input[type=number] {
	width:3em;
}
.date input[type=number].year {
	width:4em;
}


/* 入力リスト （検索条件など） */
ul.option_list .btn {
	width:3em;
	height:35px;
	margin:2px 0 0;
	line-height:34px;
	padding: 0;
}
ul.option_list li{
	margin:5px 0;
}
ul.option_list h5 {
	line-height:35px;
}
ul.option_list h5.float-left {
	margin: 0 10px 0 0;
}
ul.option_list .date {
	padding-bottom:5px;
}
ul.option_list .date label{
	display: inline-block;
	margin:5px 2px 5px 0;
}
ul.option_list .date input[type=number] {
	margin: 0 5px 0 0;
}
ul.option_list .flex {
	display:flex;
	flex-direction:row;
}
ul.option_list .flex > div,
ul.option_list .flex > input,
ul.option_list .flex > select,
ul.option_list .flex > label {
	display: inline-block;
	flex-grow:1;
	width:20%;
}
ul.option_list .flex label:last-child {
	margin-right:0;
}
ul.option_list .flex > div {
	margin: 0 10px 0 0;
}
ul.option_list .flex > div.right {
	margin: 0;
}
ul.option_list select {
	height:30px;
	margin:5px 10px 10px 0;
}
ul.option_list .flex > input {
	margin-right:10px;
}
ul.option_list .flex input[type=date] {
	width:60%;
	letter-spacing:-1px;
}
ul.option_list .flex input[type=time] {
	width:38%;
	letter-spacing:-1px;
}
ul.option_list .flex .btn_file {
	width:6em;
}
ul.option_list.option_date li {
	margin: 10px 0 0;
	line-height:30px;
}
ul.option_list.option_date li .btn {
	margin:-2px 0 0;
}
ul.option_list.option_date select {
	margin: 0 5px;
	padding: 0;
}
ul.option_list.option_date select:first-of-type {
	margin: 0 5px 0 0;
}


/* 基本のフォーム */
form h3:first-of-type,
form h3 {
	clear: both;
	margin: 0 0 5px;
}
form h5 {
	padding: 0;
}
button.btn {
	clear: both;
	width: 100%;
	margin: 0;
}
#main form button.btn_narrow {
	margin: 15px 0 0 0;
}
form .container {
	padding: 10px 8px;
}

/* ON/OFFスイッチ（チェックボックス） */
.switch {
	display: inline-block;
	float:right;
	position: relative;
	width:75px;
	margin:5px 0 10px 0;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none;
}
.switch input[type=checkbox] {
	display:none;
}
.switch-label {
	display: block;
	overflow: hidden;
	border:2px solid #8D9391;
	border-radius:20px;
}
.switch input[type=checkbox]:checked + .switch-label { /* ON */
	border:2px solid #5E9B94;
}
.switch-inner {
	display: block;
	width:200%;
	margin-left:-100%;
	transition:all 0.5s ease;
}
.switch input[type=checkbox]:checked + .switch-label .switch-inner { /* ON */
	margin-left:0;
}
.switch-inner:before, .switch-inner:after {
	display: block;
	float: left;
	width:50%;
	height:28px;
	padding: 0;
	color: #FFFFFF;
	line-height:30px;
	box-sizing:border-box;
}
.switch-inner:before {
	content:"ON";
	padding-left:9px;
	background: #78CFC7;
}
.switch-inner:after {
	content:"OFF";
	padding-right:9px;
	background: #C8CECE;
	text-align: right;
}
.switch-switch {
	display: block;
	width:33px;
	margin:-2.5px;
	position:absolute;
	top:0;
	bottom:0;
	right:46px;
	background: #FFFFFF;
	border:2px solid #8D9391;
	border-radius:20px;
	transition:all 0.5s ease;
}
.switch input[type=checkbox]:checked + .switch-label .switch-switch { /* ON */
	border:2px solid #5E9B94;
	right:0px;
}
.switch_title {
	display: inline-block;
	float: left;
	clear: both;
	line-height:35px;
	margin:5px 0 10px 0;
}
.switch_title i {
	font-size: 120%;
	color: #FFE651;
	margin: 0 10px 0 0;
}


/* 【小型】ON/OFFスイッチ（入力フォーム拡大） */
.switch_small_wrap {
	display: inline-block;
	float:right;
	line-height: 0;
}
.switch_small_wrap small {
	display: inline-block;
	margin: 0 10px;
	height:20px;
	line-height:20px;
}
.switch_small {
	display: inline-block;
	float:right;
	height:20px;
	position: relative;
	width:60px;
	margin: 0;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none;
}
.switch_small input[type=checkbox] {
	display:none;
}
.switch_small-label {
	display: block;
	overflow: hidden;
	border-radius:20px;
}
.switch_small input[type=checkbox]:checked + .switch_small-label { /* ON */
}
.switch_small-inner {
	display: block;
	background: #78CFC7;
	width:200%;
	height:20px;
	padding: 0;
	margin-left:-100%;
	transition:all 0.5s ease;
}
.switch_small input[type=checkbox]:checked + .switch_small-label .switch_small-inner { /* ON */
	margin-left:0;
}
.switch_small-inner:before, .switch_small-inner:after {
	display: block;
	float: left;
	width:50%;
	height:20px;
	padding: 0;
	color: #FFFFFF;
	line-height:20px;
	box-sizing:border-box;
}
.switch_small-inner:before {
	content:"ON";
	padding-left:10px;
	background:transparent;
}
.switch_small-inner:after {
	content:"OFF";
	padding-right:6px;
	background: #C8CECE;
	text-align: right;
	border-radius:20px;
}
.switch_small-switch {
	display: block;
	width:20px;
	height:20px;
	margin:-1px 0 0 0;
	position:absolute;
	top:0;
	bottom:0;
	right:38px;
	background: #FFFFFF;
	border: 1px solid #a9b2b1;
	border-radius:20px;
	transition:all 0.5s ease;
}
.switch_small input[type=checkbox]:checked + .switch_small-label .switch_small-switch { /* ON */
	border: 1px solid #78CFC7;
	right:0px;
}


/* ラジオボタン*/
ul.radio_normal input[type=radio]{
	position:absolute;
	bottom:0;
	top:0;
	left:6px;
	width: 15px;
	height: 15px;
	margin:auto;
	visibility:hidden;
}
ul.radio_normal {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.radio_normal li{
	display: inline-block;
	float: left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.radio_normal li label{
	position: relative;
	display: block;
	padding:10px 10px 10px 40px;
	z-index:6;
}
ul.radio_normal li .check{
	display: block;
	height:25px;
	width:25px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	z-index:5;
	border: 1px solid #a9b2b1;
	border-radius:100%;
}
ul.radio_normal li .check::before {
	display:none;
	visibility:hidden;
	position:absolute;
	content:'';
	border-radius:100%;
	height: 15px;
	width: 15px;
	top:5px;
	left:5px;
	margin:auto;
	background:transparent;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
ul.radio_normal input[type=radio]:checked ~ .check::before{
	background: #56B2A7;
	display: block;
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=1); /* For IE8 and earlier */
}
ul.radio_normal input[type=radio]:checked {
	visibility:visible;
}




/* ラジオボタンが２つ並ぶ時 */
ul.radio_twins {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	border:2px solid #5E9B94;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.radio_twins li{
	background: #5E9B96;
	display: inline-block;
	float: left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.radio_twins li:first-child label{
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}
ul.radio_twins li:last-child label{
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
ul.radio_twins label {
	color: #FFF;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	background: #78CFC7;
	display: block;
	padding:10px 0;
	margin-bottom:-2px;
	border-left:2px solid #FFF;
	border-top:2px solid #FFF;
	border-bottom:2px solid #78CFC7;
	transition:background 0.25s linear;
	-webkit-transition:background 0.25s linear;
}
ul.radio_twins input[type=radio]:checked ~ label{
	margin-bottom:0px;
	background:transparent;
	border-left:2px solid #44615D;
	border-top:2px solid #44615D;
	border-bottom:2px solid #FFF;
	transition:background 0.25s linear;
	-webkit-transition:background 0.25s linear;
}

/* ラジオボタンが３つ並ぶ時 */
ul.radio_triplet {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	border:2px solid #5E9B94;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.radio_triplet li{
	background: #5E9B96;
	display: inline-block;
	float: left;
	width:33.333333%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.radio_triplet li:first-child label{
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}
ul.radio_triplet li:last-child label{
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
ul.radio_triplet label {
	color: #FFF;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	background: #78CFC7;
	display: block;
	padding:10px 0;
	margin-bottom:-2px;
	border-left:2px solid #FFF;
	border-top:2px solid #FFF;
	border-bottom:2px solid #78CFC7;
	transition:background 0.25s linear;
	-webkit-transition:background 0.25s linear;
}
ul.radio_triplet input[type=radio]:checked ~ label{
	margin-bottom:0px;
	background:transparent;
	border-left:2px solid #44615D;
	border-top:2px solid #44615D;
	border-bottom:2px solid #FFF;
	transition:background 0.25s linear;
	-webkit-transition:background 0.25s linear;
}



/* メイン */
.container {
	clear: both;
	padding: 0 8px;
}
.container > p {
	margin: 0 0 1em;
}

/* ページ見出し */
ul.page_header {
	text-align: center;
	line-height: 0;
	font-size:0;
	border-bottom: 1px solid #78CFC7;
}
ul.page_header li {
	display: inline-block;
	float: left;
	width: 19%;
	height:45px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight:normal;
	color: #cbd2d2;
	line-height:45px;
	text-align:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.page_header li:first-child a {
	color: #cbd2d2;
	display: block;
	padding: 0 0 0 10px;
	font-size: 18px;/* 180529 */
}
ul.page_header li:nth-child(2) {
	width:62%;
}
ul.page_header li:nth-child(3) {
	text-align: right;
	padding: 0 10px 0 0;
}
ul.page_header h2 {
	height:45px;
	line-height:45px;
	margin: 0;
	padding: 0 5px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 矢印リンクリスト */
ul.menu { /* 180529 */
	padding: 0 8px;
}
ul.menu li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #A9B2B1;
}
ul.menu li:last-child {
	border-bottom:none;
}
ul.menu li:only-child {
	border-bottom: 1px solid #A9B2B1;
}
ul.menu li:only-child.no-border {
	border-bottom:0;
}
ul.menu li.inline-block {
	display: inline-block;
	width: 45%;
}
ul.menu li a,
ul.menu li button {
	display: block;
	position: relative;
	color: #8D9391;
	padding:15px 30px 15px 5px;/* 180529 */
}
ul.menu li button {
	background: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	border: 0;
	width: 100%;
	text-align: left;
}
ul.menu li a:after,
ul.menu li button:after {
	height: 16px;
	position:absolute;
	top:0;
	bottom:0;
	right:5px;
	margin:auto;
	color: #CCD2D2;
  color: #dadede;
	font-size: 16px;
	line-height: 16px;
	font-family:FontAwesome;
	content:"\f054";
}
ul.menu li i.icon,
ul.menu li a i,
ul.menu li button i {
	font-size: 120%;
	color: #FFE651;
	margin: 0 10px 0 0;
}
ul.menu li a p{
	color: #55605f;
}
ul.menu li p {
	margin: 0 0 5px 0;
	line-height: 160%;
}
ul.menu li p:last-of-type {
	margin: 0;
}
ul.menu li.sub_menu {
  color: #8D9391;
}
@media (max-width:768px) {
  ul.menu li.sub_menu > * {
    padding: 15px 5px;
  }
  ul.menu li.sub_menu .toggle span.arrow {
    color: #78cfc7;
  }
  ul.menu li.sub_menu ul.toggle_child {
    margin: 0 0 8px 16px;
    padding: 0 0 0 8px;
  }
  ul.menu li.sub_menu ul.toggle_child li {
    border: none;
  }
}


/* 読者登録の読者数 */
ul.menu dl.row dt {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
ul.menu dl.row dt h5 i{
	line-height:6px;
}
ul.menu dl.row dd,
ul.menu dl.row dd small {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

small.details_title { /* 詳細のグレーの小文字 */
	display: inline-block;
	width: 18%;
	color: #a9b2b1;
  line-height: normal;
}
@media only screen and (max-width:480px) {
	small.details_title {
		width:26%;
	}
}

/* プロフィール：表示リンクリスト */
ul.menu li.display_links {
	line-height: 190%;
}
dd.display_links {
	line-height:200%;
	padding:10px;
}
ul.menu li.display_links a {
	padding:7px 10px;
	color: #55605f;
}
dd.display_links i {
	margin: 0 10px 0 0;
}

/* 削除・編集アイコン付リスト*/
ul.list_iconset { /* 180529 */
	padding: 0 8px;
}
ul.list_iconset li {
	overflow: hidden;
	padding:10px 10px 5px;
	border-bottom: 1px solid #A9B2B1;
}
ul.list_iconset li > p {
	margin: 0 0 5px;
}
ul.list_iconset li .title p {
	margin: 0 0 5px;
}
ul.list_iconset li .title a {
	display: block;
	color: #55605f;
}

/* チェックボックス付きリスト（ゴミ箱など） */
ul.check_list { /* 180529 */
	padding: 0 8px;
}
ul.check_list li {
	border-bottom: 1px solid #A9B2B1;
	overflow: hidden;
	position: relative;
}
ul.check_list li p.title a {
	display: block;
	color: #55605f;
}
ul.check_list .icons {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 5px 5px 0;
}
ul.check_list li.check_image {
	padding:5px 0;
}
ul.check_list li.check_image .icons {
	position:absolute;
	bottom:5px;
	right:10px;
	margin: 0;
}
ul.check_list .icons small {
	display: block;
	margin:12px 0 0;
	line-height: 120%;
}
ul.check_list .icons .label_public {
	margin:9px 5px 0 0;
}
ul.check_list .icons .label_closed,
ul.check_list .icons .label_page {
	float:right;
	margin: 10px 5px 0;
}
ul.check_list li img {
	margin:5px 0 5px 10px;
	float: left;
}
ul.check_list li.check_image img {
	float: left;
}
ul.check_list h4 {
	background: #F2F2F2;
	padding:5px 10px;
	margin: 0;
}
ul.check_list li h5 {
	padding: 0;
}
ul.check_list li h5 a {
	padding:15px 5px;/* 180529 */
}
ul.check_list li h5 a {
	display: block;
}
ul.check_list li a h5 {
	color: #78CFC7;
}
ul.check_list li > p,
ul.check_list li > a p {
	margin: 0;
	padding:5px 10px;
}
ul.check_list li.check_image p {
	clear:none;
	display: inline-block;
	width:60%;
	width:calc(100% - 100px);
	float: left;
	margin: 0 0 20px;
}
ul.check_list p.right {
	line-height:20px;
}
ul.check_list.reader_list small a {
	color: #A9B2B1;
	text-decoration:underline;
	padding-top:0;
}
ul.check_list li .username {
	margin-left:8px;
}
ul.check_list li .username p {
	margin: 0;
}
ul.check_list li .username img {
  margin: 0 8px 0 0;
}
ul.check_list .icons .label_page.ellipsis {
	display: inline-block;
	float: right;
	max-width: 85%;
}
/*
ul.check_list.edit_list li h5 { 180529
	padding-right: 35px;
}
ul.check_list.edit_list li h5:after {
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	color: #78CFC7;
	font-size: 20px;
	line-height: 20px;
	font-family: FontAwesome;
	content: "\f040";
}
*/
.upload_input {
	overflow: hidden;
}
.upload_input input {
	display: inline-block;
	float: left;
	width:78%;
}
.upload_input button.btn {
	display: inline-block;
	float:right;
	width:20%;
	clear:none;
}

/* アイコン */
.action_icon {
	display: inline-block;
	float:right;
}
.action_icon input {
	margin:5px;
}
.action_icon a {
	padding:5px;
	display: inline-block;
}
.action_icon small a {
	padding-top:0;
}
.action_icon .red_dot {
	display: block;
	height:7px;
	width:7px;
	background-color: #FEA190;
	border-radius:50%;
	margin:9px 7px;
}
a.edit_icon,
.edit_icon {
	font-size:24px;
	color: #78CFC7;
}
a.delete_icon,
.delete_icon {
	font-size:24px;
	color: #CCD2D2;
	padding-right: 20px;
}

/* ページ名等タイトル用リスト */
ul.confirm_list li {
	display: block;
	padding: 0 0 0 25px;
	margin:12px 0;
	position: relative;
	line-height:20px;
}
ul.confirm_list li:before {
	font-family:FontAwesome;
	content:"\f00c";
	display: block;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:5px;
	color: #C8CECE;
}
ul.confirm_list li p {
	margin: 0;
}

/* 画像確認リスト */
ul.image_list li {
	display: block;
	overflow: hidden;
	padding:5px 10px;
	border-bottom: 1px solid #A9B2B1;
}
ul.image_list li a {
	display: block;
	overflow: hidden;
}
ul.image_list img {
	float: left;
	margin:5px 0;
}
ul.image_list p {
	display: inline-block;
	width:60%;
	width:calc(100% - 90px);
	float: left;
	margin:5px 0 5px 10px;
}

/* 画像チェックリスト */
ul.check_image_list {/* 180529 */
	padding: 0 8px;
}
ul.check_image_list li {
	padding:10px 10px 5px 0;
	border-bottom: 1px solid #A9B2B1;
	overflow: hidden;
	position: relative;
}
ul.check_image_list li p.title {
	display: inline-block;
	float: left;
	width:75%;
	width:calc(100% - 120px);
}
ul.check_image_list li p.title a {
	display: block;
	color: #55605f;
}
ul.check_image_list .icons {
	display: block;
	clear: both;
	overflow: hidden;
}
ul.check_image_list .image {
	float: left;
	width: 100px;
	text-align: center;
	margin: 0 10px 0 5px;
}
ul.check_image_list img {
	max-width: 100%;
	max-height: 100px;
}

/* 詳細リスト */
dl {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
dl dd {
	clear: both;
	margin: 0;
	padding:15px 10px;
}
dl dd p {
	margin: 0 0 5px 0;
}
dl dd p:last-of-type {
	margin: 0;
}
#main form dl dt h4 {
	margin: 0;
}

/* 設定やリンク入り詳細リスト */
dl.settings dd {
	clear: both;
	margin: 0;
	width: 100%;
	padding: 0;
}
dl.settings dd a {
	display: block;
	position: relative;
	color: #55605f;
	padding:15px 25px 15px 10px;
}
dl.settings dd a:after {
	height: 16px;
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	color: #CCD2D2;
	font-size: 16px;
	line-height: 16px;
	font-family:FontAwesome;
	content:"\f054";
}
dl dd input{
	margin: 0;
}

/* タブリンク */
ul.tab_links {
	width: 100%;
	display:flex;
	flex-direction:row;
	overflow: hidden;
	border-bottom: 1px solid #A9B2B1;
	margin: 0 0 10px;
}
ul.tab_links li {
	flex-grow:1;
	display: inline-block;
	width:49.5%;
	min-width:33.333;
	max-width:50%;
	text-align: center;
	font-weight:bold;
	outline:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.tab_links li:last-chi;d {
	float:right;
}
ul.tab_links li.active	{
	padding:10px 0;
	background: #efe6d9;
	color: #656767;
	border-bottom:2px solid #78CFC7;
}
ul.tab_links li a {
	display: block;
	padding:10px 0;
	color: #A9B2B1;
	border-bottom:2px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul.tab_links li a:focus {
	outline:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* ヘッダー */
#header {
	position:fixed;
	top:0;
	z-index:10;
	width: 100%;
	height:60px;
	padding: 0;
	margin: 0;
	background: #FFF;
	border-bottom: 1px solid #78CFC7;
}
#header_spacer {
	width: 100%;
	height:61px;
}
/* 隠しメニューアイコン */
#header #navigation {
	width:40px;
	height:40px;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:10px;
}
#header #navigation i {
	font-size:35px;
	color: #CCD2D2;
}
/* ロゴ */
#header #logo {
	display: inline-block;
	width: 160px;
	height:inherit;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin: 0 auto;
}
#header #logo h1 {
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
#header #logo h1 a {
	display: block;
	height:24px;
	padding: 0;
	margin:auto 0;
	position:absolute;
	top:0;
	bottom:0;
}
#header #logo h1 img {
	width: 100%;
}
/* 通知 */
#header #header_notice {
	width:50px;
	display: inline-block;
	position: relative;
	float:right;
	padding:15px 0;
	margin:5px;
	text-align: center;
}
#header #header_notice i {
	font-size:25px;
	color: #CCD2D2;
}
#header #header_notice i:after {
	display: block;
	position:absolute;
	top:8px;
	right:8px;
	content:"";
	width: 10px;
	height: 10px;
	background: #FE9582;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#header #header_notice i.off{
	display:none;
}
ul#notice_links {
	position:absolute;
	top:60px;
	right:10px;
	z-index:100;
	height: 0px;
	width:250px;
	visibility:hidden;
	overflow-y:hidden;
	margin: 0;
	padding: 0 8px;
	text-align:left;
	background: #FFF;
	border: 1px solid #78CFC7;
	border-top:1px solid #FFF;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul#notice_links.active {
	height:260px;
	visibility:visible;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}

/* 通知一覧 */
ul#notice_links li {
	line-height:20px;
}
ul#notice_links li a {
	display: block;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:15px 10px;
	color: #838383;
	text-decoration:none;
	border-bottom: 1px solid #CCD2D2;
	outline:none;
}
ul#notice_links li:last-child a {
	border-bottom:none;
}
ul#notice_links li i {
	font-size: 120%;
	color: #FFE651;
	margin: 0 10px 0 0;
}
ul#notice_links li span {
	color: #78CFC7;
	font-size:0.8em
}

/* 隠しメニュー */
.stopscroll { /* 本サイトがスクロールしないJQuery */
	overflow-y:hidden;
	height: 100vh;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling:none;
}
.sidenav {
	height: 100vh;
	width:0;
	margin: 0;
	padding: 0 0 40px 0;
	overflow: hidden;
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	background:rgba(106,189,181, 0.97);
	transition:0.5s;
}
.sidenav > div {
	position: relative;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding:10px 10px 70px 10px;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.sidenav a {
	color: #FFF;
}
.sidenav hr {
	border-color: #FFF;
}
.sidenav .closebtn {
	position:absolute;
	top:15px;
	right:15px;
	font-size:36px;
	line-height:20px;
}
.sidenav ul {
	margin: 10px auto;
	overflow: hidden;
	display:-webkit-box;			/* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;				 /* OLD - Firefox 19- (buggy but mostly works) */
	display:-ms-flexbox;			/* TWEENER - IE 10 */
	display:-webkit-flex;		 /* NEW - Chrome */
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	text-align: center;
}
.sidenav ul li {
	display: inline-block;
	-ms-flex-flex-grow:1;
	-webkit-flex-grow:1;
	flex-grow:1;
	width:28%;
}
.sidenav ul.sidenav_features li {
	margin: 15px auto;
}
.sidenav ul.sidenav_features li h5 {
	color: #FFF;
	font-size:85%;
}
.sidenav ul.sidenav_features li i {
	color: #FFE651;
	font-size: 170%;
}
.sidenav ul.sidenav_features li:first-child {
	width: 100%;
}
.sidenav ul.sidenav_features li.pickup {
	width:50%;
}
.sidenav ul.sidenav_features li.pickup h5 {
	font-size: 120%;
	line-height: 1.3em;
}
.sidenav ul.sidenav_features li:first-child i,
.sidenav ul.sidenav_features li.pickup i {
	font-size:40px;
  line-height: 40px;
}
.sidenav ul.sidenav_features li.pickup i.fa-mobile {
  font-size: 50px;
}
@media only screen and (max-width:340px) {
	.sidenav ul.sidenav_features li {
		margin: 10px auto;
	}
	.sidenav ul.sidenav_features	li i {
		font-size: 150%;
	}
	.sidenav hr {
		margin: 10px 0;
	}
}

.sidenav .user_info {
	overflow: hidden;
}
.sidenav .user_info small {
	color: #FFF;
}
.sidenav .user_info .user_icon {
	width:60px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
}
.sidenav .user_info .user_icon img {
	width:60px;
	border-radius:30px;
	border-radius:50%;
}
.sidenav .user_info .user_icon .label_premium {
	display: inline-block;
	font-size:9px;
	color: #55605f;
	background: #ffe651;
	border-radius:3px;
	padding:2px 3px;
	margin-top:3px;
	letter-spacing:0;
	line-height: 1em;
}
.sidenav .user_info .btn_register {
	color: #55605f;
	margin: 0 auto;
	display: block;
	max-width:280px;
}
.sidenav .user_name {
	width:calc(100% - 110px);
	float: left;
}
.sidenav .user_name h4 {
	font-size: 110%;
	font-weight:normal;
	color: #FFF;
	background: none;
	padding-left:0;
}
.sidenav .user_name h5 i {
	color: #FFE651;
	font-size: 18px;
	line-height: 0;
	vertical-align: middle;
	margin-right:5px;
}
ul.nav_footer {
	height:25px;
	overflow: hidden;
	padding: 0 0 50px 0;
	text-align: center;
	font-size:0;
	line-height: 0;
}
ul.nav_footer li {
	float:none;
	display: inline-block;
	width:auto;
	height:25px;
	overflow: hidden;
	font-size: 12px;
	line-height:25px;
	margin: 0;
	padding: 0;
}
ul.nav_footer li:last-child {
	border: none;
}

.theme_navi_type.current img {
	width:50%;
}


/* エラーページ */
.jumbo_title {
	color: #EFE5D9;
	font-weight:900;
	font-size:30px;
}
.mochiri_hyakka {
	overflow: hidden;
	margin:20px 0 50px;
	position: relative;
}
.mochiri_hyakka h4 {
  padding: 0;
}
.mochiri_hyakka h4 img {
  max-width:210px;
}
.mochiri_hyakka .left {
	width:67%;
	height:auto;
  float: left;
}
.mochiri_hyakka .right {
	float:right;
	width:33%;
  display: inline-block;
  vertical-align:bottom;
  font-size:0; line-height: 0;
}
.mochiri_hyakka .image {
  text-align: center;
  max-width:230px;
  padding-left:10px;
  box-sizing:border-box;
}
@media screen and (max-width:480px) {
  .mochiri_hyakka .image img {
    max-height: 110px;
  }
}
.mochiri_hyakka .mochiri_namebox {
  border: 1px solid #e0e0e0;
  padding:6px 5px 6px 10px;
  box-shadow:inset 4px 0 #FFE758;
  overflow: hidden;
}
.mochiri_hyakka .mochiri_namebox h5 {
  font-size: 18px;
  font-weight:bold;
  font-family:serif;
}
.mochiri_hyakka .mochiri_namebox .left {
  float: left;
  width:70%;
}
.mochiri_hyakka .mochiri_namebox .image {
  float:right;
  width:30%;
}



/* ページング */
ul.pager {
	display:flex;
	flex-direction:row;
	width: 100%;
	overflow: hidden;
	margin: 15px auto;
	font-size:0;
	text-align: center;
}
ul.pager li {
	flex-grow:1;
	position: relative;
	display: inline-block;
	vertical-align:top;
	margin: 0;
	width: 10%;
	height:31px;
	font-size: 15px;
	text-align: center;
	line-height:27px;
	border: 1px solid #78CFC7;
	border-right:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.pager li a {
	display: block;
	color: #8E8F91;
}
ul.pager li.prev {
	width: 13.5%;
	margin-right:4px;
	border: 1px solid #78CFC7;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	border-radius:8px 0 0 8px;
}
ul.pager li.next {
	width: 13.5%;
	margin-left:4px;
	border: 1px solid #78CFC7;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
ul.pager li.arrow_first i,
ul.pager li.arrow_last i {
	font-size:20px;
	color: #A9B2B1;
}
ul.pager li.arrow_last {
	border: 1px solid #78CFC7;
}
ul.pager li.active {
	color: #fff;
	background: #78CFC7;
}

ul.keyword_list {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
ul.keyword_list li {
	position: relative;
	z-index:1;
	margin:5px 3px;
	max-width:90%;
	float: left;
	display: inline-block;
	border: 1px solid #78CFC7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.keyword_list li a {
	color: #8E8F91;
	display: block;
	padding:5px 15px 5px 10px;
}
ul.keyword_list li:after {
	content:"";
	position:absolute;
	z-index:2;
	bottom:-1px;
	right:-1px;
	border-style:solid;
	background: #78CFC7; /* For Opera when also applying a border-radius */
	display: block; width:0; /* Only for Firefox 3.0 damage limitation */
	border-width:6px; /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
	border-color:transparent #FFF #FFF transparent; /* Avoids the 1px 'step' in webkit. Background colour shows through */
	-webkit-border-top-left-radius:4px;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0;
}

/* フッター */
#footer {
	margin: 100px 0 0 0;
	padding: 0 0 30px 0;
	text-align: center;
}
#footer ul {
	margin:20px 0;
	text-align: center;
}
#footer ul li {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	border-right:1px solid #A9B2B1;
}
#footer ul li a {
	display: block;
	padding:5px 10px;
	color: #8D9391;
}
#footer ul li:last-child {
	border: none;
}
#footer img {
	width:55px;
}
.helvetica { /* コピーライトマークを調整 */
	font-size: 120%;
	font-family:'Helvetica';
}

/* ポップアップ */
.popup {
	text-align:left;
	display:none;
	width:360px;
	width:90vw;
	min-height:200px;
	max-height:390px;
	max-height: 80vh;
	overflow:auto;
	position:fixed;
	top:40px;
	left:50%;
	margin-left:-150px;
	margin-left:-45vw;
	padding: 0;
	z-index:50;
	background: #FFF;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
@media only screen and (max-width:360px) {
	.popup {
		width:300px;
		width:90vw;
	}
}

.popup_bg {
	display:none;
	background:rgba(0,0,0,0.4);
	width: 100%;
	height:200%;
	position:fixed;
	top:0;
	left:0;
	z-index:40;
}
.popup h2 {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #78CFC7;
}
.popup p {
	margin: 10px 0 0 0;
	padding: 0 15px 10px;
}
.popup form {
	margin: 10px 0 15px 0;
	padding: 0 15px;
}
.popup form p {
	padding: 0 0 1em;
}
.popup .buttons {
	padding: 0 15px 10px;
}
.popup .popup_close {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	padding: 0 10px;
	color: #C8CECE;
	font-size:30px;
}
.popup .image_list p {
	padding: 0 0 10px;
}
.popup .image_list li {
	padding: 0 10px;
}
.popup textarea {
	height:50px;
}
.popup select {
	width: 100%;
}
.popup .container {
	padding: 0 15px;
}

/* LP用 */
.height100 #main {
	height: 100%;
	border-radius: 0;
}
.height100 .prelogin_page #main {
	height:auto;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}

/* 画像アップローダー */
.img_uploader {
	position: relative;
	padding:30px 15px;
	background: #F2F2F2;
	border:2px dashed #a9b2b1;
	text-align: center;
	margin: 10px auto;
}
.img_uploader input.js__form-image-preview {
	opacity:0;
}

/* お知らせ用 */
.js__hide_content, .js__hide_content2,
.js__hide_content3, .js__hide_content4 {
	position: relative;
}
.js__hide_content2, .js__hide_content4 {
	background: #EFE5D9;
	margin: 10px 8px 20px;
	padding: 5px 5px 10px;
}
a.js__hide_link, a.js__hide_link3 {
	position: absolute;
	bottom: -13px;
	right: 5px;
}
a.js__hide_link2, a.js__hide_link4 {
	position: absolute;
	bottom: -20px;
	right: 5px;
}
a.js__hide_link, a.js__hide_link2,
a.js__hide_link3, a.js__hide_link4 {
	cursor: pointer;
	text-align: right;
}
a.js__hide_link img, a.js__hide_link2 img,
a.js__hide_link3 img, a.js__hide_link4 img {
	width:60%;
}

/* フッター広告 */
div.Astaadsfncstx_normal.base {
	text-align: center;
}
.ad_block { text-align: center; }
.ad_block.bg_gray {
	background: #f5f5f5; padding: 0;
}

/*キーワード検索*/
form.search {
	display: block; overflow: hidden;
	width: 95%;
	margin: 20px auto;
}
#top_search form.search {
	margin: 10px auto 20px;
}
form.search input[type=text],
form.search button {
	display: inline-block;
	float: left;
	margin: 0; padding: 0;
	height: 39px;
	line-height: 39px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; box-sizing: border-box;
}
form.search input[type=text]::-webkit-input-placeholder{
	line-height: 39px;
}
form.search input[type=text]::-ms-input-placeholder{
	line-height: 39px;
}
form.search input[type=text]::-moz-input-placeholder{
	line-height: 39px;
}
form.search input[type=text] {
	width: 85%;
	padding: 0 5px;
}
form.search button {
	display: inline-block;
	float: left;
	width: 15%;
	text-align: center;
	font-size: 100%;
	background: #fff; color: #56605F;
	border: 1px solid #a9b2b1;
	border-left: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
/*キーワード検索：フィルター設定*/
form.search .filter_and-or {
	width: 170px;
	float: left;
	margin:5px 10px 0 0;
}
form.search .filter_and-or select {
	width: 100%; height: 24px;
	line-height: 23px;
	padding: 0 5px;
	color: #8E8F91;
	font-size: 13px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
form.search .filter_perfect-fit {
	float: left;
	vertical-align:top;
	margin: 10px 0 0;
	line-height:23px;
	color: #8E8F91;
	font-size: 13px;
}
form.search .filter_perfect-fit input[type=checkbox] {
	vertical-align: middle;
	margin: 0 5px 0 0;
}


/* 人気のキーワード：検索結果 */
.search_site form.search {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 10px auto 20px;
}
.search_site form.search input[type=text],
.search_site form.search button {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	height:30px;
	line-height:30px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.search_site form.search input[type=text] {
	width:85%; padding: 0 5px;
}
.search_site h4.no-bg { padding: 0; }
.search_site ul.keyword_list {
	padding: 0; margin: 0; width: 100%;
}

/*ヘルプ*/
.help{
	border: 1px solid #a9b2b1;
	padding:5px;
}
.help ul li{
	font-size: 85%;
}
.help p{
	font-size: 85%;
	margin-top: 0;
}

/* 新年メッセージ */
.popup.popup_newyear {
	top:0; left:0; right:0;
	background:rgba(0, 0, 0, 0.34);
	overflow: hidden;
	text-align: center;
	width: 100%; width: 100vw;
	height: 100%; height: 100vh;
	max-height: none;
	margin: 0; padding: 0;
	border-radius: 0;
}
.popup.popup_newyear > div {
	position: relative;
	width: 555px;
	max-width: 100%;
  margin: 100px auto 0;
  margin: 10vh auto 0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media screen and (max-width:766px) {
  .popup.popup_newyear > div {
    margin:50px auto 0;
    margin: 10vh auto 0;
  }
}
.popup.popup_newyear .btn {
	border: none;
	box-shadow: none;
	width: 200px;
	display: block;
	margin: auto;
}
@-webkit-keyframes spin {
	0% {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform:rotate(0deg);}
	100% {-moz-transform:rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform:rotate(0deg);}
	100% {-ms-transform:rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform:rotate(0deg);}
	100% {-o-transform:rotate(360deg);}
}
@keyframes spin {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
.popup.popup_newyear .rays {
	width: 700px;
	max-width: 100%;
	z-index: -1;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
  background: url(../img/kikaku/newyear/effect.png) no-repeat center center;
	background-size: 100%;
	background-size: contain;
	animation: spin 10s linear infinite;
}
.popup_nobg {
	top:0; left:0; right:0;
	background: rgba(0, 0, 0, 0.34);
	overflow: hidden;
	text-align: center;
	width: 100%; width: 100vw;
	height: 100%; height: 100vh;
	max-height:none;
	margin: 0; padding: 0;
	border-radius: 0;
}
.popup.popup_nobg .btn {
    border: none;
    box-shadow: none;
    width: 200px;
    display: block;
    margin: auto;
}
/* CSS予測機能 */
ul.textcomplete-dropdown li {
	border: 1px solid #ccc;
	border-bottom:none;
	background: #fff;
}
ul.textcomplete-dropdown li:only-child,
ul.textcomplete-dropdown li:last-child {
	border: 1px solid #ccc;
}
ul.textcomplete-dropdown li a {
	display: block;
	padding: 2px 4px;
	color: #8E8F91;
}
ul.textcomplete-dropdown li.active {
	background: #f5f5f5;
}
ul.textcomplete-dropdown li.active a {
	color: #56605F;
}

/* 設定側の表紙画像 */
img.cover_thumb { width: 120px; }
/* ヒントテキスト */
.hint_ribbon {
	position: relative;
	display: inline-block;
	font-size: 70%;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	background: #fff;
	color: #b7bbba;
	margin-left: 20px;
	border: 1px solid #78CFC7;
}
.hint_ribbon:before {
	content: ""; display: inline-block;
	position: absolute;
	left: -19px; top: 50%;
	border: solid transparent;
	border-width: 12px 9px;
	border-color: transparent #78CFC7 transparent transparent;
	margin-top: -12px;
}
.hint_ribbon:after {
	content: ""; display: inline-block;
	position: absolute;
	left: -16px; top: 50%;
	border: solid transparent;
	border-width: 11px 8px;
	border-color: transparent #fff transparent transparent;
	margin-top: -11px;
}
/* 文字関連 */
strong, .strong { font-weight:bold; }
.right { text-align: right; }
.left { text-align:left; }
.font80 { font-size:80%; }
.font100 { font-size: 100% !important; }
.font110 { font-size: 110% !important; }
.font120 { font-size: 120% !important; }
.font130 { font-size: 130% !important; }
.font140 { font-size: 140% !important; }
.font160 { font-size: 160% !important; }
.font180 { font-size: 180% !important; }
.font200 { font-size:200% !important; }

/* 文字を１行のみ表示（…付き） */
.ellipsis {
	padding: 0 5px 0 0;
	display: block;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
small.ellipsis { line-height: 125%; }
/* 文字を２行のみ表示（…付き） */
.clamp {
	padding: 0 5px 0 0;
	max-height: 3em;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.squeeze {/* 字間を詰める */ letter-spacing:-2px; }
.indent { text-indent:0.5em; }
.superscript { vertical-align:top;}
.notice {
	background: #FFFBE8;
	color: #A9B2B1;
	padding:15px 10px;
	margin: 0;
}
.notice.error { color: #FE9582; }

/* li用ボーダー */
.border-top { border-top: 1px solid #A9B2B1; }
.border_btm { border-bottom: 1px solid #A9B2B1; }

/* 補足クラス */
.clear { clear: both; }
.center { text-align: center; }
.float-right { float: right; }
.float-left { float: left; }
.block { display: block; }
.inline-block { display: inline-block; }
.hide { display: none; }

br.for-sp { display: none; }
@media only screen and (max-width:480px) {
	br.for-sp {
    width: 1px;
		height: 1px;
		display: inline-block;
		clear: both;
	}
}
.no-border {
	border: none !important; border-top:none !important;
	border-bottom:none !important; border-left:none !important; border-right:none !important;
}
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.no-bg { background: none !important; }
.bg_yellow { background: #FFE651 !important;}
.bg_beige { background: #f7f2ec; }
.text_line { text-decoration: underline; }

.spacer5 { clear: both; height: 5px; }
.spacer10 { clear: both; height: 10px; }
.spacer15 { clear: both; height: 15px; }
.spacer25 { clear: both; height: 25px; }
.spacer50 { clear: both; height: 50px; }

/* 基本配色メモ */
.green { color: #78CFC7; }
.dark_green { color: #5E9B96; }
.yellow { color: #FFE651; }
.chrome_yellow { color: #fbbd29; }
a.chrome_yellow:hover { color: #fbbd29; }
.beige { color: #EFE5D9; }
.red { color: #FE9582; }

.light_gray { color: #E6E5E1; }
.cool_gray { color: #CCD2D2; }
.dark_gray,.dark_gray:hover,.dark_gray:focus,.dark_gray:active { color: #56605F; }
.gray { color: #A9B2B1; }
.medium_gray { color: #8E8F91; }
.viridian { color: #1c8379; }

.bg_lightgreen { background: #ace7e2;}
.text-center { text-align: center; }
