@charset "UTF-8";

body {
	background-color: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
	}
	min-width: 1000px;
	margin: 0px auto;
}


.pc_area{
  display:block;
}

.phone_area{
  display:none;
}

.auto {
	background-color: #fff;
}

.cover {
	background-image: url("../images/background_image02.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}



*, *:before, *:after {
	box-sizing: border-box;
}


;/*見出し各種*/




h5 {
color: #21adcb;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
font-size: 120%;
}

h1 {
color: #fff;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
font-size: 40px;
text-align: center;
}

/*数字アイコン*/
ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
font-weight: bold;
}
ol li{
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
	font-size: 22px;
}
ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
ol li:last-of-type{
  border-bottom: none; /*最後のliの線だけ消す*/
}

.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-left: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
	text-align: left;
}

.box12{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #d60913;
    background: #d6d6d6;
    border-left: solid 5px #d60913;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box12 p {
    margin: 0; 
    padding: 0;
	text-align: left;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
	text-align: left;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 1px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
	text-align: left;
	font-size: 90%;
}

.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.text {
}

.pict {
  width: 100%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: right;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;
}

a1 {
	color: #197eba;
	transition: opacity 0.4s linear;
}


a1:hover, a:active {
	opacity: 0.6;
	transition: opacity 0.1s linear;
}



 
p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table {
　width:100%;
  margin: 20px auto;
　font-size: 14px;
}


.tbl-r02 {
  width:100%;
}

.tbl-r02 th {
  background: #fff;
  border:solid  1px #e7e9e9;
  color: #222;
  padding: 20px;
  font-size: 14px;
 font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}
.tbl-r02 td {
	background-color: #fff;
	border:solid  1px #e7e9e9;
  padding: 20px;
　font-size: 14px;
 font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}
 
/*ヘッダー*/
.container-hd {
	background-color: #000000;
	width: 100%;
	height: 70px;
	margin: 0px auto;
	padding:  0px auto;
	padding-left: 100px;
	padding-right: 100px;
	position: fixed;
	transition: opacity 0.1s linear;
	}

/*質問*/

