@charset "utf-8";
/* CSS Document */

/*全体設定*/
body{
	color:#000;
	font-size:14px;
	line-height:1.8;
	font-family: "Sawarabi Mincho";
}

.inner{
	width:95%;
	margin:0 auto;
}

a:hover{
	opacity:0.8;
}

/*ヘッダー*/

header{
	padding-top:10px;
	box-sizing:border-box;
	margin-bottom:10px;
	font-family: "Sawarabi Gothic";
}

header .inner{
	overflow:hidden;
}

div.header_logo{
	overflow:hidden;
	float:left;
	width:353px;
}

div.header_logo img{
	width:70px;
	height:auto;
	float:left;
	margin-right:10px;
}

div.header_logo p{
	font-weight:bold;
	font-size:18px;
	margin-top:10px;
}

div.header_logo p span{
	display:block;
	font-size:16px;
	font-weight:normal;
}

header ul{
	float:right;
	overflow:hidden;
	margin-top:3%;
	margin-right:9%;
}

header ul li{
	float:left;
	margin-right:10px;
}

header ul.icons li img{
	height:40px;
	width:auto;
}

header ul li a,
header ul li a span{
	color:#00A600;
	font-size:15px;
}

header ul li.tel a span{
	display:inline-block;
	background-image:url(../img/top/icon_tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:20px auto;
	padding-left:25px;
	box-sizing:border-box;
	font-size:18px;
}

header ul li.tel small{
	display:block;
	color:#00A600;
	padding-left:25px;
	font-size:12px;
}


header ul li a.seikyu{
	background-color:#00A600;
	box-sizing:border-box;
	color:#fff;
	padding:13px 10px;
	display:block;
}

header ul li a.header_contact{
	border:solid 6px #CDFCCD;
	text-align:center;
	display:block;
	padding:0px 10px;
	width:170px;
	overflow:hidden;
}

header ul li a.header_contact img{
	float:left;
	width:55px;
	height:auto;
}

header ul li a.header_contact span {
    line-height: 1.5;
    display: block;
}

/*グロナビ*/
nav{
	clear:both;
	/*border-bottom:solid 5px #DADADA;*/
}

nav ul{
	overflow:hidden;
}

nav ul li{
	float:left;
	width:13.5%;
	text-align:center;
	font-size:14px;
	margin-right:5px;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	padding:10px 5px;
	/*border:solid 1px #DADADA;*/
	display:block;
	box-sizing:border-box;
	font-family: "Sawarabi Gothic";
}

nav ul li a.lh {
    line-height: 42px;
}

nav ul li a.active,
nav ul li a:hover{
	/*background-color:#2A292E;
	color:#fff;*/
}

/*mv*/

#sp_main-visual {
  /*background: url(../img/main-visual01.jpg) no-repeat center top;*/
  position: relative;
  margin-top:58px;
  /*height:476px;*/
  /*top:130px;*/
}
#sp_main-visual img {
  width: auto;
  height: auto;
  /*position: absolute;*/
  top: 440px;
  left: 50%;
  /*margin-left: -328px;*/
}
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide_all {
  width: 100%;
  max-width:690px;
  margin: 0 auto;
  height: 517px;
  position: relative;
}
.slide_wrap {
  max-width: 690px;
  width:100%;
  position: absolute;
  /*left: 50%;
  margin-left: -1536px;*/
}
#sp_main-visual ul {
  width: 100%;
}
#sp_main-visual ul li {
  max-width: 690px;
  width:100%;
}
#sp_main-visual ul li {
  transition: all 1s;
  opacity: .5;
}

#sp_main-visual ul li img{
	width:100%;
	height:auto;
}

#sp_main-visual ul li.active {
  opacity: 1;
}
.mv-text{
	max-width: 690px;
	width:100%;
	height: 479px;
	position:absolute;
	margin:0px 0px 0px -512px !important;
	z-index:10000;
	text-align:center;
	left:50%;
}

.mv-text img
{
/* margin-top:250px; */
}


.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -4% !important;
  /*margin-top: -16px;*/
  outline: 0;
  width: 38px !important;
  height: 32px !important;
  text-indent: 0 !important;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8) !important;
  font-size: 19px;
  color: #00A600;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  line-height: 24px;
  padding-top: 7px;
  border: solid 1px #00A600;
}

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -6% !important;
  width: 100%;
  /*top: 53%;*/
}

.bx-wrapper .bx-prev{
	left:10px !important;
}

.bx-wrapper .bx-next{
	right:10px !important;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: none !important;
    border: none !important;
    background: #fff;
}

.bx-wrapper .bx-viewport{
	height:auto !important;
}

/*トップページコンテンツ*/
.content{
	margin:50px 0;
}

#home .content{
	margin-top:0;
}

#home .content .bnr{
	padding:0px 20px 20px;
	box-sizing:border-box;
	border:solid 3px #00A600;
	margin-bottom:80px;
}

#home .content .bnr ul{
	overflow:hidden;
}

#home .content .bnr li{
	/*width:28%;*/
	text-align:center;
	/*float:left;*/
	color:#00A600;
}

#home .content .bnr li:nth-child(2){
	/*width:44%;*/
}

#home .content .bnr li img{
	width:100%;
	height:auto;
	margin-top:20px;
}

#home .content .bnr li:last-child small{
  display: inline-block;
  font-size:14px;
}


#home .content .bnr li h2{
	color:#00A600;
	font-size:28px;
	margin-top:30px;
}

#home .content .bnr li h2 small,
#home .content .bnr li small{
	display:block;
	font-weight:normal;
	font-family: "Sawarabi Gothic";
	font-size:18px;
}

#home .content .bnr li h2 img{
	width:215px;
	height:auto;
	margin-top:20px;
}

#home .content .bnr li:last-child{
	font-size:18px;
	font-weight:bold;
	padding-top:30px;
}

a.btn_lg{
	display:block;
	width:90%;
	margin:30px auto 0;
	overflow:hidden;
	border:solid 1px #00A600;
	background-color:#CDFCCD;
	padding:5px 10px;
	box-sizing:border-box;
	color:#00A600;
	font-size:16px;
	font-family: "Sawarabi Gothic";
}

a.btn_lg img{
  float: right;
  width: auto !important;
  height: 26px !important;
  margin-top: 10px;
  margin-top: 11px !important;
}

#home .content .bnr a.btn_lg img {
  float: right;
  width: auto !important;
  height: 20px !important;
  margin-top: 4px !important;
}

h2.title{
	text-align:center;
	font-size:24px;
	padding-bottom:10px;
	box-sizing:border-box;
	margin-bottom:30px;
}

h2.title span{
	display:block;
	background-color:#C5C0C0;
	width:305px;
	margin:0 auto;
	height:1px;
}

div.news,
div.feature{
	margin-bottom:80px;
}

div.feature_box{
	border:solid 3px #EDEDED;
	text-align:center;
	margin-bottom:50px;
}

div.feature_box img{
	width:30px;
	margin:0px auto;
	width:95%;
	height:auto;
}

#home div.feature_box img{
	margin:20px auto;
}

div.feature_box h3{
	background-color:#00A600;
	font-family: "Sawarabi Gothic";
	box-sizing:border-box;
	font-size:16px;
	font-weight:normal;
	overflow:hidden;
}

div.feature_box h3 span.title{
	padding:10px;
	display:block;
	color:#fff;
}

div.feature_box h3 p{
  /*float: left;*/
  width: 100%;
  background-color: #CDFCCD;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
}

div.feature_box h3 p span.num{
	display:inline-block;
	color:#00A600;
	font-size:24px;
	margin-left:10px;
}

div.feature_box h4{
	margin-top:20px;
}

div.column_box{
	background-color:#EDEDED;
	padding:20px;
	box-sizing:border-box;
}

div.feature_box div.column_box{
	width:95%;
	margin:10px auto 30px;
	/*font-size:16px;*/
	text-align:left;
}

div.feature_box div.column_box h5{
	text-align:center;
	color:#00A600;
	font-size:16px;
	margin-bottom:20px;
}

div.feature_box div.column_box ul{
	/*margin-left:20px;*/
	margin-top:20px;
}

div.feature_box div.column_box ul li{
	text-align:left;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:10px;
}

div.feature_box div.column_box ul li:last-child{
	margin-bottom:0;
}

ul.feature03_img{
	overflow:hidden;
	margin-top:20px;
	/*width:85%;*/
	margin-left:auto;
	margin-right:auto;
}

ul.feature03_img li{
	/*float:left;
	width:50%;*/
	padding:10px;
	box-sizing:border-box;
	text-align:center;
}

ul.feature03_img li img{
	width:100%;
	height:auto;
}

ul.feature03_img li:first-child img{
    width: 70%;
    height: auto;
    margin-top: 88px;
}

ul.feature03_img li p{
	/*font-size:16px;*/
	text-align:left;
}

figure{
	overflow:hidden;
}

figure img{
	/*float:left;*/
	width:100%;
	height:auto;
	margin-bottom:20px;
}

figure ul li{
	margin-top:10px;
	text-indent:-1em;
	padding-left:1em;
}

figure ul li span{
	color:#9E6D5B;
}

figure ul li strong{
	color:#00A600;
	font-weight:normal;
}

h3.title{
	border-left:solid 7px #00A600;
	padding-left:17px;
	box-sizing:border-box;
	margin-bottom:30px;
}

div.btn{
	clear:both;
}

