@charset "UTF-8";

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. table
		03. Fukidashi
		04. web font
		05. 丸数字カウンターリスト
		06. 緊急告知・終了の表示など
		07. アプリダウンロードボタン
		08. 住まいボタン
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/
#content {
	position: relative;
}
#content #tf {
	position: absolute;
	top:15px;
	right:20px;
}
h3.toplabel {
	line-height: 1.5;
}

.fa-line {
	vertical-align: middle;
}

[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

.ind_01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 480px){
	#content h2 {
		font-size: 170%;
	}
	.panel-heading {
		padding: 10px 6px;
	}
}



/** 02. table
 **************************************************************** **/
table {
	border-collapse: collapse;
}
table.calendar thead th,
table.calendar tbody td {
	width: 13.8%;
	border: 1px solid #d9d9d9;
	padding: 2px;
}
table.calendar thead th {
	height: 25px;
	font-weight: normal;
	color: #999999;
	background-color: #f3f3f3;
}
table.calendar tbody td {
	height: 100px;
	vertical-align: top;
	color: #666666;
}
table.calendar tbody td a {
	height: 100px;
	vertical-align: top;
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
}
table.calendar tbody td a:hover {
	text-decoration: none;
}
table.calendar tbody td.holiday,
table.calendar tbody td.sun {
	color: #ff6699;
}
table.calendar tbody td.sat {
	color: #6699ff;
}
table.calendar tbody td.event1 {
	background-color: #e5f2ff;
}
table.calendar tbody td.event2 {
	background-color: #ffe5e5;
}

table.calendar tbody td.univ {
	background-color: #e0e0ff;
}
table.calendar tbody td.close {
	background-color: #f5f5f5;
}
table.calendar span.day,
table.calendar span.holiday {
	display: block;
}
table.calendar span.holiday {
	font-size: 0.9em;
	color: #ff6699;
}
table.calendar span.event1 {
	font-size: 0.9em;
	color: #00008b;
	display: block;
}
table.calendar span.event2 {
	font-size: 0.9em;
	color: #ff4500;
	display: block;
}
table.calendar span.univ {
	font-size: 0.9em;
	color: #8a2be2;
	display: block;
}
table.calendar span.closed {
	font-size: 0.9em;
	color:#000000;
	display: block;
}
span.brown {
	line-height: inherit;
	color: #A05509;
}




/** 03. Fukidashi
 **************************************************************** **/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #E0F5AA;
}
.fukidashi_bottom.orange::before {
	border-top: 15px solid #fff2d0;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #E0F5AA;
}
.fukidashi_top.orange::before {
	border-bottom: 15px solid #fff2d0;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #E0F5AA;
}
.fukidashi_right.orange::before {
	border-left: 15px solid #fff2d0;
}
.fukidashi_right2 {
	position: relative;
	display: inline-block;
	margin: 20px -30px 0 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}

.fukidashi_right2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #E0F5AA;
}

.fukidashi_right2.orange::before {
	border-left: 15px solid #fff2d0;
}
.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 30px 0 1.5em -150px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}


.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0F5AA;
}
.fukidashi_left.orange::before {
	border-right: 15px solid #fff2d0;
}
.fukidashi_left2 {
	position: relative;
	display: inline-block;
	margin: -2px -13px 0px -56px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0F5AA;
}
.fukidashi_left2.orange::before {
	border-right: 15px solid #fff2d0;
}
.fukidashi_left3 {
	position: relative;
	display: inline-block;
	margin: -3px 0 1.5em 20px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_left3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0F5AA;
}
.fukidashi_left3.orange::before {
	border-right: 15px solid #fff2d0;
}
.fukidashi_left4 {
	position: relative;
	display: inline-block;
	margin: 40px 0 1.5em -60px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_left4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0F5AA;
}
.fukidashi_left4.orange::before {
	border-right: 15px solid #fff2d0;
}
.fukidashi_non {
	position: relative;
	display: inline-block;
	margin: 0 0  1.5em 0;
	padding: 12px 12px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 16px;
	background: #E0F5AA;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_non:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
}
/*color*/
[class*="fukidashi_"].orange {
	background: #fff2d0;
}








/** 04. web font
 **************************************************************** **/
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }








/** 05. 丸数字カウンターリスト
 **************************************************************** **/
ol.calender_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#content ol.calender_list li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	line-height: 1.5;
}
ol.calender_list li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #52A7E0;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	vertical-align: middle;
}

ol.calender_list.back_orange li::before {
	background-color: #e67e22;
}






/** 06. 緊急告知・終了の表示など
 **************************************************************** **/
