﻿@charset "utf-8";



/* --------------------------------
--------------------------------

	* Contents
	
	1. Structure Frame
	2. Template Style

--------------------------------- */



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

	 1. Structure Frame
 
============================================================================================================*/

input[type="button"],
button,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #000;
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
}

input[type="button"],
button,
select {
  background: #efefef;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1.5rem;
}

select {
  line-height: 2;
  color: #333;
  box-shadow: none;
  padding: 0 24px 0 8px;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
  background-size: 16px 16px;
  cursor: pointer;
}


body {
    font-size: 12px;
    max-width: 640px;
    margin: 0 auto;
}

div#header {
	clear:both;
}


div#wrapper {
	text-align		: left;
	margin			: 0px auto;
	width			: 1000px;
}

#container {
	clear			: both;
}


#main_title{
    background-image:url(/images/main.jpg);
    //height: 310px;
    background-size: cover;
    padding: 0 0 6% 0;
}

#main_title.top_page {
    background-image: url(/images/fv_bg.png);
    padding: 10px 5%;
    background-size: 100%;margin: 15px 0;
}

.main_inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
padding-top: 6%;
}
.top_page .main_inner {
    //width: 1000px;
    margin: 0 auto;
    text-align: center;
padding-top: 10%;
}

.center{
    text-align: center;
}

#container .main_inner {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding-top: 0px;
}

.service_txt {
    margin: 20px 0 30px 0;
    font-size: 18px;
font-size: 2vmin !important;
}

.service ul li{
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.service ul li span{
    padding-right: 20px;
    width: 100px;
    display: block;
    float: left;
}

.service ul {
    border-top: 1px solid #CCC;
    padding-top: 15px;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.page_width{
        padding: 0px 15px;
}

.box_wrap{
	clear:both;
	overflow:hidden;
}

ul#bottom_area{
padding-bottom: 30px;
overflow: hidden;
}

h1{}

h2{}

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

	 2. Template Style
 
============================================================================================================*/

/*  header
-----------------------------------*/

header {
    clear: both;
    padding: 5px 0;
    background: #cbe7eb;
    border-top: 5px solid #66cdcc;
}

header #logo {
float: left;
    max-width: 300px;
    width: 60%;
}

header #logo img{
    width: 100%;
}

header #info {
    float: right;
    display: flex;
    justify-content: flex-end;
    max-width: 40%;margin-top: 3px;
}

header #info div {
    max-width: 25%;
}
header #info div img{
    width: 100%;
}

/* gmenu
-----------------------------------*/
#gmenu_outline{
overflow: hidden;
background-image: url(/images/menu_bg.jpg);
}

nav#gmenu{
	//background-image: url(/images/menu_bg.jpg);
	width:1000px;    margin: 0 auto;
}
nav#gmenu ul li{
    float: left;
    text-align: center;
    width: 160px;
    border-right: 1px solid #737373
}

nav#gmenu ul li a {
    color: #FFF;
    display: block;
    font-size: 15px;
    padding: 10px 0;
}

nav#gmenu ul li:hover{
opacity: 0.5;
filter: alpha(opacity=50);
}


	/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			position:relative;
			z-index:500; 
			/*margin:0 1px;*/
		}
		
		/* this is the parent menu */
		#nav li a {
		}

		#nav li a:hover {
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			//border: 1px solid #CCC;
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
		}
		
		#nav ul a:hover {
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}





/*  footer
-----------------------------------*/



#footer_banner{
    overflow: hidden;
    clear: both;
    padding: 35px 0px 0px 10px;
}

#footer_banner ul li {
    float: left;
    width: 240px;
    height: 90px;
    background: #CCC;
    margin-right: 10px;
    margin-bottom: 10px;
}

#footer_banner ul li:nth-child(4) {
    margin-right: 0px;
}
#footer_banner ul li:nth-child(8) {
    margin-right: 0px;
}
#footer_banner ul li:nth-child(12) {
    margin-right: 0px;
}

#copy{
    background: #ffffff;
    text-align: left;
    color: #FFF;
font-size: 1.5vmin !important;
}

#office_name{
    font-size: 14px;
}

footer {
    background: #ececec;
    padding: 15px 15px;    border-bottom: 20px solid #32b6b8;
}


#copy_inner{
margin: 0px auto;
    width: 1000px;
    overflow: hidden;
    padding: 5px 0;
    color: #323232;
}




#footer_logo {
    float: left;
}

#footer_txt {
text-align: left;
    color: #323232;
    margin: 15px 0;
    font-size: 14px;
    line-height: 30px;
font-size: 1.5vmin !important;
}

#totop{
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
}
#totop a{
    color: #000;
}

#footer_txt #link {
    font-size: 14px;
    margin-bottom: 20px;
}

header #meun_btn {
    float: right;
    display: none;
}



/****************/
/*TOPコンテンツ*/
/****************/

ul.max_content.first {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto 50px auto;
}

