@charset "utf-8";
/*
Theme Name: gold-kaitori-daikichi
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #2C2C2C;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 440px) {
	html,body {
		font-size: 3.6vw;
	}
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-break: break-all;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #16A4E3;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
.global-header .inner{
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.375rem 1.125rem;
	box-shadow: 0px 3px 6px rgb(0,0,0,0.16);
}
.global-header .header_logo img{
	width: 14.25rem;
}
.global-header .header-right{
	align-items: center;
	padding: 0.375rem 0.875rem;
	border-top: 0.09375rem solid #100168;
	border-bottom: 0.09375rem solid #100168;
}
.global-header .header-right li{
	color: #100168;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}
/**
/* Common CSS
----------------------------------------------- */
.inner{
	width: 100%;
	max-width: 440px;
	margin: auto;
}
.lp-contents{
	background: #F2F3F4;
}
main{
	margin-top: 4.875rem;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	margin-top: auto;
	padding-bottom: 4.8rem;
}
.footer .copy,
.footer .copy a{
	background: #FFFFFF;
	color: #82A0AD;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
	padding: 0.875rem;
}
.footer-bar{
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 440px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9998;
}
.footer-bar .footer-bar-item{
	width: 50%;
}
