@charset "UTF-8";

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* box-sizing */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hover img alpha2 */
a img.alpha {
	transition: all 0.2s ease 0s;
}
a:hover img.alpha {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha( opacity=0.8 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.6ex;
  font-size:75%;
}



/* for sp link */
#sp_btn {
	display: none;
	text-align: center;
	padding-top: 40px;
}
body {
	-webkit-text-size-adjust: 100%; /* iphone 自動調整対策 */
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

body {
	width: 100% !important;
}



/* hover img alpha2 */
a img.alpha {
	transition: all 0.2s ease 0s;
}
a:hover img.alpha {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha( opacity=0.8 )";
}

.nbo_header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(bg_nbo_header.jpg) no-repeat top center;
}

.social_box {
                                text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.social_buttons {
                                display: inline-block;
                                text-align: left;
}

.sp_nbo_header {
	display: none;
}

.wrap {
                                
}



header {
	width: 100%; /* android view point */
	height: 100%;
	margin: -3px auto 0;
	position:relative;
                                z-index:10;
}


.p1_header {
                                animation: show 2s ease 0s 1 normal;

}

@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}




/* 記事メインイメージ */
.head_img_01 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(628/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main.jpg) top center / cover no-repeat;
                                
}

.main_ttl {
	position: absolute;
	top: 0;
	left: 0;
                                width: 100%;
	height: 0;
	padding-top: calc(628/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(img_ttl.svg) top left / cover no-repeat;
	z-index: 3;
}

.head_img_02 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(580/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main2.jpg) top center / cover no-repeat;
                                
}

.main_ttl2 {
	position: absolute;
	top: 0;
	left: 0;
                                width: 100%;
	height: 0;
	padding-top: calc(580/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(img_ttl2.svg) top left / cover no-repeat;
	z-index: 3;
}


h1 {
                                text-indent: 100%;
                                white-space: nowrap;
                                overflow: hidden;
}






.leadarea {
  width: 100%;
  margin: 0 auto;
  background: #293e40;
  overflow: hidden;
}


.lead {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
  padding: 40px;
  font-size: 108%;
  line-height: 180%;
 color: #FFF;
  position: relative;
}



.dropcap {
	display: block;
	font-size: 2.5em;
	float: left;
	margin: -30px .2em 0 0;
	padding: 25px 5px 0;
	line-height: 1.3;
	background: #243f40;
	color: #FFF;
}



.main_name_box {
                                display: flex;
                                line-height: 140%;
                                color: #FFF;
justify-content: space-between;
align-items: flex-end;
}
.name_flex1 {
                                margin-right: auto;
                                text-align: left;
                                padding-left: 5px;
                                border-left: 1px solid #81b5A1;
                                
}
.name_large {
                                font-weight: bold;
                                font-size: 120%;
                                line-height: 250%;
}


.p2_ttl-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                background: #FFF;
                                align-items: center;
}
.p2ttl-item:nth-child(1) {
	-webkit-flex: 0 1 35%;
	-ms-flex: 0 1 35%;
	flex: 0 1 35%;
}
.p2ttl-item:nth-child(2) {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
                                
}

.p2ttl-item img {
                                width: 100%;
}

.p2ttl-item:nth-child(2) img {
                                width: 100%;
                                overflow: hidden;
}

.add_border {
                                border-top: 5px solid #293e40;
}




main {
	width: 100%;
	margin: 0 auto;
                                position: relative;

}

.mt_30 {
                                margin-top: -30px;
}


main img {
	width: 100%;
}

.btn_vol1 {
                                width: 18%;
  box-sizing: border-box;
  display: block;
position: absolute;
  bottom: -2px;
  right: 0;
}

.btn_vol1 img {
                                width: 100%;
}

.non_lead {
	position: relative;
	z-index: 4;
	margin-top: -7%;
}

.non_lead2 {
	position: static;
	z-index: 5;
	margin: 0 auto;
}



main p {
	font-size: 108%;
	line-height: 200%;
	text-align: justify;
	text-justify:inter-ideograph;  
	padding-bottom: 2%;
}

