/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
















 */
/* GLOBAL VARIABLES
-------------------------------------------------------------------- */

/* MIXIN
-------------------------------------------------------------------- */

/* STYLE ------------------------------------------------------------*/

.p-groupHeader-01 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 74px;
  border-bottom: solid 2px #E60000;
}

.p-groupHeader-01 * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-groupHeader-01.bgColor--black {
  background-color: #000000;
}

.p-groupHeader-01 a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-groupHeader-01 a:hover {
  opacity: 0.6;
}

.p-groupHeader-01 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.p-groupHeader-02 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 38px;
}

.p-groupHeader-02 * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-groupHeader-02.bgColor--black {
  background-color: #000000;
}

.p-groupHeader-02 a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-groupHeader-02 a:hover {
  opacity: 0.6;
}

.p-groupHeader-02 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.p-groupHeader__groupLogo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  padding: 8px 16px;
}

.p-groupHeader-02 .p-groupHeader__groupLogo {
  padding-bottom: 4px;
  margin-left: auto;
}

.p-groupHeader__groupLogo--sp {
  display: none;
}

.p-groupHeader-01 .p-groupHeader__groupLogo--pc {
  width: 176px;
}

.p-groupHeader-02 .p-groupHeader__groupLogo--pc {
  width: 182px;
}

.p-groupHeader__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding: 8px 16px 8px 0;
}

.p-groupHeader-02 .p-groupHeader__inner {
  padding: 4px 0;
}

.p-groupHeader__companyLogo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0 auto;
}

.p-groupHeader__companyLogo img {
  width: auto;
  max-height: 18px;
  vertical-align: middle;
}

.p-groupHeader__lineElement {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.p-groupHeader-01 .p-groupHeader__lineElement {
  background: url(/../img/lineElement-01.png) no-repeat left top/100%;
  height: 8px;
}

.p-groupHeader-02 .p-groupHeader__lineElement {
  background: url(/../img/lineElement-02.png) no-repeat left bottom/100%;
  height: 4px;
}

.p-groupHeader__spMenuBtn {
  display: none;
}

.p-groupHeader__spMenuBtn > span {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #9ea2a2;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.bgColor--black .p-groupHeader__spMenuBtn > span {
  background: #ffffff;
}

.is-spNavOpen .p-groupHeader__spMenuBtn > span {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-groupHeader__spMenuBtn > span::before,
.p-groupHeader__spMenuBtn > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #9ea2a2;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.bgColor--black .p-groupHeader__spMenuBtn > span::before,
.bgColor--black .p-groupHeader__spMenuBtn > span::after {
  background: #ffffff;
}

.p-groupHeader__spMenuBtn > span::before {
  top: -12px;
}

.is-spNavOpen .p-groupHeader__spMenuBtn > span::before {
  top: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.p-groupHeader__spMenuBtn > span::after {
  bottom: -12px;
}

.is-spNavOpen .p-groupHeader__spMenuBtn > span::after {
  bottom: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

@media screen and (max-width: 768px) {
  .p-groupHeader-01 {
    height: 56px;
  }

  .p-groupHeader-02 {
    height: 32px;
  }

  .p-groupHeader-02 .p-groupHeader__groupLogo {
    padding-top: 7px;
  }

  .p-groupHeader__groupLogo--sp {
    display: block;
  }

  .p-groupHeader-01 .p-groupHeader__groupLogo--sp {
    width: 60px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  .p-groupHeader-02 .p-groupHeader__groupLogo--sp {
    width: 88px;
  }

  .p-groupHeader__groupLogo--pc {
    display: none;
  }

  .p-groupHeader__companyLogo {
    margin: 0;
  }

  .p-groupHeader__companyLogo img {
    max-height: 15px;
  }

  .p-groupHeader-01 .p-groupHeader__lineElement {
    height: 6px;
  }

  .p-groupHeader__spMenuBtn {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin: 0 0 0 auto;
  }
}

/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:none;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

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

/* CSS Document */
html, html * {
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
	line-height: 1.4;
	/* color: #000000; */
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
header {
	padding: 10px;
	background-color: #f39945;
}
footer {
	margin: 30px 0 0;
	padding: 20px 30px;
	/* background-color: #f39945; */
}
footer p {
	font-size: 12px;
	/* color:#ffffff; */
	color: black;
	
}
body {
	margin-left: auto;
	margin-right: auto;
	background: #f9f9f9;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	font-weight: bold;
}
main p {
	margin:10px;
}
p {
	font-size: 16px;
}
p span {
	color: #E60000;
}
p a {
	color: #E60000;
	text-decoration: underline;
}
.page-title {
	margin:20px;
}
.text-small {
	font-size: 12px;
}
#maru, .maru {
	font-family: 'Noto Sans JP', sans-serif;
	/* font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; */
}

/* CSS Document */

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
	float: left;
}
.style-nav {
	visibility: hidden;
}
.style-nav ul {
	list-style-type: none;
	text-align: center;
	padding-top: 17px;
}
.style-nav ul li {
	display: inline-block;
}
.style-nav ul li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}
.style-nav ul li a :hover {
	text-decoration: underline;
}
.hero {
	background-image: url(/images/hero.png);
	background-size: contain;
	height: 300px;
	color: #FFFFFF;
	text-align: center;
}
.top-text {
    margin:30px 0;
}

.button {
	text-align: center;
	margin: 30px 0 0 0;
}
.orange-button {
	width: 220px;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	background-color: #E60000;
	text-decoration: none;
	margin: 10px 10px 19px 10px;
}

.primary-button {
	background: linear-gradient(to right, #FA4900, #F22626);
}

.orange-text {
	color: #E60000;
	font-weight: bold;
}
.gray-button {
	width: 220px;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	background-color: #E60000;
	text-decoration: none;
	margin: 10px;
}
.orange-button:hover, .gray-button:hover {
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.2);
}

@media screen and (max-width: 480px) and (min-width: 321px) {
	.horizontal-button {
		width: 42%;
	}
}


p.footer-text {
	font-size: 12px;
	margin: 10px;
	text-align: center;
	/* color:#ffffff; */
	color: black;
}
a.footer-link {
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	text-align: center;
	color: black;
	text-decoration: none;
}
.col {
	width: 100%;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.title {
	font-size: 20px;
	background-color: #eeeeee;
	padding: 10px;
	margin: 0px;
}

.sp-only {
    visibility:visible;
    margin:0;
    overflow:auto;
    height:auto;
	text-align: center;
}
.pc-only {
    visibility:hidden;
    margin:0;
    overflow:hidden;
    height:0px;
	text-align: center;
}
.sp-only-nav {
    /* visibility:visible; */
	display:block;
}
.pc-only-nav {
    /* visibility:hidden; */
	display:none;
}

/*ログイン*/

#login-form {
	width: 100%;
	text-align: center;
}

#login-form p.explanation {
	text-align: left;
}

input {
	border-radius: 4px;
	border:solid 1px #999999;
}
/*ログイン後*/
#pc-nav {
	height: 64px;
	width: auto;
	background-color: white;
}

#sp-nav .nav-tab > ul > li {}

#sp-nav .nav-tab > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-align: center;
	width: 20%;
	display: block;
	float: left;
	padding: 0;
	border-bottom: none;
}

