@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: bottom;
}

/* 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 {
	width: 100% !important;
	font-size: 1.8rem;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.02em;
	z-index: 1;

                                -webkit-text-size-adjust: 100%; /*スマホ自動調整対策*/
	-webkit-font-smoothing: antialiased;
                                -moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background: #fff;
}

body {
	font-family: 'Century Gothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 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;
}

header {
	width: 100%; /* android view point */
	height: 100%;
	margin: 0 auto;
	position:relative;
                                z-index:2;
}

.bg_head {
                                background: #032d42;
}


@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}


/* 記事メインイメージ */
.head_img_01 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(640/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main.jpg) top center / cover no-repeat;
}

.head_img_02 {
	width: 50%; /* android view point */
	height: 0;
	padding-top: calc(340/600 * 50%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main2.jpg) top center / cover no-repeat;
}

.ttl_box {
                                position: absolute;
                                width: 48%;
                                height: auto;
                                top: 20%;
                                right: 0;
                                background: url(bg_ttl.svg) top left no-repeat;
                                padding: 70px 0 70px 20px;
}

.ttl_box2 {
                                position: absolute;
                                width: 55%;
                                height: auto;
                                top: 50%;
                                right: 0;
                                transform: translateY(-49%);
                                background: url(bg_ttl.svg) top left no-repeat;
                                padding: 70px 0 70px 20px;
}

.inner1 {
                                width: 100%;
                                margin: 0 auto;
                                background: #032d42;
                                display: flex;

}

.inner1 .catch {
                                width: 100%;
                                margin: 0;
                                padding: 0.3em 25px 0.3em 10px;
                                font-size: 22px;
                                line-height: 1.5;
                                color: #FFF;
                                letter-spacing: 0.2em;
}

.inner2 {
                                width: 100%;
                                margin: 0;
                                display: flex;
}

h1 {
                                width: 100%;
                                margin: 0;
                                padding: 0.3em 25px 0.3em 10px;
                                font-weight: bold;
                                font-size: 36px;
                                line-height: 1.2;
                                color: #009cde;
}

.sml_h1 {
                                font-size: 85%;
}

.leadarea {
  width: 100%;
  max-width: 860px;
  position: relative;
  z-index:3;
  margin: -50px auto 45px;
  padding: 35px;
  background: #FFF;
}

.leadarea:before {
  content:'';
  position:absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-top: 1px solid #009cde;
  border-left: 1px solid #009cde;
}

.leadarea:after {
  content:'';
  position:absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid #009cde;
  border-right: 1px solid #009cde;
}


.lead {
  font-size: 1.1rem;
  line-height: 1.8;
 color: #032d42;
}



.add_border2 {
                                border-top: 1px solid #032d42;
}

main {
	width: 100%;
	margin: 0 auto;
                                position: relative;
                                background: #f8f8f8;
}

main img {
	width: 100%;
}

main p {
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
	text-justify:inter-ideograph;  
	margin-bottom: 2%;
}

.quot {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Merino, Osaka, sans-serif;
}

.sec1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.bg_sec {
  background: #FFF;
}

.bg_sec2 {
  background: #f8f8f8;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  height: 100%;
  margin: 0 auto 40px;
  padding: 10px 35px ;
  color: #333;
  position:relative;
  z-index: 4;
}

.h2_box {
                                width: 100%;
                                position: relative;
                                margin: 20px auto 0;
}

.h2_box:after {
                                content:'';
                                position:absolute;
                                width: 100%;
                                height: 50px;
                                bottom: 0;
                                left: 0;
                                background: #FFF;
}

.h2_box2 {
                                width: 100%;
                                position: relative;
                                margin: -20px auto 0;
}

.h2_box3 {
                                width: 100%;
                                position: relative;
                                margin: 0 auto;
}

.h2_box3:after {
                                content:'';
                                position:absolute;
                                width: 100%;
                                height: 50px;
                                bottom: 0;
                                left: 0;
                                background: #f8f8f8;
}



h2 {
  width: 100%;
  max-width: 860px;
                                margin: 0 auto;
	padding: 30px 15px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 130%;
	color: #032d42;
	position: relative;
                                z-index:5;
                                text-align: center;
                                background: #FFF;
                                border-bottom: 2px solid #009cde;
}

h3 {
	margin: 3% auto 1% !important;
	padding: 0;
	width: 98%;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #032d42;
}

.ph_flex {
                                width: 98%;
                                margin: 30px auto;
                                max-width: 800px;
                                display: flex;
                                justify-content: space-between;
                                position: relative;
}

