@charset "utf-8";

@media screen and (max-width: 750px) {
/*-----------------------------------------------------------
===  [ base CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. base layout

*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. base layout
 ** ------------------------------------------------------- */
/* html
----------------------------------------------------*/
html {
	font-size: 10px;  /* root 10px 以下rem指定*/
}
/* body
----------------------------------------------------*/
body,
input,
textarea,
select {
	font-family: -apple-system, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
body {
	color: #000;
	text-align: center;
	background: #fff;
	font-size: 1.0rem;
	min-width: 320px;
	overflow: hidden;
}
/* -- link -- */
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
/* -- font -- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time,
input,
button,
select {
	font-size: 1.6rem;
	line-height: 1.4;
}
/* -- img -- */
img {
	max-width: 100%;
	height: auto;
}
/* container
----------------------------------------------------*/
#container {
	text-align: left;
}
/* header
----------------------------------------------------*/
#header {
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.23);
}
/* clearfix */
#header:after {
	content: "";
	clear: both;
	display: block;
}
#header__inner {
	padding: 10px 14px;
}
#header__logo {
	font-size: 1.8rem;
	font-weight: bold;
}
#header__logo a {
	text-decoration: none;
}
/* color */
.colorPink #header__inner {
	background-image: -moz-linear-gradient( 360deg, #F3D1D1 20%, #ff8080 80%);
	background-image: -webkit-linear-gradient( 360deg, #F3D1D1 20%, #ff8080 80%);
	background-image: -ms-linear-gradient( 360deg, #F3D1D1 20%, #ff8080 80%);
}
.colorGreen #header__inner {
	background-image: -moz-linear-gradient( 360deg, #C9FF26 20%, #BBD422 80%);
	background-image: -webkit-linear-gradient( 360deg, #C9FF26 20%, #BBD422 80%);
	background-image: -ms-linear-gradient( 360deg, #C9FF26 20%, #BBD422 80%);
}
.colorBlue #header__inner {
	background-image: -moz-linear-gradient( 360deg, #73B9FF 20%, #3E4F9D 80%);
	background-image: -webkit-linear-gradient( 360deg, #73B9FF 20%, #3E4F9D 80%);
	background-image: -ms-linear-gradient( 360deg, #73B9FF 20%, #3E4F9D 80%);
}
.colorLightBlue #header__inner {
	background-image: -moz-linear-gradient( 360deg, #80FCFF 20%, #3DC2E6 80%);
	background-image: -webkit-linear-gradient( 360deg, #80FCFF 20%, #3DC2E6 80%);
	background-image: -ms-linear-gradient( 360deg, #80FCFF 20%, #3DC2E6 80%);
}
/* mv
----------------------------------------------------*/
#mv {
	padding: 13px 14px;
}
/* topicPath
----------------------------------------------------*/
#topicPath__list {
	padding: 2px 14px;
	letter-spacing: -0.4em;
}
#topicPath__list li {
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.4rem;
	color: #fff;
}
#topicPath__list li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #fff;
	margin: 0 8px;
}
#topicPath__list li:first-child:before {
	display: none;
}
#topicPath__list li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* color */
.colorPink #topicPath__list {
	background-image: -moz-linear-gradient( 180deg, #F3D1D1 20%, #ff8080 80%);
	background-image: -webkit-linear-gradient( 180deg, #F3D1D1 20%, #ff8080 80%);
	background-image: -ms-linear-gradient( 180deg, #F3D1D1 20%, #ff8080 80%);
}
.colorGreen #topicPath__list {
	background-image: -moz-linear-gradient( 180deg, #C9FF26 20%, #BBD422 80%);
	background-image: -webkit-linear-gradient( 180deg, #C9FF26 20%, #BBD422 80%);
	background-image: -ms-linear-gradient( 180deg, #C9FF26 20%, #BBD422 80%);
}
.colorBlue #topicPath__list {
	background-image: -moz-linear-gradient( 180deg, #73B9FF 20%, #3E4F9D 80%);
	background-image: -webkit-linear-gradient( 180deg, #73B9FF 20%, #3E4F9D 80%);
	background-image: -ms-linear-gradient( 180deg, #73B9FF 20%, #3E4F9D 80%);
}
.colorLightBlue #topicPath__list {
	background-image: -moz-linear-gradient( 180deg, #80FCFF 20%, #3DC2E6 80%);
	background-image: -webkit-linear-gradient( 180deg, #80FCFF 20%, #3DC2E6 80%);
	background-image: -ms-linear-gradient( 180deg, #80FCFF 20%, #3DC2E6 80%);
}
/* contents
----------------------------------------------------*/
#contents {
	padding: 14px 14px 0;
}
/* clearfix */
#contents:after {
	content: "";
	clear: both;
	display: block;
}
/* main
----------------------------------------------------*/
#main {
	padding: 0 0 24px;
}
/* menu
----------------------------------------------------*/
#menu {
}
#menu dl {
	margin: 6px 0 0;
}
#menu dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 -14px;
	padding: 5px 24px;
}
#menu .menu__ttl01 {
	color: #fff;
	padding: 5px 24px;
}
#menu .menu__ttl03 {
	background: #EEE;
	padding: 5px 24px;
}
#menu .menu__ttl04 {
	border-top: 3px solid;
	border-bottom: 3px solid;
	padding: 2px 24px;
}
#menu .menu__ttl07 {
	border-top: 3px solid;
	border-bottom: 3px solid;
	padding: 2px 24px;
}
#menu .menu__ttl08 {
	background: #EEE;
	padding: 5px 24px;
}
#menu li {
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 0 0 6px 13px;
	margin: 8px 0 0;
	border-bottom: 2px dotted #ccc;
	position: relative;
}
#menu li:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid;
	position: absolute;
	left: 4px;
	top: 0.2em;
}
#menu li a {
	text-decoration: none;
}
/* color */
.colorPink #menu .menu__ttl01 {
	background: #FF8080;
}
.colorPink #menu .menu__ttl04 {
	border-top-color: #FF8080;
	border-bottom-color: #FF8080;
}
.colorPink #menu .menu__ttl07 {
	border-top-color: #FF8080;
	border-bottom-color: #FF8080;
}
.colorPink #menu li:before {
	border-left-color: #FF8080;
}
.colorGreen #menu .menu__ttl01 {
	background: #BBD422;
}
.colorGreen #menu .menu__ttl04 {
	border-top-color: #BBD422;
	border-bottom-color: #BBD422;
}
.colorGreen #menu .menu__ttl07 {
	border-top-color: #BBD422;
	border-bottom-color: #BBD422;
}
.colorGreen #menu li:before {
	border-left-color: #BBD422;
}
.colorBlue #menu .menu__ttl01 {
	background: #3E4F9D;
}
.colorBlue #menu .menu__ttl04 {
	border-top-color: #3E4F9D;
	border-bottom-color: #3E4F9D;
}
.colorBlue #menu .menu__ttl07 {
	border-top-color: #3E4F9D;
	border-bottom-color: #3E4F9D;
}
.colorBlue #menu li:before {
	border-left-color: #3E4F9D;
}
.colorLightBlue #menu .menu__ttl01 {
	background: #3DC2E6;
}
.colorLightBlue #menu .menu__ttl04 {
	border-top-color: #3DC2E6;
	border-bottom-color: #3DC2E6;
}
.colorLightBlue #menu .menu__ttl07 {
	border-top-color: #3DC2E6;
	border-bottom-color: #3DC2E6;
}
.colorLightBlue #menu li:before {
	border-left-color: #3DC2E6;
}
/* footer
----------------------------------------------------*/
#footer {
	clear: both;
	margin: 33px 0 0;
}
/* clearfix */
#footer:after {
	content: "";
	clear: both;
	display: block;
}
#footer__innerTop {
	text-align: center;
}
#footer__menu {
	display: inline-block;
	padding: 3px 0 0;
	margin: 0 10px 0 0;
}
#footer__menu li {
	font-size: 1.0rem;
	font-weight: bold;
}
#footer__menu li a {
	text-decoration: none;
}
#footer__pageTop {
	display: inline-block;
	margin: 0 0 0 10px;
}
#footer__pageTop a {
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 2px 17px;
	border-radius: 4px;
	text-decoration: none;
}
#footer__innerBottom {
	margin: 5px 0 0;
}
#footer__copyright {
	text-align: center;
	line-height: 1;
	padding: 5px 0;
}
#footer__copyright small {
	font-size: 1.0rem;
	color: #fff;
}
/* color */
.colorPink #footer__pageTop a {
	background: #FF8080;
}
.colorPink #footer__innerBottom {
	background: #FF8080;
}
.colorGreen #footer__pageTop a {
	background: #BBD422;
}
.colorGreen #footer__innerBottom {
	background: #BBD422;
}
.colorBlue #footer__pageTop a {
	background: #3E4F9D;
}
.colorBlue #footer__innerBottom {
	background: #3E4F9D;
}
.colorLightBlue #footer__pageTop a {
	background: #3DC2E6;
}
.colorLightBlue #footer__innerBottom {
	background: #3DC2E6;
}
/* ***************************************************************************** */
}