.nav-tab ul {
	list-style-type: none;
	display: block;
}

/* ドロップダウンメニューを表示するため */
.nav-tab ul li {
	display: inline;
	/* position: relative;
	z-index: 100; */
}

.nav-tab ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-align: center;
	width: 20%;
	display: block;
	float: left;
	padding: 13px 2px;
	border-bottom: solid 2px #CCC;
}
.nav-tab ul li span a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-align: center;
	width: 20%;
	display: block;
	float: left;
	padding: 22px 2px;
}

/* 通常ドロップダウンメニュー非表示 */
/* .nav-tab ul li > ul.menu {
	display: none;
	position: absolute;
	top: 53px;
	left: -164px;
	width: 164px;
	background: #ffffff;
	border: 1px #dcdcdc solid;
} */

/* SP表示 */
.nav-tab ul li#sp-related > ul.menu {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	background: #ffffff;
	border: 1px #dcdcdc solid;
}

/* PC表示 */
.nav-tab ul li#pc-related > ul.menu {
	display: none;
	position: absolute;
	top: 140px;
	left: 0px;
	width: 164px;
	background: #ffffff;
	border: 1px #dcdcdc solid;
}

.nav-tab ul li > ul.for-edge {
	top: 53px;
	left: -330px;
	width: 164px;
}

.nav-tab ul li > ul.for-ie {
	top: 53px;
	left: -470px;
	width: 164px;
}

.nav-tab ul li > ul.menu li a {
	float: none;
	width: 100%;
	font-size: 12px;
}

#pc-nav .nav-tab ul li a:hover, #pc-nav .nav-tab ul li a:active, #pc-nav .nav-tab ul li a.active {
	color: #E60000;
	background-color: white;
	border-bottom: solid 2px #E60000;
}

#pc-nav .nav-tab ul li a#pc-related-link {
	cursor: pointer;
}

#entrance-info-middle {
	background-color: #f7f7f7;
	/* border-radius: 20px; */
	padding: 20px;
	margin: 10px;
}
#entrance-info-middle p {
	margin: 0px;
}
#entrance-info-middle span {
	color: #E60000;
}
.text_small {
	font-size: 12px;
}

.style-nav {
    display: none;
}

@media (min-width: 740px) {
    .style-nav {
        display: block;
    }
		.style-nav {
			visibility: visible;
		}
}
/*Tablet View*/
@media (min-width: 850px) {
main {
	/* max-width: 850px; */
	margin: auto;
}
.style-nav {
	visibility: visible;
}
.style-nav ul li {
	display: inline-block;
}
.style-nav ul {
	text-align: center;
}
h1 {
	font-size: 40px;
	margin-bottom: 90px;
}
h2 {
	margin-bottom: 16px;
}
.col-md-one-half {
	width: 50%;
}
.col {
	float: left;
	padding: 0px;
}
.style-logo {
	float: left;
}
.nav-tab ul li a {
	font-size: 16px;
	padding: 21px 4px;
}
.sp-only {
    visibility:hidden;
    margin:0;
    overflow:hidden;
    height:0px;
	text-align: center;
}
.pc-only {
    visibility:visible;
    margin:0;
    overflow:auto;
    height:auto;
	text-aline:center;
}
.sp-only-nav {
    /* visibility:hidden; */
	display:none;
}
.pc-only-nav {
    /* visibility:visible; */
	display:block;
}

}

body {
	background-color: white;
}

/*Desktop View*/

