@charset "utf-8";
/* CSS Document */
/*
Theme Name: Association.JAPAN
Theme URI: 
Version: 1
Author: urakawa
*/

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;
}
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
a, a:visited {
	color: #13202f;
	cursor: pointer;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a {
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
a:hover {
	color: #037cc3;
}
a:hover img {
	opacity: 0.8;
}
/*＝=============================
         リセットEND
=================================*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"),
       local("Yu Gothic");
  font-weight: 500;
       /*
         Chrome 58.0.3029.110 (64-bit) では
         "Yu Gothic Medium" を認識しないバグあるため
         "Yu Gothic" と font-weight も併せて指定。
       */
}

body {
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #332e2c;
	background-color: #fff;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.column, .inner {
	width: 1000px;
	margin: 20px auto;
	padding: 40px 0 40px;
}
header {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 999;
}
.header::after, .header::before, .header__pc a::after, .header__pc a::before, .header__sp a::after, .header__sp a::before {
	display: table;
	content: ' ';
}
.logo {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 240px;
	height: 92px;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0 -1px 4px #999;
	box-shadow: 0 -1px 4px #999;
}
.pclogo img {
	width: 100%;
}
.logo--home__inner {
	background: #fff;
}
.logo--home__inner a {
	padding: 12px 5px 5px;
	display: block;
}
nav {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.n__flex {
	display: flex;
	justify-content: flex-end;
	position: absolute !important;
	right: 0;
	top: 20px;
}
.n__flex li {
	margin-left: 30px;
	font-weight: 400;
}
.n__flex li:nth-child(1) {
	margin-left: 0;
}
.n__flex li a {
	color: #FFFFFF;
}
.n__flex li a:hover {
	text-decoration: underline;
}
.banner-wrapper-fixed {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 540px;
	background-image: url('images/bk01-2.jpg');
	background-position: center;
	background-size: cover;
	transition: all 0.1s ease 0s;
	font-weight: bold;
}
.foreground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.banner-wrapper-fixed .foreground h2 {
	text-align: center;
	color: white;
	margin-top: 220px;
	font-size: 50px;
	padding: 0px 30px;
	/*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
.cl01 .foreground h2,.cl04 .foreground h2,.cl05 .foreground h2 {
	text-align: center;
	color: white;
	margin-top: 120px;
	font-size: 46px;
	padding: 0px 30px;
	/*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
.banner-wrapper-fixed .foreground h2 span {
	font-size: 32px;
	display: block;
}
.cl01 .foreground h2 span{
	font-size: 26px;
	display: block;
}
main {
	
}
article {
	padding: 80px 0 0;
}
article h2 {
	text-align: center;
	padding-bottom: 40px;
	/*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
	font-size: 2.6rem;
}
.columnBox {
	width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.columnBox li {
	width: 30%;
	margin-bottom: 30px;
}
.columnBox li .blogName {
	padding: 12px 0;
	font-weight: bold;
}
.btnC {
	font-size: 1.2rem;
	text-align: center;
	width: 240px;
	margin: 30px auto 0;
}
.btnLink a::after {
	font-family: Material Icons; /*Material Iconsの使用を定義*/
	content: "\e315"; /*使用するアイコンのUnicode*/
	color: #FFFFFF;
	position: absolute;
	top: 14px;
	right: 30px;
}
.btnC a {
	padding: 12px 18px;
	display: block;
	background: #332e2c;
	color: #FFFFFF;
	text-align: center;
	padding-right: 30px;
	position: relative;
}
.btnLink a {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.btnLink a:hover {
	background: #037cc3;
	color: #FFFFFF;
}
.column-wrapper-fixed {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
	background-position: center;
	background-size: cover;
	transition: all 0.1s ease 0s;
}
.cl01 {
	background-image: url('images/bk02.jpg');
}
.cl04 {
	background-image: url('images/cl02_bk.jpg');
}
.cl05 {
	background-image: url('images/bk03.jpg');
}
.cl02 {
	background-image: url('images/bk02.jpg');
}
.inner__ {
	position: relative;
	/*align-items: flex-start;*/
}
.imgBox {
	width: 42%;
}
.txtBox {
	width: 50%;
}
.txtB2 {
	order: -1;
}

.inner__ .tit-lv1 {
	padding: 60px 50px 50px;
	background: rgba(255,255,255,0.8);
	width: 34%;
	box-shadow: 0 0 3px #999;
	margin: -160px 0 0;
	text-align: center;
}
.inner__ .tit-lv1 h3 {
	font-size: 1.6rem;
	letter-spacing: 2px;
}
.inner__ .tit-lv1 h3 span {
	display: block;
	font-size: 1.1rem;
}
.btnL {
	margin: 35px 0 0;
}
.btnL a {
	background: #332e2c;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 26px;
	padding-right: 40px;
	position: relative;
}
.btnL a::after {
	top: 10px;
	right: 16px;
}
.wrapTxt {
	width: 48%;
	padding: 20px 0 20px;
	border-bottom: 1px solid #332e2c;
	line-height: 2;
	position: relative;
}
.linkTxt {
	text-align: right;
	position: absolute;
	bottom: -16px;
	right: 0;	
}
.linkTxt span {
	padding: 0 30px;
	background: #FFFFFF;
}
.linkTxt a::after {
	font-family: Material Icons; /*Material Iconsの使用を定義*/
	content: "\e5ca"; /*使用するアイコンのUnicode*/
	position: absolute;
	top: 0px;
	right: 0px;
}
.linkTxt a:hover {
	font-weight: 400;
}
.cl03 {
	background-image: url('images/cl02_bk.jpg');
	margin-top: 30px;
}
.services .wrapTxt {
	order: -1;
}
.services .linkTxt {
	text-align: left;
	left: 0;
}
.services .linkTxt a::after {
	left: 0px;
}
.services .linkTxt span {
	padding: 0 30px;
}
article.mt40 {
	margin-top: 40px;
}
.aboutColumn {
	align-items: center;
}
footer {
	margin: 100px 0 0;
	width: 100%;
	padding: 50px 0 20px;
	background: #0070b3;
}
footer .f__flex {
	width: 800px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
footer .f__flex li {
	padding: 0 16px;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	width: 20%;
}
footer .f__flex li:last-child {
	border-right: 1px solid #FFFFFF;
}
footer .f__flex li a {
	color:  #FFFFFF;
}footer .f__flex li a:hover {
	color:  #FFFFFF;
	text-decoration: underline;
}
.f__flex_sns {
	margin: 30px auto;
	width:800px;
	display: flex;
	justify-content: center;
}
.f__flex_sns li {
	width: 40px;
	padding: 0 20px;
}
#copyright {
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
}
@media screen and (min-width: 768px) {
  .js-hiraku-offcanvas {
    display: block;
    position: static;
    background: none;
  }

  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
    position: static;
    margin-right: 0;
    width:auto;
  }
}
/*
@media (max-width: 999px) {
}

@media (max-width: 599px) {
}
/*スマホ用のメニューボタン*/
	
.header-inner {
	position: relative;
}
#navbutton {
	position: absolute;
	top: 50%;
	right: 10px;
	padding: 8px 12px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 1px #aaa;
	border-radius: 5px;
	background-color: #fff;
}
#navbutton:hover {
	background-color: #ddd;
}
#navbutton:focus {
	outline: none;
}
#navbutton i {
	font-size: 2em;
	color: #333;
}
/*===========headerEND================*/


