@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding-top: 68px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
nav ul {
	list-style:none;
}
a {
	transition: all .5s;
}
a img {
	border: 0;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
a:link {
	text-decoration:none;
	color:#0074cc;
}
a:visited {
	text-decoration:none;
	color:#0074cc;
}
a:hover {
	text-decoration:none;
	color:#ff9000;
}
strong {
	color:#000;
	font-weight:bold;
}
em {
	font-style: oblique;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*
	---- PATAPATA WORKS CSS ----
*/
html {
	height:100%;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	height:100%;
	color:#000;
	background:#fff;
	line-height:150%;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
}
nav ul {
	list-style:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.alignleft {
	float: left;
	margin:0px 10px 10px 0px;
}
.alignright {
	float: right;
	margin:0px 0px 10px 10px;
}
.aligncenter {
	display:block;
	margin:10px auto;
	text-align: center;
}
.small {
	font-size:80%;
}

.button {
	text-align:center;
	display:block;
	border-radius:5px;
	padding:10px 20px;
}
a.top_button {
	width:200px;
	color:#fff;
	background:#a68c31;
	float:right;
}

.maker_list{background-color: #f0f0f0;max-width: 1000px;margin: auto;padding: 10px;margin: 20px auto;border-radius: 10px;font-size: 12px;}
.maker_list div{float: left;width: 150px;height: 48px;line-height: 50px;text-align: center;background-color: #fff;border-radius: 5px; margin-right: 10px;}

@media (max-width: 749px) {
.maker_list{background-color: #f0f0f0;margin: auto;padding: 10px;margin: 0 auto 20px;border-radius: 10px;}
.maker_list div{width: 100% !important; text-align: center;background-color: #fff;border-radius: 5px; padding: 5px; margin-bottom: 5px;line-height: normal; height: auto;}

}

/*
	---- レイアウト用基本 ----
*/
.banner {
	margin:15px auto;
}
.wrap {
	width:900px;
	max-width:900px;
	padding:0;
	margin:0 auto;
}
@media (max-width: 900px) {
	.wrap {
		width:100%;
	}
}

.flex {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
@media (max-width: 749px) {
	.flex {
		flex-direction:column;
	}
}

/*
	---- header,headerImage ----
*/
header{
	display:flex;
	position: relative;
	z-index: 10000000000;
}
#header {
	display:flex;
	justify-content:space-between;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	align-items: center; /* 中の要素を上下中央に並べる */
	margin: 0 auto;
}
#headerImage {
	width:100%;
	background:#2a8eff;
	overflow:hidden;
	text-align:center;
}
#headerImage .arrow_box{
    position:relative;
    background:#0B39B8;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:30px;
    font-weight:bold;
}
#headerImage .arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#0B39B8;
    top:100%;
    left:50%;
}
#headerImage .arrow_box .time_lavel {
    margin: 0 auto;
	height: 50px;
	width: 900px;
}
#headerImage .arrow_box .time_lavel p {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    width: 900px;
    margin: 0 auto;
	line-height: 50px;
}
#headerImage .arrow_box .time_lavel p span {
    color: #faed05;
}
#headerImage .obi {
	text-align:center;
	background:#014898;
}
h1.logo{
	position: relative;
}

/*SP用*/
@media (max-width: 749px) {
	/*#header {
		display:block;
		text-align:center;
	}*/
	#headerImage .arrow_box .time_lavel {
		margin: 0 auto;
		height: 25px;
		width: 100%;
	}
	#headerImage .arrow_box .time_lavel p {
		color: #fff;
		display: block;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		line-height: 25px;
	}	
}

	.LayoutSingle {
		margin: auto;
		width: 900px;
	}


#tel{
	padding: 0px 10px;
}

/*
	---- ヘッダー------------
*/
/*#wrapper{
	height: 80px;
    z-index: 1000000000;
	position: relative;
} */




/* ヘッダー固定
------------------------------ */
.site-caption {
		color: #fff;
        position: fixed;
        max-width: 100%;
        height: 20px;
        z-index: 10000;
        width: 100%;
		top:0px;
		background-color: #0B39B8;
    }
