@charset "utf-8";

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html{color:#222;font-size:1em;line-height:1.4;}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection{background:#b3d4fc;text-shadow:none;}
::selection{background:#b3d4fc;text-shadow:none;}

/*
* A better looking default horizontal rule
*/
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,canvas,iframe,img,svg,video{vertical-align:middle;}

/*
* Remove default fieldset styles.
*/
fieldset{border:0;margin:0;padding:0;}

/*
* Allow only vertical resizing of textareas.
*/
textarea{resize:vertical;}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade{/*margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0;*/}

/* ==========================================================================
Author's custom styles
========================================================================== */

/*----- common -----*/
html {
color: #223058;
background: #fff;
font-size: 12px;
line-height: 1.2;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}
body {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
background: #fff;
margin: 0;
-webkit-text-size-adjust: 100%;
}
/*a {
text-decoration: underline;
outline: none;
color: #223058;
}
a:hover {
text-decoration: none;
}*/
.main-inner a {
text-decoration: underline;
outline: none;
color: #223058;
}
.main-inner a:hover {
text-decoration: none;
}
p {
margin: 0;
word-break: break-all;
}
img {
max-width: 100%
}
.clear {
clear: both;
}
ol, ul {
list-style: none;
padding: 0;
margin: 0
}
h1, h2, h3 {
margin: 0
}

h1, {
font-size: 14px !important;
}

@media only screen and (min-width: 641px) {
	.inner {
		width: 720px;
		margin: 0 auto;
		clear: both;
		/*overflow:hidden;*/
		position: relative;
	}
}
@media only screen and (max-width: 640px) {
	html, body {
		overflow-x: hidden;
	}
	.inner {
		max-width: 720px;
		margin: 0 auto;
		clear: both;
		/*padding-right: 14px;
		padding-left: 14px*/
	}
}

/**/
@media only screen and (min-width: 641px) {
	.show_pc{display:block}
	.show_sp{display:none}
}
@media only screen and (max-width: 640px) {
	.show_pc{display:none}
	.show_sp{display:block}
}

.bb_0 {
border-bottom: 0
}

/*---------- header ----------*/
/*---------- footer ----------*/



/*---------- top ----------*/
.products ul li {
margin-bottom: 38px
}
.products ul li .ttl {
color: #fff
}
.products ul li h2 {
padding: 16px 14px 13px;
font-weight: normal;
letter-spacing: -1px;
}
.products ul li h3.ttl_lineup {
text-align: center;
font-size: 18px;
margin: 5px 0 14px;
}
.products ul li .about {
  overflow: hidden;
padding: 4px 11px 24px
}
.products ul li .about h3 {
font-size: 16px;
font-weight: normal;
}
.products ul li .about p {
margin: 8px 0 0
}
.products ul li .about > div {
display: inline-block;
}
.products ul li .about .img {
  width: 80%;
  margin: 0px 31px;
}
.products ul li .about .img img {
  width: 100%;
}
.products ul li .about .txt {
  width: 100%;
  padding-top: 5px;
}
.products ul li .about p {
  width: 100%;
}
.products ul li .about {
  min-height: 300px;
}
.products ul li#sc_o_1 .about {
  min-height: auto;
}
.products ul li#sc_o_1 .about .img,
.products ul li#sc_o_1 .txt,
.products ul li#sc_o_1 .about p {
  float: none;
  width: 100%;
}
.products ul li#sc_o_1 .about {
  overflow: hidden;
}
.products ul li#sc_o_1 .about h2 {
  float: right;
  width: 50%;
}
.products ul li#sc_o_1 .about .img {
  float: left;
  width: 45%;
}
.products ul li#sc_o_1 .about p {
  float: right;
  width: 50%;
}

