@charset "UTF-8";
body {
  width: 100%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial,helvetica,clean,sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
  color: #222;
	background: #fff;
  border-top: 4px solid #006633;
}
a {
  text-decoration: none;
  color: #222;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}
p {
	word-wrap: break-word;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pagetop {
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  bottom: 3vw;
  right: 2vw;
  width: 12vw;
}
.pagetop:hover {
  opacity: .6;
}
.d_pc {
  display: none!important;
}
/* .sidr */
.sidr {
  background: #958c7a !important;
  box-shadow: none !important;
}
.sidr ul {
  border-bottom: none !important;
  border-top: none !important;
}
.sidr ul li {
  border-bottom: none !important;
  border-top-color: #7a7261 !important;
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}
.fade-in-up {  transform: translate(0, 50px);}
.fade-in-down {  transform: translate(0, -50px);}
.fade-in-left {  transform: translate(-50px, 0);}
.fade-in-right {  transform: translate(50px, 0);}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/*
       01. header
========================================================================== */
header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
  padding: 6vw 4% 4vw;
}
header .sunflare-academy {
  display: block;
  overflow: hidden;
  width: 38%;
  height: 0;
  padding-top: 38px;
  background: url("../images/common/logo_sunflare.png") no-repeat 0 0;
  background-size: contain;
}
header .logo {
  width: 33vw;
	margin: -4vw 13vw 0 0;
}
header .logo a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 16vw;
  background: url("../images/common/logo.png") no-repeat 0 0;
  background-size: contain;
}
header .sunflare-academy {
  display: block;
  overflow: hidden;
  width: 35vw;
  height: 0;
  padding-top: 8vw;
  background: url("../images/common/logo_sunflare.png") no-repeat 0 0;
  background-size: contain;
}
/*
       02. gnav
========================================================================== */
nav.globalMenuSp {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 2vw;
  background: rgb(255,255,255,0.95);
  color: #000;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 80%;
	padding: 5vw 5% 8vw;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
nav.globalMenuSp ul {
	margin-bottom: 30px;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0 5%;
  width: 100%;
	box-sizing: border-box;
  border-bottom: 2px solid #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #222;
  padding: 0.9em 0;
	letter-spacing: 0.1em;
}
nav.globalMenuSp ul li a span:first-child {
	font-size: 1.2em;
	font-weight: bold;
}
nav.globalMenuSp ul li a span:nth-child(2) {
	margin-left: 1em;
	color: #006633;
}
/* search_form */
.search_form {
	padding: 5px 16px;
	width: 100%;
  box-sizing: border-box;
	border-radius: 30px;
	border: 2px solid #006633;
	background: #fff;
}
.search_form form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0!important;
}
.search_form table.gsc-search-box {
	margin-bottom: 0!important;
}
.search_form input,
.search_form input:focus {
	width: 80%;
	border: none;
	outline: none;
	margin: 0!important;
	height: 1.6em!important;
}
.search_form .gsc-input-box {
	padding: 0;
}
.search_form .gsc-input {
	background: none!important;
}
.search_form button.gsc-search-button {
  display: inline-block;
	width: 23px;
	height: 23px;
  background: url("../images/common/ic_search.png") no-repeat 0 0;
  background-size: contain;
	border: none;
}
.search_form .gsc-search-button svg,
.search_form .gsc-clear-button {
  display: none;
}
.search_form .gsc-input-box {
	border: none;
}
.search_form .gsib_a,
.search_form .gsc-control-cse {
	padding: 0;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
	top: 20vw;
}
/* ハンバーガー用 */
.navToggle {
  display: block;
  position: fixed;
  right: 2vw;
  top: 7vw;
  width: 42px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
  background: #006633;
  text-align: center;
	border-radius: 2px;
}
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 26px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 8px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
       03. footer
