@charset "utf-8";


/**************************************************50
 * handling
 **************************************************/
#handling{
}
@media screen and (max-width:767px){
	#handling{
	}
}
@media screen and (min-width:768px){
	#handling{
	}
}


/**************************************************50
 * individuals
 **************************************************/
#individuals{
}
#individuals.handling > section > div h2{
	color: #21A480;
}
#individuals.handling > ul > li{
	box-shadow: 0px 0px 0px 1px #21A480;
}
#individuals.handling > ul > li#car:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/individuals_car.png");
}
#individuals.handling > ul > li#super:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/individuals_super.jpg");
}
#individuals.handling > ul > li#housing:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/individuals_housing.png");
}
#individuals.handling > ul > li#accident:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/individuals_accident.png");
}
#individuals.handling > ul > li#leisure:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/individuals_leisure.jpg");
}
#individuals.handling > ul > li#ideco:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/individuals_ideco.png");
}
#individuals.handling > ul > li#life:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/individuals_life.png");
}
#individuals.handling > ul > li h3{
	color: #21A480;
}
#individuals.handling > ul > li a{
	background-color: #21A480;
}
#individuals.handling > ul > li dl{
}
#individuals.handling > ul > li dl dt{
	border-color: #21A480;
	color: #21A480;
}
#individuals.handling > ul > li dl dt:hover{
	background-color: #21A480;
}
#individuals.handling > ul > li dl dd{
}
@media screen and (max-width:767px){
	#individuals{
	}
	#individuals.handling > section.lazyloaded:after{
		background-image: url("https://ins-parasol.co.jp/images/user/handling/back_010.jpg");
		background-position: right bottom;
	}
}
@media screen and (min-width:768px){
	#individuals{
		margin-top: -50px;
	}
	#individuals.handling > section.lazyloaded{
		background-image: url("https://ins-parasol.co.jp/images/user/handling/back_010.jpg");
	}
	#individuals.handling > ul > li p{
		height: 7.858em;
	}
}


/**************************************************50
 * corporations
 **************************************************/
#corporations{
}
#corporations.handling > section > div h2{
	color: #2180A9;
}
#corporations.handling > ul > li{
	box-shadow: 0px 0px 0px 1px #2180A9;
}
#corporations.handling > ul > li#super:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/corporations_super.jpg");
}
#corporations.handling > ul > li#assets:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/corporations_assets.jpg");
}
#corporations.handling > ul > li#car:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/corporations_car.png");
}
#corporations.handling > ul > li#liability:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/corporations_liability.png");
}
#corporations.handling > ul > li#employees:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/corporations_employees.png");
}
#corporations.handling > ul > li#life:before{
	background-image: url("https://ins-parasol.co.jp/images/user/handling/corporations_life.png");
}
#corporations.handling > ul > li h3{
	color: #2180A9;
}
#corporations.handling > ul > li a{
	background-color: #2180A9;
}
#corporations.handling > ul > li dl{
}
#corporations.handling > ul > li dl dt{
	border-color: #2180A9;
	color: #2180A9;
}
#corporations.handling > ul > li dl dt:hover{
	background-color: #2180A9;
}
#corporations.handling > ul > li dl dd{
}
@media screen and (max-width:767px){
	#corporations{
	}
	#corporations.handling > section.lazyloaded:after{
		background-image: url("https://ins-parasol.co.jp/images/user/handling/back_020.jpg");
		background-position: right center;
	}
}
@media screen and (min-width:768px){
	#corporations{
	}
	#corporations.handling > section.lazyloaded{
		background-image: url("https://ins-parasol.co.jp/images/user/handling/back_020.jpg");
	}
	#corporations.handling > ul > li p{
		height: 6.286em;
	}
}


/**************************************************50
 * handling
 **************************************************/
