@charset "utf-8";

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
/*
	overflow-y: scroll;
*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Verdana,Arial,"メイリオ","ヒラギノ角ゴシック","MS Pゴシック",sans-serif;
}

body {
	margin: 0;
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #777;
	line-height: 1.5;
}

a {
	color: #2980b9;/*#216aae;*/
	text-decoration: underline;
}

a:visited {
	color: #2980b9;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	/*color: #216aae;*/
	outline: 0;
	opacity:0.8;
	filter: alpha(opacity=80);
	ms-filter: "alpha( opacity=80 )";
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	clear: both;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 1em;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: fit-content;
	width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
/* フォント */
.cf { position: relatvie; overflow: hidden; zoom: 1 }
.pull-left    { float: left; }
.pull-right   { float: right; }
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-center  { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap  { white-space: nowrap; }
.text-small   { font-size: 1.2rem; }
.need { color: #f00; }
.full_wide    { width: 100%; }
.error_text   { color: #f00; }

a { text-decoration: none; }
a:hover { text-decoration: none; }

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
/*
html, body {
	height:100%;
}
*/
html, body, #container_wrapper {
	height: 100%;
	position: relative;
}
html {
	font-size: 62.5%;
}
body {
	font-family: Verdana, Arial, "メイリオ", "ヒラギノ角ゴシック", "MS Pゴシック", sans-serif;
	color: #333;
	background: url(../images/bg.jpg) #fff;
	background-size: cover;
}

#container_wrapper,
#header_wrapper,
#content_wrapper,
#footer_wrapper {
	width: 100%;
}
.flex_container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
#header_wrapper {
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 960px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
/* Site Header */
h1.center {
	margin: 0 auto;
}
#header_wrapper h1 {
	font-size: 20px;
	font-weight: bold;
	height: 100px;
}
#header_wrapper h1 img {
	height: 100%;
}
#header_wrapper .toolmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header_wrapper .toolmenu li {
	margin-left: 10px;
}
#header_wrapper .toolmenu button {
	padding: 5px 10px 8px;
	height: 3rem;
	color: #fff;
	background: #0f5882;
	font-size: 1.6rem;
	border-radius: 5px;
	border: none;
}
/*
#header_wrapper .toolmenu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	z-index: 9999;
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#header_wrapper .toolmenu li:hover ul {
  top: 80%;
  visibility: visible;
  opacity: 1;
}
#header_wrapper .toolmenu li ul li {
	margin-left: 0px;
	padding: 5px 10px;
	width: 100%;
	background-color: #fff;
	font-size: 1.2rem;
	white-space: nowrap;
	border-color: #0f5882;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}
#header_wrapper .toolmenu li ul li:first-child {
	border-top: 1px solid;
	border-radius: 5px 5px 0px 0px;
}
#header_wrapper .toolmenu li ul li:last-child {
	border-radius: 0px 0px 5px 5px;
}
*/

/* Navigation */

/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
#footer_wrapper {
	margin-top: -70px;
	height: 70px;
	color: #fff;
	background-color: #0f5882;
	font-size: 1.2rem;
	text-align: center;
	position: relative;
}
#footer {
	padding: 0 1.2rem 1.2rem;
	text-align: center;
}
#footer_menu {
	padding-top: 1.2rem;
	text-align: center;
}
#footer_menu ul {
	margin: 0 auto;
	list-style-type: none;
	display: inline-block;
}
#footer_menu ul li {
	float: left;
}
#footer_menu ul li a {
	padding: 0 1rem;
}
#footer_menu ul li:before {
	content: "|";
}
#footer_menu ul li:first-child:before {
	content: "";
}
#footer_menu a {
	color: #fff;
}
.fixFooter {
	position: fixed;
	bottom: 0px;
}
/**
 * 6.0 Content
 * ----------------------------------------------------------------------------
 */
#container_wrapper,
#top,
#login {
	padding-bottom: 70px;
	height: auto;
	min-height: 100%;
}
.content_wrapper {
	margin: 0 auto;
	padding: 20px 0 50px;
	max-width: 960px;
	font-size: 1.6rem;
}
h1.logo {
	max-width: 300px;
}
.msg_done {
	margin-bottom: 20px;
	padding: 5px 10px;
	border: 3px double #29b2b9;
	border-radius: 5px;
}
.msg_error {
	margin-bottom: 20px;
	padding: 5px 10px;
	border: 3px double #ffb2b9;
	border-radius: 5px;
}

