/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/********** aboutページcss 2020/09/02 **********/
.inner-box li:first-child{width: 50%;}
.inner-box li:first-child img{
  margin: auto;
  width: 100%;
}
.inner-box li {
  width: 50%;
  text-align: left;
}
.inner-box li h4{
  font-size: 24px;
  margin-top: 8%;
  font-weight: 500;
}
.inner-box li p{
  font-size: 20px;
  margin-bottom: 5%;
}

.inner-box li .tx-center img {width: 13%;}

.no-3-white-box ul li p{word-wrap: break-word;}

.no-1.width-75,
.no-2.width-75,
.no-3.width-75{
  width: 85%;
}

.no-1.width-75 img{
  width: 100%;
}

/********** SP **********/
@media screen and (max-width:480px) {

  .no-2.width-75.sp-93{margin-top: 3%;}
  .no-2 p.bg-blue{font-size: 18px;}
  .no-2 ul.flex{flex-wrap: wrap;}
  .no-2 ul.flex li.width-20{width: 7%;}
  .no-2 ul.flex li.width-80 h4.font-size-23{
    font-size: 20px;
    padding-left: 5%;
    padding-top: 3%;
  }
  .flex.inner-box{flex-direction: column;}
  .inner-box li:first-child {
    width: 85%;
    margin: auto;
    text-align: center;
  }
  .inner-box li {width: 100%;}
  .inner-box li h4 {
    margin-top: 5px;
    font-size: 22px;
  }
  .inner-box li p {
    font-size: 15px;
    margin-bottom: 0%;
  }
  .inner-box li .tx-center img {width: 18%;}
  .no-3-white-box ul li h4.font-size-23{font-size: 18px;}
  .no-3-white-box ul.add{flex-direction: column;}
  .no-3-white-box ul.add li:first-child{width: 100%;order: 2;margin-bottom: 5%;}
  .no-3-white-box ul.add li:nth-child(2){width: 100%;order: 1;text-align: center;}
  .font-size-20{text-align: center;}
  ul.flex.no-3-last-box{flex-direction: column;}
  ul.flex.no-3-last-box li:first-child{width: 100%;order: 2;}
  ul.flex.no-3-last-box li:nth-child(2){width: 100%;order: 1;margin-bottom: 3%;}
  .no-3-white-box ul li p{
    word-wrap: break-word;
    text-align: left;
  }












}
