@charset "UTF-8";

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');

/* Adobe Fonts */
@import url("https://use.typekit.net/xyf4wzw.css");


/* ==================================================
BASE (RESET)
================================================== */

ul, ol, dl { margin: 0; padding: 0; vertical-align: baseline; background: transparent; }
li {list-style: none;}

/* ---------- */
iframe { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

*, *::after, *::before {
    /* box-sizing: inherit; */
}


#loginArea,#modalSet {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #1f1f1f;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	/*font-feature-settings: "palt", "liga";*/
	font-feature-settings: "liga";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}


}

@media screen and (min-width: 901px) and (max-width: 1099px) {

/* LOGIN AREA
------------------------------ */
#loginArea {
}

#loginArea .icon {
	margin:0 auto 20px;
	display:block;
}

#loginArea .icon .svgStyle {
}

#loginArea .guide {
}

#loginArea .buttons {
}

#loginArea .buttons li {
}

#loginArea .buttons li:not(:last-child) {
}

#loginArea .buttons li a {
}

#loginArea .buttons li.regist a {
}

#loginArea .buttons li a .svgStyle {
}

#loginArea .buttons li.regist a .svgStyle {
}

#loginArea .buttons li.jme a .svgStyle {
}

#loginArea .buttons li.line a .svgStyle {
}

#loginArea .buttons li.mail a .svgStyle {
}

#loginArea .buttons li a em {
}

#loginArea .buttons li.regist a .label {
}

#loginArea .buttons li.regist a .label b {
}

#loginArea .note {
}

#loginArea .note a {
}

#loginArea .note a::after {
}

	/* ###################################################### */
}



/* ###################################################################
########## PC ########################################################
################################################################### */


/* ==================================================
MAIN COLUMN
================================================== */
@media screen and (min-width: 901px) {


/* LOGIN AREA
------------------------------ */
#loginArea {
	/*background: #FBF5E9;*/
	background: #DAF0EB;
	border-radius: 6px;
	padding: 22px 16px;
	margin: 20px 0 4px;
/*
	width: 100%;
*/
	color:#333;
}

#loginArea_comment_login {
	/*background: #FBF5E9;*/
	background: #DAF0EB;
	border-radius: 6px;
	padding: 42px 16px 28px;
	margin-bottom: 0;
	width: 100%;
}

#loginArea .icon, #loginArea_comment_login .icon {
	display: block;
	margin: 0 auto 20px;
}

#loginArea .icon .svgStyle, #loginArea_comment_login .icon .svgStyle {
	display: block;
	margin: 0 auto 18px;
	width: 26px;
	height: 36px;
}

#loginArea .guide, #loginArea_comment_login .guide {
	font-size: 17px;
	font-weight: 700;
	color:#1f1f1f;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-bottom: 55px;
}

#loginArea .buttons, #loginArea_comment_login .buttons {
	margin-bottom: 0;
}

#loginArea .buttons li {
	font-size: 14px;
}

#loginArea .buttons li, #loginArea_comment_login .buttons li {
}

#loginArea .buttons li:not(:last-child), #loginArea_comment_login .buttons li:not(:last-child) {
	margin-bottom: 25px;
}

#loginArea .buttons li:last-child, #loginArea_comment_login .buttons li:last-child {
	margin-bottom: 0px;
}

#loginArea .buttons li a, #loginArea_comment_login .buttons li a {
	position: relative;
	background: #fff;
	min-height: 50px;
	border: 1px solid #2E2E2E;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: 0.08em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	max-width: 344px;
	margin: 0 auto;
	text-decoration: none;
	color:#2E2E2E;
	line-height: 1.2;
}

#loginArea .buttons li.regist a, #loginArea_comment_login .buttons li.regist a {
	letter-spacing: 0.2em;
}

#loginArea .buttons li a .svgStyle, #loginArea_comment_login .buttons li a .svgStyle {
	width: 70px;
	padding-left: 30px;
}

#loginArea .buttons li.regist a .svgStyle, #loginArea_comment_login .buttons li.regist a .svgStyle {
}

#loginArea .buttons li.jme a .svgStyle, #loginArea_comment_login .buttons li.jme a .svgStyle {
	height: 40px;
}

#loginArea .buttons li.line a .svgStyle, #loginArea_comment_login .buttons li.line a .svgStyle {
	height: 30px;
}

#loginArea .buttons li.mail a .svgStyle, #loginArea_comment_login .buttons li.mail a .svgStyle {
	height: 28px;
}

#loginArea .buttons li a em, #loginArea_comment_login .buttons li a em {
	display: block;
	width: calc(100% - 70px);
	padding: 0 15px 0 10px;
}

#loginArea .buttons li.regist a .label, #loginArea_comment_login .buttons li.regist a .label {
	display: inline-block;
	background: #2E2E2E;
	color: #fff;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 7px 12px 10px 15px;
	position: absolute;
	top: -26px;
	right: 32px;
}

#loginArea .buttons li.regist a .label b, #loginArea_comment_login .buttons li.regist a .label b {
	font-size: 22px;
	color:#fff;
	display: inline-block;
	margin: 0 2px;
}