.second .first {
    font-size: 55px;
    padding: 15px 0;
    color: #5e0000;
    font-family: 'Noto Serif Japanese800', serif;
    font-size: 4vmin !important;
    text-align: center;
    display: block;
    padding: 0;
}
.second ul li{
float:left;
width:50%;    margin: 10px 0;
}
.second ul{
width:100%;
overflow:hidden;    margin: 10px 0 100px 0;

}

.first_title h2 {
margin: 0 auto;
    background: rgba(255, 255, 255, 0.78);
    width: 85%;
}

.first_title h2 .first{
    font-size: 55px;
    padding: 15px 0;
    color: #5e0000;
    font-family: 'Noto Serif Japanese800', serif;
font-size: 5.5vmin !important;
}

.first_title h2 span{
    font-size: 20px;
    font-weight: bold;
padding: 0 0 15px;
    display: block;
font-size: 2.2vmin !important;
}

ul.max_content li img{
width:100%;
//max-height:315px;
}

ul.max_content li{
float:left;
width:32.3333%;
}
ul.max_content li.first{
margin-right:1%;
}
ul.max_content li.second{
margin:0 0.5%;
}
ul.max_content li.third{
margin-left:1%;
}

ul.max_content{
overflow:hidden;
    max-width: 1400px;
    margin: 0 auto 100px auto;
}



.about ul li{
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.about ul li span{
    padding-right: 20px;
    width: 100px;
    display: block;
    float: left;
}

.about ul {
    border-top: 1px solid #CCC;
    padding-top: 15px;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}


ul.max_content.about li{
float:left;
width:19%;
}
ul.max_content.about li.first{
margin-right:1%;
}
ul.max_content.about li.second{
margin:0 0.5%;
}
ul.max_content.about li.third{
margin-left:1%;
}


.news{
overflow:hidden;
margin-bottom: 55px !important;
}

.news ul li{
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
font-size: 2vmin !important;
}
.news ul li span{
    padding-right: 20px;
    width: 100px;
    display: block;
    float: left;
}

.news ul {
    border-top: 1px solid #CCC;
    padding-top: 15px;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}


.pick ul{
    width: 680px;
    margin: 25px auto;
}
.pick ul li{
margin-bottom:30px;
}

a{
color:#287ce4;
}



/************************/
/* webfonts */
/************************/


@font-face {
font-family: 'Lato';
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese600';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese700';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese800';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese900';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
 }


/************************/
/* page-top */
/************************/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 35px;
    line-height: 20px;
}
#page-top a {
    background: #696969;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}



/************************/
/* レスポンシブ 960px以下 */
/************************/

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

.second .first {
    font-size: 55px;
    padding: 15px 0;
    color: #5e0000;
    font-family: 'Noto Serif Japanese800', serif;
    font-size: 3vmin !important;
    text-align: center;
    display: block;
    padding: 0;
}
.second ul li img{
    width: 100%;
}

.page_width {
}
nav#gmenu {
    width: auto;
    margin: 0 auto;
}
nav#gmenu ul li {
    float: left;
    text-align: center;
    width: 15%;
    border-right: 1px solid #737373;
}
nav#gmenu ul li a {
    color: #FFF;
    display: block;
    font-size: 11px;
    padding: 10px 0;
}
.main_inner {
    width: auto;
    margin: 0 auto;
    text-align: center;
padding-top: 6%;
}
#container .main_inner {
    width: auto;
    margin: 0 auto;
    text-align: left;
    padding-top: 0px;
    padding: 0 10px;
}
.first_title h2 .first {
    font-size: 45px;
    padding: 15px 0;
    color: #5e0000;
}
.first_title h2 span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px;
    display: block;
}
.first_title h2 {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.78);
    width: 100%;
}

.top_page .main_inner {
    margin: 0 auto;
    text-align: center;
    padding-top: 6%;
}



}


/************************/
/* レスポンシブ 690px以下 */
/************************/

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

ul.max_content.first {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto 30px auto;
}

.second .first {
    font-size: 55px;
    padding: 15px 0;
    color: #5e0000;
    font-family: 'Noto Serif Japanese800', serif;
    font-size: 3.5vmin !important;
    text-align: center;
    display: block;
    padding: 0;
}
.second ul {
    width: 85%;
    overflow: hidden;
    margin: 0 auto 50px;
}
.second ul li {
    float: none;
    width: 100%;
    margin: 10px 0;
}

#main_title {
    background-image: url(/images/main.jpg);
    //height: 200px;
    background-size: cover;
}
.main_inner {
    width: auto;
    margin: 0 auto;
    text-align: center;
    //padding-top: 45px;
padding-top: 6%;
}

#nav ul.sub_nav{
    //border: 1px solid #CCC;
    position: static;
    left: 0;
    display: block;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
}


nav#gmenu ul li a {
    color: #FFF;
    display: block;
    font-size: 16px;
    padding: 10px 0;
}


#gmenu_outline {
    overflow: hidden;
    background-image: url(/images/menu_bg.jpg);
    display: none;
}

.pick ul {
    width: 100%;
    margin: 25px auto;
}
.pick ul li {
    margin-bottom: 30px;
    width: 100%;
}
.pick ul li img{
    width: 100%;
}

