@media only screen and (max-width:730px){
#device { display:block;}
#device p.pc_btn { display:none;}
#device p.sp_btn {display:block; }
}

@media only screen and (max-width:700px){

body { min-width:400px; font-size:100%;}
#header, #content{ width:100%;}
#footer { width:auto; text-align:center; }

#wrapper { background:#FFF; border-top:none; }
.base { width:auto; margin:0 !important;}

.pc { display:none;}
.sm { display:block;}

#device p.pc_btn { display:block !important;}
#device p.sp_btn { display:none !important;}

/*====================================================================================================
  HEADER
====================================================================================================*/
#header { display:none; }


/*====================================================================================================
  CONTENT
====================================================================================================*/
#content {}


/*====================================================================================================
  FOOTER
====================================================================================================*/
#footer { margin-bottom: 50px; }
#footer .f_box { padding: 20px 0; }
#footer p.logo { float: none; margin: auto; }


/*====================================================================================================
  TOPPAGE 
====================================================================================================*/
#toppage {}

/* ABOUT */
#toppage .about { margin:0; padding:105px 0 50px; }
#toppage .about .catch { width:90%; margin:0 auto; text-align: left; }
#toppage .about .b_more { margin:45px 0; }

#toppage .about_list { width:90%; margin:0 auto; }
#toppage .about_list .box {
	float:none;
	width:100%;
	border:none;
	margin:6px 0;
	text-align:left;
	background:rgba(237, 231, 226, 0.2);
}
#toppage .about_list .box::after { display:block; clear:both; content:""; }
#toppage .about_list .box:nth-child(3n){ margin-right: 0;}
#toppage .about_list .box img { width:100%; height: auto; }
#toppage .about_list .box div { font-size:125%; }
#toppage .about_list .box div.photo { display:inline-block; vertical-align:middle; width:50%; }
#toppage .about_list .box div.come { display:inline-block; padding:0 0 0 20px; }
#toppage .about_list .box:hover { border:none; }
#toppage .about_list .box:hover div.come i { display:none; }


/* SERVICE */
#toppage .service .bg {}
#toppage .service .box { padding:10% 5%;}
#toppage .service .box .photo,
#toppage .service .box .comment { float:none !important; width:100% !important;}
#toppage .service .box .b_more { margin: auto; }

/* INFORMATION */
#toppage .info { padding:15% 5% 10%; }
#toppage .info .news { float:none; width:100%; font-size: 100%; }
#toppage .info .news dl { clear:both; padding:15px 20px; }
#toppage .info .news dl:nth-child(odd) { background:#fff; }
#toppage .info .news dl dt,
#toppage .info .news dl dd{ float:none; width: 100%; }
#toppage .info .news dl dt .cate{ display: inline-block; margin: 5px 5% 0; width: 120px; background:#d05334; color:#fff; text-align:center; }
#toppage .info .news dl dd{ margin-top: 10px;}
#toppage .info .news dl:nth-child(4),
#toppage .info .news dl:nth-child(5) { display: none; }

/* INITIATIVES */
#toppage .initiatives { width:90%; }
#toppage .initiatives .box { float:left; width:49%; margin: 0 2% 10px 0; }
#toppage .initiatives .box:nth-child(2n) { margin-right: 0;}
#toppage .initiatives .box:nth-child(3n) { margin-right: 2%;}
#toppage .initiatives .box:nth-child(6n) { margin-right: 0;}
#toppage .initiatives .box .photo { width:100%; }
#toppage .initiatives .box .photo img { width:100%; height: auto; }
#toppage .initiatives .box .come {
	font-size:100%;
	font-weight:normal;
	padding:20px;
}
#toppage .initiatives .b_more {
	width:100%;
	margin:0 auto;
	background:#D05334;
	text-align:center;
	border-radius:50px;
	clear:both;
	display:block;
}
#toppage .initiatives .b_more:hover { opacity:0.7; }
#toppage .initiatives .b_more a {
	text-decoration:none;
	display:block;
	color:#FFF;
	padding:20px 0;
	font-size:157%;
	font-weight:700;
}

/* GROUPLINK */
#toppage .grouplink { padding:50px 0;}
#toppage .grouplink ul { width:92%; }
#toppage .grouplink ul li { width: 47.25%; margin: 1%; }


/*====================================================================================================
  SUB PAGE
====================================================================================================*/
.pan { display: none;}

#subpage { 
    margin:0 5%;
    width:90%;
    box-sizing:border-box;
}

/* MIDASHI */
#subpage h3 { margin:0 2% 20px; font-size: 120%;}
#subpage h4.mid { margin:0 2% 20px; font-size: 110%;}
#subpage h4 { margin:0 2% 20px; font-size: 100%;}

/* CATCH COPY */
#subpage .catch { margin:0 2% 20px; font-size: 120%;}

/* COMMON */
#subpage .comment1 { margin:0 2% 20px;}
#subpage .comment2 { margin:0 2% 20px; padding:5%;}
#subpage .comment3 { margin:0 2% 20px; padding:5%;}

/* HYOU */
#subpage table.hyou { margin:0 2%; width:96%; table-layout:auto;}
#subpage table.hyou th,
#subpage table.hyou td{
	table-layout:auto !important;
	display:block !important;
	padding:5% !important;
	width:90% !important;
	height:auto !important;
}
#subpage table.pc_tit { display:none;}
#subpage table.hyou .sm_mid { display:block;}

/* 2RETU */
#subpage table.hyou2 td table {}
#subpage table.hyou2 td table th,
#subpage table.hyou2 td table td {
	display:table-cell !important;
	padding:5% !important;
	width:auto !important;
	height:auto !important;
}

