@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
//	word-break: break-all;
	overflow-wrap: break-word;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lato {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

html {
	font-size: 62.5%;
    background: #fff;
	overflow: auto;
	min-height:100vh;
}
.opmenu,
body.opmenu {
	overflow: hidden;
	min-height:100vh;
	position: relative;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
a.u_line {
	text-decoration: underline;
}
a.u_line:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
strong {
    font-weight: 600;
}

.para {
	margin-bottom: 1.5em;
}
.para-half {
	margin-bottom: 1em;
}

.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}
.inlineblock {
	display: inline-block;
}

.red_txt {
    color: #c02a71;
}
.rblue_txt {
    color: #48cad8;
}

/* 大枠 */
body #allcontents {
	position: relative;
	min-height:100vh;
}

/* ログイン
------------------------------------------------------------ */
#login form {
	margin: auto;
	width: 500px;
	max-width: 100%;
	text-align: center;
}
#login form label strong {
	font-weight: normal;
	margin-bottom: 0.6em;
	display: inline-block;
}
#login form input {
    font-size: 1.6rem;
    padding: 0.2em 0.5em;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    border: solid 1px #cfcfcf;
	background: #f5f5f5;
}
#login form input:focus {
	background: #fff;
}
#login form button {
    font-weight: 600;
	line-height: 2.6;
	color: #fff;
	text-align: center;
	max-width: 300px;
	margin: 1.5em auto 0px;
	padding: 0 15px;
    background: #e76f51;
	width: 10em;
    border: none;
    cursor: pointer;
    border-bottom: solid 3px #c25337;
}
#login form button img {
	width: 12px;
}


@media (min-width: 768px) {
#login form input {
}
#login form button {
	line-height: 3;
    width: 12em;
	padding: 0 30px;
}

}
@media (min-width: 1200px) {
#login form button {
}
}