div.btn ul{
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.btn ul li{
	width:48%;
	margin-right:10px;
	float:left;
	text-align:center;
}

div.btn ul li:last-child{
	margin-right:0;
}

a.btn_gr{
	display:block;
	width:100%;
	margin:15px auto 0;
	overflow:hidden;
	border:solid 1px #00A600;
	background-color:#00A600;
	padding:10px;
	box-sizing:border-box;
	color:#fff;
	font-size:15px;
	font-family: "Sawarabi Gothic";
}

a.btn_gr img{
	float:right;
	width:auto !important;
	height:20px !important;
}

a.btn_wh{
	display:block;
	width:100%;
	margin:15px auto 0;
	overflow:hidden;
	border:solid 1px #00A600 !important;
	background-color:#fff !important;
	padding:10px;
	box-sizing:border-box;
	color:#00A600 !important;
	font-size:14px;
	font-family: "Sawarabi Gothic";
}

a.btn_wh span{
	color:#00A600 !important;
}

a.btn_wh img{
	float:right;
	width:auto !important;
	height:20px !important;
}

div.consulting div.column_box{
	margin-bottom:80px;
}

.top_modoru_button{
position: fixed;
	right: 0px;
	bottom:100px;
}
.paget_top{
	height: 55px;
	width: 55px;
	/*position: fixed;
	right: 0px;*/
	display:none;
}

/*フッター*/
footer{
	background-color:#C6EBC6;
	padding:20px;
	box-sizing:border-box;
}

footer .inner{
	width:100%;
}

footer ul{
	overflow:hidden;
}

footer ul > li{
	float:left;
	width:50%;
	/*margin-right:20px;*/
	margin-bottom:20px;
}

footer ul > li:nth-child(2n){
	margin-right:0;
}

footer ul > li:nth-child(5){
	clear:both;
}

footer ul > li a{
	font-size:14px;
}

footer ul li ul{
	margin-left:20px;
	margin-top:10px;
}

footer ul li ul li{
	float:none;
	width:100%;
	margin-bottom:5px;
}

footer ul li ul li a{
	font-size:12px;
}

footer ul li ul li a small{
  font-size: 11px;
}

footer ul li ul li img{
	width:99px;
	height:auto;
}

p.copyright{
	background-color:#000;
	padding:5px;
	box-sizing:border-box;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:45px;
}

/*パンくず*/
div.breadcrum{
	background-color:#EDEDED;
	padding:3px;
	box-sizing:border-box;
}

div.breadcrum ul{
	overflow:hidden;
}

div.breadcrum ul li{
  float: left;
  font-size: 12px;
  font-family: "Sawarabi Gothic";
  margin-right: 3px;
}

div.breadcrum ul li img{
	height:20px;
	width:auto;
}

div.breadcrum ul li:last-child{
	margin-top:3px;
}

/*個人のお客さま*/
#individual .slide_all{
	height:442px;
}

div.links{
	margin-bottom:80px;
}

div.links ul{
	overflow:hidden;
}

div.links ul li{
	/*float:left;*/
	width:100%;
	/*margin-right:15px;*/
	margin-bottom:10px;
}

div.links ul li:last-child,
div.links ul li:nth-child(2){
	margin-right:0;
}

div.links ul li a{
	background-color:#00A600;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	display:block;
	font-family: "Sawarabi Gothic";
	font-size:16px;
}

div.links ul li a span{
	color:#fff;
}

div.links ul li a img{
	float:right;
	height:15px;
	width:auto;
}

div.links ul li a.lh{
	height:74px;
	line-height:56px;
}

div.links ul li a.lh img{
	margin-top:20px;
}

/*個人のお客さま*/

#individual .feature_box{
	margin-top:80px;
	padding:15px;
	box-sizing:border-box;
	text-align:left;
	margin-bottom:80px;
}

#individual .feature_box p.feature_title{
  margin-top: -87px;
  margin-bottom: 0px;
  text-align: center;
}

#individual .feature_box p.feature_title span{
	display:inline-block;
	background-color:white;
	padding:3px 15px;
	box-sizing:border-box;
}

#individual .feature_box p.feature_title span strong{
	font-size:63px;
	font-weight:normal;
	color:#00A600;
	font-family:"Times New Roman", Times, serif;
}

#individual .feature_box h3{
	background-color:rgba(0, 0, 0, 0);
	text-align:left;
	font-family: "Sawarabi Mincho"; 
	font-size:24px;
}

#individual .feature_box h3 span{
	color:#00A600;
}

#individual .feature_box p.feature_content{
	text-align:center;
	margin-bottom:30px;
}

#individual .feature_box img{
	width:100%;
	height:auto;
}

figure.img_right img{
	/*float:right;*/
	width:100%;
	height:auto;
	/*margin-left:40px;*/
	margin-right:0;
}

#individual figure.img_right{
	margin-top:30px;
}

#individual figure.img_right figcaption{
	/*float:left;
	width:54%;*/
	text-align:center;
}

#individual figure.img_right p.bg_brwn{
	clear:both;
	background-color:#9E6D5B;
	color:#fff;
	padding:5px;
	box-sizing:border-box;
	margin-top:30px;
	margin-bottom:20px;
}

#individual figure.img_right figcaption img{
	margin-left:0;
	float:none;
	width:287px !important
}

#individual figure.img_right figcaption ul.feature_image{
	overflow:hidden;
}

#individual figure.img_right figcaption ul.feature_image li{
	float:left;
	width:30.5%;
	text-align:center;
	margin-right:4%;
	padding-left:0;
}

#individual figure.img_right figcaption ul.feature_image li:last-child{
	margin-right:0;
}

#individual figure.img_right figcaption ul.feature_image li img{
	width:100% !important;
	height:auto;
	margin-bottom:20px;
}

#individual figure.img_right figcaption ul.feature_image li p{
	font-size:14px;
	text-indent:0;
}

.smart{
	background-image:url(../img/individual/icon_smart.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:82px;
	padding-left:90px;
	box-sizing:border-box;
}

#individual #s02 h3{
	color:#00A600;
	padding-top:20px;
	padding-bottom:20px;
	font-size:22px;
	margin-bottom:20px;
}

#individual #s02 ul.smart_image{
	overflow:hidden;
}

#individual #s02 ul.smart_image > li{
	/*float:left;
	width:10%;*/
}

#individual #s02 ul.smart_image > li:first-child{
	/*width:60%;*/
}

#individual #s02 ul.smart_image > li:last-child{
	margin-right:0;
	width:30%;
}

#individual #s02 ul.smart_image > li img{
	width:100%;
	height:auto;
}

#individual #s02 ul.smart_image > li.yaji img{
	width:85%;
	height:auto;
	margin-top:63px;
}

ul.check{
	margin-top:45px;
	margin-left:30px;
}

ul.check li{
	margin-bottom:10px;
	background-image:url(../img/individual/check.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:20px;
	padding-left:30px;
	box-sizing:border-box;
	margin-bottom:20px;
	font-family: "Sawarabi Gothic";
}

p.fukidashi{
    text-align: center;
    /*float: right;
    margin-top: -106px;*/
	background-image:url(../img/individual/fukidashi.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	padding:15px 10px 25px;
	box-sizing:border-box;
	font-family: "Sawarabi Gothic";
	margin-right: 155px;
	font-size:13px;
}

#individual #s02 div.btn{
	position:relative;
}

#individual #s02 p.smart_image02{
	position:absolute;
	bottom:0;
	left:0;
}

#individual #s02 p.smart_image02 img{
	width:190px;
	height:auto;
}

#individual #s02{
	margin-bottom:80px;
}

#individual #s02 div.column_box{
	margin-bottom:50px;
}

.comparison{
	background-image:url(../img/individual/icon_compar.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:60px;
	padding-left:70px;
	box-sizing:border-box;
}

#individual #s02 .original02 ul.smart_image li{
	width:43%;
}

#individual #s02 .original02 ul.smart_image li.yaji{
	width:10%;
	margin-right:20px;
}

#individual #s02 .original02 ul.smart_image li p.center{
	text-align:center;
	font-family: "Sawarabi Gothic";
	margin-bottom:20px;
}

#individual #s02 .original02 ul.smart_image li:first-child img{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
}

#individual #s02 .original02 p.point{
	text-align:center;
	color:#00A600;
	font-family: "Sawarabi Gothic";
	margin-top:20px;
}

#individual #s02 .original02 p.closing{
	text-align:center;
	font-family: "Sawarabi Gothic";
	margin-top:20px;
}

#individual #s03 h3.house{
	background-image:url(../img/individual/icon_house.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:50px;
	padding-left:60px;
	box-sizing:border-box;
	padding-top:10px;
	padding-bottom:10px;
}

#individual #s03 ul{
	overflow:hidden;
}

#individual #s03 ul li{
	/*float:left;
	width:47%;
	margin-right:30px;*/
	margin-bottom:30px;
}

#individual #s03 ul li:nth-child(2n){
	margin-right:0;
}

#individual #s03 ul li div.content{
	padding:30px;
	box-sizing:border-box;
	border:solid 7px #DADADA;
	margin-top:10px;
	/*height:695px;*/
}

#individual #s03 ul li div.content.income{
	height:auto;
}

#individual #s03 ul li figure img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

#individual #s03 ul li figure figcaption{
	font-size:14px;
}

#individual #s03 ul li figure figcaption div.bg_blue{
	border-radius:50px;
	background-color:#125099;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	color:#fff;
	padding:10px;
	box-sizing:border-box;
}

#individual #s03 ul li figure figcaption img{
	width:100%;
	height:auto;
}

#individual #s03 ul li div.btn02{
	clear:both;
}

#individual #s03 ul li div.btn02.internet{
	margin-top:0;
}

#individual #s03 ul li div.btn02.internet a{
	margin-top:0;
}

#individual #s03 ul li div.btn02.internet ul li a small{
	color:#fff;
}

#individual #s03 ul li div.btn02.internet ul{
	margin-top:0;
}

#individual #s03 ul li div.btn02 ul{
    overflow: hidden;
    width: 100%;
	margin-top:20px;
}

#individual #s03 ul li div.btn02 ul li{
	width:100%;
	text-align:center;
	float:none;
	margin-right:0;
	margin-bottom:0px;
}

#individual #s03 ul li div.btn02 ul li:last-child{
	margin-bottom:0;
}

#individual #s03 ul li div.btn02 ul li img{
	width:100%;
	height:auto;
}

#individual #s03 ul li div.btn02 ul li a.btn_wh{
	margin-top:10px;
	margin-bottom:10px;
}

#individual #s03 ul li div.btn02 ul li.oneday a{
	background-color:#00A600;
	padding:5px;
	box-sizing:border-box;
	color:#fff;
	text-align:center; 
	border-radius:50px;
	display:block;
	font-size:16px;
}


#individual #s03 h3.car{
	background-image:url(../img/individual/icon_car.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:50px;
	padding-left:60px;
	box-sizing:border-box;
	padding-top:10px;
	padding-bottom:10px;
}

