/***********************/
/* jQueryMobile 上書き */
/***********************/
.ui-header, .ui-footer {
	border: 0 !important;
}

/*************************************/

/*********
.rogo h1 {
    font-size: 14.5px;
    font-weight: normal;
}

.ttl {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox; /* ie10 */
    display: -webkit-flex; /* Safari */
    display: flex;
}

.tel {
    margin-left: 150px;
}

.tel p.text1 {
    margin-top: 7.5px;
    margin-bottom: 0;
    border-bottom:solid 5px #f15a24;
}

.tel p.text2{
    font-size: 14.5px;
    margin:  -5px;
}

.tel div.text3 {
    margin-top: 0;
    color: #0071bd;
}

.ttl .box1 {
	width: 170px;
	border-radius: 20px;
	margin-left: 6px;
	color: #fff;
	text-align: center;
	padding-top: 28px;
	font-size: 14.5px;
	margin-top: 10px;
	text-decoration: none;
	background: linear-gradient(#f15a24 0%,#f15a24 50%,#f68c65 50%,#f68c65 100%);
	border-width: 1px;
	border-color: #cac7c3;
	border-style: solid;
        font-weight: bold;
}

.rogo img {
    width: 275px;
}

.tel span {
    color: #f15a24;
    font-weight: bold;
    font-size: 15.5px;
}



@media only screen and (max-width: 1199px) {
.ttl {
    /***display: none;***/
}
}

********/



/*********************/
/* メニュー */
/*********************/
.globalNav {
    list-style: none;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
	width: 100%;
    max-width: 1200px;
}

.globalNav li:first-child {
    border-left: 1px solid #5bb8ec;
}

.globalNav li {
	border-right: 1px solid #5bb8ec;
	width: 20%;
	float: left;
}

.globalNav li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background-image: url(/wp-content/uploads/sites/21/yazirushi.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 23px;
    background-color: #5bb8ec;
    letter-spacing: 5px;
    font-size: 17.5px;
    color: #fff;
    transition: 1.0s;
}

.globalNav li :hover{
	color: #5bb8ec;
        background-color: #fff;
        transition: 1.0s;
}



/* スマホの表示 */
@media screen and (max-width: 1199px) {
   ul.globalNav {
    display: none;
}
}

div.container
{
	font-family: Raleway;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -10px;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	div.container {
		margin-top: 0;
	}
}

div.container a
{
    text-decoration: none;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}


/* Circle behind */

/******

div.circleBehind a:before, div.circleBehind a:after
{
    position: absolute;
    top: 22px;
    left: 50%;
    width: 25%;
    height: 60px;
    border: 2px solid rgba(241, 90, 36, 0.1);
    transform: translateX(-50%) translateY(-80%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

div.circleBehind a:after
{
    border-width: 6px;
    transition: all 0.4s;
}

****/

div.circleBehind a:hover:before
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

div.circleBehind a:hover:after
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}


/*********************/
/* 写真丸重なり */
/*********************/
.photset {
	width: 100%;
	margin: 0 auto;
}

/* PCの表示 */
@media screen and (min-width: 767px) {
  .photset {
      width:90%;
      max-width:1200px;
      margin:0 auto;
  }
}

/* スマホの表示 */
@media screen and (max-width: 767px) {
    .photset {
      width:100%;
      max-width:100%;
      margin:0 auto;
  }
}

.circlebox {
    position: relative;
}

.circlebox img {
	width: 100%;
	height: 100%;
}

.circlestyle {
	width: 45.8333%;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */ 
}

.circlephot1 {
    position: relative;
    top: 0;
    left: 6.66666%;
}

.circlephot2 {
    position: absolute;
    top: 0;
    right: 6.66666%;
    z-index: 10;
}

/* PCのとき */
@media screen and (min-width: 768px) {
	
	.photset {
		max-width: 1200px;
		display: -ms-flexbox; /* ie10 */
		display: -webkit-flex; /* Safari */
		display: flex;
		padding: 50px 0;
	}
	
	.circlebox {
		width: 50%;
	}
	
}

/* SPのとき */
@media screen and (max-width: 768px) {
	.photset {
                display: inline-block;
                margin: 50px 0;
	}
	
	.circlebox {
		width: 100%;
		margin-bottom: 30px;
	}    
}

/**********************************/
/*         フッター上部           */
/**********************************/

/* PCの表示 */
@media screen and (min-width: 900px) {
div.footertop {
	display: -ms-flexbox; /* ie10 */
	display: -webkit-flex; /* Safari */
	display: flex;
}
}

div.footertop {
	width: 100%;
	margin: 0 auto;
        max-width: 1200px;
        padding-top: 100px;
}

div.footertop a:hover {
	opacity: 0.7;
}



/**************/
/* BOX1 Style */
/**************/

div.footertop div.box1 {
    width: 420px;
}

div.footertop div.informationbox1 p.txt1 {
	color: #505050;
	font-size:  28px;
	letter-spacing: 3px;
	line-height: 42px;
        margin: 10px auto 1px;
        font-weight: bold;
}

div.footertop div.informationbox1 p.txt2 {
	color: #444;
	font-size:  16px;
	letter-spacing: 1px;
	line-height: 24px;
}