@media (min-width: 1280px) {
main {
	max-width: 1280px;
	margin: auto;
}
.col-md-one-half {
	width: 33.333%;
}
.style-nav {
	float: right;
}
.col-lg-one-fourth {
	width: 25%;
}
.style-logo {
	float: left;
}
.nav-tab ul li a {
	font-size: 16px;
	padding: 21px 4px;
}

/* .nav-tab ul li > ul.menu {
	left: -504px;
	width: 252px;
} */

.nav-tab ul li > ul.for-safari {
	left: -252px;
	width: 252px;
}



.nav-tab ul li > ul.for-edge {
	top: 52px;
	left: -505px;
	width: 252px;
}

.nav-tab ul li > ul.for-ie {
	top: 52px;
	left: -505px;
	width: 252px;
}

.pc-only p img{
 padding:0 215px;
}

.logined-hero {
	padding: 20px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.greeting {
	font-size: 14px;
	font-weight: bold;
	border-bottom: soid 2px #CCC;
}
.greeting h2{
	border-left: solid 6px #E60000;
	padding-left: 27px;
	font-size: 24px;
}

.logined-hero .button {
	display: flex;
	justify-content: end;
}

.logined-hero .button p {
	display: flex;
	justify-content: end;
}

.logined-hero .button p .primary-button {
	height: 58px;
}

}

.greeting {
	font-size: 14px;
	font-weight: bold;
}

.greeting h2{
	border-left: solid 6px #E60000;
	padding-left: 27px;
}

.greeting strong{
	color: #E60000;
}

.logined-hero {
	padding: 20px 10px;
}

.greeting .text_small {
	font-size: 14px;
	font-weight: normal;
}

footer {
	border-top: solid 2px #E60000;
}

h2{
	border-left: solid 6px #E60000;
	padding-left: 27px;
	font-size: 22px;
}

h3{
	border-left: solid 6px #E60000;
	padding-left: 11px;
	font-size: 20px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

@media (max-width: 431px) {
	.modal-content {
		width: 97%;

	}
}

/* CSS Document */

.info-box {
	background-color: #ffffff;
	color: #000000;
	margin: 10px;
	height: 390px;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
	margin: 10px;
}
.info-box:hover {
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.1);
	margin: 9px 10px 11px;
}
.p-01 {
	background-image: url(/../images/p_sp01.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.p-02 {
	background-image: url(/../images/p_sp02.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.p-03 {
	background-image: url(/../images/p_sp03.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.p-04 {
	background-image: url(/../images/p_sp04.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.p-05 {
	background-image: url(/../images/p_sp05.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.p-06 {
	background-image: url(/../images/p_sp06.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.p-07 {
	background-image: url(/../images/p_sp07.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.p-08 {
	background-image: url(/../images/p_sp08.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.p-09 {
	background-image: url(/../images/p_sp09.png);
	background-position: center;
	height: 320px;
	width: 100%;
}
.product-name {
	font-size: 16px;
	color:black;
	padding: 8px 10px;
	background-color: #ffffff;
	text-transform: uppercase;
	margin: 0px;
	border-left: none;
}

.line-element {
	background: url(/../images/line.png) no-repeat left top/100%;
	height: 8px;
}

.product-text {
	background-color: #ffffff;
	/* opacity: 0; */
	display: none;
	margin:0;
	padding: 10px;
	font-size: 14px;
	height: 300px;
}
.point {
	color: #E60000;
	font-weight: bold;
	font-size: 16px;
}
.sub-text {
	font-size : 14px;
	color:#000000;
}
/* .product-text:hover {
	opacity: 1;
} */
.product-text a {
	color: #E60000
}
/*スマートフォンで商品の横幅が広すぎる場合縮める用
.col-md-one-half {
	width: 90%;
	margin:auto;
}
*/

/*Tablet View*/

@media (min-width: 850px) {
	.product-text {
		background-color: #ffffff;
		/* opacity: 0; */
		display: none;
		margin: 0;
		padding: 10px;
		font-size: 15px;
		height: 300px;
	}

	.p-01 {
		background-image: url(/../images/p_01.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}

	.p-02 {
		background-image: url(/../images/p_02.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}

	.p-03 {
		background-image: url(/../images/p_03.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}

	.p-04 {
		background-image: url(/../images/p_04.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}

	.p-05 {
		background-image: url(/../images/p_05.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}

	.p-06 {
		background-image: url(/../images/p_06.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}

	.p-07 {
		background-image: url(/../images/p_07.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}

	.p-08 {
		background-image: url(/../images/p_08.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}

	.p-09 {
		background-image: url(/../images/p_09.png);
		background-position: center;
		height: 320px;
		width: 100%;
	}
}

/* CSS Document */

#agreement-box {
	padding: 10px;
	background-color: #ffffff;
	border-radius: 20px;
	margin: 0 10px 10px;
}
#terms-area {
	width: 100%;
	height: 240px;
	margin: 0;
	padding: 0px 10px 0px 10px;
	overflow:scroll;
	background: #ffffff;
}
#terms-area h2 {
	border-left: none;
	padding: 0;
}
#terms-area h3 {
	font-size: 20px;
	color: black;
	border-bottom: solid 1px black;
	border-left: none;
	padding: 0;
}
#terms-area h3, #terms-area h4 {
	margin: 10px 0px;
	font-weight: bold;
}
#terms-area h4 {
	color: black;
}
#terms-area h5 {
	font-size: 14px;
	font-weight: bold;
}
#terms-area p {
	font-size:14px;
	margin:5px 0;
}
#terms-area td {
	font-size:14px;
	padding:5px 0;
}

.terms-point {
	text-align: center;
	margin: 30px auto;
}
.terms-point th {
	background-color: #eeeeee;
	width: 200px;
}
.terms-point th, .terms-point td {
	padding: 5px;
	border: solid 1px #999999;
	border-radius: 4px;
}
.terms-area-privacy {
	border: solid 1px #999999;
	border-radius: 20px;
	padding: 20px;
	margin: 20px 10px;
}
.terms-area-privacy h4 {
	text-align: center;
}
.dl-link {
	margin:0 20px 0 0;
	width: 100%;
	text-align: right;
}
.check {
	text-align: center;
	margin: 0px;
}

/*Tablet View*/

body {
	background-color: white;
}

@media (min-width: 850px) {
main {
	max-width: 850px;
		margin: auto;
}
}

/*Desktop View*/

@media (min-width: 1280px) {
main {
	max-width: 1280px;
		margin: auto;
}
#agreement-box {
	border-radius: 20px;
	padding: 30px;
	;
}
#terms-area {
	height: 400px;
}
}

#privacy-area h3 {
	font-size: 18px;
	color: black;
	border-bottom: solid 1px black;
	border-left: none;
}
#privacy-area h3, #terms-area h4 {
	margin: 10px 0px;
	font-weight: bold;
}
#privacy-area h4 {
	color: black;
}
#privacy-area h5 {
	font-size: 14px;
	font-weight: bold;
}
#privacy-area p {
	font-size:14px;
	margin:5px 0;
}
#privacy-area td {
	font-size:14px;
	padding:5px 0;
}

.privacy-point {
	text-align: center;
	margin: 30px auto;
}
.privacy-point th {
	background-color: #eeeeee;
	width: 200px;
}
.privacy-point th, .terms-point td {
	padding: 5px;
	border: solid 1px #999999;
	border-radius: 4px;
}

#privacy-area ul {
	list-style-position: inside;
	font-size:14px;
	margin:5px 0;
}

#privacy-area ul li{
	line-height: 25px;
}

/* CSS Document */

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
            font-size: 16px;
        }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
/* input[type="checkbox"],
input[type="radio"] {
  display: inline; } */
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

select {
  font-size: 16px;
}

input[type="submit"], button {
  border-style: none;
  cursor : pointer;
}

#requestForm h2 {
  color: #E60000;
  margin: 20px 10px 20px 0;
  border-left: none;
  padding: 0;
}

#entrance-info-middle {
  font-weight: bold;
  margin: 10px 0;
}

.s1-text {
  margin: 30px 0;
}

#requestForm {
  max-width: 1200px !important;
  margin: 20px auto !important;
  padding: 0 20px !important;
}

#login-form #requestForm {
  margin: 0px;
}

/* input {
  width: 100%;
} */

.block_error > input[type="email"],
.block_error > input[type="number"],
.block_error > input[type="search"],
.block_error > input[type="text"],
.block_error > input[type="tel"],
.block_error > input[type="url"],
.block_error > input[type="password"],
.block_error > textarea,
.block_error > select {
  border: 1px solid #dc3545;
 }

 #requestForm label {
   display: block;
   vertical-align: middle;
   /* margin: 10px 0 0 0; */
   width: 100%;
   /* padding: 7px 0 3px 0; */
   float: left;
 }

 #requestForm label.long {
   padding: 0 0 0 0;
 }

 #login-form #requestForm label {
    padding: 7px 0 3px 0;
    width: 100%;
 }

  #requestForm input[type="email"],
  #requestForm input[type="number"],
  #requestForm input[type="search"],
  #requestForm input[type="text"],
  #requestForm input[type="tel"],
  #requestForm input[type="url"],
  #requestForm input[type="password"],
  #requestForm select,
  #requestForm textarea
   {
   display: block;
   width: 100%;
   float: left;
 }

 #requestForm textarea {
   font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
 }

 #login-form #requestForm input[type="email"],
 #login-form #requestForm input[type="number"],
 #login-form #requestForm input[type="search"],
 #login-form #requestForm input[type="text"],
 #login-form #requestForm input[type="tel"],
 #login-form #requestForm input[type="url"],
 #login-form #requestForm input[type="password"],
 #login-form #requestForm select,
 #login-form #requestForm textarea
  {
  width: 100%;
}

