@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Roboto:400,500,700');
/* reset */
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;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
main {
}
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;
}

* {word-wrap: break-word;}

*, *:before, *:after {
	    -webkit-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}

* section {
	clear: both;
}

a:focus, *:focus {
	outline: none;
}
a, a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}

a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

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

figure {
  text-align: center;
  margin: 0;
  padding: 0;
}

figure img {
  width: auto;
  max-width: 100%;
}

figure figcaption {
  margin: 10px auto;
  text-align: left;
}

strong {
	font-weight: bold;
}

@media screen and (min-width: 641px) {
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}
}

/* base */
html {
  overflow: auto;
}

/*/-----------------基本設定*/



body {
	/*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN',Osaka,'ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #333;
	font-size: 16px;
	overflow: hidden;
}

.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and  ( max-width : 767px ) {
	.inner {
		padding: 0 10px;
	}
}

p {
	margin-bottom: 1em;
	word-break: break-all;
	letter-spacing: 0;
	line-height: 1.6;
}

a, a:visited {
	color: #222;
}

/*----------------- ヘッダー */
header {
	background: none;
	position: relative;
	z-index: 300;
	padding: 0;
	background: #fff;
	border-bottom: 7px solid #04029c;
	margin-bottom: 1px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
}
.header-fixed {
	
	opacity: 0;
	background: none;
	position: relative;
	z-index: 300;
	padding: 0;
	background: #fff;
	box-shadow: 0px  4px 5px rgba(0,0,0,0.13);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
}
.header-fixed.header-fixed__active{
	
	opacity: 1;
	transition: 0.5s;
	top:0;
}
header .inner {
	width: 100%;
	max-width: 1000px;
}
.header-fixed .inner{
	background: none;
	position: relative;
	z-index: 300;
	padding: 0;
	display: flex;
	justify-content:space-between;
	background: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
}

.h_right {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 48%;
}

header h1 {
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
	width: 51%;
	/*max-width: px;*/
	margin: 0 0 22px;
	padding-left: 0;
	overflow: hidden;
}
.header-fixed h1 {
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
	width:184px;
	/*max-width: px;*/
	margin: 5px 0 5px;
	padding-left: 0;
	overflow: hidden;
}

header h1 img {
	max-width: 100%;
	width: auto;
}
header h1 > div {
	float: left;
}
header h1 .logo {
    width: 60%;
}
header h1 .head_mega {
	max-width: 100%;
    width: 33%;
	display: none;
}
header nav .navi {
	overflow: hidden;
	width: 100%;
}
header nav .navi li {
	display: inline-block;
	/*width: calc(100% / 9 - 5px);*/
	position: relative;
	text-align: center;
	padding: 20px 0;
	margin: 0 2%;
	}

header nav .navi li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: .7s;
	transition: .7s;
}

header nav .navi li a span {
		font-size: 12px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	nav .navi li a:hover {
		opacity: .7;
		-webkit-transition: .7s;
		transition: .7s;
	}

	nav .navi li:first-child {
		margin-left: 0;
	}
	nav .navi li:last-child {
		margin-right: 0;
		background: #EBF05F;

	}
		nav .navi li:last-child a {
			color: #434343;
		}
@media (min-width: 768px) and (max-width: 1000px) {
header h1 .head_mega {
    padding: 23px 0 0 30px;
}
header h1 {
    margin: 0 0 10px;
    padding-left: 5px;
}	
}
@media only screen and (max-width: 767px) {

	nav .btn,
	nav #toggle{
	position: absolute;
	top: 0;
	right: 70px;
	width: 140px;
	}
	nav .btn li {
	width:50%;
	float: left;
	}
	nav #toggle {
	width: 70px;
	right: 0;
	}
	nav .navi {
	display: none;
	position: absolute;
	top: 74px;
	left: 0;
	z-index: 500;
	background: #fff;
	width: 100%;
	border-top: 1px solid #eee;
	}
	nav .navi li {
	float: left;
	width: 50%;
	margin-right: 0;
    padding-top: 0;
	}
	nav .navi li a {
	height: 50px;
	display: block;
	padding: 15px 8px;
	border-bottom: 1px solid #eee;
	}

	nav .navi li img {max-width: 100%;}
	.h_right {
		display: none;
	}
	header h1 .head_mega {
    padding: 10px 0 0 10px;
	display: block;
	max-width: 100%;
    width: 33%;
}
}

header .ac_menu dt {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 1.3em;
	right: 5px;
	max-width: 56px;
	width: 11%;
	min-width: 40px;
}
header .ac_menu dd {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
}
header .ac_menu dd ul li a {
	padding: 10px 20px 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	background: #013f78;
	width: 100%;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	display: block;
}
header .ac_menu dd ul li a:hover {
	background: #037cec;
	text-decoration: none;
}



/*-----------------footer */
footer {
	background: none;
	background: #fff;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	padding: 0;
	position: relative;
	height: auto;
}

footer a {
	text-decoration: none;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
footer a:hover {
	text-decoration: underline;
}

footer nav {
	width: 100%;
}

.footNavi {
	/*display: inline-block;*/
	/*float: left;*/
	margin: 20px 0 5px;
	text-align: center;
}


.footNavi li.parent {
	position: relative;
	padding-top: 1em;
	padding-left: 0!important;
}

.footNavi li.parent:before {
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	margin: auto;
	width: 1.5em;
	height: 2px;
	background: #fff;
}

.footNavi li.parent a {
	color: #fff;
	font-size: 14px!important;
}

.footNavi li {
	position: relative;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0.8em;
	padding: 0 1em;
	display: inline-block;
}


.footNavi li:not(:first-child) a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 1em;
	background: #333;
}

.footNavi a {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 0.8em;
}


/*関連サイトリンク*/

.relation-menu {
    display: block;
    padding: 20px 0;
    padding-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.relation-menu__item {
    font-size: 13px;
    color: #333333;
    font-weight: lighter;
}

.sp_relation-menu {
    display: none;
}



.relation-menu__logo {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 7px;
}

.relation-menu__title {
    font-size: 24px !important;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    top: 30px;
    margin: 0;
    padding: 0;
}

.relation-menu__list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    font-weight: 500;
}