div.footertop div.informationbox1 p.txt3 {
	color: #444;
	font-size:  16px;
	letter-spacing: 1px;
	line-height: 22px;
        margin-bottom: 15px;
}

div.footertop div.box1 div.bluebox {
	background-color: #106fcc;
	border-radius: 5px;
	margin-top: 5px;
	padding: 10px 20px;
}

div.footertop div.box1 div.bluebox > p.txt1 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 26px;
        text-align: center;
}

div.footertop div.box1 div.bluebox > p.txt2 {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 48px;
        text-align: center;
}

div.footertop div.box1 div.bluebox > p.txt3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
        text-align: center;
}

div.footertop div.box1 div.bluebox > a.btn {
	display: block;
	background-color: #fff;
	color: #222;
	width: 100%;
	line-height: 36px;
	margin-top: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

div.footertop div.box1 div.bluebox > a.btn span {
    background-size: 20px;
    background-image: url(/wp-content/uploads/sites/21/maiicon.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
    padding-left: 30px;
    font-size: 16px;
}

/* スマホの表示 */
@media screen and (max-width: 900px) {
div.footertop div.box1 {
    width: 100%;
    padding: 10px;
    }

div.footertop div.box1 > p.txt1 {
	font-size:  23px;
	letter-spacing: 2px;
        font-weight: bold;
        color: #2a2a2a;
    }

div.footertop div.box1 > p.txt2 {
	font-size:  14px;
    }

div.footertop div.box1 > p.txt3 {
	font-size:  14px;
    }
   
div.footertop div.box1 div.bluebox > p.txt1 {
	font-size: 13px;
        text-align: center;
    }

div.footertop div.box1 div.bluebox > p.txt2 {
	font-size: 7vw !important;
        text-align: center;
    }

div.footertop div.box1 div.bluebox > p.txt3 {
	font-size: 20px;
        text-align: center;
    }

div.footertop div.box1 div.bluebox > a.btn {
    font-size: 13px;
    background-position: 50px 4px;
    }

}

/**************/
/* BOX2 Style */
/**************/

div.footertop div.box2 {
    padding-left: 20px;
    width: calc(100% - 420px);
}

/* スマホの表示 */
@media screen and (max-width: 900px) {
div.footertop div.box2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
   }
}

/* PCの表示 */
@media screen and (min-width: 767px) {
div.footertop div.box2 .map-canvas {
	height: 440px;
}
}

div.footertop div.box2 .map-canvas {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}



/**********************************/
/*         フッター下部           */
/**********************************/

div.footerbottom {
	position: relative;
}

div.footerbottominner {
	width: 100％;
}

div.footerbottominner div.area1 {
	width: 100％;
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: calc(100%*200/1600);
	background-image: url(/wp-content/uploads/sites/21/imgbiru.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

div.footerbottominner div.area2 {
	padding: 30px 0 20px 0;
	background-color: #5fb7e9;
}

div.footerbottominner div.area2 div.bunner {
	display: -ms-flexbox; /* ie10 */
	display: -webkit-flex; /* Safari */
	display: flex;
	-ms-flex-pack:justify; /* ie10 */
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-ms-flex-wrap: wrap; /* ie10 */
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

div.footerbottominner div.area2 div.bunner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
	padding-top: 0;
}

div.footerbottominner div.area2 div.bunner div.itm {
	width: 24%;
	height: 60px;
	*line-height: 60px;
	text-align: center;
	color: #999;
	background-color: #fff;
	margin-bottom: 10px;
}
.footerbottominner .area2 .bunner .itm.trnsBlock {
	background-color: transparent;
	height: 0;
}
div.footerbottominner div.area2 div.bunner div.itm img {
	height: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
}

div.footerbottominner div.area2 div.bunner a p {
    font-size: 20px;
    padding: 15px;
}

/* スマホの表示 */
@media screen and (max-width: 900px) {
	
	div.footerbottominner div.area2 div.bunner div.itm {
		width: 49%;
	}
	
}

/* スマホの表示 */
@media screen and (max-width: 768px) {
	
	div.footerbottominner div.area2 div.bunner div.itm {
    	width: 100%;
	}
	
}

/********************/
/* menufooter Style */
/********************/

/* PCの表示 */
@media screen and (min-width: 768px) {
	div.footerbottominner div.menufooter {
		display: -ms-flexbox; /* ie10 */
		display: -webkit-flex; /* Safari */
		display: flex;
		-ms-flex-pack: center; /* ie10 */
		-webkit-justify-content: center; /* Safari */
		justify-content:         center;
	}
}

div.footerbottominner div.menufooter > p.lnk {
	text-align: center;
	padding: 0 20px;
}

/* スマホの表示 */
@media screen and (max-width: 768px) {
	div.footerbottominner div.menufooter > p.lnk {
		text-align: left;
	}
}

/***************/
/* arrow Style */
/***************/

div.footerbottominner div.menufooter > p.lnk a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
}

div.footerbottominner div.menufooter > p.lnk a:hover {
	opacity: 0.7;
}

div.footerbottominner div.menufooter > p.lnk a::before,
div.footerbottominner div.menufooter > p.lnk a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

div.footerbottominner div.menufooter > p.lnk a::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

div.footerbottominner div.menufooter > p.lnk a::after{
	left: 2px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #5fb7e9;
}


/******************/
/*  コピーライト  */
/******************/

div.footerbottominner div.area2 p.cp {
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 20px;
}

/* スマホの表示 */
@media screen and (max-width: 768px) {
	div.footerbottominner div.area2 p.cp {
		font-size: 10px;
		letter-spacing: 0px;
	}
}

/**************/
/*  トップへ  */
/**************/

div.scrolltop {
	width: 50px;
	position: absolute;
}

div.scrolltop a {
	text-decoration: none;
}

div.scrolltop a p {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

div.scrolltop a img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	
	div.scrolltop {
		bottom: 15px;
		right: 25px;
	}
	
}

@media screen and (max-width: 768px) {
	
	div.scrolltop {
		bottom: 50px;
		right: 15px;
	}
	
}

.news_new {
    color: #f05922;
    font-weight: bold;
}

/**********************************/
/*       スマホヘッダーフッター     */
/**********************************/


/*******
@media only screen and (min-width: 1200px) {
#sp_header {
    display: none;
}
}

@media screen and (max-width: 1199px) {

	#sp_header {
		overflow: hidden;
	}
	
	#sp_header .con_header {
		background: #fff;
	}
	
	#sp_header .con_header {
		position: absolute;
		z-index: 999;
		width: 100%;
		top: 0;
		left: 0;
                height: 60px;
	}
	
	#sp_header .con_header .box_header {
		width: 100%;
		max-width: 1200px;
		margin: auto;
		position: relative;
	}
	
	#sp_header .con_header .box_header .logo {
		width: 50.04167%;
		max-width: 250px;
		padding-left: 1%;
		margin-top: 1%;
	}
	
	#sp_header .con_header .box_header .logo {
		margin-left: 0.83333%;
		float: left;
	}
	
	#sp_header .con_header .box_header .logo a {
		color: #4b4b4b;
		text-decoration: underline;
	}
	
	#sp_header .con_header .box_header img {
		max-width: 100%;
		vertical-align: middle;
	}
	
	#sp_header .con_header .box_header .box_btn {
		float: right;
		width: 40.10417%;
		letter-spacing: -.4em;
		text-align: right;
	}
	
	#sp_header .con_header .box_header .box_btn li {
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#sp_header .con_header .box_header .box_btn li {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: middle;
                background-color: #5fb7e9;
                height: 60px;
		border-left: 1px solid #ffffff;
	}
	
	#sp_header .con_header .box_header .box_btn li a i {
		display: block;
		max-width: 65px;
		width: 60%;
		margin: 0 auto 3%;
	}
	
	#sp_header .con_header .box_header .box_btn li a i {
		width: 33.85417%;
		margin: 0 auto 4%;
	}
	
	#sp_header .con_header .box_header .box_btn li a {
		color: #fff;
		display: block;
		text-align: center;
		text-decoration: none;
		padding: 1em 1.5em;
	}
	
	#sp_header .con_header .box_header .box_btn li a {
		padding: 10% 0;
		font-size: 77%;
		line-height: 1;
	}
	
	#sp_header .con_header .box_header .box_language {
		float: right;
	}
	
	#sp_header .con_header .box_header .box_language {
		position: absolute;
		top: 100%;
		width: 100%;
		height: 0;
		z-index: -1;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transform: translate3d(100%, 0, 5em);
		-ms-transform: translate3d(100%, 0, 5em);
		-webkit-transform: translate3d(100%, 0, 5em);
		transform: translate3d(100%, 0, 5em);
		-moz-transition: -moz-transform 0.45s, opacity 0.45s, z-index 0.45s height 0.45s;
		-o-transition: -o-transform 0.45s, opacity 0.45s, z-index 0.45s height 0.45s;
		-webkit-transition: -webkit-transform 0.45s, opacity 0.45s, z-index 0.45s height;
		-webkit-transition-delay: 0s, 0s, 0.45s;
		transition: transform 0.45s, opacity 0.45s, z-index 0.45s height 0.45s;
	}
	
	#sp_header .con_header .box_header .box_language ul {
		position: relative;
		z-index: 2;
		display: block;
		width: 34%;
		margin-left: auto;
		background: #00334d;
	}
	
	#sp_header .con_header .box_header .box_language ul li a {
		color: #fff;
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 1em 0;
	}
	
	#sp_header .con_header .box_header .box_language.active {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		z-index: 222;
		height: auto;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	#sp_header .con_header .box_header .box_language #overlay_lang {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
	

	#sp_header .con_header .box_header::after, #footer .con_footer .box_footer::after {
		content: "";
		display: table;
		clear: both;
	}
	
}

******/

@media only screen and (min-width: 1200px) {
#sp_footer {
    display: none;
}
}

@media screen and (max-width: 1199px) {

	/**#sp_footer {
		margin-top: 10%;
		border-top: 7px solid #f7f7f7;
	}**/

	#sp_footer #menuList {
		position: fixed;
		left: 0;
		width: 100%;
		top: 0;
		height: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-y: scroll;
		background: rgba(95, 183, 233, 0.88);
		padding-bottom: 15%;
		-moz-transition: z-index 1s, opacity 0.4s, -moz-transform 0.4s;
		-o-transition: z-index 1s, opacity 0.4s, -o-transform 0.4s;
		-webkit-transition: z-index 1s, opacity 0.4s, -webkit-transform 0.4s;
		transition: z-index 1s, opacity 0.4s, transform 0.4s;
		opacity: 0;
		z-index: -1;
		-moz-transform: translateY(60%);
		-ms-transform: translateY(60%);
		-webkit-transform: translateY(60%);
		transform: translateY(60%);
	}

	.menuOpen #sp_footer #menuList {
		z-index: 2000;
		opacity: 1;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		-webkit-transition-delay: 0;
		transition-delay: 0;
	}

	#sp_footer #menuList .inner {
		position: relative;
	}

	#sp_footer #menuList .inner .close_top {
		text-align: center;
		width: 17.60104%;
		margin: 5% 0 0 auto;
		display: block;
	}

	#sp_footer #menuList .inner .nav_manu {
		margin: 5% auto;
		overflow: hidden;
	}

	#sp_footer #menuList .inner .close_bottom {
		text-align: center;
		width: 17.60104%;
		margin: 5% auto 0;
		display: block;
		color: #fff;
	}

	#sp_footer #menuList .inner .close_top::before {
		content: "×";
		font-family: FontAwesome;
		margin-right: .5em;
		color: #fff;
		font-size: 231%;
		display: block;
		margin-right: 0;
		line-height: 1;
		margin-bottom: 3%;
	}

	#sp_footer #menuList .inner .close_top {
		text-align: center;
	}

	#sp_footer #menuList .inner .nav_manu li {
		display: block;
		padding: 0.5em 0;
		line-height: 1;
		border-bottom: 1px solid #fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#sp_footer #menuList .inner .nav_manu li {
		padding: 3% 0;
	}

	#sp_footer #menuList .inner .close_bottom {
		text-align: center;
		width: 17.60104%;
		margin: 5% auto 0;
		display: block;
		color: #fff;
	}

	#sp_footer #menuList .inner .nav_manu li a {
		padding: 3% 0;
	}

	#sp_footer #menuList .inner .nav_manu li a {
		text-indent: .5em;
		display: block;
		text-decoration: none;
		position: relative;
		color: #fff;
		padding: 1em 0;
		font-weight: bold;
		text-align: center;
	}

	#sp_footer #menuList .inner .nav_manu li a {
		width: 91.66667%;
	}

	#sp_footer #menuList .inner .nav_manu li a {
		max-width: 1200px;
		margin: auto;
	}

	#sp_footer #menuList .inner .nav_manu li a::after {
		content: "＞";
		font-family: FontAwesome;
		margin-left: .5em;
		position: absolute;
		display: block;
		top: 50%;
		margin-top: -.38em;
		right: 0;
	}

	#sp_footer #menuList .inner .nav_manu li a {
		text-indent: .5em;
		color: #fff;
                font-weight: bold;
                text-align: center;
	}

	#sp_footer #menuList .inner .nav_manu li {
		line-height: 1;
	}

	#sp_footer #menuList .inner .close_bottom::after {
		content: "×";
		font-family: FontAwesome;
		margin-left: .5em;
		font-size: 216%;
		display: block;
		margin-left: 0;
		line-height: 1;
	}

	#sp_footer #menuList .inner .close_bottom {
		text-align: center;
		color: #fff;
                font-weight: bold;       
	}

}

