@charset "utf-8";

/*=====================================

common.css

=====================================*/

.clear{
	clear:both;
}

#container::after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


@media (max-width: 680px){
.pcOnly{
	display:none;
	}
}

#mainImgBottom{
    background-color: #e6f1fb;
    color: #000000;
    font-size: 29px;
    padding-bottom: 10px;
    padding-top: 10px;
	text-align:center;
}

#detailBox{
	border: solid 1px #e9e9e9;
	background:#FFFFFF;
	display:block;
	margin:10px  auto;
	max-width: 700px;
	padding:30px;
}
#sideBar{
    border: 1px solid #e9e9e9;
    float: left;
    margin-right: 10px;
    padding: 0 0 20px;
    width: 185px;
}
#sideBar h2{
    font-size: 18px;
	text-align:center;
	border-bottom:#C5C5C5 solid 1px;
	padding-bottom:5px;
	margin-bottom:5px;
	background-color:#4889C9;
	padding-top:5px;
	color:#FFFFFF;
}
#sideBar ul {
	padding: 0px 10px 0px 10px;
}
#sideBar ul li {
    border-bottom: 1px dotted #c5c5c5;
    padding-bottom: 10px;
    padding-top: 10px;
}

#sideBar ul li a {
    border-left: 3px solid #008fdf;
    display: flex;
    padding-left: 8px;
}
#sideBar ul li.ichuranBack{
	text-align:right;
}

#sideBar ul li.ichuranBack a{
    border-left: medium none;
    display: block;
    text-align: right;
	margin-top: -1px;
}


#detailBox h2{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 960px){
#detailBox{
    margin: 5px 1%;
    padding: 5%;
    width: 88% !important;
}
}

#detailBox section{
	padding-bottom: 40px;
	clear:both;
}
#detailBox section.categoryBox{
	border-top: solid 1px #e9e9e9; 
}
#detailBox section.categoryBox a{
	text-decoration:none;
	color: #008fdf;
}
#detailBox h3{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

#gNav {
    
		display: block;
}


/* CONTACT
-------------------------------------*/
section.contact {
	padding-top:0px;
}
#contact .kakkoTtl h2{
	margin-top: 11px;
}


#contents table{
	border-collapse:collapse;
	border:#DFDFDF 1px solid;

}
#contents table th{
	border-collapse:collapse;
	border:#DFDFDF 1px solid;
	padding:10px;
	font-weight:bold;
}
#contents table td{
	border-collapse:collapse;
	border:#DFDFDF 1px solid;
	padding:10px;
}

#contact .kakkoTtl{
	margin-bottom:20px;
}

#contact .formBox {
    border-top: 3px solid #f2f2f2;
    box-sizing: border-box;
    margin: 0 auto;
   padding: 0;
}
#contact .formBox h3 {
    background-color: #dcdcdc;
    margin: 0;
    padding: 15px 15px 14px;
}
#contact .formBox h3 img {
    max-width: 70%;
}
#contact .contactBtn {
    margin-bottom: 15px;
    text-align: center;
}
#contact .contactBtn input,#contact .contactBtn a {
    background-color: #4889C9;
    border: medium none;
    color: #ffffff;
    max-width: 100%;
    padding: 20px 50px;
    vertical-align: baseline;
}
#contact .contactBtn02 input {
    background-color: #ffffff;
    border: #4889C9 1px solid;
    color: #00000;
    max-width: 100%;
    padding: 20px 50px;
    vertical-align: baseline;
}
#contact .contactBtn input:hover {
    opacity: 0.8;
}
#contact .contents {
    margin: 0 auto;
    width: 96%;
}
#contact .inner {
}
#contact .formInputBox {
    padding: 20px;
}
#contact .formInputBox dl {
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 20px;
}
#contact .formInputBox p strong {
    font-size: 14px;
}
#contact .formInputBox p {
    font-size: 12px;
}
#contact .formInputBox dt {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#contact .formInputBox dt.require::after {
    background-image: url("../img/sp_img_contact_require.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: " ";
    display: inline-block;
    height: 15px;
    margin-left: 15px;
    margin-top: 2px;
    position: absolute;
    width: 35px;
}
#contact .formInputBox dt.unnecessary::after {
    background-image: url("../img/sp_img_contact_unnecessary.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: " ";
    display: inline-block;
    height: 15px;
    margin-left: 15px;
    margin-top: 2px;
    position: absolute;
    width: 35px;
}
#contact .formInputBox dd {
    margin-bottom: 30px;
    margin-left: 0;
}
#contact .formInputBox dd .form01 {
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
   	padding: 10px;
    width: 96%;
}
#contact .formInputBox dd .form02 {
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
    padding: 10px;
    width: 30%;
}
#contact .formInputBox dd .form03 {
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
    padding: 10px;
    width: 21%;
}
#contact .formInputBox dd .form04 {
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
    padding: 5px;
    width: 80px;
}
#contact .formInputBox dd label {
    display: block;
    margin-bottom: 10px;
    margin-right: 18px;
}
input, textarea {
    border-radius: 0;
}