#loginArea .note, #loginArea_comment_login .note {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

#loginArea .note a, #loginArea_comment_login .note a {
	display: inline-block;
	position: relative;
}

#loginArea .note a::after, #loginArea_comment_login .note a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #2E2E2E;
	position: absolute;
	bottom: -3px;
	left: 0;
}

}



/* ==================================================
MODAL BOX
================================================== */
@media screen and (min-width: 901px) {
#modalSet {
}

#modalSet .modalbox {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(237,237,237,0);
	top: 150vh;
	left: 0;
	z-index: 10001;
	transition: all 0.8s ease-out 0s, background 0.8s ease 0.6s;
	opacity: 0;
}

#modalSet .modalbox.open {
	background: rgba(237,237,237,0.9);
	top: 0;
	opacity: 1;
}

#modalSet .modalbox .board {
	width: 90%;
	max-width: 740px;
	height: 490px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 6px;
	overflow: hidden;
	/*! overflow-y: scroll; */
}

#modalSet .modalbox .board .closeBtn {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 35px;
	height: 35px;
	font-size: 0;
	cursor: pointer;
	transition: all 0.6s ease 0s;
}

#modalSet .modalbox .board .closeBtn:hover {
	opacity: 0.6;
}

#modalSet .modalbox .board .closeBtn::before,
#modalSet .modalbox .board .closeBtn::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

#modalSet .modalbox .board .closeBtn::before {
	transform: rotate(45deg);
}

#modalSet .modalbox .board .closeBtn::after {
	transform: rotate(-45deg);
}

#modalSet .modalbox .board .wrap {
	width: 100%;
	height: 100%;
}



/* J-meログイン
------------------------------ */
#modal-jmeLogin {
}

#modal-jmeLogin .board {
}

#modal-jmeLogin .board .wrap {
}

#modal-jmeLogin .board .wrap .head {
	padding: 30px 30px 20px;
}

#modal-jmeLogin .board .wrap .head .modalTitle {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg {
	margin-right: 15px;
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg img {
	display: block;
	width: 100%;
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg:nth-child(1) {
	width: 54px;
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg:nth-child(2) {
	width: 100px;
	transform: translateY(-5px);
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg:nth-child(3) {
	width: 186px;
	transform: translateY(-6px);
}

/* form */
#modal-jmeLogin form {
}

#modal-jmeLogin form .body {
	width: calc(100% - 60px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-jmeLogin form .body .column {
	width: calc(50% - 15px);
	color:#1f1f1f;
	border-top: 2px solid #000;
	padding-top: 20px;
	text-align: left;
}

#modal-jmeLogin form .body .column .ttl {
	border-left: 7px solid #000;
	font-size: 18px;
	font-weight: 700;
	padding: 2px 0 2px 10px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

#modal-jmeLogin form .body .column dl {
	font-weight: 700;
	font-size: 14px;
}

#modal-jmeLogin form .body .column dl dt {
	margin-bottom: 10px;
}

#modal-jmeLogin form .body .column dl dt span {
}

#modal-jmeLogin form .body .column dl dt a {
}

#modal-jmeLogin form .body .column dl dd {
}

#modal-jmeLogin form .body .column dl dd input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	border: 1px solid #D3D3D3;
	border-radius: 6px;
	width: 90%;
	height: 30px;
	margin-bottom: 20px;
	padding: 5px 15px;
}

#modal-jmeLogin form .body .column .box {
	background: #F7F7F7;
	border-radius: 6px;
	height: 50px;
	margin-top: 46px;
}

#modal-jmeLogin form .foot {
	width: calc(100% - 60px);
	margin: 0 auto;
}

#modal-jmeLogin form .foot .link {
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

#modal-jmeLogin form .foot .link a {
	font-weight: 500;
	font-size: 16px;
	color: #3B87B0;
}

#modal-jmeLogin form .foot ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-jmeLogin form .foot ul li {
	width: calc(50% - 15px);
}

#modal-jmeLogin form .foot ul li a {
	border-radius: 6px;
	color: #fff;
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	background: #5FB4EE;
	font-weight: 700;
	font-size: 16px;
}

#modal-jmeLogin form .foot ul li:nth-child(2) a {
	background: #D1534E;
}

/* gigyaLoginUI
------------------------------ */
#gigyaLoginUI {
	margin: 0 auto;
	width: 100% !important;
	padding-top: 8px;
}

#gigyaLoginUI table > tbody > tr > td > center > table > tbody > tr > td:not([id]) {
	display: none;
}

#gigyaLoginUI_p0 tbody > tr > td td {
	margin: 0 !important;
	padding: 0 16px !important;
}

#gigyaLoginUI_p0 table > tr > td td:nth-of-type(1) {
}

#gigyaLoginUI_p0 table > tr > td td:nth-of-type(2) {
}

#gigyaLoginUI_p0 table > tr > td td:nth-of-type(3) {
}

#gigyaLoginUI_p0 table > tr > td td:nth-of-type(4) {
}