#individual #s03 h3.net{
	background-image:url(../img/individual/icon_net.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:50px;
	padding-left:60px;
	box-sizing:border-box;
	padding-top:10px;
	padding-bottom:10px;
}

#individual #s03 h3.hospital{
	background-image:url(../img/individual/icon_hospital.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:50px;
	padding-left:60px;
	box-sizing:border-box;
	padding-top:25px;
	padding-bottom:10px;
	margin-top:15px;
}

#individual #s03 h3.income{
	background-image:url(../img/individual/icon_income.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:50px;
	padding-left:60px;
	box-sizing:border-box;
	padding-top:10px;
	padding-bottom:10px;
}

#individual #s03 p span{
	color:#00A600;
}


#individual .bx-wrapper .bx-controls-direction a {
  margin-top: 210px;
}

#individual #s02 .column_box img{
	width:100%;
	height:auto;
}

/*法人のお客さま*/
#corporation .slide_all {
    height: 456px;
}

#corporation .bx-wrapper .bx-controls-direction a {
    top: 6%;
}

#corporation div.links ul li{
	margin-bottom:20px;
}

#corporation div.links ul li:first-child{
	/*margin-left:16%;*/
}

#corporation div.links ul li.bg_db a{
  background-color: #042163;
  height: 75px;
  line-height: 56px;
}

#corporation div.links ul li.bg_db a img{
  margin-top: 21px;
}

#corporation div.feature_box{
	margin-top:80px;
}

#corporation div.feature_box.bg01{
	background-image:url(../img/corporation/bg01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:20px;
	box-sizing: border-box;
}

#corporation p.feature_title{
	margin-top:-43px;
	color:#fff;
	margin-bottom:30px;
}

#corporation p.feature_title span{
	display:inline-block;
	background-color:#00A600;
	padding:3px 55px;
	border-radius:50px;
	color:#fff;
}

#corporation p.feature_title span strong{
	box-sizing:border-box;
	color:#fff;
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

#corporation div.feature_box h3{
	text-align:left;
	background-color:rgba(0, 0, 0, 0);
	margin-bottom:30px;
	text-align:center;
}

#corporation div.feature_box p.dashed{
	margin-top:30px;
	border:dashed 3px #707070;
	padding:13px;
	box-sizing:border-box;
	text-align:center;
	background-color:rgba(255, 255, 255, 0.85);
	width:100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#corporation div.feature_box div.btn02 ul{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#corporation div.feature_box.bg02 h3 strong,
#corporation div.feature_box.bg03 h3 strong,
#corporation #s01 div.feature_box.bg03 p span.green{
	color:#00A600;
	font-weight:normal;
}

#corporation div.feature_box.bg02{
	background-image:url(../img/corporation/bg02.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	/*background-size:cover;*/
	padding:20px;
	box-sizing: border-box;
}

#corporation div.feature_box.bg02 ul{
	overflow:hidden;
	margin-bottom:30px;
}

#corporation div.feature_box.bg02 ul li{
	/*float:left;
	width:31%;*/
	margin-bottom:30px;
}

#corporation div.feature_box.bg02 ul li:last-child{
	margin-right:0;
}

#corporation div.feature_box.bg02 ul li h4{
	background-color:#707070;
	padding:10px;
	box-sizing:border-box;
}

#corporation div.feature_box.bg02 ul li h4 span{
	font-weight:normal;
	color:#fff;
	background-image:url(../img/corporation/icon_copare.png);
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	background-size:auto 25px;
}

#corporation div.feature_box.bg02 ul li h4.ordermade span{
	background-image:url(../img/corporation/icon_order.png);
}

#corporation div.feature_box.bg02 ul li h4.best span{
	background-image:url(../img/corporation/icon_best.png);
}

#corporation div.feature_box.bg02 ul li div{
	padding:20px;
	box-sizing:border-box;
	border:solid 1px #707070;
	background-color:#fff;
	font-size:14px;
	text-align:left;
	/*height:150px;*/
}

#corporation div.feature_box h5{
	font-size:24px;
	margin:20px 0 0;
}

#corporation div.feature_box h5 span{
	color:#00A600;
}

#corporation div.feature_box.bg02 div.btn02 ul{
	margin-bottom:0;
}

#corporation div.feature_box.bg02 div.btn02 ul li,
#corporation div.feature_box.bg03 div.btn02 ul li{
	float:none;
	width:100%;
}

#corporation div.feature_box.bg03{
	background-image:url(../img/corporation/bg03.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	/*background-size:cover;*/
	padding:20px;
	box-sizing: border-box;
}

#corporation div.feature_box.bg03 ul{
	overflow:hidden;
}

#corporation div.feature_box.bg03 ul li{
	float:left;
	width:48%;
	margin-right:10px;
}

#corporation div.feature_box.bg03 ul li.orange{
	margin-right:0;
}


#corporation div.feature_box.bg03 ul li.blue{
	margin-right:0;
	margin-left:28%;
}

#corporation div.feature_box.bg03 ul li h4{
  background-image: url(../img/corporation/bg_green.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 49px 30px 87px 0;
  box-sizing: border-box;
  color: #00A600;
}

#corporation div.feature_box.bg03 ul li p{
	color:#00A600;
	font-size:14px;
}

#corporation div.feature_box.bg03 ul li.orange h4{
	background-image:url(../img/corporation/bg_orange.png);
	color:#FCA713;
}

#corporation div.feature_box.bg03 ul li.orange p{
	color:#FCA713;
}

#corporation div.feature_box.bg03 ul li.blue h4{
	background-image:url(../img/corporation/bg_blue.png);
	color:#160BB1;
}

#corporation div.feature_box.bg03 ul li.blue p{
	color:#160BB1;
}

#corporation .bx-wrapper .bx-controls-direction a{
	margin-top:210px;
}

div#s01,
div#s02,
div#s03,
div#s04,
div#s05,
div#s06,
div#s07,
div#s08,
div#s09,
div#s10,
div#s11{
	margin-bottom:50px;
}

#corporation div#s02 > ul{
	overflow:hidden;
}

#corporation div#s02 > ul > li{
	/*float:left;
	width:47%;*/
	margin-bottom:30px;
	border:solid 7px #DADADA;
	box-sizing:border-box;
}

#corporation div#s02 > ul > li:last-child{
	margin-right:0;
}

#corporation div#s02 > ul > li h4{
	text-align:center;
	background-color:#130353;
	padding:20px 10px;
	box-sizing:border-box;
	color:#fff;
	font-size:20px;
}

#corporation div#s02 > ul > li div{
	padding:10px;
	box-sizing:border-box;
	font-family: "Sawarabi Gothic";
}

#corporation div#s02 > ul > li div img{
	width:65%;
	height:auto;
	display:block;
	margin:0 auto 20px;
}

#corporation div#s02 > ul > li:last-child div img{
	width:95%;
}

#corporation div#s02 > ul > li div p{
	text-align:center;
	font-size:14px;
	margin-bottom:20px;
}

#corporation div#s02 > ul > li div p strong{
	font-size:20px;
}

span.marker{
  background: linear-gradient(transparent 70%, yellow 70%);
}

span.green{
	color:#00A600;
}

#corporation div#s02 > ul > li h5{
	color:#00A600;
	text-align:center;
	font-weight:normal;
	font-size:15px;
	/*margin-bottom: 92px;*/
}

#corporation div#s02 > ul > li ul.list{
  /*width: 80%;*/
  margin: 0 auto;
}

#corporation div#s02 > ul > li ul.list li{
	margin-bottom:10px;
	color:#00A600;
	font-size:14px;
}

#corporation div#s02 > ul > li ul.list li:last-child{
	margin-bottom:0;
}

#corporation div#s02 > ul > li div.btn{
	padding:0;
}

#corporation div#s02 > ul > li div.btn ul{
	width:100%;
}

#corporation div#s02 > ul > li div.btn ul li a img{
	margin-bottom:0;
}

#corporation div#s03 > ul > li,
#corporation div#s04 > ul > li,
#corporation div#s05 > ul > li{
	margin-bottom:30px;
}

#corporation div#s03 > ul > li figure,
#corporation div#s04 > ul > li figure,
#corporation div#s05 > ul > li figure{
	border:solid 1px #DADADA;
	padding:20px;
	box-sizing:border-box;
}

#corporation div#s03 > ul > li figure figcaption,
#corporation div#s05 > ul > li figure figcaption{
	font-family: "Sawarabi Gothic";
	font-size:14px;
	/*float:right;
	width:513px;*/
}

#corporation div#s03 > ul > li figure figcaption h4,
#corporation div#s04 > ul > li figure figcaption h4,
#corporation div#s05 > ul > li figure figcaption h4{
	font-size:19px;
	padding-bottom:5px;
	margin-bottom:10px;
	box-sizing:border-box;
	border-bottom:solid 1px #00A600;
	color:#00A600;
	font-weight:normal;
}

#corporation div#s03 > ul > li figure figcaption small{
	display:block;
	text-indent:-1em;
	padding-left:1em;
}

#corporation div#s03 > ul > li figure figcaption h5{
	font-size:16px;
	margin-top:20px;
	font-weight:normal;
}

#corporation div#s03 > ul > li figure figcaption ul.service li{
	display:inline-block;
	margin-right:20px;
}

#corporation div#s03 > ul > li figure figcaption ul.service li:last-child{
	margin-right:0;
}

#corporation div#s03 > ul > li figure figcaption ul.service li span{
	color:#00A600;
}

#corporation div#s03 div.btn ul li,
#corporation div#s04 > ul > li div.btn ul li,
#corporation div#s05 > ul > li div.btn ul li{
  float: none;
  margin: 0 auto;
  text-indent: 0;
	padding-left: 0px;
	width:100%;
}

#corporation div#s04 > ul > li figure figcaption{
	font-family: "Sawarabi Gothic";
	font-size:14px;
	/*float:left;
	width:513px;*/
}

#corporation div#s04 > ul > li a.btn_wh,
#corporation div#s05 > ul > li a.btn_wh{
  text-align: center;
  text-indent: 0;
  padding-left: 10px;
  height: 42px;
  line-height: 42px;
  padding-top: 0;
}

#corporation div#s04 > ul > li a.btn_wh img,
#corporation div#s05 > ul > li a.btn_wh img {
  float: right;
  width: auto !important;
  height: 23px !important;
  margin-left: 0;
  margin-top: 9px;
}

