@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;
}
.fBold{
	font-weight: bold;
}
/*
	---- PATAPATA WORKS CSS ----
*/
html {
	height:100%;
}
body {
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	height:100%;
	color:#000;
	background:#fff;
	line-height:150%;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 { 
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%; 
	font-weight: normal;
}
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;}

}




/* Webフォント */
.wf-mb101-b {
    font-weight: bold;
}

/* モーダル */
.l-trouble .modal-content {
    border-width: 4px;
}
.l-trouble .modal-content .table-bordered {
    border-width: 2px;
}
.l-trouble .modal-content .modal-header {
    border-bottom: none;
}
.l-trouble .modal-content .modal-footer {
    border-top: none;
}
.l-trouble .modal-content .table-bordered thead th {
    border-bottom-width: 1px;
    vertical-align: middle;
    text-align: center;
}
/* --primary */
.l-trouble .modal-primary .modal-content,
.l-trouble .modal-primary .modal-content .table-bordered,
.l-trouble .modal-primary .modal-content .table-bordered th,
.l-trouble .modal-primary .modal-content .table-bordered td {
    border-color: #4293eb;
}
.l-trouble .modal-primary .modal-content .table-bordered thead th,
.l-trouble .modal-primary .modal-title {
    color: #4293eb;
}
.l-trouble .modal-primary .modal-content .table-bordered thead th {
    background-color: rgba(66, 147, 235, 0.25);
}
.l-trouble .modal-primary .modal-content .table-bordered tbody > tr:nth-child(even) {
    background-color: rgba(66, 147, 235, 0.05);
}
/* --warning */
.l-trouble .modal-warning .modal-content,
.l-trouble .modal-warning .modal-content .table-bordered,
.l-trouble .modal-warning .modal-content .table-bordered th,
.l-trouble .modal-warning .modal-content .table-bordered td {
    border-color: #ec6f2d;
}
.l-trouble .modal-warning .modal-content .table-bordered thead th,
.l-trouble .modal-warning .modal-title {
    color: #ec6f2d;
}
.l-trouble .modal-warning .modal-content .table-bordered thead th {
    background-color: rgba(236, 111, 45, 0.25);
}
.l-trouble .modal-warning .modal-content .table-bordered tbody > tr:nth-child(even) {
    background-color: rgba(236, 111, 45, 0.05);
}
/* --green */
.l-trouble .modal-green .modal-content,
.l-trouble .modal-green .modal-content .table-bordered,
.l-trouble .modal-green .modal-content .table-bordered th,
.l-trouble .modal-green .modal-content .table-bordered td {
    border-color: #39b44a;
}
.l-trouble .modal-green .modal-content .table-bordered thead th,
.l-trouble .modal-green .modal-title {
    color: #39b44a;
}
.l-trouble .modal-green .modal-content .table-bordered thead th {
    background-color: rgba(57, 180, 74, 0.25);
}
.l-trouble .modal-green .modal-content .table-bordered tbody > tr:nth-child(even) {
    background-color: rgba(57, 180, 74, 0.05);
}
/* --pink */
.l-trouble .modal-pink .modal-content,
.l-trouble .modal-pink .modal-content .table-bordered,
.l-trouble .modal-pink .modal-content .table-bordered th,
.l-trouble .modal-pink .modal-content .table-bordered td {
    border-color: #ec1e79;
}
.l-trouble .modal-pink .modal-content .table-bordered thead th,
.l-trouble .modal-pink .modal-title {
    color: #ec1e79;
}
.l-trouble .modal-pink .modal-content .table-bordered thead th {
    background-color: rgba(236, 30, 121, 0.25);
}
.l-trouble .modal-pink .modal-content .table-bordered tbody > tr:nth-child(even) {
    background-color: rgba(236, 30, 121, 0.05);
}


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

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

h2.h2_tit{
	background-color: #0053d5;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
}



