@media only screen and (min-width: 641px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
a:hover img {
	opacity: 0.7;
}
.idx-link ul li:hover {
	background: rgba(255, 255, 255, 0.3);
}
.foot-top ul .btn a:hover {
	background: rgba(255, 255, 255, 0.3);
}
}

@media screen and (min-width:768px) and (max-width:1024px) {

	#wrapper { min-width: 768px; }
	#header h1 { padding: 10px 10px 5px; }
	#header .logo {
		width:96%;
		margin:0 auto;
	}
	#gnavi {margin-left: 20px;width: calc(100% - 230px);justify-content:  space-around;}
	#gnavi > li > a {
		font-size: 14px;
		margin-right: 35px;
	}
	.inner { width: 100%; margin: 0 auto; }
	#gnavi .has > a:after { right: -16px; }
	.p-contact a .big { font-size: 15px; }
	.h-menu .p-contact a {width: 230px;}
	.index .inner {width: 100%;}
	.index #mainvisual .wrap { left: 50%; }
	.idx-price ul {width: 94%;}
	.idx-price li { font-size: 16px; }
	.idx-price .number { letter-spacing:0; }
	.topic-path ul {
		width: 96%;
		margin: 0 auto;
	}
	.box01 { padding: 60px 10px 85px; }
	.box01 .items li { width: 22%; }
	.box01 .items .small {
		font-size: 12px;
		letter-spacing: 0;
	}
	.box01 .items .big {
		font-size: 16px;
		letter-spacing: 0;
	}
	.box02 .inner {
		width:96%;
		margin: 0 auto;
	}
	.box03 .wrap-txt {
		width: 96%;
		margin: 0 auto;
	}

	.under #main {
		width: 96%;
		margin:  0 auto;
	}
	.under #content {
		width: calc(100% - 240px);
		float: right;
	}
	.under .un_breakline {
		overflow: initial;
	}
	.under .list_images .image_box {
		width: 100%;
		position: relative;
	}
	.under .list_images .custom_ttl01 {
    	position: absolute;
		font-size: 20px;
	}
	.under .list_images .outer_ttl02 {
    	font-size: 24px;
	}
	.under-tbl {
		width: 100%;
		margin: 0 auto 30px;
	}
	.under .normal-frame {
		padding: 20px;
	}
	.under #navi {
		width: 200px;
		float: left;
	}
	.under .navi_list a {
		font-size:12px;
		letter-spacing:1px
	}
	.under .navi-box dt a {
		font-size: 16px;
		letter-spacing: 0;
	}
	.under-anchr li {
		width: 50%;
		margin: 0 10px;
	}
	.foot-top ul {
		width: 92%;
		margin: 0 auto;
	}
	.foot-top .txt-big {text-align:center;line-height: 1.6em;}
	.foot-top ul .btn { width: 260px; }
	.foot-top ul .txt { padding-left: 10px;	}
	.f-contact .inner {width: 96%; margin: 0 auto; }
	.f-contact .time li { font-size: 10px; }
	.f-menu .inner {width: 96%; margin: 0 auto; }
	.f-menu ul {margin-right: 5px;}
	.f-menu ul.last { margin-right: 0px; }
	.f-tel dt {font-size: 36px;}
	.under .f-mail{width: 28%; position: relative;}	
	.under .f-mail a {
    	width: 100%;
    	font-size: 15px;
    	padding-left: 40px;
  	}
	.under .f-mail a .f-mail-icon {
		position: absolute;
		left:10px;
		bottom:50%;
	}
 	.footer-call .inner {width:96%; margin:0 auto;}
	
}

