@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
------------------------------------------------------ */
#ui5560 h1, #ui5560 h2 {
    font-weight: bold;
}

#ui5560 div, #ui5560 h1, #ui5560 h2, #ui5560 p, #ui5560 dl, #ui5560 dt, #ui5560 dd, #ui5560 ul, #ui5560 li {
	margin: 0;
	padding: 0;
}

#ui5560 img {
	margin: 0;
	padding: 0;
	border: none;
    height: auto;
}

#ui5560 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#ui5560 .notice1 { font-size: 14px; }

#ui5560 .btnRed a {
    display: block;
    position: relative;
    width: 320px;
    margin: 0 auto;
    padding: 17px 15px 13px;
    background: #d80084;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#ui5560 .btnRed a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

#ui5560 .btnRed a:hover {
    opacity: 0.7;
}

/* セクション 共通設定
------------------------------------- */
#ui5560 .section {
	width: 100%;
	margin: 0;
	padding: 50px 0;
}

#ui5560 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui5560 .section::after,
#ui5560 .section .inner::after,
#ui5560 .section .row::after,
#ui5560 .section .row2::after{
    content: "";
    display: block;
    clear: both;
}

#ui5560 .section h2 {
	font-size: 32px;
	margin-bottom: 10px;
	text-align: center;
}

#ui5560 .section p {
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}

#ui5560 .section .row {
	margin-bottom: 30px;
}

#ui5560 .section .row .col {
	float: left;
	width: 580px; /* 50% */
}

#ui5560 .section .row .col1 {
	float: left;
	width: 580px; /* section01 */
    text-align: right;
}

#ui5560 .section .row .col2 {
	float: left;
	width: 580px; /* section01 */
}

#ui5560 .section .row .col3 {
	float: left;
	width: 670px; /* section03 */
}

#ui5560 .section .row .col4 {
	float: left;
	width: 490px; /* section03 */
}

#ui5560 .section .row .col5 {
	float: left;
	width: 780px; /* section05 */
    margin-left: 90px;
    padding-left: 20px;
}

#ui5560 .section .row .col6 {
	float: left;
	width: 200px; /* section05 */
    padding-top: 20px;
}

#ui5560 .section .row2 {
	width: 980px;
    margin: 0 auto;
}

#ui5560 .section .row2 .col {
	float: left;
	width: 490px; /* 50% */
}

/* タイトル
------------------------------------------------------ */
#ui5560 #mainVisual .inner {
	position: relative;
	height: 500px;
	background: url(im_mainVisual.png) top right no-repeat;
}

#ui5560 #mainVisual .txtbox {
	position: absolute;
	width: 580px;
	margin: 130px 0 0 50px;
}

#ui5560 #mainVisual .txtbox h1 {
	position: absolute;
	top: 100px;
	width: 100%;
	font-size: 30px;
	text-align: center;
}

#ui5560 #mainVisual .txtbox p {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 24px;	
	line-height: 1.8;
	text-align: center;
}

#ui5560 #mainVisual .txtbox div.btnRed {
	position: absolute;
	top: 200px;
	width: 100%;
}

/* セクション 個別設定 01
------------------------------------------------------ */
#ui5560 #section01 {
	background: #f0f0f0;
}

#ui5560 #section01 ul {
	margin-left: 70px;
}

#ui5560 #section01 ul li {
	text-align: left;
}

#ui5560 #section01 ul li span.f30 {
	font-size: 30px;
}

#ui5560 #section01 ul li span.f48 {
	font-size: 48px;
}

/* セクション 個別設定 02
------------------------------------------------------ */
#ui5560 #section02 .row {
	text-align: center;
}

/* セクション 個別設定 03
------------------------------------------------------ */
#ui5560 #section03 {
	background: #f0f0f0;
}

#ui5560 #section03 .row {
	margin-bottom: 0;
}

#ui5560 #section03 ul {
    list-style: disc;
	margin: 70px 0 0 90px;
    padding: 0 0 0 40px;
}

#ui5560 #section03 ul li {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
}

/* セクション 個別設定 04
------------------------------------------------------ */
#ui5560 #section04 dl {
    width: 850px;
    margin: 0 auto 30px;
}

#ui5560 #section04 dt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#ui5560 #section04 dt span {
    border-bottom: 1px solid #333;
}

#ui5560 #section04 dd {
    font-size: 20px;
}

#ui5560 #section04 .row {
	text-align: center;
}

/* セクション 個別設定 05
------------------------------------------------------ */
#ui5560 #section05 {
	background: #f0f0f0;
}

#ui5560 #section05 p {
	text-align: left;
}

#ui5560 #section05 p.f20 {
	font-size: 20px;
    line-height: 1.6;
}

#ui5560 #section05 .row {
	margin-bottom: 10px;
}

#ui5560 #section05 .row2 {
	background: #fff;
}

