@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
* {
	padding: 0;
	margin: 0
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 140%;
}
h1 {
} /* Header内で設定 */
h2 {
}
h3 {
}
h4 {
}
a {
	color: #F08DA9;
}
a:hover, a:active {
	color: #F6ADC1;
	text-decoration: none;
}
a:visited {
}
ul {
}
li {
}
dl {
}
dt {
}
dd {
}
table {
}
th, td {
}
th {
}
td {
}
p {
	margin: 0 0 1em;
	line-height: 1.7em
}
.image-l {
	float: left;
	margin: 0 16px 8px 0;
}
.image-r {
	float: right;
	margin: 0 0 8px 16px;
}
/* add
------------------------------------------------------------------------*/

table {
	width: 100%;
}
/*margin*/
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-35 {
	margin-right: 35px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-45 {
	margin-right: 45px;
}
.mr-50 {
	margin-right: 50px;
}
.mr-55 {
	margin-right: 55px;
}
.mr-60 {
	margin-right: 60px;
}
/*Padding*/
.pb-0 {
	padding-bottom: 0;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
/*Width*/
.w-5 {
	width: 5%;
}
.w-10 {
	width: 10%;
}
.w-15 {
	width: 15%;
}
.w-20 {
	width: 20%;
}
.w-25 {
	width: 25%;
}
.w-30 {
	width: 30%;
}
.w-33 {
	width: 33%;
}
.w-35 {
	width: 35%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-50 {
	width: 50%;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}
body {
	color: #333;
}
#wrapper {
	min-width: 1000px;
	overflow: hidden
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#header {
	line-height: 0;
}

#index h1 {
	text-align: right;
	font-size: 10px;
	position: absolute;
	right: 0;
	line-height: 1.3em;
	width: 490px;	
	
}


.under p.ttl_h {
	font-size: 26px;
	position: absolute;
	text-align: center;
	left: 0;
	line-height: 1.3em;
	width: 400px;
	bottom: 57px;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	text-shadow: 4px 4px 7px #ffffff, 5px -4px 7px #ffffff, -5px 3px 7px #ffffff, -5px -4px 7px #ffffff, 4px 4px 7px #ffffff, 5px -4px 7px #ffffff, -5px 3px 7px #ffffff, -5px -4px 7px #ffffff;
	margin: 0;
}
#header .h-logo {
	width: 494px;
	float: left
}
#index #header {
	background: url(../images/idx_main01.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
}
#index #header > .inner {
	position: relative;
	height: 550px;
	box-sizing: border-box;
	padding-top: 16px
}
.center {
	text-align: center
}
/*==========================================================================*/
/*                               Index                                     */
/*==========================================================================*/
ul {
	list-style: none
}
/*#index .bx-viewport {
	position: absolute !important;
	left: 0px;
	bottom: 57px;
}*/
#index .boxslider{
	width:900px;
	margin:0 auto;
	}
#index .boxslider .bx-wrapper {
    margin-bottom: 40px;}
