@media only screen and (min-width: 768px){
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
html {font-size:100%;}
body {font-size:75%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
/*
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
*/
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

body {
    font: normal normal 15px/36px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.6;
}

a:hover img {
    opacity: 0.6;
}

input {
    border:1px solid #525252;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto 1rem .5rem;
    padding-left: .3rem;
    height: 25px;
    width: 25%;
}

input[type="checkbox"] {
    width: 0;
}

input:focus {
    border:solid 1px #538ed5;
}

label {
    background-color: #ff85af;
    border:solid 1px #ff0000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0;
    padding: .5rem 1rem;
}


input[type="checkbox"]:checked + label {
    background-color: #ff3366;
    color: #fffff9;
}

select {
    background-color: #fff !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: .5rem auto 1rem .5rem;
    padding: 0;
    padding-left: .3rem;
    background: none transparent;
    vertical-align: middle;
    box-sizing: content-box
    vertical-align: middle;
    height: 25px;
    width: 40%;
}

select:focus {
    border:solid 1px #538ed5;
}

img {
    width: 100%;
}

input[type="image"]:hover {
    opacity: 0.6;
}

button {
    background: #f58181;
    border: double 5px #ff3366;
    color: #fffff9;
    font-size: 20px;
    font-weight: bold;
    margin: 2rem auto 1rem 2rem;
    padding: .5rem 1rem;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

button:hover {
    opacity: 0.6;
}

.header {
   position: relative;
}

.header p {
    font-size: 30px;
    font-weight: bold;
    margin: 1rem auto;
    padding: 1rem 0 .5rem 15rem;
    text-align: left;
    text-shadow: 1px 1px 2px #c9c9c4;
}

.header div {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
}

.barprogress {
    display: none;
}

.boxform {
    margin: 1rem auto;
    background-color: #fababa;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-image: -webkit-linear-gradient(top, #ff85af 0%, #ffeeee 100%);
    background-image: -ms-linear-gradient(top, #ff85af 0%, #ffeeee 100%);
    background-image: linear-gradient(to bottom, #ff85af 0%, #ffeeee 100%);
    width: 95%;
}

.boxform li {
    list-style: none;
    height: 50px;
}

.boxform li span:nth-of-type(1) {
    display: inline-block;
    text-align: right;
    width: 70px;
}

.boxform li span:nth-of-type(3) {
    display: inline-block;
    text-align: right;
    width: 20px;
}

.boxform .datacheck span {
    font-size: 18px;
    padding: 0 .5rem 0;
    text-align: center !important;
    width: 130px !important;
}

.shuryo p {
    font-size: 20px;
    font-weight: bold;
    margin: 1rem auto 1rem 2rem;
}

.footer p {
    font-size: 14px;
    text-align: center;
    padding: 1rem 0;
}

}

@media only screen and (max-width: 767px){
/* reset.css cssのリセット*/
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;-webkit-text-size-adjust :100%;}
/*table {border-collapse:separate;border-spacing:0;} */ /* ダブり定義 */
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css  活字の指定*/
html{font:13px/1.3 "游ゴシック","ヒラギノ角ゴ Pro W3";-webkit-text-size-adjust:none;font-size: 100%;}
body,p,h1,h2,h3,h4,h5,h6,span,small,strong,div,ul,li,figure,img,header,footer,nav,section{
  margin:0;
  padding:0;
  border:none;
  outline:none;
  font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:1.5em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1em;margin-bottom:0.75em;}
h3 {font-size:0.75em;line-height:1;margin-bottom:1em;}
h4 {font-size:0.5em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:0.3em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:0.25em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:0.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:1em 0.5em 0.5em 0;padding-left:0.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 0.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
/*
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
*/
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.6;
}

a:hover img {
    opacity: 0.6;
}

input {
    border:solid 1px #ff0000;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto 1rem .5rem;
    padding: .2rem .3rem;
    height: 30px;
    width: 70%;
}

.listinput.txtb div input {
    width: 30%;
}

input[type="checkbox"] {
    height: 1px;
    width: 0;
}

input:focus {
    border:solid 1px #538ed5;
}

label {
    background-color: #fffff9;
    border:solid 1px #ff0000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ff85af;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 1rem .5rem;
    text-align: center;
    width: 90%;
}


input[type="checkbox"]:checked + label {
    background-color: #ff3366;
    color: #fffff9;
}

select {
    background-color: #fff !important;
    border:solid 1px #ff0000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 18px;
    margin: .5rem auto 1rem .5rem;
    padding: .2rem .3rem;
    background: none transparent;
    vertical-align: middle;
    box-sizing: content-box
    vertical-align: middle;
    height: 30px;
    width: 80%;
}

select:focus {
    border:solid 1px #538ed5;
}

.listinput.txtb div select {
    width: 65%;
}

img {
    width: 100%;
}

input[type="image"]:hover {
    opacity: 0.6;
}

button {
    background: #f58181;
    border: double 5px #ff3366;
    color: #fffff9;
    font-size: 20px;
    font-weight: bold;
    margin: 1rem auto;
    padding: .5rem 1rem;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 95%;
}

button:hover {
    opacity: 0.6;
}

.header {
   position: relative;
}

.header p {
    font-size: 16px;
    font-weight: bold;
    margin: 1rem auto;
    padding: 3rem 0 .5rem 0;
    text-align: center;
    text-shadow: 1px 1px 2px #c9c9c4;
}

.header div {
  position: absolute;
  top: 0px;
  left: 10px;
}

nav {
    background: #ff85af;
    margin: 0 auto;
    width: 100%;
}
    
.boxpict {
    width: 100%;
}

.barprogress ul {
    margin: .2rem auto;
    padding: 0;
    text-align: center;
}

.barprogress li {
    display: table-cell;
    color: #fffff9;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    margin: .2rem 0;
    width: 5%;
}

.barprogress li:nth-of-type(1) {
    width: 40%;
}

.barprogress li span.actb {
    background: #fffff9;
    color: #ff3366;
    font-size: 100%;
    display: inline-block;
    border: solid 1px #fffff9;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 40px;
    margin: .2rem 0;
    padding: .1rem .6em;
}

.boxform {
    margin: 1rem auto;
    background-color: #ffeeee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
}

.listinput.btn {
    text-align: center;
}

.listinput>p {
    font-size: 20px;
    font-weight: bold;
    color: #ff3366;
    margin: 0;
    padding: 1rem 0 0 1rem;
}

.listinput >div {
    margin: .2rem auto;
    display: inline-block;
    text-align: left;
    width: 95%;
}

.listinput.txtb div span:nth-of-type(1) ,
.listinput.txtb  div span:nth-of-type(3) {
    font-size: 18px;
    font-weight: bold;
    padding: 0 .5rem;
}


.listinput.checkb >div {
    margin: .2rem .5rem;
    display: inline-block;
    text-align: center;
    width: 40%;
}


.boxform li {
    font-size: 18px;
    list-style: none;
}

.boxform li span:nth-of-type(1) {
    display: inline-block;
    text-align: right;
    width: 70px;
}

.boxform li span:nth-of-type(3) {
    display: inline-block;
    text-align: right;
    width: 20px;
}

.boxform .datacheck span {
    font-size: 18px;
    padding: 0 .5rem 0;
    text-align: center !important;
    width: 130px !important;
}

.shuryo p {
    font-size: 20px;
    font-weight: bold;
    margin: 1rem auto 1rem 2rem;
}

.footer p {
    font-size: 14px;
    text-align: center;
    padding: 1rem 0;
}


}

.dispblock {
  display: block !important;
}

.dispnone {
  display: none !important;
}