#gigyaLoginUI_p0 table center > div {
	background-color: transparent;
	height: 26px;
	width: 26px !important;
	padding: 0 !important;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.4s ease-out 0s;
}

#gigyaLoginUI_p0 table center > div:hover {
	opacity: 0.6;
}

#gigyaLoginUI_p0 table center > div * {
	display: none;
}

#gigyaLoginUI_p0 table center > div[title="Facebook"] {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3EFacebook%3C%2Ftitle%3E%3Cpath%20d%3D%22M16.098%200c-0.005%200-0.010%200-0.016%200-8.89%200-16.098%207.207-16.098%2016.098%200%208.008%205.848%2014.651%2013.506%2015.89l0.092%200.012v-11.249h-4.087v-4.653h4.087v-3.546c0-4.034%202.404-6.263%206.080-6.263%201.287%200.018%202.533%200.132%203.748%200.334l-0.145-0.020v3.962h-2.030c-0.092-0.013-0.198-0.020-0.306-0.020-1.285%200-2.326%201.041-2.326%202.326%200%200.074%200.003%200.147%200.010%200.219l-0.001-0.009v3.018h4.464l-0.713%204.653h-3.751v11.249c7.751-1.252%2013.598-7.894%2013.598-15.902%200-8.89-7.207-16.098-16.098-16.098-0.006%200-0.011%200-0.017%200h0.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#gigyaLoginUI_p0 table center > div[title="Twitter"] {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2232%22%20viewBox%3D%220%200%2039%2032%22%3E%3Ctitle%3ETwitter%3C%2Ftitle%3E%3Cpath%20d%3D%22M12.383%2032c14.859%200%2022.985-12.311%2022.985-22.985q0-0.524-0.023-1.045c1.587-1.157%202.924-2.542%203.993-4.124l0.037-0.058c-1.351%200.616-2.918%201.063-4.561%201.263l-0.078%200.008c1.67-1.012%202.926-2.564%203.536-4.41l0.016-0.057c-1.477%200.892-3.195%201.572-5.026%201.943l-0.104%200.018c-1.478-1.571-3.571-2.55-5.893-2.55-4.465%200-8.084%203.619-8.084%208.084%200%200.65%200.077%201.283%200.222%201.889l-0.011-0.055c-6.73-0.348-12.65-3.547-16.619-8.402l-0.033-0.041c-0.688%201.164-1.095%202.566-1.095%204.063%200%202.792%201.415%205.254%203.568%206.706l0.029%200.018c-1.35-0.042-2.604-0.412-3.699-1.031l0.040%200.021c0%200.033%200%200.068%200%200.102%200.001%203.896%202.758%207.148%206.428%207.911l0.052%200.009c-0.638%200.18-1.371%200.284-2.128%200.284-0.001%200-0.001%200-0.002%200h0c-0.537-0-1.062-0.054-1.569-0.155l0.051%200.009c1.063%203.235%204.026%205.543%207.538%205.611l0.008%200c-2.727%202.156-6.215%203.459-10.008%203.459-0.009%200-0.018%200-0.026-0h0.001c-0.001%200-0.002%200-0.003%200-0.679%200-1.347-0.041-2.005-0.12l0.079%200.008c3.494%202.275%207.77%203.629%2012.362%203.629%200.007%200%200.015%200%200.022%200h-0.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#gigyaLoginUI_p0 table center > div[title="Mixi"] {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2232%22%20viewBox%3D%220%200%2035%2032%22%3E%3Ctitle%3Emixi%3C%2Ftitle%3E%3Cpath%20d%3D%22M34.653%2013.826c0-8.022-7.757-14.203-17.327-13.807s-17.327%207.222-17.327%2015.244%207.757%2014.207%2017.327%2013.809c0.474-0.020%200.943-0.060%201.408-0.108v3.036s15.897-4.584%2015.897-17.454v0q0.022-0.36%200.022-0.72zM27.036%2021.117h-2.212v-8.4c-0.035-0.48-0.206-0.915-0.473-1.273l0.005%200.006c-0.311-0.425-0.773-0.724-1.306-0.818l-0.012-0.002c-0.212-0.045-0.455-0.071-0.704-0.071-0.646%200-1.253%200.173-1.774%200.476l0.017-0.009c-0.638%200.398-1.135%200.969-1.43%201.649l-0.009%200.024c-0.189%200.399-0.324%200.862-0.378%201.35l-0.002%200.020v7.049h-2.209v-8.14c-0.039-0.463-0.165-0.889-0.361-1.273l0.009%200.019c-0.243-0.49-0.678-0.854-1.204-0.999l-0.013-0.003c-0.289-0.086-0.62-0.135-0.963-0.135-1.495%200-2.771%200.935-3.277%202.252l-0.008%200.024c-0.223%200.578-0.352%201.247-0.352%201.945%200%200.057%200.001%200.114%200.003%200.17l-0-0.008c-0.007%201.957-0.005%206.148-0.005%206.148h-2.211v-12.22h2.211v2.274s0.217-0.35%200.272-0.404c0.326-0.381%200.66-0.726%201.013-1.050l0.009-0.008c0.784-0.637%201.794-1.023%202.894-1.023%200.312%200%200.617%200.031%200.912%200.090l-0.029-0.005c1.116%200.156%202.052%200.811%202.59%201.728l0.009%200.017c0.070%200.119%200.14%200.237%200.209%200.357%200.062%200.108%200.155%200.318%200.155%200.318%200.056-0.12%200.116-0.223%200.184-0.32l-0.004%200.007c0.19-0.254%200.385-0.478%200.595-0.688l0-0c0.958-0.91%202.253-1.472%203.68-1.482h0.002c0.068-0.003%200.148-0.005%200.229-0.005%200.525%200%201.032%200.081%201.508%200.231l-0.035-0.010c1.006%200.333%201.78%201.116%202.095%202.104l0.006%200.023c0.231%200.647%200.364%201.392%200.364%202.169%200%200.020-0%200.041-0%200.061l0-0.003z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#gigyaLoginUI_p0 table center > div[title="LinkedIn"] {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3ELinkedIn%3C%2Ftitle%3E%3Cpath%20d%3D%22M28%200h-24c-2.209%200-4%201.791-4%204v0%2024c0%202.209%201.791%204%204%204v0h24c2.209%200%204-1.791%204-4v0-24c0-2.209-1.791-4-4-4v0zM10.361%2025.929h-4.3v-13.729h4.3zM8.185%2010.519c-0.027%200.001-0.059%200.002-0.091%200.002-1.18%200-2.137-0.957-2.137-2.137s0.957-2.137%202.137-2.137c0.052%200%200.103%200.002%200.154%200.005l-0.007-0c0.037-0.002%200.080-0.004%200.123-0.004%201.181%200%202.139%200.958%202.139%202.139s-0.958%202.139-2.139%202.139c-0.063%200-0.125-0.003-0.187-0.008l0.008%200.001zM26.047%2025.929h-4.3v-7.606c0-1.768-0.623-2.975-2.178-2.975-1.018%200.015-1.878%200.672-2.195%201.583l-0.005%200.017c-0.091%200.278-0.144%200.599-0.144%200.931%200%200.048%200.001%200.096%200.003%200.143l-0-0.007v7.914h-4.3v-9.347c0-1.712-0.056-3.144-0.112-4.379h3.729l0.2%201.908h0.084c0.904-1.342%202.418-2.214%204.136-2.214%200.048%200%200.095%200.001%200.142%200.002l-0.007-0c2.827%200%204.947%201.881%204.947%205.922z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}


