@charset "UTF-8";

/* ログイン前追加 */
/* ヘッダー */  
.h-notice a{
    text-decoration: underline;
    color:#003780;
}

.h-notice p{
    padding: 4px 0;
}
.serch-area {
    background-color: #999999 !important;
}
.serch_bx {
    border-radius: 7px 0 0 7px;
    border: solid 2px #ffffff;
	height: 19px;
	width: 500px;
	letter-spacing: 1px;
	text-indent: 0.5em;
}

.serch_btn{
	margin-left: -5px;
}

div.poplink > div.poplink_suggest > div.word:hover {
    background-color: #999999; }

div.poplink div.highlighted {
  color: #ffffff;
  background-color: #999999;
}
  
  
#header .h-nav-list li.nav-ec {
  background: #E43C00;
}

#header .h-nav-list li.nav-ec a {
    position: relative;
    padding: 5px 0px 5px 0px;
    width: 144px;
    color: #fff;
}

#header .h-nav-list li.nav-ec>a:before {
  display: none;
}
			  
#header .h-nav-list li.nav-cp {
    background: #ffffff;
    box-sizing: border-box;
    border: 3px solid #E43C00;
}
			  
#header .h-nav-list li.nav-cp a {
    position: relative;
    padding: 5px 0px 5px;
    /* padding: 12px 0px 6px; */
    width: 144px;
    color: #E43C00;
}
			  
#header .h-nav-list li.nav-cp a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background-repeat: repeat;
    background-image: url(/img/open/link_icon.png);
    background-size: contain;
    vertical-align: middle;
}

#header .h-nav .h-nav-list.open .order-history>span.h-nav-tit:before {
    width: 19px;
    height: 19px;
    background: url(/img/common/h_solution.png)top center;
}

#header .h-nav .h-nav-list.open .order-history:hover>span.h-nav-tit:before {
  background: url(/img/common/h_solution_hover.png)top center;
}

#header .h-nav .h-nav-list.open .nav-estimate>span.h-nav-tit:before {
    width: 25px;
    height: 20px;
    background: url(/img/common/h_useful.png)top center;
}

#header .h-nav .h-nav-list.open .nav-estimate:hover>span.h-nav-tit:before {
  background: url(/img/common/h_useful_hover.png)no-repeat top center;
}

/**** スライド ****/

.main_slide .slick-prev.slick-arrow, .main_slide .slick-next.slick-arrow {
    font-size: 0px !important;
}

.main_slide .slick-prev.slick-arrow:before {
    font-size: 12px;
    content: "<";
}
.main_slide .slick-next.slick-arrow:before {
    font-size: 12px;
    content: ">";
}


.main_slide button.slick-prev.slick-arrow,
.main_slide button.slick-next.slick-arrow{
width: 28px;
    height: 28px;
    top: 45.5%;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    color: #222;
    background: #fff;
    font-size: larger;
    font-weight: bold;
    font-family: monospace;
}

.main_slide button.slick-prev.slick-arrow:hover,
.main_slide button.slick-next.slick-arrow:hover{
	background: #18003b;
	color: #ffffff !important;
}

_:-ms-lang(x)::-ms-backdrop, .main_slide button.slick-prev.slick-arrow {
   line-height: 28px;
}
_:-ms-lang(x)::-ms-backdrop, .main_slide button.slick-next.slick-arrow {
   line-height: 28px;
}
	
/* Dots */
.slick-dots
{
    position: absolute;
    /*bottom: -45px;*/
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	box-shadow: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;

    opacity: .25;
    -ms-filter: "alpha(opacity=25)";  /* ie 8 */
    filter: alpha(opacity=25);        /* ie lt 8 */
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);        /* ie lt 8 */
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";  /* ie 8 */
    filter: alpha(opacity=70);        /* ie lt 8 */
    color: black;
}	
	
.main_slide {
  max-width: 1066px;
  margin: 0 auto 5px;
  padding: 0;
height: auto;
}
.main_slide img{
  width: 1066px;
  height: 360px;
  object-fit: cover;
  }



/**** コンテンツ ****/
section{
	width: 100%;
}
.section_top{
	background-color: #eeeeee;
}

.section_dd{
	background-color: #dddddd;
}

.open_container {
  width: 100%;

}