#ui5560 #section05 .row2 .col {
    padding: 20px 20px 30px;
}

#ui5560 #section05 .row2 dt {
	font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* セクション 個別設定 06
------------------------------------------------------ */
#ui5560 #section06 ul.bnrBox {
    float: left;
    margin-top: 50px;
}

#ui5560 #section06 ul.bnrBox li {
    float: left;
    width: 560px;
    margin-right: 40px;
}

#ui5560 #section06 ul.bnrBox li:nth-child(2n) {
    margin-right: 0;
}

/* モーダル
------------------------------------- */
.mdlOverLay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.mdlWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.mdlWin {
  position: relative;
  width: 844px;
  height: 475px;
  border: 3px solid #000;
}


@media screen and (max-width: 767px) {

/* 初期設定
------------------------------------------------------ */
#ui5560 .section {
	padding: 30px 10px;
}

#ui5560 .section .inner {
	width: 100%;
}

#ui5560 .btnRed a {
    width: 240px;
    margin: 0;
    padding: 10px;
    background: #d80084;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#ui5560 .btnRed a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
}

/* タイトル
------------------------------------------------------ */
#ui5560 #mainVisual {
	padding-right: 0;
}

#ui5560 #mainVisual .inner {
	width: 100%;
	background: url(im_mainVisual_sp.png) bottom right no-repeat;
    background-size: contain;
}

#ui5560 #mainVisual .txtbox {
	width: 100%;
	margin: 0;
}

#ui5560 #mainVisual .txtbox h1 {
	top: 60px;
    left: 0;
	width: 100%;
	font-size: 2.6rem;
	text-align: left;
}

#ui5560 #mainVisual .txtbox p {
	top: 0px;
    left: 0;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: left;
}

#ui5560 #mainVisual .txtbox div.btnRed {
	top: 110px;
	width: 100%;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui5560 .section h2 {
	font-size: 2.2rem;
	margin-bottom: 10px;
	text-align: center;
}

#ui5560 .section p {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

#ui5560 .section .row {
	margin-bottom: 30px;
}

#ui5560 .section .row .col1 {
	float: left;
	width: 100%; /* section01 */
    text-align: center;
}

#ui5560 .section .row .col2 {
	float: left;
	width: 100%; /* section01 */
}

#ui5560 .section .row .col3 {
	float: left;
	width: 100%; /* section03 */
}

#ui5560 .section .row .col4 {
	float: left;
	width: 100%; /* section03 */
    text-align: center;
}

#ui5560 .section .row .col5 {
	float: left;
	width: 100%; /* section05 */
    margin-left: 0;
    padding-left: 0;
}

#ui5560 .section .row .col6 {
	float: left;
	width: 100%; /* section05 */
    padding-top: 0;
    text-align: center;
}

#ui5560 .section .row2 {
	width: 100%;
    margin: 0 auto;
}

#ui5560 .section .row2 .col {
	float: left;
	width: 100%;
    text-align: center;
}

/* セクション 個別設定 01
------------------------------------------------------ */
#ui5560 #section01 ul {
	margin-left: 0px;
}

#ui5560 #section01 ul li {
	text-align: center;
}

#ui5560 #section01 ul li span.f30 {
	font-size: 3.0rem;
}

#ui5560 #section01 ul li span.f48 {
	font-size: 4.0rem;
}

/* セクション 個別設定 03
------------------------------------------------------ */
#ui5560 #section03 ul{
    max-width: 430px;
	margin: 0 auto 20px;
    padding: 0 0 0 20px;
}

#ui5560 #section03 ul li {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

/* セクション 個別設定 04
------------------------------------------------------ */
#ui5560 #section04 dl {
    width: 100%;
    margin: 0 0 10px;
}

#ui5560 #section04 dt {
    font-size: 1.6rem;
}

#ui5560 #section04 dd {
    font-size: 1.4rem;
}

/* セクション 個別設定 05
------------------------------------------------------ */
#ui5560 #section05 p.f20 {
	font-size: 1.4rem;
    line-height: 1.4;
}

#ui5560 #section05 .row {
	margin-bottom: 20px;
}

#ui5560 #section05 .row2 {
	background: #fff;
}

#ui5560 #section05 .row2 .col {
    padding: 20px;
}

#ui5560 #section05 .row2 dt {
	font-size: 1.4rem;
}

/* セクション 個別設定 06
------------------------------------------------------ */
#ui5560 #section06 .btnRed a {
    margin: 0 auto;
}

#ui5560 #section06 ul.bnrBox {
    float: none;
    margin-top: 30px;
}

#ui5560 #section06 ul.bnrBox li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}

#ui5560 #section06 ul.bnrBox li:nth-child(2n) {
    margin-bottom: 0;
}

/* モーダル
------------------------------------- */
.mdlWin {
    width: 100%;
    height: 425px;
    border: none;
}

}