ul.max_content {
    overflow: hidden;
    max-width: none;
    margin: 0 auto 35px auto;
    width: 70%;
}

ul.max_content li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

ul.max_content li.first {
    margin-right: 0;
}
ul.max_content li.second {
    margin: 0;    margin-bottom: 15px;
}
ul.max_content li.third {
    margin-left: 0;    margin-bottom: 15px;
}

ul.max_content.about li {
    float: none;
    width: 100%;
}



header #logo img{
    width: 100%;
}









header #meun_btn {
    float: right;
    display: block;
}



.menu {
display: block;
    position: absolute;
    z-index: 1000000;
    width: 200px;
    right: 0px;
    top: 77px;
}

.search_more a{
    color: #003686 !important;
    text-decoration: underline;
    padding: 10px 0 0 0 !important;
}

.menu li {
    float: none;
    background-color: #5f0101;
    color: #FFF;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

.menu li a {
    color: #FFF;
    display: block;
    padding: 12px 0;
}

#nav li {
    float: none;
    display: block;
    position: relative;
    z-index: 500;
    margin: 0 1px;
}
#footer_txt {
    text-align: left;
    color: #323232;
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 30px;
}

#copy_inner {
    margin: 0px auto;
    width: auto;
    overflow: hidden;
    padding: 5px;
    color: #323232;
}
.service ul li {
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
    padding-bottom: 5px;
font-size: 2vmin !important;
}
.service ul li span {
    padding-right: 20px;
    width: 100px;
    display: block;
    float: none;
    display: block;
}
.news ul li {
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.news ul li span {
    padding-right: 20px;
    width: 100px;
    display: block;
    float: none;
    display: block;
}

nav#gmenu ul li {
    float: none;
    text-align: center;
    width: 15%;
    border-right: 1px solid #737373;
    width: 100% !important;
    left: 0;
}

table.table01 td {
padding: 0 0 15px 0px;
    border-bottom: 1px solid #CCC;
    float: left;
    display: block;
    width: 100%;
}
table.table01 th {
font-weight: bold;
padding: 15px 0px 0 0;
    border-bottom: none;
    float: left;
    display: block;
    width: 100%;
}
#sub_menu_outline #sub_nav {
    position: relative;
    left: 0;
    float: none;
display: none;
}
#sub_menu_outline nav#gmenu ul li a {
    padding: 6px 0;
    /* background: #9a9a9a; */
    margin: 0;
    border-radius: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 10px;
    width: 100% !important;
    border-bottom: 1px solid #CCC;
}
#right_content {
    float: none;
    width: 100%;
}
#right_content .select ul li {
    padding: 3px 0px;
    float: left;
    margin-right: 15px;
}
#right_content .select ul{
    overflow: hidden;
}
.fixed {
    position: static;
    top: 0;
    width: 100%;
}
#left_content {
    float: left;
    width: 100%;
}
.page_counter {
    text-align: center;
    margin: 20px 0 15px 0;
    font-size: 18px;
}
.job_lists li h3 {
    font-size: 16px !important;
    border-top: #5e0000 3px solid;
    padding: 10px;
    background: #dedede;
}
.job_lists li h3 span {
    display: block;
    font-size: 14px !important;
}
ul.job_lists .fl_box .right_txt {
    float: right;
    width: 70%;
    font-size: 14px;
    line-height: 25px;
}
.first_title h2 .first {
    font-size: 34px;
    padding: 15px 0;
    color: #5e0000;
}
.side_navi h3 {
    padding-bottom: 5px;
    background-image: url(/images/side_search_icon.jpg);
    background-repeat: no-repeat;
    background-position: 30% 3px;
    font-size: 16px !important;
}
#nav ul.sub_nav li a {
    color: #FFF;
    display: block;
    padding: 10px 10px;
    text-align: left;
}

.menu #nav ul.sub_nav li {
    float: none;
    background-color: #311111;
    color: #FFF;
    border-bottom: 1px solid #CCC;
    text-align: center;
}




}



/************************/
/* レスポンシブ 390px以下 */
/************************/

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



#nav ul.sub_nav li a {
    color: #FFF;
    display: block;
    padding: 15px 0;
}

.side_navi h3 {
    padding-bottom: 5px;
    background-image: url(/images/side_search_icon.jpg);
    background-repeat: no-repeat;
    background-position: 23% 2px;
}

nav#gmenu ul li a {
    color: #FFF;
    display: block;
    font-size: 11px;
    padding: 10px 0;
}

.select select {
    font-size: 14px;
    padding: 1px;
    width: 100%;
}
.side_bg {
    background: #f0efef;
    color: #000;
    font-size: 14px;
    padding: 10px;
    text-align: left;
}


.side_title {
    background: #474747;
    font-size: 14px;
    padding: 1px 0;
}

.side_navi {
    background: #5e0000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    padding: 5px 0 0 0;
}



.about img{
width: 193px;
}

.service img{
width: 162px;
}
.service_txt {
    margin: 10px 0 15px 0;
    font-size: 14px;
}