/* ヘッダ */
header {
	width: 100%;
    background: #fff;
	position: relative;
    padding-top: 70px;
}
header .header_bar {
    width: 100%;
    height: 70px;
    background: #fff;
    padding-right: 65px;
    position: absolute;
    top: 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .header_logo {
	padding-left: 15px;
    margin-right: auto;
}
header .header_logo h1 {
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
}
header .header_logo a {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .header_logo h1 img {
	height: 30px;
	width: auto;
    margin-right: 7px;
}
header .header_logo h1 span {
    line-height: 1.4;
}
header .header_logo h1 small {
    font-size: 0.95rem;
    display: block;
}
header .header_logo h1 strong {
	font-size: 1.15em;
    line-height: 1;
}
header .register_link a {
    font-size: 1.2rem;
  color: #c02a71;
    line-height: 1.2;
  background: #f5d1db;
    display: table-cell;
    width: 46px;
    height: 46px;
    padding: 0.2em;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
header .login_link a {
    font-size: 1.2rem;
    line-height: 1.2;
  color: #fff;
  background: #2a9d8f;
    display: block;
    width: 2.8em;
    padding: 0.2em;
    margin-left: 5px;
    text-align: center;
    border-bottom: solid 3px #168073;
}
header .logout_bt {
  margin-top: 3px;
  text-align: right;
}
header .logout_bt a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #2a9d8f;
  display: inline-block;
  padding: 0 0.5em;
    border-bottom: solid 3px #168073;
}
header .user_name {
  font-size: 1.2rem;
  text-align: right;
}

header .contentstitle {
    margin: 0;
	text-align: center;
	height: 120px;
	background: #efefef;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    position: relative;
}
header .contentstitle:before {
    content: '';
    display: block;
    background: #c02a71;
    width: 60px;
    height: 60px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    top: 0px;
    left: 0px;
}
header .contentstitle:after {
    content: '';
    display: block;
    background: #48cad8;
    width: 60px;
    height: 60px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: 0px;
    right: 0px;
}
header .contentstitle h2 {
	font-size: 2.4rem;
	font-weight: 500;
	max-width: 1200px;
	text-align: center;
}
header .contentstitle .theme {
    font-size: 1.2rem;
}

header .header_bar.floating {
	position: fixed;
	top: 0px;
	animation-name: logoAnime;
	animation-duration: .5s;
    z-index: 60;
}
@keyframes logoAnime{
  from {
    opacity: 0;
  transform: translateY(-200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
#register header .header_bar.floating {
	position: static;
}

header .closebt {
	bottom: 12px;
	right: 15px;
	z-index: 1000;
	position: absolute;
	outline: none;
}

header .closebt a {
  display: block;
	font-size: 1.6rem;
	line-height: 46px;
	height: 46px;
  width: 90px;
  margin: 0px;
  text-decoration: none;
	text-align: center;
	border: solid 1px #bebebe;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  outline: none;
}


/* コンテンツ */
section {
	clear: both;
	margin: 0px;
	padding: 0 0 100px;
	position: relative;
}
section article.contents {
	padding: 30px 0px 50px;
}
section article > div {
	max-width: 1060px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}

@media (min-width: 360px) {
header .header_bar {
    padding-right: 65px;
}
header .register_link a {
    font-size: 1.4rem;
}
header .login_link a {
    font-size: 1.4rem;
}
}

@media (min-width: 375px) {
header .header_logo h1 {
    font-size: 2rem;
}
header .header_logo h1 img {
	height: 32px;
    margin-right: 7px;
}
header .header_logo h1 span {
    line-height: 1.4;
}
header .header_logo h1 small {
    font-size: 1.2rem;
}
}

@media (min-width: 414px) {
section article > div {
	padding: 0 30px;
}
}

@media (min-width: 768px) {
body:after {
	width: 50%;
	max-width: 700px;
}
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	padding-top: 100px;
}
header .header_bar {
    height: 100px;
    padding-right: 100px;
}
header .header_logo {
  padding: 0px 30px;
}
header .header_logo h1 {
    font-size: 2.6rem;
}
header .header_logo a {
}
header .header_logo h1 img {
	height: 50px;
    margin-right: 15px;
}
header .header_logo h1 span {
    line-height: 1.4;
}
header .header_logo h1 small {
    font-size: 1.54rem;
}
header .register_link a {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4;
    width: 110px;
    height: 56px;
	border-bottom-width: 5px;
}
header .login_link a {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4;
    width: 130px;
    margin-left: 10px;
}
  header .user_display {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  header .user_name {
    font-size: 1.8rem;
    line-height: 2;
    padding-left: 1.5em;
    background: url("../images/icon_user.png") no-repeat left center;
  }
  header .logout_bt {
    margin: 0 0 0 20px;
  }
  header .logout_bt a {
    font-size: 1.6rem;
    line-height: 2.4;
    padding: 0.2em 1em;
  }

header .contentstitle {
	background-size: 20px;
	height: 160px;
	border-bottom-width: 10px;
}
header .contentstitle:before {
    width: 80px;
    height: 80px;
}
header .contentstitle:after {
    width: 80px;
    height: 80px;
}
header .contentstitle h2 {
	font-size: 3.6rem;
}
header .contentstitle .theme {
    font-size: 1.8rem;
}

header .closebt {
	bottom: 27px;
	right: 30px;
}
header .closebt a {
	font-size: 2rem;
  width: 120px;
}

/* コンテンツ */
section {
	padding: 0 0 100px;
}
section article.contentstitle h2 {
	font-size: 3.4rem;
	height: 150px;
}
section article.contents {
	padding: 50px 0px;
}

}

@media (min-width: 1060px) {
header .header_bar {
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
header .contentstitle {
    margin: auto;
}
header .closebt {
	right: 50%;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}
}

@media (min-width: 1200px) {
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	padding-top: 150px;
}
header .header_bar {
    height: 150px;
    padding-right: 150px;
}
header .header_logo {
  padding: 0px 30px;
}
header .header_logo h1 {
    font-size: 3.5rem;
}
header .header_logo a {
}
header .header_logo h1 img {
	height: 65px;
    margin-right: 20px;
}
header .header_logo h1 span {
    line-height: 1;
}
header .header_logo h1 small {
    font-size: 2.1rem;
    line-height: 1.3;
}
header .register_link {
    margin-right: 15px;
}
header .register_link a {
    font-size: 1.8rem;
    width: 150px;
    height: 66px;
}
header .login_link {
    margin-right: 15px;
}
header .login_link a {
    font-size: 1.8rem;
    width: 150px;
      border-bottom-width: 5px;
}
  header .user_name {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  header .logout_bt {
    margin: 0 0 0 30px;
  }
  header .logout_bt a {
    font-size: 1.8rem;
    padding: 0.2em 2em;
      border-bottom-width: 5px;
  }
header .contentstitle {
	height: 200px;
}
header .contentstitle:before {
    width: 100px;
    height: 100px;
}
header .contentstitle:after {
    width: 80px;
    height: 80px;
}
header .contentstitle h2 {
	font-size: 4.8rem;
}
header .contentstitle .theme {
    font-size: 2.2rem;
}

header .closebt {
	bottom: 52px;
}
header .closebt a {
	font-size: 2.2rem;
  width: 120px;
}

section {
	padding: 0 0 30px;
}

/* コンテンツ */
section article {
}
}

/* 追従リンク・トップへ戻る
------------------------------------------------------------ */
.info_window {
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 50;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}
.info_window .pagetop {
}
.info_window .pagetop a {
	color: #fff;
	background: #bebebe;
    font-weight: 600;
	display: block;
	padding: 5px 15px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.info_window .regist_banner {
	position: relative;
	margin-top: 10px;
}
.info_window .regist_banner.close {
	display: none;
}
.info_window .regist_banner a {
	font-size: 1.8rem;
	line-height: 2.6;
    font-weight: 600;
	color: #c02a71;
	background: #f5d1db;
	display: block;
	margin: 0px auto;
	padding: 0 15px 0 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.info_window .regist_banner .banner_close {
    width: 1.5em;
    height: 1.5em;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
@media (min-width: 768px) {
.info_window {
	right: 30px;
    bottom: 20px;
}
.info_window .pagetop a {
	padding: 8px 20px;
	border-bottom-width: 5px;
}
.info_window .regist_banner a {
	font-size: 2rem;
	padding: 0 20px 0 50px;
}
.info_window .regist_banner .banner_close {
    width: 1.7em;
    height: 1.7em;
	left: 20px;
}
}
@media (min-width: 1060px) {
header .header_bar {
    padding-right: 150px;
	padding-right: -webkit-calc(50% - 530px + 100px);/*Chrome19~25対応*/
	padding-right: -moz-calc(50% - 530px + 100px);/*Firefox4~15対応*/
	padding-right: calc(50% - 530px + 100px);  
}
header .header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-530px,-50%);
	-ms-transform: translate(-530px,-50%);
	transform: translate(-530px,-50%);
}
header .header_logo h1 {
    display: inline-block;
}
/*header .register_link {
    position: absolute;
    top: 50%;
    right: 50%;
	-webkit-transform: translate(320px,-50%);
	-ms-transform: translate(320px,-50%);
	transform: translate(320px,-50%);
}*/
/*header .login_link {
    position: absolute;
    top: 50%;
    right: 50%;
	-webkit-transform: translate(480px,-50%);
	-ms-transform: translate(480px,-50%);
	transform: translate(480px,-50%);
}*/
}
@media (min-width: 1200px) {
.info_window .pagetop a {
	padding: 0 30px;
    line-height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.info_window .regist_banner {
	margin-top: 20px;
}
.info_window .regist_banner a {
	font-size: 2.4rem;
    line-height: 100px;
	padding: 0 20px 0 55px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.info_window .regist_banner .banner_close {
	left: 20px;
}
.info_window .regist_banner a .icon_arrow {
	width: 25px;
	margin: 0 0 2px 40px;
}
}


/* フッタ
------------------------------------------------------------ */
footer {
	text-align: center;
}

footer div.contact {
	margin: 0 15px 20px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
footer div.contact table {
	margin: auto;
}
footer div.contact table td {
	padding: 20px 0;
}
footer div.contact table td .office {
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 0.5em;
}
footer div.contact table td .office strong {
	padding-bottom: 0.5em;
}
footer div.contact table td .office span.inlineblock {
	padding: 0;
}
footer div.contact table td a {
	text-decoration: underline;
}
footer div.contact table td p {
}
footer div.contact table td p span {
	display: inline-block;
}
footer div.contact table td p span.inlineblock {
    padding: 0 0.5em;
}
footer div.sns_area {
  margin: 0 0 40px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer div.sns_area p {
  width: 40px;
  margin: 0 10px;
}
footer .footer_contents {
	padding: 0 15px;
}
footer .accept {
	font-size: 1.3rem;
	margin: 0 30px 20px;
}

footer .footer_menu {
	font-size: 1.3rem;
}
footer .footer_menu a {
	display: table;
	margin: auto;
	text-decoration: underline;
}
footer .footer_menu span {
	display: none;
}

footer .copyright_area {
	padding: 20px 15px 25px;
	background: #48cad8;
}
footer .copyright_area * {
	font-weight: 200;
	color: #fff;
}
footer .pagetop {
	position: fixed;
	right: 15px;
	bottom 0px;
}
footer .pagetop a {
    font-size: 1.8rem;
    line-height: 40px;
	width: 40px;
	height: 40px;
    background: #f8f8f8;
    display: block;
    vertical-align: middle;
}

@media (min-width: 414px) {
footer div.contact {
	margin: 0 30px 20px;
}
}

@media (min-width: 768px) {
footer {
//	margin-top: 70px;
}

footer div.contact {
	margin: 0 30px 30px;
    max-width: 1000px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
footer div.contact table {
	border-collapse: separate;
	border-spacing: 10px;
}
footer div.contact table td {
}
footer div.contact table td.line_link,
footer div.contact table td.tel_info,
footer div.contact table td.mid_size {
	padding: 0;
}
footer div.contact table td .office strong {
    border-bottom-width: 5px;
}

footer div.sns_area {
  margin: 0 0 50px;
}
footer div.sns_area p {
  width: 50px;
  margin: 0 25px;
}
footer .footer_contents {
	padding: 0 40px;
}
footer .accept {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

footer .footer_menu {
	font-size: 1.6rem;
}
footer .footer_menu a {
	display: inline-block;
}
footer .footer_menu span {
	display: inline-block;
}

footer .copyright_area {
	padding: 20px 15px 28px;
}
footer .pagetop {
	right: 30px;
}
footer .pagetop a {
    font-size: 2rem;
    line-height: 50px;
	width: 50px;
	height: 50px;
}

}
@media (min-width: 1060px) {
footer div.contact {
	margin: 0 auto 30px;
}
}
@media (min-width: 1200px) {
footer {
//	margin-top: 100px;
}
footer div.contact {
    margin-bottom: 40px
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
footer .accept {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
footer div.contact table {
	border-spacing: 20px;
}
footer div.contact table th p {
	padding: 0 1em;
}

footer .footer_menu {
	font-size: 1.8rem;
}

footer .copyright_area {
	padding: 23px 15px 33px;
}
footer .pagetop {
	right: 50px;
}

}


/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
#menu-box {
    width: 100%;
	position: absolute;
    left: 0px;
    bottom: 0px;
	z-index: 1000;
}
#toggle {
	height: 46px;
	width: 46px;
	bottom: 12px;
	right: 15px;
	z-index: 1000;
	cursor: pointer;
	position: absolute;
	outline: none;
	border: solid 1px #bebebe;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#toggle a {
    font-weight: 700;
	display:inline-block;
	height: 44px;
	width: 44px;
	margin: 0px;
	text-decoration: none;
    text-align: center;
	position: relative;
	outline: none;
}
.opmenu #toggle a {
}
#toggle a:before {
	content: 'MENU';
	font-family: "Lato", sans-serif;
	font-size: 1.1rem;
    line-height: 1;
	font-weight: 600;
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 5px;
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	opacity: 1;
	transition: .2s;
}
.opmenu #toggle a:before {
	content: 'CLOSE';
}

#toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: #c02a71;
	position: absolute;
	right: 9px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 7px;
}
#toggle span.menu_mid {
	top:14px;
}
#toggle span.menu_last{
	top: 21px;
}
.opmenu #toggle span.menu_first {
	top: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_last {
	top: 14px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_mid {
	background: transparent;
}

#menu-box #menu {
	display: none;
	width: 100%;
	left: 0px;
	top: 70px;
	z-index: 999;
	position: fixed;
	height: 90vh;
	height: -webkit-calc(100vh - 70px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 70px);/*Firefox4~15対応*/
	height: calc(100vh - 70px);  
	background: #fff;
	overflow-y: none;
}
#menu nav {
	width: 100%;
	margin: auto;
	height: 100%;
	overflow-y: auto;
}
#menu .menu_main {
	margin: 0 15px 80px;
}
#menu .menu_main ul {
	margin: 15px 0 30px;
}
#menu .menu_main ul li {
	margin: 0 0 15px;
	list-style: none;
}
#menu .menu_main ul li a {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2;
	display: block;
    padding: 0.3em 0.6em 0.3em 1em;
	text-decoration: none;
	border: solid 1px #bebebe;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    position: relative;
}
#menu .menu_main ul li a:after {
    content: '\00ff1e';
    font-weight: 100;
    color: #444336;
    display: inline-block;
	-webkit-transform: scale(0.5, 1);
	-ms-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
    margin-left: auto;
}
#menu .menu_main ul li.menu_hall * {
    color: #c02a71;
}
#menu .menu_main ul li.menu_ex a {
}
#menu .menu_main ul li img {
    width: auto;
    height: 25px;
    margin-right: 0.8em;
}

