@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

*, *::before, *::after {
  box-sizing: border-box
}

html {
  font-size: 75%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  color: #666;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
  position: relative;
  text-align: left
}

ul, ol {
  list-style: none
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  vertical-align: top;
  width: 100%;
  outline: 0
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  transition: all .3s
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%
}

label {
  display: inline-block;
  margin: 0
}

input, button, select, optgroup, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px black;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  transition: all .3s
}

input:focus, button:focus, select:focus, optgroup:focus, textarea:focus {
  border: solid 1px red;
  outline: none
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none
}

input[type="radio"]+.radio-style {
  padding-left: 30px;
  position: relative
}

input[type="radio"]+.radio-style::before {
  background: #FFF;
  border: 1px solid black;
  border-radius: 50%;
  content: "";
  display: block;
  height: 19px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 19px
}

input[type="radio"]:checked+.radio-style::before {
  border: solid 1px red
}

input[type="radio"]:checked+.radio-style::after {
  background: red;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 11px
}

.radio-style {
  font-size: 2rem;
  margin-right: 30px
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none
}

input[type="checkbox"]+.check-style {
  padding-left: 32px;
  position: relative
}

input[type="checkbox"]+.check-style::before {
  background: #FFF;
  border: solid 2px #FFF;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

input[type="checkbox"]:checked+.check-style::before {
  border: solid 2px #000
}

input[type="checkbox"]:checked+.check-style::after {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  content: '';
  display: block;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 8px;
  transform: rotate(40deg)
}

select {
  text-indent: 0.01px;
  text-overflow: ''
}

select::-ms-expend {
  display: none
}

.select-style {
  display: inline-block;
  margin-right: 15px;
  position: relative
}

.select-style::after {
  position: absolute;
  top: 19px;
  right: 10%;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
  pointer-events: none
}

textarea {
  overflow: auto;
  resize: vertical
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.pc {
  display: block
}

.pc-tb {
  display: block
}

.tb {
  display: none
}

.tb-sp {
  display: none
}

.sp {
  display: none
}


.wrap {
  max-width: 896px;
  margin: auto;
  overflow: hidden
}


.normal_link{
	color: #3d9da9;
}

.annotation{
	font-size: 70%;
	color: #999;
	line-height: 1.4;
}

.lp_report__title{
	padding: 10px;
	margin-top: 80px;
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #333;
	border-radius: 4px;
	background: #e0f3fe;
	border-left: 5px solid #2d75fb;
}

p.ad {
  text-align: right;
  color: #474747;
  font-size: 12px;
}


@media only screen and (max-width: 768px) {
  .wrap {
  	max-width: 896px;
		padding: 3%;
	}
}

@media only screen and (min-width: 768px) {
  .wrap {
    width: 750px;
  }
	p{
		font-size: 110%;
	}
}




.basic_img{
	margin-bottom: 20px;
}
p{
	padding-bottom: 2rem;
}