/* --------------------------------------
　* ヘッダー固定
--------------------------------------*/
/*PC用*/
@media (min-width: 768px) {
	h1{
	font-weight: bold !important; 
	}
	.logo{
	font-size:32px;
	padding-left:15px;
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	}
    .site-caption {
		color: #fff;
        position: fixed;
        max-width: 100%;
        height: 20px;
        z-index: 10000;
        width: 100%;
		top:0px;
		background-color: #0053d5;
    }
    .container.py-32 {
        max-width: 100%;
    }
    .bg-primary.rounded.text-white.text-center.wf-mb101-b.fz-24.lh-14.p-16.typesquare_option {
        pointer-events: none;
    }
	.header_box{
	position: fixed;
    z-index: 101;
    top: 20px;
    left: 0;
    max-width: 100%!important;
    background-color: #fff;
    border-bottom: 10px solid #0053d5;
	}
	.time_lavel{
	position: relative;
	width: 1080px;
	height: 22px;
	margin: 0 auto;
	}
	.time_lavel p{
	color: #fff;
    display: block;
	font-size: 26px;
	position: absolute;
    top: 40px;
    text-align: center;
    width: 1080px;
    margin: 0 auto;
	}
	.time_lavel p span{
		color: #faed05;
	}
	.header_contents{
		position: relative;
    overflow: hidden;
    background-color: #fff;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0px;
    height: 70px;
	display:flex;
	align-items:center;
	}
	.mainin_text {
    bottom: 80px!important;
	}
	.mainin_text-white{
		padding: 0px;
		color: #fff;
	}
}

/*SP用*/
@media (max-width: 767px) {
	h1{
		padding-left: 0px !important;
		font-weight: bold !important;
		font-family: 'Noto Sans JP', sans-serif !important;
	}
	.logo{
	font-size:20px;
	padding-left:5px;
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	}

	#tel-tap {
		position: fixed;
		bottom: 0;
		left: 0;

		width: 100%;
		text-align: center;
		z-index: 11;
    }
    #tel-tap .tel-tap_left {
		background-color: #FF9D01;
		text-align: center;
		float: left;
		width: 50%;
    }
    #tel-tap .tel-tap_right {
		background-color: #79d206;
		text-align: center;
		float: left;
		width: 50%;
    }
	#tel-tap img{
		width: 90%;
    }
	#copyright {
    position: fixed;
    bottom: 172px;
    left: 0;
}
	.mainin_text{
		position: absolute;
		bottom: 30px;
		z-index: 10;
		padding: 20px 10px;
		background-color: #0042D2;
		width: 100%;
	}
	.mainin_text-white{
		padding: 0 20px;
		color: #fff;
	    font-size: 0.6em;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	.site-caption {
    position: fixed;
    max-width: 100%;
    height: 20px;
    z-index: 1000000;
	font-size: 0.1em;
    width: 100%;
	padding-left: 5px;
	top:0px;
	background-color: #0053d5;
	}
	.container.py-32 {
    position: fixed;
    background: #fff;
    z-index: 10;
		border-bottom: 10px solid #037de9;
	}
	.header_box{
	position: fixed;
    z-index: 101;
    top: 20px;
    left: 0;
    max-width: 100%;
    background-color: #fff;
    border-bottom: 10px solid #0053d5;
	}
	.header_contents{
		position: relative;
    overflow: hidden;
    background-color: #fff;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    height: 60px;
	display:flex;
	align-items:center;
	}
	.time_lavel{
	position: relative;
	width: 100%;
	margin: 0 auto;
	}
	.time_lavel p{
	color: #fff;
    display: block;
	font-size: 12px;
	position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
	}
	.time_lavel p span{
	color: #faed05;
	}
}

/*
	---- ヘッダーハンバーガーメニュー --------
*/

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;
}
ul.accordion_ul{
	padding-left: 30px;	
}
/*
	---- ヘッダーLINEボタン------------
*/
.btnMail {
	background-color: #79d206;
    position: absolute;
    top: 0px;
    right: 70px;
    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-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:#79d206;
    position: absolute;
    top: 0px;
    right: 60px;
    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%);
	}
}

/*
	---- ヘッダーTELボタン------------
*/
.btnTel {
	background-color: #ff841f;
    position: absolute;
    top: 0px;
    right: 140px;
    width: 70px;
    height: 70px;
}
.btnTel p{
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	position: absolute;
  top: 70%;
  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:#ffc105;
		position: absolute;
		top: 0px;
		right: 120px;
		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%);
	}
}

