@charset "utf-8";

/*----------------------------------------------------
	リセット　＆　基本設定
----------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

table {
	border-collapse: collapse; border-spacing: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: ''; 
}

object, embed {
	vertical-align: top;
}

hr, legend {
	display: none; 
}

h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
}

img, abbr, acronym, fieldset { 	
	border: 0; 
}

ul,li { 
	list-style-type: none; 
}

body,html{
position: relative;
width: 100%;
}

body {
	color: #252525;
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.75em;
	font-size: 62.5%;
	font-weight: 500;
}

a:link{
	color: #0066cc;
	text-decoration: none;
}

a:hover{
	color: #0066cc;
	text-decoration: underline;
}

a:visited{
	color: #551a8b;
	text-decoration: none;
}

.blink a img{
color:#111;
-webkit-transition: opacity .8s ease-out;
-moz-transition: opacity .8s ease-out;
-ms-transition: opacity .8s ease-out;
transition: opacity .8s ease-out;
}

.blink a:hover img{
opacity: .4;
-webkit-opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);	/* IE lt 8 */
-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}

header,article,section{
font-size: 1.0rem;
}

/*----------------------------------------------------
	見出し
----------------------------------------------------*/


/*----------------------------------------------------
	フロートなど
----------------------------------------------------*/
.f-l{
	float:left !important;
}

.f-r{
	float:right !important;
}

.w1000{
	width:1000px;
	height:auto;
}

.w7p{
float: left;
/*
width: 7% !important;
*/
}

.w20p{
float: left;
width: 20% !important;
}

.w50p{
float: left;
width: 50% !important;
}

.w80p{
float: left;
width: 80% !important;
}

.w90p{
float: left;
	width:90% !important;
}

.w100p{
float: left;
	width:100% !important;
}

.w200px{
float: left;
	width:200px;
}

.w170{
	width:170px;
	height:auto;
}

.w40p-center{
width: 40%;
margin: 0 30%;
}

.w70p-center{
width: 70%;
margin: 0 15%;
}

.border-tb{
padding: 15px 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}

.letter{
float: left;
width: 92%;
margin: 0 4%;
padding: 0 0 0 35px;
border-left: 4px solid #dae5f5;
box-sizing: border-box;
}

.box-yellow{
float: left;
width: 100%;
padding: 17px 25px;
border: 2px solid #7faba1;
background: #fffdf7;
box-sizing: border-box;
line-height: 1.6em;
}

.box-yellow-orange{
float: left;
width: 100%;
margin: 0 0 20px 0;
padding: 17px 25px;
border: 3px solid #e7b19d;
background: #fefef2;
box-sizing: border-box;
line-height: 1.6em;
}


.box-orange{
float: left;
width: 100%;
padding: 17px 25px;
border: 2px solid #61d5bb;
background: #fffaf8;
box-sizing: border-box;
line-height: 1.6em;
}

.ta-c{
text-align: center;
}


/*----------------------------------------------------
	回転
----------------------------------------------------*/
.ro-2{
transform: rotate(2deg);
}

.ro--2{
transform: rotate(-2deg);
}


/*----------------------------------------------------
	マージン
----------------------------------------------------*/
.boder-bottom-dot{
float: left;
width: 100%;
padding-bottom: 30px;
border-bottom: 1px dotted #afafaf;
}

.mt-40{
margin-top: 40px !important;
}

.mt-30{
margin-top: 30px !important;
}

.mt-20{
margin-top: 20px !important;
}

.mb-5{
margin-bottom: 5px !important;
}

.mb-10{
margin-bottom: 10px !important;
}

.mb-20{
margin-bottom: 20px !important;
}

.mb-30{
margin-bottom: 30px !important;
}

.mb-40{
margin-bottom: 40px !important;
}
.mt-30{
margin-top: 30px !important;
}

.mt-40{
margin-top: 40px !important;
}



.pb-20{
padding-bottom: 20px !important;
}

.w100p-c{
float: left;
width: 100%;
text-align: center;
}

.m-none{
margin: 0 !important;
}

.pt-4{
padding-top: 4px;
}

/*----------------------------------------------------
	フォントなど
----------------------------------------------------*/
.f-b{
	font-weight:bold;
}

.f-middle{
font-size: 1.2rem;
}

.f-large{
font-size: 1.4rem;
}

.f-small{
font-size: 0.78rem;
}

.c-g{
color: #279a4d;
}

.bg-w{
background: #fff;
}

.f-09{
font-size: 0.9rem;
}

.f-11{
font-size: 1.1rem;
}

.f-1point5rem{
font-size: 1.5rem;
line-height: 1em;
}

.f-13point2rem{
font-size: 1.2rem;
line-height: 1.3em;
}

.redd{
color: #cd0424;
}

.pink{
color: #f63251;
}


.green{
color: #00b965;
}

.orange{
color: #f63251;
}

.lgreen{
color: #16c19b;
}

.icon-blue{
color: #467fcd;
}

.b-wrap{
position: fixed;
z-index: 1;
float: left;
width: 100%;
height: 100vh;
background: rgba(0,0,0,0.6);
}

.icon-c{
color: #ff6200;
font-size: 1.0rem !important;
}

.icon-cc{
color: #f0b95d;
font-size: 1.2rem !important;
line-height: 1.5em;
}

.icon-ccc{
color: #0c9aff;
font-size: 1.3rem !important;
line-height: 1.5em;
}

.icon-cccc{
color: #f74561;
font-size: 1.3rem !important;
line-height: 1.5em;
}