#requestForm textarea#q7_other
 {
 width: 100%;
}

 @media (min-width: 431px) {

   #requestForm label {
     display: block;
     vertical-align: middle;
     /* margin: 10px 0 0 0; */
     width: 50%;
     /* padding: 7px 0 3px 0; */
     float: left;
   }

   #requestForm label.long {
     padding: 0 0 0 0;
   }

   #login-form #requestForm label {
      padding: 7px 0 3px 0;
      width: 50%;
   }

    #requestForm input[type="email"],
    #requestForm input[type="number"],
    #requestForm input[type="search"],
    #requestForm input[type="text"],
    #requestForm input[type="tel"],
    #requestForm input[type="url"],
    #requestForm input[type="password"],
    #requestForm select,
    #requestForm textarea
     {
     display: block;
     width: 50%;
     float: left;
   }

   #login-form #requestForm input[type="email"],
   #login-form #requestForm input[type="number"],
   #login-form #requestForm input[type="search"],
   #login-form #requestForm input[type="text"],
   #login-form #requestForm input[type="tel"],
   #login-form #requestForm input[type="url"],
   #login-form #requestForm input[type="password"],
   #login-form #requestForm select,
   #login-form #requestForm textarea
    {
    width: 50%;
  }

   #tr_err_point1 label,
   #tr_err_point2 label,
   #tr_err_ita_yakigashi_a label,
   #tr_err_ita_yakigashi_b label,
   #tr_err_ita_yakigashi_c label,
   #tr_err_ita_yakigashi_d label,
   #tr_err_point3 label,
   #tr_err_point4 label,
   #tr_err_point5 label,
   #tr_err_point6 label,
   #tr_err_point7 label,
   #tr_err_point8 label,
   #tr_err_idol_2017 label,
   #tr_err_gundam_2017 label,
   #tr_err_idol_2018 label,
   #tr_err_gundam_2018 label,
   #tr_err_idol_2019 label,
   #tr_err_gundam_2019 label,
   #tr_err_idol_2020 label,
   #tr_err_gundam_2020 label,
   #tr_err_idol_2021 label,
   #tr_err_gundam_2021 label,
   #tr_err_idol_2022 label,
   #tr_err_gundam_2022 label,
   #tr_err_idol_2023 label,
   #tr_err_gundam_2023 label,
   #tr_err_idol_2024 label,
   #tr_err_gundam_2024 label
   {
     height: 100px;
   }
}

#requestForm input[type="text"]#q1c_other {
  float: none;
}

 .error {
   color: #dc3545;
   display: block;
   margin: 10px 0 0 0;
   /* padding: 0 0 0 10px; */
   float: left;
   font-size: 14px;
   width: 300px;
 }

 #rounde_layout {
  margin: 10px 0 0 0;
 }

 #rounde_layout_error {
  margin: 10px 0 0 0;
 }

 #rounde_layout_error p.mid,  #rounde_layout_error p.mid .subtotal {
   color: #dc3545;
 }

 #tr_err_point1,
 #tr_err_point2,
 #tr_err_ita_yakigashi_a,
 #tr_err_ita_yakigashi_b,
 #tr_err_ita_yakigashi_c,
 #tr_err_ita_yakigashi_d,
 #tr_err_point3,
 #tr_err_point4,
 #tr_err_point5,
 #tr_err_point6,
 #tr_err_point7,
 #tr_err_point8,
 #tr_err_mail,
 #tr_err_mail_confirm,
 #tr_err_tel,
 #tr_err_contact,
 #tr_err_content,
 #tr_err_idol_2017,
 #tr_err_gundam_2017,
 #tr_err_idol_2018,
 #tr_err_gundam_2018,
 #tr_err_idol_2019,
 #tr_err_gundam_2019,
 #tr_err_idol_2020,
 #tr_err_gundam_2020,
 #tr_err_idol_2021,
 #tr_err_gundam_2021,
 #tr_err_idol_2022,
 #tr_err_gundam_2022,
 #tr_err_idol_2023,
 #tr_err_gundam_2023,
 #tr_err_idol_2024,
 #tr_err_gundam_2024
  {
   width: 100%;
   /* padding: 10px 0 0 0; */
 }

#tr_err_point1 label,
#tr_err_point2 label,
#tr_err_ita_yakigashi_a label,
#tr_err_ita_yakigashi_b label,
#tr_err_ita_yakigashi_c label,
#tr_err_ita_yakigashi_d label,
#tr_err_point3 label,
#tr_err_point4 label,
#tr_err_point5 label,
#tr_err_point6 label,
#tr_err_point7 label,
#tr_err_point8 label,
#tr_err_idol_2017 label,
#tr_err_gundam_2017 label,
#tr_err_idol_2018 label,
#tr_err_gundam_2018 label,
#tr_err_idol_2019 label,
#tr_err_gundam_2019 label,
#tr_err_idol_2020 label,
#tr_err_gundam_2020 label,
#tr_err_idol_2021 label,
#tr_err_gundam_2021 label,
#tr_err_idol_2022 label,
#tr_err_gundam_2022 label,
#tr_err_idol_2023 label,
#tr_err_gundam_2023 label,
#tr_err_idol_2024 label,
#tr_err_gundam_2024 label
{
  height: 20px;
}

