@charset "UTF-8";
/* css Services [family] */

@import url("../content.css");
@import url("main.css");
@import url("plan1.css");

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
/*== Head Title ==*/
.headtitle-arrow {
	font-size: 24px;
	color: #5b2582;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
	padding-top: 0;
	padding-bottom: 2px;
	position: relative;
	border-bottom: 2px solid #744099;
}

.headtitle-arrow:after {
	content: "";
	border: 10px solid rgba(116, 64, 153, 0);
	height: 0;
	width: 0;
	margin-top: 2px;
	margin-left: -5px;
	position: absolute;
	top: 100%;
	left: 50%;
	pointer-events: none;
	border-top-color: #744099;
	border-bottom-color: transparent;
	border-bottom-style: hidden;
}

/*---------------------------------------------------- */
/* mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	width: 100%;
	min-height: 600px;
	max-height: 600px;
	margin: 0;
	padding: 0;
	background: url(../../images/services/family/bg_sitewise.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: 100% 50%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#mainbanner .wrapper {
	margin: auto;
	position: relative;
	top: calc(40px + 20px);
	bottom: 0;
	left: 0;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}

#mainbanner article {
	width: auto;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: column; 
	-ms-flex-direction: column; 
	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#mainbanner h2 {
	/*color: #5b2582;*/
	color: #e13a69;
	font: 600 52px "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	margin: 0 0 .7em;
	padding: 0;
}

#mainbanner h2 span {
	font-size: 88.461538%;
	font-weight: 400;
}

#mainbanner .plate {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	min-width: 660px;
	margin: 0;
	padding: 30px 40px;
	display: inline-block;
	background: rgb(255, 255, 255);
	background: -ms-linear-gradient(120deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .6) 100%);
	background: linear-gradient(120deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .6) 100%); 
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#mainbanner .plate p {
	color: #362e2b;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	margin: 0 0 1em;
	padding: 0;
}

#mainbanner .plate p b {
	color: #1b7b3d;
	font-size: 160%;
	font-weight: 600;
}

#mainbanner .plate p span {
	display: block;
	margin-top: .4em;
}

#mainbanner .plate h3 {
	color: #c80c15;
	font-size: 76px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	letter-spacing: -.03em;
	margin: 0 0 30px;
	padding: 0;
}

#mainbanner .plate h3 span {
	font-size: 47.368421%;
	position: relative;
}

#mainbanner .plate h3 i {
	font-size: 55.555555%;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	width: 5em;
	position: absolute;
	left: -.7em;
	top: -1.2em;
}

#mainbanner .plate ul {
	color: #fff;
	font: 0 メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	text-align: center;
}

#mainbanner .plate ul li {
	font-size: 18px;
	min-width: 7em;
	padding-top: .1em;
	padding-bottom: 0;
	display: inline-block;
	background-color: #448aca;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#mainbanner .plate ul li + li {
	margin-left: 15px;
}

#mainbanner .mention {
	color: #362e2b;
	font: 500 20px 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	line-height: 1;
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
}

#mainbanner .mention span {
	display: block;
	margin-top: .4em;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
#urgent {
	position: relative;
	padding-top: 0;
	padding-bottom: 70px;
}

#urgent .flow {
	position: relative;
}

#urgent .flow h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 0 0 15px;
	padding: .7em 10px .6em;
	background-color: #5b2582;
}

