﻿@charset "utf-8";

====================
/* 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 {font-family:游ゴシック体, 'Yu Gothic', YuGothic,  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',ヒラギノ角ゴシック Pro,'Hiragino Kaku Gothic Pro',  sans-serif;
line-height:1;
margin:0;
color:#3c3c3c;}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

dd {
margin:0;
}

p {
margin:0;
}

.img {
display:block;
white-space:nowrap;
overflow:hidden;
text-indent:100%;
}

a {
	text-decoration:none;
}

ul {
list-style:none;
padding:0;
margin:0;
}

#wrapper {
	overflow:hidden;
}
/*-----------------------------------------------------*/
/*-----------------------common------------------------*/
/*-----------------------------------------------------*/

.sp {
	display:none !important;
}

.wrap {
width:900px;
margin:0 auto;
}

a:hover {
	opacity:0.8;
}
/*-----------------------------------------------------*/
/*-----------------------header------------------------*/
/*-----------------------------------------------------*/

header {
	height: 600px;
    margin: 0 auto;
	background: url("../images/main.jpg") no-repeat;
	background-size:cover;
	background-position: center bottom;
}

header.thanks {
	height: 200px;
	background: url("../images/main.jpg") no-repeat;
	background-size:cover;
	background-position: center ;
}

header h1 {
	margin: 0;
	padding-top: 20px;
}


header h1 a {
	display: block;
	width:329px;
	height:28px;
	background:url("../images/headerh1.png") no-repeat;

}

header .wrap {
	width: 1000px;
}

header section {
	position: relative;
	height: 600px;
}
header section img {
	position: absolute;
	margin:auto;
	   top: 25%;
	right: 0;

}

/*-----------------------------------------------------*/
/*-----------------------fotter------------------------*/
/*-----------------------------------------------------*/
footer small {
	display:block;
	padding:20px;
	text-align:center;
	color:white;
	background:#000000;
	margin-top:30px;
}

footer h2 {
	margin-top:40px;
	height:72px;
	background:url(../images/care/footer_logo.jpg) no-repeat;
	background-position:center;
}

footer a {
	text-align:center;
	display:block;
	font-size:14px;
	color:black;
	
}
footer h2 a {
	width:179px;
	height:72px;
	margin:0 auto;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

/*-----------------------------------------------------*/
/*-----------------------content ------------------------*/
/*-----------------------------------------------------*/

section.greet {
padding-bottom:60px;
}

section.greet h2 {
text-align: center;
margin-top: -25px;
}
section.greet p {
text-align: center;
font-weight: bold;
font-size: 18px;
line-height: 36px;
}

section.example {
	padding: 30px 0px;
	background: #FFFFF0;
}

h3 {
	text-align: center;
}
h3 span {
display: inline-block;
	width: 200px;
	font-size: 20px;
border: 1px solid black;
	padding: 5px 10px;
}

section.example p {
text-align: center;
font-size: 18px;
line-height: 36px;
}
section.example dl {
	border: 2px solid #FA7D96;
	padding:20px 30px;
	padding-left: 220px;
	margin: 35px 0;
}
section.example dl dt {
	padding: 10px 0px;
}
section.example dl dt img {
	width: 480px;
	height: auto;
}

section.example dl dd {
line-height: 28px;
	padding-top: 5px;
	border-top: 1px solid #FA7D96;
}
section.example dl:nth-of-type(1) {
	background: url("../images/dl1.jpg") no-repeat white;
	background-position: 35px center;
}
section.example dl:nth-of-type(2) {
	background: url("../images/dl2.jpg") no-repeat white;
	background-position: 35px center;
}
section.example dl:nth-of-type(3) {
	background: url("../images/dl3.jpg") no-repeat white;
	background-position: 35px center;
}

section.oubo {

padding: 30px 0px;

}
section.oubo .wrap {
	width: 800px;
	margin: 30px auto;
}


section.oubo ul {
	margin: 30px 0px;
}

section.oubo ul li {
	margin: 10px 0px;
	padding: 10px;
	border-bottom: 1px solid #A2A2A2;
	line-height: 28px;
	padding-left: 100px;
}

section.oubo ul li img {
	padding-right: 5px;
}
section.oubo ul li:nth-of-type(1) {
	background: url("../images/one.jpg") no-repeat;
	background-position: 40px center;
}
section.oubo ul li:nth-of-type(2) {
	background: url("../images/two.jpg") no-repeat;
	background-position: 40px center;
}
section.oubo ul li:nth-of-type(3) {
	background: url("../images/three.jpg") no-repeat;
	background-position: 40px center;
}
section.oubo ul li:nth-of-type(4) {
	background: url("../images/four.jpg") no-repeat;
	background-position: 40px center;
}
section.oubo ul li:last-of-type {
border: none;
}

section.oubo dl {
	width: 245px;
	margin: 0;
	float: left;
	border-left: 1px solid;
	height: 160px;
	padding: 0 10px;
	padding-top: 40px
}
section.oubo dl:last-of-type {
border-right: 1px solid;
}

section.oubo dl dt {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}

section.oubo dl dd {
	text-align: center;
	font-size: 14px;
	line-height:20px;
	padding-top: 25px;
}
section.oubo p {
	clear: both;
	padding: 30px 0;
}




main div#contact {
	padding:30px 0px;
}