/* 3RETU */
#subpage table.hyou3 { border-top:1px solid #DDD;}
#subpage table.hyou3+table.hyou3 { border-top:1px solid #DDD;}

/* 4RETU */
#subpage table.hyou4 {border-top:1px solid #DDD;}
#subpage table.hyou4+table.hyou4 { border-top:1px solid #DDD;}

/* 5RETU */
#subpage table.hyou5 { border-top:1px solid #DDD;}
#subpage table.hyou5+table.hyou5 { border-top:1px solid #DDD;}

/* FREE */
#subpage .pc_table { display:none;}
#subpage .sm_table { display:block;}
#subpage .sm_table table td { padding:5% !important;}
	
/* FREE2 */
#subpage table.free { margin:20px 2% 0; border-top:1px solid #DDD !important; border-bottom:1px solid #DDD !important;}
#subpage table.free td {
	table-layout:auto !important;
	display:block !important;
	padding:5% !important;
	width:90% !important;
	height:auto !important;
	border-bottom:none;
}
#subpage table.free td:last-child {border-bottom:none;}
#subpage table.free td div.sm {display:block !important; text-align:center; border-bottom:none !important /*1px solid #1F266C*/;}
#subpage table.free tr:nth-child(1) td:nth-child(1),
#subpage table.free tr:nth-child(1) td:nth-child(3) {border-bottom:1px dotted #DDD !important;}

/* FIX */
#subpage .fix_table {font-size:1vw;}
#subpage .fix_table table { padding: 0;}
#subpage .fix_table table th,
#subpage .fix_table table td { padding:2%;}

/* LIST */
#subpage ul.list-ul { margin:20px 2%;}

/* LINK */
#subpage .link2,
#subpage .link3,
#subpage .link4 {width:auto;}
#subpage .file2,
#subpage .file3,
#subpage .file4 {width:auto;}

/* EMBEDDED */
#subpage .embedded { margin:0 2% 20px;}
#subpage .embedded iframe { width: 100%; height: 300px;}

/* PHOTO BOX */
#subpage ul.photo_box { clear:none !important; float:none !important; margin:2%; width:96% !important; text-align:center;}
#subpage ul.g1 li,
#subpage ul.g2 li,
#subpage ul.g3 li,
#subpage ul.g4 li,
#subpage ul.g5 li{ margin:15px 0; width:100%; text-align:center;}
#subpage ul.g1 li.photo img,
#subpage ul.g2 li.photo img,
#subpage ul.g3 li.photo img,
#subpage ul.g4 li.photo img,
#subpage ul.g5 li.photo img { max-width:240px !important; height:auto !important;}

/* YOUTUBE */
#subpage .youtube {position: relative; width: 100%;}
#subpage .youtube iframe { width: 100% !important;  height: 100% !important;}

/* BOX */
#subpage .temple-box { margin:0 2%; width:96%;}
#subpage .temple-box:after { display:none;}
#subpage .box1,
#subpage .box2 { float:none;margin: 0 2% 20px; width:96%;}
#subpage .box1:after,
#subpage .box2:after { display:none;}
#subpage .box1 .catch { margin:0 0 20px !important;}
#subpage .box1 h4,
#subpage .box2 h4 { margin:10px 0; font-size:100%;}
#subpage .photo-c { float:none; padding:0; width:100%;}
#subpage .photo-c img { max-width:240px !important; height:auto !important; padding:0 0 20px;}
#subpage .photo-l,
#subpage .photo-r { float:none; padding:0; width:100%; text-align:center;}
#subpage .photo-l img,
#subpage .photo-r img { max-width:240px !important; height:auto !important; padding:0 0 20px;}

/* LINE */
#subpage .line {
	margin:0 2% 20px;
	height:50px;
	background-size:100% auto;
}

/* BUTTON */
#subpage .btn { float:none; margin:1% 2%;}
#subpage .b1,
#subpage .b2,
#subpage .b3 { width:auto;}

/* COLUMNBOX */
#subpage .column {}
#subpage .column:after { display:none;}
#subpage .column .col2 { float:none; margin: 2%; width: 96%;}
#subpage .column .col3 { float:none; margin: 2%; width: 96%;}

/* FLOW */
#subpage ul.flow_box {}
#subpage ul.flow_box:after { display:none;}
#subpage ul.flow_box li { float:none; width:96% !important;}
#subpage ul.flow_box li a:hover {}
#subpage .flow1+.flow1 { margin-top:30px;}
#subpage .flow1+.flow1:before { top:-30px;}
#subpage ul.flow_box li+li { margin-top:30px;}
#subpage ul.flow_box li+li:before {
	position:absolute;
	top:-30px;
	left:0;
	display:block;
	clear:both;
	content:"";
	width:100%;
	height:30px;
	background:url(../image/flow_bg_sm.png) no-repeat center center;
}
#subpage .flow1a+.flow1a {margin-top:30px;}
#subpage .flow1a+.flow1a:before { top:-30px; width:100%;}
#subpage .flow1a li+li { margin-top:5px !important; padding: 0 !important;}


/*====================================================================================================
  お客様事例
====================================================================================================*/
#customer {}
#customer .box { float:none; width:100%; margin:35px auto 0; }



/*====================================================================================================
  ニュース
====================================================================================================*/

#news { margin:50px 0; }
#news dl { clear:both; padding:20px 30px; }
#news dl::after { content:""; display:block; clear:both; }
#news dl dt { float:none; width: 100%; }
#news dl dd { float:none; margin-top: 10px; width: 100%; }

    

/*====================================================================================================
  PAGE TITLE
====================================================================================================*/

/*====================================================================================================
  PAGE TITLE
====================================================================================================*/

/*====================================================================================================
  PAGE TITLE
====================================================================================================*/
}