#main_title {
    background-image: url(/images/main.jpg);
    //height: 110px;
    background-size: cover;
}
.first_title h2 .first {
    font-size: 20px;
    padding: 15px 0 0;
    color: #5e0000;
}
.first_title h2 span {
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 10px;
    display: block;
}
.main_inner {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

#nav ul.sub_nav li a {
    color: #FFF;
    display: block;
    padding: 10px 10px;
    text-align: left;    font-size: 11px;
}

.menu #nav ul.sub_nav li {
    float: none;
    background-color: #311111;
    color: #FFF;
    border-bottom: none;
    text-align: center;
    border-top: dotted 1px #6f4343;
}

ul.paginator span.prev, span.next a {
    text-decoration: none;
    width: 55px;
    padding: 2px 0px;
    border: 1px solid #5e0000;
    background: #f9efef;
}


}


















/*********メニュー関連*********/

#gnav ul li.ac ul {
    position: static;
    z-index: 999;
    top: 35%;
    left: 50%;
    transform: none;
    text-align: left;
    padding: 0px 0 20px 25px;    margin: 0;width: auto;
}
#gnav ul li.ac ul li{
}
#gnav ul li.ac ul li a{
width: 235px;
}


#gnav ul li.ac nav{ display: none; }

.nav-open {
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: transparent;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #FFF;
    margin: 0px 0 0px 15px;
    width: 275px;
}
.nav-open::before{/* 閉じている時 */
	content: "▼";
	position: absolute;
	right: 10px;top: 20px;
}

.nav-open_pre {
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: transparent;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #FFF;
    max-width: 270px;
    margin: 0 auto;
}
.nav-open.active::before{/* 開いている時 */
	content: "▲";
}
.nav-open_pre::before{/* 閉じている時 */
	content: "▼";
	position: absolute;
	right: 13%;
    top: 50%;
    translate: 0 -50%;
}
.nav-open_pre.active::before{/* 開いている時 */
	content: "▲";
}


/* ハンバーガーメニュー設定 */
/* 四角の部分 */
.openbtn {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: none;
}
.openbtn.active{
display:block;
}

/* ３本線 */
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background-color: #FFF;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
/* ×に変化 */
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* メニューのレイアウト */
nav ul {
  text-align: center;
  width: 100%;
}
nav ul li a {
    color: #333;
    padding: 10px 5px 10px 0px;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    width: 270px;
    margin: 0px 0 0px 15px;
}
#gnav ul {
    position: static;
    z-index: 999;
    top: 35%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    left: 0;
    margin-top: 50px;margin-bottom: 100px;
}
/* クラスが付与される前のレイアウト */
#gnav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 80%;
    height: 100vh;
    background-color: #32b6b8;
    transition: all 0.6s;
}
/* クラスが付与された後のレイアウト */
#gnav.list_active #gnav_list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#gnav.list_active {
  right: 0;
}

/*********メニュー関連*********/











/****************ADD*******************/



.input_box3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}




.buy_btn{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 15px;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
    border: none;    cursor: pointer;
}


.must_point .pt{
    display: block;
    float: right;
    background: #ff0066;
    padding: 2px 5px;
    width: 70px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;font-weight:bold;
}

.must_point{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}


.prebox .txt_box {
    min-height: 80px;
    margin-bottom: 10px;
}

.prepoint_ex {
    background: #ece4dc;
    border: 0;
    border-radius: 0;
    padding: 10px !important;
    font-size: 12px !important;
}
.prepoint_ex p {
    font-size: 14px !important;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.prepoint{
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    padding: 10px 15px !important;
}

.prepoint div.ponttxt{
float:left;
font-size:18px;
font-weight:bold;
}
.prepoint div.ponts{
float:right;
font-size:16px;
font-weight:bold;
}

.obi_pink{
    text-align: center;
    background: #ff679a;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;color:#FFF;
}

.obi_gray {
    text-align: center;
    background: #e4e4e4;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    color:#000;
}


.big20{
    font-size: 20px;
    font-weight: bold;
}
.big18{
    font-size: 18px;
    font-weight: bold;
}
.big16{
    font-size: 16px;
    font-weight: bold;
}
.big14{
    font-size: 14px;
    font-weight: bold;
}

.point-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    justify-items: center;
    margin-bottom: 20px;
    text-align: left;
}

.label {
    color: #f73adc;
    font-weight: bold;
    font-size: 18px;
    justify-self: start;
    white-space: nowrap;
}

.point-num {
    font-size: 43px;
    font-weight: bold;
    color: #000;
    margin-right: 4px;
}

.point-num.red {
    color: red;
}

.point-unit {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}




body.item_select footer{
margin-bottom: 150px;
}

.bold{font-weight:bold;}

.bottom_fixed_price {
    display: flex;
    background: #f9e992;
    padding: 7px;
width: auto;
    max-width: 640px;
}

.bottom_fixed_present {
    display: flex;
    justify-content: center;
    background: #f9e992;
    padding: 7px;
    width: auto;
}

.bottom_fixed_price div {
    width: 33%;
    border-right: 1px solid #ff9934;
    border-left: 1px solid #ff9934;
    padding: 0 5px;
}