.column img {
	width: 100%;
	height: auto;
}
.columnW {
	width: 100%;
	background: #F8F8F8;
	margin: 60px 0 0;
}
.column h3, .columnW h3 {
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 1.6rem;
	/*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
	color: #2d0022;
}

.columnW h3 {
	margin-bottom: 30px;
}
.txtArea {
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: center;
}
.txtArea span {
	font-weight: 400;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 30px;
}

.mt0 {
	margin-top: 0;
}
.mt0 {
	margin-top: 0;
}
.mt40 {
	margin-top: 40px;
}
.mb20 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.m30 {
	margin: 30px 0;
}



.wpcf7 {
	width: 100%;
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 0;
	margin: 0 0 2.5em !important;
	font-size: 14px;
}
.wpcf7 input.wpcf7-submit:hover {
	background-color: #666666;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.wpcf7 form {
	margin: 1.5em 1.5em 0;
}
.wpcf7 p {
	margin-bottom: 1em;
	font-size: 12px;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7 input, .wpcf7 textarea {
	width: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	line-height: 1.2;
	padding: 8px;
}
.wpcf7 input.wpcf7-submit {
	position: relative;
	display: block;
	width: 225px;
	height: 48px;
	margin: 30px auto 0;
	background-color: #333333;
	cursor: pointer;
	border: none !important;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
	-webkit-transition: all .3s;
}

@media (max-width: 999px) {
.column, .inner {
	width: 98%;
	padding: 20px 0;
	margin: 0 auto;
}

}


@media (max-width: 999px) {
.footer01 {
	padding: 30px 0;
}
.footer01 .footer_inn, footer .copy {
	width: 100%;
	font-size: 80%;
}
.fColumn0 {
	margin-bottom: 0;
}
.fColumn0 span {
	display: block;
}
.fColumn3 {
	display: none;
}
.fCon {
	width: 50%;
}
.footer_inn ul.fCon {
	width: 50%;
}
.footer_inn ul.fColumn1 li {
	border-right: 1px solid #404345;
}
.footer_inn ul.fCon li {
	text-align: center;
	border-bottom: 1px solid #404345;
	margin: 0;
}
.footer_inn ul.fCon li a {
	display: block;
	padding: 10px;
}
.fColumn4 {
	width: 100%!important;
	margin: 20px 0;
}
.fColumn4 iframe {
	width: 100%;
	text-align: center;
	display: block;
}
.fnavi {
	display: none;
}
.copyR {
	float: none!important;
	text-align: center;
	font-size: 80%;
}
.footer01 {
	margin-top: 40px;
}
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #332e2c;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
	
}
.pagetop a:hover {
    display: block;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;

}

span.item_desc {
	color: #000000;
	font-size: 90%;
}
table.item_detail {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	border: 1px solid #dddddd;
	font-size: 12px;
	border-collapse: collapse;
		margin-bottom: 60px;
	width: 100%;

}
table.item_detail th {
	width: 30%;
	padding: 10px 0 10px 20px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-color: #eeeeee;
	box-sizing: border-box;
}
table.item_detail td {
	width: 70%;
	padding: 10px 20px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	box-sizing: border-box;
}
table.item_detail th,table.item_detail td {
	font-size: 1rem;
}
td, th {
	color: #333333;
	font-size: 12pt;
}

.lisket-form-maker-form input[type="text"], .lisket-form-maker-form input[type="email"] {
	width: 90%!important;
	padding: 5px 10px;
}
.lisket-form-maker-form textarea.formTxt2 {
	height: 300px;
	width: 90%!important;
	padding: 5px 10px;
}
form .flex {
	justify-content: center;
}
form .flex .btnC {
	margin: 0 10px;
	padding: 12px 0;
}