#menu .menu_main ul li.menu_ex span {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2;
	color: #666;
	display: block;
    padding: 0.3em 0.6em 0.3em 1em;
	background: #ddd;
	border: solid 1px #bebebe;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    position: relative;
  opacity: 0.7;
}
#menu .menu_main ul li span:after {
    content: '\00ff1e';
    font-weight: 100;
    color: #444336;
    display: inline-block;
	-webkit-transform: scale(0.5, 1);
	-ms-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
    margin-left: auto;
}

@media (min-width: 375px) {
#menu .menu_main ul li a {
	font-size: 1.8rem;
}
#menu .menu_main .menu_home {
	margin-bottom: 40px;
}
#menu .menu_main .menu_home a {
	font-size: 1.8rem;
}
#menu .menu_main ul li.menu_handout span {
	font-size: 1.8rem;
}
}

@media (min-width: 414px) {
#menu .menu_main {
  margin: 0 30px 80px;
}
#menu .menu_main ul {
	margin-top: 30px;
}
#menu .menu_main ul li {
	margin: 0 0 20px;
}
}

@media (min-width: 768px) {
#menu-box {
	padding: 0 30px;
	margin: auto;
}
#toggle {
	right: 30px;
    bottom: 22px;
	width: 56px;
	height: 56px;
	padding: 0px;
}
#toggle a {
	height: 54px;
	width: 54px;
}
#toggle a:before {
    font-size: 1.3rem;
    bottom: 6px;
}
#toggle span {
    width: 28px;
	right: 13px;
	transition: .3s;
}
#toggle span.menu_first{
	top: 10px;
}
.opmenu #toggle span.menu_first {
	top: 18px;
}
#toggle span.menu_mid {
	top: 18px;
}
#toggle span.menu_last{
	top: 26px;
}
.opmenu #toggle span.menu_last {
	top: 18px;
}