#corporation div#s05 > ul > li a.btn_wh img {
  /*float: right;
  width: auto !important;
  height: 26px !important;
  margin-right:0;*/
}

#corporation div#s04 > ul > li div.btn ul,
#corporation div#s05 > ul > li div.btn ul{
	width:100%;
}

/*インターネットで加入できる保険*/
#internet #page_header{
	background-image:url(../img/internet/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:cover;
	height:155px;
}

#page_header .inner{
  padding-top: 10%;
}

/*#page_header h2{
	text-align:center;
	font-weight:normal;
	background-color:rgba(255, 255, 255, 0.65);
	padding:10px;
	box-sizing:border-box;
	text-shadow:
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
	font-family: "Sawarabi Gothic";
	font-size:21px;
}*/

#page_header h2{
	text-align:center;
	font-weight:normal;
	background-color:rgba(255, 255, 255, 0);
	padding:10px;
	box-sizing:border-box;
	text-shadow:
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:21px;
}


#internet .content{
	font-family: "Sawarabi Gothic";
	overflow: hidden;
}

#internet .links li{
	margin-bottom:20px;
}

#internet .links li:nth-child(3n){
	margin-right:0;
}

#internet .links li small{
	color:#fff;
	display:block;
	text-align:center;
}

#internet .links li a.pr{
	position:relative;
	height: 74px;
}

#internet .links li a.pr img{
	position:absolute;
	top:44%;
	right:3%;
}

#internet .links p{
	clear:both;
	text-align:center;
	font-size:14px;
	font-family: "Sawarabi Gothic";
}

#internet h2.title{
	font-family: "Sawarabi Mincho"; 
}

#internet h2.title span.icon{
	background-image:url(../img/internet/icon_travel.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 85px;
	padding-left:155px;
	display:inline-block;
	background-color:rgba(0, 0, 0, 0);
	height:auto;
	padding:20px 0 0;
	box-sizing:border-box;
}

#internet h3.subtitle{
	font-weight:normal;
	font-size:16px;
	margin-bottom:20px;
}

#internet h3.subtitle span{
	color:#00A600;
}

#internet .content .feature_box{
	padding:20px;
	box-sizing:border-box
}

#internet .content ul.double{
	overflow:hidden;
}

#internet .content ul.double li{
	/*float:left;
	width:47%;
	margin-right:50px;*/
	margin-bottom:20px;
	text-align:center;
}

#internet .content ul.double li:first-child{
	margin-bottom:20px !important;
}

#internet .content ul.double li:nth-child(2n){
	margin-right:0;
}

#internet .content ul.double li p{
	text-align:center;
	color:#fff;
	font-size:14px;
	background-color:#1E0487;
	border-radius:50px;
	margin-bottom:10px;
}

#internet .content ul.double li img{
	height:auto;
	width:100%;
}

#internet .content ul.double li img.small{
	width:85%;
	height:auto;
}

#internet .content ul li img.small2{
	width:65%;
	height:auto;
}

.mb_0{
	margin-bottom:0 !important;
}

#internet .content ul.single li{
	/*width:47%;*/
	display:block;
	margin:0 auto;
	text-align:center;
}

#internet .content ul.single li img{
	width:80%;
	height:auto;
}

#internet .content ul.single li p{
	text-align:center;
	color:#fff;
	font-size:14px;
	background-color:#1E0487;
	border-radius:50px;
	margin-bottom:10px;
}

#internet h2.title.car span.icon{
	background-image:url(../img/internet/icon_car.png);
	width: auto;
	padding-top: 0;
	display: inline-block;
	padding-left: 55px;
}

#internet h2.title.car span.icon small{
	font-size:14px;
	display:inline-block;
	margin-left:20px;
}

#internet h2.title.house span.icon{
	background-image:url(../img/internet/icon_house.png);
	/*width: auto;
	padding-top: 0;
	display: inline-block;
	padding-left: 93px;*/
}

#internet h2.title.house2 span.icon{
	background-image:url(../img/internet/icon_house2.png);
	width: auto;
	display: inline-block;
	padding-left: 93px;
	padding-top:15px;
	padding-bottom:10px;
	font-size:20px;
	background-size: auto 61px;
}

#internet h2.title.accident span.icon{
	background-image:url(../img/internet/icon_accident.png);
	width: auto;
	background-size:80px;
	display: inline-block;
	padding-left: 90px;
}

#internet h2.title.bike span.icon{
	background-image:url(../img/internet/icon_bike.png);
	width: auto;
	padding-left: 90px;
	margin-top:45px;
}

#internet h2.title.golf span.icon{
	background-image:url(../img/internet/icon_golf.png);
	width: auto;
	padding-left: 90px;
}

#internet h2.title.leisure span.icon{
	background-image:url(../img/internet/icon_leisure.png);
	width: auto;
	padding-left: 90px;
}

#internet h2.title.pet span.icon{
	background-image:url(../img/internet/icon_pet.png);
	width: auto;
	padding-left: 90px;
}

#internet h2.title.sick span.icon{
	background-image:url(../img/internet/icon_sick.png);
	width: auto;
	padding-left: 90px;
}

#internet h2.title.cancer span.icon{
	background-image:url(../img/internet/icon_cancer.png);
	width: auto;
	padding-left: 90px;
}


#internet .content #s04 ul.double li:first-child{
	/*margin-left:25%;*/
}

#internet .content #s04 ul.double li:nth-child(2){
	padding-bottom:20px;
}

#internet .content #s04 ul.double li:last-child{
	margin-right:0;
}

#internet .content ul.doubleul.sigles{
	margin-bottom:80px;
}

#internet .content p.closing{
	margin-bottom:50px;
	padding:20px;
	box-sizing:border-box;
	border:solid 3px #DADADA;
	background-color:#EDEDED;
}

#internet .content p.closing span{
	display:block;
	font-size:16px;
	text-indent:-1em;
	padding-left:1em;
}

#internet .content ul.single li img.small2{
	width:65%;
	height:auto;
}

/*提携企業・団体のお客さま*/
#page_header{
	margin-top:58px;
}


#alliance #page_header{
	background-image:url(../img/alliance/page_header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	/*height:440px;*/
	padding-bottom:10px;
	box-sizing:border-box;
}

#alliance #page_header .inner{
	padding-top:0px;
}

#alliance #page_header p{
	/*color:#fff;*/
	font-size:14px;
	font-family: "Sawarabi Gothic";
	margin-bottom:20px;
	background-color:rgba(255, 255, 255, 0.8);
	padding:15px;
	box-sizing:border-box;
}

#alliance #page_header .waku{
	background-color:#00A600;
	/*border:solid 7px #00A600;*/
	padding:7px;
	box-sizing:border-box;
}

#alliance #page_header .waku figure{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#alliance #page_header .waku figure img{
	/*float:left;
	width:36px;*/
}

#alliance #page_header .waku figure figcaption{
	color:#fff;
	font-family: "Sawarabi Gothic";
	text-align:center;
}

#alliance #page_header .waku figure figcaption a{
	display:block;
	/*margin-left:40px;*/
}

#alliance #page_header .waku figure figcaption a span{
	display:inline-block;
	background-image:url(../img/alliance/icon_tel_w.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:25px;
	padding-left:35px;
	box-sizing:border-box;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
}

#alliance .content #s01 ul.links{
	overflow:hidden;
}

#alliance .content #s01 ul.links li{
	/*float:left;
	width:47%;
	margin-right:45px;*/
	margin-bottom:45px;
	text-align:center;
	display:block;
	padding:20px;
	box-sizing:border-box;
	border:solid 5px #28B93D;
	/*height: 300px;*/
}


#alliance .content #s01 ul.links li img{
	width:100%;
	height:auto;
}

#alliance .content #s01 ul.links li:nth-child(2) h4 img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:65%;
}

.mb_10{
	margin-bottom:10px;
}

#alliance .content #s01 ul.links li:nth-child(2n){
	margin-right:0;
}

#alliance .content #s01 ul.links li h4{
	font-weight:normal;
	font-size:19px;
	margin-bottom:20px;
}

#alliance .content #s01 ul.links li.okada h4 span{
	display:inline-block;
	background-image:url(../img/alliance/logo01.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: auto 40px;
	padding-left: 106px;
	box-sizing:border-box;
}

#alliance .content #s01 ul.links li.semitec h4 span{
	display:inline-block;
	background-image:url(../img/alliance/logo04.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: auto 24px;
	padding-left: 106px;
	box-sizing:border-box;
}

#alliance .content #s01 ul.links li.semitec h4{
  /*margin-top: 18px;*/
}

#alliance .content #s01 ul.links li h5{
	color:#28B93D;
	font-size:22px;
	margin-bottom:20px;
}

#alliance .content #s01 ul.links li a {
	color:#fff;
	font-size:14px;
	background-color:#000;
	display:block;
	overflow:hidden;
	border-radius:50px;
	padding:2px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#alliance .content #s01 ul.links li a span {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 15px;
}

#alliance .content #s01 ul.links li a img {
  float: right;
  width: 10px;
  margin-top: 5px;
  margin-right: 15px;
}

#alliance .content #s03{
	padding-top:150px;
}

#alliance .content #s01 h2.title{
	width:auto;
}

#alliance .content #s01 h2.title strong{
	color:#00A600;
	/*font-weight:normal;*/
	font-size:18px;
}

#alliance .content #s03 ul.check{
	border:solid 5px #00A600;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:50px;
	margin-left:0;
}

#alliance .content #s03 ul.check li{
	background-image:url(../img/alliance/check_green.png);
	background-position:left top;
	padding-top:5px;
	color:#00A600;
}

#alliance .content .contact p.tel{
	text-align:center;
	color:#00A600;
}

#alliance .content .contact p.tel > a{
	font-size:36px;
	color:#00A600;
	display:inline-block;
	margin-left:20px;
}

#alliance .content .contact p.tel > a rt{
	color:#000;
}

#alliance .content .contact p.tel small{
	font-size:16px;
	color:#00A600;
	display:block;
}

#alliance .content .contact ul{
	width:100%;
}

#alliance .content .contact ul li{
	margin:0 auto;
	float:none;
}