.icon-ccccc{
color: #16c19b;
font-size: 1.3rem !important;
line-height: 1.5em;
}

.icon-small{
float: left;
margin-top: 8px;
margin-right: 5px;
color: #16c19b;
font-size: 0.75rem !important;
line-height: 1.2em;
}

.icon-small2{
float: left;
margin-top: 2px;
color: #b556f7;
font-size: 1.2rem !important;
line-height: 1.4em;
}

.icon-aside{
color: #09b690;
font-size: 0.9rem;
line-height: 1.3em;
}

.icon-aside-sub{
color: #005743;
font-size: 0.9rem;
line-height: 1.3em;
}

.icon-pdf{
color: #f00;
font-size: 1.5rem;
line-height: 1.3em;
}

.icon-link{
color: #ff9000;
font-size: 1.3rem;
line-height: 1.3em;
}

.icon-arrow{
float: right;
color: #ff6200;
}

.icon-r{
float: right;
width: #fff;
}

.icon-aa{
float: left;
color: #ff9554;
}

.icon-pink{
color: #f63251;
}

.icon-lpink{
color: #f97c90;
}

.icon-green{
color: #39cbaa;
}

.li-dot-green{
background: url(/mcoop_wp/wp-content/themes/mcoop/img/common/dot-green.jpg);
background-repeat: no-repeat;
background-position: 0px 5px;
padding: 0 0 0 15px;
}

.p-box{
float: left;
width: 82% !important;
padding: 10px 15px;
border: 3px solid #c7d8f0;
}

.f-nomal{
font-size: 1.2rem;
line-height: 1em;
}

.c-blue{
color: #467fcd;
}

.c-d-green{
color: #005f49;
}

.border-none{
border: none !important;
}

/*----------------------------------------------------
	画像
----------------------------------------------------*/
img.ofi{
object-fit: cover;
object-position: center top;
font-family: 'object-fit: cover; object-position: center top;'
}

/*----------------------------------------------------
	インデント
----------------------------------------------------*/
.ind-num{
float: left;
width: 5%;
margin: 0 0 15px 0;
font-weight: bold;
line-height: 1.75em;
}

.ind-txt{
float: left;
width: 95%;
margin: 0 0 15px 0;
line-height: 1.75em;
}


/*----------------------------------------------------
	コンテンツ
----------------------------------------------------*/
/*----------ハンバーガーアイコン----------*/
.hamburger {
  position: absolute;
  display: block;
  width: 32px;
  height: 20px;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  z-index: 99999;
  transition: all .4s;
  box-sizing: border-box;
}
.hamburger  span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  margin: 0 auto;
}
.hamburger  span:nth-of-type(1) {
  top: 0;
}
.hamburger  span:nth-of-type(2) {
  top: 9px;
}
.hamburger  span:nth-of-type(3) {
  bottom: 0;
}

.hamburger  span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}
.hamburger  span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.hamburger  span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
}
.active span:nth-of-type(2) {
  opacity: 0;
}
.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}


@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}


@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}


@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
 
/*----------ナビゲーション----------*/
#navigation{
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99998;
}
#navigation .navigation_inner{
  display: table;
  width: 100%;
  height: 100%;
}
#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  vertical-align: middle;
}
#navigation .navigation_inner .navigation_menu{
float: left;
  width: 90%;
  height: auto;
  margin: 16px 5% 0 5%;
  padding: 15px 0;
  background: #fff;
}
#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
  margin-top: 0;
}
#navigation .navigation_inner .navigation_menu .navigation_item a{
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 2.4rem;
  color: #333;
  line-height: 40px;
  text-align: center;
}


/* アコーディオン */
#panel {
  width: 100%px;
}
 
#panel > dt {
float: left;
width: 100%;
  border-bottom: solid 1px white;
  background-color: #0cb892;
  color: white;
  cursor: pointer;
  padding: 24px 35px 22px 35px;
  box-sizing: border-box;
  font-weight: bold;
}

.dt-none {
float: left;
width: 100% !important;
  border-bottom: none !important;
  background-color: none !important;
  color: none !important;
  cursor: pointer;
  padding: 0 !important;
  box-sizing:  border-box;
  font-weight: bold;
}

.dt-a {
float: left;
width: 100%;
  border-bottom: solid 1px white;
  background-color: #0cb892;
  color: white !important;
  cursor: pointer;
  padding: 24px 35px 22px 35px;
  box-sizing: border-box;
  font-weight: bold;
}

.dt-a:hover {
text-decoration: none;
}

.dt-a:visited {
color: #fff;
}

#panel > dd {
float: left;
width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#panel ul{
float: left;
width: 100%;
padding: 7px 44px;
background: #fafffd;
box-sizing: border-box;
}

#panel li a{
float: left;
width: 100%;
padding: 11px 0;
border-bottom: 1px dotted #9ee3d3;
background: #fafffd;
color: #333;
line-height: 1.35em;
}

#panel li a:hover{
text-decoration: none;
}

.rotate{
transform: rotate(90deg);
}


.link-o a{
float: left;
width: 100%;
margin: 6px 0 0 0;
padding: 10px 0;
border: 1px solid #56c4ab;
background: #f1fbf9;
box-sizing: border-box;
color: #222;
text-align: center;
}

.link-o a:hover{
border: 1px solid #fa8fa0;
background: #fddadf;
text-decoration: none;
}

.border-none{
border: none;
}

.txt-center{
width: 100% !important;
text-align: center;
line-height: 1.325em !important;
}

.grecaptcha-badge{
margin-bottom: 85px;
}