/*reset*/
@charset "UTF-8";
/*
Reset CSS:ver1.0
*/
/* Winでも見やすい游ゴ設定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/*
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;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  cursor: default;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #F7F7F8;
  color: #333;
  font: 16px/400 -apple-system, BlinkMacSystemFont,Hiragino Sans,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic','メイリオ', meiryo, sans-serif;
  height: 100%;
  margin: 0 auto;
  letter-spacing: .05rem;
  line-height: 1.5;
  width:100%;
  max-width:640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul,
nav ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  color: #0044CC;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p{
	margin: 0;
	padding: 0;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  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;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
	margin: 0;
	padding: 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;
}
/* smart phone default style reset */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* select box , checkboxの矢印を非表示 */
select::-ms-expand {
  display: none;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input,
textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #D3D3D3;
  background: #F7F7F7;
}
input:focus,
textarea:focus {
  background: #fffbc9;
}
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="image"] {
  height: auto;
  width: 100%;
}
/* placeholder color */
input::-webkit-input-placeholder {
  color: #333;
  opacity: 0.7;
}
input::-moz-placeholder {
  color: #333;
  opacity: 0.7;
}
input::placeholder {
  color: #333;
  opacity: 0.7;
}
/* IE */
input:-ms-input-placeholder {
  color: #333;
}
/* Edge */
input::-ms-input-placeholder {
  opacity: 0.7;
}
/* テキストを選択時時のハイライトカラー */
::-moz-selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}

/************************************
 * Utility
************************************/
.u-fs-1 {
	font-size: 1rem !important;
}

.u-fs-2 {
	font-size: 2rem !important;
}

.u-color-red {
	color: #2fb8ff !important;
}
.u-pg-2 {
	padding: 2rem !important;
}
.u-mr-1 {
	margin-right: 1rem !important;
}

.u-mb-1 {
	margin-bottom: 1rem !important;
}

.u-mb-2 {
	margin-bottom: 2rem !important;
}

.u-mb-3 {
	margin-bottom: 3rem !important;
}

.u-mb-4 {
	margin-bottom: 4rem !important;
}

.u-mb-5 {
	margin-bottom: 5rem !important;
}

/*div.wrapper*/
div.wrapper{
	background:#fff;
	margin:0 auto;
	padding:0 0 40px;
	width:100%;
	max-width:640px;
}
@media screen and (min-width:640px){
div.wrapper{
padding:0 0 60px;
}	
}


/*div.form*/
.form{
	background:#fff;
	margin:0 auto;
	padding:0 0 15px;
	text-align:center;
}
.form img{
	margin:0 auto;
	text-align:center;
}


/*p.risk*/
.risk{
	background:#fff;
	color:#111;
	font-size:13px;
	line-height:1.8;
	margin:0;
	padding:20px 10px 10px;
	text-align:center;
}
.risk span.bold{
	font-size:13px;
	font-weight:bold;
}
@media screen and (min-width:640px){
.risk,
.risk span.bold{
font-size:15px;
}	
}


/* .f_btn */
.f_btn{
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, .5);
  width: 100%;
}
.f_btn .form_btn{
  padding: 20px 0;
}
.f_btn.active{
  display: block;
}
@media screen and (min-width:640px){
.f_btn{
  width: 640px;
}
}



/*footer*/
.f_wrap{
	background:#000;
	color:#fff;
	margin:0 auto;
	padding:20px 0 40vw;
	text-align:center;
	width:100%;
	max-width:640px;
}
.f_wrap .f_wrap__inner{
	margin:0 auto;
	display:flex;
	justify-content:center;
	text-align:center;
}
.f_wrap ul li{
	list-style-type:none;
	margin-bottom:14px;
	text-decoration:none;
}
.f_wrap ul li:last-child{
	margin-left:1.6rem;
}
.f_wrap ul li a{
	color:#fff;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.6;
	text-decoration:none;
}
@media screen and (min-width:640px){
.f_wrap{
	padding:20px 0 230px;
}
.f_wrap ul li a{
font-size:15px;
}	
}