.relation-menu__item {
    margin-right: 18px;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: underline;
}

.relation-menu__item a {
    color: #321f00;
    text-decoration: none;
}

@media only screen and (max-width: 767px){
    .relation-menu__title {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    top: 30px;
    margin: 0;
    padding: 0;
}
}

@media screen and (max-width: 480px) {
    
    .relation-menu {
display: none;
}
    
    
    .sp_relation-menu {
        display: block;
        padding-top: 50px;
    }
    
    .sp_relation-menu__title{
        margin-bottom: 0;
    }

    .sp_relation-menu__list {
        font-size: 13px;
        color: #333333;
        font-weight: lighter;
    }
    .sp_relation-menu__item{
        margin-bottom: 2px;
    }
    .sp_relation-menu__item a {
    color: #321f00;
}

}


.copy {
	display: block;
	text-align: center;
	margin: 0 auto 0;
	/*border-top: 1px solid #286399;*/
	padding: 0;
}
.copy:after {
	content: " ";
	display: block;
	clear: both;
}
.copy p {
	color: #333;
	font-size: 14px;
}

#toTop {
	position: fixed;
    z-index: 9999;
    bottom: 12%;
    right: 2%;
		background: #05019c;
		border-radius: 50%;
		/*border: 1px solid #fff;*/
		width: 50px;
		height: 50px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		display: inline-block;
}

#toTop:after {
	content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
  transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}

#toTop img {
	width: 40px;
}


.footContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
 -ms-flex-line-pack:         start;
     align-content:         flex-start;
	-ms-flex-wrap:         wrap;
	    flex-wrap:         wrap;
 -webkit-box-pack:         justify;
     -ms-flex-pack:         justify;
         justify-content:         space-between;
	padding: 4em .5em 0;
	line-height: 1.4;
	width: 99%;
	margin: auto;
}

.footLeft {
	width: 45%;
}

.footRight {
	padding-top: 0.5em;
}

.footLogo {
	max-width: 101px!important;
	max-height: 62px!important;
	margin-bottom: 50px;
}






/*/-----------------見出し*/

.under main h1 {
	background: #f59acd;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 2em 0 1.5em;
}

h2 {
    text-align: center;
    position: relative;
    padding: 0 0 .5em;
		font-size: 40px;
		letter-spacing: 0;
		line-height: 1.3;
		font-weight: bold;
		color: #333333;
		margin-bottom: .8em;
		vertical-align: middle;
}

h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 93px;
	height: 5px;
	background: #1f46aa;
}
h2 span {
display: block;
font-size: 0.8em;
vertical-align: middle;
}


h3 {
  text-align: center;
  margin-bottom: .8em;
  position: relative;
  padding: 0 0 .5em;
	font-size: 21px;
  font-weight: bold;
	color: #04029c;
	line-height: 1.5;
	letter-spacing: 0;
}
 h3:before {
	 content: '';
	 display: block;
	 position: absolute;
	 top: auto;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 margin: auto;
	 width: 90%;
	 height: 1px;
	 background: #04029c;
}
h3 span {
	background: #e73217;
	font-size: 14px;
	padding: 0.2em 1em;
	color: #fff;
	margin-left: 1.3em;
	border-radius: 3px;
	vertical-align: middle;
}

h4 {
	font-size: 21px;
	text-align: left;
	line-height: 1.3;
	letter-spacing: 0;
	position: relative;
	padding: 0;
	margin-bottom: .8em;
	font-weight: bold;
	color: #04029c;
}
h4:after {
	content: none;
	display: block;
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-bottom: 3px solid #4b9587;
}

h5 {
margin: 0 0 .3em;
padding: 0 0.8em;
color: #333;
font-weight: bold;
font-size: 16px;
position: relative;
vertical-align: middle;
text-align: center;
display: table;
margin: 13px auto;
}
h5:before,
h5:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
width: .5em;
height: 3px;
margin: auto;
background: #4b9587;
}

h5:after {
	left: auto;
	right: 0;
}

h5 span {
display: block;
font-size: 0.8em;
vertical-align: middle;
}

.numberTitle-inner {
	counter-reset: number 0;
}

.numberTitle span {
	font-style: normal;
	position: relative;
	vertical-align: text-bottom;
	padding-left: 1.5em;
}

.numberTitle span:after {
	counter-increment: number 1;
	content:  counter(number) ". ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media (min-width: 768px) and (max-width: 1000px) {
	h2 {
		font-size: 34px;
	}
}
@media ( max-width : 767px ) {
	.under main h1 {
		font-size: 26px!important;
	}
	h2 {
		font-size: 22px!important;
	}
	h3 {
		font-size: 16px!important;
	}
	h4 {
		font-size: 15px!important;
	}
	h4:before {
		width: 5px;
		height: 5px;
		top: 10px;
	}
	.flowTitle span.circle:before {
		width: 18px;
		height: 18px;
		top: 1px;
		left: -6px;
	}
	h5 {
		font-size: 14px!important;
	}
	p, td, th, li {
		font-size: 14px!important;
	}
}

/*/-----------------ボタン*/

.btn_style {
 width: 100%;
}

.btn_style a {
	display: inline-block;
	position: relative;
	margin: 5px auto;
	padding: 1.1em 1em;
	text-align: center;
	background: none;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-size: 15px;
	width: 254px;
	font-weight: bold;
	letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	background: #04029c;
  border: 1px solid #04029c;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn_style a:hover {
  background: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	text-decoration: none;
	color: #04029c;
}