#top {
	max-width: 700px;
}
#top h1.logo,
#login h1.logo {
	margin-top: 15vw;
}
#top h2.logo_dist {
	margin-top: 20px;
}
#top .content,
#login .content {
	margin-top: 50px;
}
#top .content .startlink {
	justify-content: space-around;
}
#top .content .startlink a {
	display: block;
	text-decoration: none;
}
#top .content button {
	padding: 0.5rem 4rem;
	font-size: 1.5rem;
	border-radius: 8px;
	border: 1px solid #aaa;
}
#top .content button.btn_login {
	color: #fff;
	background-color: #2bab80;
}
#top .content button.btn_signup {
	color: #333;
	background-color: #fff;
}

#about {}
#about .content {
	text-align: center;
	font-size: 1.6rem;
}
#about .content .wp {
	margin-top: 2rem;
}

#login {}
#login .loginForm {
	margin: 10px auto;
	width: 400px;
}
#login .loginForm .flex_container {
	margin-bottom: 10px;
}
#login .loginForm_label {
	padding-right: 30px;
	min-width: 150px;
	font-size: 2rem;
	line-height: 3.6rem;
}
#login .loginForm input[type="text"],
#login .loginForm input[type="password"] {
	padding: 7px 10px;
	border-radius: 5px;
	border: 1px solid #56E1A8;
}
#login .loginForm input[type="submit"] {
  padding: 5px 30px;
  background: #2C5171;
  border-radius: 5px;
  border-color: #2C5171;
  border-width: 1px;
  color: #fff;
}

#contact {}
#contact .msg_sec,
#contact .error {
	margin-top: 5rem;
	text-align: center;
}
#contact .contactForm .flex_container {
	margin-bottom: 10px;
}
#contact .contactForm .flex_btnrow {
	justify-content: center;
}
#contact .contactForm .contactForm_label {
	padding-right: 30px;
	min-width: 200px;
	font-size: 2rem;
	line-height: 3.6rem;
}
#contact .contactForm .contactForm_data {
	flex: 1;
}
#contact .contactForm .contact_email {
	white-space: nowrap;
}
#contact .contactForm input[type="text"],
#contact .contactForm textarea {
	padding: 7px 10px;
	border-radius: 5px;
	border: 1px solid #56E1A8;
	width: 100%;
}
#contact .contactForm textarea {
	height: 300px;
}
#contact .contactForm input[type="submit"] {
  padding: 5px 30px;
  background: #2C5171;
  border-radius: 5px;
  border-color: #2C5171;
  border-width: 1px;
  color: #fff;
}
#contact .contactForm .error_input {
	color: #f00;
}

#signup {}
#signup .signupForm {
	margin: 10px auto;
	width: 500px;
}
#signup .signupForm .flex_container {
	margin-bottom: 10px;
}
#signup .signupForm .flex_btnrow {
	justify-content: center;
}
#signup .msg_sec,
#signup .error {
	margin-top: 5rem;
	text-align: center;
}
#signup .signupForm .signupForm_label {
	padding-right: 30px;
	min-width: 200px;
	font-size: 2rem;
	line-height: 3.6rem;
}
#signup .signupForm .signupForm_data {
	flex: 1;
}
#signup .signupForm .signupForm_data .email {
	width: 100%;
}
#signup .signupForm .signup_email {
	white-space: nowrap;
}
#signup .signupForm input[type="text"],
#signup .signupForm input[type="password"],
#signup .signupForm select {
	padding: 7px 10px;
	border-radius: 5px;
	border: 1px solid #56E1A8;
}
#signup .signupForm input[type="radio"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin: 1.2rem 0.5rem 1.2rem 1rem;
}
#signup .signupForm input[type="submit"] {
  padding: 5px 30px;
  background: #2C5171;
  border-radius: 5px;
  border-color: #2C5171;
  border-width: 1px;
  color: #fff;
}
#signup .signupForm .error_input {
	color: #f00;
}
#signup .signupForm .signup_terms {
	margin-bottom: 20px;
}
#signup .signupForm .signup_terms .sentence {
	padding: 5px;
	height: 300px;
	font-size: 1.2rem;
	overflow: auto;
	border: 1px solid #ccc;
	background: #fff;
}
#signup .signupForm .signup_terms .pagettl {
	margin: 20px 0 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#signup .signupForm .signup_terms h2 {
	margin-top: 20px;
	font-weight: bold;
}
#signup .signupForm .signup_terms .section .sec_cont {
	margin-top: 5px;
}
#signup .signupForm .signup_terms ul {
	margin-top: 10px;
	list-style-type: none;
}


