@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
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;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    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;
}

/* 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;
}


/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}

main{
	display: block;
}

img {
	border-style: none;
}

button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

ul, ol{
	font-size: 0;
}
ul li,
ol li{
	font-size: 15px;
	vertical-align: top;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #535353;
	font-size: 15px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

header:after,
#content:after,
section:after,
.inner:after{
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 641px) {
	body{
		min-width: 640px;
	}
	#all{
		width: 640px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 640px) {
	body{
		width: 100%;
		min-width: 320px;
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

.inner{
	margin: 0 4vw;
}

.txt_link{
	text-align: center;
	font-size: 4.05vw;
	line-height: 1.1em;
}
/* PCのみ */
@media all and (min-width: 641px) {
	.txt_link{
		font-size: 26px;
	}
}


/* common
---------------------------------------------------------- */
.cf:after {
	content:" ";
	display:block;
	clear:both;
}

.bold{
	font-weight: bold;
}

.mb0{
	margin-bottom: 0;
}


/* cv
---------------------------------------------------------- */
.cv{
	position: relative;
}
.cv ul{
	position: absolute;
	bottom: 28.5vw;
	left: 0;
	right: 0;
	display: block;
	width: 90%;
	margin: auto;
}
.cv ul li{
	list-style: none;
	display: inline-block;
	width: 48%;
	margin: 0 1%;
}
.cv ul li a img{
	transition: .3s;
}
.cv ul li a:hover img{
	opacity: 0.8;
}
/* PCのみ */
@media all and (min-width: 641px) {
	.cv ul{
		bottom: 23%;
	}
}

.apply_long{
	position: absolute;
	bottom: 28.5vw;
	left: 0;
	right: 0;
	display: block;
	width: 90%;
	margin: auto;
}
/* PCのみ */
@media all and (min-width: 641px) {
	.apply_long{
		bottom: 23%;
	}
}

.tel{
	position: absolute;
	bottom: 13.3vw;
	left: 0;
	right: 0;
	width: 62%;
	margin: auto;
}
/* PCのみ */
@media all and (min-width: 641px) {
	.tel{
		pointer-events: none;
		cursor: default;
		bottom: 11%;
	}
}


.fixed_link{
	position: fixed;
	bottom: 0;
	background: #fff;
	padding: 0.4em 0.1em 0.3em;
	width: 100%;
		max-width: 640px;
}
.fixed_link ul{
	width: 100%;
	margin: auto;
}
.fixed_link ul li{
	list-style: none;
	display: inline-block;
	width: 48%;
	margin: 0 1%;
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	padding-bottom: 4vw;
	border-bottom: 5px solid #f23875;
	margin-bottom: 19vw;
}
address{
	font-style: normal;
	font-size: 3vw;
	text-align: center;
	line-height: 1em;
}
/* PCのみ */
@media all and (min-width: 641px) {
	footer{
		padding-bottom: 2em;
		margin-bottom: 117px;
	}
	address{
		font-size: 18px;
	}
}