main div#contact a.pdf {
	width:300px;
	display:block;
	margin:40px auto;
	height:70px;
}


main div#contact form {
	width:700px;
	background:white;
	border:3px solid #FA7D96;
	margin:0 auto;
	padding:15px 25px;
}

main div#contact h2 {
	text-align: center;
	color: #FA7D96;
}

div#contact p.privacy {
	width:800px;
	margin:50px auto;
	line-height:30px;
}




div#contact dl {
	border-bottom:1px solid #666666;
	margin:0;
	padding:20px 0px;
}


div#contact dt {
	display:table-cell;
	width:200px;
	vertical-align:top;
	font-weight:bold;
}
div#contact dt span {
	font-size:12px;
	color:red;
	padding-left:10px;
}
div#contact dt strong {
font-size:12px;
}

div#contact dd {
	display:table-cell;
	width:475px;
}

div#contact dd input,div#contact dd textarea {
	border:none;
	padding:10px;
	background:#E6E6E6;
	width:100%;
}
div#contact dd.radio input {
	width: 20px;
}

div#contact dd.radio div {
	margin-bottom: 10px;
}

div#contact dd.radio div img {
	padding: 0 5px;
}


div#contact dd textarea {
	height:150px;
}

div#contact form aside {
	border-bottom:1px solid #666666;
	margin:0;
	padding:30px 0px;
}
div#contact form aside span {
	font-size:12px;
	color:red;
	padding-left:10px;
}

div#contact form aside p {
	text-align:center;
	margin-bottom:20px;
	text-decoration:underline;
	font-weight:bold;
}

div#contact form aside p a {
	color:black;
}
	
div#contact form aside div {
	margin:0 auto;
	width:200px;
}
	
div#contact form aside label {
	font-weight:bold;
	font-size:18px;
}

div#contact form p.sendbutton {
	text-align:center;
	padding:20px 0;
}

div#contact form p.sendbutton button {
	width:200px;
	font-size:22px;
	color:white;
	background:#FA7D96;
	border:none;
	padding:10px 0px;
	margin:0 auto;
}


div#contact h4.thanks {
	text-align:center;
	font-size:24px;
	margin:0;
}

div#contact p.thanks {
	font-size:18px;
	line-height:36px;
	text-align:center;
	margin:20px auto;
}

div#contact th {
	padding:10px 0px;
}


div#contact form button.btn-warning {
	width:200px;
	font-size:22px;
	color:white;
	background:black;
	border:none;
	display:inline-block;
	padding:10px 0px;
	margin:10px;
}

input.btn-warning {
	width:200px;
	font-size:22px;
	color:white;
	background:black;
	border:none;
	display:inline-block;
	padding:10px 0px;
	margin:10px;
}


.pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
	width:120px;
	height:120px;
	z-index:1;
}
.pagetop img {
	width:100%;
}
indeed_visual {
	max-width:100%;
}
