@charset "UTF-8";

.fweight300{font-weight:300;}

h2.title{
	margin: 0 0 50px;
	padding: 0 0 15px 50px;
	font-size: 24px;
	width: calc(100% - 50px);
    border-bottom: 5px solid #666666;
    background-image: url("../images/common/arrow_or25_round.png");
    background-repeat: no-repeat;
    background-position: left 20px top 8px;
    background-size: 18px;
}
h3.title{
	margin: 0 0 20px;
	padding: 0 0 0px 20px;
	font-size: 20px;
	width: 100%;
    color: #f29644;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
h2.title{
	padding: 0 0 15px 30px;
	width: calc(100% - 30px);
    background-position: left 0px top 8px;
}
h3.title{
	padding: 0 0 0px 0px;
}
}

h1.title_wh{
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: #000 1px 0 3px;
}


.contentsIn p{
    margin: 0 0 20px 0;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.contentsIn p{
    padding: 0 0px;
}
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}


table{
	width:100%;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
th,td{
	vertical-align:top;
	margin:0;
	padding:0;
	font-weight: normal;
}
th{
	white-space: nowrap;
}
td{
}
@media screen and (max-width: 767px) {/*スマホ対応*/
}


/*flexbox*/
.flexcontainer{/*親*/
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	text-align: left;
}
.flexitem{/*子*/
	position: relative;
	z-index: 0;
	margin: 0 0px 0px;
	padding: 0 0px 0px;
}
.flexitemInner{/*子inner*/
	position: relative;
	margin: 10px 15px 0;
	padding: 0 0 5px;
}
.flexitem img{
	width: 100%;
}
.flexitem1of2{flex-basis: calc(50%);}
.flexitem1of3{flex-basis: calc(33.333%);}
.flexitem1of4{flex-basis: calc(25%);}
.flexitem1of5{flex-basis: calc(20%);}
.flexitem1of6{flex-basis: calc(16.666%);}

@media screen and (max-width: 767px) {/*スマホ対応*/
	.flexitem1of2{flex-basis: calc(100%);}
	.flexitem1of3{flex-basis: calc(100%);}
	.flexitem1of4{flex-basis: calc(50%);}
	.flexitem1of5{flex-basis: calc(50%);}
	.flexitem1of6{flex-basis: calc(50%);}
}


.bgEEE
, .bgf9efc5
, .bgF6F
, .bgFFF
, .bgF2F
, .bgF7E187
, .bgTitleCommon/*タイトル共通*/
, .bgTitle/*タイトル共通*/
, .bgTitleAbout
, .bgTitleEis
, .bgTitleMember
{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
}
.bgTitleCommon/*タイトル共通*/
, .bgTitle/*タイトル共通*/
, .bgTitleAbout
, .bgTitleEis
, .bgTitleMember
{
    padding: 100px 0;
}
.bgTitle/*タイトル共通*/
{
    padding: 30px 0;
}
@media screen and (min-width: 1024px) {
.bgTitleCommon{background-position: top center;}
}

.bgf9efc5{background-color: #f9efc5 !important;}
.bgEEE{background-color: #EEEEEE !important;}
.bgF6F{background-color: #f6f6f6 !important;}
.bgFFF{background-color: #FFFFFF !important;}
.bgF2F{background-color: #F2F2F2 !important;}
.bgF7E187{background-color: #F7E187 !important;}
.bgTitleCommon{background-image: url("../images/pages/title_common1.jpg");}/*タイトル共通*/
.bgTitle{background-image: url("../images/pages/title_bg.jpg");}/*タイトル共通*/


.bgTitleCommon::after/*タイトル共通*/
, .bgTitleAbout::after
, .bgTitleEis::after
, .bgTitleMember::after
, .bgTitle::after
{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}


.mailBT{
	z-index: 9999;
	position: fixed;
	bottom: 20px;
	right: 10px;
	margin: 0;
	padding: 0;
}
a.btToi{
    display: block;
    width: auto;
    margin: 0;
    padding: 30px 10px 20px 50px;
    background-color: #edae2c;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    background-image:url("../images/common/ico_mail_wh.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 10px center;
    font-size: 26px;
    line-height: 14px;
}
a.btToi:hover{
    opacity: 0.5;
}




/*---------------------------------------------------------------------------------------------------------- Filter _____*/
.bgFilter{
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 1px solid #EEEEEE;
}
.bgFilterIn{
	position: relative;
	max-width: 1326px;
	margin: 0 auto;
	padding: 20px 20px 20px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.bgFilterIn{
	padding: 20px 20px 0px;
}
}

/*フィルター menuStyle.css override*/
.filtersort{
	margin: 0px 0;
	padding: 0;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.filtersort{
	margin: 0px 0 0;
}
}

.filter-label{
	/*color: #fff;*/
	font-size: 12px;
	margin: 0px;
	padding: 0 0 5px 20px !important;
}
.icoFilterlabel{
	margin: 0 0 10px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 15px;
}
.icoFilterlabel_filter{
	background-image: url(../images/common/ico_filter.png);
}
.icoFilterlabel_sort{
	background-image: url(../images/common/ico_sort.png);
}


.btn-group .btn:last-child, .btn-group .btn:first-child {
    border-radius: 0;
}
.btn-group .btn:last-child {
	margin-right: 0px;
}
.btn {
    display: inline-block;
    padding: .75em .8em;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #34495e;
    color: #34495e;
    font-size: 1rem;
    background-color: rgba(52,73,94,0);
    transition: .2s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
	/*upd-fujimoto*/
    border: 0px;
	margin-right: 10px;
    padding: 5px;
	font-size: 13px;
	text-align: left;
	/*color: #AAAAAA;*/
	min-height: 35px;
	white-space: nowrap;
}
.btn--primary {
	padding-top: 12px;
	/*min-width: 60px;*/
}
.btn--primary.active, .btn--primary:active {
    background-color: transparent;
}
.btn--primary.active:hover, .btn--primary:active:hover {
    background-color: transparent;
	background:none;
}
.btn--primary:focus.active {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.0), 0 0 0 0px rgba(52,152,219,.0);
}
.btn.active, .btn:active {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
	font-weight: bold;
    background-color: transparent;
}
.btn--primary:focus {
    box-shadow: 0 0 0 0 rgba(52,152,219,0);
}
.btn--primary:hover {
    background-color: transparent;
	background-image: url(../images/common/bg_header_cmn.png);
	background-repeat: repeat;
}

.filters-group input[type=radio]{
	height: 0;
}

@media screen and (max-width: 767px) {/*スマホ対応*/
.filters-group {
    margin: 0 0 30px;
}
}



/*---------------------------------------------------------------------------------------------------------- information _____*/
.infoTable, .aboutTable {
    margin: 0 auto;
    padding: 0 0px;
}

ul.informationList, ul.aboutList {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.informationList li, ul.aboutList li {
    margin: 0 0px 25px 0;
    padding: 0 20px 20px;
    border-bottom: 1px solid #CCC;
    line-height: 180%;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
ul.informationList li, ul.aboutList li {
    padding: 0 0px 20px;
}
}
.infoDate, .infoTitle, .aboutTitle, .aboutData {
    float: left;
    color: #555555;
}
.infoDate{
    font-size: 11px;
    width: 130px;
    white-space: nowrap;
}
.aboutTitle{
    width: calc(30% - 40px);
    
    padding-right: 10px;
    padding-left: 30px;
    background-image: url("../images/common/arrow_or20_round.png");
    background-repeat: no-repeat;
    background-position: left 0px top 5px;
    background-size: 18px;
}
.infoTitle{
    width: calc(100% - 130px);
	white-space: normal;
}
.aboutData{
    width: 70%;
}
.infoTitle a{
	text-decoration: underline;
}
.infoTitle a:hover{
	text-decoration: none;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.infoDate, .infoTitle, .aboutTitle, .aboutData {
    float: none;
    width: 100%;
}
.aboutTitle {
    padding-bottom: 10px;
}
.aboutData {
    width: calc(100% - 30px);
    padding-left: 30px;
}
}



/*---------------------------------------------------------------------------------------------------------- index.html _____*/
.indexMainImg{
    position: relative;
    z-index: 0;
    max-width: 1680px;
    margin: 0px auto;
    padding: 0 0px;
}
.indexMainImg img{
    position: relative;
    z-index: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.indexMainImg{
    margin: 0px auto;
    padding: 0 0px;
}
}

.greeting{
    margin: 0;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.greeting{
    padding: 0 0px;
}
}


.fContainer{/*親*/
	width: calc(100% - 20px);
	margin: 0;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	text-align: left;
}
.feature{
	position: relative;
	z-index: 0;
	margin: 0 10px 100px;
	padding: 0 0px 0px;
    flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.fContainer{/*親*/
	width: 100%;
	padding: 0 0px;
}
.feature{
    flex-basis: calc(100% - 20px);
    margin-bottom: 50px;
}
}

.fNo{
    float: left;
    width: 130px;
}
.circle-in{
    width: 100px;
    border-radius: 50%;
    background-color: #70C087;
    color: #FFFFFF;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
}
.fData{
    float: left;
    width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.fNo{
    width: 70px;
}
.circle-in{
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
}
.fData{
    width: calc(100% - 70px);
}
}
.fTitle{
    padding-top: 30px;
    font-size: 20px;
    height: 80px;
    /*background-image: url("../images/common/bg_marker.png");*/
    background-repeat: no-repeat;
    background-position: left 0 top 0px;
    background-size: 100%;
    background-size: 350px;    
}
@media screen and (max-width: 1023px) {
.fTitle{
    height: 120px;
}
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.fTitle{
    height: auto;
    padding-top: 15px;
    margin-bottom: 20px;
}
}

.gamen{
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px 0px;
    width: 33.333%;
    font-size: 12px;
}
.gamen img{
    width: 100%;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.gamen{
    padding: 0 0px 50px;
    width: 100%;
}
}


.patent{
    position: relative;
    margin: 0;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #edae2c;
    font-size: 13px;
}


/*---------------------------------------------------------------------------------------------------------- プライバシーポリシー ----------------*/
#policy{
}
#policy ol{
	margin:30px 0px 0px 25px;
	padding:0px 20px;
}
#policy ol li{
	margin:0px 0px 50px;
	padding:0px;
	list-style-type: decimal !important;
    line-height: 180%;
}
#policy ol li div{
	margin-top:10px;
}
#policy ol li ol, #policy ol li ul{
	margin-top:10px;
	margin-left:43px;
	padding:0px 0px;
}
#policy ol li ul{
	margin-left:20px;
}
#policy ol li ol li, #policy ol li ul li{
    text-indent: -43px;
	margin:0px 0px 5px;
	padding:0px;
    list-style-type: none !important;
    counter-increment: cnt;
}
#policy ol li ul li{
    text-indent: 0px;
    list-style-type: circle !important;
}
#policy ol li ol li::before{
    content: "(" counter(cnt)")　";
}