#alliance .content .contact ul li a{
	box-sizing:border-box;
}

#alliance .content .contact ul li a span{
	color:#fff;
}

a span.web{
	background-image:url(../img/alliance/icon_web.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:50px;
	padding-left:70px !important;
	box-sizing:border-box;
	padding:10px 0;
	display:inline-block;
}

a.btn_gr.web_btn img {
  float: right;
  width: auto !important;
  height: 26px !important;
  margin-top: 9px;
  margin-right: 10px;
}

#alliance .content .bg_gray{
	background-color:#EDEDED;
	padding:50px 10px;
	box-sizing:border-box;
}

#alliance .content .bg_gray h2.title.icon strong{
	color:#160264;
	background-image:url(../img/alliance/icon01.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: 90px;
	padding-left: 76px;
	display:block;
	font-size:20px;
}

#alliance .content .bg_gray p.intro{
	font-size:18px;
	margin-bottom:50px;
	text-align:center;
}

#alliance .content .bg_gray ul.service{
	overflow:hidden;
	margin-bottom:50px;
}

#alliance .content .bg_gray ul.service > li{
	/*float:left;
	width:47%;
	margin-right:57px;*/
	overflow:hidden;
	margin-bottom:50px;
}

#alliance .content .bg_gray ul.service > li:last-child{
	margin-right:0;
}

#alliance .content .bg_gray ul.service > li .float_box{
  /*float: left;
  width: 40%;*/
}

#alliance .content .bg_gray ul.service > li h4{
	background-color:#1B202C;
	text-align:center;
	color:#fff;
	font-size:20px;
	padding:20px;
	box-sizing:border-box;
}

#alliance .content .bg_gray ul.service > li.employee h4{
	background-color:#A07FFE;
}

#alliance .content .bg_gray ul.service > li img{
	width:100%;
	height:auto;
}

#alliance .content .bg_gray ul.service > li ul.check{
	/*background-color:#fff;*/
	padding:0px;
	box-sizing:border-box;
	/*margin:0;
	height:250px;*/
	/*float: right;
	width: 55%;*/
	margin-top:20px;
	margin-left:0;
}

#alliance .content .bg_gray ul.service > li ul.check li{
	background-image:url(../img/alliance/check_green.png);
	background-position:left -5px;
	color: #160264;
}

#alliance .content{
	margin-bottom:0
}

#alliance .content #s03 h2.title.icon span.icon{
	background-image:url(../img/alliance/icon02.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: 76px;
	padding-left: 102px;
	display:inline-block;
	background-color: rgba(0, 0, 0, 0);
	width: 60%;
	height: auto;
	font-size:20px;
}

#alliance .content #s03 h2.title.icon strong.green{
	color: #00A600;
}

#alliance div.btn ul li{
	width:100%;
}

/*会社概要*/

#about #page_header{
	background-image:url(../img/about/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height: 155px;
	margin-top: 58px;
}

#about table.profile{
	border-collapse:collapse;
}

#about table.profile tr th,
#about table.profile tr td{
	padding:10px;
	box-sizing:border-box;
	border:solid 1px #000;
}

#about table.profile tr th{
	background-color:#CDFCCD;
	vertical-align:top;
	font-weight:normal;
	width:25%;
}

#about #s02 img{
	width:100%;
	height:auto;
}

#about ul.president{
	overflow:hidden;
	margin-bottom:50px;
}

#about .content #s03 ul li{
	float:left;
	width:46%;
	margin-right:12px;
	margin-bottom:20px;
	text-align:center;
}

#about .content #s03 ul li:nth-child(2n){
	margin-right:0;
}

#about .content #s03 ul li:last-child{
	margin-bottom:0;
}

#about .content #s03 ul li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

#about .content #s03 ul.president li{
	float:none;
	display:block;
	margin:0 auto;
}

#about .content #s03 h4{
	background-color:#00A600;
	color:#fff;
	padding:10px 25px;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:20px;
	display:inline-block
}

#about .content #s03 a.profile{
	color:#fff;
	font-size:14px;
	background-color:#000;
	display:inline-block;
	overflow:hidden;
	border-radius:50px;
	padding:2px;
	width:100%;
}

#about .content #s03 a.profile img{
  float: right;
  width: 10px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom:0;
}

#about .content #s03 a.profile span{
	display:inline-block;
	text-align:center;
	color:#fff;
	margin-left:15px;
}

#about .content #s03 div.feature_box{
	padding:20px;
	box-sizing:border-box;
}

#about .content #s03 ul.map li{
	width:48%;
	margin-bottom:0;
}

#about .content #s03 ul.map li:last-child{
	margin-right:0;
}

#about .content #s04 > ul{
	margin-bottom:50px;
}

#about .content #s04 > ul > li{
	overflow:hidden;
	margin-bottom:80px;
}

#about .content #s04 > ul > li p{
	/*float:left;*/
	width:100%;
	text-align:center;
	color:#fff;
	background-color:#00A600;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:20px;
}

#about .content #s04 > ul > li address{
	display:block;
	float:left;
	width:100%;
	font-style:normal;
	text-align:left;
	text-indent:-1em;
	//font-size:14px;
}

#about .content #s04 > ul > li address span{
	display:block;
	text-align:center;
	text-indent:0;
}

#about .content #s04 > ul > li ul{
	overflow:hidden;
	clear:both;
	padding-top:20px;
}

#about .content #s04 > ul > li ul li{
	/*float:left;
	width:47%;*/
	margin-bottom:35px;
}

#about .content #s04 > ul > li ul li:last-child{
	margin-right:0;
}

#about .content #s04 > ul > li ul li img{
	width:100%;
	height:auto;
}

#about .content #s04 > ul > li ul li.gmap{
	position:relative;
	border:solid 10px #C5C0C0;
	box-sizing:border-box;
}

#about .content #s04 > ul > li ul li.gmap img{
	position:absolute;
	top:-30px;
	left: -12px;
	width:60px;
	height:auto;
}

#about .content #s04 > ul > li ul li.gmap iframe{
	width:100%;
}

#about #s05{
	overflow:hidden;
}

#about #s05 ul.client_list{
	/*float:left;
	width:50%;*/
}

#about #s05 ul.client_list li{
	margin-bottom:50px;
	text-indent:-1em;
	padding-left:1em;
}

/*情報セキュリティ宣言*/

#security #page_header{
	background-image:url(../img/security/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	height:155px;
}

#security ol{
	margin-top:50px;
}

#security ol li{
	list-style:none;
	margin-bottom:30px;
}

#security ol li h4{
	color:#00A600;
}

#security ol li p{
	margin-left:20px;
}

#security ol li img{
	width:150px;
	height:auto;
	display:block;
	margin:10px auto 0;
}

#security ol li p.detail{
	text-indent:-1.5em;
	padding-left:1.5em;
}

/*お客様本位の業務運営への方針*/

#policy #page_header{
	background-image:url(../img/policy/page_header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	height:155px;
}

#policy .content h4{
	color:#00A600;
	font-size:18px;
	margin-top:50px;
	margin-bottom:20px;
	text-indent:-1em;
	padding-left:1em;
}

#policy .content ol{
	margin-left:20px;
	margin-bottom:50px;
	margin-top:20px;
}

#policy .content ol li{
	list-style:none;
	text-indent:-1.2em;
	padding-left:1.2em;
	margin-bottom:20px;
}

#policy .content ol li p{
	text-indent:-2em;
	padding-left:2em;
	margin-left:0px;
}

#policy .content ol li p span{
	display:block;
	text-indent:0;
	padding-left:0;
}

.mt_20{
	margin-top:20px;
}

/*個人情報保護方針*/

#privacy #page_header{
	background-image:url(../img/privacy/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:155px;
}

#privacy .content ul li{
	margin-bottom:30px;
}

#privacy .content ul li h4{
	color:#00A600;
}

#privacy .content ul li p{
	margin-left:20px;
}

#privacy .content ul li ol{
	margin-left:40px;
}

#privacy .content ul li ol li{
	list-style:none;
	margin-bottom:0;
	text-indent:-2.5em;
	padding-left:2.5em;
}

#privacy .content ul li p.contact{
	padding:30px;
	box-sizing:border-box;
	margin-top:20px;
	background-color:#EDEDED;
}

#privacy .content ul li p.contact span{
	display:block;
	text-indent:-1em;
	padding-left:1em;
}

#privacy .content #s02 ul li h4{
	color:#00A600;
	text-indent:-1em;
	padding-left:1em;
}

#privacy .content #s02 ul li ul{
	margin-left:20px;
}

#privacy .content #s02 ul li ul li{
	margin-bottom:0;
	text-indent:-1em;
	padding-left:1em;
}

/*求人情報*/

#recruit #page_header{
	background-image:url(../img/recruit/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:155px;
}

#recruit .content #s01 p span{
	display:block;
	margin-top:20px;
	text-align:right;
}

#recruit .content #s01 p span img{
	width:235px;
	height:auto;
}

#recruit .content div.links ul li{
	width:100%;
}

#recruit .content div.links ul li a img{
	height: 15px !important;
	margin-top: 8px;
}

#recruit .content #s02 h4,
#recruit .content #s03 h4{
	color:#00A600;
	margin-bottom:20px;
}

#recruit .content table{
	border-collapse:collapse;
}

#recruit .content table tr th,
#recruit .content table tr td{
	padding:10px;
	box-sizing:border-box;
	border:solid 1px #707070;
	font-weight:normal;
}

#recruit .content table tr th{
	background-color:#F2F2F2;
	width:25%
	
}

/*経営理念*/

#philosophy #page_header{
	background-image:url(../img/philosophy/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:155px;
}

#philosophy .content #s01 h2{
	color:#00A600;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	margin-bottom:30px;
}

#philosophy .content #s01 ul{
	width:100%;
	margin:0 auto 50px;
}

#philosophy .content #s01 ul li{
	margin-bottom:30px;
}

#philosophy .content #s01 ul li:first-child{
	padding:20px;
	box-sizing:border-box;
	background-color:#F0EFEF;
	text-align:center;
}

#philosophy .content #s01 ul li:first-child h4 small{
	display:block;
}

#philosophy .content #s01 ul li h4{
	color:#00A600;
	font-size:24px;
}