#index .boxslider img{width:100%}	
#index .idx_txt {
	right: 0;
	position: absolute;
	bottom: 37px
}
#index .idx_medal {
	left: 0;
	position: absolute;
	bottom: 10px;
	width:100%;
	
}
#index h3 {
	margin-bottom: 10px
}
#index .box02 h3 > img {
	max-width: 646px
}
#index .box01 {
	padding: 40px 0 0;
	background: url(../images/box01_bg.jpg) top center no-repeat;
	position: relative;
	background-size: cover;
	overoverflow: hidden;
	width: 100%;
}
#index .box01 h3 img {
	margin: 0 auto
}
#index .box01 .grp-txt {
	display: table;
	margin-bottom: 22px
}
#index .box01 .grp-txt div {
	display: table-cell;
	vertical-align: middle
}
#index .box01 .grp-txt .img {
	width: 27%
}
#index .box01 .grp-txt .t01 {
	width: 73%
}
#index .box01 .bx01-bnr {
	background: url(../images/box01_bg02.png) center center;
	box-sizing: border-box;
	padding: 160px 0 65px;
	background-size: cover
}
.ml-105 {
	margin-left: 105px
}
.box01 .bnr01 {
	width: 923px;
	margin: 60px auto 10px;
	display: block;
	overflow: hidden
}
.box01 .bnr01 li {
	float: left
}
.box01 h4 img {
	max-width: 278px;
	margin: 0 auto
}
.box01 .bnr01 li:last-child {
	float: right
}
.box01 .bnr01 li img {
	max-width: 440px;
}
.box01 .bnr02 {
	margin: 0 auto;
}
.box01 .bnr02 li {
	float: left
}
.box01 .bnr02 li:last-child {
	float: right
}
.box01 .bnr02 li:first-child img {
	max-width: 635px;
}
.box01 .bnr02 li:nth-of-type(2) img {
	max-width: 360px;
	display: block
}
.box01 .bnr02 li:nth-of-type(2) img.img01 {
	margin: 0 auto 5px
}
.bx02-box1 .inner {
	overflow: visible
}
#index .bx02-h4 {
	overflow: inherit;
	position: relative
}
#index .bx02-h4:after {
	content: url(../images/box02_img02.png);
	position: absolute;
	right: 20px;
	top: -42px;
	z-index: 9;
}