@media screen and (max-width: 767px) {/*スマホ対応*/
#policy ol{
	padding:0px 0px;
}
}





/*------------------------------------------------------------------------------ footer ----------------*/
.footer{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1326px;
	font-size:12px;
	/*color:#FFFFFF;*/
}
.footer a{
	/*color: #fff;*/
	text-decoration: none;
}
.footer a:hover{
}
.footer p{
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
	line-height: 180%;
}
.footer p.companuNM{
	margin: 0 0 20px;
}
.footer p.companuAdd{
	margin: 0 0 50px;
}

.fmenu{/*親*/
	max-width: 800px;
	margin: 0 auto;
}


/*ロゴ*/
.footLogo{
	margin: 50px auto 0px;
	padding: 0;
	max-width: 150px;
    max-height: 50px;
}


/*------------------------------------------------------------------------------ フォーム ----------------*/
.bgMail{
	margin: 0;
	padding: 20px 10px 10px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
}

.cboxLeft{
	float: left;
	margin-bottom: 10px;
}
.front_radio{
	margin: 0 30px 0 0;
	padding: 0 0 0px;
	line-height: 180%;
}
.front_checkbox{
	margin: 0 30px 0 0;
	padding: 0 0 0px;
	line-height: 180%;
}
.linedot{
	border-bottom:1px solid #69821B;
}
.dataitem_half{
	float: left;
	margin: 30px 0 0;
	padding: 0px 0 0;
	text-align: left;
	letter-spacing: 1px !important;
	width: 30%;
	vertical-align: top;
	font-size: 16px;
}
.datadata_half{
	float: left;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
	letter-spacing: 1px !important;
	width: 70%;
	vertical-align: top;
	font-size: 16px;
}
.datamail{
	margin: 0 auto;
	padding: 0;
	width: 98%;
}
.line_gy {
    clear: both;
    border-bottom: 1px dotted #666666;
}


