@charset "utf-8";

/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */

.pc {
  display: block;
}
.sp {
  display: none;
}
.pc_il {
  display: inline;
}
.sp_il {
  display: none;
}
.center {
  text-align: center;
}
img {
  width: auto;
  padding: 0 15px;
  max-width: calc(100% - 30px);
}
.header_img {
  text-align: center;
  margin-bottom: 20px;
}
.h1 {
  text-align: center;
  background: #00AAE8;
  color: #fff;
  font-family: 'Kosugi Maru', sans-serif;
  max-width: 1301px;
  margin: 0 auto 10px;
  font-size: 30px;
  border-radius: 8px;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.receipt_img {
  margin-bottom: 20px;
  text-align: center;
}
.receipt_img .pc {
  display: inline-block;
}
.explain {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  color: #00AAE8;
  font-family: 'Kosugi Maru', sans-serif;
}
.ex2font {
  font-size: 1.2em;
  color: #00AAE8;
  font-family: 'Kosugi Maru', sans-serif;
}
table.center_left {
    margin: 0 auto;
}
table.center_left>td{
    text-align: left;
}
.h2 {
  text-align: center;
  background: #00AAE8;
  color: #fff;
  text-align: center;
  font-family: 'Kosugi Maru', sans-serif;
  max-width: 1301px;
  margin: 0 auto 10px;
  font-size: 30px;
  border-radius: 8px;
  width: calc(100% - 30px);
  box-sizing: border-box;
}

/* section内 */
/* -------------------------------------------------- */
.sec_wrap {
  max-width: 1331px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}
.sec_border {
  border: solid 2px #00AAE8;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 45px;
  padding: 20px 0px;
}

.form_table {
  width: 100%;
  text-align: left;
  font-weight: bold;
}
.form_table th {
  width: 37%;
  color: #0068B7;
  font-size: 26px;
  box-sizing: border-box;
  padding: 10px 30px;
  vertical-align: middle;
  line-height: 1;
}
.form_table td {
  width: 63%;
  box-sizing: border-box;
  padding: 3px 30px;
  vertical-align: middle;
}
.form_table .attention {
  color: #E9546B;
  font-size: 20px;
}
.form_table .error {
  color: #E9546B;
}
.form_table .note {
  font-size: 14px;
}
input {
  width: 80%;
  padding: 8px;
  border: 2px solid #B5B5B6;
  /* height: 33px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  background: #fff;
  border-radius: 3px;
  font-weight: bold;
  box-shadow: none;
  -webkit-appearance:none;
}
input.half {
  width: 39.6%;
}
input::placeholder {
  color: #B5B5B6;
}
input:-ms-input-placeholder {
  color: #B5B5B6;
}
input::-ms-input-placeholder {
  color: #B5B5B6;
}

input.oubosu{
  text-align: right;
  width: 2.5em;
}

input.age{
  text-align: right;
  width: 2.5em;
}

input.zip{
  width: 5.0em;
}

input.tel{
  width: 7.0em;
}

p .oubo_name{
    display:inline-block;
    width: 22em;
    font-size: 16px;
}

.input_check {
  width: 80%;
  /*height: 59px;*/
  padding: 8px;
  border: 2px solid #EEE;
  /* height: 33px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  background: #EEE;
  border-radius: 3px;
  font-weight: bold;
  box-shadow: none;
  -webkit-appearance:none;
}


label {
	position: relative;
	display: block;
	width: 100%;
	border: 2px solid #B5B5B6;
	border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}

label:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	margin: -5px 0 0 0;
	border: 8px solid transparent;
	border-top: 12px solid #231815;
}

select {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 8px;
	color: #231815;
	border: none;
	border-radius: 3px;
  background: transparent;
  font-size: 26px;
  font-weight: bold;
  box-shadow: none;
}

::-ms-expand {
	display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #B5B5B6;
  width: 100%;
  font-size: 26px;
  align-items: center;
}
.flex div {
  width: 24%;
}
label.pulldown01 {
  width: 80%;
}
.btn {
  padding: 10px 0;
  max-width: 350px;
  width: 70%;
  margin: 0px auto 40px;
  background: #E60012;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  border-radius: 5px;
  border: none;
}
.btn_back {
  padding: 10px 0;
  max-width: 200px;
  width: 70%;
  margin: 0px auto 40px;
  background: #444;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  border-radius: 5px;
  border: none;
}

/*--------------------------footer--------------------------------*/
footer {
  color: #00AAE8;
  font-size: 28px;
  margin-bottom: 60px;
}
footer .size01 {
  font-size: 31px;
}
footer .size01 a {
  color: #00AAE8;
  text-decoration: none;
}
.footer_tit {
  color: #0068B7;
  background: #BAE3F9;
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: 1301px;
  font-size: 35px;
  margin: 0 auto 10px;
  border-radius: 8px;
  text-align: center;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width:959px){/* tablet */

  /* -------------------tablet END------------------------- */}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px){/* sp */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_il {
    display: none;
  }
  .sp_il {
    display: inline;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 22px;
  }
  .receipt_img .pc {
    display: none;
  }
  .receipt_img .sp {
    display: inline-block;
  }
  .explain {
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
  }
  .sec_border {
    margin-bottom: 25px;
  }
  .form_table th {
    width: 100%;
    display: block;
    padding: 5px 20px 0px;
    font-size: 20px;
  }
  .form_table td {
    width: 100%;
    display: block;
    padding: 3px 20px;
  }
  .form_table .attention {
    font-size: 16px;
  }
  input {
    font-size: 20px;
    width: 100%;
    padding: 5px;
  }
  input.half {
    width: 48%;
  }
  .input_check {
    font-size: 20px;
    width: 100%;
    /*height: 48px;*/
    padding: 5px;
  }
  p .oubo_name{
    display:inline-block;
    width: 22em;
    font-size: 14px;
  }
  select {
    font-size: 20px;
    padding: 5px;
  }
  .btn {
    font-size: 30px;
    padding: 5px 0;
  }
  .btn_back {
    font-size: 30px;
    padding: 5px 0;
  }
  .flex {
    font-size: 20px;
  }
  .flex div {
    width: 27%;
  }
  label.pulldown01 {
    width: 100%;
  }
  label:before {
    right: 4px;
    margin: -4px 0 0 0;
    border: 6px solid transparent;
    border-top: 9px solid #231815;
  }

/*--------------------------footer--------------------------------*/
footer {
  color: #00AAE8;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
footer .size01 {
  font-size: 20px;
}
footer .size01 a {
  color: #00AAE8;
  text-decoration: none;
}
.footer_tit {
  box-sizing: border-box;
  font-size: 22px;
  margin: 0 auto 10px;
  line-height: 1.2;
  width: 100%;
}

/* ---------------------SP END----------------------------- */}




p.txt-alert {color: red; font-size: 1.2em; line-height:1.4; margin:1.5em auto; padding: 1.5em 2em; width:75%; background: #ffe; border: 4px solid #f00;}