@media screen and (max-width: 1199px) {

	#sp_footer #fixnav-sp {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #5fb7e9;
		z-index: 999;
		overflow: hidden;
		border-top: .3em solid #fff;
		display: table;
		table-layout: fixed;
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-moz-transition: -moz-transform 500ms;
		-o-transition: -o-transform 500ms;
		-webkit-transition: -webkit-transform 500ms;
		transition: transform 500ms;
	}

	#sp_footer #fixnav-sp.active {
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	#sp_footer #fixnav-sp li {
		width: 25%;
		display: table-cell;
		vertical-align: middle;
		border-left: 1px solid #fff;
	}

	#sp_footer #fixnav-sp li:first-child {
		border-left: none;
	}

	#sp_footer #fixnav-sp li a,
	#sp_footer #fixnav-sp li span {
		display: block;
		cursor: pointer;
		text-align: center;
		padding: 5px 0;
		text-decoration: none;
		font-size: 77%;
		color: #fff;
		line-height: 2.2;
	}

	#sp_footer #fixnav-sp li a img,
	#sp_footer #fixnav-sp li span img {
		display: block;
		margin: 0 auto;
		max-width: 36px;
		width: 32.08333%;
		line-height: 1;
		vertical-align: middle;
		border: 0;
	}

	#sp_footer #fixnav-sp li a em,
	#sp_footer #fixnav-sp li span em {
		display: block;
		text-align: center;
		line-height: 2.2;
		font-style: normal;
	}

}




