@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 2.8rem;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin: 32px 32px 24px;
	padding: 11px 0 11px 37px;
	background: url("../images/heading-left.webp") no-repeat left bottom / 26px;
	border-bottom: solid 2px #990000;
	font-size: 3.4rem;
	font-weight: bold;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin: 0 64px 8px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #990000;
}
.form-label{
	margin: 0 0 4px;
}
.general h4{
	margin: 0 64px;
	font-size: 2.8rem;
	font-weight: normal;
	color: #990000;
}
.text,
.content-body p,
.content-body li{
	margin: 0 64px 48px;
}
.mbr{
	display: none;
}

/*--------------------------------
navbar
--------------------------------*/
.navbar{
	background: url("../images/logo.webp") no-repeat center left 32px / auto 58%,url("../images/header-bg.webp") no-repeat bottom -80px  right -80px / 100%;
}
.navbar-link{
    padding: 16px;
    display: block;
    text-indent: -300%;
}

/*--------------------------------
contents
--------------------------------*/
.about .img-box {
	margin: 0 131px 48px 128px;
}
.img-box .img img {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.howto .img-box {
	margin: 0 99px 51px 96px;
    display: flex;
}
.howto .img-box .img {
    width: 50%;
}
.howto .img-box .img:first-child{
    padding-right: 15px;
}
.howto .img-box .img:last-child{
    padding-left: 15px;
}
.howto .tips {
	margin: 0 32px 48px;
	padding: 24px 160px 24px 24px;
    background: url("../images/howto1-bg.webp") no-repeat right center / cover;
}
.howto .tips .text {
    margin: 0;
}
.howto .li:last-child .inner {
	margin: 0 32px 48px;
	padding: 24px 288px 24px 24px;
    background: url("../images/howto4-bg.webp") no-repeat right center / cover;
}
.howto .secondary-heading{
	margin: 0 32px 16px;
	padding: 8px 24px;
	background: #cccccc;
}
.howto .li:last-child .inner .text {
    margin: 0;
}
.message .text {
    position: relative;
    background: rgba(255,255,255,0.85);
}
.message .text::before{
    content: "";
    background: url("../images/logo.webp") no-repeat center / 95%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.btn-area{
	text-align: center;
}
.btn-area .text{
	margin: auto 32px;
}
.btn-area .text.st{
	margin-bottom: 8px;
}
.btn-area .text.st span {
	padding: 0 20px;
    position: relative;
	font-size: 3.6rem;
    font-weight: bold;
    color: #990000;
}
.btn-area .text.st span::before,
.btn-area .text.st span::after{
	margin: auto;
	width: 2px;
	height: 120%;
	content: "";
	background: #990000;
	position: absolute;
	top: 0;
	bottom: 0;
}
.btn-area .text.st span::before{
	left: 0;
	transform: rotate(-45deg);
}
.btn-area .text.st span::after{
	right: 0;
	transform: rotate(45deg);
}
.regist-btn{
    margin: 48px 96px;
    padding: 11px 16px;
    display: block;
    background: #990000;
    border-radius: 100px;
    font-size: 3rem;
    font-weight: bold;
    color: white;
}
.disc li {
	margin: 0 64px 16px;
	padding-left: 16px;
	border-left: solid 2px #990000;
}
.disc li:last-child{
	margin: 0 64px 48px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.general .ex:last-child{
    margin-bottom: 32px;
}
.general-parts{
    margin: 0 64px;
}
.general-parts .form-msg{
	font-size: 2.8rem;
}
.general-parts .secondary-heading {
	margin: 0 0 8px;
}
.general-parts .note {
	margin-bottom: 48px;
}

.general-table{
	margin: 0 32px 48px;
    border-collapse: separate;
}
.general-table th{
    background-color: #cfd8dc;
    font-weight: 400;
    color: #757575;
}
.general-table td{
    background-color: #eceff1;
}
.general-table td,
.general-table th{
    padding: 8px;
    border: 1px solid #fff;
	font-size: 2.8rem;
    line-height: 1.4;
    vertical-align: middle;
}
.document-nav{
	margin: 0 64px 48px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.document-link{
	padding: 16px;
    width: 33%;
	line-height: 1.4;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	font-size: 2.0rem;
    color: #2f3034;
    cursor: pointer;
    text-align: center;
}
.identity-box figure{
	margin: 0 64px 16px;
	text-align: center;
}
.dl-active{
    background: #efefef;
}
.doc-img{
    margin-bottom: 4px;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.note-sub{
    color: #607d8b;
}
.document-link span{
    margin: 4px 0 0;
    display: block;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin: 32px 64px 64px;
}
.form-box{
	height: 100%;
}
.form-label{
    margin: 0;
    padding: 9px 0;
    display: block;
    float: left;
    width: 260px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #980001;
}
.form-item{
    margin-bottom: 24px;
    width: calc(100% - 270px);
    float: right;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
	font-size: 2.2rem;
}
select{
	padding-right: 40px;
	background: url("../images/icon-select.webp") no-repeat right center #fff;
	background-size: 40px;
}
textarea.text_l{
    resize: vertical;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
}
.form-item.normal-radio .radio-label span{
	margin-left: 16px;
}
.radio-label::before{
	margin-right: 5px;
	width: 45px;
	height: 45px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #323232;
}
.regular-checkbox{
	padding: 8px 16px;
	display: block;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	font-size: 2.2rem;
}
.alert-msg{
	margin: 0 0 48px;
	padding: 0;
	width: 622px;
	clear: both;
	word-wrap: break-word;
	font-size: 1.8rem;
}
.check-label{
    font-size: 2.2rem;
}
.error{
	margin: -25px 0 24px;
	padding: 8px;
	width: calc(100% - 270px);
	float: right;
	background: #d00;
	color: #fff;
	border-radius: 2px;
	font-size: 2.2rem;
}
.entry-btn .btn-area {
    margin: 48px 32px;
}
.entry-btn .btn-area .regist-btn{
    margin: 0;
    width: 100%;
}
select::-ms-expand{
    display: none;
}
.regist-btn:hover,
.nav-link:hover,
.alert-msg a:hover,
.navbar:hover,
.note a:hover{
    opacity: 0.7;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{border:0; font-size:1.4rem; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5{font-weight:normal; font-size:1.2rem;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg{font-size:1.1rem; color:#aaa; padding:0;}
.campaign strong{font-weight:bold; color:#f00;}
.camMenu{margin-bottom:10px;padding-left:20px;}
.camMenu dt{ font-weight:bold; font-size:1.6rem; margin:5px 0;}
.camMenu dt:before{content:""; color:#714769;}
.camMenu dd{margin-bottom:10px;}
.camMenu table{border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}
#campaign_btn,
#campaign_btn_entry{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a{
	width: 60px;
	height: 60px;
	display: block;
	background: url("../images/cam_btn.webp") no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
.lpprtitle{
	background-color: #670001 !important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	margin-bottom: 24px;
	font-size: 2.0rem;
	text-align: center;
}
.global-nav {
    margin: 24px 0 16px;
    padding: 0 32px;
}
.nav-list{
	padding: 0 8px 0 0;
	display: inline;
	border-right: solid 1px #90a4ae;
	border-bottom: none;
}
.nav-list:nth-child(3),
.nav-list:last-child{
	padding: 0;
	border-right: none;
}
.nav-link{
	padding: 0;
	display: inline;
	font-size: 1.6rem;
	color: #455a64;
}
.copy{
	margin: 16px 0;
	padding: 0 16px;
	display: block;
	font-size: 1.4rem;
	color: #2f3034;
}
.pr{
	padding: 40px;
	text-align: center;
}
.lpprtitle {
    background: #111111!important;
    color: white!important;
}
.business-number{
	font-size: 1.4rem;
	color: #2f3034;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .primary-heading{
	background: url("../images/heading-left.png") no-repeat left bottom / 26px;
}
.no-webp .navbar{
	background: url("../images/logo.png") no-repeat center left 32px / auto 58%,url("../images/header-bg.jpg") no-repeat bottom -80px  right -80px / 100%;
}
.no-webp .howto .tips {
    background: url("../images/howto1-bg.jpg") no-repeat right center / cover;
}
.no-webp .howto .li:last-child .inner {
    background: url("../images/howto4-bg.jpg") no-repeat right center / cover;
}
.no-webp .message .text::before{
    background: url("../images/logo.png") no-repeat center / 95%;
}
.no-webp select{
	background: url("../images/icon-select.png") no-repeat right center #fff;
	background-size: 40px;
}
.no-webp #campaign_btn a,
.no-webp #campaign_btn_entry a{
	background: url("../images/cam_btn.png") no-repeat 0 0;
	background-size: contain;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	input[type=text],
	input[type=tel],
	input[type=password],
	textarea{
		padding: 12px 10px 16px;
	}
	select{
		padding: 12px 10px;
	}
	.error{
		padding: 10px 8px 6px;
	}
}