.sml_txt {
                                font-size: 87%;
}


.quot {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Merino, Osaka, sans-serif;
}

.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 16;
  width: 100%;

                                background: url(bg_sec.png) top center / 100% repeat-y;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 40px 20px;
  color: #333;
  text-align: center;
  background: #FFF;
  filter: drop-shadow(0 5px 3px #ccc); 
}

.f_left {
  text-align: left !important;  
}

/* ルビ指定 */
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -2em;
    left: 0.2em;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}

.bg_color1 {
  background: #F7F7F7;
} 

.bg_color2 {
  background: #FFF;
} 

h2 {
	margin: 0 0 25px;
	padding: 10px 0 10px 3px;
	width: 100%;
	font-size: 175%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	color: #293E40;
	position: relative;
                                border-top: 7px solid #000;
                                border-bottom: 1px solid #000;
}


h2:before {
content: "";
position: absolute;
left: 0;
top: -7px;
width: 50px;
height: 7px;
background: #5d76a6;
}




h3 {
	margin: 2% auto 1% !important;
	padding: 0;
	width: 98%;
	font-size: 150%;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	color: #293e40;
}

#note_text {
	padding: 0 10%;
	color: #333;
	font-size: 80%;
	line-height: 170%;
	text-align:center;
}



.txt0 {
padding-left:3em;
text-indent:-3em;
}

.txt01 {
padding-left:3em;
}

.txt0b {
	font-weight: bold;
                                color: #777777;
}

.txt0b2 {
	font-weight: bold;
}

.name_a {
	color: #47A4D8;
	font-weight: bold;
}

.name_b {
	color: #81b5a1;
	font-weight: bold;
}




.img_01 {
	width: 60%;
	margin: -5% 0 0;
                                padding-left: 40%;
                                position:relative;
                                z-index:15;
}

.img_01 .img_cap {
  position: absolute;
  bottom: 0;/*画像の左上に配置*/
  right: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: rgba(0,0,0,0.45);
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 4% 10px 1%;/*文字周りの余白*/
  width: 55%;
  }

.img_add {
	float: right;
	width: 350px;
	margin: 5px -40px 15px 30px;
	padding:0;
}

.img_add img {
                                width: 100%;
}

.add_bb {
                                border-bottom: 1px solid #243F40;
                                margin-bottom: 10px;
}



.img_add2 {
	float: left;
	width: 350px;
	margin: 5px 30px 15px -40px;
	padding:0;
}

.img_add2 img {
                                width: 100%;
}


.img_add3 {
                                display: block;
                                position: relative;
	float: left;
	width: 410px;
	margin: 5px 30px 15px -30px;
	padding:0;
                               
}



.up_txt {
position: relative; z-index: 2;
}

.ovr_txt {
                                overflow: auto;
}

.name_area {
                                position: relative;
                                margin: -1% auto 2%;
                                width: 100%;
                                padding: 28px;
                                background: #5d76a6;
                                border-bottom: 5px solid #000;
}

.bg_name1 {
                                border-left: 5px solid #009e41;
}

.bg_name2 {
                                
                                border-right: 5px solid #ff6632;
}

.name {
                                margin: 0;
                                padding: 0 0 10px;
	font-weight: bold;
	font-size: 85%;
	line-height: 140%;
                                color: #FFF;
                                text-align: left;
                                border-bottom: 1px solid #FFF;
}

.name_clr1 {
                               margin: 0 3% 10px 0;
                                position: relative;
                                
} 


.name_clr2 {
                               border-bottom: 1px solid #22A9BC;
                               margin: 0 3% 10px;
                                
} 

.cls_bdr1 {
                                background: #518030;
 }

.cls_bdr2 {
                                background: #293e40;
 }

.name2 {
                                text-align: left;
}

.name_large {
	font-size: 140%;
	line-height: 190%;
}

