@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css');

/*
form.css v1.0

start line
*/


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}



/* form-main */

body {
  font-family: YakuHanJP, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff url("../images/bg.png");
}




form {
  width: 95vw;
  margin: 2.5vw auto;
  padding: 2.5vw 2.5vw 20vw 2.5vw;
  background-color: rgba(255, 255, 255, 0.90);
}

h1 {
  margin: 4vw 0;

  text-align: center;
  font-size: 4.5vw;
  font-weight: 700;
}

label {
  font-size: 4vw;
  line-height: 1.75em;
}

input {
  width: 20vw;
  height: 2em;
}

input[type="text"] {
  width: 80vw;
  margin: 0 2.5vw 0 2.5vw;
  padding: 0 ;
}


div.main_info {
  margin: 0 7.5vw 10vw 7.5vw;
}

div.main_info ul {
  text-decoration: none;
  list-style-type: none;
}

div.main_info ul li {
  font-size: 4vw;
  line-height: 1.75em;
}

div.main_info ul li span {
  display: inline-block;
  vertical-align: top;
}

div.main_info ul li span.diti {
  width: 5.25em;
}

div.main_info ul li span.dida {
  width: 11.25em;
}

div.onlyselect {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 2.5vw 15vw 2.5vw;
}

div.onlyselect div.boxhdr {
  width: 85vw;
  padding: 0 0 0 1em;
  background-color: #a0d8ef;
}

div.onlyselect div.btnlft {
  position: relative;
  width: 20vw;
  border-bottom: 1px solid #aaaaaa;
}

div.onlyselect div.btnlft input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

div.onlyselect div.descrht {
  width: 65vw;
  padding: 0;
  border-bottom: 1px solid #AAAAAA;
}

div.onlyselect div.descrht label {
  line-height: 3em;
}

div.onlyselect div.descrht span.onlytitle::after {
  content: "\A";
  white-space: pre;
}

div.onlyselect label.hdr {
  margin: 0 0 0.5em 0;
  font-size: 5vw;
  line-height: 1.75em;
}

div.onlyselect div.descrht label {
  line-height: 3em;
}

div.onlyselect div.descrht label span.longname {
  font-size: 3.75vw;
}

div.onlyselect div.btnlast {
  border-bottom: none;
}

div.jtype {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 2.5vw 15vw 2.5vw;
}

div.jtype div.boxhdr {
  width: 85vw;
  padding: 0 0 0 1em;
  background-color: #a0d8ef;
}

div.jtype div.btnlft {
  position: relative;
  width: 20vw;
  border-bottom: 1px solid #AAAAAA;
}

div.jtype div.btnlft input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

div.jtype div.descrht {
  width: 65vw;
  padding: 0;
  border-bottom: 1px solid #AAAAAA;
}

div.jtype div.btnlast {
  border-bottom: none;
}


div.jtype label {
  line-height: 1.75em;
}


div.jtype label.hdr {
  margin: 0 0 0.5em 0;
  font-size: 5vw;
  line-height: 1.75em;
}

div.jtype label {
  line-height: 1.75em;
}

div.jtype div.descrht label {
  line-height: 3em;
}

div.jtype div.descrht label span.jkind::after {
  content: "\A";
  white-space: pre;
}


div.notice {
  width: 80vw;
  margin: 5.5vw auto;
  padding: 2.5vw;
  border: 1px solid #000000;
  background-color: #CDCDCD;
}

div.notice p {
  text-align: justify;
  line-height: 1.5em;
}

div.notice p strong {
  font-weight: bold;
  color: red;
}

div.personal {
  width: 85vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 2.5vw 15vw 2.5vw;
}


div.personal label {
  line-height: 2.75em;
  margin: 1em 0 0 0;
}

div.personal label.para50 {
  width: 42vw;
  margin: 7.5vw 0 2.5vw 0;
  padding: 0 0 0 1em;
  background-color: #a0d8ef;
}

div.personal label.para50.goods {
  font-size:3.5vw;
}

div.personal label.para75 {
  width: 63.75vw;
  padding: 0 0 0 1em;
  background-color: #a0d8ef;
}

div.personal label.para100 {
  width: 85vw;
  margin: 7.5vw 0 2.5vw 0;
  padding: 0 0 0 1em;
  background-color: #a0d8ef;
}


div.personal div.perright25 {
  width: 21vw;
}

