/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
table
===========================*/

table {
	border-collapse:collapse;
	border-spacing: 0;
}
table th {
	vertical-align:middle;
	color:#333;
	border:1px #ccc solid;
	text-align: center;
}
table td {
	vertical-align:middle;
	background-color:#FFF;
	border:1px #ccc solid;
}

@media only screen and (max-width: 768px) {
table {
	border-top: 1px #ccc solid;
}
table th {
	width: 100%;
	display: block;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

}

/*===========================
table
===========================*/

.content ul.circle2, .content ul.check2, .content ul.circle3 {
	position:relative;
}
.content ul.circle2 li {
	float:left;
	width:45%;
	padding:0 0 0.5em 1.8em;
	margin:0 1% 0.7em;
	border-bottom:1px dashed #CCC;
}
.content ul.circle3 li {
	float:left;
	width:28%;
	padding:0 0 0.5em 1.8em;
	margin:0 1% 0.7em;
	border-bottom:1px dashed #CCC;
}

.content ul.check2 li {
	padding:0 0 0.5em 1.6em;
	margin-bottom:0.7em;
	border-bottom:1px dashed #CCC;
}
ul.circle2 li:before,ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}

/*boxの中　2カラム　調整*/
.content .box3 ul.circle2 li {
	float:left;
	width:40%;
	padding:0 0 0.5em 1.8em;
	margin:0 1% 0.7em;
	border-bottom:1px dashed #CCC;
}

/*table中　下線無し*/
.content table ul.circle3 li {
	float:left;
	width:28%;
	padding:0 0 0 1.8em;
	margin:0 1% 0.7em;
	border-bottom: none;
}

/*===========================
others
===========================*/

.content h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.content h4.various1 {
	padding: .5em .75em;
	background-color: #EEEEEE;
	margin-bottom: 0.6em !important;
}


.box2 {
	background-color: #eeeeee;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #eeeeee;
	padding: 2em;
}

/*---------------------

　AFP制作時追加　

---------------------*/

h2 {
	font-size:2.6em;
	text-align:center;
	margin-bottom:2em;
}
h3 {
	font-size:1.6em;
	line-height:1.3em;
	text-align:center;
	margin-bottom:2em;
	position:relative;
}
h3::after {
 position: absolute;
 bottom:-16px;
 left:50%;
 z-index: 1;
 content: '';
 display: block;
 height: 3px;
 background: #dcdcdc;
 width:120px;
 margin-left:-60px;
}

.catch_blue{
	color:#c2d2f0;
	font-size:1.2em;
}
.catch_red{
	color:#f2cec7;
	font-size:1.2em;
}

.catch_s{
	font-size:0.8em;
}

/*　写真と文　幅いっぱいに配置する　*/

/*　囲み（親要素）　*/
.crosswrap {
	display:flex;
}

/*　コンテンツ（子要素）　*/
.cross {
	width:50%;
	background:#f7faff;
	padding:0;
	margin:0;
}
.cross img {
	width:100%;
}

/*　テキストはこの中に　*/
.crosstxt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction : column;
	width:50%;
	margin:auto;
	height: 100%;
	box-sizing: border-box;
	padding:15px;
}

@media only screen and (max-width: 768px) {
	
	/*　コンテンツ（子要素）　*/
.cross {
	width:100%;
}

.cross img {
	height: 100%;
}

/*　テキストはこの中に　*/
.crosstxt {
	width:100%;
	padding:5px;
}

	
}

@media only screen and (max-width: 640px) {
	
/*　囲み（親要素）　*/
.crosswrap {
	display:block;
}

	
	/*　コンテンツ（子要素）　*/
.cross {
	width:100%;
}

.cross img {
	display:none;
}

/*　テキストはこの中に　*/
.crosstxt {
	width:100%;
	padding:20px;
}

	
}

/*　tel・mail　ボタン　*/
.li_bnr {
	text-align:center;
}
.li_bnr li {
	display: inline-block;
	width:30%;
	height:30px;
	margin:0 3%;
	background:  #000;
	color:#FFF;
	line-height:30px;
}
.li_bnr li a {
	display:block;
	width:100%;
	color:#FFF;
	text-decoration:none;
}
.li_bnr li a:hover {
	background:#666;
}

.li_bnr li.hoverNoDeco a:hover {
	text-decoration:none;
	background:  #000;
}


/*　box（適宜色を変更してください）　*/
 
/*　角丸　枠線　*/
.box3 {
	border: 2px solid #508cb5;
	border-radius:15px;
	padding: 2em;
}

/*　角丸　背景色　破線　*/
.box4 {
    padding:2em;
    margin: 2em 0;
    color: #565656;
    background: #e6f0f5;
    box-shadow: 0px 0px 0px 10px #e6f0f5;
    border: dashed 2px #508cb5;
    border-radius: 8px;
}

/*　背景色　破線囲み　*/
.box5 {
    padding:2em;
    margin: 2em 0;
    background: #f0f5e4;
    border: dashed 2px #a8c97f;/*点線*/
}

/*　線　クロス　*/
.box6{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #a6b391;
    border-bottom: solid 2px #a6b391;
}
.box6:before, .box6:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #a6b391;
}
.box6:before {left: 10px;}
.box6:after {right: 10px;}
.box6 p {
    margin: 0; 
    padding: 0;
}

/*　その他　*/

.lh2em {
	line-height:2em;
}

.comingsoon{
	background:#F7F7F7;
	font-size:3em;
	padding:5em 0;
	text-align:center;
	border-radius:15px;
	color:#666;
}

/*----------------------------
レスポ化対応
-----------------------------*/

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}



/*===========================
onOff
===========================*/

.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none;
}

.pcOFFtabletONspOFF {
	display:none;
}


.pcONspOFF {
}

.txtPCcenterSPLeft {
	text-align:center;
}

.txtPCLeftSPcenter {
	text-align:left;
}


.txtPCcenterTabletLeft {
	text-align:center;
}


/* content */


.contPadW50p {
	width:50%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW60p {
	width:60%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW70p {
	width:70%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW80p {
	width:80%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}




/* table */

.nowrap {
	white-space: nowrap;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdCenter {
	text-align:center;
	vertical-align:middle;
}

/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}




/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}





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

/*===========================
onOff
===========================*/


.pcONtabletOFF {
	display:none;
}

.pcOFFtabletON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:block;
}

.pcONtabletOFFspON {
	display:none;
}


.txtPCcenterTabletLeft {
	text-align:left;
}

.contPadW50p , .contPadW60p , .contPadW70p, .contPadW80p {
	width:100%;
}

.tdW50p , .tdW40p , .tdW30p, .tdW20p {
	width:100%;
}

/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}


/*table右に線*/

.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

/*tableにスクロールバーを追加*/

.scroll table {
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.scroll table td {
	width:auto;
	display:table-cell;
}


}

@media only screen and (max-width: 600px) {
/*===========================
onOff
===========================*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:none;
}


.txtPCcenterSPLeft {
	text-align:left;
}


.txtPCLeftSPcenter  {
	text-align:center;
}



}

.w70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 768px) {
.w70 {
    width: 100%;
}
}