div.fixedmenu {
width: 200px;
height: 100%;
position: fixed;
background-color: #fff;
}


/***********************/
/* トップバナー */
/***********************/



.topbanner .imgcolor {
    border: 2px solid #0071bd;
    margin-right: 10px;
    max-width: 100%;
    width: 100%;
}

/* PCの表示 */
@media screen and (min-width: 767px) {

  .tbn1 {
    width: calc(100%/2 - 20px);
    margin: 10px;
    display: inline-block;
  }
  .topbanner {
    display: flex;
    width: 100%;
    margin:70px auto 0;
    max-width: 1200px;
flex-wrap: wrap;
justify-content: center;
  }


}

/* スマホの表示 */
@media screen and (max-width: 767px) {

    .tbn1 {
    width: 100%;
    padding: 0 10px;
  }
  
	.topbanner .imgcolor {
	    margin-bottom: 20px;
	    width: 100%;
	}

}

/***********************/
/*　footer緊急連絡先 */
/***********************/


.contentbox{
    width:100%;
}

.contentbox > p{
    color:#f15a24;
    font-weight:bold;
    font-size:15.5px;
    margin-bottom: 5px;
} 

.footertel {
    margin-left: 150px;
    border:solid 3px #f15a24;
    border-radius: 5px;
    padding:0 5px;
}