.site-caption h1{
	color: #fff;
	font-size: 10px;
	line-height: 1.4;
	padding: 2px 0;
	font-weight: bold;
	letter-spacing: 1px;
}
.site-caption .container {
	width: 900px;
}
#header {
    position: relative;
    z-index: 100;
    width: 100%;
}
#header .head_contents {
    position: fixed;
    z-index: 101;
    top: 20px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 5px solid #0B39B8;
}
#header .head_contents > .container {
    position: relative;
    overflow: hidden;
    background-color: #fff;
	max-width: 900px;
    margin: 0 auto;
    padding: 0px;
	height: 60px;
}

#header .head_contents .container img{
	display: flex;
  justify-content: center;
  align-items: center;
}
/*SP用*/
@media (max-width: 749px) {
#header {
    margin-bottom: -20px;	
}
#header .head_contents{
	top:0 !important;
}
#header .head_contents .container img{
	width: 40%;
	position: absolute;
	top:50%;
	transform: translateY(-50%) ;
}
.site-caption {
	display: none !important;
}
.site-caption .container {
	max-width: 100%;
}
}
/*
	---- ヘッダーハンバーガーメニュー --------
*/

ul.accordion_ul section h2 {
    background-color: #fff;
    border-bottom: solid 1px #0B39B8;
    padding: 5px 10px 5px 7px;
    color: #111;
    cursor: pointer;
    position: relative;
    text-align: left;
    font-size: 14px;
}
ul.accordion_ul section h2 a {
    color: #111;
}

/*
	---- ヘッダーメールーボタン------------
*/
.btnMail {
	/*background-color:#8bceff;*/
	background-color:#79d206;
    position: absolute;
    top: 0px;
    right: 140px;
    width: 70px;
    height: 70px;
}

