@charset "utf-8";

/* smartphone */
@media screen and (max-width: 768px){

	/* common */
	.data01, .data02 {
	    width: 47%;
			height: 200px;
			overflow: scroll;
	}
	#contents.multi-top section h2 {
		background: url( ../images/common/mainback.jpg );
		color: #fff;
		font-size:1.6rem;
		line-height:1.4;
		padding: 8px 0;
		margin-bottom:5px;
	}
	#contents.multi-top section h2 > span {
		display: block;
		vertical-align: middle;
		padding: 0 12px;
		margin: 8px 0 0;
	}
	#contents.multi-top section h2 > span:first-child { margin: 0; }
	
	#contents.multi-top section h2 span.faucet {
		background: url( ../images/common/icon-faucet.png ) no-repeat 12px center;
		background-size: 20px;
		text-align: left;
		padding: 0 20px 0 40px;
	}
	#contents.multi-top section h2 > span:not(:first-child) {
		-js-display: flex;
		display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
		  display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: center;
	}
	#contents.multi-top section h2 > span > a {
		display: block;
		width: 40%;
		color: #fff;
		font-size: 1.4rem;
		background: #0b2848;
		text-align: center;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		padding: 4px 1em;
		margin: 2px 0;
	}
	#contents.multi-top section h2 > span > a:before {
		font-family: "FontAwesome";
		content: "\f138";
		margin: 0 2px 0 0;
	}
	#contents.multi-top section h2 + p { margin: 16px 14px 14px; }

	/* upperbnr */
	#contents.multi-top .upperbnr {
		-moz-box-shadow: 1px 1px 3px rgba( 0,0,0,.6 );
    	-webkit-box-shadow: 1px 1px 3px rgba( 0,0,0,.6 );
    	box-shadow: 1px 1px 3px rgba( 0,0,0,.6 );
		margin: 0 14px 16px;
	}
	#contents.multi-top .upperbnr h1 {
		color: #fff;
		background: url( ../images/common/mainback.jpg );
		font-size: 1.6rem;
		padding: 10px 12px;
	}
	#contents.multi-top .upperbnr > div {
		background: url( ../images/multi-home/multi-index-visual-back-s.jpg ) no-repeat center bottom;
		background-size:320px auto;
		border: 2px #497693 solid;
	}
	#contents.multi-top .upperbnr p {
		font-size: 1.3rem;
		line-height:1.6;
		padding: 10px 10px 120px 10px;
	}
	#contents.multi-top section > p {
		font-size: 1.3rem;
		line-height: 1.8;
		text-align :left;
		margin: 0 14px;
	}

	/* multi-index-case */
	#multi-index-case {
		border: 1px #ccc solid;
		margin: 0 14px 16px;
	}
	#multi-index-case ul {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	#multi-index-case ul li {
		text-align: center;
	}
	#multi-index-case ul li:not(:last-child) {
		padding: 10px 0;
	}
	#multi-index-case ul:first-child li { padding: 10px 0 0; }
	#multi-index-case h2 {
		color: #1f7fb1;
		font-size: 1.5rem;
		padding: 4px 0;
	}
	#multi-index-case p {
		color: red;
		background:#f1f1f1;
		font-size: 1.5rem;
		padding: 6px;
	}
	#multi-index-case p span {
		display: inline-block;
		background: #214e76;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1;
		padding: 4px 1em;
		margin: 0 1em 0 0;
	}

	/* feature */
	.feature {
		text-align: center;
	}
	.feature ul {
		display: inline-block;
		margin: 16px 0 14px;
	}
	.feature > ul li {
		color: #03265e;
		font-size:1.4rem;
		font-weight: bold;
		line-height: 1.8;
		text-align: left;
	}
	.feature > ul li:before {
		font-family: "FontAwesome";
		content: "\f046";
		margin: 0 2px 0 0;
	}

	/* price */
	.price > div {
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}
	.price > div dl {
		font-size:1.3rem;
		line-height: 1.6;
		width: 100%;
	}
	.price > div dl dt,
	.price > div dl dd {
		vertical-align: middle;
		-webkit-box-sizing : border-box;
		-moz-box-sizing : border-box;
		box-sizing : border-box;
	}
	.price > div > dl > dt {
		color:#1f7fb1;
		background: #fff4dc;
		border-bottom: 1px #ccc solid;
		font-size:1.5rem;
		padding: 6px 12px;
	}
	.price > div > dl:not(:last-child),
	.price > div > dl > dd > dl:not(:last-child) {
		border-bottom: 1px #ccc solid;
	}
	.price > div > dl > dd > dl {
		display: table;
		width: 100%;
	}
	.price > div > dl > dd dd,
	.price > div > dl > dd dt {
		display: table-cell;
		padding: 8px 14px;
	}
	.price > div > dl > dd dt {
		width:70%;
		text-align: left;
	}
	.price > div > dl > dd dd {
		text-align: right;
		white-space:nowrap;
	}

	/* example */
	.example ul {
		border-top: 1px #ccc solid;
	}
	.example ul li {
		font-size:1.3rem;
		line-height: 1.6;
		text-align :center;
		line-height: 1.4;
		border-bottom: 1px #ccc solid;
		padding: 10px 14px;
	}
	.example ul li img {
		width: 100%;
		max-width: 100px;
	}
	.example ul li small {
		display: block;
		text-align: left;
		margin: 4px 0;
	}
	.example ul li p {
		text-align :left;
		margin: 8px 0 10px;
	}
	.example ul li a {
		display: block;
		color: #fff;
		font-size: 1.2rem;
		background: #0b2848;
		text-align: center;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		padding: 4px;
	}
	.example ul li a:before {
		font-family: "FontAwesome";
		content: "\f138";
		margin: 0 2px 0 0;
	}

	/* voice */
	.voice {
		background: #4ab4e4;
		padding: 10px;
	}
	.voice ul li {
		background: #fff;
		border: 10px #4ab4e4 solid;
		font-size:1.3rem;
		line-height: 1.6;
		text-align: left;
		padding: 16px;
	}
	.voice ul li p {
		height: auto;
		min-height: 42px;
		background: url( ../images/multi-home/multi-index-voice.jpg ) no-repeat left center;
		background-size: 60px 42px;
		padding: 0 0 0 76px;
		margin: 0 0 10px;
	}
	.voice ul li a {
		display: block;
		color: #fff;
		font-size: 1.2rem;
		background: #0b2848;
		text-align: center;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		padding: 4px;
	}
	.voice ul li a:before {
		font-family: "FontAwesome";
		content: "\f138";
		margin: 0 2px 0 0;
	}

	/* area */
	.dltable.area { margin: 20px 0 0; }
	.dltable.area dl { font-size: 1.4rem; line-height: 1.8; }
	.dltable.area dt { font-weight:bold; text-align:left; padding-left:2em; }
	.dltable.area dd { padding: 14px; }

	/* blog */
	.blog > ul {
		border-top: 1px #ccc solid;
	}
	.blog li {
		border-bottom: 1px #ccc dotted;
	}
	.blog li a {
		display: block;
		text-align: left;
		padding: 10px 14px;
	}
	#container #contents .blog li dt,
	#container #contents .blog li dd {
		font-size: 14px;
		line-height: 1.5;
	}

	.news > div { text-align: left; }
	.news > div ul { }
	.news > div li {
		border-bottom: 1px #ccc dotted;
		font-size:14px;
		padding-bottom:5px;
	}
	.news > div li a {
		display: block;
		line-height:2.5;
		padding-left:15px;
	}
	#container #contents .news > div li dt {
		background: url( ../images/basic-home/icon-new.png ) no-repeat left center;
		font-size: 1.2rem;
		padding: 0 0 0 50px;
	}
	#container #contents .news > div li dd {
		font-size: 1.3rem;
		line-height: 1.6;
	}


}

