@charset "UTF-8";

/* CSS Information =======================
(C) エムティーアイ
------------------------------------------
Table of Contents:
 +lv
 +block
  ++unit
    +++unitToggle
    +++unitFeature
    +++unitRegistration
    +++unitPane
    +++unitInfo
  ++box
 +heading
 +paragraph
 +list
 +btn
 +general
========================================*/

/*========================================
 +lv
========================================*/
.lv1 {
}
.lv2 {
}
.lv3 {}
.lv4 {}
.lv5 {}
.lv6 {}

/*========================================
 +block
========================================*/

/*
  ++unit
========================================*/
.unit01 {
	padding: 12px;
}
.unit01 section {
	padding: 10px 0 0;
}
.unit01 section:first-child {
	padding: 0;
}
.unit01 h2 {
	margin: 0 0 2px;
	color: #eb8a9e;
}
.portrait .unit01 h2 {
	font-size: 23px;
}
.landscape .unit01 h2 {
	font-size: 34px;
}
.unit01 p {
	margin: 0 0 4px;
}
.unit01 .button {
	text-align: center;
}
.unit01 .ex01 h2 {
	color: #fc926d;
	font-size: 18px;
}
.portrait .ex01 h2 {
	font-size: 18px;
}
.landscape .ex01 h2 {
	font-size: 27px;
}
.unit01 .ex01 h2:before {
	content: "●";
}
.unit01 .ex01 .button a {
	display: block;
	width: 275px;
	margin: 0 auto;
	padding: 0 0 0 14px;
	background: url(../img/module/btn_04.jpg) center center no-repeat;
	-webkit-background-size: 289px 49px;
	background-size: 289px 49px;
	color: #fff;
	font-weight: bold;
	line-height: 49px;
	text-align: left;
}
.unit01 .ex01 .imgbutton a {
	display: block;
	width: 275px;
	margin: 0 auto;
	padding: 0 0 0 14px;
	-webkit-background-size: 289px 49px;
	background-size: 289px 49px;
	color: #fff;
	font-weight: bold;
	line-height: 49px;
	text-align: left;
}
.portrait .ex01 .button a {
	font-size: 18px;
}
.landscape .ex01 .button a {
	font-size: 27px;
}

.unit02 {
	padding: 12px 12px 106px;
	background: url(/img/module/pic_01.png) center bottom no-repeat;
	-webkit-background-size: 275px 96px;
	background-size: 275px 96px;
}
.unit02 dt {
	padding: 0 0 0 30px;
	background: url(/img/module/icon_rabbit_01.gif) left center no-repeat;
	-webkit-background-size: 24px 40px;
	background-size: 24px 40px;
	font-weight: bold;
}
.portrait dt {
	font-size: 16px;
}
.landscape dt {
	font-size: 24px;
}
.unit02 dd {
	margin: 0 0 8px;
	color: #a9a9a9;
}
.unit02 dd:last-child {
	margin: 0;
}

/*
    +++unitToggle
========================================*/
.unitToggle {
	margin: 0 0 23px;
	padding: 15px 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f9dbe1;
}
.unitToggle.dense {
	margin: 0;
}
.unitToggle figure {
	margin: 0 0 10px;
	text-align: center;
}
.toggleList li {
	margin: 0 0 10px;
}
.toggleList li.open {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}
.toggleList li:last-child {
	margin: 0;
}
.toggleList .toggleAttentionBtn {
	display: block;
	position: relative;
	padding: 10px 30px 10px 16px;
	border: 1px solid #f5a1b7;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f9dbe1;
	color: #342528;
	font-weight: bold;
}
.portrait .toggleList .toggleAttentionBtn {
	font-size: 16px;
}
.landscape .toggleList .toggleAttentionBtn {
	font-size: 24px;
}
.toggleList .toggleAttentionBtn:after {
	position: absolute;
	top: 50%;
	right: 12px;
	margin: -24px 0 0;
	content: url(/img/module/ico_close_01.png);
	zoom: .5;
}
.toggleList .open .toggleAttentionBtn:after {
	content: url(/img/module/ico_open_01.png);
}
.toggleList .togglePane {
	display: none;
	padding: 12px;
}

/*
    +++unitQa
========================================*/
.unitQa p,
.unitQa figure {
	margin: 0 0 5px;
}
.unitQa p:last-child,
.unitQa figure:last-child {
	margin: 0;
}
.unitQa .q {
	margin: 0 0 10px;
}
.unitQa .q .ttl {
	margin: 0 0 8px;
	padding: 0 0 2px;
	border-bottom: 1px solid #0b267d;
	color: #0b267d;
}
.unitQa .a .ttl {
	margin: 0 0 8px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ff007f;
	color: #ff007f;
}
.unitQa .note {
	color: #f00;
}