.btn_style a:after {
	content: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	vertical-align: middle;
	margin: auto;
	width: 8px;
	height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
.btn_style a:hover:after {
	border-color: #db7d1f;
  right: 3%;
	-webkit-transition: .4s;
	transition: .4s;
}
@media screen and  ( max-width : 767px ) {
  .btn_style {
    max-width: 100%;
  }
}

/*/-----------------グーグルマップ*/

.googlemap {
	position: relative;
	width: 100%;
	padding-top: 63%;/*ここで高さ調整*/
	min-height: 300px;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*/-----------------youtube*/

.youtube {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.youtube iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}

/*/-----------------新着情報*/
.newsContent {
	background: none;
	padding: 0;
	overflow: hidden;
}

.newsContent dl {
	width: 100%;
}

.newsContent dt,
.newsContent dd {
	padding: .8em .2em;
	display: block;
	text-align: left;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #cccccc;
}

.newsContent dt {
	width: 20%;
	clear: left;
	float: left;
}

.newsContent dd {
	width: 74%;
	float: left;
	padding-left: 1em;
}

@media ( max-width : 467px ) {
	.newsContent dd,
	.newsContent dt,
	.newsContent dl  {
		font-size: 12px;
}
}

/*/-----------------メールフォーム*/

table.mailform {
	width: 100%;
	margin:0 auto;
}
table.mailform th, table.mailform td {
	padding:10px 10px;
	text-align: left;
	border:1px solid #fc7b65;
	vertical-align: middle;
}
table.mailform th {
	background: #ffdad4;
	width:30%;
}
input {
	padding: 5px;
}

.inquiry_form th, .inquiry_form td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.inquiry_form input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.inquiry_form input[type="email"] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 5px;
}
.inquiry_form textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/*----------------- パンくずリスト*/

.breadcrumb {
  padding-left:0;
  margin-left:0;
  margin-bottom: 5%;
  margin-top: 1%;
  line-height: 1.0;
}

.breadcrumb li{
  display:inline;
  list-style: none;
}
.breadcrumb li:after{
  content: '>';
  padding: 0 4px;
  color: #656565;
	font-size: 10px;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #656565;
		font-size: 10px;
}
.breadcrumb li:last-child {
	color: #009e96;
	font-size: 10px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

/*/-----------------リスト*/

ul.ul01 {
	margin: 0 auto;
}
ul.ul01 li {
	position: relative;
	padding: 0 0 5px 15px;
	margin-bottom: 10px;
}
ul.ul01 li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 3px;
	top: 8px;
	background: #231815;
	border-radius: 50%;
}


/*/-----------------横並び定義リスト*/

dl.dl01{
width: 100%;
clear: both;
}

dl.dl01 dt{
display: block;
width: 20%;
clear: left;
float: left;
text-align: left;
}

dl.dl01 dd{
display: block;
width: 80%;
float: left;
text-align: left;
}

dl.dl01:after {
	content: "";
	display: block;
	clear: both;
}

/*/-----------------ボーダリスト*/

ul.borderList {
	margin: 0 auto;
  width: 100%;
  list-style: none;
}
ul.borderList li {
	position: relative;
	padding: 0 0 5px 15px;
	margin-bottom: 10px;
  border-bottom: 1px solid #db7d1f;
}
ul.borderList li:before,
ul.borderList li:after {
  content: none;
}

/*/-----------------Q&A*/
.faq {
	display: block;
	position: relative;
	margin: 0 auto 50px;
	padding: 15px;
	background: url(img/border_bg.png);
}

.faq > ul {
	background: #fff;
	padding: 2.5em 2.5em;
	width: 100%;
}

.faq > ul > li {
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 3.5em;
	/*border-bottom: 2px solid #cdcdcd;*/
	margin-bottom: 15px;
	position: relative;
	text-align: left;
	color: #1f46aa;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

.faq ul > li:nth-child(odd):before {
	content: 'Q';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 150%;
	font-weight: bold;
	vertical-align: text-top;
	color: #fff;
	text-align: center;
	padding: 0;
	width: 44px;
	height: 44px;
	background: #1f46aa;
	border-radius: 50%;
}
.faq > ul > li:nth-child(even) {
    padding-top: 1em;
    padding-left: 4em;
    padding-right: 0;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.faq > ul > li:nth-child(even):before {
	content: 'A';
	position: absolute;
	top: .3em;
	left: 0;
	margin: auto;
	font-size: 150%;
	font-weight: bold;
	vertical-align: text-top;
	color: #fff;
	text-align: center;
	padding: 0.2em 0 0;
	width: 44px;
	height: 44px;
	background: #10a4f0;
	border-radius: 50%;
}

.faq > ul > li:nth-child(even) p {
	margin-bottom: 20px;
}

.faq ul > li:last-child {
	margin-bottom: 0;
}

.faq .qtit{
font-size: 1.26em;
font-weight: bolder;
display: inline-block;
width: 98%;
}


@media ( max-width : 980px ) {
	.faq {
		width: 98%;
		margin: 0 auto 20px;
	}
	.faq .qtit{
		font-size: 1.2em;
		width: 90%;
	}
}
@media ( max-width : 767px ) {
.faq ul > li:nth-child(odd):before,
.faq > ul > li:nth-child(even):before {
	padding: 0.2em 0 0;
}
.faq > ul > li:nth-child(even) {
    padding-top: 0.5em;
}
}
@media ( max-width : 476px ) {
	.faq .qtit{
		font-size: 0.9em;
		width: 90%;
	}
}



/*/-----------------テーブル*/
table.table01 {
	margin: 0 auto 20px;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #999;
}

table.table01 th, table.table01 td {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 10px 8px;
	text-align: left;
	line-height: 1.5;
	vertical-align: middle;
	border: 1px solid #999;
}

table.table01 thead th {
	text-align: center;
	font-weight: bold;
	background: #ffb751;
	color: #fff;
}
table.table01 thead th:last-child {
	border-right: none;
}
table.table01 tbody th {
	width: 20%;
	background: rgba(6, 87, 192, 0.2);
	text-align: center;
}

/*/-----------------下線・上線のみ*/
.borderTable {
  	width:100%;
  	margin-bottom:1.5em;
  }
.borderTable tr {
	border-bottom:1px solid #a0a0a0;
}
.borderTable th,
.borderTable td {
	text-align: left;
	padding: 1.3em .3em 1em;
	letter-spacing: 0.05em;
}

.borderTable th {
	text-align: left;
	padding-left: .8em;
}

/*/-----------------行の色が互い違い*/
.table00 {
  	width:100%;
  	margin-bottom:1.5em;
		border: 1px solid #cccccc;
}

.table00 tr {
	border: 1px solid #cccccc;
}

.table00 tr:nth-child(odd) {
	background: #ffffff;
}
.table00 tr:nth-child(even) {
	background: #e9faf7;
}

.table00 th,
.table00 td {
	text-align: center;
	padding: 1em .3em 1em;
	letter-spacing: 0.05em;
}

/*/-----------------価格*/
.priceTable,
.priceTable tbody {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 10px 0;
}

.priceTable tr {
	width: 100%;
	border-bottom: 1px solid #bfd8d3;
	margin-bottom: 15px;
}

.priceTable th {
	width: 50%;
	text-align: left;
	padding: 1.5em 0 .8em;
	padding-left: 1em;
}

.priceTable td {
	width: 50%;
	text-align: right;
	padding: 1.5em 0 .8em;
	padding-right: 1em;
}

/*-----------------汎用クラス*/

.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (min-width: 768px) {
.pc {display: block;}
.sp {display: none;}
}
@media only screen and (max-width: 767px) {
.pc{ display: none;}
.sp {display: block;}
}

.textIndent {text-indent:1em}
.textLeft {text-align:left!important}
.textCenter {text-align:center!important}
.textRight {text-align:right!important}
.textLarge {font-size:120%!important}
.textXLarge {font-size:150%!important}
.textXXLarge {font-size:200%!important}
.textSmall {font-size:80%!important}
.bold {font-weight: bold!important}


.alignleft {
	vertical-align: middle;
	overflow: hidden;
	zoom: 1;
	/*float: left;*/
	position: relative;
}

.alignleft + p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
	margin-bottom: 0;
}


.centering {
	display: block;
	margin: auto;
}

.mb0 {margin-bottom: 0!important}
.mb10 {margin-bottom:10px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}


.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif!important;
	font-size: 108%!important;
}

.gothic {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.marugo {
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif;
}

.caution {
	font-size: 90%;
	color: red;
	line-height: 1.3;
}

.color01 {color: #4b9587!important}
.color02 {color: #935c0e!important}

.highlight {
	background: #f5faf9!important;
	padding: 2.5em 1em;
}

/*----------------- 横並びコンテンツ用*/

.inner-wrap {
	display: block;
	table-layout: fixed;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}

.block {
	display: inline-block;
	width: 49%;
	padding: 0;
	margin: auto;
	float: left;
	margin-left: 2%;
	margin-top: 10px;
  text-align: left;
}

.block p {
  text-align: left;
}

.block:first-child {
	margin-left: 0!important;
}

.block:last-child {
	margin-right: 0!important;
}

.blockLine {
	clear: both;
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

@media ( min-width : 768px ) {
.blocks_3 > .block {
	width: calc(100% / 3 - 7px);
	    margin-left: 10px;
}
.blocks_4 > .block {
	width: calc(100% / 4 - 2%);
}
.blocks_5 > .block {
	width: calc(100% / 5 - 2%);
}
.blocks_7 > .block {
    width: calc(100% / 7 - 9px);
}
.vertical > .block {
  float: none;
  vertical-align: middle;
  position: relative;
}
.reversal > .block {
  float: right;
  position: relative;
}
.block.last + .block {
  margin-left: 0;
  clear: both;
}
}

.wd10 {	width: 9%;}

.wd20 {	width: 19%;}

.wd30 {	width: 29%;}

.wd40 {	width: 39%;}

.wd60 {	width: 59%;}

.wd70 {	width: 69%;}

.wd80 {	width: 79%;}

.wd90 {	width: 89%;}



@media ( max-width : 767px ) {
	.inner-wrap, .block {
		display: block;
		text-align: center;
		margin: 0 auto 15px;
		width: 100%;
}
.block {
  text-align: left;
}
.wd10, .wd20, .wd30, .wd40, .wd60, .wd70, .wd80, .wd90 {
	width: 100%;
}
.blockLine {
	 padding: 0;
}

.sp_2 > .block {
  display: inline-block;
  width: 48%;
  padding: 0;
  margin: auto;
  float: left;
  margin-top: 10px;
  text-align: left;
}
.sp_2 > .block:nth-child(even) {
  margin-left: 10px;
}
.sp_2 > .block:nth-child(odd) {
  clear: both;
}
}

/*/-----------------フレックスボックス*/

@media screen and  ( min-width : 768px ) {

.flexBox {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexBox.flexLeft {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}
}

/*/-----------------グリッドタイル*/

.gridBox {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 0;
	        column-gap: 0;
}

.gridBox > figure {
	padding: 5px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

@media screen and  ( max-width : 767px ) {
	.gridBox {
		-webkit-column-count: 2;
		        column-count: 2;
	}
}

/*/-----------------フロー*/

.flow-inner {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
	margin-bottom: 20px;
	counter-reset: number 0;
}

.flow {
	position: relative;
	max-width: 100%;
	display: block;
	margin: 10px auto 13%;
	padding: 1em 1.5em;
	background: none;
	border-radius: 4px;
}

.flow:last-child {
	margin: 10px auto;
}

.flow:not(:last-child):after,
.flow:not(:last-child):before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -8%;
	margin: auto;
	width: 13px;
	height: 13px;
	border-top: 4px solid #10a4f0;
	border-right: 4px solid #10a4f0;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.flow:not(:last-child):before {
	bottom: -5%;
}
p.flowTitle {
	padding: 0;
	margin: 15px 0 8px;
	color: #1f46aa;
  font-size: 18px;
  font-weight: bold;
	position: relative;
	text-align: center;
	/*letter-spacing: -.1em;*/
	line-height: 1.5;
}
.flow:last-child:after,
.flowTitle:before,
.flowTitle:after {
	content: none!important;
}
.flowTitle span {
	font-style: normal;
	position: relative;
	vertical-align: text-bottom;
	/*margin-right: 1.5em;*/
	display: table;
	padding: .3em 1em;
	margin: 0 auto 5px;
	background: #04029c;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	letter-spacing: .08em;
	line-height: 1;
}
.flowTitle span:after {
	counter-increment: number 1;
	content: ".0" counter(number);
}


@media screen and  ( min-width : 768px ) {

.flow-inner.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow-inner.horizontal .flow {
	padding: 0;
	margin: 0;
	flex: 1;
}
.flow-inner.horizontal .flow:not(:last-child) {
	margin-right: 4%;
}
.flow-inner.horizontal .flow:not(:last-child):after,
.flow-inner.horizontal .flow:not(:last-child):before {
	right: -15%;
	left: auto;
	top: 18%;
	bottom: auto;
	margin: auto;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.flow-inner.horizontal .flow:not(:last-child):before {
	right: -9%;
}
}

.arrowBox {
  position: relative;
  background: #1b8fd3;
  color: #fff;
  text-align: center;
  padding: 2em 1em;
  height: 100px;
  padding-right: 50px;
}

.arrowBox:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 40px;
  border-color: #fff transparent #fff;
}

@media screen and (max-width: 767px) {
	.arrowBox {
		padding-right: 1em;
		height: 130px;
		margin-bottom: 20px;
	}
  .arrowBox:after {
    left: 0;
    top: 0;
    border-width: 105px 0 105px 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*/-----------------拡大オーバー*/

@media screen and  ( min-width : 768px ) {
.scaleBox > span {
	overflow: hidden;
	display: table;
}

.scaleBox > span img {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.scaleBox:hover > span img {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
}

.scaleBox {
	position: relative;
	display: table;
	margin: auto;
}

.scaleBox > a {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}


/*/-----------------ボーダーボックス*/

.borderBox {
  position: relative;
  border: 2px solid #5b8abf;
  padding: 2em 1.5em;
  background: #fff;
  z-index: 2;
  display: block;
}

.borderBox:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	margin: auto;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #adc4df;
	z-index: 1;
	display: block;
}


/*/-----------------フェードイン*/

/* fadeIn */
/* 画面外にいる状態 */
.fadeIn {
   opacity : 0.1;
   -webkit-transform : translate(0, 150px);
           transform : translate(0, 150px);
   -webkit-transition : all 1000ms;
   transition : all 1000ms;
   }
.fadeIn.catch {
   opacity : 0.1;
   -webkit-transform : translate(0, 150px);
           transform : translate(0, 150px);
   -webkit-transition : all 1800ms;
   transition : all 1800ms;
   }
/* 画面内に入った状態 */
main .fadeIn.scrollin {
   opacity : 1;
   -webkit-transform : translate(0, 0);
           transform : translate(0, 0);
   }



/* SP表示をPCでも採用 */
/*@media screen and (max-width: 767px) {*/


.ac_menu {
	width: 44%;
	max-width: 60px;
	display: inline-block;
}
.ac_menu dt img {
	max-width: 70px;
	width: 100%;
	cursor: pointer;
}
header .ac_menu dd {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 9999;
}


header .ac_menu dd ul li a {
	padding: 1.3em 20px 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	background: #02d1ad;
	width: 100%;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	display: block;
	text-align: left;
}
header .ac_menu dd ul li a:hover {
	background: #01a084;
	text-decoration: none;
}

/*}*/

@media screen and (max-width: 420px) {
dl.info dt, dl.info dd, table th, table td {
	font-size: 80%;
}

header .ac_menu dd {
	top: 70px;
}
header h1 {
	width: 50%;
	margin: 2% 0;
	min-width: 140px;
}
}

@media screen and (max-width: 360px) {
}

.underContents {
	padding: 2em 0;
	margin-bottom: 1%;
}


main section {
	margin-bottom: 3%;
}

main section:last-child {
	margin-bottom: 0;
}

/*/-----------------ここから個別*/

.hdr_tel {
	width: calc(100% * 2 / 3 - 3px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	text-align: right;
}
.hdr_mail {
	width: calc(100% * 1 / 3 - 2px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	text-align: left;
}
.hdr_btn {
	margin-bottom: 7px;
	display: inline-block;
}

@media screen and  ( max-width : 767px ) {
header h1 {
    /*display: table;*/
    width: auto;
    text-align: left;
    margin: 15px auto;
	width: 60%;
}
.sp_right.sp {
    float: right;
    width: 30%;
    text-align: right;
    margin-top: 10px;
}
.sp_right.sp img {
    width: 40%;
    max-width: 60px;
}
}

#entry-box h2 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
@media (max-width:767px) {
    #entry-box h2 {
        font-size: 22px;
    }
}
#entry-form div {
    width: 100%;
    padding: 25px;
}
@media (max-width:767px) {
    #entry-form div {
        padding: 25px 0;
    }
}
#entry-form div:last-child {
    border: none;
}

#entry-form div dl {
    display: table;
    width: 100%;
    margin: 0 0 20px;
}

#entry-form div dl:last-child {
    margin: 0;
}
@media (max-width:767px) {
    #entry-form div dl {
        display: block;
				margin-bottom: 70px;
    }
}
#entry-form div dl dt {
    display: table-cell;
    width: 22.5%;
    padding-right: 2.5%;
    font-weight: bold;
    vertical-align: middle;
		text-align: right;
}
@media (max-width:767px) {
    #entry-form div dl dt {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        padding-right: 0;
				text-align: left;
    }
}
#entry-form div dl dd {
    display: table-cell;
    width: auto;
    vertical-align: middle;
}
@media (max-width:767px) {
    #entry-form div dl dd {
        display: block;
    }
}
#entry-form div dl dt span {
    color: #f00;
}
#entry-form div dl dd ul {
    width: 100%;
    overflow: hidden;
}
#entry-form div dl dd ul li {
    float: left;
    width: 50%;
    margin: 0 0 15px;
}
#entry-form div dl dd p#purchase_time {
    margin: 25px 0 0;
}
#entry-form div dl dd p#purchase_time input[name="purchase_time_year"] {
    width: 130px;
    margin-right: 5px;
}
#entry-form div dl dd p#purchase_time input[name="purchase_time_month"] {
    width: 80px;
    margin: 0 5px;
}
#entry-form div dl dd .sub-header {
	font-size: 11px;
}
#entry-form div dl dd .sub-header p {
	display: inline-block;
	margin-left: 10px;
}
#entry-form span.breakpoint {
    display: block;
}
@media (max-width:767px) {
    #entry-form span.breakpoint {
        display: inline;
    }
}
#check-box {
    text-align: center;
    font-weight: bold;
    margin: 25px 0 0;
}
#check-box em {
    display: block;
    color: #E86546;
}