article{
	width:1066px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

.article_100 article{
	width:100%;
}

.cont_category_title {
    display: table;
    margin-bottom: 20px;
}

.cont_category_title h2 {
    display: table-cell;
    width: 800px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

.cont_category_title p {
    /*display: table-cell;*/
    text-align: right;
    width: 266px;
}

.cont_category_title a {
    font-size: 16px;
    font-weight: 700;
}
h3.sub_ttl {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 1em;
    border-left: solid 8px #cdd3e5;
    padding: 0.5em;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
}



/* thumbnails */

.thumbnails-area-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.thumbnails-area{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 7px;
    background: #ffffff;
    width: 256px;
    height: 220px;
    
    margin-right: 14px;
    margin-bottom: 20px;
}

.thumbnails-area:nth-of-type(4),.thumbnails-area:nth-of-type(8),
.thumbnails-area:nth-of-type(12){
	margin-right:0px;
}
/*.thumbnails-area:nth-of-type(5),.thumbnails-area:nth-of-type(6),
.thumbnails-area:nth-of-type(7){
	margin-right:14px;
	margin-top:20px;
}*/
.thumbnails-area.item{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 7px;
    background: #ffffff;
    width: 254px;
    height: 220px;
    margin-right: 14px;
    margin-bottom: 20px;
}
.thumbnails-area.item:nth-of-type(3n){
	margin-right:0px;
}


.thumbnails-area img {
    border-radius: 7px 7px 0 0;
    vertical-align: middle;
}

.thumbnails-area.in.item {
    position:relative;
}
.thumbnails-area.in.item .sub-ttl {
    position: absolute;
	width: 100%;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    top:32%;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* movie */
.accessories .movie-area{
    margin-right: 14px;
    margin-bottom: 14px;
    width: 250px;
}

.movie-area-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom:30px;
}

.movie-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 7px;
    background: #ffffff;
    width: 256px;
    height: 220px;
}

.movie-area:nth-of-type(1),.movie-area:nth-of-type(2),.movie-area:nth-of-type(3){
	margin-right:14px;
}

.movie-area :hover{
   opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}


.movie-area button {
    box-shadow: none;
    width: 100%;
    text-align: center;
}

.movie-area button img{
       border-radius: 7px 7px 0 0;
       vertical-align: middle;
	   z-index: 2;
	   
	

}
.movie-area button{
	position: relative;
	z-index: 1;
	
	
}
.movie-area.in.waku button::before{
	content:
	" ";
	position:
	absolute;
	top:0;
	left:0;
	z-index: 3;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/img/movie/movie_waku.png);
	width: 250px;
	height: 142px;
}