@media (max-width: 376px) {
input[type="checkbox"]:checked + label.check.towRow::after {
    top: 20px !important;
}
input[type="checkbox"]:checked + label.check02.towRow::after {
    top: 14px !important;
}
#contact .formInputBox dd .form02 {
    width: 24%;
}
#contact .formInputBox dt.require::after {
    margin-left: 5px;
}
#contact .formInputBox {
    padding: 10px;
}
}
#contact .fs_small {
    display: block;
    float: right;
    font-size: 12px;
}
#contact .caution {
    border: 1px solid #bc202e !important;
}
#contact .cautionTxt {
    color: #bc202e;
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#contact .cautionTxt::before {
    background-image: url("../img/img_contact_caution.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    width: 12px;
}
#contact .mrg0 {
    margin-left: 0 !important;
}

#contact .formInputBox p.finish {
    padding-bottom: 40px;
    padding-top: 0;
    text-align: center;
	font-size:24px;
}

#contact .formInputBox p.lead02 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
#contact p.privacyBox {
    background-color: #dcdcdc;
    padding: 10px;
    text-align: center;
}
#contact p.privacyCaution {
    text-align: center;
}
#contact #privacyTxtBox {
    border: 1px solid #d5d5d5;
    height: 130px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: auto;
    padding: 19px;
}
#contact #privacyTxtBox p {
    margin-bottom: 20px;
}
#contact #privacyTxtBox p.alignC {
    text-align: center;
}
#contact #privacyTxtBox p strong {
    font-weight: bold;
}

.fltR {
	float:right;
}
.fltL {
	float:left;
}
.contactbtn2{
	width:60%;
	margin:0 auto;
}
#contact.contactbtn2:after,#contact .contactBtn:after{
	content:'';
	clear: both;
	display:block;
	margin-bottom:40px;
}

.lead01{
	text-align:center;
	font-size:18px;
}

/* 
-------------------------------------*/



/*-------------------------------------
 login form
-------------------------------------*/
#wrapperLogin{
	background-color: #f1f1f1;
	min-height: 100vh;
}
#wrapperLogin #container{
	padding-top: 0;
	
}

.loginLogo{
	padding: 15px;
	text-align: center;
	font-size: 20px;
}
.loginLogoOwn{
	text-align: center;
}

.loginLogo img{
	width: 100px;
}
.loginLogoOwn img{
	width: 120px;
}

.consumerLogin {
    margin-left: 2%;
    margin-right: 3%;
}
.loginPanel{
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
	padding: 3%;
}
.panelHeading{
	background: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #444444;
}
.panelBody{
	padding: 15px;
}
.formGroup {
    margin-bottom: 15px;
}
.formInputText{
	border: 1px solid #ddd;
    box-shadow: none;
	width: calc(100% - 24px);
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 13px;
	height: 30px;
}
.formInputTextarea {
    border: 1px solid #ddd;
    box-shadow: none;
    width: calc(100% - 24px);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
}
.formGroup select{
	border: 1px solid #ddd;
    box-shadow: none;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 13px;
	height: 30px;
}
.card-number{
	border: 1px solid #ddd;
    box-shadow: none;
	padding: 6px 12px;
	width: calc(100% - 24px);
	border-radius: 4px;
	font-size: 13px;
	height: 30px;
}
.card-expiry-month, .card-expiry-year{
	border: 1px solid #ddd;
    box-shadow: none;
	padding: 6px 12px;
	width: 4em;
	border-radius: 4px;
	font-size: 13px;
	height: 30px;
}
.card-cvc{
	border: 1px solid #ddd;
    box-shadow: none;
	padding: 6px 12px;
	width: 6em;
	border-radius: 4px;
	font-size: 13px;
	height: 30px;
}