#gigyaLoginUI_p0 table center > div[title="Apple"] {
	background-image: url('https://cdns3.gigya.com/gs/GetSprite.ashx?path=%2FHTMLLogin%2F%5Bapple%5D_30.png%7C30%2C30');
}


/* メールアドレスログイン
------------------------------ */
#modal-mialLogin {
}

#modal-mialLogin .board {
}

#modal-mialLogin .board .wrap {
}

#modal-mialLogin .board .wrap iframe {
	height: 100%;
	width: 100%;
	background: #fff;
}

#modal-mialLogin {
}

#modal-mialLogin .board {
}

#modal-mialLogin .board .wrap {
}

#modal-mialLogin .board .wrap .head {
	padding: 30px 30px 20px;
}


#modal-mialLogin .board .wrap .head .modalTitle {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg {
	margin-right: 15px;
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg img {
	display: block;
	width: 100%;
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg:nth-child(1) {
	width: 54px;
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg:nth-child(2) {
	width: 100px;
	transform: translateY(-5px);
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg:nth-child(3) {
	width: 186px;
	transform: translateY(-6px);
}

/* form */
#modal-mialLogin form {
}

#modal-mialLogin form .body {
	width: calc(100% - 60px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}


#modal-mialLogin form .body .column h2.caption {
		font-family: noto-sans, sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1;
}

#modal-mialLogin form .body .column {
	width: 90%;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: left;
}

#modal-mialLogin form .body .column .ttl {
	border-left: 7px solid #000;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 0 2px 10px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

#modal-mialLogin form .body .column dl {
	font-weight: 700;
	font-size: 14px;
}

#modal-mialLogin form .body .column dl dt {
	margin-bottom: 10px;
}

#modal-mialLogin form .body .column dl dt span {
}

#modal-mialLogin form .body .column dl dt a {
}

#modal-mialLogin form .body .column dl dd {
}

#modal-mialLogin form .body .column dl dd input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	border: 1px solid #D3D3D3;
	border-radius: 6px;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding: 5px 15px;
}

#modal-mialLogin form .body .column .box {
	background: #F7F7F7;
	border-radius: 6px;
	height: 50px;
	margin-top: 46px;
}

#modal-mialLogin form .foot {
	width: calc(100% - 60px);
	margin: 0 auto;
}

#modal-mialLogin form .foot .link {
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

#modal-mialLogin form .foot .link a {
	font-weight: 500;
	font-size: 1.6rem;
	color: #3B87B0;
}