.movie-frame{
		display: inline-block;
		vertical-align: middle;
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.movie-area p {
    display: inline-block;
}

.fukidashi {
    display: inline-block;
    width: 92%;
    height: auto;
    text-align: left;
    vertical-align: middle;
    color:#222222 !important;
    margin: 8px;
    line-height: 19px;
    font-size: 13px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.f_orenge{
		color: #e25b28;
}
	
button{
   background-color: transparent;
   border: none;
   cursor: pointer;
   outline: none;
   padding: 0;
   appearance: none;
   box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

button img{
 cursor:pointer;
}

p.fl_btn {
    background: #e43c00;
    padding: 0 1em;
    border-radius: 7px;
    color: #ffffff;
    margin: 20px 0 0 0;
}

/* catalog */
.catalog-area-box{
	display: flex;
	/* justify-content:space-between; */
	flex-wrap: wrap;
}

.catalog-group h3 {
    font-size: 16px;
    padding: 0 0 5px 0;
    font-weight: bold;
}

.catalog-group {
    max-width: 320px;
    height: auto;
}

.catalog_comment {
    width: 33%;
    height: auto;
}
p.catalog-img img{
    width: 90%;
}

.catalog_comment .op_balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 0;
  padding: 50px 20px;
  min-width: 120px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
}

.catalog_comment .op_balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

.catalog_comment .op_balloon p {
  margin: 0;
  padding: 0;
}

a.catalog-btn {
    display: inline-block;
    padding: 0.5em 4em;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #e43c00;
    border-radius: 7px;
    transition: .4s;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.container.clearfix.container_100 {
    width: 100% !important;
}


/* footer */
.footer_container{
	width: 1066px;
	margin: 0 auto;
	display: block;
}


.block-footer-right {
  line-height: 1.5em;
}
.block-footer-right ul{
    margin-top: 0;
}
.block-footer-right .time {
    text-align: left;
    border: solid 1px #ffffff;
    border-radius: 7px;
    padding: 1.2em;
    width: fit-content;
    display: inline-block;
    float: left;
    line-height: 1.7em;
}
.block-footer-right a{
    margin: 0;
    display: block;
}
.tell-area p.font-size15 {
    font-size: 15px;
    color: #ffffff;
}
.orange_f{
    color: #e43c00;
    font-weight: bold;
}


.change_mode_ {
    display: none;
}
.mode {
    color: #222222;
    font-weight: bold;
    margin: 20px 0 30px 0;
}
.mode_pc {
    background: #666;
    border-radius: 7px 0 0 7px;
    color: #18003b;
    padding: 5px 10px 5px 10px;
    margin-right: 1px;
    /* width: 95.6px; */
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4) inset;
}

.mode_pc::before{
   content: '';
    display: inline-block;
    width: 14px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url(/img/common/mode_pc.png);
    background-size: contain;
    vertical-align: middle;
}

.mode_sp {
    background: #cdd3e5;
    border: solid 1px #cdd3e5;
    color: #18003b;
    border-radius: 0 7px 7px 0px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    cursor: hand;
    transition: all 0.3s ease 0s;
    box-shadow: 5px 5px 8px #000;
}

.mode_sp::before{
   content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url(/img/common/mode_sp.png);
    background-size: contain;
    vertical-align: middle;
}

.mode_sp:hover {
    opacity: 0.6;
}

.footer_customer{
	width: 540px;
	display: block;
    float: left;
	margin-left: 10px;
}
	
.footer_ec{
	width: 540px;
	display: block;
    float:  right;
	text-align: right;
	padding-top: 58px;
	margin-right: 10px;
}
.footer_customer h3{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.footer_customer ul{
	margin: 0;
	display: block ;
	overflow: hidden;
    list-style: none;
}
.footer_customer ul li{
	float: left;
	font-weight: normal;
	color: #222222;
	margin-right: 10px;
}
	
.footer_customer_cont{
	text-align: left;
    border-radius: 7px;
    padding: 10px 20px;
    width: 500px;
    display: inline-block;
    float: left;
    line-height: 1.7em;
	background-color: #ffffff;
	color: #222222;
}
	
	
.footer_customer_cont span{
	color: #222222 !important;
	font-weight: normal;
	font-size: 12px;
}
	
.footer_customer_cont .footer_tel1{
	font-size: 24px;
	font-weight: bold;
	color: #014099;
}

.footer_customer_cont .footer_tel1 img{
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	width: auto;
}
.footer_customer_cont .footer_tel2{
	font-size: 16px; font-weight: bold; color: #E43C00;
}
.footer_customer_cont .footer_tel2 img{
	vertical-align: inherit;
}
	
	
	
.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 0 28px 0 0;
    padding: 10px 30px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    border: solid 2px #ffffff;
    box-sizing: border-box;
    border-radius: 7px;
    text-align: center;
}

.balloon2-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #18003B;
    z-index: 2;
}

.balloon2-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #ffffff;
    z-index: 1;
}

.balloon2-right p {
    margin: 0;
    padding: 0;
    font-weight: normal !important;
    font-size: 12px;
    color: #ffffff !important;
	line-height: 20px !important;
}
	img.footer_chara {
    vertical-align: bottom;
}
	



/********** カテゴリー **********/


.op_cp_tab *, .op_cp_tab *:before, .op_cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.op_cp_tab {
	margin: 1em auto;
	text-align: center;
}
.op_cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.op_cp_tab .cp_tabpanel {
	display: none;
}

.cp_tabpanels {
    padding: 0 2px;
}
.op_cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.op_cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.op_cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.op_cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.op_cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.op_cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: flex;
    flex-wrap: wrap;
}