.bottom_fixed_price .title {
    display: block;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 5px;
}
.bottom_fixed_price .num {
    display: block;
    text-align: right;
    width: auto;
}
.bottom_fixed_price .num span{
    font-weight:bold;
    color:#F00;
    font-size: 16px;
}
.bottom_fixed_price .num span.small{
    font-size: 12px;
}

.bottom_fixed_box .min_price{
    text-align: center;
    display: block;
    width: 75%;
    color: #F00;
    font-size: 11px;
}

.bottom_fixed_box {
    position: fixed;
    bottom: 0;
    background: #FFF;
    width: 100%;z-index: 10;    
border-top: 1px solid #5d5d5d;
max-width: 640px;
}

.bottom_fixed_menu {
    display: flex;
}
.bottom_fixed_menu .buy{
width:75%;
}
.bottom_fixed_menu .buy input {
    width: 70%;
    margin: 6px 0 2px 16px;
    color: #FFF;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}

.bottom_fixed_menu .menu_bottom{
width:20%;    text-align: center;margin-top: 5px;
max-width: 85px;
}
.bottom_fixed_menu .totop {
    width: 20%;
    text-align: center;margin-top: 5px;
max-width: 85px;
}
.bottom_fixed_menu img{
width:70%;
}

.info_img{
    width: 32px;
    vertical-align: text-bottom;
    padding-right: 1px;
}



.catalog_box .campaign_box_inner {
    background: #FFF;
    color: #000;
    padding: 10px;
    border-bottom: none;
}


.item_num {
    font-size: 16px;
    text-align: center;
    background: #f9f2d8;
    border-top: #CCC solid 1px;
    font-weight: bold;
}

.catalog_box{
    padding: 10px;
}
.catalog_title{
margin-top:20px;padding: 10px;
}

.readmore {
    position: relative;
    margin: 0px auto 0;
    padding: 0px 0px 40px;
}

.readmore-content {
  position: relative;
  height: 50px;
  transition: all .4s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all .4s;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
}

.readmore-content.is_open:before{
  display: none;
}

.readmore .more_btn {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0px;
    margin: 0 auto;
    width: 100px;
    padding: 3px 0;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    background-color: #c3c3c3;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    transition: all .4s;
    font-size: 14px;
}





.info_box .day{
    display: block;
    padding: 5px 0;
    color: #F00;
}

.info_box .limit_day{
    display: block;
    padding: 5px 0;
    color: #F00;
}

.item_info .img img{
    width: 85%;
}

.info_box{
    width: 50%;
}

.zaiko{
    color: #F00;
    font-weight: bold;
    align-content: center;
}
.zaiko.none {
    color: #fff;
    background: #4b9dff;
    padding: 2px 5px;
    border-radius: 5px;
}
.zaiko.kanbai{
    color: #fff;
    background: #ff5c8f;
    padding: 2px 5px;
    border-radius: 5px;
}

.info2{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.zeibetu {
    display: block;
    font-size: 20px;
    color: #ff6600;
    line-height: 14px;
    margin-top: 15px;font-weight: bold;
}
.zeibetu span{
    font-size: 12px;font-weight: normal;
}

.kei span{font-weight: bold;}

.total{
    margin-top: 10px;
    background: #f9f2d8;
    padding: 3px 0;
}

.item_txt{
    text-align: left;
    font-size: 12px;
}

.zeikomi{
    font-size: 12px;    display: block;
    margin-bottom: 0px;
}

.teika {
    font-size: 14px;
    display: block;
    font-weight: bold;
}
.teika span{
    text-decoration-line: line-through;
}

.icon01{
    background: #339933;
    border-radius: 10px;
    padding: 2px 8px;
    color: #fff;font-weight: bold;
}
.icon02{
    background: #F00;
    border-radius: 10px;
    padding: 2px 8px;
    color: #fff;font-weight: bold;
}


.campaign_box{
    padding: 10px;
    color: #FFF;
}

.campaign_box_inner{
    background: #FFF;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #000;
}
.campaign_box_inner .item_t{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;margin-top: 10px;
}
.item_status{
    display: flex;
    justify-content: space-between;
}

.item_info{
    display: flex;
    margin: 10px 0;
}
.item_info .img{
    width: 50%;
}
.info1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.info1 .off {
    background: #F00;
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
}

.info1 a{color: #000;}


.guide {
    overflow: hidden;
    padding: 5px 5px;
}

.guide2 {
    overflow: hidden;
    padding: 5px 0;
}


.guide li {
    width: 50%;
    float: left;
}

.guide2 li {
    width: 100%;
}
  
.num{
    width: 20px;
}

.guide2 ul li .num{
    width: 27px;
}

nav.guide ul li a {
    color: #333;
    padding: 5px 5px 5px 5px;
    display: block;
    letter-spacing: 0em;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #000000;
    border: 1px solid #ccc;
    width: auto;
    margin: 3px 3px 3px;
    background: #FFF;
    display: flex;
    align-items: center;
    min-height: 50px;
    /* line-height: 13px; */
}

nav.guide2 ul li a {
    color: #333;
    display: block;
    letter-spacing: 0em;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #000000;
    width: auto;
    background: #FFF;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    /* min-height: 50px; */
    /* line-height: 13px; */
}

.btn_box.nav-open {
    padding: 0px 0;
    text-align: left;
    border-bottom: none;
    margin: 0px;
    width: auto;
}
.btn_box.nav-open::before {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 15px;
}
.btn_box.nav-open.active::before {
    content: "▲";
}



.open_btn{
    cursor: pointer;
}

.content_box p{
font-size:14px;
}


.catalog input{
padding:5px;
font-size:16px;
}

.catalog .submit_btn{
    border-radius: 5px;
    border: none;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.radio_select,.input_box{
padding: 15px 0px 15px 10px;
}

.input_box{
    margin: 0 auto;
    text-align: center;
}
.input_box2{
    margin: 5px 0 20px 0;
}

.radio_select li{
    border-bottom: 1px solid #CCC;
    padding: 15px 0;font-weight: bold;
    font-size: 16px;    overflow: hidden;
}
.radio_select input{
    /* vertical-align: baseline; */
    padding-top: 5px;
    display: block;
    float: left;
    margin: 15px 0;
}
.radio_select label{
    float: left;
    margin-left: 10px;
}
.radio_select span{
font-size: 14px;font-weight: normal;
}

.text_box{
padding: 15px 0px 15px 10px;
}

.accordion-content {
    display: none;
}

footer ul {
    padding: 0 35px;
    font-size: 14px;
}
footer ul li {
    list-style: disc;
    /* padding: 20px; */
    padding: 5px 0;
}
footer ul li a{
    color: #666;
}

.footer_m{
    border-left: 8px solid #666666;
    padding-left: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.footer_t{
    font-size: 14px;
    font-weight: bold;
    color: #666666;    padding: 10px 15px;
}

.content_box select{
    font-size: 10px;width:100%;
}

.top_select_box{
text-align: center;
}


.content_box h3{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.content_box h4{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}


.top_notice_box p{
    font-size: 12px;
    margin-bottom: 10px;
}



.top_notice_box{
    /*background: #d4ebe3;*/
    padding: 15px 10px 15px 10px;
}

/*
.top_btm_msg{
    width: 80%;
    margin: 0 auto;
    line-height: 2em;
}
*/




.btn_box{
    padding: 0 20px;
}
.btn_box.no-side{
    padding: 0 0;
}
.btn_box a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    padding: 5px 0;
    border-radius: 10px;
}
.btn_box button.already {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    padding: 5px 0;
    border-radius: 10px;
}
.btn_box a span.big20{
    font-size: 20px;
    font-weight: bold;
}



.w100{
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.w45{width:45%;}
.w30{width:30%;}
.w20{width:20%;}
.w100px{width:100px;}
.w50px{width:50px;}

.bg_orange{
    background: #fe9900;
}
.bg_orange2{
    background: #ff9934;
}
.bg_orange3{
    background: #ffcc9a;
}
.bg_yel{
    background: #ffcc33;
}
.bg_yel2{
    background: #ffd75e;
}
.bg_green{
    background: #32b6b8;
}
.bg_green2{
    background: #cde8ef;
}
.bg_pink{
    background: #ff999a;
}
.bg_red{
    background: #ff9a66;
}



.center{
    text-align: center;
}


.c_pink{
color:#e47c7b !important;
}
.c_green{
color:#32b6b8 !important;
}
.c_black{
color:#000 !important;
}
.c_red{
color:#fe0000 !important;
}
.c_white{
color:#fff !important;
}

.t_c{
text-align:center;
}

.m30{
margin:30px 0 !important;
}
.m20{
margin:20px 0 !important;
}
.m10{
margin:10px 0 !important;
}


.mt40 {
margin-top: 40px !important
}

.mt30{
margin-top:30px !important;
}
.mt20{
margin-top:20px !important;
}
.mt10{
margin-top:10px !important;
}

.mb100{
    margin-bottom:100px !important;
}
.mb50{
    margin-bottom:50px !important;
}
.mb40{
    margin-bottom:40px !important;
}
.mb30{
margin-bottom:30px !important;
}
.mb20{
margin-bottom:20px !important;
}
.mb10{
margin-bottom:10px !important;
}

.mb0 {
margin-bottom: 0px !important;
}





.p30{
padding:30px 0 !important;
}
.p20{
padding:20px 0 !important;
}
.p10{
padding:10px 0 !important;
}


.pt30{
padding-top:30px !important;
}
.pt20{
padding-top:20px !important;
}
.pt10{
padding-top:10px !important;
}


.pb30{
padding-bottom:30px !important;
}
.pb20{
padding-bottom:20px !important;
}
.pb10{
padding-bottom:10px !important;
}


.pink_bg{
background: #faeaeb;
}
.grenn_bg{
background: #cbe7eb;
}

.grenn_bg2{
background: #66cdcc;
}

.orange_bg{
background: #fffac6;
}
.yel_bg{
background: #feff99;
}

.content_box{
padding:20px 10px;
}

.pink_b01 {
    color: #ff009d;
    font-size: 16px;
    padding: 0 5px;
    font-weight: bold;
}

.kado_box_w{
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 42px;
}

.kado_box_w2{
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0px;
}


.fnt_big_pink{
    font-size: 16px;
    color:#fd67ca;
}

.fnt_big{
    font-size: 16px;font-weight:bold;
}

.fnt_middle{
    font-size: 14px;
}
.fnt12{
    font-size: 12px !important;
}


.bg_pink_btn {
    display: block;
    background: #ffa8a6;
    color: #FFF;
}
.bg_orange_btn {
    display: block;
    background: #ffb166;
    color: #FFF;
}






.arrow_btn{ 
    position: relative;
} 
.arrow_btn::before, .arrow_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow_02::before {
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 7px solid transparent;
    border-left: 7px solid #ffffff;
} 




.top_item_box{
    margin: 0 10px 15px 10px;
    border: 1px solid #CCC;
}
.top_item_box img{
    width: 100%;
}



.mailnotice{
    color: #000;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    width: auto;
    background: #ece4dc;
    margin: 0;
}

.mailnotice.nav-open::before {
display:none;
}



.form_name{
    background: #e4e4e4;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.form_txt_box{
    margin-left: 5px;
}

.input_box4{
    display: flex;
    margin: 15px 10px;
}

.form_box input{
width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;    font-size: 16px;
}
.input_50{
    width: 50%;margin-right: 10px;
}
.input_60{
    width: 60%;margin-right: 10px;
}
.input_70{
    width: 70%;margin-right: 10px;
}

.single_inp span{
    font-size: 14px;
    font-weight: bold;display: block;
}
.single_inp span.inline{
  font-weight: normal;
  display: inline;
}
.form_name span{
    float: right;
    font-size: 12px;
    color: #FFF;
    background: #e95a6d;
    padding: 3px 15px;
    border-radius: 10px;
}
.form_box{
    margin-bottom: 30px;
}
.single_inp span span{
    display: inline;
    font-size: 12px;
    color: #F00;
}


.form_txt_box p{
    margin: 20px;
    font-size: 11px;
}

.c_blue{color: #3838fe;}

.must{
    float: right;
    font-size: 12px;
    color: #FFF !important;
    background: #e95a6d;
    padding: 3px 15px;
    border-radius: 10px;
}

.form_box  .radio_select input {
    /* vertical-align: baseline; */
    padding-top: 5px;
    display: block;
    float: left;
    margin: 5px 0;width:auto;
}

.onegai{
    background: #f3f3f3;
    font-size: 11px;
    padding: 15px;
}



input[type="text"]::placeholder {
  color: #ccc;
}

/* Microsoft Edge */
input[type="text"]::-ms-input-placeholder {
  color: #ccc;
}

/* Internet Explorer */
input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}



.price_1{
    display: flex;
    justify-content: space-between;
    margin: 5px 10px;
    border-bottom: 1px solid #CCC;
    font-size: 16px;
    font-weight: bold;
}

.price_2{
display: flex;
    justify-content: space-between;
    margin: 5px 10px;
    /* border-bottom: 1px solid #CCC; */
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    float: right;
    /* text-align: right; */
    overflow: hidden;
    /* color: crimson; */
    clear: both;
}

table.card_box {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    width: 95%;
    margin: 10px 10px;
}

table.card_box tr{
}

table.card_box td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 14px;
}
table.card_box td.left{
    background: #ecf6fe;
    width: 100px;vertical-align: middle;
}


.item_wrap{
margin:10px 0;
}

.notice_area1{
margin:30px 0;
}


.price_3 {
    display: flex;
    justify-content: space-between;
    margin: 5px 10px;
    /* border-bottom: 1px solid #CCC; */
    font-size: 14px;
    font-weight: bold;
    /* width: 100%; */
    /* float: right; */
    /* text-align: right; */
    /* overflow: hidden; */
    /* color: crimson; */
    clear: both;
}

.price_box{
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

.bottom_notice{
    border: 2px solid #309d9f;
    border-radius: 10px;
    padding: 10px;
}



/*********調整ADD***********/


.mb45 {
    margin-bottom: 45px !important;
}


.bg_green2 {
    background: #00cc99;
}

.c_green {
    color: #FFF !important;
}

.btn_box.nav-open::before {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 20px;
}

.btn_box a span.big20 {
    font-size: 15px;
    font-weight: bold;
}
.btn_box a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #FFF;
    padding: 10px 0;
    border-radius: 10px;
    padding-left: 17px;
}
.btn_box button.already {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #FFF;
    padding: 10px 0;
    border-radius: 10px;
    padding-left: 17px;
}
.btn_box.nav-open {
    padding: 0px 0;
    text-align: left;
    border-bottom: none;
    margin: 0px;
    width: auto;
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.info_img {
    width: 30px;
    vertical-align: text-bottom;
    padding-right: 5px;
    padding-top: 0px;
}

.buy_btn {
    width: 280px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 15px;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.mb45 {
    margin-bottom: 45px !important;
}
.mt45 {
    margin-bottom: 45px !important;
}

.pre_btn {
    width: 95%;
    margin: 0 auto;
    text-align: center!important;
    font-size: clamp(10px, 4vw, 15px)!important;
    max-width: 270px;
    padding-left: 0!important;
}

.pre.nav-open::before {
    content: "▼";
    position: absolute;
    right: 50px;
    top: 8px;
    font-size: 20px;
}


.btn_back a {
    width: 123px;
    text-align: left;
    padding-left: 50px;
    margin: 0 auto;
}


.indent{
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.indent2{
  text-indent: -2em;
  padding-left: 2em;
}




.content_box h3.naze{
    text-align: left;
    background: #cde8ee;
    font-size: 16px;
    padding: 5px 10px;
}


p.naze_s{
    padding: 20px 13px;
    font-weight: bold;
    color: #009966;
}

.naze_t {
    padding: 0 10px;
}
.content_box .naze_t p {
    font-size: 12px;margin-bottom:15px;
}
.content_box .naze_t p .c_red{
  font-size: 12px;
}

.naze_s2 {
    padding: 0px 0px;
    font-weight: bold;
    color: #ff6699;
}
.naze_s3 {
    padding: 0px 0px;
    font-weight: bold;
    color: #cc9900;
}

.naze_gold{
  color: #cc9900;
  font-weight: bold;
}

.naze_note{
  font-size: 11px;
  display: block;
  margin-left: 20px;
  margin-top: 3px;
}


.tokutei_box{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    font-size: 12px;
    display: flex;
}
.tokutei_l{
    font-weight: bold;
    width: 100px;
}



.guide_list1_box{
    margin: 0px 0;
}

.guide_list1 li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}


.guide_m2{
    font-size: 14px;
    font-weight: bold;
}

.guide_box{
border-bottom:1px solid #CCC;
}

.guide_list2 li {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
}


.arrow1 {
    display: inline-block;
    width: 12px;
    height: 10.1px;
    background: #ffffff;
    clip-path: polygon(0 28.8%, 52.9% 28.8%, 52.9% 0, 100% 50%, 52.9% 100%, 52.9% 71.2%, 0 71.2%);
    vertical-align: middle;
}

.arrow1_b {
    background: #80dde3;
    padding: 2px 4px;
    border-radius: 10px;
    margin-right: 5px;
}

.guide_link{
    color: #000;
    text-decoration: underline;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.c_red {
  font-size: 20px;
}

.is-invalid {
    border: 2px solid red;
    background-color: #ffecec;
}

#total-pp {
    width: 50px;
    border: 1px solid white;  /* 枠線を白に */
    outline: none;             /* フォーカス時の青枠を消す */
    cursor: default;           /* ホバー時にカーソルを変更しない */
}

#total-pp:focus {
    outline: none;             /* 念のためフォーカス時にも青枠を無効に */
    box-shadow: none;          /* ブラウザによってはこれも必要 */
}

[id^="subtotal_pp"] {
    border: 1px solid white;
    outline: none;
    cursor: default;
}

[id^="subtotal_pp"]:focus {
    outline: none;
    box-shadow: none;
}




/*********レスポンシブ対応*********/

@media screen and (min-width: 650px) {

body{
    position: relative;
}

#gnav {
    position: absolute;
}
#gnav.list_active #gnav_list {
    position: absolute;
}
.openbtn {
    position: absolute;
}

#gnav::-webkit-scrollbar{
  display: none;
}
header #info {
cursor: pointer;
}

}

/* 通知モーダル */
#noticeModal{
  display: none;
  color: #f00;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  z-index:1000;
  font-size: clamp(12px, 3vw, 17px);
}

#noticeModal .notice-modal-wrap{
  background-color: #ffe599;
  border-radius: 5px;
  position: fixed;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  box-sizing: border-box;
}