#index .video {
	position: relative
}
#index .video:after {
	content: url(../images/box02_txt01.png);
	position: absolute;
	right: -190px;
	top: -100px;
	width: 324px;
	height: 19px;
	z-index: 99;
}
#index .video:before {
	content: url(../images/box02_txt02.png);
	position: absolute;
	bottom: -155px;
	left: -150px;
	width: 319px;
	height: 140px;
	z-index: 99;
}
#index .box02 {
	background: url(../images/box02_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 70px 0 0 0;
}
#index .box02 .txt01 {
	margin-bottom: 35px;
	font-size: 12px;
	text-align: left;
	margin-left: 67px
}
#index .bx01-bnr h4 {
	margin: 0 auto 40px;
	display: block
}
#index .box02 h4 {
	margin: 0 auto 40px
}
#index .box02 h4 img {
	max-width: 430px;
	margin: 0 auto
}
.bx02-box1 h4 img {
	max-width: 435px
}
.wrp-bx02 {
	background: url(../images/box02_bg02.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative
}
.wrp-bx02:before {
	content: url(../images/box02_bg04.png);
	position: absolute;
	top: 0;
	margin-top:0px;
	left: 50%;
	margin-left:-955px
}
.bx02-box1 {
	background: url(../images/bx02-box1_bg01.png) no-repeat left bottom;
	padding: 160px 0 15px;
	background-attachment: fixed;
	background-position: left center;
}
.box02 > .inner {
	overflow: visible
}
.bx02-box1 .list-box {
	overflow: hidden;
}
.bx02-box1 .list-box li {
	width: 310px;
	height:auto;
	vertical-align: top;
	text-align: center;
	float: left;
	margin: 0 35px 15px 0;
}
.bx02-box1 .list-box li:nth-of-type(3n+3) {
	float: right;
	margin: 0 0 15px 0
}

.bx02-box1 .list-box li a {
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif !important;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color:#88805b;
	padding: 1px 10px;
	height: 250px;
	width: 250px;
	border: 1px solid #fff;
	display: inline-block;
	border-radius:50%;
	background:#FFFFFF;
	margin:auto;
	font-weight:bold;
	font-size:28px;
line-height: 1.4em !important;
border: 2px solid #e26888;

}
.bx02-box1 .list-box li:first-child a {
	line-height: 1.4em
}
.bx02-box1 .list-box li a span {
	background: url(../images/ruban.png) no-repeat;
width: 300px;
height: 65px;
display: block;
margin: 15px 0 20px -36px;
font-size: 24px;
padding: 3px 0 0 0;
font-weight: bold;
color: #fff;
}
.bx02-box1 .list-box li a span.pad {
	background: url(../images/ruban.png) no-repeat;
width: 300px;
height: 65px;
display: block;
margin: 15px 0 38px -36px;
font-size: 24px;
padding: 3px 0 0 0;
font-weight: bold;
color: #fff;
}
.bx02-box1 .list-box li a:hover {
	background: rgba(255, 255, 255, 0.8)
}
.a-btn {
	padding: 15px 30px;
	font-size: 17px;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	color: #f08da9;
	text-align: center;
	border: 3px solid #f08da9;
	width: 560px;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box
}
.a-btn:hover {
	background: rgba(246, 173, 193, 0.2);
}
#index .box03 {
	background: url(../images/box03_bg.jpg) repeat;
	padding: 80px 0;
	box-sizing: border-box
}
.inner .img_circle{
	width: 750px;
	margin: 0 auto;
}
#index .box03 .box-l {
	width: 361px;
	float: left;
}
#index .box03 .box-r {
	float: right;
	width: 360px;
	margin-top: 12px
}
.box03 h4 {
	margin: 0 auto 30px
}
.box03 .box-l h4 img {
	max-width: 572px
}
.box03 .img-list img {
	max-width: 260px
}
.box03 .img-list img.txt {
	max-width: 150px;
	margin-top: 13px
}
.box03 .img-list li {
	float: none;
	text-align: center
}
.box03 .img-list li:last-child {
	float: none;
}
.box03 .box-r .idx-bnr img {
	max-width: 360px
}
.box03 .box-r .idx-bnr li {
	margin: 0 auto 10px
}
#idx_colum img {
	max-width: 202px
}
#idx_colum li {
	font-size: 12px;
	background: url(../images/icon_column.png) no-repeat left top 4px;
	background-size: 9px 9px;
	margin-bottom: 12px
}
#idx_colum > p {
	margin-bottom: 20px
}
#idx_colum {
	padding: 14px 14px 16px;
	border: 1px solid #d7d5d2;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 1px 2px 2px #f0f0f0;
}
#idx_colum ul {
	height: 100px;
	overflow: auto
}
.under #idx_colum ul {
	height: 140px
}
#idx_colum li span {
	width: 88px;
	display: inline-block;
	font-weight: bold;
	margin: 0 10px 0 15px;
	vertical-align: top
}
#idx_colum li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	width: 86%
}
#index #idx_colum li a {
	width: 60%
}
#idx_colum li a:hover {
	text-decoration: underline
}
#content .parallax {
	background-attachment: fixed;
}
#index .box04 {
	text-align: center;
	background-image: url(../images/box04_bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 72px 0;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
#index .box04 > .inner {
	width: 724px
}
.box04 h4 img {
	max-width: 605px;
	margin-bottom: 30px
}
.box04 .txt01 {
	margin-bottom: 33px
}
.under .f-list {
	overflow: hidden;
	margin: 0 auto;
	text-align: center
}
.under #idx_colum {
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%
}
.under .staff {
	text-align: center
}
.under .staff-txt {
	text-align: center;
	max-width: 730px;
}
.under {
	background: url(../images/under_bg.png) center center repeat-y;
}
.grp-banner .box-l {
	float: left;
	width: 281px;
	margin-bottom: 30px
}
.grp-banner .box-l p {
	margin-bottom: 10px
}
.grp-banner .box-l p:last-child {
	margin-bottom: 0
}
.grp-banner .box-r {
	float: right;
	width: 680px;
	background: #DBEEF4;
	padding: 20px 15px 15px;
	box-sizing: border-box
}
.grp-banner .box-r .tit01 {
	margin: 0 auto 20px;
	text-align: center
}
.grp-banner .box-r .tit01 img {
	max-width: 260px
}
.grp-banner .box-r li:first-child {
	width: 414px;
	float: left;
	line-height: 0
}
.grp-banner .box-r li:last-child {
	width: 230px;
	float: right;
	line-height: 0
}
.grp-banner .box-r .img01 {
	margin-bottom: 6px
}
/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	background: #eee;
	color: #fff;
}
#footer .f-box01 {
	background: #333 url(../images/footer_bg.png) center center;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #222121;
}
.f-logo img {
	max-width: 505px
}
.f-logo {
	margin-bottom: 45px
}
#footer .f-t01 {
	font-size: 12px;
	text-align: center
}
.f-tel img {
	max-width: 325px
}
#footer address {
	overflow: hidden;
	bottom: 0;
	margin: 0 auto;
	border-top: 1px solid #4C4C4C;
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
	background: #333;
}
#footer .f-menu {
	width: 780px;
	margin: 0 auto
}
#footer .f-menu li {
	display: inline-block;
	margin: 0 9px 7px 0px;
}
#footer .f-menu li a {
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 10px;
	font-size: 12px
}
#footer .f-menu li a:hover {
	text-decoration: underline
}
#footer .f-menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	border-top: 4px solid transparent;
	border-left: 4px solid #ffd6e2;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	top: 5px;
}
#footer .f-add {
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo;
	margin-bottom: 60px
}
#totop {
	position: fixed;
	bottom: 40px;
	right: 80px;
	z-index: 100;
}
#totop:hover {
	opacity: 0.5;
}
#bnr_fixed {
	position: fixed;
	top: 112px;
	right: 20px;
	z-index: 100;

}
#bnr_fixed ul {
	box-shadow:1px 1px 2px #999;
	border-radius:15px;
	padding:8px;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5a4bb+0,ec89a5+100 */
	background: #f5a4bb; /* Old browsers */
	background: -moz-linear-gradient(top, #f5a4bb 0%, #ec89a5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5a4bb 0%,#ec89a5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5a4bb 0%,#ec89a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a4bb', endColorstr='#ec89a5',GradientType=0 ); /* IE6-9 */
	}
