@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration:none;
color:#ffffff;
}

a:hover {
	opacity:0.7;
}

/*センタリング、ディスプレイ表示設定
-------------------------------------------------------------- */

.center { text-align:center;}

.display_pc {display:block;}
.display_sp {display:none;}


/*body
-------------------------------------------------------------- */
html, body {
	width: 100%;
}
body {
	font: 20px/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #2e2e2e;
	background:#ffffff;
	letter-spacing: 0.1em;
	line-height:170%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	box-sizing:border-box
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*header
-------------------------------------------------------------- */
header {
	width:100%;
	display:block;
	margin:0;
	padding:0;
}

header img {
	width:100%;
	display:block;
}

/*main,contents
-------------------------------------------------------------- */

#main {
	width:100%;
	margin:0px auto 0;
	
}

#tokuten {
	width:950px;
	margin:70px auto 40px;
}

#tokuten ul{
	width:950px;
	display:inline-block;
}

#tokuten ul li{
	width:300px;
	float:left;
	display:inline-block;
	font-size:0.7em;
	line-height:1.4em;
}


#contents {
	width:100%;
	margin:70px auto 0;
}

#contents h2 {
	width:100%;
	margin:0px auto 0;
}

#contents h2 img {
	width:100%;
	margin:0px auto 0;
}


#contents p {
	width:700px;
	margin:50px auto;
	text-align:left;
}

#contents ul  {
	width:700px;
	margin:0 auto;
	text-align:left;
}

#contents ul li  {
	background:url(../images/contents_liststyle_01.png) no-repeat;
	padding-left:50px;
	padding-bottom:15px;
	text-align:left;
}

#contents h3 {
	width:700px;
	margin:50px auto 10px;
	font-size:1.2em;
  position: relative;
  padding: 0.6em;
  background: #006485;
  color:#fff;
  font-weight:bold;
  text-align:center;
}

#contents h3:after {
position: absolute;
content: '';
top: 100%;
left: 330px;
border: 15px solid transparent;
border-top: 15px solid #006485;
width: 0;
height: 0;
}

.bg_plane {
	background:url(../images/contents_bg_01.png) no-repeat;
	padding: 30px 0 0 140px;
	width:580px;
	margin:30px auto;
}

#btn_area {
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
}

.btn_form a {
	text-decoration:none;
	display:block;
}


#tokuten_ft {
	width:900px;
	margin:70px auto 40px;
}

#tokuten_ft .box01{
	width:900px;
	margin:30px auto;
	display:inline-block;
	border:#15718f 2px solid;
	margin-bottom:20px;
}


#tokuten_ft .box01 .left {
	display:inline-block;
	float:left;
	width:30%;
	padding-left:15px;
}

#tokuten_ft .box01 .right {
	display:inline-block;
	float:left;
	width:65%;
	margin-bottom:30px;
	padding-left:10px;
}

.btn_form a:hover {
	opacity:0.7;
}

.prof {
	width:700px;
	margin:70px auto 30px;
	text-align:center;
}

.prof p {
	width:700px;
	margin:0 auto 50px;
	text-align:left;
	font-size:0.9em;
}

.goto_line {
	position:fixed;
	bottom:30px;
	right:20px;
}


.company {
	width: 800px;
	font-size:0.7em;
	margin: 0 auto;
	
}

.company h2 {
	width: 800px;
	margin: 0 auto;
	text-align:center;
	font-size:1.4em;
}

.company h4 {
	width: 850px;
	margin: 30px auto 0;
	font-weight:bold;
}

.company dt, .company dd {
	padding: 20px;
	border-top: 1px solid #ccc;
	line-height: 1.5;
}

.company dt {
	clear: left;
	float: left;
	width: 100px;
}

.company dd {
	margin-left: 120px;
}


footer {
	margin:10px auto;
	padding:25px;
	background:#65baf7;
	text-align:center;
	color:#ffffff;
	font-size:0.7em;
}