.footertel p.text1 {
    padding: 10px;
    border-bottom:solid 3px #f15a24;
    line-height: 1;
}

.footertel p.text2{
    padding: 10px;
    line-height: 1;
}

.footertel div.text3 {
    margin-top: 0;
    color: #0071bd;
    font-weight: bold;
}

.footertel span {
    color: #f15a24;
    font-weight: bold;
    font-size: 16px;
}

.maru_half {
    border-radius: 25%;
    font-size: 90px;
    line-height: 2em;
    padding-top: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.maru_em {
    border-radius: 50%;
    font-size: 15px;
    padding-top: 0.1em;
    padding-left: 0.35em;
    padding-right: 0.35em;
}

span.orange {
      color: #fff;
      border: 4px solid #f15a24;
      background: #f15a24;
}

/* PCの表示 */
@media screen and (min-width: 767px) {

.footertel span.tell1 {
    font-size: 46px;
    letter-spacing: 2px;
}

.footertel span.tell2 {
    font-size: 38px;
    letter-spacing: 2px;
}

}

/* スマホの表示 */
@media screen and (max-width: 900px) {

.footertel span.tell1 {
    font-size: 9vw;
}

.footertel span.tell2 {
    font-size: 7vw;
}

}

/***********************/
/* スマホTOP電話番号 */
/***********************/

.sumahonomi {
    text-align: center;
}

.sumahonomi .text1 {
    color: #0071bd;
    font-size: 4vw;
}

.sumahonomi .text2 {
    color: #0071bd;
    font-size: 6vw;
    font-weight: bold;
}

.sumahonomi .text3 {
    color: #707070;
    font-weight: bold;
    font-size: 5vw;
}

/* PCの表示 */
@media screen and (min-width: 1199px) {
  .sumahonomi {
    display: none;
  }
}

/***********************/
/* 会社案内 */
/***********************/

/* PCの表示 */
@media screen and (min-width: 767px) {
  .concept_group{
      width:90%;
      max-width:1200px;
      margin:0 auto;
  }
}

/* スマホの表示 */
@media screen and (max-width: 767px) {
    .concept_group{
      width:100%;
      max-width:100%;
      margin:0 auto;
  }
}


/***     経営理念      ***/

/* PCの表示 */
@media screen and (min-width: 767px) {
  .concept_rinen{
    display:flex;
  }
}

/* スマホの表示 */
@media screen and (max-width: 767px) {
    .concept_rinen{
      width:100%;
      text-align: center;
      margin-bottom:10px;
  }
}

/* PCの表示 */
@media screen and (min-width: 767px) {
.concept_rinen .square{
  width: 100%;
}
}

.concept_rinen .square{
  display:block;
  border: solid 1px #5bb8ec;
  font-family: 游明朝 medium, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, Roboto, "Droid Sans", serif;
  font-size: 20px;
  margin:15px;
  text-align:center;
  padding:20px;
}

/* スマホの表示 */
@media screen and (max-width: 767px) {
  .concept_rinen .square{
   margin-bottom: 10px;   
  }
}

/***        経営方針          ***/

.concept_houshin .content{
  text-align:center;
  padding: 0 10px 0;
}

.concept_houshin .content p.number{
  font-size:15.8px;
  border-bottom:3px solid #5bb8ec;
  display:inline-block;
}

.concept_houshin .content > b{
  font-size:15.5px;
}

.content .ttl01 {

    font-weight: bold;
    margin: 25px 0;
    font-size: 19px;
    border-bottom: 3px solid #5bb8ec;

}

.content img {
    margin: 30px 0;
    width: 227px;
}

/* PCの表示 */
@media screen and (min-width: 767px) {
  .concept_houshin{
    display:flex;
  }
  
  .concept_houshin .content{
    border-right:dotted 2px #aaa;
 }
  
.concept_houshin .content:last-child{
    border-right:none;
 }
}

/* スマホの表示 */
@media screen and (max-width: 767px) {
.concept_houshin .content{
    border-bottom:dotted 2px #aaa;
  }

.concept_houshin .content:last-child{
    border-bottom:none;
 }
}

/***********************/
/* h2見出し */
/***********************/

.heading_ttl > h2{
  color:#5bb8ec;
  font-size:25px;
  text-align: center;
  margin: 80px 0 30px 0;
}

/***********************/
/* スマホtopお問い合わせボタン */
/***********************/
.btnmail {
    width:180px;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#222;
    background-image: -webkit-gradient( linear,left top,left bottom, from(#ffffff), color-stop(0.49,#ffffff), color-stop(0.52,#f6f6f6), to(#cfd0d1));
    border: 1px solid #aaa;
    margin: 5px auto 20px;
}

/***********************/
/* ヘッダー */
/***********************/

#header {
	overflow: hidden;
}

#header .con_header {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
        background-color: #fff;
}

#header .con_header .box_header {
	max-width: 1200px;
	margin: auto;
}