/* ======================================================================

追記

====================================================================== */
h1{
	font-size:32px !important;
	font-weight: bold;
	padding-left:15px;
}
h1 a:visited {
    color: #3b67d1;
}
.wf-mb101-b.text-primary-dark.fz-14.mb-0.typesquare_option {
    text-align: center;
}
.tel-link.freedial.fz-30.typesquare_option {
    color: #f70404;
    filter: drop-shadow(0px 2px 1px #626262);
	font-weight: bold;
}
.btn-sm, .btn-group-sm > .btn {
    padding: .5rem 1.5rem;
    border-radius: .2rem;
    font-size: 1.2rem;
    line-height: 1.5;
}
.bg-primary.rounded.text-white.text-center.wf-mb101-b.fz-24.lh-14.p-16.typesquare_option {
    box-shadow: 0 5px 0 #aaaaaa;
    transition: 0.3s;
    display: block;
}
.bg-primary.rounded.text-white.text-center.wf-mb101-b.fz-24.lh-14.p-16.typesquare_option:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #aaaaaa;
}

.pb170{
	padding-bottom:170px;
}
.fa-chevron-up{
	padding-top: 10px;
}
@media (min-width: 768px) {
/*********PCで非表示*********/
.pcnone {
	display: none;
}
    #tel-tap {
		position: fixed;
		bottom: 0;
		left: 0;
		/*background-color: #FF9D01;*/
		height: 167px;
		width: 100%;
		text-align: center;
		z-index: 11;
    }
    #tel-tap .tel-tap_left {
		background-color: #FF9D01;
		text-align: right;
		float: left;
		width: 50%;
    }
    #tel-tap .tel-tap_right {
		background-color: #79d206;
		text-align: left;
		float: left;
		width: 50%;
    }
	#copyright {
    position: fixed;
    bottom: 172px;
    left: 0;
	}
}
@media screen and (max-width: 767px) {
/*********スマホで非表示*********/
.spnone {
	display: none;
	}	
}
@media (min-width: 992px) {
		.mainin_text{
		position: absolute;
		bottom: 22px;
		margin: 0 20px 0;
		z-index: 10;
  		letter-spacing: 0.05em;
		/*width: 1000px;*/
		padding: 0px 36px;
		font-size: 16px;
	}
}




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

.container {
	padding: 0px !important; 
}

/*サブタイトル*/
.text-subtit {
    color: #4293eb !important;
	line-height: 1.6;
	margin: 80px auto;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	padding-bottom: 80px;
}
.text-subtit02 {
	font-family: 'Noto Sans JP', sans-serif;
}
.fnoto {
	font-family: 'Noto Sans JP', sans-serif;
}
.neon {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #fff001));
    background: linear-gradient(transparent 50%, #fff001 0);
}
#tel{
	margin: 50px auto;
}
#menu2 .btn{
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
	/*サブタイトル*/
	.text-subtit {
	margin: 40px auto;
	padding-bottom: 40px;

	}
}
	







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

.LayoutSingle {
    -webkit-text-size-adjust: 100%;
    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;
    margin: auto;
    width: 1080px;
}
.price_box{
	border-color: #0053d5 !important;
	height: 100%;
	border-width: 6px!important;
	border-radius: 0 0 30px 30px !important;
}

@media (min-width: 768px) {
/*ここから新規*/

.price_tit{
	background-color: #0053d5;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 0px;
}
.price_tit span{
	color: #faed05;
}
.price_box .subtit{
	font-size: 24px;
	color: #fff;
	background-color: #0053d5;
	border-radius: 50px;
	padding: 10px 0;
	margin: 10px 20px;
	text-align: center;
}
.price_box .txt{
	color: #000;
	font-size: 24px;
	text-align: center;
	line-height: 75px;
}
.price_box .txt span{
	font-size: 60px;
	font-weight: bold;
}
}
@media (max-width: 767px) {
		.LayoutSingle {
		padding-top: 22px;
		width: 100%;
		}
/*ここから新規*/

.price_tit{
	background-color: #0053d5;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 0px;
}
.price_tit span{
	color: #faed05;
}
.price_box .subtit{
	font-size: 16px;
	color: #fff;
	background-color: #0053d5;
	border-radius: 30px;
	padding: 10px 0;
	margin: 10px 20px;
	text-align: center;
}
.price_box .txt{
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 75px;
	letter-spacing: 0.1px;
}
.price_box .txt span{
	font-size: 38px;
	font-weight: bold;
}
}








/* -----------------------------------------------
 * 施工事例スライダー
----------------------------------------------- */
.single-item .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1300px;
  background: #fff;
	border:none;
}
.single-item .card p {
  
}