/* PC */
@media screen and (min-width: 769px){

	/* common */
	.data01, .data02 {
			width: 18.5%;
	}
	#contents.multi-top section:not(:last-child) { margin: 0 0 32px; }
	#contents.multi-top section h2 {
		display: table;
		width: 100%;
		background: url( ../images/common/mainback.jpg );
		color: #fff;
		font-size:1.8rem;
		line-height:1.6;
		padding: 12px 0;
		margin:0 0 20px;
	}
	/*#contents.multi-top section h2 > span {
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px;
	}
	#contents.multi-top section h2 span.faucet {
		background: url( ../images/common/icon-faucet.png ) no-repeat 20px center;
		padding: 0 20px 0 56px;
	}
	#contents.multi-top section h2 > span:not(.faucet) { text-align: right; }
	#contents.multi-top section h2 > span > a {
		display: inline-block;
		color: #fff;
		font-size: 1.4rem;
		background: #0b2848;
		text-align: center;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		padding: 4px 2em;
		margin: 0 0 0 8px;
	}
	#contents.multi-top section h2 > span > a:before {
		font-family: "FontAwesome";
		content: "\f138";
		margin: 0 2px 0 0;
	}*/
	#contents.multi-top section > p {
		font-size: 1.3rem;
		line-height: 2;
	}

	/* upperbnr */
	#contents.multi-top .upperbnr {
		-moz-box-shadow: 1px 1px 3px rgba( 0,0,0,.6 );
    	-webkit-box-shadow: 1px 1px 3px rgba( 0,0,0,.6 );
    	box-shadow: 1px 1px 3px rgba( 0,0,0,.6 );
		margin: 0 0 28px;
	}
	#contents.multi-top .upperbnr h1 {
		color: #fff;
		background: url( ../images/common/mainback.jpg );
		font-size: 2.0rem;
		padding: 10px 12px;
	}
	#contents.multi-top .upperbnr > div {