#reminder {}
#reminder .reminderForm {
	margin: 10px auto;
	width: 500px;
}
#reminder .reminderForm .flex_container {
	margin-bottom: 10px;
}
#reminder .reminderForm_label {
	padding-right: 30px;
	min-width: 200px;
	font-size: 2rem;
	line-height: 3.6rem;
}
#reminder .reminderForm input[type="text"],
#reminder .reminderForm select {
	padding: 7px 10px;
	border-radius: 5px;
	border: 1px solid #56E1A8;
}
#reminder .reminderForm input[type="radio"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin: 1.2rem 0.5rem 1.2rem 1rem;
}
#reminder .reminderForm input[type="submit"] {
	padding: 5px 30px;
	background: #2C5171;
	border-radius: 5px;
	border-color: #2C5171;
	border-width: 1px;
	color: #fff;
}
#reminder .msg_sec,
#reminder .error {
	margin-top: 5rem;
	text-align: center;
}

#articlelist {}
#articlelist .btn_area {
	margin: 20px 0 30px;
}
#articlelist .btn-post {
	padding: 10px 20px;
	background: #29B2B9;
	color: #fff;
	border-radius: 10px;
}
#articlelist .article_wrapper {
	margin-top: 10px;
	background-color: rgba(255,255,255,.3);
	border-radius: 10px;
}
#articlelist .article_wrapper>a {
	display: block;
	color: #333;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 10px;
}
#articlelist .article_wrapper>a:hover {
	border: 1px solid #ccc;
}
#articlelist .article_wrappera:hover {
	opacity: .8;
}
#articlelist .article {
	margin-top: 1rem;
	padding: 10px;
}
#articlelist .article:first-child {
	margin-top: 0;
}
#articlelist .article .date {
	font-size: 1rem;
}
#articlelist .article .title {
	font-weight: bold;
}
#articlelist .article .content {
	word-break: break-all;
}
#articlelist .pagetag_area {
	text-align: center;
}
#articlelist .pagetag_area ul {
	list-style-type: none;
	display: inline-block;
}
#articlelist .pagetag_area .pagetag li {
	margin: 0 2px;
	padding: 0px 5px;
	border-bottom: 3px solid #216aae;
	float: left;
}
#articlelist .pagetag_area .pagetag li.pageactive {
	border-bottom: 3px solid #333;
}
#articlelist .pagetag_area .pagetag li.noborder {
	border: none;
}

#articleview .bclnavi {
	margin-bottom: 10px;
}
#articleview .article .date {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
}
#articleview .article .title {
	font-weight: bold;
}
#articleview .article .content {
	word-break: break-all;
}
#articleview .btn_area {
	margin-top: 20px;
}
#articleview .btn_area a {
	padding: 5px 10px;
	color: #fff;
	background: #29B2B9;
	border-radius: 5px;
}

#articlepost {}
#articlepost .post_form {
	margin: 10px auto;
}
#articlepost .post_form .flex_container {
	margin-bottom: 10px;
}
#articlepost .post_form_label {
	padding-right: 30px;
	min-width: 150px;
	line-height: 3.6rem;
}
#articlepost .post_form_data {
	flex: 1;
}
#articlepost .post_form input[type="text"],
#articlepost .post_form textarea,
#articlepost .post_form select {
	padding: 7px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #56E1A8;
}
#articlepost .post_form input[type="submit"] {
  padding: 5px 30px;
  background: #2C5171;
  border-radius: 5px;
  border-color: #2C5171;
  border-width: 1px;
  color: #fff;
}
#articlepost .post_form .flex_btnrow {
	justify-content: center;
}