@media only screen and (max-width: 640px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
#wrapper {
	min-width: 100%;
}
.index .inner, .box03 .wrap-txt {
	width: 100%;
}
.h-menu, .h-contact .time, .f-contact {
	display: none;
}
#header {
	padding: 0 10px;
	line-height: 1.5em;
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 100%;
}
#header h1 {
	text-align: left;
	line-height: 1.5em;
	padding: 10px 10px 5px 10px;
}
.h-contact {
	margin-bottom: 8px;
	padding: 0 10px;
}
.f-menu {
	display: none;
	margin: 0;
	width: 100%;
	background: rgba(36, 103, 161, 0.96);
	position: fixed;
	left: 0;
	z-index: 999;
	overflow: auto;
}
.f-menu .inner {
	display: block;
}
.f-menu ul li {
	margin: 0;
	padding: 0;
}
.f-menu ul .ttl {
	position: relative;
	padding: 20px 0 20px 40px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}
.f-menu ul li.ttl:before {
	display: block;
}
.f-menu ul li.ttl:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    top: 28px;
	right: 15px;
	-webkit-transition: all 0.4s ease; 
	transition: all 0.4s ease; 
}
.f-menu ul li.ttl.active:after {
	-webkit-transform: rotate(-180deg) ;
	transform: rotate(-180deg) ;
}

