@charset "UTF-8";

html {
  /*font-size: 62.5%;*/
  overflow: auto;
}

body {
  line-height: 1.8;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  overflow-x: hidden;
}

ol,ul{list-style:none;}

blockquote,q{quotes:none;}

blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}

*,*:before,*:after{
    -webkit-box-sizing:border-box;box-sizing:border-box
}

/* fade */
.fadeinup {
  opacity : 0;
  transform: translateY(70px);
  /*margin-bottom: 70px;*/
  transition: 1s;
}
.fadeinleft {
  opacity : 0;
  transform: translateX(-70px);
  /*margin-bottom: 70px;*/
  transition: 1s;
}
.fadeinright {
  opacity : 0;
  transform: translateX(70px);
  /*margin-bottom: 70px;*/
  transition: 1s;
}

h2{
    font-family: helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
	line-height: 1.7;
    color: #f97709;
	text-align: center;
}

p.sub-title{
    font-size: 17px;
    font-weight: bold;
	text-align: center;
    margin-bottom: 30px;
}

#content {
    background-color: #f2e1c0;
}

/*.contentWrap {
  overflow: hidden;
}*/

.contentInner {
  max-width: 1000px;
  margin: auto;
  padding: 6em 20px;
}

.content-wrap {
    margin: 0 auto;
	padding: 4em;
    max-width: 100%;
    width: 100%;
	background-color: #ffffff;
	border-radius: 24px;
}

.col2-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    height: auto;
}
.col2-box-l {
    width: 50%;
    padding: 0 4% 0 0;
    box-sizing: border-box;
}
.col2-box-r {
    width: 50%;
    padding: 0 0 0 0;
    box-sizing: border-box;
}
.col2-box-l img{
    width: 100%;
}

@media screen and (max-width: 768px) {
	body {font-size: 12px;}

	h2{
		font-size: 24px;
	}

	p.sub-title{
		font-size: 15px;
		line-height: 1.9;
	}
	.col2-box-l {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	.col2-box-r {
		width: 100%;
		padding: 0;
	}
	.col2-box-l img{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.content-wrap {
		padding-left: 20px;
        padding-right: 20px;
	}
}

.text-c{
text-align: center;
}
.text-l{
text-align: left;
}

/* about */
.aboutInner {
	max-width: 1000px;
	margin: auto;
	padding: 5em 20px;
}

.aboutInner + .aboutInner {
  padding-top: 0;
}

#about-wrap {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
#about-wrap div.t-box{
	position: relative;
}
#about figure.pc {
    text-align: left;
}
#about figure.sp {
	display: none;
    text-align: left;
}

#about img {
    width: 80%;
	max-width: 100%;
    height: auto;
}
/*figure #about img {
    width: 50%;
	max-width: 100%;
	margin: 0 0 50px 50px;
    height: auto;
	float: right;
}*/
#about-wrap div.about {
	position: absolute;
	width: 610px;
	top: -7.6em;
    right: 0;
	border: 0px solid #333;
	padding: 4.0em;
	background-color:#ffffff;
	/*font-family:sans-serif;*/
	/*filter: drop-shadow(-10px 10px 10px rgba(0,0,0,0.3));*/
	box-shadow:10px 10px 10px rgba(0,0,0,0.2);
	z-index: 100;
	display:inline;
    border-radius: 24px;
}

span.ceo {
	text-align:right;
	display:block;
	margin-top:1em;
}

#about p:last-child {margin-bottom: 0px;}

@media screen and (max-width: 1170px) {
	.aboutInner {
		padding: 5em 50px 5em 50px;
	}
    #about-wrap div.about {
        width: 580px;
        padding: 3.0em;
    }
}

@media screen and (max-width: 1023px) {
	.aboutInner {
		padding: 5em 50px 0 50px;
	}
    #about figure.pc {
		display: none;
        text-align: center;
    }
    #about figure.sp {
		display: block;
        text-align: center;
    }
	#about img {
		width: 80%;
	}
	#about-wrap div.about {
		position: relative;
		width: 70%;
		top: -6em;
		display: block;
		margin: auto  !important;
		box-shadow:0px 10px 10px rgba(0,0,0,0.2);
	}
}
@media screen and (max-width: 767px) {
	.aboutInner {
		padding: 5em 50px;
	}
    #about-wrap img {
		display: block;
		width: 100%;
		max-width: 86%;
		margin: auto  !important;
		margin-bottom: 30px  !important;
    }
    #about-wrap div.about {
      position: inherit;
	  width: inherit;
	  top: inherit;
	  border: inherit;
	  padding: inherit;
	  background-color: #ffffff;
	  box-shadow: none;
    }
}
@media screen and (max-width: 480px) {
	.aboutInner {
		padding: 5em 20px;
	}
}

/* business*/
.businessInner {
	max-width: 1000px;
	margin: auto;
	padding: 5em 20px;
}
#business-wrap_01 {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
#business-wrap_01 div.t-box_01, #business-wrap_02 div.t-box_02 {
	position: relative;
    margin-bottom: 20px;
}
#business-wrap_01 figure.pc {
    text-align: right;
}
#business-wrap_02 figure.pc {
    text-align: left;
}
#business-wrap_01 figure.sp, #business-wrap_02 figure.sp {
	display: none;
}