div.personal div.perright50 {
  width: 40vw;
padding: 0 0 0 2.25vw;
}

div.personal div.perright100 {
  width: 85vw;
}

div.personal input[type=radio] {
 text-align: center;
}

div.personal p.hdr {
  margin: 0 0 0.5em 0;
  font-size: 5vw;
  line-height: 1.75em;
}

/*
  div.personal div.perright25 input[type="radio"],
  div.personal div.perright50 input[type="radio"],
  div.personal div.perright100 input[type="radio"] {
    width: 30px;
    margin: 0 30px 0 30px;
  }

  div.personal div.perright25 label,
  div.personal div.perright50 label,
  div.personal div.perright100 label {
    width: 60px;
    margin: 0 0 0 30px;
  }
*/

input.txt50 {
  width: 37.5vw;
  margin: 1.25em 0 0 0;
  padding: 0 2.5vw 0 0;
}

select {
  height: 2em;
  margin: 1.25em 0.25em 0 0.25em;
}

textarea {
  width: 80vw;
  margin: 0 0 0 2.5vw;
}

div.subbutton {
  width: 90vw;
}

div.subbutton input {
  width: 60vw;
  margin: 0 15vw 0 15vw;
}

div.personal div.rightsnsnotice p {
  font-size: 0.8em;
  margin: 0.25em 0 0.25em 1em;
}