.btnMail p{
	color: #fff;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
	position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.fa-envelope{
	font-size: 1.8em;
	color: #fff;
	position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.fa-comment{
	font-size: 1.8em;
	color: #fff;
	position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/*SP用*/
@media (max-width: 749px) {
	.btnMail {
	/*background-color:#8bceff;*/
	background-color:#79d206;
    position: absolute;
    top: 0px;
    right: 120px;
    width: 60px;
    height: 60px;
	}
	.btnMail p{
	color: #fff;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	  top: 75%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	}
	.fa-envelope{
	font-size: 1.8em;
	color: #fff;
	position: absolute;
	  top: 42%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	}
	
	.fa-comment{
	font-size: 1.8em;
	color: #fff;
	position: absolute;
	  top: 42%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	}
}

/*
	---- ヘッダー電話するボタン------------
*/
.btnTel {
	background-color:#ff841f;
    position: absolute;
    top: 0px;
    right: 70px;
    width: 70px;
    height: 70px;
}
.btnTel p{
	color: #fff;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
	position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.fa-phone{
	font-size: 1.6em;
	color: #fff;
	position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/*SP用*/
@media (max-width: 749px) {
	.btnTel {
		background-color:#ff841f;
		position: absolute;
		top: 0px;
		right: 60px;
		width: 60px;
		height: 60px;
	}
	.btnTel p{
		color: #fff;
		font-size: 0.6em;
		font-weight: bold;
		text-align: center;
		position: absolute;
	  top: 75%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	}
	.fa-phone{
		font-size: 1.6em;
		color: #fff;
		position: absolute;
	  top: 42%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	}
}






/*
	---- contents ----
*/


/*場所別の作業料金
--------------------------------*/

.LayoutSingle {
    -webkit-text-size-adjust: 100%;
    color: #222;
    color: #5a5a5a;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6;
	width: 100%;
}

.Price_list{
	background-color: #deeeff;
	margin-bottom: 30px;
}
h2#price{
	margin-bottom: -17px;
}
@media (min-width: 900px) {
		.ttl {
		width: 100%;
		position: relative;
		color: #fff;
		text-align: center;
		font-size: 2em;
		font-weight: bold;
		margin-top: 30px;
		padding: 50px;
		background-color: #1c7ac7;
		}
		.ttl::after {
		width: 0;
		height: 0;
		position: absolute;
		top: 85%;
		left: 50%;
		margin: 0 0 0 -50px;
		border: 50px solid transparent;
		border-top-color: #1c7ac7;
		content: '';
		}
}
@media (max-width: 749px) {
		.ttl {
		width: 100%;
		position: relative;
		color: #fff;
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		margin-top: 20px;
		padding: 50px;
		background-color: #1c7ac7;
		}
		.ttl::after {
		width: 0;
		height: 0;
		position: absolute;
		top: 85%;
		left: 50%;
		margin: 0 0 0 -50px;
		border: 50px solid transparent;
		border-top-color: #1c7ac7;
		content: '';
		}
}



/*場所別の作業料金
--------------------------------*/
@media print, screen and (max-width: 640px) {
.LayoutSingle {
    margin: auto;
    width: 100%;
	margin-top: 17px;
  }	
 .LayoutSingle .LayoutSingle__inner {
    padding: 0 10px;
  }
  .LayoutSingle_btn_inner {
    padding: 20px 10px;
  }
  .LayoutSingle_price_inner {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 641px) {
.LayoutSingle {
    margin: auto;
    width: 900px;
	margin-top: 17px;	
  }
 .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    width: 780px;
  }
 .LayoutSingle_btn_inner {
    padding: 47px 20px 54px;
  }
.LayoutSingle_price_inner {
    padding: 0 40px;
  }
.LayoutSingle .LayoutSingle__inner.-wide {
    width: 900px;
  }
}



.LayoutSingle.Section.sec_price {
  background-color: #deeeff;
}
.LayoutSingle_price_inner {
}
h3.ttl_h3{
	background-color: #1c7ac7;
	font-weight: bold;
	color: #ffffff;
	font-size: 150%;
	padding: 20px 20px;
	text-align: center;
	border-radius: 6px;
}
.LayoutSingle .Section.sec_price .Price_list dl {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
　box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
}
.LayoutSingle.Section.sec_price  .Price_list dl dt {
  display: flex;
  align-items: center;
}
.LayoutSingle.Section.sec_price  .Price_list dl dt .image {
  width: 46.5%;
}
.LayoutSingle.Section.sec_price  .Price_list dl dt .List_tit {
  position: relative;
  /*color: #1f4da0;
  font-weight: bold;
  width: 53.5%;*/
}
.LayoutSingle.Section.sec_price  .Price_list dl dt .List_tit::after {
  content: '';
  position: absolute;
  /*top: 50%;
  transform: translateY(-50%);*/
  background-image: url(images/icon_plus_blue.png);
}
.LayoutSingle.Section.sec_price  .Price_list dl dt.switch .List_tit::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/icon_minus_blue.png);
}
.LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list li {
  position: relative;
  font-weight: bold;
  color: #222;
}
.LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list li::before {
  position: absolute;
  top: 42%;
  left: 0;
  transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f14a";
	font-size: 120%;
	color: #D10004;
}
.LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap + .text_wrap {
  border-top: 1px solid #9c9c9c;
}
.LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .cap {
  color: #017fca;
  font-weight: bold;
}
.LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work {
  font-weight: bold;
  color: #222;
  white-space: nowrap;
}
.LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work .prices {
  color: #fa7b34;
   padding-left: 0.3em;
}
.LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work .prices .small {
  font-size: 60%;
}
.LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work .prices .mini {
  font-size: 45%;
}
@media print, screen and (max-width: 640px) {
  .LayoutSingle.Section.sec_price {
    padding: 45px 0 30px;
  }
 .LayoutSingle.Section.sec_price  .Price_list dl {
	  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
  }
  .LayoutSingle.Section.sec_price  .Price_list dl:not(:last-child) {
    margin: 0 0 20px;
  }
  .LayoutSingle.Section.sec_price  .Price_list dl dt .List_tit {
    font-size: 15px;
    margin-left: 4vw;
    margin-left: 15px;
    color: #1c7ac7;
    font-weight: bold;
  }
  .LayoutSingle.Section.sec_price  .Price_list dl dt .List_tit::after {
    right: -8vw;
    width: 4vw;
    height: 4vw;
    background-size: cover;
  }
  .LayoutSingle.Section.sec_price  .Price_list dl dt.switch .List_tit::after {
    right: -8vw;
    width: 4vw;
    height: 4vw;
    background-size: cover;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd {
    padding: 20px 15px 0;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list {
     padding: 15px 0 20px 15px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list li {
    font-size: 12px;
    padding-left: 20px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list li:not(:last-child) {
    margin: 0 0 10px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list li::before {
    width: 3.5vw;
    height: 3.5vw;
    background-size: cover;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .image {
    margin: 0 0 6px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap {
    padding: 15px 0 20px 15px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .cap {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work {
    font-size: 13px;
    margin: 0 0 5px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work .prices {
    font-size: 22px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work .prices .small {
    font-size: 55%;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .note {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 641px) {
  .LayoutSingle.Section.sec_price {
    padding: 91px 0 82px;
  }
 .LayoutSingle.Section.sec_price  .Price_list dl {
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
  }
  .LayoutSingle.Section.sec_price  .Price_list dl:not(:last-child) {
    margin: 0 0 70px;
  }
  .LayoutSingle.Section.sec_price  .Price_list dl dt .List_tit {
    font-size: 28px;
    margin-left: 60px;
	  color: #1c7ac7;
	  font-weight: bold;
  }
  .LayoutSingle.Section.sec_price  .Price_list dl dt .List_tit::after {
    right: -91px;
    width: 47px;
    height: 49px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd {
    padding: 46px 52px 0;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list {
     padding: 50px 0 57px 47px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list li {
    font-size: 29px;
    padding-left: 63px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list li:not(:last-child) {
    margin: 0 0 30px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Trouble_wrap .Trouble_list li::before {
    width: 44px;
    height: 45px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .image {
    margin: 0 0 6px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap {
    padding: 35px 0 35px 48px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .cap {
    font-size: 34px;
    margin: 0 0 15px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work {
    font-size: 34px;
    margin: 0 0 5px;
  }
  .LayoutSingle.Section.sec_price .Price_list dl dd .Price_wrap .text_wrap .work .prices {
    font-size: 55px;
  }
}


.switch{ position: relative; display: flex; align-items: center;}






/*当社が選ばれる理由
--------------------------------*/
.line03 {
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.00);
    border: 1px solid rgba(197,191,187,1.00);
    padding: 10px;
    border-radius: 4px;
	margin-bottom: 15px;
}


/*施工修理までの流れ--------------------------------*/
/*PC用*/
@media (min-width: 749px) {
	#Sekou_flow{
		background-color:#deeeff;
		width: 900px;
		padding: 30px 0px;	
	}
	#Sekou_flow .step_box1{
		position: relative;
		width: 900px;
		margin: 30px auto;
	}
	#Sekou_flow .step_box1 img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#Sekou_flow .step_box1 p{
		position: absolute;
		z-index: 10;
		left: 480px;
		top: 155px;
		font-weight: bold;
		width: 310px;
	}
	.fa-chevron-down{
		color:#1c7ac7;
		font-size:3.5em; /*1.5倍にする*/
	}
}
/*SP用*/
@media (max-width: 749px) {
	#Sekou_flow{
		background-color:#deeeff;
		width: 100%;
		padding: 30px 0px;	
	}
	#Sekou_flow .step_box1{
		position: relative;
		width: 100%;
		margin: 10px auto;
	}
	#Sekou_flow .step_box1 img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#Sekou_flow .step_box1 p{
		position: absolute;
		z-index: 10;
		left: 51%;
		top: 39%;
		font-weight: bold;
		width: 40%;
		font-size: 0.6em;
		line-height: 1.2em;
	}
	.fa-chevron-down{
		color:#1c7ac7;
		font-size:1.5em; /*1.5倍にする*/
	}
}

/***************
 施工実績用CSS
****************/
/*bootstrapのスムーズ解除*/
:root {
    scroll-behavior: auto;
}
#archive .archive_back{
	background: #d9eafb;
	border: #919fad solid 5px;
	padding: 10px;
	border-radius: 10px;
}
#archive .archive_nav #tab{
	display: flex;
	flex-wrap: wrap;
	background: #4c98e4;
	padding: 8px 8px 0 8px;
	border-radius: 10px 10px 0 0;
}

#archive #tab li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	border-right : 1px #fff solid;
}
#archive #tab li a:hover{
	background: #376da3;
	transition: 1s;
}
#archive #tab li.select a {
	color: #333;
	background: #fff;
	border-radius: 10px 10px 0 0;	
}
#archive .archive_box{
	background: #fff;
	padding: 15px;
}
#archive .archive_box h3{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 20px 0;
	border-bottom: #4c98e4 solid 3px;

}
#archive .archive_box h4{
	margin: 20px 0;
	padding: 10px 20px;
	background: #4c98e4;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
}
#archive .archive_box p{
	margin: 30px 0 20px 0;
	padding: 20px;
	background: rgb(250, 249, 237);
	border-radius: 10px;

}


#archive .objnum{
margin-top: 20px;
text-align : center;
}
#archive .pagination{
display : flex;
flex-wrap : wrap;
margin-top: 20px;
}
#archive .pagination li a{
display:block;
font-size : 14px;
padding : 8px;
background : #336699;
color : #fff;
margin : 5px;
}
#archive .pagination li a:link,
#archive .pagination li a:active,
#archive .pagination li a:visited{
color : #fff;
}
#archive .pagination li.show_page a{
background : #ccc;
color : #666;
}
#archive .pagination li.show_page a:link,
#archive .pagination li.show_page a:active,
#archive .pagination li.show_page a:visited{
color : #666;
}




/*よくあるご質問
--------------------------------*/
.wrap_sp_menu {
    margin-top: 20px;
}
.wrap_sp_menu label {
    display: block;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    background: #3C74D7;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    vertical-align: middle;
    line-height: 30px;
}
.wrap_sp_menu .content {
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.wrap_sp_menu input[type="checkbox"] {
    display: none;
}
.switch:checked + .content {
    height: auto;
    padding: 8px;
    background: #f7f7f7;
}



[class*="boxset"] {
	margin:30px auto;
}
.boxset-jirei {
	background:#fbecd2;
	padding:20px;
	border-radius:20px;
}
.title-image {
	margin-bottom:10px;
}

.box-text {
	width:70%;
}
.box-image {
	width:28%;
}
.box-image img {
	width:100%;
}
.subbox-w {
	background:#fff;
	border-radius:10px;
	padding:20px;
	margin-top:20px;
}
.box-2clm {
	width:48%;
}

.box-2clm img {
	width:100%;
}
@media (max-width: 749px) {
	.box-text {
		width:100%;
	}
	.box-image {
		width:100%;
	}
	.box-2clm {
		width:100%;
	}
}


@media (max-width: 900px) {
	.boxset-jirei {
		border-radius:0;
	}
}
@media (max-width: 749px) {
	/*#header {
		display:block;
		text-align:center;*/
	}
}

#areamap {
	background:#f1f6da;
	padding:5px;
}
.box-map {
	position:relative;
	text-align:right;
	padding:10px;
}
.subbox-maptext {
	width:30%;
	position: absolute;
	top:15px;
	left:0;
	text-align:left;
}
.subbox-maptext a {
	display:block;
	margin-top:15px;
}
@media (max-width: 900px) {
	.box-map {
		padding:20px;
	}
	.subbox-maptext {
		width:100%;
		position:static;
		text-align:left;
		margin-bottom:10px;
	}
}

.subtitle {
	font-size:120%;
	font-weight:bold;
	color:#fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #2b8eff 25%, #2b8eff 75%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#2b8eff 25%,#2b8eff 75%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#2b8eff 25%,#2b8eff 75%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	text-align:center;
	padding:5px 10px;
	margin:0 0 10px;
}
.nagareflex {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
@media (max-width: 900px) {
	.nagareflex {
		display:block;
	}
	.nagareflex img {
		display:block;
		margin:0 auto 20px;
	}
}
.price-kihon {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:5px;
}
.price-kihon li {
	margin-bottom:5px;
}
.price-kihon img {
	width:100%;
}
@media (max-width: 900px) {
	.price-kihon li {
		width:49.5%;
		height:auto;
		margin-bottom:8px;
	}
}
@media (max-width: 749px) {
	.price-kihon {
		display: flex;
		flex-direction:column;
	}
	.price-kihon li {
		width:100%;
		margin-bottom:5px;
	}
}

.boxset-office {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:5px;
}
.box-office {
	width:49.5%;
	border:1px solid #ccc;
	margin-bottom:10px;
}
.box-office h2{
	padding:8px 6px 0;
}
.box-office p {
	padding:0px 6px 8px;
	line-height: 1.2;
	font-size: 0.8em;
}

@media (max-width: 749px) {
	.box-office h2{
		padding:8px 8px 0 8px;
		font-size: 0.8em;
		float: left;
	}
	.box-office p {
		padding:8px 0 0;
		line-height: 1.2;
		font-size: 0.6em;
		float: left;
	}
}
.box-office h2 {
	font-weight:bold;
	color:#0074cc;
}
.box-office a {
	display:block;
}
.box-office a img {
	width:100%;
	height:auto;
}
@media (max-width: 749px) {
	.boxset-office {
		display: flex;
	  justify-content: center;
	}
	.box-office {
		width:90%;
	}
	.box-office a img {
		width:98%;
		height:auto;
		margin: 5px;
	}

}

#footmenu {
	margin-top:50px;
	padding-bottom: 120px;
}
#footmenu ul {
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	margin-bottom: 15px;
}
#footmenu li {
	padding:10px 6px;
	border-right:1px solid #e0e0e0;
}
#footmenu a {
	color:#111;
}
#footmenu li:last-child {
	border:0;
}
@media (max-width: 900px) {
	#footmenu ul {
		display:block;
		margin-bottom: 0px;
	}
	#footmenu li {
		width:100%;
		text-align:center;
		margin:0px;
		padding:0.8em;
		border-bottom:1px solid #e0e0e0;
		background-color: #2d90ff;
	}
	/*#footmenu li:last-child {
		border:1px solid #e0e0e0;
	}*/
}

.footerWrap{
	padding-bottom: 111px;
}
#footer {
	color:#fff;
	background:#2d90ff;
	margin-top:50px;
    bottom: 0;
    height: 67px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
	text-align: center;
}
	.footerflex {
		display:block;
	}
	/*.footerflex img {
		padding-bottom:15px;
	}*/
	.copyright {
		font-size:80%;
		text-align:center;
		margin:30px auto;
	}

.optimize-origin{
display: none;
}
@media (min-width: 900px) {
	#footer {
		text-align:center;
		/*padding:30px 0px 80px;*/
	}
	.footerflex {
		display:block;
	}
	.footerflex img {
		padding-bottom:15px;
	}
	.copyright {
		font-size:70%;
		text-align:center;
		margin:45px auto 0 auto;
	}

}
@media (max-width: 749px) {
	.footerflex img {
		width: 85%;
		margin: 10px 0 10px;
	}
	#footer {
		height: 67px;

	}
	#footmenu a {
	color:#fff;
}

.sp_none{display: none;}
}





/*
	---- mailform ----
*/
#formsection {
	background:#4e9e2f;
	padding:5px;
}
.boxset-form {
	background:#fff;
	border-radius:10px;
	box-shadow:0px 4px 0px 3px #3a7a21;
	padding:20px;
	width: 94%;
}
@media (max-width: 900px) {
	#formsection {
		background:#4e9e2f;
		padding:5px 15px;
	}
	#formsection .textcenter {
		text-align:left;
	}
}

.table-form {
	width:100%;
	border-collapse:collapse;
	margin:20px 0;
}
.table-form th,
.table-form td {
	border:1px solid #e0e0e0;
	padding:10px;
}
.table-form th {
	width:25%;
	background:#f0f0f0;
	vertical-align:middle;
}
.table-form th[colspan="2"] {
	background:#fff;
	border-left:0;
	border-right:0;
}

.button-send {
	display:block;
	font-size:125%;
	width:32%;
	color:#fff;
	font-weight: bold;
	background:#ff841f;
	border:0;
	border-radius:10px;
	margin:10px auto;
	padding:0.5em;
	text-align:center;
}
@media (max-width: 749px) {
	.table-form th,
	.table-form td {
		display:block;
	}
	.table-form th {
		width:100%;
		border-bottom:0;
	}
	.table-form td {
		margin-bottom:10px;
	}
	.table-form label {
		display:block;
		padding:0 0 15px;
	}
	.button-send {
		font-size:100%;
		width:75%;
	}
	.sp-br-cut br {
		display:none;
	}
}

.fRed {
	color:#e00;
}
#mailform input[type="text"],
#mailform textarea,
#mailform select {
	width:100%;
	background:#f0f0f0;
	border:1px solid #e0e0e0;
	border-radius:5px;
	margin:5px 0;
	padding:10px;
}
#mailform textarea {
	height:8em;
}