#business-wrap_01 img.photo, #business-wrap_02 img.photo {
    width: 68%;
	max-width: 100%;
    height: auto;
}

#business-wrap_01 div.business_01, #business-wrap_02 div.business_02 {
	position: absolute;
	width: 500px;
	top: 8.5em;
	padding: 3.0em;
	opacity: 0.9;
	box-shadow:10px 10px 10px rgba(0,0,0,0.2);
	z-index: 100;
	display:inline;
    /*border: solid 5px #fff;*/
    border-radius: 24px;
}
#business-wrap_01 div.business_01 {
    left: 0;
	background-color:#e7317d;
}
#business-wrap_02 div.business_02 {
    right: 0;
	background-color:#00a3e2;
}

#business-wrap_01 h3, #business-wrap_02 h3{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 14px;
	line-height: 1;
}

#business-wrap_01 .b-btn a, #business-wrap_02 .b-btn a {
    position: relative;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    /*min-width: 344px;*/
    border-radius: 14px;
    height: 60px;
    line-height: 56px;
    padding: 0 25px;
    border: solid 2px #fff;
    font-size: 18px;
    width: 100%;
	transition: all 400ms cubic-bezier(0.07, 0.76, 0.44, 1);
}
#business-wrap_01 .b-btn a {
    color: #e7317d;
}
#business-wrap_02 .b-btn a {
    color: #00a3e2;
}
#business-wrap_01 .b-btn a:hover {
    border: solid 2px #fff;
    background: #e7317d;
    color: #fff;
}
#business-wrap_02 .b-btn a:hover {
    border: solid 2px #fff;
    background: #00a3e2;
    color: #fff;
}

#business-wrap_01 p.b-btn {
    margin-bottom: 0;
}

#business-wrap_01 .b-btn a:after, #business-wrap_02 .b-btn a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#business-wrap_01 .b-btn a:after {
    color: #e7317d;
}
#business-wrap_02 .b-btn a:after {
    color: #00a3e2;
}
#business-wrap_01 .b-btn a:hover:after, #business-wrap_02 .b-btn a:hover:after {
    color: #fff;
}
.b-btn a:before, .b-btn a:after {
    -webkit-transition: all 400ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 400ms cubic-bezier(0.07, 0.76, 0.44, 1);
    right: 16px;
    top: calc(50% - 28px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.t-box_01 .business_01 img.chara, .t-box_02 .business_02 img.chara {
    position: absolute;
    top: -8.2em;
    display: inline-block;
    width: 33%;
}
.t-box_01 .business_01 img.chara {left: 4em;}
.t-box_02 .business_02 img.chara {right: 4em;}

#business p.sub-title {margin-top: 0;}
/*#business p:last-child {margin-bottom: 0px;}*/

#business-wrap_01 p {margin-bottom: 50px;}

@media screen and (max-width: 1170px) {
    .contentInner {
		padding: 5em 50px;
	}
    #business-wrap_01 div.business_01, #business-wrap_02 div.business_02 {
        width: 470px;
        top: 6.7em;
    }
    .t-box_01 .business_01 img.chara, .t-box_02 .business_02 img.chara {
        top: -6.9em;
        width: 29%;
    }
    /*#business p {
        margin-top: 0;
    }*/
}

@media screen and (max-width: 1023px) {
    .content-wrap {
        padding: 4em 40px;
    }

    #business-wrap_01 figure.pc, #business-wrap_02 figure.pc {
		display: none;
        text-align: center;
    }
    #business-wrap_01 figure.sp, #business-wrap_02 figure.sp {
		display: block;
        text-align: center;
    }
	#business-wrap_01 img.photo, #business-wrap_02 img.photo {
		width: 90%;
	}
	#business-wrap_01 div.business_01, 	#business-wrap_02 div.business_02 {
		position: relative;
		width: 76%;
		top: -3.5em;
		display: block;
		margin: auto  !important;
		box-shadow:0px 10px 10px rgba(0,0,0,0.2);
	}
    #business-wrap_01 div.t-box_01, #business-wrap_02 div.t-box_02 {
        margin-bottom: 0;
    }
	#business-wrap_01 h3, #business-wrap_02 h3 {
		font-size: 36px;
		text-align: center;
	}
	.b-btn a:after {
    	font-size: 20px;
	}
    .t-box_01 .business_01 img.chara, .t-box_02 .business_02 img.chara {
        display: none;
    }
    /*#business p {
        margin-top: 0;
    }*/
}