#tr_err_point1 div.heightLine-group1,
#tr_err_point2 div.heightLine-group1,
#tr_err_ita_yakigashi_a div.heightLine-group1,
#tr_err_ita_yakigashi_b div.heightLine-group1,
#tr_err_ita_yakigashi_c div.heightLine-group1,
#tr_err_ita_yakigashi_d div.heightLine-group1,
#tr_err_point3 div.heightLine-group1,
#tr_err_point4 div.heightLine-group1,
#tr_err_point5 div.heightLine-group1,
#tr_err_point6 div.heightLine-group1,
#tr_err_point7 div.heightLine-group1,
#tr_err_point8 div.heightLine-group1,
#tr_err_idol_2017 div.heightLine-group1,
#tr_err_gundam_2017 div.heightLine-group1,
#tr_err_idol_2018 div.heightLine-group1,
#tr_err_gundam_2018 div.heightLine-group1,
#tr_err_idol_2019 div.heightLine-group1,
#tr_err_gundam_2019 div.heightLine-group1,
#tr_err_idol_2020 div.heightLine-group1,
#tr_err_gundam_2020 div.heightLine-group1,
#tr_err_idol_2021 div.heightLine-group1,
#tr_err_gundam_2021 div.heightLine-group1,
#tr_err_idol_2022 div.heightLine-group1,
#tr_err_gundam_2022 div.heightLine-group1,
#tr_err_idol_2023 div.heightLine-group1,
#tr_err_gundam_2023 div.heightLine-group1,
#tr_err_idol_2024 div.heightLine-group1,
#tr_err_gundam_2024 div.heightLine-group1
{
  margin-bottom: 30px;
}

 #requestForm > h3 {
   margin: 10px 0;
   font-weight: bold;
   border-left: none;
   padding: 0;
 }

 #requestForm > h4 {
   margin: 10px 0;
   font-weight: bold;

 }

 #requestForm > .text_small {
   margin: 10px 0 0 0;
 }

 #requestForm > .text_center {
   text-align: center;
   margin: 20px auto;
 }

 /* input[type="checkbox"] {
   width: auto;
   float: none;
 } */

table.confirmation-table {
  width: 100%;
  border-collapse: collapse;
}

table.confirmation-table tr {
  height: 55px;
  border-bottom: solid 1px #CCC;
}

table.confirmation-table th {
  text-align: left;
  vertical-align: middle;
}

table.confirmation-table td {
  /* text-align: right; */
  vertical-align: middle;
  /* border-bottom: solid 1px #000000; */
}

 /*Tablet View*/
/* 741より横幅が大きい時 */
 @media (min-width: 741px) {
   #requestForm label {
     width: 32%;
   }

   #login-form #requestForm label {
     width: 33%;
   }

   #requestForm input[type="email"],
   #requestForm input[type="number"],
   #requestForm input[type="search"],
   #requestForm input[type="text"],
   #requestForm input[type="tel"],
   #requestForm input[type="url"],
   #requestForm input[type="password"],
   #requestForm select,
   #requestForm textarea
    {
     width: 33%;
   }

   #login-form #requestForm input[type="email"],
   #login-form #requestForm input[type="number"],
   #login-form #requestForm input[type="search"],
   #login-form #requestForm input[type="text"],
   #login-form #requestForm input[type="tel"],
   #login-form #requestForm input[type="url"],
   #login-form #requestForm input[type="password"],
   #login-form #requestForm select,
   #login-form #requestForm textarea
    {
    width: 33%;
  }

   .error {
     width: 33%;
   }

   #tr_err_point1,
   #tr_err_point2,
   #tr_err_ita_yakigashi_a,
   #tr_err_ita_yakigashi_b,
   #tr_err_ita_yakigashi_c,
   #tr_err_ita_yakigashi_d,
   #tr_err_point3,
   #tr_err_point4,
   #tr_err_point5,
   #tr_err_point6,
   #tr_err_point7,
   #tr_err_point8,
   #tr_err_mail,
   #tr_err_mail_confirm,
   #tr_err_tel,
   #tr_err_contact,
   #tr_err_content,
   #tr_err_idol_2017,
   #tr_err_gundam_2017,
   #tr_err_idol_2018,
   #tr_err_gundam_2018,
   #tr_err_idol_2019,
   #tr_err_gundam_2019,
   #tr_err_idol_2020,
   #tr_err_gundam_2020,
   #tr_err_idol_2021,
   #tr_err_gundam_2021,
   #tr_err_idol_2022,
   #tr_err_gundam_2022,
   #tr_err_idol_2023,
   #tr_err_gundam_2023,
   #tr_err_idol_2024,
   #tr_err_gundam_2024
    {
     width: 100%;
     padding: 10px 0 0 0;
   }

   .field_with_errors .message {
     margin-left: 10px;
   }
}

.text_error {
  color: #dc3545;
}

.text_error img {
  width: 16px;
}

#tr_err_user_id,
#tr_err_password {
  margin-bottom: 35px;
}

#tr_err_point1:after,
#tr_err_point2:after,
#tr_err_ita_yakigashi_a:after,
#tr_err_ita_yakigashi_b:after,
#tr_err_ita_yakigashi_c:after,
#tr_err_ita_yakigashi_d:after,
#tr_err_point3:after,
#tr_err_point4:after,
#tr_err_point5:after,
#tr_err_point6:after,
#tr_err_point7:after,
#tr_err_point8:after,
#rounde_layout:after,
#rounde_layout_error:after,
#tr_err_mail:after,
#tr_err_mail_confirm:after,
#tr_err_tel:after,
#tr_err_name:after,
#tr_err_user_id:after,
#tr_err_userid:after,
#tr_err_password:after,
#tr_err_contact:after,
#tr_err_content:after,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#tr_err_idol_2017:after,
#tr_err_gundam_2017:after,
#tr_err_idol_2018:after,
#tr_err_gundam_2018:after,
#tr_err_idol_2019:after,
#tr_err_gundam_2019:after,
#tr_err_idol_2020:after,
#tr_err_gundam_2020:after,
#tr_err_idol_2021:after,
#tr_err_gundam_2021:after,
#tr_err_idol_2022:after,
#tr_err_gundam_2022:after,
#tr_err_idol_2023:after,
#tr_err_gundam_2023:after,
#tr_err_idol_2024:after,
#tr_err_gundam_2024:after
{
  content: "";
  clear: both;
  display: block;
}