//		background: url( ../images/multi-home/multi-index-visual-back.jpg ) no-repeat left bottom;
		-moz-background-size:100% 100%;
		background-size:100% 100%;
		border: 2px #497693 solid;
	}
	#contents.multi-top .upperbnr p {
		font-size: 1.3rem;
		line-height:1.6;
		padding: 10px 200px 180px 10px; 
	}

	/* multi-index-case */
	#multi-index-case {
		border: 1px #ccc solid;
		margin: 0 0 28px;
	}
	#multi-index-case ul {
		display: table;
		table-layout: fixed;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	#multi-index-case ul li {
		display: table-cell;
		text-align: center;
		padding: 10px 0;
	}
	#multi-index-case ul:first-child li { padding: 10px 0 0; }
	#multi-index-case h2 {
		color: #1f7fb1;
		font-size: 1.5rem;
		padding: 4px 0;
	}
	#multi-index-case p {
		color: red;
		font-size: 1.5rem;
	}
	#multi-index-case p span {
		display: inline-block;
		background: #214e76;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1;
		padding: 4px 1em;
		margin: 0 1em 0 0;
	}

	/* feature */
	.feature ul {
		background: url( ../images/multi-home/multi-index-feature-back.jpg ) no-repeat right center;
		min-height: 140px;
	}
	.feature > ul li {
		color: #03265e;
		font-size:1.6rem;
		font-weight: bold;
		line-height: 1.8;
	}
	.feature > ul li:before {
		font-family: "FontAwesome";
		content: "\f046";
		margin: 0 2px 0 0;
	}

	/* price */
	.price > div {
		height: 400px;
		border: 1px #ccc solid;
		overflow: auto;
	}
	.price > div dl {
		display: table;
		font-size:1.3rem;
		line-height: 1.4;
		width: 100%;
	}
	.price > div dl dt,
	.price > div dl dd {
		display: table-cell;
		vertical-align: middle;
		-webkit-box-sizing : border-box;
		-moz-box-sizing : border-box;
		box-sizing : border-box;
	}
	.price > div > dl > dt {
		width: 140px;
		color:#1f7fb1;
		background: #fff4dc;
		font-size:1.5rem;
		padding: 6px 12px;
	}
	.price > div > dl:not(:last-child),
	.price > div > dl > dd > dl:not(:last-child) {
		border-bottom: 1px #ccc solid;
	}
	.price > div > dl > dd dd,
	.price > div > dl > dd dt {
		border-left: 1px #ccc solid;
		padding: 6px 12px;
	}
	.price > div > dl > dd dd {
		width: 140px;
		text-align: right;
		padding: 6px 12px;
	}

	/* example */
	.example ul {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-left: 1px #ccc solid;
	}
	.example ul li {
		display: table-cell;
		font-size:1.3rem;
		text-align :center;
		line-height: 1.4;
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		border-top: 1px #ccc solid;
		padding: 10px;
	}
	.example ul li img {
		width: 100%;
		max-width: 100px;
	}
	.example ul li small {
		display: block;
		text-align: left;
		margin: 4px 0;
	}
	.example ul li p {
		text-align :left;
		margin: 4px 0 6px;
	}
	.example ul li a {
		display: block;
		color: #fff;
		font-size: 1.2rem;
		background: #0b2848;
		text-align: center;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		padding: 4px;
	}
	.example ul li a:before {
		font-family: "FontAwesome";
		content: "\f138";
		margin: 0 2px 0 0;
	}

	/* voice */
	.voice {
		background: #4ab4e4;
		padding: 10px;
	}
	.voice ul {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.voice ul li {
		display: table-cell;
		background: #fff;
		border: 10px #4ab4e4 solid;
		font-size:1.3rem;
		line-height: 1.6;
		padding: 16px;
	}
	.voice ul li p {
		height: auto;
		min-height: 42px;
		background: url( ../images/multi-home/multi-index-voice.jpg ) no-repeat left center;
		background-size: 60px 42px;
		padding: 0 0 0 76px;
		margin: 0 0 10px;
	}
	.voice ul li a {
		display: block;
		color: #fff;
		font-size: 1.2rem;
		background: #0b2848;
		text-align: center;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		padding: 4px;
	}
	.voice ul li a:before {
		font-family: "FontAwesome";
		content: "\f138";
		margin: 0 2px 0 0;
	}

	/* area */
	.dltable.area { margin: 20px 0 0; }
	.dltable.area dl { font-size: 1.4rem; line-height: 1.8; }
	.dltable.area dt { font-weight:bold; text-align:right; padding-right:1em; }

	/* blog */
	.blog > ul {
		max-height: 200px;
		border: 1px #ccc solid;
		padding: 10px 16px;
		overflow: auto;
	}
	.blog li {
		border-bottom: 1px #ccc dotted;
	}

	#container #contents .blog li dt,
	#container #contents .blog li dd {
		display: inline-block;
		font-size:14px;
		padding: 12px 0;
	}
	#container #contents .blog li dt {
		width: 150px;
	}

	/* news */
	.news > ul {
		max-height: 200px;
		border: 1px #ccc solid;
		padding: 10px 16px;
		overflow: auto;
	}
	.news li {
		border-bottom: 1px #ccc dotted;
	}

	#container #contents .news li dt,
	#container #contents .news li dd {
		display: inline-block;
		font-size:14px;
		padding: 12px 0;
	}
	#container #contents .news li dt {
		width: 150px;
	  background: url(../images/basic-home/icon-new.png) no-repeat left center;
	  padding: 0 0 0 50px;
	}
	#container #contents .news li dt {
		width: 150px;
	}



