@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/

body {
	font-family: "segoe UI", Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
}

.wrap_all {
	font-size: 0.875rem;
　　letter-spacing: 0.01em;
	line-height: 1.8;
    color: #333;
	word-break: break-all;
	background: url(../img/bg.jpg) no-repeat center top;
	text-align: center;
	xmargin-bottom: -121px;
}
.wrap_all ul {
	padding-left: 0px;
}
.wrap_all .section {
	margin-top: 0px;
	padding-top: 0px;
}

/*10px 	0.625rem
11px 	0.6875rem
12px 	0.75rem
13px 	0.8125rem
14px 	0.875rem
15px 	0.9375rem
16px 	1rem
17px 	1.0625rem
18px 	1.125rem
19px 	1.1875rem
20px 	1.25rem
21px 	1.3125rem
22px 	1.375rem
23px 	1.4375rem
24px 	1.5rem*/

.wrap_all a {
	color: #0707fb;
	text-decoration: none;
	display: inline-block;
    transition: 0.5s;
}

.wrap_all a:hover {
	color: #5DA4F9;
}

.wrap_all .mb10 {
	margin-bottom: 10px;
}
.wrap_all .mb20 {
	margin-bottom: 20px;
}
.wrap_all .mb30 {
	margin-bottom: 30px;
}
.wrap_all .mb50 {
	margin-bottom: 50px;
}

.wrap_all .sp_only {
	display: none;
}

.wrap_all .none {
	display: none;
}

.wrap_all .right {
	text-align: right;
}

.wrap_all .img100 img {
	width: 100%;
}

.wrap_all img {
	vertical-align: bottom;
}

.wrap_all .over {
    transition: 0.5s;
}

.wrap_all .over:hover {
	opacity: 0.8;
}

.wrap_all .red {
	color: #b50000;
}

.wrap_all ul.basic li {
	list-style: disc;
	margin-left: 25px;
}

