@charset "utf-8";

.contactmain .cmntitle01, .supportindexmain .cmntitle01{
	margin-bottom:0;
}
.contactmain .button a:hover, .supportindexmain a:hover,
.contactmain .button a:hover, .corpomain a:hover{
	text-decoration:none;
}
/* links */
.linksmain h4{
	font-weight:bold;
	margin-bottom:20px;
	color:#C30D22;
	border-bottom:solid 1px #C30D22;
}
.linksmain dl{
	margin-top:20px;
	clear:both;
}
.linksmain .image{
	float:left;
	width:50px;
}
.linksmain dd{
	margin-left:60px;
}
.linksmain dd a{
	color:#C30D22;
}
.linksmain #links-twitter,
.linksmain #links-facebook,
.linksmain #links-Instagram,
.linksmain #links-blog{
	margin-bottom:20px;
}

/* recruit */
.recruitmain .cmntitle01{
	margin-bottom:0;
}
.recruitmain p{
	margin-bottom:20px;
}
.recruitmain h4{
	font-weight:bold;
	margin-bottom:20px;
	color:#C30D22;
	border-bottom:solid 1px #C30D22;
}
.recruitmain a{
	color:#C30D22;
}
.recruitmain .infoTable{
	width:100%;
	border-top:solid 1px #ededed;
}
.recruitmain .infoTable th,
.recruitmain .infoTable td{
	vertical-align:top;
	padding:10px;
}
.recruitmain .infoTable th{
	background-color:#ededed;
	font-weight:normal;
	width:25%;
	border-bottom:solid 1px #ffffff;
}
.recruitmain .infoTable td{
	border-bottom:solid 1px #ededed;
}
.recruitmain .infoTable .officerList dt{
	width:13em;
	float:left;
	clear:both;
}
.recruitmain .infoTable .officerList dd{
	margin-left:13em;
}
/* kiyaku */
.kiyakumain .cmntitle01{
	margin-bottom:0;
}
.kiyakumain p{
	margin-bottom:20px;
}
.kiyakumain h4{
	font-weight:bold;
	margin-bottom:20px;
	color:#C30D22;
	border-bottom:solid 1px #C30D22;
}
.kiyakumain a{
	color:#C30D22;
}

/* privacy_policy */
.policymain .cmntitle01{
	margin-bottom:0;
}
.policymain p{
	margin-bottom:20px;
}
.policymain .sign{
	font-weight:bold;
	margin-bottom:20px;
	text-align:right;
}
.policymain h4{
	font-weight:bold;
	margin-bottom:20px;
	color:#C30D22;
	border-bottom:solid 1px #C30D22;
}

/* info */
.kyouikuInfo .cmntitle01{
	margin-bottom:0;
}
.kyouikuInfo .button a:hover,
.kyouikuInfo a:hover{
	text-decoration:none;
}
.kyouikuInfo .kyouikuInfoNav .kyouikuInfoBox{
	text-align:center;
	display: block;
	width:33.333333333%;
	float:left;
}
.kyouikuInfo .kyouikuInfoNav .kyouikuInfoBox p{
	color:#C30D22;
	font-size:13px;
	line-height:1.4;
}
.kyouikuInfo .kyouikuInfoNav .kyouikuInfoBox a{
	color:#C30D22;
}

