@charset "UTF-8";
/*====================
Base
====================*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tb {
  display: none !important;
}

.clfix::after {
  content: "";
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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,
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%;*/
  vertical-align: baseline;
}

ul,
li {
  list-style: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}

html,
body {
  width: 100%;
/*  font-size: 15px; */
  font-size: 62.5%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}

.nbo_header {
  text-align: center;
  background: url(header_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  z-index: 10000;
}

.yakuhan {
  padding-left: 5px;
}


/*******************************
tablet
*******************************/
@media screen and (max-width: 768px) {
  .tb {
    display: block !important;
  }
}

/*******************************
sp
*******************************/
@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .tb {
    display: none !important;
  }
}


a{text-decoration:none;color:#000;transition:opacity 0.2s linear;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;}
a:hover{text-decoration:none;opacity:0.7;filter:alpha(opacity=70);-moz-opacity:0.7;}

/* common styles - margin */

.ml0 {margin-left:   0!important;}
.ml3 {margin-left: 3px!important;}
.ml5 {margin-left: 5px!important;}
.ml10{margin-left:10px!important;}
.ml15{margin-left:15px!important;}
.ml20{margin-left:20px!important;}
.ml25{margin-left:25px!important;}
.ml30{margin-left:30px!important;}
.ml35{margin-left:35px!important;}
.ml40{margin-left:40px!important;}
.ml50{margin-left:50px!important;}
.ml60{margin-left:60px!important;}

.mt0 {margin-top:   0!important;}
.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt7 {margin-top: 7px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt25{margin-top:25px!important;}
.mt28{margin-top:28px!important;}
.mt30{margin-top:30px!important;}
.mt35{margin-top:35px!important;}
.mt40{margin-top:40px!important;}
.mt50{margin-top:50px!important;}
.mt60{margin-top:60px!important;}
.mt70{margin-top:70px!important;}
.mt80{margin-top:80px!important;}
.mt90{margin-top:90px!important;}
.mt100{margin-top:100px!important;}
.mt110{margin-top:110px!important;}
.mt120{margin-top:120px!important;}
.mt130{margin-top:130px!important;}
.mt140{margin-top:140px!important;}

.mr0 {margin-right:   0!important;}
.mr3 {margin-right: 3px!important;}
.mr5 {margin-right: 5px!important;}
.mr10{margin-right:10px!important;}
.mr15{margin-right:15px!important;}
.mr20{margin-right:20px!important;}
.mr25{margin-right:25px!important;}
.mr30{margin-right:30px!important;}
.mr35{margin-right:35px!important;}
.mr40{margin-right:40px!important;}
.mr50{margin-right:50px!important;}
.mr60{margin-right:60px!important;}

.mb0 {margin-bottom:   0!important;}
.mb3 {margin-bottom: 3px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mb35{margin-bottom:35px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb60{margin-bottom:60px!important;}
.mb70{margin-bottom:70px!important;}
.mb80{margin-bottom:80px!important;}

/* common styles - padding */

.pl0 {padding-left:   0!important;}
.pl3 {padding-left: 3px!important;}
.pl5 {padding-left: 5px!important;}
.pl10{padding-left:10px!important;}
.pl15{padding-left:15px!important;}
.pl20{padding-left:20px!important;}
.pl25{padding-left:25px!important;}
.pl30{padding-left:30px!important;}
.pl35{padding-left:35px!important;}
.pl40{padding-left:40px!important;}
.pl50{padding-left:50px!important;}
.pl60{padding-left:60px!important;}

.pt0 {padding-top:   0!important;}
.pt3 {padding-top: 3px!important;}
.pt5 {padding-top: 5px!important;}
.pt7 {padding-top: 7px!important;}
.pt10{padding-top:10px!important;}
.pt15{padding-top:15px!important;}
.pt20{padding-top:20px!important;}
.pt25{padding-top:25px!important;}
.pt30{padding-top:30px!important;}
.pt35{padding-top:35px!important;}
.pt40{padding-top:40px!important;}
.pt50{padding-top:50px!important;}
.pt60{padding-top:60px!important;}
.pt70{padding-top:70px!important;}
.pt80{padding-top:80px!important;}
.pt90{padding-top:90px!important;}
.pt100{padding-top:100px!important;}
.pt110{padding-top:110px!important;}
.pt120{padding-top:120px!important;}

.pr0 {padding-right:   0!important;}
.pr3 {padding-right: 3px!important;}
.pr5 {padding-right: 5px!important;}
.pr10{padding-right:10px!important;}
.pr15{padding-right:15px!important;}
.pr20{padding-right:20px!important;}
.pr25{padding-right:25px!important;}
.pr30{padding-right:30px!important;}
.pr35{padding-right:35px!important;}
.pr40{padding-right:40px!important;}
.pr50{padding-right:50px!important;}
.pr60{padding-right:60px!important;}

.pb0 {padding-bottom:   0!important;}
.pb3 {padding-bottom: 3px!important;}
.pb5 {padding-bottom: 5px!important;}
.pb10{padding-bottom:10px!important;}
.pb15{padding-bottom:15px!important;}
.pb20{padding-bottom:20px!important;}
.pb25{padding-bottom:25px!important;}
.pb30{padding-bottom:30px!important;}
.pb35{padding-bottom:35px!important;}
.pb40{padding-bottom:40px!important;}
.pb50{padding-bottom:50px!important;}
.pb60{padding-bottom:60px!important;}
.pb70{padding-bottom:70px!important;}
.pb80{padding-bottom:80px!important;}
.pb90{padding-bottom:90px!important;}
.pb100{padding-bottom:100px!important;}
.pb120{padding-bottom:120px!important;}
.pb170{padding-bottom:170px!important;}

/* common styles - float */
.fL{float:left!important;}
.fR{float:right!important;}
.fNN{float:none!important;}

/* common styles - text-align */
.tL{text-align:left!important;}
.tC{text-align:center!important;}
.tR{text-align:right!important;}

/* common styles - font-size */
.fs10{font-size:10px!important;}
.fs12{font-size:12px!important;}
.fs13{font-size:13px!important;}
.fs14{font-size:14px!important;}
.fs15{font-size:15px!important;}
.fs16{font-size:16px!important;}
.fs17{font-size:17px!important;}
.fs18{font-size:18px!important;}

/* common styles - clear float */
.clfix:after{content:'';display:block;clear:both;}
.clfix{zoom:1;}
.clear{clear:both;}

/* common width */
.w50{width:50px!important;}
.w60{width:60px!important;}
.w70{width:70px!important;}
.w80{width:80px!important;}
.w100{width:100px!important;}
.w110{width:110px!important;}
.w120{width:120px!important;}
.w130{width:130px!important;}
.w140{width:140px!important;}
.w180{width:180px!important;}
.w300{width:300px!important;}


/* common other */
.fB{font-weight:bold!important;}
.fN{font-weight:normal!important;}

.vT{vertical-align:top!important;}
.vM{vertical-align:middle!important;}
.vB{vertical-align:bottom!important;}

.dB{display:block;}
.dN{display:none;}

.mA{margin:0 auto;}

.tul{text-decoration:underline;}
a .blight{transition:opacity 0.2s linear;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;}
a:hover .blight{opacity:0.7;filter:alpha(opacity=70);-moz-opacity:0.7;}

sup {font-size: 12px;}
sub {font-size: 12px;}


@media only screen and (max-width:767px){
	/* common styles - margin */

	.ml0_sp {margin-left: 0!important;}
	.ml3_sp {margin-left: 3px!important;}
	.ml5_sp {margin-left: 5px!important;}
	.ml10_sp{margin-left:10px!important;}
	.ml15_sp{margin-left:15px!important;}
	.ml20_sp{margin-left:20px!important;}
	.ml25_sp{margin-left:25px!important;}
	.ml30_sp{margin-left:30px!important;}
	.ml35_sp{margin-left:35px!important;}
	.ml40_sp{margin-left:40px!important;}
	.ml50_sp{margin-left:50px!important;}
	.ml60_sp{margin-left:60px!important;}

	.mt0_sp {margin-top: 0!important;}
	.mt3_sp {margin-top: 3px!important;}
	.mt5_sp {margin-top: 5px!important;}
	.mt7_sp {margin-top: 7px!important;}
	.mt10_sp{margin-top:10px!important;}
	.mt15_sp{margin-top:15px!important;}
	.mt20_sp{margin-top:20px!important;}
	.mt25_sp{margin-top:25px!important;}
	.mt28_sp{margin-top:28px!important;}
	.mt30_sp{margin-top:30px!important;}
	.mt35_sp{margin-top:35px!important;}
	.mt40_sp{margin-top:40px!important;}
	.mt50_sp{margin-top:50px!important;}
	.mt60_sp{margin-top:60px!important;}
	.mt70_sp{margin-top:70px!important;}
	.mt80_sp{margin-top:80px!important;}
	.mt90_sp{margin-top:90px!important;}
	.mt100_sp{margin-top:100px!important;}
	.mt110_sp{margin-top:110px!important;}
	.mt120_sp{margin-top:120px!important;}
	.mt130_sp{margin-top:130px!important;}
	.mt140_sp{margin-top:140px!important;}

	.mr0_sp {margin-right: 0!important;}
	.mr3_sp {margin-right: 3px!important;}
	.mr5_sp {margin-right: 5px!important;}
	.mr10_sp{margin-right:10px!important;}
	.mr15_sp{margin-right:15px!important;}
	.mr20_sp{margin-right:20px!important;}
	.mr25_sp{margin-right:25px!important;}
	.mr30_sp{margin-right:30px!important;}
	.mr35_sp{margin-right:35px!important;}
	.mr40_sp{margin-right:40px!important;}
	.mr50_sp{margin-right:50px!important;}
	.mr60_sp{margin-right:60px!important;}

	.mb0_sp {margin-bottom: 0!important;}
	.mb3_sp {margin-bottom: 3px!important;}
	.mb5_sp {margin-bottom: 5px!important;}
	.mb10_sp{margin-bottom:10px!important;}
	.mb15_sp{margin-bottom:15px!important;}
	.mb20_sp{margin-bottom:20px!important;}
	.mb25_sp{margin-bottom:25px!important;}
	.mb30_sp{margin-bottom:30px!important;}
	.mb35_sp{margin-bottom:35px!important;}
	.mb40_sp{margin-bottom:40px!important;}
	.mb50_sp{margin-bottom:50px!important;}
	.mb60_sp{margin-bottom:60px!important;}
	.mb70_sp{margin-bottom:70px!important;}
	.mb80_sp{margin-bottom:80px!important;}

	/* common styles - padding */

	.pl0_sp {padding-left: 0!important;}
	.pl3_sp {padding-left: 3px!important;}
	.pl5_sp {padding-left: 5px!important;}
	.pl10_sp{padding-left:10px!important;}
	.pl15_sp{padding-left:15px!important;}
	.pl20_sp{padding-left:20px!important;}
	.pl25_sp{padding-left:25px!important;}
	.pl30_sp{padding-left:30px!important;}
	.pl35_sp{padding-left:35px!important;}
	.pl40_sp{padding-left:40px!important;}
	.pl50_sp{padding-left:50px!important;}
	.pl60_sp{padding-left:60px!important;}

	.pt0_sp {padding-top:   0!important;}
	.pt3_sp {padding-top: 3px!important;}
	.pt5_sp {padding-top: 5px!important;}
	.pt7_sp {padding-top: 7px!important;}
	.pt10_sp{padding-top:10px!important;}
	.pt15_sp{padding-top:15px!important;}
	.pt20_sp{padding-top:20px!important;}
	.pt25_sp{padding-top:25px!important;}
	.pt30_sp{padding-top:30px!important;}
	.pt35_sp{padding-top:35px!important;}
	.pt40_sp{padding-top:40px!important;}
	.pt50_sp{padding-top:50px!important;}
	.pt60_sp{padding-top:60px!important;}
	.pt70_sp{padding-top:70px!important;}
	.pt80_sp{padding-top:80px!important;}

	.pr0_sp {padding-right: 0!important;}
	.pr3_sp {padding-right: 3px!important;}
	.pr5_sp {padding-right: 5px!important;}
	.pr10_sp{padding-right:10px!important;}
	.pr15_sp{padding-right:15px!important;}
	.pr20_sp{padding-right:20px!important;}
	.pr25_sp{padding-right:25px!important;}
	.pr30_sp{padding-right:30px!important;}
	.pr35_sp{padding-right:35px!important;}
	.pr40_sp{padding-right:40px!important;}
	.pr50_sp{padding-right:50px!important;}
	.pr60_sp{padding-right:60px!important;}

	.pb0_sp {padding-bottom: 0!important;}
	.pb3_sp {padding-bottom: 3px!important;}
	.pb5_sp {padding-bottom: 5px!important;}
	.pb10_sp{padding-bottom:10px!important;}
	.pb15_sp{padding-bottom:15px!important;}
	.pb20_sp{padding-bottom:20px!important;}
	.pb25_sp{padding-bottom:25px!important;}
	.pb30_sp{padding-bottom:30px!important;}
	.pb35_sp{padding-bottom:35px!important;}
	.pb40_sp{padding-bottom:40px!important;}
	.pb50_sp{padding-bottom:50px!important;}
	.pb60_sp{padding-bottom:60px!important;}
	.pb70_sp{padding-bottom:70px!important;}
	.pb80_sp{padding-bottom:80px!important;}
	.pb90_sp{padding-bottom:90px!important;}
	.pb100_sp{padding-bottom:100px!important;}
	.pb120_sp{padding-bottom:120px!important;}
	.pb170_sp{padding-bottom:170px!important;}

}


/*====================
header
====================*/
  .header_bg {
    background: #EFEFEF;
    box-sizing: border-box;
  }
    .header_wrap {
      position: relative;
      text-align: center;
      margin: 0 auto;
      width: 100%;
      max-width: 945px;
      padding: 2.535vw 0;
      box-sizing: border-box;
      font-size: 16px;
    }
      .header_logo {
        display: inline-block;
        width: 38.548vw;
      }
        .header_logo img {
          width: 100%;
          vertical-align: baseline;
        }
      .header_pr {
        display: inline-block;
        font-size: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 8.585%;
      }
        .header_pr img {
          width: 100%;
        }

@media screen and (min-width: 440px) {
    .header_wrap {
      padding: 10px 0;
    }
      .header_logo {
        width: 179.598px;
      }
      .header_pr {
        width: 40px;
      }
}

@media screen and (min-width: 640px) {
    .header_wrap {
      padding: 9.55px 0;
    }
      .header_logo {
        width: 210px;
      }
}


/*====================
contents
====================*/
#wrapper {
  padding-left: 25px;
  background: url('main_bg.jpg') top left repeat-y;
}

  main {
    padding: 40px 0 0 0;
  }

    .inner_wrap{
      max-width:860px;
      width:100%;
      margin:0 auto;
      padding:0 20px;
      line-height:1.4;
      font-size:1.6rem;
    }
    .inner_wrap02{
      max-width:1000px;
      width:100%;
      margin:0 auto;
      line-height:1.4;
      font-size:1.6rem;
    }

      .ttl_container {
        width: 100%;
        text-align:center;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		line-height: 1.4;
		font-size: 1.6rem;
		}
        .ttl_container > div:nth-child(1){
		padding-right: 25px;
        }
          .ttl_container > div:nth-child(1) img{
            width:290px;
          }
        .ttl_container > div:nth-child(2){
          margin: 40px 0 20px;
          padding: 3px 0 ;
        }
          .ttl_container > div:nth-child(2) h1{
            width:100%;
            line-height:2.0;
            font-size:2.0rem;
            background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(230,234,237,1) 10%, rgba(230,234,237,1) 90%, rgba(255,255,255,1) 100%);
          }

      h2.maintxt {
        text-align:center;
        font-size: 4.3rem;
      }
      .subtxt{
        margin:20px 0 30px 0;
        text-align: justify !important;
        font-weight:bold;
        color:#004a80;
        line-height:1.6;
        font-size:2.0rem;
      }

      .intro_container {
        display:flex;
        width: 100%;
      }
        .intro_container > div{
          background-color:#eeeeee;
        }
        .intro_container > div:nth-child(1){
          width:250px;
        }
          .intro_container > div:nth-child(1) img{
            width:250px;
          }
        .intro_container > div:nth-child(2){
          width:calc(100% - 250px);
          vertical-align:top;
		  display:flex;
		  align-items: center;
		  padding-left:30px;
        }
          .intro_container .intro_txt{
            max-width: 635px;
          }
            .intro_container .info-name{
              font-weight: bold;
            }
            .intro_container h3.info-ttl{
              padding: 8px 0;
              font-weight: bold;
              line-height:1.3;
              font-size: 25px;
            }
            .intro_container p{
              font-weight: normal;
              font-size: 13px;
            }

      .contents_container{
        padding:50px 0 0 0;
      }
        .contents_container h4.ttl{
          display:inline-block;
          margin-bottom:30px;
          padding:0 0 20px 0;
          color:#004a80;
          font-weight:bold;
/*          line-height:1.4;*/
          font-size:3.0rem;
          background:url('bar.png') no-repeat;
          background-position:bottom left;
          background-size:100% 10px;
        }
          .contents_container h4.ttl .pc{
            display:inline-block !important;
          }
        .contents_container p.txt{
          text-indent: 1em;
          line-height: 1.8;
          font-size:1.8rem;
          text-align: justify !important;
        }
        .contents_container p.notes{
          padding: 30px 0;
          line-height: 1.8;
          font-size:1.4rem;
        }

        .img_container {
          padding: 30px 0 0;
        }
          .img_container p.caption {
            padding-top: 10px;
            font-size: 1.5rem;
          }

        .imgbox{
          display:flex;
          justify-content: center;
          align-items: center;
          padding:30px 0 0 0;
        }
          .imgbox_l{
            width:360px;
            flex:none;
          }
          .imgbox_r{
            max-width:470px;
            padding:0 0 0 50px;
          }
            .imgbox_r_in{
              display:flex;
              align-items: center;
            }
              .imgbox_r_in_01_txt1{
                line-height:1.1;
                font-size:12.0rem;
                font-weight:bold;
                color:#0086b3;
                padding:0 10px 0 0;
              }
                .imgbox_r_in_01_txt2{
                  font-size:2.4rem;
                  font-weight:bold;
                  color:#0086b3;
                }
                .imgbox_r_in_01_txt3{
                  line-height:1.4;
                }
              .imgbox_r_in_02_txt1{
                line-height:1.1;
                font-size:12.0rem;
                font-weight:bold;
                color:#009394;
                padding:0 10px 0 0;
              }
                .imgbox_r_in_02_txt2{
                  font-size:2.4rem;
                  font-weight:bold;
                  color:#009394;
                }
                .imgbox_r_in_02_txt3{
                  line-height:1.4;
                }
              .imgbox_r_in_03_txt1{
                line-height:1.1;
                font-size:12.0rem;
                font-weight:bold;
                color:#453675;
                padding:0 10px 0 0;
              }
                .imgbox_r_in_03_txt2{
                  font-size:2.4rem;
                  font-weight:bold;
                  color:#453675;
                }
                .imgbox_r_in_03_txt3{
                  line-height:1.4;
                }

      .info{
        padding:10px 0 90px 0;
        text-align:center;
        line-height:1.8;
        font-size:16.5px;
      }
        .info h1 {
          max-width: 670px;
          margin: 0 auto 70px auto;
        }
        .info h2{
          max-width:340px;
          width:100%;
          margin:0 auto 40px auto;
        }
        .info h3{
          padding:0 0 5px 0;
          font-size:19.5px;
        }

.p-article_action {
    display: flex;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.p-article_action_group.-footer {
    justify-content: center;
    width: 100%;
}
.p-article_action_group {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-article_action_group .p-article_action_btn:first-of-type {
    margin-left: 0;
}
.p-article_action_btn {
    display: block;
    position: relative;
    width: 52px;
    height: 30px;
    margin-left: 0px;
}
.p-article_action_btn_label.-Facebook {
    background-image: url(ico_action_facebook.svg);
}
.p-article_action_btn_label.-twitter {
    background-image: url(x.png);
    background-position: center top 3px;
}
.p-article_action_btn_label.-line {
    background-image: url(icon_line.png);
    background-position: center top 3px;
}
.p-article_action_btn_label {
    display: block;
    position: relative;
    padding-top: 30px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #818181;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    transition: .1s all ease-in;
}
.p-article_action_btn_label::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    content: '';
    opacity: 0;
    transition: .1s linear;
}
.p-article_action_share {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 11.77px;
    color: #898989;
}

      .sidenote {
        padding-bottom: 45px;
        text-align:center;
        font-size: 12px;
      }
      .ptop{
        max-width:58px;
        width:100%;
        margin:0 auto 100px auto;
      }
      .index_btn{
        max-width:690px;
        width:100%;
        margin:0 auto;
        padding-bottom:100px;
      }


@media only screen and (max-width: 960px) {
/*
  .ttl_container{
    display:block;
    padding: 0 20px;
  }
    .ttl_container > div:nth-child(1){
      padding-right: 25px;
      width:auto;
      text-align:center;
    }
    .ttl_container > div:nth-child(2){
      margin-top:20px;
      width:auto;
    }
      .ttl_container > div:nth-child(2) h1{
        padding-right: 25px;
        text-align:center;
      }
*/

  .intro_container {
    display:block;
  }
    .intro_container > div:nth-child(1){
      width:auto;
      text-align:center;
    }
    .intro_container > div:nth-child(2){
      padding:25px 15px 25px 15px;
      width:auto;
    }
      .intro_container .intro_txt{
        max-width: none;
      }
        .intro_container .info-name {
          text-align:center;
		  font-size:19px;
        }
          .intro_container .info-name span{
            padding-left:0;
          }
        .intro_container h3.info-ttl{
          padding: 25px 0;
          text-align:center;
        }
}

/*******************************
tablet
*******************************/
@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 50.0%;
  }

  #wrapper {
    padding-left: 20px;
    background-size: 20px auto;
  }

    main {
      padding:40px 0 0 0;
    }

    .ttl_container{padding:0 15px;}
	
    .ttl_container > div:nth-child(1) img{
      width:200px;
    }
      .ttl_container > div:nth-child(2) h1{
      }

    .inner_wrap{padding:0 15px;}


      .intro_container .info-name {
      }
        .intro_container .info-name span{
        }
      .intro_container h3.info-ttl{
      }

      .intro_container p{
        font-size: 15px;
      }

  .contents_container h4.ttl{
  }
    .contents_container h4.ttl .sp{
      display:inline-block !important;
    }
  .contents_container p.txt{
  }

  .imgbox{
    display:block;
  }
    .imgbox_l{
      width:65%;
      margin:0 auto;
    }
    .imgbox_r{
      max-width:100%;
      margin:0 auto;
      padding:30px 0 0 0;
    }
      .imgbox_r_in_01_txt1{
      }
        .imgbox_r_in_01_txt2{
        }
      .imgbox_r_in_02_txt1{
      }
        .imgbox_r_in_02_txt2{
        }
      .imgbox_r_in_03_txt1{
      }
        .imgbox_r_in_03_txt2{
        }

  .info{
    padding:10px 0 80px;
  }
    .info h2{
      margin:0 auto 40px auto;
    }
}

