@charset "UTF-8";
/* normal */
/* use */
/* mixinの定義 */
/* 必要箇所でmixinの呼び出し */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor howtoer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: howtoer;
}

/* Replace howtoer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the howtoer cursor of trigger elements */
[aria-controls] {
  cursor: howtoer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body,
html,
li {
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", "Noto Sans CJK JP", sans-serif, "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic";
  list-style: none;
  overflow-x: hidden;
  font-size: 100%;
  scroll-behavior: smooth;
}

a:focus,
*:focus {
  outline: none;
}

html {
  font-size: 62.5%; /* -> 10px; */
}

body {
  font-size: 1.6em; /* -> 16px; */
}

a {
  text-decoration: none;
}

/* base */

main {
  background: #fff;
  scroll-behavior: smooth;
}

body img {
  width: 100%;
}

h1 {
  font-size: 3.2rem;
  letter-spacing: 0.05;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}

h2 {
  font-size: 2.25rem;
  color: #008C00;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #333;
}

h4,
h5 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #008C00;
  text-align: center;
}

p,
li {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
}

ul li {
  line-height: 1.7;
}

h1,
h2,
.subttl {
  text-align: center;
}

main img {
  display: block;
}

/* module ---------------------*/

/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.v-center {
  align-items: center;
}

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

/* sp */
/* @media (max-width: 959px) { */

h1 {
  margin: 0 auto;
}

.note {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-weight: 400;
  margin: 0.8rem 0 0;
}

/* h2 title */
.chapter {
  max-width: 38rem;
  right: 0;
  left: 0;
  margin: auto;
  padding: 1rem 0rem 0.5rem;

}
.outer{
  border-bottom: solid 0.3rem #008C00;
  width: fit-content;
  margin: auto;
}

/* header */