#header .con_header .box_header {
	padding: 25px 0;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#header .con_header .box_header {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
  #header .con_header .box_header {
    padding: 0;
  }
}

#header .con_header .box_header .logo {
	width: 16.75%;
	margin-top: 0.8%;
	margin-left: 0.83333%;
	float: left;
}

#header .con_header .box_header h1 {
	float: left;
	font-weight: 100;
	position: absolute;
	top: 0px;
	left: 1.25%;
        font-size: 16px;
}

#header .con_header .box_header .tel {
	float: right;
	color: #fff;
	width: 19%;
	letter-spacing: -.4em;
	border: 1px solid #000;
}

#header .con_header .box_header .tel i {
	letter-spacing: normal;
	vertical-align: middle;
	display: inline-block;
	width: 11.5%;
}

#header .con_header .box_header .tel span {
	letter-spacing: normal;
	vertical-align: middle;
	display: inline-block;
	width: 85%;
	margin-left: 2.5%;
	font-family: 'Copperplate-Gothic',serif;
	font-size: 154%;
	line-height: 1;
}

@media only screen and (max-width: 1199px) {
	body .view_pc {
		display: none !important;
	}
}

@media only screen and (min-width: 1200px) {
	body .view_tab-sp, body .view_tab {
		display: none !important;
	}
}

@media only screen and (max-width: 1199px) {
	#header .con_header {
		background: #fff;
	}
	#header .con_header .box_header {
		width: 100%;
	}
	#header .con_header .box_header .logo {
		*width: 26.04167%;
		width: 45.41667%;
		*max-width: 250px;
		max-width: 340px;
		padding-left: 5%;
		margin-top: 2%;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
	#header .con_header .box_header .logo {
		margin-top: 1.7%;
	}
}

@media only screen and (max-width: 1199px) {
	#header .con_header .box_header .box_btn {
		float: right;
		*width: 40.10417%;
		letter-spacing: -.4em;
		text-align: right;
                background-color: #5fb7e9;
	}
	#header .con_header .box_header .box_btn li {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: middle;
                *background-color: #5fb7e9;
	}
	#header .con_header .box_header .box_btn li:last-child {
		border-left: 1px solid #fff;
	}
	#header .con_header .box_header .box_btn li a {
		color: #fff;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 116%;
		padding: 1em 1.5em;
	}
	#header .con_header .box_header .box_btn li a i {
		display: block;
		max-width: 65px;
		width: 60%;
		margin: 0 auto 3%;
	}
}

@media only screen and (max-width: 1199px) and (max-width: 768px) {
	#header .con_header .box_header .box_btn {
		width: 40.10417%;
	}
	#header .con_header .box_header .box_btn li {
		width: 48%;
	}
	#header .con_header .box_header .box_btn li a {
		padding: 10% 0;
		font-size: 77%;
		line-height: 1;
	}
	#header .con_header .box_header .box_btn li a i {
		width: 33.85417%;
		margin: 0 auto 4%;
	}
}

div.mypage {
	float: right;
	width: 150px;
	border-radius: 8px;
	text-align: center;
	background: linear-gradient(#f15a24 0%,#f15a24 50%,#f68c65 50%,#f68c65 100%);
	border-width: 3px;
	border-color: #cac7c3;
	border-style: solid;
	line-height: 64px
}

div.mypage a {
	color: #fff;
	font-size: 19.5px;
	font-weight: bold;
	text-decoration: none;
}

div.info {
	float: right;
	padding-right: 20px;
}

div.info p.txt1 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: solid 2px #f15a24;
	letter-spacing: 2px;
}

div.info p.txt2 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .05em;
}

div.info p.txt1 span {
	color: #f15a24;
	font-size: 27px;
	padding: 0 5px;
        letter-spacing: 5px;
}

div.info p.txt2 span {
	color: #f15a24;
	font-size: 26px;
	padding: 0 5px;
	/**font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;**/
}

div.headerimage {
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px auto;
	padding-bottom: calc(100%*719/1920);
	background-position:center top;
	background-size:contain;
        position: relative;
}

.headerimage p {
    position: absolute;
    bottom: calc(100vh * 0.07);
    left: 18%;
    border-left: #759eee 5px solid;
    font-size: 30px;
    letter-spacing: 2px;
    padding-left: 10px;
}

div.headerimage.company p {

    color: #fff;
    text-shadow: 5px 1px 5px #000;

}

@media screen and (min-width: 768px) {
div.headerimage {
        margin-top: 70px;
}
}

div.headerimage.home {
	background-image: url("/wp-content/uploads/sites/21/sougohoken_topphoto2.jpg");
}

div.headerimage.company {
	background-image: url("/wp-content/uploads/sites/21/b9214a393a4d55f3553bdbebbc1c0549.jpg");
}

div.headerimage.contactus{
	background-image: url("/wp-content/uploads/sites/21/cb9e9ff31f2654c9c6cafe833bc6998d.jpg");
}

