@charset "utf-8";

/*-------------------------------------
	　　　　下層共通
--------------------------------------*/
body.under {
	background: none;
}

#breadcrumb {
	margin-bottom:15px;
}
#breadcrumb ul{
    width: 1050px;
    margin: 0 auto;
}
#breadcrumb ul li{
    display: inline-block;
    font-size: 12px;
    background: #a4d5ec;
    vertical-align: middle;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
	border-radius:5px;
	margin-right:5px;
}
#breadcrumb ul li a{
    display: inline-block;
    font-size: 12px;
    background: #a4d5ec;
    vertical-align: middle;
    position: relative;
	border-radius:5px;
}
#breadcrumb ul li a::after{
    position: absolute;
    top: -1px;
    right: -31px;
    content: '';
    height: 0;
    width: 0;
    border: 12px solid transparent;
    border-left: 9px solid #a4d5ec;
    z-index: 2;
    box-sizing: border-box;
}
#breadcrumb ul li:last-child::after{
    content: none;
}
#breadcrumb ul li:last-child{
	background:#273e9f;
	color:#fff;
}
.under #mainimage{
    padding: 25px 0;
    background: url(../Image/common/ttl_bg.jpg) no-repeat top right;
    height: 100px;
    box-shadow: 0 2px 5px #bfbfbf;
}
.under #mainimage .main_ttl h2{
    color: #fff;
    font-size: 38px;
    font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 15px;
    line-height: 105px;
    text-shadow: 0 0 5px #313131;
    text-align: center;
	letter-spacing:0.1em;
}
.under #contents{
	padding:15px 0 35px;
}
.ttl_01{
    background: #fff;
	border-bottom:solid 1px #85cef0;
	border-top:solid 1px #85cef0;
    padding: 5px 10px 5px 22px;
    font-size: 18px;
	position:relative;
	margin-bottom:15px;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ttl_01::before,
.ttl_01::after{
	position:absolute;
	content:"";
	left:0;
	width:100%;
}
.ttl_01::before{
	border-top:dashed 1px #33a5da;
	border-bottom:dashed 1px #33a5da;
	height:36px;
	top:2px;
}
.ttl_01::after{
    background: #33a5da;
    width: 5px;
    height: 20px;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    border-radius: 15px;
}
.ttl_02{
    color: #fff;
    padding: 3px 10px 1px 48px;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
}
.ttl_02::before,
.ttl_02::after{
    position: absolute;
    content: "";
    top: 0;
}
.ttl_02::after{
    width: 36px;
    height: 36px;
    border-radius: 50%;
	border:solid 2px #273e9f;
    background: #fff;
    left: 0;
}
.ttl_02::before{
	z-index:-10;
    width: 750px;
    height: 40px;
    background: #273e9f;
    right: 0;
}
.ttl_03{
    font-size: 18px;
    font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding-left: 33px;
    margin-bottom: 20px;
    border-bottom: solid 1px #a4d5ec;
}
.ttl_03::before{
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    background: #33a5da;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.btn_01 a{
    background: #33a5da;
	border:solid 2px #33a5da;
    padding: 8px 20px 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 5px;
	transition:.3s;
}
.btn_01 a:hover{
    background: #fff !important;
    color: #33a5da !important;
	border:solid 2px #33a5da;
}
h1,h2,h3,h4,p,dt,dd,li{
	max-height: 100%;
}

/*-------------------------------------
	　　　　トップページ
--------------------------------------*/

#top #contents {
	padding-top:60px;
}
#top #mainimage {
	width:100%;
	min-width:1050px;
	position:relative;
}
#top #mainimage .main_img{
	width:100%;
}
#top #mainimage .mainimg_txt {
	width:1050px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#top #mainimage .body_txt {
	width: 483px;
    text-align: center;
    background: url(../Image/top/body_txt_bg.png) center no-repeat;
    position: absolute;
    bottom: -35px;
    left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
    padding: 18px 0 3px;
}
#top #sec01 .sec01_box {
	width:377px;
	text-align:center;
	background-color:#fff;
}
#top #sec01 .left_box {
	float:left;
}
#top #sec01 .right_box {
	float:right;
}
#top #sec01 .box_inner {
	padding: 15px 10px 12px;
}
#top #sec01 .left_box .box_inner {
	border:#f39d04 1px solid;
	border-top:none;
	box-sizing:border-box;
}
#top #sec01 .right_box .box_inner {
	border:#124ba4 1px solid;
	border-top:none;
	box-sizing:border-box;
}
#top #sec01 .box_inner .ttl {
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}
#top #sec01 .left_box .box_inner .ttl {
	border-bottom:#f39d04 2px dotted;
}
#top #sec01 .right_box .box_inner .ttl {
	border-bottom:#1c6ae2 2px dotted;
}
#top #sec01 .box_inner ul {
	height:259px;
}
#top #sec01 .box_inner ul li {
	width:354px;
	margin-bottom:10px;
}
#top #sec01 .box_inner ul li:last-child {
	margin-bottom:0;
}
#top #sec01 .box_inner ul li.bg01 {
	height:140px;
	background:url(../Image/top/top_ctsbg01.png) no-repeat;
}
#top #sec01 .box_inner ul li.bg02 {
	height:126px;
	background:url(../Image/top/top_ctsbg02.png) no-repeat;
	margin-bottom:5px;
}
#top #sec01 .box_inner ul li.bg03 {
	height:126px;
	background:url(../Image/top/top_ctsbg03.png) no-repeat;
}
#top #sec01 .box_inner ul li .tArea {
	width: 210px;
    padding: 45px 0 0 125px;
}
#top #sec01 .box_inner ul li.bg01 .tArea {
	padding-top:50px;
}
#top #sec01 .box_inner ul li .tArea p {
	font-size: 11px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 13px;
}
#top #sec01 .box_inner ul li .tArea a {
	float:right;
}
#top .top_bnr {
	padding:30px 0;
}
#top #sec02 {
	background-color:#fff;
	border:#cce4f3 10px solid;
	padding:25px;
}
#top #sec02 .ttlArea {
	border-bottom: #5fbde0 2px dotted;
    padding-bottom: 8px;
}
#top #sec02 .ttlArea h2 {
	float: left;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    background: url(../Image/common/icon_news.png) left top no-repeat;
    padding-left: 40px;
}
#top #sec02 .ttlArea h2 span {
	font-size:18px;
	display:inline-block;
	margin-left:10px;
}
#top #sec02 .ttlArea a {
	float:right
}
#top #sec02 ul {
	padding:15px 0 0;
}
#top #sec02 ul li {
    border-bottom: #ccc 1px solid;
    padding: 10px;
    color: #1951a6;
    font-weight: 600;
    font-size: 13px;
}
#top #sec02 ul li:last-child {
	border:none;
}
#top #sec02 ul li a {
    display: inline-block;
    font-weight: normal;
    margin-left: 15px;
}
#top #sec02 ul li a:hover {
	text-decoration:underline;
}
#top #sec02 ul li .date {
	float:left;
	color:#1951a6;
	font-weight: 600;
}
#top #sec02 ul li .news_ttl {
	margin-left:7em;
}
/*-------------------------------------
	　　　　個人のお客様へ
--------------------------------------*/
#person #mainimage{
    background: url(../Image/person/ttl_bg.jpg) no-repeat top right;
}
#person .copy_box{
	background:url(../Image/person/cts_bg.jpg) no-repeat top left;
	height:182px;
	margin-bottom:25px;
	padding:35px 25px;
}
#person .item_box{
	width:365px;
	float:left;
	height:340px;
	background:#fff;
	border:solid 1px #85cef0;
	border-top:none;
	padding:0 0 20px;
}
#person .item_box img{
	border-radius:5px;
}
#person .item_box:nth-child(2n){
	float:right;
}
#person .item_box:nth-child(n+7){
	height:290px;
}
#person .item_box ul{
	margin-left:35px;
	padding-right:20px;
}
#person .item_box li{
	list-style:disc outside;
	font-size:13px;
}
#person .item_box .ttl_01{
	background:#85cef0;
	color:#192e4d;
	border-bottom:solid 2px #85cef0;
	border-top:solid 2px #85cef0;
}
#person .item_box .ttl_01::before{
	border-top:dashed 1px #fff;
	border-bottom:dashed 1px #fff;
}

/*-------------------------------------
	　　　　法人のお客様へ
--------------------------------------*/
#business #mainimage{
    background: url(../Image/business/ttl_bg.jpg) no-repeat top right;
}
#business #mainimage h2{
	color:#333;
	text-shadow:0 0 5px #fff;
}
#business .copy_box{
    background: url(../Image/business/cts_bg.jpg) no-repeat top left;
    height: 246px;
    margin-bottom: 20px;
    padding: 18px 0 0;
}
#business .copy_box p{
    width: 345px;
    margin: 0 auto;
    font-size: 0.85em;
    line-height: 1.6;
    color: #fff;
}
#business .sec_01box,
#business .sec_02box{
	padding: 0 25px;
}
#business .sec_01box img,
#business .sec_02box img{
	border-radius:10px;
	border:solid 5px #fff;
	box-shadow:0 0 5px #ddd;
}
#business .sec_02box ul {
	padding:0 25px;
}
#business .sec_02box ul li {
	width:310px;
	text-align:center;
}
#business .sec_02box ul li p{
    background: #33a5da;
    color: #fff;
    font-size: 16px;
    padding: 3px 0 1px;
}
#business #sec03 .results_list {
	padding:0 25px;
}
#business #sec03 .results_list li{
	margin-bottom:15px;
	width:315px;
	float:left;
	background:#fff;
	border:solid 1px #ddd;
	border-radius:10px;
	padding:15px;
}
#business #sec03 .results_list li:nth-child(2n){
	float:right;
}
#business #sec03 .results_list li dl{
	padding: 15px 0 0;
}
#business #sec03 .results_list li dl dt{
	font-weight:bold;
	font-size:16px;
	border-bottom:dashed 1px #ddd;
	margin-bottom:8px;
	color:#33a5da;

}
#business #sec03 .results_list li dl dd{
	font-size:0.9em;
}
/*-------------------------------------
	　　　　JAB施工について
--------------------------------------*/
#jab #mainimage{
    background: url(../Image/jab/ttl_bg.jpg) no-repeat top right;
}
#jab .jab_box{
	padding:0 25px;
}
#jab .jab_box .sec_01box1 ul{
    padding:0 25px;
}
#jab .jab_box .sec_01box1 ul li{
    background: url(../Image/common/body_bg.png) repeat top left;
    width: 230px;
    padding: 15px 0 15px 95px;
    float: left;
    height: 70px;
    border: solid 1px #ddd;
    border-radius: 5px;
    position: relative;
}
#jab .jab_box .sec_01box1 ul li::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    margin-top: -32px;
    width: 69px;
    height: 63px;
}
#jab .jab_box .sec_01box1 ul li:nth-child(2n){
	float:right;
}
#jab .jab_box .sec_01box1 ul li:first-child::before{
    background: url(../Image/jab/point1.png) no-repeat top left;
}
#jab .jab_box .sec_01box1 ul li:nth-child(2)::before{
	background:url(../Image/jab/point2.png) no-repeat top left;
}
#jab .jab_box .sec_01box1 ul li:nth-child(3)::before{
	background:url(../Image/jab/point3.png) no-repeat top left;
}
#jab .jab_box .sec_01box1 ul li:last-child::before{
	background:url(../Image/jab/point4.png) no-repeat top left;
}
#jab .sec_01box2 ul{
	padding:0 50px;
}
#jab .sec_01box2 li{
	float:left;
	width:180px;
	text-align:center;
	position:relative;
}
#jab .sec_01box2 li span{
	background:#33a5da;
	border-radius:5px;
	padding:0 10px;
	display:inline-block;
	margin-top:5px;
	color:#fff;
	letter-spacing:0.1em;
}
#jab .sec_01box2 li::before{
    position: absolute;
    content: "";
    right: -47px;
    top: 68px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 15px solid #51b7dd;
}
#jab .sec_01box2 li:last-child::before{
	content:none;
}
/*-------------------------------------
	　　　　施工の流れ
--------------------------------------*/
#flow #mainimage{
    background: url(../Image/flow/ttl_bg.jpg) no-repeat top right;
}
#flow .flow_cts {
	padding:0 25px;
}
#flow .flow_box {
	border:solid 3px #33a5da;
	background:#fff;
	position:relative;
	display:inline-block;
	width:714px;
	margin-bottom:50px;
}
#flow .flow_box::after{
    position: absolute;
    content: "";
    left: 50%;
    box-sizing: border-box;
    bottom: -75px;
    width: 85px;
    height: 20px;
    border: 42px solid transparent;
    border-top: 30px solid #33a5da;
    margin-left: -42.5px;
}
#flow .flow_box:last-child::after{
	content:none;
}