.clearfix {
    zoom: 1;
}
.clearfix {
    min-height: 1px;
}


.box02inner {
    background-color: #FFF;
    padding: 6px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

}

	/* �����L���O*/

.list_crown {
    list-style: none;
}

.list_crown > li {
    position: relative;
    padding: 0px 0px 40px 2.5em;
    color: #3388dd;
    font-size: 18px;
}
.list_crown > li::before,
.list_crown > li::after {
    position: absolute;
    left: 0px;
    width: 0px;
    height: 0px;
    content: "";
}
.list_crown > li::before {
    top: -1.25em;
    border: 1em solid transparent;
    border-bottom: 1.5em solid currentColor;
}
.list_crown > li::after {
    top: 0.25em;
    border: 0.5em solid transparent;
    border-left: 1em solid currentColor;
    border-right: 1em solid currentColor;
}
.list_crown > li:nth-of-type(1) {
    color: #dbb400;
}
.list_crown > li:nth-of-type(2) {
    color: #9fa0a0;
}
.list_crown > li:nth-of-type(3) {
    color: #c47022;
}



.head_ranke {
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  font-size:  24px;       /* �����T�C�Y�w�� */
  border-bottom:  solid;  /* ���w�� */
  padding-bottom:  5px;   /* �]���w�� */
  margin-bottom: 15px;    /* ����̗]���w�� */

}

#contents section.faq ul {
	font-size: 1.5rem;
	text-align: left;
}

#contents section.faq li a {
  border-bottom: 1px #ccc dotted;
  padding: 5px;
  display: block;
}
#contents section.faq li a::before {
  content: 'Q';
  display: inline-block;
  padding: 0.5em;
  color: #20527d;
  line-height: 1;
  font-weight: bold;
}
#contents section.faq li:last-child a {
	border-bottom: none;
}

.data01, .data02 {
    float: left;
    margin: 0 10px 15px 0px;
    padding: 5px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
}
.data01 dt, .data01 dd,
.data02 dt, .data02 dd{
	margin:0;
}

.data01 dt,
.data02 dt{
	padding:3px;
	text-align: center;
}
.data01 dd p,
.data02 dd p{
	padding:0!important;
	font-size:12px!important;
}


.data01 dt img{
    padding: 3px;
    margin: 0;
    background-color: #FFF;
    border: #dadada solid 1px;
    width: 108px;
    height: 90px;
    text-align: center;
}
.data02 dt img {
    margin: 0;
    background-color: #FFF;
    border: #dadada solid 1px;
    width: 100px!important;
    height: 75px;
    text-align: center;
}
.box02 {
    //background: url('../img00/common/common-bg01.png') repeat top left;
    padding: 20px;
    margin: 20px 0px;
}
.box03m > p{
	clear: both;
	text-align: center;
}
.box03m .center01 span{
	    margin: 0 5px;
}
