@charset "utf-8";
@media screen and (max-width:750px){
/*--------------------------------------------
   サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック","YuGothic", "游ゴシック体","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	height:auto;
	color:#000;
	font-size: 14px;
	line-height:1.8;
	padding-bottom:16%;
}

a {
  text-decoration:none;
  color:#39a9de;
  display:inline-block;
  transition:0.3s;
}
.sheet_01 th,
.sheet_01 td{
	border:solid 1px #ccc;
	padding:10px;
	text-align:left;
	line-height:1.2
}
.sheet_01 th{
	background-color: #1b99b8;
	color:#fff;
}
.list_01 li{
	list-style:disc;
	margin-left:20px;	
}
.list_02 li{
	list-style:decimal;
	margin-left:20px;	
}
ol li{
	list-style:decimal;
	margin-left:20px	
}
table {
  width:100%;
}
.red {
  color: #c11;
}
.red01 {
  color: #B91C1D;
}
.gray01 {
  color: #666;
}
.gray02 {
  color: #333;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* ---- MOUSE OVER STYLE ---- */
.over {
  transition: 0.3s;
}
.ios .over:hover {
  opacity:1;
}
.ios .over:active {
  opacity:1;
}
.ios .over:link {
  opacity:1;
}
.ios .over:visited {
  opacity:1;
}
.ios .over::focus {
  opacity:1;
}

/*-WordPress投稿画面-*/

/*-画像位置-*/
img.alignright { display: block; margin: 0 0 0 auto; }/* 配置位置 右 */
img.alignleft { display: block; margin: 0 auto 0 0; }/* 配置位置 左 */
img.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */

.for_pc{
  display:none;
}
img{
  max-width:100%;
}
/*--------------------------------------------
  Header / ヘッダー
--------------------------------------------*/
#header {
  width:100%;
  border-bottom:solid #39a9de 5px;
}
#hdr_sp{
	position:relative;
}
#hdr_sp h1{
	font-size:8px;
	padding-left:5px;
	margin-top: 5px;
}
#hdr_logo a{
  width:70%;
  padding:0 0 10px 10px
}
#hdr_logo a img{
  height:45px;  
}
.under #breadcrumb{
	display:none;
}
/*--------------------------------------------
  Global Navigation / グローバルナビ
--------------------------------------------*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  width: 30px;
  height: 25px;
  right: 10px;
  top: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
#sp_nav nav {
  display: none;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: absolute;
}
#sp_nav nav ul li {
  border-bottom: 1px dashed #fff;
  line-height: 3;
  text-align: center;
  float: none;
  margin-left: 0 !important;
}
#sp_nav nav ul {
  float: none !important;
  background: #c9ccd0;
}
#sp_nav nav ul a {
  color: #000;
  font-weight:bold;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック","YuGothic", "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display:block;
}
#sp_nav nav ul li:last-child {
  border-bottom:none;
}

/*--------------------------------------------
  汎用スタイル　（画像ダウンロード防止用）
--------------------------------------------*/
.guard {
  display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/guard.png);
    z-index: 1000;
    position: absolute;
}
/*--------------------------------------------
  mainimge / メインイメージ
--------------------------------------------*/
/*--------------------------------------------
  Contents / コンテンツ大枠
--------------------------------------------*/
.under #cts_inner {
  padding:30px 10px 60px
}
.under  #main_cts {
	margin-bottom:30px;
}
#side_cts {

}
/*--------------------------------------------
  Main_cts / メインコンテンツ
--------------------------------------------*/
/*--------------------------------------------
  Side_cts / サイドコンテンツ
--------------------------------------------*/
#side_cts #company_info{
	display:none;
}
#side_cts #side_nav{
	display:none;
}
#side_cts #bnr_list li{
	margin-bottom: 20px;
}
#side_cts #bnr_list li:last-child{
	margin-bottom:0
}
/*--------------------------------------------
  Footer / フッター
--------------------------------------------*/
#footer .ftr_inner{
  width:100%;
  background:#c9ccd0;
  padding:20px;
  box-sizing:border-box;
}
#ftr_logo{
  color:#000;
  font-weight:bold;
}
#ftr_logo img{
	width:120px;
	vertical-align:bottom;
	margin-right:10px;
}
#ftr_address ul li{
	margin-bottom:3px;
}
#footer #copyright {
  text-align:center;
  background:#1b99b8;
  color:#fff;
  padding:10px;
  font-size:11px;
}
.totop{
	position:fixed;
	bottom:12%;
	right:20px;
}
.totop a{
    display: block;
    width: 35px;
    height: 35px;
    background-color: #2e3238;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 35px;
    opacity: 0.8;
}
#fixed_menu{
	position:fixed;
	bottom:0;
	left:0;
	padding:2%;
	background:#fff;
	width:100%;
	box-sizing:border-box
}
#fixed_menu li{
	float:left;
	width:49%;
	text-align:center;
}
#fixed_menu li:first-child{
	margin-right:2%;
}
#fixed_menu li img{
	width:100%;
}
}