/* お問い合わせ */
.contactmain .caution{
	margin-top: 8px;
	line-height: 1;
}
.contactmain .box00{
	display: table;
    width: 100%;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CBCBCB;
}
.contactmain table{
	width:100%;
}
.contactmain th{
	font-size:14px;
	vertical-align:top;
	width:25.5%;
	padding-left:17px;
	font-weight:normal;
	padding-right: 10px;
	text-align: left;
}
.contactmain td{
	font-size:12px;
	padding-bottom:20px;
	text-align: left;
}
.contactmain th .required, .contactmain th .unrequired{
	font-size:10px;
	color:#fff;
	line-height:17px;
	border-radius:4px;
	width:34px;
	height:17px;
	display:inline-block;
	margin-right:13px;
	text-align: center;
	position: relative;
    top: -1px;
}
.contactmain th .required{
	background-color:#C30D22;
}
.contactmain th .unrequired{
	background-color:#333;
}
.contactmain .long{
	width:76%;
}
.contactmain .medium{
	width:300px;
}
.contactmain .medium_pref{
	width:130px;
}
.contactmain .medium_occupation{
	width:150px;
}
.contactmain .short{
	width:115px;
}
.contactmain .zip .short{
	width:4em;
}
.contactmain .multi_line{
	margin-top:10px;
}
.contactmain input[type="text"], .contactmain input[type="tel"], .contactmain select, .contactmain input[type="email"]{
	height:22px;
	box-sizing: content-box;
	padding: 0 5px;
}
.contactmain select{
	padding-right:0;
}
.contactmain textarea{
	box-sizing: content-box;
	padding: 2px 5px;
	width:76%;
	height:205px;
}
.contactmain input[type="text"], .contactmain input[type="tel"], .contactmain input[type="email"], .contactmain textarea, .contactmain select{
	-moz-appearance: none;
	-webkit-appearance : none;
	appearance:none;
	-webkit-border-radius : 0;
	border-radius:0;
	border : 1px solid #cdcdcd;
	background-color: #fff;
    font-family: inherit;
	font-size : 13px; 
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
.contactmain select::-ms-expand {
  display: none;
}
.contactmain input[type="checkbox"]:checked, .contactmain input[type="checkbox"]:not(:checked),
.contactmain input[type="radio"]:checked, .contactmain input[type="radio"]:not(:checked){
	position:absolute;
	left:-9999px;
}
.contactmain input[type="checkbox"]:checked + label,
.contactmain input[type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 12px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
}
.contactmain input[type="radio"]:checked + span,
.contactmain input[type="radio"]:not(:checked) + span{
    position: relative;
    padding-left:0px;
    cursor: pointer;
    line-height: 12px;
    display: inline-block;
}
.contactmain .pointerspace{
	margin-left:40px;
	display:inline-block
}
.contactmain .pointerspace, .contactmain .pointer, .contactmain .cautionSign + label{
	cursor:pointer;
}
.contactmain input[type="checkbox"]:checked + label:before,
.contactmain input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border: 1px solid #cdcdcd;
    background: #fff;
}
.contactmain input[type="radio"]:checked + span:before,
.contactmain input[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 8px;
    top: -12px;
    width: 12px;
    height: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    background: #fff;
}
.contactmain input[type="checkbox"]:checked + label:after,
.contactmain input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #1b0f10;
    position: absolute;
    top: 9px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contactmain input[type="radio"]:checked + span:after,
.contactmain input[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #1b0f10;
    position: absolute;
    top: -8px;
    left: 12px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contactmain input[type="checkbox"]:not(:checked) + label:after,
.contactmain input[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.contactmain input[type="checkbox"]:checked + label:after,
.contactmain input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contactmain .accbox .box{
	background-color: #fff;
	margin-bottom:0;
	padding: 0;
}
.contactmain .accbox .box .acctitle{
	font-size:14px;
	padding: 10px 18px;
	background-position: 98% 16px;
	background-color: #000;
	text-align: center;
}
.contactmain .box .continner{
	padding:20px 26px;
	border: 1px solid #999999;
	background-color: #fff;
	font-size:14px;
}
.contactmain .cautionTtl{
	font-weight:bold;
	font-size:14px;
	margin-bottom: 5px;
}
.contactmain .cautionTtl:not(:first-child){
	margin-top:20px;
}
.contactmain .cautionList{
	list-style-type:disc;
}
.contactmain .cautionList li{
	margin-left:26px;
}
.contactmain .cautionCheck{
	margin-top: 18px;
	padding-left: 18px;
	border-left: 4px solid #999999;
}
.contactmain .cautionSign{
	margin: 16px 0 18px;
	text-align: center;
	font-size:14px;
}
.contactmain .button a{
	margin: 0 10px;
	font-size:14px;
	height:44px;
	line-height:44px;
	width:220px;
	text-align:center;
	color:#fff;
	display:inline-block;
}
.contactmain #clear_btn{
	background-color:#999999;
}
.contactmain #confirm_btn{
	background-color:#000000;
}
.contactmain .button{
	text-align: center;
}
.contactmain .button input{
	padding:5px 20px;
}