#menu-box #menu {
	top: 100px;
	height: 90vh;
	height: -webkit-calc(100vh - 100px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 100px);/*Firefox4~15対応*/
	height: calc(100vh - 100px);  
}
#menu .menu_main {
	max-width: 1060px;
    margin: 0 auto 80px;
}
#menu .menu_main ul {
	margin: 30px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#menu .menu_main ul li {
	margin: 0 0 30px;
	width: 48%;
	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
	width: calc(50% - 15px);  
}
#menu .menu_main ul li a {
	font-size: 2rem;
	padding: 0.3em 1em 0.3em 1.5em;
}
#menu .menu_main ul li a:after {
    top: 0.5em;
    right: 1em;
}
#menu .menu_main ul li.menu_ex span {
	font-size: 2rem;
	padding: 0.3em 1em 0.3em 1.5em;
}

}

@media (min-width: 1060px) {
#toggle {
    right: 50%;
	-webkit-transform: translateX(500px);
	-ms-transform: translateX(500px);
	transform: translateX(500px);
}
}

@media (min-width: 1200px) {
#menu-box {
}
#toggle {
	height: 66px;
    width: 66px;
    bottom: 42px;
}
#toggle a {
	height: 66px;
    width: 66px;
}
#toggle a:before {
	font-size: 1.4rem;
    bottom: 10px;
}
#toggle span {
	right: 18px;
	width: 30px;
    height: 2px;
}
#toggle span.menu_first{
	top: 12px;
	transition: .3s;
}
.opmenu #toggle span.menu_first {
	top: 22px;
	transition: .3s;
}
#toggle span.menu_mid {
    top: 22px;
}
#toggle span.menu_last{
	top: 32px;
}
.opmenu #toggle span.menu_last {
	top: 22px;
	transition: .3s;
}

#menu-box #menu {
	top: 150px;
	height: 90vh;
	height: -webkit-calc(100vh - 150px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 150px);/*Firefox4~15対応*/
	height: calc(100vh - 150px);  
}
#menu .menu_main ul li a {
	font-size: 2.2rem;
}
#menu .menu_main ul li.menu_ex span {
	font-size: 2.2rem;
}

#menu .menu_main .sns_link img {
	width: 60px;
	margin: 0 25px;
}
}

@media (min-width: 1160px) {
}



/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */
