@charset "utf-8";


/*----------------------------------------------------------
	00 reset
	01 link
	02 font
	03 common layout and heading
	04 header
	05 footer
	06 toppage
  07 FAQ
  08 product page
	00 common parts
----------------------------------------------------------*/


/*  00 reset
======================================================================================*/


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:12px;
	font-weight:normal;
	line-height:1.8;
	color:#000;
	vertical-align:middle;
	background:transparent;
	box-sizing:border-box;
}

input,textarea {
	font-size:14px;
}


html {
	overflow-y:scroll;
}


body {
    line-height:1;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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


table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input{
	padding:5px;
}

input[type^="image"] {
	padding:0;
}

img {
	border: 0;
	vertical-align:top;
	max-width: 100%;
}

img:not([height]) {
	height: auto;
}

li {
	list-style:none;
}



/*  01 link
======================================================================================*/



a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.overbu:hover {
	opacity: 0.8;
	text-decoration:none;
}


.content a {
	color: #1f53a7;
	text-decoration: underline;
}

.content a:hover {
	color: #1f53a7;
	text-decoration: none;
}

.content .overbu:hover {
	opacity: 0.8;
	text-decoration:none;
}


/*#content .main a:not([class]):link,
#content .main a:not([class]):visited,
#content .main a:not([class]):hover,
#content .main a:not([class]):active {
	color: #FF6100;
}*/


a.bu_blue {
	display:block;
	border-radius:5px;
	background-color:#036EB8;
	padding:7px 10px;
	color:#FFF;
	text-align:center;
	font-size:15px;
	font-weight:700;
	text-decoration: none;
}

a.lblue {	background-color:#2EA7E0;}
a.oran {	background-color:#FF6100;}

.content a.or_bu,
.content a.bl_bu {
	display: inline-block;
	border-radius:5px;
	background-color:#FF6100;
	text-align:center;
	padding:7px 30px 10px 20px;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	position:relative;
	line-height:1.6;
	text-decoration: none;
}
.content a.bl_bu {
	background-color:#0059A2;
}

.content a.bu100 {
	display: block;
}

.content a.or_bu span {
	font-size:18px;
	color:#FFF100;
	font-weight:700;
}

a.or_bu:after,
a.bl_bu:after {
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
}

#content p a.bu180 {
	width:180px;
	box-sizing:border-box;
	padding:15px 20px 17px 20px;
}



/*  02 font-family
======================================================================================*/
body, textarea {
	font-family: 'Noto Sans JP', sans-serif;
}





/*  03 common layout and heading
======================================================================================*/
body {
	background-color: #FFF;
	-webkit-text-size-adjust: none;
	font-size:12px;
}


section {
	padding:20px 3%;
}


body p {
	margin-bottom: 10px;
}


/*  04 header
==============================================================*/

#header {
	padding:12px;
}

#header h1,
#header .sitelogo{
	width:153px;
	float:left;
  margin-bottom: 0;
}



#bumenu {
	width:40px;
	position:fixed;
	top:6px;
	right:2px;
	z-index:10;
}

/*path*/

.path {
  background-color: #F4F4F4;
  padding: 10px 10px 0;
}

.path ul {
  font-size: 0;
  padding-bottom: 10px;
}

@media screen and ( max-width : 510px ) {
.path ul {
  overflow-x: auto;
overflow-y: hidden;
  word-break: keep-all;
    white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}

.path li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 10px;
}

.path li:after {
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:1px solid #AFAFAF;
	border-right:1px solid #AFAFAF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
}

.path li:last-child:after {
  display: none;
}

.path li a {
  display: block;
  text-decoration: none;
  color: #000;
}


/* content
================================================================*/

.bei_bg {
	background-color:#FFF5E2;
}

.gry_bg {
	background-color:#F5F5F5;
}
.ye_bg {
	background-color:#ffef5c;
}

.ye_pt_bg {
	background-color:#FFEF5C;
	background-image: url(../img/ye_pt_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:auto 358px;
}

.bei_pt_bg {
	background-color:#FFF5E2;
	background-image: url(../img/bei_pt_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:auto 358px;
}

.bei_pt_bg_r {
	background-color:#FFF5E2;
	background-image: url(../img/bei_pt_bg.png), 
    linear-gradient( #FFEF5C 70px, #FFF5E2 70px 100% );
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:auto 358px,auto auto;
	padding-top:0;
}


.bei_pt_bg_r .inner_box {
	border-radius:5px;
	background-color:#FFF;
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
	padding:5%;
}

/* heading
===========================================*/

.b_line {
	font-size:17px;
	font-weight:700;
	line-height:1.4;
	text-align:center;
	margin: 0 auto 5px;
}

.b_line span {
	display:inline-block;
	border-bottom: 2px solid #036EB8;
	padding-bottom:5px;
}

#content .bluebg_ytx {
  background-color: #036EB8;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #FFF;
  text-align: left;
  margin-bottom: 10px;
}

#content .bluebg_ytx span {
  color: #FFEF5C;
}

#content .h_bold {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-left: solid 4px #036EB8;
  padding: 0 0 1px 5px;
  margin: 20px 0 5px;
}
#content .h_lead {
  text-align: center;
}


/*  05 footer
==================================================================*/

#footer {
	background-color:#F5F5F5;
	padding:5% 10%;
}

#footer p {
	text-align:center;
}

.footer_logo img {
margin-top: 15px;
}

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

#footer_link {
	width:100%;
	background-color: #F5F5F5;
	padding:20px 20px 10px;
	position:absolute;
	top: 46px;
	right: 0;
	display:none;
}

#footer_link > ul {
	min-width:280px;
	overflow:hidden;
	border-top: 1px solid #D9D9D9;
}


li.f_ar a {
	display:block;
	position:relative;
	padding:15px 10px 15px 30px;
}

li.f_ar {
	border-bottom: 1px solid #D9D9D9;
	font-size:14px;
}

li.f_ar_b {
	font-weight:700;
}

li.f_ar a:before {
	content:"";
	display: block;
	width:5px;
	height:5px;
	border-top:2px solid #036EB8;
	border-right:2px solid #036EB8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left:10px;
	top:50%;
	margin-top:-4px;
}

#footer_link > ul li:not([class]) {
	margin:10px 0;
}

li.f_sub a {
	display:block;
	padding:10px;
}

li.f_sub {
	font-size:12px;
}


li.f_sub a:before {
	content:"> ";
}
  
  
  li.f_genre {
	border-bottom: 1px solid #D9D9D9;
	font-size:14px;
	padding:15px 10px;
	font-weight:700;
  }

  li.f_genre_sub {
	border-bottom: 1px solid #D9D9D9;
	font-size:13px;
  }
  
  li.f_genre_sub:last-of-type {
    border-bottom: none;
  }

li.f_genre_sub a {
	display:block;
	position:relative;
	padding:15px 10px 15px 30px;
}
  
  li.f_genre_sub a:before {
	content:"";
	display: block;
	width:4px;
	height:4px;
	border-top:1px solid #036EB8;
	border-right:1px solid #036EB8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left:18px;
	top:50%;
	margin-top:-3px;
}
  
  
}

/* -------------- ページトップへ */

p.pagetop {
	width:900px;
	margin: 0px auto;
	text-align: right;
}


#toTop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size:13px;
	background-color: rgba(0,64,152,0.8);
}

#toTop a:link,
#toTop a:visited {
	position: relative;
	color:#FFF;
	display: block;
	padding: 15px 7px 7px;
}

#toTop a:before{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left:40%;
	top:8px;
}






/*  00 common parts
======================================================================================*/


.for_pc,
.for_pc_ib {
	display: none;
}


.mgn0,
div#content p.mgn0 {
	margin: 0px !important;
}

.mgn10,
div#content .mgn10,
div#content p.mgn10 {
	margin-bottom: 10px !important;
}

.mgn20,
div#content .mgn20 {
	margin-bottom: 20px;
}

.mgn30 {
	margin-bottom: 30px;
}

.mgn40,
div#content p.mgn40 {
	margin-bottom: 40px;
}


.mgn50,
div#content p.mgn50 {
	margin-bottom: 50px;
}



.pdt0 { padding-top:0px;}
#content_wrap .pdt10 { padding-top:10px;}
.pdr5 { padding-right:5px;}
.pdb5 { padding-bottom:5px;}
.pdl10 { padding-left:10px;}
.pdl120 { padding-left:120px;}
.pdg10 { padding:10px;}


strong {
	font-size: 14px;
	font-weight: bold;
	color: #795800;
}


#content .center {	text-align:center;}
#content .left {	text-align:left;}




.p_img_l {
	float:left;
	padding-right:15px;
}

.p_img_r {
	float:right;
	padding-left:15px;
}

.red {	color:#e60012;}
.org {	color:#FF6100;}

.bold {
	font-weight:bold;
}

.red_bold {
	font-weight:bold;
	color:#e60012;
}


.tx0 {	font-size: 0px;}
.tx11 {	font-size: 11px;}
.tx13 {	font-size: 13px;}
.tx15 {	font-size: 15px;}

.large1 {  font-size: 110%;}
.large2 {  font-size: 120%;}
.large3 {  font-size: 130%;}

#content table {
	margin-bottom: 20px;
	width: 100%;
	border-top: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
}

#content th {
	background-color: #F4F4F4;
	padding:8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #FFF;
	vertical-align: middle;
	font-weight: bold;
}

#content td{
	background-color: #FFF;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding:8px;
	vertical-align: middle;
}

table.common th {
	white-space:nowrap;
}


#content th.sub {
	background-color: #f6f6f6;
	font-weight: normal;
}

#content table.single td {
	border-left: none;
}


table th span {
	font-size: 11px;
	font-weight: normal;
}

#content th.bg_red {
	background-color: #fadce9;
}

td input.long,
td textarea {
	width:98% !important;
}

textarea.h80 {
	height:80px !important;
}




/* =========================================================
	*00 clearfix
========================================================= */
.cl:after{
	content: '';
	display: block;
	clear: both;
 }






/* pc style -------------------------------------------------------*/


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

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input,textarea {
	font-size:16px;
}



/* common ------------------------*/

body .for_sp {
	display:none;
}

.for_pc {
	display: block;
}

.for_pc_ib {
	display:inline-block;
}

#content {
	min-width:1110px;
}

section {
	padding:45px 45px 60px;
}

input{
	padding:2px;
}

table.th150 th {
	width:150px;
}


.ye_pt_bg {
	background-size:auto 930px;
}

.bei_pt_bg {
	background-size:auto 715px;
}

.bei_pt_bg_r {
	background-size:auto 715px,auto auto;
}



.bei_pt_bg_r .inner_box {
	width:1110px;
	border-radius:10px;
	padding:50px 145px;
	margin:auto;
}

 #content .mgt40_pc {
    margin-top: 40px;
  }


/* link -----------------------*/

#content p a.or_bu,
#content p a.bl_bu {
	padding:15px 40px 20px 30px;
	font-size:20px;
}

#content a.or_bu span {
	font-size:30px;
}

a.or_bu:after,
a.bl_bu:after {
	content:"";
	display: block;
	width:12px;
	height:12px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:17px;
	top:50%;
	margin-top:-8px;
}


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

#header {
	width:1110px;
	margin:0 auto;
	padding:10px 0 15px;
}

#header p {
	font-size:12px;
}

#header > p > span {
float: right;
font-size: 10px;
}


#header h1,
#header .sitelogo {
	width: 234px;
}

#header nav {
	width:850px;
	float:right;
	text-align:right;
}

#header nav ul,
#header nav li {
	display:inline-block;
	font-size:0;
}

#header nav li {
	font-size:15px;
	font-weight:700;
	padding:0 15px;
}

#header .gnav li a {
	display:block;
	padding:1px 0px 0px;
	position:relative;
}

#header .gnav>li>a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #036EB8;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

#header .gnav li a:hover:after {
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}

#header .gnav li a:hover,
#header .gnav li a:active {
	text-decoration: none;
}

#header nav .signin li {
	padding:0px 0px 0px 20px;
}
  
.gnav_sub {
    display: none;
    background-color: #FFF;
    border-top: solid 1px #E7E7E7;
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    z-index: 10;
  }
  .gnav_sub_inner {
	width:1110px;
	margin:auto;
    display: flex;
  }

  #header .gnav_sub_inner h2,
  #header .gnav_sub_inner .subtitle{
    width: 200px;
    background-color: #009FE8;
    border-radius: 10px;
    position: relative;
    margin: 0 30px 0 0;
    font-size: 18px;
    color: #FFF;
    padding: 15px;
  }
  
  .gnav_sub_inner h2:after,
  .gnav_sub_inner .subtitle:after{
    content: "";
  	display: block;
    position: absolute;
	top:20px;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #009FE8;
  }
  
  .gnav_sub_inner ul {
    text-align: left;
    flex-basis: 230px;
  }
  
  #header .gnav_sub_inner ul li {
    font-weight: 400;
    font-size: 15px;
    padding: 0;
  }
  #header .gnav_sub_inner ul:last-child {
    flex-basis: 280px;
  }  

  #header .gnav_sub_inner ul li a {
    display: block;
    padding: 3px 20px 3px 15px;
    position: relative;
  }
  
  #header .gnav_sub_inner ul li a:before {
	content:"";
	display: block;
	width:5px;
	height:5px;
	border-top:1px solid #009FE8;
	border-right:1px solid #009FE8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left:0px;
	top:50%;
	margin-top:-3px;
  }
  
/*path*/

.path {
  padding: 10px;
}

.path ul {
	width:1110px;
	margin:auto;
  padding-bottom: 0;
}

.path li {
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding-right: 20px;

}

.path li:after {
	margin-top:-3px;
}
/*
.path li:last-child:after {
  display: none;
}

.path li a {
  display: block;
  text-decoration: none;
  color: #000;
}*/



/* heading
===========================================*/

.b_line {
	font-size:30px;
	margin-bottom:20px;
}

.b_line span {
	border-bottom: 4px solid #036EB8;
	padding-bottom:10px;
}

#content .bluebg_ytx {
  padding: 15px 10px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}


#content .h_bold {
  font-size: 21px;
  font-weight: 700;
  margin: 30px 0 10px;
  border-left: solid 6px #036EB8;
  padding: 0 0 2px 8px;
}

#content .h_lead {
    font-size: 20px;
    margin-bottom: 30px;
  text-align: center;
}



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

#footer {
	padding:30px 0;
}

#footer_inner {
	width:1110px;
	margin:auto;
  position: relative;
  }

#footer .footer_logo {
	font-size:12px;
  width: 370px;
  float: left;
  text-align: left;
  padding-top: 5px;
}

#footer .footer_logo img {
	width:310px;
}

#footer_link {
	background: none;
  float: right;
  width: 740px;
  position: relative;
}
  
  #footer_link > p {
    position: absolute;
    top: 5px;
    right: 0;
    width: 270px;
  }
  
  #footer_link .oran {
    font-size: 17px;
    padding: 10px;
  }

#footer_link ul {
  float: left;
  width: 220px;
}

  #footer_link li {
	font-size:15px;
}

#footer_link li a {
	display:block;
	padding:4px 0 16px;
}

  #footer_link ul:first-of-type {
    width: 250px;
  }
  
  #footer_link ul:first-of-type li:first-of-type {
    padding: 4px 0;
  }
  #footer_link ul:first-of-type li a {
    font-size: 13px;
    padding: 2px 0;
  }
  #footer_link ul:last-of-type {
    padding-top: 75px;
    width: 270px;
  }
  #footer_link ul:last-of-type li {
    font-size: 13px;
    display: inline-block;
  }
  #footer_link ul:last-of-type li a {
    padding: 4px 0;
  }  


#footer p.copy {
  position: absolute;
  top: 140px;
  left: 0;
  text-align: left;
}

small {
	font-size:13px;
}


}