@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	モバイルレ : 480 px およびそれ以下
/* ##################################################################### */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
/* ===================================================================== */
/*	基本設定
/* ===================================================================== */
h3{
        font-size: 180%;
        font-weight: bold;
    }
h4 {
    font-size: 150%;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}
.font-required {
    color: #FF0004;
}
.marker {
 background: linear-gradient(transparent 65%, #ffe400 65%);
font-weight: bold; 
}
.area{
    padding-top: 40px;
    padding-bottom: 80px; 
}



/* ===================================================================== */
/*	見出し　リボン
/* ===================================================================== */
/*	見出し　リボン h1 */
.h_ribon {
	margin-bottom: 3em;
}
.h_ribon h1 {
	font-size: 160%;
	position: relative;
	padding: .30em 1em;
	margin-bottom: 15px;
	text-align: left;	
}
.h_ribon h1::before, .h_ribon h1::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.h_ribon h1::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
/*	見出し　リボン h2 */
.h_ribon h2 {
	position: relative;
	padding: .40em 1em;
	margin-bottom: 15px;
	font-size: 150%;
}
.h_ribon h2::before, .h_ribon h2::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.h_ribon h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
/*	見出し　リボン h3 */
.h_ribon h3 {
	position: relative;
	padding: .40em 1em;
	margin-bottom: 15px;
	font-size: 130%;
}
.h_ribon h3::before, .h_ribon h3::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.h_ribon h3::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
/*	見出し　リボン p */
.localTitle .h_ribon {
	margin-bottom: 15px;
}
.localTitle .h_ribon p {
	position: relative;
	padding: .30em 1em;
	margin-bottom: 0px;
	font-size: 120%;
}
.localTitle .h_ribon p::before, .localTitle .h_ribon p::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.localTitle .h_ribon p::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
/* ===================================================================== */
/*	見出し　フラット
/* ===================================================================== */
.h_flat {
	margin-bottom: 3em;
}
.h_flat h1 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 150%;
	background-color: #85982a!important;
}
.h_flat h2 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
}
.h_flat h3 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
}
/*	見出し　フラット p */
.localTitle .h_flat {
	margin-bottom: 15px;
}
.localTitle .h_flat p {
	position: relative;
	padding: .30em 1em;
	margin-bottom: 0px;
	font-size: 120%;
}
/* ===================================================================== */
/*	見出し　センター
/* ===================================================================== */
.h_center {
	margin-bottom: 3em;
}
.h_center h1 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
    text-align: center!important;
/*    margin: 0 auto;*/
}
.h_center h2 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
    text-align: center!important;
/*    margin: 0 auto;*/
}
.h_center h3 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
    text-align: center!important;
   /* margin: 0 auto;*/
}
/* ===================================================================== */



/* ===================================================================== */
/*	見出し　ud_line
/* ===================================================================== */
.pageTitleArea .t_icon h2, .pageTitleArea .t_icon p{
	padding-top: 50px;
	font-size: 90%;
	color: #fff;
}


.pageTitleArea .t_icon p.top{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	line-height: 0em!important;
}

.pageTitleArea .t_icon p.ud_line{
	font-size: 200%;
	padding-top: 0px!important;
	margin-top: 0px!important;
	padding-bottom: 0px!important;
	line-height: 1.5em;

}


.pageTitleArea h3{
	color: #fff;
}



.pageTitleArea .ud_line{
position: relative;
display: inline-block;
margin-bottom: 1.5em;   
}
/*--
.pageTitleArea .ud_line:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
border-radius: 2px;
}*/


/* ===================================================================== */
/*	
/* ===================================================================== */
.t_icon.fff p,
.t_icon.fff h2,
.t_icon.fff h3{
    color: #fff;
}
.t_icon.bbb p,
.t_icon.bbb h2,
.t_icon.bbb h3{
    color: #000;
}
.t_icon{

}
.t_icon h2, .t_icon p{
    padding: 0;
    margin: 0;
    font-size: 100%;
}

.t_icon p.top{
	margin-bottom: 0px;
}

.ud_line{
position: relative;
display: inline-block;
margin-bottom: 2em;
    
}
/*
.ud_line:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #23b6ea;
border-radius: 2px;
background-color: #ffe400;
}
*/