/* お客様サポートトップ */
.supportindexmain .supportmenu{
	overflow:hidden;
}
.supportindexmain .supportmenu li{
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom: 3%;
}
.supportindexmain .supportmenu li:nth-child(2n){
	margin-right:0;
}
/*
.supportindexmain .supportmenu li:nth-child(3), .supportindexmain .supportmenu li:nth-child(4){
	margin-bottom:0;
}
*/
.supportindexmain .supportmenu li .supportcont{
	display:block;
	border:1px solid #c30d22;
	padding:18px;
}
.supportindexmain .iconcont{
	margin-bottom:25px;
	overflow: hidden;
}
.supportindexmain .iconcont img{
	float:left;
	margin-right:20px;
	display:block;
	width:78px;
	height:auto;
	margin-left:12px;
	margin-top:12px;
}
.supportindexmain .iconcont .supporttext{
	overflow:hidden;
	margin-top: 12px;
}
.supportindexmain .iconcont .second, .supportindexmain .iconcont .third{
	padding-top:7px;
}
.supportindexmain .iconcont .fourth{
	padding-top:20px;
}
.supportindexmain .supportbtn{
	color: #fff;
	background-color:#c30d22;
    position: relative;
    display: block;
    height:45px;
	line-height:45px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.supportindexmain .supportbtn:after{
	display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}

/* 法人の方へトップ */
.corpomain .cmnboxwrap01 {
    margin-bottom: 0;
}
.corpomain .supportmenu{
	overflow:hidden;
}
.corpomain .supportmenu li{
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom: 3%;
}
.corpomain .supportmenu li:nth-child(2n){
	margin-right:0;
}
.corpomain .supportmenu li:nth-child(3),
.corpomain .supportmenu li:nth-child(4){
	margin-bottom:0;
}
.corpomain .supportmenu li .supportcont{
	display:block;
	border:1px solid #c30d22;
	padding:18px;
}
.corpomain .iconcont{
	margin-bottom:25px;
	min-height:80px;
	overflow: hidden;
}
.corpomain .iconcont img{
	float:left;
	margin-right:20px;
	display:block;
	width:78px;
	height:auto;
	margin-left:12px;
	margin-top:12px;
}
.corpomain .iconcont .supporttext{
	overflow:hidden;
	margin-top: 15px;
}
/*.corpomain .iconcont .second,
.corpomain .iconcont .third{
	padding-top:7px;
}*/
.corpomain .iconcont .fourth{
	padding-top:20px;
}
.corpomain .supportbtn{
	color: #fff;
	background-color:#c30d22;
    position: relative;
    display: block;
    height:45px;
	line-height:45px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.corpomain .supportbtn:after{
	display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}

/* 商品内容変更情報 */
.henkoumain dd.image {
    float: left;
    width: 67px;
	height:70px;
}
.henkoumain dt {
    font-weight: bold;
	font-size:16px;
}
.henkoumain dd:not(:first-child){
	padding-left: 67px;
}

/* よくあるご質問（FAQ） */
.faqmain .qLetter, .faqmain .aLetter{
	font-weight:bold;
}
.faqmain .qtitle, .faqmain .qLetter, .faqmain .aLetter{
	font-size:16px;
	color:#c30d22;
}
.faqmain .qtitle{
	cursor: pointer;
}
.faqmain .qLetter{
	display:block;
	float:left;
	margin-right:5px;
}
.faqmain .qcontinner{
	overflow:hidden;
	display: block;
}
.faqmain .aLetter{
	display:block;
	float:left;
	margin-right:12px;
}
.faqmain .acont{
	border-left:#999999 solid 6px;
	margin-left:23px;
	padding-left:17px;
	margin-top:8px;
	display:none;
}
.faqmain .acontinner{
	overflow:hidden;
	display: block;
	padding-bottom: 6px;
    padding-top: 3px;
}

@media (max-width: 1200px) {
/* お問い合わせ */
.contactmain input[type="text"], .contactmain input[type="tel"], .contactmain input[type="email"], .contactmain textarea{
	box-sizing: border-box;
}
.contactmain .long, .contactmain textarea{
	width: 100%;
}
.contactmain th{
	width: 30%;
}
.contactmain .caution{
	line-height:inherit;
}
}

@media (max-width: 960px) {
/* お問い合わせ */
.contactmain th{
	width: 40%;
}
.contactmain .ancbox {
    margin-bottom: 20px;
}

/* 商品内容変更情報 */
.henkoumain dd.image img{
    max-width: 100%;
	width: 50px;
}
/* 法人の方へトップ */
.corpomain .supportmenu li{
	float:none;
	width:100%;
	margin-right:0;
}
.corpomain .supportmenu li .supportcont{
	padding: 12px;
}
.corpomain .supportmenu li:nth-child(3){
	margin-bottom:3%;
}
.corpomain .iconcont img {
    margin-right: 10px;
    margin-left: 7px;
    margin-top: 5px;
}
.corpomain .iconcont {
    margin-bottom: 14px;
}
.corpomain .supportbtn{
	font-size: 14px;
}
.corpomain .iconcont .supporttext{
	margin-top: 5px;
}
.corpomain .iconcont .second, 
.corpomain .iconcont .third {
    padding-top: 14px;
}
.corpomain .iconcont .fourth {
    padding-top: 12px;
}

}

@media (max-width: 560px) {
/* info */
.kyouikuInfo .kyouikuInfoNav .kyouikuInfoBox{
	width:50%;
	margin-bottom:10px;
}
.kyouikuInfo .kyouikuInfoNav .kyouikuInfoBox p{
	font-size:10px;
	display:none;
}

/* お問い合わせ */
.contactmain th{
	width: 100%;
    display: block;
	margin-bottom: 10px;
	padding-left: 0;
}
.contactmain td{
	font-size: 13px;
	width: 100%;
    display: block;
	padding-bottom: 14px;
}
.contactmain .caution, .contactmain .accbox .box .acctitle, .contactmain .cautionTtl,
.contactmain .box .continner{
	font-size: 12px;
}
.contactmain textarea{
	height:180px;
}
.contactmain .medium{
	width:64%;
}
.contactmain .medium_long{
	width:100%;
}
.contactmain .box00{
	margin-bottom: 14px;
}
.contactmain .accbox{
	display: inherit;
}
.contactmain .box .continner{
	padding: 12px 10px;
}
.contactmain .cautionList li {
    margin-left:17px;
}
.contactmain .cautionSign{
	margin: 8px 0 16px;
}
.contactmain .button a {
    margin: 0;
    width: 140px;
}

/* お客様サポートトップ */
.supportindexmain .supportmenu li{
	float:none;
	width:100%;
	margin-right:0;
}
.supportindexmain .supportmenu li .supportcont{
	padding: 12px;
}
.supportindexmain .supportmenu li:nth-child(3){
	margin-bottom:3%;
}
.supportindexmain .iconcont img {
    margin-right: 10px;
    margin-left: 7px;
    margin-top: 5px;
}
.supportindexmain .iconcont {
    margin-bottom: 14px;
}
.supportindexmain .supportbtn{
	font-size: 14px;
}
.supportindexmain .iconcont .supporttext{
	margin-top: 5px;
}
.supportindexmain .iconcont .second, .supportindexmain .iconcont .third {
    padding-top: 14px;
}
.supportindexmain .iconcont .fourth {
    padding-top: 12px;
}



/* 商品内容変更情報 */
.henkoumain dt {
    font-size: inherit;
}
.henkoumain .link01{
	display: block;
}

/* よくあるご質問（FAQ） */
.faqmain .qtitle, .faqmain .qLetter, .faqmain .aLetter{
	font-size:14px;
	font-weight:bold;
}
.faqmain .aLetter{
	color:#1b0f10;
	margin-right:8px;
}
.faqmain .acont{
	margin-left:5px;
	padding-left:12px;
}
.faqmain .acontinner{
	padding-bottom: 0;
    padding-top: 0;
}

}