/*
    +++unitFeature
========================================*/
.unitFeature {
	padding: 12px;
}
.unitFeature.dense { padding: 0; }
.unitFeature dt {
	display: inline-block;
	margin: 0 0 4px;
	padding: 0 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}
.portrait .unitFeature dt {
	font-size: 16px;
}
.landscape .unitFeature dt {
	font-size: 24px;
}
.unitFeature.purple dt { background: #6d88df; }
.unitFeature.pink dt { background: #db7d90; }
.unitFeature dd {
	margin: 0 0 8px;
}
.portrait .unitFeature dd {
	font-size: 16px;
}
.landscape .unitFeature dd {
	font-size: 24px;
}
.unitFeature dd:last-child {
	margin: 0;
}

/*
    +++unitRegistration
========================================*/
.unitRegistration {
	margin: 0 12px;
	padding-bottom: 12px;
}
.unitRegistration.separate {
	padding-top: 7px;
	background: url(/img/module/circle_o_01.gif) left top repeat-x;
	-webkit-background-size: 7px 5px;
	background-size: 7px 5px;
}
.unitRegistration p {
	margin: 0 0 10px;
}
.unitRegistration p:last-child {
	margin: 0;
}
.unitRegistration .btn {
	display: block;
	width: 195px;
	margin: 0 auto;
}

/*
    +++unitPane
========================================*/
.unitPane {
	padding: 0 10px;
	border: 1px solid #f9dbe1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.unitPane .ttl {
	margin: 0 -10px 10px;
	padding: 10px 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #f9dbe1;
	text-align: center;
}
.portrait .unitPane .ttl { font-size: 18px; }
.landscape .unitPane .ttl { font-size: 27px; }
.unitPane .indexList {
	margin: 0 -10px;
}

/*
    +++unitInfo
========================================*/
.unitInfo {
	padding: 10px;
	background: #f9dbe1;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.unitInfo li {
	margin: 0 0 18px;
	padding: 2px 0 0 38px;
	-webkit-background-size: 33px 33px;
	background-size: 33px 33px;
	-ms-background-size: 33px 33px;
}
.unitInfo li:last-child {
	margin: 0;
}
.unitInfo .icon01 { background: url(/img/module/icon_exclamation_01.png) left top no-repeat; }
.unitInfo .icon02 { background: url(/img/module/icon_exclamation_02.png) left top no-repeat; }

/*
  ++box
========================================*/
.box {
	padding: 12px;
}

.imgBox {
	margin: 0 0 10px;
	padding: 10px 15px;
	border: 1px solid #f9dbe1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.imgBox figure,
.imgBox .body {
	display: table-cell;
	vertical-align: middle;
}
.imgBox .body {
	padding: 0 0 0 10px;
	color: #6d88df;
}

.imgBox02 {
	margin: 0 0 10px;
	padding: 10px 15px;
	border: 1px solid #f9dbe1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.imgBox02 figure {
	text-align: center;
}

.portrait .imgBox .body {
	font-size: 16px;
}
.landscape .imgBox .body {
	font-size: 24px;
}

/*========================================
 +heading
========================================*/
.blockTtl {
	padding: 10px 0;
	background: #6d88df;
	color: #fff;
	text-align: center;
}
.portrait .blockTtl {
	font-size: 18px;
}
.landscape .blockTtl {
	font-size: 27px;
}

.h1 {
	padding: 10px 0;
	background: #eb8a9e;
	color: #fff;
	text-align: center;
}
.h1_02 {
	height: 42px;
	padding: 14px 0 0;
	background: url(/img/module/bg_h1_01.png) left top repeat-x;
	-webkit-background-size: 21px 56px;
	background-size: 21px 56px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(220,36,74,.9);
}
.portrait .h1,
.portrait .h1_02 {
	font-size: 18px;
}
.landscape .h1,
.landscape .h1_02 {
	font-size: 27px;
}
.h2 {
	height: 31px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 6px 0;
	background: #ff93b3 url(/img/module/bg_h2_01.png) left top repeat-x;
	-webkit-background-size: 21px 32px;
	background-size: 21px 32px;
	color: #fff;
}
.h2_02 {
	color: #bf4e5e;
	text-align: center;
}
.portrait .h2_02 {
	font-size: 18px;
}
.landscape .h2_02 {
	font-size: 27px;
}

/*========================================
 +paragraph
========================================*/
p.normal {
	margin: 0 0 10px;
}

/*========================================
 +list
========================================*/
.list {
    list-style: disc outside;
    margin: 0 10px 0 35px;
}

.indexList.bb {
    border-bottom: 1px solid #f9dbe1;
}
.indexList a {
    display: block;
    position: relative;
    padding: 14px 18px 14px 10px;
    border-top: 1px solid #f9dbe1;
    line-height: 1.2;
}
.indexList a:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #eb8a9e;
    border-right: solid 2px #eb8a9e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

/*========================================
 +btn
========================================*/
.btn {
	padding: 9px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.btn.edition2 {
	margin-top: 5px;
	padding: 18px 0;
}
.portrait .btn.fonts { font-size: 15px; }
.portrait .btn.fontm { font-size: 18px; }
.landscape .btn.fonts { font-size: 22px; }
.landscape .btn.fontm { font-size: 27px; }

.btn.normal {
	border: 1px solid #888;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(51%,#d4d4d4), color-stop(50%,#d4d4d4));
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #d4d4d4 51%, #d4d4d4 100%);
	background-color: #fbfbfb;
	color: #171f55;
}
.btn.pink {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(51%,#ff5487), color-stop(50%,#ff5487));
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #ff5487 51%, #ff5487 100%);
	background-color: #ff88ac;
	border: 1px solid #ec2a62;
	color: #fff;
	text-shadow: -1px 1px 0 #cc436c, 1px 0 0 #cc436c, 1px 1px 0 #cc436c, 1px 2px 0 #cc436c, 2px 0 0 #cc436c, 2px 2px 0 #cc436c;
	text-decoration: none;
}
.btn.white {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ff88ac;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fee3eb));
	background: linear-gradient(#fff 0%, #fee3eb 100%);
	color: #ff5487;
}
.btn.sizeL { width: 90%; }
.btn.sizeM { width: 70%; }

.arwBtn {
	position: relative;
	padding: 8px 0 10px;
	background: #eb8a9e;
}
.arwBtn a {
	position: relative;
	z-index: 5;
	padding: 5px 10px 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.8);
}
.portrait .arwBtn a { font-size: 14px; }
.landscape .arwBtn a { font-size: 17px; }
.arwBtn a:before,
.arwBtn a:after {
	display: block;
	position: absolute;
	top: 0px;
	border: 1px solid #c93e5b;
	content: "";
}
.arwBtn a:before {
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea879c), color-stop(50%,#e1617c), color-stop(50%,#d85161), color-stop(100%,#ce193e));
	background: linear-gradient(#ea879c 0%, #e1617c 50%, #d85161 50%, #ce193e 100%);
}
.arwBtn a:after {
	z-index: -2;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ea879c), color-stop(50%,#e1617c), color-stop(50%,#d85161), color-stop(100%,#ce193e));
	background: linear-gradient(-45deg, #ea879c 0%, #e1617c 50%, #d85161 50%, #ce193e 100%);
	-webkit-transform-origin: left top;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.portrait .arwBtn a:after {
	width: 20px;
	height: 20px;
}
.landscape .arwBtn a:after {
	width: 16px;
	height: 16px;
}
.arwBtn .back a {
	float: left;
	margin-left: 15px;
	border-left: none;
}
.arwBtn .back a:before {
	border-left: none;
}
.arwBtn .back a:after {
	left: 4px;
}
.arwBtn .next a {
	float: right;
	margin-right: 15px;
	border-right: none;
}
.arwBtn .next a:before {
	border-right: none;
}
.portrait .arwBtn .next a:after { right: -18px; }
.landscape .arwBtn .next a:after { right: -15px; }

.arwBtn02 ul {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f9dbe1;
	table-layout: fixed;
}
.arwBtn02 li {
	display: table-cell;
}
.arwBtn02 li:nth-child(1) {
	border-right: 1px solid #f9dbe1;
}
.arwBtn02 a {
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
}
.arwBtn02 a:before {
	display: block;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #eb8a9e;
	border-right: solid 2px #eb8a9e;
	content: "";
}
.arwBtn02 .back a:before {
	left: 10px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.arwBtn02 .next a:before {
	right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*========================================
 +form
========================================*/
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="color"] {
	padding: 4px 9px;
	border: 0 solid #999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-appearance: none;
	-webkit-box-shadow: 1px 2px 6px rgba(124,124,124,0.45) inset;
}

/*========================================
 +general
========================================*/
em {
	color: #fc5f7f;
	font-style: normal;
}

.txtCenter { text-align: center; }
.txtRight { text-align: right; }

.separate01 { border-top: 3px solid #fc5f7f; }
.separate02 { border-top: 3px solid #6d88df; }

.txtO { color: #fc926d; }
.txtB { color: #342528; }
.txtBlue { color: #6d88df; }
.txtPink { color: #fc5f7f; }
.txtRed { color: #ff0202; }
.portrait .txt16 { font-size: 16px; }
.landscape .txt16 { font-size: 24px; }

.textpink {
	color:#ff3674
}
.portrait .txt18 { font-size: 18px; }
.landscape .txt18 { font-size: 27px; }

.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.linkunderline {
	text-decoration: underline;
}