/*----------------------------------------------------
  フォーム
----------------------------------------------------*/
.button {
    -webkit-transition: .4s;
    transition: .4s;
}
.button:hover {
    opacity: .7;
}
.button + .button {
    margin-top: 20px;
}
.basic-button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.basic-button a {
    line-height: normal;
}
.basic-button input,
.basic-button a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: none;

    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    outline: none;
    cursor: pointer;
}
.button-blue input,
.button-blue a {
    border: 1px solid #3783CF;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11,139,228,1)),color-stop(50%, rgba(11,139,228,1)),color-stop(51%, rgba(55,131,207,1)),to(rgba(55,131,207,1)));
    background: linear-gradient(to bottom, rgba(11,139,228,1) 0%,rgba(11,139,228,1) 50%,rgba(55,131,207,1) 51%,rgba(55,131,207,1) 100%);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.fb-button {
    position: relative;
    max-width: 254px;
    width: 100%;
    height: 38px;
    margin: 0 auto;
    padding: 0 0 0 38px;
    background-color: #37528b;
    border-top: 1px solid #aeaeae;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}
.fb-button a {
    display: block;
    color: #fff;
}
.fb-button a span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 37px;
    margin-right: 10px;
    border-right: 1px solid #2e4574;
    font-size: 20px;
    vertical-align: bottom;
}
.fb-button a span i {
    width: 37px;
    border-right: 1px solid #3b5998;
    line-height: 36px;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
textarea {
    border: 1px solid #c5c5c5;
    background: #fff;
    width: 100%!important;
    height: 42px;
    padding: 5px 8px;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
}
textarea {
    height: 80px;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 10px;
    background: #fff;
    border: 1px solid #E7E2E2;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background: #000;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
}
input[type="submit"],
button[type="submit"],
input[type="button"],
button[type="button"]{
    max-width: 254px;
    width: 100%;
    padding: .9em .5em;
		background: #ea1920;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;
    outline: none;
    cursor: pointer;
		border-radius: 4px;
		border: 0;
		margin: 10px auto 0;
		-webkit-transition: .4s;
		transition: .4s;
		border: 1px solid #ea1920;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="button"]:hover,
button[type="button"]:hover{
	background: #fff;
	color: #ea1920;
	-webkit-transition: .4s;
	transition: .4s;
}
input[type="reset"] {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .05em;
    background: #b4b4b4;
    -webkit-box-shadow: 2px 2px 6px #aaa;
            box-shadow: 2px 2px 6px #aaa;
    padding: 10px 20px;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
label {
    cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}


/*/-----------------TOPページ*/

.contents01 {
	margin-bottom: 0;
}

.contents02 {
	padding: 3em 0;
	margin-bottom: 0;
}

.contents02 .block figure {
	background: #cdedfd;
	padding: 4em .5em 3em;
	min-height: 500px;
	max-width: 400px;
	margin: auto;
}

@media screen and  ( max-width : 767px ) {
	.contents02 .block figure {
		min-height: inherit;
	}
}
.contents02 ul {
	padding: 0 1.3em;
}
.contents02 ul li {
	line-height: 1.5;
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1000px) {
.contents02 ul {
    padding: 0 .5em;
}
.contents02 .block figure {
    padding: 4em .5em .5em;
    min-height: 515px;
}
}
.contents03 {
	padding: 4em 0;
	margin-bottom: 0;
	background: #efefef;
}

.contents03 .blockLine {
	background: #fff;
	padding: 1.3em;
}

@media screen and  ( min-width : 768px ) {
.contents03 .blockLine .wd60 {
	padding: 1em 2em;
}
}

	.contents04 {
		padding: 4em 0;
		margin-bottom: 0;
	}
.contents04 .block {
	border: 2px solid #04029c;
	border-radius: 4px;
}

	.bnrBox {
		background: #fff;
		padding: 1.7em 0 1.7em 1em;
		border-bottom: 2px solid #04029c;
		/*max-width: 320px;*/
		margin: 0 auto 15px;
		background: #e6f3f9;
	}
	.bnrBox p {
		font-size: 19px;
		color: #04029c;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1.3;
	}
	@media ( min-width : 768px ) and ( max-width : 1000px ) {
		.bnrBox p {
			font-size: 16px;
			margin-left: 5px;
		}
		.bnrBox img {
			width: 20%;
		}
	}

@media screen and  ( max-width : 767px ) {
.bnrBox p {
	font-size: 16px;
}
}

.contents04 .block > p {
	/*max-width: 320px;*/
	margin: auto;
	display: block;
	padding: 0 10px 10px;
	min-height: 195px;
}
@media (min-width: 768px) and (max-width: 1000px) {
.contents04 .block > p {
	min-height: 260px;
}
}
@media screen and  ( max-width : 767px ) {
.contents04 .block > p {
	min-height: 100%;
}
}
.contents05 {
	padding: 4em 0;
	margin-bottom: 0;
	background: url(img/top_bg002.png);
}

.contents06 {
	padding: 4em 0 5em;
	margin-bottom: 0;
}

.contents07 {
	padding: 4em 0;
	margin-bottom: 0;
	background: url(img/top_bg003.png);
}

.contents08 {
	padding: 4em 0;
	margin-bottom: 0;
}

.contents09 {
	padding: 4em 0;
	margin-bottom: 0;
	background: url(img/top_bg001.png) no-repeat center / cover;
}

@media screen and  ( max-width : 1000px ) {
	.flow p.flowTitle {
		font-size: 18px;
	}
	.flow p {
		font-size: 14px;
	}
}
@media screen and  ( max-width : 767px ) {
	.flow {
		max-width: 300px;
	}
	.flow, .flow:last-child {
    margin: 30px auto;
	padding:1em 1.5em 0px;
}
}


.bnrContents {
	padding: 3em 0;
	margin-bottom: 0;
	background: url(img/info_bg.png) no-repeat center / cover;
}

.red { color: #d50000!important}

.ChangeElem_Panel{
  display: none;
}

.ChangeElem_Btn {
	cursor: pointer;
	background: #04029c url(img/top_icon013_off.png) no-repeat center left 25% / 9%;
	padding: .8em;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1;
	vertical-align: middle;
	width: 49.5%;
	height: 80px;
	-webkit-transition: .4s;
	transition: .4s;
}

.ChangeElem_Btn:last-child {
	float: right;
	background: #04029c url(img/top_icon014_off.png) no-repeat center left 25% / 9%;
}

.ChangeElem_Btn.is-active:last-child,
.ChangeElem_Btn:last-child:hover {
	color: #1f46aa;
	background: #fff url(img/top_icon014.png) no-repeat center left 25% / 9%;
	-webkit-transition: .4s;
	transition: .4s;
}
.ChangeElem_Btn.is-active:first-child,
.ChangeElem_Btn:first-child:hover {
	color: #1f46aa;
	background: #fff url(img/top_icon013.png) no-repeat center left 25% / 9%;
	-webkit-transition: .4s;
	transition: .4s;
}
.ChangeElem_Panel {
	background: #fff;
	padding: 3em;
}

.ChangeElem_box {
    margin: 40px 0 0;
}
.ChangeElem_box h3 {
    font-size: 30px;
    color: #333;
    padding: 0;
}
.ChangeElem_box h3:before {
    content:none;
}
.ChangeElem_title img {
	width: 20%;
	max-width: 59px;
}
.ChangeElem_title span {
    padding: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
    color: #04029c;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
	width: 80%;
}
.ChangeElem_title span.new_icon {
    padding-left: 2.5em;
    position: relative;
}
.ChangeElem_title span.new_icon:before {
    position: absolute;
    content: "NEW";
    background: #ea1920;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    margin: 3px 0 0 5px;
    top: 0;
    left: 0;
}
.ChangeElem_box p {
    font-size: 14px;
}
@media (min-width: 768px) {
.ChangeElem_box .blocks_3 > .block {
    width: calc(100% / 3 - 3%);
    margin-right: 3.4%;
}
.ChangeElem_box .blocks_3 > .block:nth-child(3n) {
	margin-right: 0;
}
}
@media (min-width: 768px) and (max-width: 1020px) {
.ChangeElem_box .blocks_3 > .block {
    margin-right: 3.1%;
}
.ChangeElem_title span {
	font-size: 16px;
}
}
@media screen and  ( max-width : 767px ) {
.ChangeElem_Btn {
		font-size: 18px;
	}

	.ChangeElem_Btn:last-child,
	.ChangeElem_Btn:first-child,
	.ChangeElem_Btn.is-active:last-child,
	.ChangeElem_Btn.is-active:first-child {
		background-position: center left 10%!important;
		background-size: 15%!important;
	}
.ChangeElem_box {
    margin: 30px 0 0;
}
.ChangeElem_box h3 {
    font-size: 22px!important;
}
.ChangeElem_title span {
    vertical-align: middle;
}
}
@media screen and  ( max-width : 420px ) {
.ChangeElem_box h3 {
    font-size: 20px!important;
}
.ChangeElem_title span {
    font-size: 16px;
}	
}
.ChangeElem_Panel2 {
  display: none;
}

.ChangeElem_Btn2 {
	background: #888888;
	text-align: center;
	color: #fff;
	margin: 0;
	width: calc(100% / 4);
	padding: 1.2em 0;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s;
}
.ChangeElem_Btn2.is-active,
.ChangeElem_Btn2:hover {
	background: #04029c;
	-webkit-transition: .4s;
	transition: .4s;
}
@media screen and  ( max-width : 767px ) {
.ChangeElem_Btn2 {
		/*display: block;
		width: 100%;*/
	width: calc(100% / 4 - 5px);
		font-size: 12px;
		padding: .8em 0;
	}
}

.new {
    font-size: 80%;
    padding: 2px 5px;
    background: #ea1920;
    vertical-align: text-top;
    margin-left: 5px;
}

	 @media only screen and (min-width: 768px) {
	 .pc {display: block;}
	 .sp {display: none!important;}
	 }
	 @media only screen and (max-width: 767px) {
	 .pc{ display: none!important;}
	 .sp {display: block;}
	 }

/* ヘッダー追従 */
header {
    height: 136px;
	width: 100%;
	margin:0 auto;
}
.header-fixed{
	position: fixed;
	width: 100%;
	margin:0 auto;
	top: -200;
}
.header-fixed__right{
	display: flex;
    align-items: center;
}
.header-fixed__tel{
	margin-left: 15px;
}
.header-fixed__contact{
	margin-left: 25px;
}
.header-fixed .hdr_btn{
	font-size: 15px;
	font-weight: bold;
	margin-right: 18px;
	margin-bottom:0;
	margin-top: 12px;
}
@media only screen and (max-width: 900px) {
	.header-fixed .hdr_btn{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.header-fixed.header-fixed__active{
		display: none;
	}
}
.header-fixed .hdr_btn img {
	margin-right: 3px;
}
#mainimage {

}
#contact2 {
    padding-top: 150px;
    margin-top: -150px;
}
.bnrLast {
	padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
header {
	position: fixed;
    height: 95px;
}
#mainimage {
	padding-top:96px;
}
#contact2 {
    padding-top: 100px;
    margin-top: -100px;
}
}
@media only screen and (max-width: 460px) {
header {
    height: 75px;
}
#mainimage {
	padding-top:76px;
}
#contact2 {
    padding-top: 85px;
    margin-top: -85px;
}

}