#bnr_fixed ul li {
	margin:0 0 5px 0;
	}
#bnr_fixed ul li:first-child {
	margin-top: -15px;
}
#bnr_fixed ul li:last-child {
	margin-bottom:0
	}
/*#bnr_fixed:hover {
	opacity: 0.8
}*/
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/*==========================================================================*/
/*                            navigation                                    */
/*==========================================================================*/

#gnavi {
	width: 100%;
	text-align: center;
	background: url(../images/gnavi_bg.png) repeat-x;
	height: 61px
}
.f-gnavi {
	position: fixed;
	z-index: 99999;
	top: 0;
	margin: 0 auto;
	opacity: 0.93
}
#gnavi ul {
	width: 1000px;
	margin: 0 auto;
}
#gnavi ul li {
	float: left;
	padding:0 6px;
}
#gnavi ul li:first-child {
	float: left;
	padding:0 6px 0 0 !important;
}
#gnavi ul li:last-child {
	float: left;
	padding:0 0 0 6px  !important;
}
#sp-gnavi {
	display: none
}
.topic-path {
	display: block;
	width: 1000px;
	margin: 20px auto 20px;
	overflow: hidden
}
.topic-path ul {
	font-size: 12px;
	margin: 0 auto 10px;
	padding: 10px 0;
	text-align: left;
}
.topic-path li {
	display: inline-block;
	font-size: 12px;
	color: #3E3E3F;
}
.topic-path li a {
	font-size: 12px;
	text-decoration: none;
	color: #F08DA9
}
.topic-path li:after {
	content: '>';
	margin-right: 5px;
	padding-left: 10px;
}
.topic-path li:last-child:after {
	content: '';
}
.topic-path li a:hover {
	text-decoration: underline;
}
#sp-btn01 {
	display: none
}
.sp {
	display: none;
}
.idx-slider li:first-child img {
	max-width: 426px
}
.idx-slider li:nth-of-type(2) img {
	max-width: 426px
}
.idx-slider li:nth-of-type(3) img {
	max-width: 426px
}
/*==========================================================================*/
/*                             UNDER                                       */
/*==========================================================================*/

.inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden
}
.under .section {
	margin: 0 auto 40px;
	padding: 0 8px;
	box-sizing: border-box
}
.under #content {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px
}
.under #header {
	height: 250px;
	background: url(../images/under_main.jpg) top center no-repeat;
	background-size: cover;
}
.under h1 {
	position: absolute;
	right: 0;
	font-size: 10px;
	width: 480px;
	text-align: right;
	margin: 0 0 1em;
	line-height: 1.7em;
	
}
.under #header > .inner {
	position: relative;
	height: 100%;
	padding: 10px 0
}
.under h2 {
	font-size: 40px;
	color: #f08da9;
	line-height: 1.4em;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	text-align: center;
	background: url(../images/h2_icon.png) no-repeat center;
	margin: 0 auto 40px;
	padding: 50px 50px;
	box-sizing: border-box;
}
.under h3 {
	margin: 0 0 30px;
	line-height: 1.4em;
	font-size: 24px;
	padding: 0 0 10px;
	background: url(../images/sub_03.jpg) no-repeat bottom left;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
}
.under h4 {
	padding: 14px;
	font-size: 20px;
	background: #F7F4EF;
	margin: 0 0 30px;
	position: relative;
	line-height: 1.4em;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
}
.under h4:before {
	content: "";
	position: absolute;
	height: 80%;
	width: 5px;
	background: #6ec6ea;
	left: 0;
	top: 9.5%;
}
.under h5 {
	padding: 0 0 5px 8px;
	font-size: 18px;
	color: #666666;
	margin: 0 0 30px;
	line-height: 1.4em;
	border-bottom: 1px dotted #E3DFDD;
	font-family: Meiryo;
	font-weight: bold;
}
.under h6 {
	padding: 0 0 0 23px;
	font-size: 15px;
	color: #6ec6ea;
	margin: 0 0 30px;
	line-height: 1.4em;
	font-family: Meiryo;
	font-weight: bold;
	background: url(../images/icon_h6.png) no-repeat left 0 top 0px;
}
.under h5 span {
	color: #f29fb6
}
.under .image-r img, .under .image-l img {
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid #E0DCDA
}
.under-tbl th, .under-tbl td {
	padding: 18px;
}
.under-tbl th {
	color: #d36880;
	background: #FFEEF3;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 0px
}
.under-tbl td {
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-left: 0px
}
.under-list {
	overflow: hidden
}
.under-list li {
	position: relative;
	padding: 0 0 0 15px;
	line-height: 1.4em;
	margin: 0 0 8px;
	text-align: left
}
.under-list li:last-child {
	margin-bottom: 0
}
.under-list li:before {
	content: url(../images/icon_list.png);
	width: 9px;
	height: 9px;
	left: 0;
	top: 4px;
	position: absolute
}
.under .qa dt {
	color: #f08da9;
	font-size: 16px;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	padding: 5px 0;width:100%
}
.under .qa dd {
	padding: 5px 0;overflow:hidden
}
.under .qa dt span {
	margin-right: 8px;
	position: relative;
	top: 0px;
	font-size: 18px;
}
.under .qa dd span {
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 0px;
	float: left;line-height:1.2em
}
.under .qa dd > p{}
img {
	max-width: 100%;
}
#index .box01 .grp-txt .img.sp {
	display: none
}
#content .sp {
	display: none
}
#content .pc {
	display: block
}
/*****SUB PAGES***/
.anchor-link {
	text-align: center;
}
.anchor-link li {
	width: 35%;
	display: inline-block;
	margin: 0 1% 2%;
	border: 3px solid #f08da9;
}
.anchor-link li a {
	text-decoration: none;
	display: block;
	color: #f08da9;
	padding: 17px 0;
	font-weight: bold;
	position: relative;
	font-size: 16px;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
}
.anchor-link li:hover {
	background: #f08da9;
}
.anchor-link li:hover a {
	color: #fff;
}
.bnr-txt {
	background: url(../images/bnr_txt_bg.gif) repeat 0 0;
	text-align: center;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	font-size: 17px;
	border: 1px solid #dcd7d3;
	padding: 25px 0;
	margin: 20px 0 10px;
	line-height: 1.7em;
}
.txt-line {
	text-decoration: line-through;
}
span.br {
	display: block;
}
.pickup {
	background: #DCEFF7 url(../images/pickup_bg.png) no-repeat left bottom;
	background-size: cover;
	padding: 30px 40px 60px;
}
.pickup-ttl {
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	font-size: 30px;
	text-align: center;
}
.pickup-ttl span {
	font-size: 15px;
	display: block;
	color: #5cb7dc;
	position: relative;
	top: -17px;
}
.pickup .under-tbl td {
	text-align: center;
	background: #fff;
}
.txt-red {
	color: #E80003;
}
.under-tbl02 th, .under-tbl02 td {
	padding: 18px;
}
.under-tbl02 th {
	color: #d36880;
	background: #FFEEF3;
	border: 1px solid #C8C8C8;
}
.under-tbl02 td {
	border: 1px solid #C8C8C8;
}
#voice .table-scroll {
	margin: 0 0 40px 0;
}
#strength .voice-h5 {
	position: relative;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	padding: 0 80px 10px 0;
}
#strength .voice-h5 span {
	background: url(../images/link_bf.png) no-repeat left 6px;
	background-size: 32px 15px;
	padding: 0 0 0 35px;
}
#strength .voice-h5:before {
	content: '';
	background: url(../images/h5_bg.png) no-repeat right top;
	background-size: 120px 80px;
	width: 120px;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: -10px;
}
.qa {
	margin: 0 0 20px 0;
}
.txt-B {
	font-weight: bold;
}
.under .column-cate {
	width: 70%;
	margin: 0 auto 50px;
	border: 2px solid #dbd6d1;
	padding: 20px 20px 0;
	box-sizing: border-box;
}
.column-cate dt {
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	font-family: "Hiragino Mincho Pro", "DFHSMinchoR Pro-6N", serif, Meiryo;
	border-bottom: 1px solid #f08da9;
	padding: 15px 0;
	color: #f08da9;
}
.column-cate dd {
	padding: 25px;
}
.under-list.column {
	text-align: center;
}
.under-list.column li {
	display: inline-block;
	margin: 0 20px;
}
.under-list.column li a {
	text-decoration: none;
}
.column-img {
	max-width: 414px;
	float: left;
	box-sizing: border-box;
	margin: 0 16px 8px 0;
}
.column-img img {
	padding: 7px;
	border: solid 1px #E0DCDA;
}
.column-btn {
	width: 100px;
	background: #96c9e3;
	text-align: center;
	margin: 0 auto 50px;
}
.column-btn a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 0;
}
.column-btn a:hover {
	opacity: 0.5
}
.pager li {
	display: inline;
	padding: 5px;
	width: auto;
}
.pager li.disabled {
	display: none;
}
.pager li a {
	padding: 5px 15px;
	background: #fff;
	text-decoration: none;
	color: #f08da9;
	border: 1px solid #f08da9;
}
.pager li a:hover {
	background: #f08da9;
	color: #fff;
}
.pager {
	margin-bottom: 50px !important;
	text-align: center
}
.pager li.active a {
	background: #f08da9;
	color: #fff;
}
.bnr li {
	margin: 0 0 15px 0;
	line-height: 0
}
.bnr li:hover {
	opacity: .7;
}
.bnr li:last-child {
	margin: 0;
}
.sp_show02 {
	display: none;
}
.icon-tel:nth-of-type(1) {
	margin-top: -60px;
}
.icon-tel:nth-of-type(2) {
	margin-top: -60px;
}
p.ttl_h.h1-full{
	width:480px;
}
p.ttl_h.h1-full02{
	width:550px;
}
.voice-r{
	float: right;
	width: 24.25%;
}
.voice-r a:hover{
	opacity: 0.8;
}
.voice-l{
	float: left;
	width: 72%;
}
.voice-l .table-scroll{
	margin-bottom: 20px !important;
}
.red{color:#F00;}
.bold{font-weight:bold;}






@media only screen and (min-width: 641px) { 
	.bx-pc {
		display: block;
	}	
	
	.bx-sp {
		display: none;
	}
	
}


@media only screen and (max-width: 640px) { 
	
	.bx-sp {
		display: block !important;
	}
	
	.bx-pc {
		display: none;
	}	
	
	
}


.plt_slide div.plt_slide01 {
	width: 430px;
	height: 250px;	
}


.plt_slide div p:first-child {
	text-align: center;
	font-size: 38px;
	line-height: 55px;
	color:#000;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	margin-bottom: 15px;
}


.plt_slide div p:first-child span {
	font-weight: bold;
}

.plt_slide div p:last-child {
	color:#96781e;
	font-size: 22px;
	text-align: center;
	font-family: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	
}

.plt_slide_sup span.ar01{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" !important;
	font-size: 28px;		
}

span.plt_txt_bold {
	font-weight: bold;
}


@media only screen and (max-width: 640px) { 
	
.plt_slide div.plt_slide01 {
	width: 200px;
	height: 200px;	
}

	
	.plt_slide div p:first-child {
		font-size: 16px;
		line-height: 24px;
		padding-top: 80px !important;
		margin-bottom: 5px;
	}
	
	
	.plt_slide div p:last-child {
		font-size: 12px;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}
	
	.plt_slide_sup span.ar01{
		font-size: 18px;
	}

	
}



.plt_content01 span {
	font-weight: bold;
	color:#f08da9;
	display: block;
	font-size: 38px;
	margin-bottom: 15px;
}


.plt_content01 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	text-align: center;
	color:#636363;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 30px;
}