.op_cp_tab > input:checked + label.category_tab01::before {
  content: '';
    display: inline-block;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url(/img/category/category_01_on.png);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.op_cp_tab > label.category_tab01::before {
  content: '';
    display: inline-block;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url(/img/category/category_01_off.png);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.op_cp_tab > input:checked + label.category_tab02::before {
  content: '';
    display: inline-block;
    width: 18px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url(/img/category/category_02_on.png);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.op_cp_tab > label.category_tab02::before {
  content: '';
    display: inline-block;
    width: 18px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url(/img/category/category_02_off.png);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.op_cp_tab > input:checked + label.category_tab03::before {
  content: '';
    display: inline-block;
    width: 23px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url(/img/category/category_03_on.png);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.op_cp_tab > label.category_tab03::before {
  content: '';
    display: inline-block;
    width: 23px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url(/img/category/category_03_off.png);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
}


.op_cp_tab > input:checked + label.category_tab04::before {
  content: '';
    display: inline-block;
    width: 27px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url(/img/category/category_04_on.png);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.op_cp_tab > label.category_tab04::before {
  content: '';
    display: inline-block;
    width: 27px;
    height: 21px;
    background-repeat: no-repeat;
    background-image: url(/img/category/category_04_off.png);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
}


.op_cp_tab > label {
	display: inline-block;
    cursor: pointer;
	padding: 10px 10px;
    color: #666;
    background-color: #cdd3e5;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-decoration: none;
    font-weight: 700;
    z-index: 3;
	width: 24.74%;
	text-align: center;
	border-left: #f3f4f7 solid 1px;
    border-right: #f3f4f7 solid 1px;
}
.op_cp_tab > label:hover,
.op_cp_tab > input:focus + label {
	color: #919292;
	background-color: #d9ddeb;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.op_cp_tab > input:checked + label {
	display: inline-block;
    cursor: pointer;
    background-color: #fff;
    color: #e43c00;
    border-left: #f3f4f7 solid 1px;
    border-right: #f3f4f7 solid 1px;
    opacity: 1;
	text-align: center;
	box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .08);
}
.op_cp_tab .cp_tabpanel {
	padding: 20px 13px 10px 13px;
    background: #fff;
    z-index: 2;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 480px) {
	.op_cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.op_cp_tab label {
		padding: 0.5em;
	}
}

.op_cp_tab label{ margin: 0;}


.op_category-block{
	text-align: left;
}

.op_category-block a ul{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
	
.op_category-block a:hover ul{
	background-color: #f6f7fa;
}	
	
.op_category-block a h3{
 font-size: 14px;
 font-weight: bold;
 color: #003780;
 line-height: 18px;
 display: table-cell;
 vertical-align: middle;
 height: 50px;
 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.op_category-block a:hover h3{
	color: #4a93c9;
}

.op_category-block ul{
	display: flex;
    width: 249px;
    padding: 10px;
    margin: 0 5px 10px 5px;
    border: 2px solid #CDD3E5;
    border-radius: 5px;
}

.op_category-block ul .li-img{
	float: left;
	list-style: none;
	display:table-cell;
	width:50px;
}
	
.op_category-block ul .li-img img{
width: 50px;
}

.op_category-block ul .li-txt{
	float: right;
	list-style: none;
	display:table-cell;
	padding: 0 0 0 10px;
    width: 158px;
}


.product-detail .product-slider.product-detail-tab-active.pt_0.pb_0 {
    box-shadow: none;
}

.block-notice-w.pad_0:last-child {
    margin: 30px 0 0 0;
}


a.font-size13.link::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 11px;
    background-repeat: repeat;
    background-image: url(/img/open/link_icon_b.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 2px;
}

a.font-size13.link:hover::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 11px;
    background-repeat: repeat;
    background-image: url(/img/open/link_icon_w.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 2px;
}

.copyright-item .footer_link::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 11px;
    background-repeat: repeat;
    background-image: url(/img/open/link_icon_w.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
}
.blank-link-w::after {
	content: '';
    display: inline-block;
    width: 15px;
    height: 11px;
    background-repeat: repeat;
    background-image: url(/img/open/link_icon_w.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
	
}
.blank-link-b::after {
	content: '';
    display: inline-block;
    width: 15px;
    height: 11px;
    background-repeat: repeat;
    background-image: url(/img/open/link_icon_b.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
	
}
a.orange-btn{
    background: #e43c00;
    padding: 0.5em 1em;
    border-radius: 5px;
    margin: 1.5em 0;
    display: inline-block;
    color: #ffffff;
}


/********** 新規会員登録 **********/
.thumbnails-area-box-login {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login_cont{
	width: 49%;
}
	
.loginform_.open {
    margin: 0;
    padding: 20px 30px;
    background: #cdd3e5;
    text-align: left;
    border-radius: 7px;
}
	
.loginform_.open .login_uid_ ,
.loginform_.open .login_pwd_	
{
	width: 260px;
	height: 18px
}
	
.loginform_h160{
	height: 160px;
}
table.loginform_{}	
	
table.loginform_.open th {
    font-weight: bold;
    display: inline-block;
    width: 138px;
    text-align: right;
    padding: 3px 3px 30px 0;
}

table.loginform_.open td {
    padding: 0 10px 30px 0;
}
	
.form_text_ {
    margin-bottom: 30px;
}
	
.loginform_.open .inputimage_ {
    text-align: center;
}
.op_login_btn{
	height: 57px;
}
	
.loginform_.open .forgotpass_{
	font-weight: bold;
	margin: 14px 0 20px 0;
}
	
.loginform_under{
	position: relative;
    height: 80px;
    display: grid;
}
_:-ms-lang(x)::-ms-backdrop, .loginform_under{
    display: -ms-grid;
}	
	
.loginform_under p a{
	text-decoration: underline !important;
	font-weight: bold;
}
	
.loginform_under p{
		bottom: 0;
    position: absolute;
}	

/*------------------------
.support_movie .movie_img button:hover{
    background-image: url("/img/movie/c") no-repeat;
    display: inline-block;
    padding: 1em;

}*/