.formInputSubmitBlue {
    font-size: 13px;
    padding: 12px;
    background-color: #00328c;
    border-radius: 6px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    border: none;
}

.formInputSubmitBlack{
    font-size: 13px;
    height: 44px;
	background-color: #000000;
	border-radius: 6px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	border: none;
}

.loginConsumerReg{
	text-align: center;
}
.consumerLogin h2{
	margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
#payment-form h4{
	font-size: 13px;
}


.loginPanelWrapper{
	max-width: 400px;
	padding: 60px;
	margin-left: auto;
	margin-right: auto;
	min-height: 60vh;
}

.loginPanelWrapper p{
	margin-bottom: 20px;
	text-align: center;
}
.loginPanelWrapper p.note{
	color: #8B0002;
}
.loginPanelWrapper h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
	font-weight: bold;
	
}
.panelBody {
    padding: 35px;
    border: #dcdcdc solid 1px;
    border-radius: 6px;
}

.bannerList01 li img{
    max-height:70px
}
.linksList01{
    margin-bottom: 20px;
}
.linksList01::after{
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 768px){
	
	
	.loginPanelWrapper {
    max-width: 400px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
}
	
	header .headerLogo {
    width: 60px;
    height: auto;
		    margin-left: 0px;
}
	#detailBox h3{
	font-size: 18px;
	margin-top:10px
}
#detailBox h3 span{
	border-left:3px #008FDF solid;
	display:flex;
	padding-left:8px;
}
#detailBox p.lead{
	font-weight:bold;
}
#detailBox h4{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#detailBox .pic{
	border: solid 1px #e9e9e9;
	padding:2px;
	margin-right:10px;
	float:left;
	max-width: 400px;
}
#detailBox{
	width:100%;
	}
#detailBox .pic{
	float:inherit;
	width:100%;
}
#detailBox .pic img{
	width:100%;
}
	.EventLinkList dd {
    padding-right: 10px;
}
	.TopPic {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0;
}
	#gNav {
        margin-left: 0;
    display: none;
    position: absolute;
    width: auto;
    /* box-sizing: border-box; */
    background-color: rgba(0,0,0,0.7);;
    top: 51px;
    right: 0;
    width: 80%;
}
	#gNav ul{
		width: 100%;
	}
	#gNav ul li{
		padding: 8px;
		border-bottom: #ffffff solid 1px;
		width: 100%;
		margin: 0;
	}
	#gNav ul li a{
		display: block;
	}
	header{
		background: #4889c9 none repeat scroll 0 0;
		border-top: 5px solid #000000;
		box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
		height: 55px;
		padding: 10px;
		position: absolute;
		width: 100%;
		z-index: 1;
		box-sizing: border-box;
	}

	#socialBtn ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
}
	#socialBtn {
    display: block;
    float: right;
    margin-top: -1px;
    position: absolute;
    right: 60px;
}
	header .gNavBtn {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    background-size: auto;
    display: block;
}
	#socialBtn {
    display: block;
    float: right;
    margin-top: -3px;
    position: absolute;
    right: 44px;
}
	.bannerList01 li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
	.bannerList01 li img{
		max-width: 80%
	}
	
	#sideBar {
    border: 1px solid #e9e9e9;
    float: left;
    margin-right: 10px;
    padding: 0 0 20px;
    width: 100%;
}
	
}/* media 768 end */




@media (min-width: 769px){
    #detailBox {
        width: 700px;
        float: right;
    }


}