/* 20181210追記 */
.ChangeElem_Btn2 {
	margin:0 0 10px;
}
.ChangeElem_Btn2.is-active {
	position: relative;
}
.ChangeElem_Btn2.is-active:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1abc9c;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
}
.ChangeElem_Btn2.is-active:nth-child(2):after{
    border-top: 10px solid #f8b93b;
}
.ChangeElem_Btn2.is-active:nth-child(3):after{
    border-top: 10px solid #fa6d61;
}
.ChangeElem_Btn2.is-active:nth-child(4):after{
    border-top: 10px solid #56bfe8;
}
.ChangeElem_Btn2.is-active:nth-child(1), .ChangeElem_Btn2:hover:nth-child(1) {
    background: #1abc9c;
}
.ChangeElem_Btn2.is-active:nth-child(2), .ChangeElem_Btn2:hover:nth-child(2) {
    background: #f8b93b;
}
.ChangeElem_Btn2.is-active:nth-child(3), .ChangeElem_Btn2:hover:nth-child(3) {
    background: #fa6d61;
}
.ChangeElem_Btn2.is-active:nth-child(4), .ChangeElem_Btn2:hover:nth-child(4) {
    background: #56bfe8;
}
li.ChangeElem_Panel2:nth-child(1) {
    border: 2px solid #1abc9c;
    background: rgba(26, 188, 156, .05);
    padding: 20px;
    box-sizing: border-box;
}
li.ChangeElem_Panel2:nth-child(2) {
    border: 2px solid #f8b93b;
    background: rgba(248, 185, 59, .05);
    padding: 20px;
    box-sizing: border-box;
}
li.ChangeElem_Panel2:nth-child(3) {
    border: 2px solid #fa6d61;
    background: rgba(250, 109, 97, .05);
    padding: 20px;
    box-sizing: border-box;
}
li.ChangeElem_Panel2:nth-child(4) {
    border: 2px solid #56bfe8;
    background: rgba(86, 191, 232, .05);
    padding: 20px;
    box-sizing: border-box;
}