#options {}
#options .option_form {
	margin: 10px auto;
}
#options .option_form .flex_container {
	margin-bottom: 10px;
}
#options .option_form_label {
	padding-right: 30px;
	min-width: 200px;
	line-height: 3.6rem;
}
#options .option_form_data {
	flex: 1;
}
#options .option_form input[type="text"],
#options .option_form textarea,
#options .option_form select {
	padding: 7px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #56E1A8;
}
#options .option_form button[type="submit"] {
  padding: 5px 30px;
  background: #2C5171;
  border-radius: 5px;
  border-color: #2C5171;
  border-width: 1px;
  color: #fff;
}
#options .option_form .flex_btnrow {
	justify-content: center;
}
#options .option_form input.opt-period {
	margin-right: 5px;
	width: 80px;
	text-align: right;
}
#options .option_form input.opt-pageview {
	margin-right: 5px;
	width: 80px;
	text-align: right;
}

#account {}
#account .account_form {
	margin: 10px auto;
}
#account .account_form .flex_container {
	margin-bottom: 10px;
}
#account .account_form_label {
	padding-left: 10px;
	padding-right: 30px;
	min-width: 200px;
	line-height: 3.6rem;
}
#account .account_form_data {
	flex: 1;
	line-height: 3.6rem;
}
#account .account_form textarea {
	padding: 7px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #56E1A8;
}
#account .account_form button[type="submit"] {
  padding: 5px 30px;
  background: #2C5171;
  border-radius: 5px;
  border-color: #2C5171;
  border-width: 1px;
  color: #fff;
}
#account .account_info {}
#account .account_info .secttl {
	padding: 5px 10px;
	background: #84f2d5;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #333;
	font-weight: bold;
}
#account .account_info .seccont {
	margin-bottom: 20px;
}

#terms,
#privacy {
	font-size: 1.2rem;
}
#terms .pagettl,
#privacy .pagettl {
	margin: 20px 0 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#terms h2,
#privacy h2 {
	margin-top: 20px;
	font-weight: bold;
}
#terms .section .sec_cont,
#privacy .section .sec_cont {
	margin-top: 5px;
}
#terms ul {
	margin-top: 10px;
	list-style-type: none;
}
#privacy ul {
	margin: 10px 0 0 2rem;
	list-style-type: auto;
}

@media screen and (max-width: 960px){
	#header_wrapper {
		margin: auto 10px;
		width: auto;
	}
	.content_wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	h1.logo img {
		max-width: 100%;
		max-height: 100%;
	}
	#top h2.logo_dist img {
		max-width: 100%;
		max-height: 100%;
	}
}

@media screen and (max-width: 425px){
	#header_wrapper {
		width: auto;
	}
	#top .content .startlink {
		display: block;
		text-align: center;
	}
	#top .content .startlink>div {
		margin-bottom: 20px;
	}

	#articlepost .post_form .flex_container {
		display: block;
	}
	#articlepost .post_form .flex_btnrow {
		text-align: center;
	}

	#contact .msg_sec,
	#contact .error {
		margin-top: 0;
		text-align: left;
	}
	#contact .contactForm {
		width: auto;
	}
	#contact .contactForm .flex_container {
		display: block;
	}
	#contact .contactForm .flex_container input[type="text"] {
		width: 100%;
	}
	#contact .contactForm .flex_container.flex_btnrow {
		text-align: center;
	}

	#signup .msg_sec,
	#signup .error {
		margin-top: 0;
		text-align: left;
	}
	#signup .signupForm {
		width: auto;
	}
	#signup .signupForm .flex_container {
		display: block;
	}
	#signup .signupForm .flex_container input[type="text"] {
		width: 100%;
	}
	#signup .signupForm .flex_container.flex_btnrow {
		text-align: center;
	}

	#login .loginForm {
		width: auto;
	}
	#login .loginForm .flex_container {
		display: block;
	}
	#login .loginForm .flex_container input[type="text"],
	#login .loginForm .flex_container input[type="password"] {
		width: 100%;
	}
}


#slidepro .sp-video {
	width: 100%;
	height: 100%;
}