#pagetop {
	position:fixed;
	right:20px;
	bottom:-100px;
	transition:all 0.5s;
	width: 60px;
    height: 60px;
    margin-bottom: 50px;
    border-radius: 100%;
    background-color: #3a434b;
	opacity: 0.8;
	z-index: 9999;
}
.fa-chevron-up{
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	top:50%;
	transform: translateY(-50%) ;
	right: 20px;
}

/* 20171006 */
.buttonset {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.buttonset div {
	width:49%;
}
.buttonset div img {
	width:100%;
	box-shadow:0px 0px 6px 3px #e0e0e0;
	border-radius:10px;
}
@media (max-width: 749px) {
	.buttonset {
		flex-direction:column;
	}
	.buttonset div {
		width:100%;
		margin-bottom:20px;
	}
}

@media (max-width: 749px) {

	.pc-only {
		display:none;
	}
}
@media (min-width: 749px) {
	.sp-only {
		display:none;
	}

}

.youtube{
	max-width:1000px;
	margin:auto;
	margin-bottom:40px;
}

/*PC用*/
@media (min-width: 749px) {
.youtube2 {
  position: relative;
  width: 50%;
  padding-top: 33%;
  float:left;
  margin-right:30px;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube .y-text b{
	display:block;
	padding:10px;
	background-color:#16447A;
	font-weight:bold !important;
	color:#FFFFFF;
	font-size:24px;
	line-height:28px;
}

.youtube .y-text p{
	margin-top:20px;
	font-size:18px;
	line-height:30px;
}

    #tel-tap {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 140px;
        width: 100%;
        text-align: center;
        z-index: 11
    }

    #tel-tap .tel-tap_left {
        background-color: #FFAB00;
        text-align: right;
        float: left;
        width: 50%
    }

    #tel-tap .tel-tap_right {
        background-color: #59C810;
        text-align: left;
        float: left;
        width: 50%
    }

}