@media screen and (max-width: 767px) {
    #business-wrap_01 img.photo, #business-wrap_02 img.photo {
		/*display: block;*/
		width: 100%;
		/*margin: auto  !important;
		margin-bottom: 30px  !important;*/
    }
    #business-wrap_01 div.business_01, #business-wrap_02 div.business_02 {
      	/*width: 400px;*/
      	width: 100%;
        padding: 2.6em;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        opacity: 1;
    }
	#business-wrap_01 h3, #business-wrap_02 h3 {
		font-size: 32px;
	}
}
@media screen and (max-width: 568px) {
    .content-wrap {
        padding: 3.8em 25px;
    }
	#business-wrap_01 .b-btn a, #business-wrap_02 .b-btn a {
    	padding: 0 15px;
    	font-size: 14px;
    	border-radius: 12px;	
	}
	#business-wrap_01 h3, #business-wrap_02 h3 {
		font-size: 28px;
	}
	#business-wrap_01 .b-btn a:after, #business-wrap_02 .b-btn a:after {
    	font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	#content .contentInner {
		padding: 5em 20px;
	}
	#business-wrap_01 div.business_01, #business-wrap_02 div.business_02 {
		padding: 1.7em;
		border-radius: 18px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
	}
	#business-wrap_01 p.b-btn a, #business-wrap_02 p.b-btn a {
    	padding: 0 10px;
    	border-radius: 12px;
	}
	#business-wrap_01 h3, #business-wrap_02 h3 {
		font-size: 26px;
	}
	#business-wrap_01 p.b-btn a:after, #business-wrap_02 p.b-btn a:after {
    	font-size: 16px;
	}
}
@media screen and (max-width: 414px) {
	#business-wrap_01 div.business_01, #business-wrap_02 div.business_02 {
		width: 100%;
        top: -2em;
	}
}
@media screen and (max-width: 320px) {
    .content-wrap {
        padding: 3.6em 20px;
    }
}

/* news */
#news-wrap {
    margin: 2em auto 0em;
    padding: 30px;
    max-width: 100%;
    width: 100%;
    background-color: #f5efe5;
    border-radius: 24px;
}

#news-wrap　ol, ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#news-wrap .arrow {
    position: relative;
    display: block;
    padding: 0 0 0 16px;
    color: #333;
    vertical-align: middle;
}

#news-wrap li {
    margin-bottom: 10px;
}
#news-wrap li:last-child {margin-bottom: 0px;}

#news-wrap li.arrow::before, li.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#news-wrap li.icon-01::before {
    content: "";
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #2ba4f8;
    border-right: 1px solid #2ba4f8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#news-wrap span {
    font-size: 12px;
    margin: 0 10px 4px 0px;
    font-weight: normal;
    text-decoration: none;
}

#news-wrap a {
    text-align: left;
    line-height: 20px;
    margin-right: 1px;
    margin-left: 1px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    text-decoration: underline;
    font-weight: bold;
    transition: opacity .2s ease-out;
}
#news-wrap a:hover {
    opacity: 0.6;
}

#news p {margin-bottom: 20px;}
#news p:last-child {margin-bottom: 0px;}

@media screen and (max-width: 768px) {
    #news-wrap span {display: block;}    
}

@media screen and (max-width: 480px) {
    #news-wrap {
        border-radius: 18px;
        padding: 20px;
    }
}