div.headerimage.voice{
	background-image: url("/wp-content/uploads/sites/21/a0026a98eaf81753f4d0460ded44c547.jpg");
}

div.headerimage.link{
	background-image: url("/wp-content/uploads/sites/21/sougohoken_kasou_link.jpg");
}

div.headerimage.product{
	background-image: url("/wp-content/uploads/sites/21/b49499ed8f5b473e490c9904963b3b30.jpg");
}

div.headerimage.news{
	background-image: url("/wp-content/uploads/sites/21/sougohoken_kasou_news.jpg");
}

div.headerimage.act{
	background-image: url("/wp-content/uploads/sites/21/89a42d7917144fd565ae81934674e6f5.jpg");
}

div.headerimage.solicitation{
	background-image: url("/wp-content/uploads/sites/21/kyoutuusp.jpg");
}

div.headerimage.mapall{
	background-image: url("/wp-content/uploads/sites/21/kyoutuusp.jpg");
}
div.headerimage.fddeclaration{
	background-image: url("/wp-content/uploads/sites/21/pctop_fd.jpg");
}
@media screen and (max-width: 1199px) {
	div.headerimage {
		padding-bottom: calc(100%*400/640);
	}

	div.headerimage.home {
		background-image: url("/wp-content/uploads/sites/21/top_main_sumaho.jpg");
                padding-bottom: calc(100%*715/640);
	}

	div.headerimage.company {
		background-image: url("/wp-content/uploads/sites/21/608f68c7141ef9c974d2e5fe08fc79e3.jpg");
	}
	div.headerimage.contactus{
	        background-image: url("/wp-content/uploads/sites/21/5dac49d1070b3653b34406a3b9b0977e.jpg");
	}

	div.headerimage.voice{
	        background-image: url("/wp-content/uploads/sites/21/e5a9a5893c6af696e6772030af882f61.jpg");
	}

	div.headerimage.link{
	        background-image: url("/wp-content/uploads/sites/21/kasou_sumaho_LINK.jpg");
	}

	div.headerimage.product{
	        background-image: url("/wp-content/uploads/sites/21/d259b3782b8f446811941775667279a3.jpg");
	}

	div.headerimage.news{
	        background-image: url("/wp-content/uploads/sites/21/kasou_sumaho_NEWS.jpg");
	}

	div.headerimage.act{
	        background-image: url("/wp-content/uploads/sites/21/7626af8bc60084d803d016c349a3266b.jpg");
	}


	div.headerimage.solicitation{
	        background-image: url("/wp-content/uploads/sites/21/kyoutuu.jpg");
	}

	div.headerimage.mapall{
	        background-image: url("/wp-content/uploads/sites/21/kyoutuu.jpg");
	}

	div.headerimage.fddeclaration{
	        background-image: url("/wp-content/uploads/sites/21/sptop_fd.jpg");
	}

.headerimage p {
    position: absolute;
    bottom: calc(100vh * 0.2 );
    left: 5%;
    border-left: #759eee 5px solid;
    font-size: 180%;
    letter-spacing: 2px;
    padding-left: 10px;
    display: none;
}

}

html {
	line-height: 1.5;
}

body {
	color: #313131;
	-webkit-text-size-adjust: none;
}

#header img {
	max-width: 100%;
	-webkit-touch-callout: none;
	vertical-align: middle;
}

/***li {
	list-style-type: none;
}****/


/***********************/
/* 文字のみ  */
/***********************/

.onlytext {

    width: 800px;
    margin: 0 auto;

}

@media screen and (max-width: 767px){
  .onlytext {

      width: 90%;

  }
}

.onlytext ul {
    list-style: disc;
    padding: 25px;
}

/*****勧誘方針********/

.onlytext p.block_policy{
  border:2px solid #aaa;
  padding:20px;
  font-weight: bold;
}

.onlytext p.date_policy {
    text-align: right;
    font-weight: bold;
}

/*****個人情報保護方針****/

.onlytext_privacy{
  border:solid 1.5px #222;
  padding:30px;
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .onlytext_privacy {

      width: 90%;
    padding:15px;

  }
}

.onlytext_privacy ol {
    list-style: decimal;
    padding: 0 20px;
}

.onlytext_privacy ul {
    list-style: disc;
    padding: 10px 20px;
}

.onlytext_privacy .block_privacy{
  border:solid 1.5px #222;
  padding:0 15px;
}


/***********************/
/* リンク集 */
/***********************/

.linkgroup{
  max-width:1200px;
  width:90%;
  margin:50px auto;
}

.linkgroup .box1{
  background-color:#aaaa;
  text-align:center;
  padding-top:20px;
}