.handling > section{
	background-repeat: no-repeat;
}
.handling > section > div{
}
.handling > section > div h2{
	line-height: 1.2;
}
.handling > section > div h2 span{
	display: block;
	font-weight: normal;
}
.handling > section > div h2 b{
	display: block;
	font-weight: normal;
}
.handling > section > div p{
	font-size: 87.5%;
}
.handling > ul{
	text-align: center;
}
.handling > ul > li{
	display: inline-block;
	vertical-align: top;
}
.handling > ul > li:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
}
.handling > ul > li h3{
	line-height: 1.2;
	font-weight: normal;
}
.handling > ul > li h3 span{
	display: block;
	font-size: 75%;
	margin-top: -0.2em;
}
.handling > ul > li p{
	line-height: 1.6;
	text-align: left;
}
.handling > ul > li a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #FFFFFF;
	display: block;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
}
.handling > ul > li a:hover{
	opacity: 0.7;
}
.handling > ul > li a:after{
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.handling > ul > li dl{
}
.handling > ul > li dl dt{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 0 0 0;
	cursor: pointer;
	display: block;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
}
.handling > ul > li dl dt:hover{
	color: #FFFFFF !important;
}
.handling > ul > li dl dt:after{
	content: "\F0417";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.handling > ul > li dl dt.active:after{
	content: "\F0376";
}
.handling > ul > li dl dd{
	display: none;
}
@media screen and (max-width:359px){
	.handling > ul > li{
		width: 75%;
		min-width: 240px;
	}
	.handling > ul > li h3{
		margin-bottom: 1.041666666666667%;
		padding: 0 4.166666666666667%;
	}
	.handling > ul > li p{
		padding: 0 4.166666666666667%;
	}
	.handling > ul > li a{
		padding: 1.041666666666667% 4.166666666666667%;
	}
	.handling > ul > li > a{
		margin-top: 4.166666666666667%;
	}
	.handling > ul > li dl{
		margin-top: 4.166666666666667%;
	}
	.handling > ul > li dl dt{
		padding: 1.041666666666667% 4.166666666666667%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	.handling > ul > li > a,
	.handling > ul > li dl{
		font-size: 62.5%;
	}
}
@media screen and (min-width:360px) and (max-width:639px){
	.handling > ul > li{
		width: -webkit-calc((100% - (3.125% * 3)) / 2);
		width: calc((100% - (3.125% * 3)) / 2);
	}
	.handling > ul > li h3{
		margin-bottom: 1.149425287356322%;
		padding: 0 4.597701149425287%;
	}
	.handling > ul > li p{
		padding: 0 4.597701149425287%;
	}
	.handling > ul > li a{
		padding: 1.149425287356322% 4.597701149425287%;
	}
	.handling > ul > li > a{
		margin-top: 4.597701149425287%;
	}
	.handling > ul > li dl{
		margin-top: 4.597701149425287%;
	}
	.handling > ul > li dl dt{
		padding: 1.149425287356322% 4.597701149425287%;
	}
}
@media screen and (min-width:414px) and (max-width:479px){
	.handling > ul > li > a,
	.handling > ul > li dl{
		font-size: 75%;
	}
}
@media screen and (max-width:479px){
	.handling > ul > li p{
		font-size: 75%;
	}
}
@media screen and (min-width:480px){
	.handling > ul > li p{
		font-size: 87.5%;
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	.handling > ul > li{
		width: -webkit-calc((100% - (3.125% * 4)) / 3);
		width: calc((100% - (3.125% * 4)) / 3);
	}
	.handling > ul > li h3{
		margin-bottom: 0.6696667738133505%;
		padding: 0 2.679528403001072%;
	}
	.handling > ul > li p{
		padding: 0 2.679528403001072%;
	}
	.handling > ul > li a{
		padding: 0.6696667738133505% 2.679528403001072%;
	}
	.handling > ul > li > a{
		font-size: 75%;
		margin-top: 2.679528403001072%;
	}
	.handling > ul > li dl{
		font-size: 75%;
		margin-top: 2.679528403001072%;
	}
	.handling > ul > li dl dt{
		padding: 0.6696667738133505% 2.679528403001072%;
	}
}
@media screen and (max-width:767px){
	.handling{
		margin-bottom: 6.25%;
	}
	.handling > section{
	}
	.handling > section:after{
		background-repeat: no-repeat;
		background-size: 120% auto;
		content: "";
		display: block;
		margin-top: 3.125%;
		padding-bottom: 60%;
	}
	.handling > section > div{
	}
	.handling > section > div h2{
	}
	.handling > section > div h2 span{
		font-size: 112.5%;
		padding: 0 3.125%;
	}
	.handling > section > div h2 b{
		padding: 0 3.125%;
		font-size: 175%;
	}
	.handling > section > div p{
		padding: 0 3.125%;
	}
	.handling > ul{
	}
	.handling > ul > li{
		margin: 3.125% 1.5625% 0;
	}
	.handling > ul > li:before{
		padding-top: 62.5%;
	}
	.handling > ul > li h3{
	}
	.handling > ul > li p{
	}
	.handling > ul > li a{
	}
	.handling > ul > li > a{
	}
	.handling > ul > li dl{
	}
	.handling > ul > li dl dt{
	}
	.handling > ul > li dl dd{
	}
}
@media screen and (min-width:768px){
	.handling{
		margin-bottom: 100px;
	}
	.handling > section{
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 50px;
		padding-top: 32%;
		position: relative;
	}
	.handling > section > div{
		position: absolute;
		top: 50%;
		right: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.handling > section > div h2{
	}
	.handling > section > div h2 span{
		font-size: 125%;
	}
	.handling > section > div h2 b{
		font-size: 250%;
	}
	.handling > section > div p{
	}
	.handling > ul{
		margin-left: auto;
		margin-right: auto;
	}
	.handling > ul > li{
		padding-top: 10px;
	}
	.handling > ul > li:before{
		padding-top: 160px;
	}
	.handling > ul > li h3{
		margin-bottom: 5px;
		padding: 0 20px;
	}
	.handling > ul > li p{
		padding: 0 20px;
	}
	.handling > ul > li a{
		height: 36px;
		line-height: 36px;
	}
	.handling > ul > li > a{
		font-size: 87.5%;
		margin-top: 20px;
	}
	.handling > ul > li dl{
		font-size: 87.5%;
		margin-top: 20px;
	}
	.handling > ul > li dl dt{
		height: 36px;
		line-height: 35px;
	}
	.handling > ul > li dl dd{
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.handling > section > div{
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.handling > section > div h2{
		margin-bottom: 20px;
	}
	.handling > section > div p{
		line-height: 1.6;
	}
	.handling > ul{
		width: 750px;
	}
	.handling > ul > li{
		margin: 0 6px 30px;
		width: 238px;
	}
}
@media screen and (min-width:940px){
	.handling > section > div h2{
		margin-bottom: 30px;
	}
	.handling > section > div h2 span{
		margin-bottom: 10px;
	}
	.handling > ul{
		width: 870px;
	}
	.handling > ul > li{
		margin: 0 15px 30px;
		width: 260px;
	}
}
@media screen and (min-width:940px) and (max-width:1199px){
	.handling > section > div{
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	.handling > section > div{
		width: -webkit-calc(50% - 40px);
		width: calc(50% - 40px);
	}
}
@media screen and (min-width:1280px){
	.handling > section > div{
		width: 600px;
	}
}


/**************************************************50
 * handling_note
 **************************************************/
#handling_note{
}
#handling_note p{
	background-color: #F2F2F2;
	font-size: 75%;
	margin-left: auto;
	margin-right: auto;
	max-width: 590px;
}
@media screen and (max-width:767px){
	#handling_note{
		margin-bottom: 6.25%;
	}
	#handling_note p{
		padding: 1.5625% 3.215%;
		width: 93.75%;
	}
}
@media screen and (min-width:768px){
	#handling_note{
		margin-bottom: 100px;
	}
	#handling_note p{
		padding: 20px 80px;
	}
}


/**************************************************50
 * undertake
 **************************************************/
#undertake{
	text-align: center;
}
#undertake > div{
}
#undertake > div a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 570px;
}
#undertake > div a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#undertake > div a:hover img{
	opacity: 0.7;
}
#undertake > table{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 87.5%;
}
#undertake > table tr th{
	background-color: #2180A9;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: middle;
	width: 50%;
}
#undertake > table tr td{
	background-color: #F2F2F2;
	vertical-align: middle;
}
@media screen and (max-width:767px){
	#undertake{
		margin-bottom: 6.25%;
	}
	#undertake > div{
	}
	#undertake > div a{
		margin-bottom: 3.125%;
		width: 93.75%;
	}
	#undertake > table{
		width: 93.75%;
		max-width: 400px;
	}
}
@media screen and (min-width:768px){
	#undertake{
		margin-bottom: 100px;
	}
	#undertake > div{
		margin-bottom: 20px;
	}
	#undertake > div a{
		margin-bottom: 30px;
	}
	#undertake > table{
		width: 400px;
	}
	#undertake > table tr th{
		height: 32px;
	}
	#undertake > table tr td{
	}
}