#modal-mialLogin form .foot ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-mialLogin form .foot ul li {
	width: 90%;
	margin-bottom: 20px;
}

#modal-mialLogin form .foot ul li a {
	border-radius: 6px;
	color: #fff;
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	background: #5FB4EE;
	font-weight: 700;
	font-size: 16px;
}

#modal-mialLogin form .foot ul li:nth-child(2) a {
	background: #D1534E;
}

	/* ###################################################### */
}





/* ###################################################################
########## SP ########################################################
################################################################### */

/* ==================================================
MODAL BOX
================================================== */
@media screen and (max-width: 900px) {

#ulCommentWidget {
	padding:10px;
}

/* LOGIN AREA
------------------------------ */
#loginArea {
	/*background: #FBF5E9;*/
	background: #DAF0EB;
	border-radius: 6px;
	padding: 22px 16px 5px;
	margin: 10px auto !important;
	width: 90%;
	z-index: 10000;
	position: relative;
}

#loginArea_comment_login {
	/*background: #FBF5E9;*/
	background: #DAF0EB;
	border-radius: 6px;
	padding: 22px 16px 58px;
	margin-bottom: 20px;
	width: 100%;
}

#loginArea .icon {
	margin: 0 auto 20px;
	display: block;
}

#loginArea .icon .svgStyle, #loginArea_comment_login .icon .svgStyle {
	display: block;
	margin: 0 auto 18px;
	width: 26px;
	height: 36px;
}

#loginArea .guide, #loginArea_comment_login .guide {
	font-size: 12px;
	color:#1f1f1f;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-bottom: 55px;
}

#loginArea .buttons, #loginArea_comment_login .buttons {
	margin-bottom: 37px;
}

#loginArea .buttons li, #loginArea_comment_login .buttons li {
}

#loginArea .buttons li:not(:last-child), #loginArea_comment_login .buttons li:not(:last-child) {
	margin-bottom: 15px;
}

#loginArea .buttons li:last-child, #loginArea_comment_login .buttons li:last-child {
	margin-bottom: 0;
}

#loginArea .buttons li a, #loginArea_comment_login .buttons li a {
	position: relative;
	background: #fff;
	min-height: 50px;
	border: 1px solid #2E2E2E;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
/*
	max-width: 364px;
*/
	margin: 0 auto;
	text-decoration:none;
	color:#333;
}

#loginArea .buttons li.regist a, #loginArea_comment_login .buttons li.regist a {
	letter-spacing: 0.2em;
}

#loginArea .buttons li a .svgStyle, #loginArea_comment_login .buttons li a .svgStyle {
	width: 70px;
	padding-left: 0px;
}

#loginArea .buttons li.regist a .svgStyle, #loginArea_comment_login .buttons li.regist a .svgStyle {
}

#loginArea .buttons li.jme a .svgStyle, #loginArea_comment_login .buttons li.jme a .svgStyle {
	height: 40px;
}

#loginArea .buttons li.line a .svgStyle, #loginArea_comment_login .buttons li.line a .svgStyle {
	height: 30px;
}

#loginArea .buttons li.mail a .svgStyle, #loginArea_comment_login .buttons li.mail a .svgStyle {
	height: 28px;
}

#loginArea .buttons li a em, #loginArea_comment_login .buttons li a em {
	display: block;
	width: calc(100% - 40px);
	padding: 0 15px 0 10px;
}

#loginArea .buttons li.regist a .label, #loginArea_comment_login .buttons li.regist a .label {
	display: inline-block;
	background: #2E2E2E;
	color: #fff;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 7px 12px 10px 15px;
	position: absolute;
	top: -26px;
	right: 32px;
}

#loginArea .buttons li.regist a .label b, #loginArea_comment_login .buttons li.regist a .label b {
	font-size: 26spx;
	color:#fff;
	display: inline-block;
	margin: 0 2px;
}

#loginArea .note, #loginArea_comment_login .note {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

#loginArea .note a, #loginArea_comment_login .note a {
	display: inline-block;
	position: relative;
}

#loginArea .note a::after, #loginArea_comment_login .note a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #2E2E2E;
	position: absolute;
	bottom: -3px;
	left: 0;
}



#modalSet {
}

#modalSet .modalbox {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(237,237,237,0);
	top: 150vh;
	left: 0;
	z-index: 9999;
	transition: all 0.8s ease-out 0s, background 0.8s ease 0.6s;
	opacity: 0;
}

#modalSet .modalbox.open {
	background: rgba(75,75,75,0.9);
	top: 0;
	opacity: 1;
}

#modalSet .modalbox .board {
	width: 90%;
	max-width: 740px;
	height: 660px;
	background: #fff;
	position: absolute;
	top: 30px;
	/*! bottom: 0; */
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	overflow-y: scroll;
}

#modalSet .modalbox .board .closeBtn {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 35px;
	height: 35px;
	font-size: 0;
	cursor: pointer;
	transition: all 0.6s ease 0s;
}

#modalSet .modalbox .board .closeBtn:hover {
	opacity: 0.6;
}