.mg_qa {
	width:1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
	padding-top:30px;
	
	
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	font-size: 18px !important;
	color:#333;
	background-color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.3em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.3em 0.3em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


/*mg*/
.mg {
	width:1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	font-size: 18px !important;
	color:#333;
	background-color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.mg_tokutei {
	width:1200px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	font-size: 18px !important;
	color:#333;
	background-color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.mg_step {
	width:1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	font-size: 16px !important;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.mg_bk {
	width:1000px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:30px;
	font-size: 22px !important;
	color:#fff;
	background-color: #323543;
	border: solid 8px #232531;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}


.mg3 {
	width:700px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:0px;
	padding-right:0px;
	font-size: 18px !important;
	color:#333;
	background-color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.mg2 {
	width:1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	font-size: 18px !important;
	color:#333;
	background-color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: solid 1px #83a7aa;
	
}




.mainvisual {
	max-width:1400px;
	margin: 0 auto;
    position: relative;
	}

.container {
	width: 100%;
	margin: 0px auto;
}


.container-wb {
	background-color: #21adcb;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	}
.container-wb2 {
	background-color: #fff;
	margin: 0px auto;
	padding:  0px auto;
	padding-bottom: 10px;
	}
.container-wb3 {
	background-color: #55c623;
	margin: 0px auto;
	padding:  0px auto;
	padding-bottom: 10px;
	}

.container-inner {
	max-width: 1220px;
	margin:  0px auto;
	padding: 0px;
	
}

.container-inner_box {
	background-color: #fff;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
	max-width: 900px;
	padding: 65px;
	margin: 0 auto;
}



.container-inner_cta2 {
	max-width: 660px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}


.cta_bg {
	
	width: 100%;
}

.container-inner p:last-child {
	margin-bottom: 0;
}

.container--max01 {
	background-color: #ccc;
	position: relative;
}

.container--max01 .container-inner {
	background-color: #ccc;
	box-shadow: none;
}

.container--max02 {
	background-color: #fff;
	position: relative;
}

.container--max02 .container-inner {
	background-color: #fff;
	box-shadow: none;
}

.br-onlypc {
	display: block;
}

.br-onlysp {
	display: none;
}

.image {
	line-height: 0;
}


.red {
	color: #fff45c;
	line-height: 1.5em;
}
.red2 {
	color: #f17336;
	line-height: 1.5em;
	
	font-weight: bold;
}
.red3 {
	color: #e50a14;
	line-height: 1.5em;
	
	font-weight: bold;
}
.red4 {
	color: #e50a14;
	line-height: 1.5em;
	font-size: 120%;
	font-weight: bold;
}



p {
	font-size: 16px;
	line-height: 2.2rem;
	margin: 0 0 2.5rem;
	text-align: left;
}

em {
	font-weight: bold;
	color: #ff0000;
}

strong {
	
	font-weight: bold;
}

b {
	font-weight: bold;
}









.introduction-title {
	background-color: #000;
	border-color: #000;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 1rem 0;
	margin: 0 0 1rem;
}




.js-end {
	background-color: #000;
	font-size: 50px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	max-width: 930px;
	margin: 0 auto;
	padding: 2rem 0;
}

/* FONT-SIZE */
.fs6 {
	font-size: 6px !important;
	letter-spacing: -0.01px;
}

.fs8 {
	font-size: 8px !important;
	letter-spacing: -0.01px;
}

.fs9 {
	font-size: 9px !important;
	letter-spacing: -0.01px;
	line-height: 1.3;
}

.fs10 {
	font-size: 10px !important;
	letter-spacing: -0.01px;
	line-height: 1.3;
}

.fs11 {
	font-size: 11px !important;
	letter-spacing: -0.01px;
	line-height: 1.3;
}

.fs12 {
	font-size: 12px !important;
	line-height: 1.4;
}

.fs13 {
	font-size: 13px !important;
	line-height: 1.4;
}

.fs14 {
	font-size: 14px !important;
	line-height: 1.6;
}

.fs16 {
	font-size: 16px !important;
	line-height: 1.4;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs25 {
	font-size: 25px !important;
}

.fs26 {
	font-size: 26px !important;
}

.fs27 {
	font-size: 27px !important;
}

.fs28 {
	font-size: 28px !important;
}

.fs29 {
	font-size: 29px !important;
}

/* MARGIN */
.m0a {
	margin: 0px auto 0px !important;
}

.m10a {
	margin: 10px auto 0px !important;
}

.m20a {
	margin: 20px auto 0px !important;
}

.mt3 {
	margin-top: 3px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt12 {
	margin-top: 12px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr79 {
	margin-right: 79px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.ml60 {
	margin-left: 60px !important;
}

/* PADDING */
.pt2 {
	padding-top: 2px !important;
}

.pt3 {
	padding-top: 3px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt7 {
	padding-top: 7px !important;
}

.pt8 {
	padding-top: 8px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt11 {
	padding-top: 11px !important;
}

.pt12 {
	padding-top: 12px !important;
}

.pt13 {
	padding-top: 13px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb7 {
	padding-bottom: 7px !important;
}

.pb8 {
	padding-bottom: 8px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb13 {
	padding-bottom: 13px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl55 {
	padding-left: 55px !important;
}


/* ボーダー  */
.bobo {
	border-bottom: 1px solid #aaa !important;
}

.bono {
	border-bottom: none !important;
}

/* フロート  */
.fl {
	float: left !important;
	overflow: hidden !important;
	margin: 0 5px 0 5px;
}

.fr {
	float: right !important;
	overflow: hidden !important;
	margin: 0 5px 0 5px;
}

/* その他 */
.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.ofh {
	overflow: hidden !important;
}

.clb {
	clear: both !important;
}

.fluffy {
  background: #ff9703;
  width: 600px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 8px;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
		line-height: 1.5;
		background-color: #fff;
	}
	
	.col_3 > div{
		width: 100%;
		font-size: 14px;
	}	
  pc_area{
    display:none;
  }
  phone_area{
    display:block;
  }
.container-hd {
	background-color: #000000;
	height: 60px;
	margin: 0px auto;
	padding:  0px auto;
	padding-left: 0px;
	padding-right: 0px;
	position: fixed;
	}
.box {
    flex-direction: column;
	margin-bottom: 0px;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: left;
	  margin-bottom: 20px;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:100%;
    height:auto;
  }
	
.last td:last-child {
    
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th{
	border-bottom: none;
    display: block;
    width: 100%;
	background-color: #e7e9e9;
	font-size: 12px;
	
  }
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	font-size: 12px;
  }
	
	
	.auto {
	background-color: #fff;
}
	p {
		font-size: 14px;
		line-height: 1.8;
	}
	em {
	font-weight: bold;
	color: #ff0000;
	}
	strong {
		
		font-weight: bold;
	}
	
	b {
		font-weight: bold;
	}
	
	
	ol {
		margin-left: 0;
		margin-bottom: 20px;
	}
	ol li {
		font-size: 14px;
		line-height: 1.5;
	}
	h3 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.3;
		padding: 0px 0px 0px 0px;
	}
	

.container-wb {
	background-color: ##21adcb;
	margin: 0px auto;
	margin-bottom: 30px;
	padding:  0px auto;
	padding-bottom: 10px;
	}	
.container-wb2 {
	background-color: #fff;
	margin: 0px auto;
	padding:  0px auto;
	padding-bottom: 10px;
	}
.container-wb3 {
	background-color: #232531;
	margin: 0px auto;
	padding:  0px auto;
	padding-bottom: 10px;
	}
	.mg_qa {
	width:370px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding:5px;
	font-size: 16px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
	.mg {
	width:330px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding:20px;
	font-size: 14px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
   .mg_tokutei {
	width:100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding:5px;
	font-size: 14px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
	.mg_step {
	width:330px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding:20px;
	font-size: 14px !important;
	color: #fff;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
	.mg_bk {
	width:290px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
	padding:30px;
	font-size: 18px !important;
	background-color: #323543;
	border: solid 12px #232531;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
	
	
	.mg3 {
	width:320px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:0px;
	font-size: 14px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		}

	.mg2 {
	width:320px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	font-size: 12px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #83a7aa;
	border: solid 1px #83a7aa;
	
}
	
	.container-inner {
		padding: 0px;
	}

		
	
	.container-inner_box {
		padding: 10px 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.br-onlypc {
		display: none;
	}
	.br-onlysp {
		display: block;
	}
	.introduction {
		margin: 0 -10px;
		padding: 10px 10px;
	}
	.introduction-title {
		margin-bottom: 0;
	}
	


	.mt50 {
		margin-top: 15px !important;
	}
	
	/* フロート  */
.fl {
	float: left !important;
	overflow: hidden !important;
	margin: 0 5px 0 5px;
	text-align: center;
}

.fr {
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	text-align: center;
}


	
	/* ラインリスト */
.line_list li{
	float: none;
	display: inline;
	text-align: center;
}

.line_list li img{
	width: 163px;
}

.line_list li dd{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
	text-align: center;
}

.line_list h3{
	text-align: center;
}

.line_list h3 img{
	width: 198px;
}
	
.fluffy {
  background: #ff9703;
  width: 320px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  margin-top: 20px;
  border-radius: 8px;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

}