#philosophy .content #s01 ul li h4 small{
	font-size:16px;
	color:#00A600;
}

#philosophy .content #s01 ul li p{
	text-align:center;
	font-size:20px;
}

#philosophy .content #s01 ul li.mission p{
	text-align:left;
	/*margin-left:135px;*/
	text-indent:-1em;
	padding-left:1em;
}

#philosophy .content #s01 div.guideline{
	padding:20px;
	box-sizing:border-box;
	border:dashed 2px #707070;
}

#philosophy .content #s01 div.guideline h5{
	font-weight:normal;
	font-size:18px;
}

#philosophy .content #s01 div.guideline ol li{
	margin-bottom:10px;
	list-style:none;
	
}

#philosophy .content #s01 div.guideline ol li:last-child{
	margin-bottom:0;
}

#philosophy .content #s01 div.guideline ol li img{
	width:35px;
	height:auto;
	display:inline-block;
	margin:0 10px;
}

#philosophy .content #s02 span{
  display:block;
  text-align:right;
  margin-top:10px;
}


#philosophy .content #s02 span img{
  width: 235px;
  height: auto;
}

/*生命保険商品　比較サービス*/
#compare .content {
	font-family: "Sawarabi Gothic";
}

#compare .content h2{
	font-weight:normal;
	font-size:20px;
	text-align:center;
	margin-bottom:50px;
	font-family: "Sawarabi Mincho"; 
}

#compare .content h2 span{
	display:inline-block;
	padding-top:10px;
	padding-left:74px;
}

#compare .content #s01 img{
	width:100%;
	height:auto;
}

#compare .content #s01 p{
	text-align:center;
	font-size:16px;
	color:#00A600;
	margin:30px 0;
}

#compare .content #s01 h3{
	text-align:center;
	font-size:22px;
}

#compare .content #s01 h3 span{
	color:#00A600;
}

#compare .content #s02 .feature_box{
	padding:20px;
	box-sizing:border-box;
	margin-bottom:70px;
}

#compare .content #s02 .feature_box h4{
	margin-top:-53px;
	font-size:18px;
	margin-bottom:30px;
}

#compare .content #s02 .feature_box h4 span{
	display:inline-block;
	background-color:#fff;
	padding:0 5px;
	color:#00A600;
	font-size: 16px;
}

#compare .content #s02 .feature_box h4 small{
	color:#fff;
	display:block;
	width:150px;
	margin:0 auto 5px;
	padding:2px;
	box-sizing:border-box;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	background-color:#707070;
	border-radius:50px;
	font-size:14px;
}

#compare .content #s02 .feature_box figure img,
#compare .content #s02 .recommend figure img{
	/*float:left;*/
	width:100%;
	height:auto;
	margin-bottom:20px;
}

#compare .content #s02 .feature_box figure figcaption,
#compare .content #s02 .recommend figure figcaption{
	text-align:left;
	font-family: "Sawarabi Mincho";
	/*float:right;
	width:483px;*/
}

#compare .content #s02 .feature_box figure figcaption ul.check,
#compare .content #s02 .recommend figure figcaption ul.check{
	margin-left:0;
	margin-top:20px;
}

#compare .content #s02 .feature_box figure figcaption ul.check li,
#compare .content #s02 .recommend figure figcaption ul.check li{
  background-image: url(../img/alliance/check_green.png);
  padding-left: 33px;
  background-position: left -8px;
  box-sizing: border-box;
  text-indent: 0;
  color: #00A600;
}

#compare .content #s02 .recommend figure figcaption img{
	float:none;
	width:100%;
	height:auto;
}

#compare .content #s02 .recommend h4{
	text-align:center;
	font-weight:normal;
	background-color:#160264;
	padding:20px;
	box-sizing:border-box;
	color:#fff;
	font-size:18px;
}

#compare .content #s02 .recommend{
	position:relative;
}

#compare .content #s02 .recommend p.fukidashi{
  position: absolute;
  top: -70px;
  left: 0;
  width: 156px;
  background-image: none;
}

#compare .content #s02 .recommend p.fukidashi img{
	width:100%;
	height:auto;
}

#compare .content #s02 .recommend figure{
	padding:20px;
	box-sizing:border-box;
	background-color:#EDEDED;
}

#compare .content #s02 .recommend figure ul.check li{
	margin-bottom:10px;
}

#compare .content #s02 div.btn ul{
	width:100%;
}

#compare .content #s02 div.btn ul li{
	display:block;
	margin-left:auto;
	margin-right:auto;
	float:none;
	width:100%;
}

#compare .content #s02 div.btn ul li p.caution{
	text-align:left;
	font-size:14px;
	text-indent:-4em;
	padding-left:4em;
	margin-top:20px;
}


/*写メ お見積り、診断サービス*/
#compare.estimate .content h2{
	margin-bottom:10px;
}

#compare.estimate .content h2 small{
	display:block;
	padding-top:10px;
	color:#00A600;
}

#compare.estimate .content #s02 ul.feature{
	overflow:hidden;
}

#compare.estimate .content #s02 ul.feature > li{
	/*float:left;
	width:44%;
	margin-right:57px;*/
	margin-bottom:57px;
}

#compare.estimate .content #s02 ul.feature > li:last-child;
#compare.estimate .content #s02 ul.feature > li:nth-child(2){
	margin-right:0;
}

#compare.estimate .content #s02 ul.feature > li p{
	font-family: "Sawarabi Mincho"; 
	font-size:24px;
	margin-bottom:20px;
}

#compare.estimate .content #s02 ul.feature > li div{
	background-color:#00A600;
	padding:30px;
	box-sizing:border-box;
	height:
}

#compare.estimate .content #s02 ul.feature > li div.bg_db{
	background-color:#160264;
}

#compare.estimate .content #s02 ul.feature > li div.bg_gray{
	background-color:#A8A4A4;
}

#compare.estimate .content #s02 ul.feature > li div h4{
	font-size:24px;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	font-family: "Sawarabi Mincho"; 
}

#compare.estimate .content #s02 ul.feature > li div ul li{
	color:#fff;
	text-indent:-1em;
	padding-left:1em;
}

#compare.estimate .content #s02 ul.feature > li:nth-child(2) p{
	margin-top:35px;
}

#compare.estimate .content #s02 ul.feature > li:nth-child(2) div{
	/*height:228px;*/
}

#compare.estimate .content #s02 ul.feature > li:last-child{
	/*margin-left:25%;*/
}

#compare.estimate .content #s02 ul.feature > li:last-child small{
	color:#fff;
	text-align:left;
	display:block;
	margin-top:10px;
	margin-left:20px;
}

#compare.estimate .content #s02 ul.feature > li:last-child a{
	display:block;
	text-align:center;
	color:#FCE003;
	font-size:16px;
	margin-top:10px;
}

#compare.estimate .content #s02 figcaption{
	/*float:right;
	width:556px;*/
}

#compare.estimate .content #s02 figcaption .btn li{
	float:none;
	width:100%;
	margin-bottom:0px;
	padding-left:0;
}

#compare.estimate .content #s02 figcaption .btn li a{
	padding:20px;
	box-sizing:border-box;
	height: 65px;
	line-height: 26px;
}

#compare.estimate .content #s02 figcaption .btn li a.btn_gray{
	background-color:#C5C0C0;
	display:block;
}

#compare.estimate .content #s02 figcaption .btn li a.btn_gray img{
  float: right;
  width: auto !important;
  height: 26px !important;
}

#compare.estimate  .content .contact{
	clear:both;
	padding-top:80px;
}

#compare.estimate  .content .contact p.tel{
	text-align:center;
	color:#00A600;
	font-size:20px;
}

#compare.estimate  .content .contact p.tel > a{
	font-size:36px;
	color:#00A600;
	display:inline-block;
	margin-left:20px;
}

#compare.estimate  .content .contact p.tel > a rt{
	color:#000;
	font-size:16px;
}

#compare.estimate  .content .contact p.tel small{
	font-size:16px;
	color:#00A600;
	display:block;
}

#compare.estimate  .content .contact ul{
	width:100%;
}

#compare.estimate  .content .contact ul li{
	margin:0 auto;
	float:none;
}

#compare.estimate  .content .contact ul li a{
	box-sizing:border-box;
}

#compare.estimate  .content .contact ul li a span{
	color:#fff;
}

/*お問合せ 個人のお客さま（お見積り、サービスお申込み）*/

#ci #page_header{
	background-image:url(../img/ci/page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:155px;
}

#ci .content h3{
	text-align:center;
	margin-bottom:30px;
	font-size:16px;
	border-left:none;
	padding-left:0;
}

#ci .content h3 span,
#ci .content h3 span a,
#ci .content h3 span small{
	color:#00A600;
}

#ci .content h3 span small{
	font-size:13px;
}

#ci .content h4{
	font-weight:normal;
	font-size:18px;
	margin-bottom:20px;
}

#ci .content h4 span.title{
	display:inline-block;
	padding:10px 25px;
	margin-right:20px;
	background-color:#00A600;
	color:#fff;
	font-size:16px;
}

#ci .content h4 span.required{
	display:inline-block;
	padding:5px 25px;
	margin-right:20px;
	background-color:red;
	color:#fff;
	font-size:13px;
}

#ci .content h4 span.unrequired{
	display:inline-block;
	padding:5px 25px;
	margin-right:20px;
	border:solid 5px #000;
	font-size:13px;
}

#ci .content h4 strong{
  color: #00A600;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}

#ci .content h4 small{
	font-size:14px;
	display:block;
	text-align:center;
	width:195px;
}

#ci .content div.privacy{
	margin-top:50px;
	font-size:12px;
}

#ci .content div.privacy h5{
	font-size:16px;
	margin-bottom:20px;
}

#ci .content div.privacy p{
	margin-bottom:20px;
}

#ci .content div.privacy p.box a{
	display:block;
	color:#00A600;
}

#ci .content div.privacy p.contact span{
	display:block;
	text-indent:-1em;
	padding-left:1em;
}

#ci .content div.privacy p.agree{
	text-align:center;
	font-size:24px;
}

#ci .content div.privacy h4.agree_title{
	text-align:center;
}

#ci .content table{
	border:solid 1px #00A600;
	/*margin-left:115px;*/
	width:100%;
	margin-bottom:50px;
}