#modalSet .modalbox .board .closeBtn::before,
#modalSet .modalbox .board .closeBtn::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

#modalSet .modalbox .board .closeBtn::before {
	transform: rotate(45deg);
}

#modalSet .modalbox .board .closeBtn::after {
	transform: rotate(-45deg);
}

#modalSet .modalbox .board .wrap {
	width: 100%;
	height: 100%;
}



/* J-meログイン
------------------------------ */
#modal-jmeLogin {
}

#modal-jmeLogin .board {
}

#modal-jmeLogin .board .wrap {
}

#modal-jmeLogin .board .wrap .head {
	padding: 25px 20px 15px;
}

#modal-jmeLogin .board .wrap .head .modalTitle {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg {
	margin-right: 12px;
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg img {
	display: block;
	width: 100%;
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg:nth-child(1) {
	width: 34px;
	height: 38px;
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg:nth-child(2) {
	width: 70px;
	transform: translateY(-5px);
}

#modal-jmeLogin .board .wrap .head .modalTitle .ttImg:nth-child(3) {
	width: 150px;
	transform: translateY(-6px);
	margin-right: 0;
}

/* form */
#modal-jmeLogin form {
}

#modal-jmeLogin form .body {
	width: calc(100% - 40px);
	margin: 0 auto;
	display: block;
}

#modal-jmeLogin form .body .column {
	width: 100%;
	color:#1f1f1f;
	padding-top: 10px;
	text-align: left;
}

#modal-jmeLogin form .body .column .ttl {
	border-left: 7px solid #000;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 0 2px 10px;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}

#modal-jmeLogin form .body .column dl {
	font-weight: 700;
	font-size: 11px;
}

#modal-jmeLogin form .body .column dl dt {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-jmeLogin form .body .column dl dt a{
	color:#1f1f1f;
	text-decoration:underline;
}


#modal-jmeLogin form .body .column dl dt span {
}

#modal-jmeLogin form .body .column dl dt a {
}

#modal-jmeLogin form .body .column dl dd {
}

#modal-jmeLogin form .body .column dl dd input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	border: 1px solid #D3D3D3;
	border-radius: 6px;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	padding: 5px 5px;
	font-size: 1.2em;
}

#modal-jmeLogin form .body .column .box {
	background: #F7F7F7;
	border-radius: 6px;
	height: 50px;
}

#modal-jmeLogin form .foot {
	width: calc(100% - 40px);
	margin: 25px auto 0;
}

#modal-jmeLogin form .foot .link {
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

#modal-jmeLogin form .foot .link a {
	font-weight: 500;
	font-size: 16px;
	color: #3B87B0;
}

#modal-jmeLogin form .foot ul {
}

#modal-jmeLogin form .foot ul li {
	width: 100%;
}

#modal-jmeLogin form .foot ul li:not(:first-child) {
	border-top: 1px solid #E1E1E1;
	padding-top: 14px;
	margin-top: 14px;
}

#modal-jmeLogin form .foot ul li a {
	border-radius: 6px;
	color: #fff;
	width: 100% !important;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	background: #5FB4EE;
	font-weight: 700;
	font-size: 14px;
}

#modal-jmeLogin form .foot ul li:nth-child(2) a {
	background: #D1534E;
	white-space: nowrap;
}

/* gigyaLoginUI
------------------------------ */
#gigyaLoginUI {
	margin: 0 auto;
	width: 100% !important;
	padding-top: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#gigyaLoginUI table > tbody > tr > td > center > table > tbody > tr > td:not([id]) {
	display: none;
}

#gigyaLoginUI_p0 tbody > tr > td td {
	margin: 0 !important;
	padding: 0 16px !important;
}

#gigyaLoginUI_p0 table > tr > td td:nth-of-type(1) {
}

#gigyaLoginUI_p0 table > tr > td td:nth-of-type(2) {
}

#gigyaLoginUI_p0 table > tr > td td:nth-of-type(3) {
}

#gigyaLoginUI_p0 table > tr > td td:nth-of-type(4) {
}

#gigyaLoginUI_p0 table center > div {
	background-color: transparent;
	height: 26px;
	width: 26px !important;
	padding: 0 !important;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.4s ease-out 0s;
}

#gigyaLoginUI_p0 table center > div:hover {
	opacity: 0.6;
}

#gigyaLoginUI_p0 table center > div * {
	display: none;
}

