@charset "utf-8";
/* CSS Document */

/*------------------------

背景

------------------------*/

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	word-wrap: break-word;
}
.box {
	margin-bottom: 10px;
}
.wrap {
	width: 300px;
	margin: auto;
}
#waku {
	background-color: #fff;
}
#waku-inner {
	padding: 15px;
}
p + h2, p + h3, p + h4, p + h5, p + h6, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, dl + h2, dl + h3, dl + h4, dl + h5, dl + h6, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6, hr + h2, hr + h3, hr + h4, hr + h5, hr + h6, pre + h2, pre + h3, pre + h4, pre + h5, pre + h6, table + h2, table + h3, table + h4, table + h5, table + h6, form + h2, form + h3, form + h4, form + h5, form + h6, figure + h2, figure + h3, figure + h4, figure + h5, figure + h6 {
	margin-top: 10px;
}
/* ---------------------------------------------------------------------

ヘッダー

--------------------------------------------------------------------- */

#head h1 {
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	line-height: 30px;
	display: block;
	margin-bottom: 0;
}
#head h2 {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	display: block;
	float: left;
}
#head h2 img {
	margin: 0 auto;
	display: block;
}
/*------------------------

パンくず

------------------------*/

.navi {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	text-align: left;
	font-size: 1.2rem;
}
/* ---------------------------------------------------------------------

フッター

--------------------------------------------------------------------- */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px 65px;
	font-size: 85%;
	clear: both;
}
#footer_left {
	width: 100%;
	margin: 5px 0 0;
	padding: 0;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
}
#footer_right {
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
	text-align: center;
}
/*------------------------

お問い合わせ

------------------------*/

.text_contact, .text_contact2 {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
/*------------------------

テーブル

------------------------*/

table td {
	word-break: break-all;
}
th, td {
	width: 100%;
	display: block;
}
th:first-child, td:first-child {
	padding: 10px 16px;
}
th:last-child, td:last-child {
	padding: 16px 0;
}
th {
	width: 100%;
	display: block;
	background-color: #eee;
}
table .width-90, table .width-80, table .width-75, table .width-70, table .width-66, table .width-65, table .width-60, table .width-50, table .width-40, table .width-35, table .width-33, table .width-30, table .width-25, table .width-20, table .width-10 {
	width: 100%;
}
table .width-90, table .width-80, table .width-75, table .width-70, table .width-66, table .width-65, table .width-60, table .width-50, table .width-40, table .width-35, table .width-33, table .width-30, table .width-25, table .width-20, table .width-10 {
	width: 100%;
}
/*------------------------

フォーム

------------------------*/

button, .button {
	line-height: 1.61;
}

input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='phone'], input[type='tel'], input[type='number'], input[type='datetime'], input[type='date'], input[type='month'], input[type='color'], input[type='time'], input[type='search'], input[type='datetime-local'] {
	min-height: 30px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	font-size: 1.6rem;
}
select, textarea {
	font-size: 1.6rem;
}

.form {
	width: 100%;
	background-color: #fff;
	margin-bottom: 3em;
	table-layout: fixed;	/*IEバグ対策 */
}

@media only screen and (max-width: 767px) {
.form {
	margin-bottom: 1.65em;
}
}
.form th, .form td {
	padding: 1em;
	border: 1px solid #eee;
	text-align: left;
	word-wrap: break-word;
}
.form th {
	width: 150px;
	background-color: #f7f7f7;
}
.form th.red {
	background-color: #ffe1e4;
	color: #000;
}
.form td.red {
	background-color: #FFF4F5;
}

@media (max-width: 1023px) {
.form th, .form td {
	width: 100%;
	display: block;
	margin-top: -1px;
}
.form td .width-50 {
	width: 50%;
}
}
.form ul {
	margin: 0;
}
.form .list-flat li {
	margin: 0 0 1em;
}
.form .list-flat li:last-child {
	margin: 0;
}
.desc {
	display: block;
}
.btn-area {
	margin: 0 auto;
	text-align: center;
}
.btn_contact .button, .btn-area .btn {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
label, select {
	cursor: pointer;
}
input[type='submit'], input[type='reset'], input[type='button'] {
	-webkit-appearance: button;
}

/*------------------------

ラジオボタン

------------------------*/

.label--radio {
  position: relative;
  margin: .3rem;
  font-family: Arial, sans-serif;
  line-height: 2.5;
  font-size: 1.4rem;
  cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 8px;
}
.radio {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.radio:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0.28rem;
  z-index: 1;
  width: 1.2rem;
  height: 1.2rem;
  background: #16a085;
  border-radius: 50%;
}
.radio:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}