@media screen and (min-width: 481px) {

  form {
    /*
display: grid;
grid-template-rows:60px 145px ;
*/
    width: 1080px;
    margin: 120px auto 240px auto;
    padding: 40px;
    background: #fff;
    border: solid 4px #AAAAAA;
    border-radius: 20px;
  }

  h1 {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
  }

  label {
    height: 30px;
    margin: 10px 0 0 120px;
    font-size: 16px;
    line-height: 16px;
  }

  input {
    width: 320px;
    height: 30px;
    margin: 5px 0 5px 0;
    font-size: 16px;
    line-height: 30px;
  }

  input[type="text"],
  input[type="email"] {
    width: 480px;
    margin: 0 10px 0 10px;
    padding: 0 10px 0 10px;
  }


  div.main_info {
    margin: 0 auto 100px auto;
  }

  div.main_info ul {
    width: 400px;
    margin: 0 298px 40px 298px;
    padding: 0 0 0 0;
    text-decoration: none;
    list-style-type: none;
  }

  div.main_info ul li {
    font-size: 20px;
    line-height: 1.75em;
  }

  div.main_info ul li span {
    display: inline-block;
    vertical-align: top;
  }

  div.main_info ul li span.diti {
    width: 5em;
    margin: 0 2em 0 0;
  }

  div.main_info ul li span.dida {
    width: 10em;
    margin: 0 0 0 2em;
  }

  div.onlyselect {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 97px 98px 97px;
    border: solid 1px #000000;
  }

  div.onlyselect hr {
    border-bottom: solid 1px #AAAAAA;
    width: 700px;
    height: 0;
    margin: 0 auto 8px auto;
  }

  div.onlyselect div.boxhdr {
    width: 800px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #000000;
  }

  div.onlyselect div.btnlft {
    position: relative;
    width: 300px;
    height: 72px;
    margin: 0 0 16px 0;
    border-bottom: none;
  }

  div.onlyselect div.btnlft.selectradiobtn {
    position: relative;
    width: 250px;
    height: 72px;
    margin: 0 0 16px 0;
    border-bottom: none;
  }

  div.onlyselect div.btnlft input {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  div.onlyselect div.descrht {
    width: 500px;
    height: 48px;
    margin: 0 0 16px 0;
    padding: 0;
    border-bottom: none;
  }

  div.onlyselect div.descrht label {
    line-height: 24px;
    margin: 0;
  }

  div.onlyselect div.descrht label span.longname {
    font-size: 16px;
  }

  div.onlyselect div.descrht span.onlytitle::after {
    content: "\A";
    white-space: pre;
  }
  

  div.onlyselect label.hdr {
    margin: 0 0 0.5em 0;
    font-size: 24px;
    line-height: 1.75em;
  }


  div.jtype {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 97px 98px 97px;
    border: solid 1px #000000;
  }

  div.jtype div.boxhdr {
    width: 800px;
    margin: 0 0 20px 0;
    padding: 0 0 0 1em;
    border-bottom: solid 1px #000000;
  }

  div.jtype div.btnlft {
    position: relative;
    width: 298px;
    height: 48px;
    margin: 0 0 16px 0;
    border-bottom: none;
  }

  div.jtype div.btnlft2l {
    position: relative;
    width: 300px;
    height: 96px;
    margin: 0 0 16px 0;
  }

  div.jtype div.btnlft input {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }

  div.jtype hr {
    border-bottom: solid 1px #AAAAAA;
    width: 700px;
    height: 0;
    margin: 0 auto 8px auto;
  }



  div.jtype div.descrht {
    width: 500px;
    height: 48px;
    margin: 0 0 16px 0;
    padding: 0;
    border-bottom: none;
  }

  div.jtype div.descrht2l {
    width: 500px;
    height: 96px;
    margin: 0 0 16px 0;
    padding: 0;
  }

  div.jtype label {
    font-size: 0.9em;
    line-height: 48px;
    margin: 0;
  }

  div.jtype div.descrht label span.jkind::after {
    content: "\20";
    white-space: pre;
  }
  


  div.jtype label.hdr {
    margin: 0 0 0.5em 0;
    font-size: 24px;
    line-height: 1.75em;
  }

  div.jtype label {
    width: 500px;
    line-height: 48px;
    margin: 0;
  }

  div.jtype div.descrht label {
    line-height: 48px;
    margin: 0;
  }


  div.notice {
    width: 800px;
    margin: 60px 100px;
    padding: 40px;
    border: 1px solid #000000;
    background-color: #CDCDCD;
  }

  div.notice p {
    text-align: justify;
    line-height: 1.75em;
  }

  div.notice p strong {
    font-weight: bold;
    color: red;
  }

  div.personal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 800px;
    line-height: 48px;
    margin: 0 97px 98px 97px;
    border: solid 1px #000000;
  }

  div.personal hr {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: solid 1px #000000;
  }

  div.personal label {
    height: 48px;
    line-height: 48px;
    margin: 24px 0 24px 0;
  }

  div.personal label.para50,div.personal label.paracovk  {
    width: 298px;
    height: 100%;
    margin: 0;
    padding: 24px 0 24px 1em;
    border-left: 0;
    border-right: solid 1px #000000;
  }

  div.personal label.para50.goods {
    font-size:16px;
  }

  div.personal label.para75 {
    width: 298px;
    height: 100%;
    margin: 0;
    padding: 24px 0 24px 1em;
    border-left: 0;
    border-right: solid 1px #000000;
  }


  div.personal label.para100 {
    width: 298px;
    height: 100%;
    margin: 0;
    padding: 24px 0 24px 1em;
    border-left: 0;
    border-right: solid 1px #000000;
  }

  div.personal label.paralastl {
    height: 240px;
    margin: 0;
    padding: 24px 0 24px 1em;
  }

  div.personal label.leftsnsnotice{
    padding: 36px 0 36px 1em;
  }

  div.personal div.perright25,
  div.personal div.perright50,
  div.personal div.perright100 {
    height: 48px;
    margin: 24px 0 24px 0;
    padding: 0;
  }

  div.personal div.perright25 {
    width: 499px;
  }

  div.personal div.perright50 {
    width: 499px;
  }

  div.personal div.perright100 {
    width: 499px;
  }


  div.personal div.rightsnsnotice {
    height: 72px;
  }

  div.personal div.rightsnsnotice p {
    font-size: 1em;
    margin: 0 0 0 1em;
  }
  
  div.personal div.paralastd {
    height: 239px;
    margin : 0;
  }

  div.personal div.perright25 input[type="radio"],
  div.personal div.perright50 input[type="radio"],
  div.personal div.perright100 input[type="radio"] {
    width: 30px;
    margin: 0 30px 0 30px;
  }

  div.personal div.perright25 label,
  div.personal div.perright50 label,
  div.personal div.perright100 label {
    width: 120px;
    margin: 0 0 0 30px;
  }


  input.txt50 {
    width: 480px;
    margin: 1.25em 0 0 0;
    padding: 0 10px 0 30px;
  }

  select {
    height: 48px;
    margin: 0 10px 0 10px;
  }

  textarea {
    width: 480px;
    height: 220px;
    margin: 10px 10px;
  }

  div.subbutton {
    width: 1000px;
  }

  div.subbutton input {
    width: 240px;
    margin: 0 380px 0 380px;
  }

}