#gigyaLoginUI_p0 table center > div[title="Facebook"] {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3EFacebook%3C%2Ftitle%3E%3Cpath%20d%3D%22M16.098%200c-0.005%200-0.010%200-0.016%200-8.89%200-16.098%207.207-16.098%2016.098%200%208.008%205.848%2014.651%2013.506%2015.89l0.092%200.012v-11.249h-4.087v-4.653h4.087v-3.546c0-4.034%202.404-6.263%206.080-6.263%201.287%200.018%202.533%200.132%203.748%200.334l-0.145-0.020v3.962h-2.030c-0.092-0.013-0.198-0.020-0.306-0.020-1.285%200-2.326%201.041-2.326%202.326%200%200.074%200.003%200.147%200.010%200.219l-0.001-0.009v3.018h4.464l-0.713%204.653h-3.751v11.249c7.751-1.252%2013.598-7.894%2013.598-15.902%200-8.89-7.207-16.098-16.098-16.098-0.006%200-0.011%200-0.017%200h0.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#gigyaLoginUI_p0 table center > div[title="Twitter"] {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2232%22%20viewBox%3D%220%200%2039%2032%22%3E%3Ctitle%3ETwitter%3C%2Ftitle%3E%3Cpath%20d%3D%22M12.383%2032c14.859%200%2022.985-12.311%2022.985-22.985q0-0.524-0.023-1.045c1.587-1.157%202.924-2.542%203.993-4.124l0.037-0.058c-1.351%200.616-2.918%201.063-4.561%201.263l-0.078%200.008c1.67-1.012%202.926-2.564%203.536-4.41l0.016-0.057c-1.477%200.892-3.195%201.572-5.026%201.943l-0.104%200.018c-1.478-1.571-3.571-2.55-5.893-2.55-4.465%200-8.084%203.619-8.084%208.084%200%200.65%200.077%201.283%200.222%201.889l-0.011-0.055c-6.73-0.348-12.65-3.547-16.619-8.402l-0.033-0.041c-0.688%201.164-1.095%202.566-1.095%204.063%200%202.792%201.415%205.254%203.568%206.706l0.029%200.018c-1.35-0.042-2.604-0.412-3.699-1.031l0.040%200.021c0%200.033%200%200.068%200%200.102%200.001%203.896%202.758%207.148%206.428%207.911l0.052%200.009c-0.638%200.18-1.371%200.284-2.128%200.284-0.001%200-0.001%200-0.002%200h0c-0.537-0-1.062-0.054-1.569-0.155l0.051%200.009c1.063%203.235%204.026%205.543%207.538%205.611l0.008%200c-2.727%202.156-6.215%203.459-10.008%203.459-0.009%200-0.018%200-0.026-0h0.001c-0.001%200-0.002%200-0.003%200-0.679%200-1.347-0.041-2.005-0.12l0.079%200.008c3.494%202.275%207.77%203.629%2012.362%203.629%200.007%200%200.015%200%200.022%200h-0.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#gigyaLoginUI_p0 table center > div[title="Mixi"] {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2232%22%20viewBox%3D%220%200%2035%2032%22%3E%3Ctitle%3Emixi%3C%2Ftitle%3E%3Cpath%20d%3D%22M34.653%2013.826c0-8.022-7.757-14.203-17.327-13.807s-17.327%207.222-17.327%2015.244%207.757%2014.207%2017.327%2013.809c0.474-0.020%200.943-0.060%201.408-0.108v3.036s15.897-4.584%2015.897-17.454v0q0.022-0.36%200.022-0.72zM27.036%2021.117h-2.212v-8.4c-0.035-0.48-0.206-0.915-0.473-1.273l0.005%200.006c-0.311-0.425-0.773-0.724-1.306-0.818l-0.012-0.002c-0.212-0.045-0.455-0.071-0.704-0.071-0.646%200-1.253%200.173-1.774%200.476l0.017-0.009c-0.638%200.398-1.135%200.969-1.43%201.649l-0.009%200.024c-0.189%200.399-0.324%200.862-0.378%201.35l-0.002%200.020v7.049h-2.209v-8.14c-0.039-0.463-0.165-0.889-0.361-1.273l0.009%200.019c-0.243-0.49-0.678-0.854-1.204-0.999l-0.013-0.003c-0.289-0.086-0.62-0.135-0.963-0.135-1.495%200-2.771%200.935-3.277%202.252l-0.008%200.024c-0.223%200.578-0.352%201.247-0.352%201.945%200%200.057%200.001%200.114%200.003%200.17l-0-0.008c-0.007%201.957-0.005%206.148-0.005%206.148h-2.211v-12.22h2.211v2.274s0.217-0.35%200.272-0.404c0.326-0.381%200.66-0.726%201.013-1.050l0.009-0.008c0.784-0.637%201.794-1.023%202.894-1.023%200.312%200%200.617%200.031%200.912%200.090l-0.029-0.005c1.116%200.156%202.052%200.811%202.59%201.728l0.009%200.017c0.070%200.119%200.14%200.237%200.209%200.357%200.062%200.108%200.155%200.318%200.155%200.318%200.056-0.12%200.116-0.223%200.184-0.32l-0.004%200.007c0.19-0.254%200.385-0.478%200.595-0.688l0-0c0.958-0.91%202.253-1.472%203.68-1.482h0.002c0.068-0.003%200.148-0.005%200.229-0.005%200.525%200%201.032%200.081%201.508%200.231l-0.035-0.010c1.006%200.333%201.78%201.116%202.095%202.104l0.006%200.023c0.231%200.647%200.364%201.392%200.364%202.169%200%200.020-0%200.041-0%200.061l0-0.003z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

