@charset "UTF-8";

/* 
------------------------------------------------------------------------------------------------------

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

/*【Proprietary extension】
------------------------------------------------------------------------------------------------------

 * Version     : v1.0.0.0
 * Last Update : 2019.05.28
 * Author      : H.NISHI

------------------------------------------------------------------------------------------------------
*/
@import url(//use.fontawesome.com/releases/v5.11.0/css/all.css);
 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;
}
/*
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

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;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input ,select {
    position:relative;
    top: .125;
}

/*【Proprietary extension】*/
body {
  line-height: 1.5;
}
nav ul {
    padding: 0;
    margin: 0;
}
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    font-family: 'Font Awesome 5 Free';
    content: '\f10d';
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 13px;
    right: 15px;
    font-family: 'Font Awesome 5 Free';
    content: '\f10e';
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="search"] {
 border: 0;
 padding: 1.0rem;
 font-size: 1.6rem;
 line-height: 1.75;
 color: #333;
 border: solid 1px rgb(200, 200, 203);
 width: 100% !important;
 box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}


.formItems-select label {
 position: relative;
 display: block;
 width: 100%;
 border: 2px solid rgb(200, 200, 203);
 border-radius: 5px;
 background: #FFFFFF;
 box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.formItems-select :before {
 content: "";
 position: absolute;
 top: 50%;
 right: 10px;
 display: block;
 width: 0;
 height: 0;
 margin: -2px 0 0 0;
 border: 5px solid transparent;
 border-top: 7px solid rgb(200, 200, 203);
}

.formItems-select select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.formItems-select select::-ms-expand {
	display: none;
}

.formItems-select select {
 cursor: pointer;
 position: relative;
 -webkit-appearance: none;
 appearance: none;
 display: block;
 width: 100%;
 padding: 10px;
 color: #333;
 border: none;
 border-radius: 5px;
 background: transparent;
}


.formItemsSelect_gp label {
 position: relative;
 display: block;
 width: 100%;
 border: 2px solid rgb(200, 200, 203);
 border-radius: 5px;
 background: #FFFFFF;
 box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.formItemsSelect_gp :before {
 content: "";
 position: absolute;
 top: 50%;
 right: 10px;
 display: block;
 width: 0;
 height: 0;
 margin: -2px 0 0 0;
 border: 5px solid transparent;
 border-top: 7px solid rgb(200, 200, 203);
}

select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

select::-ms-expand {
	display: none;
}

select {
 cursor: pointer;
 position: relative;
 -webkit-appearance: none;
 appearance: none;
 display: block;
 width: 100%;
 padding: 10px;
 color: #333;
 border: none;
 border-radius: 5px;
 background: transparent;
}


input[type="submit"],
input[type="reset"],
input[type="button"]{
 width: calc(100% / 3);
 padding: 1rem;
}textarea{
width:100%;
 height: 7rem;
 padding: 1rem;
 color: #333;
 line-height: 1.75;
 border: solid 1px rgb(200, 200, 203);
 box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
 resize: vertical;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.width-100pr img {
   width: 100%;
   height: auto;
}


.width-100pr,
.imgW100pr{
width: 100%;
}
.width-100pr img,
.imgW100pr img{
width: 100%;
height: auto;
}
ul.typeDisc {
  list-style: none;
  padding-left: 0;
  display: table;
}
ul.typeDisc li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
ul.typeDisc li {
  display: table-row;
}
ul.typeDisc li:before {
  content: "\2022";
  display: table-cell;
  padding-right: 0.4em;
}
 
ul.typeDisc li {
  margin-bottom: 0.5em;
}ul.typeNoMark {
  list-style: none;
  padding-left: 0;
  display: table;
}
ul.typeDisc li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
ul.typeDisc li {
  display: table-row;
}
ul.typeDisc li:before {
  display: table-cell;
  padding-right: 0.4em;
}
 
ul.typeDisc li {
  margin-bottom: 0.5em;
}ol li{
  margin-bottom: 1.5em;
}
ol li > ol li{
  margin-bottom: .5em;
}
ol{
  list-style: none;
}
ol{
  counter-reset: num;
}
ol li::before{
 content: counters(num, '-')'. ';
 counter-increment: num;
}
ol {
  padding-left: 2rem;
}
ol li::before{
  margin-left: -2rem;
}


ol li > ol{
  padding-left: 3.75rem;
}
ol li > ol li::before{
  margin-left: -3.75rem;
}
.iphone ol {
  padding-left: 2rem;
}
.iphone ol li::before{
  margin-left: -1.75rem;
}


.iphone ol li > ol{
  padding-left: 3.5rem;
}
.iphone ol li > ol li::before{
  margin-left: -3rem;
}iframe{
border: 0;
}
