@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
	letter-spacing: 2px;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
	color: #525252;
}
body{
	font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2{
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: bold;
}
h3{
	font-size: 2.1rem;
	margin-bottom: 20px;
	line-height: 1.6;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #525252;
}
a:hover {
	text-decoration: none;
	color: #555;
}
a img:hover{
	opacity: 0.8;
}
a:hover{
	opacity: 0.8;
}
.fa{
	margin-right: 10px;
	color: #19284b;
}
li,li a{
	text-decoration: none;
}
.inner{
	padding: 10px;
}
.image{
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 60%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}
.image img{
/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 100%;
  max-height: 260%;
}
.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*コンタクトフォーム7用*/
input{max-width: 100%;}
div.wpcf7 { background:#fff; border:0px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   background:#01054E;
}
div.wpcf7 input.wpcf7-submit:hover { opacity: 0.8 }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須表示色変更 */
.wpcf7 .required { color: #c50000;}
/* 任意表示色変更 */
.wpcf7 .any{ color: #040;}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taleft {
	text-align: left !important;
}

.tacenter {
	text-align: center !important;
}

.taright {
	text-align: right !important;
}

.vtop {
	vertical-align: top !important;
}

.vmiddle {
	vertical-align: middle !important;
}
.vbottom {
	vertical-align: bottom !important;
}
.right{
	float: right;
}
.left{
	float: left;
}

/* フォントの太さ */

.fwnormal {
	font-weight: normal !important;
}

.fwbold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb8 {
	margin-bottom: 8px !important;
}
.mb16 {
	margin-bottom: 16px !important;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb32 {
	margin-bottom: 32px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*container-fluid*/
.container-fluid{
	max-width: 1260px;
	margin-bottom: 60px;
}

/*トップへ戻るボタン*/
    #pageTop {

      position: fixed;
      bottom: 20px;
      right: 20px;
	  z-index: 99999;
    }

     

    #pageTop a {
      display: block;
      z-index: 999;
      padding: 8px 0 0 8px;
      border-radius: 30px;
      width: 58px;
      height: 58px;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
    }

     

    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.8;
    }

/*ヘッダー*/
.navbar {
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.headh1{
	font-size: 1.2rem;
	padding: 10px 0;
}
.gnavi{
	text-align: center;
}
.gnavi li{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 4px;
	background-image: url(../img/line_bg.png);
	background-repeat: no-repeat;
	background-position: right;
}
.gnavi li:last-child{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 4px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}
.gnavi li p{
	padding: 10px 0 5px;
}
.gnavi li span{
	font-size: 1.2rem;
	font-weight: normal;
}
/*メインビジュアル*/
.mainbg{
	background-image: url(../img/main.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 358px;
}
.mainbg h1{
	font-weight: bold;
	color: #fff;
	margin-top: 70px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mainbg p{
	font-weight: normal;
	color: #fff;
	margin-top: 30px;
	line-height: 2;
	font-size: 2rem;
}
/*qaブロック*/
.qa{
	padding: 20px;
	margin-top: -10px;
	position: relative;
	z-index: 999;
	background: #fff;
	box-shadow:0px 4px 6px 2px #cccccc;
	-moz-box-shadow:0px 4px 6px 2px #cccccc;
	-webkit-box-shadow:0px 4px 6px 2px #cccccc;
	margin-bottom: 60px;
}
.qa h2{
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 30px 0;
}
.qablock{
	margin-bottom: 20px;
}
.qablock p{
	font-weight: bold;
	padding: 20px 0;
	font-size: 1.2rem;
}
/*インフォブロック*/
.infoblock {
  background: #efefef; /* fallback */
	background:
		linear-gradient(135deg, transparent 0px, #efefef 0) top left,
		linear-gradient(225deg, transparent 0px, #efefef 0) top right,
		linear-gradient(315deg, transparent 10px, #efefef 0) bottom right,
		linear-gradient(45deg,  transparent 0px, #efefef 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.infoblock dl{
	margin-top: 20px;
}
.infoblock img{
	margin-bottom: 20px;
}
.infoblock dl dd{
	padding-bottom:10px;
	border-bottom: 1px solid #01054E;
	margin-bottom: 10px;
}
.infoblock dl dt{
	font-weight: normal;
}
.infobtn{
	line-height: 1.6;
	border-bottom: 2px solid #01054E;
	text-align: center;
}
.infobg{
	background:#19284b;
}
.infoinner{
	padding: 60px 0;
	color: #fff;
}
.infoinner a{
	color: #fff;
}
.infoinner h2{
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}
.infoinner h2::before{
	content: "";
	display: inline-block;
	width: 53px;
	height: 53px;
	margin: -3px 17px 0 10px;
	background: url("../img/logo02.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.infoinner dl dt{
	float: left;
	width: 26%;
	line-height: 2;
}
.infoinner dl dd{
	float: left;
	width: 74%;
	line-height: 2.2;
}
/*概要ブロック*/
.aboutblock{
	color: #fff;
	background: #4a73d6;
	margin-bottom: 24px;
}
.aboutblock p{
	padding: 24px 0;
	line-height: 3;
	color: #fff;
	font-size: 1.8rem;
}
.aboutblock2{
	color: #fff;
	background: #db9103;
	margin-bottom: 24px;
}
.aboutblock2 p{
	padding: 24px 0;
	line-height: 3;
	color: #fff;
	font-size: 1.8rem;
}
/*フッター*/
footer ul li,footer p{
	line-height: 2;
}
.copyright{
	background-image: url(../img/footbg.png);
	height: 424px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 1.1rem;
	padding-top: 100px;
  	font-family: "Century Gothic";
  	color: rgb(255, 255, 255);
  	line-height: 3.273;
  	text-shadow: 0px 0px 15.04px rgba(7, 13, 11, 0.004);
}
/*コンテンツページ全体設定*/
.contentspage{
	padding-top: 40px;
}
.contentspage img{
	display: block;
	margin: 0 auto;
}
.contentspage h2 img{
	margin-bottom: 16px;
}
.contentspage h2 span{
	font-size: 1.6rem;
	color: #19284b;
	font-weight: normal;
}
.contentspage p{
	line-height: 2;
}
/*about*/
.p_aboutbg{
}

/*infomation*/
.p_info ul{margin-bottom: 40px;
	
}
.p_info ul li{
	line-height: 1.6;
}
.p_infoblock{
	margin-bottom: 40px;
	padding: 20px 0 0;
}
.p_infoblock:hover{
	background: #efefef;
}
.p_infoblock h3{
	border-bottom: 1px dotted #555;
}
.p_infoblock dt{
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 14px;
}
/*disclosureh*/
.p_disclosureh3{
	text-align: center;
}
.p_disclosureh3 span{
	font-size: 1.8rem;
	color: #01054E;
}
.p_disclosurei{
	margin: 20px 0;
}
/*投稿ページ*/
.date{
	font-size: 1.4rem;
	color: #555;
}
/*ページネーション*/
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:1.6rem;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}
 
div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:20px 20px ;
	text-decoration:none;
	width:auto ;
	color:#555 ;
	background: #fff ;
	border: 1px solid #555;
}
 
div.pagination a:hover{
	color:#fff ;
	background: #01054E;
}
 
div.pagination .current{
	padding:20px 20px ;
	background: #01054E;
	color:#fff ;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 4px;
}
/*メディアクエリ*/
    /* navbar collapse for iPad (bootstrap) */
    @media (max-width: 991px) {
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px -15px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
    }
@media (max-width: 768px){
	.mainbg h1{
	font-weight: bold;
	color: #fff;
	margin-top: 70px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
}
	.navbar-brand img{
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	.navbar-brand {
    float: none;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}
	.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	margin-top:6px;
}
}

/* 会員情報ページ */
.member_page {
}
.member_page .mainbg {
display: none;
}
.area {
padding: 1rem 15px 5rem;
}
.area_list {
display: flex;
justify-content: center;
margin: 30px -8px;
}
.area_item {
width: calc(25% - 16px);
margin: 8px;
}
.area_btn a {
display: block;
width: 100%;
padding: 16px 0;
font-size: 1.7rem;
text-align: center;
text-decoration: none;
line-height: 1;
color: #fff;
background-color: #4a73d6;
border: 4px solid #4a73d6;
}
.table_wrap {
}
.table_wrap h3 {
margin-bottom: 3rem;
padding: 1rem 0;
font-size: 2rem;
font-weight: 600;
text-align: left;
border-bottom: 2px solid #4a73d6;
}
.table01 {
width: 100%;
margin: 0 auto 5rem auto;
letter-spacing: 0;
}
.table01 th {
text-align: center;
background: #e1e8f9;
}
.table01 th,
.table01 td {
padding: 1rem;
line-height: 1.4;
border: solid 1px #aeaeae;
}
.table01 td {
vertical-align: text-top;
}
.name {
width: 340px;
}
.zip {
width: 104px;
}
.adress {
width: calc(100% - 744px);
}
.tel {
width: 150px;
}
.table01 td:nth-of-type(2),
.table01 td:nth-of-type(4),
.table01 td:nth-of-type(5) {
text-align: center;
}
@media screen and (min-width: 768px) {
	.pc_none {
	display: none;
	}
	.area_btn a:hover {
	background-color: #fff;
	color: #000;
	transition: .3s;
	}
}
@media screen and (max-width: 1260px) {
	.name {
	width: 200px;
	}
	.adress {
	width: calc(100% - 604px);
	}
}
@media screen and (max-width: 1023px) {
	.table01 {
	font-size: 15px;
	}
	.table01.table_sp th,
	.table01.table_sp td {
	padding: 8px;
	}
	.name {
	width: 180px;
	}
	.zip {
	width: 90px;
	}
	.adress {
	width: calc(100% - 530px);
	}
	.tel {
	width: 130px;
	}
}
@media screen and (max-width: 767px) {
	.area {
	padding: 1rem 15px 3rem;
	}
	.area_list {
	flex-wrap: wrap;
	max-width: 400px;
	margin: 30px auto;
	}
	.area_item {
	width: calc(50% - 8px);
	margin: 4px;
	}
	.area_btn a {
	padding: 12px 0;
	font-size: inherit;
	}
	.table01 {
	font-size: 14px;
	}
	.tel {
	width: 125px;
	}
	.table01.table_sp tr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 7px;
	border: 1px solid #aeaeae;
	}
	.table01.table_sp tr:first-of-type {
	display: none;
	}
	.table01.table_sp th {
	display: none;
	}
	.table01.table_sp td {
	display: block;
	width: 100%;
	border: 0;
	}
	.table01.table_sp th,
	.table01.table_sp td {
	padding: 8px;
	}
	.table01.table_sp th:nth-of-type(1),
	.table01.table_sp th:nth-of-type(2),
	.table01.table_sp th:nth-of-type(3),
	.table01.table_sp td:nth-of-type(1),
	.table01.table_sp td:nth-of-type(2),
	.table01.table_sp td:nth-of-type(3) {
	border-bottom: 1px dashed #aeaeae;
	}
	.table01.table_sp td:nth-of-type(2) {
	text-align: left;
	}
	.table01.table_sp td:nth-of-type(2)::before {
	content: "〒";
	}
	.table01.table_sp th:nth-of-type(4),
	.table01.table_sp td:nth-of-type(4) {
	border-right: 1px dashed #aeaeae;
	}
	.table01.table_sp td:nth-of-type(4),
	.table01.table_sp td:nth-of-type(5) {
	width: 50%;
	}
	.table01.table_sp td:nth-of-type(4)::before {
	content: "TEL:";
	}
	.table01.table_sp td:nth-of-type(5)::before {
	content: "FAX:";
	}
	.table01.table_sp td:empty:nth-of-type(4)::before,
	.table01.table_sp td:empty:nth-of-type(5)::before {
	display: none;
	}
}
@media screen and (max-width: 400px) {
	.area_list {
	max-width: 100%;
	margin-left: -4px;
	margin-top: -4px;
	}
}