div.error {
	color: #333;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: 2px solid #FFD404;
	padding:0.5em 1em;
	margin: 1em 0;
}
.error .error-title {
	font-size: 1.2em;
	background: #FFD404;
	padding: 4px;
	margin: -0.5em -0.9em 0.5em;
	text-align: center;
	color: #333;
	font-weight: bold;
	border-radius: 4px 4px 0px 0px; /* 左上、右上、右下、左下 */
	letter-spacing: 0.05em;
}
@media (max-width: 768px) {
	div.error {
		color: #333;
		border-radius: 4px;
		background-color: #FFFFFF;
		border: 2px solid #FFD404;
		padding:0.5em 0.4em;
		margin: 1em 0;
	}
	.error .error-title {
		font-size: 1.2em;
		background: #FFD404;
		padding: 4px;
		margin: -0.5em -0.4em 0.5em;
		text-align: center;
		color: #333;
		font-weight: bold;
		border-radius: 4px 4px 0px 0px; /* 左上、右上、右下、左下 */
		letter-spacing: 0.05em;
	}
}





/** 07. アプリダウンロードボタン
 **************************************************************** **/


.appreach_inner {
	border:1px solid #333;/*ボーダー色*/
	display: inline-block;
	padding: 20px;
	background-color: #fff;
}


.appreach {
	display: block;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
}


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


.appreach img,
.appreach p {
	margin: 0;
	padding:0;
}


.appreach a:after {
	display: none;
}


.appreach__icon {
	border-radius: 10%;
	overflow: hidden;
	margin: -5px 3% 0 0 !important;
	height: auto !important;
	max-width: 120px !important;
}


.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
}


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


p.appreach__name {
	font-size: 16px;
	color: #555;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}


.appreach__info {
	font-size: 12px !important;
	color: #888;
}


.appreach__info a {
	color: #aaa;
}


.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}


.appreach__posted a {
	margin-left: 0.5em;
}


.appreach__links {
	height: 40px;
	margin-top: 15px;
	white-space: nowrap;
}


.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
}
.appreach__gplink img {
	height: 40px;
}


@media only screen and (max-width: 786px){
	.appreach_inner {
		padding: 20px 10px;
	}
	.appreach {
		margin:10px 0;
	}
	
	
	.appreach__info {
		font-size: 11px !important;
	}
	
	
	p.appreach__name {
		font-size: 15px;
	}
	.appreach__icon {
		max-width: 100px !important;
	}
	
	.appreach__aslink img {
		margin-right: 10px;
		height: 32px;
	}
	
	.appreach__gplink img {
		height: 32px;
	}
}






/** 08. 住まいボタン
 **************************************************************** **/

