@charset "UTF-8";


   

.p-form__td ::-webkit-input-placeholder {
	font-family: 'LINESeedJPApp', 'Arial', 'DINBold', 'HelveticaNeue', 'KozGoPr6N-Regular', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO',sans-serif;
}

.p-form__td ::-moz-placeholder {
	font-family: 'LINESeedJPApp', 'Arial', 'DINBold', 'HelveticaNeue', 'KozGoPr6N-Regular', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO',sans-serif;
}

.p-form__td :-ms-input-placeholder {
	font-family: 'LINESeedJPApp', 'Arial', 'DINBold', 'HelveticaNeue', 'KozGoPr6N-Regular', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO',sans-serif;
}

.p-form__td ::-ms-input-placeholder {
	font-family: 'LINESeedJPApp', 'Arial', 'DINBold', 'HelveticaNeue', 'KozGoPr6N-Regular', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO',sans-serif;
}

body,
.p-form__td ::placeholder {
	'LINESeedJPApp', 'Arial', 'DINBold', 'HelveticaNeue', 'KozGoPr6N-Regular', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO',sans-serif;
}

.p-form__td ::-webkit-input-placeholder {
	font-weight: 400;
}

.p-form__td ::-moz-placeholder {
	font-weight: 400;
}

.p-form__td :-ms-input-placeholder {
	font-weight: 400;
}

.p-form__td ::-ms-input-placeholder {
	font-weight: 400;
}

body{
	font-weight: 400;
}




/* layout
---------------------------------------- */

.inner {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 60px;
}
.p-form .inner{
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 180px;
}


/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

a,
button {
	cursor: pointer;
	color: #333;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
em {
	font-style: normal;
}


a:hover{
	opacity: .7;
}
.pc-hide{
	display: none;
}
.pagetop{
	display: none !important;
}
/* body
---------------------------------------- */

body {
	line-height: 1.6;
	position: relative;
	color: #333;
	max-width: 960px;
	margin: 0 auto;
	background: url(../images/pc_bg.jpg) repeat-y center;
}

/* header
---------------------------------------- */

#header img{
	width: 100%;
}

/* section-1
---------------------------------------- */

.sec01 {
	padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* section-2
---------------------------------------- */

.sec02 {
	padding-left: 70px;
	margin-bottom: 30px;
}
.sec02 ul{
	padding-right: 90px;
    text-align: center;
}
.sec02 ul li{
	display: inline-block;
	vertical-align: top;
	max-width: 142px;
	height: 130px;
	margin-right: 10px;
}
.sec02 ul li img{
	width: 100%;
}
.sec02 ul li:last-child{
	min-width: 455px;
    margin-right: 0;
}
.sec02 ul li div.map iframe{
	width: 100%;
	max-height: 130px;
}
.sec02 .info{
	width: 680px;
	margin: 20px 0px 20px 40px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.sec02 .info p{
	width: 60%;
    font-size: 13px;
    margin-right: 10px;
    line-height: 1.8;
}
.sec02 .info p:last-child{
	width: 40%;
    font-size: 8px;
    margin-right: 0;
    line-height: 1.4;
}
.sec02 .btn{
	width: 386px;
	margin: 0 auto;
	text-align: center;
	padding-right: 70px;
}
.sec02 .btn img{
	width: 100%;
	height: auto;
}
.caution p{
	font-size: 10px;
}
.caution ul{
	margin-bottom:30px;
}
.caution ul li{
	display: list-item;
    max-width: 100%;
    height: auto;
    text-align: left;
    list-style: inside !important;
    font-size: 10px;
    list-style: disc;
}
.caution a{
	text-decoration: underline;
}

/* footer
---------------------------------------- */
footer{
	width: 960px;
	text-align: center;
	padding: 30px 0;
}
footer ul{
	margin: 10px 0;
}
footer ul li{
	display: inline-block;
	margin: 0 10px;
}
footer ul li a{
	text-decoration: underline;
	font-size: 9px;
}
footer p{
	font-size: 8px;
}
footer .icn{
	margin: 0 auto;
	width: 104px;
}
footer .logo{
	margin: 0 auto;
	width: 310px;
}
footer .icn img,
footer .logo img{
	width: 100%;
	height: auto;
}
footer .pagetop{
	display: none;
}

/* form
---------------------------------------- */
.p-form{
	padding-top: 50px;
}

.p-form h1,
.p-form h2{
	text-align: center;
	font-size: 36px;
}
.p-form h2{
	margin: 80px 0 30px 0;
}
.p-form{
	font-size: 1rem;
}
.p-form__tr {
	width: 100%;
	margin: 40px auto 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-form__th {
	width: 12%;
	font-size: 1rem;
	display: inline-block;
}
.p-form__th span{
	padding: .4em 1em;
    background: #e7161a;
    color: #fff;
    border-radius: .5rem;
}

.p-form__td {
	width: 27%;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}
.p-form__td:last-child{
	width: 59%;
	text-align: left;
	display: inline-block;
	padding-right: 0;
}

.container {
  position: relative;
}
.p-form select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  border-radius: 5px;
  border: #d9d9d9 3px solid;
  padding: 15px 10px;
  width: 100%;
  font-size: 1rem;
}
.p-form select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
/* セレクトボックスの矢印デザイン変更 */
.container::before {
}
.container::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #000;
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
}
#sei,
#mei,
#zip{
	display: inline-block;
	width: 39%;
}
.p-form .note{
	text-align: right;
}
#year,
#month,
#day{
	display: inline-block;
	width: 26%;
}

