@charset "shift_jis";

#guide_soudan_body {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #222;
	width: 100%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	width: 830px;
}

#guide_soudan_body h1,
#guide_soudan_body h2,
#guide_soudan_body h3 {
	margin: 0px;
}
#guide_soudan_body .b {
	font-weight: bold;
}

/* ヘッダー画像*/
#guide_soudan_body .header_image {
	position: relative;
}

.soudan_wrapper {
	padding: 0 4px;
}

.a_catch {
	font-size:18px;
	margin:20px 0 0px;
	font-weight:bold;
	color:#FF0066;
}

.header_title {
    background: #4E95D9;
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0px 20px;
    padding: 8px 15px 6px;
    color: #ffffff;
}
.feature_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 8px 0px 30px;
}
.feature_box {
	width: 29%;
	font-size: 14px;
	color: #222;
	text-align: center;
	background: #FEC100;
	margin-bottom: 18px;
	padding: 25px 12px;
	border-radius: 15px;
	display: flex;
	flex-flow: column;
	text-decoration: none;
}
#guide_soudan_body .feature_box .feature_head {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
}
.feature_box img {
	display: block;
	width: 200px;
    height: auto;
    margin: 15px auto 0;
}

.voice_box {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
}

/* ふきだし */
.speech_bubble1_1 {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #FBE3D6;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  width: 430px;
  margin-bottom: 14px;
}

.speech_bubble1 {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #FBE3D6;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  width: 495px;
  margin-bottom: 14px;
}

.ntext_b {
	font-weight: bold;
}
.btn_area {
	padding: 5px;
	border-radius: 10px;
	line-height: 2.0;
	box-shadow: none;
	margin: 0 auto;
}
.entry_btn{
	width: 420px;
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #47AADF;
    border: none;
    border-radius: 15px;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 1.6;
    cursor: pointer;
    color: #fff;
    text-align: center;
}
.entry_btn:hover {
	opacity: 0.8;
}

/* くの字矢印 */
.arrow-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #47AADF;
}

.arrow-text .arrow {
  	display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-bottom: 2px;
}