.products ol {
padding: 0 11px;
}
.products ol li {
padding: 0 0 10px;
margin: 0 0 10px;
}
.products ul li.sc ol li {
border-bottom: 1px solid;
}
.products ul li.sc ol li:last-child {
border-bottom: 0;
padding-bottom: 0
}
.products ol li .txt_color_box {
float: left;
letter-spacing: -1px;
}
.products ol li .link {
float: left;
letter-spacing: -1px;
}
.products ol li .taol_name {
width: 85px;
float: right;
}
.products ol li .taol_name p {
font-size: 14px;
letter-spacing: -2px;
margin: 0 0 5px;
line-height: 1
}
.products ol li p.txt_color_box {
}
.products ol li p.txt_color {
font-size: 14px;
font-weight: bold;
}
/* sc_1 */
.products ul li#sc_1 {
}
.products ul li#sc_1 .ttl {
background: #6dc805;
}
.products ul li#sc_1 .about {
background: #d5fca9;
border-bottom: 1px solid #6dc805
}
.products ul li#sc_1 .lineup {
border-right: 1px solid #6dc805;
border-left: 1px solid #6dc805;
border-bottom: 1px solid #6dc805;
}
.products ul li#sc_1 ol li {
border-color: #d5fca9
}
.products ul li#sc_1 ol li p.txt_color {
color: #6dc805
}
/* sc_2 */
.products ul li#sc_2 {
}
.products ul li#sc_2 .ttl {
background: #ecbb27
}
.products ul li#sc_2 .about {
background: #fce9a9;
border-bottom: 1px solid #ec7f27
}
.products ul li#sc_2 .lineup {
border-right: 1px solid #ec7f27;
border-left: 1px solid #ec7f27;
border-bottom: 1px solid #ec7f27;
}
.products ul li#sc_2 ol li {
border-color: #fce9a9
}
.products ul li#sc_2 ol li p.txt_color {
color: #ec7f27
}
/* sc_3 */
.products ul li#sc_3 {
}
.products ul li#sc_3 .ttl {
background: #ee64d9
}
.products ul li#sc_3 .about {
background: #ffc5f6;
border-bottom: 1px solid #ee64d9
}
.products ul li#sc_3 .lineup {
border-right: 1px solid #ee64d9;
border-left: 1px solid #ee64d9;
border-bottom: 1px solid #ee64d9;
}
.products ul li#sc_3 .lineup .txt h3 {
letter-spacing: -3px
}
.products ul li#sc_3 ol li {
border-color: #ffc5f6
}
.products ul li#sc_3 ol li p.txt_color {
color: #ee64d9
}
.products ul li#sc_3 ol li .link {
float: right;
margin: 0 18px 0 0
}
/* sc_4 */
.products ul li#sc_4 {
}
.products ul li#sc_4 .ttl {
background: #419ee5
}
.products ul li#sc_4 .about {
background: #a9d8fc;
border-bottom: 1px solid #419ee5
}
.products ul li#sc_4 .lineup {
border-right: 1px solid #419ee5;
border-left: 1px solid #419ee5;
border-bottom: 1px solid #419ee5;
}
.products ul li#sc_4 .lineup .txt h3 {
letter-spacing: -3px
}
.products ul li#sc_4 ol li {
border-color: #a9d8fc;
}
.products ul li#sc_4 ol li p {
font-size: 16px;
text-align: center;
line-height: 1.5
}
.products ul li#sc_4 ol li p.txt_color {
color: #419ee5
}
.products ul li#sc_4 ol li .link {
float: right;
}
/* sc_5 */
.products ul li#sc_5 {
}
.products ul li#sc_5 .ttl {
background: #c9171e
}
.products ul li#sc_5 .about {
background: #C98D8F;
border-bottom: 1px solid #c9171e
}
.products ul li#sc_5 .lineup {
border-right: 1px solid #c9171e;
border-left: 1px solid #c9171e;
border-bottom: 1px solid #c9171e;
}
.products ul li#sc_5 .lineup .txt h3 {
letter-spacing: -3px
}
.products ul li#sc_5 ol li {
border-color: #C98D8F;
}
.products ul li#sc_5 ol li p {
font-size: 16px;
text-align: center;
line-height: 1.5
}
.products ul li#sc_5 ol li p.txt_color {
color: #c9171e
}
.products ul li#sc_5 ol li .link {
float: right;
}
/* sc_o */
.products ul li.sc_o .ttl {
background: #eb6100
}
.products ul li.sc_o .about {
background: #eb6100;
border-bottom: 1px solid #eb6100;
color: #fff;
padding: 4px 66px 24px;
}
.products ul li.sc_o .lineup {
border-right: 1px solid #eb6100;
border-left: 1px solid #eb6100;
border-bottom: 1px solid #eb6100;
}
.products ul li.sc_o ol {
text-align: center;
}
.products ul li.sc_o ol li {
margin: 0;
border-bottom: 0
}
.products ul li.sc_o ol li p {
font-size: 16px;
text-align: center;
line-height: 1.5
}
.products ul li.sc_o ol li img {
margin-top: 16px
}
/* sc_o_1 */
.products ul li#sc_o_1 {
  position: relative;
}
.products ul li#sc_o_1 h2 {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  width: 45%;
}
.products ul li#sc_o_1 .about {
padding: 20px;
}
.products ul li#sc_o_1 p {
  padding-top: 30px;
  padding-bottom: 13px;
}
.taol .inner > p {
  font-size: 24px;
  font-weight: bold;
}
.products ul li#sc_o_1 .about .img {
margin-right: 0
}
/**/
.products ul li#sc_o_2 .ttl {
text-align: center;
}
.products ul li#sc_o_2 .ttl h2 {
padding: 16px 14px 8px;
}
.products ul li#sc_o_2 .ttl h3 {
font-size: 16px;
margin: 0 0 8px
}
.products ul li#sc_o_2 .ttl p {
padding-bottom: 25px
}
@media only screen and (min-width: 641px) {
	.products ul li {
	}
	.products ul li.sc {
		width: 354px;
	}
	.products ul li.sc:nth-child(odd) {
		float: left;
	}
	.products ul li.sc:nth-child(even) {
		float: right
	}
	/**/
	.products ul li#sc_1 ol {
		min-height: 176px
	}
	/**/
	.products ul li#sc_4 ol {
		min-height: 282px
	}
}
@media only screen and (max-width: 640px) {
	.products ul li.sc {
		width: 100%;
	}
	.products ul li .about h3 {
		font-size: 12px;
		font-weight: bold;
	}
	/**/
	.products ul li#sc_3 ol li .link {
		float: left
	}
	/**/
	.products ul li#sc_o_1 h2 {
		padding: 0;
	}
	.products ul li#sc_o_1 .about {
		padding: 20px;
	}
}