#noticeModalOk{
  width: 30%;
  background-color: #fff;
  margin: 15px auto 0;
  border: none;
}

#noticeModalMessage {
  text-align: center;
  position: relative;
  padding: 0 20px;
}

#noticeModalMessage::before, 
#noticeModalMessage::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-1px);
  border-top: solid 2px #000;
  height: fit-content;
  width: 10px;
}

#noticeModalMessage::after{
  left: unset;
  right: 0;
}

/* オーバーレイ全体 */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* ぐるぐる回るスピナー */
  .spinner {
    border: 8px solid #f3f3f3; /* 薄いグレー */
    border-top: 8px solid #ff8c00; /* オレンジ色 */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  
  /* 回転アニメーション */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/* TOP flex */
.top-flex{
  width: 100%;
}

.top-flex-item{
  width: 50%;
}

.top-flex-item:last-of-type{
  padding: 15px;
  padding-top: 80px;
  box-sizing: border-box;
  /*background-color: #edf9ff*/;
}

.top-flex-item .content_box{
  padding-left: 5px;
  padding-right: 5px;
}

/* Catalog/questionnaire */
.catalog-intro{
  padding: 0 10px;
  line-height: 20px;
}
.catalog-intro span{
  padding: 7px 0;
  display: block;
}

header #info div:nth-child(1) {
    max-width: 29%;
    margin-right: 10px;
}
header #info div:nth-child(2) {
    margin-right: 5px;
}