.ph_flex2 {
                                justify-content: flex-end;
}

.pf_item1 {
                                position: absolute;
                                width: 45%;
                                right: 0;
                                align-self: center;
                                padding: 20px;
                                border-top: 2px solid #00a6d9;
                                border-bottom: 2px solid #00a6d9;
                                background: #e6f3f6;
                                z-index:5;
}

.pf_item2 {
                                position: relative;
                                width: 58%;
                                align-self: flex-end;
}

.pf_item3 {
                                position: absolute;
                                width: 45%;
                                left: 0;
                                align-self: center;
                                padding: 20px;
                                border-top: 2px solid #00a6d9;
                                border-bottom: 2px solid #00a6d9;
                                background: #e6f3f6;
                                z-index:5;
}


.profile {
                                width: 100%;
                                margin: 0 auto;
                                padding: 3px 10px;
                                text-align: center;
                                font-size: 1rem;
                                font-weight: bold;
                                color: #FFF;
                                text-align: left;
                                background: #00adc3;
                                border-radius: 10px;
}

.pf_name {
                                padding: 5%;
                                position: relative;
}

.pf_name_txt {
	font-weight: bold;
	font-size: 0.85rem;
	line-height: 1.4;
                                color: #000;
                                text-align: left;
                                position: relative;
                                z-index: 1;
}

.pf_prof {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 0.9rem;
	color: #333;
	line-height: 1.5;
	text-align: justify; 
	text-justify: inter-ideograph;
                                letter-spacing: -0.03em;
}

.name_area {
                                position: absolute;
                                bottom: 5px;
                                left: 0;
                                padding: 5px 10px;
                                width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,333333+100&0+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(102,102,102,0) 0%, rgba(51,51,51,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(102,102,102,0) 0%,rgba(51,51,51,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(102,102,102,0) 0%,rgba(51,51,51,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#80333333',GradientType=0 ); /* IE6-9 */
                                border-radius: 10px;
}

.name {
                                margin: 0;
                                padding-right: 10px;
                                padding-bottom: 10px;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.4;
                                text-align: left;
                                color: #000;
                                width: 100%;
                                border-bottom: 1px solid #FFF;
}

.name_large {
	font-size: 1.4rem;
  vertical-align: baseline;
}


#note_text {
	padding: 0 10%;
	color: #333;
	font-size: 0.87rem;
	line-height: 1.5;
	text-align:center;
}


.img_add {
                                float: right;
                                position: relative;
                                width: 300px;
                                margin: 0 0 20px 30px;
                                padding: 10px 5px 15px;
}

.img_add:after {
                                content: '';
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                height: 5px;
                                border-radius: 2.5px;
                                background: #eb3329;
} 



.img_add img, .img_add2 img {
                                width: 100%;
                                border-radius: 10px;
}

.img_add2 {
                                float: left;
                                position: relative;
                                width: 300px;
                                margin: 0 30px 20px 0;
                                padding: 10px 5px 15px;
}

.img_add2:after {
                                content: '';
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                height: 5px;
                                border-radius: 2.5px;
                                background: #eb3329;
} 

.caption {
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 240px;
	margin: 0 auto;
	padding: 10px 5px 0;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	text-align: justify; 
	text-justify: inter-ideograph;
}

footer {
	width: 100%;
	margin: 0 auto 30px;
                                position: relative;
}

.button-4 a{
  display: block;
  width: 100%;
   height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 2rem 2%;
  margin: 0 auto 20px;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1.1rem;
  font-weight:bold;
  line-height: 1.2;
background: #032d42;
  color:#FFF;
  vertical-align: middle;
}

.button-4 a:hover {
  opacity: 0.8;
}

.b_txt {
  font-weight: bold;
}

.next {
                                height: 30px;
                                padding: 5px 15px;
                                display: inline-block;
                                background:#FFF;
                                color: #032d42;
                                border-radius: 15px;
  vertical-align: middle;
}


.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
                                width: 100%;
                                max-width: 470px;
                                margin: 0 auto;
                                align-items: center;
  transition:all .5s ease;
}
.flex-item:nth-child(1) {
	-webkit-flex: 0 1 15%;
	-ms-flex: 0 1 15%;
	flex: 0 1 15%;
                                color: #FFF;
                                font-weight: bold;
                                padding: 5px 0;
                                text-align: center;

}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 85%;
	-ms-flex: 0 1 85%;
	flex: 0 1 85%;
                                padding: 5px 15px;
                                text-align: left;
                                color: #FFF;
                                font-weight: bold;
}