header {
  width: 100%;
  height: auto;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header_outer {
  margin: 0 auto;
}

.logo {
  max-width: 45%;
}

.sns ul li:first-child {
  margin-right: 0.8rem;
}

.twitter_icon {
  max-width: 7rem;
  vertical-align: middle;
}

.fb_icon {
  max-width: 6.5rem;
}

/* top */
.top {
  padding: 5rem 1.5rem 2rem;
  background: #28D195;
  position: relative;
}

.mainvisual-pc {
	display: none !important; 
}
.mainvisual-sp { 
	display: block !important;
	max-width: 100%;
	margin: 3.2rem auto 0;
}

/* intro */
.intro {
  background: #E5F3E5;
  padding: 2rem 1.5rem 5rem;
}
.intro-wrapper{
	margin: 0 auto;
	text-align: center;
	max-width: 80rem;
}
.intro-title {
	max-width: 25rem;
	right: 0;
	left: 0;
	margin: auto;
	padding: 1rem 0rem 0.5rem;
}
.intro p {
  text-align: center;
  margin: 3rem auto 4.5rem;
}

.intro-image img {
  margin: 0 auto;
  max-width: 300px;
}

/*rank-up*/
.rank-up {
  background: #fffff;
  padding: 2rem 1.5rem 5rem;
}
.rank-up-wrapper{
	margin: 0 auto;
	text-align: center;
	max-width: 80rem;
}
.rank-up-title {
	max-width: 25rem;
	right: 0;
	left: 0;
	margin: auto;
	padding: 1rem 0rem 0.5rem;
}

.rank-up p {
  text-align: center;
  margin: 3rem auto 2rem;
}
.rank-up-image img {
  margin: 0 auto 1rem;
  width: 90%;
  max-width: 450px;
}

/* howto */
.howto {
  background: #E5F3E5;
  padding: 2.5rem 1.5rem 3rem;
  text-align: center;
}

.howto h2 {
  max-width: 32rem;
  padding: 1rem 0 0.5rem;
}

.howto .outer{
	margin-bottom: 3rem;
}

.howto .box {
  margin-bottom: 2rem;
}

.step-ttl img {
  max-width: 12.3rem;
  margin: 0 auto 1.5rem;
}

.step-detail {
  max-width: 30rem;
  margin: 0 auto;
}

.step-detail img {
  margin: 0 auto 2rem;
}

.step-detail p {
  margin-bottom: 2.5rem;
}

.dl-button {
  max-width: 90%;
  margin: 0 auto;
}

.step-arrow {
  max-width: 1.6rem;
  margin: 0 auto 2rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* about */
.about {
  background: #ffffff;
  padding: 4rem 1.5rem 0rem;
}
.about-wrapper{
	margin: 0 auto;
	text-align: center;
	max-width: 80rem;
}
.about-title {
	max-width: 30rem;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0rem 0rem 0.5rem;
}
.about p {
  text-align: center;
  margin: 3rem auto 0rem;
}

.about-image img {
  margin: 0 auto 2rem;
}
/*about*/
.about .app-icon{
	max-width: 6rem;
    margin: 0 auto 1rem;
}
.about img{
	max-width: 200px;
	padding: 2.5rem 0 1rem;
	
}


/* fun */
.fun {
 /* background: repeating-linear-gradient(-45deg, #ddfff7 0, #ddfff7 3px, #fff 3px, #fff 6px);
  background: -moz-repeating-linear-gradient(-45deg, #ddfff7 0, #ddfff7 3px, #fff 3px, #fff 6px);
  background: -webkit-repeating-linear-gradient(-45deg, #ddfff7 0, #ddfff7 3px, #fff 3px, #fff 6px);
  background: -ms-repeating-linear-gradient(-45deg, #ddfff7 0, #ddfff7 3px, #fff 3px, #fff 6px);*/
  padding: 2.5rem 1.5rem 5rem;
}

.fun-title {
	max-width: 23rem;
	right: 0;
	left: 0;
	margin: auto;
	padding: 1rem 0rem 0.5rem;
}
.fun p {
  text-align: center;
  margin: 3rem auto 0rem;
}

.fun h3 img {
  max-width: 264px;
  margin: 0 auto;
}

.fun-map h4 {
  max-width: 396px;
  width: 76vw;
  margin: 0 auto 2.5rem;
}

.fun-spot-ttl h4 {
  max-width: 231px;
  width: 52vw;
  margin: 0 auto 2.5rem;
}

.fun-howto-ttl h4 {
  max-width: 317px;
  width: 70vw;
  margin: 0 auto 2.5rem;
}

.fun-spot-txt h5 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2rem;
}

.fun-spot-txt p {
  font-size: 1.4rem;
}

.fun-map h4 figure img,
.fun-spot h4 figure img {
  width: 100%;
}

.fun-map-img {
  max-width: 623px;
  margin: 3rem auto 6.5rem;
}

.fun-map-img figure img {
  width: 100%;
}

.fun-spot-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.fun-spot-thumb {
  margin-bottom: 2rem;
}

.fun-spot-item {
  width: 100%;
  margin-bottom: 4rem;
}

.fun-howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fun-howto-item {
  width: 28rem;
  margin-bottom: 4rem;
}

.fun-howto-thumb {
  /* width: 22rem; */
  margin: 0 auto 2rem;
}

.fun-howto-thumb img {
  width: auto;
  height: 242px;
  margin: 0 auto;
}

.fun-howto-txt p {
  margin: 0;
}

.fun-outer-txt {
  margin-bottom: 4rem;
  text-align: center;
}

.fun-outer:last-child {
  margin-bottom: 0;
}

.fun-outer p {
  margin-bottom: 5rem;
  text-align: center;
}

.fun-func-list {
  background: #fff;
  max-width: 100%;
}

.fun-func-list h3 {
  background: #008C00;
  max-width: 70rem;
  padding: 1.2rem;
}

.fun-func-list h3 img {
  max-width: 26.4rem;
  width: 48vw;
  margin: 0 auto;
}

.fun-func-list ul li {
  padding: 1.2rem;
  margin-bottom: -0.1rem;
  border: solid #64BE64;
  border-width: 0.1rem;
}

.fun-func-list-image {
  max-width: 15rem;
  margin-right: 1.2rem;
}

.fun-func-list-image img {
  width: 100%;
}

.fun-func-list-txt {
  width: 100%;
}

.fun-func-list-txt h4 {
  margin-bottom: 1rem;
  text-align: left;
}

.fun-func-list-txt p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: left;
}

.fun-func-list-txt p .caption {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

/* notice */
.notice {
  background: #fffce8;
  padding: 3rem 1.5rem 5rem;
}

.notice h3 {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #555;
}

.notice ul:not(:last-child) {
  margin-bottom: 3.5rem;
}


.notice ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
}

/* dl-area */
.dl-area {
  background: #E5F3E5 /*url("bg_pattern01_clear_20.png") repeat*/;
  padding: 4.5rem 1.5rem 2rem;
  text-align: center;
}

.dl-area .app-icon {
  max-width: 6rem;
  margin: 0 auto 2rem;
}
.dl-area h2 {
	margin-bottom: 1rem;
}

.dl-area ul {
  max-width: 30rem;
  margin: 2rem auto;
}

.dl-area ul li:first-child {
  margin-right: 1.5rem;
}

.dl-area ul li img {
  max-width: 14.8rem;
}

/* banner */

.banner-area figure img {
  max-width: 64rem;
  margin: 0 auto;
}

/* footer */
footer {
  padding: 3rem 0 0;
}

footer p {
  font-size: 1.4rem;
  text-align: center;
  color: #333;
}
/* } */