/*フォント、マージン設定など
-------------------------------------------------------------- */
.font_red {color:#C90000; font-size:1.1em; }
.mb10 { margin-bottom:10px;}
.mb30 { margin-bottom:30px;}
.mtb30 { margin:30px 0 30px;}
.mr15 { margin-right:15px;}
.mu_m1 { margin:-14px 0 0 -8px;}
.mu_mt15 { margin: 0}
.txt_l {font-size:1.3em;}


/*画像リフレクション
-------------------------------------------------------------- */
.reflection-img{
    position    :relative;
    overflow    :hidden;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}






@media screen and (max-width: 640px) {

body {
	font: 18px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #2e2e2e;
	background:#ffffff;
	letter-spacing: 0.1em;
	line-height:150%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}


.display_pc {display:none;}
.display_sp {display:block;}

.center { text-align:center;}

.br-sp { display:none; }

/*main
-------------------------------------------------------------- */
#main {
	background:#ffffff;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}


#main img.halfsp {
	width:40%;
}

#main img.svsp {
	width:60%;
}

#main img.msp {
	width:96%;
	margin:0 2%;
}


#btn_area {
	display:block;
	width:96%;
	margin:4% auto;
	text-align:center;
}


#tokuten {
	width:92%;
	margin:10px auto;
}

#tokuten ul{
	width:100%;
	margin:0 0 0 0;
	display:inline-block;
	text-align:center;
}

#tokuten ul img{
	width:90%;
}

#tokuten ul li{
	width:100%;
	float:left;
	display:inline-block;
	font-size:0.7em;
	line-height:1.4em;
}


#contents {
	width:100%;
	margin:20px 0 0 0;
}

#contents h2 {
	width:100%;
	margin:20px auto 0;
}

#contents h2 img {
	width:100%;
	margin:30px 0 0 0;
}


#contents p {
	width:94%;
	margin:10px 0 0 4%;
	text-align:left;
	font-size:1.0em;
}

#contents ul  {
	width:84%;
	margin:0 auto;
	text-align:left;
}

#contents ul li  {
	background:url(../images/contents_liststyle_01.png) no-repeat;
	padding-left:50px;
	padding-bottom:5px;
	text-align:left;
}

#contents h3 {
	width:94%;
	margin:20px 0 10px;
	font-size:1.0em;
  position: relative;
  padding: 0.6em;
  background: #006485;
  color:#fff;
  font-weight:bold;
  text-align:center;
}

#contents h3:after {
position: absolute;
content: '';
top: 100%;
left: 45%;
border: 15px solid transparent;
border-top: 15px solid #006485;
width: 0;
height: 0;
}

.bg_plane {
	background:none;
	padding:0;
	width:96%;
	margin:20px auto;
}


#tokuten_ft {
	width:90%;
	margin:20px auto 10px;
}

#tokuten_ft .box01{
	width:100%;
	margin:10px auto;
	display:inline-block;
	border:#15718f 2px solid;
	margin-bottom:20px;
}


#tokuten_ft .box01 .left {
	display:inline-block;
	float:left;
	width:100%;
	padding-left:0px;
	text-align:center;
}

#tokuten_ft .box01 .right {
	display:inline-block;
	float:left;
	width:94%;
	margin-bottom:10px;
	padding-left:10px;
}

.prof {
	width:94%;
	margin:20px 0 0 3%;
	text-align:center;
}

.prof p {
	width:96%px;
	margin:0 auto;
	text-align:left;
	font-size:0.9em;
}

.goto_line_sp {
	display:block;
	position:fixed;
/*	bottom:0px;
	right:0px;*/
	width:100%;
}

.goto_line_sp img{
	width:100%;
}

.company {
	width: 96%;
	font-size:0.7em;
	margin: 0 auto;
	
}

.company h2 {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	font-size:1.4em;
}

.company h4 {
	width: 100%;
	margin: 10px auto;
	font-weight:bold;
	line-height:130%;
}

.company dt, .company dd {
	padding: 20px 0 20px 10px;
	border-top: 1px solid #ccc;
	line-height: 1.5;
}

.company dt {
	clear: left;
	float: left;
	width: 25%;
}

.company dd {
	margin-left: 28%;
}

footer {
	margin:10px auto;
	padding:15px 0 70px;
	border-top:#FFFFFF 1px solid;
	text-align:center;
	line-height:120%;
	color:#fff;
}


footer p {
	font-size:0.8em;
}

.mtb30 { margin:10px 0 10px;}
.mu_m1 { margin:-7px 0 0 -4px;}
.mu_mt15 { margin:-10 0 0 0}

}