a.btn-orange{
	font-family: 'YakuHanJP' ,"M PLUS Rounded 1c", "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding: 0;
	margin: 10px 0;
	display: block;
	color: #fff !important;
	background: #FF8300;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
}
a.btn-orange:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 0 0 5px;
	background: url("../images/living_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
a.btn-orange:hover {
	background: #FFCE71;
}
a.btn-orange:hover:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 0 0 5px;
	background: url("../images/living_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	opacity: .7;
}
 
@media screen and (min-width: 768px){
	a.btn-orange{
	padding: 0 0 0 1em;
	margin: 5px auto;
	font-size:20px;
	display:inline-block;
	}
	a.btn-orange:before {
		margin: -3px 0 0 10px;
	}
}


/** 09. flow
**************************************************************** **/
.public-body ul.pun117_flow_box0 {
    display: table;
    width: 100%
}

.public-body ul.pun117_flow_box0 li {
    display: table-cell;
    text-align: center
}

.public-body ul.pun117_flow_box0 li.pun117_flow_box1 {
    border-radius: 8px;
    border: 2px solid;
    max-width: 15%;
    width: 154px;
    background-color: #fff
}

.public-body ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box2 {
    border-radius: 4px 4px 0 0;
    padding: 10px 0;
    letter-spacing: .1em;
		font-size: 1.5em;
}

.public-body ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box3 {
    padding: 20px 5px;
    font-size: 18px;
    transform: rotate(.05deg);
    font-family: ゴシックMB101 DB;
    line-height: 1.5
}

.public-body ul.pun117_flow_box0 li.pun117_flow_box5 {
    vertical-align: middle;
    width: 2%
}

.public-body ul.pun117_flow_box0 li.pun117_flow_box5 .pun117_flow_box4 {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: -8px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-width: 10px;
    border-left-style: solid
}

.public-body ul.pun117_flow_box0 li.pun117_flow_box1 {
    border-color: #54B402
}

.public-body ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box2 {
    background-color: #54B402;
    color: #FFFFFF
}
 .public-body ul.pun117_flow_box0 li.pun117_flow_box5 .pun117_flow_box4 {
        border-left-color: #fdb32b
    }
		.public-body ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box3 {
    padding: 20px 5px;
    font-size: 13px;
    transform: rotate(.05deg);
    line-height: 1.5
}



.public-body2 ul.pun117_flow_box0 {
   display: flex;
    list-style: none;
}

.public-body2 ul.pun117_flow_box0 li {
		padding: 8px 8px;
}


.public-body2 ul.pun117_flow_box0 li.pun117_flow_box1 {
    border-radius: 8px;
    border: 2px solid;
    background-color: #fff;
		width: 20px;
}

.public-body2 ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box2 {
    border-radius: 4px 4px 0 0;
    padding: 5px 0;
    letter-spacing: .1em;
		font-size: 1.5em;
		
}

.public-body2 ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box3 {
    padding: 20px 5px;
    font-size: 18px;
    transform: rotate(.05deg);
    font-family: ゴシックMB101 DB;
    line-height: 1.5
}

.public-body2 ul.pun117_flow_box0 li.pun117_flow_box5 {
    vertical-align: middle;
    width: 2%
}

.public-body2 ul.pun117_flow_box0 li.pun117_flow_box5 .pun117_flow_box4 {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: -8px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-width: 10px;
    border-left-style: solid
}

.public-body2 ul.pun117_flow_box0 li.pun117_flow_box1 {
    border-color: #54B402
}

.public-body2 ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box2 {
    background-color: #54B402;
    color: #FFFFFF
}
 .public-body2 ul.pun117_flow_box0 li.pun117_flow_box5 .pun117_flow_box4 {
        border-left-color: #fdb32b
    }
		.public-body2 ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box3 {
    padding: 20px 5px;
    font-size: 13px;
    transform: rotate(.05deg);
    line-height: 1.5
}

@media (max-width: 1200px) {
    .public-body ul.pun117_flow_box0 {
        padding: 10px;
        display: block
    }

    .public-body ul.pun117_flow_box0 li {
        display: block;
        text-align: center;
        overflow: hidden
    }

    .public-body ul.pun117_flow_box0 li.pun117_flow_box1 {
        max-width: 100%;
        width: 100%;
        display: table
    }

    .public-body ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box2 {
        border-radius: 4px 0 0 4px;
        width: 30%;
        display: table-cell;
        vertical-align: middle
    }

    .public-body ul.pun117_flow_box0 li.pun117_flow_box1 .pun117_flow_box3 {
        padding: 4px;
        width: 70%;
        display: table-cell;
        vertical-align: middle
    }

    .public-body ul.pun117_flow_box0 li.pun117_flow_box5 {
        width: 30%;
        padding-top: 8px
    }

    .public-body ul.pun117_flow_box0 li.pun117_flow_box5 .pun117_flow_box4 {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 0;
        border-top-width: 10px;
        border-top-style: solid;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid transparent
    }
		    .public-body ul.pun117_flow_box0 li.pun117_flow_box5 .pun117_flow_box4 {
        border-top-color: #fdb32b
    }
}




/* ----------------------------------------
 * 囲み文字の基本形　インデント有
 * --------------------------------------- */

/* 円の大きさ */
.size_normal{
  width: 30px;
  height: 30px;
}
/* 四角の大きさ */
.content_inner .square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-flow: column; 
  margin-right: 0.2em;
			border-radius: 5px;
}

/* 文字の大きさ */
.letter3 {
  font-size: 1.1em;
  line-height: 1.3em;
  text-indent: 0.1em;
}
/* 囲みと文字の色 */
.gray1 {
  color: #5F5F5F;
  border: 1px solid #5F5F5F;
  background: #fff;
}
.yellow1 {
  color: #ECD700;
  border: 1px solid #ECD700;
  background: #fff;
}
.purple1 {
  color: #8a2be2;
  border: 1px solid #8a2be2;
  background: #fff;
}
.blue1 {
  color: #fff;
  border: 1px solid #217dbb;
  background: #217dbb;
}
.pink1 {
  color: #E500B3;
  border: 1px solid #E500B3;
  background: #fff;
}
.green1 {
  color: #008000;
  border: 1px solid #008000;
  background: #fff;
}
.green2 {
  color: #fff;
  background: #54B402;
}
.content_inner p{
  padding-left: 1.2em;
  text-indent: -1.4em;
}