/*== Time Line ==*/
.timeline {
	list-style: none;
	height: auto;
	margin: 15px auto 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

.timeline > li {
	font-size: 16px;
	margin: 0;
	position: relative;
}

.timeline > li h4 {
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	color: #5b2582;
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: .5em;
	left: 40px;
	display: block;
	white-space: nowrap;
}

.timeline > li p {
	text-align: left;
	padding: 2.3em 0 0 calc(40px + 1em);
	margin: 0 0 2.6em;
	text-shadow: 0 1px 2px #fff;
	position: relative;
}

.timeline > li:last-child p {
	margin-bottom: 0;
}

.timeline > li p:before {
	content: "";
	width: 30px;
	height: 30px;
	padding-bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #5f52a0;
	border: 4px solid #a89ede;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.timeline > li p:after {
	content: "";
	width: 2px;
	height: calc(100% + 3.5em);
	position: absolute;
	left: 14px;
	top: 0;
	background-color: #d5d7db;
}

.timeline > li:last-child p:after {
	height: calc(100% - 3.5em);
	height: 0;
}

/*---------------------------------------------------- */
/* Relief */
/*---------------------------------------------------- */
#relief {
	padding-top: 60px;
	padding-bottom: calc(70px - 25px);
	background: url(../../images/services/sect_relief_bg@1.25x.jpg) 100% 0 no-repeat;
	background-size: cover;
	position: relative;
}

#relief p {
	font-size: 20px;
	text-align: center;
	margin: 0 0 40px;
	padding: 0;
}

#relief .headtitle {
	margin-bottom: 40px;
}

/*== Services ==*/
.services {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.services .list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.services .list figure {
	height: auto;
	background-color: #fff;
	text-align: center;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}

.services .list figure img {
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
}

.services .list figure figcaption {
	padding: 0;
	margin: 0 auto;
}

.services .list figure .number {
	position: absolute;
    background: #5f52a0;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
/* Head Title */
.headtitle {
	font-size: 20px;
	font-weight: 400;
	text-indent: 1em;
	max-width: 100%;
	margin: 0 auto 15px;
	padding: .5em 0;
	position: relative;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 6%, #fff 94%, rgba(255, 255, 255, 0) 100%);
}

.headtitle:before, .headtitle:after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #49389f 0%, #5f52a0 100%) #49389f;
	position: absolute;
	left: 0;
}

.headtitle:before {
	top: 0;
}

.headtitle:after {
	bottom: 0;
}

/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* tabs-contnavi */
/*---------------------------------------------------- */
#tabs-contnavi {
	margin-bottom: 40px;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
/*== Time Line ==*/
.timeline {
	width: 90%;
	margin-left: 5%;
	margin-top: 15px;
}

/*---------------------------------------------------- */
/* Relief */
/*---------------------------------------------------- */
/*== Services ==*/
.services .list {
	width: 98%;
}

.services .list figure {
	padding: 15px 0;
	margin: 10px 0.6%;
	width: 12.4%;
	min-height: 170px;
}

.services .list figure img {
	width: 80%;
}

.services .list figure figcaption {
	margin-top: 10px;
	width: 94%;
	font-size: 14px;
	line-height: 1.3;
}

.services .list figure .number {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	top: 8px;
	left: 8px;
	font-size: 13px;
	text-align: center;
	line-height: 28px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* tabs-contnavi */
/*---------------------------------------------------- */
#tabs-contnavi {
	margin-bottom: 30px;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	width: 100%;
	min-height: 560px;
	background-position: 100% 50%;
}

#mainbanner .wrapper {
	top: calc(40px + 20px);
	right: 0;
}

#mainbanner article {
	width: 100%;
}

#mainbanner h2 {
	font-size: 40px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 1px #fff;
}

#mainbanner .plate {
	min-width: 500px;
	max-width: 90%;
	background: -ms-linear-gradient(120deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(120deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .8) 100%);
}

#mainbanner .plate p {
	font-size: 20px;
}

#mainbanner .plate h3 {
	font-size: 64px;
}

#mainbanner .plate ul li {
	font-size: 16px;
}

#mainbanner .plate ul li + li {
	margin-left: 12px;
}

#mainbanner .mention {
	color: #fff;
	font-size: 14px;
	text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 2px #000, 0 0 2px #000;
}
	
/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
#urgent {
	padding-bottom: 50px;
}
	
/*== Time Line ==*/
.timeline {
	margin: 0;
	width: 94%;
	margin-left: 3%;
	margin-top: 15px;
}

.timeline > li h4 {
	font-size: 15px;
	top: .4em;
	left: 40px;
}