/*SP用*/
@media (max-width: 749px) {
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube .y-text{
	width:90%;
	margin:20px auto;
}
.youtube .y-text b{
	display:block;
	background-color:#16447A;
	font-weight:bold !important;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
}

.youtube .y-text p{
	margin-top:10px;
}

    #tel-tap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 11
    }

    #tel-tap .tel-tap_left {
        background-color: #FFAB00;
        text-align: center;
        float: left;
        width: 50%
    }

    #tel-tap .tel-tap_right {
        background-color: #59C810;
        text-align: center;
        float: left;
        width: 50%
    }

}

.yakudachi{
    background: #d9eafb;
    border: #4c98e4 solid 5px;
    padding: 10px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
}
.yakudachi img{
    width: 100%;
    max-width: 300px;
}

.yakudachi h3{
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 0 10px;
    border-bottom: #fff solid 3px;
    color: #4c98e4;
}

.y-img_L{
float: left;
margin-right: 10px;
}
.y-img_R{
float: right;
margin-left: 10px;
}

#top_trub ul {
	margin: 0;
	padding: 0;
}
#top_trub ul li {
	display: block;
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#top_trub {
    background-image: url(../img/bg_trub.jpg);
    background-repeat: no-repeat;
    width: 960px;
    height: 430px;
    margin: 0 auto 30px auto;
    padding: 120px 12px 0px 12px;
}


.gosoudan_list {
margin-top: 50px;
}

.gosoudan_list h3{
text-align: center;
font-size: 30px;
color: #0097BD;
font-weight: bold;
border-bottom: dotted 2px #0097BD;
margin-bottom: 30px;
}

.gosoudan_list .gosoudan_list_sab{
float: left;
width: 50%;
height: 330px;
}
.gosoudan_list .gosoudan_list_sab img{
float: left;
margin-right: 10px;
margin-bottom: 200px;
border-radius:50%;
width: 120px;
}

.gosoudan_list .gosoudan_list_sab li:first-child{
font-weight: bold;
color: #377CD9;
font-size: 21px;
}


/*SP用*/
@media (max-width: 749px) {
.y-img_L, .y-img_R{
float: none;
width: 100%;
max-width: 100% !important;
margin: 0 0 10px;
}


#top_trub ul li {
	display: block;
	width: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#top_trub ul li img{
	width: 95%;
}

#top_trub {
    background-image: none;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
	margin-bottom: 30px;
	background-color: #FFF1C3;
	padding: 10px;
}

.gosoudan_list h3{
font-size: 22px;
margin-bottom: 30px;
padding-bottom: 15px;
}

.gosoudan_list .gosoudan_list_sab img{
float: left;
margin-right: 10px;
margin-bottom: 100px;
border-radius:50%;
width: 100px;
}

.gosoudan_list .gosoudan_list_sab{
float: left;
width: 100%;
height: auto;
font-size: 14px;
margin-bottom: 30px;
}

.gosoudan_list .gosoudan_list_sab li:first-child{
font-size: 18px;
}

}