@charset "utf-8";

/************************************************************
	Reset default browser CSS.
*************************************************************/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; outline: 0; vertical-align: baseline; margin: 0; padding: 0;}
:focus { outline: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ol, ul { list-style: none;}
table { border-collapse: collapse;border-spacing: 0;}
caption, th, td { font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
a img { border: 0;}
html{
	font-size: 62.5%; /*10px*/
}
body{
    padding: 0;
    margin: 0 auto;
	background :#FFF;
	color: #333;
	font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Helvetica,sans-serif;
	font-size: 1.7rem;
	font-weight:bold;
	line-height: 1.5;
	word-wrap: break-word;
	/* http://keagelog.blogspot.jp/2013/03/text-size-adjust.html */
	/*-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;*/
	-webkit-text-size-adjust: 100%;
	/*text-size-adjust: 100%;*/
}
@media only screen and (min-width: 769px){
	body{
		font-size: 1.8rem;
		line-height: 1.8;
	}
}
*html{ background: #fff;}


/************************************************************
	Clearfix
*************************************************************/
#wrapper:after { content:""; display: table; clear: both;}
#wrapper { zoom: 1;}
.clearfix:after { content: " "; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix { display: inline-table; min-height: 1%;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}

@media only screen and (min-width: 769px){
	.clearfix { display: block; width:60%;}
}

/************************************************************
	Font Awesome
*************************************************************/
.famr:before {
	margin-right: 1rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.faml:after {
	margin-left: 1rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fanm:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/************************************************************
	Link
*************************************************************/
a {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: #1F1813;
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.3s;
}
a:hover,
a:active {
	outline: none;
	color: #999;
	text-decoration: none;

}
a:hover img:not(.op) {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-ms-filter: "alpha( opacity=75 )";
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
	/* Firefox Bug */
	background: #FFF;
	/* IE8 Bug */
	display /*\**/:inline-block\9;
	zoom /*\**/: 1\9;
}
a.tel {
	text-decoration:none;
}


/************************************************************
	タイポグラフィ
*************************************************************/
h1 {
    background: #86D1EE;
}
h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #FFF;
    margin: 0;
    padding: 1rem 0;
    position: relative;
    background: #0DA3DE;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}
h2 span {
	color:#FFFF00;
}

p span {
	font-size:2.5rem;
	background: linear-gradient(transparent 60%, yellow 60%);
}


h2:after {
	content:"";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0DA3DE;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
@media only screen and (min-width: 769px){
	h2 {
		font-size: 2.4rem;
	}
}

/************************************************************
	共通項目
*************************************************************/
.eyecatch {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #86D1EE;
}

@media only screen and (min-width: 769px){
	.eyecatch {
	    width: 60%;
	    display: block;
	    margin: 0 auto;
	    background: #86D1EE;
	}
}

.inner {
	width:100%;
	max-width:1000px;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 769px){
	.inner {
		width:60%;
		max-width:1000px;
	    display: block;
	    margin: 0 auto;
	}

}

@media only screen and (min-width: 769px){
	#formWrap > .inner {
		width:100%;
		max-width:1000px;
	    display: block;
	    margin: 0 auto;
	}
}

/************************************************************
	header
*************************************************************/
header {
	max-width:1200px;
	margin:0 auto;
	padding: 0.5rem;
    background: #FFF;
}
	header a.logo img {
		width: 55%;
		float: left;
		max-width: 580px;
padding: 10px 0px;
	}
	header a.btn img {
		width: 40%;
		float: right;
		max-width: 404px;
	}
/************************************************************
	header#fix
*************************************************************/
header#fix {
    display: none;
}
header#fix.fixed {
    display: block;
    position: fixed;
    bottom: 0;
	transition: 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    max-width: none;
}
header#fix.fixed img {
    width: 80%;
    float: none;
    max-width: 333px;
    margin: 0 auto;
    display: block;
}
/************************************************************
	contents
*************************************************************/
/*共通部分*/
#contents {
    /*background: #86D1EE;*/
}
#formWrap > #contents {
    background: #FFF;
}
#contents > .inner {
    margin: 0 auto;
}
#contents img {
	width:100%;
	/*max-width:760px;*/
    display: block;
    margin: 0 auto;
}
#contents .btn {
    /*background: #86D1EE;*/
    display: block;
}
#contents > .inner > a.btn > img {
    background: #86D1EE;
    width: 90%;
    padding: 2rem 0;
    margin-bottom: 2rem;
    max-width: 400px;
}
#formWrap > #contents > .inner > section {
    background: #FFF;
}
#contents > .inner > section {
    background: #86D1EE;
    padding: 1rem 1rem 2rem;
}
#contents > .inner > section img {
	max-width:700px;
}
#contents > .inner > section > section {
	background:#FFF;
	padding:1.5rem;
    box-sizing: border-box;
}
#contents > .inner .btn img {
    width: 60%;
    float: none;
    max-width: 333px;
    margin: 0 auto;
    display: block;
    padding: 0 0 4rem;
}
#contents > .inner .btn.line img {
    width: 60%;
    float: none;
    max-width: 300px;
    padding: 4rem 0 ;
}
#contents > .inner .line-it-button {
    display: block;
    margin: 4rem auto 4rem;
}
@media only screen and (min-width: 769px){
	#contents > .inner > section > section {
		padding: 6rem 6rem 0rem;
	}
}

/*trouble*/
.trouble ul {
}
.trouble ul li {
}

/*career*/
#career p.report {
    background: #FFFF00;
    padding: 1rem;
    color: #0DA3DE;
    font-size: 2rem;
    margin-bottom: 1rem;
}
#career dt{
	display: block;
	line-height: 40px;
	text-align: center;
	background: #0da3de;
	cursor: pointer;
	color: #FFF;
	border-radius:0.5rem 0.5rem 0 0;
	margin-bottom:1rem;
}
#career dt span {
    font-size: 2rem;
    line-height: 1.4;
    display: inline-block;
    padding: 1rem;
}
#career dt span:after {
    font-size: 1.4rem;
    content: "もっと詳しく \f063";
    font-family: FontAwesome;
    display: block;
    margin-top: 0.5rem;
    background: #FFF;
    border-radius: 2rem;
    color: #0da3de;
    padding: 0.5rem;
}
#career dt.active span:after {
	content:"閉じる \f057"
}
#career dd{
	display:none;
}
@media only screen and (min-width: 769px){
	#career p.report {
		text-align:center;
		font-size: 2.4rem;
	}
}
/************************************************************
	footer
*************************************************************/
footer  {
	text-align:center;
	padding: 1rem;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
	.copyright {
		font-size:1rem;
	}

/************************************************************
	個人情報保護ページ
*************************************************************/
#contents.privacy  {
    background: none;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.privacy > div {
    border: 5px solid #EFEFEF;
    padding: 2rem;
    box-sizing: border-box;
	margin:1rem;
}
.privacy > div h3 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.privacy > div section {
    margin-bottom: 1.5rem;
}
.privacy > div h4 {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.att01__btn{
  position: fixed;
  bottom: 51px;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}