/* contact */
#contact {
	background:url(../img/contact-img_bg.jpg)  no-repeat center;
	background-size: cover;
}
#contact h2 {
    color: #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
}
#contact-wrap {
	color: #ffffff;
    margin: 2em auto;
    max-width: 100%;
    width: 100%;
	text-align: center !important;
}
/*#contact-wrap p{
	font-size: .9em;
}*/
a.arrow_btn {
	display: inline-block;
	position: relative;
	width: 380px;
	padding: 1.2em;
	margin-top: 1.2em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #f97709;
	border-radius: 18px;
	border:2px solid #ffffff;
	transition: transform ease .3s;
	line-height: 1.6;
    font-size: 20px;
    font-weight: bold;
}
.fa-arrow-circle-right:before {
    font-size: 20px;
}
a.arrow_btn-lineup {
	color: #333333;
}
a.arrow_btn:hover, a.arrow_btn-lineup{
	 cursor: pointer;
	 text-decoration: none;
}
a.arrow_btn span, a.arrow_btn-lineup span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}
a.arrow_btn:hover span, a.arrow_btn-lineup:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}
@media screen and (max-width: 768px){
    a.arrow_btn {
        width: 280px;
        border-radius: 14px;
        padding: 0.9em;
        font-size: 16px;
    }
    .fa-arrow-circle-right:before {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px){
    a.arrow_btn {
        width: 220px;
        border-radius: 12px;
        padding: 0.8em;
        font-size: 14px;
    }
    .fa-arrow-circle-right:before {
        font-size: 14px;
    }
}

/* footer */
footer img {
    width: 54%;
    max-width: 100%;
}
.main_wrapper {
    display: table;
    table-layout: fixed;
    width:100%;
    max-width: 1000px;
    padding: 5em 20px;
    margin: auto;
}

.main_wrapper > .container_one {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
.main_wrapper > .container_one:first-child { padding-left: 0; }
.main_wrapper > .container_one:last-child { padding-right: 0; }

/*-- 個別に調整 --*/
.left_container { width: 200px; }
.right_container { width: 550px; }

#footer {background-color: #f97709;}
.footer_content { width: 100%; }
.footer_content p{
    color: #ffffff;
    font-size:23px;
    font-weight:bold;
    line-height:1.2em;
}

.footer_content p span{
    display:block;
    font-weight: normal;
}

.footer_content p span.address{
    font-size:12px;
    line-height: 2.7;
}


p span.tel::before, p span.fax::before {
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    margin-right: 4px;
    font-size: 14px;
}
p span.tel::before {
    content: "\f095";
}
p span.fax::before {
    content: "\f1ac";
}
.footer_content p span.tel,.footer_content p span.fax{
    font-size:20px;
    letter-spacing: .04em;
    font-weight:bold;
    display: inline;
}
.footer_content p span.tel {
    margin-right: 18px;
}

.footer_content ul {
    /*text-align:right;*/
    display: flex;
    justify-content: flex-end;
}
.footer_content ul li {
	display: inline;
	/*float:left;*/
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ffffff;
	padding-top: 1x;
    padding-right: 12px;
    padding-bottom: 1px;
    padding-left: 12px;
}
.footer_content ul li:first-child {
    padding-left: 0;
}
.footer_content ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.footer_content ul li a {
	font-size:12px;
	color: #ffffff;
    text-decoration: none;
    transition: opacity .2s ease-out;
}
.footer_content ul li a:hover {
    opacity: 0.6;
}

.page-top {
    font-size: 15px;
    display: block;
    cursor: pointer;
    text-align: center;
    letter-spacing: .15em;
    color: #fff;
    background-color: #1e262d;
}

.page-top a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    transition: opacity .2s ease-out;
}
.page-top a:hover {
    opacity: 0.6;
}

.sns_box {
    padding:20px 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.sns_button {
    /*box-shadow: inset 0 0 0 2px #fff;*/
    border-radius: 100%;
    background-color: #fff;
    -moz-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    -webkit-transition: all 280ms ease;
    transition: all 280ms ease;
}
.sns_button a:hover {
    box-shadow: inset 0 0 0 0px #fff;
    border: solid 2px #fff;
    border-radius: 100%;
    background-color: #f97709;
}

.sns_button a {
    display: table-cell;
    width: 36px;
    height: 36px;
    color: #f97709;
    text-align: center;
    vertical-align: middle;
    -moz-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    -webkit-transition: all 280ms ease;
    transition: all 280ms ease;
}

.sns_button i {
    font-size: 20px;
    vertical-align: middle;
}

.sns_button:hover {
    box-shadow: inset 0 0 0 22px #fff;
}

.sns_button + .sns_button {
    margin: 0 0 0 12px;
}

.twitter:hover a, .facebook:hover a, .line:hover a{
    color: #fff;   
}

/*.twitter:hover a {
    color: #1B95E0;
}

.facebook:hover a {
    color: #3B5999;
}

.line:hover a {
    color: #00B900;
}

.google:hover a {
    color: #dd4b39;
}

.instagram:hover a {
    color: #2b5c84;
}

.pocket:hover a {
    color: #EE4056;
}*/

.copyright {
    background-color: #f97709;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
    margin-bottom: 0px;
    border-top: solid 1px #fff;
}

small{
    font-size: 10px;
    font-style: normal;
    line-height: 20px;
}

/*-- 画面幅が小さい時は縦積み --*/
@media screen and (max-width: 1170px){
    .main_wrapper {
        padding: 5em 50px;
    }
}
@media (max-width: 1023px){
    footer img {width: 240px;}
	.main_wrapper { display: block; }
	.main_wrapper > .container_one {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 1.5em;
    }
    .main_wrapper > .container_one:last-child { margin-bottom: 0; }
	.footer_content p{ text-align:center; }
	.footer_content ul { justify-content: center; }
	.footer_content ul li, .footer_content ul li:last-child {
		/*float: none;*/
		display: inline-block;
		margin-bottom:0.5em;
    }
    .sns_box {
        padding:20px 0 0;
        top: 0;
        bottom: 0;
        justify-content: center;
    }
}

@media (max-width: 768px){
    footer img {width: 210px;}
    .right_container {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ffffff;
    }
	.footer_content ul { display: none; }
    .footer_content ul { margin-top: 1.5em;}
	.footer_content ul address {
	    font-size: 9px;
	}
    .footer_content p {
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
    }
}

@media screen and (max-width: 480px) {
    footer img {width: 190px;}
    .main_wrapper { padding: 4em 20px; }
    .footer_content p span.tel{
        font-size:18px;
    }
    .footer_content p span.fax{
        display: block;
        margin:.6em 0 0em 0;
        font-size:12px;
    }
    .footer_content p span.tel {
        margin: 0;
    }
    p span.tel::before, p span.fax::before {
        margin-right: 4px;
    }
    p span.tel::before {
        font-size: 14px;
    }
    p span.fax::before {;
        font-size: 12px;
    }
}

/* コンテンツの見出しの種類 */
/*.f-white { color: #FFFFFF;}*/
.c-blue {color: #3377ff;}

div.t-h2 {
	width: 100%;
	height: calc(60vh);
	display: flex;
	align-items: center;
	justify-content: flex-start;
    padding-top: 9em;
}
div.t-h2 {
    background-color: #ccc;
	background-position:center center;
	background-size: cover;
}

div.t-h2 div.inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

div.t-h2 h2{
	color: #fff;
	font-size: 40px;
	padding: 1.5em 50px;
	line-height: 1.5;
	font-weight: bold;
	/*text-align: left;*/
	text-shadow: 1px 1px 1px #000;
}
div.t-h2 h2 span{
	font-size: 14px;
	font-weight: bold;
	display:block;
	/*padding: 0 45px;*/
	/*position: relative;*/
}
div.t-h2 h2 span:before, div.t-h2 h2 span:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-bottom: 4px;
	/*position: absolute;*/
}
@media screen and (max-width: 1023px) {
    /*div.t-h2 h2 {
        text-align: center;
    }*/
}
@media screen and (max-width: 768px) {
    div.t-h2 {
        height: calc(50vh);
        justify-content: center;
        padding-top: 8.0em;
    }
    div.t-h2 h2{
        font-size: 36px;
        text-align: center;
    }
    div.t-h2 h2 span{
        font-size: 13px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    div.t-h2 {
        height: calc(40vh);
        padding-top: 6.0em;
    }
    div.t-h2 h2{
        font-size: 26px;
        line-height: 1.3;
    }
    div.t-h2 h2 span{
        font-size: 12px;
        padding: 15px;
    }
}
@media screen and (max-width: 480px) {
    div.t-h2 h2{
        font-size: 22px;
        line-height: 1.2;
    }
}

.Ttl-fs25 {
	font-size: 25px;
	text-align: center;
	position: relative;
}
.Ttl-fs25::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 40px;
    margin: auto ;
    border-bottom: 3px solid #ff0000;
}
@media screen and (max-width: 568px) {
    .Ttl-fs25 {
        font-size: 20px;
    }
}

.Ttl-fs20 {
    width: 100%;
    font-size: 20px;
    /*line-height: 1.5;*/
}
@media screen and (max-width: 768px) {
    .Ttl-fs20 {
        font-size: 18px;
        /*border-radius: 16px;*/
    }
}
@media screen and (max-width: 320px) {
    .Ttl-fs20 {
        font-size: 16px;
    }
}

.Ttl-border-01 {
    color: #f97709;
    border: solid 3px #f97709;
    /*background-color: #f97709;*/
    padding: 0.4em;
    border-radius: 18px;
    text-align: center;   
}
@media screen and (max-width: 768px) {
    .Ttl-border-01 {
        border-radius: 16px;
    }
}
@media screen and (max-width: 320px) {
    .Ttl-border-01 {
        border-radius: 14px;
    }
}

.Ttl-border-02 {
    /*color: #f97709;*/
    border-bottom: solid 3px #f97709;
    text-align: left;
    padding-bottom: 6px;
}

/*h3 {letter-spacing: .04em;}*/
/*h4 {letter-spacing: .04em;}*/
/*h5 {letter-spacing: .04em;}*/

.Ttl-fs18{
	font-size: 18px;
	margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
    .Ttl-fs18 {
        font-size: 16px;
    }
}
@media screen and (max-width: 320px) {
    .Ttl-fs18 {
        font-size: 14px;
    }
}

.Ttl-privacy {
	font-size: 21px;
	text-align: center;
	margin-bottom: 10px;	
}
@media screen and (max-width: 768px) {
    .Ttl-privacy {
        font-size: 18px;
    }
}
@media screen and (max-width: 320px) {
    .Ttl-privacy {
        font-size: 16px;
    }
}

/*.Ttl-fs21{
	font-size: 21px;
	background: linear-gradient(transparent 95%, #F99 95%);
	text-align: left;
	margin-bottom: 20px;
}
@media screen and (max-width: 568px) {
    .Ttl-fs21 {
        font-size: 18px;
    }
}*/

.content_common-wrap {
    margin: 3em auto;
    max-width: 100%;
    width: 100%;
	text-align: left;
}

/* pankuzu_list */
#pankuzu {
    background-color: #f97709;*/
	border-bottom: 1px solid #ff0000;*/
}
#pankuzu ul.pankuzu-list {
	margin: 0 auto;
    max-width: 90%;
    width: 1000px;
    color: #fff;
    padding: 0.8em 0.8em 0.8em 0.8em;
	list-style: none;
}
#pankuzu ul li {
    display: inline-block;
    letter-spacing: normal;
	/*font-size: 12px;*/
}
#pankuzu ul li::after {
    content: "/";
    display: inline-block;
    padding: 0 1rem;
    /*font-size: 10px;*/
}
#pankuzu ul li:last-child::after {
    content: none;
}
#pankuzu ul li a{
	/*font-size: 12px;*/
    color: #fff;
}
#pankuzu ul li a:hover {
	color:#F0E475;
}