#ci table.insurance td small{
	display:block;
	margin-left:15px;
}

#ci .content table tr th,
#ci .content table tr td{
	font-weight:normal;
	padding:10px;
	box-sizing:border-box;
	vertical-align:middle;
	display:block;
	width:100%;
}

#ci .content table.file tr th{
	vertical-align:top;
	width:100%;
}

#ci .content table.customer tr td input.zip{
	width:36%;
}

#ci .content table tr td input,
#ci .content p.agree input{
	vertical-align:0.2em;
}

#ci .content table.customer tr td input{
	width:100%;
}

#ci .content table.file.customer tr td small{
	text-align:left;
}

#ci .content #s01{
	margin-bottom:50px;
}

#ci .content table.file{
	border:none;
}

#ci .content table.file tr td small{
	display:inline-block;
	margin-right:20px;
	text-align:right;
}

#ci .content table.file.customer tr td small{
	width:60px;
}

#ci .content table.file.customer tr th,
#ci .content table.file.customer tr td{
}


#ci .content table.file.customer tr td.mail input,
#ci .content table.file.customer tr td.tel input{
	margin-left:0px;
	width:100%;
}

#ci .content table textarea{
	width:100%;
}

#ci .content dl{
	font-size:14px;
	overflow:hidden;
	/*margin-left:177px;*/
}

#ci .content dl dt{
	/*float:left;
	width:155px;*/
	margin-right:20px;
	font-weight:normal;
	clear:both;
}

#ci .content dl dd{
	/*float:right;*/
	/*width:614px;*/
	text-indent:-1em;
	padding-left:1em;
	display:block;
}

#ci .content dl dd span{
	display:block;
	margin-left:1em;
	margin-bottom:20px;
}

#ci .content table tr td button.ajaxzip3{
  border-radius: 0;
  background-color: #707070;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  margin-top: -14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border:none;
}

#ci .content input#submit{
	background-color:#00A600;
	color:#fff;
	padding:10px;
	box-sizing:border-box;
	border-radius:0;
	border:none;
}

#ci .content table.insurance th span{
	display:block;
	font-size:16px;
	color:#00A600;
	border:solid 1px #00A600;
	text-align:center;
	padding:5px;
	box-sizing:border-box;
}

/*送信完了画面*/
#ci.thanks .content p{
	text-align:center;
	font-size:14px;
	margin-bottom:50px;
}

#ci.thanks .content a{
	color:#fff;
	background-color:#00A600;
	border-radius:50px;
	padding:10px;
	box-sizing:border-box;
	display:block;
	width:230px;
	margin:0 auto;
	text-align:center;
}

/*お問合せ 法人のお客さま（お見積り、サービスお申込み）*/

#ci.corporation #page_header{
	background-image:url(../img/ci_corporation/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:155px;
}

#ci.corporation .content table.file.customer tr td small.zip{
	width:10px;
}


/*ご契約者サポート／事故・保険金請求【総合問合せ】*/

#ci.total #page_header{
	background-image:url(../img/ci_total/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:155;
}

#ci.total #page_header h2{
	font-size:18px;
}

#ci.total #s01 p{
	text-align:center;
	font-size:16px;
	background-color:#00A600;
	color:#fff;
	padding:5px;
	box-sizing:border-box;
}

#ci.total table.insurance ul{
	margin:10px 0px 50px 20px;
	overflow:hidden;
}

#ci.total table.insurance ul li{
	/*float:left;
	width:50%;*/
	font-size:16px;
}

#ci.total table.insurance tr td{
	font-size:16px;
}

#ci.total h4 span.title.customer{
	background-color:#707070;
}

#ci.total .content table.customer tr th{
	width:299px;
}

#ci.total .content table.customer tr th span.required {
  display: inline-block;
  padding: 3px 15px;
  background-color: red;
  color: #fff;
  font-size: 14px;
  margin-left:20px;
}

#ci.total .content table.customer tr td small,
#ci.total .content table.customer tr td input{
	float:left;
	font-size:14px;
	color:#00A600;
}

#ci.total .content table.customer .ml_80 input{
	/*margin-left:80px !important;*/
}

#ci.total .content table tr td button.ajaxzip3{
	margin-top:-1px;
}

#ci.total .content table.customer tr td small.zip{
  width: 1px;
}

#ci table.insurance tr td.date small,
#ci table.insurance tr td.date input{
  display: inline-block;
  width: 33px;
}

#ci table.customer tr th small{
	display:block;
}

/*セミナー・イベントのお知らせ*/

#event #page_header{
	background-image:url(../img/event/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	height:155px;
}

#event p.lead{
	text-align:center;
	color:#00A600;
	margin:30px 0;
}

#event .content div.spotlight h4{
	margin-bottom:30px;
}

#event .content div.spotlight h4 span.icon{
	background-image:url(../img/event/icon_spot.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 60px;
	color:#00A600;
	font-weight:normal;
	padding:20px 0 10px 50px;
	box-sizing:border-box;
}

#event .content div.spotlight div.waku{
	border:dotted 2px #00A600;
	width:100%;
	height:350px;
	box-sizing:border-box;
	padding:30px;
	box-sizing:border-box;
	overflow-y: scroll;
}

#event .content div.spotlight div.waku ul li{
	margin-bottom:20px;
	border-bottom:solid 1px #000;
}

#event .content #s02 p{
	text-align:center;
	margin-bottom:20px;
}

#event .content ul.seminar{
	overflow:hidden;
	width:100%;
	margin:0 auto;
}

#event .content ul.seminar li{
	float:left;
	width:50%;
	padding:10px;
	box-sizing:border-box;
}

#event .content ul.seminar li img{
	width:auto;
	height:120px;
}

#event .content ul.check{
	width:100%;
	margin:40px auto 0;
}

#event .content ul.check li{
  background-image: url(../img/alliance/check_green.png);
  background-size: 14px;
  padding-left: 24px;
  background-position: left -4px;
}

#event .content .contact p.tel{
	text-align:center;
	color:#00A600;
	font-size:18px;
}

#event .content .contact p.tel > a{
	font-size:36px;
	color:#00A600;
	display:inline-block;
	margin-left:20px;
}

#event .content .contact p.tel > a rt{
	color:#000;
	font-size:16px;
}

#event .content .contact p.tel small{
	font-size:16px;
	color:#00A600;
	display:block;
}

#event .content .contact ul{
	width:100%;
}

#event .content .contact ul li{
	margin:0 auto;
	float:none;
	width:100%;
}

#event .content .contact ul li a{
	box-sizing:border-box;
}

#event .content .contact ul li a span{
	color:#fff;
}

#event .slide_all{
	height:100px !important;
}

/*ご契約手続き*/

#cl #page_header{
	background-image:url(../img/cl/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:auto;
	padding-bottom:40px;
}

#cl #page_header h2{
	color:#00A600;
	font-size:20px;
	padding:5px;
	box-sizing:border-box;
}

#cl #page_header h2 small{
	display:block;
	margin-top:20px;
	font-size:16px;
}

#cl .content .contact p.tel{
	text-align:center;
	color:#00A600;
	font-size:18px;
}

#cl .content .contact p.tel > a{
	font-size:26px;
	color:#00A600;
	display:inline-block;
	margin-left:10px;
}

#cl .content .contact p.tel > a rt{
	color:#000;
	font-size:12px;
}

#cl .content .contact p.tel small{
	font-size:14px;
	color:#00A600;
	display:block;
}

#cl .content .contact ul{
	width:100%;
}

#cl .content .contact ul li{
	margin:0 auto;
	float:none;
	width:100%;
}

#cl .content .contact ul li a{
	box-sizing:border-box;
}

#cl .content .contact ul li a span{
	color:#fff;
}

#cl .content .contact div.caution{
	margin-top:30px;
}

#cl .content .contact div.caution h4{
	text-align:center;
	margin-bottom:30px;
	font-weight:normal;
	color:#00A600;
	font-size:14px;
}

#cl .content .contact div.caution p{
	text-align:left;
	font-size:14px;
}

#cl .content h5{
	text-align:center;
	font-weight:normal;
	font-size:20px;
	margin-bottom:20px;
}

#cl .content ul.list li{
	border:solid 1px #00A600;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
	overflow:hidden
}

#cl .content ul.list li h6{
	font-weight:normal;
	font-size:18px;
	margin-bottom:20px;
	text-indent:-1.5em;
	padding-left:1.5em;
}

#cl .content ul.list li h6 span{
	color:#00A600;
}

#cl .content ul.list li .contact{
	font-size:16px;
	/*margin-left:30px;*/
}

#cl .content ul.list li .contact p.time{
	margin-left:20px;
	margin-bottom:20px !important;
	font-size:14px;
	
}

#cl .content ul.list li .contact a.tel {
  font-size: 24px;
  color: #00A600;
  display: block;
  text-align:center;
  margin-left: 0px;
}

#cl .content ul.list li .contact a.tel2{
	font-size:26px;
	color:#00A600;
	display:inline-block;
	margin-left:20px;
}

#cl .content ul.list li .contact p.time,
#cl .content ul.list li .contact div.float_box{
	float:left;
}

#cl .content ul.list li .contact div.float_box p.time{
	float:none;
}

#cl .content ul.list li div.btn{
	/*float:right;
	width:270px;*/
	clear: none;
}

#cl .content ul.list li div.btn a{
	margin-top:0;
	text-align:center;
}

#cl .content ul.list li div.btn a.btn_gr{
	margin-bottom:20px;
}

#cl .content ul.list li .contact.koa a.tel{
	display:inline-block;
}

#cl .content ul.list li .contact.koa p.time{
	text-align:center;
	float:none;
}

a.btn_gray {
  display: block;
  width: 100%;
  margin: 30px auto 0;
    margin-top: 30px;
  overflow: hidden;
  border: solid 1px #A8A4A4;
  background-color: #A8A4A4;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-family: "Sawarabi Gothic";
}


/*事故・保険金請求*/

#cl.request #page_header{
	background-image:url(../img/request/sp_page_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:155px;
}

#cl.request #page_header h2 {
  color: #00A600;
  font-size: 16px;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 33px;
}


#cl.request .content h3{
	text-align:center;
	font-size:20px;
}