.caption {
	margin: 0;
	padding: 0 ;
	font-size: 77%;
	color: #333;
	line-height: 150%;
	text-align: justify; 
	text-justify: inter-ideograph;
                                letter-spacing: -0.03em;
}


.cap_w {
                                color: #FFF !important;
                                padding-top: 20px;
}

.img_02 {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
                                background: #f7f7f7;
}

.img_02 img {
                                width: 100%;
}

h4 {                                font-size: 110%;
                                font-weight: bold;
                                color: #000;
                                text-align: left;
}




.name_01 {
	color: #000;
}

.name_02 {
	color: #0C3C69;
}

.name_03 {
	color: #0791BD;
}


.img_03 {
	width: 96%;
	margin: 0 auto 3%;
}


.img_left {
                                width: 380px;
                                margin: 0 0 30px ;
                                padding: 0 30px 0 0;
                                float: left;
                                position: relative;

}

.img_right {
                                width: 380px;
                                margin: 0 0 30px 30px ;
                                padding: 0;
                                float: right;
                                position: relative;

}


.img_name {
  position: absolute;
  bottom: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: rgba(0,0,0,0.45);
  font-size: 15px;
  line-height: 1.3;
  padding: 10px;/*文字周りの余白*/
  }

.img_name span {
                                font-size: 120%;
                                font-weight: bold;
}

footer {
	width: 100%;
	margin: 0 auto 30px;
                                position: relative;
}

.footer_txt {
                                position:static;
                                margin: 0 auto;
                                width:98%;
                                height: 100%;
                                background: rgba(90,151,130,0.7);
                                padding: 1%;
}

.footer_txt2 {
                                width: 50%;
                                margin: 0 auto;
                                padding: 1% 0;
                                color: #293e40;
                                font-size: 100%;
                                font-weight: bold;
                                line-height: 130%;
}

.txt_left {
                                text-align: left;
}

.txt_right {
                                text-align: right;
}




.button-4 a {
  display: block;
  width: 100%;
   height: auto;
  text-align:center;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 1.75em 2%;
  margin: 0 auto 15px;
  color:#FFF;
  font-weight: bold;
  text-decoration:none;
  transition:all .5s ease;
  line-height: 150%;
background: #293e40;
}
.button-4:hover a{
  background:rgba(41,62,64,0.7);
}

.b_txt {
  font-weight: bold;
}

.next {
                                height: 30px;
                                padding: 5px 10px 7px;
                                display: inline-block;
                                background:#FFF;
  color:#293e40;
  border-radius: 5px;
}

.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                width: 640px;
                                margin: 0 auto;
}
.flex-item:nth-child(1) {
	-webkit-flex: 0 1 15%;
	-ms-flex: 0 1 15%;
	flex: 0 1 15%;
                                color: #293e40;
                                font-weight: bold;
                                padding: 10px;
                                text-align: center;
                                border-right: 1px solid #293e40;
}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 85%;
	-ms-flex: 0 1 85%;
	flex: 0 1 85%;
                                padding: 10px 15px;
                                text-align: left;
                                color: #293e40;
                                font-weight: bold;
}



.toi_box {
  width: 100%;
  margin: 20px auto 40px;
  text-align: center;
}


.logo {
	margin: 2.5% auto 1%;
	width: 250px;
	text-align: center;
}




.localFooter {
	line-height: 150%;
}


/* pager */
.pager {
    overflow: hidden;
	margin: 2% auto;
	padding: 5px 0
}
 
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager ul li {
    margin: 0 5px;
    position: relative;
    left: -50%;
    float: left;
}

.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.7em 0.8em;
    font-weight: bold;
}
 
.pager ul li a {
    color: #333;
    text-decoration: none;
}
 
.pager ul li a:hover {
	background:#293e40;
	color: #FFF;
}

.current {
	background:#293e40;	
    color: #FFF;	
}

.img_box3 {
	width: 600px;
	margin: 0 auto;
	padding:2% 0 3%;
	text-align: center;
}

.img_box3 img {
	width: 100%;
}

.img_box4 {
	width: 100%;
	margin: 0 auto 3%;
	padding:2% 0 0;
	text-align: center;
                                position: relative;
}