#flow .flow_box .flow_left{
	float:left;
	border-right:solid 3px #33a5da;
}
#flow .flow_box .flow_left h4{
	background:#33a5da;
	color:#fff;
	font-size:14px;
	padding:5px 0 5px 5px;
}
#flow .flow_box .flow_left h4 span{
    background: #fff;
    color: #33a5da;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 10px 3px;
    margin-right: 8px;
    display: inline-block;
    line-height: 1;
}
#flow .flow_box .flow_right{
	height:235px;
	line-height:235px;
	float:right;
	width:430px;
	padding-right:30px;
}
#flow .flow_box .flow_right div,
#flow .flow_box .flow_right p{
	line-height:1.8;
	display:inline-block;
	vertical-align:middle;
}
/*-------------------------------------
	　　　　よくある質問
--------------------------------------*/
#faq #mainimage{
    background: url(../Image/faq/ttl_bg.jpg) no-repeat top right;
}
#faq #mainimage h2{
	color:#333;
	text-shadow:0 0 5px #fff;
}

#faq #sec01 ul{
	padding:0 25px;
}
#faq #sec01 ul li{
	margin-bottom:10px;
	background:url(../Image/faq/q_icon.png) no-repeat left center;
	padding:5px 0 5px 45px;
	font-size:16px;
	position:relative;
}
#faq #sec01 ul li::before{
    position: absolute;
    content: "";
    width: 94%;
    height: 1px;
    border-bottom: solid 1px #ddd;
    bottom: 4px;
    right: 0;
}
#faq #faq_list {
	padding:0 25px;
}
#faq #faq_list dt{
	font-weight:bold;
	font-size:16px;
	background:url(../Image/faq/q.png) no-repeat 15px top;
	padding:0 0 0 70px;
	margin-bottom:10px;
	height:42px;
	line-height:42px;
}
#faq #faq_list dd{
	margin-bottom:35px;
	padding:15px 15px 15px 70px;
	border:solid 1px #ddd;
	background:url(../Image/faq/a.png) no-repeat 15px center #f8f6f1;
	border-radius:5px;
}
/*-------------------------------------
	　　　　会社案内
--------------------------------------*/
#company #mainimage{
    background: url(../Image/company/ttl_bg.jpg) no-repeat top right;
}
#company #sec01 .sec_01box,
#company #sec02 .table_box{
	padding:0 25px;
}
#company #sec02 table th,
#company #sec02 table td{
	border:solid 1px #51b7dd;
	padding:5px 20px;
	text-align:left;
}
#company #sec02 table th{
	width:20%;
	background:#dcf3fa;
}
#company #sec02 table td{
	width:80%;
	background:#fff;
}
/*-------------------------------------
	　　　　新着情報
--------------------------------------*/
#news #sec_01 .post_list{
	text-align:center;
	background:#fff;
	padding:25px;
}
#news #sec_01 b,
#news #sec_01 a {
	display:inline-block;
    border:solid 3px #33a5da;
    padding: 3px 12px;
	transition:.3s;
	margin:0 5px;
	border-radius:7px;
}
#news #sec_01 a:hover {
    border:solid 3px #33a5da;
	background:#33a5da;
	color:#fff;
}
#news #sec_01 .post_list .datadate,
#news #sec_01 .post_list .datatitle,
#news #sec_01 .post_list .datatext{
	text-align:left;
}
#news #sec_01 .post_list .datadate{
	font-size:12px;
	color:#aaa;
	padding:0 15px;
}
#news #sec_01 .post_list .datatitle a{
	display:block;
    background: #fff;
	border:solid 1px #85cef0;
	border-radius:0;
	border-left:none;
	border-right:none;
    padding: 5px 10px 5px 28px;
	font-weight:bold;
    font-size: 18px;
	position:relative;
	margin-bottom:15px;
	margin-right:0;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news #sec_01 .post_list .datatitle a:hover{
	color:#fff;
    background: #33a5da;

}
#news #sec_01 .post_list .datatitle a::before,
#news #sec_01 .post_list .datatitle a::after{
	position:absolute;
	transition:.3s;
	content:"";
	left:0;
	width:100%;
}
#news #sec_01 .post_list .datatitle a::before{
	border-top:dashed 1px #33a5da;
	border-bottom:dashed 1px #33a5da;
	height:36px;
	top:2px;
}
#news #sec_01 .post_list .datatitle a:hover::before{
	border-top:dashed 1px #fff;
	border-bottom:dashed 1px #fff;
}
#news #sec_01 .post_list .datatitle a::after{
    background: #33a5da;
    width: 5px;
    height: 20px;
    left: 16px;
    top: 50%;
    margin-top: -10px;
    border-radius: 15px;
}
#news #sec_01 .post_list .datatitle a:hover::after{
    background: #fff;
}
#news #sec_01 .post_list .datatext{
	padding:0 15px;
}
#news #sec_01 .post_list hr {
    border-top: 1px solid #cccccc;
    margin: 30px 0;
}
#news .post_txt{
	background:#fff;
	padding:15px 25px 25px;
	border:solid 1px #ddd;
	border-radius:10px;
}
/*-------------------------------------
	　　　　お問い合わせ
--------------------------------------*/
#inquiry #mainimage,
#thanks #mainimage{
    background: url(../Image/inquiry/ttl_bg.jpg) no-repeat top right;
}
#inquiry #sec01 ul {
	padding:0 25px;
}
#inquiry #sec01 ul li{
	list-style:disc inside;
	margin-bottom:5px;
}
#inquiry #sec01 .ga_box {
  padding: 0 20px;
  margin-top: 30px;
}
#inquiry #sec01 .ga_box .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#inquiry #sec01 .ga_box p {
  margin-bottom: 10px;
}
#inquiry #sec01 .ga_box p:last-child {
  margin-bottom: 0;
}
#inquiry #sec01 .ga_box a {
  display: inline-block;
  text-decoration: underline;
}
#inquiry #sec01 .ga_box a:hover {
  text-decoration: none;
}
#inquiry .cts_box {
    padding: 0 25px;
}
#inquiry table{
	width:100%;
	margin-bottom:10px;
}
#inquiry table th,
#inquiry table td{
	border:solid 1px #51b7dd;
	padding:7px 15px;
	text-align:left;
}
#inquiry th{
	width:30%;
	background: #dcf3fa;
}
#inquiry td{
	background: #fff;
	width:70%;
}
#inquiry td li{
	line-height:2;
}
#inquiry td span{
	margin-right:10px;
}
form#mailformpro {
    padding: 0px;
}
.mfp_element_button,
#inquiry form button{
    background: #33a5da;
	border:solid 2px #33a5da;
    padding: 8px 20px 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 5px;
	transition:.3s;
}
.mfp_element_button:hover,
#inquiry form button:hover{
    background: #fff;
    color: #33a5da;
	border:solid 2px #33a5da;
}
#inquiry form textarea{
	width:96% !important;
}
#thanks .thanks_cts{
	padding:0 25px;
}
/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
	box-shadow:none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
	background:none;
	padding-left:0;
	color:#f26;
	font-weight:bold;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
	background-color:#fdd;
}
/* 入力OKのエフェクト */
div.mfp_ok {
	background-color:#ff7500;
	border-color:#ff7500;
	font-size:12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
	padding:0;
	border:none;
}
form#mailformpro label.mfp_checked {
	padding:0;
	border:none;
	background:none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
	font-size:1em;
	text-shadow:none;
}
/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table{
	width:100%;
}
/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table th,
#mfp_confirm_table td {
	border:1px solid #666;
	line-height:1.5 !important;
}
#mfp_confirm_table th {
	padding:10px 10px !important;
	text-align:center !important;
}
#mfp_confirm_table td {
	padding:15px 20px;
}
div#mfp_phase_confirm h4 {
    font-size: 22px;
    margin-bottom: 5px;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    font-size: 14px;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
    background: #f56a00;
    padding: 0 3px 0 5px;
    letter-spacing: 0.25em;
    color: #fff;
    font-size: 0.7em;
    font-weight: normal;
    display: display;
    margin-left: 0;
    border-radius: 4px;
    margin-top: 3px;
    float: right;
}
.not_must-fill {
    background: #33a5da;
    padding: 0 3px 0 5px;
    letter-spacing: 0.25em;
    color: #fff;
    font-size: 0.7em;
    font-weight: normal;
    display: display;
    margin-left: 0;
    border-radius: 4px;
    margin-top: 3px;
    float: right;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
    border-radius: 0 !important;
    box-shadow: none !important;
}
/*-------------------------------------
			サイトマップ
--------------------------------------*/
#sitemap .page_list ul {
	padding:0 25px;
}
#sitemap .page_list li{
    margin-bottom: 15px;
}
#sitemap .page_list li a{
border: solid 2px #92d1e8;
    background: #92d1e8;
    padding: 8px 25px;
    width: 280px;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    transition: .3s;
    font-weight: bold;
    font-size: 15px;
    color: #315ea3;
}
#sitemap .page_list li a::before{
    right: 20px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #315ea3;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#sitemap .page_list li a:hover{
    background: #fff;
	color:#315ea3;
}