/* amusement.html */
#c-amusement div.t-h2 {
	background-image: url(../img/amusement-main_bg.jpg);
}

figure.amusement-img img{
    max-width: 100%;
    border: solid 1px #fff;
    border-radius: 18px;
}
@media all and (min-width: 768px) {
    figure.amusement-img img{
        border-radius: 22px;
    }
}

.lineup-inner {
    /*background: #a89164;*/
    /*border: 1px solid #a89164;*/
    border-radius: 1.4rem;
    /*padding: 0 20px;*/
    letter-spacing: -0.4em;
}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
.lineup-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
.lineup-wrap img {
    display: block;
    max-width: 70%;
    height: auto;
    margin: 0 auto;
}
@media all and (min-width: 480px) {
    .lineup-wrap img {
        max-width: 60%;
    }
}
@media all and (min-width: 768px) {
    .lineup-wrap img {
        max-width: 90%;
    }
}
.lineup-wrap .card-figure {
    margin: 0;
    padding: 0;
}
/* カードレイアウトのタイトル部分 */
.lineup-wrap .card-title {
    display: block;
    margin: 0.5em 0 0 0;
    color: #333;
    text-align: center;
    /*font-size: 14px;*/
}

.lineup-wrap .item-box {
    /*font-size: 11px;*/
    color: #000 !important;
    font-weight: bold;
    /*display: inline-block;*/
    display: block;
    margin: 0px 0 0 0;
    padding: 16px 2px 3px 2px;
    letter-spacing: 0em;
    line-height: 20px;
    text-align:center;
}