.img_box4 img {
	width: 100%;
                                 border: 1px solid #CCC;
}

.add_img_bdr {
                                border: 1px solid #CCC;
}

.img_box5 {
                                width: 100%;
                                margin: 0 auto;
                                padding:2% 0;
                                border-top: 1px solid #293e40;
                                border-bottom: 1px solid #293e40;
                                text-align: center;
}

.img_box6 {
                                width: 930px;
                                margin: 0 auto 30px;
                                padding: 0;
                                text-align: center;
}

.img_box6 img {
                                width: 100%;
                                border: 1px solid #293e40;
}

.bnr_box0108 {
	width: 930px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
                                justify-content: space-between;
                                border: 1px solid #293e40;
}


.bnr_item0108:nth-child(1) {
	width: 56.99%;
                                background: #293e40;
}

.bnr_item0108:nth-child(2) {
	width: 43.01%;
                                background: #e7e7e7;
}


.bnr_box0108 img {
	width: 100%;
}



.caption2 {
 	width: 77%;
                                margin: 0 auto;
	padding-top: 15px;
	font-size: 85%;
	line-height: 160%;
	color: #333;	
	text-align: left; 
}

.bnr_area {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #243F40;
}

.bnr_box {
	width: 90%;
	margin: 0 auto;
	padding: 10px 10% 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing:border-box;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;

}

.bnr_item {
	width: 24%;
}


.bnr_box img {
	width: 100%;
	padding-bottom: 10px;
	
}

.img_box2 {
	width: 100%;
	margin: 3% auto 0;
	text-align: center;
}

/* 単語ごとに改行 */
.sub_wb {
                                display: inline-block;
}


.btn-gradient-radius {
  display: inline-block;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #293E40 0%, #81b5a1 100%);
  transition: .5s;
word-break: break-all;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #81b5a1 0%, #293E40 100%);
}

.g_kakomi {
                                width: 94%;
                                background: #FFF;
                                padding: 3% 3% 1%;
                                border-radius: 10px;
                                margin-bottom: 30px;
}

.caption3 {
	font-size: 85%;
	line-height: 140%;
}




@media print, screen and (max-width:1023px) {



.leadarea section {
  padding: 1em;
}




.sec1_inner {
  box-sizing: border-box;
  width: 98%;
  padding: 4% 3% 3%;

}

h2 {
	font-size: 150%;
}



.footer_txt2 {
                                width: 80%;
}

.img_box5 {
                                padding:3% 0 2.5%;
}

.caption2 {
                                position: static;
	margin: 0 auto;
	width: 90%;
}

.img_box6 {
                                width: 94%;
                                margin: 0 auto 2%;

}



}




@media screen and (max-width: 999px) {

.nbo_header {
	display: none;
}


.sp_nbo_header {
	display: block;
	width: 100%; /* android view point */
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.sp_nbo_header img {
	width: 100% !important; /* android view point */
}




.leadarea {
}


.lead {
  width: 96%;
  margin: 0 auto;
  padding: 3%;
  font-size: 100%;
  line-height: 160%;

}


main:before {
                                display: none;
}


h2 {
	font-size: 150%;
	line-height: 120%;
}

h3 {
	font-size: 135%;
}



.img_box4 {
	width: 94% !important;
	margin: 0 auto;
	padding:2% 0 3%;
	text-align: center;
}

.bnr_box0108 {
	width: 94%;
}

.img_add {
	float: right;
	width: 350px;
	margin: 5px 0 15px 30px;
	padding:0;
}


.img_add2 {
	float: left;
	width: 350px;
	margin: 5px 30px 15px 0;
	padding:0;
}



}



@media screen and (max-width: 767px) {




.lead {
  font-size: 108%;
  line-height: 160%;

}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

main p {
	font-size: 100%;
	line-height: 180%;
}


.col-1 {
                                order: 2;
}

.col-2 {
                                order: 1;
}


.img_01 {
	width: 94%;
	margin: 0 auto;
                                padding-left: 3%;
                                padding-right: 3%;
                                position:relative;
                                z-index:15;
}




.img_01 .img_cap {
  position: absolute;
  bottom: 0;/*画像の左上に配置*/
  right: 3%;
  left: 3%;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: rgba(0,0,0,0.45);
  font-size: 15px;
  line-height: 1.3;
  padding: 2%;/*文字周りの余白*/
  width: 90%;
  }

.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
}

.sec1:before {
                                display: none;
}

.sec1_inner {
                                color:#333;
}

.img_left {
                                width: 85%;
                                margin: 0 auto 30px ;
                                padding: 0;
                                float: none;
                                position: relative;

}

.img_right {
                                width: 85%;
                                margin: 0 auto 30px ;
                                padding: 0;
                                float: none;
                                position: relative;

}

.p2_ttl-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                background: #FFF;
                                align-items: center;
                                flex-direction: column;
}
.p2ttl-item:nth-child(1) {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
                                background: #81b5A1;
                                color: #FFF;
                                font-weight: bold;
                                padding: 10px 15px ;
}
.p2ttl-item:nth-child(2) {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
                                padding-bottom: 10px;
}