.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:#032d42;
	color: #FFF;
}

.current {
	background:#032d42;	
    color: #FFF;	
}

.img_box4 {
	width: 100%;
                                max-width: 760px;
	margin: 0 auto 3%;
	padding:2% 0 0;
	text-align: center;
                                position: relative;
                                display: flex;
                                gap: 10px;
}

.img_box4 img {
	width: 100%;
                                border: 1px solid #dedede;
}

.box4_item1 {
                                width: 53%;
}

.box4_item2 {
                                width: 45%;
}

.add_img_bdr {
                                border: 1px solid #CCC;
}

.img_box5 {
                                width: 100%;
                                margin: 0 auto;
                                padding:2% 0;
                                border-top: 1px solid #032d42;
                                text-align: center;
}

.bnr_box0108 {
	width: 930px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
                                justify-content: space-between;
                                border: 1px solid #032d42;
}


.bnr_item0108:nth-child(1) {
	width: 56.99%;
                                background: #032d42;
}

.bnr_item0108:nth-child(2) {
	width: 43.01%;
                                background: #e7e7e7;
}


.bnr_box0108 img {
	width: 100%;
}


.caption2 {
 	width: 90%;
                                margin: 0 auto 20px;	
	font-size: 0.9rem;
	line-height: 1.6;
	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;
                                vertical-align: baseline;
}

.ovr_txt {
                                overflow: auto;
}


.btn_area {
  width: 100%;
  margin: 0 auto 20px;
  padding: 1.5% 1%;
  background: #032d42;
}


.arrow-button{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin: 0 auto;
    padding: 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 860px;
    overflow: hidden;
  border: 2px solid #86ed78;
   border-radius: 5px;
transition: 0.3s;
}


.arrow-button:after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%); 
    transition: 0.3s;
    background: url(img_arrow.svg) top center no-repeat;
}

.arrow-button:hover:after{
    right: 15px;
}

.pt40 {
                                padding-top: 40px;
}


@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1180px) {

.ttl_box {
                                top: 12%;
}



.lead {
  margin: 0 auto;
  padding: 3%;
  font-size: 1rem;
  line-height: 1.6;
 color: #000;
  text-shadow: none;
  position: relative;
}

main p {
	font-size: 1rem;
	line-height: 1.8;
}

}



@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 */
}

header {
	width: 100%; /* android view point */
	height: 100%;
	margin: 0 auto;
	position:relative;
}

.head_img_01 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(640/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main.jpg) top center / cover no-repeat;
}

.head_img_02 {
	width: 100%; /* android view point */
	height: 0;
	padding-top: calc(640/1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(bg_main.jpg) top center / cover no-repeat;
}

.bg_head {
                                background: #FFF;
}

.ttl_box,
.ttl_box2 {
                                position: relative;
                                width: 100%;
                                height: auto;
                                margin: 0 auto;
                                padding: 0;
                                background-image: none;
                                background: #FFF;
                                top: 0;
                                transform: translateY(0);
}

.inner1 {
                                width: 100%;
                                margin: 0 auto;
                                background-image: none;
                                display: flex;
}

.inner1 .catch {
                                width: 100%;
                                max-width: 100%;
                                margin: 0 auto;
                                padding: 0.3em 3%;
                                font-size: 1.8rem;
                                line-height: 1.5;
                                text-align: center;
                                color: #FFF;
}

.inner2 {
                                width: 100%;
                                margin: 0 auto;
                                display: flex;
}

h1 {
                                width: 100%;
                                max-width: 100%;
                                margin: 0 auto;
                                padding: 0.3em 3%;
                                font-weight: bold;
                                font-size: 2.4rem;
                                line-height: 1.2;
                                text-align: center;
                                text-shadow: none;
                                border-bottom: 2px solid #032d42;
}



.leadarea {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index:5;
  margin: 0 auto;
  padding: 0;
}

.lead {
  padding: 3%;
  position: relative;
  z-index:10;
  border-radius: 0;
}

.bg_sec2 {
  background: #FFF;
}


.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 96%;
  padding: 1% 2% 2%;

}

.h2_box2 {
                                width: 100%;
                                position: relative;
                                margin: 20px auto 0;
}


h2 {
                                max-width: 100%;
	font-size: 1.5rem;
	line-height: 1.4;
}

h3 {
	font-size: 1.3rem;
}


.img_box4 {
	width: 94% !important;
	margin: 0 auto;
	padding:2% 0 3%;
	text-align: center;
}