/* IE対応 */
@media all and (-ms-high-contrast: none){
}

/* 投稿ページ用 */
main .post {

}
main .post .inner {
    width: 98%;
}
section.under_title {
    padding: 2.3em 0;
    background: url(img/top_bg001.png) no-repeat center / cover;
    margin-bottom: 3%;
}
section.under_title h2 {
    padding: 0;
	margin:0;
}
section.under_title h2:after {
	content: none;
}
main .post .bnrContents {
    background: url(img/info_bg.png) no-repeat center / cover;
}

main .post h4 {
    padding: 0 0 .3em;
    border-bottom: 1px dashed #04029c;
}
.tag {
    width: 160px;
    border-radius: 5px;
    text-align: center!important;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
}
.tag.retailing {
    background-color: #d84f57;
}
.tag.amusement {
    background-color: #90c320;
}
.tag.beauty {
    background-color: #854db0;
}
.tag.restaurant {
    background-color: #f6ae03;
}
.sales_box {
    border: 3px dashed #05019c;
    padding: 20px;
    margin-top: 30px;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E7F8FC), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E7F8FC),color-stop(.75, #E7F8FC), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}
.date {
    float: right;
    font-size: 85%;
    color: #333;
    padding: 0 10px;
}
.date.single-date {
	float: none;
    font-weight: bold;
    font-size: 110%;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 5px;
}
#case .blockLine.blocks_3 .block {
	margin: 0 1% 30px 0;
}
#case .blockLine.blocks_3 .block:nth-child(3n) {
	margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px){
main .post .blockLine {
	margin-bottom: 30px;
}	
main .post .block.wd60 {
    margin-left: 2%
}
main .post .block.wd80 {
    margin-right: 2%!important;
    margin-left: 0;
}
main .post .block.wd20 {
    margin-right: 0!important;
}	
}
@media only screen and (max-width: 767px){
main .post {
    margin-top: 95px;
}
section.under_title {
    padding: 2.5em 0;;
}
main .post .btn_style a {
    display: block;
    margin: 5px auto!important;
    font-size: 14px;
}	
.tag {
    width: 100%;
}	
main .post .inner-wrap,main .post .block {
	text-align: left;	
}	
}