.lineup-wrap .item-name {
    background: #fff;
}
/*@media screen and (max-width: 568px) {
    .lineup-wrap .card-title {
        font-size: 12px;
    }
}*/
/* カードレイアウトの説明文部分 */
.lineup-wrap .card-text-tax {
    display: block;
    margin: 0;
    padding: 0em 0.5em 0.5em 0.5em;
    color: #818181;
    text-align: left;
    letter-spacing: .04em;
    line-height: 1.5
}
/* カードレイアウトを1カラムで配置 */
.lineup-wrap .card-list {
    margin: 0.5em auto;
    padding: 1em 1em 0 1em;
    width: 96%;
    background: #fff;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);*/
}
/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .lineup-wrap .card-list {
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}
/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .lineup-wrap .card-list {
        width: calc(96% / 3);  96%幅を3で割るという指定
    }
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    /*#lineup-wrap::after{
        content: "";
        margin: 0.5em auto;
        display: block;
        width: calc(96% / 3);
    }*/
}

.store-photo, .item-photo {
    display: block;
    /* position: relative; */
    width: 100px;
    float: left;
    margin-right: 20px;
}
.store-photo-image, .item-photo-image {
    width: 100px;
    border: solid 1px #fff;
    border-radius: 16px;
}
.store-text, .item-text {
    overflow: hidden;
}
.map-list > li, .item-list > li {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 35px;
    padding: 0 10px 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.map-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0 10px 0;
}
.item-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0 10px 0;
}

.map-list > li section, .item-list > li section {
    width: 500px;
}

.map-store_title, .item-name_title {
    font-size: 20px;
    /*font-size: 2rem;*/
    font-weight: bold;
}

.map-list address {
    margin: 5px;
}

address, caption, cite, code, dfn {
    font-style: normal;
    font-weight: normal;
}

.map-addressList {
    margin-left: 5px;
}

.midashiUnderLine::after {
    background: linear-gradient(to right, #5196d1 0, #5196d1 50%, #7ec26f 51%, #7ec26f 100%);
    content: "";
    width: 20px;
    height: 4px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.map-addressList .map-addressList-title {
    background: #3377ff;
    width: 75px;
    margin-right: 10px;
    padding: 5px 0 4px;
    border-radius: 5px;
    /*font-size: 1.2rem;*/
    color: #fff;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.map-addressList .map-addressList-text {
    /*width: calc(100% - 95px);*/
    width: calc(100% - 220px);
    line-height: 1.4;
    display: inline-block;
    vertical-align: text-top;
}

.map-list .btn-line, .item-list .btn-line {
    width: 250px;
    margin: 34px auto 0;
    text-align: center;
}

/*.map-list .btn-line a {
    padding: 12px 0 11px;
}*/

.btn-line-large a {
    font-weight: bold;
    text-indent: -15px;
}

.btn-line a {
    border: 1px solid #333;
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
}

.g-map a:hover, .m-item a:hover {
    background: #fff;
    color: #f97709;
}
.g-map a, .m-item a {
    display: block;
    width: 240px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
    border: 2px solid #f97709;
    border-radius: 16px;
    box-sizing: border-box;
    transition: background 0.3s;
    text-decoration: none;
    background: #f97709;
}

.g-map span, .m-item span {
    font-size: 16px;
}

.g-map a span.map-icon::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
    font-weight: 900;
}

.m-item a span.item-icon::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
    font-weight: 900;
}

div.btn--circle {
    width: 60px;
    height: 60px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    margin: auto;
}

div.btn--circle i {
    font-size: 150%;
    line-height: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: 0;
}
div.btn--circle:hover i {
    line-height: 55px;
}

@media screen and (max-width: 1023px){
    .map-list > li section, .item-list > li section {
        width: 100%;
    }
    .map-list .btn-line, .item-list .btn-line {
        margin: 10px auto 0;
        text-align: center;
    }
}
@media screen and (max-width: 768px){
    .store-photo, .item-photo {
        display: inline-block;
        /* position: relative; */
        width: 75px;
        float: left;
        margin-right: 20px;
    }
    .store-photo-image, .item-photo-image {
        width: 75px;
        border-radius: 14px;
    }
    .map-list > li, .item-list > li {
        border-bottom: 2px solid #ccc;
        margin-bottom: 25px;
        padding: 0 5px 25px;
        display: block;
    }
    .map-list > li section, .map-list > li p, .item-list > li section, .item-list > li p {
        width: 100%;
        position: relative;
    }
    .map-store-title, .item-name_title {
        font-size: 16px;
        /*font-size: 1.6rem;*/
    }
    .midashiUnderLine::after {
        width: 18px;
    }
    .map-addressList .map-addressList-title {
        width: 70px;
        font-size: 11px;
        /*font-size: 1.1rem;*/
    }
    .map-addressList .map-addressList-text {
        /*width: calc(100% - 90px);*/
        width: calc(100% - 130px);
    }
    .map-list .btn-line, .item-list .btn-line {
        width: 100%;
        max-width: 200px;
        margin: 20px auto 0;
    }
    .btn-line-large a {
        text-indent: -15px;
    }
    .g-map span, m-item span {
        font-size: 13px;
    }
    .g-map a, .m-item a {
        display: block;
        width: 100%;
        max-width: 250px;
        margin: auto;
        padding: 0 20px;
        font-weight: bold;
        line-height: 40px;
        border-radius: 14px;
    }
    .g-map a::before, .m-item a::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-size: contain;
    }
}
@media screen and (max-width: 480px){
    .store-photo, .item-photo {
        display: block;
        width: 70%;
        float: none;
        margin-right: 0;
        margin: 0 auto 16px;
    }
    .store-photo-image, .item-photo-image {
        width: 100%;

    }
    .map-addressList .map-addressList-text {
        /* width: calc(100% - 90px); */
        width: calc(100% - 90px);
    }
}

