/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/

@media screen and (max-width: 768px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}}
img {
vertical-align:bottom

}
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #CCC;

}
#ContentsuIn {
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}

.section {
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.Header {
}

.breadcrumb {
	padding-left:0;
	margin-left:auto;
	width: 80%;
	margin-right: auto;
	text-align: left;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #333333;/*色*/
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

	.con1 h1 {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #D83751;
	letter-spacing: 2px;
}
.m-p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-align: left;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.con5 {
	background-color: #E8FAFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.con5 p {
	margin-bottom: 25px;
}
.imgR img {
	text-align: center;
	margin-bottom: 20px;
}
.imgR {
	margin: auto;
}













.Naviout {
	display: none;
}



nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
#Contentsu p {
	margin-bottom: 30px;
}

 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 3;
	text-align: center;
	background-color: #CD384E;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.con2 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-image: url(../img/c2.jpg);
	background-repeat: no-repeat;
	background-position: -400px top;
	background-size: cover;
	height: 550px;
	margin-top: 40px;
	padding-left: 10px;
}
.c_tex {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.con2 p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.p30r {
	font-size: 30px;
	font-weight: bold;
	color: #D83751;
	line-height: 20px;
}
.btn2 img {
	width: 80%;
	margin-bottom: 10px;
}
.con3 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-size: cover;
	height: 100%;
	margin-top: 20px;
	padding-right: 6px;
	padding-left: 6px;
}
.con3 p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.c_tex2 {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #D83751;
}
.con4 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-size: cover;
	height: 100%;
	margin-top: 40px;
	background-color: #F0FFFF;
}
.con4 p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
.c_tex4 {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #D83751;
}
.con7 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	background-size: cover;
	margin-top: 30px;
	height: 100%;
}
.con7 p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
}
.con8 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-size: cover;
	margin-top: 30px;
	height: 100%;
	background-color: #FDFAF3;
}
.con8 p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
}
.con9 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-size: cover;
	margin-top: 40px;
	height: 100%;
	background-color: #EEFFFF;
}
.con9 p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.con11 {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.con11 p {
	margin-bottom: 25px;
}
.con12 {
	background-color: #E8FAFF;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.con12 p {
	margin-bottom: 25px;
}
.c_tex4 {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #D83751;
	padding-bottom: 30px;
}
.bu {
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}



.l-footer-bottom {
	background-color: #D3374D;
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	overflow: auto;
	padding-bottom: 10px;
}
.footersitemap-item a {
	color: #FFF;
}
#Footer {
	background-color: #FDFAF3;
	clear: both;
	margin: auto;
	width: 100%;
	font-size: 10px;
}
#Footer p {
	font-size: 9px;
}
.support1 {
	background-color: #FF9A92;
}
.support2 {
	background-color: #23CFCF;
	margin-bottom: 30px;
}
.info dl {
	font-size: 13px;
}
.info {
	border: 1px solid #ccc;
	text-align: left;
	font-size: 1em;
	line-height: 1.3;
	color: #444;
	overflow: auto;
	width: 90%;
	height: 10em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 0.7em;
	padding-right: 1.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
}
.name {
	font-weight: bold;
	text-align: right;
	margin: auto;
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.con1 {
	background-color: #FDFAF3;
	padding-top: 20px;
	padding-bottom: 20px;
}
.con1 h1 {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #D83751;
	letter-spacing: 10px;
}
.c_tex3 {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #D83751;
}
.p30s {
	font-size: 20px;
	font-weight: bold;
	color: #D83751;
	line-height: 20px;
}

.mission_box {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	background-image: url(../img/m1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto;
	margin-top: 40px;
}
.mission_box p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}
.mission_box2 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	background-image: url(../img/m2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto;
	margin-top: 40px;
}
.mission_box2 p {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}





dl.form dl,dt,dd {
margin: 0;
padding: 0;
}
 
dl.form{
	border: 1px solid #CCCCCC;
	width: 100%;
	background-color: #F6F6F6;
}
dl.form dt,dd {
padding: 6px;
}
 
dl.form dd {
	background-color: #FFFFFF;
}
input{
max-width:99%;
}
textarea{
	max-width:99%;
	margin-bottom: 30px;
	font-size: 16px;
	width: 90%;
}


.t_boxL {
	background-color: #FCC;
	width: 50%;
	float: left;
	padding-top: 70px;
	padding-bottom: 20px;
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 300px;
	text-align: center;
}
.t_boxR {
	background-color: #E1FFFE;
	float: right;
	width: 50%;
	padding-top: 70px;
	padding-bottom: 20px;
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 300px;
	text-align: center;
}
.t_box {
	overflow: auto;
}



.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

.polcy {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
	width: 95%;
	overflow: scroll;
	height: 150px;
	border: 1px solid #D83751;
	padding: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: #666;
}




table#table-04 {
	font-family: Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	width: 95%;
	margin-top: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
table#table-04 th {
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	line-height: 120%;
}
table#table-04 td {
	padding: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	width: 30px;
}


 
blockquote { width:50%; margin:0 auto; }
 
dl.form{
	border-top: none;
	width: 70%;
	margin: auto;
}
dl.form dt {
	clear: left;
	float: left;
	width: 26%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
dl.form dd {
	margin-left: 27%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.form form input {
	line-height: 48px;
	margin-bottom: 25px;
	font-size: 16px;
	width: 90%;
}

.p30 {
	font-size: 30px;
}
.p-b {
	font-weight: bold;
}
.p-b {
	font-weight: bold;
}

.tai {
	font-family: "メイリオ";
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #036;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #036;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.radio {
	margin: auto;
	padding: 0px;
	font-weight: bold;
	color: #333;
}
.form {
	font-weight: bold;
}

.radio input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.radio:hover {
	background-color: #F0FAFF;
}




@media only screen and (min-width:768px){
.btn {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
@media (max-width: 500px) {
br {display: none;}
}