.bt_one{
	margin:50px auto 50px;
	padding:0px;
	text-align:center;
	letter-spacing:1px !important;
	max-width: 300px;
	vertical-align:top;
}
.bt_half{
	display: inline-block;
	margin:60px 20px 50px;
	padding:0px;
	text-align:center;
	letter-spacing:1px !important;
	width:300px;
	vertical-align:top;
}
input[type=text], textarea, select{
	border:0; 
	padding:10px 1%; 
	color:#000; 
	border:solid 1px #ccc; 
	margin:0; 
	font-size:16px;
}
input[type=text], textarea{
	width:98%;
}
input:focus, textarea:focus, select:focus {
    border:solid 1px #0B19E7;
}
textarea{
	height:300px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.dataitem_half{
	float:none;
	margin: 20px 0 0;
	width: 100%;
}
.datadata_half{
	float:none;
	margin: 0px 0 0;
	padding: 10px 0 0;
	width: 100%;
}
.bt_half{
	/*margin:20px auto 10px;*/
	margin:30px auto 20px;
	max-width: 200px;
}
}


.cp_ipselect {
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

	border:0; 
	padding:10px 1%; 
	color:#000; 
	margin:0; 
	font-size:16px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.6em;
	right: 2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 4px solid #666666;
	border-right: 4px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 18px;
	padding: 8px 38px 8px 1%;
	/*color: #666666;*/
}