/*施工事例ボックスデザイン*/
.pc6L {
    width: 50%;
    float: left;
}
.pc6L img {
	width:100%;
}
.clearfix {
    min-height: 1%;
}
.clearfix:after {
    content: " ";
    font-size: 0.1em;
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.clear {
    display: block;
    min-height: 1%;
}
.black_m {
    background-color: #4D4D4D;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #FFFFFF;
	font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.case_title .left {
    float: left;
}
.case_title .right {
    float: right;
}
.bg_light_b {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-color: #FAF3EC;
    margin-bottom: 15px;
}
.case_title {
    font-weight: bold;
    padding-right: 20px;
}
	.case_title .right {
    float: right;
}
	
.case_title .right span {
    margin-left: 10px;
    display: inline-block;
    background-color: #fff;
    color: #a5682c;
    line-height: 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 0 10px;
}
	.pc2L {
    width: 16.66%;
    float: left;
}
	.w90 {
    width: 90%;
}
	.pc10L {
    width: 83.33%;
    float: left;
}
/*PC用*/
@media screen and (min-width: 769px) {
	.card .jirei_box {
	border: 1px solid #cccccc;
    border-radius: 10px;
	height:1200px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
	margin: 20px;
    width: 97%;
		padding:30px;
		background-color:#fff;
	}
	
	.case_img_box .pc6L {
		width: 47%;
	}
	.b_a {
		color: #4D340F;
		text-align: center;
		padding-top: 5px;
		font-weight: bold;
	}
		.case_img_box .yajirusi {
		background: url(img/yajirusi.png) center center no-repeat;
		width: 37px;
		height: 296px;
			float:left;
	}
		.pb20 {
		padding-bottom: 20px !important;
	}
		.pt20 {
		padding-top: 20px !important;
	}	
	.youtube {
		width: 560px;
		margin: 0 auto 20px;
	}
	.copy{
		padding:0;
		color: #000;
		text-align: center;
		font-size: 80%;
    	font-weight: 400;
		margin: 0px auto;
	}
}
/*SP用*/
@media screen and (max-width: 768px){
	.card .jirei_box {
	border: 1px solid #cccccc;
    border-radius: 10px;
	height:1200px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
	margin: 20px;
    width: 92%;
}
.pc6L	img {
    max-width: 100%;
}
.case_term_div {
    margin: 30px 2% 0;
    padding: 3% 2%;
}
		.case_term_div .title {
    padding: 0 10px 8px 10px;
    border-bottom: 2px dashed #999999;
    font-weight: bold;
    font-size: 120%;
}
		.case_term {
    padding-top: 15px;
}
.case_mb {
    margin-bottom: 20px;
}		
	.jirei_box{
		padding:20px;
		background-color:#fff;
		margin-bottom:20px;
		width:100%;
	}
	.case_img_box {
    position: relative;
}
	.case_img_box .pc6L {
    width: 48%;
}
			.case_img_box .yajirusi {
    background: url(img/yajirusi.png) center center no-repeat;
    background-size: 80% auto;
    position: absolute;
    left: 48%;
    top: 30%;
    width: 4%;
    padding-top: 10%;
	float:left;
}
		.case_img_box .pc6L.after {
    float: right;
}
	.pc10L.case_comment {
    width: 80%;
    padding-right: 3%;
    padding-left: 3%;
}
	.case_img_box img {
    height: auto;
}
.youtube {
    margin: 0 auto 6%;
    width: 94%;
    position: relative;
    padding-bottom: 54%;
    height: 0;
    border: none;
    overflow: hidden;
}	
}


/* -----------------------------------------------
 * よくあるご質問
----------------------------------------------- */
.qa-list dl {
    position: relative;
    margin: 18px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding:14px 20px 14px 60px;
    font-weight: bold;
    background: #DDD;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
/*SP用*/
@media screen and (max-width: 767px) {
	 .qa-list dl {
		margin: 10px 0 0;
	}
	.qa-list dl:after {
		top: 20px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
	.qa-list dl dt {
		padding: 8px 16px 8px 50px;
		font-size: 12px;
	}
	.qa-list dl dt::before {
		font-size: 12px;
		top: 15px;
		left: 20px;
	}
	.qa-list dl dd::before {
		font-size: 12px;
		left: 20px;
		margin-top: 5px;
	}
	.qa-list dl dd {
		margin: 0;
		padding: 16px 16px 16px 50px;
		font-size: 12px;
	}
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}
}