/*******************************
sp
*******************************/
@media screen and (max-width: 599px) {

  .inner_wrap {
    font-size:3.5vw;
  }

  .ttl_container > div:nth-child(1){
    padding-right: 20px;
  }
    .ttl_container > div:nth-child(2) h1{
    }

  h2.maintxt {
    font-size:6.5vw;
  }
  .subtxt{
    font-size:4vw;
  }

  .contents_container h4.ttl{
    font-size:6.5vw;
  }

  .imgbox_r_in_01_txt1{
    font-size:10vw;
  }
    .imgbox_r_in_01_txt2{
      font-size:4.5vw;
    }
  .imgbox_r_in_02_txt1{
    font-size:10vw;
  }
    .imgbox_r_in_02_txt2{
      font-size:4.5vw;
    }
  .imgbox_r_in_03_txt1{
    font-size:10vw;
  }
    .imgbox_r_in_03_txt2{
      font-size:4.5vw;
    }

  .info{
    padding:10px 0 80px;
  }
    .info h1 {
      max-width: 100%;
      margin: 0 auto 80px auto;
      height: auto;
    }
    .info h2 {
      max-width: 240px;
    }
    .info h3 {
      font-size: 4vw;
    }

/*
	13px　→　3vw
	14px　→　3.5vw
	16px　→　3.7vw
	18px　→　4vw
	20px　→　4.1vw
	22px　→　4.2vw
	23px　→　4.3vw
	24px　→　4.5vw
	26px　→　4.7vw
	28px　→　5vw
	30px　→　5.2vw
	34px　→　5.8vw
	36px　→　6vw
	40px　→　7vw
*/

}


/*==============================
footer_wrap
==============================*/
.footer_wrap {
  width: 100%;
  background: #fff;
  border-top: 1px solid #b3b3b3;
}
  .footer_wrap .localFooter {
    padding-top: 50px;
    text-align: left;
  }
  .footer_wrap a {
    font-size: 12px;
    color: #000;
  }