.f-menu ul li a {
	padding: 20px 0 20px 40px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.f-menu ul > li:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	left: 15px;
	top: 26px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.f-menu ul.last {
	margin: 0;
}
.f-menu .f-sub {
	display: none;
    position: relative;
    top: 20px;
    left: -40px;
    width: calc(100% + 40px);
    background: #8fbce2;
    margin-top: 0;
}
.f-menu .ttl.active .f-sub{
    margin-bottom: 20px;
}
.f-menu .f-sub a{
	color: #3E3A39;
	padding: 15px;
}
.f-menu .f-sub li:before{
	display: none;
    padding: 12px;
}
.f-menu ul .ttl.active{
	padding-bottom: 0;
	border-bottom: none;
}
.close-menu {
	text-align: center;
	background: #fff;
	color: #2467a1;
	font-size: 16px;
	padding: 20px;
	font-weight: bold;
}
.close-menu::before {
	content: 'x';
	position: relative;
	display: inline-block;
	margin-right: 10px;
	top: -2px;
}
.f-menu ul li a:hover {
	text-decoration: none;
}
.footer-note{
    margin-top: 30px;
    flex-direction: column;
    padding: 0 3%;
}
.footer-note li{
    font-size: 10px;
}
.footer-note li:first-child{
    margin-right: 0px;
    margin-bottom: 5px;
}
.under .foot-top{
    display: block;
}
.footer-call{
    padding: 30px 0 0;
}
.footer-call .inner{
    flex-direction: column;
    justify-content: center;
	border-bottom:1px solid white;
	padding-bottom: 30px;
}
.f-tel{
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}
.f-tel dt{
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 5px;
}
.f-tel dt a span{
    width: 8px;
    margin-top: -12px;
    margin-right: 10px;
}
.f-tel dd{
    color: #fff;
    font-size: 12px;
}
.under .f-mail a{
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 20px;
}
.under .f-mail a .f-mail-sml{
    margin-right: 0;
    letter-spacing: 0.1em;
}
/* MENU-ICON */
.menu-icon {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	padding: 7px 0 5px;
	z-index: 999;
	background: #2467a1;
	position: relative;
}
.menu-icon span {
	display: block;
	margin: 0;
	width: 31px;
	height: 2px;
	background-color: #ffffff;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	top: 24px;
	left: 10px;
	position: absolute;
}
.menu-icon span::after, .menu-icon span::before {
	display: block;
	content: '';
	position: absolute;
	width: 31px;
	height: 2px;
	background-color: #ffffff;
	-webkit-transition-property: margin, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0;
	-moz-transition-delay: 0.2s, 0;
	-ms-transition-delay: 0.2s, 0;
	-o-transition-delay: 0.2s, 0;
	transition-delay: 0.2s, 0;
}
.menu-icon span::before {
	margin-top: -14px;
}
.menu-icon span::after {
	margin-top: 14px;
}
.menu-icon.active span {
	background-color: transparent;
}
.menu-icon.active span::before, .menu-icon.active span::after {
	margin-top: 0px;
	-webkit-transition-delay: 0, 0.2s;
	-moz-transition-delay: 0, 0.2s;
	-ms-transition-delay: 0, 0.2s;
	-o-transition-delay: 0, 0.2s;
	transition-delay: 0, 0.2s;
}
.menu-icon.active span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.active span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*.index #mainvisual {
	height: 300px;
}*/
#slide_top_sp {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#slide_top_sp .single_slide, #slide_top_sp .single_slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#slide_top_sp .single_slide  {
    overflow: hidden;
    z-index: -2;
    position: absolute;
    width: 100%;
    min-width: 640px;
    height: 100%;
    background-size: 100%;
    background-position: center;
    transition-timing-function: linear;
}
#slide_top_sp .single_slide img {
    width: 120%;
	min-width: 100%;
    max-width: inherit;
}
.idx-price {
	margin-top: 0;
}
.index #mainvisual .wrap {
	width: auto;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mainvisual .txt-top, .index h2 {
	font-size: 14px;
}
.index h2 .big {
	font-size: 18px;
}
#mainvisual .txt-top .clr {
	font-size: 24px;
}
#mainvisual .circle {
	margin-left: 0;
	margin-bottom: 15px;
	-webkit-justify-content: center;
	justify-content: center;
}
#mainvisual .circle li {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin: 0 10px;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
}
.btn-main a {
	font-size: 14px;
	max-width: 200px;
}
.index h2 {
	text-shadow: 1px 1px 1px #000;
}
.index h2 .big i:before {
	width: 4px;
	height: 4px;
	left: 10px;
}
.idx-price ul {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.idx-price li {
	display: table;
	padding: 0 0 0 75px;
	margin: 20px auto;
	font-size: 18px;
}
.idx-price .number {
	font-size: 28px;
}
.idx-link ul, .box01 .items {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.idx-link ul li {
	width: 50%;
	border-bottom: 1px solid #7CA4C7;
}
.idx-link ul a {
	font-size: 14px;
}
.idx-link {
	margin-bottom: 30px;
}
.index h3 {
	font-size: 22px;
}
.box01 {
	padding: 0 10px;
}
.box01 .items li {
	width: 48%;
	margin-bottom: 20px;
}
.box01 .items .big {
	font-size: 16px;
}
.idx-btn a {
	font-size: 13px;
}
.box02 {
	padding: 30px 10px;
	margin-top: 15px;
}
.box02 .fl, .box02 .fr {
	float: none;
}
.box02 .fl {
	padding: 0 0 20px 0;
	border-right: none;
	border-bottom: 2px solid #DBDCDC;
	margin-bottom: 20px;
}
.box02 .fr {
	width: 100%;
	padding-left: 0;
}
.box02 .fl .ttl {
	margin-bottom: 10px;
}
.box02 .ov-list .date {
	margin-right: 20px;
}
.box03 {
	padding: 30px 10px;
	background: url(../images/box03_bg_sp.jpg) center bottom no-repeat;
	background-size: cover;
}
.box03 .list-btn, .foot-top ul {
	display: block;
}
.box03 .list-btn li {
	margin: 0 auto 20px;
}
.foot-top {
	padding: 20px 10px;
}
.foot-top .txt-big {
	padding-right: 0;
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	max-width: 100%;
}
/*.foot-top .txt-big:after {
	width: 100%;
	height: 1px;
	right: 0;
	top: initial;
	bottom: 0;
}*/
.foot-top ul .txt {
	max-width: 100%;
	padding-left: 0;
	margin-bottom: 5px;
}
.foot-top ul .btn {
	margin:0 auto 20px;
}
.copyright {
	margin-top: 0;
	line-height: 40px;
}
#totop {
	bottom: 26px;
	right: 10px;
	width: 35px;
}
/******************************Under*******************************/
.image-r, .image-l {
	text-align: center;
	margin: 0 auto 24px;
	float:none;
}
.section, section {
	margin-bottom: 25px;
}
.topic-path {
	margin-bottom: 37px;
}
.topic-path ul {
    width: 100%;
	padding: 13px 10px 11px;
}
.under #navi {
	display: none;
}
.under #main {
	padding-bottom: 59px;
}
.under #content {
	width: 100%;
	float: none;
	padding: 0 10px;
}
.inner {
	width: 100%;
}
.under #mainvisual {
	background-size: cover;
	height: 172px;
}
.under #main {
	width: 100%;
}
.under #mainvisual .inner {
	background: -webkit-linear-gradient(-20deg, #0004 70%, #0000 85%);
	background: linear-gradient(110deg, #0004 70%, #0000 85%);
	background-size: cover;
}
.under h2 {
	width: 100%;
	padding-left: 29px;
	font-size: 22px;
	text-shadow: 1px 1px 1px #000;
}
.under h3 {
	font-size: 19px;
	margin-bottom: 29px;
	padding-bottom: 15px;
}
.under h4 {
	font-size: 17px;
	margin-bottom: 20px;
}
.under h5 {
	font-size: 16px;
	margin-bottom: 25px;
}
.under-tbl {
	width: 100%;
}
.custom-tbl01 tr {
	display: flex;
	flex-wrap: wrap;
}
.custom-tbl01 tr td {
	width: 70%;
	border-right: none;
	border-bottom: none;
}
.custom-tbl01 tr th {
	width: 30%;
	border-right: none;
	border-bottom: none;
}
.custom-tbl01 .full_item {
	width: 100%;
	border: none;
	text-align: center;
}
.custom-tbl01 .tbl_cnt {
	width: 100%;
	border-bottom: 1px solid #b4b4b5;
}
.under .normal-frame {
	margin-bottom: 30px;
}
.under #content .under_ttl01 {
	font-size: 16px;
	padding-left: 15px;
}
.under #content .under_ttl01:before {
	top: 8px;
}
.under .news_img img {
	max-width: 100%;
}
.under .news_post span {
	width: auto;
	display: block;
}
.under .news_post a {
	max-width: 100%;
	padding: 0;
}
.under_cate {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.under_cate li {
	width: 48%;
	margin-right: 0;
}
.under_cate li:nth-child(-n+4) {
	margin-top: 15px;
}
.under_cate a {
	font-size: 14px;
	padding: 10px 5px;
}
.under_cate {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.under_cate li:nth-child(-n+4) {
	margin-top: 15px;
}
.under_cate {
	justify-content: space-between;
}
.under_cate li:nth-child(-n+4) {
	margin-top:10px;
}
.under_cate li {
	width: 49%;
	margin: 10px 0 0 0;
}
.under_cate li:nth-child(-n+2) {
	margin-top: 0;
}
.under_cate a {
	font-size:14px;
}
.under_qa dd .ans_icon, .under_qa dt .quest_icon {
	width: 60px;
}
.under_qa dd, .under_qa dt {
	padding: 10px 0 15px 72px;
}
.under-anchr{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.under-anchr li {
    width: 90%;
    margin: 0 0 20px;
}
.under-anchr li:last-child {
	margin-bottom: 0;
}
/**/
.under-anchr.col03-left li:nth-child(n){
	width: 90%;
	margin: 0 auto 20px;
}
.under-anchr.col03-left li:last-child{
	margin-bottom: 0;
}
.under-anchr.row02 li{
	width: 90%;
}
.under-bnr01 a{
	width: 100%;
	font-size: 20px;
	padding: 25px 5px;
	letter-spacing: 1px;
}
.tbl-col3-img img{
	max-width: 100%;
}
.main_txt p{
	padding: 0 20px;
}
.under .list_images{
	flex-wrap: wrap;
	justify-content: center;
}
.under .list_images .image_custom02{
	margin-right: 10%;
	margin-top: 20px;
}
.under .list_images .image_custom02:nth-child(3n+3){
	margin-right: 0;
}
.under .list_images .image_custom02:nth-child(-n+3){
	margin-top: 0;
}
.under .list_images.list_center{
	padding: 0 50px;
}
.under .list_images .image_custom01{
	margin:  0 0 20px;
}
.under .list_images .mr_20{
	margin-right: 0;
}
.under .main_txt p{
	padding: 0 10px;
}

/***fmail form***/

.under .fmail_tbl th,.under .fmail_tbl td{
	display: block;
	width: 100%;
	border-bottom: none;
	border-left: none;
	border-right: none;
	text-align: left;
}
.under .fmail_tbl tr:last-child td{
	border-bottom: 1px solid #b4b4b5;
}
.under .fmail_tbl input[type="text"]{
	display: block;
}
.under .fmail_tbl .postal_area input[type="text"] {
    display: initial;
}

.under .fmail_tbl .must_fill span{
	display: inline-block;
}
.under .fmail_tbl .must_fill span:after{
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.under .fmail_tbl .full_width{
	height: 150px;
}
.under .fmail_tbl .w_200 {
    width: 100%;
}
.under .fmail_tbl .w_350 {
    width: 100%;
}
.under .fmail_tbl .fmail_field {
    display: initial;
}
.under .checkarea li:nth-child(6) {
	position: relative;
    margin-top: 20px;
    top: initial;
    left: 0;
}
.under .checkarea li:last-child {
	position: relative;
    top: initial;
    left: 0;
}
}

 @media only screen and (max-width: 480px) {
.index #mainvisual .wrap {
	width: 100%;
	left: 0;
	padding: 10px;
}
.index h2 {
	display: inline-block;
}
#mainvisual .circle {
	-webkit-justify-content: center;
	justify-content: center;
}
#mainvisual .circle li {
	margin: 0 5px;
}
.under .voice_btn {
	width: 100%;
}
.under .voice_btn .voice_fullBtn {
	padding-top: 7px;
}
.under .voice_btn a {
	font-size: 16px;
}
.under #mainvisual {
	background: url("../images/under_bgSP.png") center/cover no-repeat;
}
#mainvisual .txt-top {
	text-shadow: 1px 1px 1px #000;
}
/**/
.under .list_images .image_custom02{
	margin: 20px 10% 0;
}
.under .list_images .image_custom02:nth-child(3n+3){
	margin-right: 10%;
}
.under .list_images .image_custom02:nth-child(2n+2){
	margin-left: 0;
}
.under .list_images .image_custom02:nth-child(-n+3){
	margin-top: 20px;
}
.under .list_images .image_custom02:nth-child(-n+2){
	margin-top: 0;
}
.under .list_images.list_center{
	padding: 0;
}
}
@media only screen and (max-width: 425px) {
#header .logo {
	max-width: 230px;
}
.logo span{
    display: none;
}
.menu-icon {
	width: 40px;
	height: 40px;
}
.menu-icon span {
	width: 25px;
	height: 2px;
	top: 18px;
	left: 8px;
}
.menu-icon span::after, .menu-icon span::before {
	width: 25px;
}
.menu-icon span::before {
	margin-top: -10px;
}
.menu-icon span::after {
	margin-top: 10px;
}
.under_cate a {
	font-size: 12px;
	padding: 10px 5px;
}
.under_cate li {
	width: 100%;
	margin: 0 0 10px 0;
}
.under_cate li:nth-child(-n+4) {
	margin-top: 0;
}
.under_qa dt .quest_ttl {
	padding: 10px 5px 0 5px;
}
.slider li {
	background: url(../images/idx_main.png) center no-repeat;
	background-size: cover;
	background-position: -520px;
}
/**/
.under .list_images .image_custom02{
	margin: 10px 6% 0 0;
}
.under .list_images .image_custom02:nth-child(3){
	margin-top: 10px;
}
.under .list_images .image_custom02:nth-child(3n+3){
	margin-right:6%;
}
.under .list_images .image_custom02:nth-child(2n+2){
	margin: 10px 0 0;
}
.under .list_images .image_custom02:nth-child(-n+2){
	margin-top: 0;
}
.under .list_images.list_center{
	padding: 0;
}

/***fmail form***/

.under .fmail_btn li{
	display: block;
	margin: 0 0 10px;	
}
.under .fmail_btn li:last-child{
	margin-bottom: 0;
}

}
@media only screen and (max-width: 375px) {
.under-bnr01 a{
	font-size: 14px;
}

}