/*----- about -----*/
.about {
}
.about h2 {
font-size: 24px;
font-weight: normal;
text-align: center;
margin: 0 0 20px 0
}
.about p {
margin: 16px 0 8px
}
.about_box {
border: 3px solid #f8a10b;
padding: 9px 18px 18px;
margin-bottom: 32px
}
.link_box {
}
.link_box img, .link_box p {
display: inline-block;
margin: 0 0 8px
}
.link_box p {
font-size: 16px;
font-weight: bold;
vertical-align: middle;
}
.link_box p a {
display: block;
}
.link_box p a + a {
margin: 16px 0 8px
}
/* tel */

/*----- taol -----*/
.taol {

}
.taol h2 {
font-size: 25px;
color: #ee6800;
text-align: center;
margin-bottom: 32px
}
.taol p {
font-size: 15px;
margin-bottom: 16px
}
.taol .taol_img {
text-align: center;
margin-bottom: 12px
}

.taol .table {
width: 702px;
margin: 0 auto;
padding-bottom: 32px
}
.taol .table_top {
margin-bottom: 10px
}
.taol .table_top .empty {
width: 40px;
float: left;
}
.taol .table_top .img {
float: right
}
.taol .table_bottom {
margin-bottom: 10px
}
.taol .table_bottom .img {
width: 38px;
float: left;
}
.taol .table_bottom .table_box {
width: 664px;
float: right;
border-top: 1px solid #eb6100;
border-right: 1px solid #eb6100;
border-left: 1px solid #eb6100
}

.table_box {
text-align: center;
}
.table_box > div {

}

.p_img {
border-right: 1px solid #eb6100;
width: 132px;
float: left;
}