/* pc */
@media (min-width: 730px) {
  main {
    padding: 0;
  }
  .howto-wrapper {
    max-width: 81.5rem;
    margin: 0 auto 0rem;
    padding: 0 1.5rem;
  }

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

  /* header */

  header {
    margin: 0 auto;
  }

  .header_outer {
    max-width: 100rem;
  }

  .logo {
    max-width: 15.6rem;
  }


  /* top */

  .top {
    padding: 5rem 0 0rem;
    background: #28D195;
    background-size: cover;
    position: relative;
  }

  .top .mainvisual-sp img {
    max-width: 77rem;
    margin: 0 auto 0rem;
	padding-bottom: 1rem;
  }
	
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .mainvisual-pc { 
	  display: block !important; 
	  max-width: 77rem;
      margin: 0 auto 0rem;
	  padding-bottom: 1rem;
	}
  .mainvisual-sp { 
	  display: none !important; 
	}

  /* intro */
 	.intro-title{
	max-width: 52rem;
	right: 0;
	left: 0;
	margin: auto;
	padding: 2.5rem 0rem 0.25rem;
	}
	
  .intro p {
    margin: 3rem auto 4rem;
  }

  .present-image,
  .step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .present-image figure img {
    max-width: 100%;
    margin: 0;
  }

  .present-image figure {
    margin-right: 2rem;
  }

  .present-image figure:last-child {
    margin: 0;
  }
  /*rank-up*/
	.rank-up-title{
	max-width: 52rem;
	right: 0;
	left: 0;
	margin: auto;
	padding: 2.5rem 0rem 0.25rem;
	}

  /* howto */
  .howto {
    margin: 0 auto;
  }

  .howto-wrapper {
    margin-bottom: 1rem;
    max-width: 73.7rem;  
  }  

  .howto h2 {
    max-width: 59.4rem;
	padding: 2.5rem 0rem 0.25rem;
  /*  margin: 0 auto 2rem;
    padding: 2.5rem 15rem;*/
  }

  .howto .box {
    max-width: 22rem;
    margin-bottom: 0;
  }

  /* .howto .box:last-child {
    margin-right: -4rem;
  } */

  .dl-button {
    max-width: 20rem;
    padding: 0;
    margin-bottom: 0;
  }

  .step-detail p:last-child,
  .step-detail .note {
    margin-bottom: 0;
  }

  .step-arrow {
    padding: 20% 0;
    margin: 0 1.5%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
	
  /* about */
.about {
  padding: 6rem 1.5rem 0rem;
}
	
.about .app-icon {
    max-width: 9rem;
    margin: 0 auto 1rem;
}

  /* fun */
  .fun {
    padding: 3.5rem 1.5rem 5rem;
    margin-bottom: 0;
  }

  .fun-wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
	
  	.fun-title{
	max-width: 52rem;
	right: 0;
	left: 0;
	margin: auto;
	padding: 2.5rem 0rem 0.25rem;
	}

  .fun h3 img {
    margin-bottom: 0;
  }

  .fun-spot {
    margin-bottom: 12rem;
  }

  .fun-spot-item {
    width: 29%;
    margin-bottom: 4.5rem;
  }

  .fun-spot-item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .fun-howto-ttl {
    margin-bottom: 4.5rem;
  }

  .fun-howto-item:first-child {
    margin-right: 10rem;
  }

  .fun-func-list {
    max-width: 70rem;
    margin: 0 auto;
  }

  .fun-func-list h3 img {
    max-width: 26.4rem;
    margin: 0 auto;
  }

  .fun-func-list ul li {
    padding: 1.2rem;
    border: solid #64BE64;
    border-width: 0.1rem;
  }

  .fun-func-list-image {
    margin-right: 2rem;
  }

  .fun-func-list-image img {
    width: 13.8rem;
  }

  .fun-func-list-txt h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .fun-func-list-txt p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .fun-func-list-txt p .caption {
    display: block;
    font-size: 1.4rem;
    margin-top: 0;
  }

  /* notice */
  .notice {
    padding: 3rem 1.5rem 3.5rem;
  }

  .notice-wrapper {
    max-width: 60rem;
    margin: 0 auto;
  }
	

  /* dl-area */
  .dl-area {
    padding: 3rem 1.5rem 4rem;
  }

  .dl-area .app-icon {
    max-width: 9rem;
  }

  .dl-area p {
    line-height: 1.4;
  }

  .dl-area-wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }

  .dl-area ul {
    max-width: 40%;
    margin: 1.5rem auto 0;
  }

  /* banner */
  .banner-area {
    margin-top: 2rem;
  }
}

  /* drive-supporter */
.drivesupporter{
	max-width: 81.5rem;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 1.5rem 1.5rem;
}
.drivesupporter ul li {
    padding: 1.2rem;
    border: solid #1992d5;
    border-width: 0 0.1rem 0.1rem;
}
.drivesupporter h3 {
    background: #1992d5;
    max-width: 70rem;
    padding: 1.2rem;
}

/*テーブル*/
table {
  color: #707070;
}
.wrap-table {
  margin: 20px 0px 0px 0px;
}
.table-type, .table-rate { /*テーブル全体*/
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  margin: 10px 0px;
}
.table-type th, .table-type td {
  border: 1px solid rgba(0, 0, 0, .1);
  text-align: left;
  background: #fff;
  margin: auto;
  padding: 10px 10px;
  font-size: 1.3rem;
}
#wrap-rate table tr td:nth-of-type(1) {/*一番最初の列*/
  background-color: #E3E3E3;
  padding: 10px 5px;
}
 #wrap-type table th {
  text-align: center;
}