footer {
	border-top: solid 2px #E60000;
}

.field_with_errors > * {
  color: #dc3545;
}

@media (max-width: 431px) {

    #modal .horizontal-button {
        width: 40%;
    }

    #modal h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    #modal .gray-button {
        font-size: 14px;
    }

    #modal .orange-button {
        font-size: 14px;
    }
}


/*
===========================================================
	���S��
===========================================================
*/
body#applications_body {
	background:url(/../images/applications/header_back.png) repeat-x;
}

/*
===========================================================
	���O�g
===========================================================
*/

div#applications_wrapper {
	width:691px;
	margin:0 auto;
	text-align:left;
}

/*
===========================================================
	���w�b�_�[
===========================================================
*/
/*----------------------------------------
	���C���O�g
----------------------------------------*/
div#applications_header {
	width:691px;
	height:133px;
}

/*----------- ���S -----------*/
	div#applications_header h1 {
		float:left;
		padding-top:18px;
	}

/*----------------------------------------
	�O���[�o�����j���[
----------------------------------------*/

#applications_menu {
	width:401px;
	float:right;
	margin-top:22px;
}/* clearfix�̓t�@�C�������ɋL�q */
	#applications_menu li {
		float:left;
	}

/*
===========================================================
	�����C��
===========================================================
*/
/*----------------------------------------
	���C���O�g
----------------------------------------*/
div#applications_main {
}/* clearfix�̓t�@�C�������ɋL�q */


/*----------------------------------------
	���o���v�f
----------------------------------------*/

div#applications_main h2 {
	margin:20px 0px 10px 0px;
}
div#applications_main h3 {
	margin:15px 0px 0px 0px;
	font-size:120%;
	font-weight:bold;
	color:#67842c;
}
div#applications_main h4 {
	margin:15px 0px 0px 0px;
	font-size:100%;
	font-weight:bold;
}

/*----------------------------------------
	���̑�HTML�^�O�v�f�Ē��`
----------------------------------------*/

/*----------- p -----------*/
div#applications_main p {
	padding:15px 0px 0px 0px;
}

/*----------- table -----------*/

.rounde_layout,
.rounde_layout_error {
	margin-top:20px;
}
	.rounde_layout div {
		background:#ffffff;
	}
	.rounde_layout_error div {
		background:#f7c9b2;
	}
		.rounde_layout div table,
		.rounde_layout_error div table {
			margin:0px 0px 0px 0px;
		}
			.rounde_layout div table th,
			.rounde_layout_error div table th {
				padding:9px 5px 9px 0px;
				line-height:130%;
			}
			.rounde_layout div table td,
			.rounde_layout_error div table td {
				padding:9px 5px 9px 0px;
				line-height:130%;
				color:#6a8931;
				font-weight:bold;
			}
			.rounde_layout div table td span,
			.rounde_layout_error div table td span {
				font-size:80%;
			}
			.rounde_layout div table td.subtotal,
			.rounde_layout_error div table td.subtotal {
				text-align:right;
				padding-right:15px;
			}
			.rounde_layout div table td.error,
			.rounde_layout_error div table td.error {
				font-size:70%;
				color:#de1500;
				font-weight:normal;
			}

.button_area {
	position:relative;
	height:80px;
}
	div#applications_main .button_area .button_decline {
		position:absolute;
		top:0px;
		left:0px;
		padding:0px 0px 0px 0px;
	}
	div#applications_main .button_area .button_next {
		position:absolute;
		top:0px;
		left:300px;
		padding:0px 0px 0px 0px;
	}
	div#applications_main .button_area .button_right {
		position:absolute;
		top:2px;
		left:490px;
		padding:0px 0px 0px 0px;
	}


.text_small {
	font-size:80%;
}


/*----------------------------------------
	���̑�
----------------------------------------*/
div#applications_main .rounde_shadow_layout {
	margin-top:10px;
}

div#applications_main .rounde_shadow_layout div {
	font-size:120%;
	background:url(/../images/applications/rounde_shadow_layout_middle.png) repeat-y;
}
div#applications_main .rounde_shadow_layout div p {
	padding:10px 20px;
}
div#applications_main .rounde_shadow_layout div p strong {
	font-weight:bold;
	color:#f35b00;
}
div#applications_main .rounde_shadow_layout div h4 {
	margin:0px 0px 0px 0px;
	padding:15px 20px 0px 20px;
	font-size:100%;
	font-weight:bold;
}

/*----------------------------------------
----------------------------------------*/
.step3_area {
	margin:20px 0px 40px 0px;
	/* border-top:1px #aabe7d solid;
	border-bottom:1px #aabe7d solid; */
}
	div#applications_main .step3_area h4 {
			margin:20px 0px 0px 0px;
	}
	.step3_area table {
		margin:20px 0px;
	}
		.step3_area table td {
			padding:0 0 10px 20px;
		}

/*----------------------------------------
	step4�@���[�_��
----------------------------------------*/
html,body {
	height: 100%;
}

#layer_board_area_double {
	height: 100%;
}

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}
.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
/*
	cursor: pointer;
*/
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 2%;
	top: 2%;
	margin: 0px 0px 0px 1px;
	text-align: center;
	z-index: 2000;
	width:96%;
	height: 96%;
}

.layer_board .layer_board_inner {
	background:#ffffff;
	text-align:left;
	padding:0px 20px 20px 20px;
	overflow:scroll;
	height: 100%;
}

@media (min-width: 740px) {
	.layer_board {
         display: none;
         position: fixed;
				 left: 50%;
				 top: auto;
				 margin: 0px 0px 0px -350px;
         text-align: center;
         z-index: 2000;
				 width:703px;
			 }

	.layer_board .layer_board_inner {
		 		height:550px;
		 	}
}

.layer_board .layer_board_inner h2 {
	color: #E60000;
	margin: 20px 10px 20px 0;
	border-left: none;
	padding: 0;
}
.layer_board p {
	padding:0px 0px 20px 0px;
}
.green_check {
	padding:10px !important;
	/* background-color:#dff1e0 !important; */
	text-align:center;
	vertical-align:middle;
}