/* selling.html */
#c-selling div.t-h2 {
	background-image: url(../img/selling-main_bg.jpg);
}
.motive-inner {
    text-align: left;
    /* max-width: 90%; */
    margin: 0 auto;
    padding: 25px;
    background: #daf2fc;
    border: 2px solid #daf2fc;
    border-radius: 22px;
}
.Ttl-motive {
    font-size: 18px;
    margin-bottom: 6px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
.marker-line {
    background: linear-gradient(rgba(254,254,152,0) 30%,#ffff66 90%);
}
ul.motive-box {
    background: #fff;
    border: 2px solid #fff;
    padding: 20px;
    /*letter-spacing: -0.4em;*/
    border-radius: 18px;
}
ul.motive-box li.check-point {
    display: block;
    margin: 10px 0 0 0;
    /*letter-spacing: .04em;*/
    padding-left: 1.5em;
    padding-bottom: 0.5em;
    text-indent: -1.5em;
    border-bottom: 1px dashed #000;
    font-weight: bold;
}
ul.motive-box li.check-point:first-child {
    margin: 0 0 0 0;
}
ul.motive-box li.check-point span.check-icon::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
    font-weight: 900;
    color: #f97709;
}
@media screen and (max-width: 767px) {
    .motive-inner {
        border-radius: 18px;
    }
    .Ttl-motive {
        font-size: 16px;
    }
    .motive-inner ul.motive-box {
        border-radius: 14px;
    }
}
@media screen and (max-width: 568px) {
    .motive-inner {
        padding: 15px;
    }
    .motive-inner ul.motive-box {
        padding: 15px;
    }
}
@media screen and (max-width: 320px) {
    .Ttl-motive {
        font-size: 14px;
    }
}

/* company/index.html */
#c-company div.t-h2 {
	background-image: url(../img/company-main_bg.jpg);
}
div.iframe-company {
    position: relative;
    width: 100%;
    padding-bottom: 20%;
    padding-top: 14%;
    margin-top: 5px;
    margin-bottom: 0px;
}
div.iframe-company iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* contact/index.html */
#c-contact div.t-h2 {
    background-image: url(../img/contact-main_bg.jpg);
}

/* company/index.html */
/* contact/index.html */
p#text_default,p#text_confirm,p#text_thanks {
	text-align: center;
}

form#mail-form, div#company-prof, div.service-wrap {
	margin: 0;
	padding: 0;
}

/*form#mail-form, div#company-prof, div.service-wrap {
	width: 100%;
	margin: 20px auto;
	padding: 2em 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	line-height: 1.8;
}*/

form#mail-form dl, div#company-prof dl, div.service-wrap div.service-inner {
	margin: 0 auto;
	overflow: hidden;
}

form#mail-form dl {
    border-bottom: solid 1px #cccccc;
}

form#mail-form dl dt, div#company-prof dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
	font-weight: bold;
}

form#mail-form dl dd, div#company-prof dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}
div#company-prof dl dd:last-child {
	padding: 15px 0 0 5%;
}

@media screen and (max-width: 768px) {
    form#mail-form dl dd, div#company-prof dl dd {
        padding: 0px 0 15px 5%;
    }
    div#company-prof dl dd:last-child {
        padding: 0 0 0 5%;
    }
}

form#mail-form dl dd span.kakunin, div#company-prof dl dd p{
	/*font-size: 16px;*/
}
p.tel-number a{
    color:#333 !important;
}


form#mail-form dl dt:first-child,
form#mail-form dl dt:first-child + dd {
	border: none;
}

div#company-prof dl dt:first-child,
div#company-prof dl dt:first-child + dd {
	border: none;
} 

form#mail-form dl dt span, div#company-prof dl dt span {
	display: block;
	font-size: 9px;
	color: #3377ff;
}

div#company-prof ul, ol {
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

div#company-prof ul.list, ol.list {
    margin: 0 0 0 25px;
}

div#company-prof li.list {
	/*font-size: 16px;*/
	list-style: disc;
}

span.error_blank {
	font-size: 11px;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail-form dl dt span.required,
form#mail-form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 2px 5px;
	border-radius: 3px;
}

form#mail-form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form#mail-form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

form#mail-form dl dd span.error_blank,
form#mail-form dl dd span.error_format,
form#mail-form dl dd span.error_match,
form#mail-form span.error_blank {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail-form input[type="text"],
form#mail-form input[type="email"],
form#mail-form input[type="tel"] {
	max-width: 90%;
	padding: 4px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	/*font-size: 100%;*/
	/*font-family: inherit;*/
	margin-top: 0;
}