.timeline > li p {
	font-size: 14px;
	line-height: 1.5;
	padding: 2.3em 0 0 calc(40px + 1em);
	margin: 0 0 1.5em;
}

.timeline > li:last-child p {
	margin-bottom: 0;
}

.timeline > li p:before {
  width: 26px;
  height: 26px;
}

.timeline > li p:after {
	height: calc(100% + 2em);
	left: 12px;
}

.timeline > li:last-child p:after {
	height: 0;
}

/*---------------------------------------------------- */
/* Relief */
/*---------------------------------------------------- */
#relief {
	padding-top: 50px;
	padding-bottom: calc(60px - 20px);
	background-position: 80% 0;
}

#relief p {
	font-size: 18px;
	margin: 0 0 30px;
}

#relief .headtitle {
	margin-bottom: 40px;
}

/*== Services ==*/
.services .list {
	width: 98%;
}

.services .list figure {
	padding: 14px 0;
	margin: 8px 0.6%;
	width: 15.0%;
	min-height: 165px;
}

.services .list figure img {
	width: 80%;
}

.services .list figure figcaption {
	margin-top: 10px;
	width: 94%;
	font-size: 13px;
	line-height: 1.3;
}

.services .list figure .number {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	top: 7px;
	left: 7px;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
}



}
 
/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
/*== Head Title ==*/
.headtitle-arrow {
	font-size: 18px;
	margin: 0 auto 30px;
}

.headtitle-arrow:after {
	border-width: 8px;
	margin-left: -6px;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	margin-top: -20px;
	min-height: 420px;
	max-height: 420px;
	background-position: 100% 50%;
}

#mainbanner .wrapper {
	top: calc(36px + 40px);
	right: 0;
}

#mainbanner article {
	width: 100%;
}

#mainbanner h2 {
	font-size: 22px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 1px #fff;
}

#mainbanner .plate {
	min-width: 100%;
	padding: 20px;
	background: -ms-linear-gradient(120deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(120deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .8) 100%);
}

#mainbanner .plate p {
	font-size: 14px;
}

#mainbanner .plate h3 {
	font-size: 40px;
	margin: 0 0 20px;
}

#mainbanner .plate ul li {
	font-size: 13px;
}

#mainbanner .plate ul li + li {
	margin-left: 8px;
}

#mainbanner .mention {
	color: #fff;
	font-size: 13px;
	text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 2px #000, 0 0 2px #000;
	margin: 15px 0 0;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
#urgent {
	position: relative;
	padding-top: 0;
	padding-bottom: 40px;
}

#urgent .flow {
	position: relative;
}

#urgent .flow h3 {
	font-size: 16px;
	padding: .7em 10px .6em;
}

/*== Time Line ==*/
.timeline {
	margin: 0;
	width: 94%;
	margin-left: 3%;
	margin-top: 12px;
}

.timeline > li h4 {
	font-size: 15px;
	top: .4em;
	left: 40px;
}

.timeline > li p {
	line-height: 1.5;
	padding: 2.3em 0 0 calc(40px + 1em);
	margin: 0 0 1.5em;
}

.timeline > li:last-child p {
	margin-bottom: 0;
}

.timeline > li p:before {
  width: 26px;
  height: 26px;
}

.timeline > li p:after {
	height: calc(100% + 2em);
	left: 12px;
}

.timeline > li:last-child p:after {
	height: 0;
}

/*---------------------------------------------------- */
/* Relief */
/*---------------------------------------------------- */
#relief {
	padding-top: 40px;
	padding-bottom: 35px;
	background-position: 70% 0;
}

#relief p {
	font-size: 15px;
	margin: 0 0 26px;
}

/*== Services ==*/
.services .list {
	width: 96%;
}

.services .list figure {
	padding: 12px 0;
	margin: 6px 0.5%;
	width: 31.5%;
	min-height: 155px;
}

.services .list figure img {
	width: 80%;
}

.services .list figure figcaption {
	margin-top: 10px;
	width: 94%;
	font-size: 12px;
	line-height: 1.3;
}

.services .list figure .number {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	top: 7px;
	left: 7px;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
}




}