table.green_table {
	border-collapse: collapse;
	margin: 20px, auto;
}

table.green_table td {
	padding: 10px;
}

table.green_table tr {
	border-bottom: solid 1px #CCC
}

table.green_table .text_bold {
	font-weight: bold;
}

.button_area {
	margin: 20px 0 0 0;
	text-align: center;
}


/*
===========================================================
	��clearfix
===========================================================
*/
/*  --- fix related --- */
/* to fix clear flot */
div#applications_wrapper:after,
div#applications_header:after,
div#applications_menu:after,
div#applications_ain:after,
div#footer:after,
.layer_board div:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	clear:both;
}
div#applications_wrapper,
div#applications_header,
div#applications_menu,
div#applications__main:after,
div#footer,
.layer_board div,
.clearfix {
	display:inline-block;
}
div#applications_wrapper,
div#applications_header,
div#applications_menu,
div#applications_main:after,
div#footer,
.layer_board div,
.clearfix {
	display:block;
	}

	.pagetop {
	    display: none;
	    position: fixed;
	    bottom: 15px;
	    right: 15px;
	}

	.pagetop img {
		width: 52px;
		height: 52px;
	}
div#contact-form {
  margin: 10px;
}

div#contact-form h3 {
  margin: 20px 0;
}

div#contact-form .well {
  background-color: #f7f7f7;
  /* border-radius: 20px; */
  padding: 5px;
  margin: 0px;
}

div#contact-form .well p {
  font-size: 95%;
  font-weight: bold;
	margin: 10px;
}
div#contact-form .well span {
  font-size: 100%;
	color: #E60000;
}

@media (min-width: 413px) {

  div#contact-form .well {
  	background-color: #f7f7f7;
  	/* border-radius: 20px; */
  	padding: 20px;
  	margin: 10px;
  }

 div#contact-form .well p {
   font-size: 110%;
   font-weight: bold;
 	margin: 10px;
 }
 div#contact-form .well span {
   font-size: 110%;
 	color: #E60000;
 }
}


div#contact-form .note {
  font-size: 75%;
}

div#contact-form .button {
  margin: 20px 0;
}

div#contact-form span.font_red {
  color: #dc3545;
}

div#contact-form p.form-note {
  margin: 0 0 20px 0;
}

div#contact-form table.confirmation-table {
  margin: 20px 0 30px 0;
}

div#contact-form table.confirmation-table tr {
}

div#contact-form table.confirmation-table tr th{
    padding: 0px 20px;
  vertical-align: middle;
}

div#contact-form table.confirmation-table tr td{
  vertical-align: middle;
}

@media (min-width: 413px) {
  div#contact-form table.confirmation-table tr td{
      padding: 0px 20px;
    vertical-align: middle;
  }
}

@media (min-width: 850px) {
  div#contact-form {
    width: 840px;
    margin: 20px auto 30px auto;
  }
}

@media (min-width: 1280px) {
  div#contact-form {
    width: 840px;
    margin: 20px auto 30px auto;
  }
}
#static {
  margin: 20px;
}

#static p {
  line-height: 25px;
}

#static h3 {
  margin: 20px 0 20px 0;
}

#static hr {
  margin: 10px 0 20px 0;
}

#static ol {
  margin: 30px;
}

#static ol li{
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 15px 0;
}

/* CSS Document */

h2 span {
	font-size:14px;
}
.artcol-text {
	margin:20px;
}
.artcol {
	width:100%;
	padding:10px;
}

.artcol h3 {
	margin:20px 10px 0;
	border-bottom: 1px solid #999999;
	border-left: none;
	padding-left: 0;
	font-size: 18px;
}

.artcol img {
}

#ulreport {
	list-style-type: none;
	font-size:14px;
	margin:20px;
}

.artcol-well {
	background-color: #f7f7f7;
	padding: 20px;
	margin:20px;
}

#italiantomato-ticket > img {
	max-width: 400px;
}

#italiantomato-ticket {
	text-align: center;
}

/*Tablet View*/

@media (min-width: 850px) {
.artcol {
	width:50%;
	padding:10px;
}
}
/* line 8, app/assets/stylesheets/art_collections.scss */
.art-display-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* line 14, app/assets/stylesheets/art_collections.scss */
.art-display-container h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 40px 0 30px 0;
  padding-bottom: 10px;
}

/* line 21, app/assets/stylesheets/art_collections.scss */
.art-display-container h2:first-child {
  margin-top: 0;
}

/* line 26, app/assets/stylesheets/art_collections.scss */
.art-display-container h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 40px 0 30px 0;
  padding-bottom: 10px;
  border-left: none;
}

/* line 34, app/assets/stylesheets/art_collections.scss */
.art-display-container h3:first-child {
  margin-top: 0;
}

/* line 40, app/assets/stylesheets/art_collections.scss */
.art-year-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* line 50, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait {
  text-align: center;
  margin-bottom: 60px;
}

/* line 54, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait .art-collection-image {
  width: 300px;
  height: 240px;
  margin: 0 auto 20px auto;
  border-radius: 0;
  overflow: hidden;
  display: block;
}

/* line 62, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait .art-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

/* line 72, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait.lovelive-style .art-collection-image {
  width: 300px;
  height: 240px;
  margin: 0 auto;
}

/* line 77, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait.lovelive-style .art-collection-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* line 85, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait.lovelive-style .art-info .title-section .art-title {
  border-left: none !important;
}

/* line 88, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait.lovelive-style .art-info .title-section .art-title::before {
  display: none !important;
}

/* line 95, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait .art-info {
  padding: 0;
  text-align: center;
}

/* line 99, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait .art-info .title-section .art-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin: 20px 0 0 0;
}

/* line 107, app/assets/stylesheets/art_collections.scss */
.art-layout-portrait .art-info .badge-container,
.art-layout-portrait .art-info .point-display {
  display: none;
}