form#mail-form input[type="text"]:focus,
form#mail-form input[type="email"]:focus,
form#mail-form input[type="tel"]:focus,
form#mail-form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#mail-form ul li input[type="radio"],
form#mail-form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail-form ul li:first-child input[type="radio"],
form#mail-form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail-form select {
	/*font-size: 100%;*/
	font-family: inherit;
	margin-top: 10px;
}

form#mail-form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	/*font-size: 100%;*/
	font-family: inherit;
}


form#mail-form ul {
	list-style-type: none;
}

form#mail-form ul li label:hover {
	cursor: pointer;
}

form#mail-form ul.privacy_list {
	list-style-type: decimal;
}
ul.privacy_list li {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 0px;
    margin: 0 0 0 20px;
}

div#privacy .inlineframe {
	background-color: #FFFFFF;
    height: 260px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 20px 0px 20px 0px;
	padding-right: 20px;
}
div#privacy .inlineframe::-webkit-scrollbar-thumb {
    background: #f97709;
}
div#privacy .inlineframe::-webkit-scrollbar-track {
    background: #ffc4a0;
}
div#privacy .inlineframe::-webkit-scrollbar {
    height: 10px;
}
div#privacy ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
div#privacy ::-webkit-scrollbar-thumb {
    border-radius: 1em;
}
div#privacy ::-webkit-scrollbar-track {
    border-radius: 1em;
    background: transparent;
}

form#mail-form input#company {
	width: 60%;
}

form#mail-form input#name_1,
form#mail-form input#name_2,
form#mail-form input#read_1,
form#mail-form input#read_2,
form#mail-form input#postal,
form#mail-form input#phone,
form#mail-form input#schedule {
	width: 30%;
}

form#mail-form input#mail_address,
form#mail-form input#mail_address_c {
	width: 80%;
}

span#space + a {
	display: inline-block;
	padding: 0px 10px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	/*font-size: 100%;*/
	color: #ffffff;
	text-decoration: none;
}

span#space + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail-form input#address {
	width: 90%;
}


form#mail-form p#form_button, form#mail-form div#privacy {
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 0;
	/*border-top: 1px solid #cccccc;*/
}

form#mail-form input[type="button"], form#mail-form input[type="submit"] {
	padding: 7px 20px;
	border: 1px solid #66736e;
	border-radius: 3px;
	background: #737f7a;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail-form input[type="button"]:hover {
	cursor: pointer;
	background: #58635e;
	border: 1px solid #4d5854;
}

form#mail-form div.center {
    text-align: center;
}







/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 960pixel start */
@media screen and ( max-width: 960px ) {

    /*form#mail-form, div#company-prof, div.service-wrap div.service-inner {
        width: 100%;
        font-size: 100%;
    }*/

    form#mail-form dl, div#company-prof dl {
        overflow: visible;
    }

    form#mail-form dl dt, div#company-prof dl dt {
        width: auto;
        float: none;
        text-align: left;
        padding: 15px 0 5px;
    }

    form#mail-form dl dd, div#company-prof dl dd {
        width: auto;
        float: none;
        border-top: none;
        /*padding: 0px 0 20px 0px;*/
    }

    /*div#company-prof dl dd:last-child {
        padding: 0px 0 0px 5%;
    }*/

    form#mail-form dl dt span, div#company-prof dl dt span {
        font-weight: bold;
    }

    div#company-prof ul, ol {
        margin: 0px 0 0px 0px;
        padding: 0;
    }


    /* -- for JavaScript ここから -------------------------------------------------------------------------------- */

    form#mail-form dl dt span.required,
    form#mail-form dl dt span.optional {
        margin-right: 1em;
        margin-bottom: 0em;
    }


    /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

    form#mail-form input[type="text"],
    form#mail-form input[type="email"],
    form#mail-form input[type="tel"] {
        margin-top: 0px;
    }

    form#mail-form input#postal + a {
        padding: 6px 15px 5px;
    }

    form#mail-form select {
        font-size: 16px;
        margin-top: 0;
    }

    form#mail-form input#phone,
    form#mail-form input#schedule {
        width: 50%;
    }

}
/* 960pixel end */

/* 768pixel start */
@media screen and ( max-width: 768px ) {
    form#mail-form dl dt span.required,
    form#mail-form dl dt span.optional {
        margin-right: 1em;
        margin-bottom: 1em;
    }
    /*form#mail-form dl dd span.kakunin, div#company-prof dl dd p{
        font-size: 12px;
    }
    div#company-prof ul li.list {
        font-size: 12px;
    }*/
}
/* 768pixel end */






/* デフォルト */
@media screen and (max-width: 768px) {
  body {
    /*line-height: 1.5;*/
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

br.pc {
  display: inline-block;
}
@media screen and (max-width: 568px) {
  br.pc {
    display: none !important;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 568px) {
  br.sp {
    display: inline-block !important;
  }
}

br.s_sp {
  display: none;
}
@media screen and (max-width: 360px) {
  br.s_sp {
    display: inline-block !important;
  }
}

@media screen and (max-width: 568px) {
  .titleWrap h2.title {
    padding: 0 15px;
  }
}