body {
	line-height:150%;
	font-size:16px;
}

/*　a　*/

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop a {
	display: block;
	z-index: 300;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color:#00a3d9;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding:4px 0 0;
}
#pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*　header　*/

.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}

/*　layout　*/

.container {
	max-width:1000px;
	padding:0;
}
.container-blue {
	background-color:#00a3d9;
	padding:15px;
}
.container-back {
	background-image:url(/../images/mcplus_about/back.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#page-top {
	position:fixed;
	bottom:0;
	right:0;
}

/*　footer　*/

footer {
	width:100%;
	height:65px;
	background:#393939;
	clear:both;
	text-align:center;
	padding-top:20px;
}

.container { max-width:580px; padding:0; }
.top-key { margin:15px auto 30px; }

/*　装飾　*/

.u10 { margin:10px 0 0; }
.u25 { margin:25px 0 0; }
.u15 { margin:15px 0 0; }
.u20 {
	margin:18px 0 0;
	line-height:150%;
}
.d15 { margin:0 0 15px; }
.d30 { margin:0 0 30px; }
.u30 { margin:30px 0 0; }
.ud10 { margin:10px 0; }
.u15d10 { margin:15px 0 10px; }
.ud15 { margin:15px 0; }
.l15 { margin:0 0 0 15px; }
.u10l30 { margin:10px 0 0 30px; }
.u15l30 { margin:15px 0 0 30px; }
.ud30 { margin:30px 0; }
strong { font-weight:bold; }
.center { margin:0 auto; }
.f18 { font-size:18px; }
.f18blueb {
	font-size:18px;
	color:#0079a3;
	font-weight:bold;
	line-height:150%;
}
.f18white {
	font-size:18px;
	color:#ffffff;
	line-height:150%;
}
.f20 {
	font-size:20px;
	line-height:150%;
}
.f21 {
	font-size:21px;
	line-height:150%;
}
.f22blue {
	font-size:22px;
	color:#0079a3;
	line-height:150%;
}
.f20orange {
	font-size:20px;
	color:#ff8000;
	font-weight:bold;
	line-height:150%;
}
.f26yellow {
	font-size:26px;
	color:#ffff00;
	font-weight:bold;
	text-align:center;
	line-height:150%;
}
.f80p { font-size:80%; }
.red { color:#ff0000; }
.redg {
	color:#ff0000;
	font-weight:bold;
}
.f24 {
	font-size:24px;
	font-weight:bold;
	line-height:150%;
}
.f24bule {
	font-size:24px;
	color:#00a3d9;
	font-weight:bold;
	line-height:150%;
}
p.maru {
	padding-left:0.5em;
	text-indent:-0.5em;
}
p.maru:first-letter {
	color:#d80000;
	line-height:150%;
	font-size:21px;
}

/*　h2　*/

h2.h201 {
	background-image:url(/../images/mcplus_about/h201-back.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #00a3d9;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	border-radius:10px;
	font-size:30px;
	line-height:150%;
	text-align: center;
	color:#ffffff;
	font-weight:bold;
	margin:0 0 30px;
}
h2.h202 {
	color:#ffffff;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:150%;
	margin:0 0 15px;
}

h2.h203 {
	font-size:24px;
	font-weight:bold;
	line-height:150%;
	margin:0 0 15px;
	border-bottom:1px solid #000000;
}

/*　h3　*/

h3.h301 {
	font-size:28px;
	font-weight:bold;
	color:#ffffff;
	background-color:#00a3d9;
	padding:10px;
	text-align:center;
	margin:0 0 15px;
}
h3.h302 {
	font-size:21px;
	font-weight:bold;
	color:#2e92b3;
	margin:0 0 15px;
}
h3.h303 {
	line-height:150%;
	font-size:18px;
	font-weight:bold;
}
h3.h303:first-letter {
	color:#00a3d8;
}

/*　5分割　*/

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right:0;
    padding-left:0;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (max-width: 750px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 750px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 800px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}

/*　7分割　*/

.col-xs-1-7, .col-sm-1-7, .col-md-1-7, .col-lg-1-7,
.col-xs-2-7, .col-sm-2-7, .col-md-2-7, .col-lg-2-7,
.col-xs-3-7, .col-sm-3-7, .col-md-3-7, .col-lg-3-7,
.col-xs-4-7, .col-sm-4-7, .col-md-4-7, .col-lg-4-7,
.col-xs-5-7, .col-sm-5-7, .col-md-5-7, .col-lg-5-7,
.col-xs-6-7, .col-sm-6-7, .col-md-6-7, .col-lg-6-7 {
    position: relative;
    min-height: 1px;
    padding-right:0;
    padding-left:0;
}   
.col-xs-1-7 {
    width: 14.28%;
    float: left;
}
.col-xs-2-7 {
    width: 28.56%;
    float: left;
}

.col-xs-3-7 {
    width: 42.84%;
    float: left;
}

.col-xs-4-7 {
    width: 57.12%;
    float: left;
}

.col-xs-5-7 {
    width: 71.4%;
    float: left;
}

.col-xs-6-7 {
    width: 85.68%;
    float: left;
}

@media (max-width: 750px) {
.col-sm-1-7 {
    width: 14.28%;
    float: left;
}
.col-sm-2-7 {
    width: 28.56%;
    float: left;
}

.col-sm-3-7 {
    width: 42.84%;
    float: left;
}

.col-sm-4-7 {
    width: 57.12%;
    float: left;
}

.col-sm-5-7 {
    width: 71.4%;
    float: left;
}

.col-sm-6-7 {
    width: 85.68%;
    float: left;
}
}
@media (min-width: 750px) {
.col-md-1-7 {
    width: 14.28%;
    float: left;
}
.col-md-2-7 {
    width: 28.56%;
    float: left;
}

.col-md-3-7 {
    width: 42.84%;
    float: left;
}

.col-md-4-7 {
    width: 57.12%;
    float: left;
}

.col-md-5-7 {
    width: 71.4%;
    float: left;
}

.col-md-6-7 {
    width: 85.68%;
    float: left;
}
}
@media (min-width: 800px) {
.col-lg-1-7 {
    width: 14.28%;
    float: left;
}
.col-lg-2-7 {
    width: 28.56%;
    float: left;
}

.col-lg-3-7 {
    width: 42.84%;
    float: left;
}

.col-lg-4-7 {
    width: 57.12%;
    float: left;
}

.col-lg-5-7 {
    width: 71.4%;
    float: left;
}

.col-lg-6-7 {
    width: 85.68%;
    float: left;
}
}

/*　10分割　*/

.col-xs-1-10, .col-sm-1-10, .col-md-1-10, .col-lg-1-10,
.col-xs-2-10, .col-sm-2-10, .col-md-2-10, .col-lg-2-10,
.col-xs-3-10, .col-sm-3-10, .col-md-3-10, .col-lg-3-10,
.col-xs-4-10, .col-sm-4-10, .col-md-4-10, .col-lg-4-10,
.col-xs-5-10, .col-sm-5-10, .col-md-5-10, .col-lg-5-10,
.col-xs-6-10, .col-sm-6-10, .col-md-6-10, .col-lg-6-10,
.col-xs-7-10, .col-sm-7-10, .col-md-7-10, .col-lg-7-10,
.col-xs-8-10, .col-sm-8-10, .col-md-8-10, .col-lg-8-10,
.col-xs-9-10, .col-sm-9-10, .col-md-9-10, .col-lg-9-10
{
    position: relative;
    min-height: 1px;
    padding-right:0;
    padding-left:0;
}

.col-xs-1-10 {
    width: 10%;
    float: left;
}
.col-xs-2-10 {
    width: 20%;
    float: left;
}

.col-xs-3-10 {
    width: 30%;
    float: left;
}

.col-xs-4-10 {
    width: 40%;
    float: left;
}

.col-xs-5-10 {
    width: 50%;
    float: left;
}

.col-xs-6-10 {
    width: 60%;
    float: left;
}

.col-xs-7-10 {
    width: 70%;
    float: left;
}

.col-xs-8-10 {
    width: 80%;
    float: left;
}

.col-xs-9-10 {
    width: 90%;
    float: left;
}

@media (max-width: 750px) {
.col-sm-1-10 {
    width: 10%;
    float: left;
}
.col-sm-2-10 {
    width: 20%;
    float: left;
}

.col-sm-3-10 {
    width: 30%;
    float: left;
}

.col-sm-4-10 {
    width: 40%;
    float: left;
}

.col-sm-5-10 {
    width: 50%;
    float: left;
}

.col-xs-6-10 {
    width: 60%;
    float: left;
}

.col-sm-7-10 {
    width: 70%;
    float: left;
}

.col-sm-8-10 {
    width: 80%;
    float: left;
}

.col-sm-9-10 {
    width: 90%;
    float: left;
}
}
@media (min-width: 750px) {
.col-md-1-10 {
    width: 10%;
    float: left;
}
.col-md-2-10 {
    width: 20%;
    float: left;
}

.col-md-3-10 {
    width: 30%;
    float: left;
}

.col-md-4-10 {
    width: 40%;
    float: left;
}

.col-md-5-10 {
    width: 50%;
    float: left;
}

.col-md-6-10 {
    width: 60%;
    float: left;
}

.col-md-7-10 {
    width: 70%;
    float: left;
}

.col-md-8-10 {
    width: 80%;
    float: left;
}

.col-md-9-10 {
    width: 90%;
    float: left;
}
}
@media (min-width: 800px) {
.col-lg-1-10 {
    width: 10%;
    float: left;
}
.col-lg-2-10 {
    width: 20%;
    float: left;
}

.col-lg-3-10 {
    width: 30%;
    float: left;
}

.col-lg-4-10 {
    width: 40%;
    float: left;
}

.col-xs-5-10 {
    width: 50%;
    float: left;
}

.col-lg-6-10 {
    width: 60%;
    float: left;
}

.col-lg-7-10 {
    width: 70%;
    float: left;
}

.col-lg-8-10 {
    width: 80%;
    float: left;
}

.col-lg-9-10 {
    width: 90%;
    float: left;
}
}

/*　横幅　*/

.row-0 .col-sm-4, .row-0 .col-md-4, .row-0 .col-lg-4, .row-0 .col-sm-5, .row-0 .col-md-5, .row-0 .col-lg-5, .row-0 .col-sm-6, .row-0 .col-md-6, .row-0 .col-lg-6 {
    margin-left:0px;
    margin-right:0px;
	padding:0;
}

.row-0 .col-sm-2, .row-0 .col-md-2, .row-0 .col-lg-2 {
    margin-left:0;
    margin-right:0;
	padding:0;
}

@media (max-width: 750px) {
.row-0 { margin:0 15px;}
.row-0 .col-sm-2, .row-0 .col-md-2, .row-0 .col-lg-2, .row-0 .col-sm-4, .row-0 .col-md-4, .row-0 .col-lg-4, .row-0 .col-sm-5, .row-0 .col-md-5, .row-0 .col-lg-5, .row-0 .col-sm-6, .row-0 .col-md-6, .row-0 .col-lg-6 {
	padding:0;
	margin:0;
}
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .visible-xs { display: none !important; }
  .hidden-xs { display: block !important; }
  table.hidden-xs { display: table; }
  tr.hidden-xs { display: table-row !important; }
  th.hidden-xs, td.hidden-xs { display: table-cell !important; }
  .hidden-xs.hidden-print { display: none !important; }
  .hidden-sm { display: none !important; }
  .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; }
 a[href]:after { content: "" !important; }
 abbr[title]:after { content: "" !important; }
}

input:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
input:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
input:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
input:focus:placeholder-shown { color: white; } /* CSS標準(予定)の記述 */

/* 2022.02.15 add header部分を他と揃える */
div.logo_text { line-height: 150%;}