/* line 117, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape {
  margin-bottom: 40px;
  text-align: center;
}

/* line 121, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-layout-landscape-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  justify-content: center;
}

/* line 129, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-image-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 134, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-image-section .art-year-title {
  margin-bottom: 20px;
}

/* line 139, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-collection-image {
  width: 300px;
  height: 240px;
  flex-shrink: 0;
  border-radius: 0;
  overflow: hidden;
}

/* line 146, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* line 154, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-description-content {
  flex: 1;
  padding-top: 10px;
  text-align: left;
}

/* line 160, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-info {
  padding: 0;
}

/* line 163, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-info .title-section .art-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.4;
}

/* line 171, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-info .title-section .art-title::before {
  display: none;
}

/* line 176, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-info .badge-container,
.art-layout-landscape .art-info .point-display {
  display: none;
}

/* line 182, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-character-details {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* line 188, app/assets/stylesheets/art_collections.scss */
.art-layout-landscape .art-character-details div {
  margin-bottom: 8px;
}

/* line 198, app/assets/stylesheets/art_collections.scss */
.art-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

@media (max-width: 768px) {
  /* line 210, app/assets/stylesheets/art_collections.scss */
  .art-display-container {
    padding: 12px;
  }
  /* line 214, app/assets/stylesheets/art_collections.scss */
  .art-year-title {
    font-size: 28px;
  }
  /* line 219, app/assets/stylesheets/art_collections.scss */
  .art-layout-portrait .art-collection-image {
    width: 250px;
    height: 333px;
  }
  /* line 225, app/assets/stylesheets/art_collections.scss */
  .art-layout-portrait.lovelive-style .art-collection-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  /* line 232, app/assets/stylesheets/art_collections.scss */
  .art-layout-portrait .art-info .title-section .art-title {
    font-size: 16px;
  }
  /* line 238, app/assets/stylesheets/art_collections.scss */
  .art-layout-landscape .art-layout-landscape-content {
    flex-direction: column;
    gap: 20px;
  }
  /* line 243, app/assets/stylesheets/art_collections.scss */
  .art-layout-landscape .art-collection-image {
    width: 300px;
    height: 240px;
  }
  /* line 248, app/assets/stylesheets/art_collections.scss */
  .art-layout-landscape .art-description-content {
    text-align: center;
  }
  /* line 252, app/assets/stylesheets/art_collections.scss */
  .art-layout-landscape .art-info .title-section .art-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  /* line 260, app/assets/stylesheets/art_collections.scss */
  .art-layout-portrait .art-collection-image {
    width: 160px;
    height: 213px;
  }
  /* line 266, app/assets/stylesheets/art_collections.scss */
  .art-layout-portrait.lovelive-style .art-collection-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  /* line 273, app/assets/stylesheets/art_collections.scss */
  .art-layout-portrait.lovelive-style .art-info .title-section .art-title {
    border-left: none !important;
  }
  /* line 276, app/assets/stylesheets/art_collections.scss */
  .art-layout-portrait.lovelive-style .art-info .title-section .art-title::before {
    display: none !important;
  }
  /* line 285, app/assets/stylesheets/art_collections.scss */
  .art-layout-landscape .art-collection-image {
    width: 250px;
    height: 200px;
  }
  /* line 290, app/assets/stylesheets/art_collections.scss */
  .art-layout-landscape .art-character-details {
    font-size: 14px;
  }
}

/* line 299, app/assets/stylesheets/art_collections.scss */
.lovelive-grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(350px, 380px));
  gap: 35px;
  margin-bottom: 40px;
  justify-content: center;
}

@media (max-width: 1024px) {
  /* line 299, app/assets/stylesheets/art_collections.scss */
  .lovelive-grid-container {
    grid-template-columns: repeat(2, minmax(280px, 320px));
    gap: 30px;
  }
}

@media (max-width: 768px) {
  /* line 299, app/assets/stylesheets/art_collections.scss */
  .lovelive-grid-container {
    grid-template-columns: minmax(250px, 350px);
    gap: 20px;
  }
}

/* line 320, app/assets/stylesheets/art_collections.scss */
.gundam-grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(350px, 380px));
  gap: 35px;
  margin-bottom: 40px;
  justify-content: center;
}

@media (max-width: 1024px) {
  /* line 320, app/assets/stylesheets/art_collections.scss */
  .gundam-grid-container {
    grid-template-columns: repeat(2, minmax(280px, 320px));
    gap: 30px;
  }
}

@media (max-width: 768px) {
  /* line 320, app/assets/stylesheets/art_collections.scss */
  .gundam-grid-container {
    grid-template-columns: minmax(250px, 350px);
    gap: 20px;
  }
}

/* CSS Document */
.faq_list {
	margin:0 0 60px;
}
/* .page_layout_inner {
	margin:0 0 60px;
} */
.page_layout_inner h3 a {
	color:#000000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}
.page_layout_inner ul{
	margin:10px;
}
.page_layout_inner ul li {
	list-style-type: none;
}

.page_layout_inner ul li a table{
	border:none;
	margin:15px 10px;

}
.faq_layout td{
	padding:5px 0;
}
.faq_layout {
	margin:10px 20px;
}
.faq_layout dt {
	margin:10px 0;
}

.faq_layout dt table tr td{
	/* color: #E60000; */
	font-weight: bold;
	padding: 10px 0;
}

.faq_layout dt {
	margin-top: 20px;
	margin-bottom: 10px;
}

h3.faq-head {
	margin: 40px 0 0 0;
}

.faq_layout dt table tr td {
	border-bottom: 1px solid #000;
}

.faq_list ul{
	margin:0 0 30px 0;
}

ul.faq_link_list li td {
	text-decoration: underline;
}
.main-content__body {
    overflow-x: auto;
    white-space: nowrap;
}

.main-content__body table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.name-cell-wrapper {
  width: 200px;
  max-height: 1.5em;
  overflow-y: auto;
  white-space: normal;
  word-break: break-word;
}

/* ユーザー詳細画面の左側の空白を減らし、ラベルを固定幅にする */
.main-content__body dl {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-content__body fieldset {
  margin-left: 0;
  padding-left: 0;
  border: none;
  padding: 0;
}

.main-content__body .attribute-label {
  margin-left: 0;
  padding-left: 0;
  width: 150px; /* ラベルの幅を固定 */
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-right: 20px;
}

.main-content__body .attribute-data {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 170px); /* ラベル幅 + マージンを引いた残り */
}

/* ラベルとデータを1行に配置するためのコンテナスタイル */
.main-content__body fieldset > dt,
.main-content__body fieldset > dd {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
}

.main-content__body fieldset > dt {
  width: 150px;
  font-weight: bold;
  vertical-align: top;
}

.main-content__body fieldset > dd {
  width: calc(100% - 170px);
  vertical-align: top;
  margin-left: 20px;
}
