﻿@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6em;
	font-size: 16px;
	color: #000;
	background: #f8f7f2;
	word-wrap: break-word;
	/* 英数字折り返し */
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: '';
}

a,
input {
	outline: none;
}

input,
textarea {
	border-radius: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

abbr,
acronym {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
	display: block;
	min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}

.Clear {
	clear: both;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #379B86;
	text-decoration: none;
}

.contents {
	margin: 0 auto;
	max-width: 1050px;
	text-align: left;
	position: relative;
}


/* ヘッダー */
.header {
	width: 100%;
	min-width: 1200px;
	padding-top: 24px;
	padding-bottom: 24px;
	background: #c184da;
}

.header_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

h1 {
	width: 194px;
	height: 30px;
	background: url(../img/logo.png);
	background-size: cover;
	text-indent: -9999px;
	float: left;
}

#nav {
	display: table;
	border-left: solid 1px #fff;
	float: right;
	margin-top: 10px;
}

#nav li {
	display: table-cell;
	line-height: 1;
	font-size: 14px;
	text-align: center;
}

#nav li a {
	display: inline-block;
	border-right: solid 1px #fff;
	padding: 0 8px;
	text-decoration: none;
	transition: .3s;
	width: 100%;
	color: #fff;
}

#nav li a:hover {
	color: #413fa0;
}

#toggle {
	display: none;
}

/* フッター */
.footer {
	background: #c184da;
	padding: 16px 0;
	min-width: 1200px;
}

.footer_nav {
	width: 1200px;
	margin: 0 auto;
	display: table;
	border-left: solid 1px #fff;
}

.footer_nav li {
	display: table-cell;
	line-height: 1;
	font-size: 16px;
	text-align: center;
}

.footer_nav li a {
	display: inline-block;
	border-right: solid 1px #fff;
	padding: 0 12px;
	text-decoration: none;
	transition: .3s;
	width: 100%;
	color: #fff;
}

.footer02 {
	background: #fff;
	padding: 40px 0;
	text-align: center;
	line-height: 1.4;
}

.footer02_box {
	width: 1200px;
	margin: 0 auto;
}

.footer_logo {
	width: 194px;
	height: 30px;
	background: url(../img/footer_logo.jpg) left top no-repeat;
	background-size: cover;
	text-indent: -9999px;
	margin: 0 auto;
}

.footer02_box p {
	padding-top: 16px;
}

.footer02_box ul {
	display: table;
	width: 100%;
	padding-top: 30px;
}

.footer02_box li {
	display: table-cell;
	width: 20%;
	border-right: solid 1px #eee;
	padding: 30px 0;
}

.footer02_box li:first-child {
	border-left: solid 1px #eee;
}

.footer02_box li a {
	display: inline-block;
	margin: 16px auto 0;
	background: #dfa0e1;
	padding: 0 24px;
	line-height: 30px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border: solid 1px #dfa0e1;
	transition: .3s;
}

.footer02_box li a:hover {
	background: #fff;
	color: #dfa0e1;
}

.footer02_box li a span::after {
	content: " >";
}

.copy {
	background-color: #7d7d7d;
	padding: 10px 0;
	min-width: 1200px;
}

.copy_box {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

/*---ページの先頭へ---*/
#back-top {
	position: fixed;
	right: 25px;
	bottom: 50px;
	z-index: 5;
}

#back-top a {
	width: 80px;
	height: 77px;
	display: block;
	background: url(../img/pagetop.png) no-repeat left top;
	text-indent: -9999px;
	z-index: 5;
}

#back-top a:hover {
	background: url(../img/pagetop.png) no-repeat left -77px;
	z-index: 5;
}

/* フェードインしながら上へスライド */
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 36px);
	-webkit-transform: translate(0, 36px);
	transition: .6s;
}

.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


/* 第二階層 */
.page_title {
	width: 100%;
	min-width: 1248px;
	background-size: cover;
	background-position: bottom center;
}

h2 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	width: 1248px;
	padding: 80px 0;
	text-align: center;
	margin: 0 auto;
}

h2 img {
	width: 56px;
	margin-right: 16px;
	margin-top: -16px;
}


.main {
	width: 1248px;
	margin: 30px auto 40px;
	padding: 0 0 40px 0;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.main h3 {
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 14px;
}

.main h4 {
	font-size: 30px;
	padding-bottom: 8px;
}

.main .main_box {
	padding: 40px;
	overflow: hidden;
}

.main .main_box p {
	padding-bottom: 8px;
}