.linkgroup img{
  height:70%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* PCの表示 */
@media screen and (min-width: 767px) {
   .linkgroup{
    display:flex;
  }
 .linkgroup .box1{
  width:30.5%;
  height:90px;
  margin:0 15px;
  }

}

/* タブレッドの表示 */
@media screen and (max-width: 900px) {
  .linkgroup .box1{
  width:49%;
  }
}

/* スマホの表示 */
@media screen and (max-width: 767px) {

 .linkgroup{
  margin:0px auto;
 }

  .linkgroup .box1{
  width:100%;
  height:80px;
  margin:15px 0;
  }
}

/***********************/
/* お客様の声 */
/***********************/

.carcontanar {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.user_box {

    margin: 30px 10px;

}

.item_box{
  border:1px solid #aaa;
  display:block;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

.user_box .ttl cite{
  color:#fff;
  background-color:#5bb8ec;
  padding:2px;
  font-weight:bold;
  letter-spacing: 5px;
}

.item_box .ttl {
    background-color: #eee;
    padding: 15px;
}

@media screen and (max-width:767px){
    .item_box{
    width:100%;
  }
}

.balloon {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px;
}

.balloon .faceicon {
    float: left;
    margin-right: -80px;
    width: 50px;
}

.balloon .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.balloon .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 75px;
    padding: 18px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}

/***********************/
/* Googleマップ */
/***********************/
.ggmap {
position: relative;
height: 100%;
overflow: hidden;
}


/* スマホの表示 */
@media screen and (max-width: 900px) {
.ggmap {
height: 40vh;
}
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/***********************/
/* ボタン商品案内 */
/***********************/

.product_btn {
    max-width: 1080px;
    margin: 50px auto;
    width: 100%;
}

.product_btn.button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
.product_btn.button, a {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.product_btn .btn-lg {
    font-size: 1.9em !important;
}
.product_btn .btn {
    display: inline-block;
    margin: 6px;
    font-size: inherit;
    line-height: 1.42;
    padding: 1.2em 1.6em;
    font-weight: normal;
    border-width: 3px;
    border-style: solid;
    background: transparent;
    border-radius: 0.4em;
    cursor: pointer;
    font-family: "Booster Next FY", "Avenir Next", Avenir, sans-serif;
    user-select: none;
    vertical-align: bottom;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s, background-color 0.3s;
    border-radius: 0.5em 0.6em / 0.6em 1em 3em 1em;
    background: #fff url(/wp-content/uploads/sites/21/blank.png) no-repeat;
    background-position: right 10% bottom 50%;
    width:48%;
}
.product_btn .btn-primary {
    color: #5bb8ec;
    border-color: #5bb8ec;
    box-shadow: 6px 0 0 0 #5bb8ec, 6px 6px 0 0 #5bb8ec, 0 6px 0 0 #5bb8ec;
}
.product_btn .btn:hover {
    transform: translate(-2px, -2px);
}
.product_btn .btn:active {
    transition-duration: 0.1s;
    transform: translate(4px, 4px);
}
.product_btn .btn-primary:hover {
    box-shadow: 8px 0 0 0 #5bb8ec, 8px 8px 0 0 #5bb8ec, 0 8px 0 0 #5bb8ec;
}
.product_btn .btn-primary:active {
    background-color: #5bb8ec;
    color: #E6EAEF;
    box-shadow: 2px 0 0 0 #5bb8ec, 2px 2px 0 0 #5bb8ec, 0 2px 0 0 #5bb8ec;
}

/* スマホの表示 */
@media screen and (max-width: 767px) {
  .product_btn {
      width: 100%;
  }
  .product_btn .btn {
      width: 95%
  }
}

/***********************/
/* 代表名前 */
/***********************/

.representativeitem {
    border: 1px solid;
    padding: 40px;
    margin: 5px;
}

.topname {
    font-family: 游明朝 medium, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, Roboto, "Droid Sans", serif;
    font-size: 19px;
    text-align: right;
    margin-top: 20px;
}

/***********************/
/* スタッフ紹介 */
/***********************/

.staffavatar{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  margin-bottom: 50px;
}

.staffavatar .profile{
  text-align: center;
  margin:0 auto;
  box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
  padding:10px;
}

.staffavatar .profile h2{
position: relative;
margin-bottom: 2em;
font-size: 20px
}

.staffavatar .profile h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 10%;
height: 4px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #7ED1E6;
border-radius: 1px;
}

.staffavatar img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border: 1px solid #aaa;
    margin-bottom: 15px;
}


/* PCの表示 */
@media screen and (min-width: 767px) {
  .staffavatar{
  display:flex;
  }
  .staffavatar .profile{
  width:45%;
  padding: 50px;
  }
}

/* スマホの表示 */
@media screen and (max-width: 767px) {
  .staffavatar .profile{
    width:90%;
    margin-bottom:20px;
  }
}

/***********************/
/* 会社概要 */
/***********************/

table.table01 {
	width:100%;
	border-right:#5bb8ec solid 1px;
	border-collapse: collapse;
	border-top: #5bb8ec solid 1px;
}
table.table01 thead th {
	background:#5bb8ec;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#5bb8ec;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#5bb8ec solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#5bb8ec solid 1px;
	border-bottom:#5bb8ec solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	clear:both;
	font-weight:bold;
}

}

.ui-mobile .ui-page-active{
        overflow:hidden;
}

/*********************/
/* topバナー */
/*********************/

.tbn2 {

width: 100%;
margin: 25px auto 0;
max-width: 1200px;
padding: 10px;

}

.tbn2 .imgcolor {

    border: 2px solid #0071bd;
    margin-right: 5px;
    max-width: 100%;

}

/* PCの表示 */
@media screen and (min-width: 768px) {
.tbn1.spnone {
    display: none;
}
}

/* スマホの表示 */
@media screen and (max-width: 769px) {
.tbn2 {

    display: none;

}
}