.plt_content02 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	text-align: center;
	color:#000;	
	font-size: 34px;
	font-weight: bold;
}


.plt_content03 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	text-align: center;
	color:#fff;	
	font-size: 34px;
	
	
}
.plt_content03  span.ske{transform: skewX(-10deg);
-moz-transform: skewX(-10deg);
-webkit-transform: skewX(-10deg);
-o-transform: skewX(-10deg);
-ms-transform: skewX(-10deg);
 display:block; }
.plt_content03  span.num{ font-size: 50px;
display: inline;
width: auto;
font-weight: bold;
color: #71c7ea;
}
.h4_relative {
	position: relative
}

.h4_relative p {
	position: absolute;
	top:-14px;
	left: -2px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 28px;
	font-weight: bold
}

.h4_relative p span{ 
		font-size: 16px;
	letter-spacing: 2px;
	color:#7ccbea;
}


.plt_content04 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	text-align: center;
	color:#4a4a4a;	
	font-size: 30px;	
	margin-bottom: 30px;
}


.plt_content04 span{	
	color:#fd94b2;	
}


@media only screen and (max-width: 640px) {  
	.plt_content01 {
		font-size: 14px;
	}
	
	.plt_content02 {
		font-size: 4.4vw;
	}

	.plt_content03 {
		font-size: 6vw;
	}
	
	h4.fix_fz_sp {
		font-size: 8vw !important;
	}
	
	.h4_relative p {
		font-size: 24px;
	}
	
	.h4_relative p span{ 
		font-size: 13px;
	}
	
	.plt_content04 {
		font-size: 6.3vw;
		line-height: 8vw;
	}
	
	
	.h4_relative p {
		top: -12px;
	}
	
	.plt_content01 span {
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	
	.fix_fz_sp span{
		display: block !important;
		color:#78d9ff;
		font-size: 5vw;
		margin-top: 10px;
	}
	
	
	.fix_txt_sp span {
		display: block !important;
		color:#f090ab;
		font-size: 5vw;
		margin-top: 10px;		
	}
	
	.plt_content03  span.ske{transform: skewX(-10deg);
-moz-transform: skewX(-10deg);
-webkit-transform: skewX(-10deg);
-o-transform: skewX(-10deg);
-ms-transform: skewX(-10deg);
 display:block;
 color:#FFF !important}
.plt_content03  span.num{ font-size:50px;  display:inline !important; width:auto; color:#FFF !important
}
	
	#index .bg_medal{
		background: url(../images/box02_img02.png) no-repeat top right 1vw;
		background-size: 30px;
	}

	
	
	
}

.fix_fz_sp span,.fix_txt_sp span {
	display: none;
}
.mt20{ margin-top:20px;} 






