.wrap_all ul.aten li {
	text-indent: -0.875rem;
	padding-left: 0.875rem;
	text-align: left;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.end {
	text-decoration: line-through;
}

/* ------- main ------- */

.wrap_all .headMain {
	position: relative;
}

.wrap_all .headMain div {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wrap_all .headMain h1 {
	padding-top: 10px;
	margin-bottom: 10px;
	
	animation: big 0.3s ease-in 1;
}

@keyframes big {
	0% {transform: scale(0.5);}
	100% {transform: scale(1);}
}

.wrap_all .headMain p.tw300ktxt {
	background: #008ad0;
	border-bottom: solid 8px #036191;
	padding: 5px;
}

.wrap_all .headMain p.tw300ktxt span {
	display: block;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* ------- section ------- */
.wrap_all .section {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.wrap_all .section > div {
	width: 1100px;
	margin: 0 50px;
}

.wrap_all .section p.main {
	padding: 10px 0;
	word-break: break-all;
}

.wrap_all div.repoBox {
	background: #2a345a;
	padding: 10px;
}

.wrap_all div.repoBox p {
	text-align: center;
	color: #FFF;
}

.wrap_all .section div.balloon {
	position: relative;
	text-align: center;
	padding: 5px 30px;
	max-width: 100%;
	border-radius: 15px;
	background: #fad00e;
	margin-left:350px;
	margin-right:350px;
	
	animation: pic 1s linear infinite;
}

@keyframes pic {
	0% { top: 0px;}
	50% { top: 5px; }
	100% { top: 1px; }
}

.wrap_all .section div.balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fad00e;
}

.wrap_all .section h2.star {
	background: #008ad0 url(../img/bg_h2.png) no-repeat right top;
	padding: 5px 10px;
	border: solid 2px #036191;
	border-radius: 10px;
	color: #FFF;
}

.wrap_all .section h2.star i {
	color: #fad00e;
}

.wrap_all .queBox {
	background: #fad00e;
	padding: 20px 0;
}

.wrap_all .queBox .section {
	text-align: center;
}

.wrap_all .queBox p.queBtn {
	position: relative;
	background-color: #e00f0f;
	border-radius: 100px;
	line-height: 52px;
	box-shadow: 0 5px 0 #9b0909;
	margin: 20px 100px;
	font-weight: bold;
	_cursor: pointer;
}

.wrap_all .queBox p.queBtn {
	color: #e4e0b1;
}

_.wrap_all .queBox p.queBtn:hover {
  top: 2px;
	box-shadow: 0 3px 0 #9b0909;
}

_.wrap_all .queBox p.queBtn:active {
  top: 5px;
  box-shadow: none;
}

.wrap_all div.atenBox h2 {
	position: relative;
    text-align: center;
	font-weight: bold;
}

.wrap_all div.atenBox h2:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.wrap_all div.atenBox h2 span {
	background: #FFF;
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

/* ------- sns ------- */

.wrap_all .sns {
	text-align: center;
}

.wrap_all .sns li {
	display: inline;
	margin: 0 2px;
}


/* ------- text ------- */

.wrap_all p.main,.wrap_all .section li {
	font-size: 1.0rem;
	line-height: 1.8;
}

.wrap_all div.atenBox h3 {
	font-size: 1.125rem;
}

.wrap_all .section div.balloon p,.wrap_all .section h2.star,.wrap_all .queBox p,.wrap_all div.atenBox h2 {
	font-size: 1.25rem;
}

.wrap_all .queBox p.queBtn {
	font-size: 1.375rem;
}

.wrap_all .atenBox li {
	font-size: 0.875rem;
}

/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/
	
@media only screen and (max-width:1200px) {
.wrap_all {
	width: 1200px;
	background: url(../img/bg.jpg) no-repeat center top;
}

}


/*-----------------------------------------------------	*/
/*	for - 669px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width : 669px ){

.wrap_all {
	min-width: 100%;
	width: 100%;
	background: url(../img/bg_s.jpg) no-repeat top center;
	background-size: contain;
}

.wrap_all .sp_only {
	display: inherit;
}
.wrap_all .pc_only {
	display: none;
}

.wrap_all ul.aten {
	margin-right: 10px;
}

/* ------- main ------- */

.wrap_all .headMain {
	position: relative;
}

.wrap_all .headMain p.redtxt {
	padding-top: 20px;
}

.wrap_all .headMain h1 {
	width: 70%;
	height: 70%;
	margin: -20px 15% 10px 15%;
}

.wrap_all .headMain div {
	width: 100%;
}

.wrap_all .headMain h1 img,.wrap_all .headMain p.redtxt img {
	width: 100%;
}

.wrap_all .headMain p.tw300ktxt {
	background: #008ad0;
	border-bottom: solid 5px #036191;
	padding: 5px 5%;
}

.wrap_all .headMain p.tw300ktxt img {
	width: 100%;
}

/* ------- section ------- */

.wrap_all .section {
	width: 100%;
	text-align: left;
}

.wrap_all .section > div {
	width: 97%;
	padding-left: 0.15%;
	padding-right: 0.15%;
	margin: 0 auto;
}

.wrap_all div.repoBox {
	background: #2a345a;
	padding: 10px;
}

.wrap_all div.repoBox p {
	text-align: center;
	color: #FFF;
}

.wrap_all div.repoBox p img {
	width: 100%;
}

.wrap_all .section div.balloon {
	position: relative;
	text-align: center;
	padding: 5px;
	max-width: 100%;
	border-radius: 15px;
	background: #fad00e;
	margin-left:30px;
	margin-right:30px;
}

.wrap_all .section div.balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fad00e;
}

.wrap_all .section h2.star {
	background: #008ad0 url(../img/bg_h2.png) no-repeat 50px top;
	padding: 3px 5px;
	border-radius: 5px;
}

.wrap_all .section h2.star i {
	color: #fad00e;
}

.wrap_all .section.queBox {
	padding: 10px 0;
}

.wrap_all .queBox p.queBtn {
	border-radius: 100px;
	line-height: 52px;
	box-shadow: 0 3px 0 #9b0909;
	margin: 20px 10px;
	padding: 5px 10px;
}

.wrap_all .queBox p.queBtn a {
	color: #e4e0b1;
}

.wrap_all .queBox p.queBtn:hover {
  top: 2px;
	box-shadow: 0 3px 0 #9b0909;
}

.wrap_all .section.queBox p.queBtn:active {
  top: 5px;
  box-shadow: none;
}

.wrap_all div.atenBox h2 {
	position: relative;
    text-align: center;
	font-weight: bold;
}

.wrap_all div.atenBox h2:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.wrap_all div.atenBox h2 span {
	background: #FFF;
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

/* ------- sns ------- */

.wrap_all .sns {
	text-align: center;
}

.wrap_all .sns li {
	display: inline;
	margin: 0 2px;
}

/* ------- text ------- */
.wrap_all p.main {
	font-size: 0.875rem;
	line-height: 1.6;	
}

.wrap_all div.atenBox h3,.wrap_all .queBox p {
	font-size: 1.0rem;
}

.wrap_all .section div.balloon p,.wrap_all .section h2.star,.wrap_all div.atenBox h2 {
	font-size: 1.125rem;
}

.wrap_all .queBox p.queBtn {
	font-size: 1.125rem;
	line-height: 1.4;
}

.wrap_all .atenBox li {
	font-size: 0.75rem;
}

}
