@charset "UTF-8";
/* CSS Document */

body {
	line-height: 1.75;
}

.wrapper {
	padding: 8px 50px 0;
  text-align: center;
}

.header {
	margin-bottom:20px;
}

img.logo {
	width: 100px;
}

h1 {
	font-size: 25px;
  color: #cb0000;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.2;
}
h2 {
	font-size: 16px;
  color: #cb0000;
  margin: 0;
  line-height: 1.2;
}

.inner {
	padding: 0 10px;
}
.inner p {
    font-size: 18px;
  }
label span {
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.submit_btn a {
  font-size: 18px;
  font-weight: bold;
  color: #cb0000;
  text-underline-offset: 3px;
  display: block;
}
.submit_non {
  font-size: 18px;
  font-weight: bold;
  color: #ccc;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.submit_btn {
  display: none;
}
.btn_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#close {
  margin-left: 40px;
  border: none;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
  text-underline-offset: 3px;
  display: block;
}
.bottom_txt {
  font-size: 14px;
}

@media screen and (max-width: 550px) {
	
	.wrapper {
		padding: 0 7px 0;
		overflow: scroll;
	}
	.header {
		display: block;
		margin-bottom:0;
		padding-bottom: 0;
	}
	
	img.logo {
		width: 60px;
		margin-right: 0;
	}
	
	h1 {
		font-size: 20px;
		margin-top: 0;
	}
	.inner {
	padding: 0;
	}
  .inner p {
    font-size: 14px;
  }
  #close {
  margin-left: 30px;
  }
  .bottom_txt {
  font-size: 11px;
  }
}

/*----------------------------------------

commonファイルから移植

----------------------------------------*/

a.modal {
    position: relative
}

a.modal:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    top: 6px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../img/parts/icon_modal.png)
}

a.modal.noicon:after {
    background-image: none
}

a.link_circle_blue_nb {
    display: inherit;
    padding-left: .5em;
    text-indent: -.5em;
    color: #0000de
}

a.link_circle_blue_nb:before {
    content: "";
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    top: 1px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url(../img/parts/icon_arrow_circle_blue.png);
    vertical-align: baseline
}

#cboxContent.modal #cboxClose,#cboxContent.modal_imagemax #cboxClose {
    display: inline-block;
  display: none;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    top: 16px;
    right: 15px;
    width: 26px;
    height: 26px;
    background-image: url(../img/parts/icon_close.png)
}

#cboxClose {
    display: block;
}

#cboxClose {
  display: none;
}