#cl.request div.links.linkstop ul li{
	width: 100%;
	font-size:16px;
	/*padding:10px;*/
}

#cl.request div.links.linkstop ul li a{
	font-size:20px;
}

#cl.request div.links.linkstop ul{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#cl.request .contact h4{
	text-align:center;
	font-weight:normal;
	font-size:18px;
}

#cl.request .content .contact p.tel{
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
}

#cl.request .content .contact p.tel > a{
	font-size:18px;
	font-weight:bold;
}

#cl.request .content .contact p.tel small{
	display:inline-block;
	font-weight:normal;
	font-size:16px;
}

#cl.request .content ul.list {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#cl.request .content ul.list li ul{
	overflow:hidden;
}

#cl.request .content ul.list li ul li{
	border:none;
	padding:0;
	/*float:left;*/
	width:100%;
	margin-bottom:10px;
	text-indent:-1em;
	padding-left:1em;
	font-size:14px;
}

#cl.request .content ul.list li ul li:nth-child(2) {
  width: 100%;
  text-align: center;
}

#cl.request .content ul.list li ul li:nth-child(3) {
  width: 100%;
  text-align: center;
}

#cl.request .content ul.list li ul.wide li{
	border:none;
	padding:0;
	float:left;
	width:25%;
}

#cl.request .content ul.list li ul li a{
	color:#00A600;
	font-size:24px;
}

#cl.request .content ul.list li .btn{
	float:none;
	margin-left:auto;
	margin-right:auto;
}

#cl.request .content ul.list li .btn a{
	margin-bottom:0 !important;
}

#cl.request .content ul.list li ul.w_50 li{
	width:100%;
}

#cl.request .content ul.list li ul li.wide{
	width:100%;
}

#cl.request .content ul.list li ul.wide li{
  width: 100%;
  text-align: left;
  padding: 0;
  float: none;
  text-indent: 0;
}

#cl.request .content ul.list li ul.wide li.tel{
	text-align:center;
}

#home .newscontent ul.is-ver2{
	height: 285px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    overflow-y: scroll;
}
#home .newscontent ul li{
	border-bottom:solid 1px #808080;
	margin-bottom:20px;
}

#home .newscontent ul li span.title{
	color:#00A600;
}

/*WP個別ページ*/
#event.single #comments,
#event.single footer.entry-footer{
	display:none;
}

#event.single header.entry-header{
	color:#00A600;
	font-size:24px;
	margin-bottom:20px;
	padding-bottom:5px;
	box-sizing:border-box;
	border-bottom:solid 1px #00A600;
}

#event.single .content h3{
	color:#00A600;
	font-size:24px;
	margin-bottom:20px;
	padding-bottom:5px;
	box-sizing:border-box;
	border-bottom:solid 1px #00A600;
}

#event.single header.entry-header h1{
	color:#00A600;
}

/*spヘッダー*/
/*sp_header*/

header{
	width:100%;
	position:fixed;
	height:59px;
	/*border-bottom:solid 2px #ff9933;*/
	z-index: 100;
	background-color: #fff;
	top: 0;
	padding:0;
	box-sizing:border-box;
	border-bottom:solid 5px #DADADA;
}

h1#logo{
	overflow:hidden;
	float:left;
	width:60%;
}

h1#logo img{
    width: 40px;
    height: auto;
	margin-top:10px;
	float:left;
	margin-right:5px;
}

h1#logo p{
	font-size:14px;
	font-weight:normal;
	margin-top:5%;
}

h1#logo p span{
	font-size:11px;
	display:block;
}

	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 10%;
		height: 62px;
		position: relative;
		top: 4px;
		z-index: 100;
		/*background-color:#59472f;*/
	}
	#nav_toggle div {
		position: relative;	}
	
	#nav_toggle {
		position:absolute;
		top:0;
		right:10px;
	}
	
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #00A600;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
		width:37px;
		margin-left:5px;
		margin-right:5px;
		position:relative;
		box-sizing:border-box;
	}
	#nav_toggle span:nth-child(1){
		top:17px;
	}
	#nav_toggle span:nth-child(2){
		top:28px;
	}
	#nav_toggle span:nth-child(3){
		top:40px;
	}
	
	#nav_toggle>div>p{
		padding-top:32px;
		font-size:83%;
		font-weight:bold;
		text-align:center;
		color:#fff;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 30px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 25px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

header.sp_header nav{
	clear:both;
	padding:10px;
	box-sizing:border-box;
	background-color:rgba(255, 255, 255, 0.85);
	z-index:100;
	position:absolute;
	top:58px;
	width:100%;
	display:none;
	padding-top:0;
	left:0;
}

header.sp_header nav ul{
	width:100%;
	margin-left:0;
	margin-right:0;
	float:none;
	margin-top:0;
}

header.sp_header nav ul li{
	border-bottom:solid 1px #00A600;
	padding:7px;
	box-sizing:border-box;
	float:none;
	width:100%;
}

header.sp_header nav ul li small{
	color:#fff;
	font-family: 'MonteCarlo', cursive;
	display:inline-block;
	margin-left:10px;
}

header.sp_header nav ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
}

header.sp_header nav>ul>li a{
	color:#00A600;
	text-decoration:none;
	font-size:14px;
	display:block;
}

header.sp_header nav>ul>li>ul{
	margin-left:20px;
}

header.sp_header nav ul li#g03,
header.sp_header nav ul li#g10{
	padding-bottom:0;
}

header.sp_header nav ul li#g03_1,
header.sp_header nav ul li#g10_1{
	padding-top:0;
}

header.sp_header a{
	text-decoration:none;
}

/*画面最下部固定ボタン*/
ul.fixed_btn{
	overflow:hidden;
	position:fixed;
	bottom:0;
}

ul.fixed_btn li{
	float:left;
	width:50%;
}

ul.fixed_btn li img{
	width:100%;
	height:auto;
}

#s01,#s02,#s03,#s04,#s05,#s06,#s07,#s08,#s09,#s10,#s11,#s12{
	margin-top:-60px;
	padding-top:60px;
}


/*230314　インターネットページ修正*/
#internet .content #s09 ul.double.pet li:last-child{
	margin-top:50px;
}

#internet .content #s09 ul.double.pet li:last-child img{
	width:100%;
	height: auto;
}

#internet .content #s09 ul.double.pet li:first-child img{
	width:80%;
	height: auto;
}

#internet .content #s09 ul.double.pet li p.discription{
	text-align:justify;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0);
	color: #333333;
}

#internet .content #s09 ul.double.pet li a.btn_gr span{
	color:#fff;
}

#internet .content #s09 ul.double.pet li a.btn_gr img{
	margin-top:10px;
}



a.btn_gray small{
	color:#fff;
}

a.btn_gray img {
  float: right;
  width: auto !important;
  height: 26px !important;
}

.gnav a.active small{
	color:#fff;
}

.mt_0{
	margin-top:0 !important;
}

.sp_mb_20{
	margin-bottom:20px !important;
}

.clear_b{
	clear:both;
}

.spnone,
.pc_header,
nav.gnav{
	display:none !important;
}

@media screen and (min-width:500px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
.tb{
	display:block;
}
}
@media screen and (min-width:501px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
.tb{
	display:none;
}
}

/*240328*/
#internet.new ul.double.car li small{
	display:block;
	margin-top: 10px;
	font-size: 0.8rem;
}

#internet.new ul.double.car li:last-child img{
	/*margin-top:25px;*/
}

/*240524*/
#policy.revised0524 .inner {
  /*font-size: 16px;*/
}

#policy.revised0524 div.policy_logo{
	text-align:right;
	margin-bottom: 50px;
}

#policy.revised0524 div.policy_logo img{
	width:60%;
	height: auto;
}

#policy.revised0524 .content h4 {
  text-indent: -3em;
  padding-left: 3em;
	font-size:16px;
	letter-spacing: -0.03rem;
}

#policy.revised0524 .content h4 span{
	display:block;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
}

#policy.revised0524 .content .not_applicable p{
	text-indent: -1em;
	padding-left: 1em;
}

#policy.revised0524 .content .not_applicable ol{
	margin-top:5px;
}

#policy.revised0524 .content .not_applicable ol li{
	margin-bottom:5px;
	text-indent: 0;
	padding-left: 0;
}

/*240614*/
footer ul > li.bnrs{
  width: 100%;
}

footer ul > li.bnrs > ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
	margin-left: 0;
}

footer ul > li.bnrs > ul > li{
  margin-right: 16px;
	margin-top: 20px;
	width:auto;
}


footer ul > li.bnrs > ul > li img{
  height: 46px;
  width: auto;
}

/*footer ul > li.bnrs > ul > li:last-child img{
	border:solid 1px #000;
	box-sizing: border-box;
}*/

/*240626*/
#internet .content a.btn_gr img {
  margin-top: 9px;
}

#internet .content a span.web {
  color: #fff;
}
/*20241111*/
.lnk-pdf {
	display: inline;
	padding: 0 27px 0 0;
	position: relative;
	line-height: 1.8;
}
.lnk-pdf::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -3px;
	width: 24px;
	height: 24px;
	background: url(/img/svg/icn_pdf.svg) no-repeat center center;
	background-size: auto 100%;
}
.policy_wrap {
	margin-top: 30px;
}
.policy_ttl {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.policy-tag {
	background: #00A600;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	font-size: 16px;
}
.policy_ttl h3 {
	padding: 15px;
	font-size: 16px;
	color: #00A600;
}
.policy_in {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.policy-tag2 {
	background: #000;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	font-size: 16px;
}
.policy_ct {
	padding: 15px 20px;
}
.policy_list {
	margin-bottom: 10px;
}
.policy_list:last-child {
	margin-bottom: 0;
}
.policy_list li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 10px;
}
.policy_list li:last-child {
	margin-bottom: 0;
}
.policy_list.is-ver2 li {
	padding-left: 0;
}
.policy_list li .is-tp {
	position: absolute;
	top: 0;
	left: 0;
}
.policy_list.is-ver2 li .is-tp {
	position: relative;
	top: auto;
	left: auto;
	display: block;
}
.policy-txt {
	margin-bottom: 20px;
}
.policy-txt:last-child {
	margin-bottom: 0;
}
.policy-txt .is-stx {
	font-size: 16px;
}
.end-txt {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: right;
}