.caption2 {
                                position: static;
	margin: 0 auto;
	width: 90%;
}

.img_box5 {
                                padding:3% 0 2.5%;
}

.bnr_box0108 {
	width: 94%;
}

.button-4 a{
  display: block;
  width: 100%;
   height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 2% 3%;
  margin: 0 auto 10px;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1rem;
}



.caption {
                                position: relative;
                                bottom: 0;
                                left: 0;
                                width: 100%;
	margin: 0 auto;
	padding: 10px 5px 0;
	font-size: 0.9rem;
	color: #333;
	line-height: 1.5;
}


.pf_prof {
	font-size: 0.83rem;
	color: #333;
	line-height: 1.3;
	text-align: justify; 
	text-justify: inter-ideograph;
                                letter-spacing: -0.03em;
                                word-break: break-all;
}




}



@media screen and (max-width: 767px) {

.inner1 .catch {
                                font-size: 1.5rem;
}

h1 {
                                font-size: 2rem;
}

.leadarea:before {
  display: none;
}

.leadarea:after {
  display: none;
}



.lead {
  font-size: 1rem;
  line-height: 1.6;

}



h2 {
	font-size: 1.5rem;
                                padding-bottom: 10px;
}

h2:before {
                                display: none;
}

h2:after {
                                display: none;
}

h3 {
	font-size: 1.25rem;
}

.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
}


.sec1_inner {
                                color:#333;
}

#note_text {
	margin-top: 10px !important;
	padding: 10px 3% 0;
	color: #666;
	font-size: 0.9rem;
	line-height: 1.7;
	text-align:center;
}

.img_box4 {
	width: 94%;
}


.flex-container {
                                width: 94%;
                                margin: 0 auto;
}

.flex-item:nth-child(1) {
	-webkit-flex: 0 1 20%;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
align-self: center;}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 80%;
	-ms-flex: 0 1 80%;
	flex: 0 1 80%;
}

.ph_flex {
                                width: 80%;
                                margin: 20px auto;
                                max-width: 80%;
                                display: flex;
                                position: relative;
                                flex-direction: column;
}

.ph_flex2 {
                                justify-content: flex-start;
}



.pf_item1 {
                                position: relative;
                                width: 100%;
                                margin-top: 0;
                                order: 2;
}

.pf_item2 {
                                position: relative;
                                z-index: 20;
                                width: 100%;
                                margin-left:0;
                                margin-bottom: 0;
                                order: 1;
}

.pf_item3 {
                                position: relative;
                                width: 100%;
                                margin-top: 0;
                                order: 2;
}



.pf_prof {
	font-size: 0.9rem;
	line-height: 1.3;
}



}

@media screen and (max-width: 639px) {

main {
                               background: #FFF; 
}

main:before {
                                display:none;
}


.sec1_inner {
  border-radius: 0;
  filter: none; 
}

main p {
	line-height: 1.7;
}


h2 {
                                font-size: 1.5rem;
}


.rb_1 {
           line-height: 150%;                     
}

h3 {
	font-size: 1.2rem;
}


.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;
}

.img_add {
                                float: none;
                                width: 280px;
                                margin: 20px auto;
                                padding: 15px 5px;
}


.img_add2 {
                                float: none;
                                width: 280px;
                                margin: 20px auto;
                                padding: 15px 5px;
}

.arrow-button{
   padding: 22px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}


}


@media screen and (max-width: 479px) {

.inner1 .catch {
                                font-size: 1.3rem;
}

h1 {
                                font-size: 1.8rem;
}


h2 {
                                font-size: 1.3rem;
}



.pager ul li span,
.pager ul li a {
    font-size: 13px;
}


.flex-item:nth-child(1) {
	-webkit-flex: 0 1 28%;
	-ms-flex: 0 1 28%;
	flex: 0 1 28%;
                                
}
.flex-item:nth-child(2) {
	-webkit-flex: 0 1 72%;
	-ms-flex: 0 1 72%;
	flex: 0 1 72%;
}

.ph_flex {
                                width: 98%;
                                max-width: 98%;
}

.pf_item1 {
                                padding: 10px;
}

.pf_item3 {
                                padding: 10px;
}



}

@media screen and (max-width: 375px) {

.inner1 .catch {
                                font-size: 1.2rem;
}

h1 {
                                font-size: 1.5rem;
}

h2 {
                                font-size: 1.2rem;
}

.arrow-button:after{
    right: 10px;
}

.arrow-button:hover:after{
    right: 5px;
}



}
