body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 140%;
	color: #555555;
	margin: 0px;
	padding: 0px;
	background-image: url(bg);
}
.clear30{
	height: 30px;
	clear: both;
}
strong {
	color: #D50D00;
}
.b-red {
	border: 1px solid #D70C00;
}
.blue {
	color: #6699CC;
	font-weight: bold;
}
.blue2 {
	color: #FF6699;
	font-weight: normal;
}
.kakomi {
    font-weight: normal;
    font-size: 16px;
    color:
#fff;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
text-align: center;
width: 100%;
background-color:
    #b50101;
    border-radius: 10px;
    padding: 10px;
}
.kakomi a{
	color: #fff;
	text-decoration: none;
}
.marubatsu{
	font-size: 300%;
	font-weight: bold;
}
.cont {

	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.center{
	text-align: center;
}

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


.container{
	margin: 2em;
}

.col-odd{
     margin-bottom: 3em;
}
.col-odd__txt{
     /* padding: 3em; */
}
/* スマホ　767px以下 */
@media only screen and (max-width: 767px){
  .container{

    height: auto;
		background-color: #fff;
  }
	.center{
		text-align: left;
	}
}
.wrap{
	background-color: #fff;
	width: 100%;
}
.col-odd__img{
		 width: 80%;
		 text-align:right;
}

@media screen and (min-width : 768px) { /* デスクトップ */
	.wrap{
		width: 750px;
		margin: 0 auto;
		background-color: #fff;
	}
	.container{
		max-width: 650px;
		margin: auto;
	}
  .col-odd{
       display: flex;
       justify-content: space-between; align-items: center;
  }
  .col-odd__img{
       width: 33%;
			 text-align:right;
margin: 1em;
  }
  .col-odd__txt{
       width: 72%;
  }
  .col-odd.reverse{
       margin-bottom: 0;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
       flex-direction: row-reverse;
  }
}




.btn-container {
  text-align: center;
}

button {
  width: 80%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;

  /* ボタンにカーソルを当てると、カーソルがポインターに変わる */
  cursor: pointer;
}

/* ボタンにカーソルを当てたとき、ボタンを半透明にする */
button:hover {
 opacity: 0.7;
}