/*------------------------

リスト

------------------------*/

.list-flat {
	margin-bottom: 0;
}
.list-flat li {
	margin-bottom: 1em;
}
.list-flat li:last-child {
	margin-bottom: 0;
}
.list-left li {
	margin-right: 1em;
	float: left;
}
.list-left li:last-child {
	margin-right: 0;
}
.link {
	margin: 0;
}
.link li {
	list-style: none;
	line-height: 1.35;
}
.link li a {
	margin-left: 1em;
	display: block;
	text-decoration: none;
	text-indent: -1em;
}
.link li a:before {
	margin-right: .5em;
	content: '\f0da';
	color: #e60013;
	font: normal normal normal 14px/1 FontAwesome;
}

@media only screen and (max-width: 767px) {
.link li {
	margin-bottom: 1.65em;
	float: none;
}
.link li a {
	display: block;
}
}
.list-center {
	display: inline-block;
}
.list-before li {
	padding-left: 1em;
	display: block;
}
.list-before li:before {
	width: 1em;
	margin-left: -1em;
	padding: .5em 0;
	display: block;
	float: left;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}
.list-before li.second:before {
	width: 1em;
	margin-left: 0;
	padding: .5em 0;
	display: block;
	float: left;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}
.list-after li {
	padding-right: 15px;
	position: relative;
}
.list-after li:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
}
.list-centered {
	text-align: center;
}
.list-centered ul {
	display: inline-block;
}
/*------------------------

画像

------------------------*/
img, a img {
	vertical-align: bottom;
}

@media only screen and (min-width: 1280px) {
.hover a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}
}
img.left {
	margin-right: 1em;
}
img.right {
	margin-left: 1em;
}

@media only screen and (min-width: 1280px) {
img {
	max-width: 100%;
}
}
/*------------------------

レイアウト

------------------------*/

.img-centered img {
	margin: 0 auto;
	display: block;
}
.btn-centered {
	text-align: center;
}
.mobile-50 {
	flex-basis: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}
/*------------------------

Typography

------------------------*/

i {
	margin: 0 .5em;
	color: #e60013;
}
em, i {
	font-style: normal;
}
.red {
	color: #CA1B28;
}
h1.title, h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.archive-title {
	width: 100%;
	margin: 0 auto 10px;
	padding: .5em 30px .5em 1em;
	font-size: 107%;
	font-weight: bold;
	background-image: url(../img/title02.png), url(../img/title.png);
	background-position: right top, center center;
	background-repeat: no-repeat, repeat-y;
	background-size: 40px, cover;
	color: #FFF;
	line-height: 1.61;
}
/*------------------------

フォントサイズ

------------------------*/

html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.61;
}
.font06 {
	font-size: .6rem;
}
.font07 {
	font-size: .7rem;
}
.font08 {
	font-size: .8rem;
}
.font09 {
	font-size: .9rem;
}
.font10 {
	font-size: 1.0rem;
}
.font11 {
	font-size: 1.1rem;
}
.font12 {
	font-size: 1.2rem;
}
.font13 {
	font-size: 1.3rem;
}
.font14 {
	font-size: 1.4rem;
}
.font15 {
	font-size: 1.5rem;
}
.font16 {
	font-size: 1.6rem;
}
.font17 {
	font-size: 1.7rem;
}
.font18 {
	font-size: 1.8rem;
}
.font19 {
	font-size: 1.9rem;
}
.font20 {
	font-size: 2.0rem;
}
.font21 {
	font-size: 2.1rem;
}
.font22 {
	font-size: 2.2rem;
}
.font23 {
	font-size: 2.3rem;
}
.font24 {
	font-size: 2.4rem;
}
.font25 {
	font-size: 2.5rem;
}
.font26 {
	font-size: 2.6rem;
}
.font27 {
	font-size: 2.7rem;
}
.font28 {
	font-size: 2.8rem;
}
.font29 {
	font-size: 2.9rem;
}
.font30 {
	font-size: 3.0rem;
}
.font31 {
	font-size: 3.1rem;
}
.font32 {
	font-size: 3.2rem;
}
/*------------------------

余白

------------------------*/

.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt70 {
	margin-top: 70px;
}
.mt100 {
	margin-top: 100px;
}
.mt_20 {
	margin-top: -20px;
}
.mtb05 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.pt40 {
	padding-top: 40px;
}
/*------------------------

clearfix

------------------------*/

.clearfix:before, .clearfix:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}
.clearfix:after {
	clear: both;
}