.p-form .info{
	margin: 30px 0;
	text-align: center;
}
.p-form .note2{
	font-size: 10px;
}

.p-form__td > textarea,
.p-form__td > input,
.p-form__td > select {
	font-size: 1rem;
	font-weight: lighter;
	display: block;
	width: 100%;
	border-radius: 5px;
	border: #d9d9d9 3px solid;
	padding: 10px;
	font-size: 1.2rem;
	background: #fff;
}

.p-form__td > input {
	height: 50px;
}

.p-form__td ::-webkit-input-placeholder {
	color: #ddd;
}

.p-form__td ::-moz-placeholder {
	color: #ddd;
}

.p-form__td :-ms-input-placeholder {
	color: #ddd;
}

.p-form__td ::-ms-input-placeholder {
	color: #ddd;
}

.p-form__td ::placeholder {
	color: #ddd;
}

.button{
	display: block;
    text-align: center;
    margin: 60px auto 30px;
    width: 64%;
}
.prev_button{
	display: block;
    text-align: center;
    margin: 0 auto 30px;
    width: 64%;
}
.button:hover,
.prev_button:hover {
	opacity: .7;
}

.button span {
    background: #d1141b;
    border-radius: 10px;
    display: block;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    padding: 5px 0;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    font-size: 1.2rem;
    font-weight: bold;
}
.prev_button span{
	background: #6e6e6e;
	border-radius: 10px;
    display: block;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    padding: 5px 0;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    font-size: 1.2rem;
    font-weight: bold;
}

.p-form__confirm-note{
	text-align: center;
}
.confirm .p-form__td {
	width: 40%;
    text-align: left;
}

.p-form__complete{
	text-align: center;
	margin: 50px auto;
	text-decoration: underline;
}

@media screen and (max-width: 960px) {

.pc-hide {
	display: block;
}

.sp-hide {
	display: none;
}

body{
	background-size: 100%;
	position: relative;
}

.sec01 {
	padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec01 .sp_talk{
	width: 100%;
	margin: 0 auto;
	padding: 0 60px 0 30px;
}
.sec02 {
	padding-left: 0;
	margin-bottom: 30px;
}
.sec02 ul{
	padding-right: 0;
}
.sec02 ul li:first-child{
	display: none;
}
.sec02 ul li:last-child{
	min-width: 100%;
}
.sec02 ul li div.map iframe{
	width: 100%;
	max-height: 310px;
}
.sec02 .info{
	width: 100%;
	margin: 30px 0 20px 0;
}
.sec02 .info p{
	width: 60%;
    font-size: 12px;
}
.sec02 .info p:last-child{
	width: 40%;
}
.sec02 .btn{
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
}
.sec02 .btn img{
	width: 100%;
	height: auto;
}
.sec02 .note{
	font-size: 10px;
}

footer{
	width: 100%;
	padding: 30px 0;
}
footer ul li a{
	text-decoration: underline;
	font-size: 10px;
}
footer p{
	font-size: 8px;
}
footer .icn{
	width: 30%;
}
footer .logo{
	margin: 0 auto;
	width: 70%;
}
.pagetop{
	display: block !important;
	position: fixed;
	left: 20px;
	bottom: 20px;
}
.pagetop img{
	width: 8vw;
}
.p-form h1,
.p-form h2{
	font-size: 30px;
}
.p-form .inner {
    padding: 0 40px;
}
.p-form__th {
	width: auto;
}
.p-form__td{
	width: auto;
	text-align: left;
}
.p-form__td:last-child {
	padding-top: 20px;
    width: 100%;
    display: block;
}
#year,
#month,
#day{
	width: 24%;
}


.button,
.prev_button{
    width: 80%;
}




}