#gigyaLoginUI_p0 table center > div[title="LinkedIn"] {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3ELinkedIn%3C%2Ftitle%3E%3Cpath%20d%3D%22M28%200h-24c-2.209%200-4%201.791-4%204v0%2024c0%202.209%201.791%204%204%204v0h24c2.209%200%204-1.791%204-4v0-24c0-2.209-1.791-4-4-4v0zM10.361%2025.929h-4.3v-13.729h4.3zM8.185%2010.519c-0.027%200.001-0.059%200.002-0.091%200.002-1.18%200-2.137-0.957-2.137-2.137s0.957-2.137%202.137-2.137c0.052%200%200.103%200.002%200.154%200.005l-0.007-0c0.037-0.002%200.080-0.004%200.123-0.004%201.181%200%202.139%200.958%202.139%202.139s-0.958%202.139-2.139%202.139c-0.063%200-0.125-0.003-0.187-0.008l0.008%200.001zM26.047%2025.929h-4.3v-7.606c0-1.768-0.623-2.975-2.178-2.975-1.018%200.015-1.878%200.672-2.195%201.583l-0.005%200.017c-0.091%200.278-0.144%200.599-0.144%200.931%200%200.048%200.001%200.096%200.003%200.143l-0-0.007v7.914h-4.3v-9.347c0-1.712-0.056-3.144-0.112-4.379h3.729l0.2%201.908h0.084c0.904-1.342%202.418-2.214%204.136-2.214%200.048%200%200.095%200.001%200.142%200.002l-0.007-0c2.827%200%204.947%201.881%204.947%205.922z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}


#gigyaLoginUI_p0 table center > div[title="Apple"] {
	background-image: url('https://cdns3.gigya.com/gs/GetSprite.ashx?path=%2FHTMLLogin%2F%5Bapple%5D_30.png%7C30%2C30');
}


/* メールアドレスログイン
------------------------------ */
#modal-mialLogin {
}

#modal-mialLogin .board {
}

#modal-mialLogin .board .wrap {
}

#modal-mialLogin .board .wrap .head {
	padding: 25px 20px 15px;
}

#modal-mialLogin .board .wrap .head .modalTitle {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg {
	margin-right: 12px;
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg img {
	display: block;
	width: 100%;
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg:nth-child(1) {
	width: 50px;
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg:nth-child(2) {
	width: 110px;
	transform: translateY(-5px);
}

#modal-mialLogin .board .wrap .head .modalTitle .ttImg:nth-child(3) {
	width: 200px;
	transform: translateY(-6px);
	margin-right: 0;
}

/* form */
#modal-mialLogin form {
}

#modal-mialLogin form .body {
	width: calc(100% - 40px);
	margin: 0 auto;
	display: block;
}

#modal-mialLogin form .body .column h2.caption {
		font-family: noto-sans, sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1;
}

#modal-mialLogin form .body .column {
	width: 100%;
	padding-top: 10px;
	text-align: left;
}

#modal-mialLogin form .body .column .ttl {
	border-left: 7px solid #000;
	font-size: 18px;
	font-weight: 700;
	padding: 2px 0 2px 10px;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}

#modal-mialLogin form .body .column dl {
	font-weight: 700;
	font-size: 14px;
}

#modal-mialLogin form .body .column dl dt {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#modal-mialLogin form .body .column dl dt span {
}

#modal-mialLogin form .body .column dl dt a {
}

#modal-mialLogin form .body .column dl dd {
}

#modal-mialLogin form .body .column dl dd input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	border: 1px solid #D3D3D3;
	border-radius: 6px;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding: 5px 15px;
}

#modal-mialLogin form .body .column .box {
	background: #F7F7F7;
	border-radius: 6px;
	height: 50px;
}

#modal-mialLogin form .foot {
	width: calc(100% - 40px);
	margin: 25px auto 0;
}

#modal-mialLogin form .foot .link {
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

#modal-mialLogin form .foot .link a {
	font-weight: 500;
	font-size: 16px;
	color: #3B87B0;
}

#modal-mialLogin form .foot ul {
}

#modal-mialLogin form .foot ul li {
	width: 100%;
}

#modal-mialLogin form .foot ul li:not(:first-child) {
	border-top: 1px solid #E1E1E1;
	padding-top: 14px;
	margin-top: 14px;
}

#modal-mialLogin form .foot ul li a {
	border-radius: 6px;
	color: #fff;
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	background: #5FB4EE;
	font-weight: 700;
	font-size: 18px;
}

#modal-mialLogin form .foot ul li:nth-child(2) a {
	background: #D1534E;
}



/*
------------------------------ */
	/* ###################################################### */
}


#ulCommentWidget {
	margin-bottom:60px;
}

/* gigyaLoginUI
------------------------------ */
/* socialLoginUI
------------------------------ */
#socialLoginUI {
	margin: 0 auto;
	width: 100%;
	text-align:center;
	padding: 0;
}

#socialLoginUI li{
	margin: 0 2px;
	width: calc(90% / 6) !important;
	display:inline-block;
}

#socialLoginUI li img{
    width: 90%;
}