========================================================================== */
footer {
	margin-top: 80px;
  padding: 30px 4% 20px;
  background: #006633;
}
footer .inner {
  margin: 0 auto 30px;
}
footer .footer_left .f_logo a {
	display: block;
	margin: 0 auto 20px;
  overflow: hidden;
	width: 32vw;
	height: 0;
	padding-top: 16vw;
  background: url("../images/common/logo_wh.png") no-repeat 0 0;
  background-size: contain;
}
footer .inner .f_sitemap ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
footer .inner .f_sitemap ul li a {
	color: #fff;
	display: inline-block;
	line-height: 1;
	font-weight: bold;
  font-size: 90%;
}
footer .inner .f_sitemap ul li:not(:last-child) a {
	margin-right: 0.8em;
	padding-right: 0.8em;
	border-right: 1px solid #fff;
}
footer .footer_right a {
	display: block;
	margin: 0 auto 5px;
  width: 70%;
}
footer .copy {
	color: #fff;
  font-size: 80%;
	text-align: center;
}
/*
     04. top
 ========================================================================== */
#top .kv_slider {
	overflow: hidden;
}
#top .kv_slider .kv_cont {
	padding: 6vw 6vw 7vw;
	background-image: url("../images/common/bg_dot.png");
	background-size: 9px;
}
#top .kv_slider .kv_class {
	background-color: #e5f3ec;
}
#top .kv_slider .kv_column {
	background-color: #e2eefb;
}
#top .kv_slider .kv_path {
	background-color: #f9e9eb;
}
#top .kv_slider .kv_cont a > img {
	display: block;
	margin-bottom: 20px;
}
#top .kv_slider .kv_cont a .txt_area .kv_ttl {
	margin-bottom: 10px;
	font-size: 7vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#top .kv_slider .kv_cont a .txt_area p {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
#top .kv_slider .kv_cont a .txt_area .read {
	position: relative;
	margin-top: 1em;
	text-align: right;
	line-height: 1;
	padding-right: 2.6em;
}
#top .kv_slider .kv_cont a .txt_area .read::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: -0.7em;
	width: 2em;
	height: 2em;
	background: url("../images/common/ic_arrow01_gr.png") no-repeat 0 50%;
	background-size: contain;
}
#top .kv_slider .kv_column a .txt_area .read::after {
	background: url("../images/common/ic_arrow01_bl.png") no-repeat 0 50%;
	background-size: contain;
}
#top .kv_slider .kv_path a .txt_area .read::after {
	background: url("../images/common/ic_arrow01_rd.png") no-repeat 0 50%;
	background-size: contain;
}
#top .slick-prev {
	overflow: hidden;
	top: 50vw;
	left: 1vw;
	width: 3vw;
	height: 0;
	padding-top: 7vw;
	background: url("../images/common/ic_arrow_l.png") no-repeat 0 50%;
	background-size: contain;
	z-index: 10;
}
#top .slick-next {
	overflow: hidden;
	top: 50vw;
	right: 1vw;
	width: 3vw;
	height: 0;
	padding-top: 7vw;
	background: url("../images/common/ic_arrow_r.png") no-repeat 0 50%;
	background-size: contain;
	z-index: 10;
}
/* content */
#top #content {
	padding: 30px 4% 0;
}
#top #content section {
	margin-bottom: 60px;
}
#top #content section .cont_ttl {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 6.5vw;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.4;
	background:linear-gradient(transparent 70%, #fffa6f 60%);
}
#top .btn_show {
	display: block;
	margin: 30px auto 0;
	padding: 0.8em 1em;
	width: 80%;
	background: #006633;
	text-align: center;
	border-radius: 40px;
}
#top .btn_show p {
	position: relative;
	display: inline-block;
	padding-right: 2.2em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 110%;
}
#top .btn_show p::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: -0.4em;
	width: 1.6em;
	height: 1.6em;
	background: url("../images/common/ic_arrow01_wh.png") no-repeat 0 50%;
	background-size: contain;
}
#top #c_column .article_wrap .article_cont .txt_area .article_ttl,
#column .article_wrap .article_cont .txt_area .article_ttl {
	color: #105fb2;
}
#top #c_column .btn_show {
	background: #105fb2;
}
#top #c_path .article_wrap .article_cont {
	display: block;
}
#top #c_path .article_wrap .article_cont .thumb {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#top #c_path .article_wrap .article_cont .thumb:before {
	padding-top: 64%;
}
#top #c_path .article_wrap .article_cont .txt_area {
	width: 100%;
}
#top #c_path .article_wrap .article_cont .txt_area .article_ttl,
#path .article_wrap .article_cont .txt_area .article_ttl {
	color: #e54658;
}
#top #content #c_column {
	margin-bottom: 80px;
}
/* c_path */
#top #c_path {
	padding: 9vw 5vw 0;
	border-radius: 20px;
	border: 5px solid #f9e3e5;
}
#top #c_path .path_ttl {
	display: block;
	position: absolute;
	top: -1.2em;
	left: 15.2vw;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 6.5vw;
	color: #e54658;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	background: #fff;
}
#top #c_path #new_essay {
	padding: 1.6em 1.2em;
  border-radius: 4px;
}
#top #c_path #new_essay .ttl_area {
	margin-bottom: 6vw;
}
#top #c_path .list_area ul li {
	padding: 0.8em;
	border-bottom: 1px dotted #ccc;
  font-size: 0.85rem;
}
#top #c_path .list_area ul li:first-child {
	padding-top: 0.4em;
}
#top #c_path .list_area .essay_date  {
	margin-left: 1.2em;
	font-size: 0.75rem;
	color: #666;
}
#top #c_path #new_essay .new_essay_note {
	margin-top: 2em;
	font-size: 80%;
	line-height: 1.6;
	color: #666;
}