.p_g {
border-bottom: 1px solid #eb6100;
height: 71px;
box-sizing: content-box;
}
.p_name {
border-right: 1px solid #eb6100;
width: 71px;
float: left;
display: table;
height: 100%;
}
.p_name p {
font-size: 12px;
margin: 0;
display: table-cell;
vertical-align: middle;
letter-spacing: -2px
}
.p_list {
float: right;
width: 459px;
display: block;
height: 100%;
}
.p_list ul {
display: block;
height: 100%;
}
.p_list ul li {
width: 51px;
float: left;
display: table;
height: 100%;
border-right: 1px solid #eb6100;
box-sizing: border-box;
}
.p_list ul li:last-child {
border-right: none
}
.p_list ul li:empty {
border-right: 0;
box-sizing: border-box;
}
.p_list ul li:empty:last-child {
border-right: none
}
.p_list ul li:empty:before {
content: "　";
display: block;
}
.p_list ul li:empty + li.on {
border-left: 1px solid #eb6100;
margin-left: -1px;
width: 52px;
}
.p_list ul li.on {
background: #fff
}
.p_list ul li p {
font-size: 12px;
margin: 0;
display: table-cell;
vertical-align: middle;
letter-spacing: -1px;
line-height: 1
}
.p_list ul li a {
text-decoration: none;
}
.p_list ul li a:hover {
opacity: .8
}
.p_list ul li p span {
font-size: 13px;
-webkit-transform: scale(.8);
transform: scale(.8);
display: block;
}
.p_list ul li p span + span {
margin-top: 0
}
.p_list ul li p span.txt_small {
font-size: 10px;
-webkit-transform: scale(.6);
transform: scale(.6);
display: block;
margin-top: 0;
letter-spacing: -4px
}

.no_1 {
background: #d5fca9
}
.no_1 .p_list ul li:empty {
border-right: 1px solid #d5fca9
}
.no_1 .p_list ul li:last-child:empty {
border-right: 0
}

.no_2 {
background: #fcdaa9
}
.no_2 .p_list ul li:empty {
border-right: 1px solid #fcdaa9
}
.no_2 .p_list ul li:last-child:empty {
border-right: 0
}

.no_3 {
background: #ffc5f6
}
.no_3 .p_list ul li:empty {
border-right: 1px solid #ffc5f6
}
.no_3 .p_list ul li:last-child:empty {
border-right: 0
}

.no_4 {
background: #a9d8fc
}
.no_4 .p_list ul li:empty {
border-right: 1px solid #a9d8fc
}
.no_4 .p_list ul li:last-child:empty {
border-right: 0
}
@media only screen and (max-width: 640px) {
	.taol {
		display: none;
	}
}


/* ==========================================================================
Helper classes
========================================================================== */

/*
* Hide visually and from screen readers
*/

.hidden{display:none!important;}

/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible{visibility:hidden;}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width:35em){

/* Style adjustments for viewports that meet the condition */}
@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi){

/* Style adjustments for high resolution devices */}

/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print{
*,*:before,*:after,*:first-letter,*:first-line{background:transparent!important;color:#000!important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */box-shadow:none!important;text-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" ("attr(href) ")";}
abbr[title]:after{content:" ("attr(title) ")";}

/*
* Don't show links that are fragment identifiers,
* or use the `#script tag escaped#` pseudo protocol
*/
a[href^="#"]:after,a[href^="#script tag escaped#"]:after{content:"";}
pre,blockquote{border:1px solid #999;page-break-inside:avoid;}

/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead{display:table-header-group;}
tr,img{page-break-inside:avoid;}
img{max-width:100%!important;}
p,h2,h3{orphans:3;widows:3;}
h2,h3{page-break-after:avoid;}
}

/* --------------------------------

Primary style

-------------------------------- */
*,*::after,*::before{-webkit-box-sizing:border-box;box-sizing:border-box;}

.toggle {
  height: 215px;
  overflow: hidden;
  cursor: pointer;
}

.toggle.on {
  height: auto;
}

@media only screen and (max-width: 640px) {
  .toggle {
    height: auto;
    cursor: default;
  }
}