@charset "utf-8";
html, body, div, img, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family :"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro','メイリオ',Meiryo, "ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	background-image: url(img/cryptomaker_top2.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.center {
	text-align: center;
}

/* Android 文字強制改行用 */
p,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dt,
div {
	/* width:100%;
	max-width:100%; */
	background: url(../img/p_back.png) no-repeat 0px 0px;
	
	/* Android Chrome文字サイズ用 */
	max-height: 100%;
	
	/* iPhone、iPod文字サイズ用 */
	-webkit-text-size-adjust: 100%;
}

/* ----- Links Color ----- */
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}
a:active {text-decoration:underline;}

/* ----- Color ----- */
.red {color: #f00; 
      font-weight: bold;
}

/* ----- Margin / Padding ----- */
.pdt0 { padding-top: 0px!important; }
.pdt50 { padding-top: 50px!important; }
.pdb0 { padding-bottom: 0px!important; }
.pdb15 { padding-bottom: 15px!important; }

/* ------------------------------------------------------------
　　ページベース
------------------------------------------------------------ */

/* ----- wrapper 内容 ----- */
#wrapper {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

#wrapper-inner {
	width: 100%;
	padding: 0px;
	text-align: left;
}

.text1 {
	background: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
}

.text1 .iframe_box {
	width: 100%;
	max-width: 560px;
	margin: auto;
}

.text1 .iframe_box .inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
    margin: 0 0 20px 0;
}

.text1 iframe {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.text1 h1,
.text1 h2,
.text1 h3,
.text1 p {
	margin: 0 5.5% 0 5.5%;
}

.text1 h1 {
	font-size: 2.5em;
}

.text1 h2 {
	font-size: 2.2em;
}

.text1 h3 {
	font-size: 2.0em;
}

.text1 p {
	padding: 15px 0px 15px;
	font-size: 18px;
	font-size: 1.8em;
	line-height: 1.9;
}

.text1 p .big {
	font-size: 1.5em;
}

.text1 p .bigbig {
	font-size: 1.75em;
}

.text1 p.img {
	margin-left: 0!important;
	margin-right: 0!important;
}

.text1 .qtext {
	padding: 0 0 0 10px;
	background-color: #6a1917;
	color: #fff;
	border-bottom: solid 1px;
	text-align: left;
}
.text1 .qbox {
	line-height: 1.8;
}

.text3 {
	margin-bottom: 1.5em;
}

.text3 h2 {
	background-color: dodgerblue;
	color: #fff;
	border-bottom: solid 1px;
	margin-bottom: 0.5em;
	text-align: center;
}

.text1 h3 {
	text-align: center;
}

.text4 {
	margin-bottom: 1em;
}

.qbox span {
    color: crimson;
    font-weight: bold;
}

.application {
	position: relative;
	width: 100%;
	padding-top: 64.2%;
	padding-bottom: 1px;
	background: #000 url(img/application_bg.jpg) center center no-repeat;
	background-size: cover;
}
.application .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.application .btn {
	position: absolute;
	left: auto;
	right: auto;
	bottom: 0px;
	width: 100%;
	height: 35%;
}

.application .btn a {
	display: block;
	width: 100%;
	padding-top: 16.6%;
	margin: auto;
	text-indent: -9999px;
	background-image: url(img/application_btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.application .btn a:hover {
	background-image: url(img/application_btn_on.png);
}

.contact {
	position: relative;
	width: 100%;
	padding-top: 54.3%;
	padding-bottom: 1px;
	background: #fff;
}
.contact .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contact .btn {
	position: absolute;
	left: auto;
	right: auto;
	bottom: 10px;
	width: 100%;
	height: 40%;
}

.contact .btn a {
	display: block;
	width: 100%;
	padding-top: 16.6%;
	margin: auto;
	text-indent: -9999px;
	background-image: url(img/contact_btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.contact .btn a:hover {
	background-image: url(img/contact_btn_on.png);
}

/* ----- footer 内容 ----- */
#footer {
	margin: 0px auto;
	padding: 40px 50px 40px;
	background: #949495;
}
#footer-inner {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}

#footer-inner p{
	color: #fff;
}

#footer_links {
	padding: 0px 0px 20px;
	color: #333;
	font-size: 12px;
	text-align: center;
}
#footer_links a {
	color:#333;
}
#footer-inner address {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

/* sp */

@media screen and (max-width: 600px){

body {
	background: none;
}

body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(img/cryptomaker_sp.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: -1;
}

.text1 p {
	font-size: 1.1em;
	line-height: 1.7;
}

.text1 h2 {
	font-size: 1.75em;
}

.text1 h3 {
	font-size: 1.35em;
}

.text4 h2 {
	font-size: 1.35em;
}

}

.photo{
    float: right;
    margin-right: 10px;
}