/* ===================================================================== */
/* ===================================================================== */
.newsLists dl.row {
	margin-left: 0;
	margin-right: 0;
}
.newsLists dl {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
.newsLists dt .date {
	padding-top: 5px;
	font-size: 80%;
}
.newsLists dd {
	width: 100%!important;
	text-indent: 0px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.adLists dt {
    margin-right: 16px;
    display: block;
    float: left;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px!important;*/
}
.adLists dd {
    width: auto;
    border-bottom-style: none;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;*/
    padding-left: 60px!important;
	padding-bottom: 10px;
	margin-bottom: 10px!important;
	line-height: 1.5em;
	font-size: 110%;
}


/*.cat {
	display: inline-block;
	width: 110px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	height: 25px;
	line-height: 1.0em;
	font-size: 75%;
	font-weight: bold;
}*/
.cat {
/*	display: inline-block;
	width: 55px;
	color: #ffffff;
	text-decoration: none;*/
	width:100%;
	text-align: center;
	margin:0 auto;
	margin-top: 10px;
/*	padding-top: 0.2em;
	padding-bottom: 0.1em;*/
/*	height: 15px;*/
	line-height: 1.4em;
	font-size: 65%;
	
	font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
    font-style: normal;
	font-weight: bold;
/*	border-radius: 12px;
	margin-right: 10px;*/
}
.set5 .cat,
.set4 .cat {
	display: inline-block;
	width: 50px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-top: -40px;
	padding-top: 1.9em;
	padding-bottom: 0.1em;
	height: 50px;
	line-height: 1.0em;
	font-size: 65%;
	/*font-weight: bold;*/
	border-radius: 100%;
	margin-right: 10px;
	z-index: 10!important;
position: relative;
}


/*.set6 .cat {
	display: inline-block;
	width: 70px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	height: 21px;
	line-height: 1.0em;
	font-size: 75%;

	border-radius: 12px;
	margin-right: 10px;
	margin-bottom: -30px;
	margin-left: 5px;
	z-index: 10!important;
position: relative;
}*/

.set7 .cat {
	display: inline-block;
	width: 60px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 1.9em;
	padding-bottom: 0.2em;
	height: 60px;
	line-height: 1.0em;
	font-size: 75%;
	/*font-weight: bold;*/
	border-radius: 100%;
	margin-right: 10px;
	margin-bottom: -65px;
	margin-left: 5px;
	z-index: 10!important;
position: relative;
}




.item2 {
	border-radius: 0px;
}
.number {
	line-height: 1.0em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	display: block;
	color: #D90003!important;
	font-size: 200%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 40px;
}
.point_number {
	text-align: center;
	font-weight: bolder;
	font-size: 300%;
	line-height: 1.0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.point {
	text-align: center;
}
label.control-label {
	margin-bottom: 2px;
	color: #000000;
	font-weight: bold;
	background-color: #E8E8E8;
	width: 100%;
	padding-left: 0.5em;
	padding-top: 0.3em;
}

.badge{
	padding-right: 0.5em;
	padding-top: 0.3em;
	margin-top: 0.3em;
	margin-right: 0.5em;
	
}
/* --------------------------------------------------------------------- */
/*	共通設定 定義リスト  dl dt dd　FAQ
/* --------------------------------------------------------------------- */
.qanda {
	float: left;
	width: 100%;
}
.qanda dl {
	font-size: 100%;
}
.qanda dl dt {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	line-height: 1.4em;
	font-weight: normal;
	color: #006;
	padding-right: 10px!important;
	padding-left: 25px!important;
}
.qanda dl dt:before {
	content: "Q";
	padding-left: 0px!important;
	margin-right: 10px;
	font-family: 'Orbitron', sans-serif;
	font-size: 160%;
	color: #d90003;
}
.qanda dd {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 8px;
	width: 100%;
	line-height: 1.8em;
	color: #333;
	padding-right: 10px!important;
	padding-left: 25px!important;
}
.qanda dl dd:before {
	content: "A";
	padding-left: 0px!important;
	margin-right: 10px;
	font-family: 'Orbitron', sans-serif;
	font-size: 160%;
	color: #00AB38;
}
.basic dl {
}
.basic dl dt {
}
.basic dl dd {
	padding-left: 20px;
}
.jumbotron {
	padding-bottom: 1.0em;
	padding-top: 2.0em;
	font-size: 120%;
}
.signature {
	font-size: 140%;
	font-family: 'Kokoro'!important;
	line-height: 1em;
}
.frame {
	padding: 1em;
	border: 1px solid #DCDCDC;
	margin-bottom: 2em;
}
.caption {
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #F3F3F3;
	padding-top: 2px;
	padding-bottom: 0px;
	paddinb-left: 10px;
	paddinb-right: 10px;
	font-size: 84%;
}
.caption p {
	paddinb-left: 10px;
	margin-bottom: 0px;
}
.subImage .card-body {
	font-size: 84%;
}
.contact {
	width: 100%;
	display: inline-block;
}
.contact dl {
}
.contact dt {
	float: left;
	clear: both;
	font-size: 100%;
	line-height: 1em;
	width: 3em;
}
.contact dd {
	font-size: 100%;
	float: left;
	line-height: 1em;
}
.bnrArea{
	margin-bottom: 50px;
}	
.bnrArea ul{
	list-style-type: none!important;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	}	
.bnrArea li{
	list-style-type: none!important;
	display: inline-block;
	width: 48.0%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 1px!important;
	margin-right: 2px!important;
	margin-bottom: 15px;
}
.bnrArea li:nth-child(4n){
	margin-right: 0px!important;
}


.spec{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.spec .spec-item{
	margin-right: 10px;
}


    .entryBtn{
        position: relative;
        background-color: #ffe400;
        border-radius:30px;
        /*border: 4px solid #ffe400;*/
        width: 220px;
        height: 60px;
        display: block;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 30px auto 0px;
        z-index: 103;
        vertical-align: middle;
       /* padding-top: 10px!important;*/
        transition: 0.5s;
    }
    .entryBtn a{
        color: #000;
        position: absolute;
        top:13px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 104;
    }

    .entryBtn:hover{
        /*background-color: #ffe616;*/
        background-color: #ffee66;
/*transform: translateX(1px);*/
       /* transform:scale(1.1);	*/
        transition: 0.5s;
    }

/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
/* ===================================================================== */
/*	タブレット小　共通基本設定
/* ===================================================================== */
.newsLists dt .date {
	margin-right: 16px;/*    display: block;
    float: left;*/
}
.newsLists dt {
	/*    width: 200px;
    clear: both;
    float: left;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px!important;
	font-weight: normal;
}
/*.newsLists dd {
    padding-left: 90px!important;
    }*/

.adLists dt {
	/*    width: 200px;
    clear: both;
    float: left;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px!important;
	font-weight: normal;
}
.adLists dd {
    padding-left: 90px!important;
    }
    
.point_number {
	text-align: center;
	font-weight: bolder;
	font-size: 600%!important;
	line-height: 1.0em;
	
}
.bnrArea li{
	width: 23.0%;
	margin-bottom: 25px;

}

.cat {
/*	width: 70px;
	margin-top: 2px;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	height: 21px;
	line-height: 1.0em;
	font-size: 75%;*/
	font-size: 85%;

}
.set5 .cat,
.set4 .cat {
	width: 60px;
	margin-top: -40px;
	padding-top: 1.9em;
	padding-bottom: 0.2em;
	height: 60px;
	line-height: 1.0em;
	font-size: 75%;
}	
 
.entryBtn{
    width: 260px;
} 	
	
	
	
}
	

/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 768px) {
/* ===================================================================== */
/*	タブレット大　共通基本設定
/* ===================================================================== */
    
.entryBtn{
    width: 400px;
    font-size: 24px;
} 
.entryBtn a{
top:7px;
}	
.entryBtnB a{
top:7px;
}	
     
   
    
    
.h_center {
	margin-bottom: 3em;
}
.h_center h1 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
}
.h_center h2 {
/*	padding-bottom: 10px;*/
	padding-top: 10px;
	padding-left: 15px;
}
.h_center h3 {
	padding-bottom: 10px;
/*	padding-top: 10px;*/
	padding-left: 15px;

}
    
    
    
    
    
    
    
    
    
.bnrArea li{
	width: 23.45%;
	margin-bottom: 25px;

}
.bnrArea{
	margin-bottom: 150px;
}	
	
}

/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 993px) {
/* ===================================================================== */
/*	タブレット大　共通基本設定
/* ===================================================================== */
.bnrArea li{
	width: 24.5%;
	margin-bottom: 25px;

}
	
}

/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
/* ===================================================================== */
/*	PC　　共通基本設定
/* ===================================================================== */
.container {
    /*max-width: 1380px;*/
/*	padding-left: 1.7%;
	padding-right: 1.7%;*/
}	
	
.newsLists dt {
/*    margin-right: 16px;
    display: block;
    float: left;*/
       /* width: 140px;*/
    clear: both;
    float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px!important;
    color: #fff;
}
.newsLists dd {
/*    width: auto;
    border-bottom-style: none;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
    /*padding-left: 220px!important;*/
	padding-bottom: 10px;
	margin-bottom: 10px!important;
	line-height: 1.5em;
	font-size: 110%;
    color: #fff;    
}
    
    
.adLists dt {
    margin-right: 16px;
    display: block;
    float: left;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px!important;*/
}
.adLists dd {
    width: auto;
    border-bottom-style: none;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;*/
    padding-left: 90px!important;
	padding-bottom: 10px;
	margin-bottom: 10px!important;
	line-height: 1.5em;
	font-size: 110%;
}

.subImage .card{
		max-width: 33%;
	}	
	
}