.footer-container img {
                                width: 100%;
}

.img_01 .img_cap {
   font-size: 80%;
  }

#note_text {
	margin-top: 10px !important;
	padding: 10px 3% 0;
	color: #666;
	font-size: 80%;
	line-height: 170%;
	text-align:center;
}

.flex-container {
                                width: 94%;
                                margin: 0 auto;
}

.flex-item:nth-child(1) {
	-webkit-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
align-self: center;}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 75%;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
}



.footer_txt2 {
                                width: 90%;
}


.img_add3 {
                                display: block;
                                position: relative;
	float: none;
	width: 75%;
	margin: 0 auto 3%;
	padding:0;
                               
}


.img_add4 {
                                display: block;
                                position: relative;
	float: none;
	width: 75%;
	margin: 0 auto 3%;
	padding:0;
                               
}

.img_box4 {
	width: 94%;
}



}

@media screen and (max-width: 639px) {

.head_img_01 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(580/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main2.jpg) top center / cover no-repeat;
                                
}

.main_ttl {
	position: relative;
	top: 0;
	left: 0;
                                width: 100%;
	height: 0;
	padding-top: calc(300/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(img_sp_ttl.svg) top left / cover no-repeat;
	z-index: 3;
}

.head_img_02 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(580/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main2.jpg) top center / cover no-repeat;
                                
}

.main_ttl2 {
	position: relative;
	top: 0;
	left: 0;
                                width: 100%;
	height: 0;
	padding-top: calc(300/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(img_sp_ttl.svg) top left / cover no-repeat;
	z-index: 3;
}



h2 {
                                padding: .5em 0;
                                font-size: 130% !important;
}

.rb_1 {
           line-height: 150%;                     
}

h3 {
	font-size: 115%;
}



.img_add {
                                float: none;
	width: 320px;
	margin: 0 auto 15px;
	padding:0;
}






.img_add2 {
                                float: none;
	width: 320px;
	margin: 0 auto 15px;
	padding:0;
}



.img_box3 {
	width: 94%;
}

.img_box3 img {
	width: 100%;
}

.img_box4 {
	width: 94%;
}

.img_box4 img {
	width: 100%;
}


.img_box2 img {
                                width: 70%;
}

#note_text {
                                text-align: left !important;
}
#note_text br {
                                display: none;
}

.button_next {
  line-height: 120%;
}



.footer_txt2 {
                                width: 90%;
}

.button-4 a {
  width: 100%;
  margin: 0 auto 10px;
}

.next {
                                height: 30px;
                                padding: 0 5px 0 0;
                                display: inline-block;
                                background: none;
  color:#FFF;
}


}


@media screen and (max-width: 479px) {

.pager ul li span,
.pager ul li a {
    font-size: 13px;
}


.flex-item:nth-child(1) {
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
}



}