/* テーブル */
table.post_table {
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:0 0 30px;
    width: 100%;	
}

table.post_table th{
padding: 15px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #e6f3f9;
    width: 28%;
    vertical-align: middle;
    color: #05019c;
	line-height: 1.4;
}
table.post_table td{
padding:15px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
line-height: 1.4;	
}

/* ページ送り */
.pager {
	margin: 20px 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
.pager .page-numbers {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #f2f3f5;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #f2f3f5;
	color:#04029c;
}
.pager .page-numbers.current, 
.pager .page-numbers:hover {
    color: #fff;
    background: #04029c;
    border-color: #04029c;
}

/* メールフォーム */
.mailform {
    width: 80%;
    margin: 30px auto 0;
}
.mailform dt {
    float: left;
    width: 220px;
    clear: both;
    font-size: 18px;
    padding: 12px 10px 0 0;
    text-align: right;
    margin: 0px;
    color: #333;
    font-weight: bold;
}
.mailform dt span {
    color: #ea1920;
	padding-left: 1em;
}
.mailform dd {
    margin: 0 0 20px;
    padding: 0 5px 0 230px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
}
.mf_buttons {
    clear: both;
    padding: 10px 0px;
    text-align: center;
}
.mailform label {
    border-radius: 3px;
    margin: 9px 0 3px 6px;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
}
input[type="checkbox"] {
    margin: 0 5px 0px 0px;
    vertical-align: sub;
}
span.wpcf7-list-item {
    margin-left: 0;
}
input[type="radio"] {
    float: left;
}
span.wpcf7-list-item-label {
    vertical-align: text-bottom;
}

.mfp_buttons{
	text-align: center;
}

form {
    padding-top: 180px;
    margin-top: -180px;
}
.wpcf7c-conf, 
input.wpcf7-form-control.wpcf7-text.wpcf7c-conf{
    background: none;
    border: none;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background: none !important;
}

div.wpcf7 .screen-reader-response {
    position: relative;
    height: auto;
    width: auto;
    padding: 0;
    text-align: center;
	    color: #ea1920;
}
.wpcf7-form.sent {
    display: none;
}
@media only screen and (max-width: 767px){
div.wpcf7 img.ajax-loader {
    display: none;
}
.mailform {
    width: 100%;
}	
.mailform dt, .mailform dd {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
}	
.mailform dt {
	padding:10px 0;	
}	
.mailform dd {
    padding:0;
}	
}