/*
       08. multi-class
========================================================================== */
#sidr ul li {
  line-height: 1.2;
}
#sidr ul li a {
  display: block;
  padding: 18px 10px;
}
/*　画像　*/
.fade {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.fade:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
.img-border {
  padding: 4px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.img-right {
  float: right;
  margin: 0 0 10px 15px;
  width: 44%;
  height: auto;
}
.img-left {
  float: left;
  margin: 0 15px 10px 0;
  width: 44%;
  height: auto;
}
.border {
  border: 1px solid #bfbfbf;
}
.center {
  text-align: center;
}
.alignR {
  text-align: right !important;
}
.alignL {
  text-align: left !important;
}
.vAlignM {
  vertical-align: middle !important;
}

/*　見出し */
.ttl-low1 {
	margin-bottom: 20px;
	padding-bottom: 0.4em;
	font-size: 5vw;
	font-weight: bold;
  line-height: 1.4;
	border-bottom: 3px solid #006633;
}
.ttl-low1.ttl-low1-2 {
	border-bottom: 3px solid #105fb2;
}
.ttl-low1.ttl-low1-3 {
	border-bottom: 3px solid #e54658;
}
.ttl-low2 {
	margin-bottom: 10px;
	padding: 0.5em;
	background: #f1f1f1;
	border-radius: 4px;
	border-left: 10px solid #006633;
	font-size: 4.6vw;
	font-weight: bold;
  line-height: 1.4;
}
.ttl-low2.ttl-low2-2 {
	border-left: 10px solid #105fb2;
}
.ttl-low2.ttl-low2-3 {
	border-left: 10px solid #e54658;
}
.ttl-low3 {
  font-size: 4.5vw;
  padding-bottom: 0.2em;
  font-weight: bold;
}
.ttl-low3::before {
  content: '■';
  padding: 0 0.3em 0.2em 0;
  font-size: 70%;
  color: #006633;
}
.ttl-low3.ttl-low3-2::before {
  color: #105fb2;
}
.ttl-low3.ttl-low3-3::before {
  color: #e54658;
}
/* 記事一覧3列 */
.article_wrap .article_cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.article_wrap .article_cont .thumb {
	width: 48%;
	position: relative;
}
.article_wrap .article_cont .thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.article_wrap .article_cont .thumb img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.article_wrap .article_cont .txt_area {
	width: 48%;
}
.article_wrap .article_cont .txt_area .article_ttl {
	margin-bottom: 0.3em;
	font-size: 4vw;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: bold;
	color: #006633;
}
.article_wrap .article_cont .txt_area p {
	font-size: 85%;
	letter-spacing: 0.06em;
}
/* ボタン */
.btn_A {
	display: inline-block;
	border-radius: 30px;
	line-height: 1;
	padding: 0.6em 3.5em;
	color: #fff;
	text-align: center;
	background: #006633;
}
.btn_A span {
	position: relative;
	margin-left: -1em;
	font-weight: bold;
}
.btn_A span::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: -2em;
	top: -0.25em;
	width: 1.4em;
	height: 1.4em;
	background: url(../images/common/ic_arrow01_wh.png) no-repeat 0 50%;
	background-size: contain;
}
.btn_A.btn_bl {
	background: #105fb2;
}
.btn_A.btn_re {
	background: #e54658;
}
/*　 コラム */
.column .ttl-btn {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 5px 7px;
  line-height: 1.4;
  background: #00AFF3;
  color: #fff;
  border: 1px solid #00AFF3;
}
.column .column_inner {
  background: #fff;
  border-left: 1px solid #00AFF3;
  border-right: 1px solid #00AFF3;
  border-bottom: 1px solid #00AFF3;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 10px;
}
/*テーブル*/
.table-normal, .table-nocolor {
  width: 100%;
  font-size: 90%;
}
.table-normal th {
  background: #fff8e9;
  padding: 6px 8px;
  border: 1px solid #ccc;
}
.table-normal td {
  background: #fff;
  padding: 6px 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-nocolor th {
  background: #E2E2E2;
  color: #333;
  padding: 6px 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-nocolor td {
  background: #fff;
  padding: 6px 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-nostyle th {
  padding: 6px 8px;
  vertical-align: middle;
}
.table-nostyle td {
  padding: 6px 8px;
  vertical-align: middle;
}
.tAlignL {
  text-align: left !important;
}
.tAlignC {
  text-align: center !important;
}
.tAlignR {
  text-align: right !important;
}
.tVAlignT {
  vertical-align: top !important;
}
.tVAlignM {
  vertical-align: middle !important;
}
.tVAlignB {
  vertical-align: bottom !important;
}
.tsub {
	vertical-align: sub;
	font-size: 70%;
}
.tsuper {
	vertical-align: super;
	font-size: 70%;
}
/* list */
.list-num li {
  list-style-type: decimal;
  list-style-position: inside;
}
.list-dot li {
  list-style: disc;
  margin-left: 1.5em;
}
.txt-indent li {
  padding-left: 1em;
}
.list-dot.txt-indent li {
  background: url(../images/common/disc.png) no-repeat left 2px;
}
.list-nostyle li {
  list-style: none;
}
.list-a {
  list-style-type: lower-alpha;
  list-style-position: inside;
}
/*　画像・レイアウト */
.img-column-wrap {
  position: relative;
  overflow: hidden;
}
.img-column {
  position: relative;
  left: 50%;
  float: left;
}
.img-column li {
  position: relative;
  float: left;
  left: -50%;
  margin-right: 2%;
}
.img-column.for-two li {
  width: 49%;
}
.img-column.for-three li {
  margin-right: 2%;
  width: 32%;
}
.img-column.for-four li {
  margin-right: 1.3%;
  width: 24%;
}
.img-column.for-two li:nth-child(even), .img-column.for-three li:nth-child(3n), .img-column.for-four li:nth-child(4n) {
  margin-right: 0 !important;
}
.img-column.for-three .img-border, .img-column.for-four .img-border {
  padding: 2px;
}
/* img+textbox */
.box-img-left {
  display: block;
  width: 100%;
}
.box-img-left .img {
  width: auto;
  display: block;
  margin: 0 auto 10px;
  padding-right: 0;
  text-align: center;
}
.box-img-left .box {
  display: block;
  vertical-align: top;
}
.box-img-right {
  display: block;
  width: 100%;
}
.box-img-right .img {
  width: auto;
  display: block;
  vertical-align: top;
  margin: 0 auto 15px;
  padding-left: 0;
}
.box-img-right .box {
  display: block;
  vertical-align: top;
}
.box-two-column {
  display: table;
  width: 100%;
}
.box-two-column .box-right {
  display: table-cell;
  vertical-align: top;
}
.box-two-column .box-img-left {
  width: 48.6%;
  display: table-cell;
  vertical-align: top;
  padding-right: 3%;
}
.box-two-column .box-img-right {
  width: 48%;
  display: table-cell;
  vertical-align: top;
  padding-left: 3%;
}
.box-two-column .box-left {
  display: table-cell;
  vertical-align: top;
}
.box-two-column .box-img-left .img-border, .box-two-column .box-img-right .img-border, .box-two-column-around .box-img-left .img-border, .box-two-column-around .box-img-right .img-border {
  padding: 2px;
}
.box-two-column-around {
  display: block;
  width: 100%;
}
.box-two-column-around .box-img-right {
  width: 48%;
  float: right;
  margin: 0 0 8px 3%;
}
.box-two-column-around .box-img-left {
  width: 48%;
  float: left;
  margin: 0 3% 8px 0;
}

/*　テキスト */
.gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mplus {
  font-family: 'M+ C Type-1 (basic latin) Regular', 'M+ Type-1 (general-j) Regular', "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-link {
  color: #105fb2;
  text-decoration: underline;
  margin: 0 1px;
}
.nolink {
	color: #666;
	text-decoration: none;
	pointer-events: none;
}
.underline {
	text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.uline {
	border-bottom: 1px solid #222;
}
.ulined {
	border-bottom: 3px double #222;
}
.ulines {
	border-bottom: 1px dashed #222;
}
.gray {
  color: #808080;
}
.txt150 {
  font-size: 150%;
}
.txt130 {
  font-size: 125%;
}
.txt120 {
  font-size: 120%;
}
.txt110 {
  font-size: 110%;
}
.txt90 {
  font-size: 90%;
}
.txt80 {
  font-size: 80%;
}
.txt40 {
  font-size: 40%;
}
.or {
  color: #fc9b2a;
}
.re {
  color: #e54658;
}
.gl {
  color: #006633;
}
.bl {
  color: #105fb2;
}
.gr {
  color: #006633;
}
.lead_txt {
	text-align: center;
	font-size: 3.8vw;
	font-weight: bold;
	line-height: 1.8;
}
/*　box */
.box_A {
	padding: 1.5em;
	background: #f5f5f5;
}
.box_B {
	padding: 1.5em;
	background: #edf6f1;
}
/*　余白 */
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}

/* ボタン */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.detail-btn {
  text-align: right;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 12px;
}
.detail-btn i.fa {
  color: #F2BC17;
}
.menu-btn2 .ttl {
  background: #61B4E5;
  color: #fff;
  border-color: #61B4E5;
}
.menu-btn2 li img {
  border-color: #61B4E5;
}
.menu-btn2 .detail-btn i.fa {
  color: #61B4E5;
}
/*改行非表示*/
.sp-none {
  display: none;
}
@media screen and (min-width : 310px) and (max-width: 330px) {
  .ios5only {
    display: none;
  }
}
@media screen and (min-width : 360px) {
  .andover {
    display: none;
  }
}
@media screen and (min-width : 375px) {
  .ios6over {
    display: none;
  }
}
/*
     10. error
 ========================================================================== */
.error {
  text-align: center;
  font-size: 18px;
  height: 120px;
  padding-top: 30px;
}